Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: source/configure

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/config/mh-solaris-gcc ('k') | source/configure.ac » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.68. 3 # Generated by GNU Autoconf 2.69 for ICU 54.1.
4 # 4 #
5 # Copyright (c) 1999-2013, International Business Machines Corporation and othe rs. All Rights Reserved. 5 # Report bugs to <http://icu-project.org/bugs>.
6 #
7 # Copyright (c) 1999-2014, International Business Machines Corporation and othe rs. All Rights Reserved.
6 # 8 #
7 # 9 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 10 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10 # Foundation, Inc.
11 # 11 #
12 # 12 #
13 # This configure script is free software; the Free Software Foundation 13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it. 14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ## 15 ## -------------------- ##
16 ## M4sh Initialization. ## 16 ## M4sh Initialization. ##
17 ## -------------------- ## 17 ## -------------------- ##
18 18
19 # Be more Bourne compatible 19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh 20 DUALCASE=1; export DUALCASE # for MKS sh
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 129
130 # NLS nuisances. 130 # NLS nuisances.
131 LC_ALL=C 131 LC_ALL=C
132 export LC_ALL 132 export LC_ALL
133 LANGUAGE=C 133 LANGUAGE=C
134 export LANGUAGE 134 export LANGUAGE
135 135
136 # CDPATH. 136 # CDPATH.
137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 138
139 # Use a proper internal environment variable to ensure we don't fall
140 # into an infinite loop, continuously re-executing ourselves.
141 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
142 _as_can_reexec=no; export _as_can_reexec;
143 # We cannot yet assume a decent shell, so we have to provide a
144 # neutralization value for shells without unset; and this also
145 # works around shells that cannot unset nonexistent variables.
146 # Preserve -v and -x to the replacement shell.
147 BASH_ENV=/dev/null
148 ENV=/dev/null
149 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
150 case $- in # ((((
151 *v*x* | *x*v* ) as_opts=-vx ;;
152 *v* ) as_opts=-v ;;
153 *x* ) as_opts=-x ;;
154 * ) as_opts= ;;
155 esac
156 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
157 # Admittedly, this is quite paranoid, since all the known shells bail
158 # out after a failed `exec'.
159 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 as_fn_exit 255
161 fi
162 # We don't want this to propagate to other subprocesses.
163 { _as_can_reexec=; unset _as_can_reexec;}
139 if test "x$CONFIG_SHELL" = x; then 164 if test "x$CONFIG_SHELL" = x; then
140 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev /null 2>&1; then : 165 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev /null 2>&1; then :
141 emulate sh 166 emulate sh
142 NULLCMD=: 167 NULLCMD=:
143 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 168 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
144 # is contrary to our usage. Disable this feature. 169 # is contrary to our usage. Disable this feature.
145 alias -g '\${1+\"\$@\"}'='\"\$@\"' 170 alias -g '\${1+\"\$@\"}'='\"\$@\"'
146 setopt NO_GLOB_SUBST 171 setopt NO_GLOB_SUBST
147 else 172 else
148 case \`(set -o) 2>/dev/null\` in #( 173 case \`(set -o) 2>/dev/null\` in #(
(...skipping 13 matching lines...) Expand all
162 exitcode=0 187 exitcode=0
163 as_fn_success || { exitcode=1; echo as_fn_success failed.; } 188 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
164 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 189 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
165 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 190 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
166 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 191 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
167 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 192 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 193
169 else 194 else
170 exitcode=1; echo positional parameters were not saved. 195 exitcode=1; echo positional parameters were not saved.
171 fi 196 fi
172 test x\$exitcode = x0 || exit 1" 197 test x\$exitcode = x0 || exit 1
198 test -x / || exit 1"
173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$ as_suggested" as_lineno_1a=\$LINENO 199 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$ as_suggested" as_lineno_1a=\$LINENO
174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as _lineno_2a=\$LINENO 200 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as _lineno_2a=\$LINENO
175 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 201 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 202 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
177 test \$(( 1 + 1 )) = 2 || exit 1" 203 test \$(( 1 + 1 )) = 2 || exit 1"
178 if (eval "$as_required") 2>/dev/null; then : 204 if (eval "$as_required") 2>/dev/null; then :
179 as_have_required=yes 205 as_have_required=yes
180 else 206 else
181 as_have_required=no 207 as_have_required=no
182 fi 208 fi
(...skipping 24 matching lines...) Expand all
207 as_found=false 233 as_found=false
208 done 234 done
209 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 235 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
210 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHEL L"; } 2>/dev/null; then : 236 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHEL L"; } 2>/dev/null; then :
211 CONFIG_SHELL=$SHELL as_have_required=yes 237 CONFIG_SHELL=$SHELL as_have_required=yes
212 fi; } 238 fi; }
213 IFS=$as_save_IFS 239 IFS=$as_save_IFS
214 240
215 241
216 if test "x$CONFIG_SHELL" != x; then : 242 if test "x$CONFIG_SHELL" != x; then :
217 # We cannot yet assume a decent shell, so we have to provide a 243 export CONFIG_SHELL
218 » # neutralization value for shells without unset; and this also 244 # We cannot yet assume a decent shell, so we have to provide a
219 » # works around shells that cannot unset nonexistent variables. 245 # neutralization value for shells without unset; and this also
220 » # Preserve -v and -x to the replacement shell. 246 # works around shells that cannot unset nonexistent variables.
221 » BASH_ENV=/dev/null 247 # Preserve -v and -x to the replacement shell.
222 » ENV=/dev/null 248 BASH_ENV=/dev/null
223 » (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 249 ENV=/dev/null
224 » export CONFIG_SHELL 250 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
225 » case $- in # (((( 251 case $- in # ((((
226 » *v*x* | *x*v* ) as_opts=-vx ;; 252 *v*x* | *x*v* ) as_opts=-vx ;;
227 » *v* ) as_opts=-v ;; 253 *v* ) as_opts=-v ;;
228 » *x* ) as_opts=-x ;; 254 *x* ) as_opts=-x ;;
229 » * ) as_opts= ;; 255 * ) as_opts= ;;
230 » esac 256 esac
231 » exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 257 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
258 # Admittedly, this is quite paranoid, since all the known shells bail
259 # out after a failed `exec'.
260 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
261 exit 255
232 fi 262 fi
233 263
234 if test x$as_have_required = xno; then : 264 if test x$as_have_required = xno; then :
235 $as_echo "$0: This script requires a shell more modern than all" 265 $as_echo "$0: This script requires a shell more modern than all"
236 $as_echo "$0: the shells that I found on your system." 266 $as_echo "$0: the shells that I found on your system."
237 if test x${ZSH_VERSION+set} = xset ; then 267 if test x${ZSH_VERSION+set} = xset ; then
238 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 268 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
239 $as_echo "$0: be upgraded to zsh 4.3.4 or later." 269 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
240 else 270 else
241 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, 271 $as_echo "$0: Please tell bug-autoconf@gnu.org and
272 $0: http://icu-project.org/bugs about your system,
242 $0: including any error possibly output before this 273 $0: including any error possibly output before this
243 $0: message. Then install a modern shell, or manually run 274 $0: message. Then install a modern shell, or manually run
244 $0: the script under such a shell if you do have one." 275 $0: the script under such a shell if you do have one."
245 fi 276 fi
246 exit 1 277 exit 1
247 fi 278 fi
248 fi 279 fi
249 fi 280 fi
250 SHELL=${CONFIG_SHELL-/bin/sh} 281 SHELL=${CONFIG_SHELL-/bin/sh}
251 export SHELL 282 export SHELL
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 q 354 q
324 } 355 }
325 s/.*/./; q'` 356 s/.*/./; q'`
326 test -d "$as_dir" && break 357 test -d "$as_dir" && break
327 done 358 done
328 test -z "$as_dirs" || eval "mkdir $as_dirs" 359 test -z "$as_dirs" || eval "mkdir $as_dirs"
329 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 360 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
330 361
331 362
332 } # as_fn_mkdir_p 363 } # as_fn_mkdir_p
364
365 # as_fn_executable_p FILE
366 # -----------------------
367 # Test if FILE is an executable regular file.
368 as_fn_executable_p ()
369 {
370 test -f "$1" && test -x "$1"
371 } # as_fn_executable_p
333 # as_fn_append VAR VALUE 372 # as_fn_append VAR VALUE
334 # ---------------------- 373 # ----------------------
335 # Append the text in VALUE to the end of the definition contained in VAR. Take 374 # Append the text in VALUE to the end of the definition contained in VAR. Take
336 # advantage of any shell optimizations that allow amortized linear growth over 375 # advantage of any shell optimizations that allow amortized linear growth over
337 # repeated appends, instead of the typical quadratic growth present in naive 376 # repeated appends, instead of the typical quadratic growth present in naive
338 # implementations. 377 # implementations.
339 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 378 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
340 eval 'as_fn_append () 379 eval 'as_fn_append ()
341 { 380 {
342 eval $1+=\$2 381 eval $1+=\$2
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 :lineno 483 :lineno
445 N 484 N
446 :loop 485 :loop
447 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 486 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
448 t loop 487 t loop
449 s/-\n.*// 488 s/-\n.*//
450 ' >$as_me.lineno && 489 ' >$as_me.lineno &&
451 chmod +x "$as_me.lineno" || 490 chmod +x "$as_me.lineno" ||
452 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX s hell" >&2; as_fn_exit 1; } 491 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX s hell" >&2; as_fn_exit 1; }
453 492
493 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
494 # already done that, so ensure we don't try to do so again and fall
495 # in an infinite loop. This has already happened in practice.
496 _as_can_reexec=no; export _as_can_reexec
454 # Don't try to exec as it changes $[0], causing all sort of problems 497 # Don't try to exec as it changes $[0], causing all sort of problems
455 # (the dirname of $[0] is not the place where we might find the 498 # (the dirname of $[0] is not the place where we might find the
456 # original and so on. Autoconf is especially sensitive to this). 499 # original and so on. Autoconf is especially sensitive to this).
457 . "./$as_me.lineno" 500 . "./$as_me.lineno"
458 # Exit status is that of the last command. 501 # Exit status is that of the last command.
459 exit 502 exit
460 } 503 }
461 504
462 ECHO_C= ECHO_N= ECHO_T= 505 ECHO_C= ECHO_N= ECHO_T=
463 case `echo -n x` in #((((( 506 case `echo -n x` in #(((((
(...skipping 14 matching lines...) Expand all
478 else 521 else
479 rm -f conf$$.dir 522 rm -f conf$$.dir
480 mkdir conf$$.dir 2>/dev/null 523 mkdir conf$$.dir 2>/dev/null
481 fi 524 fi
482 if (echo >conf$$.file) 2>/dev/null; then 525 if (echo >conf$$.file) 2>/dev/null; then
483 if ln -s conf$$.file conf$$ 2>/dev/null; then 526 if ln -s conf$$.file conf$$ 2>/dev/null; then
484 as_ln_s='ln -s' 527 as_ln_s='ln -s'
485 # ... but there are two gotchas: 528 # ... but there are two gotchas:
486 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 529 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
487 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 530 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
488 # In both cases, we have to default to `cp -p'. 531 # In both cases, we have to default to `cp -pR'.
489 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 532 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
490 as_ln_s='cp -p' 533 as_ln_s='cp -pR'
491 elif ln conf$$.file conf$$ 2>/dev/null; then 534 elif ln conf$$.file conf$$ 2>/dev/null; then
492 as_ln_s=ln 535 as_ln_s=ln
493 else 536 else
494 as_ln_s='cp -p' 537 as_ln_s='cp -pR'
495 fi 538 fi
496 else 539 else
497 as_ln_s='cp -p' 540 as_ln_s='cp -pR'
498 fi 541 fi
499 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 542 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
500 rmdir conf$$.dir 2>/dev/null 543 rmdir conf$$.dir 2>/dev/null
501 544
502 if mkdir -p . 2>/dev/null; then 545 if mkdir -p . 2>/dev/null; then
503 as_mkdir_p='mkdir -p "$as_dir"' 546 as_mkdir_p='mkdir -p "$as_dir"'
504 else 547 else
505 test -d ./-p && rmdir ./-p 548 test -d ./-p && rmdir ./-p
506 as_mkdir_p=false 549 as_mkdir_p=false
507 fi 550 fi
508 551
509 if test -x / >/dev/null 2>&1; then 552 as_test_x='test -x'
510 as_test_x='test -x' 553 as_executable_p=as_fn_executable_p
511 else
512 if ls -dL / >/dev/null 2>&1; then
513 as_ls_L_option=L
514 else
515 as_ls_L_option=
516 fi
517 as_test_x='
518 eval sh -c '\''
519 if test -d "$1"; then
520 » test -d "$1/.";
521 else
522 » case $1 in #(
523 » -*)set "./$1";;
524 » esac;
525 » case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
526 » ???[sx]*):;;*)false;;esac;fi
527 '\'' sh
528 '
529 fi
530 as_executable_p=$as_test_x
531 554
532 # Sed expression to map a string onto a valid CPP name. 555 # Sed expression to map a string onto a valid CPP name.
533 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 556 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
534 557
535 # Sed expression to map a string onto a valid variable name. 558 # Sed expression to map a string onto a valid variable name.
536 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 559 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
537 560
538 561
539 test -n "$DJDIR" || exec 7<&0 </dev/null 562 test -n "$DJDIR" || exec 7<&0 </dev/null
540 exec 6>&1 563 exec 6>&1
541 564
542 # Name of the host. 565 # Name of the host.
543 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, 566 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
544 # so uname gets run too. 567 # so uname gets run too.
545 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 568 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
546 569
547 # 570 #
548 # Initializations. 571 # Initializations.
549 # 572 #
550 ac_default_prefix=/usr/local 573 ac_default_prefix=/usr/local
551 ac_clean_files= 574 ac_clean_files=
552 ac_config_libobj_dir=. 575 ac_config_libobj_dir=.
553 LIBOBJS= 576 LIBOBJS=
554 cross_compiling=no 577 cross_compiling=no
555 subdirs= 578 subdirs=
556 MFLAGS= 579 MFLAGS=
557 MAKEFLAGS= 580 MAKEFLAGS=
558 581
559 # Identity of this package. 582 # Identity of this package.
560 PACKAGE_NAME= 583 PACKAGE_NAME='ICU'
561 PACKAGE_TARNAME= 584 PACKAGE_TARNAME='International Components for Unicode'
562 PACKAGE_VERSION= 585 PACKAGE_VERSION='54.1'
563 PACKAGE_STRING= 586 PACKAGE_STRING='ICU 54.1'
564 PACKAGE_BUGREPORT= 587 PACKAGE_BUGREPORT='http://icu-project.org/bugs'
565 PACKAGE_URL= 588 PACKAGE_URL='http://icu-project.org'
566 589
567 ac_unique_file="ICU"
568 ac_unique_file="common/unicode/utypes.h" 590 ac_unique_file="common/unicode/utypes.h"
569 # Factoring default headers for most tests. 591 # Factoring default headers for most tests.
570 ac_includes_default="\ 592 ac_includes_default="\
571 #include <stdio.h> 593 #include <stdio.h>
572 #ifdef HAVE_SYS_TYPES_H 594 #ifdef HAVE_SYS_TYPES_H
573 # include <sys/types.h> 595 # include <sys/types.h>
574 #endif 596 #endif
575 #ifdef HAVE_SYS_STAT_H 597 #ifdef HAVE_SYS_STAT_H
576 # include <sys/stat.h> 598 # include <sys/stat.h>
577 #endif 599 #endif
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 ICUDATA_CHAR 637 ICUDATA_CHAR
616 SAMPLES_TRUE 638 SAMPLES_TRUE
617 TESTS_TRUE 639 TESTS_TRUE
618 ICULIBSUFFIXCNAME 640 ICULIBSUFFIXCNAME
619 U_HAVE_LIB_SUFFIX 641 U_HAVE_LIB_SUFFIX
620 ICULIBSUFFIX 642 ICULIBSUFFIX
621 DATA_PACKAGING_MODE 643 DATA_PACKAGING_MODE
622 thepkgicudatadir 644 thepkgicudatadir
623 pkgicudatadir 645 pkgicudatadir
624 TOOLS_TRUE 646 TOOLS_TRUE
647 LAYOUTEX_TRUE
625 LAYOUT_TRUE 648 LAYOUT_TRUE
626 ICUIO_TRUE 649 ICUIO_TRUE
627 EXTRAS_TRUE 650 EXTRAS_TRUE
628 U_HAVE_WCSCPY 651 U_HAVE_WCSCPY
629 U_HAVE_WCHAR_H 652 U_HAVE_WCHAR_H
630 U_TIMEZONE 653 U_TIMEZONE
631 U_HAVE_TIMEZONE 654 U_HAVE_TIMEZONE
632 U_TZNAME 655 U_TZNAME
633 U_HAVE_TZNAME 656 U_HAVE_TZNAME
634 U_TZSET 657 U_TZSET
(...skipping 27 matching lines...) Expand all
662 EGREP 685 EGREP
663 GREP 686 GREP
664 DOXYGEN 687 DOXYGEN
665 cross_buildroot 688 cross_buildroot
666 U_MAKE 689 U_MAKE
667 cross_compiling 690 cross_compiling
668 INSTALL_DATA 691 INSTALL_DATA
669 INSTALL_SCRIPT 692 INSTALL_SCRIPT
670 INSTALL_PROGRAM 693 INSTALL_PROGRAM
671 CPP 694 CPP
695 ICULEHB_LIBS
696 ICULEHB_CFLAGS
697 PKG_CONFIG
672 ac_ct_CXX 698 ac_ct_CXX
673 CXXFLAGS 699 CXXFLAGS
674 CXX 700 CXX
675 OBJEXT 701 OBJEXT
676 EXEEXT 702 EXEEXT
677 ac_ct_CC 703 ac_ct_CC
678 LDFLAGS 704 LDFLAGS
679 CFLAGS 705 CFLAGS
680 CC 706 CC
681 ENABLE_RELEASE 707 ENABLE_RELEASE
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 enable_auto_cleanup 775 enable_auto_cleanup
750 enable_draft 776 enable_draft
751 enable_renaming 777 enable_renaming
752 enable_tracing 778 enable_tracing
753 enable_dyload 779 enable_dyload
754 enable_rpath 780 enable_rpath
755 enable_weak_threads 781 enable_weak_threads
756 enable_extras 782 enable_extras
757 enable_icuio 783 enable_icuio
758 enable_layout 784 enable_layout
785 enable_layoutex
759 enable_tools 786 enable_tools
760 with_data_packaging 787 with_data_packaging
761 with_library_suffix 788 with_library_suffix
762 enable_tests 789 enable_tests
763 enable_samples 790 enable_samples
764 ' 791 '
765 ac_precious_vars='build_alias 792 ac_precious_vars='build_alias
766 host_alias 793 host_alias
767 target_alias 794 target_alias
768 CC 795 CC
769 CFLAGS 796 CFLAGS
770 LDFLAGS 797 LDFLAGS
771 LIBS 798 LIBS
772 CPPFLAGS 799 CPPFLAGS
773 CXX 800 CXX
774 CXXFLAGS 801 CXXFLAGS
775 CCC 802 CCC
803 PKG_CONFIG
804 ICULEHB_CFLAGS
805 ICULEHB_LIBS
776 CPP' 806 CPP'
777 807
778 808
779 # Initialize some variables set by options. 809 # Initialize some variables set by options.
780 ac_init_help= 810 ac_init_help=
781 ac_init_version=false 811 ac_init_version=false
782 ac_unrecognized_opts= 812 ac_unrecognized_opts=
783 ac_unrecognized_sep= 813 ac_unrecognized_sep=
784 # The variables have the same names as the options, with 814 # The variables have the same names as the options, with
785 # dashes changed to underlines. 815 # dashes changed to underlines.
(...skipping 21 matching lines...) Expand all
807 bindir='${exec_prefix}/bin' 837 bindir='${exec_prefix}/bin'
808 sbindir='${exec_prefix}/sbin' 838 sbindir='${exec_prefix}/sbin'
809 libexecdir='${exec_prefix}/libexec' 839 libexecdir='${exec_prefix}/libexec'
810 datarootdir='${prefix}/share' 840 datarootdir='${prefix}/share'
811 datadir='${datarootdir}' 841 datadir='${datarootdir}'
812 sysconfdir='${prefix}/etc' 842 sysconfdir='${prefix}/etc'
813 sharedstatedir='${prefix}/com' 843 sharedstatedir='${prefix}/com'
814 localstatedir='${prefix}/var' 844 localstatedir='${prefix}/var'
815 includedir='${prefix}/include' 845 includedir='${prefix}/include'
816 oldincludedir='/usr/include' 846 oldincludedir='/usr/include'
817 docdir='${datarootdir}/doc/${PACKAGE}' 847 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
818 infodir='${datarootdir}/info' 848 infodir='${datarootdir}/info'
819 htmldir='${docdir}' 849 htmldir='${docdir}'
820 dvidir='${docdir}' 850 dvidir='${docdir}'
821 pdfdir='${docdir}' 851 pdfdir='${docdir}'
822 psdir='${docdir}' 852 psdir='${docdir}'
823 libdir='${exec_prefix}/lib' 853 libdir='${exec_prefix}/lib'
824 localedir='${datarootdir}/locale' 854 localedir='${datarootdir}/locale'
825 mandir='${datarootdir}/man' 855 mandir='${datarootdir}/man'
826 856
827 ac_prev= 857 ac_prev=
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
1222 # used to hold the argument of --host etc. 1252 # used to hold the argument of --host etc.
1223 # FIXME: To remove some day. 1253 # FIXME: To remove some day.
1224 build=$build_alias 1254 build=$build_alias
1225 host=$host_alias 1255 host=$host_alias
1226 target=$target_alias 1256 target=$target_alias
1227 1257
1228 # FIXME: To remove some day. 1258 # FIXME: To remove some day.
1229 if test "x$host_alias" != x; then 1259 if test "x$host_alias" != x; then
1230 if test "x$build_alias" = x; then 1260 if test "x$build_alias" = x; then
1231 cross_compiling=maybe 1261 cross_compiling=maybe
1232 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1233 If a cross compiler is detected then cross compile mode will be used" >&2
1234 elif test "x$build_alias" != "x$host_alias"; then 1262 elif test "x$build_alias" != "x$host_alias"; then
1235 cross_compiling=yes 1263 cross_compiling=yes
1236 fi 1264 fi
1237 fi 1265 fi
1238 1266
1239 ac_tool_prefix= 1267 ac_tool_prefix=
1240 test -n "$host_alias" && ac_tool_prefix=$host_alias- 1268 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1241 1269
1242 test "$silent" = yes && exec 6>/dev/null 1270 test "$silent" = yes && exec 6>/dev/null
1243 1271
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
1309 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1337 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1310 done 1338 done
1311 1339
1312 # 1340 #
1313 # Report the --help message. 1341 # Report the --help message.
1314 # 1342 #
1315 if test "$ac_init_help" = "long"; then 1343 if test "$ac_init_help" = "long"; then
1316 # Omit some internal or obsolete options to make the list less imposing. 1344 # Omit some internal or obsolete options to make the list less imposing.
1317 # This message is too long to be a string in the A/UX 3.1 sh. 1345 # This message is too long to be a string in the A/UX 3.1 sh.
1318 cat <<_ACEOF 1346 cat <<_ACEOF
1319 \`configure' configures this package to adapt to many kinds of systems. 1347 \`configure' configures ICU 54.1 to adapt to many kinds of systems.
1320 1348
1321 Usage: $0 [OPTION]... [VAR=VALUE]... 1349 Usage: $0 [OPTION]... [VAR=VALUE]...
1322 1350
1323 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1351 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1324 VAR=VALUE. See below for descriptions of some of the useful variables. 1352 VAR=VALUE. See below for descriptions of some of the useful variables.
1325 1353
1326 Defaults for the options are specified in brackets. 1354 Defaults for the options are specified in brackets.
1327 1355
1328 Configuration: 1356 Configuration:
1329 -h, --help display this help and exit 1357 -h, --help display this help and exit
(...skipping 27 matching lines...) Expand all
1357 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1385 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1358 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1386 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1359 --libdir=DIR object code libraries [EPREFIX/lib] 1387 --libdir=DIR object code libraries [EPREFIX/lib]
1360 --includedir=DIR C header files [PREFIX/include] 1388 --includedir=DIR C header files [PREFIX/include]
1361 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1389 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1362 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1390 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1363 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1391 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1364 --infodir=DIR info documentation [DATAROOTDIR/info] 1392 --infodir=DIR info documentation [DATAROOTDIR/info]
1365 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1393 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1366 --mandir=DIR man documentation [DATAROOTDIR/man] 1394 --mandir=DIR man documentation [DATAROOTDIR/man]
1367 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] 1395 --docdir=DIR documentation root [DATAROOTDIR/doc/International
1396 Components for Unicode]
1368 --htmldir=DIR html documentation [DOCDIR] 1397 --htmldir=DIR html documentation [DOCDIR]
1369 --dvidir=DIR dvi documentation [DOCDIR] 1398 --dvidir=DIR dvi documentation [DOCDIR]
1370 --pdfdir=DIR pdf documentation [DOCDIR] 1399 --pdfdir=DIR pdf documentation [DOCDIR]
1371 --psdir=DIR ps documentation [DOCDIR] 1400 --psdir=DIR ps documentation [DOCDIR]
1372 _ACEOF 1401 _ACEOF
1373 1402
1374 cat <<\_ACEOF 1403 cat <<\_ACEOF
1375 1404
1376 System types: 1405 System types:
1377 --build=BUILD configure for building on BUILD [guessed] 1406 --build=BUILD configure for building on BUILD [guessed]
1378 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1407 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1379 _ACEOF 1408 _ACEOF
1380 fi 1409 fi
1381 1410
1382 if test -n "$ac_init_help"; then 1411 if test -n "$ac_init_help"; then
1383 1412 case $ac_init_help in
1413 short | recursive ) echo "Configuration of ICU 54.1:";;
1414 esac
1384 cat <<\_ACEOF 1415 cat <<\_ACEOF
1385 1416
1386 Optional Features: 1417 Optional Features:
1387 --disable-option-checking ignore unrecognized --enable/--with options 1418 --disable-option-checking ignore unrecognized --enable/--with options
1388 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1419 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1389 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1420 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1390 --enable-debug build debug libraries and enable the U_DEBUG define de fault=no 1421 --enable-debug build debug libraries and enable the U_DEBUG define de fault=no
1391 --enable-release build release libraries default=yes 1422 --enable-release build release libraries default=yes
1392 --enable-strict compile with strict compiler options default=yes 1423 --enable-strict compile with strict compiler options default=yes
1393 --enable-64bit-libs (deprecated, use --with-library-bits) build 64-bit lib raries default= platform default 1424 --enable-64bit-libs (deprecated, use --with-library-bits) build 64-bit lib raries default= platform default
1394 --enable-shared build shared libraries default=yes 1425 --enable-shared build shared libraries default=yes
1395 --enable-static build static libraries default=no 1426 --enable-static build static libraries default=no
1396 --enable-auto-cleanup enable auto cleanup of libraries default=no 1427 --enable-auto-cleanup enable auto cleanup of libraries default=no
1397 --enable-draft enable draft APIs (and internal APIs) default=yes 1428 --enable-draft enable draft APIs (and internal APIs) default=yes
1398 --enable-renaming add a version suffix to symbols default=yes 1429 --enable-renaming add a version suffix to symbols default=yes
1399 --enable-tracing enable function and data tracing default=no 1430 --enable-tracing enable function and data tracing default=no
1400 --disable-dyload disable dynamic loading default=no 1431 --disable-dyload disable dynamic loading default=no
1401 --enable-rpath use rpath when linking default is only if necessary 1432 --enable-rpath use rpath when linking default is only if necessary
1402 --enable-weak-threads weakly reference the threading library default=no 1433 --enable-weak-threads weakly reference the threading library default=no
1403 --enable-extras build ICU extras default=yes 1434 --enable-extras build ICU extras default=yes
1404 --enable-icuio build ICU's icuio library default=yes 1435 --enable-icuio build ICU's icuio library default=yes
1405 --enable-layout build ICU's layout library default=yes 1436 --enable-layout build ICU's DEPRECATED layout library default=yes
1437 --enable-layoutex build ICU's Paragraph Layout library default=same-as -layout.
1438 If not building with the ICU Layout library, then icu-le-hb must be installed via pkg-config.
1439 See http://harfbuzz.org
1406 --enable-tools build ICU's tools default=yes 1440 --enable-tools build ICU's tools default=yes
1407 --enable-tests build ICU tests default=yes 1441 --enable-tests build ICU tests default=yes
1408 --enable-samples build ICU samples default=yes 1442 --enable-samples build ICU samples default=yes
1409 1443
1410 Additionally, the variable FORCE_LIBS may be set before calling configure. 1444 Additionally, the variable FORCE_LIBS may be set before calling configure.
1411 If set, it will REPLACE any automatic list of libraries. 1445 If set, it will REPLACE any automatic list of libraries.
1412 1446
1413 Optional Packages: 1447 Optional Packages:
1414 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1448 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1415 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1449 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1416 --with-cross-build=dir specify an absolute path to the build directory of an I CU built for the current platform default=no cross dir 1450 --with-cross-build=dir specify an absolute path to the build directory of an I CU built for the current platform default=no cross dir
1417 --with-library-bits=bits specify how many bits to use for the library (32, 64, 64else32, nochange) default=nochange 1451 --with-library-bits=bits specify how many bits to use for the library (32, 64, 64else32, nochange) default=nochange
1418 --with-data-packaging=type specify how to package ICU data (files, archive, li brary, static, auto) default=auto 1452 --with-data-packaging specify how to package ICU data. Possible values:
1453 files raw files (.res, etc)
1454 archive build a single icudtXX.dat file
1455 library shared library (.dll/.so/etc.)
1456 static static library (.a/.lib/etc.)
1457 auto build shared if possible (default)
1458 See http://userguide.icu-project.org/icudata for more info.
1419 --with-library-suffix=suffix tag a suffix to the library names default= 1459 --with-library-suffix=suffix tag a suffix to the library names default=
1420 1460
1421 Some influential environment variables: 1461 Some influential environment variables:
1422 CC C compiler command 1462 CC C compiler command
1423 CFLAGS C compiler flags 1463 CFLAGS C compiler flags
1424 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1464 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1425 nonstandard directory <lib dir> 1465 nonstandard directory <lib dir>
1426 LIBS libraries to pass to the linker, e.g. -l<library> 1466 LIBS libraries to pass to the linker, e.g. -l<library>
1427 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if 1467 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1428 you have headers in a nonstandard directory <include dir> 1468 you have headers in a nonstandard directory <include dir>
1429 CXX C++ compiler command 1469 CXX C++ compiler command
1430 CXXFLAGS C++ compiler flags 1470 CXXFLAGS C++ compiler flags
1471 PKG_CONFIG path to pkg-config utility
1472 ICULEHB_CFLAGS
1473 C compiler flags for ICULEHB, overriding pkg-config
1474 ICULEHB_LIBS
1475 linker flags for ICULEHB, overriding pkg-config
1431 CPP C preprocessor 1476 CPP C preprocessor
1432 1477
1433 Use these variables to override the choices made by `configure' or to help 1478 Use these variables to override the choices made by `configure' or to help
1434 it to find libraries and programs with nonstandard names/locations. 1479 it to find libraries and programs with nonstandard names/locations.
1435 1480
1436 Report bugs to the package provider. 1481 Report bugs to <http://icu-project.org/bugs>.
1482 ICU home page: <http://icu-project.org>.
1437 _ACEOF 1483 _ACEOF
1438 ac_status=$? 1484 ac_status=$?
1439 fi 1485 fi
1440 1486
1441 if test "$ac_init_help" = "recursive"; then 1487 if test "$ac_init_help" = "recursive"; then
1442 # If there are subdirs, report their specific --help. 1488 # If there are subdirs, report their specific --help.
1443 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1489 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1444 test -d "$ac_dir" || 1490 test -d "$ac_dir" ||
1445 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1491 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1446 continue 1492 continue
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1489 else 1535 else
1490 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1536 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1491 fi || ac_status=$? 1537 fi || ac_status=$?
1492 cd "$ac_pwd" || { ac_status=$?; break; } 1538 cd "$ac_pwd" || { ac_status=$?; break; }
1493 done 1539 done
1494 fi 1540 fi
1495 1541
1496 test -n "$ac_init_help" && exit $ac_status 1542 test -n "$ac_init_help" && exit $ac_status
1497 if $ac_init_version; then 1543 if $ac_init_version; then
1498 cat <<\_ACEOF 1544 cat <<\_ACEOF
1499 configure 1545 ICU configure 54.1
1500 generated by GNU Autoconf 2.68 1546 generated by GNU Autoconf 2.69
1501 1547
1502 Copyright (C) 2010 Free Software Foundation, Inc. 1548 Copyright (C) 2012 Free Software Foundation, Inc.
1503 This configure script is free software; the Free Software Foundation 1549 This configure script is free software; the Free Software Foundation
1504 gives unlimited permission to copy, distribute and modify it. 1550 gives unlimited permission to copy, distribute and modify it.
1505 1551
1506 Copyright (c) 1999-2013, International Business Machines Corporation and others . All Rights Reserved. 1552 Copyright (c) 1999-2014, International Business Machines Corporation and others . All Rights Reserved.
1507 _ACEOF 1553 _ACEOF
1508 exit 1554 exit
1509 fi 1555 fi
1510 1556
1511 ## ------------------------ ## 1557 ## ------------------------ ##
1512 ## Autoconf initialization. ## 1558 ## Autoconf initialization. ##
1513 ## ------------------------ ## 1559 ## ------------------------ ##
1514 1560
1515 # ac_fn_c_try_compile LINENO 1561 # ac_fn_c_try_compile LINENO
1516 # -------------------------- 1562 # --------------------------
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1645 grep -v '^ *+' conftest.err >conftest.er1 1691 grep -v '^ *+' conftest.err >conftest.er1
1646 cat conftest.er1 >&5 1692 cat conftest.er1 >&5
1647 mv -f conftest.er1 conftest.err 1693 mv -f conftest.er1 conftest.err
1648 fi 1694 fi
1649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1695 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1650 test $ac_status = 0; } && { 1696 test $ac_status = 0; } && {
1651 test -z "$ac_cxx_werror_flag" || 1697 test -z "$ac_cxx_werror_flag" ||
1652 test ! -s conftest.err 1698 test ! -s conftest.err
1653 } && test -s conftest$ac_exeext && { 1699 } && test -s conftest$ac_exeext && {
1654 test "$cross_compiling" = yes || 1700 test "$cross_compiling" = yes ||
1655 » $as_test_x conftest$ac_exeext 1701 » test -x conftest$ac_exeext
1656 }; then : 1702 }; then :
1657 ac_retval=0 1703 ac_retval=0
1658 else 1704 else
1659 $as_echo "$as_me: failed program was:" >&5 1705 $as_echo "$as_me: failed program was:" >&5
1660 sed 's/^/| /' conftest.$ac_ext >&5 1706 sed 's/^/| /' conftest.$ac_ext >&5
1661 1707
1662 ac_retval=1 1708 ac_retval=1
1663 fi 1709 fi
1664 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1710 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1665 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1711 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1769 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1724 if test "$cross_compiling" = yes; then 1770 if test "$cross_compiling" = yes; then
1725 # Depending upon the size, compute the lo and hi bounds. 1771 # Depending upon the size, compute the lo and hi bounds.
1726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1727 /* end confdefs.h. */ 1773 /* end confdefs.h. */
1728 $4 1774 $4
1729 int 1775 int
1730 main () 1776 main ()
1731 { 1777 {
1732 static int test_array [1 - 2 * !(($2) >= 0)]; 1778 static int test_array [1 - 2 * !(($2) >= 0)];
1733 test_array [0] = 0 1779 test_array [0] = 0;
1780 return test_array [0];
1734 1781
1735 ; 1782 ;
1736 return 0; 1783 return 0;
1737 } 1784 }
1738 _ACEOF 1785 _ACEOF
1739 if ac_fn_c_try_compile "$LINENO"; then : 1786 if ac_fn_c_try_compile "$LINENO"; then :
1740 ac_lo=0 ac_mid=0 1787 ac_lo=0 ac_mid=0
1741 while :; do 1788 while :; do
1742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1743 /* end confdefs.h. */ 1790 /* end confdefs.h. */
1744 $4 1791 $4
1745 int 1792 int
1746 main () 1793 main ()
1747 { 1794 {
1748 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 1795 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1749 test_array [0] = 0 1796 test_array [0] = 0;
1797 return test_array [0];
1750 1798
1751 ; 1799 ;
1752 return 0; 1800 return 0;
1753 } 1801 }
1754 _ACEOF 1802 _ACEOF
1755 if ac_fn_c_try_compile "$LINENO"; then : 1803 if ac_fn_c_try_compile "$LINENO"; then :
1756 ac_hi=$ac_mid; break 1804 ac_hi=$ac_mid; break
1757 else 1805 else
1758 as_fn_arith $ac_mid + 1 && ac_lo=$as_val 1806 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1759 if test $ac_lo -le $ac_mid; then 1807 if test $ac_lo -le $ac_mid; then
1760 ac_lo= ac_hi= 1808 ac_lo= ac_hi=
1761 break 1809 break
1762 fi 1810 fi
1763 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val 1811 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1764 fi 1812 fi
1765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1766 done 1814 done
1767 else 1815 else
1768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1769 /* end confdefs.h. */ 1817 /* end confdefs.h. */
1770 $4 1818 $4
1771 int 1819 int
1772 main () 1820 main ()
1773 { 1821 {
1774 static int test_array [1 - 2 * !(($2) < 0)]; 1822 static int test_array [1 - 2 * !(($2) < 0)];
1775 test_array [0] = 0 1823 test_array [0] = 0;
1824 return test_array [0];
1776 1825
1777 ; 1826 ;
1778 return 0; 1827 return 0;
1779 } 1828 }
1780 _ACEOF 1829 _ACEOF
1781 if ac_fn_c_try_compile "$LINENO"; then : 1830 if ac_fn_c_try_compile "$LINENO"; then :
1782 ac_hi=-1 ac_mid=-1 1831 ac_hi=-1 ac_mid=-1
1783 while :; do 1832 while :; do
1784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1785 /* end confdefs.h. */ 1834 /* end confdefs.h. */
1786 $4 1835 $4
1787 int 1836 int
1788 main () 1837 main ()
1789 { 1838 {
1790 static int test_array [1 - 2 * !(($2) >= $ac_mid)]; 1839 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1791 test_array [0] = 0 1840 test_array [0] = 0;
1841 return test_array [0];
1792 1842
1793 ; 1843 ;
1794 return 0; 1844 return 0;
1795 } 1845 }
1796 _ACEOF 1846 _ACEOF
1797 if ac_fn_c_try_compile "$LINENO"; then : 1847 if ac_fn_c_try_compile "$LINENO"; then :
1798 ac_lo=$ac_mid; break 1848 ac_lo=$ac_mid; break
1799 else 1849 else
1800 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val 1850 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1801 if test $ac_mid -le $ac_hi; then 1851 if test $ac_mid -le $ac_hi; then
(...skipping 13 matching lines...) Expand all
1815 # Binary search between lo and hi bounds. 1865 # Binary search between lo and hi bounds.
1816 while test "x$ac_lo" != "x$ac_hi"; do 1866 while test "x$ac_lo" != "x$ac_hi"; do
1817 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val 1867 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1819 /* end confdefs.h. */ 1869 /* end confdefs.h. */
1820 $4 1870 $4
1821 int 1871 int
1822 main () 1872 main ()
1823 { 1873 {
1824 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 1874 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1825 test_array [0] = 0 1875 test_array [0] = 0;
1876 return test_array [0];
1826 1877
1827 ; 1878 ;
1828 return 0; 1879 return 0;
1829 } 1880 }
1830 _ACEOF 1881 _ACEOF
1831 if ac_fn_c_try_compile "$LINENO"; then : 1882 if ac_fn_c_try_compile "$LINENO"; then :
1832 ac_hi=$ac_mid 1883 ac_hi=$ac_mid
1833 else 1884 else
1834 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val 1885 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
1835 fi 1886 fi
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1942 grep -v '^ *+' conftest.err >conftest.er1 1993 grep -v '^ *+' conftest.err >conftest.er1
1943 cat conftest.er1 >&5 1994 cat conftest.er1 >&5
1944 mv -f conftest.er1 conftest.err 1995 mv -f conftest.er1 conftest.err
1945 fi 1996 fi
1946 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1997 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1947 test $ac_status = 0; } && { 1998 test $ac_status = 0; } && {
1948 test -z "$ac_c_werror_flag" || 1999 test -z "$ac_c_werror_flag" ||
1949 test ! -s conftest.err 2000 test ! -s conftest.err
1950 } && test -s conftest$ac_exeext && { 2001 } && test -s conftest$ac_exeext && {
1951 test "$cross_compiling" = yes || 2002 test "$cross_compiling" = yes ||
1952 » $as_test_x conftest$ac_exeext 2003 » test -x conftest$ac_exeext
1953 }; then : 2004 }; then :
1954 ac_retval=0 2005 ac_retval=0
1955 else 2006 else
1956 $as_echo "$as_me: failed program was:" >&5 2007 $as_echo "$as_me: failed program was:" >&5
1957 sed 's/^/| /' conftest.$ac_ext >&5 2008 sed 's/^/| /' conftest.$ac_ext >&5
1958 2009
1959 ac_retval=1 2010 ac_retval=1
1960 fi 2011 fi
1961 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 2012 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1962 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 2013 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
2031 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 2082 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2032 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} 2083 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2033 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 2084 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2034 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2; } 2085 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2; }
2035 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf docum entation" >&5 2086 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf docum entation" >&5
2036 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} 2087 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2037 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 2088 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2038 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" > &2;} 2089 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" > &2;}
2039 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the co mpiler's result" >&5 2090 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the co mpiler's result" >&5
2040 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 2091 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2092 ( $as_echo "## ------------------------------------------ ##
2093 ## Report this to http://icu-project.org/bugs ##
2094 ## ------------------------------------------ ##"
2095 ) | sed "s/^/$as_me: WARNING: /" >&2
2041 ;; 2096 ;;
2042 esac 2097 esac
2043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2044 $as_echo_n "checking for $2... " >&6; } 2099 $as_echo_n "checking for $2... " >&6; }
2045 if eval \${$3+:} false; then : 2100 if eval \${$3+:} false; then :
2046 $as_echo_n "(cached) " >&6 2101 $as_echo_n "(cached) " >&6
2047 else 2102 else
2048 eval "$3=\$ac_header_compiler" 2103 eval "$3=\$ac_header_compiler"
2049 fi 2104 fi
2050 eval ac_res=\$$3 2105 eval ac_res=\$$3
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
2172 eval ac_res=\$$3 2227 eval ac_res=\$$3
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2174 $as_echo "$ac_res" >&6; } 2229 $as_echo "$ac_res" >&6; }
2175 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2230 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2176 2231
2177 } # ac_fn_c_check_type 2232 } # ac_fn_c_check_type
2178 cat >config.log <<_ACEOF 2233 cat >config.log <<_ACEOF
2179 This file contains any messages produced by compilers while 2234 This file contains any messages produced by compilers while
2180 running configure, to aid debugging if configure makes a mistake. 2235 running configure, to aid debugging if configure makes a mistake.
2181 2236
2182 It was created by $as_me, which was 2237 It was created by ICU $as_me 54.1, which was
2183 generated by GNU Autoconf 2.68. Invocation command line was 2238 generated by GNU Autoconf 2.69. Invocation command line was
2184 2239
2185 $ $0 $@ 2240 $ $0 $@
2186 2241
2187 _ACEOF 2242 _ACEOF
2188 exec 5>>config.log 2243 exec 5>>config.log
2189 { 2244 {
2190 cat <<_ASUNAME 2245 cat <<_ASUNAME
2191 ## --------- ## 2246 ## --------- ##
2192 ## Platform. ## 2247 ## Platform. ##
2193 ## --------- ## 2248 ## --------- ##
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
2521 ## -------------------- ## 2576 ## -------------------- ##
2522 2577
2523 ac_ext=c 2578 ac_ext=c
2524 ac_cpp='$CPP $CPPFLAGS' 2579 ac_cpp='$CPP $CPPFLAGS'
2525 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2580 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2526 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5' 2581 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5'
2527 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2582 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2528 2583
2529 2584
2530 2585
2531 #TODO: IcuBug:8502
2532 #AC_INIT([ICU],
2533 # m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/unicode/uvernum.h]"),
2534 # [http://icu-project.org/bugs],
2535 # [International Components for Unicode],
2536 # [http://icu-project.org])
2537 2586
2538 2587
2539 2588
2540 PACKAGE="icu" 2589 PACKAGE="icu"
2541 2590
2542 2591
2543 # Use custom echo test for newline option 2592 # Use custom echo test for newline option
2544 # Current autoconf (2.65) gives incorrect echo newline option 2593 # Current autoconf (2.65) gives incorrect echo newline option
2545 # for icu-config 2594 # for icu-config
2546 # This may be removed later - mow (June 17, 2010) 2595 # This may be removed later - mow (June 17, 2010)
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
2775 else 2824 else
2776 if test -n "$CC"; then 2825 if test -n "$CC"; then
2777 ac_cv_prog_CC="$CC" # Let the user override the test. 2826 ac_cv_prog_CC="$CC" # Let the user override the test.
2778 else 2827 else
2779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2780 for as_dir in $PATH 2829 for as_dir in $PATH
2781 do 2830 do
2782 IFS=$as_save_IFS 2831 IFS=$as_save_IFS
2783 test -z "$as_dir" && as_dir=. 2832 test -z "$as_dir" && as_dir=.
2784 for ac_exec_ext in '' $ac_executable_extensions; do 2833 for ac_exec_ext in '' $ac_executable_extensions; do
2785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 2834 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2786 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2835 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 2836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
2788 break 2 2837 break 2
2789 fi 2838 fi
2790 done 2839 done
2791 done 2840 done
2792 IFS=$as_save_IFS 2841 IFS=$as_save_IFS
2793 2842
2794 fi 2843 fi
2795 fi 2844 fi
(...skipping 23 matching lines...) Expand all
2819 else 2868 else
2820 if test -n "$ac_ct_CC"; then 2869 if test -n "$ac_ct_CC"; then
2821 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2870 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2822 else 2871 else
2823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2824 for as_dir in $PATH 2873 for as_dir in $PATH
2825 do 2874 do
2826 IFS=$as_save_IFS 2875 IFS=$as_save_IFS
2827 test -z "$as_dir" && as_dir=. 2876 test -z "$as_dir" && as_dir=.
2828 for ac_exec_ext in '' $ac_executable_extensions; do 2877 for ac_exec_ext in '' $ac_executable_extensions; do
2829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 2878 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2830 ac_cv_prog_ac_ct_CC="$ac_prog" 2879 ac_cv_prog_ac_ct_CC="$ac_prog"
2831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 2880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
2832 break 2 2881 break 2
2833 fi 2882 fi
2834 done 2883 done
2835 done 2884 done
2836 IFS=$as_save_IFS 2885 IFS=$as_save_IFS
2837 2886
2838 fi 2887 fi
2839 fi 2888 fi
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
3263 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3312 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3264 if ${ac_cv_prog_cc_c89+:} false; then : 3313 if ${ac_cv_prog_cc_c89+:} false; then :
3265 $as_echo_n "(cached) " >&6 3314 $as_echo_n "(cached) " >&6
3266 else 3315 else
3267 ac_cv_prog_cc_c89=no 3316 ac_cv_prog_cc_c89=no
3268 ac_save_CC=$CC 3317 ac_save_CC=$CC
3269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3270 /* end confdefs.h. */ 3319 /* end confdefs.h. */
3271 #include <stdarg.h> 3320 #include <stdarg.h>
3272 #include <stdio.h> 3321 #include <stdio.h>
3273 #include <sys/types.h> 3322 struct stat;
3274 #include <sys/stat.h>
3275 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3323 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3276 struct buf { int x; }; 3324 struct buf { int x; };
3277 FILE * (*rcsopen) (struct buf *, struct stat *, int); 3325 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3278 static char *e (p, i) 3326 static char *e (p, i)
3279 char **p; 3327 char **p;
3280 int i; 3328 int i;
3281 { 3329 {
3282 return p[i]; 3330 return p[i];
3283 } 3331 }
3284 static char *f (char * (*g) (char **, int), char **p, ...) 3332 static char *f (char * (*g) (char **, int), char **p, ...)
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
3379 else 3427 else
3380 if test -n "$CXX"; then 3428 if test -n "$CXX"; then
3381 ac_cv_prog_CXX="$CXX" # Let the user override the test. 3429 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3382 else 3430 else
3383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3384 for as_dir in $PATH 3432 for as_dir in $PATH
3385 do 3433 do
3386 IFS=$as_save_IFS 3434 IFS=$as_save_IFS
3387 test -z "$as_dir" && as_dir=. 3435 test -z "$as_dir" && as_dir=.
3388 for ac_exec_ext in '' $ac_executable_extensions; do 3436 for ac_exec_ext in '' $ac_executable_extensions; do
3389 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 3437 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3390 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3438 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 3439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
3392 break 2 3440 break 2
3393 fi 3441 fi
3394 done 3442 done
3395 done 3443 done
3396 IFS=$as_save_IFS 3444 IFS=$as_save_IFS
3397 3445
3398 fi 3446 fi
3399 fi 3447 fi
(...skipping 23 matching lines...) Expand all
3423 else 3471 else
3424 if test -n "$ac_ct_CXX"; then 3472 if test -n "$ac_ct_CXX"; then
3425 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 3473 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3426 else 3474 else
3427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3428 for as_dir in $PATH 3476 for as_dir in $PATH
3429 do 3477 do
3430 IFS=$as_save_IFS 3478 IFS=$as_save_IFS
3431 test -z "$as_dir" && as_dir=. 3479 test -z "$as_dir" && as_dir=.
3432 for ac_exec_ext in '' $ac_executable_extensions; do 3480 for ac_exec_ext in '' $ac_executable_extensions; do
3433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 3481 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3434 ac_cv_prog_ac_ct_CXX="$ac_prog" 3482 ac_cv_prog_ac_ct_CXX="$ac_prog"
3435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 3483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
3436 break 2 3484 break 2
3437 fi 3485 fi
3438 done 3486 done
3439 done 3487 done
3440 IFS=$as_save_IFS 3488 IFS=$as_save_IFS
3441 3489
3442 fi 3490 fi
3443 fi 3491 fi
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
3609 CXXFLAGS= 3657 CXXFLAGS=
3610 fi 3658 fi
3611 fi 3659 fi
3612 ac_ext=c 3660 ac_ext=c
3613 ac_cpp='$CPP $CPPFLAGS' 3661 ac_cpp='$CPP $CPPFLAGS'
3614 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3662 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3615 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5' 3663 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5'
3616 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3664 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3617 3665
3618 3666
3667 # pkg-config is needed for harfbuzz support
3668
3669
3670 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
3671 if test -n "$ac_tool_prefix"; then
3672 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a prog ram name with args.
3673 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3675 $as_echo_n "checking for $ac_word... " >&6; }
3676 if ${ac_cv_path_PKG_CONFIG+:} false; then :
3677 $as_echo_n "(cached) " >&6
3678 else
3679 case $PKG_CONFIG in
3680 [\\/]* | ?:[\\/]*)
3681 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a pa th.
3682 ;;
3683 *)
3684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3685 for as_dir in $PATH
3686 do
3687 IFS=$as_save_IFS
3688 test -z "$as_dir" && as_dir=.
3689 for ac_exec_ext in '' $ac_executable_extensions; do
3690 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3691 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
3692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
3693 break 2
3694 fi
3695 done
3696 done
3697 IFS=$as_save_IFS
3698
3699 ;;
3700 esac
3701 fi
3702 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
3703 if test -n "$PKG_CONFIG"; then
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
3705 $as_echo "$PKG_CONFIG" >&6; }
3706 else
3707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3708 $as_echo "no" >&6; }
3709 fi
3710
3711
3712 fi
3713 if test -z "$ac_cv_path_PKG_CONFIG"; then
3714 ac_pt_PKG_CONFIG=$PKG_CONFIG
3715 # Extract the first word of "pkg-config", so it can be a program name with arg s.
3716 set dummy pkg-config; ac_word=$2
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3718 $as_echo_n "checking for $ac_word... " >&6; }
3719 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
3720 $as_echo_n "(cached) " >&6
3721 else
3722 case $ac_pt_PKG_CONFIG in
3723 [\\/]* | ?:[\\/]*)
3724 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the te st with a path.
3725 ;;
3726 *)
3727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3728 for as_dir in $PATH
3729 do
3730 IFS=$as_save_IFS
3731 test -z "$as_dir" && as_dir=.
3732 for ac_exec_ext in '' $ac_executable_extensions; do
3733 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3734 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
3735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
3736 break 2
3737 fi
3738 done
3739 done
3740 IFS=$as_save_IFS
3741
3742 ;;
3743 esac
3744 fi
3745 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
3746 if test -n "$ac_pt_PKG_CONFIG"; then
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
3748 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
3749 else
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3751 $as_echo "no" >&6; }
3752 fi
3753
3754 if test "x$ac_pt_PKG_CONFIG" = x; then
3755 PKG_CONFIG=""
3756 else
3757 case $cross_compiling:$ac_tool_warned in
3758 yes:)
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3760 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 ;}
3761 ac_tool_warned=yes ;;
3762 esac
3763 PKG_CONFIG=$ac_pt_PKG_CONFIG
3764 fi
3765 else
3766 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
3767 fi
3768
3769 fi
3770 if test -n "$PKG_CONFIG"; then
3771 _pkg_min_version=0.20
3772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
3773 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
3774 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
3775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3776 $as_echo "yes" >&6; }
3777 else
3778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3779 $as_echo "no" >&6; }
3780 PKG_CONFIG=""
3781 fi
3782
3783 fi
3784
3785 pkg_failed=no
3786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ICULEHB" >&5
3787 $as_echo_n "checking for ICULEHB... " >&6; }
3788
3789 if test -n "$ICULEHB_CFLAGS"; then
3790 pkg_cv_ICULEHB_CFLAGS="$ICULEHB_CFLAGS"
3791 elif test -n "$PKG_CONFIG"; then
3792 if test -n "$PKG_CONFIG" && \
3793 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err ors \"icu-le-hb\""; } >&5
3794 ($PKG_CONFIG --exists --print-errors "icu-le-hb") 2>&5
3795 ac_status=$?
3796 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3797 test $ac_status = 0; }; then
3798 pkg_cv_ICULEHB_CFLAGS=`$PKG_CONFIG --cflags "icu-le-hb" 2>/dev/null`
3799 else
3800 pkg_failed=yes
3801 fi
3802 else
3803 pkg_failed=untried
3804 fi
3805 if test -n "$ICULEHB_LIBS"; then
3806 pkg_cv_ICULEHB_LIBS="$ICULEHB_LIBS"
3807 elif test -n "$PKG_CONFIG"; then
3808 if test -n "$PKG_CONFIG" && \
3809 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err ors \"icu-le-hb\""; } >&5
3810 ($PKG_CONFIG --exists --print-errors "icu-le-hb") 2>&5
3811 ac_status=$?
3812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3813 test $ac_status = 0; }; then
3814 pkg_cv_ICULEHB_LIBS=`$PKG_CONFIG --libs "icu-le-hb" 2>/dev/null`
3815 else
3816 pkg_failed=yes
3817 fi
3818 else
3819 pkg_failed=untried
3820 fi
3821
3822
3823
3824 if test $pkg_failed = yes; then
3825
3826 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3827 _pkg_short_errors_supported=yes
3828 else
3829 _pkg_short_errors_supported=no
3830 fi
3831 if test $_pkg_short_errors_supported = yes; then
3832 ICULEHB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "i cu-le-hb" 2>&1`
3833 else
3834 ICULEHB_PKG_ERRORS=`$PKG_CONFIG --print-errors "icu-le-hb" 2>&1`
3835 fi
3836 # Put the nasty error message in config.log where it belongs
3837 echo "$ICULEHB_PKG_ERRORS" >&5
3838
3839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3840 $as_echo "no" >&6; }
3841 :
3842 elif test $pkg_failed = untried; then
3843 :
3844 else
3845 ICULEHB_CFLAGS=$pkg_cv_ICULEHB_CFLAGS
3846 ICULEHB_LIBS=$pkg_cv_ICULEHB_LIBS
3847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3848 $as_echo "yes" >&6; }
3849 have_icu_le_hb=true
3850 fi
3851
3619 # Ensure that if CXXFLAGS/CFLAGS were not set when calling configure, set it cor rectly based on (enable/disable) debug or release option 3852 # Ensure that if CXXFLAGS/CFLAGS were not set when calling configure, set it cor rectly based on (enable/disable) debug or release option
3620 # The release mode use is the default one for autoconf 3853 # The release mode use is the default one for autoconf
3621 if test "$GCC" = yes; then 3854 if test "$GCC" = yes; then
3622 if test "$CFLAGS" = ""; then 3855 if test "$CFLAGS" = ""; then
3623 if test "$ENABLE_DEBUG" = 1; then 3856 if test "$ENABLE_DEBUG" = 1; then
3624 CFLAGS=-g 3857 CFLAGS=-g
3625 fi 3858 fi
3626 if test "$ENABLE_RELEASE" = 1; then 3859 if test "$ENABLE_RELEASE" = 1; then
3627 CFLAGS="$CFLAGS -O2" 3860 CFLAGS="$CFLAGS -O2"
3628 fi 3861 fi
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
3805 ./ | .// | /[cC]/* | \ 4038 ./ | .// | /[cC]/* | \
3806 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 4039 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3807 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 4040 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3808 /usr/ucb/* ) ;; 4041 /usr/ucb/* ) ;;
3809 *) 4042 *)
3810 # OSF1 and SCO ODT 3.0 have their own names for install. 4043 # OSF1 and SCO ODT 3.0 have their own names for install.
3811 # Don't use installbsd from OSF since it installs stuff as root 4044 # Don't use installbsd from OSF since it installs stuff as root
3812 # by default. 4045 # by default.
3813 for ac_prog in ginstall scoinst install; do 4046 for ac_prog in ginstall scoinst install; do
3814 for ac_exec_ext in '' $ac_executable_extensions; do 4047 for ac_exec_ext in '' $ac_executable_extensions; do
3815 » if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_p rog$ac_exec_ext"; }; then 4048 » if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3816 if test $ac_prog = install && 4049 if test $ac_prog = install &&
3817 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 4050 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3818 # AIX install. It has an incompatible calling convention. 4051 # AIX install. It has an incompatible calling convention.
3819 : 4052 :
3820 elif test $ac_prog = install && 4053 elif test $ac_prog = install &&
3821 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 4054 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3822 # program-specific install script used by HP pwplus--don't use. 4055 # program-specific install script used by HP pwplus--don't use.
3823 : 4056 :
3824 else 4057 else
3825 rm -rf conftest.one conftest.two conftest.dir 4058 rm -rf conftest.one conftest.two conftest.dir
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
3926 [\\/]* | ?:[\\/]*) 4159 [\\/]* | ?:[\\/]*)
3927 ac_cv_path_U_MAKE="$U_MAKE" # Let the user override the test with a path. 4160 ac_cv_path_U_MAKE="$U_MAKE" # Let the user override the test with a path.
3928 ;; 4161 ;;
3929 *) 4162 *)
3930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3931 for as_dir in $PATH 4164 for as_dir in $PATH
3932 do 4165 do
3933 IFS=$as_save_IFS 4166 IFS=$as_save_IFS
3934 test -z "$as_dir" && as_dir=. 4167 test -z "$as_dir" && as_dir=.
3935 for ac_exec_ext in '' $ac_executable_extensions; do 4168 for ac_exec_ext in '' $ac_executable_extensions; do
3936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 4169 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3937 ac_cv_path_U_MAKE="$as_dir/$ac_word$ac_exec_ext" 4170 ac_cv_path_U_MAKE="$as_dir/$ac_word$ac_exec_ext"
3938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 4171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
3939 break 2 4172 break 2
3940 fi 4173 fi
3941 done 4174 done
3942 done 4175 done
3943 IFS=$as_save_IFS 4176 IFS=$as_save_IFS
3944 4177
3945 ;; 4178 ;;
3946 esac 4179 esac
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
4002 ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path. 4235 ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path.
4003 ;; 4236 ;;
4004 *) 4237 *)
4005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4006 as_dummy="$PATH:/usr/local/bin:/usr/bin" 4239 as_dummy="$PATH:/usr/local/bin:/usr/bin"
4007 for as_dir in $as_dummy 4240 for as_dir in $as_dummy
4008 do 4241 do
4009 IFS=$as_save_IFS 4242 IFS=$as_save_IFS
4010 test -z "$as_dir" && as_dir=. 4243 test -z "$as_dir" && as_dir=.
4011 for ac_exec_ext in '' $ac_executable_extensions; do 4244 for ac_exec_ext in '' $ac_executable_extensions; do
4012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 4245 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4013 ac_cv_path_DOXYGEN="$as_dir/$ac_word$ac_exec_ext" 4246 ac_cv_path_DOXYGEN="$as_dir/$ac_word$ac_exec_ext"
4014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 4247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
4015 break 2 4248 break 2
4016 fi 4249 fi
4017 done 4250 done
4018 done 4251 done
4019 IFS=$as_save_IFS 4252 IFS=$as_save_IFS
4020 4253
4021 ;; 4254 ;;
4022 esac 4255 esac
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
4076 fi 4309 fi
4077 4310
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_use_strict_options" >&5 4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_use_strict_options" >&5
4079 $as_echo "$ac_use_strict_options" >&6; } 4312 $as_echo "$ac_use_strict_options" >&6; }
4080 4313
4081 if test "$ac_use_strict_options" = yes 4314 if test "$ac_use_strict_options" = yes
4082 then 4315 then
4083 if test "$GCC" = yes 4316 if test "$GCC" = yes
4084 then 4317 then
4085 case "${host}" in 4318 case "${host}" in
4086 *-*-solaris*)
4087 # Don't use -std=c99 option on Solaris/GCC
4088 ;;
4089 *) 4319 *)
4090 # Do not use -ansi. It limits us to C90, and it breaks some plat forms. 4320 # Do not use -ansi. It limits us to C90, and it breaks some plat forms.
4091 # We use -std=c99 to disable the gnu99 defaults and its associat ed warnings 4321 # We use -std=c99 to disable the gnu99 defaults and its associat ed warnings
4092 CFLAGS="$CFLAGS -std=c99" 4322 CFLAGS="$CFLAGS -std=c99"
4093 ;; 4323 ;;
4094 esac 4324 esac
4095 4325
4096 CFLAGS="$CFLAGS -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-p rototypes -Wwrite-strings" 4326 CFLAGS="$CFLAGS -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-p rototypes -Wwrite-strings"
4097 else 4327 else
4098 case "${host}" in 4328 case "${host}" in
4099 *-*-cygwin) 4329 *-*-cygwin)
4100 if test "`$CC /help 2>&1 | head -c9`" = "Microsoft" 4330 if test "`$CC /help 2>&1 | head -c9`" = "Microsoft"
4101 then 4331 then
4102 CFLAGS="$CFLAGS /W4" 4332 CFLAGS="$CFLAGS /W4"
4103 fi 4333 fi ;;
4334 *-*-mingw*)
4335 CFLAGS="$CFLAGS -W4" ;;
4104 esac 4336 esac
4105 fi 4337 fi
4106 if test "$GXX" = yes 4338 if test "$GXX" = yes
4107 then 4339 then
4108 CXXFLAGS="$CXXFLAGS -W -Wall -pedantic -Wpointer-arith -Wwrite-strin gs -Wno-long-long" 4340 CXXFLAGS="$CXXFLAGS -W -Wall -pedantic -Wpointer-arith -Wwrite-strin gs -Wno-long-long"
4109 else 4341 else
4110 case "${host}" in 4342 case "${host}" in
4111 *-*-cygwin) 4343 *-*-cygwin)
4112 if test "`$CXX /help 2>&1 | head -c9`" = "Microsoft" 4344 if test "`$CXX /help 2>&1 | head -c9`" = "Microsoft"
4113 then 4345 then
4114 CXXFLAGS="$CXXFLAGS /W4" 4346 CXXFLAGS="$CXXFLAGS /W4"
4115 fi 4347 fi ;;
4348 *-*-mingw*)
4349 CFLAGS="$CFLAGS -W4" ;;
4116 esac 4350 esac
4117 fi 4351 fi
4118 fi 4352 fi
4119 4353
4120 4354
4121 # Check if we can build and use 64-bit libraries 4355 # Check if we can build and use 64-bit libraries
4122 4356
4123 4357
4124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lin es and -e" >&5 4358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lin es and -e" >&5
4125 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4359 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4126 if ${ac_cv_path_GREP+:} false; then : 4360 if ${ac_cv_path_GREP+:} false; then :
4127 $as_echo_n "(cached) " >&6 4361 $as_echo_n "(cached) " >&6
4128 else 4362 else
4129 if test -z "$GREP"; then 4363 if test -z "$GREP"; then
4130 ac_path_GREP_found=false 4364 ac_path_GREP_found=false
4131 # Loop through the user's path and test for each of PROGNAME-LIST 4365 # Loop through the user's path and test for each of PROGNAME-LIST
4132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4133 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4367 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4134 do 4368 do
4135 IFS=$as_save_IFS 4369 IFS=$as_save_IFS
4136 test -z "$as_dir" && as_dir=. 4370 test -z "$as_dir" && as_dir=.
4137 for ac_prog in grep ggrep; do 4371 for ac_prog in grep ggrep; do
4138 for ac_exec_ext in '' $ac_executable_extensions; do 4372 for ac_exec_ext in '' $ac_executable_extensions; do
4139 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4373 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4140 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4374 as_fn_executable_p "$ac_path_GREP" || continue
4141 # Check for GNU ac_path_GREP and select it if it is found. 4375 # Check for GNU ac_path_GREP and select it if it is found.
4142 # Check for GNU $ac_path_GREP 4376 # Check for GNU $ac_path_GREP
4143 case `"$ac_path_GREP" --version 2>&1` in 4377 case `"$ac_path_GREP" --version 2>&1` in
4144 *GNU*) 4378 *GNU*)
4145 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 4379 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4146 *) 4380 *)
4147 ac_count=0 4381 ac_count=0
4148 $as_echo_n 0123456789 >"conftest.in" 4382 $as_echo_n 0123456789 >"conftest.in"
4149 while : 4383 while :
4150 do 4384 do
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
4196 ac_path_EGREP_found=false 4430 ac_path_EGREP_found=false
4197 # Loop through the user's path and test for each of PROGNAME-LIST 4431 # Loop through the user's path and test for each of PROGNAME-LIST
4198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4199 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4433 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4200 do 4434 do
4201 IFS=$as_save_IFS 4435 IFS=$as_save_IFS
4202 test -z "$as_dir" && as_dir=. 4436 test -z "$as_dir" && as_dir=.
4203 for ac_prog in egrep; do 4437 for ac_prog in egrep; do
4204 for ac_exec_ext in '' $ac_executable_extensions; do 4438 for ac_exec_ext in '' $ac_executable_extensions; do
4205 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4439 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4206 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4440 as_fn_executable_p "$ac_path_EGREP" || continue
4207 # Check for GNU ac_path_EGREP and select it if it is found. 4441 # Check for GNU ac_path_EGREP and select it if it is found.
4208 # Check for GNU $ac_path_EGREP 4442 # Check for GNU $ac_path_EGREP
4209 case `"$ac_path_EGREP" --version 2>&1` in 4443 case `"$ac_path_EGREP" --version 2>&1` in
4210 *GNU*) 4444 *GNU*)
4211 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 4445 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4212 *) 4446 *)
4213 ac_count=0 4447 ac_count=0
4214 $as_echo_n 0123456789 >"conftest.in" 4448 $as_echo_n 0123456789 >"conftest.in"
4215 while : 4449 while :
4216 do 4450 do
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
4571 else 4805 else
4572 CAN_BUILD_64=no 4806 CAN_BUILD_64=no
4573 fi 4807 fi
4574 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 4808 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4575 conftest.$ac_objext conftest.beam conftest.$ac_ext 4809 conftest.$ac_objext conftest.beam conftest.$ac_ext
4576 fi 4810 fi
4577 4811
4578 if test "$CAN_BUILD_64" != yes; then 4812 if test "$CAN_BUILD_64" != yes; then
4579 # Nope. back out changes. 4813 # Nope. back out changes.
4580 CFLAGS="${CFLAGS_OLD}" 4814 CFLAGS="${CFLAGS_OLD}"
4581 CXXFLAGS="${CFLAGS_OLD}" 4815 CXXFLAGS="${CXXFLAGS_OLD}"
4582 # 2. try xarch=v9 [deprecated] 4816 # 2. try xarch=v9 [deprecated]
4583 ## TODO: cross compile: the following won't work. 4817 ## TODO: cross compile: the following won't work.
4584 SPARCV9=`isainfo -n 2>&1 | grep sparcv9` 4818 SPARCV9=`isainfo -n 2>&1 | grep sparcv9`
4585 SOL64=`$CXX -xarch=v9 2>&1 && $CC -xarch=v9 2>&1 | grep -v usage:` 4819 SOL64=`$CXX -xarch=v9 2>&1 && $CC -xarch=v9 2>&1 | grep -v usage:`
4586 # "Warning: -xarch=v9 is deprecated, use -m64 to create 64-bit programs" 4820 # "Warning: -xarch=v9 is deprecated, use -m64 to create 64-bit programs"
4587 if test -z "$SOL64" && test -n "$SPARCV9"; then 4821 if test -z "$SOL64" && test -n "$SPARCV9"; then
4588 CFLAGS="${CFLAGS} -xtarget=ultra -xarch=v9" 4822 CFLAGS="${CFLAGS} -xtarget=ultra -xarch=v9"
4589 CXXFLAGS="${CXXFLAGS} -xtarget=ultra -xarch=v9" 4823 CXXFLAGS="${CXXFLAGS} -xtarget=ultra -xarch=v9"
4590 LDFLAGS="${LDFLAGS} -xtarget=ultra -xarch=v9" 4824 LDFLAGS="${LDFLAGS} -xtarget=ultra -xarch=v9"
4591 CAN_BUILD_64=yes 4825 CAN_BUILD_64=yes
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
4866 else 5100 else
4867 icu_cv_host_frag=mh-alpha-linux-cc 5101 icu_cv_host_frag=mh-alpha-linux-cc
4868 fi ;; 5102 fi ;;
4869 powerpc*-*-linux*) 5103 powerpc*-*-linux*)
4870 if test "$GCC" = yes; then 5104 if test "$GCC" = yes; then
4871 icu_cv_host_frag=mh-linux 5105 icu_cv_host_frag=mh-linux
4872 else 5106 else
4873 icu_cv_host_frag=mh-linux-va 5107 icu_cv_host_frag=mh-linux-va
4874 fi ;; 5108 fi ;;
4875 *-*-linux*|*-*-gnu|*-*-k*bsd*-gnu|*-*-kopensolaris*-gnu) icu_cv_host_frag=mh-lin ux ;; 5109 *-*-linux*|*-*-gnu|*-*-k*bsd*-gnu|*-*-kopensolaris*-gnu) icu_cv_host_frag=mh-lin ux ;;
4876 *-*-cygwin|*-*-mingw32|*-*-mingw64) 5110 i[34567]86-*-cygwin)
4877 if test "$GCC" = yes; then 5111 if test "$GCC" = yes; then
4878 » » cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5112 » » icu_cv_host_frag=mh-cygwin
4879 /* end confdefs.h. */ 5113 » else
4880 5114 » » icu_cv_host_frag=mh-cygwin-msvc
4881 #ifndef __MINGW32__ 5115 » fi ;;
4882 #error This is not MinGW 5116 x86_64-*-cygwin)
4883 #endif 5117 » if test "$GCC" = yes; then
4884 int 5118 » » icu_cv_host_frag=mh-cygwin64
4885 main () 5119 » else
4886 { 5120 » » icu_cv_host_frag=mh-cygwin-msvc
4887 5121 » fi ;;
4888 ; 5122 *-*-mingw*)
4889 return 0; 5123 » if test "$GCC" = yes; then
4890 } 5124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4891 _ACEOF
4892 if ac_fn_c_try_compile "$LINENO"; then :
4893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4894 /* end confdefs.h. */ 5125 /* end confdefs.h. */
4895 5126
4896 #ifndef __MINGW64__ 5127 #ifndef __MINGW64__
4897 #error This is not MinGW64 5128 #error This is not MinGW64
4898 #endif 5129 #endif
4899 int 5130 int
4900 main () 5131 main ()
4901 { 5132 {
4902 5133
4903 ; 5134 ;
4904 return 0; 5135 return 0;
4905 } 5136 }
4906 _ACEOF 5137 _ACEOF
4907 if ac_fn_c_try_compile "$LINENO"; then : 5138 if ac_fn_c_try_compile "$LINENO"; then :
4908 icu_cv_host_frag=mh-mingw64 5139 icu_cv_host_frag=mh-mingw64
4909 else 5140 else
4910 icu_cv_host_frag=mh-mingw 5141 icu_cv_host_frag=mh-mingw
4911 fi 5142 fi
4912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4913 else
4914 icu_cv_host_frag=mh-cygwin
4915 fi
4916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4917 else 5144 else
4918 » » icu_cv_host_frag=mh-cygwin-msvc 5145 » case "${host}" in
5146 » » *-*-mingw*) icu_cv_host_frag=mh-msys-msvc ;;
5147 » » *-*-cygwin) icu_cv_host_frag=mh-cygwin-msvc ;;
5148 » » esac
4919 fi ;; 5149 fi ;;
4920 *-*-*bsd*|*-*-dragonfly*) icu_cv_host_frag=mh-bsd-gcc ;; 5150 *-*-*bsd*|*-*-dragonfly*) icu_cv_host_frag=mh-bsd-gcc ;;
4921 *-*-aix*) 5151 *-*-aix*)
4922 if test "$GCC" = yes; then 5152 if test "$GCC" = yes; then
4923 icu_cv_host_frag=mh-aix-gcc 5153 icu_cv_host_frag=mh-aix-gcc
4924 else 5154 else
4925 icu_cv_host_frag=mh-aix-va 5155 icu_cv_host_frag=mh-aix-va
4926 fi ;; 5156 fi ;;
4927 *-*-hpux*) 5157 *-*-hpux*)
4928 if test "$GCC" = yes; then 5158 if test "$GCC" = yes; then
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
5150 fi 5380 fi
5151 5381
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enabled" >&5 5382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enabled" >&5
5153 $as_echo "$enabled" >&6; } 5383 $as_echo "$enabled" >&6; }
5154 5384
5155 5385
5156 # MSVC floating-point option 5386 # MSVC floating-point option
5157 MSVC_RELEASE_FLAG="" 5387 MSVC_RELEASE_FLAG=""
5158 if test $enabled = yes 5388 if test $enabled = yes
5159 then 5389 then
5160 if test $icu_cv_host_frag = mh-cygwin-msvc 5390 if test $icu_cv_host_frag = mh-cygwin-msvc -o $icu_cv_host_frag = mh-msys-ms vc
5161 then 5391 then
5162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5163 /* end confdefs.h. */ 5393 /* end confdefs.h. */
5164 5394
5165 #if defined _MSC_VER && _MSC_VER >= 1400 5395 #if defined _MSC_VER && _MSC_VER >= 1400
5166 #else 5396 #else
5167 Microsoft Visual C++ < 2005 5397 Microsoft Visual C++ < 2005
5168 #endif 5398 #endif
5169 5399
5170 int 5400 int
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
5220 else 5450 else
5221 if test -n "$RANLIB"; then 5451 if test -n "$RANLIB"; then
5222 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 5452 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5223 else 5453 else
5224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5225 for as_dir in $PATH 5455 for as_dir in $PATH
5226 do 5456 do
5227 IFS=$as_save_IFS 5457 IFS=$as_save_IFS
5228 test -z "$as_dir" && as_dir=. 5458 test -z "$as_dir" && as_dir=.
5229 for ac_exec_ext in '' $ac_executable_extensions; do 5459 for ac_exec_ext in '' $ac_executable_extensions; do
5230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 5460 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5231 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 5461 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 5462 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
5233 break 2 5463 break 2
5234 fi 5464 fi
5235 done 5465 done
5236 done 5466 done
5237 IFS=$as_save_IFS 5467 IFS=$as_save_IFS
5238 5468
5239 fi 5469 fi
5240 fi 5470 fi
(...skipping 19 matching lines...) Expand all
5260 else 5490 else
5261 if test -n "$ac_ct_RANLIB"; then 5491 if test -n "$ac_ct_RANLIB"; then
5262 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 5492 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5263 else 5493 else
5264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5265 for as_dir in $PATH 5495 for as_dir in $PATH
5266 do 5496 do
5267 IFS=$as_save_IFS 5497 IFS=$as_save_IFS
5268 test -z "$as_dir" && as_dir=. 5498 test -z "$as_dir" && as_dir=.
5269 for ac_exec_ext in '' $ac_executable_extensions; do 5499 for ac_exec_ext in '' $ac_executable_extensions; do
5270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 5500 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5271 ac_cv_prog_ac_ct_RANLIB="ranlib" 5501 ac_cv_prog_ac_ct_RANLIB="ranlib"
5272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 5502 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
5273 break 2 5503 break 2
5274 fi 5504 fi
5275 done 5505 done
5276 done 5506 done
5277 IFS=$as_save_IFS 5507 IFS=$as_save_IFS
5278 5508
5279 fi 5509 fi
5280 fi 5510 fi
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
5314 else 5544 else
5315 if test -n "$AR"; then 5545 if test -n "$AR"; then
5316 ac_cv_prog_AR="$AR" # Let the user override the test. 5546 ac_cv_prog_AR="$AR" # Let the user override the test.
5317 else 5547 else
5318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5319 for as_dir in $PATH 5549 for as_dir in $PATH
5320 do 5550 do
5321 IFS=$as_save_IFS 5551 IFS=$as_save_IFS
5322 test -z "$as_dir" && as_dir=. 5552 test -z "$as_dir" && as_dir=.
5323 for ac_exec_ext in '' $ac_executable_extensions; do 5553 for ac_exec_ext in '' $ac_executable_extensions; do
5324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 5554 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5325 ac_cv_prog_AR="${ac_tool_prefix}ar" 5555 ac_cv_prog_AR="${ac_tool_prefix}ar"
5326 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 5556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
5327 break 2 5557 break 2
5328 fi 5558 fi
5329 done 5559 done
5330 done 5560 done
5331 IFS=$as_save_IFS 5561 IFS=$as_save_IFS
5332 5562
5333 fi 5563 fi
5334 fi 5564 fi
(...skipping 19 matching lines...) Expand all
5354 else 5584 else
5355 if test -n "$ac_ct_AR"; then 5585 if test -n "$ac_ct_AR"; then
5356 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 5586 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5357 else 5587 else
5358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5359 for as_dir in $PATH 5589 for as_dir in $PATH
5360 do 5590 do
5361 IFS=$as_save_IFS 5591 IFS=$as_save_IFS
5362 test -z "$as_dir" && as_dir=. 5592 test -z "$as_dir" && as_dir=.
5363 for ac_exec_ext in '' $ac_executable_extensions; do 5593 for ac_exec_ext in '' $ac_executable_extensions; do
5364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 5594 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5365 ac_cv_prog_ac_ct_AR="ar" 5595 ac_cv_prog_ac_ct_AR="ar"
5366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 5596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
5367 break 2 5597 break 2
5368 fi 5598 fi
5369 done 5599 done
5370 done 5600 done
5371 IFS=$as_save_IFS 5601 IFS=$as_save_IFS
5372 5602
5373 fi 5603 fi
5374 fi 5604 fi
(...skipping 1857 matching lines...) Expand 10 before | Expand all | Expand 10 after
7232 layout=true 7462 layout=true
7233 fi 7463 fi
7234 7464
7235 7465
7236 if test "$layout" = true; then 7466 if test "$layout" = true; then
7237 LAYOUT_TRUE= 7467 LAYOUT_TRUE=
7238 else 7468 else
7239 LAYOUT_TRUE='#' 7469 LAYOUT_TRUE='#'
7240 fi 7470 fi
7241 7471
7472 # Enable/disable layoutex
7473 # Check whether --enable-layoutex was given.
7474 if test "${enable_layoutex+set}" = set; then :
7475 enableval=$enable_layoutex; case "${enableval}" in
7476 yes) layoutex=true ;;
7477 no) layoutex=false ;;
7478 *) as_fn_error $? "bad value ${enableval} for --enable-layoutex" "$LINENO" 5 ;;
7479 esac
7480 else
7481 layoutex=$layout
7482 fi
7483
7484
7485 if test "$layoutex" = true; then
7486 LAYOUTEX_TRUE=
7487 else
7488 LAYOUTEX_TRUE='#'
7489 fi
7490
7242 # Enable/disable tools 7491 # Enable/disable tools
7243 # Check whether --enable-tools was given. 7492 # Check whether --enable-tools was given.
7244 if test "${enable_tools+set}" = set; then : 7493 if test "${enable_tools+set}" = set; then :
7245 enableval=$enable_tools; case "${enableval}" in 7494 enableval=$enable_tools; case "${enableval}" in
7246 yes) tools=true ;; 7495 yes) tools=true ;;
7247 no) tools=false ;; 7496 no) tools=false ;;
7248 *) as_fn_error $? "bad value ${enableval} for --enable-tools" "$ LINENO" 5 ;; 7497 *) as_fn_error $? "bad value ${enableval} for --enable-tools" "$ LINENO" 5 ;;
7249 esac 7498 esac
7250 else 7499 else
7251 tools=true 7500 tools=true
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
7463 7712
7464 # append all config cppflags 7713 # append all config cppflags
7465 CPPFLAGS="$CPPFLAGS $CONFIG_CPPFLAGS $UCONFIG_CPPFLAGS" 7714 CPPFLAGS="$CPPFLAGS $CONFIG_CPPFLAGS $UCONFIG_CPPFLAGS"
7466 7715
7467 echo "CPPFLAGS=$CPPFLAGS" 7716 echo "CPPFLAGS=$CPPFLAGS"
7468 echo "CFLAGS=$CFLAGS" 7717 echo "CFLAGS=$CFLAGS"
7469 echo "CXXFLAGS=$CXXFLAGS" 7718 echo "CXXFLAGS=$CXXFLAGS"
7470 7719
7471 7720
7472 # output the Makefiles 7721 # output the Makefiles
7473 ac_config_files="$ac_config_files icudefs.mk Makefile data/pkgdataMakefile confi g/Makefile.inc config/icu.pc config/pkgdataMakefile data/Makefile stubdata/Makef ile common/Makefile i18n/Makefile io/Makefile extra/Makefile extra/uconv/Makefil e extra/uconv/pkgdataMakefile extra/scrptrun/Makefile tools/Makefile tools/ctest fw/Makefile tools/toolutil/Makefile tools/makeconv/Makefile tools/genrb/Makefile tools/genccode/Makefile tools/gencmn/Makefile tools/gencnval/Makefile tools/gen dict/Makefile tools/gentest/Makefile tools/gennorm2/Makefile tools/genbrk/Makefi le tools/gensprep/Makefile tools/icuinfo/Makefile tools/icupkg/Makefile tools/ic uswap/Makefile tools/pkgdata/Makefile tools/tzcode/Makefile tools/gencfu/Makefil e test/Makefile test/compat/Makefile test/testdata/Makefile test/testdata/pkgdat aMakefile test/hdrtst/Makefile test/intltest/Makefile test/cintltst/Makefile tes t/iotest/Makefile test/letest/Makefile test/perf/Makefile test/perf/collationper f/Makefile test/perf/collperf/Makefile test/perf/dicttrieperf/Makefile test/perf /ubrkperf/Makefile test/perf/charperf/Makefile test/perf/convperf/Makefile test/ perf/normperf/Makefile test/perf/DateFmtPerf/Makefile test/perf/howExpensiveIs/M akefile test/perf/strsrchperf/Makefile test/perf/unisetperf/Makefile test/perf/u setperf/Makefile test/perf/ustrperf/Makefile test/perf/utfperf/Makefile test/per f/utrie2perf/Makefile test/perf/leperf/Makefile samples/Makefile samples/date/Ma kefile samples/cal/Makefile samples/layout/Makefile" 7722 ac_config_files="$ac_config_files icudefs.mk Makefile data/pkgdataMakefile confi g/Makefile.inc config/icu.pc config/pkgdataMakefile data/Makefile stubdata/Makef ile common/Makefile i18n/Makefile layout/Makefile layoutex/Makefile io/Makefile extra/Makefile extra/uconv/Makefile extra/uconv/pkgdataMakefile extra/scrptrun/M akefile tools/Makefile tools/ctestfw/Makefile tools/toolutil/Makefile tools/make conv/Makefile tools/genrb/Makefile tools/genccode/Makefile tools/gencmn/Makefile tools/gencnval/Makefile tools/gendict/Makefile tools/gentest/Makefile tools/gen norm2/Makefile tools/genbrk/Makefile tools/gensprep/Makefile tools/icuinfo/Makef ile tools/icupkg/Makefile tools/icuswap/Makefile tools/pkgdata/Makefile tools/tz code/Makefile tools/gencfu/Makefile test/Makefile test/compat/Makefile test/test data/Makefile test/testdata/pkgdataMakefile test/hdrtst/Makefile test/intltest/M akefile test/cintltst/Makefile test/iotest/Makefile test/letest/Makefile test/pe rf/Makefile test/perf/collationperf/Makefile test/perf/collperf/Makefile test/pe rf/collperf2/Makefile test/perf/dicttrieperf/Makefile test/perf/ubrkperf/Makefil e test/perf/charperf/Makefile test/perf/convperf/Makefile test/perf/normperf/Mak efile test/perf/DateFmtPerf/Makefile test/perf/howExpensiveIs/Makefile test/perf /strsrchperf/Makefile test/perf/unisetperf/Makefile test/perf/usetperf/Makefile test/perf/ustrperf/Makefile test/perf/utfperf/Makefile test/perf/utrie2perf/Make file test/perf/leperf/Makefile samples/Makefile samples/date/Makefile samples/ca l/Makefile samples/layout/Makefile"
7474 7723
7475 cat >confcache <<\_ACEOF 7724 cat >confcache <<\_ACEOF
7476 # This file is a shell script that caches the results of configure 7725 # This file is a shell script that caches the results of configure
7477 # tests run on this system so they can be shared between configure 7726 # tests run on this system so they can be shared between configure
7478 # scripts and configure runs, see configure's option --config-cache. 7727 # scripts and configure runs, see configure's option --config-cache.
7479 # It is not useful on other systems. If it contains results you don't 7728 # It is not useful on other systems. If it contains results you don't
7480 # want to keep, you may remove or edit it. 7729 # want to keep, you may remove or edit it.
7481 # 7730 #
7482 # config.status only pays attention to the cache file if you give it 7731 # config.status only pays attention to the cache file if you give it
7483 # the --recheck option to rerun configure. 7732 # the --recheck option to rerun configure.
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
7909 else 8158 else
7910 rm -f conf$$.dir 8159 rm -f conf$$.dir
7911 mkdir conf$$.dir 2>/dev/null 8160 mkdir conf$$.dir 2>/dev/null
7912 fi 8161 fi
7913 if (echo >conf$$.file) 2>/dev/null; then 8162 if (echo >conf$$.file) 2>/dev/null; then
7914 if ln -s conf$$.file conf$$ 2>/dev/null; then 8163 if ln -s conf$$.file conf$$ 2>/dev/null; then
7915 as_ln_s='ln -s' 8164 as_ln_s='ln -s'
7916 # ... but there are two gotchas: 8165 # ... but there are two gotchas:
7917 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 8166 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
7918 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 8167 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
7919 # In both cases, we have to default to `cp -p'. 8168 # In both cases, we have to default to `cp -pR'.
7920 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 8169 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
7921 as_ln_s='cp -p' 8170 as_ln_s='cp -pR'
7922 elif ln conf$$.file conf$$ 2>/dev/null; then 8171 elif ln conf$$.file conf$$ 2>/dev/null; then
7923 as_ln_s=ln 8172 as_ln_s=ln
7924 else 8173 else
7925 as_ln_s='cp -p' 8174 as_ln_s='cp -pR'
7926 fi 8175 fi
7927 else 8176 else
7928 as_ln_s='cp -p' 8177 as_ln_s='cp -pR'
7929 fi 8178 fi
7930 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 8179 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
7931 rmdir conf$$.dir 2>/dev/null 8180 rmdir conf$$.dir 2>/dev/null
7932 8181
7933 8182
7934 # as_fn_mkdir_p 8183 # as_fn_mkdir_p
7935 # ------------- 8184 # -------------
7936 # Create "$as_dir" as a directory, including parents if necessary. 8185 # Create "$as_dir" as a directory, including parents if necessary.
7937 as_fn_mkdir_p () 8186 as_fn_mkdir_p ()
7938 { 8187 {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
7978 8227
7979 8228
7980 } # as_fn_mkdir_p 8229 } # as_fn_mkdir_p
7981 if mkdir -p . 2>/dev/null; then 8230 if mkdir -p . 2>/dev/null; then
7982 as_mkdir_p='mkdir -p "$as_dir"' 8231 as_mkdir_p='mkdir -p "$as_dir"'
7983 else 8232 else
7984 test -d ./-p && rmdir ./-p 8233 test -d ./-p && rmdir ./-p
7985 as_mkdir_p=false 8234 as_mkdir_p=false
7986 fi 8235 fi
7987 8236
7988 if test -x / >/dev/null 2>&1; then 8237
7989 as_test_x='test -x' 8238 # as_fn_executable_p FILE
7990 else 8239 # -----------------------
7991 if ls -dL / >/dev/null 2>&1; then 8240 # Test if FILE is an executable regular file.
7992 as_ls_L_option=L 8241 as_fn_executable_p ()
7993 else 8242 {
7994 as_ls_L_option= 8243 test -f "$1" && test -x "$1"
7995 fi 8244 } # as_fn_executable_p
7996 as_test_x=' 8245 as_test_x='test -x'
7997 eval sh -c '\'' 8246 as_executable_p=as_fn_executable_p
7998 if test -d "$1"; then
7999 » test -d "$1/.";
8000 else
8001 » case $1 in #(
8002 » -*)set "./$1";;
8003 » esac;
8004 » case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
8005 » ???[sx]*):;;*)false;;esac;fi
8006 '\'' sh
8007 '
8008 fi
8009 as_executable_p=$as_test_x
8010 8247
8011 # Sed expression to map a string onto a valid CPP name. 8248 # Sed expression to map a string onto a valid CPP name.
8012 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 8249 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8013 8250
8014 # Sed expression to map a string onto a valid variable name. 8251 # Sed expression to map a string onto a valid variable name.
8015 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 8252 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8016 8253
8017 8254
8018 exec 6>&1 8255 exec 6>&1
8019 ## ----------------------------------- ## 8256 ## ----------------------------------- ##
8020 ## Main body of $CONFIG_STATUS script. ## 8257 ## Main body of $CONFIG_STATUS script. ##
8021 ## ----------------------------------- ## 8258 ## ----------------------------------- ##
8022 _ASEOF 8259 _ASEOF
8023 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 8260 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
8024 8261
8025 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8262 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8026 # Save the log message, to keep $0 and so on meaningful, and to 8263 # Save the log message, to keep $0 and so on meaningful, and to
8027 # report actual input values of CONFIG_FILES etc. instead of their 8264 # report actual input values of CONFIG_FILES etc. instead of their
8028 # values after options handling. 8265 # values after options handling.
8029 ac_log=" 8266 ac_log="
8030 This file was extended by $as_me, which was 8267 This file was extended by ICU $as_me 54.1, which was
8031 generated by GNU Autoconf 2.68. Invocation command line was 8268 generated by GNU Autoconf 2.69. Invocation command line was
8032 8269
8033 CONFIG_FILES = $CONFIG_FILES 8270 CONFIG_FILES = $CONFIG_FILES
8034 CONFIG_HEADERS = $CONFIG_HEADERS 8271 CONFIG_HEADERS = $CONFIG_HEADERS
8035 CONFIG_LINKS = $CONFIG_LINKS 8272 CONFIG_LINKS = $CONFIG_LINKS
8036 CONFIG_COMMANDS = $CONFIG_COMMANDS 8273 CONFIG_COMMANDS = $CONFIG_COMMANDS
8037 $ $0 $@ 8274 $ $0 $@
8038 8275
8039 on `(hostname || uname -n) 2>/dev/null | sed 1q` 8276 on `(hostname || uname -n) 2>/dev/null | sed 1q`
8040 " 8277 "
8041 8278
(...skipping 25 matching lines...) Expand all
8067 -q, --quiet, --silent 8304 -q, --quiet, --silent
8068 do not print progress messages 8305 do not print progress messages
8069 -d, --debug don't remove temporary files 8306 -d, --debug don't remove temporary files
8070 --recheck update $as_me by reconfiguring in the same conditions 8307 --recheck update $as_me by reconfiguring in the same conditions
8071 --file=FILE[:TEMPLATE] 8308 --file=FILE[:TEMPLATE]
8072 instantiate the configuration file FILE 8309 instantiate the configuration file FILE
8073 8310
8074 Configuration files: 8311 Configuration files:
8075 $config_files 8312 $config_files
8076 8313
8077 Report bugs to the package provider." 8314 Report bugs to <http://icu-project.org/bugs>.
8315 ICU home page: <http://icu-project.org>."
8078 8316
8079 _ACEOF 8317 _ACEOF
8080 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8318 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8081 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g '`" 8319 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g '`"
8082 ac_cs_version="\\ 8320 ac_cs_version="\\
8083 config.status 8321 ICU config.status 54.1
8084 configured by $0, generated by GNU Autoconf 2.68, 8322 configured by $0, generated by GNU Autoconf 2.69,
8085 with options \\"\$ac_cs_config\\" 8323 with options \\"\$ac_cs_config\\"
8086 8324
8087 Copyright (C) 2010 Free Software Foundation, Inc. 8325 Copyright (C) 2012 Free Software Foundation, Inc.
8088 This config.status script is free software; the Free Software Foundation 8326 This config.status script is free software; the Free Software Foundation
8089 gives unlimited permission to copy, distribute and modify it." 8327 gives unlimited permission to copy, distribute and modify it."
8090 8328
8091 ac_pwd='$ac_pwd' 8329 ac_pwd='$ac_pwd'
8092 srcdir='$srcdir' 8330 srcdir='$srcdir'
8093 INSTALL='$INSTALL' 8331 INSTALL='$INSTALL'
8094 test -n "\$AWK" || AWK=awk 8332 test -n "\$AWK" || AWK=awk
8095 _ACEOF 8333 _ACEOF
8096 8334
8097 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8335 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
8155 ac_configure_extra_args= 8393 ac_configure_extra_args=
8156 8394
8157 if $ac_cs_silent; then 8395 if $ac_cs_silent; then
8158 exec 6>/dev/null 8396 exec 6>/dev/null
8159 ac_configure_extra_args="$ac_configure_extra_args --silent" 8397 ac_configure_extra_args="$ac_configure_extra_args --silent"
8160 fi 8398 fi
8161 8399
8162 _ACEOF 8400 _ACEOF
8163 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8401 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8164 if \$ac_cs_recheck; then 8402 if \$ac_cs_recheck; then
8165 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create - -no-recursion 8403 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --n o-recursion
8166 shift 8404 shift
8167 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 8405 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
8168 CONFIG_SHELL='$SHELL' 8406 CONFIG_SHELL='$SHELL'
8169 export CONFIG_SHELL 8407 export CONFIG_SHELL
8170 exec "\$@" 8408 exec "\$@"
8171 fi 8409 fi
8172 8410
8173 _ACEOF 8411 _ACEOF
8174 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8412 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8175 exec 5>>config.log 8413 exec 5>>config.log
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
8232 "test/testdata/Makefile") CONFIG_FILES="$CONFIG_FILES test/testdata/Makefile " ;; 8470 "test/testdata/Makefile") CONFIG_FILES="$CONFIG_FILES test/testdata/Makefile " ;;
8233 "test/testdata/pkgdataMakefile") CONFIG_FILES="$CONFIG_FILES test/testdata/p kgdataMakefile" ;; 8471 "test/testdata/pkgdataMakefile") CONFIG_FILES="$CONFIG_FILES test/testdata/p kgdataMakefile" ;;
8234 "test/hdrtst/Makefile") CONFIG_FILES="$CONFIG_FILES test/hdrtst/Makefile" ;; 8472 "test/hdrtst/Makefile") CONFIG_FILES="$CONFIG_FILES test/hdrtst/Makefile" ;;
8235 "test/intltest/Makefile") CONFIG_FILES="$CONFIG_FILES test/intltest/Makefile " ;; 8473 "test/intltest/Makefile") CONFIG_FILES="$CONFIG_FILES test/intltest/Makefile " ;;
8236 "test/cintltst/Makefile") CONFIG_FILES="$CONFIG_FILES test/cintltst/Makefile " ;; 8474 "test/cintltst/Makefile") CONFIG_FILES="$CONFIG_FILES test/cintltst/Makefile " ;;
8237 "test/iotest/Makefile") CONFIG_FILES="$CONFIG_FILES test/iotest/Makefile" ;; 8475 "test/iotest/Makefile") CONFIG_FILES="$CONFIG_FILES test/iotest/Makefile" ;;
8238 "test/letest/Makefile") CONFIG_FILES="$CONFIG_FILES test/letest/Makefile" ;; 8476 "test/letest/Makefile") CONFIG_FILES="$CONFIG_FILES test/letest/Makefile" ;;
8239 "test/perf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/Makefile" ;; 8477 "test/perf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/Makefile" ;;
8240 "test/perf/collationperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/co llationperf/Makefile" ;; 8478 "test/perf/collationperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/co llationperf/Makefile" ;;
8241 "test/perf/collperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/collper f/Makefile" ;; 8479 "test/perf/collperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/collper f/Makefile" ;;
8480 "test/perf/collperf2/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/collpe rf2/Makefile" ;;
8242 "test/perf/dicttrieperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/dic ttrieperf/Makefile" ;; 8481 "test/perf/dicttrieperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/dic ttrieperf/Makefile" ;;
8243 "test/perf/ubrkperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/ubrkper f/Makefile" ;; 8482 "test/perf/ubrkperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/ubrkper f/Makefile" ;;
8244 "test/perf/charperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/charper f/Makefile" ;; 8483 "test/perf/charperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/charper f/Makefile" ;;
8245 "test/perf/convperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/convper f/Makefile" ;; 8484 "test/perf/convperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/convper f/Makefile" ;;
8246 "test/perf/normperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/normper f/Makefile" ;; 8485 "test/perf/normperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/normper f/Makefile" ;;
8247 "test/perf/DateFmtPerf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/Date FmtPerf/Makefile" ;; 8486 "test/perf/DateFmtPerf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/Date FmtPerf/Makefile" ;;
8248 "test/perf/howExpensiveIs/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/h owExpensiveIs/Makefile" ;; 8487 "test/perf/howExpensiveIs/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/h owExpensiveIs/Makefile" ;;
8249 "test/perf/strsrchperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/strs rchperf/Makefile" ;; 8488 "test/perf/strsrchperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/strs rchperf/Makefile" ;;
8250 "test/perf/unisetperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/unise tperf/Makefile" ;; 8489 "test/perf/unisetperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/unise tperf/Makefile" ;;
8251 "test/perf/usetperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/usetper f/Makefile" ;; 8490 "test/perf/usetperf/Makefile") CONFIG_FILES="$CONFIG_FILES test/perf/usetper f/Makefile" ;;
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
8788 echo "C++ apps may want to build with CXXFLAGS = ${UCONFIG_CXXFLAGS}" 9027 echo "C++ apps may want to build with CXXFLAGS = ${UCONFIG_CXXFLAGS}"
8789 fi 9028 fi
8790 9029
8791 if test "$tools" = false; 9030 if test "$tools" = false;
8792 then 9031 then
8793 echo "## Note: you have disabled ICU's tools. This ICU cannot build its own data or tests." 9032 echo "## Note: you have disabled ICU's tools. This ICU cannot build its own data or tests."
8794 echo "## Expect build failures in the 'data', 'test', and other director ies." 9033 echo "## Expect build failures in the 'data', 'test', and other director ies."
8795 fi 9034 fi
8796 9035
8797 $as_unset _CXX_CXXSUFFIX 9036 $as_unset _CXX_CXXSUFFIX
OLDNEW
« no previous file with comments | « source/config/mh-solaris-gcc ('k') | source/configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698