1# 2# Copyright (C) 2017 and later: Unicode, Inc. and others. 3# License & terms of use: http://www.unicode.org/copyright.html 4# 5# Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved 6--- 3_2.orig/icu/source/config/mh-darwin 2008-10-20 14:57:52.000000000 -0700 7+++ 3_2/icu/source/config/mh-darwin 2008-10-20 15:57:28.000000000 -0700 8@@ -13,8 +13,8 @@ 9 LD_FLAGS += -headerpad_max_install_names 10 11 ## Commands to generate dependency files 12-GEN_DEPS.c= $(CC) -E -MMD $(DEFS) $(CPPFLAGS) 13-GEN_DEPS.cc= $(CXX) -E -MMD $(DEFS) $(CPPFLAGS) 14+GEN_DEPS.c= echo 15+GEN_DEPS.cc= echo 16 17 ## Commands to compile 18 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -fno-common -c 19Only in 3_0.orig/icu/source: config.cache 20Only in 3_0.orig/icu/source: config.log 21diff -ru 3_0.orig/icu/source/configure 3_0/icu/source/configure 22--- 3_2.orig/icu/source/configure 23+++ 3_2/icu/source/configure 242d1 25< 264,5c3 27< # Generated automatically using autoconf version 2.13 28< # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 29--- 30> # Generated by GNU Autoconf 2.63. 316a5,6 32> # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 33> # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 348a9,571 35> ## --------------------- ## 36> ## M4sh Initialization. ## 37> ## --------------------- ## 38> 39> # Be more Bourne compatible 40> DUALCASE=1; export DUALCASE # for MKS sh 41> if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 42> emulate sh 43> NULLCMD=: 44> # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 45> # is contrary to our usage. Disable this feature. 46> alias -g '${1+"$@"}'='"$@"' 47> setopt NO_GLOB_SUBST 48> else 49> case `(set -o) 2>/dev/null` in 50> *posix*) set -o posix ;; 51> esac 52> 53> fi 54> 55> 56> 57> 58> # PATH needs CR 59> # Avoid depending upon Character Ranges. 60> as_cr_letters='abcdefghijklmnopqrstuvwxyz' 61> as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 62> as_cr_Letters=$as_cr_letters$as_cr_LETTERS 63> as_cr_digits='0123456789' 64> as_cr_alnum=$as_cr_Letters$as_cr_digits 65> 66> as_nl=' 67> ' 68> export as_nl 69> # Printing a long string crashes Solaris 7 /usr/bin/printf. 70> as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 71> as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 72> as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 73> if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 74> as_echo='printf %s\n' 75> as_echo_n='printf %s' 76> else 77> if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 78> as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 79> as_echo_n='/usr/ucb/echo -n' 80> else 81> as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 82> as_echo_n_body='eval 83> arg=$1; 84> case $arg in 85> *"$as_nl"*) 86> expr "X$arg" : "X\\(.*\\)$as_nl"; 87> arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 88> esac; 89> expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 90> ' 91> export as_echo_n_body 92> as_echo_n='sh -c $as_echo_n_body as_echo' 93> fi 94> export as_echo_body 95> as_echo='sh -c $as_echo_body as_echo' 96> fi 97> 98> # The user is always right. 99> if test "${PATH_SEPARATOR+set}" != set; then 100> PATH_SEPARATOR=: 101> (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 102> (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 103> PATH_SEPARATOR=';' 104> } 105> fi 106> 107> # Support unset when possible. 108> if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 109> as_unset=unset 110> else 111> as_unset=false 112> fi 113> 114> 115> # IFS 116> # We need space, tab and new line, in precisely that order. Quoting is 117> # there to prevent editors from complaining about space-tab. 118> # (If _AS_PATH_WALK were called with IFS unset, it would disable word 119> # splitting by setting IFS to empty value.) 120> IFS=" "" $as_nl" 121> 122> # Find who we are. Look in the path if we contain no directory separator. 123> case $0 in 124> *[\\/]* ) as_myself=$0 ;; 125> *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 126> for as_dir in $PATH 127> do 128> IFS=$as_save_IFS 129> test -z "$as_dir" && as_dir=. 130> test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 131> done 132> IFS=$as_save_IFS 133> 134> ;; 135> esac 136> # We did not find ourselves, most probably we were run as `sh COMMAND' 137> # in which case we are not to be found in the path. 138> if test "x$as_myself" = x; then 139> as_myself=$0 140> fi 141> if test ! -f "$as_myself"; then 142> $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 143> { (exit 1); exit 1; } 144> fi 145> 146> # Work around bugs in pre-3.0 UWIN ksh. 147> for as_var in ENV MAIL MAILPATH 148> do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 149> done 150> PS1='$ ' 151> PS2='> ' 152> PS4='+ ' 153> 154> # NLS nuisances. 155> LC_ALL=C 156> export LC_ALL 157> LANGUAGE=C 158> export LANGUAGE 159> 160> # Required to use basename. 161> if expr a : '\(a\)' >/dev/null 2>&1 && 162> test "X`expr 00001 : '.*\(...\)'`" = X001; then 163> as_expr=expr 164> else 165> as_expr=false 166> fi 167> 168> if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 169> as_basename=basename 170> else 171> as_basename=false 172> fi 173> 174> 175> # Name of the executable. 176> as_me=`$as_basename -- "$0" || 177> $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 178> X"$0" : 'X\(//\)$' \| \ 179> X"$0" : 'X\(/\)' \| . 2>/dev/null || 180> $as_echo X/"$0" | 181> sed '/^.*\/\([^/][^/]*\)\/*$/{ 182> s//\1/ 183> q 184> } 185> /^X\/\(\/\/\)$/{ 186> s//\1/ 187> q 188> } 189> /^X\/\(\/\).*/{ 190> s//\1/ 191> q 192> } 193> s/.*/./; q'` 194> 195> # CDPATH. 196> $as_unset CDPATH 197> 198> 199> if test "x$CONFIG_SHELL" = x; then 200> if (eval ":") 2>/dev/null; then 201> as_have_required=yes 202> else 203> as_have_required=no 204> fi 205> 206> if test $as_have_required = yes && (eval ": 207> (as_func_return () { 208> (exit \$1) 209> } 210> as_func_success () { 211> as_func_return 0 212> } 213> as_func_failure () { 214> as_func_return 1 215> } 216> as_func_ret_success () { 217> return 0 218> } 219> as_func_ret_failure () { 220> return 1 221> } 222> 223> exitcode=0 224> if as_func_success; then 225> : 226> else 227> exitcode=1 228> echo as_func_success failed. 229> fi 230> 231> if as_func_failure; then 232> exitcode=1 233> echo as_func_failure succeeded. 234> fi 235> 236> if as_func_ret_success; then 237> : 238> else 239> exitcode=1 240> echo as_func_ret_success failed. 241> fi 242> 243> if as_func_ret_failure; then 244> exitcode=1 245> echo as_func_ret_failure succeeded. 246> fi 247> 248> if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 249> : 250> else 251> exitcode=1 252> echo positional parameters were not saved. 253> fi 254> 255> test \$exitcode = 0) || { (exit 1); exit 1; } 256> 257> ( 258> as_lineno_1=\$LINENO 259> as_lineno_2=\$LINENO 260> test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 261> test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 262> ") 2> /dev/null; then 263> : 264> else 265> as_candidate_shells= 266> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 267> for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 268> do 269> IFS=$as_save_IFS 270> test -z "$as_dir" && as_dir=. 271> case $as_dir in 272> /*) 273> for as_base in sh bash ksh sh5; do 274> as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 275> done;; 276> esac 277> done 278> IFS=$as_save_IFS 279> 280> 281> for as_shell in $as_candidate_shells $SHELL; do 282> # Try only shells that exist, to save several forks. 283> if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 284> { ("$as_shell") 2> /dev/null <<\_ASEOF 285> if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 286> emulate sh 287> NULLCMD=: 288> # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 289> # is contrary to our usage. Disable this feature. 290> alias -g '${1+"$@"}'='"$@"' 291> setopt NO_GLOB_SUBST 292> else 293> case `(set -o) 2>/dev/null` in 294> *posix*) set -o posix ;; 295> esac 296> 297> fi 298> 299> 300> : 301> _ASEOF 302> }; then 303> CONFIG_SHELL=$as_shell 304> as_have_required=yes 305> if { "$as_shell" 2> /dev/null <<\_ASEOF 306> if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 307> emulate sh 308> NULLCMD=: 309> # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 310> # is contrary to our usage. Disable this feature. 311> alias -g '${1+"$@"}'='"$@"' 312> setopt NO_GLOB_SUBST 313> else 314> case `(set -o) 2>/dev/null` in 315> *posix*) set -o posix ;; 316> esac 317> 318> fi 319> 320> 321> : 322> (as_func_return () { 323> (exit $1) 324> } 325> as_func_success () { 326> as_func_return 0 327> } 328> as_func_failure () { 329> as_func_return 1 330> } 331> as_func_ret_success () { 332> return 0 333> } 334> as_func_ret_failure () { 335> return 1 336> } 337> 338> exitcode=0 339> if as_func_success; then 340> : 341> else 342> exitcode=1 343> echo as_func_success failed. 344> fi 345> 346> if as_func_failure; then 347> exitcode=1 348> echo as_func_failure succeeded. 349> fi 350> 351> if as_func_ret_success; then 352> : 353> else 354> exitcode=1 355> echo as_func_ret_success failed. 356> fi 357> 358> if as_func_ret_failure; then 359> exitcode=1 360> echo as_func_ret_failure succeeded. 361> fi 362> 363> if ( set x; as_func_ret_success y && test x = "$1" ); then 364> : 365> else 366> exitcode=1 367> echo positional parameters were not saved. 368> fi 369> 370> test $exitcode = 0) || { (exit 1); exit 1; } 371> 372> ( 373> as_lineno_1=$LINENO 374> as_lineno_2=$LINENO 375> test "x$as_lineno_1" != "x$as_lineno_2" && 376> test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 377> 378> _ASEOF 379> }; then 380> break 381> fi 382> 383> fi 384> 385> done 386> 387> if test "x$CONFIG_SHELL" != x; then 388> for as_var in BASH_ENV ENV 389> do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 390> done 391> export CONFIG_SHELL 392> exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 393> fi 394> 395> 396> if test $as_have_required = no; then 397> echo This script requires a shell more modern than all the 398> echo shells that I found on your system. Please install a 399> echo modern shell, or manually run the script under such a 400> echo shell if you do have one. 401> { (exit 1); exit 1; } 402> fi 403> 404> 405> fi 406> 407> fi 408> 409> 410> 411> (eval "as_func_return () { 412> (exit \$1) 413> } 414> as_func_success () { 415> as_func_return 0 416> } 417> as_func_failure () { 418> as_func_return 1 419> } 420> as_func_ret_success () { 421> return 0 422> } 423> as_func_ret_failure () { 424> return 1 425> } 426> 427> exitcode=0 428> if as_func_success; then 429> : 430> else 431> exitcode=1 432> echo as_func_success failed. 433> fi 434> 435> if as_func_failure; then 436> exitcode=1 437> echo as_func_failure succeeded. 438> fi 439> 440> if as_func_ret_success; then 441> : 442> else 443> exitcode=1 444> echo as_func_ret_success failed. 445> fi 446> 447> if as_func_ret_failure; then 448> exitcode=1 449> echo as_func_ret_failure succeeded. 450> fi 451> 452> if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 453> : 454> else 455> exitcode=1 456> echo positional parameters were not saved. 457> fi 458> 459> test \$exitcode = 0") || { 460> echo No shell found that supports shell functions. 461> echo Please tell bug-autoconf@gnu.org about your system, 462> echo including any error possibly output before this message. 463> echo This can help us improve future autoconf versions. 464> echo Configuration will now proceed without shell functions. 465> } 466> 467> 468> 469> as_lineno_1=$LINENO 470> as_lineno_2=$LINENO 471> test "x$as_lineno_1" != "x$as_lineno_2" && 472> test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 473> 474> # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 475> # uniformly replaced by the line number. The first 'sed' inserts a 476> # line-number line after each line using $LINENO; the second 'sed' 477> # does the real work. The second script uses 'N' to pair each 478> # line-number line with the line containing $LINENO, and appends 479> # trailing '-' during substitution so that $LINENO is not a special 480> # case at line end. 481> # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 482> # scripts with optimization help from Paolo Bonzini. Blame Lee 483> # E. McMahon (1931-1989) for sed's syntax. :-) 484> sed -n ' 485> p 486> /[$]LINENO/= 487> ' <$as_myself | 488> sed ' 489> s/[$]LINENO.*/&-/ 490> t lineno 491> b 492> :lineno 493> N 494> :loop 495> s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 496> t loop 497> s/-\n.*// 498> ' >$as_me.lineno && 499> chmod +x "$as_me.lineno" || 500> { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 501> { (exit 1); exit 1; }; } 502> 503> # Don't try to exec as it changes $[0], causing all sort of problems 504> # (the dirname of $[0] is not the place where we might find the 505> # original and so on. Autoconf is especially sensitive to this). 506> . "./$as_me.lineno" 507> # Exit status is that of the last command. 508> exit 509> } 510> 511> 512> if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 513> as_dirname=dirname 514> else 515> as_dirname=false 516> fi 517> 518> ECHO_C= ECHO_N= ECHO_T= 519> case `echo -n x` in 520> -n*) 521> case `echo 'x\c'` in 522> *c*) ECHO_T=' ';; # ECHO_T is single tab character. 523> *) ECHO_C='\c';; 524> esac;; 525> *) 526> ECHO_N='-n';; 527> esac 528> if expr a : '\(a\)' >/dev/null 2>&1 && 529> test "X`expr 00001 : '.*\(...\)'`" = X001; then 530> as_expr=expr 531> else 532> as_expr=false 533> fi 534> 535> rm -f conf$$ conf$$.exe conf$$.file 536> if test -d conf$$.dir; then 537> rm -f conf$$.dir/conf$$.file 538> else 539> rm -f conf$$.dir 540> mkdir conf$$.dir 2>/dev/null 541> fi 542> if (echo >conf$$.file) 2>/dev/null; then 543> if ln -s conf$$.file conf$$ 2>/dev/null; then 544> as_ln_s='ln -s' 545> # ... but there are two gotchas: 546> # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 547> # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 548> # In both cases, we have to default to `cp -p'. 549> ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 550> as_ln_s='cp -p' 551> elif ln conf$$.file conf$$ 2>/dev/null; then 552> as_ln_s=ln 553> else 554> as_ln_s='cp -p' 555> fi 556> else 557> as_ln_s='cp -p' 558> fi 559> rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 560> rmdir conf$$.dir 2>/dev/null 561> 562> if mkdir -p . 2>/dev/null; then 563> as_mkdir_p=: 564> else 565> test -d ./-p && rmdir ./-p 566> as_mkdir_p=false 567> fi 568> 569> if test -x / >/dev/null 2>&1; then 570> as_test_x='test -x' 571> else 572> if ls -dL / >/dev/null 2>&1; then 573> as_ls_L_option=L 574> else 575> as_ls_L_option= 576> fi 577> as_test_x=' 578> eval sh -c '\'' 579> if test -d "$1"; then 580> test -d "$1/."; 581> else 582> case $1 in 583> -*)set "./$1";; 584> esac; 585> case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 586> ???[sx]*):;;*)false;;esac;fi 587> '\'' sh 588> ' 589> fi 590> as_executable_p=$as_test_x 591> 592> # Sed expression to map a string onto a valid CPP name. 593> as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 594> 595> # Sed expression to map a string onto a valid variable name. 596> as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 597> 59810,11c573,583 599< # Defaults: 600< ac_help= 601--- 602> 603> exec 7<&0 </dev/null 6>&1 604> 605> # Name of the host. 606> # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 607> # so uname gets run too. 608> ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 609> 610> # 611> # Initializations. 612> # 61313,52c585,810 614< # Any additions from configure.in: 615< ac_help="$ac_help 616< --enable-strict compile with strict compiler options [default=no]" 617< ac_help="$ac_help 618< --enable-64bit-libs build 64-bit libraries [default=yes]" 619< ac_help="$ac_help 620< --enable-shared build shared libraries [default=yes]" 621< ac_help="$ac_help 622< --enable-static build static libraries [default=no]" 623< ac_help="$ac_help 624< --enable-debug build debug libraries [default=no]" 625< ac_help="$ac_help 626< --enable-release build release libraries [default=yes]" 627< ac_help="$ac_help 628< --enable-renaming add a version suffix to symbols [default=yes]" 629< ac_help="$ac_help 630< --enable-tracing enable function and data tracing [default=yes]" 631< ac_help="$ac_help 632< --enable-rpath use rpath when linking [default is only if necessary]" 633< ac_help="$ac_help 634< --enable-threads build ICU with thread safety [default=yes]" 635< ac_help="$ac_help 636< --with-iostream=version specify the version of iostream to use (none, old, std, auto) [default=auto]" 637< ac_help="$ac_help 638< --enable-extras build ICU extras [default=yes]" 639< ac_help="$ac_help 640< --enable-icuio build ICU's icuio library [default=yes]" 641< ac_help="$ac_help 642< --enable-layout build ICU's layout library [default=yes]" 643< ac_help="$ac_help 644< --with-data-packaging=type specify how to package ICU data (files, archive, library, auto) [default=auto]" 645< ac_help="$ac_help 646< " 647< ac_help="$ac_help 648< --with-library-suffix=suffix tag a suffix to the library names [default=]" 649< ac_help="$ac_help 650< --enable-tests build ICU tests [default=yes]" 651< ac_help="$ac_help 652< --enable-samples build ICU samples [default=yes] 653< Additionally, the variable FORCE_LIBS may be set before calling configure. If set, it will REPLACE any automatic list of libraries." 654--- 655> ac_clean_files= 656> ac_config_libobj_dir=. 657> LIBOBJS= 658> cross_compiling=no 659> subdirs= 660> MFLAGS= 661> MAKEFLAGS= 662> SHELL=${CONFIG_SHELL-/bin/sh} 663> 664> # Identity of this package. 665> PACKAGE_NAME= 666> PACKAGE_TARNAME= 667> PACKAGE_VERSION= 668> PACKAGE_STRING= 669> PACKAGE_BUGREPORT= 670> 671> ac_unique_file="common/unicode/utypes.h" 672> # Factoring default headers for most tests. 673> ac_includes_default="\ 674> #include <stdio.h> 675> #ifdef HAVE_SYS_TYPES_H 676> # include <sys/types.h> 677> #endif 678> #ifdef HAVE_SYS_STAT_H 679> # include <sys/stat.h> 680> #endif 681> #ifdef STDC_HEADERS 682> # include <stdlib.h> 683> # include <stddef.h> 684> #else 685> # ifdef HAVE_STDLIB_H 686> # include <stdlib.h> 687> # endif 688> #endif 689> #ifdef HAVE_STRING_H 690> # if !defined STDC_HEADERS && defined HAVE_MEMORY_H 691> # include <memory.h> 692> # endif 693> # include <string.h> 694> #endif 695> #ifdef HAVE_STRINGS_H 696> # include <strings.h> 697> #endif 698> #ifdef HAVE_INTTYPES_H 699> # include <inttypes.h> 700> #endif 701> #ifdef HAVE_STDINT_H 702> # include <stdint.h> 703> #endif 704> #ifdef HAVE_UNISTD_H 705> # include <unistd.h> 706> #endif" 707> 708> ac_subst_vars='LTLIBOBJS 709> LIBOBJS 710> AIX_SHLIB 711> ld_rpath_suf 712> platform_make_fragment 713> platform_make_fragment_name 714> platform 715> ICUDATA_CHAR 716> SAMPLES_TRUE 717> TESTS_TRUE 718> ICULIBSUFFIXCNAME 719> U_HAVE_LIB_SUFFIX 720> ICULIBSUFFIX 721> DATA_PACKAGING_MODE 722> DATA_PACKAGING_CPPFLAGS 723> thepkgicudatadir 724> pkgicudatadir 725> thelibdir 726> thedatadir 727> thesysconfdir 728> LAYOUT_TRUE 729> ICUIO_TRUE 730> EXTRAS_TRUE 731> U_SIZEOF_WCHAR_T 732> U_HAVE_WCSCPY 733> U_HAVE_WCHAR_H 734> HAVE_UINT64_T 735> HAVE_INT64_T 736> HAVE_UINT32_T 737> HAVE_INT32_T 738> HAVE_UINT16_T 739> HAVE_INT16_T 740> HAVE_UINT8_T 741> HAVE_INT8_T 742> U_TIMEZONE 743> U_HAVE_TIMEZONE 744> U_TZNAME 745> U_HAVE_TZNAME 746> U_TZSET 747> U_HAVE_TZSET 748> U_HAVE_POPEN 749> U_HAVE_PLACEMENT_NEW 750> U_OVERRIDE_CXX_ALLOCATION 751> U_HAVE_NAMESPACE 752> U_NL_LANGINFO_CODESET 753> U_HAVE_NL_LANGINFO_CODESET 754> U_HAVE_NL_LANGINFO 755> U_IS_BIG_ENDIAN 756> U_IOSTREAM_SOURCE 757> CXXCPP 758> U_HAVE_INTTYPES_H 759> EGREP 760> GREP 761> CPP 762> GENCCODE_ASSEMBLY 763> HAVE_MMAP 764> ICU_USE_THREADS 765> THREADS_TRUE 766> U_INLINE 767> ENABLE_RPATH 768> U_ENABLE_TRACING 769> U_DISABLE_RENAMING 770> AR 771> RANLIB 772> ENABLE_RELEASE 773> ENABLE_DEBUG 774> ENABLE_STATIC 775> ENABLE_SHARED 776> LIB_M 777> COMPILE_LINK_ENVVAR 778> ARFLAGS 779> host_os 780> host_vendor 781> host_cpu 782> host 783> build_os 784> build_vendor 785> build_cpu 786> build 787> DOXYGEN 788> U_MAKE 789> STRIP 790> INSTALL_DATA 791> INSTALL_SCRIPT 792> INSTALL_PROGRAM 793> ac_ct_CXX 794> CXXFLAGS 795> CXX 796> OBJEXT 797> EXEEXT 798> ac_ct_CC 799> LDFLAGS 800> CFLAGS 801> CC 802> CPPFLAGS 803> UNICODE_VERSION 804> LIB_VERSION_MAJOR 805> LIB_VERSION 806> VERSION 807> PACKAGE 808> target_alias 809> host_alias 810> build_alias 811> LIBS 812> ECHO_T 813> ECHO_N 814> ECHO_C 815> DEFS 816> mandir 817> localedir 818> libdir 819> psdir 820> pdfdir 821> dvidir 822> htmldir 823> infodir 824> docdir 825> oldincludedir 826> includedir 827> localstatedir 828> sharedstatedir 829> sysconfdir 830> datadir 831> datarootdir 832> libexecdir 833> sbindir 834> bindir 835> program_transform_name 836> prefix 837> exec_prefix 838> PACKAGE_BUGREPORT 839> PACKAGE_STRING 840> PACKAGE_VERSION 841> PACKAGE_TARNAME 842> PACKAGE_NAME 843> PATH_SEPARATOR 844> SHELL' 845> ac_subst_files='' 846> ac_user_opts=' 847> enable_option_checking 848> enable_strict 849> enable_64bit_libs 850> enable_shared 851> enable_static 852> enable_debug 853> enable_release 854> enable_renaming 855> enable_tracing 856> enable_rpath 857> enable_threads 858> with_iostream 859> enable_extras 860> enable_layout 861> with_data_packaging 862> enable_mapped 863> with_library_suffix 864> enable_tests 865> enable_samples 866> ' 867> ac_precious_vars='build_alias 868> host_alias 869> target_alias 870> CC 871> CFLAGS 872> LDFLAGS 873> LIBS 874> CPPFLAGS 875> CXX 876> CXXFLAGS 877> CCC 878> CPP 879> CXXCPP' 880> 88154a813,816 882> ac_init_help= 883> ac_init_version=false 884> ac_unrecognized_opts= 885> ac_unrecognized_sep= 88657,58c819 887< build=NONE 888< cache_file=./config.cache 889--- 890> cache_file=/dev/null 89160d820 892< host=NONE 89362d821 894< nonopt=NONE 89571d829 896< target=NONE 89774a833,839 898> 899> # Installation directory options. 900> # These are left unexpanded so users can "make install exec_prefix=/foo" 901> # and all the variables that are supposed to be based on exec_prefix 902> # by default will actually change. 903> # Use braces instead of parens because sh, perl, etc. also accept them. 904> # (The list follows the same order as the GNU Coding Standards.) 90578c843,844 906< datadir='${prefix}/share' 907--- 908> datarootdir='${prefix}/share' 909> datadir='${datarootdir}' 91082d847 911< libdir='${exec_prefix}/lib' 91285,93c850,858 913< infodir='${prefix}/info' 914< mandir='${prefix}/man' 915< 916< # Initialize some other variables. 917< subdirs= 918< MFLAGS= MAKEFLAGS= 919< SHELL=${CONFIG_SHELL-/bin/sh} 920< # Maximum number of lines to put in a shell here document. 921< ac_max_here_lines=12 922--- 923> docdir='${datarootdir}/doc/${PACKAGE}' 924> infodir='${datarootdir}/info' 925> htmldir='${docdir}' 926> dvidir='${docdir}' 927> pdfdir='${docdir}' 928> psdir='${docdir}' 929> libdir='${exec_prefix}/lib' 930> localedir='${datarootdir}/locale' 931> mandir='${datarootdir}/man' 93295a861 933> ac_dashdash= 93498d863 935< 936101c866 937< eval "$ac_prev=\$ac_option" 938--- 939> eval $ac_prev=\$ac_option 940106,108c871,873 941< case "$ac_option" in 942< -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 943< *) ac_optarg= ;; 944--- 945> case $ac_option in 946> *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 947> *) ac_optarg=yes ;; 948113c878,880 949< case "$ac_option" in 950--- 951> case $ac_dashdash$ac_option in 952> --) 953> ac_dashdash=yes ;; 954118c885 955< bindir="$ac_optarg" ;; 956--- 957> bindir=$ac_optarg ;; 958121c888 959< ac_prev=build ;; 960--- 961> ac_prev=build_alias ;; 962123c890 963< build="$ac_optarg" ;; 964--- 965> build_alias=$ac_optarg ;; 966130c897,900 967< cache_file="$ac_optarg" ;; 968--- 969> cache_file=$ac_optarg ;; 970> 971> --config-cache | -C) 972> cache_file=config.cache ;; 973132c902 974< -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 975--- 976> -datadir | --datadir | --datadi | --datad) 977134,136c904,912 978< -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 979< | --da=*) 980< datadir="$ac_optarg" ;; 981--- 982> -datadir=* | --datadir=* | --datadi=* | --datad=*) 983> datadir=$ac_optarg ;; 984> 985> -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 986> | --dataroo | --dataro | --datar) 987> ac_prev=datarootdir ;; 988> -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 989> | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 990> datarootdir=$ac_optarg ;; 991139c915 992< ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` 993--- 994> ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 995141,145c917,939 996< if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then 997< { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 998< fi 999< ac_feature=`echo $ac_feature| sed 's/-/_/g'` 1000< eval "enable_${ac_feature}=no" ;; 1001--- 1002> expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1003> { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 1004> { (exit 1); exit 1; }; } 1005> ac_useropt_orig=$ac_useropt 1006> ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1007> case $ac_user_opts in 1008> *" 1009> "enable_$ac_useropt" 1010> "*) ;; 1011> *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 1012> ac_unrecognized_sep=', ';; 1013> esac 1014> eval enable_$ac_useropt=no ;; 1015> 1016> -docdir | --docdir | --docdi | --doc | --do) 1017> ac_prev=docdir ;; 1018> -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 1019> docdir=$ac_optarg ;; 1020> 1021> -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 1022> ac_prev=dvidir ;; 1023> -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 1024> dvidir=$ac_optarg ;; 1025148c942 1026< ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` 1027--- 1028> ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1029150,156c944,954 1030< if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then 1031< { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 1032< fi 1033< ac_feature=`echo $ac_feature| sed 's/-/_/g'` 1034< case "$ac_option" in 1035< *=*) ;; 1036< *) ac_optarg=yes ;; 1037--- 1038> expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1039> { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 1040> { (exit 1); exit 1; }; } 1041> ac_useropt_orig=$ac_useropt 1042> ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1043> case $ac_user_opts in 1044> *" 1045> "enable_$ac_useropt" 1046> "*) ;; 1047> *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 1048> ac_unrecognized_sep=', ';; 1049158c956 1050< eval "enable_${ac_feature}='$ac_optarg'" ;; 1051--- 1052> eval enable_$ac_useropt=\$ac_optarg ;; 1053167c965 1054< exec_prefix="$ac_optarg" ;; 1055--- 1056> exec_prefix=$ac_optarg ;; 1057173,226c971,976 1058< -help | --help | --hel | --he) 1059< # Omit some internal or obsolete options to make the list less imposing. 1060< # This message is too long to be a string in the A/UX 3.1 sh. 1061< cat << EOF 1062< Usage: configure [options] [host] 1063< Options: [defaults in brackets after descriptions] 1064< Configuration: 1065< --cache-file=FILE cache test results in FILE 1066< --help print this message 1067< --no-create do not create output files 1068< --quiet, --silent do not print \`checking...' messages 1069< --version print the version of autoconf that created configure 1070< Directory and file names: 1071< --prefix=PREFIX install architecture-independent files in PREFIX 1072< [$ac_default_prefix] 1073< --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1074< [same as prefix] 1075< --bindir=DIR user executables in DIR [EPREFIX/bin] 1076< --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] 1077< --libexecdir=DIR program executables in DIR [EPREFIX/libexec] 1078< --datadir=DIR read-only architecture-independent data in DIR 1079< [PREFIX/share] 1080< --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] 1081< --sharedstatedir=DIR modifiable architecture-independent data in DIR 1082< [PREFIX/com] 1083< --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] 1084< --libdir=DIR object code libraries in DIR [EPREFIX/lib] 1085< --includedir=DIR C header files in DIR [PREFIX/include] 1086< --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] 1087< --infodir=DIR info documentation in DIR [PREFIX/info] 1088< --mandir=DIR man documentation in DIR [PREFIX/man] 1089< --srcdir=DIR find the sources in DIR [configure dir or ..] 1090< --program-prefix=PREFIX prepend PREFIX to installed program names 1091< --program-suffix=SUFFIX append SUFFIX to installed program names 1092< --program-transform-name=PROGRAM 1093< run sed PROGRAM on installed program names 1094< EOF 1095< cat << EOF 1096< Host type: 1097< --build=BUILD configure for building on BUILD [BUILD=HOST] 1098< --host=HOST configure for HOST [guessed] 1099< --target=TARGET configure for TARGET [TARGET=HOST] 1100< Features and packages: 1101< --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1102< --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1103< --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1104< --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1105< --x-includes=DIR X include files are in DIR 1106< --x-libraries=DIR X library files are in DIR 1107< EOF 1108< if test -n "$ac_help"; then 1109< echo "--enable and --with options recognized:$ac_help" 1110< fi 1111< exit 0 ;; 1112--- 1113> -help | --help | --hel | --he | -h) 1114> ac_init_help=long ;; 1115> -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 1116> ac_init_help=recursive ;; 1117> -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 1118> ac_init_help=short ;; 1119229c979 1120< ac_prev=host ;; 1121--- 1122> ac_prev=host_alias ;; 1123231c981,987 1124< host="$ac_optarg" ;; 1125--- 1126> host_alias=$ac_optarg ;; 1127> 1128> -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 1129> ac_prev=htmldir ;; 1130> -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 1131> | --ht=*) 1132> htmldir=$ac_optarg ;; 1133238c994 1134< includedir="$ac_optarg" ;; 1135--- 1136> includedir=$ac_optarg ;; 1137243c999 1138< infodir="$ac_optarg" ;; 1139--- 1140> infodir=$ac_optarg ;; 1141248c1004 1142< libdir="$ac_optarg" ;; 1143--- 1144> libdir=$ac_optarg ;; 1145255c1011,1016 1146< libexecdir="$ac_optarg" ;; 1147--- 1148> libexecdir=$ac_optarg ;; 1149> 1150> -localedir | --localedir | --localedi | --localed | --locale) 1151> ac_prev=localedir ;; 1152> -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 1153> localedir=$ac_optarg ;; 1154258,259c1019 1155< | --localstate | --localstat | --localsta | --localst \ 1156< | --locals | --local | --loca | --loc | --lo) 1157--- 1158> | --localstate | --localstat | --localsta | --localst | --locals) 1159262,264c1022,1023 1160< | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 1161< | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 1162< localstatedir="$ac_optarg" ;; 1163--- 1164> | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 1165> localstatedir=$ac_optarg ;; 1166269c1028 1167< mandir="$ac_optarg" ;; 1168--- 1169> mandir=$ac_optarg ;; 1170276c1035 1171< | --no-cr | --no-c) 1172--- 1173> | --no-cr | --no-c | -n) 1174290c1049 1175< oldincludedir="$ac_optarg" ;; 1176--- 1177> oldincludedir=$ac_optarg ;; 1178295c1054 1179< prefix="$ac_optarg" ;; 1180--- 1181> prefix=$ac_optarg ;; 1182302c1061 1183< program_prefix="$ac_optarg" ;; 1184--- 1185> program_prefix=$ac_optarg ;; 1186309c1068 1187< program_suffix="$ac_optarg" ;; 1188--- 1189> program_suffix=$ac_optarg ;; 1190326c1085,1095 1191< program_transform_name="$ac_optarg" ;; 1192--- 1193> program_transform_name=$ac_optarg ;; 1194> 1195> -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 1196> ac_prev=pdfdir ;; 1197> -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 1198> pdfdir=$ac_optarg ;; 1199> 1200> -psdir | --psdir | --psdi | --psd | --ps) 1201> ac_prev=psdir ;; 1202> -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 1203> psdir=$ac_optarg ;; 1204336c1105 1205< sbindir="$ac_optarg" ;; 1206--- 1207> sbindir=$ac_optarg ;; 1208347c1116 1209< sharedstatedir="$ac_optarg" ;; 1210--- 1211> sharedstatedir=$ac_optarg ;; 1212352c1121 1213< site="$ac_optarg" ;; 1214--- 1215> site=$ac_optarg ;; 1216357c1126 1217< srcdir="$ac_optarg" ;; 1218--- 1219> srcdir=$ac_optarg ;; 1220364c1133 1221< sysconfdir="$ac_optarg" ;; 1222--- 1223> sysconfdir=$ac_optarg ;; 1224367c1136 1225< ac_prev=target ;; 1226--- 1227> ac_prev=target_alias ;; 1228369c1138 1229< target="$ac_optarg" ;; 1230--- 1231> target_alias=$ac_optarg ;; 1232374,376c1143,1144 1233< -version | --version | --versio | --versi | --vers) 1234< echo "configure generated by autoconf version 2.13" 1235< exit 0 ;; 1236--- 1237> -version | --version | --versio | --versi | --vers | -V) 1238> ac_init_version=: ;; 1239379c1147 1240< ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` 1241--- 1242> ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1243381,387c1149,1159 1244< if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then 1245< { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } 1246< fi 1247< ac_package=`echo $ac_package| sed 's/-/_/g'` 1248< case "$ac_option" in 1249< *=*) ;; 1250< *) ac_optarg=yes ;; 1251--- 1252> expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1253> { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1254> { (exit 1); exit 1; }; } 1255> ac_useropt_orig=$ac_useropt 1256> ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1257> case $ac_user_opts in 1258> *" 1259> "with_$ac_useropt" 1260> "*) ;; 1261> *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1262> ac_unrecognized_sep=', ';; 1263389c1161 1264< eval "with_${ac_package}='$ac_optarg'" ;; 1265--- 1266> eval with_$ac_useropt=\$ac_optarg ;; 1267392c1164 1268< ac_package=`echo $ac_option|sed -e 's/-*without-//'` 1269--- 1270> ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1271394,398c1166,1178 1272< if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then 1273< { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } 1274< fi 1275< ac_package=`echo $ac_package| sed 's/-/_/g'` 1276< eval "with_${ac_package}=no" ;; 1277--- 1278> expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1279> { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1280> { (exit 1); exit 1; }; } 1281> ac_useropt_orig=$ac_useropt 1282> ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1283> case $ac_user_opts in 1284> *" 1285> "with_$ac_useropt" 1286> "*) ;; 1287> *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1288> ac_unrecognized_sep=', ';; 1289> esac 1290> eval with_$ac_useropt=no ;; 1291409c1189 1292< x_includes="$ac_optarg" ;; 1293--- 1294> x_includes=$ac_optarg ;; 1295416c1196 1296< x_libraries="$ac_optarg" ;; 1297--- 1298> x_libraries=$ac_optarg ;; 1299418c1198,1200 1300< -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } 1301--- 1302> -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 1303> Try \`$0 --help' for more information." >&2 1304> { (exit 1); exit 1; }; } 1305420a1203,1211 1306> *=*) 1307> ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1308> # Reject names that are not valid shell variable names. 1309> expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1310> { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1311> { (exit 1); exit 1; }; } 1312> eval $ac_envvar=\$ac_optarg 1313> export $ac_envvar ;; 1314> 1315422,428c1213,1217 1316< if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then 1317< echo "configure: warning: $ac_option: invalid host type" 1>&2 1318< fi 1319< if test "x$nonopt" != xNONE; then 1320< { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } 1321< fi 1322< nonopt="$ac_option" 1323--- 1324> # FIXME: should be removed in autoconf 3.0. 1325> $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1326> expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1327> $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1328> : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1329435c1224,1226 1330< { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } 1331--- 1332> ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1333> { $as_echo "$as_me: error: missing argument to $ac_option" >&2 1334> { (exit 1); exit 1; }; } 1335438,451c1229,1235 1336< trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 1337< 1338< # File descriptor usage: 1339< # 0 standard input 1340< # 1 file creation 1341< # 2 errors and warnings 1342< # 3 some systems may open it to /dev/tty 1343< # 4 used on the Kubota Titan 1344< # 6 checking for... messages and results 1345< # 5 compiler messages saved in config.log 1346< if test "$silent" = yes; then 1347< exec 6>/dev/null 1348< else 1349< exec 6>&1 1350--- 1351> if test -n "$ac_unrecognized_opts"; then 1352> case $enable_option_checking in 1353> no) ;; 1354> fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 1355> { (exit 1); exit 1; }; } ;; 1356> *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1357> esac 1358453,458d1236 1359< exec 5>./config.log 1360< 1361< echo "\ 1362< This file contains any messages produced by compilers while 1363< running configure, to aid debugging if configure makes a mistake. 1364< " 1>&5 1365460,463c1238,1242 1366< # Strip out --no-create and --no-recursion so they do not pile up. 1367< # Also quote any args containing shell metacharacters. 1368< ac_configure_args= 1369< for ac_arg 1370--- 1371> # Check all directory arguments for consistency. 1372> for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1373> datadir sysconfdir sharedstatedir localstatedir includedir \ 1374> oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1375> libdir localedir mandir 1376465,472c1244,1254 1377< case "$ac_arg" in 1378< -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 1379< | --no-cr | --no-c) ;; 1380< -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 1381< | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; 1382< *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) 1383< ac_configure_args="$ac_configure_args '$ac_arg'" ;; 1384< *) ac_configure_args="$ac_configure_args $ac_arg" ;; 1385--- 1386> eval ac_val=\$$ac_var 1387> # Remove trailing slashes. 1388> case $ac_val in 1389> */ ) 1390> ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1391> eval $ac_var=\$ac_val;; 1392> esac 1393> # Be sure to have absolute directory names. 1394> case $ac_val in 1395> [\\/$]* | ?:[\\/]* ) continue;; 1396> NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1397473a1256,1257 1398> { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1399> { (exit 1); exit 1; }; } 1400476,484c1260,1291 1401< # NLS nuisances. 1402< # Only set these to C if already set. These must not be set unconditionally 1403< # because not all systems understand e.g. LANG=C (notably SCO). 1404< # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! 1405< # Non-C LC_CTYPE values break the ctype check. 1406< if test "${LANG+set}" = set; then LANG=C; export LANG; fi 1407< if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi 1408< if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi 1409< if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi 1410--- 1411> # There might be people who depend on the old broken behavior: `$host' 1412> # used to hold the argument of --host etc. 1413> # FIXME: To remove some day. 1414> build=$build_alias 1415> host=$host_alias 1416> target=$target_alias 1417> 1418> # FIXME: To remove some day. 1419> if test "x$host_alias" != x; then 1420> if test "x$build_alias" = x; then 1421> cross_compiling=maybe 1422> $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1423> If a cross compiler is detected then cross compile mode will be used." >&2 1424> elif test "x$build_alias" != "x$host_alias"; then 1425> cross_compiling=yes 1426> fi 1427> fi 1428> 1429> ac_tool_prefix= 1430> test -n "$host_alias" && ac_tool_prefix=$host_alias- 1431> 1432> test "$silent" = yes && exec 6>/dev/null 1433> 1434> 1435> ac_pwd=`pwd` && test -n "$ac_pwd" && 1436> ac_ls_di=`ls -di .` && 1437> ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1438> { $as_echo "$as_me: error: working directory cannot be determined" >&2 1439> { (exit 1); exit 1; }; } 1440> test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1441> { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 1442> { (exit 1); exit 1; }; } 1443486,493d1292 1444< # confdefs.h avoids OS command line length limits that DEFS can exceed. 1445< rm -rf conftest* confdefs.h 1446< # AIX cpp loses on an empty file, so make sure it contains at least a newline. 1447< echo > confdefs.h 1448< 1449< # A filename unique to this package, relative to the directory that 1450< # configure is in, which we can look for to find out if srcdir is correct. 1451< ac_unique_file=common/unicode/utypes.h 1452498,501c1297,1320 1453< # Try the directory containing this script, then its parent. 1454< ac_prog=$0 1455< ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` 1456< test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. 1457--- 1458> # Try the directory containing this script, then the parent directory. 1459> ac_confdir=`$as_dirname -- "$as_myself" || 1460> $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1461> X"$as_myself" : 'X\(//\)[^/]' \| \ 1462> X"$as_myself" : 'X\(//\)$' \| \ 1463> X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1464> $as_echo X"$as_myself" | 1465> sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1466> s//\1/ 1467> q 1468> } 1469> /^X\(\/\/\)[^/].*/{ 1470> s//\1/ 1471> q 1472> } 1473> /^X\(\/\/\)$/{ 1474> s//\1/ 1475> q 1476> } 1477> /^X\(\/\).*/{ 1478> s//\1/ 1479> q 1480> } 1481> s/.*/./; q'` 1482503c1322 1483< if test ! -r $srcdir/$ac_unique_file; then 1484--- 1485> if test ! -r "$srcdir/$ac_unique_file"; then 1486509,530c1328,1352 1487< if test ! -r $srcdir/$ac_unique_file; then 1488< if test "$ac_srcdir_defaulted" = yes; then 1489< { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } 1490< else 1491< { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } 1492< fi 1493< fi 1494< srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` 1495< 1496< # Prefer explicitly selected file to automatically selected ones. 1497< if test -z "$CONFIG_SITE"; then 1498< if test "x$prefix" != xNONE; then 1499< CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1500< else 1501< CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1502< fi 1503< fi 1504< for ac_site_file in $CONFIG_SITE; do 1505< if test -r "$ac_site_file"; then 1506< echo "loading site script $ac_site_file" 1507< . "$ac_site_file" 1508< fi 1509--- 1510> if test ! -r "$srcdir/$ac_unique_file"; then 1511> test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1512> { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1513> { (exit 1); exit 1; }; } 1514> fi 1515> ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1516> ac_abs_confdir=`( 1517> cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 1518> { (exit 1); exit 1; }; } 1519> pwd)` 1520> # When building in place, set srcdir=. 1521> if test "$ac_abs_confdir" = "$ac_pwd"; then 1522> srcdir=. 1523> fi 1524> # Remove unnecessary trailing slashes from srcdir. 1525> # Double slashes in file names in object file debugging info 1526> # mess up M-x gdb in Emacs. 1527> case $srcdir in 1528> */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1529> esac 1530> for ac_var in $ac_precious_vars; do 1531> eval ac_env_${ac_var}_set=\${${ac_var}+set} 1532> eval ac_env_${ac_var}_value=\$${ac_var} 1533> eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1534> eval ac_cv_env_${ac_var}_value=\$${ac_var} 1535533,539c1355,1362 1536< if test -r "$cache_file"; then 1537< echo "loading cache $cache_file" 1538< . $cache_file 1539< else 1540< echo "creating cache $cache_file" 1541< > $cache_file 1542< fi 1543--- 1544> # 1545> # Report the --help message. 1546> # 1547> if test "$ac_init_help" = "long"; then 1548> # Omit some internal or obsolete options to make the list less imposing. 1549> # This message is too long to be a string in the A/UX 3.1 sh. 1550> cat <<_ACEOF 1551> \`configure' configures this package to adapt to many kinds of systems. 1552541,556c1364,1819 1553< ac_ext=c 1554< # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 1555< ac_cpp='$CPP $CPPFLAGS' 1556< ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1557< ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1558< cross_compiling=$ac_cv_prog_cc_cross 1559< 1560< ac_exeext= 1561< ac_objext=o 1562< if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 1563< # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. 1564< if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then 1565< ac_n= ac_c=' 1566< ' ac_t=' ' 1567< else 1568< ac_n=-n ac_c= ac_t= 1569--- 1570> Usage: $0 [OPTION]... [VAR=VALUE]... 1571> 1572> To assign environment variables (e.g., CC, CFLAGS...), specify them as 1573> VAR=VALUE. See below for descriptions of some of the useful variables. 1574> 1575> Defaults for the options are specified in brackets. 1576> 1577> Configuration: 1578> -h, --help display this help and exit 1579> --help=short display options specific to this package 1580> --help=recursive display the short help of all the included packages 1581> -V, --version display version information and exit 1582> -q, --quiet, --silent do not print \`checking...' messages 1583> --cache-file=FILE cache test results in FILE [disabled] 1584> -C, --config-cache alias for \`--cache-file=config.cache' 1585> -n, --no-create do not create output files 1586> --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1587> 1588> Installation directories: 1589> --prefix=PREFIX install architecture-independent files in PREFIX 1590> [$ac_default_prefix] 1591> --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1592> [PREFIX] 1593> 1594> By default, \`make install' will install all the files in 1595> \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1596> an installation prefix other than \`$ac_default_prefix' using \`--prefix', 1597> for instance \`--prefix=\$HOME'. 1598> 1599> For better control, use the options below. 1600> 1601> Fine tuning of the installation directories: 1602> --bindir=DIR user executables [EPREFIX/bin] 1603> --sbindir=DIR system admin executables [EPREFIX/sbin] 1604> --libexecdir=DIR program executables [EPREFIX/libexec] 1605> --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1606> --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1607> --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1608> --libdir=DIR object code libraries [EPREFIX/lib] 1609> --includedir=DIR C header files [PREFIX/include] 1610> --oldincludedir=DIR C header files for non-gcc [/usr/include] 1611> --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1612> --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1613> --infodir=DIR info documentation [DATAROOTDIR/info] 1614> --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1615> --mandir=DIR man documentation [DATAROOTDIR/man] 1616> --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] 1617> --htmldir=DIR html documentation [DOCDIR] 1618> --dvidir=DIR dvi documentation [DOCDIR] 1619> --pdfdir=DIR pdf documentation [DOCDIR] 1620> --psdir=DIR ps documentation [DOCDIR] 1621> _ACEOF 1622> 1623> cat <<\_ACEOF 1624> 1625> System types: 1626> --build=BUILD configure for building on BUILD [guessed] 1627> --host=HOST cross-compile to build programs to run on HOST [BUILD] 1628> _ACEOF 1629> fi 1630> 1631> if test -n "$ac_init_help"; then 1632> 1633> cat <<\_ACEOF 1634> 1635> Optional Features: 1636> --disable-option-checking ignore unrecognized --enable/--with options 1637> --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1638> --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1639> --enable-strict compile with strict compiler options default=no 1640> --enable-64bit-libs build 64-bit libraries default=yes 1641> --enable-shared build shared libraries default=yes 1642> --enable-static build static libraries default=no 1643> --enable-debug build debug libraries default=no 1644> --enable-release build release libraries default=yes 1645> --enable-renaming add a version suffix to symbols default=yes 1646> --enable-tracing enable function and data tracing default=yes 1647> --enable-rpath use rpath when linking default is only if necessary 1648> --enable-threads build ICU with thread safety default=yes 1649> --enable-extras build ICU extras default=yes 1650> --enable-icuio build ICU's icuio library default=yes 1651> --enable-layout build ICU's layout library default=yes 1652> 1653> --enable-tests build ICU tests default=yes 1654> --enable-samples build ICU samples default=yes 1655> Additionally, the variable FORCE_LIBS may be set before calling configure. If set, it will REPLACE any automatic list of libraries. 1656> 1657> Optional Packages: 1658> --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1659> --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1660> --with-iostream=version specify the version of iostream to use (none, old, std, auto) default=auto 1661> --with-data-packaging=type specify how to package ICU data (files, archive, library, auto) default=auto 1662> --with-library-suffix=suffix tag a suffix to the library names default= 1663> 1664> Some influential environment variables: 1665> CC C compiler command 1666> CFLAGS C compiler flags 1667> LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1668> nonstandard directory <lib dir> 1669> LIBS libraries to pass to the linker, e.g. -l<library> 1670> CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1671> you have headers in a nonstandard directory <include dir> 1672> CXX C++ compiler command 1673> CXXFLAGS C++ compiler flags 1674> CPP C preprocessor 1675> CXXCPP C++ preprocessor 1676> 1677> Use these variables to override the choices made by `configure' or to help 1678> it to find libraries and programs with nonstandard names/locations. 1679> 1680> _ACEOF 1681> ac_status=$? 1682> fi 1683> 1684> if test "$ac_init_help" = "recursive"; then 1685> # If there are subdirs, report their specific --help. 1686> for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1687> test -d "$ac_dir" || 1688> { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1689> continue 1690> ac_builddir=. 1691> 1692> case "$ac_dir" in 1693> .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1694> *) 1695> ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1696> # A ".." for each directory in $ac_dir_suffix. 1697> ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1698> case $ac_top_builddir_sub in 1699> "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1700> *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1701> esac ;; 1702> esac 1703> ac_abs_top_builddir=$ac_pwd 1704> ac_abs_builddir=$ac_pwd$ac_dir_suffix 1705> # for backward compatibility: 1706> ac_top_builddir=$ac_top_build_prefix 1707> 1708> case $srcdir in 1709> .) # We are building in place. 1710> ac_srcdir=. 1711> ac_top_srcdir=$ac_top_builddir_sub 1712> ac_abs_top_srcdir=$ac_pwd ;; 1713> [\\/]* | ?:[\\/]* ) # Absolute name. 1714> ac_srcdir=$srcdir$ac_dir_suffix; 1715> ac_top_srcdir=$srcdir 1716> ac_abs_top_srcdir=$srcdir ;; 1717> *) # Relative name. 1718> ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1719> ac_top_srcdir=$ac_top_build_prefix$srcdir 1720> ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1721> esac 1722> ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1723> 1724> cd "$ac_dir" || { ac_status=$?; continue; } 1725> # Check for guested configure. 1726> if test -f "$ac_srcdir/configure.gnu"; then 1727> echo && 1728> $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1729> elif test -f "$ac_srcdir/configure"; then 1730> echo && 1731> $SHELL "$ac_srcdir/configure" --help=recursive 1732> else 1733> $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1734> fi || ac_status=$? 1735> cd "$ac_pwd" || { ac_status=$?; break; } 1736> done 1737> fi 1738> 1739> test -n "$ac_init_help" && exit $ac_status 1740> if $ac_init_version; then 1741> cat <<\_ACEOF 1742> configure 1743> generated by GNU Autoconf 2.63 1744> 1745> Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1746> 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1747> This configure script is free software; the Free Software Foundation 1748> gives unlimited permission to copy, distribute and modify it. 1749> _ACEOF 1750> exit 1751> fi 1752> cat >config.log <<_ACEOF 1753> This file contains any messages produced by compilers while 1754> running configure, to aid debugging if configure makes a mistake. 1755> 1756> It was created by $as_me, which was 1757> generated by GNU Autoconf 2.63. Invocation command line was 1758> 1759> $ $0 $@ 1760> 1761> _ACEOF 1762> exec 5>>config.log 1763> { 1764> cat <<_ASUNAME 1765> ## --------- ## 1766> ## Platform. ## 1767> ## --------- ## 1768> 1769> hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 1770> uname -m = `(uname -m) 2>/dev/null || echo unknown` 1771> uname -r = `(uname -r) 2>/dev/null || echo unknown` 1772> uname -s = `(uname -s) 2>/dev/null || echo unknown` 1773> uname -v = `(uname -v) 2>/dev/null || echo unknown` 1774> 1775> /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 1776> /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1777> 1778> /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1779> /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1780> /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1781> /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1782> /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1783> /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1784> /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1785> 1786> _ASUNAME 1787> 1788> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1789> for as_dir in $PATH 1790> do 1791> IFS=$as_save_IFS 1792> test -z "$as_dir" && as_dir=. 1793> $as_echo "PATH: $as_dir" 1794> done 1795> IFS=$as_save_IFS 1796> 1797> } >&5 1798> 1799> cat >&5 <<_ACEOF 1800> 1801> 1802> ## ----------- ## 1803> ## Core tests. ## 1804> ## ----------- ## 1805> 1806> _ACEOF 1807> 1808> 1809> # Keep a trace of the command line. 1810> # Strip out --no-create and --no-recursion so they do not pile up. 1811> # Strip out --silent because we don't want to record it for future runs. 1812> # Also quote any args containing shell meta-characters. 1813> # Make two passes to allow for proper duplicate-argument suppression. 1814> ac_configure_args= 1815> ac_configure_args0= 1816> ac_configure_args1= 1817> ac_must_keep_next=false 1818> for ac_pass in 1 2 1819> do 1820> for ac_arg 1821> do 1822> case $ac_arg in 1823> -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1824> -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1825> | -silent | --silent | --silen | --sile | --sil) 1826> continue ;; 1827> *\'*) 1828> ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1829> esac 1830> case $ac_pass in 1831> 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 1832> 2) 1833> ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1834> if test $ac_must_keep_next = true; then 1835> ac_must_keep_next=false # Got value, back to normal. 1836> else 1837> case $ac_arg in 1838> *=* | --config-cache | -C | -disable-* | --disable-* \ 1839> | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1840> | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1841> | -with-* | --with-* | -without-* | --without-* | --x) 1842> case "$ac_configure_args0 " in 1843> "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1844> esac 1845> ;; 1846> -* ) ac_must_keep_next=true ;; 1847> esac 1848> fi 1849> ac_configure_args="$ac_configure_args '$ac_arg'" 1850> ;; 1851> esac 1852> done 1853> done 1854> $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1855> $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 1856> 1857> # When interrupted or exit'd, cleanup temporary files, and complete 1858> # config.log. We remove comments because anyway the quotes in there 1859> # would cause problems or look ugly. 1860> # WARNING: Use '\'' to represent an apostrophe within the trap. 1861> # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1862> trap 'exit_status=$? 1863> # Save into config.log some information that might help in debugging. 1864> { 1865> echo 1866> 1867> cat <<\_ASBOX 1868> ## ---------------- ## 1869> ## Cache variables. ## 1870> ## ---------------- ## 1871> _ASBOX 1872> echo 1873> # The following way of writing the cache mishandles newlines in values, 1874> ( 1875> for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1876> eval ac_val=\$$ac_var 1877> case $ac_val in #( 1878> *${as_nl}*) 1879> case $ac_var in #( 1880> *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 1881> $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1882> esac 1883> case $ac_var in #( 1884> _ | IFS | as_nl) ;; #( 1885> BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1886> *) $as_unset $ac_var ;; 1887> esac ;; 1888> esac 1889> done 1890> (set) 2>&1 | 1891> case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1892> *${as_nl}ac_space=\ *) 1893> sed -n \ 1894> "s/'\''/'\''\\\\'\'''\''/g; 1895> s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1896> ;; #( 1897> *) 1898> sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1899> ;; 1900> esac | 1901> sort 1902> ) 1903> echo 1904> 1905> cat <<\_ASBOX 1906> ## ----------------- ## 1907> ## Output variables. ## 1908> ## ----------------- ## 1909> _ASBOX 1910> echo 1911> for ac_var in $ac_subst_vars 1912> do 1913> eval ac_val=\$$ac_var 1914> case $ac_val in 1915> *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1916> esac 1917> $as_echo "$ac_var='\''$ac_val'\''" 1918> done | sort 1919> echo 1920> 1921> if test -n "$ac_subst_files"; then 1922> cat <<\_ASBOX 1923> ## ------------------- ## 1924> ## File substitutions. ## 1925> ## ------------------- ## 1926> _ASBOX 1927> echo 1928> for ac_var in $ac_subst_files 1929> do 1930> eval ac_val=\$$ac_var 1931> case $ac_val in 1932> *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1933> esac 1934> $as_echo "$ac_var='\''$ac_val'\''" 1935> done | sort 1936> echo 1937> fi 1938> 1939> if test -s confdefs.h; then 1940> cat <<\_ASBOX 1941> ## ----------- ## 1942> ## confdefs.h. ## 1943> ## ----------- ## 1944> _ASBOX 1945> echo 1946> cat confdefs.h 1947> echo 1948> fi 1949> test "$ac_signal" != 0 && 1950> $as_echo "$as_me: caught signal $ac_signal" 1951> $as_echo "$as_me: exit $exit_status" 1952> } >&5 1953> rm -f core *.core core.conftest.* && 1954> rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1955> exit $exit_status 1956> ' 0 1957> for ac_signal in 1 2 13 15; do 1958> trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 1959> done 1960> ac_signal=0 1961> 1962> # confdefs.h avoids OS command line length limits that DEFS can exceed. 1963> rm -f -r conftest* confdefs.h 1964> 1965> # Predefined preprocessor variables. 1966> 1967> cat >>confdefs.h <<_ACEOF 1968> #define PACKAGE_NAME "$PACKAGE_NAME" 1969> _ACEOF 1970> 1971> 1972> cat >>confdefs.h <<_ACEOF 1973> #define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1974> _ACEOF 1975> 1976> 1977> cat >>confdefs.h <<_ACEOF 1978> #define PACKAGE_VERSION "$PACKAGE_VERSION" 1979> _ACEOF 1980> 1981> 1982> cat >>confdefs.h <<_ACEOF 1983> #define PACKAGE_STRING "$PACKAGE_STRING" 1984> _ACEOF 1985> 1986> 1987> cat >>confdefs.h <<_ACEOF 1988> #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1989> _ACEOF 1990> 1991> 1992> # Let the site file select an alternate cache file if it wants to. 1993> # Prefer an explicitly selected file to automatically selected ones. 1994> ac_site_file1=NONE 1995> ac_site_file2=NONE 1996> if test -n "$CONFIG_SITE"; then 1997> ac_site_file1=$CONFIG_SITE 1998> elif test "x$prefix" != xNONE; then 1999> ac_site_file1=$prefix/share/config.site 2000> ac_site_file2=$prefix/etc/config.site 2001> else 2002> ac_site_file1=$ac_default_prefix/share/config.site 2003> ac_site_file2=$ac_default_prefix/etc/config.site 2004> fi 2005> for ac_site_file in "$ac_site_file1" "$ac_site_file2" 2006> do 2007> test "x$ac_site_file" = xNONE && continue 2008> if test -r "$ac_site_file"; then 2009> { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 2010> $as_echo "$as_me: loading site script $ac_site_file" >&6;} 2011> sed 's/^/| /' "$ac_site_file" >&5 2012> . "$ac_site_file" 2013> fi 2014> done 2015> 2016> if test -r "$cache_file"; then 2017> # Some versions of bash will fail to source /dev/null (special 2018> # files actually), so we avoid doing that. 2019> if test -f "$cache_file"; then 2020> { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 2021> $as_echo "$as_me: loading cache $cache_file" >&6;} 2022> case $cache_file in 2023> [\\/]* | ?:[\\/]* ) . "$cache_file";; 2024> *) . "./$cache_file";; 2025> esac 2026559c1822,1884 2027< ac_n= ac_c='\c' ac_t= 2028--- 2029> { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 2030> $as_echo "$as_me: creating cache $cache_file" >&6;} 2031> >$cache_file 2032> fi 2033> 2034> # Check that the precious variables saved in the cache have kept the same 2035> # value. 2036> ac_cache_corrupted=false 2037> for ac_var in $ac_precious_vars; do 2038> eval ac_old_set=\$ac_cv_env_${ac_var}_set 2039> eval ac_new_set=\$ac_env_${ac_var}_set 2040> eval ac_old_val=\$ac_cv_env_${ac_var}_value 2041> eval ac_new_val=\$ac_env_${ac_var}_value 2042> case $ac_old_set,$ac_new_set in 2043> set,) 2044> { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 2045> $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 2046> ac_cache_corrupted=: ;; 2047> ,set) 2048> { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 2049> $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 2050> ac_cache_corrupted=: ;; 2051> ,);; 2052> *) 2053> if test "x$ac_old_val" != "x$ac_new_val"; then 2054> # differences in whitespace do not lead to failure. 2055> ac_old_val_w=`echo x $ac_old_val` 2056> ac_new_val_w=`echo x $ac_new_val` 2057> if test "$ac_old_val_w" != "$ac_new_val_w"; then 2058> { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 2059> $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 2060> ac_cache_corrupted=: 2061> else 2062> { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 2063> $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 2064> eval $ac_var=\$ac_old_val 2065> fi 2066> { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 2067> $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 2068> { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 2069> $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 2070> fi;; 2071> esac 2072> # Pass precious variables to config.status. 2073> if test "$ac_new_set" = set; then 2074> case $ac_new_val in 2075> *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 2076> *) ac_arg=$ac_var=$ac_new_val ;; 2077> esac 2078> case " $ac_configure_args " in 2079> *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 2080> *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 2081> esac 2082> fi 2083> done 2084> if $ac_cache_corrupted; then 2085> { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2086> $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2087> { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 2088> $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2089> { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 2090> $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 2091> { (exit 1); exit 1; }; } 2092564a1890,1912 2093> 2094> 2095> 2096> 2097> 2098> 2099> 2100> 2101> 2102> 2103> 2104> 2105> 2106> ac_ext=c 2107> ac_cpp='$CPP $CPPFLAGS' 2108> ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2109> ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2110> ac_compiler_gnu=$ac_cv_c_compiler_gnu 2111> 2112> 2113> 2114> ac_config_headers="$ac_config_headers common/icucfg.h" 2115> 2116568,569c1916,1917 2117< echo $ac_n "checking for ICU version numbers""... $ac_c" 1>&6 2118< echo "configure:570: checking for ICU version numbers" >&5 2119--- 2120> { $as_echo "$as_me:$LINENO: checking for ICU version numbers" >&5 2121> $as_echo_n "checking for ICU version numbers... " >&6; } 2122578c1926,1928 2123< { echo "configure: error: Cannot determine ICU version number from header files" 1>&2; exit 1; } 2124--- 2125> { { $as_echo "$as_me:$LINENO: error: Cannot determine ICU version number from header files" >&5 2126> $as_echo "$as_me: error: Cannot determine ICU version number from header files" >&2;} 2127> { (exit 1); exit 1; }; } 2128586c1936,1937 2129< echo "$ac_t""release $VERSION, library $LIB_VERSION" 1>&6 2130--- 2131> { $as_echo "$as_me:$LINENO: result: release $VERSION, library $LIB_VERSION" >&5 2132> $as_echo "release $VERSION, library $LIB_VERSION" >&6; } 2133594c1945,1991 2134< # Extract the first word of "gcc", so it can be a program name with args. 2135--- 2136> ac_ext=c 2137> ac_cpp='$CPP $CPPFLAGS' 2138> ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2139> ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2140> ac_compiler_gnu=$ac_cv_c_compiler_gnu 2141> if test -n "$ac_tool_prefix"; then 2142> # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2143> set dummy ${ac_tool_prefix}gcc; ac_word=$2 2144> { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2145> $as_echo_n "checking for $ac_word... " >&6; } 2146> if test "${ac_cv_prog_CC+set}" = set; then 2147> $as_echo_n "(cached) " >&6 2148> else 2149> if test -n "$CC"; then 2150> ac_cv_prog_CC="$CC" # Let the user override the test. 2151> else 2152> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2153> for as_dir in $PATH 2154> do 2155> IFS=$as_save_IFS 2156> test -z "$as_dir" && as_dir=. 2157> for ac_exec_ext in '' $ac_executable_extensions; do 2158> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2159> ac_cv_prog_CC="${ac_tool_prefix}gcc" 2160> $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2161> break 2 2162> fi 2163> done 2164> done 2165> IFS=$as_save_IFS 2166> 2167> fi 2168> fi 2169> CC=$ac_cv_prog_CC 2170> if test -n "$CC"; then 2171> { $as_echo "$as_me:$LINENO: result: $CC" >&5 2172> $as_echo "$CC" >&6; } 2173> else 2174> { $as_echo "$as_me:$LINENO: result: no" >&5 2175> $as_echo "no" >&6; } 2176> fi 2177> 2178> 2179> fi 2180> if test -z "$ac_cv_prog_CC"; then 2181> ac_ct_CC=$CC 2182> # Extract the first word of "gcc", so it can be a program name with args. 2183596,599c1993,2049 2184< echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2185< echo "configure:598: checking for $ac_word" >&5 2186< if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2187< echo $ac_n "(cached) $ac_c" 1>&6 2188--- 2189> { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2190> $as_echo_n "checking for $ac_word... " >&6; } 2191> if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2192> $as_echo_n "(cached) " >&6 2193> else 2194> if test -n "$ac_ct_CC"; then 2195> ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2196> else 2197> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2198> for as_dir in $PATH 2199> do 2200> IFS=$as_save_IFS 2201> test -z "$as_dir" && as_dir=. 2202> for ac_exec_ext in '' $ac_executable_extensions; do 2203> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2204> ac_cv_prog_ac_ct_CC="gcc" 2205> $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2206> break 2 2207> fi 2208> done 2209> done 2210> IFS=$as_save_IFS 2211> 2212> fi 2213> fi 2214> ac_ct_CC=$ac_cv_prog_ac_ct_CC 2215> if test -n "$ac_ct_CC"; then 2216> { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2217> $as_echo "$ac_ct_CC" >&6; } 2218> else 2219> { $as_echo "$as_me:$LINENO: result: no" >&5 2220> $as_echo "no" >&6; } 2221> fi 2222> 2223> if test "x$ac_ct_CC" = x; then 2224> CC="" 2225> else 2226> case $cross_compiling:$ac_tool_warned in 2227> yes:) 2228> { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2229> $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2230> ac_tool_warned=yes ;; 2231> esac 2232> CC=$ac_ct_CC 2233> fi 2234> else 2235> CC="$ac_cv_prog_CC" 2236> fi 2237> 2238> if test -z "$CC"; then 2239> if test -n "$ac_tool_prefix"; then 2240> # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2241> set dummy ${ac_tool_prefix}cc; ac_word=$2 2242> { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2243> $as_echo_n "checking for $ac_word... " >&6; } 2244> if test "${ac_cv_prog_CC+set}" = set; then 2245> $as_echo_n "(cached) " >&6 2246604,613c2054,2068 2247< IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 2248< ac_dummy="$PATH" 2249< for ac_dir in $ac_dummy; do 2250< test -z "$ac_dir" && ac_dir=. 2251< if test -f $ac_dir/$ac_word; then 2252< ac_cv_prog_CC="gcc" 2253< break 2254< fi 2255< done 2256< IFS="$ac_save_ifs" 2257--- 2258> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2259> for as_dir in $PATH 2260> do 2261> IFS=$as_save_IFS 2262> test -z "$as_dir" && as_dir=. 2263> for ac_exec_ext in '' $ac_executable_extensions; do 2264> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2265> ac_cv_prog_CC="${ac_tool_prefix}cc" 2266> $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2267> break 2 2268> fi 2269> done 2270> done 2271> IFS=$as_save_IFS 2272> 2273616c2071 2274< CC="$ac_cv_prog_CC" 2275--- 2276> CC=$ac_cv_prog_CC 2277618c2073,2074 2278< echo "$ac_t""$CC" 1>&6 2279--- 2280> { $as_echo "$as_me:$LINENO: result: $CC" >&5 2281> $as_echo "$CC" >&6; } 2282620c2076,2077 2283< echo "$ac_t""no" 1>&6 2284--- 2285> { $as_echo "$as_me:$LINENO: result: no" >&5 2286> $as_echo "no" >&6; } 2287622a2080,2082 2288> 2289> fi 2290> fi 2291626,629c2086,2089 2292< echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2293< echo "configure:628: checking for $ac_word" >&5 2294< if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2295< echo $ac_n "(cached) $ac_c" 1>&6 2296--- 2297> { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2298> $as_echo_n "checking for $ac_word... " >&6; } 2299> if test "${ac_cv_prog_CC+set}" = set; then 2300> $as_echo_n "(cached) " >&6 2301634d2093 2302< IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 2303636,648c2095,2113 2304< ac_dummy="$PATH" 2305< for ac_dir in $ac_dummy; do 2306< test -z "$ac_dir" && ac_dir=. 2307< if test -f $ac_dir/$ac_word; then 2308< if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 2309< ac_prog_rejected=yes 2310< continue 2311< fi 2312< ac_cv_prog_CC="cc" 2313< break 2314< fi 2315< done 2316< IFS="$ac_save_ifs" 2317--- 2318> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2319> for as_dir in $PATH 2320> do 2321> IFS=$as_save_IFS 2322> test -z "$as_dir" && as_dir=. 2323> for ac_exec_ext in '' $ac_executable_extensions; do 2324> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2325> if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2326> ac_prog_rejected=yes 2327> continue 2328> fi 2329> ac_cv_prog_CC="cc" 2330> $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2331> break 2 2332> fi 2333> done 2334> done 2335> IFS=$as_save_IFS 2336> 2337653c2118 2338< if test $# -gt 0; then 2339--- 2340> if test $# != 0; then 2341658,660c2123 2342< set dummy "$ac_dir/$ac_word" "$@" 2343< shift 2344< ac_cv_prog_CC="$@" 2345--- 2346> ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 2347665c2128 2348< CC="$ac_cv_prog_CC" 2349--- 2350> CC=$ac_cv_prog_CC 2351667c2130,2131 2352< echo "$ac_t""$CC" 1>&6 2353--- 2354> { $as_echo "$as_me:$LINENO: result: $CC" >&5 2355> $as_echo "$CC" >&6; } 2356669c2133,2134 2357< echo "$ac_t""no" 1>&6 2358--- 2359> { $as_echo "$as_me:$LINENO: result: no" >&5 2360> $as_echo "no" >&6; } 2361672,680c2137,2148 2362< if test -z "$CC"; then 2363< case "`uname -s`" in 2364< *win32* | *WIN32*) 2365< # Extract the first word of "cl", so it can be a program name with args. 2366< set dummy cl; ac_word=$2 2367< echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2368< echo "configure:679: checking for $ac_word" >&5 2369< if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2370< echo $ac_n "(cached) $ac_c" 1>&6 2371--- 2372> 2373> fi 2374> if test -z "$CC"; then 2375> if test -n "$ac_tool_prefix"; then 2376> for ac_prog in cl.exe 2377> do 2378> # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2379> set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2380> { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2381> $as_echo_n "checking for $ac_word... " >&6; } 2382> if test "${ac_cv_prog_CC+set}" = set; then 2383> $as_echo_n "(cached) " >&6 2384685,694c2153,2167 2385< IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 2386< ac_dummy="$PATH" 2387< for ac_dir in $ac_dummy; do 2388< test -z "$ac_dir" && ac_dir=. 2389< if test -f $ac_dir/$ac_word; then 2390< ac_cv_prog_CC="cl" 2391< break 2392< fi 2393< done 2394< IFS="$ac_save_ifs" 2395--- 2396> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2397> for as_dir in $PATH 2398> do 2399> IFS=$as_save_IFS 2400> test -z "$as_dir" && as_dir=. 2401> for ac_exec_ext in '' $ac_executable_extensions; do 2402> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2403> ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2404> $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2405> break 2 2406> fi 2407> done 2408> done 2409> IFS=$as_save_IFS 2410> 2411697c2170 2412< CC="$ac_cv_prog_CC" 2413--- 2414> CC=$ac_cv_prog_CC 2415699c2172,2173 2416< echo "$ac_t""$CC" 1>&6 2417--- 2418> { $as_echo "$as_me:$LINENO: result: $CC" >&5 2419> $as_echo "$CC" >&6; } 2420701c2175,2176 2421< echo "$ac_t""no" 1>&6 2422--- 2423> { $as_echo "$as_me:$LINENO: result: no" >&5 2424> $as_echo "no" >&6; } 2425703,704c2178,2206 2426< ;; 2427< esac 2428--- 2429> 2430> 2431> test -n "$CC" && break 2432> done 2433> fi 2434> if test -z "$CC"; then 2435> ac_ct_CC=$CC 2436> for ac_prog in cl.exe 2437> do 2438> # Extract the first word of "$ac_prog", so it can be a program name with args. 2439> set dummy $ac_prog; ac_word=$2 2440> { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2441> $as_echo_n "checking for $ac_word... " >&6; } 2442> if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2443> $as_echo_n "(cached) " >&6 2444> else 2445> if test -n "$ac_ct_CC"; then 2446> ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2447> else 2448> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2449> for as_dir in $PATH 2450> do 2451> IFS=$as_save_IFS 2452> test -z "$as_dir" && as_dir=. 2453> for ac_exec_ext in '' $ac_executable_extensions; do 2454> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2455> ac_cv_prog_ac_ct_CC="$ac_prog" 2456> $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2457> break 2 2458706c2208,2220 2459< test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 2460--- 2461> done 2462> done 2463> IFS=$as_save_IFS 2464> 2465> fi 2466> fi 2467> ac_ct_CC=$ac_cv_prog_ac_ct_CC 2468> if test -n "$ac_ct_CC"; then 2469> { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2470> $as_echo "$ac_ct_CC" >&6; } 2471> else 2472> { $as_echo "$as_me:$LINENO: result: no" >&5 2473> $as_echo "no" >&6; } 2474709,710d2222 2475< echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2476< echo "configure:711: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2477712,730c2224,2228 2478< ac_ext=c 2479< # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 2480< ac_cpp='$CPP $CPPFLAGS' 2481< ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2482< ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2483< cross_compiling=$ac_cv_prog_cc_cross 2484< 2485< cat > conftest.$ac_ext << EOF 2486< 2487< #line 722 "configure" 2488< #include "confdefs.h" 2489< 2490< main(){return(0);} 2491< EOF 2492< if { (eval echo configure:727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2493< ac_cv_prog_cc_works=yes 2494< # If we can't run a trivial program, we are probably using a cross compiler. 2495< if (./conftest; exit) 2>/dev/null; then 2496< ac_cv_prog_cc_cross=no 2497--- 2498> test -n "$ac_ct_CC" && break 2499> done 2500> 2501> if test "x$ac_ct_CC" = x; then 2502> CC="" 2503732c2230,2236 2504< ac_cv_prog_cc_cross=yes 2505--- 2506> case $cross_compiling:$ac_tool_warned in 2507> yes:) 2508> { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2509> $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2510> ac_tool_warned=yes ;; 2511> esac 2512> CC=$ac_ct_CC 2513734,737d2237 2514< else 2515< echo "configure: failed program was:" >&5 2516< cat conftest.$ac_ext >&5 2517< ac_cv_prog_cc_works=no 2518739,745d2238 2519< rm -fr conftest* 2520< ac_ext=c 2521< # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 2522< ac_cpp='$CPP $CPPFLAGS' 2523< ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 2524< ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 2525< cross_compiling=$ac_cv_prog_cc_cross 2526747,749d2239 2527< echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 2528< if test $ac_cv_prog_cc_works = no; then 2529< { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 2530751,754d2240 2531< echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2532< echo "configure:753: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2533< echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2534< cross_compiling=$ac_cv_prog_cc_cross 2535756,767c2242,2368 2536< echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2537< echo "configure:758: checking whether we are using GNU C" >&5 2538< if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2539< echo $ac_n "(cached) $ac_c" 1>&6 2540< else 2541< cat > conftest.c <<EOF 2542< #ifdef __GNUC__ 2543< yes; 2544< #endif 2545< EOF 2546< if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:767: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2547< ac_cv_prog_gcc=yes 2548--- 2549> 2550> test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2551> $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2552> { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2553> See \`config.log' for more details." >&5 2554> $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 2555> See \`config.log' for more details." >&2;} 2556> { (exit 1); exit 1; }; }; } 2557> 2558> # Provide some information about the compiler. 2559> $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2560> set X $ac_compile 2561> ac_compiler=$2 2562> { (ac_try="$ac_compiler --version >&5" 2563> case "(($ac_try" in 2564> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2565> *) ac_try_echo=$ac_try;; 2566> esac 2567> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2568> $as_echo "$ac_try_echo") >&5 2569> (eval "$ac_compiler --version >&5") 2>&5 2570> ac_status=$? 2571> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2572> (exit $ac_status); } 2573> { (ac_try="$ac_compiler -v >&5" 2574> case "(($ac_try" in 2575> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2576> *) ac_try_echo=$ac_try;; 2577> esac 2578> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2579> $as_echo "$ac_try_echo") >&5 2580> (eval "$ac_compiler -v >&5") 2>&5 2581> ac_status=$? 2582> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2583> (exit $ac_status); } 2584> { (ac_try="$ac_compiler -V >&5" 2585> case "(($ac_try" in 2586> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2587> *) ac_try_echo=$ac_try;; 2588> esac 2589> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2590> $as_echo "$ac_try_echo") >&5 2591> (eval "$ac_compiler -V >&5") 2>&5 2592> ac_status=$? 2593> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2594> (exit $ac_status); } 2595> 2596> cat >conftest.$ac_ext <<_ACEOF 2597> /* confdefs.h. */ 2598> _ACEOF 2599> cat confdefs.h >>conftest.$ac_ext 2600> cat >>conftest.$ac_ext <<_ACEOF 2601> /* end confdefs.h. */ 2602> 2603> int 2604> main () 2605> { 2606> 2607> ; 2608> return 0; 2609> } 2610> _ACEOF 2611> ac_clean_files_save=$ac_clean_files 2612> ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 2613> # Try to create an executable without -o first, disregard a.out. 2614> # It will help us diagnose broken compilers, and finding out an intuition 2615> # of exeext. 2616> { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2617> $as_echo_n "checking for C compiler default output file name... " >&6; } 2618> ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2619> 2620> # The possible output files: 2621> ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2622> 2623> ac_rmfiles= 2624> for ac_file in $ac_files 2625> do 2626> case $ac_file in 2627> *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2628> * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2629> esac 2630> done 2631> rm -f $ac_rmfiles 2632> 2633> if { (ac_try="$ac_link_default" 2634> case "(($ac_try" in 2635> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2636> *) ac_try_echo=$ac_try;; 2637> esac 2638> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2639> $as_echo "$ac_try_echo") >&5 2640> (eval "$ac_link_default") 2>&5 2641> ac_status=$? 2642> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2643> (exit $ac_status); }; then 2644> # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 2645> # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 2646> # in a Makefile. We should not override ac_cv_exeext if it was cached, 2647> # so that the user can short-circuit this test for compilers unknown to 2648> # Autoconf. 2649> for ac_file in $ac_files '' 2650> do 2651> test -f "$ac_file" || continue 2652> case $ac_file in 2653> *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 2654> ;; 2655> [ab].out ) 2656> # We found the default executable, but exeext='' is most 2657> # certainly right. 2658> break;; 2659> *.* ) 2660> if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 2661> then :; else 2662> ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2663> fi 2664> # We set ac_cv_exeext here because the later test for it is not 2665> # safe: cross compilers may not add the suffix if given an `-o' 2666> # argument, so we may need to know it at that point already. 2667> # Even if this section looks crufty: it has the advantage of 2668> # actually working. 2669> break;; 2670> * ) 2671> break;; 2672> esac 2673> done 2674> test "$ac_cv_exeext" = no && ac_cv_exeext= 2675> 2676769c2370 2677< ac_cv_prog_gcc=no 2678--- 2679> ac_file='' 2680770a2372,2423 2681> 2682> { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 2683> $as_echo "$ac_file" >&6; } 2684> if test -z "$ac_file"; then 2685> $as_echo "$as_me: failed program was:" >&5 2686> sed 's/^/| /' conftest.$ac_ext >&5 2687> 2688> { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2689> $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2690> { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2691> See \`config.log' for more details." >&5 2692> $as_echo "$as_me: error: C compiler cannot create executables 2693> See \`config.log' for more details." >&2;} 2694> { (exit 77); exit 77; }; }; } 2695> fi 2696> 2697> ac_exeext=$ac_cv_exeext 2698> 2699> # Check that the compiler produces executables we can run. If not, either 2700> # the compiler is broken, or we cross compile. 2701> { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2702> $as_echo_n "checking whether the C compiler works... " >&6; } 2703> # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2704> # If not cross compiling, check that we can run a simple program. 2705> if test "$cross_compiling" != yes; then 2706> if { ac_try='./$ac_file' 2707> { (case "(($ac_try" in 2708> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2709> *) ac_try_echo=$ac_try;; 2710> esac 2711> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2712> $as_echo "$ac_try_echo") >&5 2713> (eval "$ac_try") 2>&5 2714> ac_status=$? 2715> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2716> (exit $ac_status); }; }; then 2717> cross_compiling=no 2718> else 2719> if test "$cross_compiling" = maybe; then 2720> cross_compiling=yes 2721> else 2722> { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2723> $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2724> { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2725> If you meant to cross compile, use \`--host'. 2726> See \`config.log' for more details." >&5 2727> $as_echo "$as_me: error: cannot run C compiled programs. 2728> If you meant to cross compile, use \`--host'. 2729> See \`config.log' for more details." >&2;} 2730> { (exit 1); exit 1; }; }; } 2731> fi 2732> fi 2733771a2425,2426 2734> { $as_echo "$as_me:$LINENO: result: yes" >&5 2735> $as_echo "yes" >&6; } 2736773c2428,2549 2737< echo "$ac_t""$ac_cv_prog_gcc" 1>&6 2738--- 2739> rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2740> ac_clean_files=$ac_clean_files_save 2741> # Check that the compiler produces executables we can run. If not, either 2742> # the compiler is broken, or we cross compile. 2743> { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2744> $as_echo_n "checking whether we are cross compiling... " >&6; } 2745> { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 2746> $as_echo "$cross_compiling" >&6; } 2747> 2748> { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 2749> $as_echo_n "checking for suffix of executables... " >&6; } 2750> if { (ac_try="$ac_link" 2751> case "(($ac_try" in 2752> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2753> *) ac_try_echo=$ac_try;; 2754> esac 2755> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2756> $as_echo "$ac_try_echo") >&5 2757> (eval "$ac_link") 2>&5 2758> ac_status=$? 2759> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2760> (exit $ac_status); }; then 2761> # If both `conftest.exe' and `conftest' are `present' (well, observable) 2762> # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2763> # work properly (i.e., refer to `conftest.exe'), while it won't with 2764> # `rm'. 2765> for ac_file in conftest.exe conftest conftest.*; do 2766> test -f "$ac_file" || continue 2767> case $ac_file in 2768> *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2769> *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2770> break;; 2771> * ) break;; 2772> esac 2773> done 2774> else 2775> { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2776> $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2777> { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2778> See \`config.log' for more details." >&5 2779> $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2780> See \`config.log' for more details." >&2;} 2781> { (exit 1); exit 1; }; }; } 2782> fi 2783> 2784> rm -f conftest$ac_cv_exeext 2785> { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2786> $as_echo "$ac_cv_exeext" >&6; } 2787> 2788> rm -f conftest.$ac_ext 2789> EXEEXT=$ac_cv_exeext 2790> ac_exeext=$EXEEXT 2791> { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 2792> $as_echo_n "checking for suffix of object files... " >&6; } 2793> if test "${ac_cv_objext+set}" = set; then 2794> $as_echo_n "(cached) " >&6 2795> else 2796> cat >conftest.$ac_ext <<_ACEOF 2797> /* confdefs.h. */ 2798> _ACEOF 2799> cat confdefs.h >>conftest.$ac_ext 2800> cat >>conftest.$ac_ext <<_ACEOF 2801> /* end confdefs.h. */ 2802> 2803> int 2804> main () 2805> { 2806> 2807> ; 2808> return 0; 2809> } 2810> _ACEOF 2811> rm -f conftest.o conftest.obj 2812> if { (ac_try="$ac_compile" 2813> case "(($ac_try" in 2814> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2815> *) ac_try_echo=$ac_try;; 2816> esac 2817> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2818> $as_echo "$ac_try_echo") >&5 2819> (eval "$ac_compile") 2>&5 2820> ac_status=$? 2821> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2822> (exit $ac_status); }; then 2823> for ac_file in conftest.o conftest.obj conftest.*; do 2824> test -f "$ac_file" || continue; 2825> case $ac_file in 2826> *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 2827> *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2828> break;; 2829> esac 2830> done 2831> else 2832> $as_echo "$as_me: failed program was:" >&5 2833> sed 's/^/| /' conftest.$ac_ext >&5 2834> 2835> { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2836> $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2837> { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2838> See \`config.log' for more details." >&5 2839> $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 2840> See \`config.log' for more details." >&2;} 2841> { (exit 1); exit 1; }; }; } 2842> fi 2843> 2844> rm -f conftest.$ac_cv_objext conftest.$ac_ext 2845> fi 2846> { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2847> $as_echo "$ac_cv_objext" >&6; } 2848> OBJEXT=$ac_cv_objext 2849> ac_objext=$OBJEXT 2850> { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2851> $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2852> if test "${ac_cv_c_compiler_gnu+set}" = set; then 2853> $as_echo_n "(cached) " >&6 2854> else 2855> cat >conftest.$ac_ext <<_ACEOF 2856> /* confdefs.h. */ 2857> _ACEOF 2858> cat confdefs.h >>conftest.$ac_ext 2859> cat >>conftest.$ac_ext <<_ACEOF 2860> /* end confdefs.h. */ 2861775c2551,2594 2862< if test $ac_cv_prog_gcc = yes; then 2863--- 2864> int 2865> main () 2866> { 2867> #ifndef __GNUC__ 2868> choke me 2869> #endif 2870> 2871> ; 2872> return 0; 2873> } 2874> _ACEOF 2875> rm -f conftest.$ac_objext 2876> if { (ac_try="$ac_compile" 2877> case "(($ac_try" in 2878> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2879> *) ac_try_echo=$ac_try;; 2880> esac 2881> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2882> $as_echo "$ac_try_echo") >&5 2883> (eval "$ac_compile") 2>conftest.er1 2884> ac_status=$? 2885> grep -v '^ *+' conftest.er1 >conftest.err 2886> rm -f conftest.er1 2887> cat conftest.err >&5 2888> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2889> (exit $ac_status); } && { 2890> test -z "$ac_c_werror_flag" || 2891> test ! -s conftest.err 2892> } && test -s conftest.$ac_objext; then 2893> ac_compiler_gnu=yes 2894> else 2895> $as_echo "$as_me: failed program was:" >&5 2896> sed 's/^/| /' conftest.$ac_ext >&5 2897> 2898> ac_compiler_gnu=no 2899> fi 2900> 2901> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2902> ac_cv_c_compiler_gnu=$ac_compiler_gnu 2903> 2904> fi 2905> { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2906> $as_echo "$ac_cv_c_compiler_gnu" >&6; } 2907> if test $ac_compiler_gnu = yes; then 2908779a2599,2658 2909> ac_test_CFLAGS=${CFLAGS+set} 2910> ac_save_CFLAGS=$CFLAGS 2911> { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2912> $as_echo_n "checking whether $CC accepts -g... " >&6; } 2913> if test "${ac_cv_prog_cc_g+set}" = set; then 2914> $as_echo_n "(cached) " >&6 2915> else 2916> ac_save_c_werror_flag=$ac_c_werror_flag 2917> ac_c_werror_flag=yes 2918> ac_cv_prog_cc_g=no 2919> CFLAGS="-g" 2920> cat >conftest.$ac_ext <<_ACEOF 2921> /* confdefs.h. */ 2922> _ACEOF 2923> cat confdefs.h >>conftest.$ac_ext 2924> cat >>conftest.$ac_ext <<_ACEOF 2925> /* end confdefs.h. */ 2926> 2927> int 2928> main () 2929> { 2930> 2931> ; 2932> return 0; 2933> } 2934> _ACEOF 2935> rm -f conftest.$ac_objext 2936> if { (ac_try="$ac_compile" 2937> case "(($ac_try" in 2938> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2939> *) ac_try_echo=$ac_try;; 2940> esac 2941> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2942> $as_echo "$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> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2949> (exit $ac_status); } && { 2950> test -z "$ac_c_werror_flag" || 2951> test ! -s conftest.err 2952> } && test -s conftest.$ac_objext; then 2953> ac_cv_prog_cc_g=yes 2954> else 2955> $as_echo "$as_me: failed program was:" >&5 2956> sed 's/^/| /' conftest.$ac_ext >&5 2957> 2958> CFLAGS="" 2959> cat >conftest.$ac_ext <<_ACEOF 2960> /* confdefs.h. */ 2961> _ACEOF 2962> cat confdefs.h >>conftest.$ac_ext 2963> cat >>conftest.$ac_ext <<_ACEOF 2964> /* end confdefs.h. */ 2965> 2966> int 2967> main () 2968> { 2969781,787c2660,2682 2970< ac_test_CFLAGS="${CFLAGS+set}" 2971< ac_save_CFLAGS="$CFLAGS" 2972< CFLAGS= 2973< echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2974< echo "configure:786: checking whether ${CC-cc} accepts -g" >&5 2975< if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2976< echo $ac_n "(cached) $ac_c" 1>&6 2977--- 2978> ; 2979> return 0; 2980> } 2981> _ACEOF 2982> rm -f conftest.$ac_objext 2983> if { (ac_try="$ac_compile" 2984> case "(($ac_try" in 2985> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2986> *) ac_try_echo=$ac_try;; 2987> esac 2988> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2989> $as_echo "$ac_try_echo") >&5 2990> (eval "$ac_compile") 2>conftest.er1 2991> ac_status=$? 2992> grep -v '^ *+' conftest.er1 >conftest.err 2993> rm -f conftest.er1 2994> cat conftest.err >&5 2995> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2996> (exit $ac_status); } && { 2997> test -z "$ac_c_werror_flag" || 2998> test ! -s conftest.err 2999> } && test -s conftest.$ac_objext; then 3000> : 3001789,790c2684,2721 3002< echo 'void f(){}' > conftest.c 3003< if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then 3004--- 3005> $as_echo "$as_me: failed program was:" >&5 3006> sed 's/^/| /' conftest.$ac_ext >&5 3007> 3008> ac_c_werror_flag=$ac_save_c_werror_flag 3009> CFLAGS="-g" 3010> cat >conftest.$ac_ext <<_ACEOF 3011> /* confdefs.h. */ 3012> _ACEOF 3013> cat confdefs.h >>conftest.$ac_ext 3014> cat >>conftest.$ac_ext <<_ACEOF 3015> /* end confdefs.h. */ 3016> 3017> int 3018> main () 3019> { 3020> 3021> ; 3022> return 0; 3023> } 3024> _ACEOF 3025> rm -f conftest.$ac_objext 3026> if { (ac_try="$ac_compile" 3027> case "(($ac_try" in 3028> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3029> *) ac_try_echo=$ac_try;; 3030> esac 3031> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3032> $as_echo "$ac_try_echo") >&5 3033> (eval "$ac_compile") 2>conftest.er1 3034> ac_status=$? 3035> grep -v '^ *+' conftest.er1 >conftest.err 3036> rm -f conftest.er1 3037> cat conftest.err >&5 3038> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3039> (exit $ac_status); } && { 3040> test -z "$ac_c_werror_flag" || 3041> test ! -s conftest.err 3042> } && test -s conftest.$ac_objext; then 3043793c2724,2727 3044< ac_cv_prog_cc_g=no 3045--- 3046> $as_echo "$as_me: failed program was:" >&5 3047> sed 's/^/| /' conftest.$ac_ext >&5 3048> 3049> 3050795d2728 3051< rm -f conftest* 3052796a2730 3053> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3054799c2733,2740 3055< echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 3056--- 3057> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3058> fi 3059> 3060> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3061> ac_c_werror_flag=$ac_save_c_werror_flag 3062> fi 3063> { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3064> $as_echo "$ac_cv_prog_cc_g" >&6; } 3065801c2742 3066< CFLAGS="$ac_save_CFLAGS" 3067--- 3068> CFLAGS=$ac_save_CFLAGS 3069814a2756,2790 3070> { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 3071> $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3072> if test "${ac_cv_prog_cc_c89+set}" = set; then 3073> $as_echo_n "(cached) " >&6 3074> else 3075> ac_cv_prog_cc_c89=no 3076> ac_save_CC=$CC 3077> cat >conftest.$ac_ext <<_ACEOF 3078> /* confdefs.h. */ 3079> _ACEOF 3080> cat confdefs.h >>conftest.$ac_ext 3081> cat >>conftest.$ac_ext <<_ACEOF 3082> /* end confdefs.h. */ 3083> #include <stdarg.h> 3084> #include <stdio.h> 3085> #include <sys/types.h> 3086> #include <sys/stat.h> 3087> /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3088> struct buf { int x; }; 3089> FILE * (*rcsopen) (struct buf *, struct stat *, int); 3090> static char *e (p, i) 3091> char **p; 3092> int i; 3093> { 3094> return p[i]; 3095> } 3096> static char *f (char * (*g) (char **, int), char **p, ...) 3097> { 3098> char *s; 3099> va_list v; 3100> va_start (v,p); 3101> s = g (p, va_arg (v,int)); 3102> va_end (v); 3103> return s; 3104> } 3105816c2792,2821 3106< for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl 3107--- 3108> /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 3109> function prototypes and stuff, but not '\xHH' hex character constants. 3110> These don't provoke an error unfortunately, instead are silently treated 3111> as 'x'. The following induces an error, until -std is added to get 3112> proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 3113> array size at least. It's necessary to write '\x00'==0 to get something 3114> that's true only with -std. */ 3115> int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 3116> 3117> /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 3118> inside strings and character constants. */ 3119> #define FOO(x) 'x' 3120> int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 3121> 3122> int test (int i, double x); 3123> struct s1 {int (*f) (int a);}; 3124> struct s2 {int (*f) (double a);}; 3125> int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 3126> int argc; 3127> char **argv; 3128> int 3129> main () 3130> { 3131> return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 3132> ; 3133> return 0; 3134> } 3135> _ACEOF 3136> for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 3137> -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 3138818,823c2823,2895 3139< # Extract the first word of "$ac_prog", so it can be a program name with args. 3140< set dummy $ac_prog; ac_word=$2 3141< echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3142< echo "configure:822: checking for $ac_word" >&5 3143< if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 3144< echo $ac_n "(cached) $ac_c" 1>&6 3145--- 3146> CC="$ac_save_CC $ac_arg" 3147> rm -f conftest.$ac_objext 3148> if { (ac_try="$ac_compile" 3149> case "(($ac_try" in 3150> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3151> *) ac_try_echo=$ac_try;; 3152> esac 3153> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3154> $as_echo "$ac_try_echo") >&5 3155> (eval "$ac_compile") 2>conftest.er1 3156> ac_status=$? 3157> grep -v '^ *+' conftest.er1 >conftest.err 3158> rm -f conftest.er1 3159> cat conftest.err >&5 3160> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3161> (exit $ac_status); } && { 3162> test -z "$ac_c_werror_flag" || 3163> test ! -s conftest.err 3164> } && test -s conftest.$ac_objext; then 3165> ac_cv_prog_cc_c89=$ac_arg 3166> else 3167> $as_echo "$as_me: failed program was:" >&5 3168> sed 's/^/| /' conftest.$ac_ext >&5 3169> 3170> 3171> fi 3172> 3173> rm -f core conftest.err conftest.$ac_objext 3174> test "x$ac_cv_prog_cc_c89" != "xno" && break 3175> done 3176> rm -f conftest.$ac_ext 3177> CC=$ac_save_CC 3178> 3179> fi 3180> # AC_CACHE_VAL 3181> case "x$ac_cv_prog_cc_c89" in 3182> x) 3183> { $as_echo "$as_me:$LINENO: result: none needed" >&5 3184> $as_echo "none needed" >&6; } ;; 3185> xno) 3186> { $as_echo "$as_me:$LINENO: result: unsupported" >&5 3187> $as_echo "unsupported" >&6; } ;; 3188> *) 3189> CC="$CC $ac_cv_prog_cc_c89" 3190> { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3191> $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 3192> esac 3193> 3194> 3195> ac_ext=c 3196> ac_cpp='$CPP $CPPFLAGS' 3197> ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3198> ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3199> ac_compiler_gnu=$ac_cv_c_compiler_gnu 3200> 3201> ac_ext=cpp 3202> ac_cpp='$CXXCPP $CPPFLAGS' 3203> ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3204> ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3205> ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3206> if test -z "$CXX"; then 3207> if test -n "$CCC"; then 3208> CXX=$CCC 3209> else 3210> if test -n "$ac_tool_prefix"; then 3211> for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 3212> do 3213> # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3214> set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3215> { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3216> $as_echo_n "checking for $ac_word... " >&6; } 3217> if test "${ac_cv_prog_CXX+set}" = set; then 3218> $as_echo_n "(cached) " >&6 3219828,837c2900,2914 3220< IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 3221< ac_dummy="$PATH" 3222< for ac_dir in $ac_dummy; do 3223< test -z "$ac_dir" && ac_dir=. 3224< if test -f $ac_dir/$ac_word; then 3225< ac_cv_prog_CXX="$ac_prog" 3226< break 3227< fi 3228< done 3229< IFS="$ac_save_ifs" 3230--- 3231> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3232> for as_dir in $PATH 3233> do 3234> IFS=$as_save_IFS 3235> test -z "$as_dir" && as_dir=. 3236> for ac_exec_ext in '' $ac_executable_extensions; do 3237> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3238> ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3239> $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3240> break 2 3241> fi 3242> done 3243> done 3244> IFS=$as_save_IFS 3245> 3246840c2917 3247< CXX="$ac_cv_prog_CXX" 3248--- 3249> CXX=$ac_cv_prog_CXX 3250842c2919,2920 3251< echo "$ac_t""$CXX" 1>&6 3252--- 3253> { $as_echo "$as_me:$LINENO: result: $CXX" >&5 3254> $as_echo "$CXX" >&6; } 3255844c2922,2923 3256< echo "$ac_t""no" 1>&6 3257--- 3258> { $as_echo "$as_me:$LINENO: result: no" >&5 3259> $as_echo "no" >&6; } 3260847c2926,2955 3261< test -n "$CXX" && break 3262--- 3263> 3264> test -n "$CXX" && break 3265> done 3266> fi 3267> if test -z "$CXX"; then 3268> ac_ct_CXX=$CXX 3269> for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 3270> do 3271> # Extract the first word of "$ac_prog", so it can be a program name with args. 3272> set dummy $ac_prog; ac_word=$2 3273> { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3274> $as_echo_n "checking for $ac_word... " >&6; } 3275> if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 3276> $as_echo_n "(cached) " >&6 3277> else 3278> if test -n "$ac_ct_CXX"; then 3279> ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 3280> else 3281> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3282> for as_dir in $PATH 3283> do 3284> IFS=$as_save_IFS 3285> test -z "$as_dir" && as_dir=. 3286> for ac_exec_ext in '' $ac_executable_extensions; do 3287> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3288> ac_cv_prog_ac_ct_CXX="$ac_prog" 3289> $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3290> break 2 3291> fi 3292> done 3293849c2957,2968 3294< test -n "$CXX" || CXX="gcc" 3295--- 3296> IFS=$as_save_IFS 3297> 3298> fi 3299> fi 3300> ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3301> if test -n "$ac_ct_CXX"; then 3302> { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 3303> $as_echo "$ac_ct_CXX" >&6; } 3304> else 3305> { $as_echo "$as_me:$LINENO: result: no" >&5 3306> $as_echo "no" >&6; } 3307> fi 3308852,853c2971,2972 3309< echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 3310< echo "configure:854: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 3311--- 3312> test -n "$ac_ct_CXX" && break 3313> done 3314855,873c2974,2975 3315< ac_ext=C 3316< # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 3317< ac_cpp='$CXXCPP $CPPFLAGS' 3318< ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 3319< ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 3320< cross_compiling=$ac_cv_prog_cxx_cross 3321< 3322< cat > conftest.$ac_ext << EOF 3323< 3324< #line 865 "configure" 3325< #include "confdefs.h" 3326< 3327< int main(){return(0);} 3328< EOF 3329< if { (eval echo configure:870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3330< ac_cv_prog_cxx_works=yes 3331< # If we can't run a trivial program, we are probably using a cross compiler. 3332< if (./conftest; exit) 2>/dev/null; then 3333< ac_cv_prog_cxx_cross=no 3334--- 3335> if test "x$ac_ct_CXX" = x; then 3336> CXX="g++" 3337875c2977,2983 3338< ac_cv_prog_cxx_cross=yes 3339--- 3340> case $cross_compiling:$ac_tool_warned in 3341> yes:) 3342> { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 3343> $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3344> ac_tool_warned=yes ;; 3345> esac 3346> CXX=$ac_ct_CXX 3347877,880d2984 3348< else 3349< echo "configure: failed program was:" >&5 3350< cat conftest.$ac_ext >&5 3351< ac_cv_prog_cxx_works=no 3352882,888d2985 3353< rm -fr conftest* 3354< ac_ext=c 3355< # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 3356< ac_cpp='$CPP $CPPFLAGS' 3357< ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 3358< ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 3359< cross_compiling=$ac_cv_prog_cc_cross 3360890,892c2987 3361< echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6 3362< if test $ac_cv_prog_cxx_works = no; then 3363< { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; } 3364--- 3365> fi 3366894,897c2989,3037 3367< echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 3368< echo "configure:896: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 3369< echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 3370< cross_compiling=$ac_cv_prog_cxx_cross 3371--- 3372> # Provide some information about the compiler. 3373> $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3374> set X $ac_compile 3375> ac_compiler=$2 3376> { (ac_try="$ac_compiler --version >&5" 3377> case "(($ac_try" in 3378> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3379> *) ac_try_echo=$ac_try;; 3380> esac 3381> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3382> $as_echo "$ac_try_echo") >&5 3383> (eval "$ac_compiler --version >&5") 2>&5 3384> ac_status=$? 3385> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3386> (exit $ac_status); } 3387> { (ac_try="$ac_compiler -v >&5" 3388> case "(($ac_try" in 3389> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3390> *) ac_try_echo=$ac_try;; 3391> esac 3392> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3393> $as_echo "$ac_try_echo") >&5 3394> (eval "$ac_compiler -v >&5") 2>&5 3395> ac_status=$? 3396> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3397> (exit $ac_status); } 3398> { (ac_try="$ac_compiler -V >&5" 3399> case "(($ac_try" in 3400> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3401> *) ac_try_echo=$ac_try;; 3402> esac 3403> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3404> $as_echo "$ac_try_echo") >&5 3405> (eval "$ac_compiler -V >&5") 2>&5 3406> ac_status=$? 3407> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3408> (exit $ac_status); } 3409> 3410> { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3411> $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 3412> if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 3413> $as_echo_n "(cached) " >&6 3414> else 3415> cat >conftest.$ac_ext <<_ACEOF 3416> /* confdefs.h. */ 3417> _ACEOF 3418> cat confdefs.h >>conftest.$ac_ext 3419> cat >>conftest.$ac_ext <<_ACEOF 3420> /* end confdefs.h. */ 3421899,906c3039,3043 3422< echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 3423< echo "configure:901: checking whether we are using GNU C++" >&5 3424< if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 3425< echo $ac_n "(cached) $ac_c" 1>&6 3426< else 3427< cat > conftest.C <<EOF 3428< #ifdef __GNUC__ 3429< yes; 3430--- 3431> int 3432> main () 3433> { 3434> #ifndef __GNUC__ 3435> choke me 3436908,916d3044 3437< EOF 3438< if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:910: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 3439< ac_cv_prog_gxx=yes 3440< else 3441< ac_cv_prog_gxx=no 3442< fi 3443< fi 3444< 3445< echo "$ac_t""$ac_cv_prog_gxx" 1>&6 3446918c3046,3082 3447< if test $ac_cv_prog_gxx = yes; then 3448--- 3449> ; 3450> return 0; 3451> } 3452> _ACEOF 3453> rm -f conftest.$ac_objext 3454> if { (ac_try="$ac_compile" 3455> case "(($ac_try" in 3456> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3457> *) ac_try_echo=$ac_try;; 3458> esac 3459> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3460> $as_echo "$ac_try_echo") >&5 3461> (eval "$ac_compile") 2>conftest.er1 3462> ac_status=$? 3463> grep -v '^ *+' conftest.er1 >conftest.err 3464> rm -f conftest.er1 3465> cat conftest.err >&5 3466> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3467> (exit $ac_status); } && { 3468> test -z "$ac_cxx_werror_flag" || 3469> test ! -s conftest.err 3470> } && test -s conftest.$ac_objext; then 3471> ac_compiler_gnu=yes 3472> else 3473> $as_echo "$as_me: failed program was:" >&5 3474> sed 's/^/| /' conftest.$ac_ext >&5 3475> 3476> ac_compiler_gnu=no 3477> fi 3478> 3479> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3480> ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 3481> 3482> fi 3483> { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3484> $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 3485> if test $ac_compiler_gnu = yes; then 3486922a3087,3107 3487> ac_test_CXXFLAGS=${CXXFLAGS+set} 3488> ac_save_CXXFLAGS=$CXXFLAGS 3489> { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3490> $as_echo_n "checking whether $CXX accepts -g... " >&6; } 3491> if test "${ac_cv_prog_cxx_g+set}" = set; then 3492> $as_echo_n "(cached) " >&6 3493> else 3494> ac_save_cxx_werror_flag=$ac_cxx_werror_flag 3495> ac_cxx_werror_flag=yes 3496> ac_cv_prog_cxx_g=no 3497> CXXFLAGS="-g" 3498> cat >conftest.$ac_ext <<_ACEOF 3499> /* confdefs.h. */ 3500> _ACEOF 3501> cat confdefs.h >>conftest.$ac_ext 3502> cat >>conftest.$ac_ext <<_ACEOF 3503> /* end confdefs.h. */ 3504> 3505> int 3506> main () 3507> { 3508924,930c3109,3131 3509< ac_test_CXXFLAGS="${CXXFLAGS+set}" 3510< ac_save_CXXFLAGS="$CXXFLAGS" 3511< CXXFLAGS= 3512< echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 3513< echo "configure:929: checking whether ${CXX-g++} accepts -g" >&5 3514< if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 3515< echo $ac_n "(cached) $ac_c" 1>&6 3516--- 3517> ; 3518> return 0; 3519> } 3520> _ACEOF 3521> rm -f conftest.$ac_objext 3522> if { (ac_try="$ac_compile" 3523> case "(($ac_try" in 3524> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3525> *) ac_try_echo=$ac_try;; 3526> esac 3527> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3528> $as_echo "$ac_try_echo") >&5 3529> (eval "$ac_compile") 2>conftest.er1 3530> ac_status=$? 3531> grep -v '^ *+' conftest.er1 >conftest.err 3532> rm -f conftest.er1 3533> cat conftest.err >&5 3534> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3535> (exit $ac_status); } && { 3536> test -z "$ac_cxx_werror_flag" || 3537> test ! -s conftest.err 3538> } && test -s conftest.$ac_objext; then 3539> ac_cv_prog_cxx_g=yes 3540932,933c3133,3209 3541< echo 'void f(){}' > conftest.cc 3542< if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then 3543--- 3544> $as_echo "$as_me: failed program was:" >&5 3545> sed 's/^/| /' conftest.$ac_ext >&5 3546> 3547> CXXFLAGS="" 3548> cat >conftest.$ac_ext <<_ACEOF 3549> /* confdefs.h. */ 3550> _ACEOF 3551> cat confdefs.h >>conftest.$ac_ext 3552> cat >>conftest.$ac_ext <<_ACEOF 3553> /* end confdefs.h. */ 3554> 3555> int 3556> main () 3557> { 3558> 3559> ; 3560> return 0; 3561> } 3562> _ACEOF 3563> rm -f conftest.$ac_objext 3564> if { (ac_try="$ac_compile" 3565> case "(($ac_try" in 3566> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3567> *) ac_try_echo=$ac_try;; 3568> esac 3569> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3570> $as_echo "$ac_try_echo") >&5 3571> (eval "$ac_compile") 2>conftest.er1 3572> ac_status=$? 3573> grep -v '^ *+' conftest.er1 >conftest.err 3574> rm -f conftest.er1 3575> cat conftest.err >&5 3576> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3577> (exit $ac_status); } && { 3578> test -z "$ac_cxx_werror_flag" || 3579> test ! -s conftest.err 3580> } && test -s conftest.$ac_objext; then 3581> : 3582> else 3583> $as_echo "$as_me: failed program was:" >&5 3584> sed 's/^/| /' conftest.$ac_ext >&5 3585> 3586> ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3587> CXXFLAGS="-g" 3588> cat >conftest.$ac_ext <<_ACEOF 3589> /* confdefs.h. */ 3590> _ACEOF 3591> cat confdefs.h >>conftest.$ac_ext 3592> cat >>conftest.$ac_ext <<_ACEOF 3593> /* end confdefs.h. */ 3594> 3595> int 3596> main () 3597> { 3598> 3599> ; 3600> return 0; 3601> } 3602> _ACEOF 3603> rm -f conftest.$ac_objext 3604> if { (ac_try="$ac_compile" 3605> case "(($ac_try" in 3606> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3607> *) ac_try_echo=$ac_try;; 3608> esac 3609> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3610> $as_echo "$ac_try_echo") >&5 3611> (eval "$ac_compile") 2>conftest.er1 3612> ac_status=$? 3613> grep -v '^ *+' conftest.er1 >conftest.err 3614> rm -f conftest.er1 3615> cat conftest.err >&5 3616> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3617> (exit $ac_status); } && { 3618> test -z "$ac_cxx_werror_flag" || 3619> test ! -s conftest.err 3620> } && test -s conftest.$ac_objext; then 3621936c3212,3218 3622< ac_cv_prog_cxx_g=no 3623--- 3624> $as_echo "$as_me: failed program was:" >&5 3625> sed 's/^/| /' conftest.$ac_ext >&5 3626> 3627> 3628> fi 3629> 3630> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3631938d3219 3632< rm -f conftest* 3633939a3221 3634> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3635942c3224,3228 3636< echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 3637--- 3638> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3639> ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3640> fi 3641> { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3642> $as_echo "$ac_cv_prog_cxx_g" >&6; } 3643944c3230 3644< CXXFLAGS="$ac_save_CXXFLAGS" 3645--- 3646> CXXFLAGS=$ac_save_CXXFLAGS 3647957a3244,3248 3648> ac_ext=c 3649> ac_cpp='$CPP $CPPFLAGS' 3650> ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3651> ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3652> ac_compiler_gnu=$ac_cv_c_compiler_gnu 3653960,961c3251,3252 3654< for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 3655< if test -f $ac_dir/install-sh; then 3656--- 3657> for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 3658> if test -f "$ac_dir/install-sh"; then 3659965c3256 3660< elif test -f $ac_dir/install.sh; then 3661--- 3662> elif test -f "$ac_dir/install.sh"; then 3663968a3260,3263 3664> elif test -f "$ac_dir/shtool"; then 3665> ac_aux_dir=$ac_dir 3666> ac_install_sh="$ac_aux_dir/shtool install -c" 3667> break 3668972c3267,3269 3669< { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } 3670--- 3671> { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 3672> $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 3673> { (exit 1); exit 1; }; } 3674974,976c3271,3279 3675< ac_config_guess=$ac_aux_dir/config.guess 3676< ac_config_sub=$ac_aux_dir/config.sub 3677< ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. 3678--- 3679> 3680> # These three variables are undocumented and unsupported, 3681> # and are intended to be withdrawn in a future Autoconf release. 3682> # They can cause serious problems if a builder's source tree is in a directory 3683> # whose full name contains unusual characters. 3684> ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 3685> ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 3686> ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 3687> 3688984a3288 3689> # AmigaOS /C/install, which installs bootblocks on floppy discs 3690987a3292 3691> # OS/2's system install, which has a completely different semantic 3692989,990c3294,3296 3693< echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 3694< echo "configure:991: checking for a BSD compatible install" >&5 3695--- 3696> # Reject install programs that cannot install multiple files. 3697> { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3698> $as_echo_n "checking for a BSD-compatible install... " >&6; } 3699992,993c3298,3299 3700< if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 3701< echo $ac_n "(cached) $ac_c" 1>&6 3702--- 3703> if test "${ac_cv_path_install+set}" = set; then 3704> $as_echo_n "(cached) " >&6 3705995,1005c3301,3318 3706< IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 3707< for ac_dir in $PATH; do 3708< # Account for people who put trailing slashes in PATH elements. 3709< case "$ac_dir/" in 3710< /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 3711< *) 3712< # OSF1 and SCO ODT 3.0 have their own names for install. 3713< # Don't use installbsd from OSF since it installs stuff as root 3714< # by default. 3715< for ac_prog in ginstall scoinst install; do 3716< if test -f $ac_dir/$ac_prog; then 3717--- 3718> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3719> for as_dir in $PATH 3720> do 3721> IFS=$as_save_IFS 3722> test -z "$as_dir" && as_dir=. 3723> # Account for people who put trailing slashes in PATH elements. 3724> case $as_dir/ in 3725> ./ | .// | /cC/* | \ 3726> /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 3727> ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 3728> /usr/ucb/* ) ;; 3729> *) 3730> # OSF1 and SCO ODT 3.0 have their own names for install. 3731> # Don't use installbsd from OSF since it installs stuff as root 3732> # by default. 3733> for ac_prog in ginstall scoinst install; do 3734> for ac_exec_ext in '' $ac_executable_extensions; do 3735> if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 37361007c3320 3737< grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 3738--- 3739> grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 37401009a3323,3326 3741> elif test $ac_prog = install && 3742> grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3743> # program-specific install script used by HP pwplus--don't use. 3744> : 37451011,1012c3328,3339 3746< ac_cv_path_install="$ac_dir/$ac_prog -c" 3747< break 2 3748--- 3749> rm -rf conftest.one conftest.two conftest.dir 3750> echo one > conftest.one 3751> echo two > conftest.two 3752> mkdir conftest.dir 3753> if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 3754> test -s conftest.one && test -s conftest.two && 3755> test -s conftest.dir/conftest.one && 3756> test -s conftest.dir/conftest.two 3757> then 3758> ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3759> break 3 3760> fi 37611016,1019c3343,3350 3762< ;; 3763< esac 3764< done 3765< IFS="$ac_save_IFS" 3766--- 3767> done 3768> ;; 3769> esac 3770> 3771> done 3772> IFS=$as_save_IFS 3773> 3774> rm -rf conftest.one conftest.two conftest.dir 37751023c3354 3776< INSTALL="$ac_cv_path_install" 3777--- 3778> INSTALL=$ac_cv_path_install 37791025,1026c3356,3357 3780< # As a last resort, use the slow shell script. We don't cache a 3781< # path for INSTALL within a source directory, because that will 3782--- 3783> # As a last resort, use the slow shell script. Don't cache a 3784> # value for INSTALL within a source directory, because that will 37851028,1029c3359,3360 3786< # removed, or if the path is relative. 3787< INSTALL="$ac_install_sh" 3788--- 3789> # removed, or if the value is a relative name. 3790> INSTALL=$ac_install_sh 37911032c3363,3364 3792< echo "$ac_t""$INSTALL" 1>&6 3793--- 3794> { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 3795> $as_echo "$INSTALL" >&6; } 37961038c3370 3797< test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 3798--- 3799> test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 38001054,1057c3386,3389 3801< echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3802< echo "configure:1056: checking for $ac_word" >&5 3803< if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 3804< echo $ac_n "(cached) $ac_c" 1>&6 3805--- 3806> { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3807> $as_echo_n "checking for $ac_word... " >&6; } 3808> if test "${ac_cv_prog_STRIP+set}" = set; then 3809> $as_echo_n "(cached) " >&6 38101062,1071c3394,3408 3811< IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 3812< ac_dummy="$PATH" 3813< for ac_dir in $ac_dummy; do 3814< test -z "$ac_dir" && ac_dir=. 3815< if test -f $ac_dir/$ac_word; then 3816< ac_cv_prog_STRIP="strip" 3817< break 3818< fi 3819< done 3820< IFS="$ac_save_ifs" 3821--- 3822> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3823> for as_dir in $PATH 3824> do 3825> IFS=$as_save_IFS 3826> test -z "$as_dir" && as_dir=. 3827> for ac_exec_ext in '' $ac_executable_extensions; do 3828> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3829> ac_cv_prog_STRIP="strip" 3830> $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3831> break 2 3832> fi 3833> done 3834> done 3835> IFS=$as_save_IFS 3836> 38371075c3412 3838< STRIP="$ac_cv_prog_STRIP" 3839--- 3840> STRIP=$ac_cv_prog_STRIP 38411077c3414,3415 3842< echo "$ac_t""$STRIP" 1>&6 3843--- 3844> { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 3845> $as_echo "$STRIP" >&6; } 38461079c3417,3418 3847< echo "$ac_t""no" 1>&6 3848--- 3849> { $as_echo "$as_me:$LINENO: result: no" >&5 3850> $as_echo "no" >&6; } 38511082a3422 3852> 38531085c3425 3854< # Extract the first word of "$ac_prog", so it can be a program name with args. 3855--- 3856> # Extract the first word of "$ac_prog", so it can be a program name with args. 38571087,1090c3427,3430 3858< echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3859< echo "configure:1089: checking for $ac_word" >&5 3860< if eval "test \"`echo '$''{'ac_cv_path_U_MAKE'+set}'`\" = set"; then 3861< echo $ac_n "(cached) $ac_c" 1>&6 3862--- 3863> { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3864> $as_echo_n "checking for $ac_word... " >&6; } 3865> if test "${ac_cv_path_U_MAKE+set}" = set; then 3866> $as_echo_n "(cached) " >&6 38671092,1093c3432,3433 3868< case "$U_MAKE" in 3869< /*) 3870--- 3871> case $U_MAKE in 3872> [\\/]* | ?:[\\/]*) 38731096,1098d3435 3874< ?:/*) 3875< ac_cv_path_U_MAKE="$U_MAKE" # Let the user override the test with a dos path. 3876< ;; 38771100,1109c3437,3451 3878< IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 3879< ac_dummy="$PATH" 3880< for ac_dir in $ac_dummy; do 3881< test -z "$ac_dir" && ac_dir=. 3882< if test -f $ac_dir/$ac_word; then 3883< ac_cv_path_U_MAKE="$ac_dir/$ac_word" 3884< break 3885< fi 3886< done 3887< IFS="$ac_save_ifs" 3888--- 3889> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3890> for as_dir in $PATH 3891> do 3892> IFS=$as_save_IFS 3893> test -z "$as_dir" && as_dir=. 3894> for ac_exec_ext in '' $ac_executable_extensions; do 3895> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3896> ac_cv_path_U_MAKE="$as_dir/$ac_word$ac_exec_ext" 3897> $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3898> break 2 3899> fi 3900> done 3901> done 3902> IFS=$as_save_IFS 3903> 39041113c3455 3905< U_MAKE="$ac_cv_path_U_MAKE" 3906--- 3907> U_MAKE=$ac_cv_path_U_MAKE 39081115c3457,3458 3909< echo "$ac_t""$U_MAKE" 1>&6 3910--- 3911> { $as_echo "$as_me:$LINENO: result: $U_MAKE" >&5 3912> $as_echo "$U_MAKE" >&6; } 39131117c3460,3461 3914< echo "$ac_t""no" 1>&6 3915--- 3916> { $as_echo "$as_me:$LINENO: result: no" >&5 3917> $as_echo "no" >&6; } 39181120c3464,3465 3919< test -n "$U_MAKE" && break 3920--- 3921> 3922> test -n "$U_MAKE" && break 39231128,1131c3473,3476 3924< echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3925< echo "configure:1130: checking for $ac_word" >&5 3926< if eval "test \"`echo '$''{'ac_cv_path_DOXYGEN'+set}'`\" = set"; then 3927< echo $ac_n "(cached) $ac_c" 1>&6 3928--- 3929> { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3930> $as_echo_n "checking for $ac_word... " >&6; } 3931> if test "${ac_cv_path_DOXYGEN+set}" = set; then 3932> $as_echo_n "(cached) " >&6 39331133,1134c3478,3479 3934< case "$DOXYGEN" in 3935< /*) 3936--- 3937> case $DOXYGEN in 3938> [\\/]* | ?:[\\/]*) 39391137,1139d3481 3940< ?:/*) 3941< ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a dos path. 3942< ;; 39431141,1150c3483,3498 3944< IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 3945< ac_dummy="$PATH:/usr/local/bin:/usr/bin" 3946< for ac_dir in $ac_dummy; do 3947< test -z "$ac_dir" && ac_dir=. 3948< if test -f $ac_dir/$ac_word; then 3949< ac_cv_path_DOXYGEN="$ac_dir/$ac_word" 3950< break 3951< fi 3952< done 3953< IFS="$ac_save_ifs" 3954--- 3955> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3956> as_dummy="$PATH:/usr/local/bin:/usr/bin" 3957> for as_dir in $as_dummy 3958> do 3959> IFS=$as_save_IFS 3960> test -z "$as_dir" && as_dir=. 3961> for ac_exec_ext in '' $ac_executable_extensions; do 3962> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3963> ac_cv_path_DOXYGEN="$as_dir/$ac_word$ac_exec_ext" 3964> $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3965> break 2 3966> fi 3967> done 3968> done 3969> IFS=$as_save_IFS 3970> 39711154c3502 3972< DOXYGEN="$ac_cv_path_DOXYGEN" 3973--- 3974> DOXYGEN=$ac_cv_path_DOXYGEN 39751156c3504,3505 3976< echo "$ac_t""$DOXYGEN" 1>&6 3977--- 3978> { $as_echo "$as_me:$LINENO: result: $DOXYGEN" >&5 3979> $as_echo "$DOXYGEN" >&6; } 39801158c3507,3508 3981< echo "$ac_t""no" 1>&6 3982--- 3983> { $as_echo "$as_me:$LINENO: result: no" >&5 3984> $as_echo "no" >&6; } 39851164,1180c3514,3543 3986< if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 3987< else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 3988< fi 3989< 3990< echo $ac_n "checking host system type""... $ac_c" 1>&6 3991< echo "configure:1170: checking host system type" >&5 3992< 3993< host_alias=$host 3994< case "$host_alias" in 3995< NONE) 3996< case $nonopt in 3997< NONE) 3998< if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : 3999< else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 4000< fi ;; 4001< *) host_alias=$nonopt ;; 4002< esac ;; 4003--- 4004> $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 4005> { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 4006> $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 4007> { (exit 1); exit 1; }; } 4008> 4009> { $as_echo "$as_me:$LINENO: checking build system type" >&5 4010> $as_echo_n "checking build system type... " >&6; } 4011> if test "${ac_cv_build+set}" = set; then 4012> $as_echo_n "(cached) " >&6 4013> else 4014> ac_build_alias=$build_alias 4015> test "x$ac_build_alias" = x && 4016> ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 4017> test "x$ac_build_alias" = x && 4018> { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 4019> $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 4020> { (exit 1); exit 1; }; } 4021> ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 4022> { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 4023> $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 4024> { (exit 1); exit 1; }; } 4025> 4026> fi 4027> { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 4028> $as_echo "$ac_cv_build" >&6; } 4029> case $ac_cv_build in 4030> *-*-*) ;; 4031> *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 4032> $as_echo "$as_me: error: invalid value of canonical build" >&2;} 4033> { (exit 1); exit 1; }; };; 40341182,1216c3545,3570 4035< 4036< host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` 4037< host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 4038< host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 4039< host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 4040< echo "$ac_t""$host" 1>&6 4041< 4042< echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 4043< echo "configure:1191: checking for Cygwin environment" >&5 4044< if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 4045< echo $ac_n "(cached) $ac_c" 1>&6 4046< else 4047< cat > conftest.$ac_ext <<EOF 4048< #line 1196 "configure" 4049< #include "confdefs.h" 4050< 4051< int main() { 4052< 4053< #ifndef __CYGWIN__ 4054< #define __CYGWIN__ __CYGWIN32__ 4055< #endif 4056< return __CYGWIN__; 4057< ; return 0; } 4058< EOF 4059< if { (eval echo configure:1207: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4060< rm -rf conftest* 4061< ac_cv_cygwin=yes 4062< else 4063< echo "configure: failed program was:" >&5 4064< cat conftest.$ac_ext >&5 4065< rm -rf conftest* 4066< ac_cv_cygwin=no 4067< fi 4068< rm -f conftest* 4069< rm -f conftest* 4070--- 4071> build=$ac_cv_build 4072> ac_save_IFS=$IFS; IFS='-' 4073> set x $ac_cv_build 4074> shift 4075> build_cpu=$1 4076> build_vendor=$2 4077> shift; shift 4078> # Remember, the first character of IFS is used to create $*, 4079> # except with old shells: 4080> build_os=$* 4081> IFS=$ac_save_IFS 4082> case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 4083> 4084> 4085> { $as_echo "$as_me:$LINENO: checking host system type" >&5 4086> $as_echo_n "checking host system type... " >&6; } 4087> if test "${ac_cv_host+set}" = set; then 4088> $as_echo_n "(cached) " >&6 4089> else 4090> if test "x$host_alias" = x; then 4091> ac_cv_host=$ac_cv_build 4092> else 4093> ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 4094> { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 4095> $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 4096> { (exit 1); exit 1; }; } 40971219,1245d3572 4098< echo "$ac_t""$ac_cv_cygwin" 1>&6 4099< CYGWIN= 4100< test "$ac_cv_cygwin" = yes && CYGWIN=yes 4101< echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 4102< echo "configure:1224: checking for mingw32 environment" >&5 4103< if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 4104< echo $ac_n "(cached) $ac_c" 1>&6 4105< else 4106< cat > conftest.$ac_ext <<EOF 4107< #line 1229 "configure" 4108< #include "confdefs.h" 4109< 4110< int main() { 4111< return __MINGW32__; 4112< ; return 0; } 4113< EOF 4114< if { (eval echo configure:1236: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4115< rm -rf conftest* 4116< ac_cv_mingw32=yes 4117< else 4118< echo "configure: failed program was:" >&5 4119< cat conftest.$ac_ext >&5 4120< rm -rf conftest* 4121< ac_cv_mingw32=no 4122< fi 4123< rm -f conftest* 4124< rm -f conftest* 41251246a3574,3593 4126> { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 4127> $as_echo "$ac_cv_host" >&6; } 4128> case $ac_cv_host in 4129> *-*-*) ;; 4130> *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 4131> $as_echo "$as_me: error: invalid value of canonical host" >&2;} 4132> { (exit 1); exit 1; }; };; 4133> esac 4134> host=$ac_cv_host 4135> ac_save_IFS=$IFS; IFS='-' 4136> set x $ac_cv_host 4137> shift 4138> host_cpu=$1 4139> host_vendor=$2 4140> shift; shift 4141> # Remember, the first character of IFS is used to create $*, 4142> # except with old shells: 4143> host_os=$* 4144> IFS=$ac_save_IFS 4145> case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 41461248,1277d3594 4147< echo "$ac_t""$ac_cv_mingw32" 1>&6 4148< MINGW32= 4149< test "$ac_cv_mingw32" = yes && MINGW32=yes 4150< 4151< 4152< echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 4153< echo "configure:1255: checking for executable suffix" >&5 4154< if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 4155< echo $ac_n "(cached) $ac_c" 1>&6 4156< else 4157< if test "$CYGWIN" = yes || test "$MINGW32" = yes; then 4158< ac_cv_exeext=.exe 4159< else 4160< rm -f conftest* 4161< echo 'int main () { return 0; }' > conftest.$ac_ext 4162< ac_cv_exeext= 4163< if { (eval echo configure:1265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 4164< for file in conftest.*; do 4165< case $file in 4166< *.c | *.o | *.obj) ;; 4167< *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 4168< esac 4169< done 4170< else 4171< { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; } 4172< fi 4173< rm -f conftest* 4174< test x"${ac_cv_exeext}" = x && ac_cv_exeext=no 4175< fi 4176< fi 41771279,1282d3595 4178< EXEEXT="" 4179< test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} 4180< echo "$ac_t""${ac_cv_exeext}" 1>&6 4181< ac_exeext=$EXEEXT 41821286,1288c3599,3601 4183< echo $ac_n "checking whether strict compiling is on""... $ac_c" 1>&6 4184< echo "configure:1288: checking whether strict compiling is on" >&5 4185< # Check whether --enable-strict or --disable-strict was given. 4186--- 4187> { $as_echo "$as_me:$LINENO: checking whether strict compiling is on" >&5 4188> $as_echo_n "checking whether strict compiling is on... " >&6; } 4189> # Check whether --enable-strict was given. 41901290,1291c3603 4191< enableval="$enable_strict" 4192< 4193--- 4194> enableval=$enable_strict; 41951298c3610 4196< 4197--- 4198> 41991303c3615,3616 4200< echo "$ac_t""$ac_use_strict_options" 1>&6 4201--- 4202> { $as_echo "$as_me:$LINENO: result: $ac_use_strict_options" >&5 4203> $as_echo "$ac_use_strict_options" >&6; } 42041343c3656,3657 4205< # Check whether --enable-64bit-libs or --disable-64bit-libs was given. 4206--- 4207> 4208> # Check whether --enable-64bit-libs was given. 42091345,1346c3659 4210< enableval="$enable_64bit_libs" 4211< ENABLE_64BIT_LIBS=${enableval} 4212--- 4213> enableval=$enable_64bit_libs; ENABLE_64BIT_LIBS=${enableval} 42141349c3662 4215< 4216--- 4217> 42181352,1353c3665,3666 4219< echo $ac_n "checking for 64-bit executable support""... $ac_c" 1>&6 4220< echo "configure:1354: checking for 64-bit executable support" >&5 4221--- 4222> { $as_echo "$as_me:$LINENO: checking for 64-bit executable support" >&5 4223> $as_echo_n "checking for 64-bit executable support... " >&6; } 42241408c3721 4225< if test "$ac_cv_prog_gcc" = no; then 4226--- 4227> if test "$ac_cv_c_compiler_gnu" = no; then 42281420,1422c3733,3738 4229< cat > conftest.$ac_ext <<EOF 4230< #line 1422 "configure" 4231< #include "confdefs.h" 4232--- 4233> cat >conftest.$ac_ext <<_ACEOF 4234> /* confdefs.h. */ 4235> _ACEOF 4236> cat confdefs.h >>conftest.$ac_ext 4237> cat >>conftest.$ac_ext <<_ACEOF 4238> /* end confdefs.h. */ 42391424,1426c3740,3762 4240< EOF 4241< if { (eval echo configure:1426: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4242< then 4243--- 4244> _ACEOF 4245> rm -f conftest$ac_exeext 4246> if { (ac_try="$ac_link" 4247> case "(($ac_try" in 4248> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4249> *) ac_try_echo=$ac_try;; 4250> esac 4251> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4252> $as_echo "$ac_try_echo") >&5 4253> (eval "$ac_link") 2>&5 4254> ac_status=$? 4255> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4256> (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4257> { (case "(($ac_try" in 4258> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4259> *) ac_try_echo=$ac_try;; 4260> esac 4261> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4262> $as_echo "$ac_try_echo") >&5 4263> (eval "$ac_try") 2>&5 4264> ac_status=$? 4265> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4266> (exit $ac_status); }; }; then 42671429,1432c3765,3770 4268< echo "configure: failed program was:" >&5 4269< cat conftest.$ac_ext >&5 4270< rm -fr conftest* 4271< ENABLE_64BIT_LIBS=no 4272--- 4273> $as_echo "$as_me: program exited with status $ac_status" >&5 4274> $as_echo "$as_me: failed program was:" >&5 4275> sed 's/^/| /' conftest.$ac_ext >&5 4276> 4277> ( exit $ac_status ) 4278> ENABLE_64BIT_LIBS=no 42791434c3772,3773 4280< rm -fr conftest* 4281--- 4282> rm -rf conftest.dSYM 4283> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 42841436a3776 4285> 42861450c3790 4287< 4288--- 4289> 42901458,1460c3798,3803 4291< cat > conftest.$ac_ext <<EOF 4292< #line 1460 "configure" 4293< #include "confdefs.h" 4294--- 4295> cat >conftest.$ac_ext <<_ACEOF 4296> /* confdefs.h. */ 4297> _ACEOF 4298> cat confdefs.h >>conftest.$ac_ext 4299> cat >>conftest.$ac_ext <<_ACEOF 4300> /* end confdefs.h. */ 43011462,1464c3805,3827 4302< EOF 4303< if { (eval echo configure:1464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4304< then 4305--- 4306> _ACEOF 4307> rm -f conftest$ac_exeext 4308> if { (ac_try="$ac_link" 4309> case "(($ac_try" in 4310> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4311> *) ac_try_echo=$ac_try;; 4312> esac 4313> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4314> $as_echo "$ac_try_echo") >&5 4315> (eval "$ac_link") 2>&5 4316> ac_status=$? 4317> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4318> (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4319> { (case "(($ac_try" in 4320> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4321> *) ac_try_echo=$ac_try;; 4322> esac 4323> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4324> $as_echo "$ac_try_echo") >&5 4325> (eval "$ac_try") 2>&5 4326> ac_status=$? 4327> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4328> (exit $ac_status); }; }; then 43291467,1470c3830,3835 4330< echo "configure: failed program was:" >&5 4331< cat conftest.$ac_ext >&5 4332< rm -fr conftest* 4333< ENABLE_64BIT_LIBS=no 4334--- 4335> $as_echo "$as_me: program exited with status $ac_status" >&5 4336> $as_echo "$as_me: failed program was:" >&5 4337> sed 's/^/| /' conftest.$ac_ext >&5 4338> 4339> ( exit $ac_status ) 4340> ENABLE_64BIT_LIBS=no 43411472c3837,3838 4342< rm -fr conftest* 4343--- 4344> rm -rf conftest.dSYM 4345> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 43461474a3841 4347> 43481483,1485c3850,3855 4349< cat > conftest.$ac_ext <<EOF 4350< #line 1485 "configure" 4351< #include "confdefs.h" 4352--- 4353> cat >conftest.$ac_ext <<_ACEOF 4354> /* confdefs.h. */ 4355> _ACEOF 4356> cat confdefs.h >>conftest.$ac_ext 4357> cat >>conftest.$ac_ext <<_ACEOF 4358> /* end confdefs.h. */ 43591487,1489c3857,3879 4360< EOF 4361< if { (eval echo configure:1489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4362< then 4363--- 4364> _ACEOF 4365> rm -f conftest$ac_exeext 4366> if { (ac_try="$ac_link" 4367> case "(($ac_try" in 4368> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4369> *) ac_try_echo=$ac_try;; 4370> esac 4371> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4372> $as_echo "$ac_try_echo") >&5 4373> (eval "$ac_link") 2>&5 4374> ac_status=$? 4375> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4376> (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4377> { (case "(($ac_try" in 4378> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4379> *) ac_try_echo=$ac_try;; 4380> esac 4381> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4382> $as_echo "$ac_try_echo") >&5 4383> (eval "$ac_try") 2>&5 4384> ac_status=$? 4385> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4386> (exit $ac_status); }; }; then 43871492,1495c3882,3887 4388< echo "configure: failed program was:" >&5 4389< cat conftest.$ac_ext >&5 4390< rm -fr conftest* 4391< ENABLE_64BIT_LIBS=no 4392--- 4393> $as_echo "$as_me: program exited with status $ac_status" >&5 4394> $as_echo "$as_me: failed program was:" >&5 4395> sed 's/^/| /' conftest.$ac_ext >&5 4396> 4397> ( exit $ac_status ) 4398> ENABLE_64BIT_LIBS=no 43991497c3889,3890 4400< rm -fr conftest* 4401--- 4402> rm -rf conftest.dSYM 4403> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 44041499a3893 4405> 44061511c3905,3906 4407< echo "$ac_t""$ENABLE_64BIT_LIBS" 1>&6 4408--- 4409> { $as_echo "$as_me:$LINENO: result: $ENABLE_64BIT_LIBS" >&5 4410> $as_echo "$ENABLE_64BIT_LIBS" >&6; } 44111517,1520c3912,3915 4412< echo $ac_n "checking which Makefile fragment to use""... $ac_c" 1>&6 4413< echo "configure:1519: checking which Makefile fragment to use" >&5 4414< if eval "test \"`echo '$''{'icu_cv_host_frag'+set}'`\" = set"; then 4415< echo $ac_n "(cached) $ac_c" 1>&6 4416--- 4417> { $as_echo "$as_me:$LINENO: checking which Makefile fragment to use" >&5 4418> $as_echo_n "checking which Makefile fragment to use... " >&6; } 4419> if test "${icu_cv_host_frag+set}" = set; then 4420> $as_echo_n "(cached) " >&6 44211522c3917 4422< 4423--- 4424> 44251525,1526c3920,3921 4426< if test "$GCC" = yes; then 4427< icu_cv_host_frag=mh-solaris-gcc 4428--- 4429> if test "$GCC" = yes; then 4430> icu_cv_host_frag=mh-solaris-gcc 44311533c3928 4432< else 4433--- 4434> else 44351587,1589d3981 4436< 4437< 4438< fi 44391591c3983,3986 4440< echo "$ac_t""$icu_cv_host_frag" 1>&6 4441--- 4442> 4443> fi 4444> { $as_echo "$as_me:$LINENO: result: $icu_cv_host_frag" >&5 4445> $as_echo "$icu_cv_host_frag" >&6; } 44461595,1599c3990,3993 4447< *-*-hpux*) echo $ac_n "checking for floor in -lm""... $ac_c" 1>&6 4448< echo "configure:1597: checking for floor in -lm" >&5 4449< ac_lib_var=`echo m'_'floor | sed 'y%./+-%__p_%'` 4450< if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4451< echo $ac_n "(cached) $ac_c" 1>&6 4452--- 4453> *-*-hpux*) { $as_echo "$as_me:$LINENO: checking for floor in -lm" >&5 4454> $as_echo_n "checking for floor in -lm... " >&6; } 4455> if test "${ac_cv_lib_m_floor+set}" = set; then 4456> $as_echo_n "(cached) " >&6 44571601c3995 4458< ac_save_LIBS="$LIBS" 4459--- 4460> ac_check_lib_save_LIBS=$LIBS 44611603,1629c3997,4055 4462< cat > conftest.$ac_ext <<EOF 4463< #line 1605 "configure" 4464< #include "confdefs.h" 4465< /* Override any gcc2 internal prototype to avoid an error. */ 4466< /* We use char because int might match the return type of a gcc2 4467< builtin and then its argument prototype would still apply. */ 4468< char floor(); 4469< 4470< int main() { 4471< floor() 4472< ; return 0; } 4473< EOF 4474< if { (eval echo configure:1616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4475< rm -rf conftest* 4476< eval "ac_cv_lib_$ac_lib_var=yes" 4477< else 4478< echo "configure: failed program was:" >&5 4479< cat conftest.$ac_ext >&5 4480< rm -rf conftest* 4481< eval "ac_cv_lib_$ac_lib_var=no" 4482< fi 4483< rm -f conftest* 4484< LIBS="$ac_save_LIBS" 4485< 4486< fi 4487< if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 4488< echo "$ac_t""yes" 1>&6 4489--- 4490> cat >conftest.$ac_ext <<_ACEOF 4491> /* confdefs.h. */ 4492> _ACEOF 4493> cat confdefs.h >>conftest.$ac_ext 4494> cat >>conftest.$ac_ext <<_ACEOF 4495> /* end confdefs.h. */ 4496> 4497> /* Override any GCC internal prototype to avoid an error. 4498> Use char because int might match the return type of a GCC 4499> builtin and then its argument prototype would still apply. */ 4500> #ifdef __cplusplus 4501> extern "C" 4502> #endif 4503> char floor (); 4504> int 4505> main () 4506> { 4507> return floor (); 4508> ; 4509> return 0; 4510> } 4511> _ACEOF 4512> rm -f conftest.$ac_objext conftest$ac_exeext 4513> if { (ac_try="$ac_link" 4514> case "(($ac_try" in 4515> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4516> *) ac_try_echo=$ac_try;; 4517> esac 4518> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4519> $as_echo "$ac_try_echo") >&5 4520> (eval "$ac_link") 2>conftest.er1 4521> ac_status=$? 4522> grep -v '^ *+' conftest.er1 >conftest.err 4523> rm -f conftest.er1 4524> cat conftest.err >&5 4525> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4526> (exit $ac_status); } && { 4527> test -z "$ac_c_werror_flag" || 4528> test ! -s conftest.err 4529> } && test -s conftest$ac_exeext && { 4530> test "$cross_compiling" = yes || 4531> $as_test_x conftest$ac_exeext 4532> }; then 4533> ac_cv_lib_m_floor=yes 4534> else 4535> $as_echo "$as_me: failed program was:" >&5 4536> sed 's/^/| /' conftest.$ac_ext >&5 4537> 4538> ac_cv_lib_m_floor=no 4539> fi 4540> 4541> rm -rf conftest.dSYM 4542> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4543> conftest$ac_exeext conftest.$ac_ext 4544> LIBS=$ac_check_lib_save_LIBS 4545> fi 4546> { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_floor" >&5 4547> $as_echo "$ac_cv_lib_m_floor" >&6; } 4548> if test "x$ac_cv_lib_m_floor" = x""yes; then 45491631,1632d4056 4550< else 4551< echo "$ac_t""no" 1>&6 45521635,1666d4058 4553< 4554< *) echo $ac_n "checking for floor in -lm""... $ac_c" 1>&6 4555< echo "configure:1638: checking for floor in -lm" >&5 4556< ac_lib_var=`echo m'_'floor | sed 'y%./+-%__p_%'` 4557< if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4558< echo $ac_n "(cached) $ac_c" 1>&6 4559< else 4560< ac_save_LIBS="$LIBS" 4561< LIBS="-lm $LIBS" 4562< cat > conftest.$ac_ext <<EOF 4563< #line 1646 "configure" 4564< #include "confdefs.h" 4565< /* Override any gcc2 internal prototype to avoid an error. */ 4566< /* We use char because int might match the return type of a gcc2 4567< builtin and then its argument prototype would still apply. */ 4568< char floor(); 4569< 4570< int main() { 4571< floor() 4572< ; return 0; } 4573< EOF 4574< if { (eval echo configure:1657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4575< rm -rf conftest* 4576< eval "ac_cv_lib_$ac_lib_var=yes" 4577< else 4578< echo "configure: failed program was:" >&5 4579< cat conftest.$ac_ext >&5 4580< rm -rf conftest* 4581< eval "ac_cv_lib_$ac_lib_var=no" 4582< fi 4583< rm -f conftest* 4584< LIBS="$ac_save_LIBS" 45851668,1675c4060,4129 4586< fi 4587< if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 4588< echo "$ac_t""yes" 1>&6 4589< ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 4590< -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` 4591< cat >> confdefs.h <<EOF 4592< #define $ac_tr_lib 1 4593< EOF 4594--- 4595> *) 4596> { $as_echo "$as_me:$LINENO: checking for floor in -lm" >&5 4597> $as_echo_n "checking for floor in -lm... " >&6; } 4598> if test "${ac_cv_lib_m_floor+set}" = set; then 4599> $as_echo_n "(cached) " >&6 4600> else 4601> ac_check_lib_save_LIBS=$LIBS 4602> LIBS="-lm $LIBS" 4603> cat >conftest.$ac_ext <<_ACEOF 4604> /* confdefs.h. */ 4605> _ACEOF 4606> cat confdefs.h >>conftest.$ac_ext 4607> cat >>conftest.$ac_ext <<_ACEOF 4608> /* end confdefs.h. */ 4609> 4610> /* Override any GCC internal prototype to avoid an error. 4611> Use char because int might match the return type of a GCC 4612> builtin and then its argument prototype would still apply. */ 4613> #ifdef __cplusplus 4614> extern "C" 4615> #endif 4616> char floor (); 4617> int 4618> main () 4619> { 4620> return floor (); 4621> ; 4622> return 0; 4623> } 4624> _ACEOF 4625> rm -f conftest.$ac_objext conftest$ac_exeext 4626> if { (ac_try="$ac_link" 4627> case "(($ac_try" in 4628> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4629> *) ac_try_echo=$ac_try;; 4630> esac 4631> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4632> $as_echo "$ac_try_echo") >&5 4633> (eval "$ac_link") 2>conftest.er1 4634> ac_status=$? 4635> grep -v '^ *+' conftest.er1 >conftest.err 4636> rm -f conftest.er1 4637> cat conftest.err >&5 4638> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4639> (exit $ac_status); } && { 4640> test -z "$ac_c_werror_flag" || 4641> test ! -s conftest.err 4642> } && test -s conftest$ac_exeext && { 4643> test "$cross_compiling" = yes || 4644> $as_test_x conftest$ac_exeext 4645> }; then 4646> ac_cv_lib_m_floor=yes 4647> else 4648> $as_echo "$as_me: failed program was:" >&5 4649> sed 's/^/| /' conftest.$ac_ext >&5 4650> 4651> ac_cv_lib_m_floor=no 4652> fi 4653> 4654> rm -rf conftest.dSYM 4655> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4656> conftest$ac_exeext conftest.$ac_ext 4657> LIBS=$ac_check_lib_save_LIBS 4658> fi 4659> { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_floor" >&5 4660> $as_echo "$ac_cv_lib_m_floor" >&6; } 4661> if test "x$ac_cv_lib_m_floor" = x""yes; then 4662> cat >>confdefs.h <<_ACEOF 4663> #define HAVE_LIBM 1 4664> _ACEOF 46651679,1680d4132 4666< else 4667< echo "$ac_t""no" 1>&6 46681682c4134 4669< 4670--- 4671> 46721687,1688c4139,4140 4673< echo $ac_n "checking whether to build shared libraries""... $ac_c" 1>&6 4674< echo "configure:1689: checking whether to build shared libraries" >&5 4675--- 4676> { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 4677> $as_echo_n "checking whether to build shared libraries... " >&6; } 46781690c4142 4679< # Check whether --enable-shared or --disable-shared was given. 4680--- 4681> # Check whether --enable-shared was given. 46821692,1693c4144 4683< enableval="$enable_shared" 4684< case "${enableval}" in 4685--- 4686> enableval=$enable_shared; case "${enableval}" in 46871703c4154,4155 4688< echo "$ac_t""$enabled" 1>&6 4689--- 4690> { $as_echo "$as_me:$LINENO: result: $enabled" >&5 4691> $as_echo "$enabled" >&6; } 46921706,1707c4158,4159 4693< echo $ac_n "checking whether to build static libraries""... $ac_c" 1>&6 4694< echo "configure:1708: checking whether to build static libraries" >&5 4695--- 4696> { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5 4697> $as_echo_n "checking whether to build static libraries... " >&6; } 46981709c4161 4699< # Check whether --enable-static or --disable-static was given. 4700--- 4701> # Check whether --enable-static was given. 47021711,1712c4163 4703< enableval="$enable_static" 4704< case "${enableval}" in 4705--- 4706> enableval=$enable_static; case "${enableval}" in 47071719c4170,4171 4708< echo "$ac_t""$enabled" 1>&6 4709--- 4710> { $as_echo "$as_me:$LINENO: result: $enabled" >&5 4711> $as_echo "$enabled" >&6; } 47121722,1723c4174,4175 4713< echo $ac_n "checking whether to build debug libraries""... $ac_c" 1>&6 4714< echo "configure:1724: checking whether to build debug libraries" >&5 4715--- 4716> { $as_echo "$as_me:$LINENO: checking whether to build debug libraries" >&5 4717> $as_echo_n "checking whether to build debug libraries... " >&6; } 47181726c4178 4719< # Check whether --enable-debug or --disable-debug was given. 4720--- 4721> # Check whether --enable-debug was given. 47221728,1729c4180 4723< enableval="$enable_debug" 4724< case "${enableval}" in 4725--- 4726> enableval=$enable_debug; case "${enableval}" in 47271735c4186,4187 4728< echo "$ac_t""$enabled" 1>&6 4729--- 4730> { $as_echo "$as_me:$LINENO: result: $enabled" >&5 4731> $as_echo "$enabled" >&6; } 47321738,1739c4190,4191 4733< echo $ac_n "checking whether to build release libraries""... $ac_c" 1>&6 4734< echo "configure:1740: checking whether to build release libraries" >&5 4735--- 4736> { $as_echo "$as_me:$LINENO: checking whether to build release libraries" >&5 4737> $as_echo_n "checking whether to build release libraries... " >&6; } 47381742c4194 4739< # Check whether --enable-release or --disable-release was given. 4740--- 4741> # Check whether --enable-release was given. 47421744,1745c4196 4743< enableval="$enable_release" 4744< case "${enableval}" in 4745--- 4746> enableval=$enable_release; case "${enableval}" in 47471751c4202,4203 4748< echo "$ac_t""$enabled" 1>&6 4749--- 4750> { $as_echo "$as_me:$LINENO: result: $enabled" >&5 4751> $as_echo "$enabled" >&6; } 47521754,1759c4206,4212 4753< # Extract the first word of "ranlib", so it can be a program name with args. 4754< set dummy ranlib; ac_word=$2 4755< echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4756< echo "configure:1758: checking for $ac_word" >&5 4757< if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 4758< echo $ac_n "(cached) $ac_c" 1>&6 4759--- 4760> if test -n "$ac_tool_prefix"; then 4761> # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 4762> set dummy ${ac_tool_prefix}ranlib; ac_word=$2 4763> { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4764> $as_echo_n "checking for $ac_word... " >&6; } 4765> if test "${ac_cv_prog_RANLIB+set}" = set; then 4766> $as_echo_n "(cached) " >&6 47671764,1774c4217,4231 4768< IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 4769< ac_dummy="$PATH" 4770< for ac_dir in $ac_dummy; do 4771< test -z "$ac_dir" && ac_dir=. 4772< if test -f $ac_dir/$ac_word; then 4773< ac_cv_prog_RANLIB="ranlib" 4774< break 4775< fi 4776< done 4777< IFS="$ac_save_ifs" 4778< test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" 4779--- 4780> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4781> for as_dir in $PATH 4782> do 4783> IFS=$as_save_IFS 4784> test -z "$as_dir" && as_dir=. 4785> for ac_exec_ext in '' $ac_executable_extensions; do 4786> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4787> ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 4788> $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4789> break 2 4790> fi 4791> done 4792> done 4793> IFS=$as_save_IFS 4794> 47951777c4234 4796< RANLIB="$ac_cv_prog_RANLIB" 4797--- 4798> RANLIB=$ac_cv_prog_RANLIB 47991779c4236,4293 4800< echo "$ac_t""$RANLIB" 1>&6 4801--- 4802> { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 4803> $as_echo "$RANLIB" >&6; } 4804> else 4805> { $as_echo "$as_me:$LINENO: result: no" >&5 4806> $as_echo "no" >&6; } 4807> fi 4808> 4809> 4810> fi 4811> if test -z "$ac_cv_prog_RANLIB"; then 4812> ac_ct_RANLIB=$RANLIB 4813> # Extract the first word of "ranlib", so it can be a program name with args. 4814> set dummy ranlib; ac_word=$2 4815> { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4816> $as_echo_n "checking for $ac_word... " >&6; } 4817> if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 4818> $as_echo_n "(cached) " >&6 4819> else 4820> if test -n "$ac_ct_RANLIB"; then 4821> ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 4822> else 4823> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4824> for as_dir in $PATH 4825> do 4826> IFS=$as_save_IFS 4827> test -z "$as_dir" && as_dir=. 4828> for ac_exec_ext in '' $ac_executable_extensions; do 4829> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4830> ac_cv_prog_ac_ct_RANLIB="ranlib" 4831> $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4832> break 2 4833> fi 4834> done 4835> done 4836> IFS=$as_save_IFS 4837> 4838> fi 4839> fi 4840> ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 4841> if test -n "$ac_ct_RANLIB"; then 4842> { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 4843> $as_echo "$ac_ct_RANLIB" >&6; } 4844> else 4845> { $as_echo "$as_me:$LINENO: result: no" >&5 4846> $as_echo "no" >&6; } 4847> fi 4848> 4849> if test "x$ac_ct_RANLIB" = x; then 4850> RANLIB=":" 4851> else 4852> case $cross_compiling:$ac_tool_warned in 4853> yes:) 4854> { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 4855> $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 4856> ac_tool_warned=yes ;; 4857> esac 4858> RANLIB=$ac_ct_RANLIB 4859> fi 48601781c4295 4861< echo "$ac_t""no" 1>&6 4862--- 4863> RANLIB="$ac_cv_prog_RANLIB" 48641786,1789c4300,4303 4865< echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4866< echo "configure:1788: checking for $ac_word" >&5 4867< if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then 4868< echo $ac_n "(cached) $ac_c" 1>&6 4869--- 4870> { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4871> $as_echo_n "checking for $ac_word... " >&6; } 4872> if test "${ac_cv_path_AR+set}" = set; then 4873> $as_echo_n "(cached) " >&6 48741791,1792c4305,4306 4875< case "$AR" in 4876< /*) 4877--- 4878> case $AR in 4879> [\\/]* | ?:[\\/]*) 48801795,1797d4308 4881< ?:/*) 4882< ac_cv_path_AR="$AR" # Let the user override the test with a dos path. 4883< ;; 48841799,1808c4310,4325 4885< IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 4886< ac_dummy="$PATH:/bin:/usr/bin:/usr/ccs/bin" 4887< for ac_dir in $ac_dummy; do 4888< test -z "$ac_dir" && ac_dir=. 4889< if test -f $ac_dir/$ac_word; then 4890< ac_cv_path_AR="$ac_dir/$ac_word" 4891< break 4892< fi 4893< done 4894< IFS="$ac_save_ifs" 4895--- 4896> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4897> as_dummy="$PATH:/bin:/usr/bin:/usr/ccs/bin" 4898> for as_dir in $as_dummy 4899> do 4900> IFS=$as_save_IFS 4901> test -z "$as_dir" && as_dir=. 4902> for ac_exec_ext in '' $ac_executable_extensions; do 4903> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4904> ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext" 4905> $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4906> break 2 4907> fi 4908> done 4909> done 4910> IFS=$as_save_IFS 4911> 49121813c4330 4913< AR="$ac_cv_path_AR" 4914--- 4915> AR=$ac_cv_path_AR 49161815c4332,4333 4917< echo "$ac_t""$AR" 1>&6 4918--- 4919> { $as_echo "$as_me:$LINENO: result: $AR" >&5 4920> $as_echo "$AR" >&6; } 49211817c4335,4336 4922< echo "$ac_t""no" 1>&6 4923--- 4924> { $as_echo "$as_me:$LINENO: result: no" >&5 4925> $as_echo "no" >&6; } 49261821,1822c4340,4342 4927< echo $ac_n "checking whether to enable renaming of symbols""... $ac_c" 1>&6 4928< echo "configure:1823: checking whether to enable renaming of symbols" >&5 4929--- 4930> 4931> { $as_echo "$as_me:$LINENO: checking whether to enable renaming of symbols" >&5 4932> $as_echo_n "checking whether to enable renaming of symbols... " >&6; } 49331825c4345 4934< # Check whether --enable-renaming or --disable-renaming was given. 4935--- 4936> # Check whether --enable-renaming was given. 49371827,1828c4347 4938< enableval="$enable_renaming" 4939< case "${enableval}" in 4940--- 4941> enableval=$enable_renaming; case "${enableval}" in 49421835c4354,4355 4943< echo "$ac_t""$enabled" 1>&6 4944--- 4945> { $as_echo "$as_me:$LINENO: result: $enabled" >&5 4946> $as_echo "$enabled" >&6; } 49471838,1839c4358,4359 4948< echo $ac_n "checking whether to enable function and data tracing""... $ac_c" 1>&6 4949< echo "configure:1840: checking whether to enable function and data tracing" >&5 4950--- 4951> { $as_echo "$as_me:$LINENO: checking whether to enable function and data tracing" >&5 4952> $as_echo_n "checking whether to enable function and data tracing... " >&6; } 49531842c4362 4954< # Check whether --enable-tracing or --disable-tracing was given. 4955--- 4956> # Check whether --enable-tracing was given. 49571844,1845c4364 4958< enableval="$enable_tracing" 4959< case "${enableval}" in 4960--- 4961> enableval=$enable_tracing; case "${enableval}" in 49621852c4371,4372 4963< echo "$ac_t""$enabled" 1>&6 4964--- 4965> { $as_echo "$as_me:$LINENO: result: $enabled" >&5 4966> $as_echo "$enabled" >&6; } 49671855c4375 4968< # Check whether --enable-rpath or --disable-rpath was given. 4969--- 4970> # Check whether --enable-rpath was given. 49711857,1858c4377 4972< enableval="$enable_rpath" 4973< case "${enableval}" in 4974--- 4975> enableval=$enable_rpath; case "${enableval}" in 49761871,1874c4390,4393 4977< echo $ac_n "checking for definition of U_INLINE for C""... $ac_c" 1>&6 4978< echo "configure:1873: checking for definition of U_INLINE for C" >&5 4979< if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 4980< echo $ac_n "(cached) $ac_c" 1>&6 4981--- 4982> { $as_echo "$as_me:$LINENO: checking for definition of U_INLINE for C" >&5 4983> $as_echo_n "checking for definition of U_INLINE for C... " >&6; } 4984> if test "${ac_cv_c_inline+set}" = set; then 4985> $as_echo_n "(cached) " >&6 49861878,1880c4397,4402 4987< cat > conftest.$ac_ext <<EOF 4988< #line 1880 "configure" 4989< #include "confdefs.h" 4990--- 4991> cat >conftest.$ac_ext <<_ACEOF 4992> /* confdefs.h. */ 4993> _ACEOF 4994> cat confdefs.h >>conftest.$ac_ext 4995> cat >>conftest.$ac_ext <<_ACEOF 4996> /* end confdefs.h. */ 49971882c4404,4406 4998< int main() { 4999--- 5000> int 5001> main () 5002> { 50031884,1887c4408,4429 5004< ; return 0; } 5005< EOF 5006< if { (eval echo configure:1887: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5007< rm -rf conftest* 5008--- 5009> ; 5010> return 0; 5011> } 5012> _ACEOF 5013> rm -f conftest.$ac_objext 5014> if { (ac_try="$ac_compile" 5015> case "(($ac_try" in 5016> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5017> *) ac_try_echo=$ac_try;; 5018> esac 5019> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5020> $as_echo "$ac_try_echo") >&5 5021> (eval "$ac_compile") 2>conftest.er1 5022> ac_status=$? 5023> grep -v '^ *+' conftest.er1 >conftest.err 5024> rm -f conftest.er1 5025> cat conftest.err >&5 5026> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5027> (exit $ac_status); } && { 5028> test -z "$ac_c_werror_flag" || 5029> test ! -s conftest.err 5030> } && test -s conftest.$ac_objext; then 50311890,1891c4432,4435 5032< echo "configure: failed program was:" >&5 5033< cat conftest.$ac_ext >&5 5034--- 5035> $as_echo "$as_me: failed program was:" >&5 5036> sed 's/^/| /' conftest.$ac_ext >&5 5037> 5038> 50391893c4437,4438 5040< rm -f conftest* 5041--- 5042> 5043> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 50441895,1896d4439 5045< 5046< fi 50471898c4441,4443 5048< echo "$ac_t""$ac_cv_c_inline" 1>&6 5049--- 5050> fi 5051> { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 5052> $as_echo "$ac_cv_c_inline" >&6; } 50531908c4453 5054< # Check whether --enable-threads or --disable-threads was given. 5055--- 5056> # Check whether --enable-threads was given. 50571910,1911c4455 5058< enableval="$enable_threads" 5059< case "${enableval}" in 5060--- 5061> enableval=$enable_threads; case "${enableval}" in 50621914c4458,4460 5063< *) { echo "configure: error: bad value ${enableval} for --enable-threads" 1>&2; exit 1; } ;; 5064--- 5065> *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-threads" >&5 5066> $as_echo "$as_me: error: bad value ${enableval} for --enable-threads" >&2;} 5067> { (exit 1); exit 1; }; } ;; 50681930,1935c4476,4481 5069< 5070< echo $ac_n "checking for pthread_attr_init in -lpthread""... $ac_c" 1>&6 5071< echo "configure:1933: checking for pthread_attr_init in -lpthread" >&5 5072< ac_lib_var=`echo pthread'_'pthread_attr_init | sed 'y%./+-%__p_%'` 5073< if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5074< echo $ac_n "(cached) $ac_c" 1>&6 5075--- 5076> 5077> 5078> { $as_echo "$as_me:$LINENO: checking for pthread_attr_init in -lpthread" >&5 5079> $as_echo_n "checking for pthread_attr_init in -lpthread... " >&6; } 5080> if test "${ac_cv_lib_pthread_pthread_attr_init+set}" = set; then 5081> $as_echo_n "(cached) " >&6 50821937c4483 5083< ac_save_LIBS="$LIBS" 5084--- 5085> ac_check_lib_save_LIBS=$LIBS 50861939,1970c4485,4546 5087< cat > conftest.$ac_ext <<EOF 5088< #line 1941 "configure" 5089< #include "confdefs.h" 5090< /* Override any gcc2 internal prototype to avoid an error. */ 5091< /* We use char because int might match the return type of a gcc2 5092< builtin and then its argument prototype would still apply. */ 5093< char pthread_attr_init(); 5094< 5095< int main() { 5096< pthread_attr_init() 5097< ; return 0; } 5098< EOF 5099< if { (eval echo configure:1952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5100< rm -rf conftest* 5101< eval "ac_cv_lib_$ac_lib_var=yes" 5102< else 5103< echo "configure: failed program was:" >&5 5104< cat conftest.$ac_ext >&5 5105< rm -rf conftest* 5106< eval "ac_cv_lib_$ac_lib_var=no" 5107< fi 5108< rm -f conftest* 5109< LIBS="$ac_save_LIBS" 5110< 5111< fi 5112< if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 5113< echo "$ac_t""yes" 1>&6 5114< ac_tr_lib=HAVE_LIB`echo pthread | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 5115< -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` 5116< cat >> confdefs.h <<EOF 5117< #define $ac_tr_lib 1 5118< EOF 5119--- 5120> cat >conftest.$ac_ext <<_ACEOF 5121> /* confdefs.h. */ 5122> _ACEOF 5123> cat confdefs.h >>conftest.$ac_ext 5124> cat >>conftest.$ac_ext <<_ACEOF 5125> /* end confdefs.h. */ 5126> 5127> /* Override any GCC internal prototype to avoid an error. 5128> Use char because int might match the return type of a GCC 5129> builtin and then its argument prototype would still apply. */ 5130> #ifdef __cplusplus 5131> extern "C" 5132> #endif 5133> char pthread_attr_init (); 5134> int 5135> main () 5136> { 5137> return pthread_attr_init (); 5138> ; 5139> return 0; 5140> } 5141> _ACEOF 5142> rm -f conftest.$ac_objext conftest$ac_exeext 5143> if { (ac_try="$ac_link" 5144> case "(($ac_try" in 5145> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5146> *) ac_try_echo=$ac_try;; 5147> esac 5148> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5149> $as_echo "$ac_try_echo") >&5 5150> (eval "$ac_link") 2>conftest.er1 5151> ac_status=$? 5152> grep -v '^ *+' conftest.er1 >conftest.err 5153> rm -f conftest.er1 5154> cat conftest.err >&5 5155> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5156> (exit $ac_status); } && { 5157> test -z "$ac_c_werror_flag" || 5158> test ! -s conftest.err 5159> } && test -s conftest$ac_exeext && { 5160> test "$cross_compiling" = yes || 5161> $as_test_x conftest$ac_exeext 5162> }; then 5163> ac_cv_lib_pthread_pthread_attr_init=yes 5164> else 5165> $as_echo "$as_me: failed program was:" >&5 5166> sed 's/^/| /' conftest.$ac_ext >&5 5167> 5168> ac_cv_lib_pthread_pthread_attr_init=no 5169> fi 5170> 5171> rm -rf conftest.dSYM 5172> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5173> conftest$ac_exeext conftest.$ac_ext 5174> LIBS=$ac_check_lib_save_LIBS 5175> fi 5176> { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_attr_init" >&5 5177> $as_echo "$ac_cv_lib_pthread_pthread_attr_init" >&6; } 5178> if test "x$ac_cv_lib_pthread_pthread_attr_init" = x""yes; then 5179> cat >>confdefs.h <<_ACEOF 5180> #define HAVE_LIBPTHREAD 1 5181> _ACEOF 51821974,1975d4549 5183< else 5184< echo "$ac_t""no" 1>&6 51851981,1986c4555,4560 5186< 5187< 5188< echo $ac_n "checking for library containing pthread_mutex_destroy""... $ac_c" 1>&6 5189< echo "configure:1985: checking for library containing pthread_mutex_destroy" >&5 5190< if eval "test \"`echo '$''{'ac_cv_search_pthread_mutex_destroy'+set}'`\" = set"; then 5191< echo $ac_n "(cached) $ac_c" 1>&6 5192--- 5193> 5194> 5195> { $as_echo "$as_me:$LINENO: checking for library containing pthread_mutex_destroy" >&5 5196> $as_echo_n "checking for library containing pthread_mutex_destroy... " >&6; } 5197> if test "${ac_cv_search_pthread_mutex_destroy+set}" = set; then 5198> $as_echo_n "(cached) " >&6 51991992,2005c4566,4608 5200< cat > conftest.$ac_ext <<EOF 5201< #line 1994 "configure" 5202< #include "confdefs.h" 5203< /* Override any gcc2 internal prototype to avoid an error. */ 5204< /* We use char because int might match the return type of a gcc2 5205< builtin and then its argument prototype would still apply. */ 5206< char pthread_mutex_destroy(); 5207< 5208< int main() { 5209< pthread_mutex_destroy() 5210< ; return 0; } 5211< EOF 5212< if { (eval echo configure:2005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5213< rm -rf conftest* 5214--- 5215> cat >conftest.$ac_ext <<_ACEOF 5216> /* confdefs.h. */ 5217> _ACEOF 5218> cat confdefs.h >>conftest.$ac_ext 5219> cat >>conftest.$ac_ext <<_ACEOF 5220> /* end confdefs.h. */ 5221> 5222> /* Override any GCC internal prototype to avoid an error. 5223> Use char because int might match the return type of a GCC 5224> builtin and then its argument prototype would still apply. */ 5225> #ifdef __cplusplus 5226> extern "C" 5227> #endif 5228> char pthread_mutex_destroy (); 5229> int 5230> main () 5231> { 5232> return pthread_mutex_destroy (); 5233> ; 5234> return 0; 5235> } 5236> _ACEOF 5237> rm -f conftest.$ac_objext conftest$ac_exeext 5238> if { (ac_try="$ac_link" 5239> case "(($ac_try" in 5240> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5241> *) ac_try_echo=$ac_try;; 5242> esac 5243> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5244> $as_echo "$ac_try_echo") >&5 5245> (eval "$ac_link") 2>conftest.er1 5246> ac_status=$? 5247> grep -v '^ *+' conftest.er1 >conftest.err 5248> rm -f conftest.er1 5249> cat conftest.err >&5 5250> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5251> (exit $ac_status); } && { 5252> test -z "$ac_c_werror_flag" || 5253> test ! -s conftest.err 5254> } && test -s conftest$ac_exeext && { 5255> test "$cross_compiling" = yes || 5256> $as_test_x conftest$ac_exeext 5257> }; then 52582009,2010c4612,4615 5259< echo "configure: failed program was:" >&5 5260< cat conftest.$ac_ext >&5 5261--- 5262> $as_echo "$as_me: failed program was:" >&5 5263> sed 's/^/| /' conftest.$ac_ext >&5 5264> 5265> 52662012c4617,4620 5267< rm -f conftest* 5268--- 5269> 5270> rm -rf conftest.dSYM 5271> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5272> conftest$ac_exeext conftest.$ac_ext 52732015,2028c4623,4665 5274< cat > conftest.$ac_ext <<EOF 5275< #line 2017 "configure" 5276< #include "confdefs.h" 5277< /* Override any gcc2 internal prototype to avoid an error. */ 5278< /* We use char because int might match the return type of a gcc2 5279< builtin and then its argument prototype would still apply. */ 5280< char pthread_mutex_destroy(); 5281< 5282< int main() { 5283< pthread_mutex_destroy() 5284< ; return 0; } 5285< EOF 5286< if { (eval echo configure:2028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5287< rm -rf conftest* 5288--- 5289> cat >conftest.$ac_ext <<_ACEOF 5290> /* confdefs.h. */ 5291> _ACEOF 5292> cat confdefs.h >>conftest.$ac_ext 5293> cat >>conftest.$ac_ext <<_ACEOF 5294> /* end confdefs.h. */ 5295> 5296> /* Override any GCC internal prototype to avoid an error. 5297> Use char because int might match the return type of a GCC 5298> builtin and then its argument prototype would still apply. */ 5299> #ifdef __cplusplus 5300> extern "C" 5301> #endif 5302> char pthread_mutex_destroy (); 5303> int 5304> main () 5305> { 5306> return pthread_mutex_destroy (); 5307> ; 5308> return 0; 5309> } 5310> _ACEOF 5311> rm -f conftest.$ac_objext conftest$ac_exeext 5312> if { (ac_try="$ac_link" 5313> case "(($ac_try" in 5314> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5315> *) ac_try_echo=$ac_try;; 5316> esac 5317> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5318> $as_echo "$ac_try_echo") >&5 5319> (eval "$ac_link") 2>conftest.er1 5320> ac_status=$? 5321> grep -v '^ *+' conftest.er1 >conftest.err 5322> rm -f conftest.er1 5323> cat conftest.err >&5 5324> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5325> (exit $ac_status); } && { 5326> test -z "$ac_c_werror_flag" || 5327> test ! -s conftest.err 5328> } && test -s conftest$ac_exeext && { 5329> test "$cross_compiling" = yes || 5330> $as_test_x conftest$ac_exeext 5331> }; then 53322031,2032c4668,4671 5333< echo "configure: failed program was:" >&5 5334< cat conftest.$ac_ext >&5 5335--- 5336> $as_echo "$as_me: failed program was:" >&5 5337> sed 's/^/| /' conftest.$ac_ext >&5 5338> 5339> 53402034c4673,4676 5341< rm -f conftest* 5342--- 5343> 5344> rm -rf conftest.dSYM 5345> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5346> conftest$ac_exeext conftest.$ac_ext 53472038,2039c4680,4681 5348< 5349< echo "$ac_t""$ac_cv_search_pthread_mutex_destroy" 1>&6 5350--- 5351> { $as_echo "$as_me:$LINENO: result: $ac_cv_search_pthread_mutex_destroy" >&5 5352> $as_echo "$ac_cv_search_pthread_mutex_destroy" >&6; } 53532042c4684 5354< 5355--- 5356> 53572044c4686 5358< 5359--- 5360> 53612050,2054c4692,4696 5362< echo $ac_n "checking for pthread_mutex_init in -lpthread""... $ac_c" 1>&6 5363< echo "configure:2052: checking for pthread_mutex_init in -lpthread" >&5 5364< ac_lib_var=`echo pthread'_'pthread_mutex_init | sed 'y%./+-%__p_%'` 5365< if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5366< echo $ac_n "(cached) $ac_c" 1>&6 5367--- 5368> 5369> { $as_echo "$as_me:$LINENO: checking for pthread_mutex_init in -lpthread" >&5 5370> $as_echo_n "checking for pthread_mutex_init in -lpthread... " >&6; } 5371> if test "${ac_cv_lib_pthread_pthread_mutex_init+set}" = set; then 5372> $as_echo_n "(cached) " >&6 53732056c4698 5374< ac_save_LIBS="$LIBS" 5375--- 5376> ac_check_lib_save_LIBS=$LIBS 53772058,2089c4700,4761 5378< cat > conftest.$ac_ext <<EOF 5379< #line 2060 "configure" 5380< #include "confdefs.h" 5381< /* Override any gcc2 internal prototype to avoid an error. */ 5382< /* We use char because int might match the return type of a gcc2 5383< builtin and then its argument prototype would still apply. */ 5384< char pthread_mutex_init(); 5385< 5386< int main() { 5387< pthread_mutex_init() 5388< ; return 0; } 5389< EOF 5390< if { (eval echo configure:2071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5391< rm -rf conftest* 5392< eval "ac_cv_lib_$ac_lib_var=yes" 5393< else 5394< echo "configure: failed program was:" >&5 5395< cat conftest.$ac_ext >&5 5396< rm -rf conftest* 5397< eval "ac_cv_lib_$ac_lib_var=no" 5398< fi 5399< rm -f conftest* 5400< LIBS="$ac_save_LIBS" 5401< 5402< fi 5403< if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 5404< echo "$ac_t""yes" 1>&6 5405< ac_tr_lib=HAVE_LIB`echo pthread | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 5406< -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` 5407< cat >> confdefs.h <<EOF 5408< #define $ac_tr_lib 1 5409< EOF 5410--- 5411> cat >conftest.$ac_ext <<_ACEOF 5412> /* confdefs.h. */ 5413> _ACEOF 5414> cat confdefs.h >>conftest.$ac_ext 5415> cat >>conftest.$ac_ext <<_ACEOF 5416> /* end confdefs.h. */ 5417> 5418> /* Override any GCC internal prototype to avoid an error. 5419> Use char because int might match the return type of a GCC 5420> builtin and then its argument prototype would still apply. */ 5421> #ifdef __cplusplus 5422> extern "C" 5423> #endif 5424> char pthread_mutex_init (); 5425> int 5426> main () 5427> { 5428> return pthread_mutex_init (); 5429> ; 5430> return 0; 5431> } 5432> _ACEOF 5433> rm -f conftest.$ac_objext conftest$ac_exeext 5434> if { (ac_try="$ac_link" 5435> case "(($ac_try" in 5436> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5437> *) ac_try_echo=$ac_try;; 5438> esac 5439> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5440> $as_echo "$ac_try_echo") >&5 5441> (eval "$ac_link") 2>conftest.er1 5442> ac_status=$? 5443> grep -v '^ *+' conftest.er1 >conftest.err 5444> rm -f conftest.er1 5445> cat conftest.err >&5 5446> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5447> (exit $ac_status); } && { 5448> test -z "$ac_c_werror_flag" || 5449> test ! -s conftest.err 5450> } && test -s conftest$ac_exeext && { 5451> test "$cross_compiling" = yes || 5452> $as_test_x conftest$ac_exeext 5453> }; then 5454> ac_cv_lib_pthread_pthread_mutex_init=yes 5455> else 5456> $as_echo "$as_me: failed program was:" >&5 5457> sed 's/^/| /' conftest.$ac_ext >&5 5458> 5459> ac_cv_lib_pthread_pthread_mutex_init=no 5460> fi 5461> 5462> rm -rf conftest.dSYM 5463> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5464> conftest$ac_exeext conftest.$ac_ext 5465> LIBS=$ac_check_lib_save_LIBS 5466> fi 5467> { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_mutex_init" >&5 5468> $as_echo "$ac_cv_lib_pthread_pthread_mutex_init" >&6; } 5469> if test "x$ac_cv_lib_pthread_pthread_mutex_init" = x""yes; then 5470> cat >>confdefs.h <<_ACEOF 5471> #define HAVE_LIBPTHREAD 1 5472> _ACEOF 54732093,2094d4764 5474< else 5475< echo "$ac_t""no" 1>&6 54762102,2109c4772,4786 5477< echo $ac_n "checking for pthread_mutex_lock""... $ac_c" 1>&6 5478< echo "configure:2104: checking for pthread_mutex_lock" >&5 5479< if eval "test \"`echo '$''{'ac_cv_func_pthread_mutex_lock'+set}'`\" = set"; then 5480< echo $ac_n "(cached) $ac_c" 1>&6 5481< else 5482< cat > conftest.$ac_ext <<EOF 5483< #line 2109 "configure" 5484< #include "confdefs.h" 5485--- 5486> { $as_echo "$as_me:$LINENO: checking for pthread_mutex_lock" >&5 5487> $as_echo_n "checking for pthread_mutex_lock... " >&6; } 5488> if test "${ac_cv_func_pthread_mutex_lock+set}" = set; then 5489> $as_echo_n "(cached) " >&6 5490> else 5491> cat >conftest.$ac_ext <<_ACEOF 5492> /* confdefs.h. */ 5493> _ACEOF 5494> cat confdefs.h >>conftest.$ac_ext 5495> cat >>conftest.$ac_ext <<_ACEOF 5496> /* end confdefs.h. */ 5497> /* Define pthread_mutex_lock to an innocuous variant, in case <limits.h> declares pthread_mutex_lock. 5498> For example, HP-UX 11i <limits.h> declares gettimeofday. */ 5499> #define pthread_mutex_lock innocuous_pthread_mutex_lock 5500> 55012111,2116c4788,4796 5502< which can conflict with char pthread_mutex_lock(); below. */ 5503< #include <assert.h> 5504< /* Override any gcc2 internal prototype to avoid an error. */ 5505< /* We use char because int might match the return type of a gcc2 5506< builtin and then its argument prototype would still apply. */ 5507< char pthread_mutex_lock(); 5508--- 5509> which can conflict with char pthread_mutex_lock (); below. 5510> Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 5511> <limits.h> exists even on freestanding compilers. */ 5512> 5513> #ifdef __STDC__ 5514> # include <limits.h> 5515> #else 5516> # include <assert.h> 5517> #endif 55182118c4798 5519< int main() { 5520--- 5521> #undef pthread_mutex_lock 55222119a4800,4806 5523> /* Override any GCC internal prototype to avoid an error. 5524> Use char because int might match the return type of a GCC 5525> builtin and then its argument prototype would still apply. */ 5526> #ifdef __cplusplus 5527> extern "C" 5528> #endif 5529> char pthread_mutex_lock (); 55302123c4810 5531< #if defined (__stub_pthread_mutex_lock) || defined (__stub___pthread_mutex_lock) 5532--- 5533> #if defined __stub_pthread_mutex_lock || defined __stub___pthread_mutex_lock 55342125,2126d4811 5535< #else 5536< pthread_mutex_lock(); 55372129,2147c4814,4853 5538< ; return 0; } 5539< EOF 5540< if { (eval echo configure:2132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5541< rm -rf conftest* 5542< eval "ac_cv_func_pthread_mutex_lock=yes" 5543< else 5544< echo "configure: failed program was:" >&5 5545< cat conftest.$ac_ext >&5 5546< rm -rf conftest* 5547< eval "ac_cv_func_pthread_mutex_lock=no" 5548< fi 5549< rm -f conftest* 5550< fi 5551< 5552< if eval "test \"`echo '$ac_cv_func_'pthread_mutex_lock`\" = yes"; then 5553< echo "$ac_t""yes" 1>&6 5554< : 5555< else 5556< echo "$ac_t""no" 1>&6 5557--- 5558> int 5559> main () 5560> { 5561> return pthread_mutex_lock (); 5562> ; 5563> return 0; 5564> } 5565> _ACEOF 5566> rm -f conftest.$ac_objext conftest$ac_exeext 5567> if { (ac_try="$ac_link" 5568> case "(($ac_try" in 5569> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5570> *) ac_try_echo=$ac_try;; 5571> esac 5572> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5573> $as_echo "$ac_try_echo") >&5 5574> (eval "$ac_link") 2>conftest.er1 5575> ac_status=$? 5576> grep -v '^ *+' conftest.er1 >conftest.err 5577> rm -f conftest.er1 5578> cat conftest.err >&5 5579> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5580> (exit $ac_status); } && { 5581> test -z "$ac_c_werror_flag" || 5582> test ! -s conftest.err 5583> } && test -s conftest$ac_exeext && { 5584> test "$cross_compiling" = yes || 5585> $as_test_x conftest$ac_exeext 5586> }; then 5587> ac_cv_func_pthread_mutex_lock=yes 5588> else 5589> $as_echo "$as_me: failed program was:" >&5 5590> sed 's/^/| /' conftest.$ac_ext >&5 5591> 5592> ac_cv_func_pthread_mutex_lock=no 5593> fi 5594> 5595> rm -rf conftest.dSYM 5596> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5597> conftest$ac_exeext conftest.$ac_ext 55982148a4855,4856 5599> { $as_echo "$as_me:$LINENO: result: $ac_cv_func_pthread_mutex_lock" >&5 5600> $as_echo "$ac_cv_func_pthread_mutex_lock" >&6; } 56012156c4864 5602< if test "$ac_cv_prog_gcc" = no; then 5603--- 5604> if test "$ac_cv_c_compiler_gnu" = no; then 56052180,2188c4888,4899 5606< echo $ac_n "checking for mmap""... $ac_c" 1>&6 5607< echo "configure:2182: checking for mmap" >&5 5608< if eval "test \"`echo '$''{'ac_cv_func_mmap_ok'+set}'`\" = set"; then 5609< echo $ac_n "(cached) $ac_c" 1>&6 5610< else 5611< cat > conftest.$ac_ext <<EOF 5612< #line 2187 "configure" 5613< #include "confdefs.h" 5614< 5615--- 5616> { $as_echo "$as_me:$LINENO: checking for mmap" >&5 5617> $as_echo_n "checking for mmap... " >&6; } 5618> if test "${ac_cv_func_mmap_ok+set}" = set; then 5619> $as_echo_n "(cached) " >&6 5620> else 5621> cat >conftest.$ac_ext <<_ACEOF 5622> /* confdefs.h. */ 5623> _ACEOF 5624> cat confdefs.h >>conftest.$ac_ext 5625> cat >>conftest.$ac_ext <<_ACEOF 5626> /* end confdefs.h. */ 5627> 56282193,2194c4904,4907 5629< 5630< int main() { 5631--- 5632> 5633> int 5634> main () 5635> { 56362196,2199c4909,4933 5637< ; return 0; } 5638< EOF 5639< if { (eval echo configure:2199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5640< rm -rf conftest* 5641--- 5642> ; 5643> return 0; 5644> } 5645> _ACEOF 5646> rm -f conftest.$ac_objext conftest$ac_exeext 5647> if { (ac_try="$ac_link" 5648> case "(($ac_try" in 5649> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5650> *) ac_try_echo=$ac_try;; 5651> esac 5652> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5653> $as_echo "$ac_try_echo") >&5 5654> (eval "$ac_link") 2>conftest.er1 5655> ac_status=$? 5656> grep -v '^ *+' conftest.er1 >conftest.err 5657> rm -f conftest.er1 5658> cat conftest.err >&5 5659> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5660> (exit $ac_status); } && { 5661> test -z "$ac_c_werror_flag" || 5662> test ! -s conftest.err 5663> } && test -s conftest$ac_exeext && { 5664> test "$cross_compiling" = yes || 5665> $as_test_x conftest$ac_exeext 5666> }; then 56672202,2205c4936,4939 5668< echo "configure: failed program was:" >&5 5669< cat conftest.$ac_ext >&5 5670< rm -rf conftest* 5671< ac_cv_func_mmap_ok=no 5672--- 5673> $as_echo "$as_me: failed program was:" >&5 5674> sed 's/^/| /' conftest.$ac_ext >&5 5675> 5676> ac_cv_func_mmap_ok=no 56772207c4941,4944 5678< rm -f conftest* 5679--- 5680> 5681> rm -rf conftest.dSYM 5682> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5683> conftest$ac_exeext conftest.$ac_ext 56842210c4947,4948 5685< echo "$ac_t""$ac_cv_func_mmap_ok" 1>&6 5686--- 5687> { $as_echo "$as_me:$LINENO: result: $ac_cv_func_mmap_ok" >&5 5688> $as_echo "$ac_cv_func_mmap_ok" >&6; } 56892227,2228c4965,4971 5690< echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 5691< echo "configure:2229: checking how to run the C preprocessor" >&5 5692--- 5693> ac_ext=c 5694> ac_cpp='$CPP $CPPFLAGS' 5695> ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5696> ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5697> ac_compiler_gnu=$ac_cv_c_compiler_gnu 5698> { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 5699> $as_echo_n "checking how to run the C preprocessor... " >&6; } 57002234,2235c4977,5084 5701< if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then 5702< echo $ac_n "(cached) $ac_c" 1>&6 5703--- 5704> if test "${ac_cv_prog_CPP+set}" = set; then 5705> $as_echo_n "(cached) " >&6 5706> else 5707> # Double quotes because CPP needs to be expanded 5708> for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 5709> do 5710> ac_preproc_ok=false 5711> for ac_c_preproc_warn_flag in '' yes 5712> do 5713> # Use a header file that comes with gcc, so configuring glibc 5714> # with a fresh cross-compiler works. 5715> # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 5716> # <limits.h> exists even on freestanding compilers. 5717> # On the NeXT, cc -E runs the code through the compiler's parser, 5718> # not just through cpp. "Syntax error" is here to catch this case. 5719> cat >conftest.$ac_ext <<_ACEOF 5720> /* confdefs.h. */ 5721> _ACEOF 5722> cat confdefs.h >>conftest.$ac_ext 5723> cat >>conftest.$ac_ext <<_ACEOF 5724> /* end confdefs.h. */ 5725> #ifdef __STDC__ 5726> # include <limits.h> 5727> #else 5728> # include <assert.h> 5729> #endif 5730> Syntax error 5731> _ACEOF 5732> if { (ac_try="$ac_cpp conftest.$ac_ext" 5733> case "(($ac_try" in 5734> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5735> *) ac_try_echo=$ac_try;; 5736> esac 5737> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5738> $as_echo "$ac_try_echo") >&5 5739> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5740> ac_status=$? 5741> grep -v '^ *+' conftest.er1 >conftest.err 5742> rm -f conftest.er1 5743> cat conftest.err >&5 5744> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5745> (exit $ac_status); } >/dev/null && { 5746> test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5747> test ! -s conftest.err 5748> }; then 5749> : 5750> else 5751> $as_echo "$as_me: failed program was:" >&5 5752> sed 's/^/| /' conftest.$ac_ext >&5 5753> 5754> # Broken: fails on valid input. 5755> continue 5756> fi 5757> 5758> rm -f conftest.err conftest.$ac_ext 5759> 5760> # OK, works on sane cases. Now check whether nonexistent headers 5761> # can be detected and how. 5762> cat >conftest.$ac_ext <<_ACEOF 5763> /* confdefs.h. */ 5764> _ACEOF 5765> cat confdefs.h >>conftest.$ac_ext 5766> cat >>conftest.$ac_ext <<_ACEOF 5767> /* end confdefs.h. */ 5768> #include <ac_nonexistent.h> 5769> _ACEOF 5770> if { (ac_try="$ac_cpp conftest.$ac_ext" 5771> case "(($ac_try" in 5772> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5773> *) ac_try_echo=$ac_try;; 5774> esac 5775> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5776> $as_echo "$ac_try_echo") >&5 5777> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5778> ac_status=$? 5779> grep -v '^ *+' conftest.er1 >conftest.err 5780> rm -f conftest.er1 5781> cat conftest.err >&5 5782> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5783> (exit $ac_status); } >/dev/null && { 5784> test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5785> test ! -s conftest.err 5786> }; then 5787> # Broken: success on invalid input. 5788> continue 5789> else 5790> $as_echo "$as_me: failed program was:" >&5 5791> sed 's/^/| /' conftest.$ac_ext >&5 5792> 5793> # Passes both tests. 5794> ac_preproc_ok=: 5795> break 5796> fi 5797> 5798> rm -f conftest.err conftest.$ac_ext 5799> 5800> done 5801> # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5802> rm -f conftest.err conftest.$ac_ext 5803> if $ac_preproc_ok; then 5804> break 5805> fi 5806> 5807> done 5808> ac_cv_prog_CPP=$CPP 5809> 5810> fi 5811> CPP=$ac_cv_prog_CPP 58122237,2239c5086,5096 5813< # This must be in double quotes, not single quotes, because CPP may get 5814< # substituted into the Makefile and "${CC-cc}" will confuse make. 5815< CPP="${CC-cc} -E" 5816--- 5817> ac_cv_prog_CPP=$CPP 5818> fi 5819> { $as_echo "$as_me:$LINENO: result: $CPP" >&5 5820> $as_echo "$CPP" >&6; } 5821> ac_preproc_ok=false 5822> for ac_c_preproc_warn_flag in '' yes 5823> do 5824> # Use a header file that comes with gcc, so configuring glibc 5825> # with a fresh cross-compiler works. 5826> # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 5827> # <limits.h> exists even on freestanding compilers. 58282241,2251c5098,5128 5829< # not just through cpp. 5830< cat > conftest.$ac_ext <<EOF 5831< #line 2244 "configure" 5832< #include "confdefs.h" 5833< #include <assert.h> 5834< Syntax Error 5835< EOF 5836< ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5837< { (eval echo configure:2250: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5838< ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5839< if test -z "$ac_err"; then 5840--- 5841> # not just through cpp. "Syntax error" is here to catch this case. 5842> cat >conftest.$ac_ext <<_ACEOF 5843> /* confdefs.h. */ 5844> _ACEOF 5845> cat confdefs.h >>conftest.$ac_ext 5846> cat >>conftest.$ac_ext <<_ACEOF 5847> /* end confdefs.h. */ 5848> #ifdef __STDC__ 5849> # include <limits.h> 5850> #else 5851> # include <assert.h> 5852> #endif 5853> Syntax error 5854> _ACEOF 5855> if { (ac_try="$ac_cpp conftest.$ac_ext" 5856> case "(($ac_try" in 5857> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5858> *) ac_try_echo=$ac_try;; 5859> esac 5860> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5861> $as_echo "$ac_try_echo") >&5 5862> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5863> ac_status=$? 5864> grep -v '^ *+' conftest.er1 >conftest.err 5865> rm -f conftest.er1 5866> cat conftest.err >&5 5867> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5868> (exit $ac_status); } >/dev/null && { 5869> test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5870> test ! -s conftest.err 5871> }; then 58722254,2268c5131,5183 5873< echo "$ac_err" >&5 5874< echo "configure: failed program was:" >&5 5875< cat conftest.$ac_ext >&5 5876< rm -rf conftest* 5877< CPP="${CC-cc} -E -traditional-cpp" 5878< cat > conftest.$ac_ext <<EOF 5879< #line 2261 "configure" 5880< #include "confdefs.h" 5881< #include <assert.h> 5882< Syntax Error 5883< EOF 5884< ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5885< { (eval echo configure:2267: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5886< ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5887< if test -z "$ac_err"; then 5888--- 5889> $as_echo "$as_me: failed program was:" >&5 5890> sed 's/^/| /' conftest.$ac_ext >&5 5891> 5892> # Broken: fails on valid input. 5893> continue 5894> fi 5895> 5896> rm -f conftest.err conftest.$ac_ext 5897> 5898> # OK, works on sane cases. Now check whether nonexistent headers 5899> # can be detected and how. 5900> cat >conftest.$ac_ext <<_ACEOF 5901> /* confdefs.h. */ 5902> _ACEOF 5903> cat confdefs.h >>conftest.$ac_ext 5904> cat >>conftest.$ac_ext <<_ACEOF 5905> /* end confdefs.h. */ 5906> #include <ac_nonexistent.h> 5907> _ACEOF 5908> if { (ac_try="$ac_cpp conftest.$ac_ext" 5909> case "(($ac_try" in 5910> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5911> *) ac_try_echo=$ac_try;; 5912> esac 5913> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5914> $as_echo "$ac_try_echo") >&5 5915> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5916> ac_status=$? 5917> grep -v '^ *+' conftest.er1 >conftest.err 5918> rm -f conftest.er1 5919> cat conftest.err >&5 5920> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5921> (exit $ac_status); } >/dev/null && { 5922> test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5923> test ! -s conftest.err 5924> }; then 5925> # Broken: success on invalid input. 5926> continue 5927> else 5928> $as_echo "$as_me: failed program was:" >&5 5929> sed 's/^/| /' conftest.$ac_ext >&5 5930> 5931> # Passes both tests. 5932> ac_preproc_ok=: 5933> break 5934> fi 5935> 5936> rm -f conftest.err conftest.$ac_ext 5937> 5938> done 5939> # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5940> rm -f conftest.err conftest.$ac_ext 5941> if $ac_preproc_ok; then 59422271,2285c5186,5400 5943< echo "$ac_err" >&5 5944< echo "configure: failed program was:" >&5 5945< cat conftest.$ac_ext >&5 5946< rm -rf conftest* 5947< CPP="${CC-cc} -nologo -E" 5948< cat > conftest.$ac_ext <<EOF 5949< #line 2278 "configure" 5950< #include "confdefs.h" 5951< #include <assert.h> 5952< Syntax Error 5953< EOF 5954< ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5955< { (eval echo configure:2284: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5956< ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5957< if test -z "$ac_err"; then 5958--- 5959> { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 5960> $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5961> { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 5962> See \`config.log' for more details." >&5 5963> $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 5964> See \`config.log' for more details." >&2;} 5965> { (exit 1); exit 1; }; }; } 5966> fi 5967> 5968> ac_ext=c 5969> ac_cpp='$CPP $CPPFLAGS' 5970> ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5971> ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5972> ac_compiler_gnu=$ac_cv_c_compiler_gnu 5973> 5974> 5975> { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 5976> $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 5977> if test "${ac_cv_path_GREP+set}" = set; then 5978> $as_echo_n "(cached) " >&6 5979> else 5980> if test -z "$GREP"; then 5981> ac_path_GREP_found=false 5982> # Loop through the user's path and test for each of PROGNAME-LIST 5983> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5984> for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 5985> do 5986> IFS=$as_save_IFS 5987> test -z "$as_dir" && as_dir=. 5988> for ac_prog in grep ggrep; do 5989> for ac_exec_ext in '' $ac_executable_extensions; do 5990> ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 5991> { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 5992> # Check for GNU ac_path_GREP and select it if it is found. 5993> # Check for GNU $ac_path_GREP 5994> case `"$ac_path_GREP" --version 2>&1` in 5995> *GNU*) 5996> ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 5997> *) 5998> ac_count=0 5999> $as_echo_n 0123456789 >"conftest.in" 6000> while : 6001> do 6002> cat "conftest.in" "conftest.in" >"conftest.tmp" 6003> mv "conftest.tmp" "conftest.in" 6004> cp "conftest.in" "conftest.nl" 6005> $as_echo 'GREP' >> "conftest.nl" 6006> "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 6007> diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 6008> ac_count=`expr $ac_count + 1` 6009> if test $ac_count -gt ${ac_path_GREP_max-0}; then 6010> # Best one so far, save it but keep looking for a better one 6011> ac_cv_path_GREP="$ac_path_GREP" 6012> ac_path_GREP_max=$ac_count 6013> fi 6014> # 10*(2^10) chars as input seems more than enough 6015> test $ac_count -gt 10 && break 6016> done 6017> rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 6018> esac 6019> 6020> $ac_path_GREP_found && break 3 6021> done 6022> done 6023> done 6024> IFS=$as_save_IFS 6025> if test -z "$ac_cv_path_GREP"; then 6026> { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 6027> $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 6028> { (exit 1); exit 1; }; } 6029> fi 6030> else 6031> ac_cv_path_GREP=$GREP 6032> fi 6033> 6034> fi 6035> { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 6036> $as_echo "$ac_cv_path_GREP" >&6; } 6037> GREP="$ac_cv_path_GREP" 6038> 6039> 6040> { $as_echo "$as_me:$LINENO: checking for egrep" >&5 6041> $as_echo_n "checking for egrep... " >&6; } 6042> if test "${ac_cv_path_EGREP+set}" = set; then 6043> $as_echo_n "(cached) " >&6 6044> else 6045> if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 6046> then ac_cv_path_EGREP="$GREP -E" 6047> else 6048> if test -z "$EGREP"; then 6049> ac_path_EGREP_found=false 6050> # Loop through the user's path and test for each of PROGNAME-LIST 6051> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 6052> for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 6053> do 6054> IFS=$as_save_IFS 6055> test -z "$as_dir" && as_dir=. 6056> for ac_prog in egrep; do 6057> for ac_exec_ext in '' $ac_executable_extensions; do 6058> ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 6059> { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 6060> # Check for GNU ac_path_EGREP and select it if it is found. 6061> # Check for GNU $ac_path_EGREP 6062> case `"$ac_path_EGREP" --version 2>&1` in 6063> *GNU*) 6064> ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 6065> *) 6066> ac_count=0 6067> $as_echo_n 0123456789 >"conftest.in" 6068> while : 6069> do 6070> cat "conftest.in" "conftest.in" >"conftest.tmp" 6071> mv "conftest.tmp" "conftest.in" 6072> cp "conftest.in" "conftest.nl" 6073> $as_echo 'EGREP' >> "conftest.nl" 6074> "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 6075> diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 6076> ac_count=`expr $ac_count + 1` 6077> if test $ac_count -gt ${ac_path_EGREP_max-0}; then 6078> # Best one so far, save it but keep looking for a better one 6079> ac_cv_path_EGREP="$ac_path_EGREP" 6080> ac_path_EGREP_max=$ac_count 6081> fi 6082> # 10*(2^10) chars as input seems more than enough 6083> test $ac_count -gt 10 && break 6084> done 6085> rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 6086> esac 6087> 6088> $ac_path_EGREP_found && break 3 6089> done 6090> done 6091> done 6092> IFS=$as_save_IFS 6093> if test -z "$ac_cv_path_EGREP"; then 6094> { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 6095> $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 6096> { (exit 1); exit 1; }; } 6097> fi 6098> else 6099> ac_cv_path_EGREP=$EGREP 6100> fi 6101> 6102> fi 6103> fi 6104> { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 6105> $as_echo "$ac_cv_path_EGREP" >&6; } 6106> EGREP="$ac_cv_path_EGREP" 6107> 6108> 6109> { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 6110> $as_echo_n "checking for ANSI C header files... " >&6; } 6111> if test "${ac_cv_header_stdc+set}" = set; then 6112> $as_echo_n "(cached) " >&6 6113> else 6114> cat >conftest.$ac_ext <<_ACEOF 6115> /* confdefs.h. */ 6116> _ACEOF 6117> cat confdefs.h >>conftest.$ac_ext 6118> cat >>conftest.$ac_ext <<_ACEOF 6119> /* end confdefs.h. */ 6120> #include <stdlib.h> 6121> #include <stdarg.h> 6122> #include <string.h> 6123> #include <float.h> 6124> 6125> int 6126> main () 6127> { 6128> 6129> ; 6130> return 0; 6131> } 6132> _ACEOF 6133> rm -f conftest.$ac_objext 6134> if { (ac_try="$ac_compile" 6135> case "(($ac_try" in 6136> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6137> *) ac_try_echo=$ac_try;; 6138> esac 6139> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6140> $as_echo "$ac_try_echo") >&5 6141> (eval "$ac_compile") 2>conftest.er1 6142> ac_status=$? 6143> grep -v '^ *+' conftest.er1 >conftest.err 6144> rm -f conftest.er1 6145> cat conftest.err >&5 6146> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6147> (exit $ac_status); } && { 6148> test -z "$ac_c_werror_flag" || 6149> test ! -s conftest.err 6150> } && test -s conftest.$ac_objext; then 6151> ac_cv_header_stdc=yes 6152> else 6153> $as_echo "$as_me: failed program was:" >&5 6154> sed 's/^/| /' conftest.$ac_ext >&5 6155> 6156> ac_cv_header_stdc=no 6157> fi 6158> 6159> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6160> 6161> if test $ac_cv_header_stdc = yes; then 6162> # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 6163> cat >conftest.$ac_ext <<_ACEOF 6164> /* confdefs.h. */ 6165> _ACEOF 6166> cat confdefs.h >>conftest.$ac_ext 6167> cat >>conftest.$ac_ext <<_ACEOF 6168> /* end confdefs.h. */ 6169> #include <string.h> 6170> 6171> _ACEOF 6172> if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 6173> $EGREP "memchr" >/dev/null 2>&1; then 61742288,2292c5403 6175< echo "$ac_err" >&5 6176< echo "configure: failed program was:" >&5 6177< cat conftest.$ac_ext >&5 6178< rm -rf conftest* 6179< CPP=/lib/cpp 6180--- 6181> ac_cv_header_stdc=no 61822294a5406,5424 6183> 6184> fi 6185> 6186> if test $ac_cv_header_stdc = yes; then 6187> # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 6188> cat >conftest.$ac_ext <<_ACEOF 6189> /* confdefs.h. */ 6190> _ACEOF 6191> cat confdefs.h >>conftest.$ac_ext 6192> cat >>conftest.$ac_ext <<_ACEOF 6193> /* end confdefs.h. */ 6194> #include <stdlib.h> 6195> 6196> _ACEOF 6197> if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 6198> $EGREP "free" >/dev/null 2>&1; then 6199> : 6200> else 6201> ac_cv_header_stdc=no 62022296a5427,5501 6203> 6204> fi 6205> 6206> if test $ac_cv_header_stdc = yes; then 6207> # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 6208> if test "$cross_compiling" = yes; then 6209> : 6210> else 6211> cat >conftest.$ac_ext <<_ACEOF 6212> /* confdefs.h. */ 6213> _ACEOF 6214> cat confdefs.h >>conftest.$ac_ext 6215> cat >>conftest.$ac_ext <<_ACEOF 6216> /* end confdefs.h. */ 6217> #include <ctype.h> 6218> #include <stdlib.h> 6219> #if ((' ' & 0x0FF) == 0x020) 6220> # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 6221> # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 6222> #else 6223> # define ISLOWER(c) \ 6224> (('a' <= (c) && (c) <= 'i') \ 6225> || ('j' <= (c) && (c) <= 'r') \ 6226> || ('s' <= (c) && (c) <= 'z')) 6227> # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 6228> #endif 6229> 6230> #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 6231> int 6232> main () 6233> { 6234> int i; 6235> for (i = 0; i < 256; i++) 6236> if (XOR (islower (i), ISLOWER (i)) 6237> || toupper (i) != TOUPPER (i)) 6238> return 2; 6239> return 0; 6240> } 6241> _ACEOF 6242> rm -f conftest$ac_exeext 6243> if { (ac_try="$ac_link" 6244> case "(($ac_try" in 6245> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6246> *) ac_try_echo=$ac_try;; 6247> esac 6248> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6249> $as_echo "$ac_try_echo") >&5 6250> (eval "$ac_link") 2>&5 6251> ac_status=$? 6252> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6253> (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6254> { (case "(($ac_try" in 6255> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6256> *) ac_try_echo=$ac_try;; 6257> esac 6258> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6259> $as_echo "$ac_try_echo") >&5 6260> (eval "$ac_try") 2>&5 6261> ac_status=$? 6262> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6263> (exit $ac_status); }; }; then 6264> : 6265> else 6266> $as_echo "$as_me: program exited with status $ac_status" >&5 6267> $as_echo "$as_me: failed program was:" >&5 6268> sed 's/^/| /' conftest.$ac_ext >&5 6269> 6270> ( exit $ac_status ) 6271> ac_cv_header_stdc=no 6272> fi 6273> rm -rf conftest.dSYM 6274> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6275> fi 6276> 6277> 62782298,2299d5502 6279< rm -f conftest* 6280< ac_cv_prog_CPP="$CPP" 62812301,2303c5504,5511 6282< CPP="$ac_cv_prog_CPP" 6283< else 6284< ac_cv_prog_CPP="$CPP" 6285--- 6286> { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 6287> $as_echo "$ac_cv_header_stdc" >&6; } 6288> if test $ac_cv_header_stdc = yes; then 6289> 6290> cat >>confdefs.h <<\_ACEOF 6291> #define STDC_HEADERS 1 6292> _ACEOF 6293> 62942305d5512 6295< echo "$ac_t""$CPP" 1>&6 62962307c5514,5525 6297< for ac_hdr in inttypes.h 6298--- 6299> # On IRIX 5.3, sys/types and inttypes.h are conflicting. 6300> 6301> 6302> 6303> 6304> 6305> 6306> 6307> 6308> 6309> for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 6310> inttypes.h stdint.h unistd.h 63112309,2333c5527,5581 6312< ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6313< echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6314< echo "configure:2312: checking for $ac_hdr" >&5 6315< if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6316< echo $ac_n "(cached) $ac_c" 1>&6 6317< else 6318< cat > conftest.$ac_ext <<EOF 6319< #line 2317 "configure" 6320< #include "confdefs.h" 6321< #include <$ac_hdr> 6322< EOF 6323< ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6324< { (eval echo configure:2322: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6325< ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6326< if test -z "$ac_err"; then 6327< rm -rf conftest* 6328< eval "ac_cv_header_$ac_safe=yes" 6329< else 6330< echo "$ac_err" >&5 6331< echo "configure: failed program was:" >&5 6332< cat conftest.$ac_ext >&5 6333< rm -rf conftest* 6334< eval "ac_cv_header_$ac_safe=no" 6335< fi 6336< rm -f conftest* 6337--- 6338> as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 6339> { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 6340> $as_echo_n "checking for $ac_header... " >&6; } 6341> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6342> $as_echo_n "(cached) " >&6 6343> else 6344> cat >conftest.$ac_ext <<_ACEOF 6345> /* confdefs.h. */ 6346> _ACEOF 6347> cat confdefs.h >>conftest.$ac_ext 6348> cat >>conftest.$ac_ext <<_ACEOF 6349> /* end confdefs.h. */ 6350> $ac_includes_default 6351> 6352> #include <$ac_header> 6353> _ACEOF 6354> rm -f conftest.$ac_objext 6355> if { (ac_try="$ac_compile" 6356> case "(($ac_try" in 6357> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6358> *) ac_try_echo=$ac_try;; 6359> esac 6360> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6361> $as_echo "$ac_try_echo") >&5 6362> (eval "$ac_compile") 2>conftest.er1 6363> ac_status=$? 6364> grep -v '^ *+' conftest.er1 >conftest.err 6365> rm -f conftest.er1 6366> cat conftest.err >&5 6367> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6368> (exit $ac_status); } && { 6369> test -z "$ac_c_werror_flag" || 6370> test ! -s conftest.err 6371> } && test -s conftest.$ac_objext; then 6372> eval "$as_ac_Header=yes" 6373> else 6374> $as_echo "$as_me: failed program was:" >&5 6375> sed 's/^/| /' conftest.$ac_ext >&5 6376> 6377> eval "$as_ac_Header=no" 6378> fi 6379> 6380> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6381> fi 6382> ac_res=`eval 'as_val=${'$as_ac_Header'} 6383> $as_echo "$as_val"'` 6384> { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 6385> $as_echo "$ac_res" >&6; } 6386> as_val=`eval 'as_val=${'$as_ac_Header'} 6387> $as_echo "$as_val"'` 6388> if test "x$as_val" = x""yes; then 6389> cat >>confdefs.h <<_ACEOF 6390> #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 6391> _ACEOF 6392> 63932335,2343c5583,5728 6394< if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 6395< echo "$ac_t""yes" 1>&6 6396< ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 6397< cat >> confdefs.h <<EOF 6398< #define $ac_tr_hdr 1 6399< EOF 6400< 6401< else 6402< echo "$ac_t""no" 1>&6 6403--- 6404> 6405> done 6406> 6407> 6408> 6409> for ac_header in inttypes.h 6410> do 6411> as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 6412> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6413> { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 6414> $as_echo_n "checking for $ac_header... " >&6; } 6415> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6416> $as_echo_n "(cached) " >&6 6417> fi 6418> ac_res=`eval 'as_val=${'$as_ac_Header'} 6419> $as_echo "$as_val"'` 6420> { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 6421> $as_echo "$ac_res" >&6; } 6422> else 6423> # Is the header compilable? 6424> { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 6425> $as_echo_n "checking $ac_header usability... " >&6; } 6426> cat >conftest.$ac_ext <<_ACEOF 6427> /* confdefs.h. */ 6428> _ACEOF 6429> cat confdefs.h >>conftest.$ac_ext 6430> cat >>conftest.$ac_ext <<_ACEOF 6431> /* end confdefs.h. */ 6432> $ac_includes_default 6433> #include <$ac_header> 6434> _ACEOF 6435> rm -f conftest.$ac_objext 6436> if { (ac_try="$ac_compile" 6437> case "(($ac_try" in 6438> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6439> *) ac_try_echo=$ac_try;; 6440> esac 6441> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6442> $as_echo "$ac_try_echo") >&5 6443> (eval "$ac_compile") 2>conftest.er1 6444> ac_status=$? 6445> grep -v '^ *+' conftest.er1 >conftest.err 6446> rm -f conftest.er1 6447> cat conftest.err >&5 6448> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6449> (exit $ac_status); } && { 6450> test -z "$ac_c_werror_flag" || 6451> test ! -s conftest.err 6452> } && test -s conftest.$ac_objext; then 6453> ac_header_compiler=yes 6454> else 6455> $as_echo "$as_me: failed program was:" >&5 6456> sed 's/^/| /' conftest.$ac_ext >&5 6457> 6458> ac_header_compiler=no 6459> fi 6460> 6461> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6462> { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6463> $as_echo "$ac_header_compiler" >&6; } 6464> 6465> # Is the header present? 6466> { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 6467> $as_echo_n "checking $ac_header presence... " >&6; } 6468> cat >conftest.$ac_ext <<_ACEOF 6469> /* confdefs.h. */ 6470> _ACEOF 6471> cat confdefs.h >>conftest.$ac_ext 6472> cat >>conftest.$ac_ext <<_ACEOF 6473> /* end confdefs.h. */ 6474> #include <$ac_header> 6475> _ACEOF 6476> if { (ac_try="$ac_cpp conftest.$ac_ext" 6477> case "(($ac_try" in 6478> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6479> *) ac_try_echo=$ac_try;; 6480> esac 6481> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6482> $as_echo "$ac_try_echo") >&5 6483> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6484> ac_status=$? 6485> grep -v '^ *+' conftest.er1 >conftest.err 6486> rm -f conftest.er1 6487> cat conftest.err >&5 6488> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6489> (exit $ac_status); } >/dev/null && { 6490> test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6491> test ! -s conftest.err 6492> }; then 6493> ac_header_preproc=yes 6494> else 6495> $as_echo "$as_me: failed program was:" >&5 6496> sed 's/^/| /' conftest.$ac_ext >&5 6497> 6498> ac_header_preproc=no 6499> fi 6500> 6501> rm -f conftest.err conftest.$ac_ext 6502> { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6503> $as_echo "$ac_header_preproc" >&6; } 6504> 6505> # So? What about this header? 6506> case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6507> yes:no: ) 6508> { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6509> $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6510> { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6511> $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6512> ac_header_preproc=yes 6513> ;; 6514> no:yes:* ) 6515> { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6516> $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6517> { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6518> $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6519> { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6520> $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6521> { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6522> $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6523> { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6524> $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6525> { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6526> $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6527> 6528> ;; 6529> esac 6530> { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 6531> $as_echo_n "checking for $ac_header... " >&6; } 6532> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6533> $as_echo_n "(cached) " >&6 6534> else 6535> eval "$as_ac_Header=\$ac_header_preproc" 6536> fi 6537> ac_res=`eval 'as_val=${'$as_ac_Header'} 6538> $as_echo "$as_val"'` 6539> { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 6540> $as_echo "$ac_res" >&6; } 6541> 6542> fi 6543> as_val=`eval 'as_val=${'$as_ac_Header'} 6544> $as_echo "$as_val"'` 6545> if test "x$as_val" = x""yes; then 6546> cat >>confdefs.h <<_ACEOF 6547> #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 6548> _ACEOF 6549> 65502344a5730 6551> 65522353c5739,5740 6553< echo "$ac_t"""C compiler set to CCC ${CC}" " 1>&6 6554--- 6555> { $as_echo "$as_me:$LINENO: result: \"C compiler set to CCC ${CC}\" " >&5 6556> $as_echo "\"C compiler set to CCC ${CC}\" " >&6; } 65572361c5748,5749 6558< # Check whether --with-iostream or --without-iostream was given. 6559--- 6560> 6561> # Check whether --with-iostream was given. 65622363,2364c5751 6563< withval="$with_iostream" 6564< case "${withval}" in 6565--- 6566> withval=$with_iostream; case "${withval}" in 65672369c5756,5758 6568< *) { echo "configure: error: bad value ${withval} for --with-iostream" 1>&2; exit 1; } ;; 6569--- 6570> *) { { $as_echo "$as_me:$LINENO: error: bad value ${withval} for --with-iostream" >&5 6571> $as_echo "$as_me: error: bad value ${withval} for --with-iostream" >&2;} 6572> { (exit 1); exit 1; }; } ;; 65732379,2381c5768,5769 6574< 6575< ac_ext=C 6576< # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 6577--- 6578> 6579> ac_ext=cpp 65802383,2385c5771,5773 6581< ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 6582< ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 6583< cross_compiling=$ac_cv_prog_cxx_cross 6584--- 6585> ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 6586> ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 6587> ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 65882393,2397c5781,5789 6589< echo $ac_n "checking iostream usability""... $ac_c" 1>&6 6590< echo "configure:2395: checking iostream usability" >&5 6591< cat > conftest.$ac_ext <<EOF 6592< #line 2397 "configure" 6593< #include "confdefs.h" 6594--- 6595> { $as_echo "$as_me:$LINENO: checking iostream usability" >&5 6596> $as_echo_n "checking iostream usability... " >&6; } 6597> 6598> cat >conftest.$ac_ext <<_ACEOF 6599> /* confdefs.h. */ 6600> _ACEOF 6601> cat confdefs.h >>conftest.$ac_ext 6602> cat >>conftest.$ac_ext <<_ACEOF 6603> /* end confdefs.h. */ 66042399c5791,5793 6605< int main() { 6606--- 6607> int 6608> main () 6609> { 66102401,2404c5795,5816 6611< ; return 0; } 6612< EOF 6613< if { (eval echo configure:2404: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 6614< rm -rf conftest* 6615--- 6616> ; 6617> return 0; 6618> } 6619> _ACEOF 6620> rm -f conftest.$ac_objext 6621> if { (ac_try="$ac_compile" 6622> case "(($ac_try" in 6623> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6624> *) ac_try_echo=$ac_try;; 6625> esac 6626> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6627> $as_echo "$ac_try_echo") >&5 6628> (eval "$ac_compile") 2>conftest.er1 6629> ac_status=$? 6630> grep -v '^ *+' conftest.er1 >conftest.err 6631> rm -f conftest.er1 6632> cat conftest.err >&5 6633> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6634> (exit $ac_status); } && { 6635> test -z "$ac_cxx_werror_flag" || 6636> test ! -s conftest.err 6637> } && test -s conftest.$ac_objext; then 66382407,2410c5819,5822 6639< echo "configure: failed program was:" >&5 6640< cat conftest.$ac_ext >&5 6641< rm -rf conftest* 6642< ac_cv_header_iostream=no 6643--- 6644> $as_echo "$as_me: failed program was:" >&5 6645> sed 's/^/| /' conftest.$ac_ext >&5 6646> 6647> ac_cv_header_iostream=no 66482412c5824,5825 6649< rm -f conftest* 6650--- 6651> 6652> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 66532417c5830,5831 6654< echo "$ac_t""$ac_cv_header_iostream" 1>&6 6655--- 6656> { $as_echo "$as_me:$LINENO: result: $ac_cv_header_iostream" >&5 6657> $as_echo "$ac_cv_header_iostream" >&6; } 66582423,2424c5837,5843 6659< echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 6660< echo "configure:2425: checking how to run the C++ preprocessor" >&5 6661--- 6662> ac_ext=cpp 6663> ac_cpp='$CXXCPP $CPPFLAGS' 6664> ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 6665> ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 6666> ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 6667> { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 6668> $as_echo_n "checking how to run the C++ preprocessor... " >&6; } 66692426,2427c5845,5846 6670< if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then 6671< echo $ac_n "(cached) $ac_c" 1>&6 6672--- 6673> if test "${ac_cv_prog_CXXCPP+set}" = set; then 6674> $as_echo_n "(cached) " >&6 66752429,2444c5848,5889 6676< ac_ext=C 6677< # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 6678< ac_cpp='$CXXCPP $CPPFLAGS' 6679< ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 6680< ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 6681< cross_compiling=$ac_cv_prog_cxx_cross 6682< CXXCPP="${CXX-g++} -E" 6683< cat > conftest.$ac_ext <<EOF 6684< #line 2438 "configure" 6685< #include "confdefs.h" 6686< #include <stdlib.h> 6687< EOF 6688< ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6689< { (eval echo configure:2443: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6690< ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6691< if test -z "$ac_err"; then 6692--- 6693> # Double quotes because CXXCPP needs to be expanded 6694> for CXXCPP in "$CXX -E" "/lib/cpp" 6695> do 6696> ac_preproc_ok=false 6697> for ac_cxx_preproc_warn_flag in '' yes 6698> do 6699> # Use a header file that comes with gcc, so configuring glibc 6700> # with a fresh cross-compiler works. 6701> # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 6702> # <limits.h> exists even on freestanding compilers. 6703> # On the NeXT, cc -E runs the code through the compiler's parser, 6704> # not just through cpp. "Syntax error" is here to catch this case. 6705> cat >conftest.$ac_ext <<_ACEOF 6706> /* confdefs.h. */ 6707> _ACEOF 6708> cat confdefs.h >>conftest.$ac_ext 6709> cat >>conftest.$ac_ext <<_ACEOF 6710> /* end confdefs.h. */ 6711> #ifdef __STDC__ 6712> # include <limits.h> 6713> #else 6714> # include <assert.h> 6715> #endif 6716> Syntax error 6717> _ACEOF 6718> if { (ac_try="$ac_cpp conftest.$ac_ext" 6719> case "(($ac_try" in 6720> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6721> *) ac_try_echo=$ac_try;; 6722> esac 6723> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6724> $as_echo "$ac_try_echo") >&5 6725> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6726> ac_status=$? 6727> grep -v '^ *+' conftest.er1 >conftest.err 6728> rm -f conftest.er1 6729> cat conftest.err >&5 6730> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6731> (exit $ac_status); } >/dev/null && { 6732> test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6733> test ! -s conftest.err 6734> }; then 67352447,2451c5892,5896 6736< echo "$ac_err" >&5 6737< echo "configure: failed program was:" >&5 6738< cat conftest.$ac_ext >&5 6739< rm -rf conftest* 6740< CXXCPP=/lib/cpp 6741--- 6742> $as_echo "$as_me: failed program was:" >&5 6743> sed 's/^/| /' conftest.$ac_ext >&5 6744> 6745> # Broken: fails on valid input. 6746> continue 67472453,2488c5898,5936 6748< rm -f conftest* 6749< ac_cv_prog_CXXCPP="$CXXCPP" 6750< ac_ext=C 6751< # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 6752< ac_cpp='$CXXCPP $CPPFLAGS' 6753< ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 6754< ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 6755< cross_compiling=$ac_cv_prog_cxx_cross 6756< fi 6757< fi 6758< CXXCPP="$ac_cv_prog_CXXCPP" 6759< echo "$ac_t""$CXXCPP" 1>&6 6760< 6761< ac_safe=`echo "iostream.h" | sed 'y%./+-%__p_%'` 6762< echo $ac_n "checking for iostream.h""... $ac_c" 1>&6 6763< echo "configure:2469: checking for iostream.h" >&5 6764< if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6765< echo $ac_n "(cached) $ac_c" 1>&6 6766< else 6767< cat > conftest.$ac_ext <<EOF 6768< #line 2474 "configure" 6769< #include "confdefs.h" 6770< #include <iostream.h> 6771< EOF 6772< ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6773< { (eval echo configure:2479: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6774< ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6775< if test -z "$ac_err"; then 6776< rm -rf conftest* 6777< eval "ac_cv_header_$ac_safe=yes" 6778< else 6779< echo "$ac_err" >&5 6780< echo "configure: failed program was:" >&5 6781< cat conftest.$ac_ext >&5 6782< rm -rf conftest* 6783< eval "ac_cv_header_$ac_safe=no" 6784--- 6785> 6786> rm -f conftest.err conftest.$ac_ext 6787> 6788> # OK, works on sane cases. Now check whether nonexistent headers 6789> # can be detected and how. 6790> cat >conftest.$ac_ext <<_ACEOF 6791> /* confdefs.h. */ 6792> _ACEOF 6793> cat confdefs.h >>conftest.$ac_ext 6794> cat >>conftest.$ac_ext <<_ACEOF 6795> /* end confdefs.h. */ 6796> #include <ac_nonexistent.h> 6797> _ACEOF 6798> if { (ac_try="$ac_cpp conftest.$ac_ext" 6799> case "(($ac_try" in 6800> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6801> *) ac_try_echo=$ac_try;; 6802> esac 6803> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6804> $as_echo "$ac_try_echo") >&5 6805> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6806> ac_status=$? 6807> grep -v '^ *+' conftest.er1 >conftest.err 6808> rm -f conftest.er1 6809> cat conftest.err >&5 6810> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6811> (exit $ac_status); } >/dev/null && { 6812> test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6813> test ! -s conftest.err 6814> }; then 6815> # Broken: success on invalid input. 6816> continue 6817> else 6818> $as_echo "$as_me: failed program was:" >&5 6819> sed 's/^/| /' conftest.$ac_ext >&5 6820> 6821> # Passes both tests. 6822> ac_preproc_ok=: 6823> break 68242490c5938,6003 6825< rm -f conftest* 6826--- 6827> 6828> rm -f conftest.err conftest.$ac_ext 6829> 6830> done 6831> # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6832> rm -f conftest.err conftest.$ac_ext 6833> if $ac_preproc_ok; then 6834> break 6835> fi 6836> 6837> done 6838> ac_cv_prog_CXXCPP=$CXXCPP 6839> 6840> fi 6841> CXXCPP=$ac_cv_prog_CXXCPP 6842> else 6843> ac_cv_prog_CXXCPP=$CXXCPP 6844> fi 6845> { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5 6846> $as_echo "$CXXCPP" >&6; } 6847> ac_preproc_ok=false 6848> for ac_cxx_preproc_warn_flag in '' yes 6849> do 6850> # Use a header file that comes with gcc, so configuring glibc 6851> # with a fresh cross-compiler works. 6852> # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 6853> # <limits.h> exists even on freestanding compilers. 6854> # On the NeXT, cc -E runs the code through the compiler's parser, 6855> # not just through cpp. "Syntax error" is here to catch this case. 6856> cat >conftest.$ac_ext <<_ACEOF 6857> /* confdefs.h. */ 6858> _ACEOF 6859> cat confdefs.h >>conftest.$ac_ext 6860> cat >>conftest.$ac_ext <<_ACEOF 6861> /* end confdefs.h. */ 6862> #ifdef __STDC__ 6863> # include <limits.h> 6864> #else 6865> # include <assert.h> 6866> #endif 6867> Syntax error 6868> _ACEOF 6869> if { (ac_try="$ac_cpp conftest.$ac_ext" 6870> case "(($ac_try" in 6871> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6872> *) ac_try_echo=$ac_try;; 6873> esac 6874> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6875> $as_echo "$ac_try_echo") >&5 6876> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6877> ac_status=$? 6878> grep -v '^ *+' conftest.er1 >conftest.err 6879> rm -f conftest.er1 6880> cat conftest.err >&5 6881> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6882> (exit $ac_status); } >/dev/null && { 6883> test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6884> test ! -s conftest.err 6885> }; then 6886> : 6887> else 6888> $as_echo "$as_me: failed program was:" >&5 6889> sed 's/^/| /' conftest.$ac_ext >&5 6890> 6891> # Broken: fails on valid input. 6892> continue 68932492,2493c6005,6051 6894< if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 6895< echo "$ac_t""yes" 1>&6 6896--- 6897> 6898> rm -f conftest.err conftest.$ac_ext 6899> 6900> # OK, works on sane cases. Now check whether nonexistent headers 6901> # can be detected and how. 6902> cat >conftest.$ac_ext <<_ACEOF 6903> /* confdefs.h. */ 6904> _ACEOF 6905> cat confdefs.h >>conftest.$ac_ext 6906> cat >>conftest.$ac_ext <<_ACEOF 6907> /* end confdefs.h. */ 6908> #include <ac_nonexistent.h> 6909> _ACEOF 6910> if { (ac_try="$ac_cpp conftest.$ac_ext" 6911> case "(($ac_try" in 6912> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6913> *) ac_try_echo=$ac_try;; 6914> esac 6915> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6916> $as_echo "$ac_try_echo") >&5 6917> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6918> ac_status=$? 6919> grep -v '^ *+' conftest.er1 >conftest.err 6920> rm -f conftest.er1 6921> cat conftest.err >&5 6922> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6923> (exit $ac_status); } >/dev/null && { 6924> test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6925> test ! -s conftest.err 6926> }; then 6927> # Broken: success on invalid input. 6928> continue 6929> else 6930> $as_echo "$as_me: failed program was:" >&5 6931> sed 's/^/| /' conftest.$ac_ext >&5 6932> 6933> # Passes both tests. 6934> ac_preproc_ok=: 6935> break 6936> fi 6937> 6938> rm -f conftest.err conftest.$ac_ext 6939> 6940> done 6941> # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6942> rm -f conftest.err conftest.$ac_ext 6943> if $ac_preproc_ok; then 69442496c6054,6195 6945< echo "$ac_t""no" 1>&6 6946--- 6947> { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 6948> $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6949> { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 6950> See \`config.log' for more details." >&5 6951> $as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 6952> See \`config.log' for more details." >&2;} 6953> { (exit 1); exit 1; }; }; } 6954> fi 6955> 6956> ac_ext=cpp 6957> ac_cpp='$CXXCPP $CPPFLAGS' 6958> ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 6959> ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 6960> ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 6961> 6962> 6963> if test "${ac_cv_header_iostream_h+set}" = set; then 6964> { $as_echo "$as_me:$LINENO: checking for iostream.h" >&5 6965> $as_echo_n "checking for iostream.h... " >&6; } 6966> if test "${ac_cv_header_iostream_h+set}" = set; then 6967> $as_echo_n "(cached) " >&6 6968> fi 6969> { $as_echo "$as_me:$LINENO: result: $ac_cv_header_iostream_h" >&5 6970> $as_echo "$ac_cv_header_iostream_h" >&6; } 6971> else 6972> # Is the header compilable? 6973> { $as_echo "$as_me:$LINENO: checking iostream.h usability" >&5 6974> $as_echo_n "checking iostream.h usability... " >&6; } 6975> cat >conftest.$ac_ext <<_ACEOF 6976> /* confdefs.h. */ 6977> _ACEOF 6978> cat confdefs.h >>conftest.$ac_ext 6979> cat >>conftest.$ac_ext <<_ACEOF 6980> /* end confdefs.h. */ 6981> $ac_includes_default 6982> #include <iostream.h> 6983> _ACEOF 6984> rm -f conftest.$ac_objext 6985> if { (ac_try="$ac_compile" 6986> case "(($ac_try" in 6987> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6988> *) ac_try_echo=$ac_try;; 6989> esac 6990> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6991> $as_echo "$ac_try_echo") >&5 6992> (eval "$ac_compile") 2>conftest.er1 6993> ac_status=$? 6994> grep -v '^ *+' conftest.er1 >conftest.err 6995> rm -f conftest.er1 6996> cat conftest.err >&5 6997> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6998> (exit $ac_status); } && { 6999> test -z "$ac_cxx_werror_flag" || 7000> test ! -s conftest.err 7001> } && test -s conftest.$ac_objext; then 7002> ac_header_compiler=yes 7003> else 7004> $as_echo "$as_me: failed program was:" >&5 7005> sed 's/^/| /' conftest.$ac_ext >&5 7006> 7007> ac_header_compiler=no 7008> fi 7009> 7010> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7011> { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7012> $as_echo "$ac_header_compiler" >&6; } 7013> 7014> # Is the header present? 7015> { $as_echo "$as_me:$LINENO: checking iostream.h presence" >&5 7016> $as_echo_n "checking iostream.h presence... " >&6; } 7017> cat >conftest.$ac_ext <<_ACEOF 7018> /* confdefs.h. */ 7019> _ACEOF 7020> cat confdefs.h >>conftest.$ac_ext 7021> cat >>conftest.$ac_ext <<_ACEOF 7022> /* end confdefs.h. */ 7023> #include <iostream.h> 7024> _ACEOF 7025> if { (ac_try="$ac_cpp conftest.$ac_ext" 7026> case "(($ac_try" in 7027> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7028> *) ac_try_echo=$ac_try;; 7029> esac 7030> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7031> $as_echo "$ac_try_echo") >&5 7032> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7033> ac_status=$? 7034> grep -v '^ *+' conftest.er1 >conftest.err 7035> rm -f conftest.er1 7036> cat conftest.err >&5 7037> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7038> (exit $ac_status); } >/dev/null && { 7039> test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 7040> test ! -s conftest.err 7041> }; then 7042> ac_header_preproc=yes 7043> else 7044> $as_echo "$as_me: failed program was:" >&5 7045> sed 's/^/| /' conftest.$ac_ext >&5 7046> 7047> ac_header_preproc=no 7048> fi 7049> 7050> rm -f conftest.err conftest.$ac_ext 7051> { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7052> $as_echo "$ac_header_preproc" >&6; } 7053> 7054> # So? What about this header? 7055> case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 7056> yes:no: ) 7057> { $as_echo "$as_me:$LINENO: WARNING: iostream.h: accepted by the compiler, rejected by the preprocessor!" >&5 7058> $as_echo "$as_me: WARNING: iostream.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7059> { $as_echo "$as_me:$LINENO: WARNING: iostream.h: proceeding with the compiler's result" >&5 7060> $as_echo "$as_me: WARNING: iostream.h: proceeding with the compiler's result" >&2;} 7061> ac_header_preproc=yes 7062> ;; 7063> no:yes:* ) 7064> { $as_echo "$as_me:$LINENO: WARNING: iostream.h: present but cannot be compiled" >&5 7065> $as_echo "$as_me: WARNING: iostream.h: present but cannot be compiled" >&2;} 7066> { $as_echo "$as_me:$LINENO: WARNING: iostream.h: check for missing prerequisite headers?" >&5 7067> $as_echo "$as_me: WARNING: iostream.h: check for missing prerequisite headers?" >&2;} 7068> { $as_echo "$as_me:$LINENO: WARNING: iostream.h: see the Autoconf documentation" >&5 7069> $as_echo "$as_me: WARNING: iostream.h: see the Autoconf documentation" >&2;} 7070> { $as_echo "$as_me:$LINENO: WARNING: iostream.h: section \"Present But Cannot Be Compiled\"" >&5 7071> $as_echo "$as_me: WARNING: iostream.h: section \"Present But Cannot Be Compiled\"" >&2;} 7072> { $as_echo "$as_me:$LINENO: WARNING: iostream.h: proceeding with the preprocessor's result" >&5 7073> $as_echo "$as_me: WARNING: iostream.h: proceeding with the preprocessor's result" >&2;} 7074> { $as_echo "$as_me:$LINENO: WARNING: iostream.h: in the future, the compiler will take precedence" >&5 7075> $as_echo "$as_me: WARNING: iostream.h: in the future, the compiler will take precedence" >&2;} 7076> 7077> ;; 7078> esac 7079> { $as_echo "$as_me:$LINENO: checking for iostream.h" >&5 7080> $as_echo_n "checking for iostream.h... " >&6; } 7081> if test "${ac_cv_header_iostream_h+set}" = set; then 7082> $as_echo_n "(cached) " >&6 7083> else 7084> ac_cv_header_iostream_h=$ac_header_preproc 7085> fi 7086> { $as_echo "$as_me:$LINENO: result: $ac_cv_header_iostream_h" >&5 7087> $as_echo "$ac_cv_header_iostream_h" >&6; } 7088> 70892498a6198 7090> 70912500,2507c6200,6210 7092< echo $ac_n "checking whether ostream is really defined""... $ac_c" 1>&6 7093< echo "configure:2502: checking whether ostream is really defined" >&5 7094< if eval "test \"`echo '$''{'ac_cv_iostream_ok'+set}'`\" = set"; then 7095< echo $ac_n "(cached) $ac_c" 1>&6 7096< else 7097< cat > conftest.$ac_ext <<EOF 7098< #line 2507 "configure" 7099< #include "confdefs.h" 7100--- 7101> { $as_echo "$as_me:$LINENO: checking whether ostream is really defined" >&5 7102> $as_echo_n "checking whether ostream is really defined... " >&6; } 7103> if test "${ac_cv_iostream_ok+set}" = set; then 7104> $as_echo_n "(cached) " >&6 7105> else 7106> cat >conftest.$ac_ext <<_ACEOF 7107> /* confdefs.h. */ 7108> _ACEOF 7109> cat confdefs.h >>conftest.$ac_ext 7110> cat >>conftest.$ac_ext <<_ACEOF 7111> /* end confdefs.h. */ 71122509c6212,6214 7113< int main() { 7114--- 7115> int 7116> main () 7117> { 71182511,2514c6216,6240 7119< ; return 0; } 7120< EOF 7121< if { (eval echo configure:2514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7122< rm -rf conftest* 7123--- 7124> ; 7125> return 0; 7126> } 7127> _ACEOF 7128> rm -f conftest.$ac_objext conftest$ac_exeext 7129> if { (ac_try="$ac_link" 7130> case "(($ac_try" in 7131> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7132> *) ac_try_echo=$ac_try;; 7133> esac 7134> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7135> $as_echo "$ac_try_echo") >&5 7136> (eval "$ac_link") 2>conftest.er1 7137> ac_status=$? 7138> grep -v '^ *+' conftest.er1 >conftest.err 7139> rm -f conftest.er1 7140> cat conftest.err >&5 7141> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7142> (exit $ac_status); } && { 7143> test -z "$ac_cxx_werror_flag" || 7144> test ! -s conftest.err 7145> } && test -s conftest$ac_exeext && { 7146> test "$cross_compiling" = yes || 7147> $as_test_x conftest$ac_exeext 7148> }; then 71492517,2520c6243,6246 7150< echo "configure: failed program was:" >&5 7151< cat conftest.$ac_ext >&5 7152< rm -rf conftest* 7153< ac_cv_iostream_ok=no 7154--- 7155> $as_echo "$as_me: failed program was:" >&5 7156> sed 's/^/| /' conftest.$ac_ext >&5 7157> 7158> ac_cv_iostream_ok=no 71592522c6248,6251 7160< rm -f conftest* 7161--- 7162> 7163> rm -rf conftest.dSYM 7164> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7165> conftest$ac_exeext conftest.$ac_ext 71662525c6254,6255 7167< echo "$ac_t""$ac_cv_iostream_ok" 1>&6 7168--- 7169> { $as_echo "$as_me:$LINENO: result: $ac_cv_iostream_ok" >&5 7170> $as_echo "$ac_cv_iostream_ok" >&6; } 71712545c6275,6277 7172< { echo "configure: error: ${withval} iostream is not available" 1>&2; exit 1; } 7173--- 7174> { { $as_echo "$as_me:$LINENO: error: ${withval} iostream is not available" >&5 7175> $as_echo "$as_me: error: ${withval} iostream is not available" >&2;} 7176> { (exit 1); exit 1; }; } 71772551d6282 7178< # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 71792553,2555c6284,6287 7180< ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 7181< ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 7182< cross_compiling=$ac_cv_prog_cc_cross 7183--- 7184> ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 7185> ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 7186> ac_compiler_gnu=$ac_cv_c_compiler_gnu 7187> 71882558,2561c6290,6293 7189< echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 7190< echo "configure:2560: checking whether byte ordering is bigendian" >&5 7191< if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 7192< echo $ac_n "(cached) $ac_c" 1>&6 7193--- 7194> { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 7195> $as_echo_n "checking whether byte ordering is bigendian... " >&6; } 7196> if test "${ac_cv_c_bigendian+set}" = set; then 7197> $as_echo_n "(cached) " >&6 71982564,2567c6296,6349 7199< # See if sys/param.h defines the BYTE_ORDER macro. 7200< cat > conftest.$ac_ext <<EOF 7201< #line 2567 "configure" 7202< #include "confdefs.h" 7203--- 7204> # See if we're dealing with a universal compiler. 7205> cat >conftest.$ac_ext <<_ACEOF 7206> /* confdefs.h. */ 7207> _ACEOF 7208> cat confdefs.h >>conftest.$ac_ext 7209> cat >>conftest.$ac_ext <<_ACEOF 7210> /* end confdefs.h. */ 7211> #ifndef __APPLE_CC__ 7212> not a universal capable compiler 7213> #endif 7214> typedef int dummy; 7215> 7216> _ACEOF 7217> rm -f conftest.$ac_objext 7218> if { (ac_try="$ac_compile" 7219> case "(($ac_try" in 7220> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7221> *) ac_try_echo=$ac_try;; 7222> esac 7223> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7224> $as_echo "$ac_try_echo") >&5 7225> (eval "$ac_compile") 2>conftest.er1 7226> ac_status=$? 7227> grep -v '^ *+' conftest.er1 >conftest.err 7228> rm -f conftest.er1 7229> cat conftest.err >&5 7230> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7231> (exit $ac_status); } && { 7232> test -z "$ac_c_werror_flag" || 7233> test ! -s conftest.err 7234> } && test -s conftest.$ac_objext; then 7235> 7236> # Check for potential -arch flags. It is not universal unless 7237> # there are some -arch flags. Note that *ppc* also matches 7238> # ppc64. This check is also rather less than ideal. 7239> case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in #( 7240> *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;; 7241> esac 7242> else 7243> $as_echo "$as_me: failed program was:" >&5 7244> sed 's/^/| /' conftest.$ac_ext >&5 7245> 7246> 7247> fi 7248> 7249> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7250> if test $ac_cv_c_bigendian = unknown; then 7251> # See if sys/param.h defines the BYTE_ORDER macro. 7252> cat >conftest.$ac_ext <<_ACEOF 7253> /* confdefs.h. */ 7254> _ACEOF 7255> cat confdefs.h >>conftest.$ac_ext 7256> cat >>conftest.$ac_ext <<_ACEOF 7257> /* end confdefs.h. */ 72582569,2570c6351 7259< #include <sys/param.h> 7260< int main() { 7261--- 7262> #include <sys/param.h> 72632572,2578c6353,6383 7264< #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN 7265< bogus endian macros 7266< #endif 7267< ; return 0; } 7268< EOF 7269< if { (eval echo configure:2578: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7270< rm -rf conftest* 7271--- 7272> int 7273> main () 7274> { 7275> #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ 7276> && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ 7277> && LITTLE_ENDIAN) 7278> bogus endian macros 7279> #endif 7280> 7281> ; 7282> return 0; 7283> } 7284> _ACEOF 7285> rm -f conftest.$ac_objext 7286> if { (ac_try="$ac_compile" 7287> case "(($ac_try" in 7288> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7289> *) ac_try_echo=$ac_try;; 7290> esac 7291> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7292> $as_echo "$ac_try_echo") >&5 7293> (eval "$ac_compile") 2>conftest.er1 7294> ac_status=$? 7295> grep -v '^ *+' conftest.er1 >conftest.err 7296> rm -f conftest.er1 7297> cat conftest.err >&5 7298> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7299> (exit $ac_status); } && { 7300> test -z "$ac_c_werror_flag" || 7301> test ! -s conftest.err 7302> } && test -s conftest.$ac_objext; then 73032580,2582c6385,6390 7304< cat > conftest.$ac_ext <<EOF 7305< #line 2582 "configure" 7306< #include "confdefs.h" 7307--- 7308> cat >conftest.$ac_ext <<_ACEOF 7309> /* confdefs.h. */ 7310> _ACEOF 7311> cat confdefs.h >>conftest.$ac_ext 7312> cat >>conftest.$ac_ext <<_ACEOF 7313> /* end confdefs.h. */ 73142584,2585c6392 7315< #include <sys/param.h> 7316< int main() { 7317--- 7318> #include <sys/param.h> 73192586a6394,6396 7320> int 7321> main () 7322> { 73232588,2593c6398,6422 7324< not big endian 7325< #endif 7326< ; return 0; } 7327< EOF 7328< if { (eval echo configure:2593: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7329< rm -rf conftest* 7330--- 7331> not big endian 7332> #endif 7333> 7334> ; 7335> return 0; 7336> } 7337> _ACEOF 7338> rm -f conftest.$ac_objext 7339> if { (ac_try="$ac_compile" 7340> case "(($ac_try" in 7341> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7342> *) ac_try_echo=$ac_try;; 7343> esac 7344> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7345> $as_echo "$ac_try_echo") >&5 7346> (eval "$ac_compile") 2>conftest.er1 7347> ac_status=$? 7348> grep -v '^ *+' conftest.er1 >conftest.err 7349> rm -f conftest.er1 7350> cat conftest.err >&5 7351> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7352> (exit $ac_status); } && { 7353> test -z "$ac_c_werror_flag" || 7354> test ! -s conftest.err 7355> } && test -s conftest.$ac_objext; then 73562596,2599c6425,6428 7357< echo "configure: failed program was:" >&5 7358< cat conftest.$ac_ext >&5 7359< rm -rf conftest* 7360< ac_cv_c_bigendian=no 7361--- 7362> $as_echo "$as_me: failed program was:" >&5 7363> sed 's/^/| /' conftest.$ac_ext >&5 7364> 7365> ac_cv_c_bigendian=no 73662601c6430,6431 7367< rm -f conftest* 7368--- 7369> 7370> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 73712603,2604c6433,6436 7372< echo "configure: failed program was:" >&5 7373< cat conftest.$ac_ext >&5 7374--- 7375> $as_echo "$as_me: failed program was:" >&5 7376> sed 's/^/| /' conftest.$ac_ext >&5 7377> 7378> 73792606,2622c6438,6459 7380< rm -f conftest* 7381< if test $ac_cv_c_bigendian = unknown; then 7382< if test "$cross_compiling" = yes; then 7383< { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } 7384< else 7385< cat > conftest.$ac_ext <<EOF 7386< #line 2613 "configure" 7387< #include "confdefs.h" 7388< main () { 7389< /* Are we little or big endian? From Harbison&Steele. */ 7390< union 7391< { 7392< long l; 7393< char c[sizeof (long)]; 7394< } u; 7395< u.l = 1; 7396< exit (u.c[sizeof (long) - 1] == 1); 7397--- 7398> 7399> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7400> fi 7401> if test $ac_cv_c_bigendian = unknown; then 7402> # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). 7403> cat >conftest.$ac_ext <<_ACEOF 7404> /* confdefs.h. */ 7405> _ACEOF 7406> cat confdefs.h >>conftest.$ac_ext 7407> cat >>conftest.$ac_ext <<_ACEOF 7408> /* end confdefs.h. */ 7409> #include <limits.h> 7410> 7411> int 7412> main () 7413> { 7414> #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) 7415> bogus endian macros 7416> #endif 7417> 7418> ; 7419> return 0; 74202624,2631c6461,6517 7421< EOF 7422< if { (eval echo configure:2626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 7423< then 7424< ac_cv_c_bigendian=no 7425< else 7426< echo "configure: failed program was:" >&5 7427< cat conftest.$ac_ext >&5 7428< rm -fr conftest* 7429--- 7430> _ACEOF 7431> rm -f conftest.$ac_objext 7432> if { (ac_try="$ac_compile" 7433> case "(($ac_try" in 7434> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7435> *) ac_try_echo=$ac_try;; 7436> esac 7437> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7438> $as_echo "$ac_try_echo") >&5 7439> (eval "$ac_compile") 2>conftest.er1 7440> ac_status=$? 7441> grep -v '^ *+' conftest.er1 >conftest.err 7442> rm -f conftest.er1 7443> cat conftest.err >&5 7444> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7445> (exit $ac_status); } && { 7446> test -z "$ac_c_werror_flag" || 7447> test ! -s conftest.err 7448> } && test -s conftest.$ac_objext; then 7449> # It does; now see whether it defined to _BIG_ENDIAN or not. 7450> cat >conftest.$ac_ext <<_ACEOF 7451> /* confdefs.h. */ 7452> _ACEOF 7453> cat confdefs.h >>conftest.$ac_ext 7454> cat >>conftest.$ac_ext <<_ACEOF 7455> /* end confdefs.h. */ 7456> #include <limits.h> 7457> 7458> int 7459> main () 7460> { 7461> #ifndef _BIG_ENDIAN 7462> not big endian 7463> #endif 7464> 7465> ; 7466> return 0; 7467> } 7468> _ACEOF 7469> rm -f conftest.$ac_objext 7470> if { (ac_try="$ac_compile" 7471> case "(($ac_try" in 7472> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7473> *) ac_try_echo=$ac_try;; 7474> esac 7475> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7476> $as_echo "$ac_try_echo") >&5 7477> (eval "$ac_compile") 2>conftest.er1 7478> ac_status=$? 7479> grep -v '^ *+' conftest.er1 >conftest.err 7480> rm -f conftest.er1 7481> cat conftest.err >&5 7482> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7483> (exit $ac_status); } && { 7484> test -z "$ac_c_werror_flag" || 7485> test ! -s conftest.err 7486> } && test -s conftest.$ac_objext; then 74872632a6519,6531 7488> else 7489> $as_echo "$as_me: failed program was:" >&5 7490> sed 's/^/| /' conftest.$ac_ext >&5 7491> 7492> ac_cv_c_bigendian=no 7493> fi 7494> 7495> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7496> else 7497> $as_echo "$as_me: failed program was:" >&5 7498> sed 's/^/| /' conftest.$ac_ext >&5 7499> 7500> 75012634c6533,6603 7502< rm -fr conftest* 7503--- 7504> 7505> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7506> fi 7507> if test $ac_cv_c_bigendian = unknown; then 7508> # Compile a test program. 7509> if test "$cross_compiling" = yes; then 7510> # Try to guess by grepping values from an object file. 7511> cat >conftest.$ac_ext <<_ACEOF 7512> /* confdefs.h. */ 7513> _ACEOF 7514> cat confdefs.h >>conftest.$ac_ext 7515> cat >>conftest.$ac_ext <<_ACEOF 7516> /* end confdefs.h. */ 7517> short int ascii_mm[] = 7518> { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 7519> short int ascii_ii[] = 7520> { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 7521> int use_ascii (int i) { 7522> return ascii_mm[i] + ascii_ii[i]; 7523> } 7524> short int ebcdic_ii[] = 7525> { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 7526> short int ebcdic_mm[] = 7527> { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 7528> int use_ebcdic (int i) { 7529> return ebcdic_mm[i] + ebcdic_ii[i]; 7530> } 7531> extern int foo; 7532> 7533> int 7534> main () 7535> { 7536> return use_ascii (foo) == use_ebcdic (foo); 7537> ; 7538> return 0; 7539> } 7540> _ACEOF 7541> rm -f conftest.$ac_objext 7542> if { (ac_try="$ac_compile" 7543> case "(($ac_try" in 7544> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7545> *) ac_try_echo=$ac_try;; 7546> esac 7547> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7548> $as_echo "$ac_try_echo") >&5 7549> (eval "$ac_compile") 2>conftest.er1 7550> ac_status=$? 7551> grep -v '^ *+' conftest.er1 >conftest.err 7552> rm -f conftest.er1 7553> cat conftest.err >&5 7554> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7555> (exit $ac_status); } && { 7556> test -z "$ac_c_werror_flag" || 7557> test ! -s conftest.err 7558> } && test -s conftest.$ac_objext; then 7559> if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then 7560> ac_cv_c_bigendian=yes 7561> fi 7562> if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 7563> if test "$ac_cv_c_bigendian" = unknown; then 7564> ac_cv_c_bigendian=no 7565> else 7566> # finding both strings is unlikely to happen, but who knows? 7567> ac_cv_c_bigendian=unknown 7568> fi 7569> fi 7570> else 7571> $as_echo "$as_me: failed program was:" >&5 7572> sed 's/^/| /' conftest.$ac_ext >&5 7573> 7574> 75752636a6606,6661 7576> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7577> else 7578> cat >conftest.$ac_ext <<_ACEOF 7579> /* confdefs.h. */ 7580> _ACEOF 7581> cat confdefs.h >>conftest.$ac_ext 7582> cat >>conftest.$ac_ext <<_ACEOF 7583> /* end confdefs.h. */ 7584> $ac_includes_default 7585> int 7586> main () 7587> { 7588> 7589> /* Are we little or big endian? From Harbison&Steele. */ 7590> union 7591> { 7592> long int l; 7593> char c[sizeof (long int)]; 7594> } u; 7595> u.l = 1; 7596> return u.c[sizeof (long int) - 1] == 1; 7597> 7598> ; 7599> return 0; 7600> } 7601> _ACEOF 7602> rm -f conftest$ac_exeext 7603> if { (ac_try="$ac_link" 7604> case "(($ac_try" in 7605> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7606> *) ac_try_echo=$ac_try;; 7607> esac 7608> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7609> $as_echo "$ac_try_echo") >&5 7610> (eval "$ac_link") 2>&5 7611> ac_status=$? 7612> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7613> (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7614> { (case "(($ac_try" in 7615> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7616> *) ac_try_echo=$ac_try;; 7617> esac 7618> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7619> $as_echo "$ac_try_echo") >&5 7620> (eval "$ac_try") 2>&5 7621> ac_status=$? 7622> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7623> (exit $ac_status); }; }; then 7624> ac_cv_c_bigendian=no 7625> else 7626> $as_echo "$as_me: program exited with status $ac_status" >&5 7627> $as_echo "$as_me: failed program was:" >&5 7628> sed 's/^/| /' conftest.$ac_ext >&5 7629> 7630> ( exit $ac_status ) 7631> ac_cv_c_bigendian=yes 76322637a6663,6664 7633> rm -rf conftest.dSYM 7634> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 76352640,2644d6666 7636< echo "$ac_t""$ac_cv_c_bigendian" 1>&6 7637< if test $ac_cv_c_bigendian = yes; then 7638< cat >> confdefs.h <<\EOF 7639< #define WORDS_BIGENDIAN 1 7640< EOF 76412645a6668 7642> fi 76432646a6670,6693 7644> { $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 7645> $as_echo "$ac_cv_c_bigendian" >&6; } 7646> case $ac_cv_c_bigendian in #( 7647> yes) 7648> cat >>confdefs.h <<\_ACEOF 7649> #define WORDS_BIGENDIAN 1 7650> _ACEOF 7651> ;; #( 7652> no) 7653> ;; #( 7654> universal) 7655> 7656> cat >>confdefs.h <<\_ACEOF 7657> #define AC_APPLE_UNIVERSAL_BUILD 1 7658> _ACEOF 7659> 7660> ;; #( 7661> *) 7662> { { $as_echo "$as_me:$LINENO: error: unknown endianness 7663> presetting ac_cv_c_bigendian=no (or yes) will help" >&5 7664> $as_echo "$as_me: error: unknown endianness 7665> presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 7666> { (exit 1); exit 1; }; } ;; 7667> esac 76682659,2666c6706,6720 7669< echo $ac_n "checking for nl_langinfo""... $ac_c" 1>&6 7670< echo "configure:2661: checking for nl_langinfo" >&5 7671< if eval "test \"`echo '$''{'ac_cv_func_nl_langinfo'+set}'`\" = set"; then 7672< echo $ac_n "(cached) $ac_c" 1>&6 7673< else 7674< cat > conftest.$ac_ext <<EOF 7675< #line 2666 "configure" 7676< #include "confdefs.h" 7677--- 7678> { $as_echo "$as_me:$LINENO: checking for nl_langinfo" >&5 7679> $as_echo_n "checking for nl_langinfo... " >&6; } 7680> if test "${ac_cv_func_nl_langinfo+set}" = set; then 7681> $as_echo_n "(cached) " >&6 7682> else 7683> cat >conftest.$ac_ext <<_ACEOF 7684> /* confdefs.h. */ 7685> _ACEOF 7686> cat confdefs.h >>conftest.$ac_ext 7687> cat >>conftest.$ac_ext <<_ACEOF 7688> /* end confdefs.h. */ 7689> /* Define nl_langinfo to an innocuous variant, in case <limits.h> declares nl_langinfo. 7690> For example, HP-UX 11i <limits.h> declares gettimeofday. */ 7691> #define nl_langinfo innocuous_nl_langinfo 7692> 76932668,2673c6722,6724 7694< which can conflict with char nl_langinfo(); below. */ 7695< #include <assert.h> 7696< /* Override any gcc2 internal prototype to avoid an error. */ 7697< /* We use char because int might match the return type of a gcc2 7698< builtin and then its argument prototype would still apply. */ 7699< char nl_langinfo(); 7700--- 7701> which can conflict with char nl_langinfo (); below. 7702> Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 7703> <limits.h> exists even on freestanding compilers. */ 77042675c6726,6730 7705< int main() { 7706--- 7707> #ifdef __STDC__ 7708> # include <limits.h> 7709> #else 7710> # include <assert.h> 7711> #endif 77122676a6732,6740 7713> #undef nl_langinfo 7714> 7715> /* Override any GCC internal prototype to avoid an error. 7716> Use char because int might match the return type of a GCC 7717> builtin and then its argument prototype would still apply. */ 7718> #ifdef __cplusplus 7719> extern "C" 7720> #endif 7721> char nl_langinfo (); 77222680c6744 7723< #if defined (__stub_nl_langinfo) || defined (__stub___nl_langinfo) 7724--- 7725> #if defined __stub_nl_langinfo || defined __stub___nl_langinfo 77262682,2683d6745 7727< #else 7728< nl_langinfo(); 77292686,2701c6748,6791 7730< ; return 0; } 7731< EOF 7732< if { (eval echo configure:2689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7733< rm -rf conftest* 7734< eval "ac_cv_func_nl_langinfo=yes" 7735< else 7736< echo "configure: failed program was:" >&5 7737< cat conftest.$ac_ext >&5 7738< rm -rf conftest* 7739< eval "ac_cv_func_nl_langinfo=no" 7740< fi 7741< rm -f conftest* 7742< fi 7743< 7744< if eval "test \"`echo '$ac_cv_func_'nl_langinfo`\" = yes"; then 7745< echo "$ac_t""yes" 1>&6 7746--- 7747> int 7748> main () 7749> { 7750> return nl_langinfo (); 7751> ; 7752> return 0; 7753> } 7754> _ACEOF 7755> rm -f conftest.$ac_objext conftest$ac_exeext 7756> if { (ac_try="$ac_link" 7757> case "(($ac_try" in 7758> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7759> *) ac_try_echo=$ac_try;; 7760> esac 7761> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7762> $as_echo "$ac_try_echo") >&5 7763> (eval "$ac_link") 2>conftest.er1 7764> ac_status=$? 7765> grep -v '^ *+' conftest.er1 >conftest.err 7766> rm -f conftest.er1 7767> cat conftest.err >&5 7768> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7769> (exit $ac_status); } && { 7770> test -z "$ac_c_werror_flag" || 7771> test ! -s conftest.err 7772> } && test -s conftest$ac_exeext && { 7773> test "$cross_compiling" = yes || 7774> $as_test_x conftest$ac_exeext 7775> }; then 7776> ac_cv_func_nl_langinfo=yes 7777> else 7778> $as_echo "$as_me: failed program was:" >&5 7779> sed 's/^/| /' conftest.$ac_ext >&5 7780> 7781> ac_cv_func_nl_langinfo=no 7782> fi 7783> 7784> rm -rf conftest.dSYM 7785> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7786> conftest$ac_exeext conftest.$ac_ext 7787> fi 7788> { $as_echo "$as_me:$LINENO: result: $ac_cv_func_nl_langinfo" >&5 7789> $as_echo "$ac_cv_func_nl_langinfo" >&6; } 7790> if test "x$ac_cv_func_nl_langinfo" = x""yes; then 77912704,2705c6794 7792< echo "$ac_t""no" 1>&6 7793< U_HAVE_NL_LANGINFO=0 7794--- 7795> U_HAVE_NL_LANGINFO=0 77962710,2713c6799,6802 7797< echo $ac_n "checking for nl_langinfo's argument to obtain the codeset""... $ac_c" 1>&6 7798< echo "configure:2712: checking for nl_langinfo's argument to obtain the codeset" >&5 7799< if eval "test \"`echo '$''{'ac_cv_nl_langinfo_codeset'+set}'`\" = set"; then 7800< echo $ac_n "(cached) $ac_c" 1>&6 7801--- 7802> { $as_echo "$as_me:$LINENO: checking for nl_langinfo's argument to obtain the codeset" >&5 7803> $as_echo_n "checking for nl_langinfo's argument to obtain the codeset... " >&6; } 7804> if test "${ac_cv_nl_langinfo_codeset+set}" = set; then 7805> $as_echo_n "(cached) " >&6 78062717,2719c6806,6811 7807< cat > conftest.$ac_ext <<EOF 7808< #line 2719 "configure" 7809< #include "confdefs.h" 7810--- 7811> cat >conftest.$ac_ext <<_ACEOF 7812> /* confdefs.h. */ 7813> _ACEOF 7814> cat confdefs.h >>conftest.$ac_ext 7815> cat >>conftest.$ac_ext <<_ACEOF 7816> /* end confdefs.h. */ 78172721c6813,6815 7818< int main() { 7819--- 7820> int 7821> main () 7822> { 78232723,2726c6817,6841 7824< ; return 0; } 7825< EOF 7826< if { (eval echo configure:2726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7827< rm -rf conftest* 7828--- 7829> ; 7830> return 0; 7831> } 7832> _ACEOF 7833> rm -f conftest.$ac_objext conftest$ac_exeext 7834> if { (ac_try="$ac_link" 7835> case "(($ac_try" in 7836> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7837> *) ac_try_echo=$ac_try;; 7838> esac 7839> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7840> $as_echo "$ac_try_echo") >&5 7841> (eval "$ac_link") 2>conftest.er1 7842> ac_status=$? 7843> grep -v '^ *+' conftest.er1 >conftest.err 7844> rm -f conftest.er1 7845> cat conftest.err >&5 7846> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7847> (exit $ac_status); } && { 7848> test -z "$ac_c_werror_flag" || 7849> test ! -s conftest.err 7850> } && test -s conftest$ac_exeext && { 7851> test "$cross_compiling" = yes || 7852> $as_test_x conftest$ac_exeext 7853> }; then 78542729,2730c6844,6847 7855< echo "configure: failed program was:" >&5 7856< cat conftest.$ac_ext >&5 7857--- 7858> $as_echo "$as_me: failed program was:" >&5 7859> sed 's/^/| /' conftest.$ac_ext >&5 7860> 7861> 78622732c6849,6852 7863< rm -f conftest* 7864--- 7865> 7866> rm -rf conftest.dSYM 7867> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7868> conftest$ac_exeext conftest.$ac_ext 78692735,2736c6855,6856 7870< 7871< echo "$ac_t""$ac_cv_nl_langinfo_codeset" 1>&6 7872--- 7873> { $as_echo "$as_me:$LINENO: result: $ac_cv_nl_langinfo_codeset" >&5 7874> $as_echo "$ac_cv_nl_langinfo_codeset" >&6; } 78752746,2747c6866 7876< ac_ext=C 7877< # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 7878--- 7879> ac_ext=cpp 78802749,2760c6868,6882 7881< ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 7882< ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 7883< cross_compiling=$ac_cv_prog_cxx_cross 7884< 7885< echo $ac_n "checking for namespace support""... $ac_c" 1>&6 7886< echo "configure:2755: checking for namespace support" >&5 7887< if eval "test \"`echo '$''{'ac_cv_namespace_ok'+set}'`\" = set"; then 7888< echo $ac_n "(cached) $ac_c" 1>&6 7889< else 7890< cat > conftest.$ac_ext <<EOF 7891< #line 2760 "configure" 7892< #include "confdefs.h" 7893--- 7894> ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 7895> ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 7896> ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 7897> 7898> { $as_echo "$as_me:$LINENO: checking for namespace support" >&5 7899> $as_echo_n "checking for namespace support... " >&6; } 7900> if test "${ac_cv_namespace_ok+set}" = set; then 7901> $as_echo_n "(cached) " >&6 7902> else 7903> cat >conftest.$ac_ext <<_ACEOF 7904> /* confdefs.h. */ 7905> _ACEOF 7906> cat confdefs.h >>conftest.$ac_ext 7907> cat >>conftest.$ac_ext <<_ACEOF 7908> /* end confdefs.h. */ 79092764,2765c6886,6889 7910< 7911< int main() { 7912--- 7913> 7914> int 7915> main () 7916> { 79172767,2770c6891,6915 7918< ; return 0; } 7919< EOF 7920< if { (eval echo configure:2770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7921< rm -rf conftest* 7922--- 7923> ; 7924> return 0; 7925> } 7926> _ACEOF 7927> rm -f conftest.$ac_objext conftest$ac_exeext 7928> if { (ac_try="$ac_link" 7929> case "(($ac_try" in 7930> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7931> *) ac_try_echo=$ac_try;; 7932> esac 7933> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7934> $as_echo "$ac_try_echo") >&5 7935> (eval "$ac_link") 2>conftest.er1 7936> ac_status=$? 7937> grep -v '^ *+' conftest.er1 >conftest.err 7938> rm -f conftest.er1 7939> cat conftest.err >&5 7940> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7941> (exit $ac_status); } && { 7942> test -z "$ac_cxx_werror_flag" || 7943> test ! -s conftest.err 7944> } && test -s conftest$ac_exeext && { 7945> test "$cross_compiling" = yes || 7946> $as_test_x conftest$ac_exeext 7947> }; then 79482773,2776c6918,6921 7949< echo "configure: failed program was:" >&5 7950< cat conftest.$ac_ext >&5 7951< rm -rf conftest* 7952< ac_cv_namespace_ok=no 7953--- 7954> $as_echo "$as_me: failed program was:" >&5 7955> sed 's/^/| /' conftest.$ac_ext >&5 7956> 7957> ac_cv_namespace_ok=no 79582778c6923,6926 7959< rm -f conftest* 7960--- 7961> 7962> rm -rf conftest.dSYM 7963> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7964> conftest$ac_exeext conftest.$ac_ext 79652781c6929,6930 7966< echo "$ac_t""$ac_cv_namespace_ok" 1>&6 7967--- 7968> { $as_echo "$as_me:$LINENO: result: $ac_cv_namespace_ok" >&5 7969> $as_echo "$ac_cv_namespace_ok" >&6; } 79702789,2790c6938,6939 7971< echo $ac_n "checking for properly overriding new and delete""... $ac_c" 1>&6 7972< echo "configure:2791: checking for properly overriding new and delete" >&5 7973--- 7974> { $as_echo "$as_me:$LINENO: checking for properly overriding new and delete" >&5 7975> $as_echo_n "checking for properly overriding new and delete... " >&6; } 79762793,2794c6942,6943 7977< if eval "test \"`echo '$''{'ac_cv_override_cxx_allocation_ok'+set}'`\" = set"; then 7978< echo $ac_n "(cached) $ac_c" 1>&6 7979--- 7980> if test "${ac_cv_override_cxx_allocation_ok+set}" = set; then 7981> $as_echo_n "(cached) " >&6 79822796,2798c6945,6950 7983< cat > conftest.$ac_ext <<EOF 7984< #line 2798 "configure" 7985< #include "confdefs.h" 7986--- 7987> cat >conftest.$ac_ext <<_ACEOF 7988> /* confdefs.h. */ 7989> _ACEOF 7990> cat confdefs.h >>conftest.$ac_ext 7991> cat >>conftest.$ac_ext <<_ACEOF 7992> /* end confdefs.h. */ 79932807,2813c6959,6988 7994< 7995< int main() { 7996< 7997< ; return 0; } 7998< EOF 7999< if { (eval echo configure:2813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8000< rm -rf conftest* 8001--- 8002> 8003> int 8004> main () 8005> { 8006> 8007> ; 8008> return 0; 8009> } 8010> _ACEOF 8011> rm -f conftest.$ac_objext conftest$ac_exeext 8012> if { (ac_try="$ac_link" 8013> case "(($ac_try" in 8014> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8015> *) ac_try_echo=$ac_try;; 8016> esac 8017> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8018> $as_echo "$ac_try_echo") >&5 8019> (eval "$ac_link") 2>conftest.er1 8020> ac_status=$? 8021> grep -v '^ *+' conftest.er1 >conftest.err 8022> rm -f conftest.er1 8023> cat conftest.err >&5 8024> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8025> (exit $ac_status); } && { 8026> test -z "$ac_cxx_werror_flag" || 8027> test ! -s conftest.err 8028> } && test -s conftest$ac_exeext && { 8029> test "$cross_compiling" = yes || 8030> $as_test_x conftest$ac_exeext 8031> }; then 80322816,2819c6991,6994 8033< echo "configure: failed program was:" >&5 8034< cat conftest.$ac_ext >&5 8035< rm -rf conftest* 8036< ac_cv_override_cxx_allocation_ok=no 8037--- 8038> $as_echo "$as_me: failed program was:" >&5 8039> sed 's/^/| /' conftest.$ac_ext >&5 8040> 8041> ac_cv_override_cxx_allocation_ok=no 80422821c6996,6999 8043< rm -f conftest* 8044--- 8045> 8046> rm -rf conftest.dSYM 8047> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8048> conftest$ac_exeext conftest.$ac_ext 80492824c7002,7003 8050< echo "$ac_t""$ac_cv_override_cxx_allocation_ok" 1>&6 8051--- 8052> { $as_echo "$as_me:$LINENO: result: $ac_cv_override_cxx_allocation_ok" >&5 8053> $as_echo "$ac_cv_override_cxx_allocation_ok" >&6; } 80542828,2835c7007,7017 8055< echo $ac_n "checking for placement new and delete""... $ac_c" 1>&6 8056< echo "configure:2830: checking for placement new and delete" >&5 8057< if eval "test \"`echo '$''{'ac_cv_override_placement_new_ok'+set}'`\" = set"; then 8058< echo $ac_n "(cached) $ac_c" 1>&6 8059< else 8060< cat > conftest.$ac_ext <<EOF 8061< #line 2835 "configure" 8062< #include "confdefs.h" 8063--- 8064> { $as_echo "$as_me:$LINENO: checking for placement new and delete" >&5 8065> $as_echo_n "checking for placement new and delete... " >&6; } 8066> if test "${ac_cv_override_placement_new_ok+set}" = set; then 8067> $as_echo_n "(cached) " >&6 8068> else 8069> cat >conftest.$ac_ext <<_ACEOF 8070> /* confdefs.h. */ 8071> _ACEOF 8072> cat confdefs.h >>conftest.$ac_ext 8073> cat >>conftest.$ac_ext <<_ACEOF 8074> /* end confdefs.h. */ 80752846,2852c7028,7057 8076< 8077< int main() { 8078< 8079< ; return 0; } 8080< EOF 8081< if { (eval echo configure:2852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8082< rm -rf conftest* 8083--- 8084> 8085> int 8086> main () 8087> { 8088> 8089> ; 8090> return 0; 8091> } 8092> _ACEOF 8093> rm -f conftest.$ac_objext conftest$ac_exeext 8094> if { (ac_try="$ac_link" 8095> case "(($ac_try" in 8096> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8097> *) ac_try_echo=$ac_try;; 8098> esac 8099> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8100> $as_echo "$ac_try_echo") >&5 8101> (eval "$ac_link") 2>conftest.er1 8102> ac_status=$? 8103> grep -v '^ *+' conftest.er1 >conftest.err 8104> rm -f conftest.er1 8105> cat conftest.err >&5 8106> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8107> (exit $ac_status); } && { 8108> test -z "$ac_cxx_werror_flag" || 8109> test ! -s conftest.err 8110> } && test -s conftest$ac_exeext && { 8111> test "$cross_compiling" = yes || 8112> $as_test_x conftest$ac_exeext 8113> }; then 81142855,2858c7060,7063 8115< echo "configure: failed program was:" >&5 8116< cat conftest.$ac_ext >&5 8117< rm -rf conftest* 8118< ac_cv_override_placement_new_ok=no 8119--- 8120> $as_echo "$as_me: failed program was:" >&5 8121> sed 's/^/| /' conftest.$ac_ext >&5 8122> 8123> ac_cv_override_placement_new_ok=no 81242860c7065,7068 8125< rm -f conftest* 8126--- 8127> 8128> rm -rf conftest.dSYM 8129> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8130> conftest$ac_exeext conftest.$ac_ext 81312863c7071,7072 8132< echo "$ac_t""$ac_cv_override_placement_new_ok" 1>&6 8133--- 8134> { $as_echo "$as_me:$LINENO: result: $ac_cv_override_placement_new_ok" >&5 8135> $as_echo "$ac_cv_override_placement_new_ok" >&6; } 81362873d7081 8137< # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 81382875,2886c7083,7101 8139< ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 8140< ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 8141< cross_compiling=$ac_cv_prog_cc_cross 8142< 8143< echo $ac_n "checking for popen""... $ac_c" 1>&6 8144< echo "configure:2881: checking for popen" >&5 8145< if eval "test \"`echo '$''{'ac_cv_func_popen'+set}'`\" = set"; then 8146< echo $ac_n "(cached) $ac_c" 1>&6 8147< else 8148< cat > conftest.$ac_ext <<EOF 8149< #line 2886 "configure" 8150< #include "confdefs.h" 8151--- 8152> ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 8153> ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 8154> ac_compiler_gnu=$ac_cv_c_compiler_gnu 8155> 8156> { $as_echo "$as_me:$LINENO: checking for popen" >&5 8157> $as_echo_n "checking for popen... " >&6; } 8158> if test "${ac_cv_func_popen+set}" = set; then 8159> $as_echo_n "(cached) " >&6 8160> else 8161> cat >conftest.$ac_ext <<_ACEOF 8162> /* confdefs.h. */ 8163> _ACEOF 8164> cat confdefs.h >>conftest.$ac_ext 8165> cat >>conftest.$ac_ext <<_ACEOF 8166> /* end confdefs.h. */ 8167> /* Define popen to an innocuous variant, in case <limits.h> declares popen. 8168> For example, HP-UX 11i <limits.h> declares gettimeofday. */ 8169> #define popen innocuous_popen 8170> 81712888,2893c7103,7111 8172< which can conflict with char popen(); below. */ 8173< #include <assert.h> 8174< /* Override any gcc2 internal prototype to avoid an error. */ 8175< /* We use char because int might match the return type of a gcc2 8176< builtin and then its argument prototype would still apply. */ 8177< char popen(); 8178--- 8179> which can conflict with char popen (); below. 8180> Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8181> <limits.h> exists even on freestanding compilers. */ 8182> 8183> #ifdef __STDC__ 8184> # include <limits.h> 8185> #else 8186> # include <assert.h> 8187> #endif 81882895c7113 8189< int main() { 8190--- 8191> #undef popen 81922896a7115,7121 8193> /* Override any GCC internal prototype to avoid an error. 8194> Use char because int might match the return type of a GCC 8195> builtin and then its argument prototype would still apply. */ 8196> #ifdef __cplusplus 8197> extern "C" 8198> #endif 8199> char popen (); 82002900c7125 8201< #if defined (__stub_popen) || defined (__stub___popen) 8202--- 8203> #if defined __stub_popen || defined __stub___popen 82042902,2903d7126 8205< #else 8206< popen(); 82072906,2924c7129,7168 8208< ; return 0; } 8209< EOF 8210< if { (eval echo configure:2909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8211< rm -rf conftest* 8212< eval "ac_cv_func_popen=yes" 8213< else 8214< echo "configure: failed program was:" >&5 8215< cat conftest.$ac_ext >&5 8216< rm -rf conftest* 8217< eval "ac_cv_func_popen=no" 8218< fi 8219< rm -f conftest* 8220< fi 8221< 8222< if eval "test \"`echo '$ac_cv_func_'popen`\" = yes"; then 8223< echo "$ac_t""yes" 1>&6 8224< : 8225< else 8226< echo "$ac_t""no" 1>&6 8227--- 8228> int 8229> main () 8230> { 8231> return popen (); 8232> ; 8233> return 0; 8234> } 8235> _ACEOF 8236> rm -f conftest.$ac_objext conftest$ac_exeext 8237> if { (ac_try="$ac_link" 8238> case "(($ac_try" in 8239> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8240> *) ac_try_echo=$ac_try;; 8241> esac 8242> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8243> $as_echo "$ac_try_echo") >&5 8244> (eval "$ac_link") 2>conftest.er1 8245> ac_status=$? 8246> grep -v '^ *+' conftest.er1 >conftest.err 8247> rm -f conftest.er1 8248> cat conftest.err >&5 8249> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8250> (exit $ac_status); } && { 8251> test -z "$ac_c_werror_flag" || 8252> test ! -s conftest.err 8253> } && test -s conftest$ac_exeext && { 8254> test "$cross_compiling" = yes || 8255> $as_test_x conftest$ac_exeext 8256> }; then 8257> ac_cv_func_popen=yes 8258> else 8259> $as_echo "$as_me: failed program was:" >&5 8260> sed 's/^/| /' conftest.$ac_ext >&5 8261> 8262> ac_cv_func_popen=no 8263> fi 8264> 8265> rm -rf conftest.dSYM 8266> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8267> conftest$ac_exeext conftest.$ac_ext 82682925a7170,7171 8269> { $as_echo "$as_me:$LINENO: result: $ac_cv_func_popen" >&5 8270> $as_echo "$ac_cv_func_popen" >&6; } 82712935,2942c7181,7195 8272< echo $ac_n "checking for tzset""... $ac_c" 1>&6 8273< echo "configure:2937: checking for tzset" >&5 8274< if eval "test \"`echo '$''{'ac_cv_func_tzset'+set}'`\" = set"; then 8275< echo $ac_n "(cached) $ac_c" 1>&6 8276< else 8277< cat > conftest.$ac_ext <<EOF 8278< #line 2942 "configure" 8279< #include "confdefs.h" 8280--- 8281> { $as_echo "$as_me:$LINENO: checking for tzset" >&5 8282> $as_echo_n "checking for tzset... " >&6; } 8283> if test "${ac_cv_func_tzset+set}" = set; then 8284> $as_echo_n "(cached) " >&6 8285> else 8286> cat >conftest.$ac_ext <<_ACEOF 8287> /* confdefs.h. */ 8288> _ACEOF 8289> cat confdefs.h >>conftest.$ac_ext 8290> cat >>conftest.$ac_ext <<_ACEOF 8291> /* end confdefs.h. */ 8292> /* Define tzset to an innocuous variant, in case <limits.h> declares tzset. 8293> For example, HP-UX 11i <limits.h> declares gettimeofday. */ 8294> #define tzset innocuous_tzset 8295> 82962944,2949c7197,7199 8297< which can conflict with char tzset(); below. */ 8298< #include <assert.h> 8299< /* Override any gcc2 internal prototype to avoid an error. */ 8300< /* We use char because int might match the return type of a gcc2 8301< builtin and then its argument prototype would still apply. */ 8302< char tzset(); 8303--- 8304> which can conflict with char tzset (); below. 8305> Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8306> <limits.h> exists even on freestanding compilers. */ 83072951c7201,7205 8308< int main() { 8309--- 8310> #ifdef __STDC__ 8311> # include <limits.h> 8312> #else 8313> # include <assert.h> 8314> #endif 83152952a7207,7215 8316> #undef tzset 8317> 8318> /* Override any GCC internal prototype to avoid an error. 8319> Use char because int might match the return type of a GCC 8320> builtin and then its argument prototype would still apply. */ 8321> #ifdef __cplusplus 8322> extern "C" 8323> #endif 8324> char tzset (); 83252956c7219 8326< #if defined (__stub_tzset) || defined (__stub___tzset) 8327--- 8328> #if defined __stub_tzset || defined __stub___tzset 83292958,2959d7220 8330< #else 8331< tzset(); 83322962,2980c7223,7262 8333< ; return 0; } 8334< EOF 8335< if { (eval echo configure:2965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8336< rm -rf conftest* 8337< eval "ac_cv_func_tzset=yes" 8338< else 8339< echo "configure: failed program was:" >&5 8340< cat conftest.$ac_ext >&5 8341< rm -rf conftest* 8342< eval "ac_cv_func_tzset=no" 8343< fi 8344< rm -f conftest* 8345< fi 8346< 8347< if eval "test \"`echo '$ac_cv_func_'tzset`\" = yes"; then 8348< echo "$ac_t""yes" 1>&6 8349< : 8350< else 8351< echo "$ac_t""no" 1>&6 8352--- 8353> int 8354> main () 8355> { 8356> return tzset (); 8357> ; 8358> return 0; 8359> } 8360> _ACEOF 8361> rm -f conftest.$ac_objext conftest$ac_exeext 8362> if { (ac_try="$ac_link" 8363> case "(($ac_try" in 8364> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8365> *) ac_try_echo=$ac_try;; 8366> esac 8367> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8368> $as_echo "$ac_try_echo") >&5 8369> (eval "$ac_link") 2>conftest.er1 8370> ac_status=$? 8371> grep -v '^ *+' conftest.er1 >conftest.err 8372> rm -f conftest.er1 8373> cat conftest.err >&5 8374> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8375> (exit $ac_status); } && { 8376> test -z "$ac_c_werror_flag" || 8377> test ! -s conftest.err 8378> } && test -s conftest$ac_exeext && { 8379> test "$cross_compiling" = yes || 8380> $as_test_x conftest$ac_exeext 8381> }; then 8382> ac_cv_func_tzset=yes 8383> else 8384> $as_echo "$as_me: failed program was:" >&5 8385> sed 's/^/| /' conftest.$ac_ext >&5 8386> 8387> ac_cv_func_tzset=no 8388> fi 8389> 8390> rm -rf conftest.dSYM 8391> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8392> conftest$ac_exeext conftest.$ac_ext 83932981a7264,7265 8394> { $as_echo "$as_me:$LINENO: result: $ac_cv_func_tzset" >&5 8395> $as_echo "$ac_cv_func_tzset" >&6; } 83962989,2996c7273,7287 8397< echo $ac_n "checking for _tzset""... $ac_c" 1>&6 8398< echo "configure:2991: checking for _tzset" >&5 8399< if eval "test \"`echo '$''{'ac_cv_func__tzset'+set}'`\" = set"; then 8400< echo $ac_n "(cached) $ac_c" 1>&6 8401< else 8402< cat > conftest.$ac_ext <<EOF 8403< #line 2996 "configure" 8404< #include "confdefs.h" 8405--- 8406> { $as_echo "$as_me:$LINENO: checking for _tzset" >&5 8407> $as_echo_n "checking for _tzset... " >&6; } 8408> if test "${ac_cv_func__tzset+set}" = set; then 8409> $as_echo_n "(cached) " >&6 8410> else 8411> cat >conftest.$ac_ext <<_ACEOF 8412> /* confdefs.h. */ 8413> _ACEOF 8414> cat confdefs.h >>conftest.$ac_ext 8415> cat >>conftest.$ac_ext <<_ACEOF 8416> /* end confdefs.h. */ 8417> /* Define _tzset to an innocuous variant, in case <limits.h> declares _tzset. 8418> For example, HP-UX 11i <limits.h> declares gettimeofday. */ 8419> #define _tzset innocuous__tzset 8420> 84212998,3003c7289,7297 8422< which can conflict with char _tzset(); below. */ 8423< #include <assert.h> 8424< /* Override any gcc2 internal prototype to avoid an error. */ 8425< /* We use char because int might match the return type of a gcc2 8426< builtin and then its argument prototype would still apply. */ 8427< char _tzset(); 8428--- 8429> which can conflict with char _tzset (); below. 8430> Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8431> <limits.h> exists even on freestanding compilers. */ 8432> 8433> #ifdef __STDC__ 8434> # include <limits.h> 8435> #else 8436> # include <assert.h> 8437> #endif 84383005c7299 8439< int main() { 8440--- 8441> #undef _tzset 84423006a7301,7307 8443> /* Override any GCC internal prototype to avoid an error. 8444> Use char because int might match the return type of a GCC 8445> builtin and then its argument prototype would still apply. */ 8446> #ifdef __cplusplus 8447> extern "C" 8448> #endif 8449> char _tzset (); 84503010c7311 8451< #if defined (__stub__tzset) || defined (__stub____tzset) 8452--- 8453> #if defined __stub__tzset || defined __stub____tzset 84543012,3013d7312 8455< #else 8456< _tzset(); 84573016,3034c7315,7354 8458< ; return 0; } 8459< EOF 8460< if { (eval echo configure:3019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8461< rm -rf conftest* 8462< eval "ac_cv_func__tzset=yes" 8463< else 8464< echo "configure: failed program was:" >&5 8465< cat conftest.$ac_ext >&5 8466< rm -rf conftest* 8467< eval "ac_cv_func__tzset=no" 8468< fi 8469< rm -f conftest* 8470< fi 8471< 8472< if eval "test \"`echo '$ac_cv_func_'_tzset`\" = yes"; then 8473< echo "$ac_t""yes" 1>&6 8474< : 8475< else 8476< echo "$ac_t""no" 1>&6 8477--- 8478> int 8479> main () 8480> { 8481> return _tzset (); 8482> ; 8483> return 0; 8484> } 8485> _ACEOF 8486> rm -f conftest.$ac_objext conftest$ac_exeext 8487> if { (ac_try="$ac_link" 8488> case "(($ac_try" in 8489> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8490> *) ac_try_echo=$ac_try;; 8491> esac 8492> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8493> $as_echo "$ac_try_echo") >&5 8494> (eval "$ac_link") 2>conftest.er1 8495> ac_status=$? 8496> grep -v '^ *+' conftest.er1 >conftest.err 8497> rm -f conftest.er1 8498> cat conftest.err >&5 8499> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8500> (exit $ac_status); } && { 8501> test -z "$ac_c_werror_flag" || 8502> test ! -s conftest.err 8503> } && test -s conftest$ac_exeext && { 8504> test "$cross_compiling" = yes || 8505> $as_test_x conftest$ac_exeext 8506> }; then 8507> ac_cv_func__tzset=yes 8508> else 8509> $as_echo "$as_me: failed program was:" >&5 8510> sed 's/^/| /' conftest.$ac_ext >&5 8511> 8512> ac_cv_func__tzset=no 8513> fi 8514> 8515> rm -rf conftest.dSYM 8516> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8517> conftest$ac_exeext conftest.$ac_ext 85183035a7356,7357 8519> { $as_echo "$as_me:$LINENO: result: $ac_cv_func__tzset" >&5 8520> $as_echo "$ac_cv_func__tzset" >&6; } 85213047,3054c7369,7379 8522< echo $ac_n "checking for tzname""... $ac_c" 1>&6 8523< echo "configure:3049: checking for tzname" >&5 8524< if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then 8525< echo $ac_n "(cached) $ac_c" 1>&6 8526< else 8527< cat > conftest.$ac_ext <<EOF 8528< #line 3054 "configure" 8529< #include "confdefs.h" 8530--- 8531> { $as_echo "$as_me:$LINENO: checking for tzname" >&5 8532> $as_echo_n "checking for tzname... " >&6; } 8533> if test "${ac_cv_var_tzname+set}" = set; then 8534> $as_echo_n "(cached) " >&6 8535> else 8536> cat >conftest.$ac_ext <<_ACEOF 8537> /* confdefs.h. */ 8538> _ACEOF 8539> cat confdefs.h >>conftest.$ac_ext 8540> cat >>conftest.$ac_ext <<_ACEOF 8541> /* end confdefs.h. */ 85423063c7388,7390 8543< int main() { 8544--- 8545> int 8546> main () 8547> { 85483065,3068c7392,7416 8549< ; return 0; } 8550< EOF 8551< if { (eval echo configure:3068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8552< rm -rf conftest* 8553--- 8554> ; 8555> return 0; 8556> } 8557> _ACEOF 8558> rm -f conftest.$ac_objext conftest$ac_exeext 8559> if { (ac_try="$ac_link" 8560> case "(($ac_try" in 8561> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8562> *) ac_try_echo=$ac_try;; 8563> esac 8564> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8565> $as_echo "$ac_try_echo") >&5 8566> (eval "$ac_link") 2>conftest.er1 8567> ac_status=$? 8568> grep -v '^ *+' conftest.er1 >conftest.err 8569> rm -f conftest.er1 8570> cat conftest.err >&5 8571> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8572> (exit $ac_status); } && { 8573> test -z "$ac_c_werror_flag" || 8574> test ! -s conftest.err 8575> } && test -s conftest$ac_exeext && { 8576> test "$cross_compiling" = yes || 8577> $as_test_x conftest$ac_exeext 8578> }; then 85793071,3076c7419,7422 8580< echo "configure: failed program was:" >&5 8581< cat conftest.$ac_ext >&5 8582< rm -rf conftest* 8583< ac_cv_var_tzname=no 8584< fi 8585< rm -f conftest* 8586--- 8587> $as_echo "$as_me: failed program was:" >&5 8588> sed 's/^/| /' conftest.$ac_ext >&5 8589> 8590> ac_cv_var_tzname=no 85913079c7425,7430 8592< echo "$ac_t""$ac_cv_var_tzname" 1>&6 8593--- 8594> rm -rf conftest.dSYM 8595> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8596> conftest$ac_exeext conftest.$ac_ext 8597> fi 8598> { $as_echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 8599> $as_echo "$ac_cv_var_tzname" >&6; } 86003084,3091c7435,7445 8601< echo $ac_n "checking for _tzname""... $ac_c" 1>&6 8602< echo "configure:3086: checking for _tzname" >&5 8603< if eval "test \"`echo '$''{'ac_cv_var__tzname'+set}'`\" = set"; then 8604< echo $ac_n "(cached) $ac_c" 1>&6 8605< else 8606< cat > conftest.$ac_ext <<EOF 8607< #line 3091 "configure" 8608< #include "confdefs.h" 8609--- 8610> { $as_echo "$as_me:$LINENO: checking for _tzname" >&5 8611> $as_echo_n "checking for _tzname... " >&6; } 8612> if test "${ac_cv_var__tzname+set}" = set; then 8613> $as_echo_n "(cached) " >&6 8614> else 8615> cat >conftest.$ac_ext <<_ACEOF 8616> /* confdefs.h. */ 8617> _ACEOF 8618> cat confdefs.h >>conftest.$ac_ext 8619> cat >>conftest.$ac_ext <<_ACEOF 8620> /* end confdefs.h. */ 86213095,3096c7449,7452 8622< 8623< int main() { 8624--- 8625> 8626> int 8627> main () 8628> { 86293098,3101c7454,7478 8630< ; return 0; } 8631< EOF 8632< if { (eval echo configure:3101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8633< rm -rf conftest* 8634--- 8635> ; 8636> return 0; 8637> } 8638> _ACEOF 8639> rm -f conftest.$ac_objext conftest$ac_exeext 8640> if { (ac_try="$ac_link" 8641> case "(($ac_try" in 8642> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8643> *) ac_try_echo=$ac_try;; 8644> esac 8645> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8646> $as_echo "$ac_try_echo") >&5 8647> (eval "$ac_link") 2>conftest.er1 8648> ac_status=$? 8649> grep -v '^ *+' conftest.er1 >conftest.err 8650> rm -f conftest.er1 8651> cat conftest.err >&5 8652> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8653> (exit $ac_status); } && { 8654> test -z "$ac_c_werror_flag" || 8655> test ! -s conftest.err 8656> } && test -s conftest$ac_exeext && { 8657> test "$cross_compiling" = yes || 8658> $as_test_x conftest$ac_exeext 8659> }; then 86603104,3109c7481,7484 8661< echo "configure: failed program was:" >&5 8662< cat conftest.$ac_ext >&5 8663< rm -rf conftest* 8664< ac_cv_var__tzname=no 8665< fi 8666< rm -f conftest* 8667--- 8668> $as_echo "$as_me: failed program was:" >&5 8669> sed 's/^/| /' conftest.$ac_ext >&5 8670> 8671> ac_cv_var__tzname=no 86723112c7487,7492 8673< echo "$ac_t""$ac_cv_var__tzname" 1>&6 8674--- 8675> rm -rf conftest.dSYM 8676> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8677> conftest$ac_exeext conftest.$ac_ext 8678> fi 8679> { $as_echo "$as_me:$LINENO: result: $ac_cv_var__tzname" >&5 8680> $as_echo "$ac_cv_var__tzname" >&6; } 86813121,3128c7501,7511 8682< echo $ac_n "checking for timezone""... $ac_c" 1>&6 8683< echo "configure:3123: checking for timezone" >&5 8684< if eval "test \"`echo '$''{'ac_cv_var_timezone'+set}'`\" = set"; then 8685< echo $ac_n "(cached) $ac_c" 1>&6 8686< else 8687< cat > conftest.$ac_ext <<EOF 8688< #line 3128 "configure" 8689< #include "confdefs.h" 8690--- 8691> { $as_echo "$as_me:$LINENO: checking for timezone" >&5 8692> $as_echo_n "checking for timezone... " >&6; } 8693> if test "${ac_cv_var_timezone+set}" = set; then 8694> $as_echo_n "(cached) " >&6 8695> else 8696> cat >conftest.$ac_ext <<_ACEOF 8697> /* confdefs.h. */ 8698> _ACEOF 8699> cat confdefs.h >>conftest.$ac_ext 8700> cat >>conftest.$ac_ext <<_ACEOF 8701> /* end confdefs.h. */ 87023137c7520,7522 8703< int main() { 8704--- 8705> int 8706> main () 8707> { 87083139,3142c7524,7548 8709< ; return 0; } 8710< EOF 8711< if { (eval echo configure:3142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8712< rm -rf conftest* 8713--- 8714> ; 8715> return 0; 8716> } 8717> _ACEOF 8718> rm -f conftest.$ac_objext conftest$ac_exeext 8719> if { (ac_try="$ac_link" 8720> case "(($ac_try" in 8721> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8722> *) ac_try_echo=$ac_try;; 8723> esac 8724> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8725> $as_echo "$ac_try_echo") >&5 8726> (eval "$ac_link") 2>conftest.er1 8727> ac_status=$? 8728> grep -v '^ *+' conftest.er1 >conftest.err 8729> rm -f conftest.er1 8730> cat conftest.err >&5 8731> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8732> (exit $ac_status); } && { 8733> test -z "$ac_c_werror_flag" || 8734> test ! -s conftest.err 8735> } && test -s conftest$ac_exeext && { 8736> test "$cross_compiling" = yes || 8737> $as_test_x conftest$ac_exeext 8738> }; then 87393145,3150c7551,7554 8740< echo "configure: failed program was:" >&5 8741< cat conftest.$ac_ext >&5 8742< rm -rf conftest* 8743< ac_cv_var_timezone=no 8744< fi 8745< rm -f conftest* 8746--- 8747> $as_echo "$as_me: failed program was:" >&5 8748> sed 's/^/| /' conftest.$ac_ext >&5 8749> 8750> ac_cv_var_timezone=no 87513153c7557,7562 8752< echo "$ac_t""$ac_cv_var_timezone" 1>&6 8753--- 8754> rm -rf conftest.dSYM 8755> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8756> conftest$ac_exeext conftest.$ac_ext 8757> fi 8758> { $as_echo "$as_me:$LINENO: result: $ac_cv_var_timezone" >&5 8759> $as_echo "$ac_cv_var_timezone" >&6; } 87603159,3166c7568,7578 8761< echo $ac_n "checking for __timezone""... $ac_c" 1>&6 8762< echo "configure:3161: checking for __timezone" >&5 8763< if eval "test \"`echo '$''{'ac_cv_var___timezone'+set}'`\" = set"; then 8764< echo $ac_n "(cached) $ac_c" 1>&6 8765< else 8766< cat > conftest.$ac_ext <<EOF 8767< #line 3166 "configure" 8768< #include "confdefs.h" 8769--- 8770> { $as_echo "$as_me:$LINENO: checking for __timezone" >&5 8771> $as_echo_n "checking for __timezone... " >&6; } 8772> if test "${ac_cv_var___timezone+set}" = set; then 8773> $as_echo_n "(cached) " >&6 8774> else 8775> cat >conftest.$ac_ext <<_ACEOF 8776> /* confdefs.h. */ 8777> _ACEOF 8778> cat confdefs.h >>conftest.$ac_ext 8779> cat >>conftest.$ac_ext <<_ACEOF 8780> /* end confdefs.h. */ 87813168,3169c7580,7583 8782< 8783< int main() { 8784--- 8785> 8786> int 8787> main () 8788> { 87893171,3174c7585,7609 8790< ; return 0; } 8791< EOF 8792< if { (eval echo configure:3174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8793< rm -rf conftest* 8794--- 8795> ; 8796> return 0; 8797> } 8798> _ACEOF 8799> rm -f conftest.$ac_objext conftest$ac_exeext 8800> if { (ac_try="$ac_link" 8801> case "(($ac_try" in 8802> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8803> *) ac_try_echo=$ac_try;; 8804> esac 8805> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8806> $as_echo "$ac_try_echo") >&5 8807> (eval "$ac_link") 2>conftest.er1 8808> ac_status=$? 8809> grep -v '^ *+' conftest.er1 >conftest.err 8810> rm -f conftest.er1 8811> cat conftest.err >&5 8812> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8813> (exit $ac_status); } && { 8814> test -z "$ac_c_werror_flag" || 8815> test ! -s conftest.err 8816> } && test -s conftest$ac_exeext && { 8817> test "$cross_compiling" = yes || 8818> $as_test_x conftest$ac_exeext 8819> }; then 88203177,3182c7612,7615 8821< echo "configure: failed program was:" >&5 8822< cat conftest.$ac_ext >&5 8823< rm -rf conftest* 8824< ac_cv_var___timezone=no 8825< fi 8826< rm -f conftest* 8827--- 8828> $as_echo "$as_me: failed program was:" >&5 8829> sed 's/^/| /' conftest.$ac_ext >&5 8830> 8831> ac_cv_var___timezone=no 88323185c7618,7623 8833< echo "$ac_t""$ac_cv_var___timezone" 1>&6 8834--- 8835> rm -rf conftest.dSYM 8836> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8837> conftest$ac_exeext conftest.$ac_ext 8838> fi 8839> { $as_echo "$as_me:$LINENO: result: $ac_cv_var___timezone" >&5 8840> $as_echo "$ac_cv_var___timezone" >&6; } 88413190,3197c7628,7638 8842< echo $ac_n "checking for _timezone""... $ac_c" 1>&6 8843< echo "configure:3192: checking for _timezone" >&5 8844< if eval "test \"`echo '$''{'ac_cv_var__timezone'+set}'`\" = set"; then 8845< echo $ac_n "(cached) $ac_c" 1>&6 8846< else 8847< cat > conftest.$ac_ext <<EOF 8848< #line 3197 "configure" 8849< #include "confdefs.h" 8850--- 8851> { $as_echo "$as_me:$LINENO: checking for _timezone" >&5 8852> $as_echo_n "checking for _timezone... " >&6; } 8853> if test "${ac_cv_var__timezone+set}" = set; then 8854> $as_echo_n "(cached) " >&6 8855> else 8856> cat >conftest.$ac_ext <<_ACEOF 8857> /* confdefs.h. */ 8858> _ACEOF 8859> cat confdefs.h >>conftest.$ac_ext 8860> cat >>conftest.$ac_ext <<_ACEOF 8861> /* end confdefs.h. */ 88623199,3200c7640,7643 8863< 8864< int main() { 8865--- 8866> 8867> int 8868> main () 8869> { 88703202,3205c7645,7669 8871< ; return 0; } 8872< EOF 8873< if { (eval echo configure:3205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8874< rm -rf conftest* 8875--- 8876> ; 8877> return 0; 8878> } 8879> _ACEOF 8880> rm -f conftest.$ac_objext conftest$ac_exeext 8881> if { (ac_try="$ac_link" 8882> case "(($ac_try" in 8883> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8884> *) ac_try_echo=$ac_try;; 8885> esac 8886> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8887> $as_echo "$ac_try_echo") >&5 8888> (eval "$ac_link") 2>conftest.er1 8889> ac_status=$? 8890> grep -v '^ *+' conftest.er1 >conftest.err 8891> rm -f conftest.er1 8892> cat conftest.err >&5 8893> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8894> (exit $ac_status); } && { 8895> test -z "$ac_c_werror_flag" || 8896> test ! -s conftest.err 8897> } && test -s conftest$ac_exeext && { 8898> test "$cross_compiling" = yes || 8899> $as_test_x conftest$ac_exeext 8900> }; then 89013208,3213c7672,7675 8902< echo "configure: failed program was:" >&5 8903< cat conftest.$ac_ext >&5 8904< rm -rf conftest* 8905< ac_cv_var__timezone=no 8906< fi 8907< rm -f conftest* 8908--- 8909> $as_echo "$as_me: failed program was:" >&5 8910> sed 's/^/| /' conftest.$ac_ext >&5 8911> 8912> ac_cv_var__timezone=no 89133216c7678,7683 8914< echo "$ac_t""$ac_cv_var__timezone" 1>&6 8915--- 8916> rm -rf conftest.dSYM 8917> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8918> conftest$ac_exeext conftest.$ac_ext 8919> fi 8920> { $as_echo "$as_me:$LINENO: result: $ac_cv_var__timezone" >&5 8921> $as_echo "$ac_cv_var__timezone" >&6; } 89223226,3244c7693,7696 8923< echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 8924< echo "configure:3228: checking for ANSI C header files" >&5 8925< if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 8926< echo $ac_n "(cached) $ac_c" 1>&6 8927< else 8928< cat > conftest.$ac_ext <<EOF 8929< #line 3233 "configure" 8930< #include "confdefs.h" 8931< #include <stdlib.h> 8932< #include <stdarg.h> 8933< #include <string.h> 8934< #include <float.h> 8935< EOF 8936< ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8937< { (eval echo configure:3241: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8938< ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8939< if test -z "$ac_err"; then 8940< rm -rf conftest* 8941< ac_cv_header_stdc=yes 8942--- 8943> { $as_echo "$as_me:$LINENO: checking for int8_t" >&5 8944> $as_echo_n "checking for int8_t... " >&6; } 8945> if test "${ac_cv_type_int8_t+set}" = set; then 8946> $as_echo_n "(cached) " >&6 89473246,3262c7698,7766 8948< echo "$ac_err" >&5 8949< echo "configure: failed program was:" >&5 8950< cat conftest.$ac_ext >&5 8951< rm -rf conftest* 8952< ac_cv_header_stdc=no 8953< fi 8954< rm -f conftest* 8955< 8956< if test $ac_cv_header_stdc = yes; then 8957< # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 8958< cat > conftest.$ac_ext <<EOF 8959< #line 3258 "configure" 8960< #include "confdefs.h" 8961< #include <string.h> 8962< EOF 8963< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 8964< egrep "memchr" >/dev/null 2>&1; then 8965--- 8966> ac_cv_type_int8_t=no 8967> cat >conftest.$ac_ext <<_ACEOF 8968> /* confdefs.h. */ 8969> _ACEOF 8970> cat confdefs.h >>conftest.$ac_ext 8971> cat >>conftest.$ac_ext <<_ACEOF 8972> /* end confdefs.h. */ 8973> $ac_includes_default 8974> int 8975> main () 8976> { 8977> if (sizeof (int8_t)) 8978> return 0; 8979> ; 8980> return 0; 8981> } 8982> _ACEOF 8983> rm -f conftest.$ac_objext 8984> if { (ac_try="$ac_compile" 8985> case "(($ac_try" in 8986> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8987> *) ac_try_echo=$ac_try;; 8988> esac 8989> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8990> $as_echo "$ac_try_echo") >&5 8991> (eval "$ac_compile") 2>conftest.er1 8992> ac_status=$? 8993> grep -v '^ *+' conftest.er1 >conftest.err 8994> rm -f conftest.er1 8995> cat conftest.err >&5 8996> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8997> (exit $ac_status); } && { 8998> test -z "$ac_c_werror_flag" || 8999> test ! -s conftest.err 9000> } && test -s conftest.$ac_objext; then 9001> cat >conftest.$ac_ext <<_ACEOF 9002> /* confdefs.h. */ 9003> _ACEOF 9004> cat confdefs.h >>conftest.$ac_ext 9005> cat >>conftest.$ac_ext <<_ACEOF 9006> /* end confdefs.h. */ 9007> $ac_includes_default 9008> int 9009> main () 9010> { 9011> if (sizeof ((int8_t))) 9012> return 0; 9013> ; 9014> return 0; 9015> } 9016> _ACEOF 9017> rm -f conftest.$ac_objext 9018> if { (ac_try="$ac_compile" 9019> case "(($ac_try" in 9020> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9021> *) ac_try_echo=$ac_try;; 9022> esac 9023> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9024> $as_echo "$ac_try_echo") >&5 9025> (eval "$ac_compile") 2>conftest.er1 9026> ac_status=$? 9027> grep -v '^ *+' conftest.er1 >conftest.err 9028> rm -f conftest.er1 9029> cat conftest.err >&5 9030> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9031> (exit $ac_status); } && { 9032> test -z "$ac_c_werror_flag" || 9033> test ! -s conftest.err 9034> } && test -s conftest.$ac_objext; then 90353265,3268c7769,7770 9036< rm -rf conftest* 9037< ac_cv_header_stdc=no 9038< fi 9039< rm -f conftest* 9040--- 9041> $as_echo "$as_me: failed program was:" >&5 9042> sed 's/^/| /' conftest.$ac_ext >&5 90433269a7772 9044> ac_cv_type_int8_t=yes 90453272,3281c7775 9046< if test $ac_cv_header_stdc = yes; then 9047< # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 9048< cat > conftest.$ac_ext <<EOF 9049< #line 3276 "configure" 9050< #include "confdefs.h" 9051< #include <stdlib.h> 9052< EOF 9053< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 9054< egrep "free" >/dev/null 2>&1; then 9055< : 9056--- 9057> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 90583283,3286c7777,7779 9059< rm -rf conftest* 9060< ac_cv_header_stdc=no 9061< fi 9062< rm -f conftest* 9063--- 9064> $as_echo "$as_me: failed program was:" >&5 9065> sed 's/^/| /' conftest.$ac_ext >&5 9066> 90673290,3292c7783,7787 9068< if test $ac_cv_header_stdc = yes; then 9069< # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 9070< if test "$cross_compiling" = yes; then 9071--- 9072> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9073> fi 9074> { $as_echo "$as_me:$LINENO: result: $ac_cv_type_int8_t" >&5 9075> $as_echo "$ac_cv_type_int8_t" >&6; } 9076> if test "x$ac_cv_type_int8_t" = x""yes; then 90773295,3304d7789 9078< cat > conftest.$ac_ext <<EOF 9079< #line 3297 "configure" 9080< #include "confdefs.h" 9081< #include <ctype.h> 9082< #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 9083< #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 9084< #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 9085< int main () { int i; for (i = 0; i < 256; i++) 9086< if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 9087< exit (0); } 90883306,3317c7791,7793 9089< EOF 9090< if { (eval echo configure:3308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 9091< then 9092< : 9093< else 9094< echo "configure: failed program was:" >&5 9095< cat conftest.$ac_ext >&5 9096< rm -fr conftest* 9097< ac_cv_header_stdc=no 9098< fi 9099< rm -fr conftest* 9100< fi 9101--- 9102> cat >>confdefs.h <<_ACEOF 9103> #define int8_t signed char 9104> _ACEOF 91053320d7795 9106< fi 91073322,3326c7797,7874 9108< echo "$ac_t""$ac_cv_header_stdc" 1>&6 9109< if test $ac_cv_header_stdc = yes; then 9110< cat >> confdefs.h <<\EOF 9111< #define STDC_HEADERS 1 9112< EOF 9113--- 9114> { $as_echo "$as_me:$LINENO: checking for uint8_t" >&5 9115> $as_echo_n "checking for uint8_t... " >&6; } 9116> if test "${ac_cv_type_uint8_t+set}" = set; then 9117> $as_echo_n "(cached) " >&6 9118> else 9119> ac_cv_type_uint8_t=no 9120> cat >conftest.$ac_ext <<_ACEOF 9121> /* confdefs.h. */ 9122> _ACEOF 9123> cat confdefs.h >>conftest.$ac_ext 9124> cat >>conftest.$ac_ext <<_ACEOF 9125> /* end confdefs.h. */ 9126> $ac_includes_default 9127> int 9128> main () 9129> { 9130> if (sizeof (uint8_t)) 9131> return 0; 9132> ; 9133> return 0; 9134> } 9135> _ACEOF 9136> rm -f conftest.$ac_objext 9137> if { (ac_try="$ac_compile" 9138> case "(($ac_try" in 9139> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9140> *) ac_try_echo=$ac_try;; 9141> esac 9142> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9143> $as_echo "$ac_try_echo") >&5 9144> (eval "$ac_compile") 2>conftest.er1 9145> ac_status=$? 9146> grep -v '^ *+' conftest.er1 >conftest.err 9147> rm -f conftest.er1 9148> cat conftest.err >&5 9149> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9150> (exit $ac_status); } && { 9151> test -z "$ac_c_werror_flag" || 9152> test ! -s conftest.err 9153> } && test -s conftest.$ac_objext; then 9154> cat >conftest.$ac_ext <<_ACEOF 9155> /* confdefs.h. */ 9156> _ACEOF 9157> cat confdefs.h >>conftest.$ac_ext 9158> cat >>conftest.$ac_ext <<_ACEOF 9159> /* end confdefs.h. */ 9160> $ac_includes_default 9161> int 9162> main () 9163> { 9164> if (sizeof ((uint8_t))) 9165> return 0; 9166> ; 9167> return 0; 9168> } 9169> _ACEOF 9170> rm -f conftest.$ac_objext 9171> if { (ac_try="$ac_compile" 9172> case "(($ac_try" in 9173> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9174> *) ac_try_echo=$ac_try;; 9175> esac 9176> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9177> $as_echo "$ac_try_echo") >&5 9178> (eval "$ac_compile") 2>conftest.er1 9179> ac_status=$? 9180> grep -v '^ *+' conftest.er1 >conftest.err 9181> rm -f conftest.er1 9182> cat conftest.err >&5 9183> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9184> (exit $ac_status); } && { 9185> test -z "$ac_c_werror_flag" || 9186> test ! -s conftest.err 9187> } && test -s conftest.$ac_objext; then 9188> : 9189> else 9190> $as_echo "$as_me: failed program was:" >&5 9191> sed 's/^/| /' conftest.$ac_ext >&5 91923327a7876 9193> ac_cv_type_uint8_t=yes 91943330,3333c7879 9195< echo $ac_n "checking for int8_t""... $ac_c" 1>&6 9196< echo "configure:3332: checking for int8_t" >&5 9197< if eval "test \"`echo '$''{'ac_cv_type_int8_t'+set}'`\" = set"; then 9198< echo $ac_n "(cached) $ac_c" 1>&6 9199--- 9200> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 92013335,3352c7881,7882 9202< cat > conftest.$ac_ext <<EOF 9203< #line 3337 "configure" 9204< #include "confdefs.h" 9205< #include <sys/types.h> 9206< #if STDC_HEADERS 9207< #include <stdlib.h> 9208< #include <stddef.h> 9209< #endif 9210< EOF 9211< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 9212< egrep "(^|[^a-zA-Z_0-9])int8_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 9213< rm -rf conftest* 9214< ac_cv_type_int8_t=yes 9215< else 9216< rm -rf conftest* 9217< ac_cv_type_int8_t=no 9218< fi 9219< rm -f conftest* 9220--- 9221> $as_echo "$as_me: failed program was:" >&5 9222> sed 's/^/| /' conftest.$ac_ext >&5 92233354,3359d7883 9224< fi 9225< echo "$ac_t""$ac_cv_type_int8_t" 1>&6 9226< if test $ac_cv_type_int8_t = no; then 9227< cat >> confdefs.h <<\EOF 9228< #define int8_t signed char 9229< EOF 92303363,3383c7887 9231< echo $ac_n "checking for uint8_t""... $ac_c" 1>&6 9232< echo "configure:3365: checking for uint8_t" >&5 9233< if eval "test \"`echo '$''{'ac_cv_type_uint8_t'+set}'`\" = set"; then 9234< echo $ac_n "(cached) $ac_c" 1>&6 9235< else 9236< cat > conftest.$ac_ext <<EOF 9237< #line 3370 "configure" 9238< #include "confdefs.h" 9239< #include <sys/types.h> 9240< #if STDC_HEADERS 9241< #include <stdlib.h> 9242< #include <stddef.h> 9243< #endif 9244< EOF 9245< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 9246< egrep "(^|[^a-zA-Z_0-9])uint8_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 9247< rm -rf conftest* 9248< ac_cv_type_uint8_t=yes 9249< else 9250< rm -rf conftest* 9251< ac_cv_type_uint8_t=no 9252--- 9253> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 92543385c7889,7893 9255< rm -f conftest* 9256--- 9257> { $as_echo "$as_me:$LINENO: result: $ac_cv_type_uint8_t" >&5 9258> $as_echo "$ac_cv_type_uint8_t" >&6; } 9259> if test "x$ac_cv_type_uint8_t" = x""yes; then 9260> : 9261> else 92623387,3390c7895 9263< fi 9264< echo "$ac_t""$ac_cv_type_uint8_t" 1>&6 9265< if test $ac_cv_type_uint8_t = no; then 9266< cat >> confdefs.h <<\EOF 9267--- 9268> cat >>confdefs.h <<_ACEOF 92693392c7897 9270< EOF 9271--- 9272> _ACEOF 92733396,3413c7901,7904 9274< echo $ac_n "checking for int16_t""... $ac_c" 1>&6 9275< echo "configure:3398: checking for int16_t" >&5 9276< if eval "test \"`echo '$''{'ac_cv_type_int16_t'+set}'`\" = set"; then 9277< echo $ac_n "(cached) $ac_c" 1>&6 9278< else 9279< cat > conftest.$ac_ext <<EOF 9280< #line 3403 "configure" 9281< #include "confdefs.h" 9282< #include <sys/types.h> 9283< #if STDC_HEADERS 9284< #include <stdlib.h> 9285< #include <stddef.h> 9286< #endif 9287< EOF 9288< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 9289< egrep "(^|[^a-zA-Z_0-9])int16_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 9290< rm -rf conftest* 9291< ac_cv_type_int16_t=yes 9292--- 9293> { $as_echo "$as_me:$LINENO: checking for int16_t" >&5 9294> $as_echo_n "checking for int16_t... " >&6; } 9295> if test "${ac_cv_type_int16_t+set}" = set; then 9296> $as_echo_n "(cached) " >&6 92973415d7905 9298< rm -rf conftest* 92993416a7907,7980 9300> cat >conftest.$ac_ext <<_ACEOF 9301> /* confdefs.h. */ 9302> _ACEOF 9303> cat confdefs.h >>conftest.$ac_ext 9304> cat >>conftest.$ac_ext <<_ACEOF 9305> /* end confdefs.h. */ 9306> $ac_includes_default 9307> int 9308> main () 9309> { 9310> if (sizeof (int16_t)) 9311> return 0; 9312> ; 9313> return 0; 9314> } 9315> _ACEOF 9316> rm -f conftest.$ac_objext 9317> if { (ac_try="$ac_compile" 9318> case "(($ac_try" in 9319> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9320> *) ac_try_echo=$ac_try;; 9321> esac 9322> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9323> $as_echo "$ac_try_echo") >&5 9324> (eval "$ac_compile") 2>conftest.er1 9325> ac_status=$? 9326> grep -v '^ *+' conftest.er1 >conftest.err 9327> rm -f conftest.er1 9328> cat conftest.err >&5 9329> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9330> (exit $ac_status); } && { 9331> test -z "$ac_c_werror_flag" || 9332> test ! -s conftest.err 9333> } && test -s conftest.$ac_objext; then 9334> cat >conftest.$ac_ext <<_ACEOF 9335> /* confdefs.h. */ 9336> _ACEOF 9337> cat confdefs.h >>conftest.$ac_ext 9338> cat >>conftest.$ac_ext <<_ACEOF 9339> /* end confdefs.h. */ 9340> $ac_includes_default 9341> int 9342> main () 9343> { 9344> if (sizeof ((int16_t))) 9345> return 0; 9346> ; 9347> return 0; 9348> } 9349> _ACEOF 9350> rm -f conftest.$ac_objext 9351> if { (ac_try="$ac_compile" 9352> case "(($ac_try" in 9353> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9354> *) ac_try_echo=$ac_try;; 9355> esac 9356> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9357> $as_echo "$ac_try_echo") >&5 9358> (eval "$ac_compile") 2>conftest.er1 9359> ac_status=$? 9360> grep -v '^ *+' conftest.er1 >conftest.err 9361> rm -f conftest.er1 9362> cat conftest.err >&5 9363> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9364> (exit $ac_status); } && { 9365> test -z "$ac_c_werror_flag" || 9366> test ! -s conftest.err 9367> } && test -s conftest.$ac_objext; then 9368> : 9369> else 9370> $as_echo "$as_me: failed program was:" >&5 9371> sed 's/^/| /' conftest.$ac_ext >&5 9372> 9373> ac_cv_type_int16_t=yes 93743418c7982,7987 9375< rm -f conftest* 9376--- 9377> 9378> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9379> else 9380> $as_echo "$as_me: failed program was:" >&5 9381> sed 's/^/| /' conftest.$ac_ext >&5 9382> 93833421,3423c7990,7999 9384< echo "$ac_t""$ac_cv_type_int16_t" 1>&6 9385< if test $ac_cv_type_int16_t = no; then 9386< cat >> confdefs.h <<\EOF 9387--- 9388> 9389> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9390> fi 9391> { $as_echo "$as_me:$LINENO: result: $ac_cv_type_int16_t" >&5 9392> $as_echo "$ac_cv_type_int16_t" >&6; } 9393> if test "x$ac_cv_type_int16_t" = x""yes; then 9394> : 9395> else 9396> 9397> cat >>confdefs.h <<_ACEOF 93983425c8001 9399< EOF 9400--- 9401> _ACEOF 94023429,3446c8005,8008 9403< echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 9404< echo "configure:3431: checking for uint16_t" >&5 9405< if eval "test \"`echo '$''{'ac_cv_type_uint16_t'+set}'`\" = set"; then 9406< echo $ac_n "(cached) $ac_c" 1>&6 9407< else 9408< cat > conftest.$ac_ext <<EOF 9409< #line 3436 "configure" 9410< #include "confdefs.h" 9411< #include <sys/types.h> 9412< #if STDC_HEADERS 9413< #include <stdlib.h> 9414< #include <stddef.h> 9415< #endif 9416< EOF 9417< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 9418< egrep "(^|[^a-zA-Z_0-9])uint16_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 9419< rm -rf conftest* 9420< ac_cv_type_uint16_t=yes 9421--- 9422> { $as_echo "$as_me:$LINENO: checking for uint16_t" >&5 9423> $as_echo_n "checking for uint16_t... " >&6; } 9424> if test "${ac_cv_type_uint16_t+set}" = set; then 9425> $as_echo_n "(cached) " >&6 94263448d8009 9427< rm -rf conftest* 94283449a8011,8084 9429> cat >conftest.$ac_ext <<_ACEOF 9430> /* confdefs.h. */ 9431> _ACEOF 9432> cat confdefs.h >>conftest.$ac_ext 9433> cat >>conftest.$ac_ext <<_ACEOF 9434> /* end confdefs.h. */ 9435> $ac_includes_default 9436> int 9437> main () 9438> { 9439> if (sizeof (uint16_t)) 9440> return 0; 9441> ; 9442> return 0; 9443> } 9444> _ACEOF 9445> rm -f conftest.$ac_objext 9446> if { (ac_try="$ac_compile" 9447> case "(($ac_try" in 9448> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9449> *) ac_try_echo=$ac_try;; 9450> esac 9451> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9452> $as_echo "$ac_try_echo") >&5 9453> (eval "$ac_compile") 2>conftest.er1 9454> ac_status=$? 9455> grep -v '^ *+' conftest.er1 >conftest.err 9456> rm -f conftest.er1 9457> cat conftest.err >&5 9458> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9459> (exit $ac_status); } && { 9460> test -z "$ac_c_werror_flag" || 9461> test ! -s conftest.err 9462> } && test -s conftest.$ac_objext; then 9463> cat >conftest.$ac_ext <<_ACEOF 9464> /* confdefs.h. */ 9465> _ACEOF 9466> cat confdefs.h >>conftest.$ac_ext 9467> cat >>conftest.$ac_ext <<_ACEOF 9468> /* end confdefs.h. */ 9469> $ac_includes_default 9470> int 9471> main () 9472> { 9473> if (sizeof ((uint16_t))) 9474> return 0; 9475> ; 9476> return 0; 9477> } 9478> _ACEOF 9479> rm -f conftest.$ac_objext 9480> if { (ac_try="$ac_compile" 9481> case "(($ac_try" in 9482> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9483> *) ac_try_echo=$ac_try;; 9484> esac 9485> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9486> $as_echo "$ac_try_echo") >&5 9487> (eval "$ac_compile") 2>conftest.er1 9488> ac_status=$? 9489> grep -v '^ *+' conftest.er1 >conftest.err 9490> rm -f conftest.er1 9491> cat conftest.err >&5 9492> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9493> (exit $ac_status); } && { 9494> test -z "$ac_c_werror_flag" || 9495> test ! -s conftest.err 9496> } && test -s conftest.$ac_objext; then 9497> : 9498> else 9499> $as_echo "$as_me: failed program was:" >&5 9500> sed 's/^/| /' conftest.$ac_ext >&5 9501> 9502> ac_cv_type_uint16_t=yes 95033451c8086,8091 9504< rm -f conftest* 9505--- 9506> 9507> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9508> else 9509> $as_echo "$as_me: failed program was:" >&5 9510> sed 's/^/| /' conftest.$ac_ext >&5 9511> 95123454,3456c8094,8103 9513< echo "$ac_t""$ac_cv_type_uint16_t" 1>&6 9514< if test $ac_cv_type_uint16_t = no; then 9515< cat >> confdefs.h <<\EOF 9516--- 9517> 9518> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9519> fi 9520> { $as_echo "$as_me:$LINENO: result: $ac_cv_type_uint16_t" >&5 9521> $as_echo "$ac_cv_type_uint16_t" >&6; } 9522> if test "x$ac_cv_type_uint16_t" = x""yes; then 9523> : 9524> else 9525> 9526> cat >>confdefs.h <<_ACEOF 95273458c8105 9528< EOF 9529--- 9530> _ACEOF 95313462,3479c8109,8112 9532< echo $ac_n "checking for int32_t""... $ac_c" 1>&6 9533< echo "configure:3464: checking for int32_t" >&5 9534< if eval "test \"`echo '$''{'ac_cv_type_int32_t'+set}'`\" = set"; then 9535< echo $ac_n "(cached) $ac_c" 1>&6 9536< else 9537< cat > conftest.$ac_ext <<EOF 9538< #line 3469 "configure" 9539< #include "confdefs.h" 9540< #include <sys/types.h> 9541< #if STDC_HEADERS 9542< #include <stdlib.h> 9543< #include <stddef.h> 9544< #endif 9545< EOF 9546< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 9547< egrep "(^|[^a-zA-Z_0-9])int32_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 9548< rm -rf conftest* 9549< ac_cv_type_int32_t=yes 9550--- 9551> { $as_echo "$as_me:$LINENO: checking for int32_t" >&5 9552> $as_echo_n "checking for int32_t... " >&6; } 9553> if test "${ac_cv_type_int32_t+set}" = set; then 9554> $as_echo_n "(cached) " >&6 95553481d8113 9556< rm -rf conftest* 95573482a8115,8188 9558> cat >conftest.$ac_ext <<_ACEOF 9559> /* confdefs.h. */ 9560> _ACEOF 9561> cat confdefs.h >>conftest.$ac_ext 9562> cat >>conftest.$ac_ext <<_ACEOF 9563> /* end confdefs.h. */ 9564> $ac_includes_default 9565> int 9566> main () 9567> { 9568> if (sizeof (int32_t)) 9569> return 0; 9570> ; 9571> return 0; 9572> } 9573> _ACEOF 9574> rm -f conftest.$ac_objext 9575> if { (ac_try="$ac_compile" 9576> case "(($ac_try" in 9577> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9578> *) ac_try_echo=$ac_try;; 9579> esac 9580> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9581> $as_echo "$ac_try_echo") >&5 9582> (eval "$ac_compile") 2>conftest.er1 9583> ac_status=$? 9584> grep -v '^ *+' conftest.er1 >conftest.err 9585> rm -f conftest.er1 9586> cat conftest.err >&5 9587> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9588> (exit $ac_status); } && { 9589> test -z "$ac_c_werror_flag" || 9590> test ! -s conftest.err 9591> } && test -s conftest.$ac_objext; then 9592> cat >conftest.$ac_ext <<_ACEOF 9593> /* confdefs.h. */ 9594> _ACEOF 9595> cat confdefs.h >>conftest.$ac_ext 9596> cat >>conftest.$ac_ext <<_ACEOF 9597> /* end confdefs.h. */ 9598> $ac_includes_default 9599> int 9600> main () 9601> { 9602> if (sizeof ((int32_t))) 9603> return 0; 9604> ; 9605> return 0; 9606> } 9607> _ACEOF 9608> rm -f conftest.$ac_objext 9609> if { (ac_try="$ac_compile" 9610> case "(($ac_try" in 9611> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9612> *) ac_try_echo=$ac_try;; 9613> esac 9614> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9615> $as_echo "$ac_try_echo") >&5 9616> (eval "$ac_compile") 2>conftest.er1 9617> ac_status=$? 9618> grep -v '^ *+' conftest.er1 >conftest.err 9619> rm -f conftest.er1 9620> cat conftest.err >&5 9621> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9622> (exit $ac_status); } && { 9623> test -z "$ac_c_werror_flag" || 9624> test ! -s conftest.err 9625> } && test -s conftest.$ac_objext; then 9626> : 9627> else 9628> $as_echo "$as_me: failed program was:" >&5 9629> sed 's/^/| /' conftest.$ac_ext >&5 9630> 9631> ac_cv_type_int32_t=yes 96323484c8190,8195 9633< rm -f conftest* 9634--- 9635> 9636> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9637> else 9638> $as_echo "$as_me: failed program was:" >&5 9639> sed 's/^/| /' conftest.$ac_ext >&5 9640> 96413487,3489c8198,8207 9642< echo "$ac_t""$ac_cv_type_int32_t" 1>&6 9643< if test $ac_cv_type_int32_t = no; then 9644< cat >> confdefs.h <<\EOF 9645--- 9646> 9647> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9648> fi 9649> { $as_echo "$as_me:$LINENO: result: $ac_cv_type_int32_t" >&5 9650> $as_echo "$ac_cv_type_int32_t" >&6; } 9651> if test "x$ac_cv_type_int32_t" = x""yes; then 9652> : 9653> else 9654> 9655> cat >>confdefs.h <<_ACEOF 96563491c8209 9657< EOF 9658--- 9659> _ACEOF 96603495,3512c8213,8216 9661< echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 9662< echo "configure:3497: checking for uint32_t" >&5 9663< if eval "test \"`echo '$''{'ac_cv_type_uint32_t'+set}'`\" = set"; then 9664< echo $ac_n "(cached) $ac_c" 1>&6 9665< else 9666< cat > conftest.$ac_ext <<EOF 9667< #line 3502 "configure" 9668< #include "confdefs.h" 9669< #include <sys/types.h> 9670< #if STDC_HEADERS 9671< #include <stdlib.h> 9672< #include <stddef.h> 9673< #endif 9674< EOF 9675< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 9676< egrep "(^|[^a-zA-Z_0-9])uint32_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 9677< rm -rf conftest* 9678< ac_cv_type_uint32_t=yes 9679--- 9680> { $as_echo "$as_me:$LINENO: checking for uint32_t" >&5 9681> $as_echo_n "checking for uint32_t... " >&6; } 9682> if test "${ac_cv_type_uint32_t+set}" = set; then 9683> $as_echo_n "(cached) " >&6 96843514d8217 9685< rm -rf conftest* 96863515a8219,8292 9687> cat >conftest.$ac_ext <<_ACEOF 9688> /* confdefs.h. */ 9689> _ACEOF 9690> cat confdefs.h >>conftest.$ac_ext 9691> cat >>conftest.$ac_ext <<_ACEOF 9692> /* end confdefs.h. */ 9693> $ac_includes_default 9694> int 9695> main () 9696> { 9697> if (sizeof (uint32_t)) 9698> return 0; 9699> ; 9700> return 0; 9701> } 9702> _ACEOF 9703> rm -f conftest.$ac_objext 9704> if { (ac_try="$ac_compile" 9705> case "(($ac_try" in 9706> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9707> *) ac_try_echo=$ac_try;; 9708> esac 9709> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9710> $as_echo "$ac_try_echo") >&5 9711> (eval "$ac_compile") 2>conftest.er1 9712> ac_status=$? 9713> grep -v '^ *+' conftest.er1 >conftest.err 9714> rm -f conftest.er1 9715> cat conftest.err >&5 9716> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9717> (exit $ac_status); } && { 9718> test -z "$ac_c_werror_flag" || 9719> test ! -s conftest.err 9720> } && test -s conftest.$ac_objext; then 9721> cat >conftest.$ac_ext <<_ACEOF 9722> /* confdefs.h. */ 9723> _ACEOF 9724> cat confdefs.h >>conftest.$ac_ext 9725> cat >>conftest.$ac_ext <<_ACEOF 9726> /* end confdefs.h. */ 9727> $ac_includes_default 9728> int 9729> main () 9730> { 9731> if (sizeof ((uint32_t))) 9732> return 0; 9733> ; 9734> return 0; 9735> } 9736> _ACEOF 9737> rm -f conftest.$ac_objext 9738> if { (ac_try="$ac_compile" 9739> case "(($ac_try" in 9740> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9741> *) ac_try_echo=$ac_try;; 9742> esac 9743> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9744> $as_echo "$ac_try_echo") >&5 9745> (eval "$ac_compile") 2>conftest.er1 9746> ac_status=$? 9747> grep -v '^ *+' conftest.er1 >conftest.err 9748> rm -f conftest.er1 9749> cat conftest.err >&5 9750> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9751> (exit $ac_status); } && { 9752> test -z "$ac_c_werror_flag" || 9753> test ! -s conftest.err 9754> } && test -s conftest.$ac_objext; then 9755> : 9756> else 9757> $as_echo "$as_me: failed program was:" >&5 9758> sed 's/^/| /' conftest.$ac_ext >&5 9759> 9760> ac_cv_type_uint32_t=yes 97613517c8294,8299 9762< rm -f conftest* 9763--- 9764> 9765> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9766> else 9767> $as_echo "$as_me: failed program was:" >&5 9768> sed 's/^/| /' conftest.$ac_ext >&5 9769> 97703520,3522c8302,8311 9771< echo "$ac_t""$ac_cv_type_uint32_t" 1>&6 9772< if test $ac_cv_type_uint32_t = no; then 9773< cat >> confdefs.h <<\EOF 9774--- 9775> 9776> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9777> fi 9778> { $as_echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5 9779> $as_echo "$ac_cv_type_uint32_t" >&6; } 9780> if test "x$ac_cv_type_uint32_t" = x""yes; then 9781> : 9782> else 9783> 9784> cat >>confdefs.h <<_ACEOF 97853524c8313 9786< EOF 9787--- 9788> _ACEOF 97893528,3545c8317,8320 9790< echo $ac_n "checking for int64_t""... $ac_c" 1>&6 9791< echo "configure:3530: checking for int64_t" >&5 9792< if eval "test \"`echo '$''{'ac_cv_type_int64_t'+set}'`\" = set"; then 9793< echo $ac_n "(cached) $ac_c" 1>&6 9794< else 9795< cat > conftest.$ac_ext <<EOF 9796< #line 3535 "configure" 9797< #include "confdefs.h" 9798< #include <sys/types.h> 9799< #if STDC_HEADERS 9800< #include <stdlib.h> 9801< #include <stddef.h> 9802< #endif 9803< EOF 9804< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 9805< egrep "(^|[^a-zA-Z_0-9])int64_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 9806< rm -rf conftest* 9807< ac_cv_type_int64_t=yes 9808--- 9809> { $as_echo "$as_me:$LINENO: checking for int64_t" >&5 9810> $as_echo_n "checking for int64_t... " >&6; } 9811> if test "${ac_cv_type_int64_t+set}" = set; then 9812> $as_echo_n "(cached) " >&6 98133547d8321 9814< rm -rf conftest* 98153548a8323,8404 9816> cat >conftest.$ac_ext <<_ACEOF 9817> /* confdefs.h. */ 9818> _ACEOF 9819> cat confdefs.h >>conftest.$ac_ext 9820> cat >>conftest.$ac_ext <<_ACEOF 9821> /* end confdefs.h. */ 9822> $ac_includes_default 9823> int 9824> main () 9825> { 9826> if (sizeof (int64_t)) 9827> return 0; 9828> ; 9829> return 0; 9830> } 9831> _ACEOF 9832> rm -f conftest.$ac_objext 9833> if { (ac_try="$ac_compile" 9834> case "(($ac_try" in 9835> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9836> *) ac_try_echo=$ac_try;; 9837> esac 9838> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9839> $as_echo "$ac_try_echo") >&5 9840> (eval "$ac_compile") 2>conftest.er1 9841> ac_status=$? 9842> grep -v '^ *+' conftest.er1 >conftest.err 9843> rm -f conftest.er1 9844> cat conftest.err >&5 9845> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9846> (exit $ac_status); } && { 9847> test -z "$ac_c_werror_flag" || 9848> test ! -s conftest.err 9849> } && test -s conftest.$ac_objext; then 9850> cat >conftest.$ac_ext <<_ACEOF 9851> /* confdefs.h. */ 9852> _ACEOF 9853> cat confdefs.h >>conftest.$ac_ext 9854> cat >>conftest.$ac_ext <<_ACEOF 9855> /* end confdefs.h. */ 9856> $ac_includes_default 9857> int 9858> main () 9859> { 9860> if (sizeof ((int64_t))) 9861> return 0; 9862> ; 9863> return 0; 9864> } 9865> _ACEOF 9866> rm -f conftest.$ac_objext 9867> if { (ac_try="$ac_compile" 9868> case "(($ac_try" in 9869> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9870> *) ac_try_echo=$ac_try;; 9871> esac 9872> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9873> $as_echo "$ac_try_echo") >&5 9874> (eval "$ac_compile") 2>conftest.er1 9875> ac_status=$? 9876> grep -v '^ *+' conftest.er1 >conftest.err 9877> rm -f conftest.er1 9878> cat conftest.err >&5 9879> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9880> (exit $ac_status); } && { 9881> test -z "$ac_c_werror_flag" || 9882> test ! -s conftest.err 9883> } && test -s conftest.$ac_objext; then 9884> : 9885> else 9886> $as_echo "$as_me: failed program was:" >&5 9887> sed 's/^/| /' conftest.$ac_ext >&5 9888> 9889> ac_cv_type_int64_t=yes 9890> fi 9891> 9892> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9893> else 9894> $as_echo "$as_me: failed program was:" >&5 9895> sed 's/^/| /' conftest.$ac_ext >&5 9896> 9897> 98983550d8405 9899< rm -f conftest* 99003551a8407 9901> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 99023553,3555c8409,8415 9903< echo "$ac_t""$ac_cv_type_int64_t" 1>&6 9904< if test $ac_cv_type_int64_t = no; then 9905< cat >> confdefs.h <<\EOF 9906--- 9907> { $as_echo "$as_me:$LINENO: result: $ac_cv_type_int64_t" >&5 9908> $as_echo "$ac_cv_type_int64_t" >&6; } 9909> if test "x$ac_cv_type_int64_t" = x""yes; then 9910> : 9911> else 9912> 9913> cat >>confdefs.h <<_ACEOF 99143557c8417 9915< EOF 9916--- 9917> _ACEOF 99183561,3578c8421,8424 9919< echo $ac_n "checking for uint64_t""... $ac_c" 1>&6 9920< echo "configure:3563: checking for uint64_t" >&5 9921< if eval "test \"`echo '$''{'ac_cv_type_uint64_t'+set}'`\" = set"; then 9922< echo $ac_n "(cached) $ac_c" 1>&6 9923< else 9924< cat > conftest.$ac_ext <<EOF 9925< #line 3568 "configure" 9926< #include "confdefs.h" 9927< #include <sys/types.h> 9928< #if STDC_HEADERS 9929< #include <stdlib.h> 9930< #include <stddef.h> 9931< #endif 9932< EOF 9933< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 9934< egrep "(^|[^a-zA-Z_0-9])uint64_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 9935< rm -rf conftest* 9936< ac_cv_type_uint64_t=yes 9937--- 9938> { $as_echo "$as_me:$LINENO: checking for uint64_t" >&5 9939> $as_echo_n "checking for uint64_t... " >&6; } 9940> if test "${ac_cv_type_uint64_t+set}" = set; then 9941> $as_echo_n "(cached) " >&6 99423580d8425 9943< rm -rf conftest* 99443581a8427,8500 9945> cat >conftest.$ac_ext <<_ACEOF 9946> /* confdefs.h. */ 9947> _ACEOF 9948> cat confdefs.h >>conftest.$ac_ext 9949> cat >>conftest.$ac_ext <<_ACEOF 9950> /* end confdefs.h. */ 9951> $ac_includes_default 9952> int 9953> main () 9954> { 9955> if (sizeof (uint64_t)) 9956> return 0; 9957> ; 9958> return 0; 9959> } 9960> _ACEOF 9961> rm -f conftest.$ac_objext 9962> if { (ac_try="$ac_compile" 9963> case "(($ac_try" in 9964> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9965> *) ac_try_echo=$ac_try;; 9966> esac 9967> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9968> $as_echo "$ac_try_echo") >&5 9969> (eval "$ac_compile") 2>conftest.er1 9970> ac_status=$? 9971> grep -v '^ *+' conftest.er1 >conftest.err 9972> rm -f conftest.er1 9973> cat conftest.err >&5 9974> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9975> (exit $ac_status); } && { 9976> test -z "$ac_c_werror_flag" || 9977> test ! -s conftest.err 9978> } && test -s conftest.$ac_objext; then 9979> cat >conftest.$ac_ext <<_ACEOF 9980> /* confdefs.h. */ 9981> _ACEOF 9982> cat confdefs.h >>conftest.$ac_ext 9983> cat >>conftest.$ac_ext <<_ACEOF 9984> /* end confdefs.h. */ 9985> $ac_includes_default 9986> int 9987> main () 9988> { 9989> if (sizeof ((uint64_t))) 9990> return 0; 9991> ; 9992> return 0; 9993> } 9994> _ACEOF 9995> rm -f conftest.$ac_objext 9996> if { (ac_try="$ac_compile" 9997> case "(($ac_try" in 9998> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9999> *) ac_try_echo=$ac_try;; 10000> esac 10001> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10002> $as_echo "$ac_try_echo") >&5 10003> (eval "$ac_compile") 2>conftest.er1 10004> ac_status=$? 10005> grep -v '^ *+' conftest.er1 >conftest.err 10006> rm -f conftest.er1 10007> cat conftest.err >&5 10008> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10009> (exit $ac_status); } && { 10010> test -z "$ac_c_werror_flag" || 10011> test ! -s conftest.err 10012> } && test -s conftest.$ac_objext; then 10013> : 10014> else 10015> $as_echo "$as_me: failed program was:" >&5 10016> sed 's/^/| /' conftest.$ac_ext >&5 10017> 10018> ac_cv_type_uint64_t=yes 100193583c8502,8507 10020< rm -f conftest* 10021--- 10022> 10023> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10024> else 10025> $as_echo "$as_me: failed program was:" >&5 10026> sed 's/^/| /' conftest.$ac_ext >&5 10027> 100283586,3588c8510,8519 10029< echo "$ac_t""$ac_cv_type_uint64_t" 1>&6 10030< if test $ac_cv_type_uint64_t = no; then 10031< cat >> confdefs.h <<\EOF 10032--- 10033> 10034> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10035> fi 10036> { $as_echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5 10037> $as_echo "$ac_cv_type_uint64_t" >&6; } 10038> if test "x$ac_cv_type_uint64_t" = x""yes; then 10039> : 10040> else 10041> 10042> cat >>confdefs.h <<_ACEOF 100433590c8521 10044< EOF 10045--- 10046> _ACEOF 100473651,3659c8582,8600 10048< ac_safe=`echo "wchar.h" | sed 'y%./+-%__p_%'` 10049< echo $ac_n "checking for wchar.h""... $ac_c" 1>&6 10050< echo "configure:3654: checking for wchar.h" >&5 10051< if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 10052< echo $ac_n "(cached) $ac_c" 1>&6 10053< else 10054< cat > conftest.$ac_ext <<EOF 10055< #line 3659 "configure" 10056< #include "confdefs.h" 10057--- 10058> if test "${ac_cv_header_wchar_h+set}" = set; then 10059> { $as_echo "$as_me:$LINENO: checking for wchar.h" >&5 10060> $as_echo_n "checking for wchar.h... " >&6; } 10061> if test "${ac_cv_header_wchar_h+set}" = set; then 10062> $as_echo_n "(cached) " >&6 10063> fi 10064> { $as_echo "$as_me:$LINENO: result: $ac_cv_header_wchar_h" >&5 10065> $as_echo "$ac_cv_header_wchar_h" >&6; } 10066> else 10067> # Is the header compilable? 10068> { $as_echo "$as_me:$LINENO: checking wchar.h usability" >&5 10069> $as_echo_n "checking wchar.h usability... " >&6; } 10070> cat >conftest.$ac_ext <<_ACEOF 10071> /* confdefs.h. */ 10072> _ACEOF 10073> cat confdefs.h >>conftest.$ac_ext 10074> cat >>conftest.$ac_ext <<_ACEOF 10075> /* end confdefs.h. */ 10076> $ac_includes_default 100773661,3679c8602,8701 10078< EOF 10079< ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10080< { (eval echo configure:3664: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10081< ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10082< if test -z "$ac_err"; then 10083< rm -rf conftest* 10084< eval "ac_cv_header_$ac_safe=yes" 10085< else 10086< echo "$ac_err" >&5 10087< echo "configure: failed program was:" >&5 10088< cat conftest.$ac_ext >&5 10089< rm -rf conftest* 10090< eval "ac_cv_header_$ac_safe=no" 10091< fi 10092< rm -f conftest* 10093< fi 10094< if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 10095< echo "$ac_t""yes" 1>&6 10096< : 10097--- 10098> _ACEOF 10099> rm -f conftest.$ac_objext 10100> if { (ac_try="$ac_compile" 10101> case "(($ac_try" in 10102> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10103> *) ac_try_echo=$ac_try;; 10104> esac 10105> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10106> $as_echo "$ac_try_echo") >&5 10107> (eval "$ac_compile") 2>conftest.er1 10108> ac_status=$? 10109> grep -v '^ *+' conftest.er1 >conftest.err 10110> rm -f conftest.er1 10111> cat conftest.err >&5 10112> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10113> (exit $ac_status); } && { 10114> test -z "$ac_c_werror_flag" || 10115> test ! -s conftest.err 10116> } && test -s conftest.$ac_objext; then 10117> ac_header_compiler=yes 10118> else 10119> $as_echo "$as_me: failed program was:" >&5 10120> sed 's/^/| /' conftest.$ac_ext >&5 10121> 10122> ac_header_compiler=no 10123> fi 10124> 10125> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10126> { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10127> $as_echo "$ac_header_compiler" >&6; } 10128> 10129> # Is the header present? 10130> { $as_echo "$as_me:$LINENO: checking wchar.h presence" >&5 10131> $as_echo_n "checking wchar.h presence... " >&6; } 10132> cat >conftest.$ac_ext <<_ACEOF 10133> /* confdefs.h. */ 10134> _ACEOF 10135> cat confdefs.h >>conftest.$ac_ext 10136> cat >>conftest.$ac_ext <<_ACEOF 10137> /* end confdefs.h. */ 10138> #include <wchar.h> 10139> _ACEOF 10140> if { (ac_try="$ac_cpp conftest.$ac_ext" 10141> case "(($ac_try" in 10142> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10143> *) ac_try_echo=$ac_try;; 10144> esac 10145> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10146> $as_echo "$ac_try_echo") >&5 10147> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10148> ac_status=$? 10149> grep -v '^ *+' conftest.er1 >conftest.err 10150> rm -f conftest.er1 10151> cat conftest.err >&5 10152> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10153> (exit $ac_status); } >/dev/null && { 10154> test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10155> test ! -s conftest.err 10156> }; then 10157> ac_header_preproc=yes 10158> else 10159> $as_echo "$as_me: failed program was:" >&5 10160> sed 's/^/| /' conftest.$ac_ext >&5 10161> 10162> ac_header_preproc=no 10163> fi 10164> 10165> rm -f conftest.err conftest.$ac_ext 10166> { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10167> $as_echo "$ac_header_preproc" >&6; } 10168> 10169> # So? What about this header? 10170> case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10171> yes:no: ) 10172> { $as_echo "$as_me:$LINENO: WARNING: wchar.h: accepted by the compiler, rejected by the preprocessor!" >&5 10173> $as_echo "$as_me: WARNING: wchar.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10174> { $as_echo "$as_me:$LINENO: WARNING: wchar.h: proceeding with the compiler's result" >&5 10175> $as_echo "$as_me: WARNING: wchar.h: proceeding with the compiler's result" >&2;} 10176> ac_header_preproc=yes 10177> ;; 10178> no:yes:* ) 10179> { $as_echo "$as_me:$LINENO: WARNING: wchar.h: present but cannot be compiled" >&5 10180> $as_echo "$as_me: WARNING: wchar.h: present but cannot be compiled" >&2;} 10181> { $as_echo "$as_me:$LINENO: WARNING: wchar.h: check for missing prerequisite headers?" >&5 10182> $as_echo "$as_me: WARNING: wchar.h: check for missing prerequisite headers?" >&2;} 10183> { $as_echo "$as_me:$LINENO: WARNING: wchar.h: see the Autoconf documentation" >&5 10184> $as_echo "$as_me: WARNING: wchar.h: see the Autoconf documentation" >&2;} 10185> { $as_echo "$as_me:$LINENO: WARNING: wchar.h: section \"Present But Cannot Be Compiled\"" >&5 10186> $as_echo "$as_me: WARNING: wchar.h: section \"Present But Cannot Be Compiled\"" >&2;} 10187> { $as_echo "$as_me:$LINENO: WARNING: wchar.h: proceeding with the preprocessor's result" >&5 10188> $as_echo "$as_me: WARNING: wchar.h: proceeding with the preprocessor's result" >&2;} 10189> { $as_echo "$as_me:$LINENO: WARNING: wchar.h: in the future, the compiler will take precedence" >&5 10190> $as_echo "$as_me: WARNING: wchar.h: in the future, the compiler will take precedence" >&2;} 10191> 10192> ;; 10193> esac 10194> { $as_echo "$as_me:$LINENO: checking for wchar.h" >&5 10195> $as_echo_n "checking for wchar.h... " >&6; } 10196> if test "${ac_cv_header_wchar_h+set}" = set; then 10197> $as_echo_n "(cached) " >&6 101983681c8703,8707 10199< echo "$ac_t""no" 1>&6 10200--- 10201> ac_cv_header_wchar_h=$ac_header_preproc 10202> fi 10203> { $as_echo "$as_me:$LINENO: result: $ac_cv_header_wchar_h" >&5 10204> $as_echo "$ac_cv_header_wchar_h" >&6; } 10205> 102063683a8710 10207> 102083689c8716 10209< cat >> confdefs.h <<\EOF 10210--- 10211> cat >>confdefs.h <<\_ACEOF 102123691c8718 10213< EOF 10214--- 10215> _ACEOF 102163694,3719c8721,8782 10217< 10218< echo $ac_n "checking for library containing wcscpy""... $ac_c" 1>&6 10219< echo "configure:3697: checking for library containing wcscpy" >&5 10220< if eval "test \"`echo '$''{'ac_cv_search_wcscpy'+set}'`\" = set"; then 10221< echo $ac_n "(cached) $ac_c" 1>&6 10222< else 10223< ac_func_search_save_LIBS="$LIBS" 10224< ac_cv_search_wcscpy="no" 10225< cat > conftest.$ac_ext <<EOF 10226< #line 3704 "configure" 10227< #include "confdefs.h" 10228< /* Override any gcc2 internal prototype to avoid an error. */ 10229< /* We use char because int might match the return type of a gcc2 10230< builtin and then its argument prototype would still apply. */ 10231< char wcscpy(); 10232< 10233< int main() { 10234< wcscpy() 10235< ; return 0; } 10236< EOF 10237< if { (eval echo configure:3715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10238< rm -rf conftest* 10239< ac_cv_search_wcscpy="none required" 10240< else 10241< echo "configure: failed program was:" >&5 10242< cat conftest.$ac_ext >&5 10243--- 10244> { $as_echo "$as_me:$LINENO: checking for library containing wcscpy" >&5 10245> $as_echo_n "checking for library containing wcscpy... " >&6; } 10246> if test "${ac_cv_search_wcscpy+set}" = set; then 10247> $as_echo_n "(cached) " >&6 10248> else 10249> ac_func_search_save_LIBS=$LIBS 10250> cat >conftest.$ac_ext <<_ACEOF 10251> /* confdefs.h. */ 10252> _ACEOF 10253> cat confdefs.h >>conftest.$ac_ext 10254> cat >>conftest.$ac_ext <<_ACEOF 10255> /* end confdefs.h. */ 10256> 10257> /* Override any GCC internal prototype to avoid an error. 10258> Use char because int might match the return type of a GCC 10259> builtin and then its argument prototype would still apply. */ 10260> #ifdef __cplusplus 10261> extern "C" 10262> #endif 10263> char wcscpy (); 10264> int 10265> main () 10266> { 10267> return wcscpy (); 10268> ; 10269> return 0; 10270> } 10271> _ACEOF 10272> for ac_lib in '' wcs w; do 10273> if test -z "$ac_lib"; then 10274> ac_res="none required" 10275> else 10276> ac_res=-l$ac_lib 10277> LIBS="-l$ac_lib $ac_func_search_save_LIBS" 10278> fi 10279> rm -f conftest.$ac_objext conftest$ac_exeext 10280> if { (ac_try="$ac_link" 10281> case "(($ac_try" in 10282> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10283> *) ac_try_echo=$ac_try;; 10284> esac 10285> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10286> $as_echo "$ac_try_echo") >&5 10287> (eval "$ac_link") 2>conftest.er1 10288> ac_status=$? 10289> grep -v '^ *+' conftest.er1 >conftest.err 10290> rm -f conftest.er1 10291> cat conftest.err >&5 10292> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10293> (exit $ac_status); } && { 10294> test -z "$ac_c_werror_flag" || 10295> test ! -s conftest.err 10296> } && test -s conftest$ac_exeext && { 10297> test "$cross_compiling" = yes || 10298> $as_test_x conftest$ac_exeext 10299> }; then 10300> ac_cv_search_wcscpy=$ac_res 10301> else 10302> $as_echo "$as_me: failed program was:" >&5 10303> sed 's/^/| /' conftest.$ac_ext >&5 10304> 10305> 103063721,3742c8784,8789 10307< rm -f conftest* 10308< test "$ac_cv_search_wcscpy" = "no" && for i in wcs w; do 10309< LIBS="-l$i $ac_func_search_save_LIBS" 10310< cat > conftest.$ac_ext <<EOF 10311< #line 3726 "configure" 10312< #include "confdefs.h" 10313< /* Override any gcc2 internal prototype to avoid an error. */ 10314< /* We use char because int might match the return type of a gcc2 10315< builtin and then its argument prototype would still apply. */ 10316< char wcscpy(); 10317< 10318< int main() { 10319< wcscpy() 10320< ; return 0; } 10321< EOF 10322< if { (eval echo configure:3737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10323< rm -rf conftest* 10324< ac_cv_search_wcscpy="-l$i" 10325< break 10326< else 10327< echo "configure: failed program was:" >&5 10328< cat conftest.$ac_ext >&5 10329--- 10330> 10331> rm -rf conftest.dSYM 10332> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10333> conftest$ac_exeext 10334> if test "${ac_cv_search_wcscpy+set}" = set; then 10335> break 103363744d8790 10337< rm -f conftest* 103383746c8792,8798 10339< LIBS="$ac_func_search_save_LIBS" 10340--- 10341> if test "${ac_cv_search_wcscpy+set}" = set; then 10342> : 10343> else 10344> ac_cv_search_wcscpy=no 10345> fi 10346> rm conftest.$ac_ext 10347> LIBS=$ac_func_search_save_LIBS 103483747a8800,8804 10349> { $as_echo "$as_me:$LINENO: result: $ac_cv_search_wcscpy" >&5 10350> $as_echo "$ac_cv_search_wcscpy" >&6; } 10351> ac_res=$ac_cv_search_wcscpy 10352> if test "$ac_res" != no; then 10353> test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 103543749,3754d8805 10355< echo "$ac_t""$ac_cv_search_wcscpy" 1>&6 10356< if test "$ac_cv_search_wcscpy" != "no"; then 10357< test "$ac_cv_search_wcscpy" = "none required" || LIBS="$ac_cv_search_wcscpy $LIBS" 10358< 10359< else : 10360< 103613755a8807 10362> 103633766,3769c8818,8821 10364< echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6 10365< echo "configure:3768: checking size of wchar_t" >&5 10366< if eval "test \"`echo '$''{'ac_cv_sizeof_wchar_t'+set}'`\" = set"; then 10367< echo $ac_n "(cached) $ac_c" 1>&6 10368--- 10369> { $as_echo "$as_me:$LINENO: checking size of wchar_t" >&5 10370> $as_echo_n "checking size of wchar_t... " >&6; } 10371> if test "${ac_cv_sizeof_wchar_t+set}" = set; then 10372> $as_echo_n "(cached) " >&6 103733774,3776c8826,8831 10374< cat > conftest.$ac_ext <<EOF 10375< #line 3776 "configure" 10376< #include "confdefs.h" 10377--- 10378> cat >conftest.$ac_ext <<_ACEOF 10379> /* confdefs.h. */ 10380> _ACEOF 10381> cat confdefs.h >>conftest.$ac_ext 10382> cat >>conftest.$ac_ext <<_ACEOF 10383> /* end confdefs.h. */ 103843792,3794c8847,8869 10385< EOF 10386< if { (eval echo configure:3794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 10387< then 10388--- 10389> _ACEOF 10390> rm -f conftest$ac_exeext 10391> if { (ac_try="$ac_link" 10392> case "(($ac_try" in 10393> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10394> *) ac_try_echo=$ac_try;; 10395> esac 10396> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10397> $as_echo "$ac_try_echo") >&5 10398> (eval "$ac_link") 2>&5 10399> ac_status=$? 10400> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10401> (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10402> { (case "(($ac_try" in 10403> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10404> *) ac_try_echo=$ac_try;; 10405> esac 10406> eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10407> $as_echo "$ac_try_echo") >&5 10408> (eval "$ac_try") 2>&5 10409> ac_status=$? 10410> $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10411> (exit $ac_status); }; }; then 104123797,3800c8872,8877 10413< echo "configure: failed program was:" >&5 10414< cat conftest.$ac_ext >&5 10415< rm -fr conftest* 10416< ac_cv_sizeof_wchar_t=0 10417--- 10418> $as_echo "$as_me: program exited with status $ac_status" >&5 10419> $as_echo "$as_me: failed program was:" >&5 10420> sed 's/^/| /' conftest.$ac_ext >&5 10421> 10422> ( exit $ac_status ) 10423> ac_cv_sizeof_wchar_t=0 104243802c8879,8880 10425< rm -fr conftest* 10426--- 10427> rm -rf conftest.dSYM 10428> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 104293804a8883 10430> 104313806,3807c8885,8887 10432< echo "$ac_t""$ac_cv_sizeof_wchar_t" 1>&6 10433< cat >> confdefs.h <<EOF 10434--- 10435> { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5 10436> $as_echo "$ac_cv_sizeof_wchar_t" >&6; } 10437> cat >>confdefs.h <<_ACEOF 104383809c8889 10439< EOF 10440--- 10441> _ACEOF 104423815c8895,8897 10443< { echo "configure: error: There is wchar.h but the size of wchar_t is 0" 1>&2; exit 1; } 10444--- 10445> { { $as_echo "$as_me:$LINENO: error: There is wchar.h but the size of wchar_t is 0" >&5 10446> $as_echo "$as_me: error: There is wchar.h but the size of wchar_t is 0" >&2;} 10447> { (exit 1); exit 1; }; } 104483826c8908 10449< # Check whether --enable-extras or --disable-extras was given. 10450--- 10451> # Check whether --enable-extras was given. 104523828,3829c8910 10453< enableval="$enable_extras" 10454< case "${enableval}" in 10455--- 10456> enableval=$enable_extras; case "${enableval}" in 104573832c8913,8915 10458< *) { echo "configure: error: bad value ${enableval} for --enable-extras" 1>&2; exit 1; } ;; 10459--- 10460> *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-extras" >&5 10461> $as_echo "$as_me: error: bad value ${enableval} for --enable-extras" >&2;} 10462> { (exit 1); exit 1; }; } ;; 104633844c8927 10464< # Check whether --enable-extras or --disable-extras was given. 10465--- 10466> # Check whether --enable-extras was given. 104673846,3847c8929 10468< enableval="$enable_extras" 10469< case "${enableval}" in 10470--- 10471> enableval=$enable_extras; case "${enableval}" in 104723850c8932,8934 10473< *) { echo "configure: error: bad value ${enableval} for --enable-icuio" 1>&2; exit 1; } ;; 10474--- 10475> *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-icuio" >&5 10476> $as_echo "$as_me: error: bad value ${enableval} for --enable-icuio" >&2;} 10477> { (exit 1); exit 1; }; } ;; 104783863c8947 10479< # Check whether --enable-layout or --disable-layout was given. 10480--- 10481> # Check whether --enable-layout was given. 104823865,3866c8949 10483< enableval="$enable_layout" 10484< case "${enableval}" in 10485--- 10486> enableval=$enable_layout; case "${enableval}" in 104873869c8952,8954 10488< *) { echo "configure: error: bad value ${enableval} for --enable-layout" 1>&2; exit 1; } ;; 10489--- 10490> *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-layout" >&5 10491> $as_echo "$as_me: error: bad value ${enableval} for --enable-layout" >&2;} 10492> { (exit 1); exit 1; }; } ;; 104933882c8967,8968 10494< # Check whether --with-data-packaging or --without-data-packaging was given. 10495--- 10496> 10497> # Check whether --with-data-packaging was given. 104983884,3885c8970 10499< withval="$with_data_packaging" 10500< case "${withval}" in 10501--- 10502> withval=$with_data_packaging; case "${withval}" in 105033891c8976,8978 10504< *) { echo "configure: error: bad value ${withval} for --with-data-packaging" 1>&2; exit 1; } ;; 10505--- 10506> *) { { $as_echo "$as_me:$LINENO: error: bad value ${withval} for --with-data-packaging" >&5 10507> $as_echo "$as_me: error: bad value ${withval} for --with-data-packaging" >&2;} 10508> { (exit 1); exit 1; }; } ;; 105093910c8997 10510< # Check whether --enable-mapped or --disable-mapped was given. 10511--- 10512> # Check whether --enable-mapped was given. 105133912,3913c8999 10514< enableval="$enable_mapped" 10515< case "${enableval}" in 10516--- 10517> enableval=$enable_mapped; case "${enableval}" in 105183916c9002,9004 10519< *) { echo "configure: error: bad value ${enableval} for --enable-mapped; use --with-data-packaging now" 1>&2; exit 1; } ;; 10520--- 10521> *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-mapped; use --with-data-packaging now" >&5 10522> $as_echo "$as_me: error: bad value ${enableval} for --enable-mapped; use --with-data-packaging now" >&2;} 10523> { (exit 1); exit 1; }; } ;; 105243926c9014,9015 10525< echo "configure: warning: use --with-data-packaging=archive instead of --enable-mapped" 1>&2 10526--- 10527> { $as_echo "$as_me:$LINENO: WARNING: use --with-data-packaging=archive instead of --enable-mapped" >&5 10528> $as_echo "$as_me: WARNING: use --with-data-packaging=archive instead of --enable-mapped" >&2;} 105293929c9018,9019 10530< echo "configure: warning: use --with-data-packaging=library instead of --disable-mapped" 1>&2 10531--- 10532> { $as_echo "$as_me:$LINENO: WARNING: use --with-data-packaging=library instead of --disable-mapped" >&5 10533> $as_echo "$as_me: WARNING: use --with-data-packaging=library instead of --disable-mapped" >&2;} 105343933c9023,9025 10535< { echo "configure: error: conflicting values used for --with-data-packaging and deprecated --enable-mapped" 1>&2; exit 1; } 10536--- 10537> { { $as_echo "$as_me:$LINENO: error: conflicting values used for --with-data-packaging and deprecated --enable-mapped" >&5 10538> $as_echo "$as_me: error: conflicting values used for --with-data-packaging and deprecated --enable-mapped" >&2;} 10539> { (exit 1); exit 1; }; } 105403959,3961c9051,9054 10541< echo $ac_n "checking for a library suffix to use""... $ac_c" 1>&6 10542< echo "configure:3961: checking for a library suffix to use" >&5 10543< # Check whether --with-library-suffix or --without-library-suffix was given. 10544--- 10545> { $as_echo "$as_me:$LINENO: checking for a library suffix to use" >&5 10546> $as_echo_n "checking for a library suffix to use... " >&6; } 10547> 10548> # Check whether --with-library-suffix was given. 105493963,3964c9056 10550< withval="$with_library_suffix" 10551< ICULIBSUFFIX="${withval}" 10552--- 10553> withval=$with_library_suffix; ICULIBSUFFIX="${withval}" 105543973c9065,9066 10555< echo "$ac_t""$msg" 1>&6 10556--- 10557> { $as_echo "$as_me:$LINENO: result: $msg" >&5 10558> $as_echo "$msg" >&6; } 105593985c9078 10560< # Check whether --enable-tests or --disable-tests was given. 10561--- 10562> # Check whether --enable-tests was given. 105633987,3988c9080 10564< enableval="$enable_tests" 10565< case "${enableval}" in 10566--- 10567> enableval=$enable_tests; case "${enableval}" in 105683991c9083,9085 10569< *) { echo "configure: error: bad value ${enableval} for --enable-tests" 1>&2; exit 1; } ;; 10570--- 10571> *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-tests" >&5 10572> $as_echo "$as_me: error: bad value ${enableval} for --enable-tests" >&2;} 10573> { (exit 1); exit 1; }; } ;; 105744004c9098 10575< # Check whether --enable-samples or --disable-samples was given. 10576--- 10577> # Check whether --enable-samples was given. 105784006,4007c9100 10579< enableval="$enable_samples" 10580< case "${enableval}" in 10581--- 10582> enableval=$enable_samples; case "${enableval}" in 105834010c9103,9105 10584< *) { echo "configure: error: bad value ${enableval} for --enable-samples" 1>&2; exit 1; } ;; 10585--- 10586> *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-samples" >&5 10587> $as_echo "$as_me: error: bad value ${enableval} for --enable-samples" >&2;} 10588> { (exit 1); exit 1; }; } ;; 105894067c9162 10590< *-*-hpux*) 10591--- 10592> *-*-hpux*) 105934113,4114c9208,9210 10594< trap '' 1 2 15 10595< cat > confcache <<\EOF 10596--- 10597> ac_config_files="$ac_config_files icudefs.mk Makefile data/icupkg.inc config/Makefile.inc data/Makefile stubdata/Makefile common/Makefile i18n/Makefile layout/Makefile layoutex/Makefile io/Makefile extra/Makefile extra/uconv/Makefile extra/scrptrun/Makefile tools/Makefile tools/ctestfw/Makefile tools/makeconv/Makefile tools/genrb/Makefile tools/genuca/Makefile tools/genccode/Makefile tools/gencmn/Makefile tools/gencnval/Makefile tools/gennames/Makefile tools/gentest/Makefile tools/gennorm/Makefile tools/genprops/Makefile tools/gencase/Makefile tools/genpname/Makefile tools/genbrk/Makefile tools/gensprep/Makefile tools/icuswap/Makefile tools/pkgdata/Makefile tools/toolutil/Makefile tools/dumpce/Makefile test/Makefile test/testdata/Makefile test/testdata/pkgdata.inc test/hdrtst/Makefile test/intltest/Makefile test/cintltst/Makefile test/iotest/Makefile test/thaitest/Makefile test/testmap/Makefile test/letest/Makefile test/threadtest/Makefile samples/Makefile samples/date/Makefile samples/cal/Makefile samples/layout/Makefile common/unicode/platform.h" 10598> 10599> cat >confcache <<\_ACEOF 106004117,4118c9213,9215 10601< # scripts and configure runs. It is not useful on other systems. 10602< # If it contains results you don't want to keep, you may remove or edit it. 10603--- 10604> # scripts and configure runs, see configure's option --config-cache. 10605> # It is not useful on other systems. If it contains results you don't 10606> # want to keep, you may remove or edit it. 106074120,4127c9217,9218 10608< # By default, configure uses ./config.cache as the cache file, 10609< # creating it if it does not exist already. You can give configure 10610< # the --cache-file=FILE option to use a different cache file; that is 10611< # what configure does when it calls configure scripts in 10612< # subdirectories, so they share the cache. 10613< # Giving --cache-file=/dev/null disables caching, for debugging configure. 10614< # config.status only pays attention to the cache file if you give it the 10615< # --recheck option to rerun configure. 10616--- 10617> # config.status only pays attention to the cache file if you give it 10618> # the --recheck option to rerun configure. 106194129c9220,9225 10620< EOF 10621--- 10622> # `ac_cv_env_foo' variables (set or unset) will be overridden when 10623> # loading this file, other *unset* `ac_cv_foo' will be assigned the 10624> # following values. 10625> 10626> _ACEOF 10627> 106284132c9228 10629< # So, don't put newlines in cache variables' values. 10630--- 10631> # So, we kill variables containing newlines. 106324135,4154c9231,9277 10633< (set) 2>&1 | 10634< case `(ac_space=' '; set | grep ac_space) 2>&1` in 10635< *ac_space=\ *) 10636< # `set' does not quote correctly, so add quotes (double-quote substitution 10637< # turns \\\\ into \\, and sed turns \\ into \). 10638< sed -n \ 10639< -e "s/'/'\\\\''/g" \ 10640< -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" 10641< ;; 10642< *) 10643< # `set' quotes correctly as required by POSIX, so do not add quotes. 10644< sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' 10645< ;; 10646< esac >> confcache 10647< if cmp -s $cache_file confcache; then 10648< : 10649< else 10650< if test -w $cache_file; then 10651< echo "updating cache $cache_file" 10652< cat confcache > $cache_file 10653--- 10654> ( 10655> for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 10656> eval ac_val=\$$ac_var 10657> case $ac_val in #( 10658> *${as_nl}*) 10659> case $ac_var in #( 10660> *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 10661> $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 10662> esac 10663> case $ac_var in #( 10664> _ | IFS | as_nl) ;; #( 10665> BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 10666> *) $as_unset $ac_var ;; 10667> esac ;; 10668> esac 10669> done 10670> 10671> (set) 2>&1 | 10672> case $as_nl`(ac_space=' '; set) 2>&1` in #( 10673> *${as_nl}ac_space=\ *) 10674> # `set' does not quote correctly, so add quotes (double-quote 10675> # substitution turns \\\\ into \\, and sed turns \\ into \). 10676> sed -n \ 10677> "s/'/'\\\\''/g; 10678> s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 10679> ;; #( 10680> *) 10681> # `set' quotes correctly as required by POSIX, so do not add quotes. 10682> sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 10683> ;; 10684> esac | 10685> sort 10686> ) | 10687> sed ' 10688> /^ac_cv_env_/b end 10689> t clear 10690> :clear 10691> s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 10692> t end 10693> s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 10694> :end' >>confcache 10695> if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 10696> if test -w "$cache_file"; then 10697> test "x$cache_file" != "x/dev/null" && 10698> { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 10699> $as_echo "$as_me: updating cache $cache_file" >&6;} 10700> cat confcache >$cache_file 107014156c9279,9280 10702< echo "not updating unwritable cache $cache_file" 10703--- 10704> { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 10705> $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 107064161,4162d9284 10707< trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 10708< 107094167,4172c9289 10710< # Any assignment to VPATH causes Sun make to only execute 10711< # the first set of double-colon rules, so remove it if not needed. 10712< # If there is a colon in the path, we need to keep it. 10713< if test "x$srcdir" = x.; then 10714< ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' 10715< fi 10716--- 10717> DEFS=-DHAVE_CONFIG_H 107184174c9291,9302 10719< trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 10720--- 10721> ac_libobjs= 10722> ac_ltlibobjs= 10723> for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 10724> # 1. Remove the extension, and $U if already installed. 10725> ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 10726> ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 10727> # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 10728> # will be set to the directory where LIBOBJS objects are built. 10729> ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 10730> ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 10731> done 10732> LIBOBJS=$ac_libobjs 107334176c9304 10734< DEFS=-DHAVE_CONFIG_H 10735--- 10736> LTLIBOBJS=$ac_ltlibobjs 107374178,4179d9305 10738< # Without the "./", some shells look in PATH for config.status. 10739< : ${CONFIG_STATUS=./config.status} 107404181,4185c9307,9317 10741< echo creating $CONFIG_STATUS 10742< rm -f $CONFIG_STATUS 10743< cat > $CONFIG_STATUS <<EOF 10744< #! /bin/sh 10745< # Generated automatically by configure. 10746--- 10747> 10748> 10749> : ${CONFIG_STATUS=./config.status} 10750> ac_write_fail=0 10751> ac_clean_files_save=$ac_clean_files 10752> ac_clean_files="$ac_clean_files $CONFIG_STATUS" 10753> { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 10754> $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 10755> cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 10756> #! $SHELL 10757> # Generated by $as_me. 107584187,4191d9318 10759< # This directory was configured as follows, 10760< # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 10761< # 10762< # $0 $ac_configure_args 10763< # 107644193c9320 10765< # configure, is in ./config.log if it exists. 10766--- 10767> # configure, is in config.log if it exists. 107684195,4196c9322,9420 10769< ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" 10770< for ac_option 10771--- 10772> debug=false 10773> ac_cs_recheck=false 10774> ac_cs_silent=false 10775> SHELL=\${CONFIG_SHELL-$SHELL} 10776> _ACEOF 10777> 10778> cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 10779> ## --------------------- ## 10780> ## M4sh Initialization. ## 10781> ## --------------------- ## 10782> 10783> # Be more Bourne compatible 10784> DUALCASE=1; export DUALCASE # for MKS sh 10785> if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 10786> emulate sh 10787> NULLCMD=: 10788> # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 10789> # is contrary to our usage. Disable this feature. 10790> alias -g '${1+"$@"}'='"$@"' 10791> setopt NO_GLOB_SUBST 10792> else 10793> case `(set -o) 2>/dev/null` in 10794> *posix*) set -o posix ;; 10795> esac 10796> 10797> fi 10798> 10799> 10800> 10801> 10802> # PATH needs CR 10803> # Avoid depending upon Character Ranges. 10804> as_cr_letters='abcdefghijklmnopqrstuvwxyz' 10805> as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 10806> as_cr_Letters=$as_cr_letters$as_cr_LETTERS 10807> as_cr_digits='0123456789' 10808> as_cr_alnum=$as_cr_Letters$as_cr_digits 10809> 10810> as_nl=' 10811> ' 10812> export as_nl 10813> # Printing a long string crashes Solaris 7 /usr/bin/printf. 10814> as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 10815> as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 10816> as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 10817> if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 10818> as_echo='printf %s\n' 10819> as_echo_n='printf %s' 10820> else 10821> if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 10822> as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 10823> as_echo_n='/usr/ucb/echo -n' 10824> else 10825> as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 10826> as_echo_n_body='eval 10827> arg=$1; 10828> case $arg in 10829> *"$as_nl"*) 10830> expr "X$arg" : "X\\(.*\\)$as_nl"; 10831> arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 10832> esac; 10833> expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 10834> ' 10835> export as_echo_n_body 10836> as_echo_n='sh -c $as_echo_n_body as_echo' 10837> fi 10838> export as_echo_body 10839> as_echo='sh -c $as_echo_body as_echo' 10840> fi 10841> 10842> # The user is always right. 10843> if test "${PATH_SEPARATOR+set}" != set; then 10844> PATH_SEPARATOR=: 10845> (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 10846> (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 10847> PATH_SEPARATOR=';' 10848> } 10849> fi 10850> 10851> # Support unset when possible. 10852> if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 10853> as_unset=unset 10854> else 10855> as_unset=false 10856> fi 10857> 10858> 10859> # IFS 10860> # We need space, tab and new line, in precisely that order. Quoting is 10861> # there to prevent editors from complaining about space-tab. 10862> # (If _AS_PATH_WALK were called with IFS unset, it would disable word 10863> # splitting by setting IFS to empty value.) 10864> IFS=" "" $as_nl" 10865> 10866> # Find who we are. Look in the path if we contain no directory separator. 10867> case $0 in 10868> *[\\/]* ) as_myself=$0 ;; 10869> *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 10870> for as_dir in $PATH 108714198,4208c9422,9424 10872< case "\$ac_option" in 10873< -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 10874< echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" 10875< exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 10876< -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 10877< echo "$CONFIG_STATUS generated by autoconf version 2.13" 10878< exit 0 ;; 10879< -help | --help | --hel | --he | --h) 10880< echo "\$ac_cs_usage"; exit 0 ;; 10881< *) echo "\$ac_cs_usage"; exit 1 ;; 10882< esac 10883--- 10884> IFS=$as_save_IFS 10885> test -z "$as_dir" && as_dir=. 10886> test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 108874209a9426 10888> IFS=$as_save_IFS 108894211,4212c9428,9438 10890< ac_given_srcdir=$srcdir 10891< ac_given_INSTALL="$INSTALL" 10892--- 10893> ;; 10894> esac 10895> # We did not find ourselves, most probably we were run as `sh COMMAND' 10896> # in which case we are not to be found in the path. 10897> if test "x$as_myself" = x; then 10898> as_myself=$0 10899> fi 10900> if test ! -f "$as_myself"; then 10901> $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 10902> { (exit 1); exit 1; } 10903> fi 109044214,4393c9440,9577 10905< trap 'rm -fr `echo "icudefs.mk \ 10906< Makefile \ 10907< data/icupkg.inc \ 10908< config/Makefile.inc \ 10909< data/Makefile \ 10910< stubdata/Makefile \ 10911< common/Makefile \ 10912< i18n/Makefile \ 10913< layout/Makefile \ 10914< layoutex/Makefile \ 10915< io/Makefile \ 10916< extra/Makefile \ 10917< extra/uconv/Makefile extra/scrptrun/Makefile \ 10918< tools/Makefile tools/ctestfw/Makefile \ 10919< tools/makeconv/Makefile \ 10920< tools/genrb/Makefile \ 10921< tools/genuca/Makefile \ 10922< tools/genccode/Makefile \ 10923< tools/gencmn/Makefile \ 10924< tools/gencnval/Makefile \ 10925< tools/gennames/Makefile \ 10926< tools/gentest/Makefile \ 10927< tools/gennorm/Makefile \ 10928< tools/genprops/Makefile \ 10929< tools/gencase/Makefile \ 10930< tools/genpname/Makefile \ 10931< tools/genbrk/Makefile \ 10932< tools/gensprep/Makefile \ 10933< tools/icuswap/Makefile \ 10934< tools/pkgdata/Makefile \ 10935< tools/toolutil/Makefile \ 10936< tools/dumpce/Makefile \ 10937< test/Makefile \ 10938< test/testdata/Makefile \ 10939< test/testdata/pkgdata.inc \ 10940< test/hdrtst/Makefile \ 10941< test/intltest/Makefile \ 10942< test/cintltst/Makefile \ 10943< test/iotest/Makefile \ 10944< test/thaitest/Makefile \ 10945< test/testmap/Makefile \ 10946< test/letest/Makefile \ 10947< test/threadtest/Makefile \ 10948< samples/Makefile samples/date/Makefile \ 10949< samples/cal/Makefile samples/layout/Makefile \ 10950< common/unicode/platform.h common/icucfg.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 10951< EOF 10952< cat >> $CONFIG_STATUS <<EOF 10953< 10954< # Protect against being on the right side of a sed subst in config.status. 10955< sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; 10956< s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 10957< $ac_vpsub 10958< $extrasub 10959< s%@SHELL@%$SHELL%g 10960< s%@CFLAGS@%$CFLAGS%g 10961< s%@CPPFLAGS@%$CPPFLAGS%g 10962< s%@CXXFLAGS@%$CXXFLAGS%g 10963< s%@FFLAGS@%$FFLAGS%g 10964< s%@DEFS@%$DEFS%g 10965< s%@LDFLAGS@%$LDFLAGS%g 10966< s%@LIBS@%$LIBS%g 10967< s%@exec_prefix@%$exec_prefix%g 10968< s%@prefix@%$prefix%g 10969< s%@program_transform_name@%$program_transform_name%g 10970< s%@bindir@%$bindir%g 10971< s%@sbindir@%$sbindir%g 10972< s%@libexecdir@%$libexecdir%g 10973< s%@datadir@%$datadir%g 10974< s%@sysconfdir@%$sysconfdir%g 10975< s%@sharedstatedir@%$sharedstatedir%g 10976< s%@localstatedir@%$localstatedir%g 10977< s%@libdir@%$libdir%g 10978< s%@includedir@%$includedir%g 10979< s%@oldincludedir@%$oldincludedir%g 10980< s%@infodir@%$infodir%g 10981< s%@mandir@%$mandir%g 10982< s%@PACKAGE@%$PACKAGE%g 10983< s%@VERSION@%$VERSION%g 10984< s%@LIB_VERSION@%$LIB_VERSION%g 10985< s%@LIB_VERSION_MAJOR@%$LIB_VERSION_MAJOR%g 10986< s%@UNICODE_VERSION@%$UNICODE_VERSION%g 10987< s%@CC@%$CC%g 10988< s%@CXX@%$CXX%g 10989< s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 10990< s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 10991< s%@INSTALL_DATA@%$INSTALL_DATA%g 10992< s%@STRIP@%$STRIP%g 10993< s%@U_MAKE@%$U_MAKE%g 10994< s%@DOXYGEN@%$DOXYGEN%g 10995< s%@host@%$host%g 10996< s%@host_alias@%$host_alias%g 10997< s%@host_cpu@%$host_cpu%g 10998< s%@host_vendor@%$host_vendor%g 10999< s%@host_os@%$host_os%g 11000< s%@EXEEXT@%$EXEEXT%g 11001< s%@ARFLAGS@%$ARFLAGS%g 11002< s%@COMPILE_LINK_ENVVAR@%$COMPILE_LINK_ENVVAR%g 11003< s%@LIB_M@%$LIB_M%g 11004< s%@ENABLE_SHARED@%$ENABLE_SHARED%g 11005< s%@ENABLE_STATIC@%$ENABLE_STATIC%g 11006< s%@ENABLE_DEBUG@%$ENABLE_DEBUG%g 11007< s%@ENABLE_RELEASE@%$ENABLE_RELEASE%g 11008< s%@RANLIB@%$RANLIB%g 11009< s%@AR@%$AR%g 11010< s%@U_DISABLE_RENAMING@%$U_DISABLE_RENAMING%g 11011< s%@U_ENABLE_TRACING@%$U_ENABLE_TRACING%g 11012< s%@ENABLE_RPATH@%$ENABLE_RPATH%g 11013< s%@U_INLINE@%$U_INLINE%g 11014< s%@THREADS_TRUE@%$THREADS_TRUE%g 11015< s%@ICU_USE_THREADS@%$ICU_USE_THREADS%g 11016< s%@HAVE_MMAP@%$HAVE_MMAP%g 11017< s%@GENCCODE_ASSEMBLY@%$GENCCODE_ASSEMBLY%g 11018< s%@CPP@%$CPP%g 11019< s%@U_HAVE_INTTYPES_H@%$U_HAVE_INTTYPES_H%g 11020< s%@CXXCPP@%$CXXCPP%g 11021< s%@U_IOSTREAM_SOURCE@%$U_IOSTREAM_SOURCE%g 11022< s%@U_IS_BIG_ENDIAN@%$U_IS_BIG_ENDIAN%g 11023< s%@U_HAVE_NL_LANGINFO@%$U_HAVE_NL_LANGINFO%g 11024< s%@U_HAVE_NL_LANGINFO_CODESET@%$U_HAVE_NL_LANGINFO_CODESET%g 11025< s%@U_NL_LANGINFO_CODESET@%$U_NL_LANGINFO_CODESET%g 11026< s%@U_HAVE_NAMESPACE@%$U_HAVE_NAMESPACE%g 11027< s%@U_OVERRIDE_CXX_ALLOCATION@%$U_OVERRIDE_CXX_ALLOCATION%g 11028< s%@U_HAVE_PLACEMENT_NEW@%$U_HAVE_PLACEMENT_NEW%g 11029< s%@U_HAVE_POPEN@%$U_HAVE_POPEN%g 11030< s%@U_HAVE_TZSET@%$U_HAVE_TZSET%g 11031< s%@U_TZSET@%$U_TZSET%g 11032< s%@U_HAVE_TZNAME@%$U_HAVE_TZNAME%g 11033< s%@U_TZNAME@%$U_TZNAME%g 11034< s%@U_HAVE_TIMEZONE@%$U_HAVE_TIMEZONE%g 11035< s%@U_TIMEZONE@%$U_TIMEZONE%g 11036< s%@HAVE_INT8_T@%$HAVE_INT8_T%g 11037< s%@HAVE_UINT8_T@%$HAVE_UINT8_T%g 11038< s%@HAVE_INT16_T@%$HAVE_INT16_T%g 11039< s%@HAVE_UINT16_T@%$HAVE_UINT16_T%g 11040< s%@HAVE_INT32_T@%$HAVE_INT32_T%g 11041< s%@HAVE_UINT32_T@%$HAVE_UINT32_T%g 11042< s%@HAVE_INT64_T@%$HAVE_INT64_T%g 11043< s%@HAVE_UINT64_T@%$HAVE_UINT64_T%g 11044< s%@U_HAVE_WCHAR_H@%$U_HAVE_WCHAR_H%g 11045< s%@U_HAVE_WCSCPY@%$U_HAVE_WCSCPY%g 11046< s%@U_SIZEOF_WCHAR_T@%$U_SIZEOF_WCHAR_T%g 11047< s%@EXTRAS_TRUE@%$EXTRAS_TRUE%g 11048< s%@ICUIO_TRUE@%$ICUIO_TRUE%g 11049< s%@LAYOUT_TRUE@%$LAYOUT_TRUE%g 11050< s%@thesysconfdir@%$thesysconfdir%g 11051< s%@thedatadir@%$thedatadir%g 11052< s%@thelibdir@%$thelibdir%g 11053< s%@pkgicudatadir@%$pkgicudatadir%g 11054< s%@thepkgicudatadir@%$thepkgicudatadir%g 11055< s%@DATA_PACKAGING_CPPFLAGS@%$DATA_PACKAGING_CPPFLAGS%g 11056< s%@DATA_PACKAGING_MODE@%$DATA_PACKAGING_MODE%g 11057< s%@ICULIBSUFFIX@%$ICULIBSUFFIX%g 11058< s%@U_HAVE_LIB_SUFFIX@%$U_HAVE_LIB_SUFFIX%g 11059< s%@ICULIBSUFFIXCNAME@%$ICULIBSUFFIXCNAME%g 11060< s%@TESTS_TRUE@%$TESTS_TRUE%g 11061< s%@SAMPLES_TRUE@%$SAMPLES_TRUE%g 11062< s%@ICUDATA_CHAR@%$ICUDATA_CHAR%g 11063< s%@platform@%$platform%g 11064< s%@platform_make_fragment_name@%$platform_make_fragment_name%g 11065< s%@platform_make_fragment@%$platform_make_fragment%g 11066< s%@ld_rpath_suf@%$ld_rpath_suf%g 11067< s%@AIX_SHLIB@%$AIX_SHLIB%g 11068< 11069< CEOF 11070< EOF 11071< 11072< cat >> $CONFIG_STATUS <<\EOF 11073< 11074< # Split the substitutions into bite-sized pieces for seds with 11075< # small command number limits, like on Digital OSF/1 and HP-UX. 11076< ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. 11077< ac_file=1 # Number of current file. 11078< ac_beg=1 # First line for current file. 11079< ac_end=$ac_max_sed_cmds # Line after last line for current file. 11080< ac_more_lines=: 11081< ac_sed_cmds="" 11082< while $ac_more_lines; do 11083< if test $ac_beg -gt 1; then 11084< sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file 11085--- 11086> # Work around bugs in pre-3.0 UWIN ksh. 11087> for as_var in ENV MAIL MAILPATH 11088> do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 11089> done 11090> PS1='$ ' 11091> PS2='> ' 11092> PS4='+ ' 11093> 11094> # NLS nuisances. 11095> LC_ALL=C 11096> export LC_ALL 11097> LANGUAGE=C 11098> export LANGUAGE 11099> 11100> # Required to use basename. 11101> if expr a : '\(a\)' >/dev/null 2>&1 && 11102> test "X`expr 00001 : '.*\(...\)'`" = X001; then 11103> as_expr=expr 11104> else 11105> as_expr=false 11106> fi 11107> 11108> if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 11109> as_basename=basename 11110> else 11111> as_basename=false 11112> fi 11113> 11114> 11115> # Name of the executable. 11116> as_me=`$as_basename -- "$0" || 11117> $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 11118> X"$0" : 'X\(//\)$' \| \ 11119> X"$0" : 'X\(/\)' \| . 2>/dev/null || 11120> $as_echo X/"$0" | 11121> sed '/^.*\/\([^/][^/]*\)\/*$/{ 11122> s//\1/ 11123> q 11124> } 11125> /^X\/\(\/\/\)$/{ 11126> s//\1/ 11127> q 11128> } 11129> /^X\/\(\/\).*/{ 11130> s//\1/ 11131> q 11132> } 11133> s/.*/./; q'` 11134> 11135> # CDPATH. 11136> $as_unset CDPATH 11137> 11138> 11139> 11140> as_lineno_1=$LINENO 11141> as_lineno_2=$LINENO 11142> test "x$as_lineno_1" != "x$as_lineno_2" && 11143> test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 11144> 11145> # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 11146> # uniformly replaced by the line number. The first 'sed' inserts a 11147> # line-number line after each line using $LINENO; the second 'sed' 11148> # does the real work. The second script uses 'N' to pair each 11149> # line-number line with the line containing $LINENO, and appends 11150> # trailing '-' during substitution so that $LINENO is not a special 11151> # case at line end. 11152> # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 11153> # scripts with optimization help from Paolo Bonzini. Blame Lee 11154> # E. McMahon (1931-1989) for sed's syntax. :-) 11155> sed -n ' 11156> p 11157> /[$]LINENO/= 11158> ' <$as_myself | 11159> sed ' 11160> s/[$]LINENO.*/&-/ 11161> t lineno 11162> b 11163> :lineno 11164> N 11165> :loop 11166> s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 11167> t loop 11168> s/-\n.*// 11169> ' >$as_me.lineno && 11170> chmod +x "$as_me.lineno" || 11171> { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 11172> { (exit 1); exit 1; }; } 11173> 11174> # Don't try to exec as it changes $[0], causing all sort of problems 11175> # (the dirname of $[0] is not the place where we might find the 11176> # original and so on. Autoconf is especially sensitive to this). 11177> . "./$as_me.lineno" 11178> # Exit status is that of the last command. 11179> exit 11180> } 11181> 11182> 11183> if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 11184> as_dirname=dirname 11185> else 11186> as_dirname=false 11187> fi 11188> 11189> ECHO_C= ECHO_N= ECHO_T= 11190> case `echo -n x` in 11191> -n*) 11192> case `echo 'x\c'` in 11193> *c*) ECHO_T=' ';; # ECHO_T is single tab character. 11194> *) ECHO_C='\c';; 11195> esac;; 11196> *) 11197> ECHO_N='-n';; 11198> esac 11199> if expr a : '\(a\)' >/dev/null 2>&1 && 11200> test "X`expr 00001 : '.*\(...\)'`" = X001; then 11201> as_expr=expr 11202> else 11203> as_expr=false 11204> fi 11205> 11206> rm -f conf$$ conf$$.exe conf$$.file 11207> if test -d conf$$.dir; then 11208> rm -f conf$$.dir/conf$$.file 11209> else 11210> rm -f conf$$.dir 11211> mkdir conf$$.dir 2>/dev/null 11212> fi 11213> if (echo >conf$$.file) 2>/dev/null; then 11214> if ln -s conf$$.file conf$$ 2>/dev/null; then 11215> as_ln_s='ln -s' 11216> # ... but there are two gotchas: 11217> # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 11218> # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 11219> # In both cases, we have to default to `cp -p'. 11220> ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 11221> as_ln_s='cp -p' 11222> elif ln conf$$.file conf$$ 2>/dev/null; then 11223> as_ln_s=ln 112244395c9579 11225< sed "${ac_end}q" conftest.subs > conftest.s$ac_file 11226--- 11227> as_ln_s='cp -p' 112284397,4472c9581,9585 11229< if test ! -s conftest.s$ac_file; then 11230< ac_more_lines=false 11231< rm -f conftest.s$ac_file 11232< else 11233< if test -z "$ac_sed_cmds"; then 11234< ac_sed_cmds="sed -f conftest.s$ac_file" 11235< else 11236< ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" 11237< fi 11238< ac_file=`expr $ac_file + 1` 11239< ac_beg=$ac_end 11240< ac_end=`expr $ac_end + $ac_max_sed_cmds` 11241< fi 11242< done 11243< if test -z "$ac_sed_cmds"; then 11244< ac_sed_cmds=cat 11245< fi 11246< EOF 11247< 11248< cat >> $CONFIG_STATUS <<EOF 11249< 11250< CONFIG_FILES=\${CONFIG_FILES-"icudefs.mk \ 11251< Makefile \ 11252< data/icupkg.inc \ 11253< config/Makefile.inc \ 11254< data/Makefile \ 11255< stubdata/Makefile \ 11256< common/Makefile \ 11257< i18n/Makefile \ 11258< layout/Makefile \ 11259< layoutex/Makefile \ 11260< io/Makefile \ 11261< extra/Makefile \ 11262< extra/uconv/Makefile extra/scrptrun/Makefile \ 11263< tools/Makefile tools/ctestfw/Makefile \ 11264< tools/makeconv/Makefile \ 11265< tools/genrb/Makefile \ 11266< tools/genuca/Makefile \ 11267< tools/genccode/Makefile \ 11268< tools/gencmn/Makefile \ 11269< tools/gencnval/Makefile \ 11270< tools/gennames/Makefile \ 11271< tools/gentest/Makefile \ 11272< tools/gennorm/Makefile \ 11273< tools/genprops/Makefile \ 11274< tools/gencase/Makefile \ 11275< tools/genpname/Makefile \ 11276< tools/genbrk/Makefile \ 11277< tools/gensprep/Makefile \ 11278< tools/icuswap/Makefile \ 11279< tools/pkgdata/Makefile \ 11280< tools/toolutil/Makefile \ 11281< tools/dumpce/Makefile \ 11282< test/Makefile \ 11283< test/testdata/Makefile \ 11284< test/testdata/pkgdata.inc \ 11285< test/hdrtst/Makefile \ 11286< test/intltest/Makefile \ 11287< test/cintltst/Makefile \ 11288< test/iotest/Makefile \ 11289< test/thaitest/Makefile \ 11290< test/testmap/Makefile \ 11291< test/letest/Makefile \ 11292< test/threadtest/Makefile \ 11293< samples/Makefile samples/date/Makefile \ 11294< samples/cal/Makefile samples/layout/Makefile \ 11295< common/unicode/platform.h"} 11296< EOF 11297< cat >> $CONFIG_STATUS <<\EOF 11298< for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then 11299< # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 11300< case "$ac_file" in 11301< *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` 11302< ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 11303< *) ac_file_in="${ac_file}.in" ;; 11304< esac 11305--- 11306> else 11307> as_ln_s='cp -p' 11308> fi 11309> rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 11310> rmdir conf$$.dir 2>/dev/null 113114474c9587,9592 11312< # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. 11313--- 11314> if mkdir -p . 2>/dev/null; then 11315> as_mkdir_p=: 11316> else 11317> test -d ./-p && rmdir ./-p 11318> as_mkdir_p=false 11319> fi 113204476,4483c9594,9598 11321< # Remove last slash and all that follows it. Not all systems have dirname. 11322< ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 11323< if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 11324< # The file is in a subdirectory. 11325< test ! -d "$ac_dir" && mkdir "$ac_dir" 11326< ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" 11327< # A "../" for each directory in $ac_dir_suffix. 11328< ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` 11329--- 11330> if test -x / >/dev/null 2>&1; then 11331> as_test_x='test -x' 11332> else 11333> if ls -dL / >/dev/null 2>&1; then 11334> as_ls_L_option=L 113354485c9600 11336< ac_dir_suffix= ac_dots= 11337--- 11338> as_ls_L_option= 113394486a9602,9637 11340> as_test_x=' 11341> eval sh -c '\'' 11342> if test -d "$1"; then 11343> test -d "$1/."; 11344> else 11345> case $1 in 11346> -*)set "./$1";; 11347> esac; 11348> case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 11349> ???[sx]*):;;*)false;;esac;fi 11350> '\'' sh 11351> ' 11352> fi 11353> as_executable_p=$as_test_x 11354> 11355> # Sed expression to map a string onto a valid CPP name. 11356> as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 11357> 11358> # Sed expression to map a string onto a valid variable name. 11359> as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 11360> 11361> 11362> exec 6>&1 11363> 11364> # Save the log message, to keep $[0] and so on meaningful, and to 11365> # report actual input values of CONFIG_FILES etc. instead of their 11366> # values after options handling. 11367> ac_log=" 11368> This file was extended by $as_me, which was 11369> generated by GNU Autoconf 2.63. Invocation command line was 11370> 11371> CONFIG_FILES = $CONFIG_FILES 11372> CONFIG_HEADERS = $CONFIG_HEADERS 11373> CONFIG_LINKS = $CONFIG_LINKS 11374> CONFIG_COMMANDS = $CONFIG_COMMANDS 11375> $ $0 $@ 113764488,4496c9639,9650 11377< case "$ac_given_srcdir" in 11378< .) srcdir=. 11379< if test -z "$ac_dots"; then top_srcdir=. 11380< else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 11381< /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 11382< *) # Relative path. 11383< srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" 11384< top_srcdir="$ac_dots$ac_given_srcdir" ;; 11385< esac 11386--- 11387> on `(hostname || uname -n) 2>/dev/null | sed 1q` 11388> " 11389> 11390> _ACEOF 11391> 11392> case $ac_config_files in *" 11393> "*) set x $ac_config_files; shift; ac_config_files=$*;; 11394> esac 11395> 11396> case $ac_config_headers in *" 11397> "*) set x $ac_config_headers; shift; ac_config_headers=$*;; 11398> esac 113994498,4501d9651 11400< case "$ac_given_INSTALL" in 11401< [/$]*) INSTALL="$ac_given_INSTALL" ;; 11402< *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 11403< esac 114044503,4509c9653,9718 11405< echo creating "$ac_file" 11406< rm -f "$ac_file" 11407< configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." 11408< case "$ac_file" in 11409< *Makefile*) ac_comsub="1i\\ 11410< # $configure_input" ;; 11411< *) ac_comsub= ;; 11412--- 11413> cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 11414> # Files that config.status was made for. 11415> config_files="$ac_config_files" 11416> config_headers="$ac_config_headers" 11417> 11418> _ACEOF 11419> 11420> cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 11421> ac_cs_usage="\ 11422> \`$as_me' instantiates files from templates according to the 11423> current configuration. 11424> 11425> Usage: $0 [OPTION]... [FILE]... 11426> 11427> -h, --help print this help, then exit 11428> -V, --version print version number and configuration settings, then exit 11429> -q, --quiet, --silent 11430> do not print progress messages 11431> -d, --debug don't remove temporary files 11432> --recheck update $as_me by reconfiguring in the same conditions 11433> --file=FILE[:TEMPLATE] 11434> instantiate the configuration file FILE 11435> --header=FILE[:TEMPLATE] 11436> instantiate the configuration header FILE 11437> 11438> Configuration files: 11439> $config_files 11440> 11441> Configuration headers: 11442> $config_headers 11443> 11444> Report bugs to <bug-autoconf@gnu.org>." 11445> 11446> _ACEOF 11447> cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 11448> ac_cs_version="\\ 11449> config.status 11450> configured by $0, generated by GNU Autoconf 2.63, 11451> with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 11452> 11453> Copyright (C) 2008 Free Software Foundation, Inc. 11454> This config.status script is free software; the Free Software Foundation 11455> gives unlimited permission to copy, distribute and modify it." 11456> 11457> ac_pwd='$ac_pwd' 11458> srcdir='$srcdir' 11459> INSTALL='$INSTALL' 11460> test -n "\$AWK" || AWK=awk 11461> _ACEOF 11462> 11463> cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 11464> # The default lists apply if the user does not specify any file. 11465> ac_need_defaults=: 11466> while test $# != 0 11467> do 11468> case $1 in 11469> --*=*) 11470> ac_option=`expr "X$1" : 'X\([^=]*\)='` 11471> ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 11472> ac_shift=: 11473> ;; 11474> *) 11475> ac_option=$1 11476> ac_optarg=$2 11477> ac_shift=shift 11478> ;; 114794512,4520c9721,9760 11480< ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 11481< sed -e "$ac_comsub 11482< s%@configure_input@%$configure_input%g 11483< s%@srcdir@%$srcdir%g 11484< s%@top_srcdir@%$top_srcdir%g 11485< s%@INSTALL@%$INSTALL%g 11486< " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file 11487< fi; done 11488< rm -f conftest.s* 11489--- 11490> case $ac_option in 11491> # Handling of the options. 11492> -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 11493> ac_cs_recheck=: ;; 11494> --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 11495> $as_echo "$ac_cs_version"; exit ;; 11496> --debug | --debu | --deb | --de | --d | -d ) 11497> debug=: ;; 11498> --file | --fil | --fi | --f ) 11499> $ac_shift 11500> case $ac_optarg in 11501> *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 11502> esac 11503> CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" 11504> ac_need_defaults=false;; 11505> --header | --heade | --head | --hea ) 11506> $ac_shift 11507> case $ac_optarg in 11508> *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 11509> esac 11510> CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" 11511> ac_need_defaults=false;; 11512> --he | --h) 11513> # Conflict between --help and --header 11514> { $as_echo "$as_me: error: ambiguous option: $1 11515> Try \`$0 --help' for more information." >&2 11516> { (exit 1); exit 1; }; };; 11517> --help | --hel | -h ) 11518> $as_echo "$ac_cs_usage"; exit ;; 11519> -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 11520> | -silent | --silent | --silen | --sile | --sil | --si | --s) 11521> ac_cs_silent=: ;; 11522> 11523> # This is an error. 11524> -*) { $as_echo "$as_me: error: unrecognized option: $1 11525> Try \`$0 --help' for more information." >&2 11526> { (exit 1); exit 1; }; } ;; 11527> 11528> *) ac_config_targets="$ac_config_targets $1" 11529> ac_need_defaults=false ;; 115304522,4553d9761 11531< # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 11532< # NAME is the cpp macro being defined and VALUE is the value it is being given. 11533< # 11534< # ac_d sets the value in "#define NAME VALUE" lines. 11535< ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' 11536< ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' 11537< ac_dC='\3' 11538< ac_dD='%g' 11539< # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". 11540< ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 11541< ac_uB='\([ ]\)%\1#\2define\3' 11542< ac_uC=' ' 11543< ac_uD='\4%g' 11544< # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 11545< ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 11546< ac_eB='$%\1#\2define\3' 11547< ac_eC=' ' 11548< ac_eD='%g' 11549< 11550< if test "${CONFIG_HEADERS+set}" != set; then 11551< EOF 11552< cat >> $CONFIG_STATUS <<EOF 11553< CONFIG_HEADERS="common/icucfg.h" 11554< EOF 11555< cat >> $CONFIG_STATUS <<\EOF 11556< fi 11557< for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then 11558< # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 11559< case "$ac_file" in 11560< *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` 11561< ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 11562< *) ac_file_in="${ac_file}.in" ;; 115634554a9763,9766 11564> shift 11565> done 11566> 11567> ac_configure_extra_args= 115684556c9768,9782 11569< echo creating $ac_file 11570--- 11571> if $ac_cs_silent; then 11572> exec 6>/dev/null 11573> ac_configure_extra_args="$ac_configure_extra_args --silent" 11574> fi 11575> 11576> _ACEOF 11577> cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 11578> if \$ac_cs_recheck; then 11579> set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 11580> shift 11581> \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 11582> CONFIG_SHELL='$SHELL' 11583> export CONFIG_SHELL 11584> exec "\$@" 11585> fi 115864558,4584c9784,9797 11587< rm -f conftest.frag conftest.in conftest.out 11588< ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 11589< cat $ac_file_inputs > conftest.in 11590< 11591< EOF 11592< 11593< # Transform confdefs.h into a sed script conftest.vals that substitutes 11594< # the proper values into config.h.in to produce config.h. And first: 11595< # Protect against being on the right side of a sed subst in config.status. 11596< # Protect against being in an unquoted here document in config.status. 11597< rm -f conftest.vals 11598< cat > conftest.hdr <<\EOF 11599< s/[\\&%]/\\&/g 11600< s%[\\$`]%\\&%g 11601< s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp 11602< s%ac_d%ac_u%gp 11603< s%ac_u%ac_e%gp 11604< EOF 11605< sed -n -f conftest.hdr confdefs.h > conftest.vals 11606< rm -f conftest.hdr 11607< 11608< # This sed command replaces #undef with comments. This is necessary, for 11609< # example, in the case of _POSIX_SOURCE, which is predefined and required 11610< # on some systems where configure will not decide to define it. 11611< cat >> conftest.vals <<\EOF 11612< s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% 11613< EOF 11614--- 11615> _ACEOF 11616> cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 11617> exec 5>>config.log 11618> { 11619> echo 11620> sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 11621> ## Running $as_me. ## 11622> _ASBOX 11623> $as_echo "$ac_log" 11624> } >&5 11625> 11626> _ACEOF 11627> cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 11628> _ACEOF 116294586,4587c9799 11630< # Break up conftest.vals because some shells have a limit on 11631< # the size of here documents, and old seds have small limits too. 11632--- 11633> cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 116344589,4590c9801,9802 11635< rm -f conftest.tail 11636< while : 11637--- 11638> # Handling of arguments. 11639> for ac_config_target in $ac_config_targets 116404592,4616c9804,10076 11641< ac_lines=`grep -c . conftest.vals` 11642< # grep -c gives empty output for an empty file on some AIX systems. 11643< if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi 11644< # Write a limited-size here document to conftest.frag. 11645< echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS 11646< sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS 11647< echo 'CEOF 11648< sed -f conftest.frag conftest.in > conftest.out 11649< rm -f conftest.in 11650< mv conftest.out conftest.in 11651< ' >> $CONFIG_STATUS 11652< sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 11653< rm -f conftest.vals 11654< mv conftest.tail conftest.vals 11655< done 11656< rm -f conftest.vals 11657< 11658< cat >> $CONFIG_STATUS <<\EOF 11659< rm -f conftest.frag conftest.h 11660< echo "/* $ac_file. Generated automatically by configure. */" > conftest.h 11661< cat conftest.in >> conftest.h 11662< rm -f conftest.in 11663< if cmp -s $ac_file conftest.h 2>/dev/null; then 11664< echo "$ac_file is unchanged" 11665< rm -f conftest.h 11666--- 11667> case $ac_config_target in 11668> "common/icucfg.h") CONFIG_HEADERS="$CONFIG_HEADERS common/icucfg.h" ;; 11669> "icudefs.mk") CONFIG_FILES="$CONFIG_FILES icudefs.mk" ;; 11670> "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 11671> "data/icupkg.inc") CONFIG_FILES="$CONFIG_FILES data/icupkg.inc" ;; 11672> "config/Makefile.inc") CONFIG_FILES="$CONFIG_FILES config/Makefile.inc" ;; 11673> "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; 11674> "stubdata/Makefile") CONFIG_FILES="$CONFIG_FILES stubdata/Makefile" ;; 11675> "common/Makefile") CONFIG_FILES="$CONFIG_FILES common/Makefile" ;; 11676> "i18n/Makefile") CONFIG_FILES="$CONFIG_FILES i18n/Makefile" ;; 11677> "layout/Makefile") CONFIG_FILES="$CONFIG_FILES layout/Makefile" ;; 11678> "layoutex/Makefile") CONFIG_FILES="$CONFIG_FILES layoutex/Makefile" ;; 11679> "io/Makefile") CONFIG_FILES="$CONFIG_FILES io/Makefile" ;; 11680> "extra/Makefile") CONFIG_FILES="$CONFIG_FILES extra/Makefile" ;; 11681> "extra/uconv/Makefile") CONFIG_FILES="$CONFIG_FILES extra/uconv/Makefile" ;; 11682> "extra/scrptrun/Makefile") CONFIG_FILES="$CONFIG_FILES extra/scrptrun/Makefile" ;; 11683> "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; 11684> "tools/ctestfw/Makefile") CONFIG_FILES="$CONFIG_FILES tools/ctestfw/Makefile" ;; 11685> "tools/makeconv/Makefile") CONFIG_FILES="$CONFIG_FILES tools/makeconv/Makefile" ;; 11686> "tools/genrb/Makefile") CONFIG_FILES="$CONFIG_FILES tools/genrb/Makefile" ;; 11687> "tools/genuca/Makefile") CONFIG_FILES="$CONFIG_FILES tools/genuca/Makefile" ;; 11688> "tools/genccode/Makefile") CONFIG_FILES="$CONFIG_FILES tools/genccode/Makefile" ;; 11689> "tools/gencmn/Makefile") CONFIG_FILES="$CONFIG_FILES tools/gencmn/Makefile" ;; 11690> "tools/gencnval/Makefile") CONFIG_FILES="$CONFIG_FILES tools/gencnval/Makefile" ;; 11691> "tools/gennames/Makefile") CONFIG_FILES="$CONFIG_FILES tools/gennames/Makefile" ;; 11692> "tools/gentest/Makefile") CONFIG_FILES="$CONFIG_FILES tools/gentest/Makefile" ;; 11693> "tools/gennorm/Makefile") CONFIG_FILES="$CONFIG_FILES tools/gennorm/Makefile" ;; 11694> "tools/genprops/Makefile") CONFIG_FILES="$CONFIG_FILES tools/genprops/Makefile" ;; 11695> "tools/gencase/Makefile") CONFIG_FILES="$CONFIG_FILES tools/gencase/Makefile" ;; 11696> "tools/genpname/Makefile") CONFIG_FILES="$CONFIG_FILES tools/genpname/Makefile" ;; 11697> "tools/genbrk/Makefile") CONFIG_FILES="$CONFIG_FILES tools/genbrk/Makefile" ;; 11698> "tools/gensprep/Makefile") CONFIG_FILES="$CONFIG_FILES tools/gensprep/Makefile" ;; 11699> "tools/icuswap/Makefile") CONFIG_FILES="$CONFIG_FILES tools/icuswap/Makefile" ;; 11700> "tools/pkgdata/Makefile") CONFIG_FILES="$CONFIG_FILES tools/pkgdata/Makefile" ;; 11701> "tools/toolutil/Makefile") CONFIG_FILES="$CONFIG_FILES tools/toolutil/Makefile" ;; 11702> "tools/dumpce/Makefile") CONFIG_FILES="$CONFIG_FILES tools/dumpce/Makefile" ;; 11703> "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; 11704> "test/testdata/Makefile") CONFIG_FILES="$CONFIG_FILES test/testdata/Makefile" ;; 11705> "test/testdata/pkgdata.inc") CONFIG_FILES="$CONFIG_FILES test/testdata/pkgdata.inc" ;; 11706> "test/hdrtst/Makefile") CONFIG_FILES="$CONFIG_FILES test/hdrtst/Makefile" ;; 11707> "test/intltest/Makefile") CONFIG_FILES="$CONFIG_FILES test/intltest/Makefile" ;; 11708> "test/cintltst/Makefile") CONFIG_FILES="$CONFIG_FILES test/cintltst/Makefile" ;; 11709> "test/iotest/Makefile") CONFIG_FILES="$CONFIG_FILES test/iotest/Makefile" ;; 11710> "test/thaitest/Makefile") CONFIG_FILES="$CONFIG_FILES test/thaitest/Makefile" ;; 11711> "test/testmap/Makefile") CONFIG_FILES="$CONFIG_FILES test/testmap/Makefile" ;; 11712> "test/letest/Makefile") CONFIG_FILES="$CONFIG_FILES test/letest/Makefile" ;; 11713> "test/threadtest/Makefile") CONFIG_FILES="$CONFIG_FILES test/threadtest/Makefile" ;; 11714> "samples/Makefile") CONFIG_FILES="$CONFIG_FILES samples/Makefile" ;; 11715> "samples/date/Makefile") CONFIG_FILES="$CONFIG_FILES samples/date/Makefile" ;; 11716> "samples/cal/Makefile") CONFIG_FILES="$CONFIG_FILES samples/cal/Makefile" ;; 11717> "samples/layout/Makefile") CONFIG_FILES="$CONFIG_FILES samples/layout/Makefile" ;; 11718> "common/unicode/platform.h") CONFIG_FILES="$CONFIG_FILES common/unicode/platform.h" ;; 11719> 11720> *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 11721> $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 11722> { (exit 1); exit 1; }; };; 11723> esac 11724> done 11725> 11726> 11727> # If the user did not use the arguments to specify the items to instantiate, 11728> # then the envvar interface is used. Set only those that are not. 11729> # We use the long form for the default assignment because of an extremely 11730> # bizarre bug on SunOS 4.1.3. 11731> if $ac_need_defaults; then 11732> test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 11733> test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 11734> fi 11735> 11736> # Have a temporary directory for convenience. Make it in the build tree 11737> # simply because there is no reason against having it here, and in addition, 11738> # creating and moving files from /tmp can sometimes cause problems. 11739> # Hook for its removal unless debugging. 11740> # Note that there is a small window in which the directory will not be cleaned: 11741> # after its creation but before its name has been assigned to `$tmp'. 11742> $debug || 11743> { 11744> tmp= 11745> trap 'exit_status=$? 11746> { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 11747> ' 0 11748> trap '{ (exit 1); exit 1; }' 1 2 13 15 11749> } 11750> # Create a (secure) tmp directory for tmp files. 11751> 11752> { 11753> tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 11754> test -n "$tmp" && test -d "$tmp" 11755> } || 11756> { 11757> tmp=./conf$$-$RANDOM 11758> (umask 077 && mkdir "$tmp") 11759> } || 11760> { 11761> $as_echo "$as_me: cannot create a temporary directory in ." >&2 11762> { (exit 1); exit 1; } 11763> } 11764> 11765> # Set up the scripts for CONFIG_FILES section. 11766> # No need to generate them if there are no CONFIG_FILES. 11767> # This happens for instance with `./config.status config.h'. 11768> if test -n "$CONFIG_FILES"; then 11769> 11770> 11771> ac_cr=' 11772' 11773> ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 11774> if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 11775> ac_cs_awk_cr='\\r' 11776> else 11777> ac_cs_awk_cr=$ac_cr 11778> fi 11779> 11780> echo 'BEGIN {' >"$tmp/subs1.awk" && 11781> _ACEOF 11782> 11783> 11784> { 11785> echo "cat >conf$$subs.awk <<_ACEOF" && 11786> echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 11787> echo "_ACEOF" 11788> } >conf$$subs.sh || 11789> { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 11790> $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 11791> { (exit 1); exit 1; }; } 11792> ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 11793> ac_delim='%!_!# ' 11794> for ac_last_try in false false false false false :; do 11795> . ./conf$$subs.sh || 11796> { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 11797> $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 11798> { (exit 1); exit 1; }; } 11799> 11800> ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 11801> if test $ac_delim_n = $ac_delim_num; then 11802> break 11803> elif $ac_last_try; then 11804> { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 11805> $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 11806> { (exit 1); exit 1; }; } 11807> else 11808> ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 11809> fi 11810> done 11811> rm -f conf$$subs.sh 11812> 11813> cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 11814> cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 11815> _ACEOF 11816> sed -n ' 11817> h 11818> s/^/S["/; s/!.*/"]=/ 11819> p 11820> g 11821> s/^[^!]*!// 11822> :repl 11823> t repl 11824> s/'"$ac_delim"'$// 11825> t delim 11826> :nl 11827> h 11828> s/\(.\{148\}\).*/\1/ 11829> t more1 11830> s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 11831> p 11832> n 11833> b repl 11834> :more1 11835> s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 11836> p 11837> g 11838> s/.\{148\}// 11839> t nl 11840> :delim 11841> h 11842> s/\(.\{148\}\).*/\1/ 11843> t more2 11844> s/["\\]/\\&/g; s/^/"/; s/$/"/ 11845> p 11846> b 11847> :more2 11848> s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 11849> p 11850> g 11851> s/.\{148\}// 11852> t delim 11853> ' <conf$$subs.awk | sed ' 11854> /^[^""]/{ 11855> N 11856> s/\n// 11857> } 11858> ' >>$CONFIG_STATUS || ac_write_fail=1 11859> rm -f conf$$subs.awk 11860> cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 11861> _ACAWK 11862> cat >>"\$tmp/subs1.awk" <<_ACAWK && 11863> for (key in S) S_is_set[key] = 1 11864> FS = "" 11865> 11866> } 11867> { 11868> line = $ 0 11869> nfields = split(line, field, "@") 11870> substed = 0 11871> len = length(field[1]) 11872> for (i = 2; i < nfields; i++) { 11873> key = field[i] 11874> keylen = length(key) 11875> if (S_is_set[key]) { 11876> value = S[key] 11877> line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 11878> len += length(value) + length(field[++i]) 11879> substed = 1 11880> } else 11881> len += 1 + keylen 11882> } 11883> 11884> print line 11885> } 11886> 11887> _ACAWK 11888> _ACEOF 11889> cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 11890> if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 11891> sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 11892> else 11893> cat 11894> fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 11895> || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 11896> $as_echo "$as_me: error: could not setup config files machinery" >&2;} 11897> { (exit 1); exit 1; }; } 11898> _ACEOF 11899> 11900> # VPATH may cause trouble with some makes, so we remove $(srcdir), 11901> # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 11902> # trailing colons and then remove the whole line if VPATH becomes empty 11903> # (actually we leave an empty line to preserve line numbers). 11904> if test "x$srcdir" = x.; then 11905> ac_vpsub='/^[ ]*VPATH[ ]*=/{ 11906> s/:*\$(srcdir):*/:/ 11907> s/:*\${srcdir}:*/:/ 11908> s/:*@srcdir@:*/:/ 11909> s/^\([^=]*=[ ]*\):*/\1/ 11910> s/:*$// 11911> s/^[^=]*=[ ]*$// 11912> }' 11913> fi 11914> 11915> cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 11916> fi # test -n "$CONFIG_FILES" 11917> 11918> # Set up the scripts for CONFIG_HEADERS section. 11919> # No need to generate them if there are no CONFIG_HEADERS. 11920> # This happens for instance with `./config.status Makefile'. 11921> if test -n "$CONFIG_HEADERS"; then 11922> cat >"$tmp/defines.awk" <<\_ACAWK || 11923> BEGIN { 11924> _ACEOF 11925> 11926> # Transform confdefs.h into an awk script `defines.awk', embedded as 11927> # here-document in config.status, that substitutes the proper values into 11928> # config.h.in to produce config.h. 11929> 11930> # Create a delimiter string that does not exist in confdefs.h, to ease 11931> # handling of long lines. 11932> ac_delim='%!_!# ' 11933> for ac_last_try in false false :; do 11934> ac_t=`sed -n "/$ac_delim/p" confdefs.h` 11935> if test -z "$ac_t"; then 11936> break 11937> elif $ac_last_try; then 11938> { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 11939> $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} 11940> { (exit 1); exit 1; }; } 119414618,4622c10078,10451 11942< # Remove last slash and all that follows it. Not all systems have dirname. 11943< ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 11944< if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 11945< # The file is in a subdirectory. 11946< test ! -d "$ac_dir" && mkdir "$ac_dir" 11947--- 11948> ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 11949> fi 11950> done 11951> 11952> # For the awk script, D is an array of macro values keyed by name, 11953> # likewise P contains macro parameters if any. Preserve backslash 11954> # newline sequences. 11955> 11956> ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 11957> sed -n ' 11958> s/.\{148\}/&'"$ac_delim"'/g 11959> t rset 11960> :rset 11961> s/^[ ]*#[ ]*define[ ][ ]*/ / 11962> t def 11963> d 11964> :def 11965> s/\\$// 11966> t bsnl 11967> s/["\\]/\\&/g 11968> s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 11969> D["\1"]=" \3"/p 11970> s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 11971> d 11972> :bsnl 11973> s/["\\]/\\&/g 11974> s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 11975> D["\1"]=" \3\\\\\\n"\\/p 11976> t cont 11977> s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 11978> t cont 11979> d 11980> :cont 11981> n 11982> s/.\{148\}/&'"$ac_delim"'/g 11983> t clear 11984> :clear 11985> s/\\$// 11986> t bsnlc 11987> s/["\\]/\\&/g; s/^/"/; s/$/"/p 11988> d 11989> :bsnlc 11990> s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 11991> b cont 11992> ' <confdefs.h | sed ' 11993> s/'"$ac_delim"'/"\\\ 11994> "/g' >>$CONFIG_STATUS || ac_write_fail=1 11995> 11996> cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 11997> for (key in D) D_is_set[key] = 1 11998> FS = "" 11999> } 12000> /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 12001> line = \$ 0 12002> split(line, arg, " ") 12003> if (arg[1] == "#") { 12004> defundef = arg[2] 12005> mac1 = arg[3] 12006> } else { 12007> defundef = substr(arg[1], 2) 12008> mac1 = arg[2] 12009> } 12010> split(mac1, mac2, "(") #) 12011> macro = mac2[1] 12012> prefix = substr(line, 1, index(line, defundef) - 1) 12013> if (D_is_set[macro]) { 12014> # Preserve the white space surrounding the "#". 12015> print prefix "define", macro P[macro] D[macro] 12016> next 12017> } else { 12018> # Replace #undef with comments. This is necessary, for example, 12019> # in the case of _POSIX_SOURCE, which is predefined and required 12020> # on some systems where configure will not decide to define it. 12021> if (defundef == "undef") { 12022> print "/*", prefix defundef, macro, "*/" 12023> next 12024> } 12025> } 12026> } 12027> { print } 12028> _ACAWK 12029> _ACEOF 12030> cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 12031> { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 12032> $as_echo "$as_me: error: could not setup config headers machinery" >&2;} 12033> { (exit 1); exit 1; }; } 12034> fi # test -n "$CONFIG_HEADERS" 12035> 12036> 12037> eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " 12038> shift 12039> for ac_tag 12040> do 12041> case $ac_tag in 12042> :[FHLC]) ac_mode=$ac_tag; continue;; 12043> esac 12044> case $ac_mode$ac_tag in 12045> :[FHL]*:*);; 12046> :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 12047> $as_echo "$as_me: error: invalid tag $ac_tag" >&2;} 12048> { (exit 1); exit 1; }; };; 12049> :[FH]-) ac_tag=-:-;; 12050> :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 12051> esac 12052> ac_save_IFS=$IFS 12053> IFS=: 12054> set x $ac_tag 12055> IFS=$ac_save_IFS 12056> shift 12057> ac_file=$1 12058> shift 12059> 12060> case $ac_mode in 12061> :L) ac_source=$1;; 12062> :[FH]) 12063> ac_file_inputs= 12064> for ac_f 12065> do 12066> case $ac_f in 12067> -) ac_f="$tmp/stdin";; 12068> *) # Look for the file first in the build tree, then in the source tree 12069> # (if the path is not absolute). The absolute path cannot be DOS-style, 12070> # because $ac_f cannot contain `:'. 12071> test -f "$ac_f" || 12072> case $ac_f in 12073> [\\/$]*) false;; 12074> *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 12075> esac || 12076> { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 12077> $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} 12078> { (exit 1); exit 1; }; };; 12079> esac 12080> case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 12081> ac_file_inputs="$ac_file_inputs '$ac_f'" 12082> done 12083> 12084> # Let's still pretend it is `configure' which instantiates (i.e., don't 12085> # use $as_me), people would be surprised to read: 12086> # /* config.h. Generated by config.status. */ 12087> configure_input='Generated from '` 12088> $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 12089> `' by configure.' 12090> if test x"$ac_file" != x-; then 12091> configure_input="$ac_file. $configure_input" 12092> { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 12093> $as_echo "$as_me: creating $ac_file" >&6;} 12094> fi 12095> # Neutralize special characters interpreted by sed in replacement strings. 12096> case $configure_input in #( 12097> *\&* | *\|* | *\\* ) 12098> ac_sed_conf_input=`$as_echo "$configure_input" | 12099> sed 's/[\\\\&|]/\\\\&/g'`;; #( 12100> *) ac_sed_conf_input=$configure_input;; 12101> esac 12102> 12103> case $ac_tag in 12104> *:-:* | *:-) cat >"$tmp/stdin" \ 12105> || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 12106> $as_echo "$as_me: error: could not create $ac_file" >&2;} 12107> { (exit 1); exit 1; }; } ;; 12108> esac 12109> ;; 12110> esac 12111> 12112> ac_dir=`$as_dirname -- "$ac_file" || 12113> $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 12114> X"$ac_file" : 'X\(//\)[^/]' \| \ 12115> X"$ac_file" : 'X\(//\)$' \| \ 12116> X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 12117> $as_echo X"$ac_file" | 12118> sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 12119> s//\1/ 12120> q 12121> } 12122> /^X\(\/\/\)[^/].*/{ 12123> s//\1/ 12124> q 12125> } 12126> /^X\(\/\/\)$/{ 12127> s//\1/ 12128> q 12129> } 12130> /^X\(\/\).*/{ 12131> s//\1/ 12132> q 12133> } 12134> s/.*/./; q'` 12135> { as_dir="$ac_dir" 12136> case $as_dir in #( 12137> -*) as_dir=./$as_dir;; 12138> esac 12139> test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 12140> as_dirs= 12141> while :; do 12142> case $as_dir in #( 12143> *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 12144> *) as_qdir=$as_dir;; 12145> esac 12146> as_dirs="'$as_qdir' $as_dirs" 12147> as_dir=`$as_dirname -- "$as_dir" || 12148> $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 12149> X"$as_dir" : 'X\(//\)[^/]' \| \ 12150> X"$as_dir" : 'X\(//\)$' \| \ 12151> X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 12152> $as_echo X"$as_dir" | 12153> sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 12154> s//\1/ 12155> q 12156> } 12157> /^X\(\/\/\)[^/].*/{ 12158> s//\1/ 12159> q 12160> } 12161> /^X\(\/\/\)$/{ 12162> s//\1/ 12163> q 12164> } 12165> /^X\(\/\).*/{ 12166> s//\1/ 12167> q 12168> } 12169> s/.*/./; q'` 12170> test -d "$as_dir" && break 12171> done 12172> test -z "$as_dirs" || eval "mkdir $as_dirs" 12173> } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 12174> $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} 12175> { (exit 1); exit 1; }; }; } 12176> ac_builddir=. 12177> 12178> case "$ac_dir" in 12179> .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 12180> *) 12181> ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 12182> # A ".." for each directory in $ac_dir_suffix. 12183> ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 12184> case $ac_top_builddir_sub in 12185> "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 12186> *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 12187> esac ;; 12188> esac 12189> ac_abs_top_builddir=$ac_pwd 12190> ac_abs_builddir=$ac_pwd$ac_dir_suffix 12191> # for backward compatibility: 12192> ac_top_builddir=$ac_top_build_prefix 12193> 12194> case $srcdir in 12195> .) # We are building in place. 12196> ac_srcdir=. 12197> ac_top_srcdir=$ac_top_builddir_sub 12198> ac_abs_top_srcdir=$ac_pwd ;; 12199> [\\/]* | ?:[\\/]* ) # Absolute name. 12200> ac_srcdir=$srcdir$ac_dir_suffix; 12201> ac_top_srcdir=$srcdir 12202> ac_abs_top_srcdir=$srcdir ;; 12203> *) # Relative name. 12204> ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 12205> ac_top_srcdir=$ac_top_build_prefix$srcdir 12206> ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 12207> esac 12208> ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 12209> 12210> 12211> case $ac_mode in 12212> :F) 12213> # 12214> # CONFIG_FILE 12215> # 12216> 12217> case $INSTALL in 12218> [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 12219> *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 12220> esac 12221> _ACEOF 12222> 12223> cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 12224> # If the template does not know about datarootdir, expand it. 12225> # FIXME: This hack should be removed a few years after 2.60. 12226> ac_datarootdir_hack=; ac_datarootdir_seen= 12227> 12228> ac_sed_dataroot=' 12229> /datarootdir/ { 12230> p 12231> q 12232> } 12233> /@datadir@/p 12234> /@docdir@/p 12235> /@infodir@/p 12236> /@localedir@/p 12237> /@mandir@/p 12238> ' 12239> case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 12240> *datarootdir*) ac_datarootdir_seen=yes;; 12241> *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 12242> { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 12243> $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 12244> _ACEOF 12245> cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 12246> ac_datarootdir_hack=' 12247> s&@datadir@&$datadir&g 12248> s&@docdir@&$docdir&g 12249> s&@infodir@&$infodir&g 12250> s&@localedir@&$localedir&g 12251> s&@mandir@&$mandir&g 12252> s&\\\${datarootdir}&$datarootdir&g' ;; 12253> esac 12254> _ACEOF 12255> 12256> # Neutralize VPATH when `$srcdir' = `.'. 12257> # Shell code in configure.ac might set extrasub. 12258> # FIXME: do we really want to maintain this feature? 12259> cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 12260> ac_sed_extra="$ac_vpsub 12261> $extrasub 12262> _ACEOF 12263> cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 12264> :t 12265> /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 12266> s|@configure_input@|$ac_sed_conf_input|;t t 12267> s&@top_builddir@&$ac_top_builddir_sub&;t t 12268> s&@top_build_prefix@&$ac_top_build_prefix&;t t 12269> s&@srcdir@&$ac_srcdir&;t t 12270> s&@abs_srcdir@&$ac_abs_srcdir&;t t 12271> s&@top_srcdir@&$ac_top_srcdir&;t t 12272> s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 12273> s&@builddir@&$ac_builddir&;t t 12274> s&@abs_builddir@&$ac_abs_builddir&;t t 12275> s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 12276> s&@INSTALL@&$ac_INSTALL&;t t 12277> $ac_datarootdir_hack 12278> " 12279> eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 12280> || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 12281> $as_echo "$as_me: error: could not create $ac_file" >&2;} 12282> { (exit 1); exit 1; }; } 12283> 12284> test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 12285> { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 12286> { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 12287> { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 12288> which seems to be undefined. Please make sure it is defined." >&5 12289> $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 12290> which seems to be undefined. Please make sure it is defined." >&2;} 12291> 12292> rm -f "$tmp/stdin" 12293> case $ac_file in 12294> -) cat "$tmp/out" && rm -f "$tmp/out";; 12295> *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 12296> esac \ 12297> || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 12298> $as_echo "$as_me: error: could not create $ac_file" >&2;} 12299> { (exit 1); exit 1; }; } 12300> ;; 12301> :H) 12302> # 12303> # CONFIG_HEADER 12304> # 12305> if test x"$ac_file" != x-; then 12306> { 12307> $as_echo "/* $configure_input */" \ 12308> && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 12309> } >"$tmp/config.h" \ 12310> || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 12311> $as_echo "$as_me: error: could not create $ac_file" >&2;} 12312> { (exit 1); exit 1; }; } 12313> if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 12314> { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 12315> $as_echo "$as_me: $ac_file is unchanged" >&6;} 12316> else 12317> rm -f "$ac_file" 12318> mv "$tmp/config.h" "$ac_file" \ 12319> || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 12320> $as_echo "$as_me: error: could not create $ac_file" >&2;} 12321> { (exit 1); exit 1; }; } 123224624,4625c10453,10458 12323< rm -f $ac_file 12324< mv conftest.h $ac_file 12325--- 12326> else 12327> $as_echo "/* $configure_input */" \ 12328> && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 12329> || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 12330> $as_echo "$as_me: error: could not create -" >&2;} 12331> { (exit 1); exit 1; }; } 123324627c10460,10461 12333< fi; done 12334--- 12335> ;; 12336> 123374629,4630c10463,10465 12338< EOF 12339< cat >> $CONFIG_STATUS <<EOF 12340--- 12341> esac 12342> 12343> done # for ac_tag 123444632,4633d10466 12345< EOF 12346< cat >> $CONFIG_STATUS <<\EOF 123474635,4636c10468,10469 12348< exit 0 12349< EOF 12350--- 12351> { (exit 0); exit 0; } 12352> _ACEOF 123534638,4639c10471,10502 12354< rm -fr confdefs* $ac_clean_files 12355< test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 12356--- 12357> ac_clean_files=$ac_clean_files_save 12358> 12359> test $ac_write_fail = 0 || 12360> { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 12361> $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} 12362> { (exit 1); exit 1; }; } 12363> 12364> 12365> # configure is writing to config.log, and then calls config.status. 12366> # config.status does its own redirection, appending to config.log. 12367> # Unfortunately, on DOS this fails, as config.log is still kept open 12368> # by configure, so config.status won't be able to write to it; its 12369> # output is simply discarded. So we exec the FD to /dev/null, 12370> # effectively closing config.log, so it can be properly (re)opened and 12371> # appended to by config.status. When coming back to configure, we 12372> # need to make the FD available again. 12373> if test "$no_create" != yes; then 12374> ac_cs_success=: 12375> ac_config_status_args= 12376> test "$silent" = yes && 12377> ac_config_status_args="$ac_config_status_args --quiet" 12378> exec 5>/dev/null 12379> $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 12380> exec 5>>config.log 12381> # Use ||, not &&, to avoid exiting from the if with $? = 1, which 12382> # would make configure fail if this is the last instruction. 12383> $ac_cs_success || { (exit 1); exit 1; } 12384> fi 12385> if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 12386> { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 12387> $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 12388> fi 12389