configure revision 927566a3abfdb576c53b42898affb78333e7299a
1#! /bin/sh 2# Guess values for system-dependent variables and create Makefiles. 3# Generated by GNU Autoconf 2.60. 4# 5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 7# This configure script is free software; the Free Software Foundation 8# gives unlimited permission to copy, distribute and modify it. 9## --------------------- ## 10## M4sh Initialization. ## 11## --------------------- ## 12 13# Be Bourne compatible 14if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 15 emulate sh 16 NULLCMD=: 17 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 18 # is contrary to our usage. Disable this feature. 19 alias -g '${1+"$@"}'='"$@"' 20 setopt NO_GLOB_SUBST 21else 22 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 23fi 24BIN_SH=xpg4; export BIN_SH # for Tru64 25DUALCASE=1; export DUALCASE # for MKS sh 26 27 28# PATH needs CR 29# Avoid depending upon Character Ranges. 30as_cr_letters='abcdefghijklmnopqrstuvwxyz' 31as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 32as_cr_Letters=$as_cr_letters$as_cr_LETTERS 33as_cr_digits='0123456789' 34as_cr_alnum=$as_cr_Letters$as_cr_digits 35 36# The user is always right. 37if test "${PATH_SEPARATOR+set}" != set; then 38 echo "#! /bin/sh" >conf$$.sh 39 echo "exit 0" >>conf$$.sh 40 chmod +x conf$$.sh 41 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 42 PATH_SEPARATOR=';' 43 else 44 PATH_SEPARATOR=: 45 fi 46 rm -f conf$$.sh 47fi 48 49# Support unset when possible. 50if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 51 as_unset=unset 52else 53 as_unset=false 54fi 55 56 57# IFS 58# We need space, tab and new line, in precisely that order. Quoting is 59# there to prevent editors from complaining about space-tab. 60# (If _AS_PATH_WALK were called with IFS unset, it would disable word 61# splitting by setting IFS to empty value.) 62as_nl=' 63' 64IFS=" "" $as_nl" 65 66# Find who we are. Look in the path if we contain no directory separator. 67case $0 in 68 *[\\/]* ) as_myself=$0 ;; 69 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 70for as_dir in $PATH 71do 72 IFS=$as_save_IFS 73 test -z "$as_dir" && as_dir=. 74 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 75done 76IFS=$as_save_IFS 77 78 ;; 79esac 80# We did not find ourselves, most probably we were run as `sh COMMAND' 81# in which case we are not to be found in the path. 82if test "x$as_myself" = x; then 83 as_myself=$0 84fi 85if test ! -f "$as_myself"; then 86 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 87 { (exit 1); exit 1; } 88fi 89 90# Work around bugs in pre-3.0 UWIN ksh. 91for as_var in ENV MAIL MAILPATH 92do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 93done 94PS1='$ ' 95PS2='> ' 96PS4='+ ' 97 98# NLS nuisances. 99for as_var in \ 100 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 101 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 102 LC_TELEPHONE LC_TIME 103do 104 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 105 eval $as_var=C; export $as_var 106 else 107 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 108 fi 109done 110 111# Required to use basename. 112if expr a : '\(a\)' >/dev/null 2>&1 && 113 test "X`expr 00001 : '.*\(...\)'`" = X001; then 114 as_expr=expr 115else 116 as_expr=false 117fi 118 119if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 120 as_basename=basename 121else 122 as_basename=false 123fi 124 125 126# Name of the executable. 127as_me=`$as_basename -- "$0" || 128$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 129 X"$0" : 'X\(//\)$' \| \ 130 X"$0" : 'X\(/\)' \| . 2>/dev/null || 131echo X/"$0" | 132 sed '/^.*\/\([^/][^/]*\)\/*$/{ 133 s//\1/ 134 q 135 } 136 /^X\/\(\/\/\)$/{ 137 s//\1/ 138 q 139 } 140 /^X\/\(\/\).*/{ 141 s//\1/ 142 q 143 } 144 s/.*/./; q'` 145 146# CDPATH. 147$as_unset CDPATH 148 149 150if test "x$CONFIG_SHELL" = x; then 151 if (eval ":") 2>/dev/null; then 152 as_have_required=yes 153else 154 as_have_required=no 155fi 156 157 if test $as_have_required = yes && (eval ": 158(as_func_return () { 159 (exit \$1) 160} 161as_func_success () { 162 as_func_return 0 163} 164as_func_failure () { 165 as_func_return 1 166} 167as_func_ret_success () { 168 return 0 169} 170as_func_ret_failure () { 171 return 1 172} 173 174exitcode=0 175if as_func_success; then 176 : 177else 178 exitcode=1 179 echo as_func_success failed. 180fi 181 182if as_func_failure; then 183 exitcode=1 184 echo as_func_failure succeeded. 185fi 186 187if as_func_ret_success; then 188 : 189else 190 exitcode=1 191 echo as_func_ret_success failed. 192fi 193 194if as_func_ret_failure; then 195 exitcode=1 196 echo as_func_ret_failure succeeded. 197fi 198 199if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 200 : 201else 202 exitcode=1 203 echo positional parameters were not saved. 204fi 205 206test \$exitcode = 0) || { (exit 1); exit 1; } 207 208( 209 as_lineno_1=\$LINENO 210 as_lineno_2=\$LINENO 211 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 212 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 213") 2> /dev/null; then 214 : 215else 216 as_candidate_shells= 217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 218for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 219do 220 IFS=$as_save_IFS 221 test -z "$as_dir" && as_dir=. 222 case $as_dir in 223 /*) 224 for as_base in sh bash ksh sh5; do 225 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 226 done;; 227 esac 228done 229IFS=$as_save_IFS 230 231 232 for as_shell in $as_candidate_shells $SHELL; do 233 # Try only shells that exist, to save several forks. 234 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 235 { ("$as_shell") 2> /dev/null <<\_ASEOF 236# Be Bourne compatible 237if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 238 emulate sh 239 NULLCMD=: 240 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 241 # is contrary to our usage. Disable this feature. 242 alias -g '${1+"$@"}'='"$@"' 243 setopt NO_GLOB_SUBST 244else 245 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 246fi 247BIN_SH=xpg4; export BIN_SH # for Tru64 248DUALCASE=1; export DUALCASE # for MKS sh 249 250: 251_ASEOF 252}; then 253 CONFIG_SHELL=$as_shell 254 as_have_required=yes 255 if { "$as_shell" 2> /dev/null <<\_ASEOF 256# Be Bourne compatible 257if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 258 emulate sh 259 NULLCMD=: 260 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 261 # is contrary to our usage. Disable this feature. 262 alias -g '${1+"$@"}'='"$@"' 263 setopt NO_GLOB_SUBST 264else 265 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 266fi 267BIN_SH=xpg4; export BIN_SH # for Tru64 268DUALCASE=1; export DUALCASE # for MKS sh 269 270: 271(as_func_return () { 272 (exit $1) 273} 274as_func_success () { 275 as_func_return 0 276} 277as_func_failure () { 278 as_func_return 1 279} 280as_func_ret_success () { 281 return 0 282} 283as_func_ret_failure () { 284 return 1 285} 286 287exitcode=0 288if as_func_success; then 289 : 290else 291 exitcode=1 292 echo as_func_success failed. 293fi 294 295if as_func_failure; then 296 exitcode=1 297 echo as_func_failure succeeded. 298fi 299 300if as_func_ret_success; then 301 : 302else 303 exitcode=1 304 echo as_func_ret_success failed. 305fi 306 307if as_func_ret_failure; then 308 exitcode=1 309 echo as_func_ret_failure succeeded. 310fi 311 312if ( set x; as_func_ret_success y && test x = "$1" ); then 313 : 314else 315 exitcode=1 316 echo positional parameters were not saved. 317fi 318 319test $exitcode = 0) || { (exit 1); exit 1; } 320 321( 322 as_lineno_1=$LINENO 323 as_lineno_2=$LINENO 324 test "x$as_lineno_1" != "x$as_lineno_2" && 325 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 326 327_ASEOF 328}; then 329 break 330fi 331 332fi 333 334 done 335 336 if test "x$CONFIG_SHELL" != x; then 337 for as_var in BASH_ENV ENV 338 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 339 done 340 export CONFIG_SHELL 341 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 342fi 343 344 345 if test $as_have_required = no; then 346 echo This script requires a shell more modern than all the 347 echo shells that I found on your system. Please install a 348 echo modern shell, or manually run the script under such a 349 echo shell if you do have one. 350 { (exit 1); exit 1; } 351fi 352 353 354fi 355 356fi 357 358 359 360(eval "as_func_return () { 361 (exit \$1) 362} 363as_func_success () { 364 as_func_return 0 365} 366as_func_failure () { 367 as_func_return 1 368} 369as_func_ret_success () { 370 return 0 371} 372as_func_ret_failure () { 373 return 1 374} 375 376exitcode=0 377if as_func_success; then 378 : 379else 380 exitcode=1 381 echo as_func_success failed. 382fi 383 384if as_func_failure; then 385 exitcode=1 386 echo as_func_failure succeeded. 387fi 388 389if as_func_ret_success; then 390 : 391else 392 exitcode=1 393 echo as_func_ret_success failed. 394fi 395 396if as_func_ret_failure; then 397 exitcode=1 398 echo as_func_ret_failure succeeded. 399fi 400 401if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 402 : 403else 404 exitcode=1 405 echo positional parameters were not saved. 406fi 407 408test \$exitcode = 0") || { 409 echo No shell found that supports shell functions. 410 echo Please tell autoconf@gnu.org about your system, 411 echo including any error possibly output before this 412 echo message 413} 414 415 416 417 as_lineno_1=$LINENO 418 as_lineno_2=$LINENO 419 test "x$as_lineno_1" != "x$as_lineno_2" && 420 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 421 422 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 423 # uniformly replaced by the line number. The first 'sed' inserts a 424 # line-number line after each line using $LINENO; the second 'sed' 425 # does the real work. The second script uses 'N' to pair each 426 # line-number line with the line containing $LINENO, and appends 427 # trailing '-' during substitution so that $LINENO is not a special 428 # case at line end. 429 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 430 # scripts with optimization help from Paolo Bonzini. Blame Lee 431 # E. McMahon (1931-1989) for sed's syntax. :-) 432 sed -n ' 433 p 434 /[$]LINENO/= 435 ' <$as_myself | 436 sed ' 437 s/[$]LINENO.*/&-/ 438 t lineno 439 b 440 :lineno 441 N 442 :loop 443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 444 t loop 445 s/-\n.*// 446 ' >$as_me.lineno && 447 chmod +x "$as_me.lineno" || 448 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 449 { (exit 1); exit 1; }; } 450 451 # Don't try to exec as it changes $[0], causing all sort of problems 452 # (the dirname of $[0] is not the place where we might find the 453 # original and so on. Autoconf is especially sensitive to this). 454 . "./$as_me.lineno" 455 # Exit status is that of the last command. 456 exit 457} 458 459 460if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 461 as_dirname=dirname 462else 463 as_dirname=false 464fi 465 466ECHO_C= ECHO_N= ECHO_T= 467case `echo -n x` in 468-n*) 469 case `echo 'x\c'` in 470 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 471 *) ECHO_C='\c';; 472 esac;; 473*) 474 ECHO_N='-n';; 475esac 476 477if expr a : '\(a\)' >/dev/null 2>&1 && 478 test "X`expr 00001 : '.*\(...\)'`" = X001; then 479 as_expr=expr 480else 481 as_expr=false 482fi 483 484rm -f conf$$ conf$$.exe conf$$.file 485if test -d conf$$.dir; then 486 rm -f conf$$.dir/conf$$.file 487else 488 rm -f conf$$.dir 489 mkdir conf$$.dir 490fi 491echo >conf$$.file 492if ln -s conf$$.file conf$$ 2>/dev/null; then 493 as_ln_s='ln -s' 494 # ... but there are two gotchas: 495 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 496 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 497 # In both cases, we have to default to `cp -p'. 498 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 499 as_ln_s='cp -p' 500elif ln conf$$.file conf$$ 2>/dev/null; then 501 as_ln_s=ln 502else 503 as_ln_s='cp -p' 504fi 505rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 506rmdir conf$$.dir 2>/dev/null 507 508if mkdir -p . 2>/dev/null; then 509 as_mkdir_p=: 510else 511 test -d ./-p && rmdir ./-p 512 as_mkdir_p=false 513fi 514 515# Find out whether ``test -x'' works. Don't use a zero-byte file, as 516# systems may use methods other than mode bits to determine executability. 517cat >conf$$.file <<_ASEOF 518#! /bin/sh 519exit 0 520_ASEOF 521chmod +x conf$$.file 522if test -x conf$$.file >/dev/null 2>&1; then 523 as_executable_p="test -x" 524else 525 as_executable_p=: 526fi 527rm -f conf$$.file 528 529# Sed expression to map a string onto a valid CPP name. 530as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 531 532# Sed expression to map a string onto a valid variable name. 533as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 534 535 536 537exec 7<&0 </dev/null 6>&1 538 539# Name of the host. 540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 541# so uname gets run too. 542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 543 544# 545# Initializations. 546# 547ac_default_prefix=/usr/local 548ac_clean_files= 549ac_config_libobj_dir=. 550LIBOBJS= 551cross_compiling=no 552subdirs= 553MFLAGS= 554MAKEFLAGS= 555SHELL=${CONFIG_SHELL-/bin/sh} 556 557# Identity of this package. 558PACKAGE_NAME= 559PACKAGE_TARNAME= 560PACKAGE_VERSION= 561PACKAGE_STRING= 562PACKAGE_BUGREPORT= 563 564ac_unique_file="version.h" 565# Factoring default headers for most tests. 566ac_includes_default="\ 567#include <stdio.h> 568#if HAVE_SYS_TYPES_H 569# include <sys/types.h> 570#endif 571#if HAVE_SYS_STAT_H 572# include <sys/stat.h> 573#endif 574#if STDC_HEADERS 575# include <stdlib.h> 576# include <stddef.h> 577#else 578# if HAVE_STDLIB_H 579# include <stdlib.h> 580# endif 581#endif 582#if HAVE_STRING_H 583# if !STDC_HEADERS && HAVE_MEMORY_H 584# include <memory.h> 585# endif 586# include <string.h> 587#endif 588#if HAVE_STRINGS_H 589# include <strings.h> 590#endif 591#if HAVE_INTTYPES_H 592# include <inttypes.h> 593#endif 594#if HAVE_STDINT_H 595# include <stdint.h> 596#endif 597#if HAVE_UNISTD_H 598# include <unistd.h> 599#endif" 600 601ac_subst_vars='SHELL 602PATH_SEPARATOR 603PACKAGE_NAME 604PACKAGE_TARNAME 605PACKAGE_VERSION 606PACKAGE_STRING 607PACKAGE_BUGREPORT 608exec_prefix 609prefix 610program_transform_name 611bindir 612sbindir 613libexecdir 614datarootdir 615datadir 616sysconfdir 617sharedstatedir 618localstatedir 619includedir 620oldincludedir 621docdir 622infodir 623htmldir 624dvidir 625pdfdir 626psdir 627libdir 628localedir 629mandir 630DEFS 631ECHO_C 632ECHO_N 633ECHO_T 634LIBS 635build_alias 636host_alias 637target_alias 638E2FSPROGS_YEAR 639E2FSPROGS_MONTH 640E2FSPROGS_DAY 641E2FSPROGS_VERSION 642E2FSPROGS_PKGVER 643build 644build_cpu 645build_vendor 646build_os 647host 648host_cpu 649host_vendor 650host_os 651CC 652CFLAGS 653LDFLAGS 654CPPFLAGS 655ac_ct_CC 656EXEEXT 657OBJEXT 658LD 659CPP 660GREP 661EGREP 662LINUX_INCLUDE 663MAINTAINER_CMT 664HTREE_CMT 665ELF_CMT 666BSDLIB_CMT 667PROFILE_CMT 668CHECKER_CMT 669LIB_EXT 670STATIC_LIB_EXT 671PROFILED_LIB_EXT 672SWAPFS_CMT 673DEBUGFS_CMT 674IMAGER_CMT 675RESIZER_CMT 676E2FSCK_TYPE 677FSCK_PROG 678FSCK_MAN 679E2INITRD_PROG 680E2INITRD_MAN 681DEVMAPPER_REQ 682DEVMAPPER_PC_LIBS 683DEVMAPPER_LIBS 684STATIC_DEVMAPPER_LIBS 685GETTEXT_PACKAGE 686PACKAGE 687VERSION 688SET_MAKE 689INSTALL_PROGRAM 690INSTALL_SCRIPT 691INSTALL_DATA 692MKINSTALLDIRS 693USE_NLS 694MSGFMT 695GMSGFMT 696XGETTEXT 697MSGMERGE 698RANLIB 699ALLOCA 700GLIBC21 701HAVE_POSIX_PRINTF 702HAVE_ASPRINTF 703HAVE_SNPRINTF 704HAVE_WPRINTF 705LIBICONV 706LTLIBICONV 707INTLBISON 708BUILD_INCLUDED_LIBINTL 709USE_INCLUDED_LIBINTL 710CATOBJEXT 711DATADIRNAME 712INSTOBJEXT 713GENCAT 714INTLOBJS 715INTL_LIBTOOL_SUFFIX_PREFIX 716INTLLIBS 717LIBINTL 718LTLIBINTL 719POSUB 720BINARY_TYPE 721LN 722LN_S 723MV 724CP 725RM 726CHMOD 727AWK 728SED 729PERL 730LDCONFIG 731AR 732STRIP 733BUILD_CC 734SIZEOF_SHORT 735SIZEOF_INT 736SIZEOF_LONG 737SIZEOF_LONG_LONG 738SOCKET_LIB 739DLOPEN_LIB 740UNI_DIFF_OPTS 741LINUX_CMT 742CYGWIN_CMT 743UNIX_CMT 744root_prefix 745root_bindir 746root_sbindir 747root_libdir 748root_sysconfdir 749LDFLAG_STATIC 750SS_DIR 751ET_DIR 752DO_TEST_SUITE 753INTL_FLAGS 754BUILD_CFLAGS 755BUILD_LDFLAGS 756LIBOBJS 757LTLIBOBJS' 758ac_subst_files='MCONFIG 759MAKEFILE_ELF 760MAKEFILE_BSDLIB 761MAKEFILE_PROFILE 762MAKEFILE_CHECKER 763MAKEFILE_LIBRARY 764ASM_TYPES_HEADER' 765 ac_precious_vars='build_alias 766host_alias 767target_alias 768CC 769CFLAGS 770LDFLAGS 771CPPFLAGS 772CPP' 773 774 775# Initialize some variables set by options. 776ac_init_help= 777ac_init_version=false 778# The variables have the same names as the options, with 779# dashes changed to underlines. 780cache_file=/dev/null 781exec_prefix=NONE 782no_create= 783no_recursion= 784prefix=NONE 785program_prefix=NONE 786program_suffix=NONE 787program_transform_name=s,x,x, 788silent= 789site= 790srcdir= 791verbose= 792x_includes=NONE 793x_libraries=NONE 794 795# Installation directory options. 796# These are left unexpanded so users can "make install exec_prefix=/foo" 797# and all the variables that are supposed to be based on exec_prefix 798# by default will actually change. 799# Use braces instead of parens because sh, perl, etc. also accept them. 800# (The list follows the same order as the GNU Coding Standards.) 801bindir='${exec_prefix}/bin' 802sbindir='${exec_prefix}/sbin' 803libexecdir='${exec_prefix}/libexec' 804datarootdir='${prefix}/share' 805datadir='${datarootdir}' 806sysconfdir='${prefix}/etc' 807sharedstatedir='${prefix}/com' 808localstatedir='${prefix}/var' 809includedir='${prefix}/include' 810oldincludedir='/usr/include' 811docdir='${datarootdir}/doc/${PACKAGE}' 812infodir='${datarootdir}/info' 813htmldir='${docdir}' 814dvidir='${docdir}' 815pdfdir='${docdir}' 816psdir='${docdir}' 817libdir='${exec_prefix}/lib' 818localedir='${datarootdir}/locale' 819mandir='${datarootdir}/man' 820 821ac_prev= 822ac_dashdash= 823for ac_option 824do 825 # If the previous option needs an argument, assign it. 826 if test -n "$ac_prev"; then 827 eval $ac_prev=\$ac_option 828 ac_prev= 829 continue 830 fi 831 832 case $ac_option in 833 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 834 *) ac_optarg=yes ;; 835 esac 836 837 # Accept the important Cygnus configure options, so we can diagnose typos. 838 839 case $ac_dashdash$ac_option in 840 --) 841 ac_dashdash=yes ;; 842 843 -bindir | --bindir | --bindi | --bind | --bin | --bi) 844 ac_prev=bindir ;; 845 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 846 bindir=$ac_optarg ;; 847 848 -build | --build | --buil | --bui | --bu) 849 ac_prev=build_alias ;; 850 -build=* | --build=* | --buil=* | --bui=* | --bu=*) 851 build_alias=$ac_optarg ;; 852 853 -cache-file | --cache-file | --cache-fil | --cache-fi \ 854 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 855 ac_prev=cache_file ;; 856 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 857 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 858 cache_file=$ac_optarg ;; 859 860 --config-cache | -C) 861 cache_file=config.cache ;; 862 863 -datadir | --datadir | --datadi | --datad) 864 ac_prev=datadir ;; 865 -datadir=* | --datadir=* | --datadi=* | --datad=*) 866 datadir=$ac_optarg ;; 867 868 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 869 | --dataroo | --dataro | --datar) 870 ac_prev=datarootdir ;; 871 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 872 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 873 datarootdir=$ac_optarg ;; 874 875 -disable-* | --disable-*) 876 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 877 # Reject names that are not valid shell variable names. 878 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 879 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 880 { (exit 1); exit 1; }; } 881 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 882 eval enable_$ac_feature=no ;; 883 884 -docdir | --docdir | --docdi | --doc | --do) 885 ac_prev=docdir ;; 886 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 887 docdir=$ac_optarg ;; 888 889 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 890 ac_prev=dvidir ;; 891 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 892 dvidir=$ac_optarg ;; 893 894 -enable-* | --enable-*) 895 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 896 # Reject names that are not valid shell variable names. 897 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 898 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 899 { (exit 1); exit 1; }; } 900 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 901 eval enable_$ac_feature=\$ac_optarg ;; 902 903 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 904 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 905 | --exec | --exe | --ex) 906 ac_prev=exec_prefix ;; 907 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 908 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 909 | --exec=* | --exe=* | --ex=*) 910 exec_prefix=$ac_optarg ;; 911 912 -gas | --gas | --ga | --g) 913 # Obsolete; use --with-gas. 914 with_gas=yes ;; 915 916 -help | --help | --hel | --he | -h) 917 ac_init_help=long ;; 918 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 919 ac_init_help=recursive ;; 920 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 921 ac_init_help=short ;; 922 923 -host | --host | --hos | --ho) 924 ac_prev=host_alias ;; 925 -host=* | --host=* | --hos=* | --ho=*) 926 host_alias=$ac_optarg ;; 927 928 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 929 ac_prev=htmldir ;; 930 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 931 | --ht=*) 932 htmldir=$ac_optarg ;; 933 934 -includedir | --includedir | --includedi | --included | --include \ 935 | --includ | --inclu | --incl | --inc) 936 ac_prev=includedir ;; 937 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 938 | --includ=* | --inclu=* | --incl=* | --inc=*) 939 includedir=$ac_optarg ;; 940 941 -infodir | --infodir | --infodi | --infod | --info | --inf) 942 ac_prev=infodir ;; 943 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 944 infodir=$ac_optarg ;; 945 946 -libdir | --libdir | --libdi | --libd) 947 ac_prev=libdir ;; 948 -libdir=* | --libdir=* | --libdi=* | --libd=*) 949 libdir=$ac_optarg ;; 950 951 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 952 | --libexe | --libex | --libe) 953 ac_prev=libexecdir ;; 954 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 955 | --libexe=* | --libex=* | --libe=*) 956 libexecdir=$ac_optarg ;; 957 958 -localedir | --localedir | --localedi | --localed | --locale) 959 ac_prev=localedir ;; 960 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 961 localedir=$ac_optarg ;; 962 963 -localstatedir | --localstatedir | --localstatedi | --localstated \ 964 | --localstate | --localstat | --localsta | --localst | --locals) 965 ac_prev=localstatedir ;; 966 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 967 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 968 localstatedir=$ac_optarg ;; 969 970 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 971 ac_prev=mandir ;; 972 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 973 mandir=$ac_optarg ;; 974 975 -nfp | --nfp | --nf) 976 # Obsolete; use --without-fp. 977 with_fp=no ;; 978 979 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 980 | --no-cr | --no-c | -n) 981 no_create=yes ;; 982 983 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 984 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 985 no_recursion=yes ;; 986 987 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 988 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 989 | --oldin | --oldi | --old | --ol | --o) 990 ac_prev=oldincludedir ;; 991 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 992 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 993 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 994 oldincludedir=$ac_optarg ;; 995 996 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 997 ac_prev=prefix ;; 998 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 999 prefix=$ac_optarg ;; 1000 1001 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 1002 | --program-pre | --program-pr | --program-p) 1003 ac_prev=program_prefix ;; 1004 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 1005 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 1006 program_prefix=$ac_optarg ;; 1007 1008 -program-suffix | --program-suffix | --program-suffi | --program-suff \ 1009 | --program-suf | --program-su | --program-s) 1010 ac_prev=program_suffix ;; 1011 -program-suffix=* | --program-suffix=* | --program-suffi=* \ 1012 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 1013 program_suffix=$ac_optarg ;; 1014 1015 -program-transform-name | --program-transform-name \ 1016 | --program-transform-nam | --program-transform-na \ 1017 | --program-transform-n | --program-transform- \ 1018 | --program-transform | --program-transfor \ 1019 | --program-transfo | --program-transf \ 1020 | --program-trans | --program-tran \ 1021 | --progr-tra | --program-tr | --program-t) 1022 ac_prev=program_transform_name ;; 1023 -program-transform-name=* | --program-transform-name=* \ 1024 | --program-transform-nam=* | --program-transform-na=* \ 1025 | --program-transform-n=* | --program-transform-=* \ 1026 | --program-transform=* | --program-transfor=* \ 1027 | --program-transfo=* | --program-transf=* \ 1028 | --program-trans=* | --program-tran=* \ 1029 | --progr-tra=* | --program-tr=* | --program-t=*) 1030 program_transform_name=$ac_optarg ;; 1031 1032 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 1033 ac_prev=pdfdir ;; 1034 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 1035 pdfdir=$ac_optarg ;; 1036 1037 -psdir | --psdir | --psdi | --psd | --ps) 1038 ac_prev=psdir ;; 1039 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 1040 psdir=$ac_optarg ;; 1041 1042 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1043 | -silent | --silent | --silen | --sile | --sil) 1044 silent=yes ;; 1045 1046 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1047 ac_prev=sbindir ;; 1048 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 1049 | --sbi=* | --sb=*) 1050 sbindir=$ac_optarg ;; 1051 1052 -sharedstatedir | --sharedstatedir | --sharedstatedi \ 1053 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 1054 | --sharedst | --shareds | --shared | --share | --shar \ 1055 | --sha | --sh) 1056 ac_prev=sharedstatedir ;; 1057 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 1058 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 1059 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 1060 | --sha=* | --sh=*) 1061 sharedstatedir=$ac_optarg ;; 1062 1063 -site | --site | --sit) 1064 ac_prev=site ;; 1065 -site=* | --site=* | --sit=*) 1066 site=$ac_optarg ;; 1067 1068 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 1069 ac_prev=srcdir ;; 1070 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 1071 srcdir=$ac_optarg ;; 1072 1073 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 1074 | --syscon | --sysco | --sysc | --sys | --sy) 1075 ac_prev=sysconfdir ;; 1076 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 1077 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 1078 sysconfdir=$ac_optarg ;; 1079 1080 -target | --target | --targe | --targ | --tar | --ta | --t) 1081 ac_prev=target_alias ;; 1082 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 1083 target_alias=$ac_optarg ;; 1084 1085 -v | -verbose | --verbose | --verbos | --verbo | --verb) 1086 verbose=yes ;; 1087 1088 -version | --version | --versio | --versi | --vers | -V) 1089 ac_init_version=: ;; 1090 1091 -with-* | --with-*) 1092 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1093 # Reject names that are not valid shell variable names. 1094 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 1095 { echo "$as_me: error: invalid package name: $ac_package" >&2 1096 { (exit 1); exit 1; }; } 1097 ac_package=`echo $ac_package| sed 's/-/_/g'` 1098 eval with_$ac_package=\$ac_optarg ;; 1099 1100 -without-* | --without-*) 1101 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1102 # Reject names that are not valid shell variable names. 1103 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 1104 { echo "$as_me: error: invalid package name: $ac_package" >&2 1105 { (exit 1); exit 1; }; } 1106 ac_package=`echo $ac_package | sed 's/-/_/g'` 1107 eval with_$ac_package=no ;; 1108 1109 --x) 1110 # Obsolete; use --with-x. 1111 with_x=yes ;; 1112 1113 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 1114 | --x-incl | --x-inc | --x-in | --x-i) 1115 ac_prev=x_includes ;; 1116 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 1117 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 1118 x_includes=$ac_optarg ;; 1119 1120 -x-libraries | --x-libraries | --x-librarie | --x-librari \ 1121 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 1122 ac_prev=x_libraries ;; 1123 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1124 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1125 x_libraries=$ac_optarg ;; 1126 1127 -*) { echo "$as_me: error: unrecognized option: $ac_option 1128Try \`$0 --help' for more information." >&2 1129 { (exit 1); exit 1; }; } 1130 ;; 1131 1132 *=*) 1133 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1134 # Reject names that are not valid shell variable names. 1135 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1136 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1137 { (exit 1); exit 1; }; } 1138 eval $ac_envvar=\$ac_optarg 1139 export $ac_envvar ;; 1140 1141 *) 1142 # FIXME: should be removed in autoconf 3.0. 1143 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1144 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1145 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1146 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1147 ;; 1148 1149 esac 1150done 1151 1152if test -n "$ac_prev"; then 1153 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1154 { echo "$as_me: error: missing argument to $ac_option" >&2 1155 { (exit 1); exit 1; }; } 1156fi 1157 1158# Be sure to have absolute directory names. 1159for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1160 datadir sysconfdir sharedstatedir localstatedir includedir \ 1161 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1162 libdir localedir mandir 1163do 1164 eval ac_val=\$$ac_var 1165 case $ac_val in 1166 [\\/$]* | ?:[\\/]* ) continue;; 1167 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1168 esac 1169 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1170 { (exit 1); exit 1; }; } 1171done 1172 1173# There might be people who depend on the old broken behavior: `$host' 1174# used to hold the argument of --host etc. 1175# FIXME: To remove some day. 1176build=$build_alias 1177host=$host_alias 1178target=$target_alias 1179 1180# FIXME: To remove some day. 1181if test "x$host_alias" != x; then 1182 if test "x$build_alias" = x; then 1183 cross_compiling=maybe 1184 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1185 If a cross compiler is detected then cross compile mode will be used." >&2 1186 elif test "x$build_alias" != "x$host_alias"; then 1187 cross_compiling=yes 1188 fi 1189fi 1190 1191ac_tool_prefix= 1192test -n "$host_alias" && ac_tool_prefix=$host_alias- 1193 1194test "$silent" = yes && exec 6>/dev/null 1195 1196 1197ac_pwd=`pwd` && test -n "$ac_pwd" && 1198ac_ls_di=`ls -di .` && 1199ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1200 { echo "$as_me: error: Working directory cannot be determined" >&2 1201 { (exit 1); exit 1; }; } 1202test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1203 { echo "$as_me: error: pwd does not report name of working directory" >&2 1204 { (exit 1); exit 1; }; } 1205 1206 1207# Find the source files, if location was not specified. 1208if test -z "$srcdir"; then 1209 ac_srcdir_defaulted=yes 1210 # Try the directory containing this script, then the parent directory. 1211 ac_confdir=`$as_dirname -- "$0" || 1212$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1213 X"$0" : 'X\(//\)[^/]' \| \ 1214 X"$0" : 'X\(//\)$' \| \ 1215 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1216echo X"$0" | 1217 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1218 s//\1/ 1219 q 1220 } 1221 /^X\(\/\/\)[^/].*/{ 1222 s//\1/ 1223 q 1224 } 1225 /^X\(\/\/\)$/{ 1226 s//\1/ 1227 q 1228 } 1229 /^X\(\/\).*/{ 1230 s//\1/ 1231 q 1232 } 1233 s/.*/./; q'` 1234 srcdir=$ac_confdir 1235 if test ! -r "$srcdir/$ac_unique_file"; then 1236 srcdir=.. 1237 fi 1238else 1239 ac_srcdir_defaulted=no 1240fi 1241if test ! -r "$srcdir/$ac_unique_file"; then 1242 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1243 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1244 { (exit 1); exit 1; }; } 1245fi 1246ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1247ac_abs_confdir=`( 1248 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1249 { (exit 1); exit 1; }; } 1250 pwd)` 1251# When building in place, set srcdir=. 1252if test "$ac_abs_confdir" = "$ac_pwd"; then 1253 srcdir=. 1254fi 1255# Remove unnecessary trailing slashes from srcdir. 1256# Double slashes in file names in object file debugging info 1257# mess up M-x gdb in Emacs. 1258case $srcdir in 1259*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1260esac 1261for ac_var in $ac_precious_vars; do 1262 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1263 eval ac_env_${ac_var}_value=\$${ac_var} 1264 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1265 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1266done 1267 1268# 1269# Report the --help message. 1270# 1271if test "$ac_init_help" = "long"; then 1272 # Omit some internal or obsolete options to make the list less imposing. 1273 # This message is too long to be a string in the A/UX 3.1 sh. 1274 cat <<_ACEOF 1275\`configure' configures this package to adapt to many kinds of systems. 1276 1277Usage: $0 [OPTION]... [VAR=VALUE]... 1278 1279To assign environment variables (e.g., CC, CFLAGS...), specify them as 1280VAR=VALUE. See below for descriptions of some of the useful variables. 1281 1282Defaults for the options are specified in brackets. 1283 1284Configuration: 1285 -h, --help display this help and exit 1286 --help=short display options specific to this package 1287 --help=recursive display the short help of all the included packages 1288 -V, --version display version information and exit 1289 -q, --quiet, --silent do not print \`checking...' messages 1290 --cache-file=FILE cache test results in FILE [disabled] 1291 -C, --config-cache alias for \`--cache-file=config.cache' 1292 -n, --no-create do not create output files 1293 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1294 1295Installation directories: 1296 --prefix=PREFIX install architecture-independent files in PREFIX 1297 [$ac_default_prefix] 1298 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1299 [PREFIX] 1300 1301By default, \`make install' will install all the files in 1302\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1303an installation prefix other than \`$ac_default_prefix' using \`--prefix', 1304for instance \`--prefix=\$HOME'. 1305 1306For better control, use the options below. 1307 1308Fine tuning of the installation directories: 1309 --bindir=DIR user executables [EPREFIX/bin] 1310 --sbindir=DIR system admin executables [EPREFIX/sbin] 1311 --libexecdir=DIR program executables [EPREFIX/libexec] 1312 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1313 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1314 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1315 --libdir=DIR object code libraries [EPREFIX/lib] 1316 --includedir=DIR C header files [PREFIX/include] 1317 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1318 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1319 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1320 --infodir=DIR info documentation [DATAROOTDIR/info] 1321 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1322 --mandir=DIR man documentation [DATAROOTDIR/man] 1323 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] 1324 --htmldir=DIR html documentation [DOCDIR] 1325 --dvidir=DIR dvi documentation [DOCDIR] 1326 --pdfdir=DIR pdf documentation [DOCDIR] 1327 --psdir=DIR ps documentation [DOCDIR] 1328_ACEOF 1329 1330 cat <<\_ACEOF 1331 1332System types: 1333 --build=BUILD configure for building on BUILD [guessed] 1334 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1335_ACEOF 1336fi 1337 1338if test -n "$ac_init_help"; then 1339 1340 cat <<\_ACEOF 1341 1342Optional Features: 1343 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1344 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1345 --enable-maintainer-mode enable makefile rules useful for maintainers 1346 --enable-compression enable EXPERIMENTAL compression support 1347 --enable-htree enable EXPERIMENTAL htree directory support 1348 --enable-elf-shlibs select ELF shared libraries 1349 --enable-bsd-shlibs select BSD shared libraries 1350 --enable-profile build profiling libraries 1351 --enable-checker build checker libraries 1352 --enable-jbd-debug enable journal debugging 1353 --enable-blkid-debug enable blkid debugging 1354 --enable-testio-debug enable the use of the test I/O manager for debugging 1355 --disable-swapfs disable support of legacy byte-swapped filesystems 1356 --disable-debugfs disable support of debugfs program 1357 --disable-imager disable support of e2image program 1358 --disable-resizer disable support of e2resize program 1359 --enable-dynamic-e2fsck build e2fsck dynamically 1360 --enable-fsck build fsck wrapper program 1361 --enable-e2initrd-helper build e2initrd-helper program 1362 --enable-blkid-devmapper build with device-mapper support 1363 --disable-nls do not use Native Language Support 1364 --disable-rpath do not hardcode runtime library paths 1365 1366Optional Packages: 1367 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1368 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1369 --with-diet-libc Use diet libc 1370 --with-cc=COMPILER select compiler to use 1371 --with-linker=LINKER select linker to use 1372 --with-ccopts=CCOPTS select compiler command line options 1373 --with-ldopts=LDOPTS select linker command line options 1374 --with-root-prefix=PREFIX override prefix variable for files to be placed in the root 1375 --with-gnu-ld assume the C compiler uses GNU ld default=no 1376 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib 1377 --without-libiconv-prefix don't search for libiconv in includedir and libdir 1378 --with-included-gettext use the GNU gettext library included here 1379 --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib 1380 --without-libintl-prefix don't search for libintl in includedir and libdir 1381 1382Some influential environment variables: 1383 CC C compiler command 1384 CFLAGS C compiler flags 1385 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1386 nonstandard directory <lib dir> 1387 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1388 you have headers in a nonstandard directory <include dir> 1389 CPP C preprocessor 1390 1391Use these variables to override the choices made by `configure' or to help 1392it to find libraries and programs with nonstandard names/locations. 1393 1394_ACEOF 1395ac_status=$? 1396fi 1397 1398if test "$ac_init_help" = "recursive"; then 1399 # If there are subdirs, report their specific --help. 1400 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1401 test -d "$ac_dir" || continue 1402 ac_builddir=. 1403 1404case "$ac_dir" in 1405.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1406*) 1407 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1408 # A ".." for each directory in $ac_dir_suffix. 1409 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1410 case $ac_top_builddir_sub in 1411 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1412 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1413 esac ;; 1414esac 1415ac_abs_top_builddir=$ac_pwd 1416ac_abs_builddir=$ac_pwd$ac_dir_suffix 1417# for backward compatibility: 1418ac_top_builddir=$ac_top_build_prefix 1419 1420case $srcdir in 1421 .) # We are building in place. 1422 ac_srcdir=. 1423 ac_top_srcdir=$ac_top_builddir_sub 1424 ac_abs_top_srcdir=$ac_pwd ;; 1425 [\\/]* | ?:[\\/]* ) # Absolute name. 1426 ac_srcdir=$srcdir$ac_dir_suffix; 1427 ac_top_srcdir=$srcdir 1428 ac_abs_top_srcdir=$srcdir ;; 1429 *) # Relative name. 1430 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1431 ac_top_srcdir=$ac_top_build_prefix$srcdir 1432 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1433esac 1434ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1435 1436 cd "$ac_dir" || { ac_status=$?; continue; } 1437 # Check for guested configure. 1438 if test -f "$ac_srcdir/configure.gnu"; then 1439 echo && 1440 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1441 elif test -f "$ac_srcdir/configure"; then 1442 echo && 1443 $SHELL "$ac_srcdir/configure" --help=recursive 1444 else 1445 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1446 fi || ac_status=$? 1447 cd "$ac_pwd" || { ac_status=$?; break; } 1448 done 1449fi 1450 1451test -n "$ac_init_help" && exit $ac_status 1452if $ac_init_version; then 1453 cat <<\_ACEOF 1454configure 1455generated by GNU Autoconf 2.60 1456 1457Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 14582002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1459This configure script is free software; the Free Software Foundation 1460gives unlimited permission to copy, distribute and modify it. 1461_ACEOF 1462 exit 1463fi 1464cat >config.log <<_ACEOF 1465This file contains any messages produced by compilers while 1466running configure, to aid debugging if configure makes a mistake. 1467 1468It was created by $as_me, which was 1469generated by GNU Autoconf 2.60. Invocation command line was 1470 1471 $ $0 $@ 1472 1473_ACEOF 1474exec 5>>config.log 1475{ 1476cat <<_ASUNAME 1477## --------- ## 1478## Platform. ## 1479## --------- ## 1480 1481hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 1482uname -m = `(uname -m) 2>/dev/null || echo unknown` 1483uname -r = `(uname -r) 2>/dev/null || echo unknown` 1484uname -s = `(uname -s) 2>/dev/null || echo unknown` 1485uname -v = `(uname -v) 2>/dev/null || echo unknown` 1486 1487/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 1488/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1489 1490/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1491/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1492/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1493/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1494/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1495/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1496/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1497 1498_ASUNAME 1499 1500as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1501for as_dir in $PATH 1502do 1503 IFS=$as_save_IFS 1504 test -z "$as_dir" && as_dir=. 1505 echo "PATH: $as_dir" 1506done 1507IFS=$as_save_IFS 1508 1509} >&5 1510 1511cat >&5 <<_ACEOF 1512 1513 1514## ----------- ## 1515## Core tests. ## 1516## ----------- ## 1517 1518_ACEOF 1519 1520 1521# Keep a trace of the command line. 1522# Strip out --no-create and --no-recursion so they do not pile up. 1523# Strip out --silent because we don't want to record it for future runs. 1524# Also quote any args containing shell meta-characters. 1525# Make two passes to allow for proper duplicate-argument suppression. 1526ac_configure_args= 1527ac_configure_args0= 1528ac_configure_args1= 1529ac_must_keep_next=false 1530for ac_pass in 1 2 1531do 1532 for ac_arg 1533 do 1534 case $ac_arg in 1535 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1536 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1537 | -silent | --silent | --silen | --sile | --sil) 1538 continue ;; 1539 *\'*) 1540 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1541 esac 1542 case $ac_pass in 1543 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 1544 2) 1545 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1546 if test $ac_must_keep_next = true; then 1547 ac_must_keep_next=false # Got value, back to normal. 1548 else 1549 case $ac_arg in 1550 *=* | --config-cache | -C | -disable-* | --disable-* \ 1551 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1552 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1553 | -with-* | --with-* | -without-* | --without-* | --x) 1554 case "$ac_configure_args0 " in 1555 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1556 esac 1557 ;; 1558 -* ) ac_must_keep_next=true ;; 1559 esac 1560 fi 1561 ac_configure_args="$ac_configure_args '$ac_arg'" 1562 ;; 1563 esac 1564 done 1565done 1566$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1567$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 1568 1569# When interrupted or exit'd, cleanup temporary files, and complete 1570# config.log. We remove comments because anyway the quotes in there 1571# would cause problems or look ugly. 1572# WARNING: Use '\'' to represent an apostrophe within the trap. 1573# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1574trap 'exit_status=$? 1575 # Save into config.log some information that might help in debugging. 1576 { 1577 echo 1578 1579 cat <<\_ASBOX 1580## ---------------- ## 1581## Cache variables. ## 1582## ---------------- ## 1583_ASBOX 1584 echo 1585 # The following way of writing the cache mishandles newlines in values, 1586( 1587 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1588 eval ac_val=\$$ac_var 1589 case $ac_val in #( 1590 *${as_nl}*) 1591 case $ac_var in #( 1592 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1593echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1594 esac 1595 case $ac_var in #( 1596 _ | IFS | as_nl) ;; #( 1597 *) $as_unset $ac_var ;; 1598 esac ;; 1599 esac 1600 done 1601 (set) 2>&1 | 1602 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1603 *${as_nl}ac_space=\ *) 1604 sed -n \ 1605 "s/'\''/'\''\\\\'\'''\''/g; 1606 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1607 ;; #( 1608 *) 1609 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1610 ;; 1611 esac | 1612 sort 1613) 1614 echo 1615 1616 cat <<\_ASBOX 1617## ----------------- ## 1618## Output variables. ## 1619## ----------------- ## 1620_ASBOX 1621 echo 1622 for ac_var in $ac_subst_vars 1623 do 1624 eval ac_val=\$$ac_var 1625 case $ac_val in 1626 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1627 esac 1628 echo "$ac_var='\''$ac_val'\''" 1629 done | sort 1630 echo 1631 1632 if test -n "$ac_subst_files"; then 1633 cat <<\_ASBOX 1634## ------------------- ## 1635## File substitutions. ## 1636## ------------------- ## 1637_ASBOX 1638 echo 1639 for ac_var in $ac_subst_files 1640 do 1641 eval ac_val=\$$ac_var 1642 case $ac_val in 1643 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1644 esac 1645 echo "$ac_var='\''$ac_val'\''" 1646 done | sort 1647 echo 1648 fi 1649 1650 if test -s confdefs.h; then 1651 cat <<\_ASBOX 1652## ----------- ## 1653## confdefs.h. ## 1654## ----------- ## 1655_ASBOX 1656 echo 1657 cat confdefs.h 1658 echo 1659 fi 1660 test "$ac_signal" != 0 && 1661 echo "$as_me: caught signal $ac_signal" 1662 echo "$as_me: exit $exit_status" 1663 } >&5 1664 rm -f core *.core core.conftest.* && 1665 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1666 exit $exit_status 1667' 0 1668for ac_signal in 1 2 13 15; do 1669 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 1670done 1671ac_signal=0 1672 1673# confdefs.h avoids OS command line length limits that DEFS can exceed. 1674rm -f -r conftest* confdefs.h 1675 1676# Predefined preprocessor variables. 1677 1678cat >>confdefs.h <<_ACEOF 1679#define PACKAGE_NAME "$PACKAGE_NAME" 1680_ACEOF 1681 1682 1683cat >>confdefs.h <<_ACEOF 1684#define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1685_ACEOF 1686 1687 1688cat >>confdefs.h <<_ACEOF 1689#define PACKAGE_VERSION "$PACKAGE_VERSION" 1690_ACEOF 1691 1692 1693cat >>confdefs.h <<_ACEOF 1694#define PACKAGE_STRING "$PACKAGE_STRING" 1695_ACEOF 1696 1697 1698cat >>confdefs.h <<_ACEOF 1699#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1700_ACEOF 1701 1702 1703# Let the site file select an alternate cache file if it wants to. 1704# Prefer explicitly selected file to automatically selected ones. 1705if test -n "$CONFIG_SITE"; then 1706 set x "$CONFIG_SITE" 1707elif test "x$prefix" != xNONE; then 1708 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1709else 1710 set x "$ac_default_prefix/share/config.site" \ 1711 "$ac_default_prefix/etc/config.site" 1712fi 1713shift 1714for ac_site_file 1715do 1716 if test -r "$ac_site_file"; then 1717 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1718echo "$as_me: loading site script $ac_site_file" >&6;} 1719 sed 's/^/| /' "$ac_site_file" >&5 1720 . "$ac_site_file" 1721 fi 1722done 1723 1724if test -r "$cache_file"; then 1725 # Some versions of bash will fail to source /dev/null (special 1726 # files actually), so we avoid doing that. 1727 if test -f "$cache_file"; then 1728 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1729echo "$as_me: loading cache $cache_file" >&6;} 1730 case $cache_file in 1731 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1732 *) . "./$cache_file";; 1733 esac 1734 fi 1735else 1736 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1737echo "$as_me: creating cache $cache_file" >&6;} 1738 >$cache_file 1739fi 1740 1741# Check that the precious variables saved in the cache have kept the same 1742# value. 1743ac_cache_corrupted=false 1744for ac_var in $ac_precious_vars; do 1745 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1746 eval ac_new_set=\$ac_env_${ac_var}_set 1747 eval ac_old_val=\$ac_cv_env_${ac_var}_value 1748 eval ac_new_val=\$ac_env_${ac_var}_value 1749 case $ac_old_set,$ac_new_set in 1750 set,) 1751 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1752echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1753 ac_cache_corrupted=: ;; 1754 ,set) 1755 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1756echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1757 ac_cache_corrupted=: ;; 1758 ,);; 1759 *) 1760 if test "x$ac_old_val" != "x$ac_new_val"; then 1761 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1762echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1763 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1764echo "$as_me: former value: $ac_old_val" >&2;} 1765 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1766echo "$as_me: current value: $ac_new_val" >&2;} 1767 ac_cache_corrupted=: 1768 fi;; 1769 esac 1770 # Pass precious variables to config.status. 1771 if test "$ac_new_set" = set; then 1772 case $ac_new_val in 1773 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1774 *) ac_arg=$ac_var=$ac_new_val ;; 1775 esac 1776 case " $ac_configure_args " in 1777 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1778 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 1779 esac 1780 fi 1781done 1782if $ac_cache_corrupted; then 1783 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1784echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1785 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1786echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1787 { (exit 1); exit 1; }; } 1788fi 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806ac_ext=c 1807ac_cpp='$CPP $CPPFLAGS' 1808ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1809ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1810ac_compiler_gnu=$ac_cv_c_compiler_gnu 1811 1812 1813 1814ac_aux_dir= 1815for ac_dir in config "$srcdir"/config; do 1816 if test -f "$ac_dir/install-sh"; then 1817 ac_aux_dir=$ac_dir 1818 ac_install_sh="$ac_aux_dir/install-sh -c" 1819 break 1820 elif test -f "$ac_dir/install.sh"; then 1821 ac_aux_dir=$ac_dir 1822 ac_install_sh="$ac_aux_dir/install.sh -c" 1823 break 1824 elif test -f "$ac_dir/shtool"; then 1825 ac_aux_dir=$ac_dir 1826 ac_install_sh="$ac_aux_dir/shtool install -c" 1827 break 1828 fi 1829done 1830if test -z "$ac_aux_dir"; then 1831 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&5 1832echo "$as_me: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&2;} 1833 { (exit 1); exit 1; }; } 1834fi 1835 1836# These three variables are undocumented and unsupported, 1837# and are intended to be withdrawn in a future Autoconf release. 1838# They can cause serious problems if a builder's source tree is in a directory 1839# whose full name contains unusual characters. 1840ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 1841ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 1842ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 1843 1844 1845MCONFIG=./MCONFIG 1846 1847BINARY_TYPE=bin 1848E2FSPROGS_VERSION=`grep E2FSPROGS_VERSION ${srcdir}/version.h \ 1849 | awk '{print $3}' | tr \" " " | awk '{print $1}'` 1850DATE=`grep E2FSPROGS_DATE ${srcdir}/version.h | awk '{print $3}' \ 1851 | tr \" " "` 1852E2FSPROGS_DAY=`echo $DATE | awk -F- '{print $1}'` 1853MONTH=`echo $DATE | awk -F- '{print $2}'` 1854YEAR=`echo $DATE | awk -F- '{print $3}'` 1855 1856if expr $YEAR ">" 1900 > /dev/null ; then 1857 E2FSPROGS_YEAR=$YEAR 1858elif expr $YEAR ">" 90 >/dev/null ; then 1859 E2FSPROGS_YEAR=19$YEAR 1860else 1861 E2FSPROGS_YEAR=20$YEAR 1862fi 1863 1864case $MONTH in 1865Jan) MONTH_NUM=01; E2FSPROGS_MONTH="January" ;; 1866Feb) MONTH_NUM=02; E2FSPROGS_MONTH="February" ;; 1867Mar) MONTH_NUM=03; E2FSPROGS_MONTH="March" ;; 1868Apr) MONTH_NUM=04; E2FSPROGS_MONTH="April" ;; 1869May) MONTH_NUM=05; E2FSPROGS_MONTH="May" ;; 1870Jun) MONTH_NUM=06; E2FSPROGS_MONTH="June" ;; 1871Jul) MONTH_NUM=07; E2FSPROGS_MONTH="July" ;; 1872Aug) MONTH_NUM=08; E2FSPROGS_MONTH="August" ;; 1873Sep) MONTH_NUM=09; E2FSPROGS_MONTH="September" ;; 1874Oct) MONTH_NUM=10; E2FSPROGS_MONTH="October" ;; 1875Nov) MONTH_NUM=11; E2FSPROGS_MONTH="November" ;; 1876Dec) MONTH_NUM=12; E2FSPROGS_MONTH="December" ;; 1877*) echo "Unknown month $MONTH??" ;; 1878esac 1879 1880base_ver=`echo $E2FSPROGS_VERSION | \ 1881 sed -e 's/-WIP//' -e 's/pre-//' -e 's/-PLUS//'` 1882pre_vers=`echo $base_ver 0.01 - p | dc` 1883 1884date_spec=${E2FSPROGS_YEAR}.${MONTH_NUM}.${E2FSPROGS_DAY} 1885 1886case $E2FSPROGS_VERSION in 1887*-WIP|pre-*) 1888 E2FSPROGS_PKGVER="$pre_vers+${base_ver}_WIP_$date_spec" 1889 ;; 1890*) 1891 E2FSPROGS_PKGVER="$base_ver" 1892 ;; 1893esac 1894 1895unset DATE MONTH YEAR base_ver pre_vers date_spec 1896echo "Generating configuration file for e2fsprogs version $E2FSPROGS_VERSION" 1897echo "Release date is ${E2FSPROGS_MONTH}, ${E2FSPROGS_YEAR}" 1898 1899 1900 1901 1902 1903# Make sure we can run config.sub. 1904$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1905 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 1906echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 1907 { (exit 1); exit 1; }; } 1908 1909{ echo "$as_me:$LINENO: checking build system type" >&5 1910echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 1911if test "${ac_cv_build+set}" = set; then 1912 echo $ECHO_N "(cached) $ECHO_C" >&6 1913else 1914 ac_build_alias=$build_alias 1915test "x$ac_build_alias" = x && 1916 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1917test "x$ac_build_alias" = x && 1918 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 1919echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1920 { (exit 1); exit 1; }; } 1921ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1922 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 1923echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 1924 { (exit 1); exit 1; }; } 1925 1926fi 1927{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1928echo "${ECHO_T}$ac_cv_build" >&6; } 1929case $ac_cv_build in 1930*-*-*) ;; 1931*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 1932echo "$as_me: error: invalid value of canonical build" >&2;} 1933 { (exit 1); exit 1; }; };; 1934esac 1935build=$ac_cv_build 1936ac_save_IFS=$IFS; IFS='-' 1937set x $ac_cv_build 1938shift 1939build_cpu=$1 1940build_vendor=$2 1941shift; shift 1942# Remember, the first character of IFS is used to create $*, 1943# except with old shells: 1944build_os=$* 1945IFS=$ac_save_IFS 1946case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 1947 1948 1949{ echo "$as_me:$LINENO: checking host system type" >&5 1950echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 1951if test "${ac_cv_host+set}" = set; then 1952 echo $ECHO_N "(cached) $ECHO_C" >&6 1953else 1954 if test "x$host_alias" = x; then 1955 ac_cv_host=$ac_cv_build 1956else 1957 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 1958 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 1959echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 1960 { (exit 1); exit 1; }; } 1961fi 1962 1963fi 1964{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1965echo "${ECHO_T}$ac_cv_host" >&6; } 1966case $ac_cv_host in 1967*-*-*) ;; 1968*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 1969echo "$as_me: error: invalid value of canonical host" >&2;} 1970 { (exit 1); exit 1; }; };; 1971esac 1972host=$ac_cv_host 1973ac_save_IFS=$IFS; IFS='-' 1974set x $ac_cv_host 1975shift 1976host_cpu=$1 1977host_vendor=$2 1978shift; shift 1979# Remember, the first character of IFS is used to create $*, 1980# except with old shells: 1981host_os=$* 1982IFS=$ac_save_IFS 1983case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 1984 1985 1986 1987# Check whether --with-diet-libc was given. 1988if test "${with_diet_libc+set}" = set; then 1989 withval=$with_diet_libc; CC="diet cc -nostdinc" 1990{ echo "$as_me:$LINENO: result: CC=$CC" >&5 1991echo "${ECHO_T}CC=$CC" >&6; } 1992fi 1993 1994# Check whether --with-cc was given. 1995if test "${with_cc+set}" = set; then 1996 withval=$with_cc; { echo "$as_me:$LINENO: result: CC=$withval" >&5 1997echo "${ECHO_T}CC=$withval" >&6; } 1998CC=$withval 1999else 2000 if test -z "$CC" ; then CC=cc; fi 2001{ echo "$as_me:$LINENO: result: CC defaults to $CC" >&5 2002echo "${ECHO_T}CC defaults to $CC" >&6; } 2003fi 2004export CC 2005 2006ac_ext=c 2007ac_cpp='$CPP $CPPFLAGS' 2008ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2009ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2010ac_compiler_gnu=$ac_cv_c_compiler_gnu 2011if test -n "$ac_tool_prefix"; then 2012 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2013set dummy ${ac_tool_prefix}gcc; ac_word=$2 2014{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2015echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2016if test "${ac_cv_prog_CC+set}" = set; then 2017 echo $ECHO_N "(cached) $ECHO_C" >&6 2018else 2019 if test -n "$CC"; then 2020 ac_cv_prog_CC="$CC" # Let the user override the test. 2021else 2022as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2023for as_dir in $PATH 2024do 2025 IFS=$as_save_IFS 2026 test -z "$as_dir" && as_dir=. 2027 for ac_exec_ext in '' $ac_executable_extensions; do 2028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2029 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2030 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2031 break 2 2032 fi 2033done 2034done 2035IFS=$as_save_IFS 2036 2037fi 2038fi 2039CC=$ac_cv_prog_CC 2040if test -n "$CC"; then 2041 { echo "$as_me:$LINENO: result: $CC" >&5 2042echo "${ECHO_T}$CC" >&6; } 2043else 2044 { echo "$as_me:$LINENO: result: no" >&5 2045echo "${ECHO_T}no" >&6; } 2046fi 2047 2048 2049fi 2050if test -z "$ac_cv_prog_CC"; then 2051 ac_ct_CC=$CC 2052 # Extract the first word of "gcc", so it can be a program name with args. 2053set dummy gcc; ac_word=$2 2054{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2055echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2056if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2057 echo $ECHO_N "(cached) $ECHO_C" >&6 2058else 2059 if test -n "$ac_ct_CC"; then 2060 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2061else 2062as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2063for as_dir in $PATH 2064do 2065 IFS=$as_save_IFS 2066 test -z "$as_dir" && as_dir=. 2067 for ac_exec_ext in '' $ac_executable_extensions; do 2068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2069 ac_cv_prog_ac_ct_CC="gcc" 2070 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2071 break 2 2072 fi 2073done 2074done 2075IFS=$as_save_IFS 2076 2077fi 2078fi 2079ac_ct_CC=$ac_cv_prog_ac_ct_CC 2080if test -n "$ac_ct_CC"; then 2081 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2082echo "${ECHO_T}$ac_ct_CC" >&6; } 2083else 2084 { echo "$as_me:$LINENO: result: no" >&5 2085echo "${ECHO_T}no" >&6; } 2086fi 2087 2088 if test "x$ac_ct_CC" = x; then 2089 CC="" 2090 else 2091 case $cross_compiling:$ac_tool_warned in 2092yes:) 2093{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2094whose name does not start with the host triplet. If you think this 2095configuration is useful to you, please write to autoconf@gnu.org." >&5 2096echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2097whose name does not start with the host triplet. If you think this 2098configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2099ac_tool_warned=yes ;; 2100esac 2101 CC=$ac_ct_CC 2102 fi 2103else 2104 CC="$ac_cv_prog_CC" 2105fi 2106 2107if test -z "$CC"; then 2108 if test -n "$ac_tool_prefix"; then 2109 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2110set dummy ${ac_tool_prefix}cc; ac_word=$2 2111{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2112echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2113if test "${ac_cv_prog_CC+set}" = set; then 2114 echo $ECHO_N "(cached) $ECHO_C" >&6 2115else 2116 if test -n "$CC"; then 2117 ac_cv_prog_CC="$CC" # Let the user override the test. 2118else 2119as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2120for as_dir in $PATH 2121do 2122 IFS=$as_save_IFS 2123 test -z "$as_dir" && as_dir=. 2124 for ac_exec_ext in '' $ac_executable_extensions; do 2125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2126 ac_cv_prog_CC="${ac_tool_prefix}cc" 2127 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2128 break 2 2129 fi 2130done 2131done 2132IFS=$as_save_IFS 2133 2134fi 2135fi 2136CC=$ac_cv_prog_CC 2137if test -n "$CC"; then 2138 { echo "$as_me:$LINENO: result: $CC" >&5 2139echo "${ECHO_T}$CC" >&6; } 2140else 2141 { echo "$as_me:$LINENO: result: no" >&5 2142echo "${ECHO_T}no" >&6; } 2143fi 2144 2145 2146 fi 2147fi 2148if test -z "$CC"; then 2149 # Extract the first word of "cc", so it can be a program name with args. 2150set dummy cc; ac_word=$2 2151{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2152echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2153if test "${ac_cv_prog_CC+set}" = set; then 2154 echo $ECHO_N "(cached) $ECHO_C" >&6 2155else 2156 if test -n "$CC"; then 2157 ac_cv_prog_CC="$CC" # Let the user override the test. 2158else 2159 ac_prog_rejected=no 2160as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2161for as_dir in $PATH 2162do 2163 IFS=$as_save_IFS 2164 test -z "$as_dir" && as_dir=. 2165 for ac_exec_ext in '' $ac_executable_extensions; do 2166 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2167 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2168 ac_prog_rejected=yes 2169 continue 2170 fi 2171 ac_cv_prog_CC="cc" 2172 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2173 break 2 2174 fi 2175done 2176done 2177IFS=$as_save_IFS 2178 2179if test $ac_prog_rejected = yes; then 2180 # We found a bogon in the path, so make sure we never use it. 2181 set dummy $ac_cv_prog_CC 2182 shift 2183 if test $# != 0; then 2184 # We chose a different compiler from the bogus one. 2185 # However, it has the same basename, so the bogon will be chosen 2186 # first if we set CC to just the basename; use the full file name. 2187 shift 2188 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 2189 fi 2190fi 2191fi 2192fi 2193CC=$ac_cv_prog_CC 2194if test -n "$CC"; then 2195 { echo "$as_me:$LINENO: result: $CC" >&5 2196echo "${ECHO_T}$CC" >&6; } 2197else 2198 { echo "$as_me:$LINENO: result: no" >&5 2199echo "${ECHO_T}no" >&6; } 2200fi 2201 2202 2203fi 2204if test -z "$CC"; then 2205 if test -n "$ac_tool_prefix"; then 2206 for ac_prog in cl.exe 2207 do 2208 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2209set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2210{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2211echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2212if test "${ac_cv_prog_CC+set}" = set; then 2213 echo $ECHO_N "(cached) $ECHO_C" >&6 2214else 2215 if test -n "$CC"; then 2216 ac_cv_prog_CC="$CC" # Let the user override the test. 2217else 2218as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2219for as_dir in $PATH 2220do 2221 IFS=$as_save_IFS 2222 test -z "$as_dir" && as_dir=. 2223 for ac_exec_ext in '' $ac_executable_extensions; do 2224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2225 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2226 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2227 break 2 2228 fi 2229done 2230done 2231IFS=$as_save_IFS 2232 2233fi 2234fi 2235CC=$ac_cv_prog_CC 2236if test -n "$CC"; then 2237 { echo "$as_me:$LINENO: result: $CC" >&5 2238echo "${ECHO_T}$CC" >&6; } 2239else 2240 { echo "$as_me:$LINENO: result: no" >&5 2241echo "${ECHO_T}no" >&6; } 2242fi 2243 2244 2245 test -n "$CC" && break 2246 done 2247fi 2248if test -z "$CC"; then 2249 ac_ct_CC=$CC 2250 for ac_prog in cl.exe 2251do 2252 # Extract the first word of "$ac_prog", so it can be a program name with args. 2253set dummy $ac_prog; ac_word=$2 2254{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2255echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2256if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2257 echo $ECHO_N "(cached) $ECHO_C" >&6 2258else 2259 if test -n "$ac_ct_CC"; then 2260 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2261else 2262as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2263for as_dir in $PATH 2264do 2265 IFS=$as_save_IFS 2266 test -z "$as_dir" && as_dir=. 2267 for ac_exec_ext in '' $ac_executable_extensions; do 2268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2269 ac_cv_prog_ac_ct_CC="$ac_prog" 2270 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2271 break 2 2272 fi 2273done 2274done 2275IFS=$as_save_IFS 2276 2277fi 2278fi 2279ac_ct_CC=$ac_cv_prog_ac_ct_CC 2280if test -n "$ac_ct_CC"; then 2281 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2282echo "${ECHO_T}$ac_ct_CC" >&6; } 2283else 2284 { echo "$as_me:$LINENO: result: no" >&5 2285echo "${ECHO_T}no" >&6; } 2286fi 2287 2288 2289 test -n "$ac_ct_CC" && break 2290done 2291 2292 if test "x$ac_ct_CC" = x; then 2293 CC="" 2294 else 2295 case $cross_compiling:$ac_tool_warned in 2296yes:) 2297{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2298whose name does not start with the host triplet. If you think this 2299configuration is useful to you, please write to autoconf@gnu.org." >&5 2300echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2301whose name does not start with the host triplet. If you think this 2302configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2303ac_tool_warned=yes ;; 2304esac 2305 CC=$ac_ct_CC 2306 fi 2307fi 2308 2309fi 2310 2311 2312test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2313See \`config.log' for more details." >&5 2314echo "$as_me: error: no acceptable C compiler found in \$PATH 2315See \`config.log' for more details." >&2;} 2316 { (exit 1); exit 1; }; } 2317 2318# Provide some information about the compiler. 2319echo "$as_me:$LINENO: checking for C compiler version" >&5 2320ac_compiler=`set X $ac_compile; echo $2` 2321{ (ac_try="$ac_compiler --version >&5" 2322case "(($ac_try" in 2323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2324 *) ac_try_echo=$ac_try;; 2325esac 2326eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2327 (eval "$ac_compiler --version >&5") 2>&5 2328 ac_status=$? 2329 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2330 (exit $ac_status); } 2331{ (ac_try="$ac_compiler -v >&5" 2332case "(($ac_try" in 2333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2334 *) ac_try_echo=$ac_try;; 2335esac 2336eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2337 (eval "$ac_compiler -v >&5") 2>&5 2338 ac_status=$? 2339 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2340 (exit $ac_status); } 2341{ (ac_try="$ac_compiler -V >&5" 2342case "(($ac_try" in 2343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2344 *) ac_try_echo=$ac_try;; 2345esac 2346eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2347 (eval "$ac_compiler -V >&5") 2>&5 2348 ac_status=$? 2349 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2350 (exit $ac_status); } 2351 2352cat >conftest.$ac_ext <<_ACEOF 2353/* confdefs.h. */ 2354_ACEOF 2355cat confdefs.h >>conftest.$ac_ext 2356cat >>conftest.$ac_ext <<_ACEOF 2357/* end confdefs.h. */ 2358 2359int 2360main () 2361{ 2362 2363 ; 2364 return 0; 2365} 2366_ACEOF 2367ac_clean_files_save=$ac_clean_files 2368ac_clean_files="$ac_clean_files a.out a.exe b.out" 2369# Try to create an executable without -o first, disregard a.out. 2370# It will help us diagnose broken compilers, and finding out an intuition 2371# of exeext. 2372{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2373echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2374ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2375# 2376# List of possible output files, starting from the most likely. 2377# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2378# only as a last resort. b.out is created by i960 compilers. 2379ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2380# 2381# The IRIX 6 linker writes into existing files which may not be 2382# executable, retaining their permissions. Remove them first so a 2383# subsequent execution test works. 2384ac_rmfiles= 2385for ac_file in $ac_files 2386do 2387 case $ac_file in 2388 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2389 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2390 esac 2391done 2392rm -f $ac_rmfiles 2393 2394if { (ac_try="$ac_link_default" 2395case "(($ac_try" in 2396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2397 *) ac_try_echo=$ac_try;; 2398esac 2399eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2400 (eval "$ac_link_default") 2>&5 2401 ac_status=$? 2402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2403 (exit $ac_status); }; then 2404 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 2405# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 2406# in a Makefile. We should not override ac_cv_exeext if it was cached, 2407# so that the user can short-circuit this test for compilers unknown to 2408# Autoconf. 2409for ac_file in $ac_files 2410do 2411 test -f "$ac_file" || continue 2412 case $ac_file in 2413 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 2414 ;; 2415 [ab].out ) 2416 # We found the default executable, but exeext='' is most 2417 # certainly right. 2418 break;; 2419 *.* ) 2420 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 2421 then :; else 2422 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2423 fi 2424 # We set ac_cv_exeext here because the later test for it is not 2425 # safe: cross compilers may not add the suffix if given an `-o' 2426 # argument, so we may need to know it at that point already. 2427 # Even if this section looks crufty: it has the advantage of 2428 # actually working. 2429 break;; 2430 * ) 2431 break;; 2432 esac 2433done 2434test "$ac_cv_exeext" = no && ac_cv_exeext= 2435 2436else 2437 echo "$as_me: failed program was:" >&5 2438sed 's/^/| /' conftest.$ac_ext >&5 2439 2440{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 2441See \`config.log' for more details." >&5 2442echo "$as_me: error: C compiler cannot create executables 2443See \`config.log' for more details." >&2;} 2444 { (exit 77); exit 77; }; } 2445fi 2446 2447ac_exeext=$ac_cv_exeext 2448{ echo "$as_me:$LINENO: result: $ac_file" >&5 2449echo "${ECHO_T}$ac_file" >&6; } 2450 2451# Check that the compiler produces executables we can run. If not, either 2452# the compiler is broken, or we cross compile. 2453{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2454echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 2455# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2456# If not cross compiling, check that we can run a simple program. 2457if test "$cross_compiling" != yes; then 2458 if { ac_try='./$ac_file' 2459 { (case "(($ac_try" in 2460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2461 *) ac_try_echo=$ac_try;; 2462esac 2463eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2464 (eval "$ac_try") 2>&5 2465 ac_status=$? 2466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2467 (exit $ac_status); }; }; then 2468 cross_compiling=no 2469 else 2470 if test "$cross_compiling" = maybe; then 2471 cross_compiling=yes 2472 else 2473 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2474If you meant to cross compile, use \`--host'. 2475See \`config.log' for more details." >&5 2476echo "$as_me: error: cannot run C compiled programs. 2477If you meant to cross compile, use \`--host'. 2478See \`config.log' for more details." >&2;} 2479 { (exit 1); exit 1; }; } 2480 fi 2481 fi 2482fi 2483{ echo "$as_me:$LINENO: result: yes" >&5 2484echo "${ECHO_T}yes" >&6; } 2485 2486rm -f a.out a.exe conftest$ac_cv_exeext b.out 2487ac_clean_files=$ac_clean_files_save 2488# Check that the compiler produces executables we can run. If not, either 2489# the compiler is broken, or we cross compile. 2490{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2491echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2492{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 2493echo "${ECHO_T}$cross_compiling" >&6; } 2494 2495{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 2496echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2497if { (ac_try="$ac_link" 2498case "(($ac_try" in 2499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2500 *) ac_try_echo=$ac_try;; 2501esac 2502eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2503 (eval "$ac_link") 2>&5 2504 ac_status=$? 2505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2506 (exit $ac_status); }; then 2507 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2508# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2509# work properly (i.e., refer to `conftest.exe'), while it won't with 2510# `rm'. 2511for ac_file in conftest.exe conftest conftest.*; do 2512 test -f "$ac_file" || continue 2513 case $ac_file in 2514 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2515 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2516 break;; 2517 * ) break;; 2518 esac 2519done 2520else 2521 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2522See \`config.log' for more details." >&5 2523echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2524See \`config.log' for more details." >&2;} 2525 { (exit 1); exit 1; }; } 2526fi 2527 2528rm -f conftest$ac_cv_exeext 2529{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2530echo "${ECHO_T}$ac_cv_exeext" >&6; } 2531 2532rm -f conftest.$ac_ext 2533EXEEXT=$ac_cv_exeext 2534ac_exeext=$EXEEXT 2535{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 2536echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 2537if test "${ac_cv_objext+set}" = set; then 2538 echo $ECHO_N "(cached) $ECHO_C" >&6 2539else 2540 cat >conftest.$ac_ext <<_ACEOF 2541/* confdefs.h. */ 2542_ACEOF 2543cat confdefs.h >>conftest.$ac_ext 2544cat >>conftest.$ac_ext <<_ACEOF 2545/* end confdefs.h. */ 2546 2547int 2548main () 2549{ 2550 2551 ; 2552 return 0; 2553} 2554_ACEOF 2555rm -f conftest.o conftest.obj 2556if { (ac_try="$ac_compile" 2557case "(($ac_try" in 2558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2559 *) ac_try_echo=$ac_try;; 2560esac 2561eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2562 (eval "$ac_compile") 2>&5 2563 ac_status=$? 2564 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2565 (exit $ac_status); }; then 2566 for ac_file in conftest.o conftest.obj conftest.*; do 2567 test -f "$ac_file" || continue; 2568 case $ac_file in 2569 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 2570 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2571 break;; 2572 esac 2573done 2574else 2575 echo "$as_me: failed program was:" >&5 2576sed 's/^/| /' conftest.$ac_ext >&5 2577 2578{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2579See \`config.log' for more details." >&5 2580echo "$as_me: error: cannot compute suffix of object files: cannot compile 2581See \`config.log' for more details." >&2;} 2582 { (exit 1); exit 1; }; } 2583fi 2584 2585rm -f conftest.$ac_cv_objext conftest.$ac_ext 2586fi 2587{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2588echo "${ECHO_T}$ac_cv_objext" >&6; } 2589OBJEXT=$ac_cv_objext 2590ac_objext=$OBJEXT 2591{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2592echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2593if test "${ac_cv_c_compiler_gnu+set}" = set; then 2594 echo $ECHO_N "(cached) $ECHO_C" >&6 2595else 2596 cat >conftest.$ac_ext <<_ACEOF 2597/* confdefs.h. */ 2598_ACEOF 2599cat confdefs.h >>conftest.$ac_ext 2600cat >>conftest.$ac_ext <<_ACEOF 2601/* end confdefs.h. */ 2602 2603int 2604main () 2605{ 2606#ifndef __GNUC__ 2607 choke me 2608#endif 2609 2610 ; 2611 return 0; 2612} 2613_ACEOF 2614rm -f conftest.$ac_objext 2615if { (ac_try="$ac_compile" 2616case "(($ac_try" in 2617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2618 *) ac_try_echo=$ac_try;; 2619esac 2620eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2621 (eval "$ac_compile") 2>conftest.er1 2622 ac_status=$? 2623 grep -v '^ *+' conftest.er1 >conftest.err 2624 rm -f conftest.er1 2625 cat conftest.err >&5 2626 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2627 (exit $ac_status); } && 2628 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2629 { (case "(($ac_try" in 2630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2631 *) ac_try_echo=$ac_try;; 2632esac 2633eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2634 (eval "$ac_try") 2>&5 2635 ac_status=$? 2636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2637 (exit $ac_status); }; } && 2638 { ac_try='test -s conftest.$ac_objext' 2639 { (case "(($ac_try" in 2640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2641 *) ac_try_echo=$ac_try;; 2642esac 2643eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2644 (eval "$ac_try") 2>&5 2645 ac_status=$? 2646 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2647 (exit $ac_status); }; }; then 2648 ac_compiler_gnu=yes 2649else 2650 echo "$as_me: failed program was:" >&5 2651sed 's/^/| /' conftest.$ac_ext >&5 2652 2653 ac_compiler_gnu=no 2654fi 2655 2656rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2657ac_cv_c_compiler_gnu=$ac_compiler_gnu 2658 2659fi 2660{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2661echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2662GCC=`test $ac_compiler_gnu = yes && echo yes` 2663ac_test_CFLAGS=${CFLAGS+set} 2664ac_save_CFLAGS=$CFLAGS 2665{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2666echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2667if test "${ac_cv_prog_cc_g+set}" = set; then 2668 echo $ECHO_N "(cached) $ECHO_C" >&6 2669else 2670 ac_save_c_werror_flag=$ac_c_werror_flag 2671 ac_c_werror_flag=yes 2672 ac_cv_prog_cc_g=no 2673 CFLAGS="-g" 2674 cat >conftest.$ac_ext <<_ACEOF 2675/* confdefs.h. */ 2676_ACEOF 2677cat confdefs.h >>conftest.$ac_ext 2678cat >>conftest.$ac_ext <<_ACEOF 2679/* end confdefs.h. */ 2680 2681int 2682main () 2683{ 2684 2685 ; 2686 return 0; 2687} 2688_ACEOF 2689rm -f conftest.$ac_objext 2690if { (ac_try="$ac_compile" 2691case "(($ac_try" in 2692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2693 *) ac_try_echo=$ac_try;; 2694esac 2695eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2696 (eval "$ac_compile") 2>conftest.er1 2697 ac_status=$? 2698 grep -v '^ *+' conftest.er1 >conftest.err 2699 rm -f conftest.er1 2700 cat conftest.err >&5 2701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2702 (exit $ac_status); } && 2703 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2704 { (case "(($ac_try" in 2705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2706 *) ac_try_echo=$ac_try;; 2707esac 2708eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2709 (eval "$ac_try") 2>&5 2710 ac_status=$? 2711 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2712 (exit $ac_status); }; } && 2713 { ac_try='test -s conftest.$ac_objext' 2714 { (case "(($ac_try" in 2715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2716 *) ac_try_echo=$ac_try;; 2717esac 2718eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2719 (eval "$ac_try") 2>&5 2720 ac_status=$? 2721 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2722 (exit $ac_status); }; }; then 2723 ac_cv_prog_cc_g=yes 2724else 2725 echo "$as_me: failed program was:" >&5 2726sed 's/^/| /' conftest.$ac_ext >&5 2727 2728 CFLAGS="" 2729 cat >conftest.$ac_ext <<_ACEOF 2730/* confdefs.h. */ 2731_ACEOF 2732cat confdefs.h >>conftest.$ac_ext 2733cat >>conftest.$ac_ext <<_ACEOF 2734/* end confdefs.h. */ 2735 2736int 2737main () 2738{ 2739 2740 ; 2741 return 0; 2742} 2743_ACEOF 2744rm -f conftest.$ac_objext 2745if { (ac_try="$ac_compile" 2746case "(($ac_try" in 2747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2748 *) ac_try_echo=$ac_try;; 2749esac 2750eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2751 (eval "$ac_compile") 2>conftest.er1 2752 ac_status=$? 2753 grep -v '^ *+' conftest.er1 >conftest.err 2754 rm -f conftest.er1 2755 cat conftest.err >&5 2756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2757 (exit $ac_status); } && 2758 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2759 { (case "(($ac_try" in 2760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2761 *) ac_try_echo=$ac_try;; 2762esac 2763eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2764 (eval "$ac_try") 2>&5 2765 ac_status=$? 2766 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2767 (exit $ac_status); }; } && 2768 { ac_try='test -s conftest.$ac_objext' 2769 { (case "(($ac_try" in 2770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2771 *) ac_try_echo=$ac_try;; 2772esac 2773eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2774 (eval "$ac_try") 2>&5 2775 ac_status=$? 2776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2777 (exit $ac_status); }; }; then 2778 : 2779else 2780 echo "$as_me: failed program was:" >&5 2781sed 's/^/| /' conftest.$ac_ext >&5 2782 2783 ac_c_werror_flag=$ac_save_c_werror_flag 2784 CFLAGS="-g" 2785 cat >conftest.$ac_ext <<_ACEOF 2786/* confdefs.h. */ 2787_ACEOF 2788cat confdefs.h >>conftest.$ac_ext 2789cat >>conftest.$ac_ext <<_ACEOF 2790/* end confdefs.h. */ 2791 2792int 2793main () 2794{ 2795 2796 ; 2797 return 0; 2798} 2799_ACEOF 2800rm -f conftest.$ac_objext 2801if { (ac_try="$ac_compile" 2802case "(($ac_try" in 2803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2804 *) ac_try_echo=$ac_try;; 2805esac 2806eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2807 (eval "$ac_compile") 2>conftest.er1 2808 ac_status=$? 2809 grep -v '^ *+' conftest.er1 >conftest.err 2810 rm -f conftest.er1 2811 cat conftest.err >&5 2812 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2813 (exit $ac_status); } && 2814 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2815 { (case "(($ac_try" in 2816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2817 *) ac_try_echo=$ac_try;; 2818esac 2819eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2820 (eval "$ac_try") 2>&5 2821 ac_status=$? 2822 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2823 (exit $ac_status); }; } && 2824 { ac_try='test -s conftest.$ac_objext' 2825 { (case "(($ac_try" in 2826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2827 *) ac_try_echo=$ac_try;; 2828esac 2829eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2830 (eval "$ac_try") 2>&5 2831 ac_status=$? 2832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2833 (exit $ac_status); }; }; then 2834 ac_cv_prog_cc_g=yes 2835else 2836 echo "$as_me: failed program was:" >&5 2837sed 's/^/| /' conftest.$ac_ext >&5 2838 2839 2840fi 2841 2842rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2843fi 2844 2845rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2846fi 2847 2848rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2849 ac_c_werror_flag=$ac_save_c_werror_flag 2850fi 2851{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2852echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 2853if test "$ac_test_CFLAGS" = set; then 2854 CFLAGS=$ac_save_CFLAGS 2855elif test $ac_cv_prog_cc_g = yes; then 2856 if test "$GCC" = yes; then 2857 CFLAGS="-g -O2" 2858 else 2859 CFLAGS="-g" 2860 fi 2861else 2862 if test "$GCC" = yes; then 2863 CFLAGS="-O2" 2864 else 2865 CFLAGS= 2866 fi 2867fi 2868{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2869echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 2870if test "${ac_cv_prog_cc_c89+set}" = set; then 2871 echo $ECHO_N "(cached) $ECHO_C" >&6 2872else 2873 ac_cv_prog_cc_c89=no 2874ac_save_CC=$CC 2875cat >conftest.$ac_ext <<_ACEOF 2876/* confdefs.h. */ 2877_ACEOF 2878cat confdefs.h >>conftest.$ac_ext 2879cat >>conftest.$ac_ext <<_ACEOF 2880/* end confdefs.h. */ 2881#include <stdarg.h> 2882#include <stdio.h> 2883#include <sys/types.h> 2884#include <sys/stat.h> 2885/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 2886struct buf { int x; }; 2887FILE * (*rcsopen) (struct buf *, struct stat *, int); 2888static char *e (p, i) 2889 char **p; 2890 int i; 2891{ 2892 return p[i]; 2893} 2894static char *f (char * (*g) (char **, int), char **p, ...) 2895{ 2896 char *s; 2897 va_list v; 2898 va_start (v,p); 2899 s = g (p, va_arg (v,int)); 2900 va_end (v); 2901 return s; 2902} 2903 2904/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 2905 function prototypes and stuff, but not '\xHH' hex character constants. 2906 These don't provoke an error unfortunately, instead are silently treated 2907 as 'x'. The following induces an error, until -std is added to get 2908 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 2909 array size at least. It's necessary to write '\x00'==0 to get something 2910 that's true only with -std. */ 2911int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 2912 2913/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 2914 inside strings and character constants. */ 2915#define FOO(x) 'x' 2916int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 2917 2918int test (int i, double x); 2919struct s1 {int (*f) (int a);}; 2920struct s2 {int (*f) (double a);}; 2921int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 2922int argc; 2923char **argv; 2924int 2925main () 2926{ 2927return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 2928 ; 2929 return 0; 2930} 2931_ACEOF 2932for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 2933 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 2934do 2935 CC="$ac_save_CC $ac_arg" 2936 rm -f conftest.$ac_objext 2937if { (ac_try="$ac_compile" 2938case "(($ac_try" in 2939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2940 *) ac_try_echo=$ac_try;; 2941esac 2942eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2943 (eval "$ac_compile") 2>conftest.er1 2944 ac_status=$? 2945 grep -v '^ *+' conftest.er1 >conftest.err 2946 rm -f conftest.er1 2947 cat conftest.err >&5 2948 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2949 (exit $ac_status); } && 2950 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2951 { (case "(($ac_try" in 2952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2953 *) ac_try_echo=$ac_try;; 2954esac 2955eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2956 (eval "$ac_try") 2>&5 2957 ac_status=$? 2958 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2959 (exit $ac_status); }; } && 2960 { ac_try='test -s conftest.$ac_objext' 2961 { (case "(($ac_try" in 2962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2963 *) ac_try_echo=$ac_try;; 2964esac 2965eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2966 (eval "$ac_try") 2>&5 2967 ac_status=$? 2968 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2969 (exit $ac_status); }; }; then 2970 ac_cv_prog_cc_c89=$ac_arg 2971else 2972 echo "$as_me: failed program was:" >&5 2973sed 's/^/| /' conftest.$ac_ext >&5 2974 2975 2976fi 2977 2978rm -f core conftest.err conftest.$ac_objext 2979 test "x$ac_cv_prog_cc_c89" != "xno" && break 2980done 2981rm -f conftest.$ac_ext 2982CC=$ac_save_CC 2983 2984fi 2985# AC_CACHE_VAL 2986case "x$ac_cv_prog_cc_c89" in 2987 x) 2988 { echo "$as_me:$LINENO: result: none needed" >&5 2989echo "${ECHO_T}none needed" >&6; } ;; 2990 xno) 2991 { echo "$as_me:$LINENO: result: unsupported" >&5 2992echo "${ECHO_T}unsupported" >&6; } ;; 2993 *) 2994 CC="$CC $ac_cv_prog_cc_c89" 2995 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2996echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 2997esac 2998 2999 3000ac_ext=c 3001ac_cpp='$CPP $CPPFLAGS' 3002ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3003ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3004ac_compiler_gnu=$ac_cv_c_compiler_gnu 3005 3006 3007# Check whether --with-linker was given. 3008if test "${with_linker+set}" = set; then 3009 withval=$with_linker; { echo "$as_me:$LINENO: result: LD=$withval" >&5 3010echo "${ECHO_T}LD=$withval" >&6; } 3011LD=$withval 3012else 3013 if test -z "$LD" ; then LD=$CC; fi 3014{ echo "$as_me:$LINENO: result: LD defaults to $LD" >&5 3015echo "${ECHO_T}LD defaults to $LD" >&6; } 3016fi 3017export LD 3018 3019 3020# Check whether --with-ccopts was given. 3021if test "${with_ccopts+set}" = set; then 3022 withval=$with_ccopts; { echo "$as_me:$LINENO: result: CCOPTS is $withval" >&5 3023echo "${ECHO_T}CCOPTS is $withval" >&6; } 3024CFLAGS=$withval 3025fi 3026 3027ac_ext=c 3028ac_cpp='$CPP $CPPFLAGS' 3029ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3030ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3031ac_compiler_gnu=$ac_cv_c_compiler_gnu 3032{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3033echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 3034# On Suns, sometimes $CPP names a directory. 3035if test -n "$CPP" && test -d "$CPP"; then 3036 CPP= 3037fi 3038if test -z "$CPP"; then 3039 if test "${ac_cv_prog_CPP+set}" = set; then 3040 echo $ECHO_N "(cached) $ECHO_C" >&6 3041else 3042 # Double quotes because CPP needs to be expanded 3043 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 3044 do 3045 ac_preproc_ok=false 3046for ac_c_preproc_warn_flag in '' yes 3047do 3048 # Use a header file that comes with gcc, so configuring glibc 3049 # with a fresh cross-compiler works. 3050 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 3051 # <limits.h> exists even on freestanding compilers. 3052 # On the NeXT, cc -E runs the code through the compiler's parser, 3053 # not just through cpp. "Syntax error" is here to catch this case. 3054 cat >conftest.$ac_ext <<_ACEOF 3055/* confdefs.h. */ 3056_ACEOF 3057cat confdefs.h >>conftest.$ac_ext 3058cat >>conftest.$ac_ext <<_ACEOF 3059/* end confdefs.h. */ 3060#ifdef __STDC__ 3061# include <limits.h> 3062#else 3063# include <assert.h> 3064#endif 3065 Syntax error 3066_ACEOF 3067if { (ac_try="$ac_cpp conftest.$ac_ext" 3068case "(($ac_try" in 3069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3070 *) ac_try_echo=$ac_try;; 3071esac 3072eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3073 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3074 ac_status=$? 3075 grep -v '^ *+' conftest.er1 >conftest.err 3076 rm -f conftest.er1 3077 cat conftest.err >&5 3078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3079 (exit $ac_status); } >/dev/null; then 3080 if test -s conftest.err; then 3081 ac_cpp_err=$ac_c_preproc_warn_flag 3082 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3083 else 3084 ac_cpp_err= 3085 fi 3086else 3087 ac_cpp_err=yes 3088fi 3089if test -z "$ac_cpp_err"; then 3090 : 3091else 3092 echo "$as_me: failed program was:" >&5 3093sed 's/^/| /' conftest.$ac_ext >&5 3094 3095 # Broken: fails on valid input. 3096continue 3097fi 3098 3099rm -f conftest.err conftest.$ac_ext 3100 3101 # OK, works on sane cases. Now check whether nonexistent headers 3102 # can be detected and how. 3103 cat >conftest.$ac_ext <<_ACEOF 3104/* confdefs.h. */ 3105_ACEOF 3106cat confdefs.h >>conftest.$ac_ext 3107cat >>conftest.$ac_ext <<_ACEOF 3108/* end confdefs.h. */ 3109#include <ac_nonexistent.h> 3110_ACEOF 3111if { (ac_try="$ac_cpp conftest.$ac_ext" 3112case "(($ac_try" in 3113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3114 *) ac_try_echo=$ac_try;; 3115esac 3116eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3117 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3118 ac_status=$? 3119 grep -v '^ *+' conftest.er1 >conftest.err 3120 rm -f conftest.er1 3121 cat conftest.err >&5 3122 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3123 (exit $ac_status); } >/dev/null; then 3124 if test -s conftest.err; then 3125 ac_cpp_err=$ac_c_preproc_warn_flag 3126 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3127 else 3128 ac_cpp_err= 3129 fi 3130else 3131 ac_cpp_err=yes 3132fi 3133if test -z "$ac_cpp_err"; then 3134 # Broken: success on invalid input. 3135continue 3136else 3137 echo "$as_me: failed program was:" >&5 3138sed 's/^/| /' conftest.$ac_ext >&5 3139 3140 # Passes both tests. 3141ac_preproc_ok=: 3142break 3143fi 3144 3145rm -f conftest.err conftest.$ac_ext 3146 3147done 3148# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3149rm -f conftest.err conftest.$ac_ext 3150if $ac_preproc_ok; then 3151 break 3152fi 3153 3154 done 3155 ac_cv_prog_CPP=$CPP 3156 3157fi 3158 CPP=$ac_cv_prog_CPP 3159else 3160 ac_cv_prog_CPP=$CPP 3161fi 3162{ echo "$as_me:$LINENO: result: $CPP" >&5 3163echo "${ECHO_T}$CPP" >&6; } 3164ac_preproc_ok=false 3165for ac_c_preproc_warn_flag in '' yes 3166do 3167 # Use a header file that comes with gcc, so configuring glibc 3168 # with a fresh cross-compiler works. 3169 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 3170 # <limits.h> exists even on freestanding compilers. 3171 # On the NeXT, cc -E runs the code through the compiler's parser, 3172 # not just through cpp. "Syntax error" is here to catch this case. 3173 cat >conftest.$ac_ext <<_ACEOF 3174/* confdefs.h. */ 3175_ACEOF 3176cat confdefs.h >>conftest.$ac_ext 3177cat >>conftest.$ac_ext <<_ACEOF 3178/* end confdefs.h. */ 3179#ifdef __STDC__ 3180# include <limits.h> 3181#else 3182# include <assert.h> 3183#endif 3184 Syntax error 3185_ACEOF 3186if { (ac_try="$ac_cpp conftest.$ac_ext" 3187case "(($ac_try" in 3188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3189 *) ac_try_echo=$ac_try;; 3190esac 3191eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3192 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3193 ac_status=$? 3194 grep -v '^ *+' conftest.er1 >conftest.err 3195 rm -f conftest.er1 3196 cat conftest.err >&5 3197 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3198 (exit $ac_status); } >/dev/null; then 3199 if test -s conftest.err; then 3200 ac_cpp_err=$ac_c_preproc_warn_flag 3201 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3202 else 3203 ac_cpp_err= 3204 fi 3205else 3206 ac_cpp_err=yes 3207fi 3208if test -z "$ac_cpp_err"; then 3209 : 3210else 3211 echo "$as_me: failed program was:" >&5 3212sed 's/^/| /' conftest.$ac_ext >&5 3213 3214 # Broken: fails on valid input. 3215continue 3216fi 3217 3218rm -f conftest.err conftest.$ac_ext 3219 3220 # OK, works on sane cases. Now check whether nonexistent headers 3221 # can be detected and how. 3222 cat >conftest.$ac_ext <<_ACEOF 3223/* confdefs.h. */ 3224_ACEOF 3225cat confdefs.h >>conftest.$ac_ext 3226cat >>conftest.$ac_ext <<_ACEOF 3227/* end confdefs.h. */ 3228#include <ac_nonexistent.h> 3229_ACEOF 3230if { (ac_try="$ac_cpp conftest.$ac_ext" 3231case "(($ac_try" in 3232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3233 *) ac_try_echo=$ac_try;; 3234esac 3235eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3236 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3237 ac_status=$? 3238 grep -v '^ *+' conftest.er1 >conftest.err 3239 rm -f conftest.er1 3240 cat conftest.err >&5 3241 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3242 (exit $ac_status); } >/dev/null; then 3243 if test -s conftest.err; then 3244 ac_cpp_err=$ac_c_preproc_warn_flag 3245 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3246 else 3247 ac_cpp_err= 3248 fi 3249else 3250 ac_cpp_err=yes 3251fi 3252if test -z "$ac_cpp_err"; then 3253 # Broken: success on invalid input. 3254continue 3255else 3256 echo "$as_me: failed program was:" >&5 3257sed 's/^/| /' conftest.$ac_ext >&5 3258 3259 # Passes both tests. 3260ac_preproc_ok=: 3261break 3262fi 3263 3264rm -f conftest.err conftest.$ac_ext 3265 3266done 3267# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3268rm -f conftest.err conftest.$ac_ext 3269if $ac_preproc_ok; then 3270 : 3271else 3272 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3273See \`config.log' for more details." >&5 3274echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3275See \`config.log' for more details." >&2;} 3276 { (exit 1); exit 1; }; } 3277fi 3278 3279ac_ext=c 3280ac_cpp='$CPP $CPPFLAGS' 3281ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3282ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3283ac_compiler_gnu=$ac_cv_c_compiler_gnu 3284 3285 3286{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3287echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 3288if test "${ac_cv_path_GREP+set}" = set; then 3289 echo $ECHO_N "(cached) $ECHO_C" >&6 3290else 3291 # Extract the first word of "grep ggrep" to use in msg output 3292if test -z "$GREP"; then 3293set dummy grep ggrep; ac_prog_name=$2 3294if test "${ac_cv_path_GREP+set}" = set; then 3295 echo $ECHO_N "(cached) $ECHO_C" >&6 3296else 3297 ac_path_GREP_found=false 3298# Loop through the user's path and test for each of PROGNAME-LIST 3299as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3300for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3301do 3302 IFS=$as_save_IFS 3303 test -z "$as_dir" && as_dir=. 3304 for ac_prog in grep ggrep; do 3305 for ac_exec_ext in '' $ac_executable_extensions; do 3306 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3307 { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue 3308 # Check for GNU ac_path_GREP and select it if it is found. 3309 # Check for GNU $ac_path_GREP 3310case `"$ac_path_GREP" --version 2>&1` in 3311*GNU*) 3312 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 3313*) 3314 ac_count=0 3315 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 3316 while : 3317 do 3318 cat "conftest.in" "conftest.in" >"conftest.tmp" 3319 mv "conftest.tmp" "conftest.in" 3320 cp "conftest.in" "conftest.nl" 3321 echo 'GREP' >> "conftest.nl" 3322 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3323 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 3324 ac_count=`expr $ac_count + 1` 3325 if test $ac_count -gt ${ac_path_GREP_max-0}; then 3326 # Best one so far, save it but keep looking for a better one 3327 ac_cv_path_GREP="$ac_path_GREP" 3328 ac_path_GREP_max=$ac_count 3329 fi 3330 # 10*(2^10) chars as input seems more than enough 3331 test $ac_count -gt 10 && break 3332 done 3333 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 3334esac 3335 3336 3337 $ac_path_GREP_found && break 3 3338 done 3339done 3340 3341done 3342IFS=$as_save_IFS 3343 3344 3345fi 3346 3347GREP="$ac_cv_path_GREP" 3348if test -z "$GREP"; then 3349 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3350echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3351 { (exit 1); exit 1; }; } 3352fi 3353 3354else 3355 ac_cv_path_GREP=$GREP 3356fi 3357 3358 3359fi 3360{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3361echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3362 GREP="$ac_cv_path_GREP" 3363 3364 3365{ echo "$as_me:$LINENO: checking for egrep" >&5 3366echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 3367if test "${ac_cv_path_EGREP+set}" = set; then 3368 echo $ECHO_N "(cached) $ECHO_C" >&6 3369else 3370 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3371 then ac_cv_path_EGREP="$GREP -E" 3372 else 3373 # Extract the first word of "egrep" to use in msg output 3374if test -z "$EGREP"; then 3375set dummy egrep; ac_prog_name=$2 3376if test "${ac_cv_path_EGREP+set}" = set; then 3377 echo $ECHO_N "(cached) $ECHO_C" >&6 3378else 3379 ac_path_EGREP_found=false 3380# Loop through the user's path and test for each of PROGNAME-LIST 3381as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3382for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3383do 3384 IFS=$as_save_IFS 3385 test -z "$as_dir" && as_dir=. 3386 for ac_prog in egrep; do 3387 for ac_exec_ext in '' $ac_executable_extensions; do 3388 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3389 { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue 3390 # Check for GNU ac_path_EGREP and select it if it is found. 3391 # Check for GNU $ac_path_EGREP 3392case `"$ac_path_EGREP" --version 2>&1` in 3393*GNU*) 3394 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 3395*) 3396 ac_count=0 3397 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 3398 while : 3399 do 3400 cat "conftest.in" "conftest.in" >"conftest.tmp" 3401 mv "conftest.tmp" "conftest.in" 3402 cp "conftest.in" "conftest.nl" 3403 echo 'EGREP' >> "conftest.nl" 3404 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3405 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 3406 ac_count=`expr $ac_count + 1` 3407 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 3408 # Best one so far, save it but keep looking for a better one 3409 ac_cv_path_EGREP="$ac_path_EGREP" 3410 ac_path_EGREP_max=$ac_count 3411 fi 3412 # 10*(2^10) chars as input seems more than enough 3413 test $ac_count -gt 10 && break 3414 done 3415 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 3416esac 3417 3418 3419 $ac_path_EGREP_found && break 3 3420 done 3421done 3422 3423done 3424IFS=$as_save_IFS 3425 3426 3427fi 3428 3429EGREP="$ac_cv_path_EGREP" 3430if test -z "$EGREP"; then 3431 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3432echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3433 { (exit 1); exit 1; }; } 3434fi 3435 3436else 3437 ac_cv_path_EGREP=$EGREP 3438fi 3439 3440 3441 fi 3442fi 3443{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 3444echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 3445 EGREP="$ac_cv_path_EGREP" 3446 3447 3448{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 3449echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 3450if test "${ac_cv_header_stdc+set}" = set; then 3451 echo $ECHO_N "(cached) $ECHO_C" >&6 3452else 3453 cat >conftest.$ac_ext <<_ACEOF 3454/* confdefs.h. */ 3455_ACEOF 3456cat confdefs.h >>conftest.$ac_ext 3457cat >>conftest.$ac_ext <<_ACEOF 3458/* end confdefs.h. */ 3459#include <stdlib.h> 3460#include <stdarg.h> 3461#include <string.h> 3462#include <float.h> 3463 3464int 3465main () 3466{ 3467 3468 ; 3469 return 0; 3470} 3471_ACEOF 3472rm -f conftest.$ac_objext 3473if { (ac_try="$ac_compile" 3474case "(($ac_try" in 3475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3476 *) ac_try_echo=$ac_try;; 3477esac 3478eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3479 (eval "$ac_compile") 2>conftest.er1 3480 ac_status=$? 3481 grep -v '^ *+' conftest.er1 >conftest.err 3482 rm -f conftest.er1 3483 cat conftest.err >&5 3484 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3485 (exit $ac_status); } && 3486 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3487 { (case "(($ac_try" in 3488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3489 *) ac_try_echo=$ac_try;; 3490esac 3491eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3492 (eval "$ac_try") 2>&5 3493 ac_status=$? 3494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3495 (exit $ac_status); }; } && 3496 { ac_try='test -s conftest.$ac_objext' 3497 { (case "(($ac_try" in 3498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3499 *) ac_try_echo=$ac_try;; 3500esac 3501eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3502 (eval "$ac_try") 2>&5 3503 ac_status=$? 3504 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3505 (exit $ac_status); }; }; then 3506 ac_cv_header_stdc=yes 3507else 3508 echo "$as_me: failed program was:" >&5 3509sed 's/^/| /' conftest.$ac_ext >&5 3510 3511 ac_cv_header_stdc=no 3512fi 3513 3514rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3515 3516if test $ac_cv_header_stdc = yes; then 3517 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 3518 cat >conftest.$ac_ext <<_ACEOF 3519/* confdefs.h. */ 3520_ACEOF 3521cat confdefs.h >>conftest.$ac_ext 3522cat >>conftest.$ac_ext <<_ACEOF 3523/* end confdefs.h. */ 3524#include <string.h> 3525 3526_ACEOF 3527if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3528 $EGREP "memchr" >/dev/null 2>&1; then 3529 : 3530else 3531 ac_cv_header_stdc=no 3532fi 3533rm -f conftest* 3534 3535fi 3536 3537if test $ac_cv_header_stdc = yes; then 3538 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 3539 cat >conftest.$ac_ext <<_ACEOF 3540/* confdefs.h. */ 3541_ACEOF 3542cat confdefs.h >>conftest.$ac_ext 3543cat >>conftest.$ac_ext <<_ACEOF 3544/* end confdefs.h. */ 3545#include <stdlib.h> 3546 3547_ACEOF 3548if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3549 $EGREP "free" >/dev/null 2>&1; then 3550 : 3551else 3552 ac_cv_header_stdc=no 3553fi 3554rm -f conftest* 3555 3556fi 3557 3558if test $ac_cv_header_stdc = yes; then 3559 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 3560 if test "$cross_compiling" = yes; then 3561 : 3562else 3563 cat >conftest.$ac_ext <<_ACEOF 3564/* confdefs.h. */ 3565_ACEOF 3566cat confdefs.h >>conftest.$ac_ext 3567cat >>conftest.$ac_ext <<_ACEOF 3568/* end confdefs.h. */ 3569#include <ctype.h> 3570#include <stdlib.h> 3571#if ((' ' & 0x0FF) == 0x020) 3572# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 3573# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 3574#else 3575# define ISLOWER(c) \ 3576 (('a' <= (c) && (c) <= 'i') \ 3577 || ('j' <= (c) && (c) <= 'r') \ 3578 || ('s' <= (c) && (c) <= 'z')) 3579# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 3580#endif 3581 3582#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 3583int 3584main () 3585{ 3586 int i; 3587 for (i = 0; i < 256; i++) 3588 if (XOR (islower (i), ISLOWER (i)) 3589 || toupper (i) != TOUPPER (i)) 3590 return 2; 3591 return 0; 3592} 3593_ACEOF 3594rm -f conftest$ac_exeext 3595if { (ac_try="$ac_link" 3596case "(($ac_try" in 3597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3598 *) ac_try_echo=$ac_try;; 3599esac 3600eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3601 (eval "$ac_link") 2>&5 3602 ac_status=$? 3603 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3604 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3605 { (case "(($ac_try" in 3606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3607 *) ac_try_echo=$ac_try;; 3608esac 3609eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3610 (eval "$ac_try") 2>&5 3611 ac_status=$? 3612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3613 (exit $ac_status); }; }; then 3614 : 3615else 3616 echo "$as_me: program exited with status $ac_status" >&5 3617echo "$as_me: failed program was:" >&5 3618sed 's/^/| /' conftest.$ac_ext >&5 3619 3620( exit $ac_status ) 3621ac_cv_header_stdc=no 3622fi 3623rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3624fi 3625 3626 3627fi 3628fi 3629{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 3630echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 3631if test $ac_cv_header_stdc = yes; then 3632 3633cat >>confdefs.h <<\_ACEOF 3634#define STDC_HEADERS 1 3635_ACEOF 3636 3637fi 3638 3639# On IRIX 5.3, sys/types and inttypes.h are conflicting. 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 3650 inttypes.h stdint.h unistd.h 3651do 3652as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3653{ echo "$as_me:$LINENO: checking for $ac_header" >&5 3654echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 3655if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3656 echo $ECHO_N "(cached) $ECHO_C" >&6 3657else 3658 cat >conftest.$ac_ext <<_ACEOF 3659/* confdefs.h. */ 3660_ACEOF 3661cat confdefs.h >>conftest.$ac_ext 3662cat >>conftest.$ac_ext <<_ACEOF 3663/* end confdefs.h. */ 3664$ac_includes_default 3665 3666#include <$ac_header> 3667_ACEOF 3668rm -f conftest.$ac_objext 3669if { (ac_try="$ac_compile" 3670case "(($ac_try" in 3671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3672 *) ac_try_echo=$ac_try;; 3673esac 3674eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3675 (eval "$ac_compile") 2>conftest.er1 3676 ac_status=$? 3677 grep -v '^ *+' conftest.er1 >conftest.err 3678 rm -f conftest.er1 3679 cat conftest.err >&5 3680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3681 (exit $ac_status); } && 3682 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3683 { (case "(($ac_try" in 3684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3685 *) ac_try_echo=$ac_try;; 3686esac 3687eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3688 (eval "$ac_try") 2>&5 3689 ac_status=$? 3690 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3691 (exit $ac_status); }; } && 3692 { ac_try='test -s conftest.$ac_objext' 3693 { (case "(($ac_try" in 3694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3695 *) ac_try_echo=$ac_try;; 3696esac 3697eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3698 (eval "$ac_try") 2>&5 3699 ac_status=$? 3700 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3701 (exit $ac_status); }; }; then 3702 eval "$as_ac_Header=yes" 3703else 3704 echo "$as_me: failed program was:" >&5 3705sed 's/^/| /' conftest.$ac_ext >&5 3706 3707 eval "$as_ac_Header=no" 3708fi 3709 3710rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3711fi 3712ac_res=`eval echo '${'$as_ac_Header'}'` 3713 { echo "$as_me:$LINENO: result: $ac_res" >&5 3714echo "${ECHO_T}$ac_res" >&6; } 3715if test `eval echo '${'$as_ac_Header'}'` = yes; then 3716 cat >>confdefs.h <<_ACEOF 3717#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 3718_ACEOF 3719 3720fi 3721 3722done 3723 3724 3725if test "${ac_cv_header_linux_fs_h+set}" = set; then 3726 { echo "$as_me:$LINENO: checking for linux/fs.h" >&5 3727echo $ECHO_N "checking for linux/fs.h... $ECHO_C" >&6; } 3728if test "${ac_cv_header_linux_fs_h+set}" = set; then 3729 echo $ECHO_N "(cached) $ECHO_C" >&6 3730fi 3731{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_fs_h" >&5 3732echo "${ECHO_T}$ac_cv_header_linux_fs_h" >&6; } 3733else 3734 # Is the header compilable? 3735{ echo "$as_me:$LINENO: checking linux/fs.h usability" >&5 3736echo $ECHO_N "checking linux/fs.h usability... $ECHO_C" >&6; } 3737cat >conftest.$ac_ext <<_ACEOF 3738/* confdefs.h. */ 3739_ACEOF 3740cat confdefs.h >>conftest.$ac_ext 3741cat >>conftest.$ac_ext <<_ACEOF 3742/* end confdefs.h. */ 3743$ac_includes_default 3744#include <linux/fs.h> 3745_ACEOF 3746rm -f conftest.$ac_objext 3747if { (ac_try="$ac_compile" 3748case "(($ac_try" in 3749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3750 *) ac_try_echo=$ac_try;; 3751esac 3752eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3753 (eval "$ac_compile") 2>conftest.er1 3754 ac_status=$? 3755 grep -v '^ *+' conftest.er1 >conftest.err 3756 rm -f conftest.er1 3757 cat conftest.err >&5 3758 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3759 (exit $ac_status); } && 3760 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3761 { (case "(($ac_try" in 3762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3763 *) ac_try_echo=$ac_try;; 3764esac 3765eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3766 (eval "$ac_try") 2>&5 3767 ac_status=$? 3768 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3769 (exit $ac_status); }; } && 3770 { ac_try='test -s conftest.$ac_objext' 3771 { (case "(($ac_try" in 3772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3773 *) ac_try_echo=$ac_try;; 3774esac 3775eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3776 (eval "$ac_try") 2>&5 3777 ac_status=$? 3778 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3779 (exit $ac_status); }; }; then 3780 ac_header_compiler=yes 3781else 3782 echo "$as_me: failed program was:" >&5 3783sed 's/^/| /' conftest.$ac_ext >&5 3784 3785 ac_header_compiler=no 3786fi 3787 3788rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3789{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 3790echo "${ECHO_T}$ac_header_compiler" >&6; } 3791 3792# Is the header present? 3793{ echo "$as_me:$LINENO: checking linux/fs.h presence" >&5 3794echo $ECHO_N "checking linux/fs.h presence... $ECHO_C" >&6; } 3795cat >conftest.$ac_ext <<_ACEOF 3796/* confdefs.h. */ 3797_ACEOF 3798cat confdefs.h >>conftest.$ac_ext 3799cat >>conftest.$ac_ext <<_ACEOF 3800/* end confdefs.h. */ 3801#include <linux/fs.h> 3802_ACEOF 3803if { (ac_try="$ac_cpp conftest.$ac_ext" 3804case "(($ac_try" in 3805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3806 *) ac_try_echo=$ac_try;; 3807esac 3808eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3809 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3810 ac_status=$? 3811 grep -v '^ *+' conftest.er1 >conftest.err 3812 rm -f conftest.er1 3813 cat conftest.err >&5 3814 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3815 (exit $ac_status); } >/dev/null; then 3816 if test -s conftest.err; then 3817 ac_cpp_err=$ac_c_preproc_warn_flag 3818 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3819 else 3820 ac_cpp_err= 3821 fi 3822else 3823 ac_cpp_err=yes 3824fi 3825if test -z "$ac_cpp_err"; then 3826 ac_header_preproc=yes 3827else 3828 echo "$as_me: failed program was:" >&5 3829sed 's/^/| /' conftest.$ac_ext >&5 3830 3831 ac_header_preproc=no 3832fi 3833 3834rm -f conftest.err conftest.$ac_ext 3835{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 3836echo "${ECHO_T}$ac_header_preproc" >&6; } 3837 3838# So? What about this header? 3839case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 3840 yes:no: ) 3841 { echo "$as_me:$LINENO: WARNING: linux/fs.h: accepted by the compiler, rejected by the preprocessor!" >&5 3842echo "$as_me: WARNING: linux/fs.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 3843 { echo "$as_me:$LINENO: WARNING: linux/fs.h: proceeding with the compiler's result" >&5 3844echo "$as_me: WARNING: linux/fs.h: proceeding with the compiler's result" >&2;} 3845 ac_header_preproc=yes 3846 ;; 3847 no:yes:* ) 3848 { echo "$as_me:$LINENO: WARNING: linux/fs.h: present but cannot be compiled" >&5 3849echo "$as_me: WARNING: linux/fs.h: present but cannot be compiled" >&2;} 3850 { echo "$as_me:$LINENO: WARNING: linux/fs.h: check for missing prerequisite headers?" >&5 3851echo "$as_me: WARNING: linux/fs.h: check for missing prerequisite headers?" >&2;} 3852 { echo "$as_me:$LINENO: WARNING: linux/fs.h: see the Autoconf documentation" >&5 3853echo "$as_me: WARNING: linux/fs.h: see the Autoconf documentation" >&2;} 3854 { echo "$as_me:$LINENO: WARNING: linux/fs.h: section \"Present But Cannot Be Compiled\"" >&5 3855echo "$as_me: WARNING: linux/fs.h: section \"Present But Cannot Be Compiled\"" >&2;} 3856 { echo "$as_me:$LINENO: WARNING: linux/fs.h: proceeding with the preprocessor's result" >&5 3857echo "$as_me: WARNING: linux/fs.h: proceeding with the preprocessor's result" >&2;} 3858 { echo "$as_me:$LINENO: WARNING: linux/fs.h: in the future, the compiler will take precedence" >&5 3859echo "$as_me: WARNING: linux/fs.h: in the future, the compiler will take precedence" >&2;} 3860 3861 ;; 3862esac 3863{ echo "$as_me:$LINENO: checking for linux/fs.h" >&5 3864echo $ECHO_N "checking for linux/fs.h... $ECHO_C" >&6; } 3865if test "${ac_cv_header_linux_fs_h+set}" = set; then 3866 echo $ECHO_N "(cached) $ECHO_C" >&6 3867else 3868 ac_cv_header_linux_fs_h=$ac_header_preproc 3869fi 3870{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_fs_h" >&5 3871echo "${ECHO_T}$ac_cv_header_linux_fs_h" >&6; } 3872 3873fi 3874if test $ac_cv_header_linux_fs_h = yes; then 3875 linux_headers=yes 3876else 3877 linux_headers=no 3878fi 3879 3880 3881if test "$linux_headers" != yes; then 3882 LINUX_INCLUDE='-I$(top_builddir)/include' 3883fi 3884 3885{ echo "$as_me:$LINENO: checking for additional special compiler flags" >&5 3886echo $ECHO_N "checking for additional special compiler flags... $ECHO_C" >&6; } 3887if test "$GCC" = yes 3888then 3889 case "$host_cpu" in 3890 alpha) addcflags="-mieee" ;; 3891 esac 3892fi 3893if test "x$addcflags" != x 3894then 3895 { echo "$as_me:$LINENO: result: $addcflags" >&5 3896echo "${ECHO_T}$addcflags" >&6; } 3897 CFLAGS="$addcflags $CFLAGS" 3898else 3899 { echo "$as_me:$LINENO: result: (none)" >&5 3900echo "${ECHO_T}(none)" >&6; } 3901fi 3902LIB_EXT=.a 3903STATIC_LIB_EXT=.a 3904PROFILE_LIB_EXT=.a 3905 3906# Check whether --with-ldopts was given. 3907if test "${with_ldopts+set}" = set; then 3908 withval=$with_ldopts; { echo "$as_me:$LINENO: result: LDFLAGS is $withval" >&5 3909echo "${ECHO_T}LDFLAGS is $withval" >&6; } 3910LDFLAGS=$withval 3911else 3912 LDFLAGS= 3913fi 3914 3915 3916# Check whether --with-root-prefix was given. 3917if test "${with_root_prefix+set}" = set; then 3918 withval=$with_root_prefix; root_prefix=$withval 3919else 3920 root_prefix=NONE 3921fi 3922# Check whether --enable-maintainer-mode was given. 3923if test "${enable_maintainer_mode+set}" = set; then 3924 enableval=$enable_maintainer_mode; if test "$enableval" = "no" 3925then 3926 MAINTAINER_CMT=# 3927 echo "Disabling maintainer mode" 3928else 3929 MAINTAINER_CMT= 3930 echo "Enabling maintainer mode" 3931fi 3932 3933else 3934 MAINTAINER_CMT=# 3935echo "Disabling maintainer mode by default" 3936 3937fi 3938 3939 3940# Check whether --enable-compression was given. 3941if test "${enable_compression+set}" = set; then 3942 enableval=$enable_compression; if test "$enableval" = "no" 3943then 3944 echo "Disabling compression support" 3945else 3946 cat >>confdefs.h <<\_ACEOF 3947#define ENABLE_COMPRESSION 1 3948_ACEOF 3949 3950 echo "Enabling compression support" 3951 echo "WARNING: Compression support is experimental" 3952fi 3953 3954else 3955 echo "Disabling compression support by default" 3956 3957fi 3958 3959# Check whether --enable-htree was given. 3960if test "${enable_htree+set}" = set; then 3961 enableval=$enable_htree; if test "$enableval" = "no" 3962then 3963 HTREE_CMT=# 3964 echo "Disabling htree directory support" 3965else 3966 HTREE_CMT= 3967 cat >>confdefs.h <<\_ACEOF 3968#define ENABLE_HTREE 1 3969_ACEOF 3970 3971 echo "Enabling htree directory support" 3972fi 3973 3974else 3975 HTREE_CMT= 3976cat >>confdefs.h <<\_ACEOF 3977#define ENABLE_HTREE 1 3978_ACEOF 3979 3980echo "Enabling htree directory support by default" 3981 3982fi 3983 3984 3985# Check whether --enable-elf-shlibs was given. 3986if test "${enable_elf_shlibs+set}" = set; then 3987 enableval=$enable_elf_shlibs; if test "$enableval" = "no" 3988then 3989 ELF_CMT=# 3990 MAKEFILE_ELF=/dev/null 3991 echo "Disabling ELF shared libraries" 3992else 3993 ELF_CMT= 3994 MAKEFILE_ELF=$srcdir/lib/Makefile.elf-lib 3995 case "$host_os" in 3996 solaris2.*) 3997 MAKEFILE_ELF=$srcdir/lib/Makefile.solaris-lib 3998 ;; 3999 esac 4000 BINARY_TYPE=elfbin 4001 LIB_EXT=.so 4002 echo "Enabling ELF shared libraries" 4003fi 4004 4005else 4006 MAKEFILE_ELF=/dev/null 4007ELF_CMT=# 4008echo "Disabling ELF shared libraries by default" 4009 4010fi 4011 4012 4013 4014# Check whether --enable-bsd-shlibs was given. 4015if test "${enable_bsd_shlibs+set}" = set; then 4016 enableval=$enable_bsd_shlibs; if test "$enableval" = "no" 4017then 4018 BSDLIB_CMT=# 4019 MAKEFILE_BSDLIB=/dev/null 4020 echo "Disabling BSD shared libraries" 4021else 4022 BSDLIB_CMT= 4023 MAKEFILE_BSDLIB=$srcdir/lib/Makefile.bsd-lib 4024 LIB_EXT=.so 4025 case "$host_os" in 4026 darwin*) 4027 MAKEFILE_BSDLIB=$srcdir/lib/Makefile.darwin-lib 4028 LIB_EXT=.dylib 4029 ;; 4030 esac 4031 echo "Enabling BSD shared libraries" 4032fi 4033 4034else 4035 MAKEFILE_BSDLIB=/dev/null 4036BSDLIB_CMT=# 4037echo "Disabling BSD shared libraries by default" 4038 4039fi 4040 4041 4042 4043# Check whether --enable-profile was given. 4044if test "${enable_profile+set}" = set; then 4045 enableval=$enable_profile; if test "$enableval" = "no" 4046then 4047 PROFILE_CMT=# 4048 MAKEFILE_PROFILE=/dev/null 4049 echo "Disabling profiling libraries" 4050else 4051 PROFILE_CMT= 4052 MAKEFILE_PROFILE=$srcdir/lib/Makefile.profile 4053 PROFILED_LIB_EXT=_p.a 4054 echo "Building profiling libraries" 4055fi 4056 4057else 4058 PROFILE_CMT=# 4059MAKEFILE_PROFILE=/dev/null 4060echo "Disabling profiling libraries by default" 4061 4062fi 4063 4064 4065 4066# Check whether --enable-checker was given. 4067if test "${enable_checker+set}" = set; then 4068 enableval=$enable_checker; if test "$enableval" = "no" 4069then 4070 CHECKER_CMT=# 4071 MAKEFILE_CHECKER=/dev/null 4072 echo "Disabling checker libraries" 4073else 4074 CHECKER_CMT= 4075 MAKEFILE_CHECKER=$srcdir/lib/Makefile.checker 4076 echo "Building checker libraries" 4077fi 4078 4079else 4080 CHECKER_CMT=# 4081MAKEFILE_CHECKER=/dev/null 4082echo "Disabling checker libraries by default" 4083 4084fi 4085 4086 4087 4088 4089 4090 4091# Check whether --enable-jbd-debug was given. 4092if test "${enable_jbd_debug+set}" = set; then 4093 enableval=$enable_jbd_debug; if test "$enableval" = "no" 4094then 4095 echo "Disabling journal debugging" 4096else 4097 cat >>confdefs.h <<\_ACEOF 4098#define CONFIG_JBD_DEBUG 1 4099_ACEOF 4100 4101 echo "Enabling journal debugging" 4102fi 4103 4104else 4105 echo "Disabling journal debugging by default" 4106 4107fi 4108 4109# Check whether --enable-blkid-debug was given. 4110if test "${enable_blkid_debug+set}" = set; then 4111 enableval=$enable_blkid_debug; if test "$enableval" = "no" 4112then 4113 echo "Disabling blkid debugging" 4114else 4115 cat >>confdefs.h <<\_ACEOF 4116#define CONFIG_BLKID_DEBUG 1 4117_ACEOF 4118 4119 echo "Enabling blkid debugging" 4120fi 4121 4122else 4123 echo "Disabling blkid debugging by default" 4124 4125fi 4126 4127# Check whether --enable-testio-debug was given. 4128if test "${enable_testio_debug+set}" = set; then 4129 enableval=$enable_testio_debug; if test "$enableval" = "no" 4130then 4131 echo "Disabling testio debugging" 4132else 4133 cat >>confdefs.h <<\_ACEOF 4134#define CONFIG_TESTIO_DEBUG 1 4135_ACEOF 4136 4137 echo "Enabling testio debugging" 4138fi 4139 4140else 4141 echo "Disabling testio debugging by default" 4142 4143fi 4144 4145# Check whether --enable-swapfs was given. 4146if test "${enable_swapfs+set}" = set; then 4147 enableval=$enable_swapfs; if test "$enableval" = "no" 4148then 4149 SWAPFS_CMT=# 4150 echo "Disabling swapfs support" 4151else 4152 SWAPFS_CMT= 4153 cat >>confdefs.h <<\_ACEOF 4154#define ENABLE_SWAPFS 1 4155_ACEOF 4156 4157 echo "Enabling swapfs support" 4158fi 4159 4160else 4161 SWAPFS_CMT= 4162echo "Enabling swapfs support by default" 4163cat >>confdefs.h <<\_ACEOF 4164#define ENABLE_SWAPFS 1 4165_ACEOF 4166 4167 4168fi 4169 4170 4171# Check whether --enable-debugfs was given. 4172if test "${enable_debugfs+set}" = set; then 4173 enableval=$enable_debugfs; if test "$enableval" = "no" 4174then 4175 echo "Disabling debugfs support" 4176 DEBUGFS_CMT="#" 4177else 4178 DEBUGFS_CMT= 4179 echo "Enabling debugfs support" 4180fi 4181 4182else 4183 echo "Enabling debugfs support by default" 4184DEBUGFS_CMT= 4185 4186fi 4187 4188 4189# Check whether --enable-imager was given. 4190if test "${enable_imager+set}" = set; then 4191 enableval=$enable_imager; if test "$enableval" = "no" 4192then 4193 echo "Disabling e2image support" 4194 IMAGER_CMT="#" 4195else 4196 IMAGER_CMT= 4197 echo "Enabling e2image support" 4198fi 4199 4200else 4201 echo "Enabling e2image support by default" 4202IMAGER_CMT= 4203 4204fi 4205 4206 4207# Check whether --enable-resizer was given. 4208if test "${enable_resizer+set}" = set; then 4209 enableval=$enable_resizer; if test "$enableval" = "no" 4210then 4211 echo "Disabling e2resize support" 4212 RESIZER_CMT="#" 4213else 4214 RESIZER_CMT= 4215 echo "Enabling e2resize support" 4216fi 4217 4218else 4219 echo "Enabling e2resize support by default" 4220RESIZER_CMT= 4221 4222fi 4223 4224 4225# Check whether --enable-dynamic-e2fsck was given. 4226if test "${enable_dynamic_e2fsck+set}" = set; then 4227 enableval=$enable_dynamic_e2fsck; if test "$enableval" = "no" 4228then 4229 E2FSCK_TYPE=static 4230 echo "Building e2fsck statically" 4231else 4232 E2FSCK_TYPE=shared 4233 echo "Building e2fsck dynamically" 4234fi 4235 4236else 4237 E2FSCK_TYPE=static 4238echo "Building e2fsck statically by default" 4239 4240fi 4241 4242 4243# Check whether --enable-fsck was given. 4244if test "${enable_fsck+set}" = set; then 4245 enableval=$enable_fsck; if test "$enableval" = "no" 4246then 4247 FSCK_PROG='' FSCK_MAN='' 4248 echo "Not building fsck wrapper" 4249else 4250 FSCK_PROG=fsck FSCK_MAN=fsck.8 4251 echo "Building fsck wrapper" 4252fi 4253 4254else 4255 case "$host_os" in 4256 gnu*) 4257 FSCK_PROG='' FSCK_MAN='' 4258 echo "Not building fsck wrapper by default" 4259 ;; 4260 *) 4261 FSCK_PROG=fsck FSCK_MAN=fsck.8 4262 echo "Building fsck wrapper by default" 4263esac 4264 4265fi 4266 4267 4268 4269# Check whether --enable-e2initrd-helper was given. 4270if test "${enable_e2initrd_helper+set}" = set; then 4271 enableval=$enable_e2initrd_helper; if test "$enableval" = "no" 4272then 4273 E2INITRD_PROG='' E2INITRD_MAN='' 4274 echo "Not building e2initrd helper" 4275else 4276 E2INITRD_PROG=e2initrd_helper E2INITRD_MAN=e2initrd_helper.8 4277 echo "Building e2initrd helper" 4278fi 4279 4280else 4281 E2INITRD_PROG=e2initrd_helper E2INITRD_MAN=e2initrd_helper.8 4282echo "Building e2initrd helper by default" 4283 4284fi 4285 4286 4287 4288# Check whether --enable-blkid-devmapper was given. 4289if test "${enable_blkid_devmapper+set}" = set; then 4290 enableval=$enable_blkid_devmapper; if test "$enableval" = "no" 4291then 4292 echo "Disabling device-mapper support" 4293 DEVMAPPER_REQ='' 4294 DEVMAPPER_LIBS='' 4295 STATIC_DEVMAPPER_LIBS='' 4296else 4297 cat >>confdefs.h <<\_ACEOF 4298#define HAVE_DEVMAPPER 1 4299_ACEOF 4300 4301 echo "Enabling device-mapper support" 4302 4303 DEVMAPPER_REQ='libselinux libsepol' 4304 DEVMAPPER_PC_LIBS='-ldevmapper' 4305 DEVMAPPER_LIBS='-ldevmapper -lselinux -lsepol -lpthread' 4306 STATIC_DEVMAPPER_LIBS='/usr/lib/libdevmapper.a /usr/lib/libselinux.a /usr/lib/libsepol.a -lpthread' 4307 4308fi 4309 4310else 4311 echo "Disabling device-mapper support by default" 4312 4313fi 4314 4315 4316 4317 4318 4319MAKEFILE_LIBRARY=$srcdir/lib/Makefile.library 4320 4321GETTEXT_PACKAGE=e2fsprogs 4322PACKAGE=e2fsprogs 4323VERSION="$E2FSPROGS_VERSION" 4324VERSION=0.14.1 4325cat >>confdefs.h <<_ACEOF 4326#define PACKAGE "$PACKAGE" 4327_ACEOF 4328 4329cat >>confdefs.h <<_ACEOF 4330#define VERSION "$VERSION" 4331_ACEOF 4332 4333 4334 4335 4336 4337{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 4338echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 4339set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 4340if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 4341 echo $ECHO_N "(cached) $ECHO_C" >&6 4342else 4343 cat >conftest.make <<\_ACEOF 4344SHELL = /bin/sh 4345all: 4346 @echo '@@@%%%=$(MAKE)=@@@%%%' 4347_ACEOF 4348# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 4349case `${MAKE-make} -f conftest.make 2>/dev/null` in 4350 *@@@%%%=?*=@@@%%%*) 4351 eval ac_cv_prog_make_${ac_make}_set=yes;; 4352 *) 4353 eval ac_cv_prog_make_${ac_make}_set=no;; 4354esac 4355rm -f conftest.make 4356fi 4357if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 4358 { echo "$as_me:$LINENO: result: yes" >&5 4359echo "${ECHO_T}yes" >&6; } 4360 SET_MAKE= 4361else 4362 { echo "$as_me:$LINENO: result: no" >&5 4363echo "${ECHO_T}no" >&6; } 4364 SET_MAKE="MAKE=${MAKE-make}" 4365fi 4366 4367# Find a good install program. We prefer a C program (faster), 4368# so one script is as good as another. But avoid the broken or 4369# incompatible versions: 4370# SysV /etc/install, /usr/sbin/install 4371# SunOS /usr/etc/install 4372# IRIX /sbin/install 4373# AIX /bin/install 4374# AmigaOS /C/install, which installs bootblocks on floppy discs 4375# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 4376# AFS /usr/afsws/bin/install, which mishandles nonexistent args 4377# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 4378# OS/2's system install, which has a completely different semantic 4379# ./install, which can be erroneously created by make from ./install.sh. 4380{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 4381echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 4382if test -z "$INSTALL"; then 4383if test "${ac_cv_path_install+set}" = set; then 4384 echo $ECHO_N "(cached) $ECHO_C" >&6 4385else 4386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4387for as_dir in $PATH 4388do 4389 IFS=$as_save_IFS 4390 test -z "$as_dir" && as_dir=. 4391 # Account for people who put trailing slashes in PATH elements. 4392case $as_dir/ in 4393 ./ | .// | /cC/* | \ 4394 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 4395 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 4396 /usr/ucb/* ) ;; 4397 *) 4398 # OSF1 and SCO ODT 3.0 have their own names for install. 4399 # Don't use installbsd from OSF since it installs stuff as root 4400 # by default. 4401 for ac_prog in ginstall scoinst install; do 4402 for ac_exec_ext in '' $ac_executable_extensions; do 4403 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then 4404 if test $ac_prog = install && 4405 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 4406 # AIX install. It has an incompatible calling convention. 4407 : 4408 elif test $ac_prog = install && 4409 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 4410 # program-specific install script used by HP pwplus--don't use. 4411 : 4412 else 4413 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 4414 break 3 4415 fi 4416 fi 4417 done 4418 done 4419 ;; 4420esac 4421done 4422IFS=$as_save_IFS 4423 4424 4425fi 4426 if test "${ac_cv_path_install+set}" = set; then 4427 INSTALL=$ac_cv_path_install 4428 else 4429 # As a last resort, use the slow shell script. Don't cache a 4430 # value for INSTALL within a source directory, because that will 4431 # break other packages using the cache if that directory is 4432 # removed, or if the value is a relative name. 4433 INSTALL=$ac_install_sh 4434 fi 4435fi 4436{ echo "$as_me:$LINENO: result: $INSTALL" >&5 4437echo "${ECHO_T}$INSTALL" >&6; } 4438 4439# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 4440# It thinks the first close brace ends the variable substitution. 4441test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 4442 4443test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 4444 4445test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 4446 4447 4448 MKINSTALLDIRS= 4449 if test -n "$ac_aux_dir"; then 4450 case "$ac_aux_dir" in 4451 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;; 4452 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;; 4453 esac 4454 fi 4455 if test -z "$MKINSTALLDIRS"; then 4456 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" 4457 fi 4458 4459 4460 4461 { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 4462echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } 4463 # Check whether --enable-nls was given. 4464if test "${enable_nls+set}" = set; then 4465 enableval=$enable_nls; USE_NLS=$enableval 4466else 4467 USE_NLS=yes 4468fi 4469 4470 { echo "$as_me:$LINENO: result: $USE_NLS" >&5 4471echo "${ECHO_T}$USE_NLS" >&6; } 4472 4473 4474 4475 4476 4477 4478# Prepare PATH_SEPARATOR. 4479# The user is always right. 4480if test "${PATH_SEPARATOR+set}" != set; then 4481 echo "#! /bin/sh" >conf$$.sh 4482 echo "exit 0" >>conf$$.sh 4483 chmod +x conf$$.sh 4484 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 4485 PATH_SEPARATOR=';' 4486 else 4487 PATH_SEPARATOR=: 4488 fi 4489 rm -f conf$$.sh 4490fi 4491 4492# Find out how to test for executable files. Don't use a zero-byte file, 4493# as systems may use methods other than mode bits to determine executability. 4494cat >conf$$.file <<_ASEOF 4495#! /bin/sh 4496exit 0 4497_ASEOF 4498chmod +x conf$$.file 4499if test -x conf$$.file >/dev/null 2>&1; then 4500 ac_executable_p="test -x" 4501else 4502 ac_executable_p="test -f" 4503fi 4504rm -f conf$$.file 4505 4506# Extract the first word of "msgfmt", so it can be a program name with args. 4507set dummy msgfmt; ac_word=$2 4508{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4509echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4510if test "${ac_cv_path_MSGFMT+set}" = set; then 4511 echo $ECHO_N "(cached) $ECHO_C" >&6 4512else 4513 case "$MSGFMT" in 4514 [\\/]* | ?:[\\/]*) 4515 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 4516 ;; 4517 *) 4518 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR 4519 for ac_dir in $PATH; do 4520 IFS="$ac_save_IFS" 4521 test -z "$ac_dir" && ac_dir=. 4522 for ac_exec_ext in '' $ac_executable_extensions; do 4523 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then 4524 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 && 4525 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then 4526 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" 4527 break 2 4528 fi 4529 fi 4530 done 4531 done 4532 IFS="$ac_save_IFS" 4533 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" 4534 ;; 4535esac 4536fi 4537MSGFMT="$ac_cv_path_MSGFMT" 4538if test "$MSGFMT" != ":"; then 4539 { echo "$as_me:$LINENO: result: $MSGFMT" >&5 4540echo "${ECHO_T}$MSGFMT" >&6; } 4541else 4542 { echo "$as_me:$LINENO: result: no" >&5 4543echo "${ECHO_T}no" >&6; } 4544fi 4545 4546 # Extract the first word of "gmsgfmt", so it can be a program name with args. 4547set dummy gmsgfmt; ac_word=$2 4548{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4549echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4550if test "${ac_cv_path_GMSGFMT+set}" = set; then 4551 echo $ECHO_N "(cached) $ECHO_C" >&6 4552else 4553 case $GMSGFMT in 4554 [\\/]* | ?:[\\/]*) 4555 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 4556 ;; 4557 *) 4558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4559for as_dir in $PATH 4560do 4561 IFS=$as_save_IFS 4562 test -z "$as_dir" && as_dir=. 4563 for ac_exec_ext in '' $ac_executable_extensions; do 4564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 4565 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" 4566 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4567 break 2 4568 fi 4569done 4570done 4571IFS=$as_save_IFS 4572 4573 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" 4574 ;; 4575esac 4576fi 4577GMSGFMT=$ac_cv_path_GMSGFMT 4578if test -n "$GMSGFMT"; then 4579 { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 4580echo "${ECHO_T}$GMSGFMT" >&6; } 4581else 4582 { echo "$as_me:$LINENO: result: no" >&5 4583echo "${ECHO_T}no" >&6; } 4584fi 4585 4586 4587 4588 4589# Prepare PATH_SEPARATOR. 4590# The user is always right. 4591if test "${PATH_SEPARATOR+set}" != set; then 4592 echo "#! /bin/sh" >conf$$.sh 4593 echo "exit 0" >>conf$$.sh 4594 chmod +x conf$$.sh 4595 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 4596 PATH_SEPARATOR=';' 4597 else 4598 PATH_SEPARATOR=: 4599 fi 4600 rm -f conf$$.sh 4601fi 4602 4603# Find out how to test for executable files. Don't use a zero-byte file, 4604# as systems may use methods other than mode bits to determine executability. 4605cat >conf$$.file <<_ASEOF 4606#! /bin/sh 4607exit 0 4608_ASEOF 4609chmod +x conf$$.file 4610if test -x conf$$.file >/dev/null 2>&1; then 4611 ac_executable_p="test -x" 4612else 4613 ac_executable_p="test -f" 4614fi 4615rm -f conf$$.file 4616 4617# Extract the first word of "xgettext", so it can be a program name with args. 4618set dummy xgettext; ac_word=$2 4619{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4620echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4621if test "${ac_cv_path_XGETTEXT+set}" = set; then 4622 echo $ECHO_N "(cached) $ECHO_C" >&6 4623else 4624 case "$XGETTEXT" in 4625 [\\/]* | ?:[\\/]*) 4626 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 4627 ;; 4628 *) 4629 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR 4630 for ac_dir in $PATH; do 4631 IFS="$ac_save_IFS" 4632 test -z "$ac_dir" && ac_dir=. 4633 for ac_exec_ext in '' $ac_executable_extensions; do 4634 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then 4635 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && 4636 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then 4637 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" 4638 break 2 4639 fi 4640 fi 4641 done 4642 done 4643 IFS="$ac_save_IFS" 4644 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" 4645 ;; 4646esac 4647fi 4648XGETTEXT="$ac_cv_path_XGETTEXT" 4649if test "$XGETTEXT" != ":"; then 4650 { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 4651echo "${ECHO_T}$XGETTEXT" >&6; } 4652else 4653 { echo "$as_me:$LINENO: result: no" >&5 4654echo "${ECHO_T}no" >&6; } 4655fi 4656 4657 rm -f messages.po 4658 4659 4660# Prepare PATH_SEPARATOR. 4661# The user is always right. 4662if test "${PATH_SEPARATOR+set}" != set; then 4663 echo "#! /bin/sh" >conf$$.sh 4664 echo "exit 0" >>conf$$.sh 4665 chmod +x conf$$.sh 4666 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 4667 PATH_SEPARATOR=';' 4668 else 4669 PATH_SEPARATOR=: 4670 fi 4671 rm -f conf$$.sh 4672fi 4673 4674# Find out how to test for executable files. Don't use a zero-byte file, 4675# as systems may use methods other than mode bits to determine executability. 4676cat >conf$$.file <<_ASEOF 4677#! /bin/sh 4678exit 0 4679_ASEOF 4680chmod +x conf$$.file 4681if test -x conf$$.file >/dev/null 2>&1; then 4682 ac_executable_p="test -x" 4683else 4684 ac_executable_p="test -f" 4685fi 4686rm -f conf$$.file 4687 4688# Extract the first word of "msgmerge", so it can be a program name with args. 4689set dummy msgmerge; ac_word=$2 4690{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4691echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4692if test "${ac_cv_path_MSGMERGE+set}" = set; then 4693 echo $ECHO_N "(cached) $ECHO_C" >&6 4694else 4695 case "$MSGMERGE" in 4696 [\\/]* | ?:[\\/]*) 4697 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. 4698 ;; 4699 *) 4700 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR 4701 for ac_dir in $PATH; do 4702 IFS="$ac_save_IFS" 4703 test -z "$ac_dir" && ac_dir=. 4704 for ac_exec_ext in '' $ac_executable_extensions; do 4705 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then 4706 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then 4707 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" 4708 break 2 4709 fi 4710 fi 4711 done 4712 done 4713 IFS="$ac_save_IFS" 4714 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" 4715 ;; 4716esac 4717fi 4718MSGMERGE="$ac_cv_path_MSGMERGE" 4719if test "$MSGMERGE" != ":"; then 4720 { echo "$as_me:$LINENO: result: $MSGMERGE" >&5 4721echo "${ECHO_T}$MSGMERGE" >&6; } 4722else 4723 { echo "$as_me:$LINENO: result: no" >&5 4724echo "${ECHO_T}no" >&6; } 4725fi 4726 4727 4728 if test "$GMSGFMT" != ":"; then 4729 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && 4730 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then 4731 : ; 4732 else 4733 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` 4734 { echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 4735echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } 4736 GMSGFMT=":" 4737 fi 4738 fi 4739 4740 if test "$XGETTEXT" != ":"; then 4741 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && 4742 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then 4743 : ; 4744 else 4745 { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 4746echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; } 4747 XGETTEXT=":" 4748 fi 4749 rm -f messages.po 4750 fi 4751 4752 ac_config_commands="$ac_config_commands default-1" 4753 4754 4755if test -n "$ac_tool_prefix"; then 4756 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 4757set dummy ${ac_tool_prefix}ranlib; ac_word=$2 4758{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4759echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4760if test "${ac_cv_prog_RANLIB+set}" = set; then 4761 echo $ECHO_N "(cached) $ECHO_C" >&6 4762else 4763 if test -n "$RANLIB"; then 4764 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 4765else 4766as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4767for as_dir in $PATH 4768do 4769 IFS=$as_save_IFS 4770 test -z "$as_dir" && as_dir=. 4771 for ac_exec_ext in '' $ac_executable_extensions; do 4772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 4773 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 4774 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4775 break 2 4776 fi 4777done 4778done 4779IFS=$as_save_IFS 4780 4781fi 4782fi 4783RANLIB=$ac_cv_prog_RANLIB 4784if test -n "$RANLIB"; then 4785 { echo "$as_me:$LINENO: result: $RANLIB" >&5 4786echo "${ECHO_T}$RANLIB" >&6; } 4787else 4788 { echo "$as_me:$LINENO: result: no" >&5 4789echo "${ECHO_T}no" >&6; } 4790fi 4791 4792 4793fi 4794if test -z "$ac_cv_prog_RANLIB"; then 4795 ac_ct_RANLIB=$RANLIB 4796 # Extract the first word of "ranlib", so it can be a program name with args. 4797set dummy ranlib; ac_word=$2 4798{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4799echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4800if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 4801 echo $ECHO_N "(cached) $ECHO_C" >&6 4802else 4803 if test -n "$ac_ct_RANLIB"; then 4804 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 4805else 4806as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4807for as_dir in $PATH 4808do 4809 IFS=$as_save_IFS 4810 test -z "$as_dir" && as_dir=. 4811 for ac_exec_ext in '' $ac_executable_extensions; do 4812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 4813 ac_cv_prog_ac_ct_RANLIB="ranlib" 4814 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4815 break 2 4816 fi 4817done 4818done 4819IFS=$as_save_IFS 4820 4821fi 4822fi 4823ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 4824if test -n "$ac_ct_RANLIB"; then 4825 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 4826echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 4827else 4828 { echo "$as_me:$LINENO: result: no" >&5 4829echo "${ECHO_T}no" >&6; } 4830fi 4831 4832 if test "x$ac_ct_RANLIB" = x; then 4833 RANLIB=":" 4834 else 4835 case $cross_compiling:$ac_tool_warned in 4836yes:) 4837{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 4838whose name does not start with the host triplet. If you think this 4839configuration is useful to you, please write to autoconf@gnu.org." >&5 4840echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 4841whose name does not start with the host triplet. If you think this 4842configuration is useful to you, please write to autoconf@gnu.org." >&2;} 4843ac_tool_warned=yes ;; 4844esac 4845 RANLIB=$ac_ct_RANLIB 4846 fi 4847else 4848 RANLIB="$ac_cv_prog_RANLIB" 4849fi 4850 4851 4852 { echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5 4853echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6; } 4854if test "${ac_cv_lib_cposix_strerror+set}" = set; then 4855 echo $ECHO_N "(cached) $ECHO_C" >&6 4856else 4857 ac_check_lib_save_LIBS=$LIBS 4858LIBS="-lcposix $LIBS" 4859cat >conftest.$ac_ext <<_ACEOF 4860/* confdefs.h. */ 4861_ACEOF 4862cat confdefs.h >>conftest.$ac_ext 4863cat >>conftest.$ac_ext <<_ACEOF 4864/* end confdefs.h. */ 4865 4866/* Override any GCC internal prototype to avoid an error. 4867 Use char because int might match the return type of a GCC 4868 builtin and then its argument prototype would still apply. */ 4869#ifdef __cplusplus 4870extern "C" 4871#endif 4872char strerror (); 4873int 4874main () 4875{ 4876return strerror (); 4877 ; 4878 return 0; 4879} 4880_ACEOF 4881rm -f conftest.$ac_objext conftest$ac_exeext 4882if { (ac_try="$ac_link" 4883case "(($ac_try" in 4884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4885 *) ac_try_echo=$ac_try;; 4886esac 4887eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4888 (eval "$ac_link") 2>conftest.er1 4889 ac_status=$? 4890 grep -v '^ *+' conftest.er1 >conftest.err 4891 rm -f conftest.er1 4892 cat conftest.err >&5 4893 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4894 (exit $ac_status); } && 4895 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4896 { (case "(($ac_try" in 4897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4898 *) ac_try_echo=$ac_try;; 4899esac 4900eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4901 (eval "$ac_try") 2>&5 4902 ac_status=$? 4903 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4904 (exit $ac_status); }; } && 4905 { ac_try='test -s conftest$ac_exeext' 4906 { (case "(($ac_try" in 4907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4908 *) ac_try_echo=$ac_try;; 4909esac 4910eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4911 (eval "$ac_try") 2>&5 4912 ac_status=$? 4913 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4914 (exit $ac_status); }; }; then 4915 ac_cv_lib_cposix_strerror=yes 4916else 4917 echo "$as_me: failed program was:" >&5 4918sed 's/^/| /' conftest.$ac_ext >&5 4919 4920 ac_cv_lib_cposix_strerror=no 4921fi 4922 4923rm -f core conftest.err conftest.$ac_objext \ 4924 conftest$ac_exeext conftest.$ac_ext 4925LIBS=$ac_check_lib_save_LIBS 4926fi 4927{ echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5 4928echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6; } 4929if test $ac_cv_lib_cposix_strerror = yes; then 4930 LIBS="$LIBS -lcposix" 4931fi 4932 4933 4934 4935{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 4936echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 4937if test "${ac_cv_c_const+set}" = set; then 4938 echo $ECHO_N "(cached) $ECHO_C" >&6 4939else 4940 cat >conftest.$ac_ext <<_ACEOF 4941/* confdefs.h. */ 4942_ACEOF 4943cat confdefs.h >>conftest.$ac_ext 4944cat >>conftest.$ac_ext <<_ACEOF 4945/* end confdefs.h. */ 4946 4947int 4948main () 4949{ 4950/* FIXME: Include the comments suggested by Paul. */ 4951#ifndef __cplusplus 4952 /* Ultrix mips cc rejects this. */ 4953 typedef int charset[2]; 4954 const charset x; 4955 /* SunOS 4.1.1 cc rejects this. */ 4956 char const *const *ccp; 4957 char **p; 4958 /* NEC SVR4.0.2 mips cc rejects this. */ 4959 struct point {int x, y;}; 4960 static struct point const zero = {0,0}; 4961 /* AIX XL C 1.02.0.0 rejects this. 4962 It does not let you subtract one const X* pointer from another in 4963 an arm of an if-expression whose if-part is not a constant 4964 expression */ 4965 const char *g = "string"; 4966 ccp = &g + (g ? g-g : 0); 4967 /* HPUX 7.0 cc rejects these. */ 4968 ++ccp; 4969 p = (char**) ccp; 4970 ccp = (char const *const *) p; 4971 { /* SCO 3.2v4 cc rejects this. */ 4972 char *t; 4973 char const *s = 0 ? (char *) 0 : (char const *) 0; 4974 4975 *t++ = 0; 4976 if (s) return 0; 4977 } 4978 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 4979 int x[] = {25, 17}; 4980 const int *foo = &x[0]; 4981 ++foo; 4982 } 4983 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 4984 typedef const int *iptr; 4985 iptr p = 0; 4986 ++p; 4987 } 4988 { /* AIX XL C 1.02.0.0 rejects this saying 4989 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ 4990 struct s { int j; const int *ap[3]; }; 4991 struct s *b; b->j = 5; 4992 } 4993 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 4994 const int foo = 10; 4995 if (!foo) return 0; 4996 } 4997 return !x[0] && !zero.x; 4998#endif 4999 5000 ; 5001 return 0; 5002} 5003_ACEOF 5004rm -f conftest.$ac_objext 5005if { (ac_try="$ac_compile" 5006case "(($ac_try" in 5007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5008 *) ac_try_echo=$ac_try;; 5009esac 5010eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5011 (eval "$ac_compile") 2>conftest.er1 5012 ac_status=$? 5013 grep -v '^ *+' conftest.er1 >conftest.err 5014 rm -f conftest.er1 5015 cat conftest.err >&5 5016 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5017 (exit $ac_status); } && 5018 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5019 { (case "(($ac_try" in 5020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5021 *) ac_try_echo=$ac_try;; 5022esac 5023eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5024 (eval "$ac_try") 2>&5 5025 ac_status=$? 5026 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5027 (exit $ac_status); }; } && 5028 { ac_try='test -s conftest.$ac_objext' 5029 { (case "(($ac_try" in 5030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5031 *) ac_try_echo=$ac_try;; 5032esac 5033eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5034 (eval "$ac_try") 2>&5 5035 ac_status=$? 5036 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5037 (exit $ac_status); }; }; then 5038 ac_cv_c_const=yes 5039else 5040 echo "$as_me: failed program was:" >&5 5041sed 's/^/| /' conftest.$ac_ext >&5 5042 5043 ac_cv_c_const=no 5044fi 5045 5046rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5047fi 5048{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 5049echo "${ECHO_T}$ac_cv_c_const" >&6; } 5050if test $ac_cv_c_const = no; then 5051 5052cat >>confdefs.h <<\_ACEOF 5053#define const 5054_ACEOF 5055 5056fi 5057 5058 5059 { echo "$as_me:$LINENO: checking for signed" >&5 5060echo $ECHO_N "checking for signed... $ECHO_C" >&6; } 5061if test "${bh_cv_c_signed+set}" = set; then 5062 echo $ECHO_N "(cached) $ECHO_C" >&6 5063else 5064 cat >conftest.$ac_ext <<_ACEOF 5065/* confdefs.h. */ 5066_ACEOF 5067cat confdefs.h >>conftest.$ac_ext 5068cat >>conftest.$ac_ext <<_ACEOF 5069/* end confdefs.h. */ 5070 5071int 5072main () 5073{ 5074signed char x; 5075 ; 5076 return 0; 5077} 5078_ACEOF 5079rm -f conftest.$ac_objext 5080if { (ac_try="$ac_compile" 5081case "(($ac_try" in 5082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5083 *) ac_try_echo=$ac_try;; 5084esac 5085eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5086 (eval "$ac_compile") 2>conftest.er1 5087 ac_status=$? 5088 grep -v '^ *+' conftest.er1 >conftest.err 5089 rm -f conftest.er1 5090 cat conftest.err >&5 5091 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5092 (exit $ac_status); } && 5093 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5094 { (case "(($ac_try" in 5095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5096 *) ac_try_echo=$ac_try;; 5097esac 5098eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5099 (eval "$ac_try") 2>&5 5100 ac_status=$? 5101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5102 (exit $ac_status); }; } && 5103 { ac_try='test -s conftest.$ac_objext' 5104 { (case "(($ac_try" in 5105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5106 *) ac_try_echo=$ac_try;; 5107esac 5108eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5109 (eval "$ac_try") 2>&5 5110 ac_status=$? 5111 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5112 (exit $ac_status); }; }; then 5113 bh_cv_c_signed=yes 5114else 5115 echo "$as_me: failed program was:" >&5 5116sed 's/^/| /' conftest.$ac_ext >&5 5117 5118 bh_cv_c_signed=no 5119fi 5120 5121rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5122fi 5123{ echo "$as_me:$LINENO: result: $bh_cv_c_signed" >&5 5124echo "${ECHO_T}$bh_cv_c_signed" >&6; } 5125 if test $bh_cv_c_signed = no; then 5126 5127cat >>confdefs.h <<\_ACEOF 5128#define signed 5129_ACEOF 5130 5131 fi 5132 5133{ echo "$as_me:$LINENO: checking for inline" >&5 5134echo $ECHO_N "checking for inline... $ECHO_C" >&6; } 5135if test "${ac_cv_c_inline+set}" = set; then 5136 echo $ECHO_N "(cached) $ECHO_C" >&6 5137else 5138 ac_cv_c_inline=no 5139for ac_kw in inline __inline__ __inline; do 5140 cat >conftest.$ac_ext <<_ACEOF 5141/* confdefs.h. */ 5142_ACEOF 5143cat confdefs.h >>conftest.$ac_ext 5144cat >>conftest.$ac_ext <<_ACEOF 5145/* end confdefs.h. */ 5146#ifndef __cplusplus 5147typedef int foo_t; 5148static $ac_kw foo_t static_foo () {return 0; } 5149$ac_kw foo_t foo () {return 0; } 5150#endif 5151 5152_ACEOF 5153rm -f conftest.$ac_objext 5154if { (ac_try="$ac_compile" 5155case "(($ac_try" in 5156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5157 *) ac_try_echo=$ac_try;; 5158esac 5159eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5160 (eval "$ac_compile") 2>conftest.er1 5161 ac_status=$? 5162 grep -v '^ *+' conftest.er1 >conftest.err 5163 rm -f conftest.er1 5164 cat conftest.err >&5 5165 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5166 (exit $ac_status); } && 5167 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5168 { (case "(($ac_try" in 5169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5170 *) ac_try_echo=$ac_try;; 5171esac 5172eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5173 (eval "$ac_try") 2>&5 5174 ac_status=$? 5175 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5176 (exit $ac_status); }; } && 5177 { ac_try='test -s conftest.$ac_objext' 5178 { (case "(($ac_try" in 5179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5180 *) ac_try_echo=$ac_try;; 5181esac 5182eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5183 (eval "$ac_try") 2>&5 5184 ac_status=$? 5185 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5186 (exit $ac_status); }; }; then 5187 ac_cv_c_inline=$ac_kw 5188else 5189 echo "$as_me: failed program was:" >&5 5190sed 's/^/| /' conftest.$ac_ext >&5 5191 5192 5193fi 5194 5195rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5196 test "$ac_cv_c_inline" != no && break 5197done 5198 5199fi 5200{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 5201echo "${ECHO_T}$ac_cv_c_inline" >&6; } 5202 5203 5204case $ac_cv_c_inline in 5205 inline | yes) ;; 5206 *) 5207 case $ac_cv_c_inline in 5208 no) ac_val=;; 5209 *) ac_val=$ac_cv_c_inline;; 5210 esac 5211 cat >>confdefs.h <<_ACEOF 5212#ifndef __cplusplus 5213#define inline $ac_val 5214#endif 5215_ACEOF 5216 ;; 5217esac 5218 5219{ echo "$as_me:$LINENO: checking for off_t" >&5 5220echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } 5221if test "${ac_cv_type_off_t+set}" = set; then 5222 echo $ECHO_N "(cached) $ECHO_C" >&6 5223else 5224 cat >conftest.$ac_ext <<_ACEOF 5225/* confdefs.h. */ 5226_ACEOF 5227cat confdefs.h >>conftest.$ac_ext 5228cat >>conftest.$ac_ext <<_ACEOF 5229/* end confdefs.h. */ 5230$ac_includes_default 5231typedef off_t ac__type_new_; 5232int 5233main () 5234{ 5235if ((ac__type_new_ *) 0) 5236 return 0; 5237if (sizeof (ac__type_new_)) 5238 return 0; 5239 ; 5240 return 0; 5241} 5242_ACEOF 5243rm -f conftest.$ac_objext 5244if { (ac_try="$ac_compile" 5245case "(($ac_try" in 5246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5247 *) ac_try_echo=$ac_try;; 5248esac 5249eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5250 (eval "$ac_compile") 2>conftest.er1 5251 ac_status=$? 5252 grep -v '^ *+' conftest.er1 >conftest.err 5253 rm -f conftest.er1 5254 cat conftest.err >&5 5255 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5256 (exit $ac_status); } && 5257 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5258 { (case "(($ac_try" in 5259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5260 *) ac_try_echo=$ac_try;; 5261esac 5262eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5263 (eval "$ac_try") 2>&5 5264 ac_status=$? 5265 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5266 (exit $ac_status); }; } && 5267 { ac_try='test -s conftest.$ac_objext' 5268 { (case "(($ac_try" in 5269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5270 *) ac_try_echo=$ac_try;; 5271esac 5272eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5273 (eval "$ac_try") 2>&5 5274 ac_status=$? 5275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5276 (exit $ac_status); }; }; then 5277 ac_cv_type_off_t=yes 5278else 5279 echo "$as_me: failed program was:" >&5 5280sed 's/^/| /' conftest.$ac_ext >&5 5281 5282 ac_cv_type_off_t=no 5283fi 5284 5285rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5286fi 5287{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 5288echo "${ECHO_T}$ac_cv_type_off_t" >&6; } 5289if test $ac_cv_type_off_t = yes; then 5290 : 5291else 5292 5293cat >>confdefs.h <<_ACEOF 5294#define off_t long int 5295_ACEOF 5296 5297fi 5298 5299{ echo "$as_me:$LINENO: checking for size_t" >&5 5300echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } 5301if test "${ac_cv_type_size_t+set}" = set; then 5302 echo $ECHO_N "(cached) $ECHO_C" >&6 5303else 5304 cat >conftest.$ac_ext <<_ACEOF 5305/* confdefs.h. */ 5306_ACEOF 5307cat confdefs.h >>conftest.$ac_ext 5308cat >>conftest.$ac_ext <<_ACEOF 5309/* end confdefs.h. */ 5310$ac_includes_default 5311typedef size_t ac__type_new_; 5312int 5313main () 5314{ 5315if ((ac__type_new_ *) 0) 5316 return 0; 5317if (sizeof (ac__type_new_)) 5318 return 0; 5319 ; 5320 return 0; 5321} 5322_ACEOF 5323rm -f conftest.$ac_objext 5324if { (ac_try="$ac_compile" 5325case "(($ac_try" in 5326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5327 *) ac_try_echo=$ac_try;; 5328esac 5329eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5330 (eval "$ac_compile") 2>conftest.er1 5331 ac_status=$? 5332 grep -v '^ *+' conftest.er1 >conftest.err 5333 rm -f conftest.er1 5334 cat conftest.err >&5 5335 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5336 (exit $ac_status); } && 5337 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5338 { (case "(($ac_try" in 5339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5340 *) ac_try_echo=$ac_try;; 5341esac 5342eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5343 (eval "$ac_try") 2>&5 5344 ac_status=$? 5345 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5346 (exit $ac_status); }; } && 5347 { ac_try='test -s conftest.$ac_objext' 5348 { (case "(($ac_try" in 5349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5350 *) ac_try_echo=$ac_try;; 5351esac 5352eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5353 (eval "$ac_try") 2>&5 5354 ac_status=$? 5355 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5356 (exit $ac_status); }; }; then 5357 ac_cv_type_size_t=yes 5358else 5359 echo "$as_me: failed program was:" >&5 5360sed 's/^/| /' conftest.$ac_ext >&5 5361 5362 ac_cv_type_size_t=no 5363fi 5364 5365rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5366fi 5367{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 5368echo "${ECHO_T}$ac_cv_type_size_t" >&6; } 5369if test $ac_cv_type_size_t = yes; then 5370 : 5371else 5372 5373cat >>confdefs.h <<_ACEOF 5374#define size_t unsigned int 5375_ACEOF 5376 5377fi 5378 5379 5380 { echo "$as_me:$LINENO: checking for long long" >&5 5381echo $ECHO_N "checking for long long... $ECHO_C" >&6; } 5382if test "${ac_cv_type_long_long+set}" = set; then 5383 echo $ECHO_N "(cached) $ECHO_C" >&6 5384else 5385 cat >conftest.$ac_ext <<_ACEOF 5386/* confdefs.h. */ 5387_ACEOF 5388cat confdefs.h >>conftest.$ac_ext 5389cat >>conftest.$ac_ext <<_ACEOF 5390/* end confdefs.h. */ 5391long long ll = 1LL; int i = 63; 5392int 5393main () 5394{ 5395long long llmax = (long long) -1; 5396 return ll << i | ll >> i | llmax / ll | llmax % ll; 5397 ; 5398 return 0; 5399} 5400_ACEOF 5401rm -f conftest.$ac_objext conftest$ac_exeext 5402if { (ac_try="$ac_link" 5403case "(($ac_try" in 5404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5405 *) ac_try_echo=$ac_try;; 5406esac 5407eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5408 (eval "$ac_link") 2>conftest.er1 5409 ac_status=$? 5410 grep -v '^ *+' conftest.er1 >conftest.err 5411 rm -f conftest.er1 5412 cat conftest.err >&5 5413 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5414 (exit $ac_status); } && 5415 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5416 { (case "(($ac_try" in 5417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5418 *) ac_try_echo=$ac_try;; 5419esac 5420eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5421 (eval "$ac_try") 2>&5 5422 ac_status=$? 5423 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5424 (exit $ac_status); }; } && 5425 { ac_try='test -s conftest$ac_exeext' 5426 { (case "(($ac_try" in 5427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5428 *) ac_try_echo=$ac_try;; 5429esac 5430eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5431 (eval "$ac_try") 2>&5 5432 ac_status=$? 5433 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5434 (exit $ac_status); }; }; then 5435 ac_cv_type_long_long=yes 5436else 5437 echo "$as_me: failed program was:" >&5 5438sed 's/^/| /' conftest.$ac_ext >&5 5439 5440 ac_cv_type_long_long=no 5441fi 5442 5443rm -f core conftest.err conftest.$ac_objext \ 5444 conftest$ac_exeext conftest.$ac_ext 5445fi 5446{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 5447echo "${ECHO_T}$ac_cv_type_long_long" >&6; } 5448 if test $ac_cv_type_long_long = yes; then 5449 5450cat >>confdefs.h <<\_ACEOF 5451#define HAVE_LONG_LONG 1 5452_ACEOF 5453 5454 fi 5455 5456 5457 { echo "$as_me:$LINENO: checking for long double" >&5 5458echo $ECHO_N "checking for long double... $ECHO_C" >&6; } 5459if test "${gt_cv_c_long_double+set}" = set; then 5460 echo $ECHO_N "(cached) $ECHO_C" >&6 5461else 5462 if test "$GCC" = yes; then 5463 gt_cv_c_long_double=yes 5464 else 5465 cat >conftest.$ac_ext <<_ACEOF 5466/* confdefs.h. */ 5467_ACEOF 5468cat confdefs.h >>conftest.$ac_ext 5469cat >>conftest.$ac_ext <<_ACEOF 5470/* end confdefs.h. */ 5471 5472 /* The Stardent Vistra knows sizeof(long double), but does not support it. */ 5473 long double foo = 0.0; 5474 /* On Ultrix 4.3 cc, long double is 4 and double is 8. */ 5475 int array [2*(sizeof(long double) >= sizeof(double)) - 1]; 5476 5477int 5478main () 5479{ 5480 5481 ; 5482 return 0; 5483} 5484_ACEOF 5485rm -f conftest.$ac_objext 5486if { (ac_try="$ac_compile" 5487case "(($ac_try" in 5488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5489 *) ac_try_echo=$ac_try;; 5490esac 5491eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5492 (eval "$ac_compile") 2>conftest.er1 5493 ac_status=$? 5494 grep -v '^ *+' conftest.er1 >conftest.err 5495 rm -f conftest.er1 5496 cat conftest.err >&5 5497 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5498 (exit $ac_status); } && 5499 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5500 { (case "(($ac_try" in 5501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5502 *) ac_try_echo=$ac_try;; 5503esac 5504eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5505 (eval "$ac_try") 2>&5 5506 ac_status=$? 5507 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5508 (exit $ac_status); }; } && 5509 { ac_try='test -s conftest.$ac_objext' 5510 { (case "(($ac_try" in 5511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5512 *) ac_try_echo=$ac_try;; 5513esac 5514eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5515 (eval "$ac_try") 2>&5 5516 ac_status=$? 5517 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5518 (exit $ac_status); }; }; then 5519 gt_cv_c_long_double=yes 5520else 5521 echo "$as_me: failed program was:" >&5 5522sed 's/^/| /' conftest.$ac_ext >&5 5523 5524 gt_cv_c_long_double=no 5525fi 5526 5527rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5528 fi 5529fi 5530{ echo "$as_me:$LINENO: result: $gt_cv_c_long_double" >&5 5531echo "${ECHO_T}$gt_cv_c_long_double" >&6; } 5532 if test $gt_cv_c_long_double = yes; then 5533 5534cat >>confdefs.h <<\_ACEOF 5535#define HAVE_LONG_DOUBLE 1 5536_ACEOF 5537 5538 fi 5539 5540 5541 { echo "$as_me:$LINENO: checking for wchar_t" >&5 5542echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6; } 5543if test "${gt_cv_c_wchar_t+set}" = set; then 5544 echo $ECHO_N "(cached) $ECHO_C" >&6 5545else 5546 cat >conftest.$ac_ext <<_ACEOF 5547/* confdefs.h. */ 5548_ACEOF 5549cat confdefs.h >>conftest.$ac_ext 5550cat >>conftest.$ac_ext <<_ACEOF 5551/* end confdefs.h. */ 5552#include <stddef.h> 5553 wchar_t foo = (wchar_t)'\0'; 5554int 5555main () 5556{ 5557 5558 ; 5559 return 0; 5560} 5561_ACEOF 5562rm -f conftest.$ac_objext 5563if { (ac_try="$ac_compile" 5564case "(($ac_try" in 5565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5566 *) ac_try_echo=$ac_try;; 5567esac 5568eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5569 (eval "$ac_compile") 2>conftest.er1 5570 ac_status=$? 5571 grep -v '^ *+' conftest.er1 >conftest.err 5572 rm -f conftest.er1 5573 cat conftest.err >&5 5574 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5575 (exit $ac_status); } && 5576 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5577 { (case "(($ac_try" in 5578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5579 *) ac_try_echo=$ac_try;; 5580esac 5581eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5582 (eval "$ac_try") 2>&5 5583 ac_status=$? 5584 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5585 (exit $ac_status); }; } && 5586 { ac_try='test -s conftest.$ac_objext' 5587 { (case "(($ac_try" in 5588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5589 *) ac_try_echo=$ac_try;; 5590esac 5591eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5592 (eval "$ac_try") 2>&5 5593 ac_status=$? 5594 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5595 (exit $ac_status); }; }; then 5596 gt_cv_c_wchar_t=yes 5597else 5598 echo "$as_me: failed program was:" >&5 5599sed 's/^/| /' conftest.$ac_ext >&5 5600 5601 gt_cv_c_wchar_t=no 5602fi 5603 5604rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5605fi 5606{ echo "$as_me:$LINENO: result: $gt_cv_c_wchar_t" >&5 5607echo "${ECHO_T}$gt_cv_c_wchar_t" >&6; } 5608 if test $gt_cv_c_wchar_t = yes; then 5609 5610cat >>confdefs.h <<\_ACEOF 5611#define HAVE_WCHAR_T 1 5612_ACEOF 5613 5614 fi 5615 5616 5617 { echo "$as_me:$LINENO: checking for wint_t" >&5 5618echo $ECHO_N "checking for wint_t... $ECHO_C" >&6; } 5619if test "${gt_cv_c_wint_t+set}" = set; then 5620 echo $ECHO_N "(cached) $ECHO_C" >&6 5621else 5622 cat >conftest.$ac_ext <<_ACEOF 5623/* confdefs.h. */ 5624_ACEOF 5625cat confdefs.h >>conftest.$ac_ext 5626cat >>conftest.$ac_ext <<_ACEOF 5627/* end confdefs.h. */ 5628#include <wchar.h> 5629 wint_t foo = (wchar_t)'\0'; 5630int 5631main () 5632{ 5633 5634 ; 5635 return 0; 5636} 5637_ACEOF 5638rm -f conftest.$ac_objext 5639if { (ac_try="$ac_compile" 5640case "(($ac_try" in 5641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5642 *) ac_try_echo=$ac_try;; 5643esac 5644eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5645 (eval "$ac_compile") 2>conftest.er1 5646 ac_status=$? 5647 grep -v '^ *+' conftest.er1 >conftest.err 5648 rm -f conftest.er1 5649 cat conftest.err >&5 5650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5651 (exit $ac_status); } && 5652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5653 { (case "(($ac_try" in 5654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5655 *) ac_try_echo=$ac_try;; 5656esac 5657eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5658 (eval "$ac_try") 2>&5 5659 ac_status=$? 5660 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5661 (exit $ac_status); }; } && 5662 { ac_try='test -s conftest.$ac_objext' 5663 { (case "(($ac_try" in 5664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5665 *) ac_try_echo=$ac_try;; 5666esac 5667eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5668 (eval "$ac_try") 2>&5 5669 ac_status=$? 5670 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5671 (exit $ac_status); }; }; then 5672 gt_cv_c_wint_t=yes 5673else 5674 echo "$as_me: failed program was:" >&5 5675sed 's/^/| /' conftest.$ac_ext >&5 5676 5677 gt_cv_c_wint_t=no 5678fi 5679 5680rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5681fi 5682{ echo "$as_me:$LINENO: result: $gt_cv_c_wint_t" >&5 5683echo "${ECHO_T}$gt_cv_c_wint_t" >&6; } 5684 if test $gt_cv_c_wint_t = yes; then 5685 5686cat >>confdefs.h <<\_ACEOF 5687#define HAVE_WINT_T 1 5688_ACEOF 5689 5690 fi 5691 5692 5693 { echo "$as_me:$LINENO: checking for inttypes.h" >&5 5694echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; } 5695if test "${jm_ac_cv_header_inttypes_h+set}" = set; then 5696 echo $ECHO_N "(cached) $ECHO_C" >&6 5697else 5698 cat >conftest.$ac_ext <<_ACEOF 5699/* confdefs.h. */ 5700_ACEOF 5701cat confdefs.h >>conftest.$ac_ext 5702cat >>conftest.$ac_ext <<_ACEOF 5703/* end confdefs.h. */ 5704#include <sys/types.h> 5705#include <inttypes.h> 5706int 5707main () 5708{ 5709uintmax_t i = (uintmax_t) -1; 5710 ; 5711 return 0; 5712} 5713_ACEOF 5714rm -f conftest.$ac_objext 5715if { (ac_try="$ac_compile" 5716case "(($ac_try" in 5717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5718 *) ac_try_echo=$ac_try;; 5719esac 5720eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5721 (eval "$ac_compile") 2>conftest.er1 5722 ac_status=$? 5723 grep -v '^ *+' conftest.er1 >conftest.err 5724 rm -f conftest.er1 5725 cat conftest.err >&5 5726 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5727 (exit $ac_status); } && 5728 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5729 { (case "(($ac_try" in 5730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5731 *) ac_try_echo=$ac_try;; 5732esac 5733eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5734 (eval "$ac_try") 2>&5 5735 ac_status=$? 5736 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5737 (exit $ac_status); }; } && 5738 { ac_try='test -s conftest.$ac_objext' 5739 { (case "(($ac_try" in 5740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5741 *) ac_try_echo=$ac_try;; 5742esac 5743eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5744 (eval "$ac_try") 2>&5 5745 ac_status=$? 5746 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5747 (exit $ac_status); }; }; then 5748 jm_ac_cv_header_inttypes_h=yes 5749else 5750 echo "$as_me: failed program was:" >&5 5751sed 's/^/| /' conftest.$ac_ext >&5 5752 5753 jm_ac_cv_header_inttypes_h=no 5754fi 5755 5756rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5757fi 5758{ echo "$as_me:$LINENO: result: $jm_ac_cv_header_inttypes_h" >&5 5759echo "${ECHO_T}$jm_ac_cv_header_inttypes_h" >&6; } 5760 if test $jm_ac_cv_header_inttypes_h = yes; then 5761 5762cat >>confdefs.h <<_ACEOF 5763#define HAVE_INTTYPES_H_WITH_UINTMAX 1 5764_ACEOF 5765 5766 fi 5767 5768 5769 { echo "$as_me:$LINENO: checking for stdint.h" >&5 5770echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } 5771if test "${jm_ac_cv_header_stdint_h+set}" = set; then 5772 echo $ECHO_N "(cached) $ECHO_C" >&6 5773else 5774 cat >conftest.$ac_ext <<_ACEOF 5775/* confdefs.h. */ 5776_ACEOF 5777cat confdefs.h >>conftest.$ac_ext 5778cat >>conftest.$ac_ext <<_ACEOF 5779/* end confdefs.h. */ 5780#include <sys/types.h> 5781#include <stdint.h> 5782int 5783main () 5784{ 5785uintmax_t i = (uintmax_t) -1; 5786 ; 5787 return 0; 5788} 5789_ACEOF 5790rm -f conftest.$ac_objext 5791if { (ac_try="$ac_compile" 5792case "(($ac_try" in 5793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5794 *) ac_try_echo=$ac_try;; 5795esac 5796eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5797 (eval "$ac_compile") 2>conftest.er1 5798 ac_status=$? 5799 grep -v '^ *+' conftest.er1 >conftest.err 5800 rm -f conftest.er1 5801 cat conftest.err >&5 5802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5803 (exit $ac_status); } && 5804 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5805 { (case "(($ac_try" in 5806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5807 *) ac_try_echo=$ac_try;; 5808esac 5809eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5810 (eval "$ac_try") 2>&5 5811 ac_status=$? 5812 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5813 (exit $ac_status); }; } && 5814 { ac_try='test -s conftest.$ac_objext' 5815 { (case "(($ac_try" in 5816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5817 *) ac_try_echo=$ac_try;; 5818esac 5819eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5820 (eval "$ac_try") 2>&5 5821 ac_status=$? 5822 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5823 (exit $ac_status); }; }; then 5824 jm_ac_cv_header_stdint_h=yes 5825else 5826 echo "$as_me: failed program was:" >&5 5827sed 's/^/| /' conftest.$ac_ext >&5 5828 5829 jm_ac_cv_header_stdint_h=no 5830fi 5831 5832rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5833fi 5834{ echo "$as_me:$LINENO: result: $jm_ac_cv_header_stdint_h" >&5 5835echo "${ECHO_T}$jm_ac_cv_header_stdint_h" >&6; } 5836 if test $jm_ac_cv_header_stdint_h = yes; then 5837 5838cat >>confdefs.h <<_ACEOF 5839#define HAVE_STDINT_H_WITH_UINTMAX 1 5840_ACEOF 5841 5842 fi 5843 5844 5845 5846 5847 { echo "$as_me:$LINENO: checking for intmax_t" >&5 5848echo $ECHO_N "checking for intmax_t... $ECHO_C" >&6; } 5849if test "${gt_cv_c_intmax_t+set}" = set; then 5850 echo $ECHO_N "(cached) $ECHO_C" >&6 5851else 5852 cat >conftest.$ac_ext <<_ACEOF 5853/* confdefs.h. */ 5854_ACEOF 5855cat confdefs.h >>conftest.$ac_ext 5856cat >>conftest.$ac_ext <<_ACEOF 5857/* end confdefs.h. */ 5858 5859#include <stddef.h> 5860#include <stdlib.h> 5861#if HAVE_STDINT_H_WITH_UINTMAX 5862#include <stdint.h> 5863#endif 5864#if HAVE_INTTYPES_H_WITH_UINTMAX 5865#include <inttypes.h> 5866#endif 5867 5868int 5869main () 5870{ 5871intmax_t x = -1; 5872 ; 5873 return 0; 5874} 5875_ACEOF 5876rm -f conftest.$ac_objext 5877if { (ac_try="$ac_compile" 5878case "(($ac_try" in 5879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5880 *) ac_try_echo=$ac_try;; 5881esac 5882eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5883 (eval "$ac_compile") 2>conftest.er1 5884 ac_status=$? 5885 grep -v '^ *+' conftest.er1 >conftest.err 5886 rm -f conftest.er1 5887 cat conftest.err >&5 5888 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5889 (exit $ac_status); } && 5890 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5891 { (case "(($ac_try" in 5892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5893 *) ac_try_echo=$ac_try;; 5894esac 5895eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5896 (eval "$ac_try") 2>&5 5897 ac_status=$? 5898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5899 (exit $ac_status); }; } && 5900 { ac_try='test -s conftest.$ac_objext' 5901 { (case "(($ac_try" in 5902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5903 *) ac_try_echo=$ac_try;; 5904esac 5905eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5906 (eval "$ac_try") 2>&5 5907 ac_status=$? 5908 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5909 (exit $ac_status); }; }; then 5910 gt_cv_c_intmax_t=yes 5911else 5912 echo "$as_me: failed program was:" >&5 5913sed 's/^/| /' conftest.$ac_ext >&5 5914 5915 gt_cv_c_intmax_t=no 5916fi 5917 5918rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5919fi 5920{ echo "$as_me:$LINENO: result: $gt_cv_c_intmax_t" >&5 5921echo "${ECHO_T}$gt_cv_c_intmax_t" >&6; } 5922 if test $gt_cv_c_intmax_t = yes; then 5923 5924cat >>confdefs.h <<\_ACEOF 5925#define HAVE_INTMAX_T 1 5926_ACEOF 5927 5928 fi 5929 5930 5931 5932 { echo "$as_me:$LINENO: checking whether printf() supports POSIX/XSI format strings" >&5 5933echo $ECHO_N "checking whether printf() supports POSIX/XSI format strings... $ECHO_C" >&6; } 5934if test "${gt_cv_func_printf_posix+set}" = set; then 5935 echo $ECHO_N "(cached) $ECHO_C" >&6 5936else 5937 5938 if test "$cross_compiling" = yes; then 5939 5940 cat >conftest.$ac_ext <<_ACEOF 5941/* confdefs.h. */ 5942_ACEOF 5943cat confdefs.h >>conftest.$ac_ext 5944cat >>conftest.$ac_ext <<_ACEOF 5945/* end confdefs.h. */ 5946 5947#if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__ 5948 notposix 5949#endif 5950 5951_ACEOF 5952if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 5953 $EGREP "notposix" >/dev/null 2>&1; then 5954 gt_cv_func_printf_posix="guessing no" 5955else 5956 gt_cv_func_printf_posix="guessing yes" 5957fi 5958rm -f conftest* 5959 5960 5961else 5962 cat >conftest.$ac_ext <<_ACEOF 5963/* confdefs.h. */ 5964_ACEOF 5965cat confdefs.h >>conftest.$ac_ext 5966cat >>conftest.$ac_ext <<_ACEOF 5967/* end confdefs.h. */ 5968 5969#include <stdio.h> 5970#include <string.h> 5971/* The string "%2$d %1$d", with dollar characters protected from the shell's 5972 dollar expansion (possibly an autoconf bug). */ 5973static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' }; 5974static char buf[100]; 5975int main () 5976{ 5977 sprintf (buf, format, 33, 55); 5978 return (strcmp (buf, "55 33") != 0); 5979} 5980_ACEOF 5981rm -f conftest$ac_exeext 5982if { (ac_try="$ac_link" 5983case "(($ac_try" in 5984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5985 *) ac_try_echo=$ac_try;; 5986esac 5987eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5988 (eval "$ac_link") 2>&5 5989 ac_status=$? 5990 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5991 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5992 { (case "(($ac_try" in 5993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5994 *) ac_try_echo=$ac_try;; 5995esac 5996eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5997 (eval "$ac_try") 2>&5 5998 ac_status=$? 5999 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6000 (exit $ac_status); }; }; then 6001 gt_cv_func_printf_posix=yes 6002else 6003 echo "$as_me: program exited with status $ac_status" >&5 6004echo "$as_me: failed program was:" >&5 6005sed 's/^/| /' conftest.$ac_ext >&5 6006 6007( exit $ac_status ) 6008gt_cv_func_printf_posix=no 6009fi 6010rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6011fi 6012 6013 6014 6015fi 6016{ echo "$as_me:$LINENO: result: $gt_cv_func_printf_posix" >&5 6017echo "${ECHO_T}$gt_cv_func_printf_posix" >&6; } 6018 case $gt_cv_func_printf_posix in 6019 *yes) 6020 6021cat >>confdefs.h <<\_ACEOF 6022#define HAVE_POSIX_PRINTF 1 6023_ACEOF 6024 6025 ;; 6026 esac 6027 6028# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 6029# for constant arguments. Useless! 6030{ echo "$as_me:$LINENO: checking for working alloca.h" >&5 6031echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } 6032if test "${ac_cv_working_alloca_h+set}" = set; then 6033 echo $ECHO_N "(cached) $ECHO_C" >&6 6034else 6035 cat >conftest.$ac_ext <<_ACEOF 6036/* confdefs.h. */ 6037_ACEOF 6038cat confdefs.h >>conftest.$ac_ext 6039cat >>conftest.$ac_ext <<_ACEOF 6040/* end confdefs.h. */ 6041#include <alloca.h> 6042int 6043main () 6044{ 6045char *p = (char *) alloca (2 * sizeof (int)); 6046 if (p) return 0; 6047 ; 6048 return 0; 6049} 6050_ACEOF 6051rm -f conftest.$ac_objext conftest$ac_exeext 6052if { (ac_try="$ac_link" 6053case "(($ac_try" in 6054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6055 *) ac_try_echo=$ac_try;; 6056esac 6057eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6058 (eval "$ac_link") 2>conftest.er1 6059 ac_status=$? 6060 grep -v '^ *+' conftest.er1 >conftest.err 6061 rm -f conftest.er1 6062 cat conftest.err >&5 6063 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6064 (exit $ac_status); } && 6065 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6066 { (case "(($ac_try" in 6067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6068 *) ac_try_echo=$ac_try;; 6069esac 6070eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6071 (eval "$ac_try") 2>&5 6072 ac_status=$? 6073 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6074 (exit $ac_status); }; } && 6075 { ac_try='test -s conftest$ac_exeext' 6076 { (case "(($ac_try" in 6077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6078 *) ac_try_echo=$ac_try;; 6079esac 6080eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6081 (eval "$ac_try") 2>&5 6082 ac_status=$? 6083 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6084 (exit $ac_status); }; }; then 6085 ac_cv_working_alloca_h=yes 6086else 6087 echo "$as_me: failed program was:" >&5 6088sed 's/^/| /' conftest.$ac_ext >&5 6089 6090 ac_cv_working_alloca_h=no 6091fi 6092 6093rm -f core conftest.err conftest.$ac_objext \ 6094 conftest$ac_exeext conftest.$ac_ext 6095fi 6096{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 6097echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } 6098if test $ac_cv_working_alloca_h = yes; then 6099 6100cat >>confdefs.h <<\_ACEOF 6101#define HAVE_ALLOCA_H 1 6102_ACEOF 6103 6104fi 6105 6106{ echo "$as_me:$LINENO: checking for alloca" >&5 6107echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } 6108if test "${ac_cv_func_alloca_works+set}" = set; then 6109 echo $ECHO_N "(cached) $ECHO_C" >&6 6110else 6111 cat >conftest.$ac_ext <<_ACEOF 6112/* confdefs.h. */ 6113_ACEOF 6114cat confdefs.h >>conftest.$ac_ext 6115cat >>conftest.$ac_ext <<_ACEOF 6116/* end confdefs.h. */ 6117#ifdef __GNUC__ 6118# define alloca __builtin_alloca 6119#else 6120# ifdef _MSC_VER 6121# include <malloc.h> 6122# define alloca _alloca 6123# else 6124# if HAVE_ALLOCA_H 6125# include <alloca.h> 6126# else 6127# ifdef _AIX 6128 #pragma alloca 6129# else 6130# ifndef alloca /* predefined by HP cc +Olibcalls */ 6131char *alloca (); 6132# endif 6133# endif 6134# endif 6135# endif 6136#endif 6137 6138int 6139main () 6140{ 6141char *p = (char *) alloca (1); 6142 if (p) return 0; 6143 ; 6144 return 0; 6145} 6146_ACEOF 6147rm -f conftest.$ac_objext conftest$ac_exeext 6148if { (ac_try="$ac_link" 6149case "(($ac_try" in 6150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6151 *) ac_try_echo=$ac_try;; 6152esac 6153eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6154 (eval "$ac_link") 2>conftest.er1 6155 ac_status=$? 6156 grep -v '^ *+' conftest.er1 >conftest.err 6157 rm -f conftest.er1 6158 cat conftest.err >&5 6159 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6160 (exit $ac_status); } && 6161 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6162 { (case "(($ac_try" in 6163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6164 *) ac_try_echo=$ac_try;; 6165esac 6166eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6167 (eval "$ac_try") 2>&5 6168 ac_status=$? 6169 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6170 (exit $ac_status); }; } && 6171 { ac_try='test -s conftest$ac_exeext' 6172 { (case "(($ac_try" in 6173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6174 *) ac_try_echo=$ac_try;; 6175esac 6176eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6177 (eval "$ac_try") 2>&5 6178 ac_status=$? 6179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6180 (exit $ac_status); }; }; then 6181 ac_cv_func_alloca_works=yes 6182else 6183 echo "$as_me: failed program was:" >&5 6184sed 's/^/| /' conftest.$ac_ext >&5 6185 6186 ac_cv_func_alloca_works=no 6187fi 6188 6189rm -f core conftest.err conftest.$ac_objext \ 6190 conftest$ac_exeext conftest.$ac_ext 6191fi 6192{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 6193echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } 6194 6195if test $ac_cv_func_alloca_works = yes; then 6196 6197cat >>confdefs.h <<\_ACEOF 6198#define HAVE_ALLOCA 1 6199_ACEOF 6200 6201else 6202 # The SVR3 libPW and SVR4 libucb both contain incompatible functions 6203# that cause trouble. Some versions do not even contain alloca or 6204# contain a buggy version. If you still want to use their alloca, 6205# use ar to extract alloca.o from them instead of compiling alloca.c. 6206 6207ALLOCA=\${LIBOBJDIR}alloca.$ac_objext 6208 6209cat >>confdefs.h <<\_ACEOF 6210#define C_ALLOCA 1 6211_ACEOF 6212 6213 6214{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 6215echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } 6216if test "${ac_cv_os_cray+set}" = set; then 6217 echo $ECHO_N "(cached) $ECHO_C" >&6 6218else 6219 cat >conftest.$ac_ext <<_ACEOF 6220/* confdefs.h. */ 6221_ACEOF 6222cat confdefs.h >>conftest.$ac_ext 6223cat >>conftest.$ac_ext <<_ACEOF 6224/* end confdefs.h. */ 6225#if defined CRAY && ! defined CRAY2 6226webecray 6227#else 6228wenotbecray 6229#endif 6230 6231_ACEOF 6232if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 6233 $EGREP "webecray" >/dev/null 2>&1; then 6234 ac_cv_os_cray=yes 6235else 6236 ac_cv_os_cray=no 6237fi 6238rm -f conftest* 6239 6240fi 6241{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 6242echo "${ECHO_T}$ac_cv_os_cray" >&6; } 6243if test $ac_cv_os_cray = yes; then 6244 for ac_func in _getb67 GETB67 getb67; do 6245 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6246{ echo "$as_me:$LINENO: checking for $ac_func" >&5 6247echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 6248if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 6249 echo $ECHO_N "(cached) $ECHO_C" >&6 6250else 6251 cat >conftest.$ac_ext <<_ACEOF 6252/* confdefs.h. */ 6253_ACEOF 6254cat confdefs.h >>conftest.$ac_ext 6255cat >>conftest.$ac_ext <<_ACEOF 6256/* end confdefs.h. */ 6257/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 6258 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 6259#define $ac_func innocuous_$ac_func 6260 6261/* System header to define __stub macros and hopefully few prototypes, 6262 which can conflict with char $ac_func (); below. 6263 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 6264 <limits.h> exists even on freestanding compilers. */ 6265 6266#ifdef __STDC__ 6267# include <limits.h> 6268#else 6269# include <assert.h> 6270#endif 6271 6272#undef $ac_func 6273 6274/* Override any GCC internal prototype to avoid an error. 6275 Use char because int might match the return type of a GCC 6276 builtin and then its argument prototype would still apply. */ 6277#ifdef __cplusplus 6278extern "C" 6279#endif 6280char $ac_func (); 6281/* The GNU C library defines this for functions which it implements 6282 to always fail with ENOSYS. Some functions are actually named 6283 something starting with __ and the normal name is an alias. */ 6284#if defined __stub_$ac_func || defined __stub___$ac_func 6285choke me 6286#endif 6287 6288int 6289main () 6290{ 6291return $ac_func (); 6292 ; 6293 return 0; 6294} 6295_ACEOF 6296rm -f conftest.$ac_objext conftest$ac_exeext 6297if { (ac_try="$ac_link" 6298case "(($ac_try" in 6299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6300 *) ac_try_echo=$ac_try;; 6301esac 6302eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6303 (eval "$ac_link") 2>conftest.er1 6304 ac_status=$? 6305 grep -v '^ *+' conftest.er1 >conftest.err 6306 rm -f conftest.er1 6307 cat conftest.err >&5 6308 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6309 (exit $ac_status); } && 6310 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6311 { (case "(($ac_try" in 6312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6313 *) ac_try_echo=$ac_try;; 6314esac 6315eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6316 (eval "$ac_try") 2>&5 6317 ac_status=$? 6318 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6319 (exit $ac_status); }; } && 6320 { ac_try='test -s conftest$ac_exeext' 6321 { (case "(($ac_try" in 6322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6323 *) ac_try_echo=$ac_try;; 6324esac 6325eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6326 (eval "$ac_try") 2>&5 6327 ac_status=$? 6328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6329 (exit $ac_status); }; }; then 6330 eval "$as_ac_var=yes" 6331else 6332 echo "$as_me: failed program was:" >&5 6333sed 's/^/| /' conftest.$ac_ext >&5 6334 6335 eval "$as_ac_var=no" 6336fi 6337 6338rm -f core conftest.err conftest.$ac_objext \ 6339 conftest$ac_exeext conftest.$ac_ext 6340fi 6341ac_res=`eval echo '${'$as_ac_var'}'` 6342 { echo "$as_me:$LINENO: result: $ac_res" >&5 6343echo "${ECHO_T}$ac_res" >&6; } 6344if test `eval echo '${'$as_ac_var'}'` = yes; then 6345 6346cat >>confdefs.h <<_ACEOF 6347#define CRAY_STACKSEG_END $ac_func 6348_ACEOF 6349 6350 break 6351fi 6352 6353 done 6354fi 6355 6356{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 6357echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } 6358if test "${ac_cv_c_stack_direction+set}" = set; then 6359 echo $ECHO_N "(cached) $ECHO_C" >&6 6360else 6361 if test "$cross_compiling" = yes; then 6362 ac_cv_c_stack_direction=0 6363else 6364 cat >conftest.$ac_ext <<_ACEOF 6365/* confdefs.h. */ 6366_ACEOF 6367cat confdefs.h >>conftest.$ac_ext 6368cat >>conftest.$ac_ext <<_ACEOF 6369/* end confdefs.h. */ 6370$ac_includes_default 6371int 6372find_stack_direction () 6373{ 6374 static char *addr = 0; 6375 auto char dummy; 6376 if (addr == 0) 6377 { 6378 addr = &dummy; 6379 return find_stack_direction (); 6380 } 6381 else 6382 return (&dummy > addr) ? 1 : -1; 6383} 6384 6385int 6386main () 6387{ 6388 return find_stack_direction () < 0; 6389} 6390_ACEOF 6391rm -f conftest$ac_exeext 6392if { (ac_try="$ac_link" 6393case "(($ac_try" in 6394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6395 *) ac_try_echo=$ac_try;; 6396esac 6397eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6398 (eval "$ac_link") 2>&5 6399 ac_status=$? 6400 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6401 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6402 { (case "(($ac_try" in 6403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6404 *) ac_try_echo=$ac_try;; 6405esac 6406eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6407 (eval "$ac_try") 2>&5 6408 ac_status=$? 6409 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6410 (exit $ac_status); }; }; then 6411 ac_cv_c_stack_direction=1 6412else 6413 echo "$as_me: program exited with status $ac_status" >&5 6414echo "$as_me: failed program was:" >&5 6415sed 's/^/| /' conftest.$ac_ext >&5 6416 6417( exit $ac_status ) 6418ac_cv_c_stack_direction=-1 6419fi 6420rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6421fi 6422 6423 6424fi 6425{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 6426echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } 6427 6428cat >>confdefs.h <<_ACEOF 6429#define STACK_DIRECTION $ac_cv_c_stack_direction 6430_ACEOF 6431 6432 6433fi 6434 6435 6436 6437for ac_header in stdlib.h unistd.h 6438do 6439as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6440if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6441 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6442echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6443if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6444 echo $ECHO_N "(cached) $ECHO_C" >&6 6445fi 6446ac_res=`eval echo '${'$as_ac_Header'}'` 6447 { echo "$as_me:$LINENO: result: $ac_res" >&5 6448echo "${ECHO_T}$ac_res" >&6; } 6449else 6450 # Is the header compilable? 6451{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 6452echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6453cat >conftest.$ac_ext <<_ACEOF 6454/* confdefs.h. */ 6455_ACEOF 6456cat confdefs.h >>conftest.$ac_ext 6457cat >>conftest.$ac_ext <<_ACEOF 6458/* end confdefs.h. */ 6459$ac_includes_default 6460#include <$ac_header> 6461_ACEOF 6462rm -f conftest.$ac_objext 6463if { (ac_try="$ac_compile" 6464case "(($ac_try" in 6465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6466 *) ac_try_echo=$ac_try;; 6467esac 6468eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6469 (eval "$ac_compile") 2>conftest.er1 6470 ac_status=$? 6471 grep -v '^ *+' conftest.er1 >conftest.err 6472 rm -f conftest.er1 6473 cat conftest.err >&5 6474 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6475 (exit $ac_status); } && 6476 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6477 { (case "(($ac_try" in 6478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6479 *) ac_try_echo=$ac_try;; 6480esac 6481eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6482 (eval "$ac_try") 2>&5 6483 ac_status=$? 6484 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6485 (exit $ac_status); }; } && 6486 { ac_try='test -s conftest.$ac_objext' 6487 { (case "(($ac_try" in 6488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6489 *) ac_try_echo=$ac_try;; 6490esac 6491eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6492 (eval "$ac_try") 2>&5 6493 ac_status=$? 6494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6495 (exit $ac_status); }; }; then 6496 ac_header_compiler=yes 6497else 6498 echo "$as_me: failed program was:" >&5 6499sed 's/^/| /' conftest.$ac_ext >&5 6500 6501 ac_header_compiler=no 6502fi 6503 6504rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6505{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6506echo "${ECHO_T}$ac_header_compiler" >&6; } 6507 6508# Is the header present? 6509{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 6510echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6511cat >conftest.$ac_ext <<_ACEOF 6512/* confdefs.h. */ 6513_ACEOF 6514cat confdefs.h >>conftest.$ac_ext 6515cat >>conftest.$ac_ext <<_ACEOF 6516/* end confdefs.h. */ 6517#include <$ac_header> 6518_ACEOF 6519if { (ac_try="$ac_cpp conftest.$ac_ext" 6520case "(($ac_try" in 6521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6522 *) ac_try_echo=$ac_try;; 6523esac 6524eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6525 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6526 ac_status=$? 6527 grep -v '^ *+' conftest.er1 >conftest.err 6528 rm -f conftest.er1 6529 cat conftest.err >&5 6530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6531 (exit $ac_status); } >/dev/null; then 6532 if test -s conftest.err; then 6533 ac_cpp_err=$ac_c_preproc_warn_flag 6534 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 6535 else 6536 ac_cpp_err= 6537 fi 6538else 6539 ac_cpp_err=yes 6540fi 6541if test -z "$ac_cpp_err"; then 6542 ac_header_preproc=yes 6543else 6544 echo "$as_me: failed program was:" >&5 6545sed 's/^/| /' conftest.$ac_ext >&5 6546 6547 ac_header_preproc=no 6548fi 6549 6550rm -f conftest.err conftest.$ac_ext 6551{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6552echo "${ECHO_T}$ac_header_preproc" >&6; } 6553 6554# So? What about this header? 6555case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6556 yes:no: ) 6557 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6558echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6559 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6560echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6561 ac_header_preproc=yes 6562 ;; 6563 no:yes:* ) 6564 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6565echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6566 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6567echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6568 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6569echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6570 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6571echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6572 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6573echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6574 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6575echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6576 6577 ;; 6578esac 6579{ echo "$as_me:$LINENO: checking for $ac_header" >&5 6580echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6581if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6582 echo $ECHO_N "(cached) $ECHO_C" >&6 6583else 6584 eval "$as_ac_Header=\$ac_header_preproc" 6585fi 6586ac_res=`eval echo '${'$as_ac_Header'}'` 6587 { echo "$as_me:$LINENO: result: $ac_res" >&5 6588echo "${ECHO_T}$ac_res" >&6; } 6589 6590fi 6591if test `eval echo '${'$as_ac_Header'}'` = yes; then 6592 cat >>confdefs.h <<_ACEOF 6593#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6594_ACEOF 6595 6596fi 6597 6598done 6599 6600 6601for ac_func in getpagesize 6602do 6603as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6604{ echo "$as_me:$LINENO: checking for $ac_func" >&5 6605echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 6606if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 6607 echo $ECHO_N "(cached) $ECHO_C" >&6 6608else 6609 cat >conftest.$ac_ext <<_ACEOF 6610/* confdefs.h. */ 6611_ACEOF 6612cat confdefs.h >>conftest.$ac_ext 6613cat >>conftest.$ac_ext <<_ACEOF 6614/* end confdefs.h. */ 6615/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 6616 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 6617#define $ac_func innocuous_$ac_func 6618 6619/* System header to define __stub macros and hopefully few prototypes, 6620 which can conflict with char $ac_func (); below. 6621 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 6622 <limits.h> exists even on freestanding compilers. */ 6623 6624#ifdef __STDC__ 6625# include <limits.h> 6626#else 6627# include <assert.h> 6628#endif 6629 6630#undef $ac_func 6631 6632/* Override any GCC internal prototype to avoid an error. 6633 Use char because int might match the return type of a GCC 6634 builtin and then its argument prototype would still apply. */ 6635#ifdef __cplusplus 6636extern "C" 6637#endif 6638char $ac_func (); 6639/* The GNU C library defines this for functions which it implements 6640 to always fail with ENOSYS. Some functions are actually named 6641 something starting with __ and the normal name is an alias. */ 6642#if defined __stub_$ac_func || defined __stub___$ac_func 6643choke me 6644#endif 6645 6646int 6647main () 6648{ 6649return $ac_func (); 6650 ; 6651 return 0; 6652} 6653_ACEOF 6654rm -f conftest.$ac_objext conftest$ac_exeext 6655if { (ac_try="$ac_link" 6656case "(($ac_try" in 6657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6658 *) ac_try_echo=$ac_try;; 6659esac 6660eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6661 (eval "$ac_link") 2>conftest.er1 6662 ac_status=$? 6663 grep -v '^ *+' conftest.er1 >conftest.err 6664 rm -f conftest.er1 6665 cat conftest.err >&5 6666 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6667 (exit $ac_status); } && 6668 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6669 { (case "(($ac_try" in 6670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6671 *) ac_try_echo=$ac_try;; 6672esac 6673eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6674 (eval "$ac_try") 2>&5 6675 ac_status=$? 6676 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6677 (exit $ac_status); }; } && 6678 { ac_try='test -s conftest$ac_exeext' 6679 { (case "(($ac_try" in 6680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6681 *) ac_try_echo=$ac_try;; 6682esac 6683eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6684 (eval "$ac_try") 2>&5 6685 ac_status=$? 6686 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6687 (exit $ac_status); }; }; then 6688 eval "$as_ac_var=yes" 6689else 6690 echo "$as_me: failed program was:" >&5 6691sed 's/^/| /' conftest.$ac_ext >&5 6692 6693 eval "$as_ac_var=no" 6694fi 6695 6696rm -f core conftest.err conftest.$ac_objext \ 6697 conftest$ac_exeext conftest.$ac_ext 6698fi 6699ac_res=`eval echo '${'$as_ac_var'}'` 6700 { echo "$as_me:$LINENO: result: $ac_res" >&5 6701echo "${ECHO_T}$ac_res" >&6; } 6702if test `eval echo '${'$as_ac_var'}'` = yes; then 6703 cat >>confdefs.h <<_ACEOF 6704#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 6705_ACEOF 6706 6707fi 6708done 6709 6710{ echo "$as_me:$LINENO: checking for working mmap" >&5 6711echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } 6712if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then 6713 echo $ECHO_N "(cached) $ECHO_C" >&6 6714else 6715 if test "$cross_compiling" = yes; then 6716 ac_cv_func_mmap_fixed_mapped=no 6717else 6718 cat >conftest.$ac_ext <<_ACEOF 6719/* confdefs.h. */ 6720_ACEOF 6721cat confdefs.h >>conftest.$ac_ext 6722cat >>conftest.$ac_ext <<_ACEOF 6723/* end confdefs.h. */ 6724$ac_includes_default 6725/* malloc might have been renamed as rpl_malloc. */ 6726#undef malloc 6727 6728/* Thanks to Mike Haertel and Jim Avera for this test. 6729 Here is a matrix of mmap possibilities: 6730 mmap private not fixed 6731 mmap private fixed at somewhere currently unmapped 6732 mmap private fixed at somewhere already mapped 6733 mmap shared not fixed 6734 mmap shared fixed at somewhere currently unmapped 6735 mmap shared fixed at somewhere already mapped 6736 For private mappings, we should verify that changes cannot be read() 6737 back from the file, nor mmap's back from the file at a different 6738 address. (There have been systems where private was not correctly 6739 implemented like the infamous i386 svr4.0, and systems where the 6740 VM page cache was not coherent with the file system buffer cache 6741 like early versions of FreeBSD and possibly contemporary NetBSD.) 6742 For shared mappings, we should conversely verify that changes get 6743 propagated back to all the places they're supposed to be. 6744 6745 Grep wants private fixed already mapped. 6746 The main things grep needs to know about mmap are: 6747 * does it exist and is it safe to write into the mmap'd area 6748 * how to use it (BSD variants) */ 6749 6750#include <fcntl.h> 6751#include <sys/mman.h> 6752 6753#if !STDC_HEADERS && !HAVE_STDLIB_H 6754char *malloc (); 6755#endif 6756 6757/* This mess was copied from the GNU getpagesize.h. */ 6758#if !HAVE_GETPAGESIZE 6759/* Assume that all systems that can run configure have sys/param.h. */ 6760# if !HAVE_SYS_PARAM_H 6761# define HAVE_SYS_PARAM_H 1 6762# endif 6763 6764# ifdef _SC_PAGESIZE 6765# define getpagesize() sysconf(_SC_PAGESIZE) 6766# else /* no _SC_PAGESIZE */ 6767# if HAVE_SYS_PARAM_H 6768# include <sys/param.h> 6769# ifdef EXEC_PAGESIZE 6770# define getpagesize() EXEC_PAGESIZE 6771# else /* no EXEC_PAGESIZE */ 6772# ifdef NBPG 6773# define getpagesize() NBPG * CLSIZE 6774# ifndef CLSIZE 6775# define CLSIZE 1 6776# endif /* no CLSIZE */ 6777# else /* no NBPG */ 6778# ifdef NBPC 6779# define getpagesize() NBPC 6780# else /* no NBPC */ 6781# ifdef PAGESIZE 6782# define getpagesize() PAGESIZE 6783# endif /* PAGESIZE */ 6784# endif /* no NBPC */ 6785# endif /* no NBPG */ 6786# endif /* no EXEC_PAGESIZE */ 6787# else /* no HAVE_SYS_PARAM_H */ 6788# define getpagesize() 8192 /* punt totally */ 6789# endif /* no HAVE_SYS_PARAM_H */ 6790# endif /* no _SC_PAGESIZE */ 6791 6792#endif /* no HAVE_GETPAGESIZE */ 6793 6794int 6795main () 6796{ 6797 char *data, *data2, *data3; 6798 int i, pagesize; 6799 int fd; 6800 6801 pagesize = getpagesize (); 6802 6803 /* First, make a file with some known garbage in it. */ 6804 data = (char *) malloc (pagesize); 6805 if (!data) 6806 return 1; 6807 for (i = 0; i < pagesize; ++i) 6808 *(data + i) = rand (); 6809 umask (0); 6810 fd = creat ("conftest.mmap", 0600); 6811 if (fd < 0) 6812 return 1; 6813 if (write (fd, data, pagesize) != pagesize) 6814 return 1; 6815 close (fd); 6816 6817 /* Next, try to mmap the file at a fixed address which already has 6818 something else allocated at it. If we can, also make sure that 6819 we see the same garbage. */ 6820 fd = open ("conftest.mmap", O_RDWR); 6821 if (fd < 0) 6822 return 1; 6823 data2 = (char *) malloc (2 * pagesize); 6824 if (!data2) 6825 return 1; 6826 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1); 6827 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, 6828 MAP_PRIVATE | MAP_FIXED, fd, 0L)) 6829 return 1; 6830 for (i = 0; i < pagesize; ++i) 6831 if (*(data + i) != *(data2 + i)) 6832 return 1; 6833 6834 /* Finally, make sure that changes to the mapped area do not 6835 percolate back to the file as seen by read(). (This is a bug on 6836 some variants of i386 svr4.0.) */ 6837 for (i = 0; i < pagesize; ++i) 6838 *(data2 + i) = *(data2 + i) + 1; 6839 data3 = (char *) malloc (pagesize); 6840 if (!data3) 6841 return 1; 6842 if (read (fd, data3, pagesize) != pagesize) 6843 return 1; 6844 for (i = 0; i < pagesize; ++i) 6845 if (*(data + i) != *(data3 + i)) 6846 return 1; 6847 close (fd); 6848 return 0; 6849} 6850_ACEOF 6851rm -f conftest$ac_exeext 6852if { (ac_try="$ac_link" 6853case "(($ac_try" in 6854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6855 *) ac_try_echo=$ac_try;; 6856esac 6857eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6858 (eval "$ac_link") 2>&5 6859 ac_status=$? 6860 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6861 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6862 { (case "(($ac_try" in 6863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6864 *) ac_try_echo=$ac_try;; 6865esac 6866eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6867 (eval "$ac_try") 2>&5 6868 ac_status=$? 6869 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6870 (exit $ac_status); }; }; then 6871 ac_cv_func_mmap_fixed_mapped=yes 6872else 6873 echo "$as_me: program exited with status $ac_status" >&5 6874echo "$as_me: failed program was:" >&5 6875sed 's/^/| /' conftest.$ac_ext >&5 6876 6877( exit $ac_status ) 6878ac_cv_func_mmap_fixed_mapped=no 6879fi 6880rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6881fi 6882 6883 6884fi 6885{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 6886echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; } 6887if test $ac_cv_func_mmap_fixed_mapped = yes; then 6888 6889cat >>confdefs.h <<\_ACEOF 6890#define HAVE_MMAP 1 6891_ACEOF 6892 6893fi 6894rm -f conftest.mmap 6895 6896 6897 { echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5 6898echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6; } 6899if test "${ac_cv_gnu_library_2_1+set}" = set; then 6900 echo $ECHO_N "(cached) $ECHO_C" >&6 6901else 6902 cat >conftest.$ac_ext <<_ACEOF 6903/* confdefs.h. */ 6904_ACEOF 6905cat confdefs.h >>conftest.$ac_ext 6906cat >>conftest.$ac_ext <<_ACEOF 6907/* end confdefs.h. */ 6908 6909#include <features.h> 6910#ifdef __GNU_LIBRARY__ 6911 #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2) 6912 Lucky GNU user 6913 #endif 6914#endif 6915 6916_ACEOF 6917if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 6918 $EGREP "Lucky GNU user" >/dev/null 2>&1; then 6919 ac_cv_gnu_library_2_1=yes 6920else 6921 ac_cv_gnu_library_2_1=no 6922fi 6923rm -f conftest* 6924 6925 6926 6927fi 6928{ echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5 6929echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6; } 6930 6931 GLIBC21="$ac_cv_gnu_library_2_1" 6932 6933 6934 6935 6936 { echo "$as_me:$LINENO: checking whether integer division by zero raises SIGFPE" >&5 6937echo $ECHO_N "checking whether integer division by zero raises SIGFPE... $ECHO_C" >&6; } 6938if test "${gt_cv_int_divbyzero_sigfpe+set}" = set; then 6939 echo $ECHO_N "(cached) $ECHO_C" >&6 6940else 6941 6942 if test "$cross_compiling" = yes; then 6943 6944 # Guess based on the CPU. 6945 case "$host_cpu" in 6946 alpha* | i3456786 | m68k | s390*) 6947 gt_cv_int_divbyzero_sigfpe="guessing yes";; 6948 *) 6949 gt_cv_int_divbyzero_sigfpe="guessing no";; 6950 esac 6951 6952else 6953 cat >conftest.$ac_ext <<_ACEOF 6954/* confdefs.h. */ 6955_ACEOF 6956cat confdefs.h >>conftest.$ac_ext 6957cat >>conftest.$ac_ext <<_ACEOF 6958/* end confdefs.h. */ 6959 6960#include <stdlib.h> 6961#include <signal.h> 6962 6963static void 6964#ifdef __cplusplus 6965sigfpe_handler (int sig) 6966#else 6967sigfpe_handler (sig) int sig; 6968#endif 6969{ 6970 /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */ 6971 exit (sig != SIGFPE); 6972} 6973 6974int x = 1; 6975int y = 0; 6976int z; 6977int nan; 6978 6979int main () 6980{ 6981 signal (SIGFPE, sigfpe_handler); 6982/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */ 6983#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP) 6984 signal (SIGTRAP, sigfpe_handler); 6985#endif 6986/* Linux/SPARC yields signal SIGILL. */ 6987#if defined (__sparc__) && defined (__linux__) 6988 signal (SIGILL, sigfpe_handler); 6989#endif 6990 6991 z = x / y; 6992 nan = y / y; 6993 exit (1); 6994} 6995 6996_ACEOF 6997rm -f conftest$ac_exeext 6998if { (ac_try="$ac_link" 6999case "(($ac_try" in 7000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7001 *) ac_try_echo=$ac_try;; 7002esac 7003eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7004 (eval "$ac_link") 2>&5 7005 ac_status=$? 7006 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7007 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7008 { (case "(($ac_try" in 7009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7010 *) ac_try_echo=$ac_try;; 7011esac 7012eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7013 (eval "$ac_try") 2>&5 7014 ac_status=$? 7015 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7016 (exit $ac_status); }; }; then 7017 gt_cv_int_divbyzero_sigfpe=yes 7018else 7019 echo "$as_me: program exited with status $ac_status" >&5 7020echo "$as_me: failed program was:" >&5 7021sed 's/^/| /' conftest.$ac_ext >&5 7022 7023( exit $ac_status ) 7024gt_cv_int_divbyzero_sigfpe=no 7025fi 7026rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7027fi 7028 7029 7030 7031fi 7032{ echo "$as_me:$LINENO: result: $gt_cv_int_divbyzero_sigfpe" >&5 7033echo "${ECHO_T}$gt_cv_int_divbyzero_sigfpe" >&6; } 7034 case "$gt_cv_int_divbyzero_sigfpe" in 7035 *yes) value=1;; 7036 *) value=0;; 7037 esac 7038 7039cat >>confdefs.h <<_ACEOF 7040#define INTDIV0_RAISES_SIGFPE $value 7041_ACEOF 7042 7043 7044 7045 { echo "$as_me:$LINENO: checking for unsigned long long" >&5 7046echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; } 7047if test "${ac_cv_type_unsigned_long_long+set}" = set; then 7048 echo $ECHO_N "(cached) $ECHO_C" >&6 7049else 7050 cat >conftest.$ac_ext <<_ACEOF 7051/* confdefs.h. */ 7052_ACEOF 7053cat confdefs.h >>conftest.$ac_ext 7054cat >>conftest.$ac_ext <<_ACEOF 7055/* end confdefs.h. */ 7056unsigned long long ull = 1ULL; int i = 63; 7057int 7058main () 7059{ 7060unsigned long long ullmax = (unsigned long long) -1; 7061 return ull << i | ull >> i | ullmax / ull | ullmax % ull; 7062 ; 7063 return 0; 7064} 7065_ACEOF 7066rm -f conftest.$ac_objext conftest$ac_exeext 7067if { (ac_try="$ac_link" 7068case "(($ac_try" in 7069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7070 *) ac_try_echo=$ac_try;; 7071esac 7072eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7073 (eval "$ac_link") 2>conftest.er1 7074 ac_status=$? 7075 grep -v '^ *+' conftest.er1 >conftest.err 7076 rm -f conftest.er1 7077 cat conftest.err >&5 7078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7079 (exit $ac_status); } && 7080 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7081 { (case "(($ac_try" in 7082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7083 *) ac_try_echo=$ac_try;; 7084esac 7085eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7086 (eval "$ac_try") 2>&5 7087 ac_status=$? 7088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7089 (exit $ac_status); }; } && 7090 { ac_try='test -s conftest$ac_exeext' 7091 { (case "(($ac_try" in 7092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7093 *) ac_try_echo=$ac_try;; 7094esac 7095eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7096 (eval "$ac_try") 2>&5 7097 ac_status=$? 7098 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7099 (exit $ac_status); }; }; then 7100 ac_cv_type_unsigned_long_long=yes 7101else 7102 echo "$as_me: failed program was:" >&5 7103sed 's/^/| /' conftest.$ac_ext >&5 7104 7105 ac_cv_type_unsigned_long_long=no 7106fi 7107 7108rm -f core conftest.err conftest.$ac_objext \ 7109 conftest$ac_exeext conftest.$ac_ext 7110fi 7111{ echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5 7112echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6; } 7113 if test $ac_cv_type_unsigned_long_long = yes; then 7114 7115cat >>confdefs.h <<\_ACEOF 7116#define HAVE_UNSIGNED_LONG_LONG 1 7117_ACEOF 7118 7119 fi 7120 7121 7122 7123 7124 if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = no; then 7125 7126 test $ac_cv_type_unsigned_long_long = yes \ 7127 && ac_type='unsigned long long' \ 7128 || ac_type='unsigned long' 7129 7130cat >>confdefs.h <<_ACEOF 7131#define uintmax_t $ac_type 7132_ACEOF 7133 7134 else 7135 7136cat >>confdefs.h <<\_ACEOF 7137#define HAVE_UINTMAX_T 1 7138_ACEOF 7139 7140 fi 7141 7142 7143 { echo "$as_me:$LINENO: checking for inttypes.h" >&5 7144echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; } 7145if test "${gt_cv_header_inttypes_h+set}" = set; then 7146 echo $ECHO_N "(cached) $ECHO_C" >&6 7147else 7148 7149 cat >conftest.$ac_ext <<_ACEOF 7150/* confdefs.h. */ 7151_ACEOF 7152cat confdefs.h >>conftest.$ac_ext 7153cat >>conftest.$ac_ext <<_ACEOF 7154/* end confdefs.h. */ 7155#include <sys/types.h> 7156#include <inttypes.h> 7157int 7158main () 7159{ 7160 7161 ; 7162 return 0; 7163} 7164_ACEOF 7165rm -f conftest.$ac_objext 7166if { (ac_try="$ac_compile" 7167case "(($ac_try" in 7168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7169 *) ac_try_echo=$ac_try;; 7170esac 7171eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7172 (eval "$ac_compile") 2>conftest.er1 7173 ac_status=$? 7174 grep -v '^ *+' conftest.er1 >conftest.err 7175 rm -f conftest.er1 7176 cat conftest.err >&5 7177 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7178 (exit $ac_status); } && 7179 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7180 { (case "(($ac_try" in 7181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7182 *) ac_try_echo=$ac_try;; 7183esac 7184eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7185 (eval "$ac_try") 2>&5 7186 ac_status=$? 7187 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7188 (exit $ac_status); }; } && 7189 { ac_try='test -s conftest.$ac_objext' 7190 { (case "(($ac_try" in 7191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7192 *) ac_try_echo=$ac_try;; 7193esac 7194eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7195 (eval "$ac_try") 2>&5 7196 ac_status=$? 7197 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7198 (exit $ac_status); }; }; then 7199 gt_cv_header_inttypes_h=yes 7200else 7201 echo "$as_me: failed program was:" >&5 7202sed 's/^/| /' conftest.$ac_ext >&5 7203 7204 gt_cv_header_inttypes_h=no 7205fi 7206 7207rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7208 7209fi 7210{ echo "$as_me:$LINENO: result: $gt_cv_header_inttypes_h" >&5 7211echo "${ECHO_T}$gt_cv_header_inttypes_h" >&6; } 7212 if test $gt_cv_header_inttypes_h = yes; then 7213 7214cat >>confdefs.h <<_ACEOF 7215#define HAVE_INTTYPES_H 1 7216_ACEOF 7217 7218 fi 7219 7220 7221 7222 if test $gt_cv_header_inttypes_h = yes; then 7223 { echo "$as_me:$LINENO: checking whether the inttypes.h PRIxNN macros are broken" >&5 7224echo $ECHO_N "checking whether the inttypes.h PRIxNN macros are broken... $ECHO_C" >&6; } 7225if test "${gt_cv_inttypes_pri_broken+set}" = set; then 7226 echo $ECHO_N "(cached) $ECHO_C" >&6 7227else 7228 7229 cat >conftest.$ac_ext <<_ACEOF 7230/* confdefs.h. */ 7231_ACEOF 7232cat confdefs.h >>conftest.$ac_ext 7233cat >>conftest.$ac_ext <<_ACEOF 7234/* end confdefs.h. */ 7235#include <inttypes.h> 7236#ifdef PRId32 7237char *p = PRId32; 7238#endif 7239 7240int 7241main () 7242{ 7243 7244 ; 7245 return 0; 7246} 7247_ACEOF 7248rm -f conftest.$ac_objext 7249if { (ac_try="$ac_compile" 7250case "(($ac_try" in 7251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7252 *) ac_try_echo=$ac_try;; 7253esac 7254eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7255 (eval "$ac_compile") 2>conftest.er1 7256 ac_status=$? 7257 grep -v '^ *+' conftest.er1 >conftest.err 7258 rm -f conftest.er1 7259 cat conftest.err >&5 7260 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7261 (exit $ac_status); } && 7262 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7263 { (case "(($ac_try" in 7264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7265 *) ac_try_echo=$ac_try;; 7266esac 7267eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7268 (eval "$ac_try") 2>&5 7269 ac_status=$? 7270 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7271 (exit $ac_status); }; } && 7272 { ac_try='test -s conftest.$ac_objext' 7273 { (case "(($ac_try" in 7274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7275 *) ac_try_echo=$ac_try;; 7276esac 7277eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7278 (eval "$ac_try") 2>&5 7279 ac_status=$? 7280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7281 (exit $ac_status); }; }; then 7282 gt_cv_inttypes_pri_broken=no 7283else 7284 echo "$as_me: failed program was:" >&5 7285sed 's/^/| /' conftest.$ac_ext >&5 7286 7287 gt_cv_inttypes_pri_broken=yes 7288fi 7289 7290rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7291 7292fi 7293{ echo "$as_me:$LINENO: result: $gt_cv_inttypes_pri_broken" >&5 7294echo "${ECHO_T}$gt_cv_inttypes_pri_broken" >&6; } 7295 fi 7296 if test "$gt_cv_inttypes_pri_broken" = yes; then 7297 7298cat >>confdefs.h <<_ACEOF 7299#define PRI_MACROS_BROKEN 1 7300_ACEOF 7301 7302 fi 7303 7304 7305 7306for ac_header in stdint.h 7307do 7308as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7309if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7310 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7311echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7312if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7313 echo $ECHO_N "(cached) $ECHO_C" >&6 7314fi 7315ac_res=`eval echo '${'$as_ac_Header'}'` 7316 { echo "$as_me:$LINENO: result: $ac_res" >&5 7317echo "${ECHO_T}$ac_res" >&6; } 7318else 7319 # Is the header compilable? 7320{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 7321echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7322cat >conftest.$ac_ext <<_ACEOF 7323/* confdefs.h. */ 7324_ACEOF 7325cat confdefs.h >>conftest.$ac_ext 7326cat >>conftest.$ac_ext <<_ACEOF 7327/* end confdefs.h. */ 7328$ac_includes_default 7329#include <$ac_header> 7330_ACEOF 7331rm -f conftest.$ac_objext 7332if { (ac_try="$ac_compile" 7333case "(($ac_try" in 7334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7335 *) ac_try_echo=$ac_try;; 7336esac 7337eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7338 (eval "$ac_compile") 2>conftest.er1 7339 ac_status=$? 7340 grep -v '^ *+' conftest.er1 >conftest.err 7341 rm -f conftest.er1 7342 cat conftest.err >&5 7343 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7344 (exit $ac_status); } && 7345 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7346 { (case "(($ac_try" in 7347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7348 *) ac_try_echo=$ac_try;; 7349esac 7350eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7351 (eval "$ac_try") 2>&5 7352 ac_status=$? 7353 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7354 (exit $ac_status); }; } && 7355 { ac_try='test -s conftest.$ac_objext' 7356 { (case "(($ac_try" in 7357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7358 *) ac_try_echo=$ac_try;; 7359esac 7360eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7361 (eval "$ac_try") 2>&5 7362 ac_status=$? 7363 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7364 (exit $ac_status); }; }; then 7365 ac_header_compiler=yes 7366else 7367 echo "$as_me: failed program was:" >&5 7368sed 's/^/| /' conftest.$ac_ext >&5 7369 7370 ac_header_compiler=no 7371fi 7372 7373rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7374{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7375echo "${ECHO_T}$ac_header_compiler" >&6; } 7376 7377# Is the header present? 7378{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 7379echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7380cat >conftest.$ac_ext <<_ACEOF 7381/* confdefs.h. */ 7382_ACEOF 7383cat confdefs.h >>conftest.$ac_ext 7384cat >>conftest.$ac_ext <<_ACEOF 7385/* end confdefs.h. */ 7386#include <$ac_header> 7387_ACEOF 7388if { (ac_try="$ac_cpp conftest.$ac_ext" 7389case "(($ac_try" in 7390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7391 *) ac_try_echo=$ac_try;; 7392esac 7393eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7394 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7395 ac_status=$? 7396 grep -v '^ *+' conftest.er1 >conftest.err 7397 rm -f conftest.er1 7398 cat conftest.err >&5 7399 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7400 (exit $ac_status); } >/dev/null; then 7401 if test -s conftest.err; then 7402 ac_cpp_err=$ac_c_preproc_warn_flag 7403 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 7404 else 7405 ac_cpp_err= 7406 fi 7407else 7408 ac_cpp_err=yes 7409fi 7410if test -z "$ac_cpp_err"; then 7411 ac_header_preproc=yes 7412else 7413 echo "$as_me: failed program was:" >&5 7414sed 's/^/| /' conftest.$ac_ext >&5 7415 7416 ac_header_preproc=no 7417fi 7418 7419rm -f conftest.err conftest.$ac_ext 7420{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7421echo "${ECHO_T}$ac_header_preproc" >&6; } 7422 7423# So? What about this header? 7424case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7425 yes:no: ) 7426 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7427echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7428 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7429echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7430 ac_header_preproc=yes 7431 ;; 7432 no:yes:* ) 7433 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7434echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7435 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7436echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7437 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7438echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7439 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7440echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7441 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7442echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7443 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7444echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7445 7446 ;; 7447esac 7448{ echo "$as_me:$LINENO: checking for $ac_header" >&5 7449echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7450if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7451 echo $ECHO_N "(cached) $ECHO_C" >&6 7452else 7453 eval "$as_ac_Header=\$ac_header_preproc" 7454fi 7455ac_res=`eval echo '${'$as_ac_Header'}'` 7456 { echo "$as_me:$LINENO: result: $ac_res" >&5 7457echo "${ECHO_T}$ac_res" >&6; } 7458 7459fi 7460if test `eval echo '${'$as_ac_Header'}'` = yes; then 7461 cat >>confdefs.h <<_ACEOF 7462#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7463_ACEOF 7464 7465fi 7466 7467done 7468 7469 { echo "$as_me:$LINENO: checking for SIZE_MAX" >&5 7470echo $ECHO_N "checking for SIZE_MAX... $ECHO_C" >&6; } 7471 result= 7472 cat >conftest.$ac_ext <<_ACEOF 7473/* confdefs.h. */ 7474_ACEOF 7475cat confdefs.h >>conftest.$ac_ext 7476cat >>conftest.$ac_ext <<_ACEOF 7477/* end confdefs.h. */ 7478 7479#include <limits.h> 7480#if HAVE_STDINT_H 7481#include <stdint.h> 7482#endif 7483#ifdef SIZE_MAX 7484Found it 7485#endif 7486 7487_ACEOF 7488if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 7489 $EGREP "Found it" >/dev/null 2>&1; then 7490 result=yes 7491fi 7492rm -f conftest* 7493 7494 if test -z "$result"; then 7495 if test "$cross_compiling" = yes; then 7496 # Depending upon the size, compute the lo and hi bounds. 7497cat >conftest.$ac_ext <<_ACEOF 7498/* confdefs.h. */ 7499_ACEOF 7500cat confdefs.h >>conftest.$ac_ext 7501cat >>conftest.$ac_ext <<_ACEOF 7502/* end confdefs.h. */ 7503#include <stddef.h> 7504int 7505main () 7506{ 7507static int test_array [1 - 2 * !((~(size_t)0 / 10) >= 0)]; 7508test_array [0] = 0 7509 7510 ; 7511 return 0; 7512} 7513_ACEOF 7514rm -f conftest.$ac_objext 7515if { (ac_try="$ac_compile" 7516case "(($ac_try" in 7517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7518 *) ac_try_echo=$ac_try;; 7519esac 7520eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7521 (eval "$ac_compile") 2>conftest.er1 7522 ac_status=$? 7523 grep -v '^ *+' conftest.er1 >conftest.err 7524 rm -f conftest.er1 7525 cat conftest.err >&5 7526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7527 (exit $ac_status); } && 7528 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7529 { (case "(($ac_try" in 7530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7531 *) ac_try_echo=$ac_try;; 7532esac 7533eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7534 (eval "$ac_try") 2>&5 7535 ac_status=$? 7536 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7537 (exit $ac_status); }; } && 7538 { ac_try='test -s conftest.$ac_objext' 7539 { (case "(($ac_try" in 7540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7541 *) ac_try_echo=$ac_try;; 7542esac 7543eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7544 (eval "$ac_try") 2>&5 7545 ac_status=$? 7546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7547 (exit $ac_status); }; }; then 7548 ac_lo=0 ac_mid=0 7549 while :; do 7550 cat >conftest.$ac_ext <<_ACEOF 7551/* confdefs.h. */ 7552_ACEOF 7553cat confdefs.h >>conftest.$ac_ext 7554cat >>conftest.$ac_ext <<_ACEOF 7555/* end confdefs.h. */ 7556#include <stddef.h> 7557int 7558main () 7559{ 7560static int test_array [1 - 2 * !((~(size_t)0 / 10) <= $ac_mid)]; 7561test_array [0] = 0 7562 7563 ; 7564 return 0; 7565} 7566_ACEOF 7567rm -f conftest.$ac_objext 7568if { (ac_try="$ac_compile" 7569case "(($ac_try" in 7570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7571 *) ac_try_echo=$ac_try;; 7572esac 7573eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7574 (eval "$ac_compile") 2>conftest.er1 7575 ac_status=$? 7576 grep -v '^ *+' conftest.er1 >conftest.err 7577 rm -f conftest.er1 7578 cat conftest.err >&5 7579 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7580 (exit $ac_status); } && 7581 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7582 { (case "(($ac_try" in 7583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7584 *) ac_try_echo=$ac_try;; 7585esac 7586eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7587 (eval "$ac_try") 2>&5 7588 ac_status=$? 7589 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7590 (exit $ac_status); }; } && 7591 { ac_try='test -s conftest.$ac_objext' 7592 { (case "(($ac_try" in 7593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7594 *) ac_try_echo=$ac_try;; 7595esac 7596eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7597 (eval "$ac_try") 2>&5 7598 ac_status=$? 7599 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7600 (exit $ac_status); }; }; then 7601 ac_hi=$ac_mid; break 7602else 7603 echo "$as_me: failed program was:" >&5 7604sed 's/^/| /' conftest.$ac_ext >&5 7605 7606 ac_lo=`expr $ac_mid + 1` 7607 if test $ac_lo -le $ac_mid; then 7608 ac_lo= ac_hi= 7609 break 7610 fi 7611 ac_mid=`expr 2 '*' $ac_mid + 1` 7612fi 7613 7614rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7615 done 7616else 7617 echo "$as_me: failed program was:" >&5 7618sed 's/^/| /' conftest.$ac_ext >&5 7619 7620 cat >conftest.$ac_ext <<_ACEOF 7621/* confdefs.h. */ 7622_ACEOF 7623cat confdefs.h >>conftest.$ac_ext 7624cat >>conftest.$ac_ext <<_ACEOF 7625/* end confdefs.h. */ 7626#include <stddef.h> 7627int 7628main () 7629{ 7630static int test_array [1 - 2 * !((~(size_t)0 / 10) < 0)]; 7631test_array [0] = 0 7632 7633 ; 7634 return 0; 7635} 7636_ACEOF 7637rm -f conftest.$ac_objext 7638if { (ac_try="$ac_compile" 7639case "(($ac_try" in 7640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7641 *) ac_try_echo=$ac_try;; 7642esac 7643eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7644 (eval "$ac_compile") 2>conftest.er1 7645 ac_status=$? 7646 grep -v '^ *+' conftest.er1 >conftest.err 7647 rm -f conftest.er1 7648 cat conftest.err >&5 7649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7650 (exit $ac_status); } && 7651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7652 { (case "(($ac_try" in 7653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7654 *) ac_try_echo=$ac_try;; 7655esac 7656eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7657 (eval "$ac_try") 2>&5 7658 ac_status=$? 7659 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7660 (exit $ac_status); }; } && 7661 { ac_try='test -s conftest.$ac_objext' 7662 { (case "(($ac_try" in 7663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7664 *) ac_try_echo=$ac_try;; 7665esac 7666eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7667 (eval "$ac_try") 2>&5 7668 ac_status=$? 7669 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7670 (exit $ac_status); }; }; then 7671 ac_hi=-1 ac_mid=-1 7672 while :; do 7673 cat >conftest.$ac_ext <<_ACEOF 7674/* confdefs.h. */ 7675_ACEOF 7676cat confdefs.h >>conftest.$ac_ext 7677cat >>conftest.$ac_ext <<_ACEOF 7678/* end confdefs.h. */ 7679#include <stddef.h> 7680int 7681main () 7682{ 7683static int test_array [1 - 2 * !((~(size_t)0 / 10) >= $ac_mid)]; 7684test_array [0] = 0 7685 7686 ; 7687 return 0; 7688} 7689_ACEOF 7690rm -f conftest.$ac_objext 7691if { (ac_try="$ac_compile" 7692case "(($ac_try" in 7693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7694 *) ac_try_echo=$ac_try;; 7695esac 7696eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7697 (eval "$ac_compile") 2>conftest.er1 7698 ac_status=$? 7699 grep -v '^ *+' conftest.er1 >conftest.err 7700 rm -f conftest.er1 7701 cat conftest.err >&5 7702 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7703 (exit $ac_status); } && 7704 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7705 { (case "(($ac_try" in 7706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7707 *) ac_try_echo=$ac_try;; 7708esac 7709eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7710 (eval "$ac_try") 2>&5 7711 ac_status=$? 7712 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7713 (exit $ac_status); }; } && 7714 { ac_try='test -s conftest.$ac_objext' 7715 { (case "(($ac_try" in 7716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7717 *) ac_try_echo=$ac_try;; 7718esac 7719eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7720 (eval "$ac_try") 2>&5 7721 ac_status=$? 7722 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7723 (exit $ac_status); }; }; then 7724 ac_lo=$ac_mid; break 7725else 7726 echo "$as_me: failed program was:" >&5 7727sed 's/^/| /' conftest.$ac_ext >&5 7728 7729 ac_hi=`expr '(' $ac_mid ')' - 1` 7730 if test $ac_mid -le $ac_hi; then 7731 ac_lo= ac_hi= 7732 break 7733 fi 7734 ac_mid=`expr 2 '*' $ac_mid` 7735fi 7736 7737rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7738 done 7739else 7740 echo "$as_me: failed program was:" >&5 7741sed 's/^/| /' conftest.$ac_ext >&5 7742 7743 ac_lo= ac_hi= 7744fi 7745 7746rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7747fi 7748 7749rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7750# Binary search between lo and hi bounds. 7751while test "x$ac_lo" != "x$ac_hi"; do 7752 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 7753 cat >conftest.$ac_ext <<_ACEOF 7754/* confdefs.h. */ 7755_ACEOF 7756cat confdefs.h >>conftest.$ac_ext 7757cat >>conftest.$ac_ext <<_ACEOF 7758/* end confdefs.h. */ 7759#include <stddef.h> 7760int 7761main () 7762{ 7763static int test_array [1 - 2 * !((~(size_t)0 / 10) <= $ac_mid)]; 7764test_array [0] = 0 7765 7766 ; 7767 return 0; 7768} 7769_ACEOF 7770rm -f conftest.$ac_objext 7771if { (ac_try="$ac_compile" 7772case "(($ac_try" in 7773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7774 *) ac_try_echo=$ac_try;; 7775esac 7776eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7777 (eval "$ac_compile") 2>conftest.er1 7778 ac_status=$? 7779 grep -v '^ *+' conftest.er1 >conftest.err 7780 rm -f conftest.er1 7781 cat conftest.err >&5 7782 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7783 (exit $ac_status); } && 7784 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7785 { (case "(($ac_try" in 7786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7787 *) ac_try_echo=$ac_try;; 7788esac 7789eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7790 (eval "$ac_try") 2>&5 7791 ac_status=$? 7792 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7793 (exit $ac_status); }; } && 7794 { ac_try='test -s conftest.$ac_objext' 7795 { (case "(($ac_try" in 7796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7797 *) ac_try_echo=$ac_try;; 7798esac 7799eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7800 (eval "$ac_try") 2>&5 7801 ac_status=$? 7802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7803 (exit $ac_status); }; }; then 7804 ac_hi=$ac_mid 7805else 7806 echo "$as_me: failed program was:" >&5 7807sed 's/^/| /' conftest.$ac_ext >&5 7808 7809 ac_lo=`expr '(' $ac_mid ')' + 1` 7810fi 7811 7812rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7813done 7814case $ac_lo in 7815?*) res_hi=$ac_lo;; 7816'') result=? ;; 7817esac 7818else 7819 cat >conftest.$ac_ext <<_ACEOF 7820/* confdefs.h. */ 7821_ACEOF 7822cat confdefs.h >>conftest.$ac_ext 7823cat >>conftest.$ac_ext <<_ACEOF 7824/* end confdefs.h. */ 7825#include <stddef.h> 7826static long int longval () { return ~(size_t)0 / 10; } 7827static unsigned long int ulongval () { return ~(size_t)0 / 10; } 7828#include <stdio.h> 7829#include <stdlib.h> 7830int 7831main () 7832{ 7833 7834 FILE *f = fopen ("conftest.val", "w"); 7835 if (! f) 7836 return 1; 7837 if ((~(size_t)0 / 10) < 0) 7838 { 7839 long int i = longval (); 7840 if (i != (~(size_t)0 / 10)) 7841 return 1; 7842 fprintf (f, "%ld\n", i); 7843 } 7844 else 7845 { 7846 unsigned long int i = ulongval (); 7847 if (i != (~(size_t)0 / 10)) 7848 return 1; 7849 fprintf (f, "%lu\n", i); 7850 } 7851 return ferror (f) || fclose (f) != 0; 7852 7853 ; 7854 return 0; 7855} 7856_ACEOF 7857rm -f conftest$ac_exeext 7858if { (ac_try="$ac_link" 7859case "(($ac_try" in 7860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7861 *) ac_try_echo=$ac_try;; 7862esac 7863eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7864 (eval "$ac_link") 2>&5 7865 ac_status=$? 7866 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7867 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7868 { (case "(($ac_try" in 7869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7870 *) ac_try_echo=$ac_try;; 7871esac 7872eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7873 (eval "$ac_try") 2>&5 7874 ac_status=$? 7875 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7876 (exit $ac_status); }; }; then 7877 res_hi=`cat conftest.val` 7878else 7879 echo "$as_me: program exited with status $ac_status" >&5 7880echo "$as_me: failed program was:" >&5 7881sed 's/^/| /' conftest.$ac_ext >&5 7882 7883( exit $ac_status ) 7884result=? 7885fi 7886rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7887fi 7888rm -f conftest.val 7889 if test "$cross_compiling" = yes; then 7890 # Depending upon the size, compute the lo and hi bounds. 7891cat >conftest.$ac_ext <<_ACEOF 7892/* confdefs.h. */ 7893_ACEOF 7894cat confdefs.h >>conftest.$ac_ext 7895cat >>conftest.$ac_ext <<_ACEOF 7896/* end confdefs.h. */ 7897#include <stddef.h> 7898int 7899main () 7900{ 7901static int test_array [1 - 2 * !((~(size_t)0 % 10) >= 0)]; 7902test_array [0] = 0 7903 7904 ; 7905 return 0; 7906} 7907_ACEOF 7908rm -f conftest.$ac_objext 7909if { (ac_try="$ac_compile" 7910case "(($ac_try" in 7911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7912 *) ac_try_echo=$ac_try;; 7913esac 7914eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7915 (eval "$ac_compile") 2>conftest.er1 7916 ac_status=$? 7917 grep -v '^ *+' conftest.er1 >conftest.err 7918 rm -f conftest.er1 7919 cat conftest.err >&5 7920 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7921 (exit $ac_status); } && 7922 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7923 { (case "(($ac_try" in 7924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7925 *) ac_try_echo=$ac_try;; 7926esac 7927eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7928 (eval "$ac_try") 2>&5 7929 ac_status=$? 7930 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7931 (exit $ac_status); }; } && 7932 { ac_try='test -s conftest.$ac_objext' 7933 { (case "(($ac_try" in 7934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7935 *) ac_try_echo=$ac_try;; 7936esac 7937eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7938 (eval "$ac_try") 2>&5 7939 ac_status=$? 7940 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7941 (exit $ac_status); }; }; then 7942 ac_lo=0 ac_mid=0 7943 while :; do 7944 cat >conftest.$ac_ext <<_ACEOF 7945/* confdefs.h. */ 7946_ACEOF 7947cat confdefs.h >>conftest.$ac_ext 7948cat >>conftest.$ac_ext <<_ACEOF 7949/* end confdefs.h. */ 7950#include <stddef.h> 7951int 7952main () 7953{ 7954static int test_array [1 - 2 * !((~(size_t)0 % 10) <= $ac_mid)]; 7955test_array [0] = 0 7956 7957 ; 7958 return 0; 7959} 7960_ACEOF 7961rm -f conftest.$ac_objext 7962if { (ac_try="$ac_compile" 7963case "(($ac_try" in 7964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7965 *) ac_try_echo=$ac_try;; 7966esac 7967eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7968 (eval "$ac_compile") 2>conftest.er1 7969 ac_status=$? 7970 grep -v '^ *+' conftest.er1 >conftest.err 7971 rm -f conftest.er1 7972 cat conftest.err >&5 7973 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7974 (exit $ac_status); } && 7975 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7976 { (case "(($ac_try" in 7977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7978 *) ac_try_echo=$ac_try;; 7979esac 7980eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7981 (eval "$ac_try") 2>&5 7982 ac_status=$? 7983 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7984 (exit $ac_status); }; } && 7985 { ac_try='test -s conftest.$ac_objext' 7986 { (case "(($ac_try" in 7987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7988 *) ac_try_echo=$ac_try;; 7989esac 7990eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7991 (eval "$ac_try") 2>&5 7992 ac_status=$? 7993 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7994 (exit $ac_status); }; }; then 7995 ac_hi=$ac_mid; break 7996else 7997 echo "$as_me: failed program was:" >&5 7998sed 's/^/| /' conftest.$ac_ext >&5 7999 8000 ac_lo=`expr $ac_mid + 1` 8001 if test $ac_lo -le $ac_mid; then 8002 ac_lo= ac_hi= 8003 break 8004 fi 8005 ac_mid=`expr 2 '*' $ac_mid + 1` 8006fi 8007 8008rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8009 done 8010else 8011 echo "$as_me: failed program was:" >&5 8012sed 's/^/| /' conftest.$ac_ext >&5 8013 8014 cat >conftest.$ac_ext <<_ACEOF 8015/* confdefs.h. */ 8016_ACEOF 8017cat confdefs.h >>conftest.$ac_ext 8018cat >>conftest.$ac_ext <<_ACEOF 8019/* end confdefs.h. */ 8020#include <stddef.h> 8021int 8022main () 8023{ 8024static int test_array [1 - 2 * !((~(size_t)0 % 10) < 0)]; 8025test_array [0] = 0 8026 8027 ; 8028 return 0; 8029} 8030_ACEOF 8031rm -f conftest.$ac_objext 8032if { (ac_try="$ac_compile" 8033case "(($ac_try" in 8034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8035 *) ac_try_echo=$ac_try;; 8036esac 8037eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8038 (eval "$ac_compile") 2>conftest.er1 8039 ac_status=$? 8040 grep -v '^ *+' conftest.er1 >conftest.err 8041 rm -f conftest.er1 8042 cat conftest.err >&5 8043 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8044 (exit $ac_status); } && 8045 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8046 { (case "(($ac_try" in 8047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8048 *) ac_try_echo=$ac_try;; 8049esac 8050eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8051 (eval "$ac_try") 2>&5 8052 ac_status=$? 8053 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8054 (exit $ac_status); }; } && 8055 { ac_try='test -s conftest.$ac_objext' 8056 { (case "(($ac_try" in 8057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8058 *) ac_try_echo=$ac_try;; 8059esac 8060eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8061 (eval "$ac_try") 2>&5 8062 ac_status=$? 8063 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8064 (exit $ac_status); }; }; then 8065 ac_hi=-1 ac_mid=-1 8066 while :; do 8067 cat >conftest.$ac_ext <<_ACEOF 8068/* confdefs.h. */ 8069_ACEOF 8070cat confdefs.h >>conftest.$ac_ext 8071cat >>conftest.$ac_ext <<_ACEOF 8072/* end confdefs.h. */ 8073#include <stddef.h> 8074int 8075main () 8076{ 8077static int test_array [1 - 2 * !((~(size_t)0 % 10) >= $ac_mid)]; 8078test_array [0] = 0 8079 8080 ; 8081 return 0; 8082} 8083_ACEOF 8084rm -f conftest.$ac_objext 8085if { (ac_try="$ac_compile" 8086case "(($ac_try" in 8087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8088 *) ac_try_echo=$ac_try;; 8089esac 8090eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8091 (eval "$ac_compile") 2>conftest.er1 8092 ac_status=$? 8093 grep -v '^ *+' conftest.er1 >conftest.err 8094 rm -f conftest.er1 8095 cat conftest.err >&5 8096 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8097 (exit $ac_status); } && 8098 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8099 { (case "(($ac_try" in 8100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8101 *) ac_try_echo=$ac_try;; 8102esac 8103eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8104 (eval "$ac_try") 2>&5 8105 ac_status=$? 8106 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8107 (exit $ac_status); }; } && 8108 { ac_try='test -s conftest.$ac_objext' 8109 { (case "(($ac_try" in 8110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8111 *) ac_try_echo=$ac_try;; 8112esac 8113eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8114 (eval "$ac_try") 2>&5 8115 ac_status=$? 8116 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8117 (exit $ac_status); }; }; then 8118 ac_lo=$ac_mid; break 8119else 8120 echo "$as_me: failed program was:" >&5 8121sed 's/^/| /' conftest.$ac_ext >&5 8122 8123 ac_hi=`expr '(' $ac_mid ')' - 1` 8124 if test $ac_mid -le $ac_hi; then 8125 ac_lo= ac_hi= 8126 break 8127 fi 8128 ac_mid=`expr 2 '*' $ac_mid` 8129fi 8130 8131rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8132 done 8133else 8134 echo "$as_me: failed program was:" >&5 8135sed 's/^/| /' conftest.$ac_ext >&5 8136 8137 ac_lo= ac_hi= 8138fi 8139 8140rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8141fi 8142 8143rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8144# Binary search between lo and hi bounds. 8145while test "x$ac_lo" != "x$ac_hi"; do 8146 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 8147 cat >conftest.$ac_ext <<_ACEOF 8148/* confdefs.h. */ 8149_ACEOF 8150cat confdefs.h >>conftest.$ac_ext 8151cat >>conftest.$ac_ext <<_ACEOF 8152/* end confdefs.h. */ 8153#include <stddef.h> 8154int 8155main () 8156{ 8157static int test_array [1 - 2 * !((~(size_t)0 % 10) <= $ac_mid)]; 8158test_array [0] = 0 8159 8160 ; 8161 return 0; 8162} 8163_ACEOF 8164rm -f conftest.$ac_objext 8165if { (ac_try="$ac_compile" 8166case "(($ac_try" in 8167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8168 *) ac_try_echo=$ac_try;; 8169esac 8170eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8171 (eval "$ac_compile") 2>conftest.er1 8172 ac_status=$? 8173 grep -v '^ *+' conftest.er1 >conftest.err 8174 rm -f conftest.er1 8175 cat conftest.err >&5 8176 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8177 (exit $ac_status); } && 8178 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8179 { (case "(($ac_try" in 8180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8181 *) ac_try_echo=$ac_try;; 8182esac 8183eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8184 (eval "$ac_try") 2>&5 8185 ac_status=$? 8186 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8187 (exit $ac_status); }; } && 8188 { ac_try='test -s conftest.$ac_objext' 8189 { (case "(($ac_try" in 8190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8191 *) ac_try_echo=$ac_try;; 8192esac 8193eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8194 (eval "$ac_try") 2>&5 8195 ac_status=$? 8196 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8197 (exit $ac_status); }; }; then 8198 ac_hi=$ac_mid 8199else 8200 echo "$as_me: failed program was:" >&5 8201sed 's/^/| /' conftest.$ac_ext >&5 8202 8203 ac_lo=`expr '(' $ac_mid ')' + 1` 8204fi 8205 8206rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8207done 8208case $ac_lo in 8209?*) res_lo=$ac_lo;; 8210'') result=? ;; 8211esac 8212else 8213 cat >conftest.$ac_ext <<_ACEOF 8214/* confdefs.h. */ 8215_ACEOF 8216cat confdefs.h >>conftest.$ac_ext 8217cat >>conftest.$ac_ext <<_ACEOF 8218/* end confdefs.h. */ 8219#include <stddef.h> 8220static long int longval () { return ~(size_t)0 % 10; } 8221static unsigned long int ulongval () { return ~(size_t)0 % 10; } 8222#include <stdio.h> 8223#include <stdlib.h> 8224int 8225main () 8226{ 8227 8228 FILE *f = fopen ("conftest.val", "w"); 8229 if (! f) 8230 return 1; 8231 if ((~(size_t)0 % 10) < 0) 8232 { 8233 long int i = longval (); 8234 if (i != (~(size_t)0 % 10)) 8235 return 1; 8236 fprintf (f, "%ld\n", i); 8237 } 8238 else 8239 { 8240 unsigned long int i = ulongval (); 8241 if (i != (~(size_t)0 % 10)) 8242 return 1; 8243 fprintf (f, "%lu\n", i); 8244 } 8245 return ferror (f) || fclose (f) != 0; 8246 8247 ; 8248 return 0; 8249} 8250_ACEOF 8251rm -f conftest$ac_exeext 8252if { (ac_try="$ac_link" 8253case "(($ac_try" in 8254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8255 *) ac_try_echo=$ac_try;; 8256esac 8257eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8258 (eval "$ac_link") 2>&5 8259 ac_status=$? 8260 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8261 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8262 { (case "(($ac_try" in 8263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8264 *) ac_try_echo=$ac_try;; 8265esac 8266eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8267 (eval "$ac_try") 2>&5 8268 ac_status=$? 8269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8270 (exit $ac_status); }; }; then 8271 res_lo=`cat conftest.val` 8272else 8273 echo "$as_me: program exited with status $ac_status" >&5 8274echo "$as_me: failed program was:" >&5 8275sed 's/^/| /' conftest.$ac_ext >&5 8276 8277( exit $ac_status ) 8278result=? 8279fi 8280rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8281fi 8282rm -f conftest.val 8283 if test "$cross_compiling" = yes; then 8284 # Depending upon the size, compute the lo and hi bounds. 8285cat >conftest.$ac_ext <<_ACEOF 8286/* confdefs.h. */ 8287_ACEOF 8288cat confdefs.h >>conftest.$ac_ext 8289cat >>conftest.$ac_ext <<_ACEOF 8290/* end confdefs.h. */ 8291#include <stddef.h> 8292int 8293main () 8294{ 8295static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) >= 0)]; 8296test_array [0] = 0 8297 8298 ; 8299 return 0; 8300} 8301_ACEOF 8302rm -f conftest.$ac_objext 8303if { (ac_try="$ac_compile" 8304case "(($ac_try" in 8305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8306 *) ac_try_echo=$ac_try;; 8307esac 8308eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8309 (eval "$ac_compile") 2>conftest.er1 8310 ac_status=$? 8311 grep -v '^ *+' conftest.er1 >conftest.err 8312 rm -f conftest.er1 8313 cat conftest.err >&5 8314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8315 (exit $ac_status); } && 8316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8317 { (case "(($ac_try" in 8318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8319 *) ac_try_echo=$ac_try;; 8320esac 8321eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8322 (eval "$ac_try") 2>&5 8323 ac_status=$? 8324 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8325 (exit $ac_status); }; } && 8326 { ac_try='test -s conftest.$ac_objext' 8327 { (case "(($ac_try" in 8328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8329 *) ac_try_echo=$ac_try;; 8330esac 8331eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8332 (eval "$ac_try") 2>&5 8333 ac_status=$? 8334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8335 (exit $ac_status); }; }; then 8336 ac_lo=0 ac_mid=0 8337 while :; do 8338 cat >conftest.$ac_ext <<_ACEOF 8339/* confdefs.h. */ 8340_ACEOF 8341cat confdefs.h >>conftest.$ac_ext 8342cat >>conftest.$ac_ext <<_ACEOF 8343/* end confdefs.h. */ 8344#include <stddef.h> 8345int 8346main () 8347{ 8348static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) <= $ac_mid)]; 8349test_array [0] = 0 8350 8351 ; 8352 return 0; 8353} 8354_ACEOF 8355rm -f conftest.$ac_objext 8356if { (ac_try="$ac_compile" 8357case "(($ac_try" in 8358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8359 *) ac_try_echo=$ac_try;; 8360esac 8361eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8362 (eval "$ac_compile") 2>conftest.er1 8363 ac_status=$? 8364 grep -v '^ *+' conftest.er1 >conftest.err 8365 rm -f conftest.er1 8366 cat conftest.err >&5 8367 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8368 (exit $ac_status); } && 8369 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8370 { (case "(($ac_try" in 8371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8372 *) ac_try_echo=$ac_try;; 8373esac 8374eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8375 (eval "$ac_try") 2>&5 8376 ac_status=$? 8377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8378 (exit $ac_status); }; } && 8379 { ac_try='test -s conftest.$ac_objext' 8380 { (case "(($ac_try" in 8381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8382 *) ac_try_echo=$ac_try;; 8383esac 8384eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8385 (eval "$ac_try") 2>&5 8386 ac_status=$? 8387 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8388 (exit $ac_status); }; }; then 8389 ac_hi=$ac_mid; break 8390else 8391 echo "$as_me: failed program was:" >&5 8392sed 's/^/| /' conftest.$ac_ext >&5 8393 8394 ac_lo=`expr $ac_mid + 1` 8395 if test $ac_lo -le $ac_mid; then 8396 ac_lo= ac_hi= 8397 break 8398 fi 8399 ac_mid=`expr 2 '*' $ac_mid + 1` 8400fi 8401 8402rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8403 done 8404else 8405 echo "$as_me: failed program was:" >&5 8406sed 's/^/| /' conftest.$ac_ext >&5 8407 8408 cat >conftest.$ac_ext <<_ACEOF 8409/* confdefs.h. */ 8410_ACEOF 8411cat confdefs.h >>conftest.$ac_ext 8412cat >>conftest.$ac_ext <<_ACEOF 8413/* end confdefs.h. */ 8414#include <stddef.h> 8415int 8416main () 8417{ 8418static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) < 0)]; 8419test_array [0] = 0 8420 8421 ; 8422 return 0; 8423} 8424_ACEOF 8425rm -f conftest.$ac_objext 8426if { (ac_try="$ac_compile" 8427case "(($ac_try" in 8428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8429 *) ac_try_echo=$ac_try;; 8430esac 8431eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8432 (eval "$ac_compile") 2>conftest.er1 8433 ac_status=$? 8434 grep -v '^ *+' conftest.er1 >conftest.err 8435 rm -f conftest.er1 8436 cat conftest.err >&5 8437 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8438 (exit $ac_status); } && 8439 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8440 { (case "(($ac_try" in 8441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8442 *) ac_try_echo=$ac_try;; 8443esac 8444eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8445 (eval "$ac_try") 2>&5 8446 ac_status=$? 8447 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8448 (exit $ac_status); }; } && 8449 { ac_try='test -s conftest.$ac_objext' 8450 { (case "(($ac_try" in 8451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8452 *) ac_try_echo=$ac_try;; 8453esac 8454eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8455 (eval "$ac_try") 2>&5 8456 ac_status=$? 8457 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8458 (exit $ac_status); }; }; then 8459 ac_hi=-1 ac_mid=-1 8460 while :; do 8461 cat >conftest.$ac_ext <<_ACEOF 8462/* confdefs.h. */ 8463_ACEOF 8464cat confdefs.h >>conftest.$ac_ext 8465cat >>conftest.$ac_ext <<_ACEOF 8466/* end confdefs.h. */ 8467#include <stddef.h> 8468int 8469main () 8470{ 8471static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) >= $ac_mid)]; 8472test_array [0] = 0 8473 8474 ; 8475 return 0; 8476} 8477_ACEOF 8478rm -f conftest.$ac_objext 8479if { (ac_try="$ac_compile" 8480case "(($ac_try" in 8481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8482 *) ac_try_echo=$ac_try;; 8483esac 8484eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8485 (eval "$ac_compile") 2>conftest.er1 8486 ac_status=$? 8487 grep -v '^ *+' conftest.er1 >conftest.err 8488 rm -f conftest.er1 8489 cat conftest.err >&5 8490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8491 (exit $ac_status); } && 8492 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8493 { (case "(($ac_try" in 8494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8495 *) ac_try_echo=$ac_try;; 8496esac 8497eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8498 (eval "$ac_try") 2>&5 8499 ac_status=$? 8500 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8501 (exit $ac_status); }; } && 8502 { ac_try='test -s conftest.$ac_objext' 8503 { (case "(($ac_try" in 8504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8505 *) ac_try_echo=$ac_try;; 8506esac 8507eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8508 (eval "$ac_try") 2>&5 8509 ac_status=$? 8510 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8511 (exit $ac_status); }; }; then 8512 ac_lo=$ac_mid; break 8513else 8514 echo "$as_me: failed program was:" >&5 8515sed 's/^/| /' conftest.$ac_ext >&5 8516 8517 ac_hi=`expr '(' $ac_mid ')' - 1` 8518 if test $ac_mid -le $ac_hi; then 8519 ac_lo= ac_hi= 8520 break 8521 fi 8522 ac_mid=`expr 2 '*' $ac_mid` 8523fi 8524 8525rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8526 done 8527else 8528 echo "$as_me: failed program was:" >&5 8529sed 's/^/| /' conftest.$ac_ext >&5 8530 8531 ac_lo= ac_hi= 8532fi 8533 8534rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8535fi 8536 8537rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8538# Binary search between lo and hi bounds. 8539while test "x$ac_lo" != "x$ac_hi"; do 8540 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 8541 cat >conftest.$ac_ext <<_ACEOF 8542/* confdefs.h. */ 8543_ACEOF 8544cat confdefs.h >>conftest.$ac_ext 8545cat >>conftest.$ac_ext <<_ACEOF 8546/* end confdefs.h. */ 8547#include <stddef.h> 8548int 8549main () 8550{ 8551static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) <= $ac_mid)]; 8552test_array [0] = 0 8553 8554 ; 8555 return 0; 8556} 8557_ACEOF 8558rm -f conftest.$ac_objext 8559if { (ac_try="$ac_compile" 8560case "(($ac_try" in 8561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8562 *) ac_try_echo=$ac_try;; 8563esac 8564eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8565 (eval "$ac_compile") 2>conftest.er1 8566 ac_status=$? 8567 grep -v '^ *+' conftest.er1 >conftest.err 8568 rm -f conftest.er1 8569 cat conftest.err >&5 8570 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8571 (exit $ac_status); } && 8572 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8573 { (case "(($ac_try" in 8574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8575 *) ac_try_echo=$ac_try;; 8576esac 8577eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8578 (eval "$ac_try") 2>&5 8579 ac_status=$? 8580 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8581 (exit $ac_status); }; } && 8582 { ac_try='test -s conftest.$ac_objext' 8583 { (case "(($ac_try" in 8584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8585 *) ac_try_echo=$ac_try;; 8586esac 8587eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8588 (eval "$ac_try") 2>&5 8589 ac_status=$? 8590 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8591 (exit $ac_status); }; }; then 8592 ac_hi=$ac_mid 8593else 8594 echo "$as_me: failed program was:" >&5 8595sed 's/^/| /' conftest.$ac_ext >&5 8596 8597 ac_lo=`expr '(' $ac_mid ')' + 1` 8598fi 8599 8600rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8601done 8602case $ac_lo in 8603?*) fits_in_uint=$ac_lo;; 8604'') result=? ;; 8605esac 8606else 8607 cat >conftest.$ac_ext <<_ACEOF 8608/* confdefs.h. */ 8609_ACEOF 8610cat confdefs.h >>conftest.$ac_ext 8611cat >>conftest.$ac_ext <<_ACEOF 8612/* end confdefs.h. */ 8613#include <stddef.h> 8614static long int longval () { return sizeof (size_t) <= sizeof (unsigned int); } 8615static unsigned long int ulongval () { return sizeof (size_t) <= sizeof (unsigned int); } 8616#include <stdio.h> 8617#include <stdlib.h> 8618int 8619main () 8620{ 8621 8622 FILE *f = fopen ("conftest.val", "w"); 8623 if (! f) 8624 return 1; 8625 if ((sizeof (size_t) <= sizeof (unsigned int)) < 0) 8626 { 8627 long int i = longval (); 8628 if (i != (sizeof (size_t) <= sizeof (unsigned int))) 8629 return 1; 8630 fprintf (f, "%ld\n", i); 8631 } 8632 else 8633 { 8634 unsigned long int i = ulongval (); 8635 if (i != (sizeof (size_t) <= sizeof (unsigned int))) 8636 return 1; 8637 fprintf (f, "%lu\n", i); 8638 } 8639 return ferror (f) || fclose (f) != 0; 8640 8641 ; 8642 return 0; 8643} 8644_ACEOF 8645rm -f conftest$ac_exeext 8646if { (ac_try="$ac_link" 8647case "(($ac_try" in 8648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8649 *) ac_try_echo=$ac_try;; 8650esac 8651eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8652 (eval "$ac_link") 2>&5 8653 ac_status=$? 8654 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8655 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8656 { (case "(($ac_try" in 8657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8658 *) ac_try_echo=$ac_try;; 8659esac 8660eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8661 (eval "$ac_try") 2>&5 8662 ac_status=$? 8663 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8664 (exit $ac_status); }; }; then 8665 fits_in_uint=`cat conftest.val` 8666else 8667 echo "$as_me: program exited with status $ac_status" >&5 8668echo "$as_me: failed program was:" >&5 8669sed 's/^/| /' conftest.$ac_ext >&5 8670 8671( exit $ac_status ) 8672result=? 8673fi 8674rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8675fi 8676rm -f conftest.val 8677 if test "$fits_in_uint" = 1; then 8678 cat >conftest.$ac_ext <<_ACEOF 8679/* confdefs.h. */ 8680_ACEOF 8681cat confdefs.h >>conftest.$ac_ext 8682cat >>conftest.$ac_ext <<_ACEOF 8683/* end confdefs.h. */ 8684#include <stddef.h> 8685 extern size_t foo; 8686 extern unsigned long foo; 8687 8688int 8689main () 8690{ 8691 8692 ; 8693 return 0; 8694} 8695_ACEOF 8696rm -f conftest.$ac_objext 8697if { (ac_try="$ac_compile" 8698case "(($ac_try" in 8699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8700 *) ac_try_echo=$ac_try;; 8701esac 8702eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8703 (eval "$ac_compile") 2>conftest.er1 8704 ac_status=$? 8705 grep -v '^ *+' conftest.er1 >conftest.err 8706 rm -f conftest.er1 8707 cat conftest.err >&5 8708 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8709 (exit $ac_status); } && 8710 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8711 { (case "(($ac_try" in 8712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8713 *) ac_try_echo=$ac_try;; 8714esac 8715eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8716 (eval "$ac_try") 2>&5 8717 ac_status=$? 8718 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8719 (exit $ac_status); }; } && 8720 { ac_try='test -s conftest.$ac_objext' 8721 { (case "(($ac_try" in 8722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8723 *) ac_try_echo=$ac_try;; 8724esac 8725eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8726 (eval "$ac_try") 2>&5 8727 ac_status=$? 8728 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8729 (exit $ac_status); }; }; then 8730 fits_in_uint=0 8731else 8732 echo "$as_me: failed program was:" >&5 8733sed 's/^/| /' conftest.$ac_ext >&5 8734 8735 8736fi 8737 8738rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8739 fi 8740 if test -z "$result"; then 8741 if test "$fits_in_uint" = 1; then 8742 result="$res_hi$res_lo"U 8743 else 8744 result="$res_hi$res_lo"UL 8745 fi 8746 else 8747 result='~(size_t)0' 8748 fi 8749 fi 8750 { echo "$as_me:$LINENO: result: $result" >&5 8751echo "${ECHO_T}$result" >&6; } 8752 if test "$result" != yes; then 8753 8754cat >>confdefs.h <<_ACEOF 8755#define SIZE_MAX $result 8756_ACEOF 8757 8758 fi 8759 8760 8761 8762 8763for ac_header in stdint.h 8764do 8765as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8766if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8767 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8768echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8769if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8770 echo $ECHO_N "(cached) $ECHO_C" >&6 8771fi 8772ac_res=`eval echo '${'$as_ac_Header'}'` 8773 { echo "$as_me:$LINENO: result: $ac_res" >&5 8774echo "${ECHO_T}$ac_res" >&6; } 8775else 8776 # Is the header compilable? 8777{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 8778echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8779cat >conftest.$ac_ext <<_ACEOF 8780/* confdefs.h. */ 8781_ACEOF 8782cat confdefs.h >>conftest.$ac_ext 8783cat >>conftest.$ac_ext <<_ACEOF 8784/* end confdefs.h. */ 8785$ac_includes_default 8786#include <$ac_header> 8787_ACEOF 8788rm -f conftest.$ac_objext 8789if { (ac_try="$ac_compile" 8790case "(($ac_try" in 8791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8792 *) ac_try_echo=$ac_try;; 8793esac 8794eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8795 (eval "$ac_compile") 2>conftest.er1 8796 ac_status=$? 8797 grep -v '^ *+' conftest.er1 >conftest.err 8798 rm -f conftest.er1 8799 cat conftest.err >&5 8800 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8801 (exit $ac_status); } && 8802 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8803 { (case "(($ac_try" in 8804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8805 *) ac_try_echo=$ac_try;; 8806esac 8807eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8808 (eval "$ac_try") 2>&5 8809 ac_status=$? 8810 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8811 (exit $ac_status); }; } && 8812 { ac_try='test -s conftest.$ac_objext' 8813 { (case "(($ac_try" in 8814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8815 *) ac_try_echo=$ac_try;; 8816esac 8817eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8818 (eval "$ac_try") 2>&5 8819 ac_status=$? 8820 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8821 (exit $ac_status); }; }; then 8822 ac_header_compiler=yes 8823else 8824 echo "$as_me: failed program was:" >&5 8825sed 's/^/| /' conftest.$ac_ext >&5 8826 8827 ac_header_compiler=no 8828fi 8829 8830rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8831{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8832echo "${ECHO_T}$ac_header_compiler" >&6; } 8833 8834# Is the header present? 8835{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 8836echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8837cat >conftest.$ac_ext <<_ACEOF 8838/* confdefs.h. */ 8839_ACEOF 8840cat confdefs.h >>conftest.$ac_ext 8841cat >>conftest.$ac_ext <<_ACEOF 8842/* end confdefs.h. */ 8843#include <$ac_header> 8844_ACEOF 8845if { (ac_try="$ac_cpp conftest.$ac_ext" 8846case "(($ac_try" in 8847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8848 *) ac_try_echo=$ac_try;; 8849esac 8850eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8851 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8852 ac_status=$? 8853 grep -v '^ *+' conftest.er1 >conftest.err 8854 rm -f conftest.er1 8855 cat conftest.err >&5 8856 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8857 (exit $ac_status); } >/dev/null; then 8858 if test -s conftest.err; then 8859 ac_cpp_err=$ac_c_preproc_warn_flag 8860 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8861 else 8862 ac_cpp_err= 8863 fi 8864else 8865 ac_cpp_err=yes 8866fi 8867if test -z "$ac_cpp_err"; then 8868 ac_header_preproc=yes 8869else 8870 echo "$as_me: failed program was:" >&5 8871sed 's/^/| /' conftest.$ac_ext >&5 8872 8873 ac_header_preproc=no 8874fi 8875 8876rm -f conftest.err conftest.$ac_ext 8877{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8878echo "${ECHO_T}$ac_header_preproc" >&6; } 8879 8880# So? What about this header? 8881case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8882 yes:no: ) 8883 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8884echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8885 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8886echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8887 ac_header_preproc=yes 8888 ;; 8889 no:yes:* ) 8890 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8891echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8892 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8893echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8894 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8895echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8896 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8897echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8898 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8899echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8900 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8901echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8902 8903 ;; 8904esac 8905{ echo "$as_me:$LINENO: checking for $ac_header" >&5 8906echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8907if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8908 echo $ECHO_N "(cached) $ECHO_C" >&6 8909else 8910 eval "$as_ac_Header=\$ac_header_preproc" 8911fi 8912ac_res=`eval echo '${'$as_ac_Header'}'` 8913 { echo "$as_me:$LINENO: result: $ac_res" >&5 8914echo "${ECHO_T}$ac_res" >&6; } 8915 8916fi 8917if test `eval echo '${'$as_ac_Header'}'` = yes; then 8918 cat >>confdefs.h <<_ACEOF 8919#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8920_ACEOF 8921 8922fi 8923 8924done 8925 8926 8927 8928 if test "X$prefix" = "XNONE"; then 8929 acl_final_prefix="$ac_default_prefix" 8930 else 8931 acl_final_prefix="$prefix" 8932 fi 8933 if test "X$exec_prefix" = "XNONE"; then 8934 acl_final_exec_prefix='${prefix}' 8935 else 8936 acl_final_exec_prefix="$exec_prefix" 8937 fi 8938 acl_save_prefix="$prefix" 8939 prefix="$acl_final_prefix" 8940 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" 8941 prefix="$acl_save_prefix" 8942 8943 8944# Check whether --with-gnu-ld was given. 8945if test "${with_gnu_ld+set}" = set; then 8946 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes 8947else 8948 with_gnu_ld=no 8949fi 8950 8951# Prepare PATH_SEPARATOR. 8952# The user is always right. 8953if test "${PATH_SEPARATOR+set}" != set; then 8954 echo "#! /bin/sh" >conf$$.sh 8955 echo "exit 0" >>conf$$.sh 8956 chmod +x conf$$.sh 8957 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 8958 PATH_SEPARATOR=';' 8959 else 8960 PATH_SEPARATOR=: 8961 fi 8962 rm -f conf$$.sh 8963fi 8964ac_prog=ld 8965if test "$GCC" = yes; then 8966 # Check if gcc -print-prog-name=ld gives a path. 8967 { echo "$as_me:$LINENO: checking for ld used by GCC" >&5 8968echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; } 8969 case $host in 8970 *-*-mingw*) 8971 # gcc leaves a trailing carriage return which upsets mingw 8972 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 8973 *) 8974 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 8975 esac 8976 case $ac_prog in 8977 # Accept absolute paths. 8978 [\\/]* | [A-Za-z]:[\\/]*) 8979 re_direlt='/[^/][^/]*/\.\./' 8980 # Canonicalize the path of ld 8981 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` 8982 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do 8983 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` 8984 done 8985 test -z "$LD" && LD="$ac_prog" 8986 ;; 8987 "") 8988 # If it fails, then pretend we aren't using GCC. 8989 ac_prog=ld 8990 ;; 8991 *) 8992 # If it is relative, then search for the first ld in PATH. 8993 with_gnu_ld=unknown 8994 ;; 8995 esac 8996elif test "$with_gnu_ld" = yes; then 8997 { echo "$as_me:$LINENO: checking for GNU ld" >&5 8998echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } 8999else 9000 { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 9001echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } 9002fi 9003if test "${acl_cv_path_LD+set}" = set; then 9004 echo $ECHO_N "(cached) $ECHO_C" >&6 9005else 9006 if test -z "$LD"; then 9007 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" 9008 for ac_dir in $PATH; do 9009 test -z "$ac_dir" && ac_dir=. 9010 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 9011 acl_cv_path_LD="$ac_dir/$ac_prog" 9012 # Check to see if the program is GNU ld. I'd rather use --version, 9013 # but apparently some GNU ld's only accept -v. 9014 # Break only if it was the GNU/non-GNU ld that we prefer. 9015 case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in 9016 *GNU* | *'with BFD'*) 9017 test "$with_gnu_ld" != no && break ;; 9018 *) 9019 test "$with_gnu_ld" != yes && break ;; 9020 esac 9021 fi 9022 done 9023 IFS="$ac_save_ifs" 9024else 9025 acl_cv_path_LD="$LD" # Let the user override the test with a path. 9026fi 9027fi 9028 9029LD="$acl_cv_path_LD" 9030if test -n "$LD"; then 9031 { echo "$as_me:$LINENO: result: $LD" >&5 9032echo "${ECHO_T}$LD" >&6; } 9033else 9034 { echo "$as_me:$LINENO: result: no" >&5 9035echo "${ECHO_T}no" >&6; } 9036fi 9037test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 9038echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 9039 { (exit 1); exit 1; }; } 9040{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 9041echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } 9042if test "${acl_cv_prog_gnu_ld+set}" = set; then 9043 echo $ECHO_N "(cached) $ECHO_C" >&6 9044else 9045 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 9046case `$LD -v 2>&1 </dev/null` in 9047*GNU* | *'with BFD'*) 9048 acl_cv_prog_gnu_ld=yes ;; 9049*) 9050 acl_cv_prog_gnu_ld=no ;; 9051esac 9052fi 9053{ echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5 9054echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6; } 9055with_gnu_ld=$acl_cv_prog_gnu_ld 9056 9057 9058 9059 { echo "$as_me:$LINENO: checking for shared library run path origin" >&5 9060echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6; } 9061if test "${acl_cv_rpath+set}" = set; then 9062 echo $ECHO_N "(cached) $ECHO_C" >&6 9063else 9064 9065 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ 9066 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh 9067 . ./conftest.sh 9068 rm -f ./conftest.sh 9069 acl_cv_rpath=done 9070 9071fi 9072{ echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5 9073echo "${ECHO_T}$acl_cv_rpath" >&6; } 9074 wl="$acl_cv_wl" 9075 libext="$acl_cv_libext" 9076 shlibext="$acl_cv_shlibext" 9077 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" 9078 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" 9079 hardcode_direct="$acl_cv_hardcode_direct" 9080 hardcode_minus_L="$acl_cv_hardcode_minus_L" 9081 # Check whether --enable-rpath was given. 9082if test "${enable_rpath+set}" = set; then 9083 enableval=$enable_rpath; : 9084else 9085 enable_rpath=yes 9086fi 9087 9088 9089 9090 9091 9092 9093 9094 9095 use_additional=yes 9096 9097 acl_save_prefix="$prefix" 9098 prefix="$acl_final_prefix" 9099 acl_save_exec_prefix="$exec_prefix" 9100 exec_prefix="$acl_final_exec_prefix" 9101 9102 eval additional_includedir=\"$includedir\" 9103 eval additional_libdir=\"$libdir\" 9104 9105 exec_prefix="$acl_save_exec_prefix" 9106 prefix="$acl_save_prefix" 9107 9108 9109# Check whether --with-libiconv-prefix was given. 9110if test "${with_libiconv_prefix+set}" = set; then 9111 withval=$with_libiconv_prefix; 9112 if test "X$withval" = "Xno"; then 9113 use_additional=no 9114 else 9115 if test "X$withval" = "X"; then 9116 9117 acl_save_prefix="$prefix" 9118 prefix="$acl_final_prefix" 9119 acl_save_exec_prefix="$exec_prefix" 9120 exec_prefix="$acl_final_exec_prefix" 9121 9122 eval additional_includedir=\"$includedir\" 9123 eval additional_libdir=\"$libdir\" 9124 9125 exec_prefix="$acl_save_exec_prefix" 9126 prefix="$acl_save_prefix" 9127 9128 else 9129 additional_includedir="$withval/include" 9130 additional_libdir="$withval/lib" 9131 fi 9132 fi 9133 9134fi 9135 9136 LIBICONV= 9137 LTLIBICONV= 9138 INCICONV= 9139 rpathdirs= 9140 ltrpathdirs= 9141 names_already_handled= 9142 names_next_round='iconv ' 9143 while test -n "$names_next_round"; do 9144 names_this_round="$names_next_round" 9145 names_next_round= 9146 for name in $names_this_round; do 9147 already_handled= 9148 for n in $names_already_handled; do 9149 if test "$n" = "$name"; then 9150 already_handled=yes 9151 break 9152 fi 9153 done 9154 if test -z "$already_handled"; then 9155 names_already_handled="$names_already_handled $name" 9156 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` 9157 eval value=\"\$HAVE_LIB$uppername\" 9158 if test -n "$value"; then 9159 if test "$value" = yes; then 9160 eval value=\"\$LIB$uppername\" 9161 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" 9162 eval value=\"\$LTLIB$uppername\" 9163 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" 9164 else 9165 : 9166 fi 9167 else 9168 found_dir= 9169 found_la= 9170 found_so= 9171 found_a= 9172 if test $use_additional = yes; then 9173 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then 9174 found_dir="$additional_libdir" 9175 found_so="$additional_libdir/lib$name.$shlibext" 9176 if test -f "$additional_libdir/lib$name.la"; then 9177 found_la="$additional_libdir/lib$name.la" 9178 fi 9179 else 9180 if test -f "$additional_libdir/lib$name.$libext"; then 9181 found_dir="$additional_libdir" 9182 found_a="$additional_libdir/lib$name.$libext" 9183 if test -f "$additional_libdir/lib$name.la"; then 9184 found_la="$additional_libdir/lib$name.la" 9185 fi 9186 fi 9187 fi 9188 fi 9189 if test "X$found_dir" = "X"; then 9190 for x in $LDFLAGS $LTLIBICONV; do 9191 9192 acl_save_prefix="$prefix" 9193 prefix="$acl_final_prefix" 9194 acl_save_exec_prefix="$exec_prefix" 9195 exec_prefix="$acl_final_exec_prefix" 9196 eval x=\"$x\" 9197 exec_prefix="$acl_save_exec_prefix" 9198 prefix="$acl_save_prefix" 9199 9200 case "$x" in 9201 -L*) 9202 dir=`echo "X$x" | sed -e 's/^X-L//'` 9203 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then 9204 found_dir="$dir" 9205 found_so="$dir/lib$name.$shlibext" 9206 if test -f "$dir/lib$name.la"; then 9207 found_la="$dir/lib$name.la" 9208 fi 9209 else 9210 if test -f "$dir/lib$name.$libext"; then 9211 found_dir="$dir" 9212 found_a="$dir/lib$name.$libext" 9213 if test -f "$dir/lib$name.la"; then 9214 found_la="$dir/lib$name.la" 9215 fi 9216 fi 9217 fi 9218 ;; 9219 esac 9220 if test "X$found_dir" != "X"; then 9221 break 9222 fi 9223 done 9224 fi 9225 if test "X$found_dir" != "X"; then 9226 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name" 9227 if test "X$found_so" != "X"; then 9228 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then 9229 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 9230 else 9231 haveit= 9232 for x in $ltrpathdirs; do 9233 if test "X$x" = "X$found_dir"; then 9234 haveit=yes 9235 break 9236 fi 9237 done 9238 if test -z "$haveit"; then 9239 ltrpathdirs="$ltrpathdirs $found_dir" 9240 fi 9241 if test "$hardcode_direct" = yes; then 9242 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 9243 else 9244 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then 9245 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 9246 haveit= 9247 for x in $rpathdirs; do 9248 if test "X$x" = "X$found_dir"; then 9249 haveit=yes 9250 break 9251 fi 9252 done 9253 if test -z "$haveit"; then 9254 rpathdirs="$rpathdirs $found_dir" 9255 fi 9256 else 9257 haveit= 9258 for x in $LDFLAGS $LIBICONV; do 9259 9260 acl_save_prefix="$prefix" 9261 prefix="$acl_final_prefix" 9262 acl_save_exec_prefix="$exec_prefix" 9263 exec_prefix="$acl_final_exec_prefix" 9264 eval x=\"$x\" 9265 exec_prefix="$acl_save_exec_prefix" 9266 prefix="$acl_save_prefix" 9267 9268 if test "X$x" = "X-L$found_dir"; then 9269 haveit=yes 9270 break 9271 fi 9272 done 9273 if test -z "$haveit"; then 9274 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" 9275 fi 9276 if test "$hardcode_minus_L" != no; then 9277 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 9278 else 9279 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" 9280 fi 9281 fi 9282 fi 9283 fi 9284 else 9285 if test "X$found_a" != "X"; then 9286 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" 9287 else 9288 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" 9289 fi 9290 fi 9291 additional_includedir= 9292 case "$found_dir" in 9293 */lib | */lib/) 9294 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` 9295 additional_includedir="$basedir/include" 9296 ;; 9297 esac 9298 if test "X$additional_includedir" != "X"; then 9299 if test "X$additional_includedir" != "X/usr/include"; then 9300 haveit= 9301 if test "X$additional_includedir" = "X/usr/local/include"; then 9302 if test -n "$GCC"; then 9303 case $host_os in 9304 linux*) haveit=yes;; 9305 esac 9306 fi 9307 fi 9308 if test -z "$haveit"; then 9309 for x in $CPPFLAGS $INCICONV; do 9310 9311 acl_save_prefix="$prefix" 9312 prefix="$acl_final_prefix" 9313 acl_save_exec_prefix="$exec_prefix" 9314 exec_prefix="$acl_final_exec_prefix" 9315 eval x=\"$x\" 9316 exec_prefix="$acl_save_exec_prefix" 9317 prefix="$acl_save_prefix" 9318 9319 if test "X$x" = "X-I$additional_includedir"; then 9320 haveit=yes 9321 break 9322 fi 9323 done 9324 if test -z "$haveit"; then 9325 if test -d "$additional_includedir"; then 9326 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir" 9327 fi 9328 fi 9329 fi 9330 fi 9331 fi 9332 if test -n "$found_la"; then 9333 save_libdir="$libdir" 9334 case "$found_la" in 9335 */* | *\\*) . "$found_la" ;; 9336 *) . "./$found_la" ;; 9337 esac 9338 libdir="$save_libdir" 9339 for dep in $dependency_libs; do 9340 case "$dep" in 9341 -L*) 9342 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` 9343 if test "X$additional_libdir" != "X/usr/lib"; then 9344 haveit= 9345 if test "X$additional_libdir" = "X/usr/local/lib"; then 9346 if test -n "$GCC"; then 9347 case $host_os in 9348 linux*) haveit=yes;; 9349 esac 9350 fi 9351 fi 9352 if test -z "$haveit"; then 9353 haveit= 9354 for x in $LDFLAGS $LIBICONV; do 9355 9356 acl_save_prefix="$prefix" 9357 prefix="$acl_final_prefix" 9358 acl_save_exec_prefix="$exec_prefix" 9359 exec_prefix="$acl_final_exec_prefix" 9360 eval x=\"$x\" 9361 exec_prefix="$acl_save_exec_prefix" 9362 prefix="$acl_save_prefix" 9363 9364 if test "X$x" = "X-L$additional_libdir"; then 9365 haveit=yes 9366 break 9367 fi 9368 done 9369 if test -z "$haveit"; then 9370 if test -d "$additional_libdir"; then 9371 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir" 9372 fi 9373 fi 9374 haveit= 9375 for x in $LDFLAGS $LTLIBICONV; do 9376 9377 acl_save_prefix="$prefix" 9378 prefix="$acl_final_prefix" 9379 acl_save_exec_prefix="$exec_prefix" 9380 exec_prefix="$acl_final_exec_prefix" 9381 eval x=\"$x\" 9382 exec_prefix="$acl_save_exec_prefix" 9383 prefix="$acl_save_prefix" 9384 9385 if test "X$x" = "X-L$additional_libdir"; then 9386 haveit=yes 9387 break 9388 fi 9389 done 9390 if test -z "$haveit"; then 9391 if test -d "$additional_libdir"; then 9392 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir" 9393 fi 9394 fi 9395 fi 9396 fi 9397 ;; 9398 -R*) 9399 dir=`echo "X$dep" | sed -e 's/^X-R//'` 9400 if test "$enable_rpath" != no; then 9401 haveit= 9402 for x in $rpathdirs; do 9403 if test "X$x" = "X$dir"; then 9404 haveit=yes 9405 break 9406 fi 9407 done 9408 if test -z "$haveit"; then 9409 rpathdirs="$rpathdirs $dir" 9410 fi 9411 haveit= 9412 for x in $ltrpathdirs; do 9413 if test "X$x" = "X$dir"; then 9414 haveit=yes 9415 break 9416 fi 9417 done 9418 if test -z "$haveit"; then 9419 ltrpathdirs="$ltrpathdirs $dir" 9420 fi 9421 fi 9422 ;; 9423 -l*) 9424 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` 9425 ;; 9426 *.la) 9427 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` 9428 ;; 9429 *) 9430 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep" 9431 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep" 9432 ;; 9433 esac 9434 done 9435 fi 9436 else 9437 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" 9438 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" 9439 fi 9440 fi 9441 fi 9442 done 9443 done 9444 if test "X$rpathdirs" != "X"; then 9445 if test -n "$hardcode_libdir_separator"; then 9446 alldirs= 9447 for found_dir in $rpathdirs; do 9448 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" 9449 done 9450 acl_save_libdir="$libdir" 9451 libdir="$alldirs" 9452 eval flag=\"$hardcode_libdir_flag_spec\" 9453 libdir="$acl_save_libdir" 9454 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" 9455 else 9456 for found_dir in $rpathdirs; do 9457 acl_save_libdir="$libdir" 9458 libdir="$found_dir" 9459 eval flag=\"$hardcode_libdir_flag_spec\" 9460 libdir="$acl_save_libdir" 9461 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" 9462 done 9463 fi 9464 fi 9465 if test "X$ltrpathdirs" != "X"; then 9466 for found_dir in $ltrpathdirs; do 9467 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" 9468 done 9469 fi 9470 9471 9472 9473 9474 9475 9476 9477 9478 { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 9479echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } 9480if test "${ac_cv_type_ptrdiff_t+set}" = set; then 9481 echo $ECHO_N "(cached) $ECHO_C" >&6 9482else 9483 cat >conftest.$ac_ext <<_ACEOF 9484/* confdefs.h. */ 9485_ACEOF 9486cat confdefs.h >>conftest.$ac_ext 9487cat >>conftest.$ac_ext <<_ACEOF 9488/* end confdefs.h. */ 9489$ac_includes_default 9490typedef ptrdiff_t ac__type_new_; 9491int 9492main () 9493{ 9494if ((ac__type_new_ *) 0) 9495 return 0; 9496if (sizeof (ac__type_new_)) 9497 return 0; 9498 ; 9499 return 0; 9500} 9501_ACEOF 9502rm -f conftest.$ac_objext 9503if { (ac_try="$ac_compile" 9504case "(($ac_try" in 9505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9506 *) ac_try_echo=$ac_try;; 9507esac 9508eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9509 (eval "$ac_compile") 2>conftest.er1 9510 ac_status=$? 9511 grep -v '^ *+' conftest.er1 >conftest.err 9512 rm -f conftest.er1 9513 cat conftest.err >&5 9514 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9515 (exit $ac_status); } && 9516 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9517 { (case "(($ac_try" in 9518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9519 *) ac_try_echo=$ac_try;; 9520esac 9521eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9522 (eval "$ac_try") 2>&5 9523 ac_status=$? 9524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9525 (exit $ac_status); }; } && 9526 { ac_try='test -s conftest.$ac_objext' 9527 { (case "(($ac_try" in 9528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9529 *) ac_try_echo=$ac_try;; 9530esac 9531eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9532 (eval "$ac_try") 2>&5 9533 ac_status=$? 9534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9535 (exit $ac_status); }; }; then 9536 ac_cv_type_ptrdiff_t=yes 9537else 9538 echo "$as_me: failed program was:" >&5 9539sed 's/^/| /' conftest.$ac_ext >&5 9540 9541 ac_cv_type_ptrdiff_t=no 9542fi 9543 9544rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9545fi 9546{ echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 9547echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } 9548if test $ac_cv_type_ptrdiff_t = yes; then 9549 : 9550else 9551 9552cat >>confdefs.h <<\_ACEOF 9553#define ptrdiff_t long 9554_ACEOF 9555 9556 9557fi 9558 9559 9560 9561 9562 9563 9564 9565 9566 9567 9568 9569for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ 9570stdlib.h string.h unistd.h sys/param.h 9571do 9572as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9573if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9574 { echo "$as_me:$LINENO: checking for $ac_header" >&5 9575echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 9576if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9577 echo $ECHO_N "(cached) $ECHO_C" >&6 9578fi 9579ac_res=`eval echo '${'$as_ac_Header'}'` 9580 { echo "$as_me:$LINENO: result: $ac_res" >&5 9581echo "${ECHO_T}$ac_res" >&6; } 9582else 9583 # Is the header compilable? 9584{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 9585echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 9586cat >conftest.$ac_ext <<_ACEOF 9587/* confdefs.h. */ 9588_ACEOF 9589cat confdefs.h >>conftest.$ac_ext 9590cat >>conftest.$ac_ext <<_ACEOF 9591/* end confdefs.h. */ 9592$ac_includes_default 9593#include <$ac_header> 9594_ACEOF 9595rm -f conftest.$ac_objext 9596if { (ac_try="$ac_compile" 9597case "(($ac_try" in 9598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9599 *) ac_try_echo=$ac_try;; 9600esac 9601eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9602 (eval "$ac_compile") 2>conftest.er1 9603 ac_status=$? 9604 grep -v '^ *+' conftest.er1 >conftest.err 9605 rm -f conftest.er1 9606 cat conftest.err >&5 9607 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9608 (exit $ac_status); } && 9609 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9610 { (case "(($ac_try" in 9611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9612 *) ac_try_echo=$ac_try;; 9613esac 9614eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9615 (eval "$ac_try") 2>&5 9616 ac_status=$? 9617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9618 (exit $ac_status); }; } && 9619 { ac_try='test -s conftest.$ac_objext' 9620 { (case "(($ac_try" in 9621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9622 *) ac_try_echo=$ac_try;; 9623esac 9624eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9625 (eval "$ac_try") 2>&5 9626 ac_status=$? 9627 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9628 (exit $ac_status); }; }; then 9629 ac_header_compiler=yes 9630else 9631 echo "$as_me: failed program was:" >&5 9632sed 's/^/| /' conftest.$ac_ext >&5 9633 9634 ac_header_compiler=no 9635fi 9636 9637rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9638{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9639echo "${ECHO_T}$ac_header_compiler" >&6; } 9640 9641# Is the header present? 9642{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 9643echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 9644cat >conftest.$ac_ext <<_ACEOF 9645/* confdefs.h. */ 9646_ACEOF 9647cat confdefs.h >>conftest.$ac_ext 9648cat >>conftest.$ac_ext <<_ACEOF 9649/* end confdefs.h. */ 9650#include <$ac_header> 9651_ACEOF 9652if { (ac_try="$ac_cpp conftest.$ac_ext" 9653case "(($ac_try" in 9654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9655 *) ac_try_echo=$ac_try;; 9656esac 9657eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9658 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9659 ac_status=$? 9660 grep -v '^ *+' conftest.er1 >conftest.err 9661 rm -f conftest.er1 9662 cat conftest.err >&5 9663 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9664 (exit $ac_status); } >/dev/null; then 9665 if test -s conftest.err; then 9666 ac_cpp_err=$ac_c_preproc_warn_flag 9667 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 9668 else 9669 ac_cpp_err= 9670 fi 9671else 9672 ac_cpp_err=yes 9673fi 9674if test -z "$ac_cpp_err"; then 9675 ac_header_preproc=yes 9676else 9677 echo "$as_me: failed program was:" >&5 9678sed 's/^/| /' conftest.$ac_ext >&5 9679 9680 ac_header_preproc=no 9681fi 9682 9683rm -f conftest.err conftest.$ac_ext 9684{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9685echo "${ECHO_T}$ac_header_preproc" >&6; } 9686 9687# So? What about this header? 9688case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 9689 yes:no: ) 9690 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 9691echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 9692 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 9693echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 9694 ac_header_preproc=yes 9695 ;; 9696 no:yes:* ) 9697 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 9698echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 9699 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 9700echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 9701 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 9702echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 9703 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 9704echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 9705 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9706echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 9707 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 9708echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 9709 9710 ;; 9711esac 9712{ echo "$as_me:$LINENO: checking for $ac_header" >&5 9713echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 9714if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9715 echo $ECHO_N "(cached) $ECHO_C" >&6 9716else 9717 eval "$as_ac_Header=\$ac_header_preproc" 9718fi 9719ac_res=`eval echo '${'$as_ac_Header'}'` 9720 { echo "$as_me:$LINENO: result: $ac_res" >&5 9721echo "${ECHO_T}$ac_res" >&6; } 9722 9723fi 9724if test `eval echo '${'$as_ac_Header'}'` = yes; then 9725 cat >>confdefs.h <<_ACEOF 9726#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9727_ACEOF 9728 9729fi 9730 9731done 9732 9733 9734 9735 9736 9737 9738 9739 9740 9741 9742 9743 9744 9745 9746 9747 9748 9749 9750 9751 9752 9753 9754 9755 9756for ac_func in asprintf fwprintf getcwd getegid geteuid getgid getuid \ 9757mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \ 9758strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \ 9759__fsetlocking 9760do 9761as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9762{ echo "$as_me:$LINENO: checking for $ac_func" >&5 9763echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 9764if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 9765 echo $ECHO_N "(cached) $ECHO_C" >&6 9766else 9767 cat >conftest.$ac_ext <<_ACEOF 9768/* confdefs.h. */ 9769_ACEOF 9770cat confdefs.h >>conftest.$ac_ext 9771cat >>conftest.$ac_ext <<_ACEOF 9772/* end confdefs.h. */ 9773/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 9774 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 9775#define $ac_func innocuous_$ac_func 9776 9777/* System header to define __stub macros and hopefully few prototypes, 9778 which can conflict with char $ac_func (); below. 9779 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 9780 <limits.h> exists even on freestanding compilers. */ 9781 9782#ifdef __STDC__ 9783# include <limits.h> 9784#else 9785# include <assert.h> 9786#endif 9787 9788#undef $ac_func 9789 9790/* Override any GCC internal prototype to avoid an error. 9791 Use char because int might match the return type of a GCC 9792 builtin and then its argument prototype would still apply. */ 9793#ifdef __cplusplus 9794extern "C" 9795#endif 9796char $ac_func (); 9797/* The GNU C library defines this for functions which it implements 9798 to always fail with ENOSYS. Some functions are actually named 9799 something starting with __ and the normal name is an alias. */ 9800#if defined __stub_$ac_func || defined __stub___$ac_func 9801choke me 9802#endif 9803 9804int 9805main () 9806{ 9807return $ac_func (); 9808 ; 9809 return 0; 9810} 9811_ACEOF 9812rm -f conftest.$ac_objext conftest$ac_exeext 9813if { (ac_try="$ac_link" 9814case "(($ac_try" in 9815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9816 *) ac_try_echo=$ac_try;; 9817esac 9818eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9819 (eval "$ac_link") 2>conftest.er1 9820 ac_status=$? 9821 grep -v '^ *+' conftest.er1 >conftest.err 9822 rm -f conftest.er1 9823 cat conftest.err >&5 9824 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9825 (exit $ac_status); } && 9826 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9827 { (case "(($ac_try" in 9828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9829 *) ac_try_echo=$ac_try;; 9830esac 9831eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9832 (eval "$ac_try") 2>&5 9833 ac_status=$? 9834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9835 (exit $ac_status); }; } && 9836 { ac_try='test -s conftest$ac_exeext' 9837 { (case "(($ac_try" in 9838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9839 *) ac_try_echo=$ac_try;; 9840esac 9841eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9842 (eval "$ac_try") 2>&5 9843 ac_status=$? 9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9845 (exit $ac_status); }; }; then 9846 eval "$as_ac_var=yes" 9847else 9848 echo "$as_me: failed program was:" >&5 9849sed 's/^/| /' conftest.$ac_ext >&5 9850 9851 eval "$as_ac_var=no" 9852fi 9853 9854rm -f core conftest.err conftest.$ac_objext \ 9855 conftest$ac_exeext conftest.$ac_ext 9856fi 9857ac_res=`eval echo '${'$as_ac_var'}'` 9858 { echo "$as_me:$LINENO: result: $ac_res" >&5 9859echo "${ECHO_T}$ac_res" >&6; } 9860if test `eval echo '${'$as_ac_var'}'` = yes; then 9861 cat >>confdefs.h <<_ACEOF 9862#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 9863_ACEOF 9864 9865fi 9866done 9867 9868 9869 9870 { echo "$as_me:$LINENO: checking whether _snprintf is declared" >&5 9871echo $ECHO_N "checking whether _snprintf is declared... $ECHO_C" >&6; } 9872if test "${ac_cv_have_decl__snprintf+set}" = set; then 9873 echo $ECHO_N "(cached) $ECHO_C" >&6 9874else 9875 cat >conftest.$ac_ext <<_ACEOF 9876/* confdefs.h. */ 9877_ACEOF 9878cat confdefs.h >>conftest.$ac_ext 9879cat >>conftest.$ac_ext <<_ACEOF 9880/* end confdefs.h. */ 9881#include <stdio.h> 9882int 9883main () 9884{ 9885 9886#ifndef _snprintf 9887 char *p = (char *) _snprintf; 9888#endif 9889 9890 ; 9891 return 0; 9892} 9893_ACEOF 9894rm -f conftest.$ac_objext 9895if { (ac_try="$ac_compile" 9896case "(($ac_try" in 9897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9898 *) ac_try_echo=$ac_try;; 9899esac 9900eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9901 (eval "$ac_compile") 2>conftest.er1 9902 ac_status=$? 9903 grep -v '^ *+' conftest.er1 >conftest.err 9904 rm -f conftest.er1 9905 cat conftest.err >&5 9906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9907 (exit $ac_status); } && 9908 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9909 { (case "(($ac_try" in 9910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9911 *) ac_try_echo=$ac_try;; 9912esac 9913eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9914 (eval "$ac_try") 2>&5 9915 ac_status=$? 9916 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9917 (exit $ac_status); }; } && 9918 { ac_try='test -s conftest.$ac_objext' 9919 { (case "(($ac_try" in 9920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9921 *) ac_try_echo=$ac_try;; 9922esac 9923eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9924 (eval "$ac_try") 2>&5 9925 ac_status=$? 9926 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9927 (exit $ac_status); }; }; then 9928 ac_cv_have_decl__snprintf=yes 9929else 9930 echo "$as_me: failed program was:" >&5 9931sed 's/^/| /' conftest.$ac_ext >&5 9932 9933 ac_cv_have_decl__snprintf=no 9934fi 9935 9936rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9937fi 9938{ echo "$as_me:$LINENO: result: $ac_cv_have_decl__snprintf" >&5 9939echo "${ECHO_T}$ac_cv_have_decl__snprintf" >&6; } 9940 if test $ac_cv_have_decl__snprintf = yes; then 9941 gt_value=1 9942 else 9943 gt_value=0 9944 fi 9945 9946cat >>confdefs.h <<_ACEOF 9947#define HAVE_DECL__SNPRINTF $gt_value 9948_ACEOF 9949 9950 9951 9952 { echo "$as_me:$LINENO: checking whether _snwprintf is declared" >&5 9953echo $ECHO_N "checking whether _snwprintf is declared... $ECHO_C" >&6; } 9954if test "${ac_cv_have_decl__snwprintf+set}" = set; then 9955 echo $ECHO_N "(cached) $ECHO_C" >&6 9956else 9957 cat >conftest.$ac_ext <<_ACEOF 9958/* confdefs.h. */ 9959_ACEOF 9960cat confdefs.h >>conftest.$ac_ext 9961cat >>conftest.$ac_ext <<_ACEOF 9962/* end confdefs.h. */ 9963#include <stdio.h> 9964int 9965main () 9966{ 9967 9968#ifndef _snwprintf 9969 char *p = (char *) _snwprintf; 9970#endif 9971 9972 ; 9973 return 0; 9974} 9975_ACEOF 9976rm -f conftest.$ac_objext 9977if { (ac_try="$ac_compile" 9978case "(($ac_try" in 9979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9980 *) ac_try_echo=$ac_try;; 9981esac 9982eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9983 (eval "$ac_compile") 2>conftest.er1 9984 ac_status=$? 9985 grep -v '^ *+' conftest.er1 >conftest.err 9986 rm -f conftest.er1 9987 cat conftest.err >&5 9988 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9989 (exit $ac_status); } && 9990 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9991 { (case "(($ac_try" in 9992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9993 *) ac_try_echo=$ac_try;; 9994esac 9995eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9996 (eval "$ac_try") 2>&5 9997 ac_status=$? 9998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9999 (exit $ac_status); }; } && 10000 { ac_try='test -s conftest.$ac_objext' 10001 { (case "(($ac_try" in 10002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10003 *) ac_try_echo=$ac_try;; 10004esac 10005eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10006 (eval "$ac_try") 2>&5 10007 ac_status=$? 10008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10009 (exit $ac_status); }; }; then 10010 ac_cv_have_decl__snwprintf=yes 10011else 10012 echo "$as_me: failed program was:" >&5 10013sed 's/^/| /' conftest.$ac_ext >&5 10014 10015 ac_cv_have_decl__snwprintf=no 10016fi 10017 10018rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10019fi 10020{ echo "$as_me:$LINENO: result: $ac_cv_have_decl__snwprintf" >&5 10021echo "${ECHO_T}$ac_cv_have_decl__snwprintf" >&6; } 10022 if test $ac_cv_have_decl__snwprintf = yes; then 10023 gt_value=1 10024 else 10025 gt_value=0 10026 fi 10027 10028cat >>confdefs.h <<_ACEOF 10029#define HAVE_DECL__SNWPRINTF $gt_value 10030_ACEOF 10031 10032 10033 10034 10035 { echo "$as_me:$LINENO: checking whether feof_unlocked is declared" >&5 10036echo $ECHO_N "checking whether feof_unlocked is declared... $ECHO_C" >&6; } 10037if test "${ac_cv_have_decl_feof_unlocked+set}" = set; then 10038 echo $ECHO_N "(cached) $ECHO_C" >&6 10039else 10040 cat >conftest.$ac_ext <<_ACEOF 10041/* confdefs.h. */ 10042_ACEOF 10043cat confdefs.h >>conftest.$ac_ext 10044cat >>conftest.$ac_ext <<_ACEOF 10045/* end confdefs.h. */ 10046#include <stdio.h> 10047int 10048main () 10049{ 10050 10051#ifndef feof_unlocked 10052 char *p = (char *) feof_unlocked; 10053#endif 10054 10055 ; 10056 return 0; 10057} 10058_ACEOF 10059rm -f conftest.$ac_objext 10060if { (ac_try="$ac_compile" 10061case "(($ac_try" in 10062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10063 *) ac_try_echo=$ac_try;; 10064esac 10065eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10066 (eval "$ac_compile") 2>conftest.er1 10067 ac_status=$? 10068 grep -v '^ *+' conftest.er1 >conftest.err 10069 rm -f conftest.er1 10070 cat conftest.err >&5 10071 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10072 (exit $ac_status); } && 10073 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10074 { (case "(($ac_try" in 10075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10076 *) ac_try_echo=$ac_try;; 10077esac 10078eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10079 (eval "$ac_try") 2>&5 10080 ac_status=$? 10081 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10082 (exit $ac_status); }; } && 10083 { ac_try='test -s conftest.$ac_objext' 10084 { (case "(($ac_try" in 10085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10086 *) ac_try_echo=$ac_try;; 10087esac 10088eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10089 (eval "$ac_try") 2>&5 10090 ac_status=$? 10091 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10092 (exit $ac_status); }; }; then 10093 ac_cv_have_decl_feof_unlocked=yes 10094else 10095 echo "$as_me: failed program was:" >&5 10096sed 's/^/| /' conftest.$ac_ext >&5 10097 10098 ac_cv_have_decl_feof_unlocked=no 10099fi 10100 10101rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10102fi 10103{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_feof_unlocked" >&5 10104echo "${ECHO_T}$ac_cv_have_decl_feof_unlocked" >&6; } 10105 if test $ac_cv_have_decl_feof_unlocked = yes; then 10106 gt_value=1 10107 else 10108 gt_value=0 10109 fi 10110 10111cat >>confdefs.h <<_ACEOF 10112#define HAVE_DECL_FEOF_UNLOCKED $gt_value 10113_ACEOF 10114 10115 10116 10117 { echo "$as_me:$LINENO: checking whether fgets_unlocked is declared" >&5 10118echo $ECHO_N "checking whether fgets_unlocked is declared... $ECHO_C" >&6; } 10119if test "${ac_cv_have_decl_fgets_unlocked+set}" = set; then 10120 echo $ECHO_N "(cached) $ECHO_C" >&6 10121else 10122 cat >conftest.$ac_ext <<_ACEOF 10123/* confdefs.h. */ 10124_ACEOF 10125cat confdefs.h >>conftest.$ac_ext 10126cat >>conftest.$ac_ext <<_ACEOF 10127/* end confdefs.h. */ 10128#include <stdio.h> 10129int 10130main () 10131{ 10132 10133#ifndef fgets_unlocked 10134 char *p = (char *) fgets_unlocked; 10135#endif 10136 10137 ; 10138 return 0; 10139} 10140_ACEOF 10141rm -f conftest.$ac_objext 10142if { (ac_try="$ac_compile" 10143case "(($ac_try" in 10144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10145 *) ac_try_echo=$ac_try;; 10146esac 10147eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10148 (eval "$ac_compile") 2>conftest.er1 10149 ac_status=$? 10150 grep -v '^ *+' conftest.er1 >conftest.err 10151 rm -f conftest.er1 10152 cat conftest.err >&5 10153 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10154 (exit $ac_status); } && 10155 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10156 { (case "(($ac_try" in 10157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10158 *) ac_try_echo=$ac_try;; 10159esac 10160eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10161 (eval "$ac_try") 2>&5 10162 ac_status=$? 10163 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10164 (exit $ac_status); }; } && 10165 { ac_try='test -s conftest.$ac_objext' 10166 { (case "(($ac_try" in 10167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10168 *) ac_try_echo=$ac_try;; 10169esac 10170eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10171 (eval "$ac_try") 2>&5 10172 ac_status=$? 10173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10174 (exit $ac_status); }; }; then 10175 ac_cv_have_decl_fgets_unlocked=yes 10176else 10177 echo "$as_me: failed program was:" >&5 10178sed 's/^/| /' conftest.$ac_ext >&5 10179 10180 ac_cv_have_decl_fgets_unlocked=no 10181fi 10182 10183rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10184fi 10185{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_fgets_unlocked" >&5 10186echo "${ECHO_T}$ac_cv_have_decl_fgets_unlocked" >&6; } 10187 if test $ac_cv_have_decl_fgets_unlocked = yes; then 10188 gt_value=1 10189 else 10190 gt_value=0 10191 fi 10192 10193cat >>confdefs.h <<_ACEOF 10194#define HAVE_DECL_FGETS_UNLOCKED $gt_value 10195_ACEOF 10196 10197 10198 10199 { echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5 10200echo $ECHO_N "checking whether getc_unlocked is declared... $ECHO_C" >&6; } 10201if test "${ac_cv_have_decl_getc_unlocked+set}" = set; then 10202 echo $ECHO_N "(cached) $ECHO_C" >&6 10203else 10204 cat >conftest.$ac_ext <<_ACEOF 10205/* confdefs.h. */ 10206_ACEOF 10207cat confdefs.h >>conftest.$ac_ext 10208cat >>conftest.$ac_ext <<_ACEOF 10209/* end confdefs.h. */ 10210#include <stdio.h> 10211int 10212main () 10213{ 10214 10215#ifndef getc_unlocked 10216 char *p = (char *) getc_unlocked; 10217#endif 10218 10219 ; 10220 return 0; 10221} 10222_ACEOF 10223rm -f conftest.$ac_objext 10224if { (ac_try="$ac_compile" 10225case "(($ac_try" in 10226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10227 *) ac_try_echo=$ac_try;; 10228esac 10229eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10230 (eval "$ac_compile") 2>conftest.er1 10231 ac_status=$? 10232 grep -v '^ *+' conftest.er1 >conftest.err 10233 rm -f conftest.er1 10234 cat conftest.err >&5 10235 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10236 (exit $ac_status); } && 10237 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10238 { (case "(($ac_try" in 10239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10240 *) ac_try_echo=$ac_try;; 10241esac 10242eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10243 (eval "$ac_try") 2>&5 10244 ac_status=$? 10245 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10246 (exit $ac_status); }; } && 10247 { ac_try='test -s conftest.$ac_objext' 10248 { (case "(($ac_try" in 10249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10250 *) ac_try_echo=$ac_try;; 10251esac 10252eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10253 (eval "$ac_try") 2>&5 10254 ac_status=$? 10255 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10256 (exit $ac_status); }; }; then 10257 ac_cv_have_decl_getc_unlocked=yes 10258else 10259 echo "$as_me: failed program was:" >&5 10260sed 's/^/| /' conftest.$ac_ext >&5 10261 10262 ac_cv_have_decl_getc_unlocked=no 10263fi 10264 10265rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10266fi 10267{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_getc_unlocked" >&5 10268echo "${ECHO_T}$ac_cv_have_decl_getc_unlocked" >&6; } 10269 if test $ac_cv_have_decl_getc_unlocked = yes; then 10270 gt_value=1 10271 else 10272 gt_value=0 10273 fi 10274 10275cat >>confdefs.h <<_ACEOF 10276#define HAVE_DECL_GETC_UNLOCKED $gt_value 10277_ACEOF 10278 10279 10280 10281 case $gt_cv_func_printf_posix in 10282 *yes) HAVE_POSIX_PRINTF=1 ;; 10283 *) HAVE_POSIX_PRINTF=0 ;; 10284 esac 10285 10286 if test "$ac_cv_func_asprintf" = yes; then 10287 HAVE_ASPRINTF=1 10288 else 10289 HAVE_ASPRINTF=0 10290 fi 10291 10292 if test "$ac_cv_func_snprintf" = yes; then 10293 HAVE_SNPRINTF=1 10294 else 10295 HAVE_SNPRINTF=0 10296 fi 10297 10298 if test "$ac_cv_func_wprintf" = yes; then 10299 HAVE_WPRINTF=1 10300 else 10301 HAVE_WPRINTF=0 10302 fi 10303 10304 10305 10306 10307 10308 10309 10310 am_save_CPPFLAGS="$CPPFLAGS" 10311 10312 for element in $INCICONV; do 10313 haveit= 10314 for x in $CPPFLAGS; do 10315 10316 acl_save_prefix="$prefix" 10317 prefix="$acl_final_prefix" 10318 acl_save_exec_prefix="$exec_prefix" 10319 exec_prefix="$acl_final_exec_prefix" 10320 eval x=\"$x\" 10321 exec_prefix="$acl_save_exec_prefix" 10322 prefix="$acl_save_prefix" 10323 10324 if test "X$x" = "X$element"; then 10325 haveit=yes 10326 break 10327 fi 10328 done 10329 if test -z "$haveit"; then 10330 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" 10331 fi 10332 done 10333 10334 10335 { echo "$as_me:$LINENO: checking for iconv" >&5 10336echo $ECHO_N "checking for iconv... $ECHO_C" >&6; } 10337if test "${am_cv_func_iconv+set}" = set; then 10338 echo $ECHO_N "(cached) $ECHO_C" >&6 10339else 10340 10341 am_cv_func_iconv="no, consider installing GNU libiconv" 10342 am_cv_lib_iconv=no 10343 cat >conftest.$ac_ext <<_ACEOF 10344/* confdefs.h. */ 10345_ACEOF 10346cat confdefs.h >>conftest.$ac_ext 10347cat >>conftest.$ac_ext <<_ACEOF 10348/* end confdefs.h. */ 10349#include <stdlib.h> 10350#include <iconv.h> 10351int 10352main () 10353{ 10354iconv_t cd = iconv_open("",""); 10355 iconv(cd,NULL,NULL,NULL,NULL); 10356 iconv_close(cd); 10357 ; 10358 return 0; 10359} 10360_ACEOF 10361rm -f conftest.$ac_objext conftest$ac_exeext 10362if { (ac_try="$ac_link" 10363case "(($ac_try" in 10364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10365 *) ac_try_echo=$ac_try;; 10366esac 10367eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10368 (eval "$ac_link") 2>conftest.er1 10369 ac_status=$? 10370 grep -v '^ *+' conftest.er1 >conftest.err 10371 rm -f conftest.er1 10372 cat conftest.err >&5 10373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10374 (exit $ac_status); } && 10375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10376 { (case "(($ac_try" in 10377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10378 *) ac_try_echo=$ac_try;; 10379esac 10380eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10381 (eval "$ac_try") 2>&5 10382 ac_status=$? 10383 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10384 (exit $ac_status); }; } && 10385 { ac_try='test -s conftest$ac_exeext' 10386 { (case "(($ac_try" in 10387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10388 *) ac_try_echo=$ac_try;; 10389esac 10390eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10391 (eval "$ac_try") 2>&5 10392 ac_status=$? 10393 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10394 (exit $ac_status); }; }; then 10395 am_cv_func_iconv=yes 10396else 10397 echo "$as_me: failed program was:" >&5 10398sed 's/^/| /' conftest.$ac_ext >&5 10399 10400 10401fi 10402 10403rm -f core conftest.err conftest.$ac_objext \ 10404 conftest$ac_exeext conftest.$ac_ext 10405 if test "$am_cv_func_iconv" != yes; then 10406 am_save_LIBS="$LIBS" 10407 LIBS="$LIBS $LIBICONV" 10408 cat >conftest.$ac_ext <<_ACEOF 10409/* confdefs.h. */ 10410_ACEOF 10411cat confdefs.h >>conftest.$ac_ext 10412cat >>conftest.$ac_ext <<_ACEOF 10413/* end confdefs.h. */ 10414#include <stdlib.h> 10415#include <iconv.h> 10416int 10417main () 10418{ 10419iconv_t cd = iconv_open("",""); 10420 iconv(cd,NULL,NULL,NULL,NULL); 10421 iconv_close(cd); 10422 ; 10423 return 0; 10424} 10425_ACEOF 10426rm -f conftest.$ac_objext conftest$ac_exeext 10427if { (ac_try="$ac_link" 10428case "(($ac_try" in 10429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10430 *) ac_try_echo=$ac_try;; 10431esac 10432eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10433 (eval "$ac_link") 2>conftest.er1 10434 ac_status=$? 10435 grep -v '^ *+' conftest.er1 >conftest.err 10436 rm -f conftest.er1 10437 cat conftest.err >&5 10438 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10439 (exit $ac_status); } && 10440 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10441 { (case "(($ac_try" in 10442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10443 *) ac_try_echo=$ac_try;; 10444esac 10445eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10446 (eval "$ac_try") 2>&5 10447 ac_status=$? 10448 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10449 (exit $ac_status); }; } && 10450 { ac_try='test -s conftest$ac_exeext' 10451 { (case "(($ac_try" in 10452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10453 *) ac_try_echo=$ac_try;; 10454esac 10455eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10456 (eval "$ac_try") 2>&5 10457 ac_status=$? 10458 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10459 (exit $ac_status); }; }; then 10460 am_cv_lib_iconv=yes 10461 am_cv_func_iconv=yes 10462else 10463 echo "$as_me: failed program was:" >&5 10464sed 's/^/| /' conftest.$ac_ext >&5 10465 10466 10467fi 10468 10469rm -f core conftest.err conftest.$ac_objext \ 10470 conftest$ac_exeext conftest.$ac_ext 10471 LIBS="$am_save_LIBS" 10472 fi 10473 10474fi 10475{ echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 10476echo "${ECHO_T}$am_cv_func_iconv" >&6; } 10477 if test "$am_cv_func_iconv" = yes; then 10478 10479cat >>confdefs.h <<\_ACEOF 10480#define HAVE_ICONV 1 10481_ACEOF 10482 10483 fi 10484 if test "$am_cv_lib_iconv" = yes; then 10485 { echo "$as_me:$LINENO: checking how to link with libiconv" >&5 10486echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; } 10487 { echo "$as_me:$LINENO: result: $LIBICONV" >&5 10488echo "${ECHO_T}$LIBICONV" >&6; } 10489 else 10490 CPPFLAGS="$am_save_CPPFLAGS" 10491 LIBICONV= 10492 LTLIBICONV= 10493 fi 10494 10495 10496 10497 if test "$am_cv_func_iconv" = yes; then 10498 { echo "$as_me:$LINENO: checking for iconv declaration" >&5 10499echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6; } 10500 if test "${am_cv_proto_iconv+set}" = set; then 10501 echo $ECHO_N "(cached) $ECHO_C" >&6 10502else 10503 10504 cat >conftest.$ac_ext <<_ACEOF 10505/* confdefs.h. */ 10506_ACEOF 10507cat confdefs.h >>conftest.$ac_ext 10508cat >>conftest.$ac_ext <<_ACEOF 10509/* end confdefs.h. */ 10510 10511#include <stdlib.h> 10512#include <iconv.h> 10513extern 10514#ifdef __cplusplus 10515"C" 10516#endif 10517#if defined(__STDC__) || defined(__cplusplus) 10518size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); 10519#else 10520size_t iconv(); 10521#endif 10522 10523int 10524main () 10525{ 10526 10527 ; 10528 return 0; 10529} 10530_ACEOF 10531rm -f conftest.$ac_objext 10532if { (ac_try="$ac_compile" 10533case "(($ac_try" in 10534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10535 *) ac_try_echo=$ac_try;; 10536esac 10537eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10538 (eval "$ac_compile") 2>conftest.er1 10539 ac_status=$? 10540 grep -v '^ *+' conftest.er1 >conftest.err 10541 rm -f conftest.er1 10542 cat conftest.err >&5 10543 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10544 (exit $ac_status); } && 10545 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10546 { (case "(($ac_try" in 10547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10548 *) ac_try_echo=$ac_try;; 10549esac 10550eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10551 (eval "$ac_try") 2>&5 10552 ac_status=$? 10553 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10554 (exit $ac_status); }; } && 10555 { ac_try='test -s conftest.$ac_objext' 10556 { (case "(($ac_try" in 10557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10558 *) ac_try_echo=$ac_try;; 10559esac 10560eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10561 (eval "$ac_try") 2>&5 10562 ac_status=$? 10563 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10564 (exit $ac_status); }; }; then 10565 am_cv_proto_iconv_arg1="" 10566else 10567 echo "$as_me: failed program was:" >&5 10568sed 's/^/| /' conftest.$ac_ext >&5 10569 10570 am_cv_proto_iconv_arg1="const" 10571fi 10572 10573rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10574 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);" 10575fi 10576 10577 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` 10578 { echo "$as_me:$LINENO: result: ${ac_t:- 10579 }$am_cv_proto_iconv" >&5 10580echo "${ECHO_T}${ac_t:- 10581 }$am_cv_proto_iconv" >&6; } 10582 10583cat >>confdefs.h <<_ACEOF 10584#define ICONV_CONST $am_cv_proto_iconv_arg1 10585_ACEOF 10586 10587 fi 10588 10589 10590 { echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 10591echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; } 10592if test "${am_cv_langinfo_codeset+set}" = set; then 10593 echo $ECHO_N "(cached) $ECHO_C" >&6 10594else 10595 cat >conftest.$ac_ext <<_ACEOF 10596/* confdefs.h. */ 10597_ACEOF 10598cat confdefs.h >>conftest.$ac_ext 10599cat >>conftest.$ac_ext <<_ACEOF 10600/* end confdefs.h. */ 10601#include <langinfo.h> 10602int 10603main () 10604{ 10605char* cs = nl_langinfo(CODESET); 10606 ; 10607 return 0; 10608} 10609_ACEOF 10610rm -f conftest.$ac_objext conftest$ac_exeext 10611if { (ac_try="$ac_link" 10612case "(($ac_try" in 10613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10614 *) ac_try_echo=$ac_try;; 10615esac 10616eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10617 (eval "$ac_link") 2>conftest.er1 10618 ac_status=$? 10619 grep -v '^ *+' conftest.er1 >conftest.err 10620 rm -f conftest.er1 10621 cat conftest.err >&5 10622 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10623 (exit $ac_status); } && 10624 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10625 { (case "(($ac_try" in 10626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10627 *) ac_try_echo=$ac_try;; 10628esac 10629eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10630 (eval "$ac_try") 2>&5 10631 ac_status=$? 10632 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10633 (exit $ac_status); }; } && 10634 { ac_try='test -s conftest$ac_exeext' 10635 { (case "(($ac_try" in 10636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10637 *) ac_try_echo=$ac_try;; 10638esac 10639eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10640 (eval "$ac_try") 2>&5 10641 ac_status=$? 10642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10643 (exit $ac_status); }; }; then 10644 am_cv_langinfo_codeset=yes 10645else 10646 echo "$as_me: failed program was:" >&5 10647sed 's/^/| /' conftest.$ac_ext >&5 10648 10649 am_cv_langinfo_codeset=no 10650fi 10651 10652rm -f core conftest.err conftest.$ac_objext \ 10653 conftest$ac_exeext conftest.$ac_ext 10654 10655fi 10656{ echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5 10657echo "${ECHO_T}$am_cv_langinfo_codeset" >&6; } 10658 if test $am_cv_langinfo_codeset = yes; then 10659 10660cat >>confdefs.h <<\_ACEOF 10661#define HAVE_LANGINFO_CODESET 1 10662_ACEOF 10663 10664 fi 10665 10666 if test $ac_cv_header_locale_h = yes; then 10667 10668 { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 10669echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; } 10670if test "${am_cv_val_LC_MESSAGES+set}" = set; then 10671 echo $ECHO_N "(cached) $ECHO_C" >&6 10672else 10673 cat >conftest.$ac_ext <<_ACEOF 10674/* confdefs.h. */ 10675_ACEOF 10676cat confdefs.h >>conftest.$ac_ext 10677cat >>conftest.$ac_ext <<_ACEOF 10678/* end confdefs.h. */ 10679#include <locale.h> 10680int 10681main () 10682{ 10683return LC_MESSAGES 10684 ; 10685 return 0; 10686} 10687_ACEOF 10688rm -f conftest.$ac_objext conftest$ac_exeext 10689if { (ac_try="$ac_link" 10690case "(($ac_try" in 10691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10692 *) ac_try_echo=$ac_try;; 10693esac 10694eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10695 (eval "$ac_link") 2>conftest.er1 10696 ac_status=$? 10697 grep -v '^ *+' conftest.er1 >conftest.err 10698 rm -f conftest.er1 10699 cat conftest.err >&5 10700 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10701 (exit $ac_status); } && 10702 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10703 { (case "(($ac_try" in 10704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10705 *) ac_try_echo=$ac_try;; 10706esac 10707eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10708 (eval "$ac_try") 2>&5 10709 ac_status=$? 10710 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10711 (exit $ac_status); }; } && 10712 { ac_try='test -s conftest$ac_exeext' 10713 { (case "(($ac_try" in 10714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10715 *) ac_try_echo=$ac_try;; 10716esac 10717eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10718 (eval "$ac_try") 2>&5 10719 ac_status=$? 10720 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10721 (exit $ac_status); }; }; then 10722 am_cv_val_LC_MESSAGES=yes 10723else 10724 echo "$as_me: failed program was:" >&5 10725sed 's/^/| /' conftest.$ac_ext >&5 10726 10727 am_cv_val_LC_MESSAGES=no 10728fi 10729 10730rm -f core conftest.err conftest.$ac_objext \ 10731 conftest$ac_exeext conftest.$ac_ext 10732fi 10733{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 10734echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; } 10735 if test $am_cv_val_LC_MESSAGES = yes; then 10736 10737cat >>confdefs.h <<\_ACEOF 10738#define HAVE_LC_MESSAGES 1 10739_ACEOF 10740 10741 fi 10742 10743 fi 10744 10745 for ac_prog in bison 10746do 10747 # Extract the first word of "$ac_prog", so it can be a program name with args. 10748set dummy $ac_prog; ac_word=$2 10749{ echo "$as_me:$LINENO: checking for $ac_word" >&5 10750echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 10751if test "${ac_cv_prog_INTLBISON+set}" = set; then 10752 echo $ECHO_N "(cached) $ECHO_C" >&6 10753else 10754 if test -n "$INTLBISON"; then 10755 ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test. 10756else 10757as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 10758for as_dir in $PATH 10759do 10760 IFS=$as_save_IFS 10761 test -z "$as_dir" && as_dir=. 10762 for ac_exec_ext in '' $ac_executable_extensions; do 10763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 10764 ac_cv_prog_INTLBISON="$ac_prog" 10765 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 10766 break 2 10767 fi 10768done 10769done 10770IFS=$as_save_IFS 10771 10772fi 10773fi 10774INTLBISON=$ac_cv_prog_INTLBISON 10775if test -n "$INTLBISON"; then 10776 { echo "$as_me:$LINENO: result: $INTLBISON" >&5 10777echo "${ECHO_T}$INTLBISON" >&6; } 10778else 10779 { echo "$as_me:$LINENO: result: no" >&5 10780echo "${ECHO_T}no" >&6; } 10781fi 10782 10783 10784 test -n "$INTLBISON" && break 10785done 10786 10787 if test -z "$INTLBISON"; then 10788 ac_verc_fail=yes 10789 else 10790 { echo "$as_me:$LINENO: checking version of bison" >&5 10791echo $ECHO_N "checking version of bison... $ECHO_C" >&6; } 10792 ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` 10793 case $ac_prog_version in 10794 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; 10795 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*) 10796 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; 10797 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; 10798 esac 10799 { echo "$as_me:$LINENO: result: $ac_prog_version" >&5 10800echo "${ECHO_T}$ac_prog_version" >&6; } 10801 fi 10802 if test $ac_verc_fail = yes; then 10803 INTLBISON=: 10804 fi 10805 10806 10807 10808 10809 10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 10820 10821 { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 10822echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } 10823 # Check whether --enable-nls was given. 10824if test "${enable_nls+set}" = set; then 10825 enableval=$enable_nls; USE_NLS=$enableval 10826else 10827 USE_NLS=yes 10828fi 10829 10830 { echo "$as_me:$LINENO: result: $USE_NLS" >&5 10831echo "${ECHO_T}$USE_NLS" >&6; } 10832 10833 10834 10835 10836 BUILD_INCLUDED_LIBINTL=no 10837 USE_INCLUDED_LIBINTL=no 10838 10839 LIBINTL= 10840 LTLIBINTL= 10841 POSUB= 10842 10843 if test "$USE_NLS" = "yes"; then 10844 gt_use_preinstalled_gnugettext=no 10845 10846 { echo "$as_me:$LINENO: checking whether included gettext is requested" >&5 10847echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6; } 10848 10849# Check whether --with-included-gettext was given. 10850if test "${with_included_gettext+set}" = set; then 10851 withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval 10852else 10853 nls_cv_force_use_gnu_gettext=no 10854fi 10855 10856 { echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5 10857echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6; } 10858 10859 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" 10860 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then 10861 10862 10863 10864 10865 10866 10867 { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 10868echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; } 10869if test "${gt_cv_func_gnugettext1_libc+set}" = set; then 10870 echo $ECHO_N "(cached) $ECHO_C" >&6 10871else 10872 cat >conftest.$ac_ext <<_ACEOF 10873/* confdefs.h. */ 10874_ACEOF 10875cat confdefs.h >>conftest.$ac_ext 10876cat >>conftest.$ac_ext <<_ACEOF 10877/* end confdefs.h. */ 10878#include <libintl.h> 10879extern int _nl_msg_cat_cntr; 10880extern int *_nl_domain_bindings; 10881int 10882main () 10883{ 10884bindtextdomain ("", ""); 10885return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings 10886 ; 10887 return 0; 10888} 10889_ACEOF 10890rm -f conftest.$ac_objext conftest$ac_exeext 10891if { (ac_try="$ac_link" 10892case "(($ac_try" in 10893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10894 *) ac_try_echo=$ac_try;; 10895esac 10896eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10897 (eval "$ac_link") 2>conftest.er1 10898 ac_status=$? 10899 grep -v '^ *+' conftest.er1 >conftest.err 10900 rm -f conftest.er1 10901 cat conftest.err >&5 10902 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10903 (exit $ac_status); } && 10904 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10905 { (case "(($ac_try" in 10906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10907 *) ac_try_echo=$ac_try;; 10908esac 10909eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10910 (eval "$ac_try") 2>&5 10911 ac_status=$? 10912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10913 (exit $ac_status); }; } && 10914 { ac_try='test -s conftest$ac_exeext' 10915 { (case "(($ac_try" in 10916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10917 *) ac_try_echo=$ac_try;; 10918esac 10919eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10920 (eval "$ac_try") 2>&5 10921 ac_status=$? 10922 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10923 (exit $ac_status); }; }; then 10924 gt_cv_func_gnugettext1_libc=yes 10925else 10926 echo "$as_me: failed program was:" >&5 10927sed 's/^/| /' conftest.$ac_ext >&5 10928 10929 gt_cv_func_gnugettext1_libc=no 10930fi 10931 10932rm -f core conftest.err conftest.$ac_objext \ 10933 conftest$ac_exeext conftest.$ac_ext 10934fi 10935{ echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5 10936echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6; } 10937 10938 if test "$gt_cv_func_gnugettext1_libc" != "yes"; then 10939 10940 10941 10942 use_additional=yes 10943 10944 acl_save_prefix="$prefix" 10945 prefix="$acl_final_prefix" 10946 acl_save_exec_prefix="$exec_prefix" 10947 exec_prefix="$acl_final_exec_prefix" 10948 10949 eval additional_includedir=\"$includedir\" 10950 eval additional_libdir=\"$libdir\" 10951 10952 exec_prefix="$acl_save_exec_prefix" 10953 prefix="$acl_save_prefix" 10954 10955 10956# Check whether --with-libintl-prefix was given. 10957if test "${with_libintl_prefix+set}" = set; then 10958 withval=$with_libintl_prefix; 10959 if test "X$withval" = "Xno"; then 10960 use_additional=no 10961 else 10962 if test "X$withval" = "X"; then 10963 10964 acl_save_prefix="$prefix" 10965 prefix="$acl_final_prefix" 10966 acl_save_exec_prefix="$exec_prefix" 10967 exec_prefix="$acl_final_exec_prefix" 10968 10969 eval additional_includedir=\"$includedir\" 10970 eval additional_libdir=\"$libdir\" 10971 10972 exec_prefix="$acl_save_exec_prefix" 10973 prefix="$acl_save_prefix" 10974 10975 else 10976 additional_includedir="$withval/include" 10977 additional_libdir="$withval/lib" 10978 fi 10979 fi 10980 10981fi 10982 10983 LIBINTL= 10984 LTLIBINTL= 10985 INCINTL= 10986 rpathdirs= 10987 ltrpathdirs= 10988 names_already_handled= 10989 names_next_round='intl ' 10990 while test -n "$names_next_round"; do 10991 names_this_round="$names_next_round" 10992 names_next_round= 10993 for name in $names_this_round; do 10994 already_handled= 10995 for n in $names_already_handled; do 10996 if test "$n" = "$name"; then 10997 already_handled=yes 10998 break 10999 fi 11000 done 11001 if test -z "$already_handled"; then 11002 names_already_handled="$names_already_handled $name" 11003 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` 11004 eval value=\"\$HAVE_LIB$uppername\" 11005 if test -n "$value"; then 11006 if test "$value" = yes; then 11007 eval value=\"\$LIB$uppername\" 11008 test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value" 11009 eval value=\"\$LTLIB$uppername\" 11010 test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value" 11011 else 11012 : 11013 fi 11014 else 11015 found_dir= 11016 found_la= 11017 found_so= 11018 found_a= 11019 if test $use_additional = yes; then 11020 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then 11021 found_dir="$additional_libdir" 11022 found_so="$additional_libdir/lib$name.$shlibext" 11023 if test -f "$additional_libdir/lib$name.la"; then 11024 found_la="$additional_libdir/lib$name.la" 11025 fi 11026 else 11027 if test -f "$additional_libdir/lib$name.$libext"; then 11028 found_dir="$additional_libdir" 11029 found_a="$additional_libdir/lib$name.$libext" 11030 if test -f "$additional_libdir/lib$name.la"; then 11031 found_la="$additional_libdir/lib$name.la" 11032 fi 11033 fi 11034 fi 11035 fi 11036 if test "X$found_dir" = "X"; then 11037 for x in $LDFLAGS $LTLIBINTL; do 11038 11039 acl_save_prefix="$prefix" 11040 prefix="$acl_final_prefix" 11041 acl_save_exec_prefix="$exec_prefix" 11042 exec_prefix="$acl_final_exec_prefix" 11043 eval x=\"$x\" 11044 exec_prefix="$acl_save_exec_prefix" 11045 prefix="$acl_save_prefix" 11046 11047 case "$x" in 11048 -L*) 11049 dir=`echo "X$x" | sed -e 's/^X-L//'` 11050 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then 11051 found_dir="$dir" 11052 found_so="$dir/lib$name.$shlibext" 11053 if test -f "$dir/lib$name.la"; then 11054 found_la="$dir/lib$name.la" 11055 fi 11056 else 11057 if test -f "$dir/lib$name.$libext"; then 11058 found_dir="$dir" 11059 found_a="$dir/lib$name.$libext" 11060 if test -f "$dir/lib$name.la"; then 11061 found_la="$dir/lib$name.la" 11062 fi 11063 fi 11064 fi 11065 ;; 11066 esac 11067 if test "X$found_dir" != "X"; then 11068 break 11069 fi 11070 done 11071 fi 11072 if test "X$found_dir" != "X"; then 11073 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name" 11074 if test "X$found_so" != "X"; then 11075 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then 11076 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" 11077 else 11078 haveit= 11079 for x in $ltrpathdirs; do 11080 if test "X$x" = "X$found_dir"; then 11081 haveit=yes 11082 break 11083 fi 11084 done 11085 if test -z "$haveit"; then 11086 ltrpathdirs="$ltrpathdirs $found_dir" 11087 fi 11088 if test "$hardcode_direct" = yes; then 11089 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" 11090 else 11091 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then 11092 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" 11093 haveit= 11094 for x in $rpathdirs; do 11095 if test "X$x" = "X$found_dir"; then 11096 haveit=yes 11097 break 11098 fi 11099 done 11100 if test -z "$haveit"; then 11101 rpathdirs="$rpathdirs $found_dir" 11102 fi 11103 else 11104 haveit= 11105 for x in $LDFLAGS $LIBINTL; do 11106 11107 acl_save_prefix="$prefix" 11108 prefix="$acl_final_prefix" 11109 acl_save_exec_prefix="$exec_prefix" 11110 exec_prefix="$acl_final_exec_prefix" 11111 eval x=\"$x\" 11112 exec_prefix="$acl_save_exec_prefix" 11113 prefix="$acl_save_prefix" 11114 11115 if test "X$x" = "X-L$found_dir"; then 11116 haveit=yes 11117 break 11118 fi 11119 done 11120 if test -z "$haveit"; then 11121 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir" 11122 fi 11123 if test "$hardcode_minus_L" != no; then 11124 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" 11125 else 11126 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" 11127 fi 11128 fi 11129 fi 11130 fi 11131 else 11132 if test "X$found_a" != "X"; then 11133 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a" 11134 else 11135 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name" 11136 fi 11137 fi 11138 additional_includedir= 11139 case "$found_dir" in 11140 */lib | */lib/) 11141 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` 11142 additional_includedir="$basedir/include" 11143 ;; 11144 esac 11145 if test "X$additional_includedir" != "X"; then 11146 if test "X$additional_includedir" != "X/usr/include"; then 11147 haveit= 11148 if test "X$additional_includedir" = "X/usr/local/include"; then 11149 if test -n "$GCC"; then 11150 case $host_os in 11151 linux*) haveit=yes;; 11152 esac 11153 fi 11154 fi 11155 if test -z "$haveit"; then 11156 for x in $CPPFLAGS $INCINTL; do 11157 11158 acl_save_prefix="$prefix" 11159 prefix="$acl_final_prefix" 11160 acl_save_exec_prefix="$exec_prefix" 11161 exec_prefix="$acl_final_exec_prefix" 11162 eval x=\"$x\" 11163 exec_prefix="$acl_save_exec_prefix" 11164 prefix="$acl_save_prefix" 11165 11166 if test "X$x" = "X-I$additional_includedir"; then 11167 haveit=yes 11168 break 11169 fi 11170 done 11171 if test -z "$haveit"; then 11172 if test -d "$additional_includedir"; then 11173 INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir" 11174 fi 11175 fi 11176 fi 11177 fi 11178 fi 11179 if test -n "$found_la"; then 11180 save_libdir="$libdir" 11181 case "$found_la" in 11182 */* | *\\*) . "$found_la" ;; 11183 *) . "./$found_la" ;; 11184 esac 11185 libdir="$save_libdir" 11186 for dep in $dependency_libs; do 11187 case "$dep" in 11188 -L*) 11189 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` 11190 if test "X$additional_libdir" != "X/usr/lib"; then 11191 haveit= 11192 if test "X$additional_libdir" = "X/usr/local/lib"; then 11193 if test -n "$GCC"; then 11194 case $host_os in 11195 linux*) haveit=yes;; 11196 esac 11197 fi 11198 fi 11199 if test -z "$haveit"; then 11200 haveit= 11201 for x in $LDFLAGS $LIBINTL; do 11202 11203 acl_save_prefix="$prefix" 11204 prefix="$acl_final_prefix" 11205 acl_save_exec_prefix="$exec_prefix" 11206 exec_prefix="$acl_final_exec_prefix" 11207 eval x=\"$x\" 11208 exec_prefix="$acl_save_exec_prefix" 11209 prefix="$acl_save_prefix" 11210 11211 if test "X$x" = "X-L$additional_libdir"; then 11212 haveit=yes 11213 break 11214 fi 11215 done 11216 if test -z "$haveit"; then 11217 if test -d "$additional_libdir"; then 11218 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir" 11219 fi 11220 fi 11221 haveit= 11222 for x in $LDFLAGS $LTLIBINTL; do 11223 11224 acl_save_prefix="$prefix" 11225 prefix="$acl_final_prefix" 11226 acl_save_exec_prefix="$exec_prefix" 11227 exec_prefix="$acl_final_exec_prefix" 11228 eval x=\"$x\" 11229 exec_prefix="$acl_save_exec_prefix" 11230 prefix="$acl_save_prefix" 11231 11232 if test "X$x" = "X-L$additional_libdir"; then 11233 haveit=yes 11234 break 11235 fi 11236 done 11237 if test -z "$haveit"; then 11238 if test -d "$additional_libdir"; then 11239 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir" 11240 fi 11241 fi 11242 fi 11243 fi 11244 ;; 11245 -R*) 11246 dir=`echo "X$dep" | sed -e 's/^X-R//'` 11247 if test "$enable_rpath" != no; then 11248 haveit= 11249 for x in $rpathdirs; do 11250 if test "X$x" = "X$dir"; then 11251 haveit=yes 11252 break 11253 fi 11254 done 11255 if test -z "$haveit"; then 11256 rpathdirs="$rpathdirs $dir" 11257 fi 11258 haveit= 11259 for x in $ltrpathdirs; do 11260 if test "X$x" = "X$dir"; then 11261 haveit=yes 11262 break 11263 fi 11264 done 11265 if test -z "$haveit"; then 11266 ltrpathdirs="$ltrpathdirs $dir" 11267 fi 11268 fi 11269 ;; 11270 -l*) 11271 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` 11272 ;; 11273 *.la) 11274 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` 11275 ;; 11276 *) 11277 LIBINTL="${LIBINTL}${LIBINTL:+ }$dep" 11278 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep" 11279 ;; 11280 esac 11281 done 11282 fi 11283 else 11284 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" 11285 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name" 11286 fi 11287 fi 11288 fi 11289 done 11290 done 11291 if test "X$rpathdirs" != "X"; then 11292 if test -n "$hardcode_libdir_separator"; then 11293 alldirs= 11294 for found_dir in $rpathdirs; do 11295 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" 11296 done 11297 acl_save_libdir="$libdir" 11298 libdir="$alldirs" 11299 eval flag=\"$hardcode_libdir_flag_spec\" 11300 libdir="$acl_save_libdir" 11301 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" 11302 else 11303 for found_dir in $rpathdirs; do 11304 acl_save_libdir="$libdir" 11305 libdir="$found_dir" 11306 eval flag=\"$hardcode_libdir_flag_spec\" 11307 libdir="$acl_save_libdir" 11308 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" 11309 done 11310 fi 11311 fi 11312 if test "X$ltrpathdirs" != "X"; then 11313 for found_dir in $ltrpathdirs; do 11314 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" 11315 done 11316 fi 11317 11318 { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 11319echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; } 11320if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then 11321 echo $ECHO_N "(cached) $ECHO_C" >&6 11322else 11323 gt_save_CPPFLAGS="$CPPFLAGS" 11324 CPPFLAGS="$CPPFLAGS $INCINTL" 11325 gt_save_LIBS="$LIBS" 11326 LIBS="$LIBS $LIBINTL" 11327 cat >conftest.$ac_ext <<_ACEOF 11328/* confdefs.h. */ 11329_ACEOF 11330cat confdefs.h >>conftest.$ac_ext 11331cat >>conftest.$ac_ext <<_ACEOF 11332/* end confdefs.h. */ 11333#include <libintl.h> 11334extern int _nl_msg_cat_cntr; 11335extern 11336#ifdef __cplusplus 11337"C" 11338#endif 11339const char *_nl_expand_alias (); 11340int 11341main () 11342{ 11343bindtextdomain ("", ""); 11344return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0) 11345 ; 11346 return 0; 11347} 11348_ACEOF 11349rm -f conftest.$ac_objext conftest$ac_exeext 11350if { (ac_try="$ac_link" 11351case "(($ac_try" in 11352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11353 *) ac_try_echo=$ac_try;; 11354esac 11355eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11356 (eval "$ac_link") 2>conftest.er1 11357 ac_status=$? 11358 grep -v '^ *+' conftest.er1 >conftest.err 11359 rm -f conftest.er1 11360 cat conftest.err >&5 11361 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11362 (exit $ac_status); } && 11363 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11364 { (case "(($ac_try" in 11365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11366 *) ac_try_echo=$ac_try;; 11367esac 11368eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11369 (eval "$ac_try") 2>&5 11370 ac_status=$? 11371 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11372 (exit $ac_status); }; } && 11373 { ac_try='test -s conftest$ac_exeext' 11374 { (case "(($ac_try" in 11375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11376 *) ac_try_echo=$ac_try;; 11377esac 11378eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11379 (eval "$ac_try") 2>&5 11380 ac_status=$? 11381 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11382 (exit $ac_status); }; }; then 11383 gt_cv_func_gnugettext1_libintl=yes 11384else 11385 echo "$as_me: failed program was:" >&5 11386sed 's/^/| /' conftest.$ac_ext >&5 11387 11388 gt_cv_func_gnugettext1_libintl=no 11389fi 11390 11391rm -f core conftest.err conftest.$ac_objext \ 11392 conftest$ac_exeext conftest.$ac_ext 11393 if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then 11394 LIBS="$LIBS $LIBICONV" 11395 cat >conftest.$ac_ext <<_ACEOF 11396/* confdefs.h. */ 11397_ACEOF 11398cat confdefs.h >>conftest.$ac_ext 11399cat >>conftest.$ac_ext <<_ACEOF 11400/* end confdefs.h. */ 11401#include <libintl.h> 11402extern int _nl_msg_cat_cntr; 11403extern 11404#ifdef __cplusplus 11405"C" 11406#endif 11407const char *_nl_expand_alias (); 11408int 11409main () 11410{ 11411bindtextdomain ("", ""); 11412return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0) 11413 ; 11414 return 0; 11415} 11416_ACEOF 11417rm -f conftest.$ac_objext conftest$ac_exeext 11418if { (ac_try="$ac_link" 11419case "(($ac_try" in 11420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11421 *) ac_try_echo=$ac_try;; 11422esac 11423eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11424 (eval "$ac_link") 2>conftest.er1 11425 ac_status=$? 11426 grep -v '^ *+' conftest.er1 >conftest.err 11427 rm -f conftest.er1 11428 cat conftest.err >&5 11429 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11430 (exit $ac_status); } && 11431 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11432 { (case "(($ac_try" in 11433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11434 *) ac_try_echo=$ac_try;; 11435esac 11436eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11437 (eval "$ac_try") 2>&5 11438 ac_status=$? 11439 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11440 (exit $ac_status); }; } && 11441 { ac_try='test -s conftest$ac_exeext' 11442 { (case "(($ac_try" in 11443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11444 *) ac_try_echo=$ac_try;; 11445esac 11446eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11447 (eval "$ac_try") 2>&5 11448 ac_status=$? 11449 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11450 (exit $ac_status); }; }; then 11451 LIBINTL="$LIBINTL $LIBICONV" 11452 LTLIBINTL="$LTLIBINTL $LTLIBICONV" 11453 gt_cv_func_gnugettext1_libintl=yes 11454 11455else 11456 echo "$as_me: failed program was:" >&5 11457sed 's/^/| /' conftest.$ac_ext >&5 11458 11459 11460fi 11461 11462rm -f core conftest.err conftest.$ac_objext \ 11463 conftest$ac_exeext conftest.$ac_ext 11464 fi 11465 CPPFLAGS="$gt_save_CPPFLAGS" 11466 LIBS="$gt_save_LIBS" 11467fi 11468{ echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5 11469echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; } 11470 fi 11471 11472 if test "$gt_cv_func_gnugettext1_libc" = "yes" \ 11473 || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \ 11474 && test "$PACKAGE" != gettext-runtime \ 11475 && test "$PACKAGE" != gettext-tools; }; then 11476 gt_use_preinstalled_gnugettext=yes 11477 else 11478 LIBINTL= 11479 LTLIBINTL= 11480 INCINTL= 11481 fi 11482 11483 11484 if test "$gt_use_preinstalled_gnugettext" != "yes"; then 11485 nls_cv_use_gnu_gettext=yes 11486 fi 11487 fi 11488 11489 if test "$nls_cv_use_gnu_gettext" = "yes"; then 11490 BUILD_INCLUDED_LIBINTL=yes 11491 USE_INCLUDED_LIBINTL=yes 11492 LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV" 11493 LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV" 11494 LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` 11495 fi 11496 11497 if test "$gt_use_preinstalled_gnugettext" = "yes" \ 11498 || test "$nls_cv_use_gnu_gettext" = "yes"; then 11499 CATOBJEXT=.gmo 11500 fi 11501 11502 11503 if test "$gt_use_preinstalled_gnugettext" = "yes" \ 11504 || test "$nls_cv_use_gnu_gettext" = "yes"; then 11505 11506cat >>confdefs.h <<\_ACEOF 11507#define ENABLE_NLS 1 11508_ACEOF 11509 11510 else 11511 USE_NLS=no 11512 fi 11513 fi 11514 11515 { echo "$as_me:$LINENO: checking whether to use NLS" >&5 11516echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; } 11517 { echo "$as_me:$LINENO: result: $USE_NLS" >&5 11518echo "${ECHO_T}$USE_NLS" >&6; } 11519 if test "$USE_NLS" = "yes"; then 11520 { echo "$as_me:$LINENO: checking where the gettext function comes from" >&5 11521echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; } 11522 if test "$gt_use_preinstalled_gnugettext" = "yes"; then 11523 if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then 11524 gt_source="external libintl" 11525 else 11526 gt_source="libc" 11527 fi 11528 else 11529 gt_source="included intl directory" 11530 fi 11531 { echo "$as_me:$LINENO: result: $gt_source" >&5 11532echo "${ECHO_T}$gt_source" >&6; } 11533 fi 11534 11535 if test "$USE_NLS" = "yes"; then 11536 11537 if test "$gt_use_preinstalled_gnugettext" = "yes"; then 11538 if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then 11539 { echo "$as_me:$LINENO: checking how to link with libintl" >&5 11540echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; } 11541 { echo "$as_me:$LINENO: result: $LIBINTL" >&5 11542echo "${ECHO_T}$LIBINTL" >&6; } 11543 11544 for element in $INCINTL; do 11545 haveit= 11546 for x in $CPPFLAGS; do 11547 11548 acl_save_prefix="$prefix" 11549 prefix="$acl_final_prefix" 11550 acl_save_exec_prefix="$exec_prefix" 11551 exec_prefix="$acl_final_exec_prefix" 11552 eval x=\"$x\" 11553 exec_prefix="$acl_save_exec_prefix" 11554 prefix="$acl_save_prefix" 11555 11556 if test "X$x" = "X$element"; then 11557 haveit=yes 11558 break 11559 fi 11560 done 11561 if test -z "$haveit"; then 11562 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" 11563 fi 11564 done 11565 11566 fi 11567 11568 11569cat >>confdefs.h <<\_ACEOF 11570#define HAVE_GETTEXT 1 11571_ACEOF 11572 11573 11574cat >>confdefs.h <<\_ACEOF 11575#define HAVE_DCGETTEXT 1 11576_ACEOF 11577 11578 fi 11579 11580 POSUB=po 11581 fi 11582 11583 11584 if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then 11585 BUILD_INCLUDED_LIBINTL=yes 11586 fi 11587 11588 11589 11590 11591 11592 nls_cv_header_intl= 11593 nls_cv_header_libgt= 11594 11595 DATADIRNAME=share 11596 11597 11598 INSTOBJEXT=.mo 11599 11600 11601 GENCAT=gencat 11602 11603 11604 if test "$USE_INCLUDED_LIBINTL" = yes; then 11605 INTLOBJS="\$(GETTOBJS)" 11606 fi 11607 11608 11609 INTL_LIBTOOL_SUFFIX_PREFIX= 11610 11611 11612 11613 INTLLIBS="$LIBINTL" 11614 11615 11616 11617 11618 11619 11620 11621{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 11622echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 11623set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 11624if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 11625 echo $ECHO_N "(cached) $ECHO_C" >&6 11626else 11627 cat >conftest.make <<\_ACEOF 11628SHELL = /bin/sh 11629all: 11630 @echo '@@@%%%=$(MAKE)=@@@%%%' 11631_ACEOF 11632# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 11633case `${MAKE-make} -f conftest.make 2>/dev/null` in 11634 *@@@%%%=?*=@@@%%%*) 11635 eval ac_cv_prog_make_${ac_make}_set=yes;; 11636 *) 11637 eval ac_cv_prog_make_${ac_make}_set=no;; 11638esac 11639rm -f conftest.make 11640fi 11641if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 11642 { echo "$as_me:$LINENO: result: yes" >&5 11643echo "${ECHO_T}yes" >&6; } 11644 SET_MAKE= 11645else 11646 { echo "$as_me:$LINENO: result: no" >&5 11647echo "${ECHO_T}no" >&6; } 11648 SET_MAKE="MAKE=${MAKE-make}" 11649fi 11650 11651# Extract the first word of "ln", so it can be a program name with args. 11652set dummy ln; ac_word=$2 11653{ echo "$as_me:$LINENO: checking for $ac_word" >&5 11654echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11655if test "${ac_cv_path_LN+set}" = set; then 11656 echo $ECHO_N "(cached) $ECHO_C" >&6 11657else 11658 case $LN in 11659 [\\/]* | ?:[\\/]*) 11660 ac_cv_path_LN="$LN" # Let the user override the test with a path. 11661 ;; 11662 *) 11663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11664for as_dir in $PATH 11665do 11666 IFS=$as_save_IFS 11667 test -z "$as_dir" && as_dir=. 11668 for ac_exec_ext in '' $ac_executable_extensions; do 11669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 11670 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext" 11671 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 11672 break 2 11673 fi 11674done 11675done 11676IFS=$as_save_IFS 11677 11678 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln" 11679 ;; 11680esac 11681fi 11682LN=$ac_cv_path_LN 11683if test -n "$LN"; then 11684 { echo "$as_me:$LINENO: result: $LN" >&5 11685echo "${ECHO_T}$LN" >&6; } 11686else 11687 { echo "$as_me:$LINENO: result: no" >&5 11688echo "${ECHO_T}no" >&6; } 11689fi 11690 11691 11692{ echo "$as_me:$LINENO: checking whether ln -s works" >&5 11693echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } 11694LN_S=$as_ln_s 11695if test "$LN_S" = "ln -s"; then 11696 { echo "$as_me:$LINENO: result: yes" >&5 11697echo "${ECHO_T}yes" >&6; } 11698else 11699 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 11700echo "${ECHO_T}no, using $LN_S" >&6; } 11701fi 11702 11703# Extract the first word of "mv", so it can be a program name with args. 11704set dummy mv; ac_word=$2 11705{ echo "$as_me:$LINENO: checking for $ac_word" >&5 11706echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11707if test "${ac_cv_path_MV+set}" = set; then 11708 echo $ECHO_N "(cached) $ECHO_C" >&6 11709else 11710 case $MV in 11711 [\\/]* | ?:[\\/]*) 11712 ac_cv_path_MV="$MV" # Let the user override the test with a path. 11713 ;; 11714 *) 11715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11716for as_dir in $PATH 11717do 11718 IFS=$as_save_IFS 11719 test -z "$as_dir" && as_dir=. 11720 for ac_exec_ext in '' $ac_executable_extensions; do 11721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 11722 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext" 11723 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 11724 break 2 11725 fi 11726done 11727done 11728IFS=$as_save_IFS 11729 11730 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv" 11731 ;; 11732esac 11733fi 11734MV=$ac_cv_path_MV 11735if test -n "$MV"; then 11736 { echo "$as_me:$LINENO: result: $MV" >&5 11737echo "${ECHO_T}$MV" >&6; } 11738else 11739 { echo "$as_me:$LINENO: result: no" >&5 11740echo "${ECHO_T}no" >&6; } 11741fi 11742 11743 11744# Extract the first word of "cp", so it can be a program name with args. 11745set dummy cp; ac_word=$2 11746{ echo "$as_me:$LINENO: checking for $ac_word" >&5 11747echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11748if test "${ac_cv_path_CP+set}" = set; then 11749 echo $ECHO_N "(cached) $ECHO_C" >&6 11750else 11751 case $CP in 11752 [\\/]* | ?:[\\/]*) 11753 ac_cv_path_CP="$CP" # Let the user override the test with a path. 11754 ;; 11755 *) 11756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11757for as_dir in $PATH 11758do 11759 IFS=$as_save_IFS 11760 test -z "$as_dir" && as_dir=. 11761 for ac_exec_ext in '' $ac_executable_extensions; do 11762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 11763 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext" 11764 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 11765 break 2 11766 fi 11767done 11768done 11769IFS=$as_save_IFS 11770 11771 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp" 11772 ;; 11773esac 11774fi 11775CP=$ac_cv_path_CP 11776if test -n "$CP"; then 11777 { echo "$as_me:$LINENO: result: $CP" >&5 11778echo "${ECHO_T}$CP" >&6; } 11779else 11780 { echo "$as_me:$LINENO: result: no" >&5 11781echo "${ECHO_T}no" >&6; } 11782fi 11783 11784 11785# Extract the first word of "rm", so it can be a program name with args. 11786set dummy rm; ac_word=$2 11787{ echo "$as_me:$LINENO: checking for $ac_word" >&5 11788echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11789if test "${ac_cv_path_RM+set}" = set; then 11790 echo $ECHO_N "(cached) $ECHO_C" >&6 11791else 11792 case $RM in 11793 [\\/]* | ?:[\\/]*) 11794 ac_cv_path_RM="$RM" # Let the user override the test with a path. 11795 ;; 11796 *) 11797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11798for as_dir in $PATH 11799do 11800 IFS=$as_save_IFS 11801 test -z "$as_dir" && as_dir=. 11802 for ac_exec_ext in '' $ac_executable_extensions; do 11803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 11804 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext" 11805 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 11806 break 2 11807 fi 11808done 11809done 11810IFS=$as_save_IFS 11811 11812 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm" 11813 ;; 11814esac 11815fi 11816RM=$ac_cv_path_RM 11817if test -n "$RM"; then 11818 { echo "$as_me:$LINENO: result: $RM" >&5 11819echo "${ECHO_T}$RM" >&6; } 11820else 11821 { echo "$as_me:$LINENO: result: no" >&5 11822echo "${ECHO_T}no" >&6; } 11823fi 11824 11825 11826# Extract the first word of "chmod", so it can be a program name with args. 11827set dummy chmod; ac_word=$2 11828{ echo "$as_me:$LINENO: checking for $ac_word" >&5 11829echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11830if test "${ac_cv_path_CHMOD+set}" = set; then 11831 echo $ECHO_N "(cached) $ECHO_C" >&6 11832else 11833 case $CHMOD in 11834 [\\/]* | ?:[\\/]*) 11835 ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a path. 11836 ;; 11837 *) 11838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11839for as_dir in $PATH 11840do 11841 IFS=$as_save_IFS 11842 test -z "$as_dir" && as_dir=. 11843 for ac_exec_ext in '' $ac_executable_extensions; do 11844 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 11845 ac_cv_path_CHMOD="$as_dir/$ac_word$ac_exec_ext" 11846 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 11847 break 2 11848 fi 11849done 11850done 11851IFS=$as_save_IFS 11852 11853 test -z "$ac_cv_path_CHMOD" && ac_cv_path_CHMOD=":" 11854 ;; 11855esac 11856fi 11857CHMOD=$ac_cv_path_CHMOD 11858if test -n "$CHMOD"; then 11859 { echo "$as_me:$LINENO: result: $CHMOD" >&5 11860echo "${ECHO_T}$CHMOD" >&6; } 11861else 11862 { echo "$as_me:$LINENO: result: no" >&5 11863echo "${ECHO_T}no" >&6; } 11864fi 11865 11866 11867for ac_prog in gawk mawk nawk awk 11868do 11869 # Extract the first word of "$ac_prog", so it can be a program name with args. 11870set dummy $ac_prog; ac_word=$2 11871{ echo "$as_me:$LINENO: checking for $ac_word" >&5 11872echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11873if test "${ac_cv_prog_AWK+set}" = set; then 11874 echo $ECHO_N "(cached) $ECHO_C" >&6 11875else 11876 if test -n "$AWK"; then 11877 ac_cv_prog_AWK="$AWK" # Let the user override the test. 11878else 11879as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11880for as_dir in $PATH 11881do 11882 IFS=$as_save_IFS 11883 test -z "$as_dir" && as_dir=. 11884 for ac_exec_ext in '' $ac_executable_extensions; do 11885 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 11886 ac_cv_prog_AWK="$ac_prog" 11887 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 11888 break 2 11889 fi 11890done 11891done 11892IFS=$as_save_IFS 11893 11894fi 11895fi 11896AWK=$ac_cv_prog_AWK 11897if test -n "$AWK"; then 11898 { echo "$as_me:$LINENO: result: $AWK" >&5 11899echo "${ECHO_T}$AWK" >&6; } 11900else 11901 { echo "$as_me:$LINENO: result: no" >&5 11902echo "${ECHO_T}no" >&6; } 11903fi 11904 11905 11906 test -n "$AWK" && break 11907done 11908 11909{ echo "$as_me:$LINENO: checking for egrep" >&5 11910echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 11911if test "${ac_cv_path_EGREP+set}" = set; then 11912 echo $ECHO_N "(cached) $ECHO_C" >&6 11913else 11914 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 11915 then ac_cv_path_EGREP="$GREP -E" 11916 else 11917 # Extract the first word of "egrep" to use in msg output 11918if test -z "$EGREP"; then 11919set dummy egrep; ac_prog_name=$2 11920if test "${ac_cv_path_EGREP+set}" = set; then 11921 echo $ECHO_N "(cached) $ECHO_C" >&6 11922else 11923 ac_path_EGREP_found=false 11924# Loop through the user's path and test for each of PROGNAME-LIST 11925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11926for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 11927do 11928 IFS=$as_save_IFS 11929 test -z "$as_dir" && as_dir=. 11930 for ac_prog in egrep; do 11931 for ac_exec_ext in '' $ac_executable_extensions; do 11932 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 11933 { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue 11934 # Check for GNU ac_path_EGREP and select it if it is found. 11935 # Check for GNU $ac_path_EGREP 11936case `"$ac_path_EGREP" --version 2>&1` in 11937*GNU*) 11938 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 11939*) 11940 ac_count=0 11941 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 11942 while : 11943 do 11944 cat "conftest.in" "conftest.in" >"conftest.tmp" 11945 mv "conftest.tmp" "conftest.in" 11946 cp "conftest.in" "conftest.nl" 11947 echo 'EGREP' >> "conftest.nl" 11948 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 11949 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 11950 ac_count=`expr $ac_count + 1` 11951 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 11952 # Best one so far, save it but keep looking for a better one 11953 ac_cv_path_EGREP="$ac_path_EGREP" 11954 ac_path_EGREP_max=$ac_count 11955 fi 11956 # 10*(2^10) chars as input seems more than enough 11957 test $ac_count -gt 10 && break 11958 done 11959 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 11960esac 11961 11962 11963 $ac_path_EGREP_found && break 3 11964 done 11965done 11966 11967done 11968IFS=$as_save_IFS 11969 11970 11971fi 11972 11973EGREP="$ac_cv_path_EGREP" 11974if test -z "$EGREP"; then 11975 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 11976echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 11977 { (exit 1); exit 1; }; } 11978fi 11979 11980else 11981 ac_cv_path_EGREP=$EGREP 11982fi 11983 11984 11985 fi 11986fi 11987{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 11988echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 11989 EGREP="$ac_cv_path_EGREP" 11990 11991 11992# Extract the first word of "sed", so it can be a program name with args. 11993set dummy sed; ac_word=$2 11994{ echo "$as_me:$LINENO: checking for $ac_word" >&5 11995echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11996if test "${ac_cv_path_SED+set}" = set; then 11997 echo $ECHO_N "(cached) $ECHO_C" >&6 11998else 11999 case $SED in 12000 [\\/]* | ?:[\\/]*) 12001 ac_cv_path_SED="$SED" # Let the user override the test with a path. 12002 ;; 12003 *) 12004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12005for as_dir in $PATH 12006do 12007 IFS=$as_save_IFS 12008 test -z "$as_dir" && as_dir=. 12009 for ac_exec_ext in '' $ac_executable_extensions; do 12010 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 12011 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext" 12012 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12013 break 2 12014 fi 12015done 12016done 12017IFS=$as_save_IFS 12018 12019 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed" 12020 ;; 12021esac 12022fi 12023SED=$ac_cv_path_SED 12024if test -n "$SED"; then 12025 { echo "$as_me:$LINENO: result: $SED" >&5 12026echo "${ECHO_T}$SED" >&6; } 12027else 12028 { echo "$as_me:$LINENO: result: no" >&5 12029echo "${ECHO_T}no" >&6; } 12030fi 12031 12032 12033# Extract the first word of "perl", so it can be a program name with args. 12034set dummy perl; ac_word=$2 12035{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12036echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12037if test "${ac_cv_path_PERL+set}" = set; then 12038 echo $ECHO_N "(cached) $ECHO_C" >&6 12039else 12040 case $PERL in 12041 [\\/]* | ?:[\\/]*) 12042 ac_cv_path_PERL="$PERL" # Let the user override the test with a path. 12043 ;; 12044 *) 12045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12046for as_dir in $PATH 12047do 12048 IFS=$as_save_IFS 12049 test -z "$as_dir" && as_dir=. 12050 for ac_exec_ext in '' $ac_executable_extensions; do 12051 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 12052 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 12053 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12054 break 2 12055 fi 12056done 12057done 12058IFS=$as_save_IFS 12059 12060 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="perl" 12061 ;; 12062esac 12063fi 12064PERL=$ac_cv_path_PERL 12065if test -n "$PERL"; then 12066 { echo "$as_me:$LINENO: result: $PERL" >&5 12067echo "${ECHO_T}$PERL" >&6; } 12068else 12069 { echo "$as_me:$LINENO: result: no" >&5 12070echo "${ECHO_T}no" >&6; } 12071fi 12072 12073 12074# Extract the first word of "ldconfig", so it can be a program name with args. 12075set dummy ldconfig; ac_word=$2 12076{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12077echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12078if test "${ac_cv_path_LDCONFIG+set}" = set; then 12079 echo $ECHO_N "(cached) $ECHO_C" >&6 12080else 12081 case $LDCONFIG in 12082 [\\/]* | ?:[\\/]*) 12083 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path. 12084 ;; 12085 *) 12086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12087for as_dir in $PATH 12088do 12089 IFS=$as_save_IFS 12090 test -z "$as_dir" && as_dir=. 12091 for ac_exec_ext in '' $ac_executable_extensions; do 12092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 12093 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext" 12094 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12095 break 2 12096 fi 12097done 12098done 12099IFS=$as_save_IFS 12100 12101 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG=":" 12102 ;; 12103esac 12104fi 12105LDCONFIG=$ac_cv_path_LDCONFIG 12106if test -n "$LDCONFIG"; then 12107 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5 12108echo "${ECHO_T}$LDCONFIG" >&6; } 12109else 12110 { echo "$as_me:$LINENO: result: no" >&5 12111echo "${ECHO_T}no" >&6; } 12112fi 12113 12114 12115if test -n "$ac_tool_prefix"; then 12116 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 12117set dummy ${ac_tool_prefix}ar; ac_word=$2 12118{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12119echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12120if test "${ac_cv_prog_AR+set}" = set; then 12121 echo $ECHO_N "(cached) $ECHO_C" >&6 12122else 12123 if test -n "$AR"; then 12124 ac_cv_prog_AR="$AR" # Let the user override the test. 12125else 12126as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12127for as_dir in $PATH 12128do 12129 IFS=$as_save_IFS 12130 test -z "$as_dir" && as_dir=. 12131 for ac_exec_ext in '' $ac_executable_extensions; do 12132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 12133 ac_cv_prog_AR="${ac_tool_prefix}ar" 12134 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12135 break 2 12136 fi 12137done 12138done 12139IFS=$as_save_IFS 12140 12141fi 12142fi 12143AR=$ac_cv_prog_AR 12144if test -n "$AR"; then 12145 { echo "$as_me:$LINENO: result: $AR" >&5 12146echo "${ECHO_T}$AR" >&6; } 12147else 12148 { echo "$as_me:$LINENO: result: no" >&5 12149echo "${ECHO_T}no" >&6; } 12150fi 12151 12152 12153fi 12154if test -z "$ac_cv_prog_AR"; then 12155 ac_ct_AR=$AR 12156 # Extract the first word of "ar", so it can be a program name with args. 12157set dummy ar; ac_word=$2 12158{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12159echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12160if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 12161 echo $ECHO_N "(cached) $ECHO_C" >&6 12162else 12163 if test -n "$ac_ct_AR"; then 12164 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 12165else 12166as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12167for as_dir in $PATH 12168do 12169 IFS=$as_save_IFS 12170 test -z "$as_dir" && as_dir=. 12171 for ac_exec_ext in '' $ac_executable_extensions; do 12172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 12173 ac_cv_prog_ac_ct_AR="ar" 12174 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12175 break 2 12176 fi 12177done 12178done 12179IFS=$as_save_IFS 12180 12181fi 12182fi 12183ac_ct_AR=$ac_cv_prog_ac_ct_AR 12184if test -n "$ac_ct_AR"; then 12185 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 12186echo "${ECHO_T}$ac_ct_AR" >&6; } 12187else 12188 { echo "$as_me:$LINENO: result: no" >&5 12189echo "${ECHO_T}no" >&6; } 12190fi 12191 12192 if test "x$ac_ct_AR" = x; then 12193 AR="ar" 12194 else 12195 case $cross_compiling:$ac_tool_warned in 12196yes:) 12197{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 12198whose name does not start with the host triplet. If you think this 12199configuration is useful to you, please write to autoconf@gnu.org." >&5 12200echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 12201whose name does not start with the host triplet. If you think this 12202configuration is useful to you, please write to autoconf@gnu.org." >&2;} 12203ac_tool_warned=yes ;; 12204esac 12205 AR=$ac_ct_AR 12206 fi 12207else 12208 AR="$ac_cv_prog_AR" 12209fi 12210 12211if test -n "$ac_tool_prefix"; then 12212 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 12213set dummy ${ac_tool_prefix}ranlib; ac_word=$2 12214{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12215echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12216if test "${ac_cv_prog_RANLIB+set}" = set; then 12217 echo $ECHO_N "(cached) $ECHO_C" >&6 12218else 12219 if test -n "$RANLIB"; then 12220 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 12221else 12222as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12223for as_dir in $PATH 12224do 12225 IFS=$as_save_IFS 12226 test -z "$as_dir" && as_dir=. 12227 for ac_exec_ext in '' $ac_executable_extensions; do 12228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 12229 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 12230 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12231 break 2 12232 fi 12233done 12234done 12235IFS=$as_save_IFS 12236 12237fi 12238fi 12239RANLIB=$ac_cv_prog_RANLIB 12240if test -n "$RANLIB"; then 12241 { echo "$as_me:$LINENO: result: $RANLIB" >&5 12242echo "${ECHO_T}$RANLIB" >&6; } 12243else 12244 { echo "$as_me:$LINENO: result: no" >&5 12245echo "${ECHO_T}no" >&6; } 12246fi 12247 12248 12249fi 12250if test -z "$ac_cv_prog_RANLIB"; then 12251 ac_ct_RANLIB=$RANLIB 12252 # Extract the first word of "ranlib", so it can be a program name with args. 12253set dummy ranlib; ac_word=$2 12254{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12255echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12256if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 12257 echo $ECHO_N "(cached) $ECHO_C" >&6 12258else 12259 if test -n "$ac_ct_RANLIB"; then 12260 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 12261else 12262as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12263for as_dir in $PATH 12264do 12265 IFS=$as_save_IFS 12266 test -z "$as_dir" && as_dir=. 12267 for ac_exec_ext in '' $ac_executable_extensions; do 12268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 12269 ac_cv_prog_ac_ct_RANLIB="ranlib" 12270 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12271 break 2 12272 fi 12273done 12274done 12275IFS=$as_save_IFS 12276 12277fi 12278fi 12279ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 12280if test -n "$ac_ct_RANLIB"; then 12281 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 12282echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 12283else 12284 { echo "$as_me:$LINENO: result: no" >&5 12285echo "${ECHO_T}no" >&6; } 12286fi 12287 12288 if test "x$ac_ct_RANLIB" = x; then 12289 RANLIB=":" 12290 else 12291 case $cross_compiling:$ac_tool_warned in 12292yes:) 12293{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 12294whose name does not start with the host triplet. If you think this 12295configuration is useful to you, please write to autoconf@gnu.org." >&5 12296echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 12297whose name does not start with the host triplet. If you think this 12298configuration is useful to you, please write to autoconf@gnu.org." >&2;} 12299ac_tool_warned=yes ;; 12300esac 12301 RANLIB=$ac_ct_RANLIB 12302 fi 12303else 12304 RANLIB="$ac_cv_prog_RANLIB" 12305fi 12306 12307if test -n "$ac_tool_prefix"; then 12308 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 12309set dummy ${ac_tool_prefix}strip; ac_word=$2 12310{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12311echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12312if test "${ac_cv_prog_STRIP+set}" = set; then 12313 echo $ECHO_N "(cached) $ECHO_C" >&6 12314else 12315 if test -n "$STRIP"; then 12316 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 12317else 12318as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12319for as_dir in $PATH 12320do 12321 IFS=$as_save_IFS 12322 test -z "$as_dir" && as_dir=. 12323 for ac_exec_ext in '' $ac_executable_extensions; do 12324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 12325 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 12326 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12327 break 2 12328 fi 12329done 12330done 12331IFS=$as_save_IFS 12332 12333fi 12334fi 12335STRIP=$ac_cv_prog_STRIP 12336if test -n "$STRIP"; then 12337 { echo "$as_me:$LINENO: result: $STRIP" >&5 12338echo "${ECHO_T}$STRIP" >&6; } 12339else 12340 { echo "$as_me:$LINENO: result: no" >&5 12341echo "${ECHO_T}no" >&6; } 12342fi 12343 12344 12345fi 12346if test -z "$ac_cv_prog_STRIP"; then 12347 ac_ct_STRIP=$STRIP 12348 # Extract the first word of "strip", so it can be a program name with args. 12349set dummy strip; ac_word=$2 12350{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12351echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12352if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 12353 echo $ECHO_N "(cached) $ECHO_C" >&6 12354else 12355 if test -n "$ac_ct_STRIP"; then 12356 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 12357else 12358as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12359for as_dir in $PATH 12360do 12361 IFS=$as_save_IFS 12362 test -z "$as_dir" && as_dir=. 12363 for ac_exec_ext in '' $ac_executable_extensions; do 12364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 12365 ac_cv_prog_ac_ct_STRIP="strip" 12366 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12367 break 2 12368 fi 12369done 12370done 12371IFS=$as_save_IFS 12372 12373fi 12374fi 12375ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 12376if test -n "$ac_ct_STRIP"; then 12377 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 12378echo "${ECHO_T}$ac_ct_STRIP" >&6; } 12379else 12380 { echo "$as_me:$LINENO: result: no" >&5 12381echo "${ECHO_T}no" >&6; } 12382fi 12383 12384 if test "x$ac_ct_STRIP" = x; then 12385 STRIP=":" 12386 else 12387 case $cross_compiling:$ac_tool_warned in 12388yes:) 12389{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 12390whose name does not start with the host triplet. If you think this 12391configuration is useful to you, please write to autoconf@gnu.org." >&5 12392echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 12393whose name does not start with the host triplet. If you think this 12394configuration is useful to you, please write to autoconf@gnu.org." >&2;} 12395ac_tool_warned=yes ;; 12396esac 12397 STRIP=$ac_ct_STRIP 12398 fi 12399else 12400 STRIP="$ac_cv_prog_STRIP" 12401fi 12402 12403# Find a good install program. We prefer a C program (faster), 12404# so one script is as good as another. But avoid the broken or 12405# incompatible versions: 12406# SysV /etc/install, /usr/sbin/install 12407# SunOS /usr/etc/install 12408# IRIX /sbin/install 12409# AIX /bin/install 12410# AmigaOS /C/install, which installs bootblocks on floppy discs 12411# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 12412# AFS /usr/afsws/bin/install, which mishandles nonexistent args 12413# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 12414# OS/2's system install, which has a completely different semantic 12415# ./install, which can be erroneously created by make from ./install.sh. 12416{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 12417echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 12418if test -z "$INSTALL"; then 12419if test "${ac_cv_path_install+set}" = set; then 12420 echo $ECHO_N "(cached) $ECHO_C" >&6 12421else 12422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12423for as_dir in $PATH 12424do 12425 IFS=$as_save_IFS 12426 test -z "$as_dir" && as_dir=. 12427 # Account for people who put trailing slashes in PATH elements. 12428case $as_dir/ in 12429 ./ | .// | /cC/* | \ 12430 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 12431 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 12432 /usr/ucb/* ) ;; 12433 *) 12434 # OSF1 and SCO ODT 3.0 have their own names for install. 12435 # Don't use installbsd from OSF since it installs stuff as root 12436 # by default. 12437 for ac_prog in ginstall scoinst install; do 12438 for ac_exec_ext in '' $ac_executable_extensions; do 12439 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then 12440 if test $ac_prog = install && 12441 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 12442 # AIX install. It has an incompatible calling convention. 12443 : 12444 elif test $ac_prog = install && 12445 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 12446 # program-specific install script used by HP pwplus--don't use. 12447 : 12448 else 12449 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 12450 break 3 12451 fi 12452 fi 12453 done 12454 done 12455 ;; 12456esac 12457done 12458IFS=$as_save_IFS 12459 12460 12461fi 12462 if test "${ac_cv_path_install+set}" = set; then 12463 INSTALL=$ac_cv_path_install 12464 else 12465 # As a last resort, use the slow shell script. Don't cache a 12466 # value for INSTALL within a source directory, because that will 12467 # break other packages using the cache if that directory is 12468 # removed, or if the value is a relative name. 12469 INSTALL=$ac_install_sh 12470 fi 12471fi 12472{ echo "$as_me:$LINENO: result: $INSTALL" >&5 12473echo "${ECHO_T}$INSTALL" >&6; } 12474 12475# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 12476# It thinks the first close brace ends the variable substitution. 12477test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 12478 12479test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 12480 12481test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 12482 12483# See if we need a separate native compiler. 12484if test $cross_compiling = no; then 12485 BUILD_CC="$CC" 12486 12487else 12488 for ac_prog in gcc cc 12489do 12490 # Extract the first word of "$ac_prog", so it can be a program name with args. 12491set dummy $ac_prog; ac_word=$2 12492{ echo "$as_me:$LINENO: checking for $ac_word" >&5 12493echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12494if test "${ac_cv_prog_BUILD_CC+set}" = set; then 12495 echo $ECHO_N "(cached) $ECHO_C" >&6 12496else 12497 if test -n "$BUILD_CC"; then 12498 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test. 12499else 12500as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12501for as_dir in $PATH 12502do 12503 IFS=$as_save_IFS 12504 test -z "$as_dir" && as_dir=. 12505 for ac_exec_ext in '' $ac_executable_extensions; do 12506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 12507 ac_cv_prog_BUILD_CC="$ac_prog" 12508 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12509 break 2 12510 fi 12511done 12512done 12513IFS=$as_save_IFS 12514 12515fi 12516fi 12517BUILD_CC=$ac_cv_prog_BUILD_CC 12518if test -n "$BUILD_CC"; then 12519 { echo "$as_me:$LINENO: result: $BUILD_CC" >&5 12520echo "${ECHO_T}$BUILD_CC" >&6; } 12521else 12522 { echo "$as_me:$LINENO: result: no" >&5 12523echo "${ECHO_T}no" >&6; } 12524fi 12525 12526 12527 test -n "$BUILD_CC" && break 12528done 12529 12530fi 12531 12532 12533 12534 12535 12536 12537 12538 12539 12540 12541 12542 12543 12544 12545 12546 12547 12548 12549 12550 12551 12552 12553 12554 12555 12556 12557 12558 12559 12560 12561for ac_header in stdlib.h unistd.h stdarg.h stdint.h errno.h malloc.h mntent.h paths.h dirent.h getopt.h setjmp.h signal.h termios.h linux/fd.h linux/major.h sys/disklabel.h sys/ioctl.h sys/mkdev.h sys/prctl.h sys/queue.h sys/sockio.h sys/socket.h sys/sysmacros.h sys/time.h sys/stat.h sys/types.h sys/wait.h sys/resource.h net/if_dl.h netinet/in.h 12562do 12563as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12564if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12565 { echo "$as_me:$LINENO: checking for $ac_header" >&5 12566echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 12567if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12568 echo $ECHO_N "(cached) $ECHO_C" >&6 12569fi 12570ac_res=`eval echo '${'$as_ac_Header'}'` 12571 { echo "$as_me:$LINENO: result: $ac_res" >&5 12572echo "${ECHO_T}$ac_res" >&6; } 12573else 12574 # Is the header compilable? 12575{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 12576echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 12577cat >conftest.$ac_ext <<_ACEOF 12578/* confdefs.h. */ 12579_ACEOF 12580cat confdefs.h >>conftest.$ac_ext 12581cat >>conftest.$ac_ext <<_ACEOF 12582/* end confdefs.h. */ 12583$ac_includes_default 12584#include <$ac_header> 12585_ACEOF 12586rm -f conftest.$ac_objext 12587if { (ac_try="$ac_compile" 12588case "(($ac_try" in 12589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12590 *) ac_try_echo=$ac_try;; 12591esac 12592eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12593 (eval "$ac_compile") 2>conftest.er1 12594 ac_status=$? 12595 grep -v '^ *+' conftest.er1 >conftest.err 12596 rm -f conftest.er1 12597 cat conftest.err >&5 12598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12599 (exit $ac_status); } && 12600 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12601 { (case "(($ac_try" in 12602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12603 *) ac_try_echo=$ac_try;; 12604esac 12605eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12606 (eval "$ac_try") 2>&5 12607 ac_status=$? 12608 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12609 (exit $ac_status); }; } && 12610 { ac_try='test -s conftest.$ac_objext' 12611 { (case "(($ac_try" in 12612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12613 *) ac_try_echo=$ac_try;; 12614esac 12615eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12616 (eval "$ac_try") 2>&5 12617 ac_status=$? 12618 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12619 (exit $ac_status); }; }; then 12620 ac_header_compiler=yes 12621else 12622 echo "$as_me: failed program was:" >&5 12623sed 's/^/| /' conftest.$ac_ext >&5 12624 12625 ac_header_compiler=no 12626fi 12627 12628rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12629{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 12630echo "${ECHO_T}$ac_header_compiler" >&6; } 12631 12632# Is the header present? 12633{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 12634echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 12635cat >conftest.$ac_ext <<_ACEOF 12636/* confdefs.h. */ 12637_ACEOF 12638cat confdefs.h >>conftest.$ac_ext 12639cat >>conftest.$ac_ext <<_ACEOF 12640/* end confdefs.h. */ 12641#include <$ac_header> 12642_ACEOF 12643if { (ac_try="$ac_cpp conftest.$ac_ext" 12644case "(($ac_try" in 12645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12646 *) ac_try_echo=$ac_try;; 12647esac 12648eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12649 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 12650 ac_status=$? 12651 grep -v '^ *+' conftest.er1 >conftest.err 12652 rm -f conftest.er1 12653 cat conftest.err >&5 12654 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12655 (exit $ac_status); } >/dev/null; then 12656 if test -s conftest.err; then 12657 ac_cpp_err=$ac_c_preproc_warn_flag 12658 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 12659 else 12660 ac_cpp_err= 12661 fi 12662else 12663 ac_cpp_err=yes 12664fi 12665if test -z "$ac_cpp_err"; then 12666 ac_header_preproc=yes 12667else 12668 echo "$as_me: failed program was:" >&5 12669sed 's/^/| /' conftest.$ac_ext >&5 12670 12671 ac_header_preproc=no 12672fi 12673 12674rm -f conftest.err conftest.$ac_ext 12675{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 12676echo "${ECHO_T}$ac_header_preproc" >&6; } 12677 12678# So? What about this header? 12679case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 12680 yes:no: ) 12681 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 12682echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 12683 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 12684echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 12685 ac_header_preproc=yes 12686 ;; 12687 no:yes:* ) 12688 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 12689echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 12690 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 12691echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 12692 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 12693echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 12694 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 12695echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 12696 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12697echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 12698 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 12699echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 12700 12701 ;; 12702esac 12703{ echo "$as_me:$LINENO: checking for $ac_header" >&5 12704echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 12705if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12706 echo $ECHO_N "(cached) $ECHO_C" >&6 12707else 12708 eval "$as_ac_Header=\$ac_header_preproc" 12709fi 12710ac_res=`eval echo '${'$as_ac_Header'}'` 12711 { echo "$as_me:$LINENO: result: $ac_res" >&5 12712echo "${ECHO_T}$ac_res" >&6; } 12713 12714fi 12715if test `eval echo '${'$as_ac_Header'}'` = yes; then 12716 cat >>confdefs.h <<_ACEOF 12717#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 12718_ACEOF 12719 12720fi 12721 12722done 12723 12724 12725 12726for ac_header in sys/disk.h sys/mount.h 12727do 12728as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12729{ echo "$as_me:$LINENO: checking for $ac_header" >&5 12730echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 12731if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12732 echo $ECHO_N "(cached) $ECHO_C" >&6 12733else 12734 cat >conftest.$ac_ext <<_ACEOF 12735/* confdefs.h. */ 12736_ACEOF 12737cat confdefs.h >>conftest.$ac_ext 12738cat >>conftest.$ac_ext <<_ACEOF 12739/* end confdefs.h. */ 12740 12741#if HAVE_SYS_QUEUE_H 12742#include <sys/queue.h> 12743#endif 12744 12745 12746#include <$ac_header> 12747_ACEOF 12748rm -f conftest.$ac_objext 12749if { (ac_try="$ac_compile" 12750case "(($ac_try" in 12751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12752 *) ac_try_echo=$ac_try;; 12753esac 12754eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12755 (eval "$ac_compile") 2>conftest.er1 12756 ac_status=$? 12757 grep -v '^ *+' conftest.er1 >conftest.err 12758 rm -f conftest.er1 12759 cat conftest.err >&5 12760 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12761 (exit $ac_status); } && 12762 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12763 { (case "(($ac_try" in 12764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12765 *) ac_try_echo=$ac_try;; 12766esac 12767eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12768 (eval "$ac_try") 2>&5 12769 ac_status=$? 12770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12771 (exit $ac_status); }; } && 12772 { ac_try='test -s conftest.$ac_objext' 12773 { (case "(($ac_try" in 12774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12775 *) ac_try_echo=$ac_try;; 12776esac 12777eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12778 (eval "$ac_try") 2>&5 12779 ac_status=$? 12780 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12781 (exit $ac_status); }; }; then 12782 eval "$as_ac_Header=yes" 12783else 12784 echo "$as_me: failed program was:" >&5 12785sed 's/^/| /' conftest.$ac_ext >&5 12786 12787 eval "$as_ac_Header=no" 12788fi 12789 12790rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12791fi 12792ac_res=`eval echo '${'$as_ac_Header'}'` 12793 { echo "$as_me:$LINENO: result: $ac_res" >&5 12794echo "${ECHO_T}$ac_res" >&6; } 12795if test `eval echo '${'$as_ac_Header'}'` = yes; then 12796 cat >>confdefs.h <<_ACEOF 12797#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 12798_ACEOF 12799 12800fi 12801 12802done 12803 12804 12805for ac_header in net/if.h 12806do 12807as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12808{ echo "$as_me:$LINENO: checking for $ac_header" >&5 12809echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 12810if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12811 echo $ECHO_N "(cached) $ECHO_C" >&6 12812else 12813 cat >conftest.$ac_ext <<_ACEOF 12814/* confdefs.h. */ 12815_ACEOF 12816cat confdefs.h >>conftest.$ac_ext 12817cat >>conftest.$ac_ext <<_ACEOF 12818/* end confdefs.h. */ 12819 12820#if HAVE_SYS_TYPES_H 12821#include <sys/types.h> 12822#endif 12823#if HAVE_SYS_SOCKET 12824#include <sys/socket.h> 12825#endif 12826 12827 12828#include <$ac_header> 12829_ACEOF 12830rm -f conftest.$ac_objext 12831if { (ac_try="$ac_compile" 12832case "(($ac_try" in 12833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12834 *) ac_try_echo=$ac_try;; 12835esac 12836eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12837 (eval "$ac_compile") 2>conftest.er1 12838 ac_status=$? 12839 grep -v '^ *+' conftest.er1 >conftest.err 12840 rm -f conftest.er1 12841 cat conftest.err >&5 12842 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12843 (exit $ac_status); } && 12844 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12845 { (case "(($ac_try" in 12846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12847 *) ac_try_echo=$ac_try;; 12848esac 12849eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12850 (eval "$ac_try") 2>&5 12851 ac_status=$? 12852 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12853 (exit $ac_status); }; } && 12854 { ac_try='test -s conftest.$ac_objext' 12855 { (case "(($ac_try" in 12856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12857 *) ac_try_echo=$ac_try;; 12858esac 12859eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12860 (eval "$ac_try") 2>&5 12861 ac_status=$? 12862 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12863 (exit $ac_status); }; }; then 12864 eval "$as_ac_Header=yes" 12865else 12866 echo "$as_me: failed program was:" >&5 12867sed 's/^/| /' conftest.$ac_ext >&5 12868 12869 eval "$as_ac_Header=no" 12870fi 12871 12872rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12873fi 12874ac_res=`eval echo '${'$as_ac_Header'}'` 12875 { echo "$as_me:$LINENO: result: $ac_res" >&5 12876echo "${ECHO_T}$ac_res" >&6; } 12877if test `eval echo '${'$as_ac_Header'}'` = yes; then 12878 cat >>confdefs.h <<_ACEOF 12879#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 12880_ACEOF 12881 12882fi 12883 12884done 12885 12886 12887for ac_func in vprintf 12888do 12889as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 12890{ echo "$as_me:$LINENO: checking for $ac_func" >&5 12891echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 12892if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 12893 echo $ECHO_N "(cached) $ECHO_C" >&6 12894else 12895 cat >conftest.$ac_ext <<_ACEOF 12896/* confdefs.h. */ 12897_ACEOF 12898cat confdefs.h >>conftest.$ac_ext 12899cat >>conftest.$ac_ext <<_ACEOF 12900/* end confdefs.h. */ 12901/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 12902 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 12903#define $ac_func innocuous_$ac_func 12904 12905/* System header to define __stub macros and hopefully few prototypes, 12906 which can conflict with char $ac_func (); below. 12907 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12908 <limits.h> exists even on freestanding compilers. */ 12909 12910#ifdef __STDC__ 12911# include <limits.h> 12912#else 12913# include <assert.h> 12914#endif 12915 12916#undef $ac_func 12917 12918/* Override any GCC internal prototype to avoid an error. 12919 Use char because int might match the return type of a GCC 12920 builtin and then its argument prototype would still apply. */ 12921#ifdef __cplusplus 12922extern "C" 12923#endif 12924char $ac_func (); 12925/* The GNU C library defines this for functions which it implements 12926 to always fail with ENOSYS. Some functions are actually named 12927 something starting with __ and the normal name is an alias. */ 12928#if defined __stub_$ac_func || defined __stub___$ac_func 12929choke me 12930#endif 12931 12932int 12933main () 12934{ 12935return $ac_func (); 12936 ; 12937 return 0; 12938} 12939_ACEOF 12940rm -f conftest.$ac_objext conftest$ac_exeext 12941if { (ac_try="$ac_link" 12942case "(($ac_try" in 12943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12944 *) ac_try_echo=$ac_try;; 12945esac 12946eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12947 (eval "$ac_link") 2>conftest.er1 12948 ac_status=$? 12949 grep -v '^ *+' conftest.er1 >conftest.err 12950 rm -f conftest.er1 12951 cat conftest.err >&5 12952 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12953 (exit $ac_status); } && 12954 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12955 { (case "(($ac_try" in 12956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12957 *) ac_try_echo=$ac_try;; 12958esac 12959eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12960 (eval "$ac_try") 2>&5 12961 ac_status=$? 12962 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12963 (exit $ac_status); }; } && 12964 { ac_try='test -s conftest$ac_exeext' 12965 { (case "(($ac_try" in 12966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12967 *) ac_try_echo=$ac_try;; 12968esac 12969eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12970 (eval "$ac_try") 2>&5 12971 ac_status=$? 12972 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12973 (exit $ac_status); }; }; then 12974 eval "$as_ac_var=yes" 12975else 12976 echo "$as_me: failed program was:" >&5 12977sed 's/^/| /' conftest.$ac_ext >&5 12978 12979 eval "$as_ac_var=no" 12980fi 12981 12982rm -f core conftest.err conftest.$ac_objext \ 12983 conftest$ac_exeext conftest.$ac_ext 12984fi 12985ac_res=`eval echo '${'$as_ac_var'}'` 12986 { echo "$as_me:$LINENO: result: $ac_res" >&5 12987echo "${ECHO_T}$ac_res" >&6; } 12988if test `eval echo '${'$as_ac_var'}'` = yes; then 12989 cat >>confdefs.h <<_ACEOF 12990#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 12991_ACEOF 12992 12993{ echo "$as_me:$LINENO: checking for _doprnt" >&5 12994echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } 12995if test "${ac_cv_func__doprnt+set}" = set; then 12996 echo $ECHO_N "(cached) $ECHO_C" >&6 12997else 12998 cat >conftest.$ac_ext <<_ACEOF 12999/* confdefs.h. */ 13000_ACEOF 13001cat confdefs.h >>conftest.$ac_ext 13002cat >>conftest.$ac_ext <<_ACEOF 13003/* end confdefs.h. */ 13004/* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. 13005 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 13006#define _doprnt innocuous__doprnt 13007 13008/* System header to define __stub macros and hopefully few prototypes, 13009 which can conflict with char _doprnt (); below. 13010 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13011 <limits.h> exists even on freestanding compilers. */ 13012 13013#ifdef __STDC__ 13014# include <limits.h> 13015#else 13016# include <assert.h> 13017#endif 13018 13019#undef _doprnt 13020 13021/* Override any GCC internal prototype to avoid an error. 13022 Use char because int might match the return type of a GCC 13023 builtin and then its argument prototype would still apply. */ 13024#ifdef __cplusplus 13025extern "C" 13026#endif 13027char _doprnt (); 13028/* The GNU C library defines this for functions which it implements 13029 to always fail with ENOSYS. Some functions are actually named 13030 something starting with __ and the normal name is an alias. */ 13031#if defined __stub__doprnt || defined __stub____doprnt 13032choke me 13033#endif 13034 13035int 13036main () 13037{ 13038return _doprnt (); 13039 ; 13040 return 0; 13041} 13042_ACEOF 13043rm -f conftest.$ac_objext conftest$ac_exeext 13044if { (ac_try="$ac_link" 13045case "(($ac_try" in 13046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13047 *) ac_try_echo=$ac_try;; 13048esac 13049eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13050 (eval "$ac_link") 2>conftest.er1 13051 ac_status=$? 13052 grep -v '^ *+' conftest.er1 >conftest.err 13053 rm -f conftest.er1 13054 cat conftest.err >&5 13055 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13056 (exit $ac_status); } && 13057 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13058 { (case "(($ac_try" in 13059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13060 *) ac_try_echo=$ac_try;; 13061esac 13062eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13063 (eval "$ac_try") 2>&5 13064 ac_status=$? 13065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13066 (exit $ac_status); }; } && 13067 { ac_try='test -s conftest$ac_exeext' 13068 { (case "(($ac_try" in 13069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13070 *) ac_try_echo=$ac_try;; 13071esac 13072eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13073 (eval "$ac_try") 2>&5 13074 ac_status=$? 13075 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13076 (exit $ac_status); }; }; then 13077 ac_cv_func__doprnt=yes 13078else 13079 echo "$as_me: failed program was:" >&5 13080sed 's/^/| /' conftest.$ac_ext >&5 13081 13082 ac_cv_func__doprnt=no 13083fi 13084 13085rm -f core conftest.err conftest.$ac_objext \ 13086 conftest$ac_exeext conftest.$ac_ext 13087fi 13088{ echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 13089echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } 13090if test $ac_cv_func__doprnt = yes; then 13091 13092cat >>confdefs.h <<\_ACEOF 13093#define HAVE_DOPRNT 1 13094_ACEOF 13095 13096fi 13097 13098fi 13099done 13100 13101 13102{ echo "$as_me:$LINENO: checking for struct dirent.d_reclen" >&5 13103echo $ECHO_N "checking for struct dirent.d_reclen... $ECHO_C" >&6; } 13104if test "${ac_cv_member_struct_dirent_d_reclen+set}" = set; then 13105 echo $ECHO_N "(cached) $ECHO_C" >&6 13106else 13107 cat >conftest.$ac_ext <<_ACEOF 13108/* confdefs.h. */ 13109_ACEOF 13110cat confdefs.h >>conftest.$ac_ext 13111cat >>conftest.$ac_ext <<_ACEOF 13112/* end confdefs.h. */ 13113#include <dirent.h> 13114 13115int 13116main () 13117{ 13118static struct dirent ac_aggr; 13119if (ac_aggr.d_reclen) 13120return 0; 13121 ; 13122 return 0; 13123} 13124_ACEOF 13125rm -f conftest.$ac_objext 13126if { (ac_try="$ac_compile" 13127case "(($ac_try" in 13128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13129 *) ac_try_echo=$ac_try;; 13130esac 13131eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13132 (eval "$ac_compile") 2>conftest.er1 13133 ac_status=$? 13134 grep -v '^ *+' conftest.er1 >conftest.err 13135 rm -f conftest.er1 13136 cat conftest.err >&5 13137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13138 (exit $ac_status); } && 13139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13140 { (case "(($ac_try" in 13141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13142 *) ac_try_echo=$ac_try;; 13143esac 13144eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13145 (eval "$ac_try") 2>&5 13146 ac_status=$? 13147 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13148 (exit $ac_status); }; } && 13149 { ac_try='test -s conftest.$ac_objext' 13150 { (case "(($ac_try" in 13151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13152 *) ac_try_echo=$ac_try;; 13153esac 13154eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13155 (eval "$ac_try") 2>&5 13156 ac_status=$? 13157 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13158 (exit $ac_status); }; }; then 13159 ac_cv_member_struct_dirent_d_reclen=yes 13160else 13161 echo "$as_me: failed program was:" >&5 13162sed 's/^/| /' conftest.$ac_ext >&5 13163 13164 cat >conftest.$ac_ext <<_ACEOF 13165/* confdefs.h. */ 13166_ACEOF 13167cat confdefs.h >>conftest.$ac_ext 13168cat >>conftest.$ac_ext <<_ACEOF 13169/* end confdefs.h. */ 13170#include <dirent.h> 13171 13172int 13173main () 13174{ 13175static struct dirent ac_aggr; 13176if (sizeof ac_aggr.d_reclen) 13177return 0; 13178 ; 13179 return 0; 13180} 13181_ACEOF 13182rm -f conftest.$ac_objext 13183if { (ac_try="$ac_compile" 13184case "(($ac_try" in 13185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13186 *) ac_try_echo=$ac_try;; 13187esac 13188eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13189 (eval "$ac_compile") 2>conftest.er1 13190 ac_status=$? 13191 grep -v '^ *+' conftest.er1 >conftest.err 13192 rm -f conftest.er1 13193 cat conftest.err >&5 13194 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13195 (exit $ac_status); } && 13196 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13197 { (case "(($ac_try" in 13198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13199 *) ac_try_echo=$ac_try;; 13200esac 13201eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13202 (eval "$ac_try") 2>&5 13203 ac_status=$? 13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13205 (exit $ac_status); }; } && 13206 { ac_try='test -s conftest.$ac_objext' 13207 { (case "(($ac_try" in 13208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13209 *) ac_try_echo=$ac_try;; 13210esac 13211eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13212 (eval "$ac_try") 2>&5 13213 ac_status=$? 13214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13215 (exit $ac_status); }; }; then 13216 ac_cv_member_struct_dirent_d_reclen=yes 13217else 13218 echo "$as_me: failed program was:" >&5 13219sed 's/^/| /' conftest.$ac_ext >&5 13220 13221 ac_cv_member_struct_dirent_d_reclen=no 13222fi 13223 13224rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13225fi 13226 13227rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13228fi 13229{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_dirent_d_reclen" >&5 13230echo "${ECHO_T}$ac_cv_member_struct_dirent_d_reclen" >&6; } 13231if test $ac_cv_member_struct_dirent_d_reclen = yes; then 13232 cat >>confdefs.h <<\_ACEOF 13233#define HAVE_RECLEN_DIRENT 1 13234_ACEOF 13235 13236fi 13237 13238{ echo "$as_me:$LINENO: checking for ssize_t" >&5 13239echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; } 13240if test "${ac_cv_type_ssize_t+set}" = set; then 13241 echo $ECHO_N "(cached) $ECHO_C" >&6 13242else 13243 cat >conftest.$ac_ext <<_ACEOF 13244/* confdefs.h. */ 13245_ACEOF 13246cat confdefs.h >>conftest.$ac_ext 13247cat >>conftest.$ac_ext <<_ACEOF 13248/* end confdefs.h. */ 13249#include <sys/types.h> 13250 13251typedef ssize_t ac__type_new_; 13252int 13253main () 13254{ 13255if ((ac__type_new_ *) 0) 13256 return 0; 13257if (sizeof (ac__type_new_)) 13258 return 0; 13259 ; 13260 return 0; 13261} 13262_ACEOF 13263rm -f conftest.$ac_objext 13264if { (ac_try="$ac_compile" 13265case "(($ac_try" in 13266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13267 *) ac_try_echo=$ac_try;; 13268esac 13269eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13270 (eval "$ac_compile") 2>conftest.er1 13271 ac_status=$? 13272 grep -v '^ *+' conftest.er1 >conftest.err 13273 rm -f conftest.er1 13274 cat conftest.err >&5 13275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13276 (exit $ac_status); } && 13277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13278 { (case "(($ac_try" in 13279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13280 *) ac_try_echo=$ac_try;; 13281esac 13282eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13283 (eval "$ac_try") 2>&5 13284 ac_status=$? 13285 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13286 (exit $ac_status); }; } && 13287 { ac_try='test -s conftest.$ac_objext' 13288 { (case "(($ac_try" in 13289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13290 *) ac_try_echo=$ac_try;; 13291esac 13292eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13293 (eval "$ac_try") 2>&5 13294 ac_status=$? 13295 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13296 (exit $ac_status); }; }; then 13297 ac_cv_type_ssize_t=yes 13298else 13299 echo "$as_me: failed program was:" >&5 13300sed 's/^/| /' conftest.$ac_ext >&5 13301 13302 ac_cv_type_ssize_t=no 13303fi 13304 13305rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13306fi 13307{ echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 13308echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; } 13309if test $ac_cv_type_ssize_t = yes; then 13310 cat >>confdefs.h <<\_ACEOF 13311#define HAVE_TYPE_SSIZE_T 1 13312_ACEOF 13313 13314fi 13315 13316{ echo "$as_me:$LINENO: checking whether llseek is declared" >&5 13317echo $ECHO_N "checking whether llseek is declared... $ECHO_C" >&6; } 13318if test "${ac_cv_have_decl_llseek+set}" = set; then 13319 echo $ECHO_N "(cached) $ECHO_C" >&6 13320else 13321 cat >conftest.$ac_ext <<_ACEOF 13322/* confdefs.h. */ 13323_ACEOF 13324cat confdefs.h >>conftest.$ac_ext 13325cat >>conftest.$ac_ext <<_ACEOF 13326/* end confdefs.h. */ 13327#include <unistd.h> 13328 13329int 13330main () 13331{ 13332#ifndef llseek 13333 char *p = (char *) llseek; 13334 return !p; 13335#endif 13336 13337 ; 13338 return 0; 13339} 13340_ACEOF 13341rm -f conftest.$ac_objext 13342if { (ac_try="$ac_compile" 13343case "(($ac_try" in 13344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13345 *) ac_try_echo=$ac_try;; 13346esac 13347eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13348 (eval "$ac_compile") 2>conftest.er1 13349 ac_status=$? 13350 grep -v '^ *+' conftest.er1 >conftest.err 13351 rm -f conftest.er1 13352 cat conftest.err >&5 13353 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13354 (exit $ac_status); } && 13355 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13356 { (case "(($ac_try" in 13357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13358 *) ac_try_echo=$ac_try;; 13359esac 13360eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13361 (eval "$ac_try") 2>&5 13362 ac_status=$? 13363 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13364 (exit $ac_status); }; } && 13365 { ac_try='test -s conftest.$ac_objext' 13366 { (case "(($ac_try" in 13367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13368 *) ac_try_echo=$ac_try;; 13369esac 13370eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13371 (eval "$ac_try") 2>&5 13372 ac_status=$? 13373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13374 (exit $ac_status); }; }; then 13375 ac_cv_have_decl_llseek=yes 13376else 13377 echo "$as_me: failed program was:" >&5 13378sed 's/^/| /' conftest.$ac_ext >&5 13379 13380 ac_cv_have_decl_llseek=no 13381fi 13382 13383rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13384fi 13385{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_llseek" >&5 13386echo "${ECHO_T}$ac_cv_have_decl_llseek" >&6; } 13387if test $ac_cv_have_decl_llseek = yes; then 13388 cat >>confdefs.h <<\_ACEOF 13389#define HAVE_LLSEEK_PROTOTYPE 1 13390_ACEOF 13391 13392fi 13393 13394{ echo "$as_me:$LINENO: checking whether lseek64 is declared" >&5 13395echo $ECHO_N "checking whether lseek64 is declared... $ECHO_C" >&6; } 13396if test "${ac_cv_have_decl_lseek64+set}" = set; then 13397 echo $ECHO_N "(cached) $ECHO_C" >&6 13398else 13399 cat >conftest.$ac_ext <<_ACEOF 13400/* confdefs.h. */ 13401_ACEOF 13402cat confdefs.h >>conftest.$ac_ext 13403cat >>conftest.$ac_ext <<_ACEOF 13404/* end confdefs.h. */ 13405#define _LARGEFILE_SOURCE 13406 #define _LARGEFILE64_SOURCE 13407 #include <unistd.h> 13408 13409int 13410main () 13411{ 13412#ifndef lseek64 13413 char *p = (char *) lseek64; 13414 return !p; 13415#endif 13416 13417 ; 13418 return 0; 13419} 13420_ACEOF 13421rm -f conftest.$ac_objext 13422if { (ac_try="$ac_compile" 13423case "(($ac_try" in 13424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13425 *) ac_try_echo=$ac_try;; 13426esac 13427eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13428 (eval "$ac_compile") 2>conftest.er1 13429 ac_status=$? 13430 grep -v '^ *+' conftest.er1 >conftest.err 13431 rm -f conftest.er1 13432 cat conftest.err >&5 13433 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13434 (exit $ac_status); } && 13435 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13436 { (case "(($ac_try" in 13437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13438 *) ac_try_echo=$ac_try;; 13439esac 13440eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13441 (eval "$ac_try") 2>&5 13442 ac_status=$? 13443 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13444 (exit $ac_status); }; } && 13445 { ac_try='test -s conftest.$ac_objext' 13446 { (case "(($ac_try" in 13447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13448 *) ac_try_echo=$ac_try;; 13449esac 13450eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13451 (eval "$ac_try") 2>&5 13452 ac_status=$? 13453 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13454 (exit $ac_status); }; }; then 13455 ac_cv_have_decl_lseek64=yes 13456else 13457 echo "$as_me: failed program was:" >&5 13458sed 's/^/| /' conftest.$ac_ext >&5 13459 13460 ac_cv_have_decl_lseek64=no 13461fi 13462 13463rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13464fi 13465{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_lseek64" >&5 13466echo "${ECHO_T}$ac_cv_have_decl_lseek64" >&6; } 13467if test $ac_cv_have_decl_lseek64 = yes; then 13468 cat >>confdefs.h <<\_ACEOF 13469#define HAVE_LSEEK64_PROTOTYPE 1 13470_ACEOF 13471 13472fi 13473 13474if test "$cross_compiling" = yes -a "$ac_cv_sizeof_long" = ""; then 13475 # if cross-compiling, with no cached values, just assume something common. 13476 ac_cv_sizeof_short=2 13477 ac_cv_sizeof_int=4 13478 ac_cv_sizeof_long=4 13479 ac_cv_sizeof_long_long=8 13480 { echo "$as_me:$LINENO: WARNING: Cross-compiling, so cannot check type sizes; assuming short=2, int=4, long=4, long long=8" >&5 13481echo "$as_me: WARNING: Cross-compiling, so cannot check type sizes; assuming short=2, int=4, long=4, long long=8" >&2;} 13482fi 13483{ echo "$as_me:$LINENO: checking for short" >&5 13484echo $ECHO_N "checking for short... $ECHO_C" >&6; } 13485if test "${ac_cv_type_short+set}" = set; then 13486 echo $ECHO_N "(cached) $ECHO_C" >&6 13487else 13488 cat >conftest.$ac_ext <<_ACEOF 13489/* confdefs.h. */ 13490_ACEOF 13491cat confdefs.h >>conftest.$ac_ext 13492cat >>conftest.$ac_ext <<_ACEOF 13493/* end confdefs.h. */ 13494$ac_includes_default 13495typedef short ac__type_new_; 13496int 13497main () 13498{ 13499if ((ac__type_new_ *) 0) 13500 return 0; 13501if (sizeof (ac__type_new_)) 13502 return 0; 13503 ; 13504 return 0; 13505} 13506_ACEOF 13507rm -f conftest.$ac_objext 13508if { (ac_try="$ac_compile" 13509case "(($ac_try" in 13510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13511 *) ac_try_echo=$ac_try;; 13512esac 13513eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13514 (eval "$ac_compile") 2>conftest.er1 13515 ac_status=$? 13516 grep -v '^ *+' conftest.er1 >conftest.err 13517 rm -f conftest.er1 13518 cat conftest.err >&5 13519 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13520 (exit $ac_status); } && 13521 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13522 { (case "(($ac_try" in 13523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13524 *) ac_try_echo=$ac_try;; 13525esac 13526eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13527 (eval "$ac_try") 2>&5 13528 ac_status=$? 13529 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13530 (exit $ac_status); }; } && 13531 { ac_try='test -s conftest.$ac_objext' 13532 { (case "(($ac_try" in 13533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13534 *) ac_try_echo=$ac_try;; 13535esac 13536eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13537 (eval "$ac_try") 2>&5 13538 ac_status=$? 13539 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13540 (exit $ac_status); }; }; then 13541 ac_cv_type_short=yes 13542else 13543 echo "$as_me: failed program was:" >&5 13544sed 's/^/| /' conftest.$ac_ext >&5 13545 13546 ac_cv_type_short=no 13547fi 13548 13549rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13550fi 13551{ echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 13552echo "${ECHO_T}$ac_cv_type_short" >&6; } 13553 13554{ echo "$as_me:$LINENO: checking size of short" >&5 13555echo $ECHO_N "checking size of short... $ECHO_C" >&6; } 13556if test "${ac_cv_sizeof_short+set}" = set; then 13557 echo $ECHO_N "(cached) $ECHO_C" >&6 13558else 13559 if test "$ac_cv_type_short" = yes; then 13560 # The cast to long int works around a bug in the HP C Compiler 13561 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 13562 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 13563 # This bug is HP SR number 8606223364. 13564 if test "$cross_compiling" = yes; then 13565 # Depending upon the size, compute the lo and hi bounds. 13566cat >conftest.$ac_ext <<_ACEOF 13567/* confdefs.h. */ 13568_ACEOF 13569cat confdefs.h >>conftest.$ac_ext 13570cat >>conftest.$ac_ext <<_ACEOF 13571/* end confdefs.h. */ 13572$ac_includes_default 13573 typedef short ac__type_sizeof_; 13574int 13575main () 13576{ 13577static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 13578test_array [0] = 0 13579 13580 ; 13581 return 0; 13582} 13583_ACEOF 13584rm -f conftest.$ac_objext 13585if { (ac_try="$ac_compile" 13586case "(($ac_try" in 13587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13588 *) ac_try_echo=$ac_try;; 13589esac 13590eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13591 (eval "$ac_compile") 2>conftest.er1 13592 ac_status=$? 13593 grep -v '^ *+' conftest.er1 >conftest.err 13594 rm -f conftest.er1 13595 cat conftest.err >&5 13596 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13597 (exit $ac_status); } && 13598 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13599 { (case "(($ac_try" in 13600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13601 *) ac_try_echo=$ac_try;; 13602esac 13603eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13604 (eval "$ac_try") 2>&5 13605 ac_status=$? 13606 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13607 (exit $ac_status); }; } && 13608 { ac_try='test -s conftest.$ac_objext' 13609 { (case "(($ac_try" in 13610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13611 *) ac_try_echo=$ac_try;; 13612esac 13613eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13614 (eval "$ac_try") 2>&5 13615 ac_status=$? 13616 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13617 (exit $ac_status); }; }; then 13618 ac_lo=0 ac_mid=0 13619 while :; do 13620 cat >conftest.$ac_ext <<_ACEOF 13621/* confdefs.h. */ 13622_ACEOF 13623cat confdefs.h >>conftest.$ac_ext 13624cat >>conftest.$ac_ext <<_ACEOF 13625/* end confdefs.h. */ 13626$ac_includes_default 13627 typedef short ac__type_sizeof_; 13628int 13629main () 13630{ 13631static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 13632test_array [0] = 0 13633 13634 ; 13635 return 0; 13636} 13637_ACEOF 13638rm -f conftest.$ac_objext 13639if { (ac_try="$ac_compile" 13640case "(($ac_try" in 13641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13642 *) ac_try_echo=$ac_try;; 13643esac 13644eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13645 (eval "$ac_compile") 2>conftest.er1 13646 ac_status=$? 13647 grep -v '^ *+' conftest.er1 >conftest.err 13648 rm -f conftest.er1 13649 cat conftest.err >&5 13650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13651 (exit $ac_status); } && 13652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13653 { (case "(($ac_try" in 13654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13655 *) ac_try_echo=$ac_try;; 13656esac 13657eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13658 (eval "$ac_try") 2>&5 13659 ac_status=$? 13660 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13661 (exit $ac_status); }; } && 13662 { ac_try='test -s conftest.$ac_objext' 13663 { (case "(($ac_try" in 13664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13665 *) ac_try_echo=$ac_try;; 13666esac 13667eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13668 (eval "$ac_try") 2>&5 13669 ac_status=$? 13670 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13671 (exit $ac_status); }; }; then 13672 ac_hi=$ac_mid; break 13673else 13674 echo "$as_me: failed program was:" >&5 13675sed 's/^/| /' conftest.$ac_ext >&5 13676 13677 ac_lo=`expr $ac_mid + 1` 13678 if test $ac_lo -le $ac_mid; then 13679 ac_lo= ac_hi= 13680 break 13681 fi 13682 ac_mid=`expr 2 '*' $ac_mid + 1` 13683fi 13684 13685rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13686 done 13687else 13688 echo "$as_me: failed program was:" >&5 13689sed 's/^/| /' conftest.$ac_ext >&5 13690 13691 cat >conftest.$ac_ext <<_ACEOF 13692/* confdefs.h. */ 13693_ACEOF 13694cat confdefs.h >>conftest.$ac_ext 13695cat >>conftest.$ac_ext <<_ACEOF 13696/* end confdefs.h. */ 13697$ac_includes_default 13698 typedef short ac__type_sizeof_; 13699int 13700main () 13701{ 13702static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 13703test_array [0] = 0 13704 13705 ; 13706 return 0; 13707} 13708_ACEOF 13709rm -f conftest.$ac_objext 13710if { (ac_try="$ac_compile" 13711case "(($ac_try" in 13712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13713 *) ac_try_echo=$ac_try;; 13714esac 13715eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13716 (eval "$ac_compile") 2>conftest.er1 13717 ac_status=$? 13718 grep -v '^ *+' conftest.er1 >conftest.err 13719 rm -f conftest.er1 13720 cat conftest.err >&5 13721 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13722 (exit $ac_status); } && 13723 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13724 { (case "(($ac_try" in 13725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13726 *) ac_try_echo=$ac_try;; 13727esac 13728eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13729 (eval "$ac_try") 2>&5 13730 ac_status=$? 13731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13732 (exit $ac_status); }; } && 13733 { ac_try='test -s conftest.$ac_objext' 13734 { (case "(($ac_try" in 13735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13736 *) ac_try_echo=$ac_try;; 13737esac 13738eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13739 (eval "$ac_try") 2>&5 13740 ac_status=$? 13741 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13742 (exit $ac_status); }; }; then 13743 ac_hi=-1 ac_mid=-1 13744 while :; do 13745 cat >conftest.$ac_ext <<_ACEOF 13746/* confdefs.h. */ 13747_ACEOF 13748cat confdefs.h >>conftest.$ac_ext 13749cat >>conftest.$ac_ext <<_ACEOF 13750/* end confdefs.h. */ 13751$ac_includes_default 13752 typedef short ac__type_sizeof_; 13753int 13754main () 13755{ 13756static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 13757test_array [0] = 0 13758 13759 ; 13760 return 0; 13761} 13762_ACEOF 13763rm -f conftest.$ac_objext 13764if { (ac_try="$ac_compile" 13765case "(($ac_try" in 13766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13767 *) ac_try_echo=$ac_try;; 13768esac 13769eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13770 (eval "$ac_compile") 2>conftest.er1 13771 ac_status=$? 13772 grep -v '^ *+' conftest.er1 >conftest.err 13773 rm -f conftest.er1 13774 cat conftest.err >&5 13775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13776 (exit $ac_status); } && 13777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13778 { (case "(($ac_try" in 13779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13780 *) ac_try_echo=$ac_try;; 13781esac 13782eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13783 (eval "$ac_try") 2>&5 13784 ac_status=$? 13785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13786 (exit $ac_status); }; } && 13787 { ac_try='test -s conftest.$ac_objext' 13788 { (case "(($ac_try" in 13789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13790 *) ac_try_echo=$ac_try;; 13791esac 13792eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13793 (eval "$ac_try") 2>&5 13794 ac_status=$? 13795 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13796 (exit $ac_status); }; }; then 13797 ac_lo=$ac_mid; break 13798else 13799 echo "$as_me: failed program was:" >&5 13800sed 's/^/| /' conftest.$ac_ext >&5 13801 13802 ac_hi=`expr '(' $ac_mid ')' - 1` 13803 if test $ac_mid -le $ac_hi; then 13804 ac_lo= ac_hi= 13805 break 13806 fi 13807 ac_mid=`expr 2 '*' $ac_mid` 13808fi 13809 13810rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13811 done 13812else 13813 echo "$as_me: failed program was:" >&5 13814sed 's/^/| /' conftest.$ac_ext >&5 13815 13816 ac_lo= ac_hi= 13817fi 13818 13819rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13820fi 13821 13822rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13823# Binary search between lo and hi bounds. 13824while test "x$ac_lo" != "x$ac_hi"; do 13825 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 13826 cat >conftest.$ac_ext <<_ACEOF 13827/* confdefs.h. */ 13828_ACEOF 13829cat confdefs.h >>conftest.$ac_ext 13830cat >>conftest.$ac_ext <<_ACEOF 13831/* end confdefs.h. */ 13832$ac_includes_default 13833 typedef short ac__type_sizeof_; 13834int 13835main () 13836{ 13837static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 13838test_array [0] = 0 13839 13840 ; 13841 return 0; 13842} 13843_ACEOF 13844rm -f conftest.$ac_objext 13845if { (ac_try="$ac_compile" 13846case "(($ac_try" in 13847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13848 *) ac_try_echo=$ac_try;; 13849esac 13850eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13851 (eval "$ac_compile") 2>conftest.er1 13852 ac_status=$? 13853 grep -v '^ *+' conftest.er1 >conftest.err 13854 rm -f conftest.er1 13855 cat conftest.err >&5 13856 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13857 (exit $ac_status); } && 13858 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13859 { (case "(($ac_try" in 13860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13861 *) ac_try_echo=$ac_try;; 13862esac 13863eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13864 (eval "$ac_try") 2>&5 13865 ac_status=$? 13866 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13867 (exit $ac_status); }; } && 13868 { ac_try='test -s conftest.$ac_objext' 13869 { (case "(($ac_try" in 13870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13871 *) ac_try_echo=$ac_try;; 13872esac 13873eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13874 (eval "$ac_try") 2>&5 13875 ac_status=$? 13876 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13877 (exit $ac_status); }; }; then 13878 ac_hi=$ac_mid 13879else 13880 echo "$as_me: failed program was:" >&5 13881sed 's/^/| /' conftest.$ac_ext >&5 13882 13883 ac_lo=`expr '(' $ac_mid ')' + 1` 13884fi 13885 13886rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13887done 13888case $ac_lo in 13889?*) ac_cv_sizeof_short=$ac_lo;; 13890'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) 13891See \`config.log' for more details." >&5 13892echo "$as_me: error: cannot compute sizeof (short) 13893See \`config.log' for more details." >&2;} 13894 { (exit 77); exit 77; }; } ;; 13895esac 13896else 13897 cat >conftest.$ac_ext <<_ACEOF 13898/* confdefs.h. */ 13899_ACEOF 13900cat confdefs.h >>conftest.$ac_ext 13901cat >>conftest.$ac_ext <<_ACEOF 13902/* end confdefs.h. */ 13903$ac_includes_default 13904 typedef short ac__type_sizeof_; 13905static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 13906static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 13907#include <stdio.h> 13908#include <stdlib.h> 13909int 13910main () 13911{ 13912 13913 FILE *f = fopen ("conftest.val", "w"); 13914 if (! f) 13915 return 1; 13916 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 13917 { 13918 long int i = longval (); 13919 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 13920 return 1; 13921 fprintf (f, "%ld\n", i); 13922 } 13923 else 13924 { 13925 unsigned long int i = ulongval (); 13926 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 13927 return 1; 13928 fprintf (f, "%lu\n", i); 13929 } 13930 return ferror (f) || fclose (f) != 0; 13931 13932 ; 13933 return 0; 13934} 13935_ACEOF 13936rm -f conftest$ac_exeext 13937if { (ac_try="$ac_link" 13938case "(($ac_try" in 13939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13940 *) ac_try_echo=$ac_try;; 13941esac 13942eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13943 (eval "$ac_link") 2>&5 13944 ac_status=$? 13945 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13946 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 13947 { (case "(($ac_try" in 13948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13949 *) ac_try_echo=$ac_try;; 13950esac 13951eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13952 (eval "$ac_try") 2>&5 13953 ac_status=$? 13954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13955 (exit $ac_status); }; }; then 13956 ac_cv_sizeof_short=`cat conftest.val` 13957else 13958 echo "$as_me: program exited with status $ac_status" >&5 13959echo "$as_me: failed program was:" >&5 13960sed 's/^/| /' conftest.$ac_ext >&5 13961 13962( exit $ac_status ) 13963{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short) 13964See \`config.log' for more details." >&5 13965echo "$as_me: error: cannot compute sizeof (short) 13966See \`config.log' for more details." >&2;} 13967 { (exit 77); exit 77; }; } 13968fi 13969rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 13970fi 13971rm -f conftest.val 13972else 13973 ac_cv_sizeof_short=0 13974fi 13975fi 13976{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 13977echo "${ECHO_T}$ac_cv_sizeof_short" >&6; } 13978cat >>confdefs.h <<_ACEOF 13979#define SIZEOF_SHORT $ac_cv_sizeof_short 13980_ACEOF 13981 13982 13983{ echo "$as_me:$LINENO: checking for int" >&5 13984echo $ECHO_N "checking for int... $ECHO_C" >&6; } 13985if test "${ac_cv_type_int+set}" = set; then 13986 echo $ECHO_N "(cached) $ECHO_C" >&6 13987else 13988 cat >conftest.$ac_ext <<_ACEOF 13989/* confdefs.h. */ 13990_ACEOF 13991cat confdefs.h >>conftest.$ac_ext 13992cat >>conftest.$ac_ext <<_ACEOF 13993/* end confdefs.h. */ 13994$ac_includes_default 13995typedef int ac__type_new_; 13996int 13997main () 13998{ 13999if ((ac__type_new_ *) 0) 14000 return 0; 14001if (sizeof (ac__type_new_)) 14002 return 0; 14003 ; 14004 return 0; 14005} 14006_ACEOF 14007rm -f conftest.$ac_objext 14008if { (ac_try="$ac_compile" 14009case "(($ac_try" in 14010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14011 *) ac_try_echo=$ac_try;; 14012esac 14013eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14014 (eval "$ac_compile") 2>conftest.er1 14015 ac_status=$? 14016 grep -v '^ *+' conftest.er1 >conftest.err 14017 rm -f conftest.er1 14018 cat conftest.err >&5 14019 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14020 (exit $ac_status); } && 14021 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14022 { (case "(($ac_try" in 14023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14024 *) ac_try_echo=$ac_try;; 14025esac 14026eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14027 (eval "$ac_try") 2>&5 14028 ac_status=$? 14029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14030 (exit $ac_status); }; } && 14031 { ac_try='test -s conftest.$ac_objext' 14032 { (case "(($ac_try" in 14033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14034 *) ac_try_echo=$ac_try;; 14035esac 14036eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14037 (eval "$ac_try") 2>&5 14038 ac_status=$? 14039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14040 (exit $ac_status); }; }; then 14041 ac_cv_type_int=yes 14042else 14043 echo "$as_me: failed program was:" >&5 14044sed 's/^/| /' conftest.$ac_ext >&5 14045 14046 ac_cv_type_int=no 14047fi 14048 14049rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14050fi 14051{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 14052echo "${ECHO_T}$ac_cv_type_int" >&6; } 14053 14054{ echo "$as_me:$LINENO: checking size of int" >&5 14055echo $ECHO_N "checking size of int... $ECHO_C" >&6; } 14056if test "${ac_cv_sizeof_int+set}" = set; then 14057 echo $ECHO_N "(cached) $ECHO_C" >&6 14058else 14059 if test "$ac_cv_type_int" = yes; then 14060 # The cast to long int works around a bug in the HP C Compiler 14061 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 14062 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 14063 # This bug is HP SR number 8606223364. 14064 if test "$cross_compiling" = yes; then 14065 # Depending upon the size, compute the lo and hi bounds. 14066cat >conftest.$ac_ext <<_ACEOF 14067/* confdefs.h. */ 14068_ACEOF 14069cat confdefs.h >>conftest.$ac_ext 14070cat >>conftest.$ac_ext <<_ACEOF 14071/* end confdefs.h. */ 14072$ac_includes_default 14073 typedef int ac__type_sizeof_; 14074int 14075main () 14076{ 14077static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 14078test_array [0] = 0 14079 14080 ; 14081 return 0; 14082} 14083_ACEOF 14084rm -f conftest.$ac_objext 14085if { (ac_try="$ac_compile" 14086case "(($ac_try" in 14087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14088 *) ac_try_echo=$ac_try;; 14089esac 14090eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14091 (eval "$ac_compile") 2>conftest.er1 14092 ac_status=$? 14093 grep -v '^ *+' conftest.er1 >conftest.err 14094 rm -f conftest.er1 14095 cat conftest.err >&5 14096 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14097 (exit $ac_status); } && 14098 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14099 { (case "(($ac_try" in 14100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14101 *) ac_try_echo=$ac_try;; 14102esac 14103eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14104 (eval "$ac_try") 2>&5 14105 ac_status=$? 14106 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14107 (exit $ac_status); }; } && 14108 { ac_try='test -s conftest.$ac_objext' 14109 { (case "(($ac_try" in 14110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14111 *) ac_try_echo=$ac_try;; 14112esac 14113eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14114 (eval "$ac_try") 2>&5 14115 ac_status=$? 14116 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14117 (exit $ac_status); }; }; then 14118 ac_lo=0 ac_mid=0 14119 while :; do 14120 cat >conftest.$ac_ext <<_ACEOF 14121/* confdefs.h. */ 14122_ACEOF 14123cat confdefs.h >>conftest.$ac_ext 14124cat >>conftest.$ac_ext <<_ACEOF 14125/* end confdefs.h. */ 14126$ac_includes_default 14127 typedef int ac__type_sizeof_; 14128int 14129main () 14130{ 14131static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14132test_array [0] = 0 14133 14134 ; 14135 return 0; 14136} 14137_ACEOF 14138rm -f conftest.$ac_objext 14139if { (ac_try="$ac_compile" 14140case "(($ac_try" in 14141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14142 *) ac_try_echo=$ac_try;; 14143esac 14144eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14145 (eval "$ac_compile") 2>conftest.er1 14146 ac_status=$? 14147 grep -v '^ *+' conftest.er1 >conftest.err 14148 rm -f conftest.er1 14149 cat conftest.err >&5 14150 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14151 (exit $ac_status); } && 14152 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14153 { (case "(($ac_try" in 14154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14155 *) ac_try_echo=$ac_try;; 14156esac 14157eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14158 (eval "$ac_try") 2>&5 14159 ac_status=$? 14160 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14161 (exit $ac_status); }; } && 14162 { ac_try='test -s conftest.$ac_objext' 14163 { (case "(($ac_try" in 14164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14165 *) ac_try_echo=$ac_try;; 14166esac 14167eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14168 (eval "$ac_try") 2>&5 14169 ac_status=$? 14170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14171 (exit $ac_status); }; }; then 14172 ac_hi=$ac_mid; break 14173else 14174 echo "$as_me: failed program was:" >&5 14175sed 's/^/| /' conftest.$ac_ext >&5 14176 14177 ac_lo=`expr $ac_mid + 1` 14178 if test $ac_lo -le $ac_mid; then 14179 ac_lo= ac_hi= 14180 break 14181 fi 14182 ac_mid=`expr 2 '*' $ac_mid + 1` 14183fi 14184 14185rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14186 done 14187else 14188 echo "$as_me: failed program was:" >&5 14189sed 's/^/| /' conftest.$ac_ext >&5 14190 14191 cat >conftest.$ac_ext <<_ACEOF 14192/* confdefs.h. */ 14193_ACEOF 14194cat confdefs.h >>conftest.$ac_ext 14195cat >>conftest.$ac_ext <<_ACEOF 14196/* end confdefs.h. */ 14197$ac_includes_default 14198 typedef int ac__type_sizeof_; 14199int 14200main () 14201{ 14202static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 14203test_array [0] = 0 14204 14205 ; 14206 return 0; 14207} 14208_ACEOF 14209rm -f conftest.$ac_objext 14210if { (ac_try="$ac_compile" 14211case "(($ac_try" in 14212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14213 *) ac_try_echo=$ac_try;; 14214esac 14215eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14216 (eval "$ac_compile") 2>conftest.er1 14217 ac_status=$? 14218 grep -v '^ *+' conftest.er1 >conftest.err 14219 rm -f conftest.er1 14220 cat conftest.err >&5 14221 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14222 (exit $ac_status); } && 14223 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14224 { (case "(($ac_try" in 14225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14226 *) ac_try_echo=$ac_try;; 14227esac 14228eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14229 (eval "$ac_try") 2>&5 14230 ac_status=$? 14231 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14232 (exit $ac_status); }; } && 14233 { ac_try='test -s conftest.$ac_objext' 14234 { (case "(($ac_try" in 14235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14236 *) ac_try_echo=$ac_try;; 14237esac 14238eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14239 (eval "$ac_try") 2>&5 14240 ac_status=$? 14241 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14242 (exit $ac_status); }; }; then 14243 ac_hi=-1 ac_mid=-1 14244 while :; do 14245 cat >conftest.$ac_ext <<_ACEOF 14246/* confdefs.h. */ 14247_ACEOF 14248cat confdefs.h >>conftest.$ac_ext 14249cat >>conftest.$ac_ext <<_ACEOF 14250/* end confdefs.h. */ 14251$ac_includes_default 14252 typedef int ac__type_sizeof_; 14253int 14254main () 14255{ 14256static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 14257test_array [0] = 0 14258 14259 ; 14260 return 0; 14261} 14262_ACEOF 14263rm -f conftest.$ac_objext 14264if { (ac_try="$ac_compile" 14265case "(($ac_try" in 14266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14267 *) ac_try_echo=$ac_try;; 14268esac 14269eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14270 (eval "$ac_compile") 2>conftest.er1 14271 ac_status=$? 14272 grep -v '^ *+' conftest.er1 >conftest.err 14273 rm -f conftest.er1 14274 cat conftest.err >&5 14275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14276 (exit $ac_status); } && 14277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14278 { (case "(($ac_try" in 14279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14280 *) ac_try_echo=$ac_try;; 14281esac 14282eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14283 (eval "$ac_try") 2>&5 14284 ac_status=$? 14285 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14286 (exit $ac_status); }; } && 14287 { ac_try='test -s conftest.$ac_objext' 14288 { (case "(($ac_try" in 14289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14290 *) ac_try_echo=$ac_try;; 14291esac 14292eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14293 (eval "$ac_try") 2>&5 14294 ac_status=$? 14295 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14296 (exit $ac_status); }; }; then 14297 ac_lo=$ac_mid; break 14298else 14299 echo "$as_me: failed program was:" >&5 14300sed 's/^/| /' conftest.$ac_ext >&5 14301 14302 ac_hi=`expr '(' $ac_mid ')' - 1` 14303 if test $ac_mid -le $ac_hi; then 14304 ac_lo= ac_hi= 14305 break 14306 fi 14307 ac_mid=`expr 2 '*' $ac_mid` 14308fi 14309 14310rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14311 done 14312else 14313 echo "$as_me: failed program was:" >&5 14314sed 's/^/| /' conftest.$ac_ext >&5 14315 14316 ac_lo= ac_hi= 14317fi 14318 14319rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14320fi 14321 14322rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14323# Binary search between lo and hi bounds. 14324while test "x$ac_lo" != "x$ac_hi"; do 14325 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 14326 cat >conftest.$ac_ext <<_ACEOF 14327/* confdefs.h. */ 14328_ACEOF 14329cat confdefs.h >>conftest.$ac_ext 14330cat >>conftest.$ac_ext <<_ACEOF 14331/* end confdefs.h. */ 14332$ac_includes_default 14333 typedef int ac__type_sizeof_; 14334int 14335main () 14336{ 14337static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14338test_array [0] = 0 14339 14340 ; 14341 return 0; 14342} 14343_ACEOF 14344rm -f conftest.$ac_objext 14345if { (ac_try="$ac_compile" 14346case "(($ac_try" in 14347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14348 *) ac_try_echo=$ac_try;; 14349esac 14350eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14351 (eval "$ac_compile") 2>conftest.er1 14352 ac_status=$? 14353 grep -v '^ *+' conftest.er1 >conftest.err 14354 rm -f conftest.er1 14355 cat conftest.err >&5 14356 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14357 (exit $ac_status); } && 14358 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14359 { (case "(($ac_try" in 14360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14361 *) ac_try_echo=$ac_try;; 14362esac 14363eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14364 (eval "$ac_try") 2>&5 14365 ac_status=$? 14366 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14367 (exit $ac_status); }; } && 14368 { ac_try='test -s conftest.$ac_objext' 14369 { (case "(($ac_try" in 14370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14371 *) ac_try_echo=$ac_try;; 14372esac 14373eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14374 (eval "$ac_try") 2>&5 14375 ac_status=$? 14376 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14377 (exit $ac_status); }; }; then 14378 ac_hi=$ac_mid 14379else 14380 echo "$as_me: failed program was:" >&5 14381sed 's/^/| /' conftest.$ac_ext >&5 14382 14383 ac_lo=`expr '(' $ac_mid ')' + 1` 14384fi 14385 14386rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14387done 14388case $ac_lo in 14389?*) ac_cv_sizeof_int=$ac_lo;; 14390'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 14391See \`config.log' for more details." >&5 14392echo "$as_me: error: cannot compute sizeof (int) 14393See \`config.log' for more details." >&2;} 14394 { (exit 77); exit 77; }; } ;; 14395esac 14396else 14397 cat >conftest.$ac_ext <<_ACEOF 14398/* confdefs.h. */ 14399_ACEOF 14400cat confdefs.h >>conftest.$ac_ext 14401cat >>conftest.$ac_ext <<_ACEOF 14402/* end confdefs.h. */ 14403$ac_includes_default 14404 typedef int ac__type_sizeof_; 14405static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 14406static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 14407#include <stdio.h> 14408#include <stdlib.h> 14409int 14410main () 14411{ 14412 14413 FILE *f = fopen ("conftest.val", "w"); 14414 if (! f) 14415 return 1; 14416 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 14417 { 14418 long int i = longval (); 14419 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14420 return 1; 14421 fprintf (f, "%ld\n", i); 14422 } 14423 else 14424 { 14425 unsigned long int i = ulongval (); 14426 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14427 return 1; 14428 fprintf (f, "%lu\n", i); 14429 } 14430 return ferror (f) || fclose (f) != 0; 14431 14432 ; 14433 return 0; 14434} 14435_ACEOF 14436rm -f conftest$ac_exeext 14437if { (ac_try="$ac_link" 14438case "(($ac_try" in 14439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14440 *) ac_try_echo=$ac_try;; 14441esac 14442eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14443 (eval "$ac_link") 2>&5 14444 ac_status=$? 14445 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14446 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14447 { (case "(($ac_try" in 14448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14449 *) ac_try_echo=$ac_try;; 14450esac 14451eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14452 (eval "$ac_try") 2>&5 14453 ac_status=$? 14454 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14455 (exit $ac_status); }; }; then 14456 ac_cv_sizeof_int=`cat conftest.val` 14457else 14458 echo "$as_me: program exited with status $ac_status" >&5 14459echo "$as_me: failed program was:" >&5 14460sed 's/^/| /' conftest.$ac_ext >&5 14461 14462( exit $ac_status ) 14463{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 14464See \`config.log' for more details." >&5 14465echo "$as_me: error: cannot compute sizeof (int) 14466See \`config.log' for more details." >&2;} 14467 { (exit 77); exit 77; }; } 14468fi 14469rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 14470fi 14471rm -f conftest.val 14472else 14473 ac_cv_sizeof_int=0 14474fi 14475fi 14476{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 14477echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } 14478cat >>confdefs.h <<_ACEOF 14479#define SIZEOF_INT $ac_cv_sizeof_int 14480_ACEOF 14481 14482 14483{ echo "$as_me:$LINENO: checking for long" >&5 14484echo $ECHO_N "checking for long... $ECHO_C" >&6; } 14485if test "${ac_cv_type_long+set}" = set; then 14486 echo $ECHO_N "(cached) $ECHO_C" >&6 14487else 14488 cat >conftest.$ac_ext <<_ACEOF 14489/* confdefs.h. */ 14490_ACEOF 14491cat confdefs.h >>conftest.$ac_ext 14492cat >>conftest.$ac_ext <<_ACEOF 14493/* end confdefs.h. */ 14494$ac_includes_default 14495typedef long ac__type_new_; 14496int 14497main () 14498{ 14499if ((ac__type_new_ *) 0) 14500 return 0; 14501if (sizeof (ac__type_new_)) 14502 return 0; 14503 ; 14504 return 0; 14505} 14506_ACEOF 14507rm -f conftest.$ac_objext 14508if { (ac_try="$ac_compile" 14509case "(($ac_try" in 14510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14511 *) ac_try_echo=$ac_try;; 14512esac 14513eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14514 (eval "$ac_compile") 2>conftest.er1 14515 ac_status=$? 14516 grep -v '^ *+' conftest.er1 >conftest.err 14517 rm -f conftest.er1 14518 cat conftest.err >&5 14519 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14520 (exit $ac_status); } && 14521 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14522 { (case "(($ac_try" in 14523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14524 *) ac_try_echo=$ac_try;; 14525esac 14526eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14527 (eval "$ac_try") 2>&5 14528 ac_status=$? 14529 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14530 (exit $ac_status); }; } && 14531 { ac_try='test -s conftest.$ac_objext' 14532 { (case "(($ac_try" in 14533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14534 *) ac_try_echo=$ac_try;; 14535esac 14536eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14537 (eval "$ac_try") 2>&5 14538 ac_status=$? 14539 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14540 (exit $ac_status); }; }; then 14541 ac_cv_type_long=yes 14542else 14543 echo "$as_me: failed program was:" >&5 14544sed 's/^/| /' conftest.$ac_ext >&5 14545 14546 ac_cv_type_long=no 14547fi 14548 14549rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14550fi 14551{ echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 14552echo "${ECHO_T}$ac_cv_type_long" >&6; } 14553 14554{ echo "$as_me:$LINENO: checking size of long" >&5 14555echo $ECHO_N "checking size of long... $ECHO_C" >&6; } 14556if test "${ac_cv_sizeof_long+set}" = set; then 14557 echo $ECHO_N "(cached) $ECHO_C" >&6 14558else 14559 if test "$ac_cv_type_long" = yes; then 14560 # The cast to long int works around a bug in the HP C Compiler 14561 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 14562 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 14563 # This bug is HP SR number 8606223364. 14564 if test "$cross_compiling" = yes; then 14565 # Depending upon the size, compute the lo and hi bounds. 14566cat >conftest.$ac_ext <<_ACEOF 14567/* confdefs.h. */ 14568_ACEOF 14569cat confdefs.h >>conftest.$ac_ext 14570cat >>conftest.$ac_ext <<_ACEOF 14571/* end confdefs.h. */ 14572$ac_includes_default 14573 typedef long ac__type_sizeof_; 14574int 14575main () 14576{ 14577static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 14578test_array [0] = 0 14579 14580 ; 14581 return 0; 14582} 14583_ACEOF 14584rm -f conftest.$ac_objext 14585if { (ac_try="$ac_compile" 14586case "(($ac_try" in 14587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14588 *) ac_try_echo=$ac_try;; 14589esac 14590eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14591 (eval "$ac_compile") 2>conftest.er1 14592 ac_status=$? 14593 grep -v '^ *+' conftest.er1 >conftest.err 14594 rm -f conftest.er1 14595 cat conftest.err >&5 14596 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14597 (exit $ac_status); } && 14598 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14599 { (case "(($ac_try" in 14600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14601 *) ac_try_echo=$ac_try;; 14602esac 14603eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14604 (eval "$ac_try") 2>&5 14605 ac_status=$? 14606 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14607 (exit $ac_status); }; } && 14608 { ac_try='test -s conftest.$ac_objext' 14609 { (case "(($ac_try" in 14610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14611 *) ac_try_echo=$ac_try;; 14612esac 14613eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14614 (eval "$ac_try") 2>&5 14615 ac_status=$? 14616 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14617 (exit $ac_status); }; }; then 14618 ac_lo=0 ac_mid=0 14619 while :; do 14620 cat >conftest.$ac_ext <<_ACEOF 14621/* confdefs.h. */ 14622_ACEOF 14623cat confdefs.h >>conftest.$ac_ext 14624cat >>conftest.$ac_ext <<_ACEOF 14625/* end confdefs.h. */ 14626$ac_includes_default 14627 typedef long ac__type_sizeof_; 14628int 14629main () 14630{ 14631static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14632test_array [0] = 0 14633 14634 ; 14635 return 0; 14636} 14637_ACEOF 14638rm -f conftest.$ac_objext 14639if { (ac_try="$ac_compile" 14640case "(($ac_try" in 14641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14642 *) ac_try_echo=$ac_try;; 14643esac 14644eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14645 (eval "$ac_compile") 2>conftest.er1 14646 ac_status=$? 14647 grep -v '^ *+' conftest.er1 >conftest.err 14648 rm -f conftest.er1 14649 cat conftest.err >&5 14650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14651 (exit $ac_status); } && 14652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14653 { (case "(($ac_try" in 14654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14655 *) ac_try_echo=$ac_try;; 14656esac 14657eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14658 (eval "$ac_try") 2>&5 14659 ac_status=$? 14660 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14661 (exit $ac_status); }; } && 14662 { ac_try='test -s conftest.$ac_objext' 14663 { (case "(($ac_try" in 14664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14665 *) ac_try_echo=$ac_try;; 14666esac 14667eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14668 (eval "$ac_try") 2>&5 14669 ac_status=$? 14670 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14671 (exit $ac_status); }; }; then 14672 ac_hi=$ac_mid; break 14673else 14674 echo "$as_me: failed program was:" >&5 14675sed 's/^/| /' conftest.$ac_ext >&5 14676 14677 ac_lo=`expr $ac_mid + 1` 14678 if test $ac_lo -le $ac_mid; then 14679 ac_lo= ac_hi= 14680 break 14681 fi 14682 ac_mid=`expr 2 '*' $ac_mid + 1` 14683fi 14684 14685rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14686 done 14687else 14688 echo "$as_me: failed program was:" >&5 14689sed 's/^/| /' conftest.$ac_ext >&5 14690 14691 cat >conftest.$ac_ext <<_ACEOF 14692/* confdefs.h. */ 14693_ACEOF 14694cat confdefs.h >>conftest.$ac_ext 14695cat >>conftest.$ac_ext <<_ACEOF 14696/* end confdefs.h. */ 14697$ac_includes_default 14698 typedef long ac__type_sizeof_; 14699int 14700main () 14701{ 14702static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 14703test_array [0] = 0 14704 14705 ; 14706 return 0; 14707} 14708_ACEOF 14709rm -f conftest.$ac_objext 14710if { (ac_try="$ac_compile" 14711case "(($ac_try" in 14712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14713 *) ac_try_echo=$ac_try;; 14714esac 14715eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14716 (eval "$ac_compile") 2>conftest.er1 14717 ac_status=$? 14718 grep -v '^ *+' conftest.er1 >conftest.err 14719 rm -f conftest.er1 14720 cat conftest.err >&5 14721 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14722 (exit $ac_status); } && 14723 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14724 { (case "(($ac_try" in 14725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14726 *) ac_try_echo=$ac_try;; 14727esac 14728eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14729 (eval "$ac_try") 2>&5 14730 ac_status=$? 14731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14732 (exit $ac_status); }; } && 14733 { ac_try='test -s conftest.$ac_objext' 14734 { (case "(($ac_try" in 14735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14736 *) ac_try_echo=$ac_try;; 14737esac 14738eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14739 (eval "$ac_try") 2>&5 14740 ac_status=$? 14741 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14742 (exit $ac_status); }; }; then 14743 ac_hi=-1 ac_mid=-1 14744 while :; do 14745 cat >conftest.$ac_ext <<_ACEOF 14746/* confdefs.h. */ 14747_ACEOF 14748cat confdefs.h >>conftest.$ac_ext 14749cat >>conftest.$ac_ext <<_ACEOF 14750/* end confdefs.h. */ 14751$ac_includes_default 14752 typedef long ac__type_sizeof_; 14753int 14754main () 14755{ 14756static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 14757test_array [0] = 0 14758 14759 ; 14760 return 0; 14761} 14762_ACEOF 14763rm -f conftest.$ac_objext 14764if { (ac_try="$ac_compile" 14765case "(($ac_try" in 14766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14767 *) ac_try_echo=$ac_try;; 14768esac 14769eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14770 (eval "$ac_compile") 2>conftest.er1 14771 ac_status=$? 14772 grep -v '^ *+' conftest.er1 >conftest.err 14773 rm -f conftest.er1 14774 cat conftest.err >&5 14775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14776 (exit $ac_status); } && 14777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14778 { (case "(($ac_try" in 14779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14780 *) ac_try_echo=$ac_try;; 14781esac 14782eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14783 (eval "$ac_try") 2>&5 14784 ac_status=$? 14785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14786 (exit $ac_status); }; } && 14787 { ac_try='test -s conftest.$ac_objext' 14788 { (case "(($ac_try" in 14789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14790 *) ac_try_echo=$ac_try;; 14791esac 14792eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14793 (eval "$ac_try") 2>&5 14794 ac_status=$? 14795 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14796 (exit $ac_status); }; }; then 14797 ac_lo=$ac_mid; break 14798else 14799 echo "$as_me: failed program was:" >&5 14800sed 's/^/| /' conftest.$ac_ext >&5 14801 14802 ac_hi=`expr '(' $ac_mid ')' - 1` 14803 if test $ac_mid -le $ac_hi; then 14804 ac_lo= ac_hi= 14805 break 14806 fi 14807 ac_mid=`expr 2 '*' $ac_mid` 14808fi 14809 14810rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14811 done 14812else 14813 echo "$as_me: failed program was:" >&5 14814sed 's/^/| /' conftest.$ac_ext >&5 14815 14816 ac_lo= ac_hi= 14817fi 14818 14819rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14820fi 14821 14822rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14823# Binary search between lo and hi bounds. 14824while test "x$ac_lo" != "x$ac_hi"; do 14825 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 14826 cat >conftest.$ac_ext <<_ACEOF 14827/* confdefs.h. */ 14828_ACEOF 14829cat confdefs.h >>conftest.$ac_ext 14830cat >>conftest.$ac_ext <<_ACEOF 14831/* end confdefs.h. */ 14832$ac_includes_default 14833 typedef long ac__type_sizeof_; 14834int 14835main () 14836{ 14837static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14838test_array [0] = 0 14839 14840 ; 14841 return 0; 14842} 14843_ACEOF 14844rm -f conftest.$ac_objext 14845if { (ac_try="$ac_compile" 14846case "(($ac_try" in 14847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14848 *) ac_try_echo=$ac_try;; 14849esac 14850eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14851 (eval "$ac_compile") 2>conftest.er1 14852 ac_status=$? 14853 grep -v '^ *+' conftest.er1 >conftest.err 14854 rm -f conftest.er1 14855 cat conftest.err >&5 14856 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14857 (exit $ac_status); } && 14858 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14859 { (case "(($ac_try" in 14860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14861 *) ac_try_echo=$ac_try;; 14862esac 14863eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14864 (eval "$ac_try") 2>&5 14865 ac_status=$? 14866 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14867 (exit $ac_status); }; } && 14868 { ac_try='test -s conftest.$ac_objext' 14869 { (case "(($ac_try" in 14870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14871 *) ac_try_echo=$ac_try;; 14872esac 14873eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14874 (eval "$ac_try") 2>&5 14875 ac_status=$? 14876 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14877 (exit $ac_status); }; }; then 14878 ac_hi=$ac_mid 14879else 14880 echo "$as_me: failed program was:" >&5 14881sed 's/^/| /' conftest.$ac_ext >&5 14882 14883 ac_lo=`expr '(' $ac_mid ')' + 1` 14884fi 14885 14886rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14887done 14888case $ac_lo in 14889?*) ac_cv_sizeof_long=$ac_lo;; 14890'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) 14891See \`config.log' for more details." >&5 14892echo "$as_me: error: cannot compute sizeof (long) 14893See \`config.log' for more details." >&2;} 14894 { (exit 77); exit 77; }; } ;; 14895esac 14896else 14897 cat >conftest.$ac_ext <<_ACEOF 14898/* confdefs.h. */ 14899_ACEOF 14900cat confdefs.h >>conftest.$ac_ext 14901cat >>conftest.$ac_ext <<_ACEOF 14902/* end confdefs.h. */ 14903$ac_includes_default 14904 typedef long ac__type_sizeof_; 14905static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 14906static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 14907#include <stdio.h> 14908#include <stdlib.h> 14909int 14910main () 14911{ 14912 14913 FILE *f = fopen ("conftest.val", "w"); 14914 if (! f) 14915 return 1; 14916 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 14917 { 14918 long int i = longval (); 14919 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14920 return 1; 14921 fprintf (f, "%ld\n", i); 14922 } 14923 else 14924 { 14925 unsigned long int i = ulongval (); 14926 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14927 return 1; 14928 fprintf (f, "%lu\n", i); 14929 } 14930 return ferror (f) || fclose (f) != 0; 14931 14932 ; 14933 return 0; 14934} 14935_ACEOF 14936rm -f conftest$ac_exeext 14937if { (ac_try="$ac_link" 14938case "(($ac_try" in 14939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14940 *) ac_try_echo=$ac_try;; 14941esac 14942eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14943 (eval "$ac_link") 2>&5 14944 ac_status=$? 14945 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14946 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14947 { (case "(($ac_try" in 14948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14949 *) ac_try_echo=$ac_try;; 14950esac 14951eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14952 (eval "$ac_try") 2>&5 14953 ac_status=$? 14954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14955 (exit $ac_status); }; }; then 14956 ac_cv_sizeof_long=`cat conftest.val` 14957else 14958 echo "$as_me: program exited with status $ac_status" >&5 14959echo "$as_me: failed program was:" >&5 14960sed 's/^/| /' conftest.$ac_ext >&5 14961 14962( exit $ac_status ) 14963{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long) 14964See \`config.log' for more details." >&5 14965echo "$as_me: error: cannot compute sizeof (long) 14966See \`config.log' for more details." >&2;} 14967 { (exit 77); exit 77; }; } 14968fi 14969rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 14970fi 14971rm -f conftest.val 14972else 14973 ac_cv_sizeof_long=0 14974fi 14975fi 14976{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 14977echo "${ECHO_T}$ac_cv_sizeof_long" >&6; } 14978cat >>confdefs.h <<_ACEOF 14979#define SIZEOF_LONG $ac_cv_sizeof_long 14980_ACEOF 14981 14982 14983{ echo "$as_me:$LINENO: checking for long long" >&5 14984echo $ECHO_N "checking for long long... $ECHO_C" >&6; } 14985if test "${ac_cv_type_long_long+set}" = set; then 14986 echo $ECHO_N "(cached) $ECHO_C" >&6 14987else 14988 cat >conftest.$ac_ext <<_ACEOF 14989/* confdefs.h. */ 14990_ACEOF 14991cat confdefs.h >>conftest.$ac_ext 14992cat >>conftest.$ac_ext <<_ACEOF 14993/* end confdefs.h. */ 14994$ac_includes_default 14995typedef long long ac__type_new_; 14996int 14997main () 14998{ 14999if ((ac__type_new_ *) 0) 15000 return 0; 15001if (sizeof (ac__type_new_)) 15002 return 0; 15003 ; 15004 return 0; 15005} 15006_ACEOF 15007rm -f conftest.$ac_objext 15008if { (ac_try="$ac_compile" 15009case "(($ac_try" in 15010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15011 *) ac_try_echo=$ac_try;; 15012esac 15013eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15014 (eval "$ac_compile") 2>conftest.er1 15015 ac_status=$? 15016 grep -v '^ *+' conftest.er1 >conftest.err 15017 rm -f conftest.er1 15018 cat conftest.err >&5 15019 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15020 (exit $ac_status); } && 15021 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15022 { (case "(($ac_try" in 15023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15024 *) ac_try_echo=$ac_try;; 15025esac 15026eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15027 (eval "$ac_try") 2>&5 15028 ac_status=$? 15029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15030 (exit $ac_status); }; } && 15031 { ac_try='test -s conftest.$ac_objext' 15032 { (case "(($ac_try" in 15033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15034 *) ac_try_echo=$ac_try;; 15035esac 15036eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15037 (eval "$ac_try") 2>&5 15038 ac_status=$? 15039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15040 (exit $ac_status); }; }; then 15041 ac_cv_type_long_long=yes 15042else 15043 echo "$as_me: failed program was:" >&5 15044sed 's/^/| /' conftest.$ac_ext >&5 15045 15046 ac_cv_type_long_long=no 15047fi 15048 15049rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15050fi 15051{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 15052echo "${ECHO_T}$ac_cv_type_long_long" >&6; } 15053 15054{ echo "$as_me:$LINENO: checking size of long long" >&5 15055echo $ECHO_N "checking size of long long... $ECHO_C" >&6; } 15056if test "${ac_cv_sizeof_long_long+set}" = set; then 15057 echo $ECHO_N "(cached) $ECHO_C" >&6 15058else 15059 if test "$ac_cv_type_long_long" = yes; then 15060 # The cast to long int works around a bug in the HP C Compiler 15061 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 15062 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 15063 # This bug is HP SR number 8606223364. 15064 if test "$cross_compiling" = yes; then 15065 # Depending upon the size, compute the lo and hi bounds. 15066cat >conftest.$ac_ext <<_ACEOF 15067/* confdefs.h. */ 15068_ACEOF 15069cat confdefs.h >>conftest.$ac_ext 15070cat >>conftest.$ac_ext <<_ACEOF 15071/* end confdefs.h. */ 15072$ac_includes_default 15073 typedef long long ac__type_sizeof_; 15074int 15075main () 15076{ 15077static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 15078test_array [0] = 0 15079 15080 ; 15081 return 0; 15082} 15083_ACEOF 15084rm -f conftest.$ac_objext 15085if { (ac_try="$ac_compile" 15086case "(($ac_try" in 15087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15088 *) ac_try_echo=$ac_try;; 15089esac 15090eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15091 (eval "$ac_compile") 2>conftest.er1 15092 ac_status=$? 15093 grep -v '^ *+' conftest.er1 >conftest.err 15094 rm -f conftest.er1 15095 cat conftest.err >&5 15096 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15097 (exit $ac_status); } && 15098 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15099 { (case "(($ac_try" in 15100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15101 *) ac_try_echo=$ac_try;; 15102esac 15103eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15104 (eval "$ac_try") 2>&5 15105 ac_status=$? 15106 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15107 (exit $ac_status); }; } && 15108 { ac_try='test -s conftest.$ac_objext' 15109 { (case "(($ac_try" in 15110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15111 *) ac_try_echo=$ac_try;; 15112esac 15113eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15114 (eval "$ac_try") 2>&5 15115 ac_status=$? 15116 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15117 (exit $ac_status); }; }; then 15118 ac_lo=0 ac_mid=0 15119 while :; do 15120 cat >conftest.$ac_ext <<_ACEOF 15121/* confdefs.h. */ 15122_ACEOF 15123cat confdefs.h >>conftest.$ac_ext 15124cat >>conftest.$ac_ext <<_ACEOF 15125/* end confdefs.h. */ 15126$ac_includes_default 15127 typedef long long ac__type_sizeof_; 15128int 15129main () 15130{ 15131static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15132test_array [0] = 0 15133 15134 ; 15135 return 0; 15136} 15137_ACEOF 15138rm -f conftest.$ac_objext 15139if { (ac_try="$ac_compile" 15140case "(($ac_try" in 15141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15142 *) ac_try_echo=$ac_try;; 15143esac 15144eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15145 (eval "$ac_compile") 2>conftest.er1 15146 ac_status=$? 15147 grep -v '^ *+' conftest.er1 >conftest.err 15148 rm -f conftest.er1 15149 cat conftest.err >&5 15150 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15151 (exit $ac_status); } && 15152 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15153 { (case "(($ac_try" in 15154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15155 *) ac_try_echo=$ac_try;; 15156esac 15157eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15158 (eval "$ac_try") 2>&5 15159 ac_status=$? 15160 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15161 (exit $ac_status); }; } && 15162 { ac_try='test -s conftest.$ac_objext' 15163 { (case "(($ac_try" in 15164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15165 *) ac_try_echo=$ac_try;; 15166esac 15167eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15168 (eval "$ac_try") 2>&5 15169 ac_status=$? 15170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15171 (exit $ac_status); }; }; then 15172 ac_hi=$ac_mid; break 15173else 15174 echo "$as_me: failed program was:" >&5 15175sed 's/^/| /' conftest.$ac_ext >&5 15176 15177 ac_lo=`expr $ac_mid + 1` 15178 if test $ac_lo -le $ac_mid; then 15179 ac_lo= ac_hi= 15180 break 15181 fi 15182 ac_mid=`expr 2 '*' $ac_mid + 1` 15183fi 15184 15185rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15186 done 15187else 15188 echo "$as_me: failed program was:" >&5 15189sed 's/^/| /' conftest.$ac_ext >&5 15190 15191 cat >conftest.$ac_ext <<_ACEOF 15192/* confdefs.h. */ 15193_ACEOF 15194cat confdefs.h >>conftest.$ac_ext 15195cat >>conftest.$ac_ext <<_ACEOF 15196/* end confdefs.h. */ 15197$ac_includes_default 15198 typedef long long ac__type_sizeof_; 15199int 15200main () 15201{ 15202static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 15203test_array [0] = 0 15204 15205 ; 15206 return 0; 15207} 15208_ACEOF 15209rm -f conftest.$ac_objext 15210if { (ac_try="$ac_compile" 15211case "(($ac_try" in 15212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15213 *) ac_try_echo=$ac_try;; 15214esac 15215eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15216 (eval "$ac_compile") 2>conftest.er1 15217 ac_status=$? 15218 grep -v '^ *+' conftest.er1 >conftest.err 15219 rm -f conftest.er1 15220 cat conftest.err >&5 15221 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15222 (exit $ac_status); } && 15223 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15224 { (case "(($ac_try" in 15225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15226 *) ac_try_echo=$ac_try;; 15227esac 15228eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15229 (eval "$ac_try") 2>&5 15230 ac_status=$? 15231 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15232 (exit $ac_status); }; } && 15233 { ac_try='test -s conftest.$ac_objext' 15234 { (case "(($ac_try" in 15235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15236 *) ac_try_echo=$ac_try;; 15237esac 15238eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15239 (eval "$ac_try") 2>&5 15240 ac_status=$? 15241 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15242 (exit $ac_status); }; }; then 15243 ac_hi=-1 ac_mid=-1 15244 while :; do 15245 cat >conftest.$ac_ext <<_ACEOF 15246/* confdefs.h. */ 15247_ACEOF 15248cat confdefs.h >>conftest.$ac_ext 15249cat >>conftest.$ac_ext <<_ACEOF 15250/* end confdefs.h. */ 15251$ac_includes_default 15252 typedef long long ac__type_sizeof_; 15253int 15254main () 15255{ 15256static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 15257test_array [0] = 0 15258 15259 ; 15260 return 0; 15261} 15262_ACEOF 15263rm -f conftest.$ac_objext 15264if { (ac_try="$ac_compile" 15265case "(($ac_try" in 15266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15267 *) ac_try_echo=$ac_try;; 15268esac 15269eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15270 (eval "$ac_compile") 2>conftest.er1 15271 ac_status=$? 15272 grep -v '^ *+' conftest.er1 >conftest.err 15273 rm -f conftest.er1 15274 cat conftest.err >&5 15275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15276 (exit $ac_status); } && 15277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15278 { (case "(($ac_try" in 15279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15280 *) ac_try_echo=$ac_try;; 15281esac 15282eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15283 (eval "$ac_try") 2>&5 15284 ac_status=$? 15285 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15286 (exit $ac_status); }; } && 15287 { ac_try='test -s conftest.$ac_objext' 15288 { (case "(($ac_try" in 15289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15290 *) ac_try_echo=$ac_try;; 15291esac 15292eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15293 (eval "$ac_try") 2>&5 15294 ac_status=$? 15295 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15296 (exit $ac_status); }; }; then 15297 ac_lo=$ac_mid; break 15298else 15299 echo "$as_me: failed program was:" >&5 15300sed 's/^/| /' conftest.$ac_ext >&5 15301 15302 ac_hi=`expr '(' $ac_mid ')' - 1` 15303 if test $ac_mid -le $ac_hi; then 15304 ac_lo= ac_hi= 15305 break 15306 fi 15307 ac_mid=`expr 2 '*' $ac_mid` 15308fi 15309 15310rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15311 done 15312else 15313 echo "$as_me: failed program was:" >&5 15314sed 's/^/| /' conftest.$ac_ext >&5 15315 15316 ac_lo= ac_hi= 15317fi 15318 15319rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15320fi 15321 15322rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15323# Binary search between lo and hi bounds. 15324while test "x$ac_lo" != "x$ac_hi"; do 15325 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 15326 cat >conftest.$ac_ext <<_ACEOF 15327/* confdefs.h. */ 15328_ACEOF 15329cat confdefs.h >>conftest.$ac_ext 15330cat >>conftest.$ac_ext <<_ACEOF 15331/* end confdefs.h. */ 15332$ac_includes_default 15333 typedef long long ac__type_sizeof_; 15334int 15335main () 15336{ 15337static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15338test_array [0] = 0 15339 15340 ; 15341 return 0; 15342} 15343_ACEOF 15344rm -f conftest.$ac_objext 15345if { (ac_try="$ac_compile" 15346case "(($ac_try" in 15347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15348 *) ac_try_echo=$ac_try;; 15349esac 15350eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15351 (eval "$ac_compile") 2>conftest.er1 15352 ac_status=$? 15353 grep -v '^ *+' conftest.er1 >conftest.err 15354 rm -f conftest.er1 15355 cat conftest.err >&5 15356 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15357 (exit $ac_status); } && 15358 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15359 { (case "(($ac_try" in 15360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15361 *) ac_try_echo=$ac_try;; 15362esac 15363eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15364 (eval "$ac_try") 2>&5 15365 ac_status=$? 15366 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15367 (exit $ac_status); }; } && 15368 { ac_try='test -s conftest.$ac_objext' 15369 { (case "(($ac_try" in 15370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15371 *) ac_try_echo=$ac_try;; 15372esac 15373eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15374 (eval "$ac_try") 2>&5 15375 ac_status=$? 15376 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15377 (exit $ac_status); }; }; then 15378 ac_hi=$ac_mid 15379else 15380 echo "$as_me: failed program was:" >&5 15381sed 's/^/| /' conftest.$ac_ext >&5 15382 15383 ac_lo=`expr '(' $ac_mid ')' + 1` 15384fi 15385 15386rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15387done 15388case $ac_lo in 15389?*) ac_cv_sizeof_long_long=$ac_lo;; 15390'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 15391See \`config.log' for more details." >&5 15392echo "$as_me: error: cannot compute sizeof (long long) 15393See \`config.log' for more details." >&2;} 15394 { (exit 77); exit 77; }; } ;; 15395esac 15396else 15397 cat >conftest.$ac_ext <<_ACEOF 15398/* confdefs.h. */ 15399_ACEOF 15400cat confdefs.h >>conftest.$ac_ext 15401cat >>conftest.$ac_ext <<_ACEOF 15402/* end confdefs.h. */ 15403$ac_includes_default 15404 typedef long long ac__type_sizeof_; 15405static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 15406static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 15407#include <stdio.h> 15408#include <stdlib.h> 15409int 15410main () 15411{ 15412 15413 FILE *f = fopen ("conftest.val", "w"); 15414 if (! f) 15415 return 1; 15416 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 15417 { 15418 long int i = longval (); 15419 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 15420 return 1; 15421 fprintf (f, "%ld\n", i); 15422 } 15423 else 15424 { 15425 unsigned long int i = ulongval (); 15426 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 15427 return 1; 15428 fprintf (f, "%lu\n", i); 15429 } 15430 return ferror (f) || fclose (f) != 0; 15431 15432 ; 15433 return 0; 15434} 15435_ACEOF 15436rm -f conftest$ac_exeext 15437if { (ac_try="$ac_link" 15438case "(($ac_try" in 15439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15440 *) ac_try_echo=$ac_try;; 15441esac 15442eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15443 (eval "$ac_link") 2>&5 15444 ac_status=$? 15445 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15446 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15447 { (case "(($ac_try" in 15448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15449 *) ac_try_echo=$ac_try;; 15450esac 15451eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15452 (eval "$ac_try") 2>&5 15453 ac_status=$? 15454 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15455 (exit $ac_status); }; }; then 15456 ac_cv_sizeof_long_long=`cat conftest.val` 15457else 15458 echo "$as_me: program exited with status $ac_status" >&5 15459echo "$as_me: failed program was:" >&5 15460sed 's/^/| /' conftest.$ac_ext >&5 15461 15462( exit $ac_status ) 15463{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 15464See \`config.log' for more details." >&5 15465echo "$as_me: error: cannot compute sizeof (long long) 15466See \`config.log' for more details." >&2;} 15467 { (exit 77); exit 77; }; } 15468fi 15469rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15470fi 15471rm -f conftest.val 15472else 15473 ac_cv_sizeof_long_long=0 15474fi 15475fi 15476{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 15477echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } 15478cat >>confdefs.h <<_ACEOF 15479#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long 15480_ACEOF 15481 15482 15483SIZEOF_SHORT=$ac_cv_sizeof_short 15484SIZEOF_INT=$ac_cv_sizeof_int 15485SIZEOF_LONG=$ac_cv_sizeof_long 15486SIZEOF_LONG_LONG=$ac_cv_sizeof_long_long 15487 15488 15489 15490 15491{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 15492echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } 15493if test "${ac_cv_c_bigendian+set}" = set; then 15494 echo $ECHO_N "(cached) $ECHO_C" >&6 15495else 15496 # See if sys/param.h defines the BYTE_ORDER macro. 15497cat >conftest.$ac_ext <<_ACEOF 15498/* confdefs.h. */ 15499_ACEOF 15500cat confdefs.h >>conftest.$ac_ext 15501cat >>conftest.$ac_ext <<_ACEOF 15502/* end confdefs.h. */ 15503#include <sys/types.h> 15504#include <sys/param.h> 15505 15506int 15507main () 15508{ 15509#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN 15510 bogus endian macros 15511#endif 15512 15513 ; 15514 return 0; 15515} 15516_ACEOF 15517rm -f conftest.$ac_objext 15518if { (ac_try="$ac_compile" 15519case "(($ac_try" in 15520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15521 *) ac_try_echo=$ac_try;; 15522esac 15523eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15524 (eval "$ac_compile") 2>conftest.er1 15525 ac_status=$? 15526 grep -v '^ *+' conftest.er1 >conftest.err 15527 rm -f conftest.er1 15528 cat conftest.err >&5 15529 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15530 (exit $ac_status); } && 15531 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15532 { (case "(($ac_try" in 15533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15534 *) ac_try_echo=$ac_try;; 15535esac 15536eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15537 (eval "$ac_try") 2>&5 15538 ac_status=$? 15539 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15540 (exit $ac_status); }; } && 15541 { ac_try='test -s conftest.$ac_objext' 15542 { (case "(($ac_try" in 15543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15544 *) ac_try_echo=$ac_try;; 15545esac 15546eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15547 (eval "$ac_try") 2>&5 15548 ac_status=$? 15549 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15550 (exit $ac_status); }; }; then 15551 # It does; now see whether it defined to BIG_ENDIAN or not. 15552cat >conftest.$ac_ext <<_ACEOF 15553/* confdefs.h. */ 15554_ACEOF 15555cat confdefs.h >>conftest.$ac_ext 15556cat >>conftest.$ac_ext <<_ACEOF 15557/* end confdefs.h. */ 15558#include <sys/types.h> 15559#include <sys/param.h> 15560 15561int 15562main () 15563{ 15564#if BYTE_ORDER != BIG_ENDIAN 15565 not big endian 15566#endif 15567 15568 ; 15569 return 0; 15570} 15571_ACEOF 15572rm -f conftest.$ac_objext 15573if { (ac_try="$ac_compile" 15574case "(($ac_try" in 15575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15576 *) ac_try_echo=$ac_try;; 15577esac 15578eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15579 (eval "$ac_compile") 2>conftest.er1 15580 ac_status=$? 15581 grep -v '^ *+' conftest.er1 >conftest.err 15582 rm -f conftest.er1 15583 cat conftest.err >&5 15584 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15585 (exit $ac_status); } && 15586 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15587 { (case "(($ac_try" in 15588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15589 *) ac_try_echo=$ac_try;; 15590esac 15591eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15592 (eval "$ac_try") 2>&5 15593 ac_status=$? 15594 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15595 (exit $ac_status); }; } && 15596 { ac_try='test -s conftest.$ac_objext' 15597 { (case "(($ac_try" in 15598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15599 *) ac_try_echo=$ac_try;; 15600esac 15601eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15602 (eval "$ac_try") 2>&5 15603 ac_status=$? 15604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15605 (exit $ac_status); }; }; then 15606 ac_cv_c_bigendian=yes 15607else 15608 echo "$as_me: failed program was:" >&5 15609sed 's/^/| /' conftest.$ac_ext >&5 15610 15611 ac_cv_c_bigendian=no 15612fi 15613 15614rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15615else 15616 echo "$as_me: failed program was:" >&5 15617sed 's/^/| /' conftest.$ac_ext >&5 15618 15619 # It does not; compile a test program. 15620if test "$cross_compiling" = yes; then 15621 # try to guess the endianness by grepping values into an object file 15622 ac_cv_c_bigendian=unknown 15623 cat >conftest.$ac_ext <<_ACEOF 15624/* confdefs.h. */ 15625_ACEOF 15626cat confdefs.h >>conftest.$ac_ext 15627cat >>conftest.$ac_ext <<_ACEOF 15628/* end confdefs.h. */ 15629short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 15630short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 15631void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } 15632short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 15633short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 15634void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } 15635int 15636main () 15637{ 15638 _ascii (); _ebcdic (); 15639 ; 15640 return 0; 15641} 15642_ACEOF 15643rm -f conftest.$ac_objext 15644if { (ac_try="$ac_compile" 15645case "(($ac_try" in 15646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15647 *) ac_try_echo=$ac_try;; 15648esac 15649eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15650 (eval "$ac_compile") 2>conftest.er1 15651 ac_status=$? 15652 grep -v '^ *+' conftest.er1 >conftest.err 15653 rm -f conftest.er1 15654 cat conftest.err >&5 15655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15656 (exit $ac_status); } && 15657 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15658 { (case "(($ac_try" in 15659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15660 *) ac_try_echo=$ac_try;; 15661esac 15662eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15663 (eval "$ac_try") 2>&5 15664 ac_status=$? 15665 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15666 (exit $ac_status); }; } && 15667 { ac_try='test -s conftest.$ac_objext' 15668 { (case "(($ac_try" in 15669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15670 *) ac_try_echo=$ac_try;; 15671esac 15672eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15673 (eval "$ac_try") 2>&5 15674 ac_status=$? 15675 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15676 (exit $ac_status); }; }; then 15677 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then 15678 ac_cv_c_bigendian=yes 15679fi 15680if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 15681 if test "$ac_cv_c_bigendian" = unknown; then 15682 ac_cv_c_bigendian=no 15683 else 15684 # finding both strings is unlikely to happen, but who knows? 15685 ac_cv_c_bigendian=unknown 15686 fi 15687fi 15688else 15689 echo "$as_me: failed program was:" >&5 15690sed 's/^/| /' conftest.$ac_ext >&5 15691 15692 15693fi 15694 15695rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15696else 15697 cat >conftest.$ac_ext <<_ACEOF 15698/* confdefs.h. */ 15699_ACEOF 15700cat confdefs.h >>conftest.$ac_ext 15701cat >>conftest.$ac_ext <<_ACEOF 15702/* end confdefs.h. */ 15703$ac_includes_default 15704int 15705main () 15706{ 15707 15708 /* Are we little or big endian? From Harbison&Steele. */ 15709 union 15710 { 15711 long int l; 15712 char c[sizeof (long int)]; 15713 } u; 15714 u.l = 1; 15715 return u.c[sizeof (long int) - 1] == 1; 15716 15717 ; 15718 return 0; 15719} 15720_ACEOF 15721rm -f conftest$ac_exeext 15722if { (ac_try="$ac_link" 15723case "(($ac_try" in 15724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15725 *) ac_try_echo=$ac_try;; 15726esac 15727eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15728 (eval "$ac_link") 2>&5 15729 ac_status=$? 15730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15731 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15732 { (case "(($ac_try" in 15733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15734 *) ac_try_echo=$ac_try;; 15735esac 15736eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15737 (eval "$ac_try") 2>&5 15738 ac_status=$? 15739 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15740 (exit $ac_status); }; }; then 15741 ac_cv_c_bigendian=no 15742else 15743 echo "$as_me: program exited with status $ac_status" >&5 15744echo "$as_me: failed program was:" >&5 15745sed 's/^/| /' conftest.$ac_ext >&5 15746 15747( exit $ac_status ) 15748ac_cv_c_bigendian=yes 15749fi 15750rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15751fi 15752 15753 15754fi 15755 15756rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15757fi 15758{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 15759echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } 15760case $ac_cv_c_bigendian in 15761 yes) 15762 15763cat >>confdefs.h <<\_ACEOF 15764#define WORDS_BIGENDIAN 1 15765_ACEOF 15766 ;; 15767 no) 15768 ;; 15769 *) 15770 { { echo "$as_me:$LINENO: error: unknown endianness 15771presetting ac_cv_c_bigendian=no (or yes) will help" >&5 15772echo "$as_me: error: unknown endianness 15773presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 15774 { (exit 1); exit 1; }; } ;; 15775esac 15776 15777/bin/sh $ac_aux_dir/parse-types.sh 15778ASM_TYPES_HEADER=./asm_types.h 15779 15780 15781for ac_header in inttypes.h 15782do 15783as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 15784if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 15785 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15786echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15787if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 15788 echo $ECHO_N "(cached) $ECHO_C" >&6 15789fi 15790ac_res=`eval echo '${'$as_ac_Header'}'` 15791 { echo "$as_me:$LINENO: result: $ac_res" >&5 15792echo "${ECHO_T}$ac_res" >&6; } 15793else 15794 # Is the header compilable? 15795{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 15796echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 15797cat >conftest.$ac_ext <<_ACEOF 15798/* confdefs.h. */ 15799_ACEOF 15800cat confdefs.h >>conftest.$ac_ext 15801cat >>conftest.$ac_ext <<_ACEOF 15802/* end confdefs.h. */ 15803$ac_includes_default 15804#include <$ac_header> 15805_ACEOF 15806rm -f conftest.$ac_objext 15807if { (ac_try="$ac_compile" 15808case "(($ac_try" in 15809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15810 *) ac_try_echo=$ac_try;; 15811esac 15812eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15813 (eval "$ac_compile") 2>conftest.er1 15814 ac_status=$? 15815 grep -v '^ *+' conftest.er1 >conftest.err 15816 rm -f conftest.er1 15817 cat conftest.err >&5 15818 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15819 (exit $ac_status); } && 15820 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15821 { (case "(($ac_try" in 15822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15823 *) ac_try_echo=$ac_try;; 15824esac 15825eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15826 (eval "$ac_try") 2>&5 15827 ac_status=$? 15828 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15829 (exit $ac_status); }; } && 15830 { ac_try='test -s conftest.$ac_objext' 15831 { (case "(($ac_try" in 15832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15833 *) ac_try_echo=$ac_try;; 15834esac 15835eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15836 (eval "$ac_try") 2>&5 15837 ac_status=$? 15838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15839 (exit $ac_status); }; }; then 15840 ac_header_compiler=yes 15841else 15842 echo "$as_me: failed program was:" >&5 15843sed 's/^/| /' conftest.$ac_ext >&5 15844 15845 ac_header_compiler=no 15846fi 15847 15848rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15849{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15850echo "${ECHO_T}$ac_header_compiler" >&6; } 15851 15852# Is the header present? 15853{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 15854echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 15855cat >conftest.$ac_ext <<_ACEOF 15856/* confdefs.h. */ 15857_ACEOF 15858cat confdefs.h >>conftest.$ac_ext 15859cat >>conftest.$ac_ext <<_ACEOF 15860/* end confdefs.h. */ 15861#include <$ac_header> 15862_ACEOF 15863if { (ac_try="$ac_cpp conftest.$ac_ext" 15864case "(($ac_try" in 15865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15866 *) ac_try_echo=$ac_try;; 15867esac 15868eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15869 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 15870 ac_status=$? 15871 grep -v '^ *+' conftest.er1 >conftest.err 15872 rm -f conftest.er1 15873 cat conftest.err >&5 15874 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15875 (exit $ac_status); } >/dev/null; then 15876 if test -s conftest.err; then 15877 ac_cpp_err=$ac_c_preproc_warn_flag 15878 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 15879 else 15880 ac_cpp_err= 15881 fi 15882else 15883 ac_cpp_err=yes 15884fi 15885if test -z "$ac_cpp_err"; then 15886 ac_header_preproc=yes 15887else 15888 echo "$as_me: failed program was:" >&5 15889sed 's/^/| /' conftest.$ac_ext >&5 15890 15891 ac_header_preproc=no 15892fi 15893 15894rm -f conftest.err conftest.$ac_ext 15895{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 15896echo "${ECHO_T}$ac_header_preproc" >&6; } 15897 15898# So? What about this header? 15899case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15900 yes:no: ) 15901 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15902echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15903 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 15904echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 15905 ac_header_preproc=yes 15906 ;; 15907 no:yes:* ) 15908 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15909echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15910 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15911echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15912 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 15913echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 15914 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 15915echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 15916 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15917echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15918 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 15919echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 15920 15921 ;; 15922esac 15923{ echo "$as_me:$LINENO: checking for $ac_header" >&5 15924echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15925if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 15926 echo $ECHO_N "(cached) $ECHO_C" >&6 15927else 15928 eval "$as_ac_Header=\$ac_header_preproc" 15929fi 15930ac_res=`eval echo '${'$as_ac_Header'}'` 15931 { echo "$as_me:$LINENO: result: $ac_res" >&5 15932echo "${ECHO_T}$ac_res" >&6; } 15933 15934fi 15935if test `eval echo '${'$as_ac_Header'}'` = yes; then 15936 cat >>confdefs.h <<_ACEOF 15937#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 15938_ACEOF 15939 15940fi 15941 15942done 15943 15944{ echo "$as_me:$LINENO: checking for intptr_t" >&5 15945echo $ECHO_N "checking for intptr_t... $ECHO_C" >&6; } 15946if test "${ac_cv_type_intptr_t+set}" = set; then 15947 echo $ECHO_N "(cached) $ECHO_C" >&6 15948else 15949 cat >conftest.$ac_ext <<_ACEOF 15950/* confdefs.h. */ 15951_ACEOF 15952cat confdefs.h >>conftest.$ac_ext 15953cat >>conftest.$ac_ext <<_ACEOF 15954/* end confdefs.h. */ 15955$ac_includes_default 15956typedef intptr_t ac__type_new_; 15957int 15958main () 15959{ 15960if ((ac__type_new_ *) 0) 15961 return 0; 15962if (sizeof (ac__type_new_)) 15963 return 0; 15964 ; 15965 return 0; 15966} 15967_ACEOF 15968rm -f conftest.$ac_objext 15969if { (ac_try="$ac_compile" 15970case "(($ac_try" in 15971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15972 *) ac_try_echo=$ac_try;; 15973esac 15974eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15975 (eval "$ac_compile") 2>conftest.er1 15976 ac_status=$? 15977 grep -v '^ *+' conftest.er1 >conftest.err 15978 rm -f conftest.er1 15979 cat conftest.err >&5 15980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15981 (exit $ac_status); } && 15982 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15983 { (case "(($ac_try" in 15984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15985 *) ac_try_echo=$ac_try;; 15986esac 15987eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15988 (eval "$ac_try") 2>&5 15989 ac_status=$? 15990 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15991 (exit $ac_status); }; } && 15992 { ac_try='test -s conftest.$ac_objext' 15993 { (case "(($ac_try" in 15994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15995 *) ac_try_echo=$ac_try;; 15996esac 15997eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15998 (eval "$ac_try") 2>&5 15999 ac_status=$? 16000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16001 (exit $ac_status); }; }; then 16002 ac_cv_type_intptr_t=yes 16003else 16004 echo "$as_me: failed program was:" >&5 16005sed 's/^/| /' conftest.$ac_ext >&5 16006 16007 ac_cv_type_intptr_t=no 16008fi 16009 16010rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16011fi 16012{ echo "$as_me:$LINENO: result: $ac_cv_type_intptr_t" >&5 16013echo "${ECHO_T}$ac_cv_type_intptr_t" >&6; } 16014if test $ac_cv_type_intptr_t = yes; then 16015 16016cat >>confdefs.h <<_ACEOF 16017#define HAVE_INTPTR_T 1 16018_ACEOF 16019 16020 16021fi 16022 16023{ echo "$as_me:$LINENO: checking whether struct stat has a st_flags field" >&5 16024echo $ECHO_N "checking whether struct stat has a st_flags field... $ECHO_C" >&6; } 16025if test "${e2fsprogs_cv_struct_st_flags+set}" = set; then 16026 echo $ECHO_N "(cached) $ECHO_C" >&6 16027else 16028 cat >conftest.$ac_ext <<_ACEOF 16029/* confdefs.h. */ 16030_ACEOF 16031cat confdefs.h >>conftest.$ac_ext 16032cat >>conftest.$ac_ext <<_ACEOF 16033/* end confdefs.h. */ 16034#include <sys/stat.h> 16035int 16036main () 16037{ 16038struct stat stat; stat.st_flags = 0; 16039 ; 16040 return 0; 16041} 16042_ACEOF 16043rm -f conftest.$ac_objext 16044if { (ac_try="$ac_compile" 16045case "(($ac_try" in 16046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16047 *) ac_try_echo=$ac_try;; 16048esac 16049eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16050 (eval "$ac_compile") 2>conftest.er1 16051 ac_status=$? 16052 grep -v '^ *+' conftest.er1 >conftest.err 16053 rm -f conftest.er1 16054 cat conftest.err >&5 16055 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16056 (exit $ac_status); } && 16057 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16058 { (case "(($ac_try" in 16059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16060 *) ac_try_echo=$ac_try;; 16061esac 16062eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16063 (eval "$ac_try") 2>&5 16064 ac_status=$? 16065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16066 (exit $ac_status); }; } && 16067 { ac_try='test -s conftest.$ac_objext' 16068 { (case "(($ac_try" in 16069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16070 *) ac_try_echo=$ac_try;; 16071esac 16072eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16073 (eval "$ac_try") 2>&5 16074 ac_status=$? 16075 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16076 (exit $ac_status); }; }; then 16077 e2fsprogs_cv_struct_st_flags=yes 16078else 16079 echo "$as_me: failed program was:" >&5 16080sed 's/^/| /' conftest.$ac_ext >&5 16081 16082 e2fsprogs_cv_struct_st_flags=no 16083fi 16084 16085rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16086fi 16087 16088{ echo "$as_me:$LINENO: result: $e2fsprogs_cv_struct_st_flags" >&5 16089echo "${ECHO_T}$e2fsprogs_cv_struct_st_flags" >&6; } 16090if test "$e2fsprogs_cv_struct_st_flags" = yes; then 16091 { echo "$as_me:$LINENO: checking whether st_flags field is useful" >&5 16092echo $ECHO_N "checking whether st_flags field is useful... $ECHO_C" >&6; } 16093 if test "${e2fsprogs_cv_struct_st_flags_immut+set}" = set; then 16094 echo $ECHO_N "(cached) $ECHO_C" >&6 16095else 16096 cat >conftest.$ac_ext <<_ACEOF 16097/* confdefs.h. */ 16098_ACEOF 16099cat confdefs.h >>conftest.$ac_ext 16100cat >>conftest.$ac_ext <<_ACEOF 16101/* end confdefs.h. */ 16102#include <sys/stat.h> 16103int 16104main () 16105{ 16106struct stat stat; stat.st_flags |= UF_IMMUTABLE; 16107 ; 16108 return 0; 16109} 16110_ACEOF 16111rm -f conftest.$ac_objext 16112if { (ac_try="$ac_compile" 16113case "(($ac_try" in 16114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16115 *) ac_try_echo=$ac_try;; 16116esac 16117eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16118 (eval "$ac_compile") 2>conftest.er1 16119 ac_status=$? 16120 grep -v '^ *+' conftest.er1 >conftest.err 16121 rm -f conftest.er1 16122 cat conftest.err >&5 16123 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16124 (exit $ac_status); } && 16125 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16126 { (case "(($ac_try" in 16127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16128 *) ac_try_echo=$ac_try;; 16129esac 16130eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16131 (eval "$ac_try") 2>&5 16132 ac_status=$? 16133 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16134 (exit $ac_status); }; } && 16135 { ac_try='test -s conftest.$ac_objext' 16136 { (case "(($ac_try" in 16137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16138 *) ac_try_echo=$ac_try;; 16139esac 16140eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16141 (eval "$ac_try") 2>&5 16142 ac_status=$? 16143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16144 (exit $ac_status); }; }; then 16145 e2fsprogs_cv_struct_st_flags_immut=yes 16146else 16147 echo "$as_me: failed program was:" >&5 16148sed 's/^/| /' conftest.$ac_ext >&5 16149 16150 e2fsprogs_cv_struct_st_flags_immut=no 16151fi 16152 16153rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16154fi 16155 16156 { echo "$as_me:$LINENO: result: $e2fsprogs_cv_struct_st_flags_immut" >&5 16157echo "${ECHO_T}$e2fsprogs_cv_struct_st_flags_immut" >&6; } 16158 if test "$e2fsprogs_cv_struct_st_flags_immut" = yes; then 16159 cat >>confdefs.h <<\_ACEOF 16160#define HAVE_STAT_FLAGS 1 16161_ACEOF 16162 16163 fi 16164fi 16165{ echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5 16166echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; } 16167if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then 16168 echo $ECHO_N "(cached) $ECHO_C" >&6 16169else 16170 cat >conftest.$ac_ext <<_ACEOF 16171/* confdefs.h. */ 16172_ACEOF 16173cat confdefs.h >>conftest.$ac_ext 16174cat >>conftest.$ac_ext <<_ACEOF 16175/* end confdefs.h. */ 16176#include <sys/types.h> 16177 #include <sys/socket.h> 16178 16179int 16180main () 16181{ 16182static struct sockaddr ac_aggr; 16183if (ac_aggr.sa_len) 16184return 0; 16185 ; 16186 return 0; 16187} 16188_ACEOF 16189rm -f conftest.$ac_objext 16190if { (ac_try="$ac_compile" 16191case "(($ac_try" in 16192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16193 *) ac_try_echo=$ac_try;; 16194esac 16195eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16196 (eval "$ac_compile") 2>conftest.er1 16197 ac_status=$? 16198 grep -v '^ *+' conftest.er1 >conftest.err 16199 rm -f conftest.er1 16200 cat conftest.err >&5 16201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16202 (exit $ac_status); } && 16203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16204 { (case "(($ac_try" in 16205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16206 *) ac_try_echo=$ac_try;; 16207esac 16208eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16209 (eval "$ac_try") 2>&5 16210 ac_status=$? 16211 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16212 (exit $ac_status); }; } && 16213 { ac_try='test -s conftest.$ac_objext' 16214 { (case "(($ac_try" in 16215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16216 *) ac_try_echo=$ac_try;; 16217esac 16218eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16219 (eval "$ac_try") 2>&5 16220 ac_status=$? 16221 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16222 (exit $ac_status); }; }; then 16223 ac_cv_member_struct_sockaddr_sa_len=yes 16224else 16225 echo "$as_me: failed program was:" >&5 16226sed 's/^/| /' conftest.$ac_ext >&5 16227 16228 cat >conftest.$ac_ext <<_ACEOF 16229/* confdefs.h. */ 16230_ACEOF 16231cat confdefs.h >>conftest.$ac_ext 16232cat >>conftest.$ac_ext <<_ACEOF 16233/* end confdefs.h. */ 16234#include <sys/types.h> 16235 #include <sys/socket.h> 16236 16237int 16238main () 16239{ 16240static struct sockaddr ac_aggr; 16241if (sizeof ac_aggr.sa_len) 16242return 0; 16243 ; 16244 return 0; 16245} 16246_ACEOF 16247rm -f conftest.$ac_objext 16248if { (ac_try="$ac_compile" 16249case "(($ac_try" in 16250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16251 *) ac_try_echo=$ac_try;; 16252esac 16253eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16254 (eval "$ac_compile") 2>conftest.er1 16255 ac_status=$? 16256 grep -v '^ *+' conftest.er1 >conftest.err 16257 rm -f conftest.er1 16258 cat conftest.err >&5 16259 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16260 (exit $ac_status); } && 16261 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16262 { (case "(($ac_try" in 16263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16264 *) ac_try_echo=$ac_try;; 16265esac 16266eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16267 (eval "$ac_try") 2>&5 16268 ac_status=$? 16269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16270 (exit $ac_status); }; } && 16271 { ac_try='test -s conftest.$ac_objext' 16272 { (case "(($ac_try" in 16273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16274 *) ac_try_echo=$ac_try;; 16275esac 16276eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16277 (eval "$ac_try") 2>&5 16278 ac_status=$? 16279 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16280 (exit $ac_status); }; }; then 16281 ac_cv_member_struct_sockaddr_sa_len=yes 16282else 16283 echo "$as_me: failed program was:" >&5 16284sed 's/^/| /' conftest.$ac_ext >&5 16285 16286 ac_cv_member_struct_sockaddr_sa_len=no 16287fi 16288 16289rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16290fi 16291 16292rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16293fi 16294{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5 16295echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; } 16296if test $ac_cv_member_struct_sockaddr_sa_len = yes; then 16297 16298cat >>confdefs.h <<_ACEOF 16299#define HAVE_SA_LEN 1 16300_ACEOF 16301 16302fi 16303 16304 16305 16306 16307 16308 16309 16310 16311 16312 16313 16314 16315 16316 16317 16318 16319 16320 16321 16322 16323 16324 16325 16326 16327for ac_func in chflags getrusage llseek lseek64 open64 fstat64 getmntinfo strtoull strcasecmp srandom jrand48 fchown mallinfo fdatasync strnlen strptime sysconf pathconf posix_memalign memalign valloc __secure_getenv prctl 16328do 16329as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 16330{ echo "$as_me:$LINENO: checking for $ac_func" >&5 16331echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 16332if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 16333 echo $ECHO_N "(cached) $ECHO_C" >&6 16334else 16335 cat >conftest.$ac_ext <<_ACEOF 16336/* confdefs.h. */ 16337_ACEOF 16338cat confdefs.h >>conftest.$ac_ext 16339cat >>conftest.$ac_ext <<_ACEOF 16340/* end confdefs.h. */ 16341/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 16342 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 16343#define $ac_func innocuous_$ac_func 16344 16345/* System header to define __stub macros and hopefully few prototypes, 16346 which can conflict with char $ac_func (); below. 16347 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16348 <limits.h> exists even on freestanding compilers. */ 16349 16350#ifdef __STDC__ 16351# include <limits.h> 16352#else 16353# include <assert.h> 16354#endif 16355 16356#undef $ac_func 16357 16358/* Override any GCC internal prototype to avoid an error. 16359 Use char because int might match the return type of a GCC 16360 builtin and then its argument prototype would still apply. */ 16361#ifdef __cplusplus 16362extern "C" 16363#endif 16364char $ac_func (); 16365/* The GNU C library defines this for functions which it implements 16366 to always fail with ENOSYS. Some functions are actually named 16367 something starting with __ and the normal name is an alias. */ 16368#if defined __stub_$ac_func || defined __stub___$ac_func 16369choke me 16370#endif 16371 16372int 16373main () 16374{ 16375return $ac_func (); 16376 ; 16377 return 0; 16378} 16379_ACEOF 16380rm -f conftest.$ac_objext conftest$ac_exeext 16381if { (ac_try="$ac_link" 16382case "(($ac_try" in 16383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16384 *) ac_try_echo=$ac_try;; 16385esac 16386eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16387 (eval "$ac_link") 2>conftest.er1 16388 ac_status=$? 16389 grep -v '^ *+' conftest.er1 >conftest.err 16390 rm -f conftest.er1 16391 cat conftest.err >&5 16392 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16393 (exit $ac_status); } && 16394 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16395 { (case "(($ac_try" in 16396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16397 *) ac_try_echo=$ac_try;; 16398esac 16399eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16400 (eval "$ac_try") 2>&5 16401 ac_status=$? 16402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16403 (exit $ac_status); }; } && 16404 { ac_try='test -s conftest$ac_exeext' 16405 { (case "(($ac_try" in 16406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16407 *) ac_try_echo=$ac_try;; 16408esac 16409eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16410 (eval "$ac_try") 2>&5 16411 ac_status=$? 16412 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16413 (exit $ac_status); }; }; then 16414 eval "$as_ac_var=yes" 16415else 16416 echo "$as_me: failed program was:" >&5 16417sed 's/^/| /' conftest.$ac_ext >&5 16418 16419 eval "$as_ac_var=no" 16420fi 16421 16422rm -f core conftest.err conftest.$ac_objext \ 16423 conftest$ac_exeext conftest.$ac_ext 16424fi 16425ac_res=`eval echo '${'$as_ac_var'}'` 16426 { echo "$as_me:$LINENO: result: $ac_res" >&5 16427echo "${ECHO_T}$ac_res" >&6; } 16428if test `eval echo '${'$as_ac_var'}'` = yes; then 16429 cat >>confdefs.h <<_ACEOF 16430#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 16431_ACEOF 16432 16433fi 16434done 16435 16436SOCKET_LIB='' 16437{ echo "$as_me:$LINENO: checking for socket in -lsocket" >&5 16438echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; } 16439if test "${ac_cv_lib_socket_socket+set}" = set; then 16440 echo $ECHO_N "(cached) $ECHO_C" >&6 16441else 16442 ac_check_lib_save_LIBS=$LIBS 16443LIBS="-lsocket $LIBS" 16444cat >conftest.$ac_ext <<_ACEOF 16445/* confdefs.h. */ 16446_ACEOF 16447cat confdefs.h >>conftest.$ac_ext 16448cat >>conftest.$ac_ext <<_ACEOF 16449/* end confdefs.h. */ 16450 16451/* Override any GCC internal prototype to avoid an error. 16452 Use char because int might match the return type of a GCC 16453 builtin and then its argument prototype would still apply. */ 16454#ifdef __cplusplus 16455extern "C" 16456#endif 16457char socket (); 16458int 16459main () 16460{ 16461return socket (); 16462 ; 16463 return 0; 16464} 16465_ACEOF 16466rm -f conftest.$ac_objext conftest$ac_exeext 16467if { (ac_try="$ac_link" 16468case "(($ac_try" in 16469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16470 *) ac_try_echo=$ac_try;; 16471esac 16472eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16473 (eval "$ac_link") 2>conftest.er1 16474 ac_status=$? 16475 grep -v '^ *+' conftest.er1 >conftest.err 16476 rm -f conftest.er1 16477 cat conftest.err >&5 16478 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16479 (exit $ac_status); } && 16480 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16481 { (case "(($ac_try" in 16482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16483 *) ac_try_echo=$ac_try;; 16484esac 16485eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16486 (eval "$ac_try") 2>&5 16487 ac_status=$? 16488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16489 (exit $ac_status); }; } && 16490 { ac_try='test -s conftest$ac_exeext' 16491 { (case "(($ac_try" in 16492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16493 *) ac_try_echo=$ac_try;; 16494esac 16495eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16496 (eval "$ac_try") 2>&5 16497 ac_status=$? 16498 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16499 (exit $ac_status); }; }; then 16500 ac_cv_lib_socket_socket=yes 16501else 16502 echo "$as_me: failed program was:" >&5 16503sed 's/^/| /' conftest.$ac_ext >&5 16504 16505 ac_cv_lib_socket_socket=no 16506fi 16507 16508rm -f core conftest.err conftest.$ac_objext \ 16509 conftest$ac_exeext conftest.$ac_ext 16510LIBS=$ac_check_lib_save_LIBS 16511fi 16512{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5 16513echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; } 16514if test $ac_cv_lib_socket_socket = yes; then 16515 SOCKET_LIB=-lsocket 16516fi 16517 16518 16519DLOPEN_LIB='' 16520{ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 16521echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } 16522if test "${ac_cv_lib_dl_dlopen+set}" = set; then 16523 echo $ECHO_N "(cached) $ECHO_C" >&6 16524else 16525 ac_check_lib_save_LIBS=$LIBS 16526LIBS="-ldl $LIBS" 16527cat >conftest.$ac_ext <<_ACEOF 16528/* confdefs.h. */ 16529_ACEOF 16530cat confdefs.h >>conftest.$ac_ext 16531cat >>conftest.$ac_ext <<_ACEOF 16532/* end confdefs.h. */ 16533 16534/* Override any GCC internal prototype to avoid an error. 16535 Use char because int might match the return type of a GCC 16536 builtin and then its argument prototype would still apply. */ 16537#ifdef __cplusplus 16538extern "C" 16539#endif 16540char dlopen (); 16541int 16542main () 16543{ 16544return dlopen (); 16545 ; 16546 return 0; 16547} 16548_ACEOF 16549rm -f conftest.$ac_objext conftest$ac_exeext 16550if { (ac_try="$ac_link" 16551case "(($ac_try" in 16552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16553 *) ac_try_echo=$ac_try;; 16554esac 16555eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16556 (eval "$ac_link") 2>conftest.er1 16557 ac_status=$? 16558 grep -v '^ *+' conftest.er1 >conftest.err 16559 rm -f conftest.er1 16560 cat conftest.err >&5 16561 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16562 (exit $ac_status); } && 16563 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16564 { (case "(($ac_try" in 16565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16566 *) ac_try_echo=$ac_try;; 16567esac 16568eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16569 (eval "$ac_try") 2>&5 16570 ac_status=$? 16571 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16572 (exit $ac_status); }; } && 16573 { ac_try='test -s conftest$ac_exeext' 16574 { (case "(($ac_try" in 16575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16576 *) ac_try_echo=$ac_try;; 16577esac 16578eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16579 (eval "$ac_try") 2>&5 16580 ac_status=$? 16581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16582 (exit $ac_status); }; }; then 16583 ac_cv_lib_dl_dlopen=yes 16584else 16585 echo "$as_me: failed program was:" >&5 16586sed 's/^/| /' conftest.$ac_ext >&5 16587 16588 ac_cv_lib_dl_dlopen=no 16589fi 16590 16591rm -f core conftest.err conftest.$ac_objext \ 16592 conftest$ac_exeext conftest.$ac_ext 16593LIBS=$ac_check_lib_save_LIBS 16594fi 16595{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 16596echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } 16597if test $ac_cv_lib_dl_dlopen = yes; then 16598 DLOPEN_LIB=-ldl 16599cat >>confdefs.h <<\_ACEOF 16600#define HAVE_DLOPEN 1 16601_ACEOF 16602 16603fi 16604 16605 16606{ echo "$as_me:$LINENO: checking for optreset" >&5 16607echo $ECHO_N "checking for optreset... $ECHO_C" >&6; } 16608if test "${ac_cv_have_optreset+set}" = set; then 16609 echo $ECHO_N "(cached) $ECHO_C" >&6 16610else 16611 cat >conftest.$ac_ext <<_ACEOF 16612/* confdefs.h. */ 16613_ACEOF 16614cat confdefs.h >>conftest.$ac_ext 16615cat >>conftest.$ac_ext <<_ACEOF 16616/* end confdefs.h. */ 16617#include <unistd.h> 16618 16619_ACEOF 16620if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 16621 $EGREP "optreset" >/dev/null 2>&1; then 16622 ac_cv_have_optreset=yes 16623else 16624 ac_cv_have_optreset=no 16625fi 16626rm -f conftest* 16627 16628fi 16629{ echo "$as_me:$LINENO: result: $ac_cv_have_optreset" >&5 16630echo "${ECHO_T}$ac_cv_have_optreset" >&6; } 16631if test $ac_cv_have_optreset = yes; then 16632 cat >>confdefs.h <<\_ACEOF 16633#define HAVE_OPTRESET 1 16634_ACEOF 16635 16636fi 16637{ echo "$as_me:$LINENO: checking for unified diff option" >&5 16638echo $ECHO_N "checking for unified diff option... $ECHO_C" >&6; } 16639if diff -u $0 $0 >& /dev/null ; then 16640 UNI_DIFF_OPTS=-u 16641else 16642 UNI_DIFF_OPTS=-c 16643fi 16644{ echo "$as_me:$LINENO: result: $UNI_DIFF_OPTS" >&5 16645echo "${ECHO_T}$UNI_DIFF_OPTS" >&6; } 16646 16647case "$host_os" in 16648linux*) 16649 cat >>confdefs.h <<\_ACEOF 16650#define HAVE_EXT2_IOCTLS 1 16651_ACEOF 16652 16653 ;; 16654esac 16655LINUX_CMT="#" 16656CYGWIN_CMT="#" 16657UNIX_CMT= 16658case "$host_os" in 16659linux*) 16660 LINUX_CMT= 16661 ;; 16662cygwin) 16663 CYGWIN_CMT= 16664 UNIX_CMT="#" 16665 ;; 16666esac 16667 16668 16669 16670case "$host_os" in 16671linux* | gnu* | k*bsd*-gnu) 16672 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then 16673 root_prefix=""; 16674 echo "On $host_os systems, root_prefix defaults to ''" 16675 fi 16676 ;; 16677esac 16678case "$host_os" in 16679linux* | gnu* | k*bsd*-gnu) 16680 if test "$prefix" = NONE ; then 16681 prefix="/usr"; 16682 echo "On $host_os systems, prefix defaults to /usr" 16683 if test "$mandir" = '${prefix}/man' ; then 16684 echo "...and mandir defaults to /usr/share/man" 16685 mandir=/usr/share/man 16686 fi 16687 fi 16688;; 16689esac 16690if test "$root_prefix" = NONE ; then 16691 if test "$prefix" = NONE ; then 16692 root_prefix="$ac_default_prefix" 16693 else 16694 root_prefix="$prefix" 16695 fi 16696 root_bindir=$bindir 16697 root_sbindir=$sbindir 16698 root_libdir=$libdir 16699 root_sysconfdir=$sysconfdir 16700else 16701 root_bindir='${root_prefix}/bin' 16702 root_sbindir='${root_prefix}/sbin' 16703 root_libdir='${root_prefix}/lib' 16704 root_sysconfdir='${root_prefix}/etc' 16705fi 16706 16707 16708 16709 16710 16711{ echo "$as_me:$LINENO: checking whether linker accepts -static" >&5 16712echo $ECHO_N "checking whether linker accepts -static... $ECHO_C" >&6; } 16713if test "${ac_cv_e2fsprogs_use_static+set}" = set; then 16714 echo $ECHO_N "(cached) $ECHO_C" >&6 16715else 16716 SAVE_LDFLAGS=$LDFLAGS; LDFLAGS="$LDFLAGS -static" 16717cat >conftest.$ac_ext <<_ACEOF 16718/* confdefs.h. */ 16719_ACEOF 16720cat confdefs.h >>conftest.$ac_ext 16721cat >>conftest.$ac_ext <<_ACEOF 16722/* end confdefs.h. */ 16723#include <stdio.h> 16724int 16725main () 16726{ 16727fflush(stdout); 16728 ; 16729 return 0; 16730} 16731_ACEOF 16732rm -f conftest.$ac_objext conftest$ac_exeext 16733if { (ac_try="$ac_link" 16734case "(($ac_try" in 16735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16736 *) ac_try_echo=$ac_try;; 16737esac 16738eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16739 (eval "$ac_link") 2>conftest.er1 16740 ac_status=$? 16741 grep -v '^ *+' conftest.er1 >conftest.err 16742 rm -f conftest.er1 16743 cat conftest.err >&5 16744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16745 (exit $ac_status); } && 16746 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16747 { (case "(($ac_try" in 16748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16749 *) ac_try_echo=$ac_try;; 16750esac 16751eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16752 (eval "$ac_try") 2>&5 16753 ac_status=$? 16754 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16755 (exit $ac_status); }; } && 16756 { ac_try='test -s conftest$ac_exeext' 16757 { (case "(($ac_try" in 16758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16759 *) ac_try_echo=$ac_try;; 16760esac 16761eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16762 (eval "$ac_try") 2>&5 16763 ac_status=$? 16764 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16765 (exit $ac_status); }; }; then 16766 ac_cv_e2fsprogs_use_static=yes 16767else 16768 echo "$as_me: failed program was:" >&5 16769sed 's/^/| /' conftest.$ac_ext >&5 16770 16771 ac_cv_e2fsprogs_use_static=no 16772fi 16773 16774rm -f core conftest.err conftest.$ac_objext \ 16775 conftest$ac_exeext conftest.$ac_ext 16776LDFLAGS=$SAVE_LDFLAGS 16777fi 16778 16779case "$host_os" in 16780solaris2.*) 16781 ac_cv_e2fsprogs_use_static=no 16782;; 16783esac 16784{ echo "$as_me:$LINENO: result: $ac_cv_e2fsprogs_use_static" >&5 16785echo "${ECHO_T}$ac_cv_e2fsprogs_use_static" >&6; } 16786LDFLAG_STATIC= 16787if test $ac_cv_e2fsprogs_use_static = yes; then 16788 LDFLAG_STATIC=-static 16789fi 16790 16791case "$host_os" in 16792darwin*) 16793 echo "Using Apple Darwin / GNU libintl workaround" 16794 cat >>confdefs.h <<\_ACEOF 16795#define _INTL_REDIRECT_MACROS 1 16796_ACEOF 16797 16798 ;; 16799esac 16800SS_DIR=`cd ${srcdir}/lib/ss; pwd` 16801ET_DIR=`cd ${srcdir}/lib/et; pwd` 16802 16803 16804if test "$cross_compiling" = yes ; then 16805 DO_TEST_SUITE= 16806else 16807 DO_TEST_SUITE=check 16808fi 16809 16810INTL_FLAGS= 16811if test "$USE_INCLUDED_LIBINTL" = "yes" ; then 16812 INTL_FLAGS='-I$(top_builddir)/intl -I$(top_srcdir)/intl' 16813fi 16814 16815if test $cross_compiling = no; then 16816 BUILD_CFLAGS="$CFLAGS" 16817 BUILD_LDFLAGS="$LDFLAGS" 16818else 16819 BUILD_CFLAGS= 16820 BUILD_LDFLAGS= 16821fi 16822 16823 16824test -d lib || mkdir lib 16825test -d include || mkdir include 16826test -d include/linux || mkdir include/linux 16827test -d include/asm || mkdir include/asm 16828for i in MCONFIG Makefile e2fsprogs.spec \ 16829 util/Makefile util/subst.conf util/gen-tarball \ 16830 lib/et/Makefile lib/ss/Makefile lib/e2p/Makefile \ 16831 lib/ext2fs/Makefile lib/ext2fs/ext2_types.h \ 16832 lib/uuid/Makefile lib/uuid/uuid_types.h \ 16833 lib/blkid/Makefile lib/blkid/blkid_types.h \ 16834 lib/ss/ss.pc lib/uuid/uuid.pc lib/et/com_err.pc \ 16835 lib/e2p/e2p.pc lib/blkid/blkid.pc lib/ext2fs/ext2fs.pc \ 16836 misc/Makefile ext2ed/Makefile e2fsck/Makefile \ 16837 debugfs/Makefile tests/Makefile tests/progs/Makefile \ 16838 resize/Makefile doc/Makefile intl/Makefile po/Makefile.in ; do 16839 if test -d `dirname ${srcdir}/$i` ; then 16840 outlist="$outlist $i" 16841 fi 16842done 16843ac_config_files="$ac_config_files $outlist" 16844 16845cat >confcache <<\_ACEOF 16846# This file is a shell script that caches the results of configure 16847# tests run on this system so they can be shared between configure 16848# scripts and configure runs, see configure's option --config-cache. 16849# It is not useful on other systems. If it contains results you don't 16850# want to keep, you may remove or edit it. 16851# 16852# config.status only pays attention to the cache file if you give it 16853# the --recheck option to rerun configure. 16854# 16855# `ac_cv_env_foo' variables (set or unset) will be overridden when 16856# loading this file, other *unset* `ac_cv_foo' will be assigned the 16857# following values. 16858 16859_ACEOF 16860 16861# The following way of writing the cache mishandles newlines in values, 16862# but we know of no workaround that is simple, portable, and efficient. 16863# So, we kill variables containing newlines. 16864# Ultrix sh set writes to stderr and can't be redirected directly, 16865# and sets the high bit in the cache file unless we assign to the vars. 16866( 16867 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 16868 eval ac_val=\$$ac_var 16869 case $ac_val in #( 16870 *${as_nl}*) 16871 case $ac_var in #( 16872 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 16873echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 16874 esac 16875 case $ac_var in #( 16876 _ | IFS | as_nl) ;; #( 16877 *) $as_unset $ac_var ;; 16878 esac ;; 16879 esac 16880 done 16881 16882 (set) 2>&1 | 16883 case $as_nl`(ac_space=' '; set) 2>&1` in #( 16884 *${as_nl}ac_space=\ *) 16885 # `set' does not quote correctly, so add quotes (double-quote 16886 # substitution turns \\\\ into \\, and sed turns \\ into \). 16887 sed -n \ 16888 "s/'/'\\\\''/g; 16889 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 16890 ;; #( 16891 *) 16892 # `set' quotes correctly as required by POSIX, so do not add quotes. 16893 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 16894 ;; 16895 esac | 16896 sort 16897) | 16898 sed ' 16899 /^ac_cv_env_/b end 16900 t clear 16901 :clear 16902 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 16903 t end 16904 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 16905 :end' >>confcache 16906if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 16907 if test -w "$cache_file"; then 16908 test "x$cache_file" != "x/dev/null" && 16909 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 16910echo "$as_me: updating cache $cache_file" >&6;} 16911 cat confcache >$cache_file 16912 else 16913 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 16914echo "$as_me: not updating unwritable cache $cache_file" >&6;} 16915 fi 16916fi 16917rm -f confcache 16918 16919test "x$prefix" = xNONE && prefix=$ac_default_prefix 16920# Let make expand exec_prefix. 16921test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 16922 16923# Transform confdefs.h into DEFS. 16924# Protect against shell expansion while executing Makefile rules. 16925# Protect against Makefile macro expansion. 16926# 16927# If the first sed substitution is executed (which looks for macros that 16928# take arguments), then branch to the quote section. Otherwise, 16929# look for a macro that doesn't take arguments. 16930ac_script=' 16931t clear 16932:clear 16933s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g 16934t quote 16935s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g 16936t quote 16937b any 16938:quote 16939s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g 16940s/\[/\\&/g 16941s/\]/\\&/g 16942s/\$/$$/g 16943H 16944:any 16945${ 16946 g 16947 s/^\n// 16948 s/\n/ /g 16949 p 16950} 16951' 16952DEFS=`sed -n "$ac_script" confdefs.h` 16953 16954 16955ac_libobjs= 16956ac_ltlibobjs= 16957for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 16958 # 1. Remove the extension, and $U if already installed. 16959 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 16960 ac_i=`echo "$ac_i" | sed "$ac_script"` 16961 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 16962 # will be set to the directory where LIBOBJS objects are built. 16963 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 16964 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 16965done 16966LIBOBJS=$ac_libobjs 16967 16968LTLIBOBJS=$ac_ltlibobjs 16969 16970 16971 16972: ${CONFIG_STATUS=./config.status} 16973ac_clean_files_save=$ac_clean_files 16974ac_clean_files="$ac_clean_files $CONFIG_STATUS" 16975{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 16976echo "$as_me: creating $CONFIG_STATUS" >&6;} 16977cat >$CONFIG_STATUS <<_ACEOF 16978#! $SHELL 16979# Generated by $as_me. 16980# Run this file to recreate the current configuration. 16981# Compiler output produced by configure, useful for debugging 16982# configure, is in config.log if it exists. 16983 16984debug=false 16985ac_cs_recheck=false 16986ac_cs_silent=false 16987SHELL=\${CONFIG_SHELL-$SHELL} 16988_ACEOF 16989 16990cat >>$CONFIG_STATUS <<\_ACEOF 16991## --------------------- ## 16992## M4sh Initialization. ## 16993## --------------------- ## 16994 16995# Be Bourne compatible 16996if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 16997 emulate sh 16998 NULLCMD=: 16999 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 17000 # is contrary to our usage. Disable this feature. 17001 alias -g '${1+"$@"}'='"$@"' 17002 setopt NO_GLOB_SUBST 17003else 17004 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 17005fi 17006BIN_SH=xpg4; export BIN_SH # for Tru64 17007DUALCASE=1; export DUALCASE # for MKS sh 17008 17009 17010# PATH needs CR 17011# Avoid depending upon Character Ranges. 17012as_cr_letters='abcdefghijklmnopqrstuvwxyz' 17013as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 17014as_cr_Letters=$as_cr_letters$as_cr_LETTERS 17015as_cr_digits='0123456789' 17016as_cr_alnum=$as_cr_Letters$as_cr_digits 17017 17018# The user is always right. 17019if test "${PATH_SEPARATOR+set}" != set; then 17020 echo "#! /bin/sh" >conf$$.sh 17021 echo "exit 0" >>conf$$.sh 17022 chmod +x conf$$.sh 17023 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 17024 PATH_SEPARATOR=';' 17025 else 17026 PATH_SEPARATOR=: 17027 fi 17028 rm -f conf$$.sh 17029fi 17030 17031# Support unset when possible. 17032if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 17033 as_unset=unset 17034else 17035 as_unset=false 17036fi 17037 17038 17039# IFS 17040# We need space, tab and new line, in precisely that order. Quoting is 17041# there to prevent editors from complaining about space-tab. 17042# (If _AS_PATH_WALK were called with IFS unset, it would disable word 17043# splitting by setting IFS to empty value.) 17044as_nl=' 17045' 17046IFS=" "" $as_nl" 17047 17048# Find who we are. Look in the path if we contain no directory separator. 17049case $0 in 17050 *[\\/]* ) as_myself=$0 ;; 17051 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 17052for as_dir in $PATH 17053do 17054 IFS=$as_save_IFS 17055 test -z "$as_dir" && as_dir=. 17056 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 17057done 17058IFS=$as_save_IFS 17059 17060 ;; 17061esac 17062# We did not find ourselves, most probably we were run as `sh COMMAND' 17063# in which case we are not to be found in the path. 17064if test "x$as_myself" = x; then 17065 as_myself=$0 17066fi 17067if test ! -f "$as_myself"; then 17068 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 17069 { (exit 1); exit 1; } 17070fi 17071 17072# Work around bugs in pre-3.0 UWIN ksh. 17073for as_var in ENV MAIL MAILPATH 17074do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 17075done 17076PS1='$ ' 17077PS2='> ' 17078PS4='+ ' 17079 17080# NLS nuisances. 17081for as_var in \ 17082 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 17083 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 17084 LC_TELEPHONE LC_TIME 17085do 17086 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 17087 eval $as_var=C; export $as_var 17088 else 17089 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 17090 fi 17091done 17092 17093# Required to use basename. 17094if expr a : '\(a\)' >/dev/null 2>&1 && 17095 test "X`expr 00001 : '.*\(...\)'`" = X001; then 17096 as_expr=expr 17097else 17098 as_expr=false 17099fi 17100 17101if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 17102 as_basename=basename 17103else 17104 as_basename=false 17105fi 17106 17107 17108# Name of the executable. 17109as_me=`$as_basename -- "$0" || 17110$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 17111 X"$0" : 'X\(//\)$' \| \ 17112 X"$0" : 'X\(/\)' \| . 2>/dev/null || 17113echo X/"$0" | 17114 sed '/^.*\/\([^/][^/]*\)\/*$/{ 17115 s//\1/ 17116 q 17117 } 17118 /^X\/\(\/\/\)$/{ 17119 s//\1/ 17120 q 17121 } 17122 /^X\/\(\/\).*/{ 17123 s//\1/ 17124 q 17125 } 17126 s/.*/./; q'` 17127 17128# CDPATH. 17129$as_unset CDPATH 17130 17131 17132 17133 as_lineno_1=$LINENO 17134 as_lineno_2=$LINENO 17135 test "x$as_lineno_1" != "x$as_lineno_2" && 17136 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 17137 17138 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 17139 # uniformly replaced by the line number. The first 'sed' inserts a 17140 # line-number line after each line using $LINENO; the second 'sed' 17141 # does the real work. The second script uses 'N' to pair each 17142 # line-number line with the line containing $LINENO, and appends 17143 # trailing '-' during substitution so that $LINENO is not a special 17144 # case at line end. 17145 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 17146 # scripts with optimization help from Paolo Bonzini. Blame Lee 17147 # E. McMahon (1931-1989) for sed's syntax. :-) 17148 sed -n ' 17149 p 17150 /[$]LINENO/= 17151 ' <$as_myself | 17152 sed ' 17153 s/[$]LINENO.*/&-/ 17154 t lineno 17155 b 17156 :lineno 17157 N 17158 :loop 17159 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 17160 t loop 17161 s/-\n.*// 17162 ' >$as_me.lineno && 17163 chmod +x "$as_me.lineno" || 17164 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 17165 { (exit 1); exit 1; }; } 17166 17167 # Don't try to exec as it changes $[0], causing all sort of problems 17168 # (the dirname of $[0] is not the place where we might find the 17169 # original and so on. Autoconf is especially sensitive to this). 17170 . "./$as_me.lineno" 17171 # Exit status is that of the last command. 17172 exit 17173} 17174 17175 17176if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 17177 as_dirname=dirname 17178else 17179 as_dirname=false 17180fi 17181 17182ECHO_C= ECHO_N= ECHO_T= 17183case `echo -n x` in 17184-n*) 17185 case `echo 'x\c'` in 17186 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 17187 *) ECHO_C='\c';; 17188 esac;; 17189*) 17190 ECHO_N='-n';; 17191esac 17192 17193if expr a : '\(a\)' >/dev/null 2>&1 && 17194 test "X`expr 00001 : '.*\(...\)'`" = X001; then 17195 as_expr=expr 17196else 17197 as_expr=false 17198fi 17199 17200rm -f conf$$ conf$$.exe conf$$.file 17201if test -d conf$$.dir; then 17202 rm -f conf$$.dir/conf$$.file 17203else 17204 rm -f conf$$.dir 17205 mkdir conf$$.dir 17206fi 17207echo >conf$$.file 17208if ln -s conf$$.file conf$$ 2>/dev/null; then 17209 as_ln_s='ln -s' 17210 # ... but there are two gotchas: 17211 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 17212 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 17213 # In both cases, we have to default to `cp -p'. 17214 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 17215 as_ln_s='cp -p' 17216elif ln conf$$.file conf$$ 2>/dev/null; then 17217 as_ln_s=ln 17218else 17219 as_ln_s='cp -p' 17220fi 17221rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 17222rmdir conf$$.dir 2>/dev/null 17223 17224if mkdir -p . 2>/dev/null; then 17225 as_mkdir_p=: 17226else 17227 test -d ./-p && rmdir ./-p 17228 as_mkdir_p=false 17229fi 17230 17231# Find out whether ``test -x'' works. Don't use a zero-byte file, as 17232# systems may use methods other than mode bits to determine executability. 17233cat >conf$$.file <<_ASEOF 17234#! /bin/sh 17235exit 0 17236_ASEOF 17237chmod +x conf$$.file 17238if test -x conf$$.file >/dev/null 2>&1; then 17239 as_executable_p="test -x" 17240else 17241 as_executable_p=: 17242fi 17243rm -f conf$$.file 17244 17245# Sed expression to map a string onto a valid CPP name. 17246as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 17247 17248# Sed expression to map a string onto a valid variable name. 17249as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 17250 17251 17252exec 6>&1 17253 17254# Save the log message, to keep $[0] and so on meaningful, and to 17255# report actual input values of CONFIG_FILES etc. instead of their 17256# values after options handling. 17257ac_log=" 17258This file was extended by $as_me, which was 17259generated by GNU Autoconf 2.60. Invocation command line was 17260 17261 CONFIG_FILES = $CONFIG_FILES 17262 CONFIG_HEADERS = $CONFIG_HEADERS 17263 CONFIG_LINKS = $CONFIG_LINKS 17264 CONFIG_COMMANDS = $CONFIG_COMMANDS 17265 $ $0 $@ 17266 17267on `(hostname || uname -n) 2>/dev/null | sed 1q` 17268" 17269 17270_ACEOF 17271 17272cat >>$CONFIG_STATUS <<_ACEOF 17273# Files that config.status was made for. 17274config_files="$ac_config_files" 17275config_commands="$ac_config_commands" 17276 17277_ACEOF 17278 17279cat >>$CONFIG_STATUS <<\_ACEOF 17280ac_cs_usage="\ 17281\`$as_me' instantiates files from templates according to the 17282current configuration. 17283 17284Usage: $0 [OPTIONS] [FILE]... 17285 17286 -h, --help print this help, then exit 17287 -V, --version print version number, then exit 17288 -q, --quiet do not print progress messages 17289 -d, --debug don't remove temporary files 17290 --recheck update $as_me by reconfiguring in the same conditions 17291 --file=FILE[:TEMPLATE] 17292 instantiate the configuration file FILE 17293 17294Configuration files: 17295$config_files 17296 17297Configuration commands: 17298$config_commands 17299 17300Report bugs to <bug-autoconf@gnu.org>." 17301 17302_ACEOF 17303cat >>$CONFIG_STATUS <<_ACEOF 17304ac_cs_version="\\ 17305config.status 17306configured by $0, generated by GNU Autoconf 2.60, 17307 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 17308 17309Copyright (C) 2006 Free Software Foundation, Inc. 17310This config.status script is free software; the Free Software Foundation 17311gives unlimited permission to copy, distribute and modify it." 17312 17313ac_pwd='$ac_pwd' 17314srcdir='$srcdir' 17315INSTALL='$INSTALL' 17316_ACEOF 17317 17318cat >>$CONFIG_STATUS <<\_ACEOF 17319# If no file are specified by the user, then we need to provide default 17320# value. By we need to know if files were specified by the user. 17321ac_need_defaults=: 17322while test $# != 0 17323do 17324 case $1 in 17325 --*=*) 17326 ac_option=`expr "X$1" : 'X\([^=]*\)='` 17327 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 17328 ac_shift=: 17329 ;; 17330 *) 17331 ac_option=$1 17332 ac_optarg=$2 17333 ac_shift=shift 17334 ;; 17335 esac 17336 17337 case $ac_option in 17338 # Handling of the options. 17339 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 17340 ac_cs_recheck=: ;; 17341 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 17342 echo "$ac_cs_version"; exit ;; 17343 --debug | --debu | --deb | --de | --d | -d ) 17344 debug=: ;; 17345 --file | --fil | --fi | --f ) 17346 $ac_shift 17347 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 17348 ac_need_defaults=false;; 17349 --he | --h | --help | --hel | -h ) 17350 echo "$ac_cs_usage"; exit ;; 17351 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 17352 | -silent | --silent | --silen | --sile | --sil | --si | --s) 17353 ac_cs_silent=: ;; 17354 17355 # This is an error. 17356 -*) { echo "$as_me: error: unrecognized option: $1 17357Try \`$0 --help' for more information." >&2 17358 { (exit 1); exit 1; }; } ;; 17359 17360 *) ac_config_targets="$ac_config_targets $1" 17361 ac_need_defaults=false ;; 17362 17363 esac 17364 shift 17365done 17366 17367ac_configure_extra_args= 17368 17369if $ac_cs_silent; then 17370 exec 6>/dev/null 17371 ac_configure_extra_args="$ac_configure_extra_args --silent" 17372fi 17373 17374_ACEOF 17375cat >>$CONFIG_STATUS <<_ACEOF 17376if \$ac_cs_recheck; then 17377 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 17378 CONFIG_SHELL=$SHELL 17379 export CONFIG_SHELL 17380 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 17381fi 17382 17383_ACEOF 17384cat >>$CONFIG_STATUS <<\_ACEOF 17385exec 5>>config.log 17386{ 17387 echo 17388 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 17389## Running $as_me. ## 17390_ASBOX 17391 echo "$ac_log" 17392} >&5 17393 17394_ACEOF 17395cat >>$CONFIG_STATUS <<_ACEOF 17396# 17397# INIT-COMMANDS 17398# 17399# Capture the value of obsolete ALL_LINGUAS because we need it to compute 17400 # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it 17401 # from automake. 17402 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' 17403 # Capture the value of LINGUAS because we need it to compute CATALOGS. 17404 LINGUAS="${LINGUAS-%UNSET%}" 17405 17406 17407_ACEOF 17408 17409cat >>$CONFIG_STATUS <<\_ACEOF 17410 17411# Handling of arguments. 17412for ac_config_target in $ac_config_targets 17413do 17414 case $ac_config_target in 17415 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; 17416 "$outlist") CONFIG_FILES="$CONFIG_FILES $outlist" ;; 17417 17418 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 17419echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 17420 { (exit 1); exit 1; }; };; 17421 esac 17422done 17423 17424 17425# If the user did not use the arguments to specify the items to instantiate, 17426# then the envvar interface is used. Set only those that are not. 17427# We use the long form for the default assignment because of an extremely 17428# bizarre bug on SunOS 4.1.3. 17429if $ac_need_defaults; then 17430 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 17431 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 17432fi 17433 17434# Have a temporary directory for convenience. Make it in the build tree 17435# simply because there is no reason against having it here, and in addition, 17436# creating and moving files from /tmp can sometimes cause problems. 17437# Hook for its removal unless debugging. 17438# Note that there is a small window in which the directory will not be cleaned: 17439# after its creation but before its name has been assigned to `$tmp'. 17440$debug || 17441{ 17442 tmp= 17443 trap 'exit_status=$? 17444 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 17445' 0 17446 trap '{ (exit 1); exit 1; }' 1 2 13 15 17447} 17448# Create a (secure) tmp directory for tmp files. 17449 17450{ 17451 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 17452 test -n "$tmp" && test -d "$tmp" 17453} || 17454{ 17455 tmp=./conf$$-$RANDOM 17456 (umask 077 && mkdir "$tmp") 17457} || 17458{ 17459 echo "$me: cannot create a temporary directory in ." >&2 17460 { (exit 1); exit 1; } 17461} 17462 17463# 17464# Set up the sed scripts for CONFIG_FILES section. 17465# 17466 17467# No need to generate the scripts if there are no CONFIG_FILES. 17468# This happens for instance when ./config.status config.h 17469if test -n "$CONFIG_FILES"; then 17470 17471_ACEOF 17472 17473# Create sed commands to just substitute file output variables. 17474 17475# Remaining file output variables are in a fragment that also has non-file 17476# output varibles. 17477 17478 17479 17480ac_delim='%!_!# ' 17481for ac_last_try in false false false false false :; do 17482 cat >conf$$subs.sed <<_ACEOF 17483SHELL!$SHELL$ac_delim 17484PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 17485PACKAGE_NAME!$PACKAGE_NAME$ac_delim 17486PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 17487PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 17488PACKAGE_STRING!$PACKAGE_STRING$ac_delim 17489PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 17490exec_prefix!$exec_prefix$ac_delim 17491prefix!$prefix$ac_delim 17492program_transform_name!$program_transform_name$ac_delim 17493bindir!$bindir$ac_delim 17494sbindir!$sbindir$ac_delim 17495libexecdir!$libexecdir$ac_delim 17496datarootdir!$datarootdir$ac_delim 17497datadir!$datadir$ac_delim 17498sysconfdir!$sysconfdir$ac_delim 17499sharedstatedir!$sharedstatedir$ac_delim 17500localstatedir!$localstatedir$ac_delim 17501includedir!$includedir$ac_delim 17502oldincludedir!$oldincludedir$ac_delim 17503docdir!$docdir$ac_delim 17504infodir!$infodir$ac_delim 17505htmldir!$htmldir$ac_delim 17506dvidir!$dvidir$ac_delim 17507pdfdir!$pdfdir$ac_delim 17508psdir!$psdir$ac_delim 17509libdir!$libdir$ac_delim 17510localedir!$localedir$ac_delim 17511mandir!$mandir$ac_delim 17512DEFS!$DEFS$ac_delim 17513ECHO_C!$ECHO_C$ac_delim 17514ECHO_N!$ECHO_N$ac_delim 17515ECHO_T!$ECHO_T$ac_delim 17516LIBS!$LIBS$ac_delim 17517build_alias!$build_alias$ac_delim 17518host_alias!$host_alias$ac_delim 17519target_alias!$target_alias$ac_delim 17520E2FSPROGS_YEAR!$E2FSPROGS_YEAR$ac_delim 17521E2FSPROGS_MONTH!$E2FSPROGS_MONTH$ac_delim 17522E2FSPROGS_DAY!$E2FSPROGS_DAY$ac_delim 17523E2FSPROGS_VERSION!$E2FSPROGS_VERSION$ac_delim 17524E2FSPROGS_PKGVER!$E2FSPROGS_PKGVER$ac_delim 17525build!$build$ac_delim 17526build_cpu!$build_cpu$ac_delim 17527build_vendor!$build_vendor$ac_delim 17528build_os!$build_os$ac_delim 17529host!$host$ac_delim 17530host_cpu!$host_cpu$ac_delim 17531host_vendor!$host_vendor$ac_delim 17532host_os!$host_os$ac_delim 17533CC!$CC$ac_delim 17534CFLAGS!$CFLAGS$ac_delim 17535LDFLAGS!$LDFLAGS$ac_delim 17536CPPFLAGS!$CPPFLAGS$ac_delim 17537ac_ct_CC!$ac_ct_CC$ac_delim 17538EXEEXT!$EXEEXT$ac_delim 17539OBJEXT!$OBJEXT$ac_delim 17540LD!$LD$ac_delim 17541CPP!$CPP$ac_delim 17542GREP!$GREP$ac_delim 17543EGREP!$EGREP$ac_delim 17544LINUX_INCLUDE!$LINUX_INCLUDE$ac_delim 17545MAINTAINER_CMT!$MAINTAINER_CMT$ac_delim 17546HTREE_CMT!$HTREE_CMT$ac_delim 17547ELF_CMT!$ELF_CMT$ac_delim 17548BSDLIB_CMT!$BSDLIB_CMT$ac_delim 17549PROFILE_CMT!$PROFILE_CMT$ac_delim 17550CHECKER_CMT!$CHECKER_CMT$ac_delim 17551LIB_EXT!$LIB_EXT$ac_delim 17552STATIC_LIB_EXT!$STATIC_LIB_EXT$ac_delim 17553PROFILED_LIB_EXT!$PROFILED_LIB_EXT$ac_delim 17554SWAPFS_CMT!$SWAPFS_CMT$ac_delim 17555DEBUGFS_CMT!$DEBUGFS_CMT$ac_delim 17556IMAGER_CMT!$IMAGER_CMT$ac_delim 17557RESIZER_CMT!$RESIZER_CMT$ac_delim 17558E2FSCK_TYPE!$E2FSCK_TYPE$ac_delim 17559_ACEOF 17560 17561 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 76; then 17562 break 17563 elif $ac_last_try; then 17564 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 17565echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 17566 { (exit 1); exit 1; }; } 17567 else 17568 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 17569 fi 17570done 17571 17572ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 17573if test -n "$ac_eof"; then 17574 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 17575 ac_eof=`expr $ac_eof + 1` 17576fi 17577 17578cat >>$CONFIG_STATUS <<_ACEOF 17579cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 17580/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 17581/^[ ]*@MCONFIG@[ ]*$/{ 17582r $MCONFIG 17583d 17584} 17585/^[ ]*@MAKEFILE_ELF@[ ]*$/{ 17586r $MAKEFILE_ELF 17587d 17588} 17589/^[ ]*@MAKEFILE_BSDLIB@[ ]*$/{ 17590r $MAKEFILE_BSDLIB 17591d 17592} 17593/^[ ]*@MAKEFILE_PROFILE@[ ]*$/{ 17594r $MAKEFILE_PROFILE 17595d 17596} 17597/^[ ]*@MAKEFILE_CHECKER@[ ]*$/{ 17598r $MAKEFILE_CHECKER 17599d 17600} 17601/^[ ]*@MAKEFILE_LIBRARY@[ ]*$/{ 17602r $MAKEFILE_LIBRARY 17603d 17604} 17605/^[ ]*@ASM_TYPES_HEADER@[ ]*$/{ 17606r $ASM_TYPES_HEADER 17607d 17608} 17609_ACEOF 17610sed ' 17611s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 17612s/^/s,@/; s/!/@,|#_!!_#|/ 17613:n 17614t n 17615s/'"$ac_delim"'$/,g/; t 17616s/$/\\/; p 17617N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 17618' >>$CONFIG_STATUS <conf$$subs.sed 17619rm -f conf$$subs.sed 17620cat >>$CONFIG_STATUS <<_ACEOF 17621CEOF$ac_eof 17622_ACEOF 17623 17624 17625ac_delim='%!_!# ' 17626for ac_last_try in false false false false false :; do 17627 cat >conf$$subs.sed <<_ACEOF 17628FSCK_PROG!$FSCK_PROG$ac_delim 17629FSCK_MAN!$FSCK_MAN$ac_delim 17630E2INITRD_PROG!$E2INITRD_PROG$ac_delim 17631E2INITRD_MAN!$E2INITRD_MAN$ac_delim 17632DEVMAPPER_REQ!$DEVMAPPER_REQ$ac_delim 17633DEVMAPPER_PC_LIBS!$DEVMAPPER_PC_LIBS$ac_delim 17634DEVMAPPER_LIBS!$DEVMAPPER_LIBS$ac_delim 17635STATIC_DEVMAPPER_LIBS!$STATIC_DEVMAPPER_LIBS$ac_delim 17636GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim 17637PACKAGE!$PACKAGE$ac_delim 17638VERSION!$VERSION$ac_delim 17639SET_MAKE!$SET_MAKE$ac_delim 17640INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 17641INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 17642INSTALL_DATA!$INSTALL_DATA$ac_delim 17643MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim 17644USE_NLS!$USE_NLS$ac_delim 17645MSGFMT!$MSGFMT$ac_delim 17646GMSGFMT!$GMSGFMT$ac_delim 17647XGETTEXT!$XGETTEXT$ac_delim 17648MSGMERGE!$MSGMERGE$ac_delim 17649RANLIB!$RANLIB$ac_delim 17650ALLOCA!$ALLOCA$ac_delim 17651GLIBC21!$GLIBC21$ac_delim 17652HAVE_POSIX_PRINTF!$HAVE_POSIX_PRINTF$ac_delim 17653HAVE_ASPRINTF!$HAVE_ASPRINTF$ac_delim 17654HAVE_SNPRINTF!$HAVE_SNPRINTF$ac_delim 17655HAVE_WPRINTF!$HAVE_WPRINTF$ac_delim 17656LIBICONV!$LIBICONV$ac_delim 17657LTLIBICONV!$LTLIBICONV$ac_delim 17658INTLBISON!$INTLBISON$ac_delim 17659BUILD_INCLUDED_LIBINTL!$BUILD_INCLUDED_LIBINTL$ac_delim 17660USE_INCLUDED_LIBINTL!$USE_INCLUDED_LIBINTL$ac_delim 17661CATOBJEXT!$CATOBJEXT$ac_delim 17662DATADIRNAME!$DATADIRNAME$ac_delim 17663INSTOBJEXT!$INSTOBJEXT$ac_delim 17664GENCAT!$GENCAT$ac_delim 17665INTLOBJS!$INTLOBJS$ac_delim 17666INTL_LIBTOOL_SUFFIX_PREFIX!$INTL_LIBTOOL_SUFFIX_PREFIX$ac_delim 17667INTLLIBS!$INTLLIBS$ac_delim 17668LIBINTL!$LIBINTL$ac_delim 17669LTLIBINTL!$LTLIBINTL$ac_delim 17670POSUB!$POSUB$ac_delim 17671BINARY_TYPE!$BINARY_TYPE$ac_delim 17672LN!$LN$ac_delim 17673LN_S!$LN_S$ac_delim 17674MV!$MV$ac_delim 17675CP!$CP$ac_delim 17676RM!$RM$ac_delim 17677CHMOD!$CHMOD$ac_delim 17678AWK!$AWK$ac_delim 17679SED!$SED$ac_delim 17680PERL!$PERL$ac_delim 17681LDCONFIG!$LDCONFIG$ac_delim 17682AR!$AR$ac_delim 17683STRIP!$STRIP$ac_delim 17684BUILD_CC!$BUILD_CC$ac_delim 17685SIZEOF_SHORT!$SIZEOF_SHORT$ac_delim 17686SIZEOF_INT!$SIZEOF_INT$ac_delim 17687SIZEOF_LONG!$SIZEOF_LONG$ac_delim 17688SIZEOF_LONG_LONG!$SIZEOF_LONG_LONG$ac_delim 17689SOCKET_LIB!$SOCKET_LIB$ac_delim 17690DLOPEN_LIB!$DLOPEN_LIB$ac_delim 17691UNI_DIFF_OPTS!$UNI_DIFF_OPTS$ac_delim 17692LINUX_CMT!$LINUX_CMT$ac_delim 17693CYGWIN_CMT!$CYGWIN_CMT$ac_delim 17694UNIX_CMT!$UNIX_CMT$ac_delim 17695root_prefix!$root_prefix$ac_delim 17696root_bindir!$root_bindir$ac_delim 17697root_sbindir!$root_sbindir$ac_delim 17698root_libdir!$root_libdir$ac_delim 17699root_sysconfdir!$root_sysconfdir$ac_delim 17700LDFLAG_STATIC!$LDFLAG_STATIC$ac_delim 17701SS_DIR!$SS_DIR$ac_delim 17702ET_DIR!$ET_DIR$ac_delim 17703DO_TEST_SUITE!$DO_TEST_SUITE$ac_delim 17704INTL_FLAGS!$INTL_FLAGS$ac_delim 17705BUILD_CFLAGS!$BUILD_CFLAGS$ac_delim 17706BUILD_LDFLAGS!$BUILD_LDFLAGS$ac_delim 17707LIBOBJS!$LIBOBJS$ac_delim 17708LTLIBOBJS!$LTLIBOBJS$ac_delim 17709_ACEOF 17710 17711 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 81; then 17712 break 17713 elif $ac_last_try; then 17714 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 17715echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 17716 { (exit 1); exit 1; }; } 17717 else 17718 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 17719 fi 17720done 17721 17722ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 17723if test -n "$ac_eof"; then 17724 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 17725 ac_eof=`expr $ac_eof + 1` 17726fi 17727 17728cat >>$CONFIG_STATUS <<_ACEOF 17729cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof 17730/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 17731_ACEOF 17732sed ' 17733s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 17734s/^/s,@/; s/!/@,|#_!!_#|/ 17735:n 17736t n 17737s/'"$ac_delim"'$/,g/; t 17738s/$/\\/; p 17739N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 17740' >>$CONFIG_STATUS <conf$$subs.sed 17741rm -f conf$$subs.sed 17742cat >>$CONFIG_STATUS <<_ACEOF 17743:end 17744s/|#_!!_#|//g 17745CEOF$ac_eof 17746_ACEOF 17747 17748 17749# VPATH may cause trouble with some makes, so we remove $(srcdir), 17750# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 17751# trailing colons and then remove the whole line if VPATH becomes empty 17752# (actually we leave an empty line to preserve line numbers). 17753if test "x$srcdir" = x.; then 17754 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 17755s/:*\$(srcdir):*/:/ 17756s/:*\${srcdir}:*/:/ 17757s/:*@srcdir@:*/:/ 17758s/^\([^=]*=[ ]*\):*/\1/ 17759s/:*$// 17760s/^[^=]*=[ ]*$// 17761}' 17762fi 17763 17764cat >>$CONFIG_STATUS <<\_ACEOF 17765fi # test -n "$CONFIG_FILES" 17766 17767 17768for ac_tag in :F $CONFIG_FILES :C $CONFIG_COMMANDS 17769do 17770 case $ac_tag in 17771 :[FHLC]) ac_mode=$ac_tag; continue;; 17772 esac 17773 case $ac_mode$ac_tag in 17774 :[FHL]*:*);; 17775 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 17776echo "$as_me: error: Invalid tag $ac_tag." >&2;} 17777 { (exit 1); exit 1; }; };; 17778 :[FH]-) ac_tag=-:-;; 17779 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 17780 esac 17781 ac_save_IFS=$IFS 17782 IFS=: 17783 set x $ac_tag 17784 IFS=$ac_save_IFS 17785 shift 17786 ac_file=$1 17787 shift 17788 17789 case $ac_mode in 17790 :L) ac_source=$1;; 17791 :[FH]) 17792 ac_file_inputs= 17793 for ac_f 17794 do 17795 case $ac_f in 17796 -) ac_f="$tmp/stdin";; 17797 *) # Look for the file first in the build tree, then in the source tree 17798 # (if the path is not absolute). The absolute path cannot be DOS-style, 17799 # because $ac_f cannot contain `:'. 17800 test -f "$ac_f" || 17801 case $ac_f in 17802 [\\/$]*) false;; 17803 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 17804 esac || 17805 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 17806echo "$as_me: error: cannot find input file: $ac_f" >&2;} 17807 { (exit 1); exit 1; }; };; 17808 esac 17809 ac_file_inputs="$ac_file_inputs $ac_f" 17810 done 17811 17812 # Let's still pretend it is `configure' which instantiates (i.e., don't 17813 # use $as_me), people would be surprised to read: 17814 # /* config.h. Generated by config.status. */ 17815 configure_input="Generated from "`IFS=: 17816 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 17817 if test x"$ac_file" != x-; then 17818 configure_input="$ac_file. $configure_input" 17819 { echo "$as_me:$LINENO: creating $ac_file" >&5 17820echo "$as_me: creating $ac_file" >&6;} 17821 fi 17822 17823 case $ac_tag in 17824 *:-:* | *:-) cat >"$tmp/stdin";; 17825 esac 17826 ;; 17827 esac 17828 17829 ac_dir=`$as_dirname -- "$ac_file" || 17830$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17831 X"$ac_file" : 'X\(//\)[^/]' \| \ 17832 X"$ac_file" : 'X\(//\)$' \| \ 17833 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 17834echo X"$ac_file" | 17835 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 17836 s//\1/ 17837 q 17838 } 17839 /^X\(\/\/\)[^/].*/{ 17840 s//\1/ 17841 q 17842 } 17843 /^X\(\/\/\)$/{ 17844 s//\1/ 17845 q 17846 } 17847 /^X\(\/\).*/{ 17848 s//\1/ 17849 q 17850 } 17851 s/.*/./; q'` 17852 { as_dir="$ac_dir" 17853 case $as_dir in #( 17854 -*) as_dir=./$as_dir;; 17855 esac 17856 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 17857 as_dirs= 17858 while :; do 17859 case $as_dir in #( 17860 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 17861 *) as_qdir=$as_dir;; 17862 esac 17863 as_dirs="'$as_qdir' $as_dirs" 17864 as_dir=`$as_dirname -- "$as_dir" || 17865$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17866 X"$as_dir" : 'X\(//\)[^/]' \| \ 17867 X"$as_dir" : 'X\(//\)$' \| \ 17868 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 17869echo X"$as_dir" | 17870 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 17871 s//\1/ 17872 q 17873 } 17874 /^X\(\/\/\)[^/].*/{ 17875 s//\1/ 17876 q 17877 } 17878 /^X\(\/\/\)$/{ 17879 s//\1/ 17880 q 17881 } 17882 /^X\(\/\).*/{ 17883 s//\1/ 17884 q 17885 } 17886 s/.*/./; q'` 17887 test -d "$as_dir" && break 17888 done 17889 test -z "$as_dirs" || eval "mkdir $as_dirs" 17890 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 17891echo "$as_me: error: cannot create directory $as_dir" >&2;} 17892 { (exit 1); exit 1; }; }; } 17893 ac_builddir=. 17894 17895case "$ac_dir" in 17896.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 17897*) 17898 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 17899 # A ".." for each directory in $ac_dir_suffix. 17900 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 17901 case $ac_top_builddir_sub in 17902 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 17903 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 17904 esac ;; 17905esac 17906ac_abs_top_builddir=$ac_pwd 17907ac_abs_builddir=$ac_pwd$ac_dir_suffix 17908# for backward compatibility: 17909ac_top_builddir=$ac_top_build_prefix 17910 17911case $srcdir in 17912 .) # We are building in place. 17913 ac_srcdir=. 17914 ac_top_srcdir=$ac_top_builddir_sub 17915 ac_abs_top_srcdir=$ac_pwd ;; 17916 [\\/]* | ?:[\\/]* ) # Absolute name. 17917 ac_srcdir=$srcdir$ac_dir_suffix; 17918 ac_top_srcdir=$srcdir 17919 ac_abs_top_srcdir=$srcdir ;; 17920 *) # Relative name. 17921 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 17922 ac_top_srcdir=$ac_top_build_prefix$srcdir 17923 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 17924esac 17925ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 17926 17927 17928 case $ac_mode in 17929 :F) 17930 # 17931 # CONFIG_FILE 17932 # 17933 17934 case $INSTALL in 17935 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 17936 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 17937 esac 17938_ACEOF 17939 17940cat >>$CONFIG_STATUS <<\_ACEOF 17941# If the template does not know about datarootdir, expand it. 17942# FIXME: This hack should be removed a few years after 2.60. 17943ac_datarootdir_hack=; ac_datarootdir_seen= 17944 17945case `sed -n '/datarootdir/ { 17946 p 17947 q 17948} 17949/@datadir@/p 17950/@docdir@/p 17951/@infodir@/p 17952/@localedir@/p 17953/@mandir@/p 17954' $ac_file_inputs` in 17955*datarootdir*) ac_datarootdir_seen=yes;; 17956*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 17957 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 17958echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 17959_ACEOF 17960cat >>$CONFIG_STATUS <<_ACEOF 17961 ac_datarootdir_hack=' 17962 s&@datadir@&$datadir&g 17963 s&@docdir@&$docdir&g 17964 s&@infodir@&$infodir&g 17965 s&@localedir@&$localedir&g 17966 s&@mandir@&$mandir&g 17967 s&\\\${datarootdir}&$datarootdir&g' ;; 17968esac 17969_ACEOF 17970 17971# Neutralize VPATH when `$srcdir' = `.'. 17972# Shell code in configure.ac might set extrasub. 17973# FIXME: do we really want to maintain this feature? 17974cat >>$CONFIG_STATUS <<_ACEOF 17975 sed "$ac_vpsub 17976$extrasub 17977_ACEOF 17978cat >>$CONFIG_STATUS <<\_ACEOF 17979:t 17980/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 17981s&@configure_input@&$configure_input&;t t 17982s&@top_builddir@&$ac_top_builddir_sub&;t t 17983s&@srcdir@&$ac_srcdir&;t t 17984s&@abs_srcdir@&$ac_abs_srcdir&;t t 17985s&@top_srcdir@&$ac_top_srcdir&;t t 17986s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 17987s&@builddir@&$ac_builddir&;t t 17988s&@abs_builddir@&$ac_abs_builddir&;t t 17989s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 17990s&@INSTALL@&$ac_INSTALL&;t t 17991$ac_datarootdir_hack 17992" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 17993 17994test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 17995 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 17996 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 17997 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 17998which seems to be undefined. Please make sure it is defined." >&5 17999echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 18000which seems to be undefined. Please make sure it is defined." >&2;} 18001 18002 rm -f "$tmp/stdin" 18003 case $ac_file in 18004 -) cat "$tmp/out"; rm -f "$tmp/out";; 18005 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 18006 esac 18007 ;; 18008 18009 18010 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 18011echo "$as_me: executing $ac_file commands" >&6;} 18012 ;; 18013 esac 18014 18015 18016 case $ac_file$ac_mode in 18017 "default-1":C) 18018 for ac_file in $CONFIG_FILES; do 18019 # Support "outfile[:infile[:infile...]]" 18020 case "$ac_file" in 18021 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 18022 esac 18023 # PO directories have a Makefile.in generated from Makefile.in.in. 18024 case "$ac_file" in */Makefile.in) 18025 # Adjust a relative srcdir. 18026 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` 18027 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" 18028 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` 18029 # In autoconf-2.13 it is called $ac_given_srcdir. 18030 # In autoconf-2.50 it is called $srcdir. 18031 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" 18032 case "$ac_given_srcdir" in 18033 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; 18034 /*) top_srcdir="$ac_given_srcdir" ;; 18035 *) top_srcdir="$ac_dots$ac_given_srcdir" ;; 18036 esac 18037 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then 18038 rm -f "$ac_dir/POTFILES" 18039 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" 18040 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" 18041 POMAKEFILEDEPS="POTFILES.in" 18042 # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend 18043 # on $ac_dir but don't depend on user-specified configuration 18044 # parameters. 18045 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then 18046 # The LINGUAS file contains the set of available languages. 18047 if test -n "$OBSOLETE_ALL_LINGUAS"; then 18048 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" 18049 fi 18050 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"` 18051 # Hide the ALL_LINGUAS assigment from automake. 18052 eval 'ALL_LINGUAS''=$ALL_LINGUAS_' 18053 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" 18054 else 18055 # The set of available languages was given in configure.in. 18056 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' 18057 fi 18058 # Compute POFILES 18059 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) 18060 # Compute UPDATEPOFILES 18061 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) 18062 # Compute DUMMYPOFILES 18063 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) 18064 # Compute GMOFILES 18065 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) 18066 case "$ac_given_srcdir" in 18067 .) srcdirpre= ;; 18068 *) srcdirpre='$(srcdir)/' ;; 18069 esac 18070 POFILES= 18071 UPDATEPOFILES= 18072 DUMMYPOFILES= 18073 GMOFILES= 18074 for lang in $ALL_LINGUAS; do 18075 POFILES="$POFILES $srcdirpre$lang.po" 18076 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" 18077 DUMMYPOFILES="$DUMMYPOFILES $lang.nop" 18078 GMOFILES="$GMOFILES $srcdirpre$lang.gmo" 18079 done 18080 # CATALOGS depends on both $ac_dir and the user's LINGUAS 18081 # environment variable. 18082 INST_LINGUAS= 18083 if test -n "$ALL_LINGUAS"; then 18084 for presentlang in $ALL_LINGUAS; do 18085 useit=no 18086 if test "%UNSET%" != "$LINGUAS"; then 18087 desiredlanguages="$LINGUAS" 18088 else 18089 desiredlanguages="$ALL_LINGUAS" 18090 fi 18091 for desiredlang in $desiredlanguages; do 18092 # Use the presentlang catalog if desiredlang is 18093 # a. equal to presentlang, or 18094 # b. a variant of presentlang (because in this case, 18095 # presentlang can be used as a fallback for messages 18096 # which are not translated in the desiredlang catalog). 18097 case "$desiredlang" in 18098 "$presentlang"*) useit=yes;; 18099 esac 18100 done 18101 if test $useit = yes; then 18102 INST_LINGUAS="$INST_LINGUAS $presentlang" 18103 fi 18104 done 18105 fi 18106 CATALOGS= 18107 if test -n "$INST_LINGUAS"; then 18108 for lang in $INST_LINGUAS; do 18109 CATALOGS="$CATALOGS $lang.gmo" 18110 done 18111 fi 18112 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" 18113 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" 18114 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do 18115 if test -f "$f"; then 18116 case "$f" in 18117 *.orig | *.bak | *~) ;; 18118 *) cat "$f" >> "$ac_dir/Makefile" ;; 18119 esac 18120 fi 18121 done 18122 fi 18123 ;; 18124 esac 18125 done ;; 18126 18127 esac 18128done # for ac_tag 18129 18130 18131{ (exit 0); exit 0; } 18132_ACEOF 18133chmod +x $CONFIG_STATUS 18134ac_clean_files=$ac_clean_files_save 18135 18136 18137# configure is writing to config.log, and then calls config.status. 18138# config.status does its own redirection, appending to config.log. 18139# Unfortunately, on DOS this fails, as config.log is still kept open 18140# by configure, so config.status won't be able to write to it; its 18141# output is simply discarded. So we exec the FD to /dev/null, 18142# effectively closing config.log, so it can be properly (re)opened and 18143# appended to by config.status. When coming back to configure, we 18144# need to make the FD available again. 18145if test "$no_create" != yes; then 18146 ac_cs_success=: 18147 ac_config_status_args= 18148 test "$silent" = yes && 18149 ac_config_status_args="$ac_config_status_args --quiet" 18150 exec 5>/dev/null 18151 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 18152 exec 5>>config.log 18153 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 18154 # would make configure fail if this is the last instruction. 18155 $ac_cs_success || { (exit 1); exit 1; } 18156fi 18157 18158if test -f util/gen-tarball; then chmod +x util/gen-tarball; fi 18159 18160