comparison libgcc/configure @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
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.64 for GNU C Runtime Library 1.0. 3 # Generated by GNU Autoconf 2.69 for GNU C Runtime Library 1.0.
4 # 4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 5 #
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 # Foundation, Inc. 7 #
8 # 8 #
9 # This configure script is free software; the Free Software Foundation 9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it. 10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ## 11 ## -------------------- ##
12 ## M4sh Initialization. ## 12 ## M4sh Initialization. ##
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.) 86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl" 87 IFS=" "" $as_nl"
88 88
89 # Find who we are. Look in the path if we contain no directory separator. 89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
90 case $0 in #(( 91 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;; 92 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH 94 for as_dir in $PATH
94 do 95 do
129 export LANGUAGE 130 export LANGUAGE
130 131
131 # CDPATH. 132 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133 134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
134 if test "x$CONFIG_SHELL" = x; then 160 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh 162 emulate sh
137 NULLCMD=: 163 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163 189
164 else 190 else
165 exitcode=1; echo positional parameters were not saved. 191 exitcode=1; echo positional parameters were not saved.
166 fi 192 fi
167 test x\$exitcode = x0 || exit 1" 193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1" 199 test \$(( 1 + 1 )) = 2 || exit 1"
207 fi; } 234 fi; }
208 IFS=$as_save_IFS 235 IFS=$as_save_IFS
209 236
210 237
211 if test "x$CONFIG_SHELL" != x; then : 238 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a 239 export CONFIG_SHELL
213 # neutralization value for shells without unset; and this also 240 # We cannot yet assume a decent shell, so we have to provide a
214 # works around shells that cannot unset nonexistent variables. 241 # neutralization value for shells without unset; and this also
215 BASH_ENV=/dev/null 242 # works around shells that cannot unset nonexistent variables.
216 ENV=/dev/null 243 # Preserve -v and -x to the replacement shell.
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 244 BASH_ENV=/dev/null
218 export CONFIG_SHELL 245 ENV=/dev/null
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 246 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
247 case $- in # ((((
248 *v*x* | *x*v* ) as_opts=-vx ;;
249 *v* ) as_opts=-v ;;
250 *x* ) as_opts=-x ;;
251 * ) as_opts= ;;
252 esac
253 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
254 # Admittedly, this is quite paranoid, since all the known shells bail
255 # out after a failed `exec'.
256 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
257 exit 255
220 fi 258 fi
221 259
222 if test x$as_have_required = xno; then : 260 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all" 261 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system." 262 $as_echo "$0: the shells that I found on your system."
312 } 350 }
313 s/.*/./; q'` 351 s/.*/./; q'`
314 test -d "$as_dir" && break 352 test -d "$as_dir" && break
315 done 353 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs" 354 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 355 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
318 356
319 357
320 } # as_fn_mkdir_p 358 } # as_fn_mkdir_p
359
360 # as_fn_executable_p FILE
361 # -----------------------
362 # Test if FILE is an executable regular file.
363 as_fn_executable_p ()
364 {
365 test -f "$1" && test -x "$1"
366 } # as_fn_executable_p
321 # as_fn_append VAR VALUE 367 # as_fn_append VAR VALUE
322 # ---------------------- 368 # ----------------------
323 # Append the text in VALUE to the end of the definition contained in VAR. Take 369 # Append the text in VALUE to the end of the definition contained in VAR. Take
324 # advantage of any shell optimizations that allow amortized linear growth over 370 # advantage of any shell optimizations that allow amortized linear growth over
325 # repeated appends, instead of the typical quadratic growth present in naive 371 # repeated appends, instead of the typical quadratic growth present in naive
352 as_val=`expr "$@" || test $? -eq 1` 398 as_val=`expr "$@" || test $? -eq 1`
353 } 399 }
354 fi # as_fn_arith 400 fi # as_fn_arith
355 401
356 402
357 # as_fn_error ERROR [LINENO LOG_FD] 403 # as_fn_error STATUS ERROR [LINENO LOG_FD]
358 # --------------------------------- 404 # ----------------------------------------
359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 405 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 406 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361 # script with status $?, using 1 if that was 0. 407 # script with STATUS, using 1 if that was 0.
362 as_fn_error () 408 as_fn_error ()
363 { 409 {
364 as_status=$?; test $as_status -eq 0 && as_status=1 410 as_status=$1; test $as_status -eq 0 && as_status=1
365 if test "$3"; then 411 if test "$4"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 412 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 413 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
368 fi 414 fi
369 $as_echo "$as_me: error: $1" >&2 415 $as_echo "$as_me: error: $2" >&2
370 as_fn_exit $as_status 416 as_fn_exit $as_status
371 } # as_fn_error 417 } # as_fn_error
372 418
373 if expr a : '\(a\)' >/dev/null 2>&1 && 419 if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then 420 test "X`expr 00001 : '.*\(...\)'`" = X001; then
437 s/-\n.*// 483 s/-\n.*//
438 ' >$as_me.lineno && 484 ' >$as_me.lineno &&
439 chmod +x "$as_me.lineno" || 485 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
441 487
488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
489 # already done that, so ensure we don't try to do so again and fall
490 # in an infinite loop. This has already happened in practice.
491 _as_can_reexec=no; export _as_can_reexec
442 # Don't try to exec as it changes $[0], causing all sort of problems 492 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the 493 # (the dirname of $[0] is not the place where we might find the
444 # original and so on. Autoconf is especially sensitive to this). 494 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno" 495 . "./$as_me.lineno"
446 # Exit status is that of the last command. 496 # Exit status is that of the last command.
471 if ln -s conf$$.file conf$$ 2>/dev/null; then 521 if ln -s conf$$.file conf$$ 2>/dev/null; then
472 as_ln_s='ln -s' 522 as_ln_s='ln -s'
473 # ... but there are two gotchas: 523 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'. 526 # In both cases, we have to default to `cp -pR'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p' 528 as_ln_s='cp -pR'
479 elif ln conf$$.file conf$$ 2>/dev/null; then 529 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln 530 as_ln_s=ln
481 else 531 else
482 as_ln_s='cp -p' 532 as_ln_s='cp -pR'
483 fi 533 fi
484 else 534 else
485 as_ln_s='cp -p' 535 as_ln_s='cp -pR'
486 fi 536 fi
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 537 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488 rmdir conf$$.dir 2>/dev/null 538 rmdir conf$$.dir 2>/dev/null
489 539
490 if mkdir -p . 2>/dev/null; then 540 if mkdir -p . 2>/dev/null; then
492 else 542 else
493 test -d ./-p && rmdir ./-p 543 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false 544 as_mkdir_p=false
495 fi 545 fi
496 546
497 if test -x / >/dev/null 2>&1; then 547 as_test_x='test -x'
498 as_test_x='test -x' 548 as_executable_p=as_fn_executable_p
499 else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
504 fi
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
516 '
517 fi
518 as_executable_p=$as_test_x
519 549
520 # Sed expression to map a string onto a valid CPP name. 550 # Sed expression to map a string onto a valid CPP name.
521 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 551 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
522 552
523 # Sed expression to map a string onto a valid variable name. 553 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 554 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525 555
526 556
527 exec 7<&0 </dev/null 6>&1 557 test -n "$DJDIR" || exec 7<&0 </dev/null
558 exec 6>&1
528 559
529 # Name of the host. 560 # Name of the host.
530 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 561 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
531 # so uname gets run too. 562 # so uname gets run too.
532 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 563 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533 564
534 # 565 #
535 # Initializations. 566 # Initializations.
571 set_have_cc_tls 602 set_have_cc_tls
572 vis_hide 603 vis_hide
573 solaris_ld_v2_maps 604 solaris_ld_v2_maps
574 real_host_noncanonical 605 real_host_noncanonical
575 accel_dir_suffix 606 accel_dir_suffix
607 use_tm_clone_registry
576 force_explicit_eh_registry 608 force_explicit_eh_registry
577 CET_FLAGS 609 CET_FLAGS
578 fixed_point 610 fixed_point
579 enable_decimal_float 611 enable_decimal_float
580 decimal_float 612 decimal_float
671 enable_shared 703 enable_shared
672 enable_gcov 704 enable_gcov
673 enable_vtable_verify 705 enable_vtable_verify
674 with_aix_soname 706 with_aix_soname
675 enable_version_specific_runtime_libs 707 enable_version_specific_runtime_libs
708 with_toolexeclibdir
676 with_slibdir 709 with_slibdir
677 enable_maintainer_mode 710 enable_maintainer_mode
678 with_build_libsubdir 711 with_build_libsubdir
679 enable_largefile 712 enable_largefile
680 enable_decimal_float 713 enable_decimal_float
681 with_system_libunwind 714 with_system_libunwind
682 enable_cet 715 enable_cet
683 enable_explicit_exception_frame_registration 716 enable_explicit_exception_frame_registration
717 enable_tm_clone_registry
684 with_glibc_version 718 with_glibc_version
685 enable_tls 719 enable_tls
686 with_gcc_major_version_only 720 with_gcc_major_version_only
687 ' 721 '
688 ac_precious_vars='build_alias 722 ac_precious_vars='build_alias
754 ac_prev= 788 ac_prev=
755 continue 789 continue
756 fi 790 fi
757 791
758 case $ac_option in 792 case $ac_option in
759 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 793 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
760 *) ac_optarg=yes ;; 794 *=) ac_optarg= ;;
795 *) ac_optarg=yes ;;
761 esac 796 esac
762 797
763 # Accept the important Cygnus configure options, so we can diagnose typos. 798 # Accept the important Cygnus configure options, so we can diagnose typos.
764 799
765 case $ac_dashdash$ac_option in 800 case $ac_dashdash$ac_option in
800 835
801 -disable-* | --disable-*) 836 -disable-* | --disable-*)
802 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 837 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
803 # Reject names that are not valid shell variable names. 838 # Reject names that are not valid shell variable names.
804 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 839 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
805 as_fn_error "invalid feature name: $ac_useropt" 840 as_fn_error $? "invalid feature name: $ac_useropt"
806 ac_useropt_orig=$ac_useropt 841 ac_useropt_orig=$ac_useropt
807 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 842 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
808 case $ac_user_opts in 843 case $ac_user_opts in
809 *" 844 *"
810 "enable_$ac_useropt" 845 "enable_$ac_useropt"
826 861
827 -enable-* | --enable-*) 862 -enable-* | --enable-*)
828 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 863 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
829 # Reject names that are not valid shell variable names. 864 # Reject names that are not valid shell variable names.
830 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 865 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
831 as_fn_error "invalid feature name: $ac_useropt" 866 as_fn_error $? "invalid feature name: $ac_useropt"
832 ac_useropt_orig=$ac_useropt 867 ac_useropt_orig=$ac_useropt
833 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 868 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
834 case $ac_user_opts in 869 case $ac_user_opts in
835 *" 870 *"
836 "enable_$ac_useropt" 871 "enable_$ac_useropt"
1030 1065
1031 -with-* | --with-*) 1066 -with-* | --with-*)
1032 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1067 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1033 # Reject names that are not valid shell variable names. 1068 # Reject names that are not valid shell variable names.
1034 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1069 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1035 as_fn_error "invalid package name: $ac_useropt" 1070 as_fn_error $? "invalid package name: $ac_useropt"
1036 ac_useropt_orig=$ac_useropt 1071 ac_useropt_orig=$ac_useropt
1037 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1072 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1038 case $ac_user_opts in 1073 case $ac_user_opts in
1039 *" 1074 *"
1040 "with_$ac_useropt" 1075 "with_$ac_useropt"
1046 1081
1047 -without-* | --without-*) 1082 -without-* | --without-*)
1048 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1083 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1049 # Reject names that are not valid shell variable names. 1084 # Reject names that are not valid shell variable names.
1050 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1085 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1051 as_fn_error "invalid package name: $ac_useropt" 1086 as_fn_error $? "invalid package name: $ac_useropt"
1052 ac_useropt_orig=$ac_useropt 1087 ac_useropt_orig=$ac_useropt
1053 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1088 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1054 case $ac_user_opts in 1089 case $ac_user_opts in
1055 *" 1090 *"
1056 "with_$ac_useropt" 1091 "with_$ac_useropt"
1076 ac_prev=x_libraries ;; 1111 ac_prev=x_libraries ;;
1077 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1112 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1078 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1113 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1079 x_libraries=$ac_optarg ;; 1114 x_libraries=$ac_optarg ;;
1080 1115
1081 -*) as_fn_error "unrecognized option: \`$ac_option' 1116 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1082 Try \`$0 --help' for more information." 1117 Try \`$0 --help' for more information"
1083 ;; 1118 ;;
1084 1119
1085 *=*) 1120 *=*)
1086 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1121 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1087 # Reject names that are not valid shell variable names. 1122 # Reject names that are not valid shell variable names.
1088 case $ac_envvar in #( 1123 case $ac_envvar in #(
1089 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1124 '' | [0-9]* | *[!_$as_cr_alnum]* )
1090 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1125 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1091 esac 1126 esac
1092 eval $ac_envvar=\$ac_optarg 1127 eval $ac_envvar=\$ac_optarg
1093 export $ac_envvar ;; 1128 export $ac_envvar ;;
1094 1129
1095 *) 1130 *)
1096 # FIXME: should be removed in autoconf 3.0. 1131 # FIXME: should be removed in autoconf 3.0.
1097 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1132 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1098 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1133 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1099 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1134 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1100 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1135 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1101 ;; 1136 ;;
1102 1137
1103 esac 1138 esac
1104 done 1139 done
1105 1140
1106 if test -n "$ac_prev"; then 1141 if test -n "$ac_prev"; then
1107 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1142 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1108 as_fn_error "missing argument to $ac_option" 1143 as_fn_error $? "missing argument to $ac_option"
1109 fi 1144 fi
1110 1145
1111 if test -n "$ac_unrecognized_opts"; then 1146 if test -n "$ac_unrecognized_opts"; then
1112 case $enable_option_checking in 1147 case $enable_option_checking in
1113 no) ;; 1148 no) ;;
1114 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1149 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1115 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1150 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1116 esac 1151 esac
1117 fi 1152 fi
1118 1153
1119 # Check all directory arguments for consistency. 1154 # Check all directory arguments for consistency.
1132 # Be sure to have absolute directory names. 1167 # Be sure to have absolute directory names.
1133 case $ac_val in 1168 case $ac_val in
1134 [\\/$]* | ?:[\\/]* ) continue;; 1169 [\\/$]* | ?:[\\/]* ) continue;;
1135 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1170 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1136 esac 1171 esac
1137 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1172 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1138 done 1173 done
1139 1174
1140 # There might be people who depend on the old broken behavior: `$host' 1175 # There might be people who depend on the old broken behavior: `$host'
1141 # used to hold the argument of --host etc. 1176 # used to hold the argument of --host etc.
1142 # FIXME: To remove some day. 1177 # FIXME: To remove some day.
1146 1181
1147 # FIXME: To remove some day. 1182 # FIXME: To remove some day.
1148 if test "x$host_alias" != x; then 1183 if test "x$host_alias" != x; then
1149 if test "x$build_alias" = x; then 1184 if test "x$build_alias" = x; then
1150 cross_compiling=maybe 1185 cross_compiling=maybe
1151 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1152 If a cross compiler is detected then cross compile mode will be used." >&2
1153 elif test "x$build_alias" != "x$host_alias"; then 1186 elif test "x$build_alias" != "x$host_alias"; then
1154 cross_compiling=yes 1187 cross_compiling=yes
1155 fi 1188 fi
1156 fi 1189 fi
1157 1190
1162 1195
1163 1196
1164 ac_pwd=`pwd` && test -n "$ac_pwd" && 1197 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1165 ac_ls_di=`ls -di .` && 1198 ac_ls_di=`ls -di .` &&
1166 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1199 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1167 as_fn_error "working directory cannot be determined" 1200 as_fn_error $? "working directory cannot be determined"
1168 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1201 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1169 as_fn_error "pwd does not report name of working directory" 1202 as_fn_error $? "pwd does not report name of working directory"
1170 1203
1171 1204
1172 # Find the source files, if location was not specified. 1205 # Find the source files, if location was not specified.
1173 if test -z "$srcdir"; then 1206 if test -z "$srcdir"; then
1174 ac_srcdir_defaulted=yes 1207 ac_srcdir_defaulted=yes
1203 else 1236 else
1204 ac_srcdir_defaulted=no 1237 ac_srcdir_defaulted=no
1205 fi 1238 fi
1206 if test ! -r "$srcdir/$ac_unique_file"; then 1239 if test ! -r "$srcdir/$ac_unique_file"; then
1207 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1240 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1208 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1241 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1209 fi 1242 fi
1210 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1243 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1211 ac_abs_confdir=`( 1244 ac_abs_confdir=`(
1212 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1245 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1213 pwd)` 1246 pwd)`
1214 # When building in place, set srcdir=. 1247 # When building in place, set srcdir=.
1215 if test "$ac_abs_confdir" = "$ac_pwd"; then 1248 if test "$ac_abs_confdir" = "$ac_pwd"; then
1216 srcdir=. 1249 srcdir=.
1217 fi 1250 fi
1247 Configuration: 1280 Configuration:
1248 -h, --help display this help and exit 1281 -h, --help display this help and exit
1249 --help=short display options specific to this package 1282 --help=short display options specific to this package
1250 --help=recursive display the short help of all the included packages 1283 --help=recursive display the short help of all the included packages
1251 -V, --version display version information and exit 1284 -V, --version display version information and exit
1252 -q, --quiet, --silent do not print \`checking...' messages 1285 -q, --quiet, --silent do not print \`checking ...' messages
1253 --cache-file=FILE cache test results in FILE [disabled] 1286 --cache-file=FILE cache test results in FILE [disabled]
1254 -C, --config-cache alias for \`--cache-file=config.cache' 1287 -C, --config-cache alias for \`--cache-file=config.cache'
1255 -n, --no-create do not create output files 1288 -n, --no-create do not create output files
1256 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1289 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1257 1290
1323 --enable-cet enable Intel CET in target libraries [default=no] 1356 --enable-cet enable Intel CET in target libraries [default=no]
1324 --enable-explicit-exception-frame-registration 1357 --enable-explicit-exception-frame-registration
1325 register exception tables explicitly at module 1358 register exception tables explicitly at module
1326 start, for use e.g. for compatibility with 1359 start, for use e.g. for compatibility with
1327 installations without PT_GNU_EH_FRAME support 1360 installations without PT_GNU_EH_FRAME support
1361 --disable-tm-clone-registry disable TM clone registry
1328 --enable-tls Use thread-local storage [default=yes] 1362 --enable-tls Use thread-local storage [default=yes]
1329 1363
1330 Optional Packages: 1364 Optional Packages:
1331 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1365 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1332 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1366 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1334 --with-cross-host=HOST Configuring with a cross compiler 1368 --with-cross-host=HOST Configuring with a cross compiler
1335 --with-ld arrange to use the specified ld (full pathname) 1369 --with-ld arrange to use the specified ld (full pathname)
1336 --with-aix-soname=aix|svr4|both 1370 --with-aix-soname=aix|svr4|both
1337 shared library versioning (aka "SONAME") variant to 1371 shared library versioning (aka "SONAME") variant to
1338 provide on AIX 1372 provide on AIX
1373 --with-toolexeclibdir=DIR
1374 install libraries built with a cross compiler within
1375 DIR
1339 --with-slibdir=DIR shared libraries in DIR LIBDIR 1376 --with-slibdir=DIR shared libraries in DIR LIBDIR
1340 --with-build-libsubdir=DIR Directory where to find libraries for build system 1377 --with-build-libsubdir=DIR Directory where to find libraries for build system
1341 --with-system-libunwind use installed libunwind 1378 --with-system-libunwind use installed libunwind
1342 --with-glibc-version=M.N 1379 --with-glibc-version=M.N
1343 assume GCC used with glibc version M.N or later 1380 assume GCC used with glibc version M.N or later
1348 CC C compiler command 1385 CC C compiler command
1349 CFLAGS C compiler flags 1386 CFLAGS C compiler flags
1350 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1387 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1351 nonstandard directory <lib dir> 1388 nonstandard directory <lib dir>
1352 LIBS libraries to pass to the linker, e.g. -l<library> 1389 LIBS libraries to pass to the linker, e.g. -l<library>
1353 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1390 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1354 you have headers in a nonstandard directory <include dir> 1391 you have headers in a nonstandard directory <include dir>
1355 CPP C preprocessor 1392 CPP C preprocessor
1356 1393
1357 Use these variables to override the choices made by `configure' or to help 1394 Use these variables to override the choices made by `configure' or to help
1358 it to find libraries and programs with nonstandard names/locations. 1395 it to find libraries and programs with nonstandard names/locations.
1421 1458
1422 test -n "$ac_init_help" && exit $ac_status 1459 test -n "$ac_init_help" && exit $ac_status
1423 if $ac_init_version; then 1460 if $ac_init_version; then
1424 cat <<\_ACEOF 1461 cat <<\_ACEOF
1425 GNU C Runtime Library configure 1.0 1462 GNU C Runtime Library configure 1.0
1426 generated by GNU Autoconf 2.64 1463 generated by GNU Autoconf 2.69
1427 1464
1428 Copyright (C) 2009 Free Software Foundation, Inc. 1465 Copyright (C) 2012 Free Software Foundation, Inc.
1429 This configure script is free software; the Free Software Foundation 1466 This configure script is free software; the Free Software Foundation
1430 gives unlimited permission to copy, distribute and modify it. 1467 gives unlimited permission to copy, distribute and modify it.
1431 _ACEOF 1468 _ACEOF
1432 exit 1469 exit
1433 fi 1470 fi
1467 $as_echo "$as_me: failed program was:" >&5 1504 $as_echo "$as_me: failed program was:" >&5
1468 sed 's/^/| /' conftest.$ac_ext >&5 1505 sed 's/^/| /' conftest.$ac_ext >&5
1469 1506
1470 ac_retval=1 1507 ac_retval=1
1471 fi 1508 fi
1472 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1509 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1473 return $ac_retval 1510 as_fn_set_status $ac_retval
1474 1511
1475 } # ac_fn_c_try_compile 1512 } # ac_fn_c_try_compile
1476 1513
1477 # ac_fn_c_try_cpp LINENO 1514 # ac_fn_c_try_cpp LINENO
1478 # ---------------------- 1515 # ----------------------
1493 grep -v '^ *+' conftest.err >conftest.er1 1530 grep -v '^ *+' conftest.err >conftest.er1
1494 cat conftest.er1 >&5 1531 cat conftest.er1 >&5
1495 mv -f conftest.er1 conftest.err 1532 mv -f conftest.er1 conftest.err
1496 fi 1533 fi
1497 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1534 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1498 test $ac_status = 0; } >/dev/null && { 1535 test $ac_status = 0; } > conftest.i && {
1499 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1536 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1500 test ! -s conftest.err 1537 test ! -s conftest.err
1501 }; then : 1538 }; then :
1502 ac_retval=0 1539 ac_retval=0
1503 else 1540 else
1504 $as_echo "$as_me: failed program was:" >&5 1541 $as_echo "$as_me: failed program was:" >&5
1505 sed 's/^/| /' conftest.$ac_ext >&5 1542 sed 's/^/| /' conftest.$ac_ext >&5
1506 1543
1507 ac_retval=1 1544 ac_retval=1
1508 fi 1545 fi
1509 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1546 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1510 return $ac_retval 1547 as_fn_set_status $ac_retval
1511 1548
1512 } # ac_fn_c_try_cpp 1549 } # ac_fn_c_try_cpp
1513 1550
1514 # ac_fn_c_try_run LINENO 1551 # ac_fn_c_try_run LINENO
1515 # ---------------------- 1552 # ----------------------
1546 sed 's/^/| /' conftest.$ac_ext >&5 1583 sed 's/^/| /' conftest.$ac_ext >&5
1547 1584
1548 ac_retval=$ac_status 1585 ac_retval=$ac_status
1549 fi 1586 fi
1550 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1587 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1551 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1588 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1552 return $ac_retval 1589 as_fn_set_status $ac_retval
1553 1590
1554 } # ac_fn_c_try_run 1591 } # ac_fn_c_try_run
1555 1592
1556 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES 1593 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1557 # -------------------------------------------- 1594 # --------------------------------------------
1568 $4 1605 $4
1569 int 1606 int
1570 main () 1607 main ()
1571 { 1608 {
1572 static int test_array [1 - 2 * !(($2) >= 0)]; 1609 static int test_array [1 - 2 * !(($2) >= 0)];
1573 test_array [0] = 0 1610 test_array [0] = 0;
1611 return test_array [0];
1574 1612
1575 ; 1613 ;
1576 return 0; 1614 return 0;
1577 } 1615 }
1578 _ACEOF 1616 _ACEOF
1584 $4 1622 $4
1585 int 1623 int
1586 main () 1624 main ()
1587 { 1625 {
1588 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 1626 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1589 test_array [0] = 0 1627 test_array [0] = 0;
1628 return test_array [0];
1590 1629
1591 ; 1630 ;
1592 return 0; 1631 return 0;
1593 } 1632 }
1594 _ACEOF 1633 _ACEOF
1610 $4 1649 $4
1611 int 1650 int
1612 main () 1651 main ()
1613 { 1652 {
1614 static int test_array [1 - 2 * !(($2) < 0)]; 1653 static int test_array [1 - 2 * !(($2) < 0)];
1615 test_array [0] = 0 1654 test_array [0] = 0;
1655 return test_array [0];
1616 1656
1617 ; 1657 ;
1618 return 0; 1658 return 0;
1619 } 1659 }
1620 _ACEOF 1660 _ACEOF
1626 $4 1666 $4
1627 int 1667 int
1628 main () 1668 main ()
1629 { 1669 {
1630 static int test_array [1 - 2 * !(($2) >= $ac_mid)]; 1670 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1631 test_array [0] = 0 1671 test_array [0] = 0;
1672 return test_array [0];
1632 1673
1633 ; 1674 ;
1634 return 0; 1675 return 0;
1635 } 1676 }
1636 _ACEOF 1677 _ACEOF
1660 $4 1701 $4
1661 int 1702 int
1662 main () 1703 main ()
1663 { 1704 {
1664 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 1705 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1665 test_array [0] = 0 1706 test_array [0] = 0;
1707 return test_array [0];
1666 1708
1667 ; 1709 ;
1668 return 0; 1710 return 0;
1669 } 1711 }
1670 _ACEOF 1712 _ACEOF
1724 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 1766 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
1725 conftest.$ac_objext conftest.beam conftest.$ac_ext 1767 conftest.$ac_objext conftest.beam conftest.$ac_ext
1726 rm -f conftest.val 1768 rm -f conftest.val
1727 1769
1728 fi 1770 fi
1729 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1771 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1730 return $ac_retval 1772 as_fn_set_status $ac_retval
1731 1773
1732 } # ac_fn_c_compute_int 1774 } # ac_fn_c_compute_int
1733 1775
1734 # ac_fn_c_check_header_preproc LINENO HEADER VAR 1776 # ac_fn_c_check_header_preproc LINENO HEADER VAR
1735 # ---------------------------------------------- 1777 # ----------------------------------------------
1737 ac_fn_c_check_header_preproc () 1779 ac_fn_c_check_header_preproc ()
1738 { 1780 {
1739 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1781 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1741 $as_echo_n "checking for $2... " >&6; } 1783 $as_echo_n "checking for $2... " >&6; }
1742 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1784 if eval \${$3+:} false; then :
1743 $as_echo_n "(cached) " >&6 1785 $as_echo_n "(cached) " >&6
1744 else 1786 else
1745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1746 /* end confdefs.h. */ 1788 /* end confdefs.h. */
1747 #include <$2> 1789 #include <$2>
1749 if ac_fn_c_try_cpp "$LINENO"; then : 1791 if ac_fn_c_try_cpp "$LINENO"; then :
1750 eval "$3=yes" 1792 eval "$3=yes"
1751 else 1793 else
1752 eval "$3=no" 1794 eval "$3=no"
1753 fi 1795 fi
1754 rm -f conftest.err conftest.$ac_ext 1796 rm -f conftest.err conftest.i conftest.$ac_ext
1755 fi 1797 fi
1756 eval ac_res=\$$3 1798 eval ac_res=\$$3
1757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1758 $as_echo "$ac_res" >&6; } 1800 $as_echo "$ac_res" >&6; }
1759 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1801 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1760 1802
1761 } # ac_fn_c_check_header_preproc 1803 } # ac_fn_c_check_header_preproc
1762 cat >config.log <<_ACEOF 1804 cat >config.log <<_ACEOF
1763 This file contains any messages produced by compilers while 1805 This file contains any messages produced by compilers while
1764 running configure, to aid debugging if configure makes a mistake. 1806 running configure, to aid debugging if configure makes a mistake.
1765 1807
1766 It was created by GNU C Runtime Library $as_me 1.0, which was 1808 It was created by GNU C Runtime Library $as_me 1.0, which was
1767 generated by GNU Autoconf 2.64. Invocation command line was 1809 generated by GNU Autoconf 2.69. Invocation command line was
1768 1810
1769 $ $0 $@ 1811 $ $0 $@
1770 1812
1771 _ACEOF 1813 _ACEOF
1772 exec 5>>config.log 1814 exec 5>>config.log
1872 trap 'exit_status=$? 1914 trap 'exit_status=$?
1873 # Save into config.log some information that might help in debugging. 1915 # Save into config.log some information that might help in debugging.
1874 { 1916 {
1875 echo 1917 echo
1876 1918
1877 cat <<\_ASBOX 1919 $as_echo "## ---------------- ##
1878 ## ---------------- ##
1879 ## Cache variables. ## 1920 ## Cache variables. ##
1880 ## ---------------- ## 1921 ## ---------------- ##"
1881 _ASBOX
1882 echo 1922 echo
1883 # The following way of writing the cache mishandles newlines in values, 1923 # The following way of writing the cache mishandles newlines in values,
1884 ( 1924 (
1885 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1925 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1886 eval ac_val=\$$ac_var 1926 eval ac_val=\$$ac_var
1910 esac | 1950 esac |
1911 sort 1951 sort
1912 ) 1952 )
1913 echo 1953 echo
1914 1954
1915 cat <<\_ASBOX 1955 $as_echo "## ----------------- ##
1916 ## ----------------- ##
1917 ## Output variables. ## 1956 ## Output variables. ##
1918 ## ----------------- ## 1957 ## ----------------- ##"
1919 _ASBOX
1920 echo 1958 echo
1921 for ac_var in $ac_subst_vars 1959 for ac_var in $ac_subst_vars
1922 do 1960 do
1923 eval ac_val=\$$ac_var 1961 eval ac_val=\$$ac_var
1924 case $ac_val in 1962 case $ac_val in
1927 $as_echo "$ac_var='\''$ac_val'\''" 1965 $as_echo "$ac_var='\''$ac_val'\''"
1928 done | sort 1966 done | sort
1929 echo 1967 echo
1930 1968
1931 if test -n "$ac_subst_files"; then 1969 if test -n "$ac_subst_files"; then
1932 cat <<\_ASBOX 1970 $as_echo "## ------------------- ##
1933 ## ------------------- ##
1934 ## File substitutions. ## 1971 ## File substitutions. ##
1935 ## ------------------- ## 1972 ## ------------------- ##"
1936 _ASBOX
1937 echo 1973 echo
1938 for ac_var in $ac_subst_files 1974 for ac_var in $ac_subst_files
1939 do 1975 do
1940 eval ac_val=\$$ac_var 1976 eval ac_val=\$$ac_var
1941 case $ac_val in 1977 case $ac_val in
1945 done | sort 1981 done | sort
1946 echo 1982 echo
1947 fi 1983 fi
1948 1984
1949 if test -s confdefs.h; then 1985 if test -s confdefs.h; then
1950 cat <<\_ASBOX 1986 $as_echo "## ----------- ##
1951 ## ----------- ##
1952 ## confdefs.h. ## 1987 ## confdefs.h. ##
1953 ## ----------- ## 1988 ## ----------- ##"
1954 _ASBOX
1955 echo 1989 echo
1956 cat confdefs.h 1990 cat confdefs.h
1957 echo 1991 echo
1958 fi 1992 fi
1959 test "$ac_signal" != 0 && 1993 test "$ac_signal" != 0 &&
2004 # Let the site file select an alternate cache file if it wants to. 2038 # Let the site file select an alternate cache file if it wants to.
2005 # Prefer an explicitly selected file to automatically selected ones. 2039 # Prefer an explicitly selected file to automatically selected ones.
2006 ac_site_file1=NONE 2040 ac_site_file1=NONE
2007 ac_site_file2=NONE 2041 ac_site_file2=NONE
2008 if test -n "$CONFIG_SITE"; then 2042 if test -n "$CONFIG_SITE"; then
2009 ac_site_file1=$CONFIG_SITE 2043 # We do not want a PATH search for config.site.
2044 case $CONFIG_SITE in #((
2045 -*) ac_site_file1=./$CONFIG_SITE;;
2046 */*) ac_site_file1=$CONFIG_SITE;;
2047 *) ac_site_file1=./$CONFIG_SITE;;
2048 esac
2010 elif test "x$prefix" != xNONE; then 2049 elif test "x$prefix" != xNONE; then
2011 ac_site_file1=$prefix/share/config.site 2050 ac_site_file1=$prefix/share/config.site
2012 ac_site_file2=$prefix/etc/config.site 2051 ac_site_file2=$prefix/etc/config.site
2013 else 2052 else
2014 ac_site_file1=$ac_default_prefix/share/config.site 2053 ac_site_file1=$ac_default_prefix/share/config.site
2015 ac_site_file2=$ac_default_prefix/etc/config.site 2054 ac_site_file2=$ac_default_prefix/etc/config.site
2016 fi 2055 fi
2017 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 2056 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2018 do 2057 do
2019 test "x$ac_site_file" = xNONE && continue 2058 test "x$ac_site_file" = xNONE && continue
2020 if test -r "$ac_site_file"; then 2059 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2021 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2060 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2022 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 2061 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2023 sed 's/^/| /' "$ac_site_file" >&5 2062 sed 's/^/| /' "$ac_site_file" >&5
2024 . "$ac_site_file" 2063 . "$ac_site_file" \
2064 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2065 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2066 as_fn_error $? "failed to load site script $ac_site_file
2067 See \`config.log' for more details" "$LINENO" 5; }
2025 fi 2068 fi
2026 done 2069 done
2027 2070
2028 if test -r "$cache_file"; then 2071 if test -r "$cache_file"; then
2029 # Some versions of bash will fail to source /dev/null (special 2072 # Some versions of bash will fail to source /dev/null (special files
2030 # files actually), so we avoid doing that. 2073 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2031 if test -f "$cache_file"; then 2074 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2032 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2075 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2033 $as_echo "$as_me: loading cache $cache_file" >&6;} 2076 $as_echo "$as_me: loading cache $cache_file" >&6;}
2034 case $cache_file in 2077 case $cache_file in
2035 [\\/]* | ?:[\\/]* ) . "$cache_file";; 2078 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2036 *) . "./$cache_file";; 2079 *) . "./$cache_file";;
2095 if $ac_cache_corrupted; then 2138 if $ac_cache_corrupted; then
2096 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2139 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2097 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2140 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2098 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2141 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2099 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2142 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2100 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2143 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2101 fi 2144 fi
2102 ## -------------------- ## 2145 ## -------------------- ##
2103 ## Main body of script. ## 2146 ## Main body of script. ##
2104 ## -------------------- ## 2147 ## -------------------- ##
2105 2148
2154 libgcc_topdir="${srcdir}/.." 2197 libgcc_topdir="${srcdir}/.."
2155 fi 2198 fi
2156 2199
2157 ac_aux_dir= 2200 ac_aux_dir=
2158 for ac_dir in $libgcc_topdir "$srcdir"/$libgcc_topdir; do 2201 for ac_dir in $libgcc_topdir "$srcdir"/$libgcc_topdir; do
2159 for ac_t in install-sh install.sh shtool; do 2202 if test -f "$ac_dir/install-sh"; then
2160 if test -f "$ac_dir/$ac_t"; then 2203 ac_aux_dir=$ac_dir
2161 ac_aux_dir=$ac_dir 2204 ac_install_sh="$ac_aux_dir/install-sh -c"
2162 ac_install_sh="$ac_aux_dir/$ac_t -c" 2205 break
2163 break 2 2206 elif test -f "$ac_dir/install.sh"; then
2164 fi 2207 ac_aux_dir=$ac_dir
2165 done 2208 ac_install_sh="$ac_aux_dir/install.sh -c"
2209 break
2210 elif test -f "$ac_dir/shtool"; then
2211 ac_aux_dir=$ac_dir
2212 ac_install_sh="$ac_aux_dir/shtool install -c"
2213 break
2214 fi
2166 done 2215 done
2167 if test -z "$ac_aux_dir"; then 2216 if test -z "$ac_aux_dir"; then
2168 as_fn_error "cannot find install-sh, install.sh, or shtool in $libgcc_topdir \"$srcdir\"/$libgcc_topdir" "$LINENO" 5 2217 as_fn_error $? "cannot find install-sh, install.sh, or shtool in $libgcc_topdir \"$srcdir\"/$libgcc_topdir" "$LINENO" 5
2169 fi 2218 fi
2170 2219
2171 # These three variables are undocumented and unsupported, 2220 # These three variables are undocumented and unsupported,
2172 # and are intended to be withdrawn in a future Autoconf release. 2221 # and are intended to be withdrawn in a future Autoconf release.
2173 # They can cause serious problems if a builder's source tree is in a directory 2222 # They can cause serious problems if a builder's source tree is in a directory
2232 power*-*-aix[5-9]*:yes) 2281 power*-*-aix[5-9]*:yes)
2233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide for shared libgcc" >&5 2282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide for shared libgcc" >&5
2234 $as_echo_n "checking which variant of shared library versioning to provide for shared libgcc... " >&6; } 2283 $as_echo_n "checking which variant of shared library versioning to provide for shared libgcc... " >&6; }
2235 case ${withval} in 2284 case ${withval} in
2236 aix|svr4|both) ;; 2285 aix|svr4|both) ;;
2237 *) as_fn_error "Unknown argument to --with-aix-soname" "$LINENO" 5;; 2286 *) as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5;;
2238 esac 2287 esac
2239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $withval" >&5 2288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $withval" >&5
2240 $as_echo "$withval" >&6; } 2289 $as_echo "$withval" >&6; }
2241 ;; 2290 ;;
2242 *) with_aix_soname=aix ;; 2291 *) with_aix_soname=aix ;;
2248 2297
2249 2298
2250 2299
2251 # Make sure we can run config.sub. 2300 # Make sure we can run config.sub.
2252 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2301 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2253 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2302 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2254 2303
2255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2256 $as_echo_n "checking build system type... " >&6; } 2305 $as_echo_n "checking build system type... " >&6; }
2257 if test "${ac_cv_build+set}" = set; then : 2306 if ${ac_cv_build+:} false; then :
2258 $as_echo_n "(cached) " >&6 2307 $as_echo_n "(cached) " >&6
2259 else 2308 else
2260 ac_build_alias=$build_alias 2309 ac_build_alias=$build_alias
2261 test "x$ac_build_alias" = x && 2310 test "x$ac_build_alias" = x &&
2262 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2311 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2263 test "x$ac_build_alias" = x && 2312 test "x$ac_build_alias" = x &&
2264 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 2313 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2265 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 2314 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2266 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 2315 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2267 2316
2268 fi 2317 fi
2269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2270 $as_echo "$ac_cv_build" >&6; } 2319 $as_echo "$ac_cv_build" >&6; }
2271 case $ac_cv_build in 2320 case $ac_cv_build in
2272 *-*-*) ;; 2321 *-*-*) ;;
2273 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; 2322 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2274 esac 2323 esac
2275 build=$ac_cv_build 2324 build=$ac_cv_build
2276 ac_save_IFS=$IFS; IFS='-' 2325 ac_save_IFS=$IFS; IFS='-'
2277 set x $ac_cv_build 2326 set x $ac_cv_build
2278 shift 2327 shift
2286 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2335 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2287 2336
2288 2337
2289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2290 $as_echo_n "checking host system type... " >&6; } 2339 $as_echo_n "checking host system type... " >&6; }
2291 if test "${ac_cv_host+set}" = set; then : 2340 if ${ac_cv_host+:} false; then :
2292 $as_echo_n "(cached) " >&6 2341 $as_echo_n "(cached) " >&6
2293 else 2342 else
2294 if test "x$host_alias" = x; then 2343 if test "x$host_alias" = x; then
2295 ac_cv_host=$ac_cv_build 2344 ac_cv_host=$ac_cv_build
2296 else 2345 else
2297 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2346 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2298 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 2347 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2299 fi 2348 fi
2300 2349
2301 fi 2350 fi
2302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2303 $as_echo "$ac_cv_host" >&6; } 2352 $as_echo "$ac_cv_host" >&6; }
2304 case $ac_cv_host in 2353 case $ac_cv_host in
2305 *-*-*) ;; 2354 *-*-*) ;;
2306 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; 2355 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2307 esac 2356 esac
2308 host=$ac_cv_host 2357 host=$ac_cv_host
2309 ac_save_IFS=$IFS; IFS='-' 2358 ac_save_IFS=$IFS; IFS='-'
2310 set x $ac_cv_host 2359 set x $ac_cv_host
2311 shift 2360 shift
2407 # Check whether --enable-version-specific-runtime-libs was given. 2456 # Check whether --enable-version-specific-runtime-libs was given.
2408 if test "${enable_version_specific_runtime_libs+set}" = set; then : 2457 if test "${enable_version_specific_runtime_libs+set}" = set; then :
2409 enableval=$enable_version_specific_runtime_libs; case "$enableval" in 2458 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
2410 yes) version_specific_libs=yes ;; 2459 yes) version_specific_libs=yes ;;
2411 no) version_specific_libs=no ;; 2460 no) version_specific_libs=no ;;
2412 *) as_fn_error "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;; 2461 *) as_fn_error $? "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
2413 esac 2462 esac
2414 else 2463 else
2415 version_specific_libs=no 2464 version_specific_libs=no
2416 fi 2465 fi
2417 2466
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5 2467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5
2419 $as_echo "$version_specific_libs" >&6; } 2468 $as_echo "$version_specific_libs" >&6; }
2469
2470
2471 # Check whether --with-toolexeclibdir was given.
2472 if test "${with_toolexeclibdir+set}" = set; then :
2473 withval=$with_toolexeclibdir; case ${with_toolexeclibdir} in
2474 /)
2475 ;;
2476 */)
2477 with_toolexeclibdir=`echo $with_toolexeclibdir | sed 's,/$,,'`
2478 ;;
2479 esac
2480 else
2481 with_toolexeclibdir=no
2482 fi
2483
2484
2420 2485
2421 2486
2422 # Check whether --with-slibdir was given. 2487 # Check whether --with-slibdir was given.
2423 if test "${with_slibdir+set}" = set; then : 2488 if test "${with_slibdir+set}" = set; then :
2424 withval=$with_slibdir; slibdir="$with_slibdir" 2489 withval=$with_slibdir; slibdir="$with_slibdir"
2425 else 2490 else
2426 if test "${version_specific_libs}" = yes; then 2491 if test "${version_specific_libs}" = yes; then
2427 slibdir='$(libsubdir)' 2492 slibdir='$(libsubdir)'
2428 elif test -n "$with_cross_host" && test x"$with_cross_host" != x"no"; then 2493 elif test -n "$with_cross_host" && test x"$with_cross_host" != x"no"; then
2429 slibdir='$(exec_prefix)/$(host_noncanonical)/lib' 2494 case ${with_toolexeclibdir} in
2495 no)
2496 slibdir='$(exec_prefix)/$(host_noncanonical)/lib'
2497 ;;
2498 *)
2499 slibdir=${with_toolexeclibdir}
2500 ;;
2501 esac
2430 else 2502 else
2431 slibdir='$(libdir)' 2503 slibdir='$(libdir)'
2432 fi 2504 fi
2433 fi 2505 fi
2434 2506
2439 # Check whether --enable-maintainer-mode was given. 2511 # Check whether --enable-maintainer-mode was given.
2440 if test "${enable_maintainer_mode+set}" = set; then : 2512 if test "${enable_maintainer_mode+set}" = set; then :
2441 enableval=$enable_maintainer_mode; case ${enable_maintainer_mode} in 2513 enableval=$enable_maintainer_mode; case ${enable_maintainer_mode} in
2442 yes) MAINT='' ;; 2514 yes) MAINT='' ;;
2443 no) MAINT='#' ;; 2515 no) MAINT='#' ;;
2444 *) as_fn_error "--enable-maintainer-mode must be yes or no" "$LINENO" 5 ;; 2516 *) as_fn_error $? "--enable-maintainer-mode must be yes or no" "$LINENO" 5 ;;
2445 esac 2517 esac
2446 maintainer_mode=${enableval} 2518 maintainer_mode=${enableval}
2447 else 2519 else
2448 MAINT='#' 2520 MAINT='#'
2449 fi 2521 fi
2464 # ./install, which can be erroneously created by make from ./install.sh. 2536 # ./install, which can be erroneously created by make from ./install.sh.
2465 # Reject install programs that cannot install multiple files. 2537 # Reject install programs that cannot install multiple files.
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 2538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2467 $as_echo_n "checking for a BSD-compatible install... " >&6; } 2539 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2468 if test -z "$INSTALL"; then 2540 if test -z "$INSTALL"; then
2469 if test "${ac_cv_path_install+set}" = set; then : 2541 if ${ac_cv_path_install+:} false; then :
2470 $as_echo_n "(cached) " >&6 2542 $as_echo_n "(cached) " >&6
2471 else 2543 else
2472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2473 for as_dir in $PATH 2545 for as_dir in $PATH
2474 do 2546 do
2484 # OSF1 and SCO ODT 3.0 have their own names for install. 2556 # OSF1 and SCO ODT 3.0 have their own names for install.
2485 # Don't use installbsd from OSF since it installs stuff as root 2557 # Don't use installbsd from OSF since it installs stuff as root
2486 # by default. 2558 # by default.
2487 for ac_prog in ginstall scoinst install; do 2559 for ac_prog in ginstall scoinst install; do
2488 for ac_exec_ext in '' $ac_executable_extensions; do 2560 for ac_exec_ext in '' $ac_executable_extensions; do
2489 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 2561 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2490 if test $ac_prog = install && 2562 if test $ac_prog = install &&
2491 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2563 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2492 # AIX install. It has an incompatible calling convention. 2564 # AIX install. It has an incompatible calling convention.
2493 : 2565 :
2494 elif test $ac_prog = install && 2566 elif test $ac_prog = install &&
2547 do 2619 do
2548 # Extract the first word of "$ac_prog", so it can be a program name with args. 2620 # Extract the first word of "$ac_prog", so it can be a program name with args.
2549 set dummy $ac_prog; ac_word=$2 2621 set dummy $ac_prog; ac_word=$2
2550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2551 $as_echo_n "checking for $ac_word... " >&6; } 2623 $as_echo_n "checking for $ac_word... " >&6; }
2552 if test "${ac_cv_prog_AWK+set}" = set; then : 2624 if ${ac_cv_prog_AWK+:} false; then :
2553 $as_echo_n "(cached) " >&6 2625 $as_echo_n "(cached) " >&6
2554 else 2626 else
2555 if test -n "$AWK"; then 2627 if test -n "$AWK"; then
2556 ac_cv_prog_AWK="$AWK" # Let the user override the test. 2628 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2557 else 2629 else
2559 for as_dir in $PATH 2631 for as_dir in $PATH
2560 do 2632 do
2561 IFS=$as_save_IFS 2633 IFS=$as_save_IFS
2562 test -z "$as_dir" && as_dir=. 2634 test -z "$as_dir" && as_dir=.
2563 for ac_exec_ext in '' $ac_executable_extensions; do 2635 for ac_exec_ext in '' $ac_executable_extensions; do
2564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2636 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2565 ac_cv_prog_AWK="$ac_prog" 2637 ac_cv_prog_AWK="$ac_prog"
2566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2567 break 2 2639 break 2
2568 fi 2640 fi
2569 done 2641 done
2585 test -n "$AWK" && break 2657 test -n "$AWK" && break
2586 done 2658 done
2587 2659
2588 # We need awk; bail out if it's missing. 2660 # We need awk; bail out if it's missing.
2589 case ${AWK} in 2661 case ${AWK} in
2590 "") as_fn_error "can't build without awk, bailing out" "$LINENO" 5 ;; 2662 "") as_fn_error $? "can't build without awk, bailing out" "$LINENO" 5 ;;
2591 esac 2663 esac
2592 2664
2593 2665
2594 case ${build_alias} in 2666 case ${build_alias} in
2595 "") build_noncanonical=${build} ;; 2667 "") build_noncanonical=${build} ;;
2654 no) 2726 no)
2655 if test -n "$with_cross_host" && 2727 if test -n "$with_cross_host" &&
2656 test x"$with_cross_host" != x"no"; then 2728 test x"$with_cross_host" != x"no"; then
2657 # Install a library built with a cross compiler in tooldir, not libdir. 2729 # Install a library built with a cross compiler in tooldir, not libdir.
2658 toolexecdir='$(exec_prefix)/$(target_noncanonical)' 2730 toolexecdir='$(exec_prefix)/$(target_noncanonical)'
2659 toolexeclibdir='$(toolexecdir)/lib' 2731 case ${with_toolexeclibdir} in
2732 no)
2733 toolexeclibdir='$(toolexecdir)/lib'
2734 ;;
2735 *)
2736 toolexeclibdir=${with_toolexeclibdir}
2737 ;;
2738 esac
2660 else 2739 else
2661 toolexecdir='$(libdir)/gcc-lib/$(target_noncanonical)' 2740 toolexecdir='$(libdir)/gcc-lib/$(target_noncanonical)'
2662 toolexeclibdir='$(libdir)' 2741 toolexeclibdir='$(libdir)'
2663 fi 2742 fi
2664 multi_os_directory=`$CC -print-multi-os-directory` 2743 multi_os_directory=`$CC -print-multi-os-directory`
2674 if test -n "$ac_tool_prefix"; then 2753 if test -n "$ac_tool_prefix"; then
2675 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 2754 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
2676 set dummy ${ac_tool_prefix}ar; ac_word=$2 2755 set dummy ${ac_tool_prefix}ar; ac_word=$2
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2678 $as_echo_n "checking for $ac_word... " >&6; } 2757 $as_echo_n "checking for $ac_word... " >&6; }
2679 if test "${ac_cv_prog_AR+set}" = set; then : 2758 if ${ac_cv_prog_AR+:} false; then :
2680 $as_echo_n "(cached) " >&6 2759 $as_echo_n "(cached) " >&6
2681 else 2760 else
2682 if test -n "$AR"; then 2761 if test -n "$AR"; then
2683 ac_cv_prog_AR="$AR" # Let the user override the test. 2762 ac_cv_prog_AR="$AR" # Let the user override the test.
2684 else 2763 else
2686 for as_dir in $PATH 2765 for as_dir in $PATH
2687 do 2766 do
2688 IFS=$as_save_IFS 2767 IFS=$as_save_IFS
2689 test -z "$as_dir" && as_dir=. 2768 test -z "$as_dir" && as_dir=.
2690 for ac_exec_ext in '' $ac_executable_extensions; do 2769 for ac_exec_ext in '' $ac_executable_extensions; do
2691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2770 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2692 ac_cv_prog_AR="${ac_tool_prefix}ar" 2771 ac_cv_prog_AR="${ac_tool_prefix}ar"
2693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2694 break 2 2773 break 2
2695 fi 2774 fi
2696 done 2775 done
2714 ac_ct_AR=$AR 2793 ac_ct_AR=$AR
2715 # Extract the first word of "ar", so it can be a program name with args. 2794 # Extract the first word of "ar", so it can be a program name with args.
2716 set dummy ar; ac_word=$2 2795 set dummy ar; ac_word=$2
2717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2718 $as_echo_n "checking for $ac_word... " >&6; } 2797 $as_echo_n "checking for $ac_word... " >&6; }
2719 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : 2798 if ${ac_cv_prog_ac_ct_AR+:} false; then :
2720 $as_echo_n "(cached) " >&6 2799 $as_echo_n "(cached) " >&6
2721 else 2800 else
2722 if test -n "$ac_ct_AR"; then 2801 if test -n "$ac_ct_AR"; then
2723 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 2802 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
2724 else 2803 else
2726 for as_dir in $PATH 2805 for as_dir in $PATH
2727 do 2806 do
2728 IFS=$as_save_IFS 2807 IFS=$as_save_IFS
2729 test -z "$as_dir" && as_dir=. 2808 test -z "$as_dir" && as_dir=.
2730 for ac_exec_ext in '' $ac_executable_extensions; do 2809 for ac_exec_ext in '' $ac_executable_extensions; do
2731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2810 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2732 ac_cv_prog_ac_ct_AR="ar" 2811 ac_cv_prog_ac_ct_AR="ar"
2733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2812 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2734 break 2 2813 break 2
2735 fi 2814 fi
2736 done 2815 done
2766 if test -n "$ac_tool_prefix"; then 2845 if test -n "$ac_tool_prefix"; then
2767 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. 2846 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
2768 set dummy ${ac_tool_prefix}lipo; ac_word=$2 2847 set dummy ${ac_tool_prefix}lipo; ac_word=$2
2769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2770 $as_echo_n "checking for $ac_word... " >&6; } 2849 $as_echo_n "checking for $ac_word... " >&6; }
2771 if test "${ac_cv_prog_LIPO+set}" = set; then : 2850 if ${ac_cv_prog_LIPO+:} false; then :
2772 $as_echo_n "(cached) " >&6 2851 $as_echo_n "(cached) " >&6
2773 else 2852 else
2774 if test -n "$LIPO"; then 2853 if test -n "$LIPO"; then
2775 ac_cv_prog_LIPO="$LIPO" # Let the user override the test. 2854 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
2776 else 2855 else
2778 for as_dir in $PATH 2857 for as_dir in $PATH
2779 do 2858 do
2780 IFS=$as_save_IFS 2859 IFS=$as_save_IFS
2781 test -z "$as_dir" && as_dir=. 2860 test -z "$as_dir" && as_dir=.
2782 for ac_exec_ext in '' $ac_executable_extensions; do 2861 for ac_exec_ext in '' $ac_executable_extensions; do
2783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2862 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2784 ac_cv_prog_LIPO="${ac_tool_prefix}lipo" 2863 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
2785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2786 break 2 2865 break 2
2787 fi 2866 fi
2788 done 2867 done
2806 ac_ct_LIPO=$LIPO 2885 ac_ct_LIPO=$LIPO
2807 # Extract the first word of "lipo", so it can be a program name with args. 2886 # Extract the first word of "lipo", so it can be a program name with args.
2808 set dummy lipo; ac_word=$2 2887 set dummy lipo; ac_word=$2
2809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2810 $as_echo_n "checking for $ac_word... " >&6; } 2889 $as_echo_n "checking for $ac_word... " >&6; }
2811 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : 2890 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
2812 $as_echo_n "(cached) " >&6 2891 $as_echo_n "(cached) " >&6
2813 else 2892 else
2814 if test -n "$ac_ct_LIPO"; then 2893 if test -n "$ac_ct_LIPO"; then
2815 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. 2894 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
2816 else 2895 else
2818 for as_dir in $PATH 2897 for as_dir in $PATH
2819 do 2898 do
2820 IFS=$as_save_IFS 2899 IFS=$as_save_IFS
2821 test -z "$as_dir" && as_dir=. 2900 test -z "$as_dir" && as_dir=.
2822 for ac_exec_ext in '' $ac_executable_extensions; do 2901 for ac_exec_ext in '' $ac_executable_extensions; do
2823 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2902 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2824 ac_cv_prog_ac_ct_LIPO="lipo" 2903 ac_cv_prog_ac_ct_LIPO="lipo"
2825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2826 break 2 2905 break 2
2827 fi 2906 fi
2828 done 2907 done
2858 if test -n "$ac_tool_prefix"; then 2937 if test -n "$ac_tool_prefix"; then
2859 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args. 2938 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
2860 set dummy ${ac_tool_prefix}nm; ac_word=$2 2939 set dummy ${ac_tool_prefix}nm; ac_word=$2
2861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2862 $as_echo_n "checking for $ac_word... " >&6; } 2941 $as_echo_n "checking for $ac_word... " >&6; }
2863 if test "${ac_cv_prog_NM+set}" = set; then : 2942 if ${ac_cv_prog_NM+:} false; then :
2864 $as_echo_n "(cached) " >&6 2943 $as_echo_n "(cached) " >&6
2865 else 2944 else
2866 if test -n "$NM"; then 2945 if test -n "$NM"; then
2867 ac_cv_prog_NM="$NM" # Let the user override the test. 2946 ac_cv_prog_NM="$NM" # Let the user override the test.
2868 else 2947 else
2870 for as_dir in $PATH 2949 for as_dir in $PATH
2871 do 2950 do
2872 IFS=$as_save_IFS 2951 IFS=$as_save_IFS
2873 test -z "$as_dir" && as_dir=. 2952 test -z "$as_dir" && as_dir=.
2874 for ac_exec_ext in '' $ac_executable_extensions; do 2953 for ac_exec_ext in '' $ac_executable_extensions; do
2875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2954 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2876 ac_cv_prog_NM="${ac_tool_prefix}nm" 2955 ac_cv_prog_NM="${ac_tool_prefix}nm"
2877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2878 break 2 2957 break 2
2879 fi 2958 fi
2880 done 2959 done
2898 ac_ct_NM=$NM 2977 ac_ct_NM=$NM
2899 # Extract the first word of "nm", so it can be a program name with args. 2978 # Extract the first word of "nm", so it can be a program name with args.
2900 set dummy nm; ac_word=$2 2979 set dummy nm; ac_word=$2
2901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2902 $as_echo_n "checking for $ac_word... " >&6; } 2981 $as_echo_n "checking for $ac_word... " >&6; }
2903 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then : 2982 if ${ac_cv_prog_ac_ct_NM+:} false; then :
2904 $as_echo_n "(cached) " >&6 2983 $as_echo_n "(cached) " >&6
2905 else 2984 else
2906 if test -n "$ac_ct_NM"; then 2985 if test -n "$ac_ct_NM"; then
2907 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test. 2986 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
2908 else 2987 else
2910 for as_dir in $PATH 2989 for as_dir in $PATH
2911 do 2990 do
2912 IFS=$as_save_IFS 2991 IFS=$as_save_IFS
2913 test -z "$as_dir" && as_dir=. 2992 test -z "$as_dir" && as_dir=.
2914 for ac_exec_ext in '' $ac_executable_extensions; do 2993 for ac_exec_ext in '' $ac_executable_extensions; do
2915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2994 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2916 ac_cv_prog_ac_ct_NM="nm" 2995 ac_cv_prog_ac_ct_NM="nm"
2917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2918 break 2 2997 break 2
2919 fi 2998 fi
2920 done 2999 done
2950 if test -n "$ac_tool_prefix"; then 3029 if test -n "$ac_tool_prefix"; then
2951 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3030 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2952 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3031 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2954 $as_echo_n "checking for $ac_word... " >&6; } 3033 $as_echo_n "checking for $ac_word... " >&6; }
2955 if test "${ac_cv_prog_RANLIB+set}" = set; then : 3034 if ${ac_cv_prog_RANLIB+:} false; then :
2956 $as_echo_n "(cached) " >&6 3035 $as_echo_n "(cached) " >&6
2957 else 3036 else
2958 if test -n "$RANLIB"; then 3037 if test -n "$RANLIB"; then
2959 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 3038 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2960 else 3039 else
2962 for as_dir in $PATH 3041 for as_dir in $PATH
2963 do 3042 do
2964 IFS=$as_save_IFS 3043 IFS=$as_save_IFS
2965 test -z "$as_dir" && as_dir=. 3044 test -z "$as_dir" && as_dir=.
2966 for ac_exec_ext in '' $ac_executable_extensions; do 3045 for ac_exec_ext in '' $ac_executable_extensions; do
2967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3046 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2968 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3047 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2970 break 2 3049 break 2
2971 fi 3050 fi
2972 done 3051 done
2990 ac_ct_RANLIB=$RANLIB 3069 ac_ct_RANLIB=$RANLIB
2991 # Extract the first word of "ranlib", so it can be a program name with args. 3070 # Extract the first word of "ranlib", so it can be a program name with args.
2992 set dummy ranlib; ac_word=$2 3071 set dummy ranlib; ac_word=$2
2993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2994 $as_echo_n "checking for $ac_word... " >&6; } 3073 $as_echo_n "checking for $ac_word... " >&6; }
2995 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 3074 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
2996 $as_echo_n "(cached) " >&6 3075 $as_echo_n "(cached) " >&6
2997 else 3076 else
2998 if test -n "$ac_ct_RANLIB"; then 3077 if test -n "$ac_ct_RANLIB"; then
2999 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 3078 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3000 else 3079 else
3002 for as_dir in $PATH 3081 for as_dir in $PATH
3003 do 3082 do
3004 IFS=$as_save_IFS 3083 IFS=$as_save_IFS
3005 test -z "$as_dir" && as_dir=. 3084 test -z "$as_dir" && as_dir=.
3006 for ac_exec_ext in '' $ac_executable_extensions; do 3085 for ac_exec_ext in '' $ac_executable_extensions; do
3007 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3086 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3008 ac_cv_prog_ac_ct_RANLIB="ranlib" 3087 ac_cv_prog_ac_ct_RANLIB="ranlib"
3009 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3010 break 2 3089 break 2
3011 fi 3090 fi
3012 done 3091 done
3042 if test -n "$ac_tool_prefix"; then 3121 if test -n "$ac_tool_prefix"; then
3043 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 3122 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3044 set dummy ${ac_tool_prefix}strip; ac_word=$2 3123 set dummy ${ac_tool_prefix}strip; ac_word=$2
3045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3046 $as_echo_n "checking for $ac_word... " >&6; } 3125 $as_echo_n "checking for $ac_word... " >&6; }
3047 if test "${ac_cv_prog_STRIP+set}" = set; then : 3126 if ${ac_cv_prog_STRIP+:} false; then :
3048 $as_echo_n "(cached) " >&6 3127 $as_echo_n "(cached) " >&6
3049 else 3128 else
3050 if test -n "$STRIP"; then 3129 if test -n "$STRIP"; then
3051 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 3130 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3052 else 3131 else
3054 for as_dir in $PATH 3133 for as_dir in $PATH
3055 do 3134 do
3056 IFS=$as_save_IFS 3135 IFS=$as_save_IFS
3057 test -z "$as_dir" && as_dir=. 3136 test -z "$as_dir" && as_dir=.
3058 for ac_exec_ext in '' $ac_executable_extensions; do 3137 for ac_exec_ext in '' $ac_executable_extensions; do
3059 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3138 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3060 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 3139 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3062 break 2 3141 break 2
3063 fi 3142 fi
3064 done 3143 done
3082 ac_ct_STRIP=$STRIP 3161 ac_ct_STRIP=$STRIP
3083 # Extract the first word of "strip", so it can be a program name with args. 3162 # Extract the first word of "strip", so it can be a program name with args.
3084 set dummy strip; ac_word=$2 3163 set dummy strip; ac_word=$2
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3086 $as_echo_n "checking for $ac_word... " >&6; } 3165 $as_echo_n "checking for $ac_word... " >&6; }
3087 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 3166 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3088 $as_echo_n "(cached) " >&6 3167 $as_echo_n "(cached) " >&6
3089 else 3168 else
3090 if test -n "$ac_ct_STRIP"; then 3169 if test -n "$ac_ct_STRIP"; then
3091 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 3170 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3092 else 3171 else
3094 for as_dir in $PATH 3173 for as_dir in $PATH
3095 do 3174 do
3096 IFS=$as_save_IFS 3175 IFS=$as_save_IFS
3097 test -z "$as_dir" && as_dir=. 3176 test -z "$as_dir" && as_dir=.
3098 for ac_exec_ext in '' $ac_executable_extensions; do 3177 for ac_exec_ext in '' $ac_executable_extensions; do
3099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3178 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3100 ac_cv_prog_ac_ct_STRIP="strip" 3179 ac_cv_prog_ac_ct_STRIP="strip"
3101 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3102 break 2 3181 break 2
3103 fi 3182 fi
3104 done 3183 done
3152 if test -n "$ac_tool_prefix"; then 3231 if test -n "$ac_tool_prefix"; then
3153 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 3232 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3154 set dummy ${ac_tool_prefix}gcc; ac_word=$2 3233 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3156 $as_echo_n "checking for $ac_word... " >&6; } 3235 $as_echo_n "checking for $ac_word... " >&6; }
3157 if test "${ac_cv_prog_CC+set}" = set; then : 3236 if ${ac_cv_prog_CC+:} false; then :
3158 $as_echo_n "(cached) " >&6 3237 $as_echo_n "(cached) " >&6
3159 else 3238 else
3160 if test -n "$CC"; then 3239 if test -n "$CC"; then
3161 ac_cv_prog_CC="$CC" # Let the user override the test. 3240 ac_cv_prog_CC="$CC" # Let the user override the test.
3162 else 3241 else
3164 for as_dir in $PATH 3243 for as_dir in $PATH
3165 do 3244 do
3166 IFS=$as_save_IFS 3245 IFS=$as_save_IFS
3167 test -z "$as_dir" && as_dir=. 3246 test -z "$as_dir" && as_dir=.
3168 for ac_exec_ext in '' $ac_executable_extensions; do 3247 for ac_exec_ext in '' $ac_executable_extensions; do
3169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3248 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3170 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3249 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3172 break 2 3251 break 2
3173 fi 3252 fi
3174 done 3253 done
3192 ac_ct_CC=$CC 3271 ac_ct_CC=$CC
3193 # Extract the first word of "gcc", so it can be a program name with args. 3272 # Extract the first word of "gcc", so it can be a program name with args.
3194 set dummy gcc; ac_word=$2 3273 set dummy gcc; ac_word=$2
3195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3196 $as_echo_n "checking for $ac_word... " >&6; } 3275 $as_echo_n "checking for $ac_word... " >&6; }
3197 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 3276 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3198 $as_echo_n "(cached) " >&6 3277 $as_echo_n "(cached) " >&6
3199 else 3278 else
3200 if test -n "$ac_ct_CC"; then 3279 if test -n "$ac_ct_CC"; then
3201 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3280 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3202 else 3281 else
3204 for as_dir in $PATH 3283 for as_dir in $PATH
3205 do 3284 do
3206 IFS=$as_save_IFS 3285 IFS=$as_save_IFS
3207 test -z "$as_dir" && as_dir=. 3286 test -z "$as_dir" && as_dir=.
3208 for ac_exec_ext in '' $ac_executable_extensions; do 3287 for ac_exec_ext in '' $ac_executable_extensions; do
3209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3288 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3210 ac_cv_prog_ac_ct_CC="gcc" 3289 ac_cv_prog_ac_ct_CC="gcc"
3211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3212 break 2 3291 break 2
3213 fi 3292 fi
3214 done 3293 done
3245 if test -n "$ac_tool_prefix"; then 3324 if test -n "$ac_tool_prefix"; then
3246 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 3325 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3247 set dummy ${ac_tool_prefix}cc; ac_word=$2 3326 set dummy ${ac_tool_prefix}cc; ac_word=$2
3248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3249 $as_echo_n "checking for $ac_word... " >&6; } 3328 $as_echo_n "checking for $ac_word... " >&6; }
3250 if test "${ac_cv_prog_CC+set}" = set; then : 3329 if ${ac_cv_prog_CC+:} false; then :
3251 $as_echo_n "(cached) " >&6 3330 $as_echo_n "(cached) " >&6
3252 else 3331 else
3253 if test -n "$CC"; then 3332 if test -n "$CC"; then
3254 ac_cv_prog_CC="$CC" # Let the user override the test. 3333 ac_cv_prog_CC="$CC" # Let the user override the test.
3255 else 3334 else
3257 for as_dir in $PATH 3336 for as_dir in $PATH
3258 do 3337 do
3259 IFS=$as_save_IFS 3338 IFS=$as_save_IFS
3260 test -z "$as_dir" && as_dir=. 3339 test -z "$as_dir" && as_dir=.
3261 for ac_exec_ext in '' $ac_executable_extensions; do 3340 for ac_exec_ext in '' $ac_executable_extensions; do
3262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3341 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3263 ac_cv_prog_CC="${ac_tool_prefix}cc" 3342 ac_cv_prog_CC="${ac_tool_prefix}cc"
3264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3265 break 2 3344 break 2
3266 fi 3345 fi
3267 done 3346 done
3285 if test -z "$CC"; then 3364 if test -z "$CC"; then
3286 # Extract the first word of "cc", so it can be a program name with args. 3365 # Extract the first word of "cc", so it can be a program name with args.
3287 set dummy cc; ac_word=$2 3366 set dummy cc; ac_word=$2
3288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3289 $as_echo_n "checking for $ac_word... " >&6; } 3368 $as_echo_n "checking for $ac_word... " >&6; }
3290 if test "${ac_cv_prog_CC+set}" = set; then : 3369 if ${ac_cv_prog_CC+:} false; then :
3291 $as_echo_n "(cached) " >&6 3370 $as_echo_n "(cached) " >&6
3292 else 3371 else
3293 if test -n "$CC"; then 3372 if test -n "$CC"; then
3294 ac_cv_prog_CC="$CC" # Let the user override the test. 3373 ac_cv_prog_CC="$CC" # Let the user override the test.
3295 else 3374 else
3298 for as_dir in $PATH 3377 for as_dir in $PATH
3299 do 3378 do
3300 IFS=$as_save_IFS 3379 IFS=$as_save_IFS
3301 test -z "$as_dir" && as_dir=. 3380 test -z "$as_dir" && as_dir=.
3302 for ac_exec_ext in '' $ac_executable_extensions; do 3381 for ac_exec_ext in '' $ac_executable_extensions; do
3303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3382 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3304 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3383 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3305 ac_prog_rejected=yes 3384 ac_prog_rejected=yes
3306 continue 3385 continue
3307 fi 3386 fi
3308 ac_cv_prog_CC="cc" 3387 ac_cv_prog_CC="cc"
3344 do 3423 do
3345 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3424 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3346 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3425 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3348 $as_echo_n "checking for $ac_word... " >&6; } 3427 $as_echo_n "checking for $ac_word... " >&6; }
3349 if test "${ac_cv_prog_CC+set}" = set; then : 3428 if ${ac_cv_prog_CC+:} false; then :
3350 $as_echo_n "(cached) " >&6 3429 $as_echo_n "(cached) " >&6
3351 else 3430 else
3352 if test -n "$CC"; then 3431 if test -n "$CC"; then
3353 ac_cv_prog_CC="$CC" # Let the user override the test. 3432 ac_cv_prog_CC="$CC" # Let the user override the test.
3354 else 3433 else
3356 for as_dir in $PATH 3435 for as_dir in $PATH
3357 do 3436 do
3358 IFS=$as_save_IFS 3437 IFS=$as_save_IFS
3359 test -z "$as_dir" && as_dir=. 3438 test -z "$as_dir" && as_dir=.
3360 for ac_exec_ext in '' $ac_executable_extensions; do 3439 for ac_exec_ext in '' $ac_executable_extensions; do
3361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3440 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3362 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3441 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3364 break 2 3443 break 2
3365 fi 3444 fi
3366 done 3445 done
3388 do 3467 do
3389 # Extract the first word of "$ac_prog", so it can be a program name with args. 3468 # Extract the first word of "$ac_prog", so it can be a program name with args.
3390 set dummy $ac_prog; ac_word=$2 3469 set dummy $ac_prog; ac_word=$2
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3392 $as_echo_n "checking for $ac_word... " >&6; } 3471 $as_echo_n "checking for $ac_word... " >&6; }
3393 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 3472 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3394 $as_echo_n "(cached) " >&6 3473 $as_echo_n "(cached) " >&6
3395 else 3474 else
3396 if test -n "$ac_ct_CC"; then 3475 if test -n "$ac_ct_CC"; then
3397 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3476 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3398 else 3477 else
3400 for as_dir in $PATH 3479 for as_dir in $PATH
3401 do 3480 do
3402 IFS=$as_save_IFS 3481 IFS=$as_save_IFS
3403 test -z "$as_dir" && as_dir=. 3482 test -z "$as_dir" && as_dir=.
3404 for ac_exec_ext in '' $ac_executable_extensions; do 3483 for ac_exec_ext in '' $ac_executable_extensions; do
3405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3484 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3406 ac_cv_prog_ac_ct_CC="$ac_prog" 3485 ac_cv_prog_ac_ct_CC="$ac_prog"
3407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3408 break 2 3487 break 2
3409 fi 3488 fi
3410 done 3489 done
3442 fi 3521 fi
3443 3522
3444 3523
3445 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3524 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3446 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3525 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3447 as_fn_error "no acceptable C compiler found in \$PATH 3526 as_fn_error $? "no acceptable C compiler found in \$PATH
3448 See \`config.log' for more details." "$LINENO" 5; } 3527 See \`config.log' for more details" "$LINENO" 5; }
3449 3528
3450 # Provide some information about the compiler. 3529 # Provide some information about the compiler.
3451 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3530 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3452 set X $ac_compile 3531 set X $ac_compile
3453 ac_compiler=$2 3532 ac_compiler=$2
3464 if test -s conftest.err; then 3543 if test -s conftest.err; then
3465 sed '10a\ 3544 sed '10a\
3466 ... rest of stderr output deleted ... 3545 ... rest of stderr output deleted ...
3467 10q' conftest.err >conftest.er1 3546 10q' conftest.err >conftest.er1
3468 cat conftest.er1 >&5 3547 cat conftest.er1 >&5
3469 rm -f conftest.er1 conftest.err
3470 fi 3548 fi
3549 rm -f conftest.er1 conftest.err
3471 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3550 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3472 test $ac_status = 0; } 3551 test $ac_status = 0; }
3473 done 3552 done
3474 3553
3475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3476 /* end confdefs.h. */ 3555 /* end confdefs.h. */
3477 3556 #include <stdio.h>
3478 int 3557 int
3479 main () 3558 main ()
3480 { 3559 {
3481 3560 printf ("hello world\n");
3482 ; 3561 ;
3483 return 0; 3562 return 0;
3484 } 3563 }
3485 _ACEOF 3564 _ACEOF
3486 # FIXME: Cleanup? 3565 # FIXME: Cleanup?
3510 ; 3589 ;
3511 return 0; 3590 return 0;
3512 } 3591 }
3513 _ACEOF 3592 _ACEOF
3514 ac_clean_files_save=$ac_clean_files 3593 ac_clean_files_save=$ac_clean_files
3515 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" 3594 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3516 # Try to create an executable without -o first, disregard a.out. 3595 # Try to create an executable without -o first, disregard a.out.
3517 # It will help us diagnose broken compilers, and finding out an intuition 3596 # It will help us diagnose broken compilers, and finding out an intuition
3518 # of exeext. 3597 # of exeext.
3519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3520 $as_echo_n "checking for C compiler default output file name... " >&6; } 3599 $as_echo_n "checking whether the C compiler works... " >&6; }
3521 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 3600 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3522 3601
3523 # The possible output files: 3602 # The possible output files:
3524 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 3603 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3525 3604
3577 test "$ac_cv_exeext" = no && ac_cv_exeext= 3656 test "$ac_cv_exeext" = no && ac_cv_exeext=
3578 3657
3579 else 3658 else
3580 ac_file='' 3659 ac_file=''
3581 fi 3660 fi
3661 if test -z "$ac_file"; then :
3662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3663 $as_echo "no" >&6; }
3664 $as_echo "$as_me: failed program was:" >&5
3665 sed 's/^/| /' conftest.$ac_ext >&5
3666
3667 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3668 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3669 as_fn_error 77 "C compiler cannot create executables
3670 See \`config.log' for more details" "$LINENO" 5; }
3671 else
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3673 $as_echo "yes" >&6; }
3674 fi
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3676 $as_echo_n "checking for C compiler default output file name... " >&6; }
3582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 3677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3583 $as_echo "$ac_file" >&6; } 3678 $as_echo "$ac_file" >&6; }
3584 if test -z "$ac_file"; then :
3585 $as_echo "$as_me: failed program was:" >&5
3586 sed 's/^/| /' conftest.$ac_ext >&5
3587
3588 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3589 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3590 { as_fn_set_status 77
3591 as_fn_error "C compiler cannot create executables
3592 See \`config.log' for more details." "$LINENO" 5; }; }
3593 fi
3594 ac_exeext=$ac_cv_exeext 3679 ac_exeext=$ac_cv_exeext
3595 3680
3596 # Check that the compiler produces executables we can run. If not, either 3681 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3597 # the compiler is broken, or we cross compile.
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3599 $as_echo_n "checking whether the C compiler works... " >&6; }
3600 # If not cross compiling, check that we can run a simple program.
3601 if test "$cross_compiling" != yes; then
3602 if { ac_try='./$ac_file'
3603 { { case "(($ac_try" in
3604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3605 *) ac_try_echo=$ac_try;;
3606 esac
3607 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3608 $as_echo "$ac_try_echo"; } >&5
3609 (eval "$ac_try") 2>&5
3610 ac_status=$?
3611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3612 test $ac_status = 0; }; }; then
3613 cross_compiling=no
3614 else
3615 if test "$cross_compiling" = maybe; then
3616 cross_compiling=yes
3617 else
3618 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3619 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3620 as_fn_error "cannot run C compiled programs.
3621 If you meant to cross compile, use \`--host'.
3622 See \`config.log' for more details." "$LINENO" 5; }
3623 fi
3624 fi
3625 fi
3626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3627 $as_echo "yes" >&6; }
3628
3629 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3630 ac_clean_files=$ac_clean_files_save 3682 ac_clean_files=$ac_clean_files_save
3631 # Check that the compiler produces executables we can run. If not, either
3632 # the compiler is broken, or we cross compile.
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3634 $as_echo_n "checking whether we are cross compiling... " >&6; }
3635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3636 $as_echo "$cross_compiling" >&6; }
3637
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 3683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3639 $as_echo_n "checking for suffix of executables... " >&6; } 3684 $as_echo_n "checking for suffix of executables... " >&6; }
3640 if { { ac_try="$ac_link" 3685 if { { ac_try="$ac_link"
3641 case "(($ac_try" in 3686 case "(($ac_try" in
3642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3662 esac 3707 esac
3663 done 3708 done
3664 else 3709 else
3665 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3710 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3666 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3711 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3667 as_fn_error "cannot compute suffix of executables: cannot compile and link 3712 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3668 See \`config.log' for more details." "$LINENO" 5; } 3713 See \`config.log' for more details" "$LINENO" 5; }
3669 fi 3714 fi
3670 rm -f conftest$ac_cv_exeext 3715 rm -f conftest conftest$ac_cv_exeext
3671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3672 $as_echo "$ac_cv_exeext" >&6; } 3717 $as_echo "$ac_cv_exeext" >&6; }
3673 3718
3674 rm -f conftest.$ac_ext 3719 rm -f conftest.$ac_ext
3675 EXEEXT=$ac_cv_exeext 3720 EXEEXT=$ac_cv_exeext
3676 ac_exeext=$EXEEXT 3721 ac_exeext=$EXEEXT
3722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3723 /* end confdefs.h. */
3724 #include <stdio.h>
3725 int
3726 main ()
3727 {
3728 FILE *f = fopen ("conftest.out", "w");
3729 return ferror (f) || fclose (f) != 0;
3730
3731 ;
3732 return 0;
3733 }
3734 _ACEOF
3735 ac_clean_files="$ac_clean_files conftest.out"
3736 # Check that the compiler produces executables we can run. If not, either
3737 # the compiler is broken, or we cross compile.
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3739 $as_echo_n "checking whether we are cross compiling... " >&6; }
3740 if test "$cross_compiling" != yes; then
3741 { { ac_try="$ac_link"
3742 case "(($ac_try" in
3743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3744 *) ac_try_echo=$ac_try;;
3745 esac
3746 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3747 $as_echo "$ac_try_echo"; } >&5
3748 (eval "$ac_link") 2>&5
3749 ac_status=$?
3750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3751 test $ac_status = 0; }
3752 if { ac_try='./conftest$ac_cv_exeext'
3753 { { case "(($ac_try" in
3754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3755 *) ac_try_echo=$ac_try;;
3756 esac
3757 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3758 $as_echo "$ac_try_echo"; } >&5
3759 (eval "$ac_try") 2>&5
3760 ac_status=$?
3761 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3762 test $ac_status = 0; }; }; then
3763 cross_compiling=no
3764 else
3765 if test "$cross_compiling" = maybe; then
3766 cross_compiling=yes
3767 else
3768 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3769 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3770 as_fn_error $? "cannot run C compiled programs.
3771 If you meant to cross compile, use \`--host'.
3772 See \`config.log' for more details" "$LINENO" 5; }
3773 fi
3774 fi
3775 fi
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3777 $as_echo "$cross_compiling" >&6; }
3778
3779 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3780 ac_clean_files=$ac_clean_files_save
3677 fi 3781 fi
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3679 $as_echo_n "checking for suffix of object files... " >&6; } 3783 $as_echo_n "checking for suffix of object files... " >&6; }
3680 if test "${ac_cv_objext+set}" = set; then : 3784 if ${ac_cv_objext+:} false; then :
3681 $as_echo_n "(cached) " >&6 3785 $as_echo_n "(cached) " >&6
3682 else 3786 else
3683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3684 /* end confdefs.h. */ 3788 /* end confdefs.h. */
3685 3789
3715 $as_echo "$as_me: failed program was:" >&5 3819 $as_echo "$as_me: failed program was:" >&5
3716 sed 's/^/| /' conftest.$ac_ext >&5 3820 sed 's/^/| /' conftest.$ac_ext >&5
3717 3821
3718 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3822 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3719 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3823 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3720 as_fn_error "cannot compute suffix of object files: cannot compile 3824 as_fn_error $? "cannot compute suffix of object files: cannot compile
3721 See \`config.log' for more details." "$LINENO" 5; } 3825 See \`config.log' for more details" "$LINENO" 5; }
3722 fi 3826 fi
3723 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3827 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3724 fi 3828 fi
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 3829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3726 $as_echo "$ac_cv_objext" >&6; } 3830 $as_echo "$ac_cv_objext" >&6; }
3727 OBJEXT=$ac_cv_objext 3831 OBJEXT=$ac_cv_objext
3728 ac_objext=$OBJEXT 3832 ac_objext=$OBJEXT
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3730 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3834 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3731 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 3835 if ${ac_cv_c_compiler_gnu+:} false; then :
3732 $as_echo_n "(cached) " >&6 3836 $as_echo_n "(cached) " >&6
3733 else 3837 else
3734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3735 /* end confdefs.h. */ 3839 /* end confdefs.h. */
3736 3840
3763 fi 3867 fi
3764 ac_test_CFLAGS=${CFLAGS+set} 3868 ac_test_CFLAGS=${CFLAGS+set}
3765 ac_save_CFLAGS=$CFLAGS 3869 ac_save_CFLAGS=$CFLAGS
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 3870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3767 $as_echo_n "checking whether $CC accepts -g... " >&6; } 3871 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3768 if test "${ac_cv_prog_cc_g+set}" = set; then : 3872 if ${ac_cv_prog_cc_g+:} false; then :
3769 $as_echo_n "(cached) " >&6 3873 $as_echo_n "(cached) " >&6
3770 else 3874 else
3771 ac_save_c_werror_flag=$ac_c_werror_flag 3875 ac_save_c_werror_flag=$ac_c_werror_flag
3772 ac_c_werror_flag=yes 3876 ac_c_werror_flag=yes
3773 ac_cv_prog_cc_g=no 3877 ac_cv_prog_cc_g=no
3841 CFLAGS= 3945 CFLAGS=
3842 fi 3946 fi
3843 fi 3947 fi
3844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 3948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3845 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3949 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3846 if test "${ac_cv_prog_cc_c89+set}" = set; then : 3950 if ${ac_cv_prog_cc_c89+:} false; then :
3847 $as_echo_n "(cached) " >&6 3951 $as_echo_n "(cached) " >&6
3848 else 3952 else
3849 ac_cv_prog_cc_c89=no 3953 ac_cv_prog_cc_c89=no
3850 ac_save_CC=$CC 3954 ac_save_CC=$CC
3851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3852 /* end confdefs.h. */ 3956 /* end confdefs.h. */
3853 #include <stdarg.h> 3957 #include <stdarg.h>
3854 #include <stdio.h> 3958 #include <stdio.h>
3855 #include <sys/types.h> 3959 struct stat;
3856 #include <sys/stat.h>
3857 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3960 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3858 struct buf { int x; }; 3961 struct buf { int x; };
3859 FILE * (*rcsopen) (struct buf *, struct stat *, int); 3962 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3860 static char *e (p, i) 3963 static char *e (p, i)
3861 char **p; 3964 char **p;
3948 # On Suns, sometimes $CPP names a directory. 4051 # On Suns, sometimes $CPP names a directory.
3949 if test -n "$CPP" && test -d "$CPP"; then 4052 if test -n "$CPP" && test -d "$CPP"; then
3950 CPP= 4053 CPP=
3951 fi 4054 fi
3952 if test -z "$CPP"; then 4055 if test -z "$CPP"; then
3953 if test "${ac_cv_prog_CPP+set}" = set; then : 4056 if ${ac_cv_prog_CPP+:} false; then :
3954 $as_echo_n "(cached) " >&6 4057 $as_echo_n "(cached) " >&6
3955 else 4058 else
3956 # Double quotes because CPP needs to be expanded 4059 # Double quotes because CPP needs to be expanded
3957 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 4060 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3958 do 4061 do
3978 4081
3979 else 4082 else
3980 # Broken: fails on valid input. 4083 # Broken: fails on valid input.
3981 continue 4084 continue
3982 fi 4085 fi
3983 rm -f conftest.err conftest.$ac_ext 4086 rm -f conftest.err conftest.i conftest.$ac_ext
3984 4087
3985 # OK, works on sane cases. Now check whether nonexistent headers 4088 # OK, works on sane cases. Now check whether nonexistent headers
3986 # can be detected and how. 4089 # can be detected and how.
3987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3988 /* end confdefs.h. */ 4091 /* end confdefs.h. */
3994 else 4097 else
3995 # Passes both tests. 4098 # Passes both tests.
3996 ac_preproc_ok=: 4099 ac_preproc_ok=:
3997 break 4100 break
3998 fi 4101 fi
3999 rm -f conftest.err conftest.$ac_ext 4102 rm -f conftest.err conftest.i conftest.$ac_ext
4000 4103
4001 done 4104 done
4002 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4105 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4003 rm -f conftest.err conftest.$ac_ext 4106 rm -f conftest.i conftest.err conftest.$ac_ext
4004 if $ac_preproc_ok; then : 4107 if $ac_preproc_ok; then :
4005 break 4108 break
4006 fi 4109 fi
4007 4110
4008 done 4111 done
4037 4140
4038 else 4141 else
4039 # Broken: fails on valid input. 4142 # Broken: fails on valid input.
4040 continue 4143 continue
4041 fi 4144 fi
4042 rm -f conftest.err conftest.$ac_ext 4145 rm -f conftest.err conftest.i conftest.$ac_ext
4043 4146
4044 # OK, works on sane cases. Now check whether nonexistent headers 4147 # OK, works on sane cases. Now check whether nonexistent headers
4045 # can be detected and how. 4148 # can be detected and how.
4046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4047 /* end confdefs.h. */ 4150 /* end confdefs.h. */
4053 else 4156 else
4054 # Passes both tests. 4157 # Passes both tests.
4055 ac_preproc_ok=: 4158 ac_preproc_ok=:
4056 break 4159 break
4057 fi 4160 fi
4058 rm -f conftest.err conftest.$ac_ext 4161 rm -f conftest.err conftest.i conftest.$ac_ext
4059 4162
4060 done 4163 done
4061 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4164 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4062 rm -f conftest.err conftest.$ac_ext 4165 rm -f conftest.i conftest.err conftest.$ac_ext
4063 if $ac_preproc_ok; then : 4166 if $ac_preproc_ok; then :
4064 4167
4065 else 4168 else
4066 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4169 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4067 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4170 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4068 as_fn_error "C preprocessor \"$CPP\" fails sanity check 4171 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4069 See \`config.log' for more details." "$LINENO" 5; } 4172 See \`config.log' for more details" "$LINENO" 5; }
4070 fi 4173 fi
4071 4174
4072 ac_ext=c 4175 ac_ext=c
4073 ac_cpp='$CPP $CPPFLAGS' 4176 ac_cpp='$CPP $CPPFLAGS'
4074 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4177 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4086 4189
4087 if test "$enable_largefile" != no; then 4190 if test "$enable_largefile" != no; then
4088 4191
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 4192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4090 $as_echo_n "checking for special C compiler options needed for large files... " >&6; } 4193 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4091 if test "${ac_cv_sys_largefile_CC+set}" = set; then : 4194 if ${ac_cv_sys_largefile_CC+:} false; then :
4092 $as_echo_n "(cached) " >&6 4195 $as_echo_n "(cached) " >&6
4093 else 4196 else
4094 ac_cv_sys_largefile_CC=no 4197 ac_cv_sys_largefile_CC=no
4095 if test "$GCC" != yes; then 4198 if test "$GCC" != yes; then
4096 ac_save_CC=$CC 4199 ac_save_CC=$CC
4137 CC=$CC$ac_cv_sys_largefile_CC 4240 CC=$CC$ac_cv_sys_largefile_CC
4138 fi 4241 fi
4139 4242
4140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 4243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4141 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } 4244 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4142 if test "${ac_cv_sys_file_offset_bits+set}" = set; then : 4245 if ${ac_cv_sys_file_offset_bits+:} false; then :
4143 $as_echo_n "(cached) " >&6 4246 $as_echo_n "(cached) " >&6
4144 else 4247 else
4145 while :; do 4248 while :; do
4146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4147 /* end confdefs.h. */ 4250 /* end confdefs.h. */
4206 esac 4309 esac
4207 rm -rf conftest* 4310 rm -rf conftest*
4208 if test $ac_cv_sys_file_offset_bits = unknown; then 4311 if test $ac_cv_sys_file_offset_bits = unknown; then
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 4312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
4210 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } 4313 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
4211 if test "${ac_cv_sys_large_files+set}" = set; then : 4314 if ${ac_cv_sys_large_files+:} false; then :
4212 $as_echo_n "(cached) " >&6 4315 $as_echo_n "(cached) " >&6
4213 else 4316 else
4214 while :; do 4317 while :; do
4215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4216 /* end confdefs.h. */ 4319 /* end confdefs.h. */
4273 _ACEOF 4376 _ACEOF
4274 ;; 4377 ;;
4275 esac 4378 esac
4276 rm -rf conftest* 4379 rm -rf conftest*
4277 fi 4380 fi
4381
4382
4278 fi 4383 fi
4279 4384
4280 4385
4281 4386
4282 # The cast to long int works around a bug in the HP C Compiler 4387 # The cast to long int works around a bug in the HP C Compiler
4283 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 4388 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4284 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 4389 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4285 # This bug is HP SR number 8606223364. 4390 # This bug is HP SR number 8606223364.
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of double" >&5 4391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of double" >&5
4287 $as_echo_n "checking size of double... " >&6; } 4392 $as_echo_n "checking size of double... " >&6; }
4288 if test "${ac_cv_sizeof_double+set}" = set; then : 4393 if ${ac_cv_sizeof_double+:} false; then :
4289 $as_echo_n "(cached) " >&6 4394 $as_echo_n "(cached) " >&6
4290 else 4395 else
4291 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (double))" "ac_cv_sizeof_double" "$ac_includes_default"; then : 4396 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (double))" "ac_cv_sizeof_double" "$ac_includes_default"; then :
4292 4397
4293 else 4398 else
4294 if test "$ac_cv_type_double" = yes; then 4399 if test "$ac_cv_type_double" = yes; then
4295 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4400 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4296 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4401 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4297 { as_fn_set_status 77 4402 as_fn_error 77 "cannot compute sizeof (double)
4298 as_fn_error "cannot compute sizeof (double) 4403 See \`config.log' for more details" "$LINENO" 5; }
4299 See \`config.log' for more details." "$LINENO" 5; }; }
4300 else 4404 else
4301 ac_cv_sizeof_double=0 4405 ac_cv_sizeof_double=0
4302 fi 4406 fi
4303 fi 4407 fi
4304 4408
4317 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 4421 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4318 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 4422 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4319 # This bug is HP SR number 8606223364. 4423 # This bug is HP SR number 8606223364.
4320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long double" >&5 4424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long double" >&5
4321 $as_echo_n "checking size of long double... " >&6; } 4425 $as_echo_n "checking size of long double... " >&6; }
4322 if test "${ac_cv_sizeof_long_double+set}" = set; then : 4426 if ${ac_cv_sizeof_long_double+:} false; then :
4323 $as_echo_n "(cached) " >&6 4427 $as_echo_n "(cached) " >&6
4324 else 4428 else
4325 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long double))" "ac_cv_sizeof_long_double" "$ac_includes_default"; then : 4429 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long double))" "ac_cv_sizeof_long_double" "$ac_includes_default"; then :
4326 4430
4327 else 4431 else
4328 if test "$ac_cv_type_long_double" = yes; then 4432 if test "$ac_cv_type_long_double" = yes; then
4329 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4433 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4330 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4434 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4331 { as_fn_set_status 77 4435 as_fn_error 77 "cannot compute sizeof (long double)
4332 as_fn_error "cannot compute sizeof (long double) 4436 See \`config.log' for more details" "$LINENO" 5; }
4333 See \`config.log' for more details." "$LINENO" 5; }; }
4334 else 4437 else
4335 ac_cv_sizeof_long_double=0 4438 ac_cv_sizeof_long_double=0
4336 fi 4439 fi
4337 fi 4440 fi
4338 4441
4353 4456
4354 4457
4355 4458
4356 for ac_header in inttypes.h stdint.h stdlib.h ftw.h \ 4459 for ac_header in inttypes.h stdint.h stdlib.h ftw.h \
4357 unistd.h sys/stat.h sys/types.h \ 4460 unistd.h sys/stat.h sys/types.h \
4358 string.h strings.h memory.h 4461 string.h strings.h memory.h sys/auxv.h
4359 do : 4462 do :
4360 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4463 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4361 ac_fn_c_check_header_preproc "$LINENO" "$ac_header" "$as_ac_Header" 4464 ac_fn_c_check_header_preproc "$LINENO" "$ac_header" "$as_ac_Header"
4362 eval as_val=\$$as_ac_Header 4465 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4363 if test "x$as_val" = x""yes; then :
4364 cat >>confdefs.h <<_ACEOF 4466 cat >>confdefs.h <<_ACEOF
4365 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 4467 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4366 _ACEOF 4468 _ACEOF
4367 4469
4368 fi 4470 fi
4369 done 4471 done
4370 4472
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 4473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4372 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4474 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4373 if test "${ac_cv_path_GREP+set}" = set; then : 4475 if ${ac_cv_path_GREP+:} false; then :
4374 $as_echo_n "(cached) " >&6 4476 $as_echo_n "(cached) " >&6
4375 else 4477 else
4376 if test -z "$GREP"; then 4478 if test -z "$GREP"; then
4377 ac_path_GREP_found=false 4479 ac_path_GREP_found=false
4378 # Loop through the user's path and test for each of PROGNAME-LIST 4480 # Loop through the user's path and test for each of PROGNAME-LIST
4382 IFS=$as_save_IFS 4484 IFS=$as_save_IFS
4383 test -z "$as_dir" && as_dir=. 4485 test -z "$as_dir" && as_dir=.
4384 for ac_prog in grep ggrep; do 4486 for ac_prog in grep ggrep; do
4385 for ac_exec_ext in '' $ac_executable_extensions; do 4487 for ac_exec_ext in '' $ac_executable_extensions; do
4386 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4488 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4387 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4489 as_fn_executable_p "$ac_path_GREP" || continue
4388 # Check for GNU ac_path_GREP and select it if it is found. 4490 # Check for GNU ac_path_GREP and select it if it is found.
4389 # Check for GNU $ac_path_GREP 4491 # Check for GNU $ac_path_GREP
4390 case `"$ac_path_GREP" --version 2>&1` in 4492 case `"$ac_path_GREP" --version 2>&1` in
4391 *GNU*) 4493 *GNU*)
4392 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 4494 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4417 done 4519 done
4418 done 4520 done
4419 done 4521 done
4420 IFS=$as_save_IFS 4522 IFS=$as_save_IFS
4421 if test -z "$ac_cv_path_GREP"; then 4523 if test -z "$ac_cv_path_GREP"; then
4422 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4524 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4423 fi 4525 fi
4424 else 4526 else
4425 ac_cv_path_GREP=$GREP 4527 ac_cv_path_GREP=$GREP
4426 fi 4528 fi
4427 4529
4431 GREP="$ac_cv_path_GREP" 4533 GREP="$ac_cv_path_GREP"
4432 4534
4433 4535
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 4536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4435 $as_echo_n "checking for egrep... " >&6; } 4537 $as_echo_n "checking for egrep... " >&6; }
4436 if test "${ac_cv_path_EGREP+set}" = set; then : 4538 if ${ac_cv_path_EGREP+:} false; then :
4437 $as_echo_n "(cached) " >&6 4539 $as_echo_n "(cached) " >&6
4438 else 4540 else
4439 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4541 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4440 then ac_cv_path_EGREP="$GREP -E" 4542 then ac_cv_path_EGREP="$GREP -E"
4441 else 4543 else
4448 IFS=$as_save_IFS 4550 IFS=$as_save_IFS
4449 test -z "$as_dir" && as_dir=. 4551 test -z "$as_dir" && as_dir=.
4450 for ac_prog in egrep; do 4552 for ac_prog in egrep; do
4451 for ac_exec_ext in '' $ac_executable_extensions; do 4553 for ac_exec_ext in '' $ac_executable_extensions; do
4452 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4554 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4453 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4555 as_fn_executable_p "$ac_path_EGREP" || continue
4454 # Check for GNU ac_path_EGREP and select it if it is found. 4556 # Check for GNU ac_path_EGREP and select it if it is found.
4455 # Check for GNU $ac_path_EGREP 4557 # Check for GNU $ac_path_EGREP
4456 case `"$ac_path_EGREP" --version 2>&1` in 4558 case `"$ac_path_EGREP" --version 2>&1` in
4457 *GNU*) 4559 *GNU*)
4458 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 4560 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4483 done 4585 done
4484 done 4586 done
4485 done 4587 done
4486 IFS=$as_save_IFS 4588 IFS=$as_save_IFS
4487 if test -z "$ac_cv_path_EGREP"; then 4589 if test -z "$ac_cv_path_EGREP"; then
4488 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4590 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4489 fi 4591 fi
4490 else 4592 else
4491 ac_cv_path_EGREP=$EGREP 4593 ac_cv_path_EGREP=$EGREP
4492 fi 4594 fi
4493 4595
4498 EGREP="$ac_cv_path_EGREP" 4600 EGREP="$ac_cv_path_EGREP"
4499 4601
4500 4602
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 4603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4502 $as_echo_n "checking for ANSI C header files... " >&6; } 4604 $as_echo_n "checking for ANSI C header files... " >&6; }
4503 if test "${ac_cv_header_stdc+set}" = set; then : 4605 if ${ac_cv_header_stdc+:} false; then :
4504 $as_echo_n "(cached) " >&6 4606 $as_echo_n "(cached) " >&6
4505 else 4607 else
4506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4507 /* end confdefs.h. */ 4609 /* end confdefs.h. */
4508 #include <stdlib.h> 4610 #include <stdlib.h>
4612 4714
4613 4715
4614 # Check for decimal float support. 4716 # Check for decimal float support.
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether decimal floating point is supported" >&5 4717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether decimal floating point is supported" >&5
4616 $as_echo_n "checking whether decimal floating point is supported... " >&6; } 4718 $as_echo_n "checking whether decimal floating point is supported... " >&6; }
4617 if test "${libgcc_cv_dfp+set}" = set; then : 4719 if ${libgcc_cv_dfp+:} false; then :
4618 $as_echo_n "(cached) " >&6 4720 $as_echo_n "(cached) " >&6
4619 else 4721 else
4620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4621 /* end confdefs.h. */ 4723 /* end confdefs.h. */
4622 4724
4650 # Check whether --enable-decimal-float was given. 4752 # Check whether --enable-decimal-float was given.
4651 if test "${enable_decimal_float+set}" = set; then : 4753 if test "${enable_decimal_float+set}" = set; then :
4652 enableval=$enable_decimal_float; 4754 enableval=$enable_decimal_float;
4653 case $enable_decimal_float in 4755 case $enable_decimal_float in
4654 yes | no | bid | dpd) default_decimal_float=$enable_decimal_float ;; 4756 yes | no | bid | dpd) default_decimal_float=$enable_decimal_float ;;
4655 *) as_fn_error "'$enable_decimal_float' is an invalid value for --enable-decimal-float. 4757 *) as_fn_error $? "'$enable_decimal_float' is an invalid value for --enable-decimal-float.
4656 Valid choices are 'yes', 'bid', 'dpd', and 'no'." "$LINENO" 5 ;; 4758 Valid choices are 'yes', 'bid', 'dpd', and 'no'." "$LINENO" 5 ;;
4657 esac 4759 esac
4658 4760
4659 else 4761 else
4660 4762
4699 4801
4700 4802
4701 # Check for fixed-point support. 4803 # Check for fixed-point support.
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fixed-point is supported" >&5 4804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fixed-point is supported" >&5
4703 $as_echo_n "checking whether fixed-point is supported... " >&6; } 4805 $as_echo_n "checking whether fixed-point is supported... " >&6; }
4704 if test "${libgcc_cv_fixed_point+set}" = set; then : 4806 if ${libgcc_cv_fixed_point+:} false; then :
4705 $as_echo_n "(cached) " >&6 4807 $as_echo_n "(cached) " >&6
4706 else 4808 else
4707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4708 /* end confdefs.h. */ 4810 /* end confdefs.h. */
4709 _Sat _Fract x; 4811 _Sat _Fract x;
4761 4863
4762 4864
4763 # Check if the compiler is configured for setjmp/longjmp exceptions. 4865 # Check if the compiler is configured for setjmp/longjmp exceptions.
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler is configured for setjmp/longjmp exceptions" >&5 4866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler is configured for setjmp/longjmp exceptions" >&5
4765 $as_echo_n "checking whether the compiler is configured for setjmp/longjmp exceptions... " >&6; } 4867 $as_echo_n "checking whether the compiler is configured for setjmp/longjmp exceptions... " >&6; }
4766 if test "${ac_cv_sjlj_exceptions+set}" = set; then : 4868 if ${ac_cv_sjlj_exceptions+:} false; then :
4767 $as_echo_n "(cached) " >&6 4869 $as_echo_n "(cached) " >&6
4768 else 4870 else
4769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4770 /* end confdefs.h. */ 4872 /* end confdefs.h. */
4771 #ifdef __USING_SJLJ_EXCEPTIONS__ 4873 #ifdef __USING_SJLJ_EXCEPTIONS__
4792 # Check whether --enable-cet was given. 4894 # Check whether --enable-cet was given.
4793 if test "${enable_cet+set}" = set; then : 4895 if test "${enable_cet+set}" = set; then :
4794 enableval=$enable_cet; 4896 enableval=$enable_cet;
4795 case "$enableval" in 4897 case "$enableval" in
4796 yes|no|auto) ;; 4898 yes|no|auto) ;;
4797 *) as_fn_error "Unknown argument to enable/disable cet" "$LINENO" 5 ;; 4899 *) as_fn_error $? "Unknown argument to enable/disable cet" "$LINENO" 5 ;;
4798 esac 4900 esac
4799 4901
4800 else 4902 else
4801 enable_cet=no 4903 enable_cet=no
4802 fi 4904 fi
4849 } 4951 }
4850 _ACEOF 4952 _ACEOF
4851 if ac_fn_c_try_compile "$LINENO"; then : 4953 if ac_fn_c_try_compile "$LINENO"; then :
4852 4954
4853 else 4955 else
4854 as_fn_error "assembler with CET support is required for --enable-cet" "$LINENO" 5 4956 as_fn_error $? "assembler with CET support is required for --enable-cet" "$LINENO" 5
4855 fi 4957 fi
4856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4857 ;; 4959 ;;
4858 esac 4960 esac
4859 ;; 4961 ;;
4876 if test "${enable_explicit_exception_frame_registration+set}" = set; then : 4978 if test "${enable_explicit_exception_frame_registration+set}" = set; then :
4877 enableval=$enable_explicit_exception_frame_registration; 4979 enableval=$enable_explicit_exception_frame_registration;
4878 force_explicit_eh_registry= 4980 force_explicit_eh_registry=
4879 if test "$enable_explicit_exception_frame_registration" = yes; then 4981 if test "$enable_explicit_exception_frame_registration" = yes; then
4880 if test $ac_cv_sjlj_exceptions = yes; then 4982 if test $ac_cv_sjlj_exceptions = yes; then
4881 as_fn_error "Can't --enable-explicit-exception-frame-registration 4983 as_fn_error $? "Can't --enable-explicit-exception-frame-registration
4882 with setjmp/longjmp exceptions" "$LINENO" 5 4984 with setjmp/longjmp exceptions" "$LINENO" 5
4883 fi 4985 fi
4884 force_explicit_eh_registry=-DUSE_EH_FRAME_REGISTRY_ALWAYS 4986 force_explicit_eh_registry=-DUSE_EH_FRAME_REGISTRY_ALWAYS
4885 fi 4987 fi
4886 4988
4887 fi 4989 fi
4888 4990
4889 4991
4890 4992
4993 # Check whether --enable-tm-clone-registry was given.
4994 if test "${enable_tm_clone_registry+set}" = set; then :
4995 enableval=$enable_tm_clone_registry;
4996 use_tm_clone_registry=
4997 if test "$enable_tm_clone_registry" = no; then
4998 use_tm_clone_registry=-DUSE_TM_CLONE_REGISTRY=0
4999 fi
5000
5001 else
5002
5003 use_tm_clone_registry=
5004 case $target in
5005 msp430*elfbare)
5006 use_tm_clone_registry=-DUSE_TM_CLONE_REGISTRY=0
5007 ;;
5008 esac
5009
5010 fi
5011
5012
5013
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 5014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4892 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 5015 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4893 if test "${acl_cv_prog_gnu_ld+set}" = set; then : 5016 if ${acl_cv_prog_gnu_ld+:} false; then :
4894 $as_echo_n "(cached) " >&6 5017 $as_echo_n "(cached) " >&6
4895 else 5018 else
4896 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 5019 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
4897 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 5020 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
4898 acl_cv_prog_gnu_ld=yes 5021 acl_cv_prog_gnu_ld=yes
4912 $as_echo "$target_thread_file" >&6; } 5035 $as_echo "$target_thread_file" >&6; }
4913 5036
4914 # Check for assembler CFI support. 5037 # Check for assembler CFI support.
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether assembler supports CFI directives" >&5 5038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether assembler supports CFI directives" >&5
4916 $as_echo_n "checking whether assembler supports CFI directives... " >&6; } 5039 $as_echo_n "checking whether assembler supports CFI directives... " >&6; }
4917 if test "${libgcc_cv_cfi+set}" = set; then : 5040 if ${libgcc_cv_cfi+:} false; then :
4918 $as_echo_n "(cached) " >&6 5041 $as_echo_n "(cached) " >&6
4919 else 5042 else
4920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4921 /* end confdefs.h. */ 5044 /* end confdefs.h. */
4922 asm("\n\ 5045 asm("\n\
4950 5073
4951 case ${host} in 5074 case ${host} in
4952 mips*-*-*) 5075 mips*-*-*)
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target is hard-float" >&5 5076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target is hard-float" >&5
4954 $as_echo_n "checking whether the target is hard-float... " >&6; } 5077 $as_echo_n "checking whether the target is hard-float... " >&6; }
4955 if test "${libgcc_cv_mips_hard_float+set}" = set; then : 5078 if ${libgcc_cv_mips_hard_float+:} false; then :
4956 $as_echo_n "(cached) " >&6 5079 $as_echo_n "(cached) " >&6
4957 else 5080 else
4958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4959 /* end confdefs.h. */ 5082 /* end confdefs.h. */
4960 #ifndef __mips_hard_float 5083 #ifndef __mips_hard_float
4961 #error FOO 5084 #error FOO
4962 #endif 5085 #endif
5086
4963 _ACEOF 5087 _ACEOF
4964 if ac_fn_c_try_compile "$LINENO"; then : 5088 if ac_fn_c_try_compile "$LINENO"; then :
4965 libgcc_cv_mips_hard_float=yes 5089 libgcc_cv_mips_hard_float=yes
4966 else 5090 else
4967 libgcc_cv_mips_hard_float=no 5091 libgcc_cv_mips_hard_float=no
4975 case ${host} in 5099 case ${host} in
4976 *-*-solaris2*) 5100 *-*-solaris2*)
4977 # Check for system-provided CRTs on Solaris 11.4. 5101 # Check for system-provided CRTs on Solaris 11.4.
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking system-provided CRTs on Solaris" >&5 5102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking system-provided CRTs on Solaris" >&5
4979 $as_echo_n "checking system-provided CRTs on Solaris... " >&6; } 5103 $as_echo_n "checking system-provided CRTs on Solaris... " >&6; }
4980 if test "${libgcc_cv_solaris_crts+set}" = set; then : 5104 if ${libgcc_cv_solaris_crts+:} false; then :
4981 $as_echo_n "(cached) " >&6 5105 $as_echo_n "(cached) " >&6
4982 else 5106 else
4983 libgcc_cv_solaris_crts=no 5107 libgcc_cv_solaris_crts=no
4984 libgcc_sysroot="`${CC} -print-sysroot`" 5108 libgcc_sysroot="`${CC} -print-sysroot`"
4985 libgcc_libdir="$libgcc_sysroot/usr/lib" 5109 libgcc_libdir="$libgcc_sysroot/usr/lib"
5013 withval=$with_glibc_version; 5137 withval=$with_glibc_version;
5014 if echo "$with_glibc_version" | grep '^[0-9][0-9]*\.[0-9][0-9]*$'; then 5138 if echo "$with_glibc_version" | grep '^[0-9][0-9]*\.[0-9][0-9]*$'; then
5015 glibc_version_major=`echo "$with_glibc_version" | sed -e 's/\..*//'` 5139 glibc_version_major=`echo "$with_glibc_version" | sed -e 's/\..*//'`
5016 glibc_version_minor=`echo "$with_glibc_version" | sed -e 's/.*\.//'` 5140 glibc_version_minor=`echo "$with_glibc_version" | sed -e 's/.*\.//'`
5017 else 5141 else
5018 as_fn_error "option --with-glibc-version requires a version number M.N" "$LINENO" 5 5142 as_fn_error $? "option --with-glibc-version requires a version number M.N" "$LINENO" 5
5019 fi 5143 fi
5020 else 5144 else
5021 5145
5022 if ac_fn_c_compute_int "$LINENO" "__GLIBC__" "glibc_version_major" "#include <features.h>"; then : 5146 if ac_fn_c_compute_int "$LINENO" "__GLIBC__" "glibc_version_major" "#include <features.h>"; then :
5023 5147
5081 powerpc*-*-linux*) 5205 powerpc*-*-linux*)
5082 saved_CFLAGS="$CFLAGS" 5206 saved_CFLAGS="$CFLAGS"
5083 CFLAGS="$CFLAGS -mabi=altivec -mvsx -mfloat128" 5207 CFLAGS="$CFLAGS -mabi=altivec -mvsx -mfloat128"
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PowerPC ISA 2.06 to build __float128 libraries" >&5 5208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PowerPC ISA 2.06 to build __float128 libraries" >&5
5085 $as_echo_n "checking for PowerPC ISA 2.06 to build __float128 libraries... " >&6; } 5209 $as_echo_n "checking for PowerPC ISA 2.06 to build __float128 libraries... " >&6; }
5086 if test "${libgcc_cv_powerpc_float128+set}" = set; then : 5210 if ${libgcc_cv_powerpc_float128+:} false; then :
5087 $as_echo_n "(cached) " >&6 5211 $as_echo_n "(cached) " >&6
5088 else 5212 else
5089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5090 /* end confdefs.h. */ 5214 /* end confdefs.h. */
5091 vector double dadd (vector double a, vector double b) { return a + b; } 5215 vector double dadd (vector double a, vector double b) { return a + b; }
5101 $as_echo "$libgcc_cv_powerpc_float128" >&6; } 5225 $as_echo "$libgcc_cv_powerpc_float128" >&6; }
5102 5226
5103 CFLAGS="$CFLAGS -mpower9-vector -mfloat128-hardware" 5227 CFLAGS="$CFLAGS -mpower9-vector -mfloat128-hardware"
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PowerPC ISA 3.0 to build hardware __float128 libraries" >&5 5228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PowerPC ISA 3.0 to build hardware __float128 libraries" >&5
5105 $as_echo_n "checking for PowerPC ISA 3.0 to build hardware __float128 libraries... " >&6; } 5229 $as_echo_n "checking for PowerPC ISA 3.0 to build hardware __float128 libraries... " >&6; }
5106 if test "${libgcc_cv_powerpc_float128_hw+set}" = set; then : 5230 if ${libgcc_cv_powerpc_float128_hw+:} false; then :
5107 $as_echo_n "(cached) " >&6 5231 $as_echo_n "(cached) " >&6
5108 else 5232 else
5109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5110 /* end confdefs.h. */ 5234 /* end confdefs.h. */
5111 #include <sys/auxv.h> 5235 #include <sys/auxv.h>
5157 # Check if Solaris/x86 linker supports ZERO terminator unwind entries. 5281 # Check if Solaris/x86 linker supports ZERO terminator unwind entries.
5158 # This is after config.host so we can augment tmake_file. 5282 # This is after config.host so we can augment tmake_file.
5159 # Link with -nostartfiles -nodefaultlibs since neither are present while 5283 # Link with -nostartfiles -nodefaultlibs since neither are present while
5160 # building libgcc. 5284 # building libgcc.
5161 case ${host} in 5285 case ${host} in
5162 i?86-*-solaris2* | x86_64-*-solaris2.1[0-9]*) 5286 i?86-*-solaris2* | x86_64-*-solaris2*)
5163 cat > conftest.s <<EOF 5287 cat > conftest.s <<EOF
5164 .section .eh_frame,"a",@unwind 5288 .section .eh_frame,"a",@unwind
5165 .zero 4 5289 .zero 4
5166 .section .jcr,"aw",@progbits 5290 .section .jcr,"aw",@progbits
5167 .zero 8 5291 .zero 8
5220 5344
5221 # Check for visibility support. This is after config.host so that 5345 # Check for visibility support. This is after config.host so that
5222 # we can check for asm_hidden_op. 5346 # we can check for asm_hidden_op.
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__((visibility(\"hidden\")))" >&5 5347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__((visibility(\"hidden\")))" >&5
5224 $as_echo_n "checking for __attribute__((visibility(\"hidden\")))... " >&6; } 5348 $as_echo_n "checking for __attribute__((visibility(\"hidden\")))... " >&6; }
5225 if test "${libgcc_cv_hidden_visibility_attribute+set}" = set; then : 5349 if ${libgcc_cv_hidden_visibility_attribute+:} false; then :
5226 $as_echo_n "(cached) " >&6 5350 $as_echo_n "(cached) " >&6
5227 else 5351 else
5228 5352
5229 echo 'int __attribute__ ((visibility ("hidden"))) foo (void) { return 1; }' > conftest.c 5353 echo 'int __attribute__ ((visibility ("hidden"))) foo (void) { return 1; }' > conftest.c
5230 libgcc_cv_hidden_visibility_attribute=no 5354 libgcc_cv_hidden_visibility_attribute=no
5257 5381
5258 5382
5259 # Check for .cfi_sections .debug_frame support. 5383 # Check for .cfi_sections .debug_frame support.
5260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .cfi_sections .debug_frame" >&5 5384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .cfi_sections .debug_frame" >&5
5261 $as_echo_n "checking for .cfi_sections .debug_frame... " >&6; } 5385 $as_echo_n "checking for .cfi_sections .debug_frame... " >&6; }
5262 if test "${libgcc_cv_cfi_sections_directive+set}" = set; then : 5386 if ${libgcc_cv_cfi_sections_directive+:} false; then :
5263 $as_echo_n "(cached) " >&6 5387 $as_echo_n "(cached) " >&6
5264 else 5388 else
5265 5389
5266 echo 'int foo (int, char *);' > conftest.c 5390 echo 'int foo (int, char *);' > conftest.c
5267 echo 'int bar (int x) { char *y = __builtin_alloca (x); return foo (x + 1, y) + 1; }' >> conftest.c 5391 echo 'int bar (int x) { char *y = __builtin_alloca (x); return foo (x + 1, y) + 1; }' >> conftest.c
5295 # Check whether --enable-tls was given. 5419 # Check whether --enable-tls was given.
5296 if test "${enable_tls+set}" = set; then : 5420 if test "${enable_tls+set}" = set; then :
5297 enableval=$enable_tls; 5421 enableval=$enable_tls;
5298 case "$enableval" in 5422 case "$enableval" in
5299 yes|no) ;; 5423 yes|no) ;;
5300 *) as_fn_error "Argument to enable/disable tls must be yes or no" "$LINENO" 5 ;; 5424 *) as_fn_error $? "Argument to enable/disable tls must be yes or no" "$LINENO" 5 ;;
5301 esac 5425 esac
5302 5426
5303 else 5427 else
5304 enable_tls=yes 5428 enable_tls=yes
5305 fi 5429 fi
5306 5430
5307 5431
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target assembler supports thread-local storage" >&5 5432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target assembler supports thread-local storage" >&5
5309 $as_echo_n "checking whether the target assembler supports thread-local storage... " >&6; } 5433 $as_echo_n "checking whether the target assembler supports thread-local storage... " >&6; }
5310 if test "${gcc_cv_have_cc_tls+set}" = set; then : 5434 if ${gcc_cv_have_cc_tls+:} false; then :
5311 $as_echo_n "(cached) " >&6 5435 $as_echo_n "(cached) " >&6
5312 else 5436 else
5313 5437
5314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5315 /* end confdefs.h. */ 5439 /* end confdefs.h. */
5333 5457
5334 # See if we have emulated thread-local storage. 5458 # See if we have emulated thread-local storage.
5335 5459
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the thread-local storage support is from emutls" >&5 5460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the thread-local storage support is from emutls" >&5
5337 $as_echo_n "checking whether the thread-local storage support is from emutls... " >&6; } 5461 $as_echo_n "checking whether the thread-local storage support is from emutls... " >&6; }
5338 if test "${gcc_cv_use_emutls+set}" = set; then : 5462 if ${gcc_cv_use_emutls+:} false; then :
5339 $as_echo_n "(cached) " >&6 5463 $as_echo_n "(cached) " >&6
5340 else 5464 else
5341 5465
5342 gcc_cv_use_emutls=no 5466 gcc_cv_use_emutls=no
5343 echo '__thread int a; int b; int main() { return a = b; }' > conftest.c 5467 echo '__thread int a; int b; int main() { return a = b; }' > conftest.c
5371 5495
5372 case "${target}" in 5496 case "${target}" in
5373 i[34567]86-*-* | x86_64-*-*) 5497 i[34567]86-*-* | x86_64-*-*)
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the assembler supports AVX" >&5 5498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the assembler supports AVX" >&5
5375 $as_echo_n "checking if the assembler supports AVX... " >&6; } 5499 $as_echo_n "checking if the assembler supports AVX... " >&6; }
5376 if test "${libgcc_cv_as_avx+set}" = set; then : 5500 if ${libgcc_cv_as_avx+:} false; then :
5377 $as_echo_n "(cached) " >&6 5501 $as_echo_n "(cached) " >&6
5378 else 5502 else
5379 5503
5380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5381 /* end confdefs.h. */ 5505 /* end confdefs.h. */
5406 ;; 5530 ;;
5407 esac 5531 esac
5408 5532
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for init priority support" >&5 5533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for init priority support" >&5
5410 $as_echo_n "checking for init priority support... " >&6; } 5534 $as_echo_n "checking for init priority support... " >&6; }
5411 if test "${libgcc_cv_init_priority+set}" = set; then : 5535 if ${libgcc_cv_init_priority+:} false; then :
5412 $as_echo_n "(cached) " >&6 5536 $as_echo_n "(cached) " >&6
5413 else 5537 else
5414 5538
5415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5416 /* end confdefs.h. */ 5540 /* end confdefs.h. */
5474 # Map from thread model to thread header. 5598 # Map from thread model to thread header.
5475 5599
5476 case $target_thread_file in 5600 case $target_thread_file in
5477 aix) thread_header=config/rs6000/gthr-aix.h ;; 5601 aix) thread_header=config/rs6000/gthr-aix.h ;;
5478 dce) thread_header=config/pa/gthr-dce.h ;; 5602 dce) thread_header=config/pa/gthr-dce.h ;;
5603 gcn) thread_header=config/gcn/gthr-gcn.h ;;
5479 lynx) thread_header=config/gthr-lynx.h ;; 5604 lynx) thread_header=config/gthr-lynx.h ;;
5480 mipssde) thread_header=config/mips/gthr-mipssde.h ;; 5605 mipssde) thread_header=config/mips/gthr-mipssde.h ;;
5481 posix) thread_header=gthr-posix.h ;; 5606 posix) thread_header=gthr-posix.h ;;
5482 rtems) thread_header=config/gthr-rtems.h ;; 5607 rtems) thread_header=config/gthr-rtems.h ;;
5483 single) thread_header=gthr-single.h ;; 5608 single) thread_header=gthr-single.h ;;
5580 t end 5705 t end
5581 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 5706 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5582 :end' >>confcache 5707 :end' >>confcache
5583 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 5708 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5584 if test -w "$cache_file"; then 5709 if test -w "$cache_file"; then
5585 test "x$cache_file" != "x/dev/null" && 5710 if test "x$cache_file" != "x/dev/null"; then
5586 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 5711 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5587 $as_echo "$as_me: updating cache $cache_file" >&6;} 5712 $as_echo "$as_me: updating cache $cache_file" >&6;}
5588 cat confcache >$cache_file 5713 if test ! -f "$cache_file" || test -h "$cache_file"; then
5714 cat confcache >"$cache_file"
5715 else
5716 case $cache_file in #(
5717 */* | ?:*)
5718 mv -f confcache "$cache_file"$$ &&
5719 mv -f "$cache_file"$$ "$cache_file" ;; #(
5720 *)
5721 mv -f confcache "$cache_file" ;;
5722 esac
5723 fi
5724 fi
5589 else 5725 else
5590 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 5726 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5591 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 5727 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5592 fi 5728 fi
5593 fi 5729 fi
5599 5735
5600 DEFS=-DHAVE_CONFIG_H 5736 DEFS=-DHAVE_CONFIG_H
5601 5737
5602 ac_libobjs= 5738 ac_libobjs=
5603 ac_ltlibobjs= 5739 ac_ltlibobjs=
5740 U=
5604 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 5741 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5605 # 1. Remove the extension, and $U if already installed. 5742 # 1. Remove the extension, and $U if already installed.
5606 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 5743 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
5607 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 5744 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
5608 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 5745 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
5614 5751
5615 LTLIBOBJS=$ac_ltlibobjs 5752 LTLIBOBJS=$ac_ltlibobjs
5616 5753
5617 5754
5618 5755
5619 : ${CONFIG_STATUS=./config.status} 5756 : "${CONFIG_STATUS=./config.status}"
5620 ac_write_fail=0 5757 ac_write_fail=0
5621 ac_clean_files_save=$ac_clean_files 5758 ac_clean_files_save=$ac_clean_files
5622 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 5759 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5623 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 5760 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
5624 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 5761 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
5715 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 5852 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
5716 # splitting by setting IFS to empty value.) 5853 # splitting by setting IFS to empty value.)
5717 IFS=" "" $as_nl" 5854 IFS=" "" $as_nl"
5718 5855
5719 # Find who we are. Look in the path if we contain no directory separator. 5856 # Find who we are. Look in the path if we contain no directory separator.
5857 as_myself=
5720 case $0 in #(( 5858 case $0 in #((
5721 *[\\/]* ) as_myself=$0 ;; 5859 *[\\/]* ) as_myself=$0 ;;
5722 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5860 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5723 for as_dir in $PATH 5861 for as_dir in $PATH
5724 do 5862 do
5760 5898
5761 # CDPATH. 5899 # CDPATH.
5762 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 5900 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
5763 5901
5764 5902
5765 # as_fn_error ERROR [LINENO LOG_FD] 5903 # as_fn_error STATUS ERROR [LINENO LOG_FD]
5766 # --------------------------------- 5904 # ----------------------------------------
5767 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 5905 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
5768 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 5906 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
5769 # script with status $?, using 1 if that was 0. 5907 # script with STATUS, using 1 if that was 0.
5770 as_fn_error () 5908 as_fn_error ()
5771 { 5909 {
5772 as_status=$?; test $as_status -eq 0 && as_status=1 5910 as_status=$1; test $as_status -eq 0 && as_status=1
5773 if test "$3"; then 5911 if test "$4"; then
5774 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 5912 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5775 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 5913 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5776 fi 5914 fi
5777 $as_echo "$as_me: error: $1" >&2 5915 $as_echo "$as_me: error: $2" >&2
5778 as_fn_exit $as_status 5916 as_fn_exit $as_status
5779 } # as_fn_error 5917 } # as_fn_error
5780 5918
5781 5919
5782 # as_fn_set_status STATUS 5920 # as_fn_set_status STATUS
5910 if ln -s conf$$.file conf$$ 2>/dev/null; then 6048 if ln -s conf$$.file conf$$ 2>/dev/null; then
5911 as_ln_s='ln -s' 6049 as_ln_s='ln -s'
5912 # ... but there are two gotchas: 6050 # ... but there are two gotchas:
5913 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 6051 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5914 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 6052 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
5915 # In both cases, we have to default to `cp -p'. 6053 # In both cases, we have to default to `cp -pR'.
5916 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 6054 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
5917 as_ln_s='cp -p' 6055 as_ln_s='cp -pR'
5918 elif ln conf$$.file conf$$ 2>/dev/null; then 6056 elif ln conf$$.file conf$$ 2>/dev/null; then
5919 as_ln_s=ln 6057 as_ln_s=ln
5920 else 6058 else
5921 as_ln_s='cp -p' 6059 as_ln_s='cp -pR'
5922 fi 6060 fi
5923 else 6061 else
5924 as_ln_s='cp -p' 6062 as_ln_s='cp -pR'
5925 fi 6063 fi
5926 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 6064 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
5927 rmdir conf$$.dir 2>/dev/null 6065 rmdir conf$$.dir 2>/dev/null
5928 6066
5929 6067
5968 } 6106 }
5969 s/.*/./; q'` 6107 s/.*/./; q'`
5970 test -d "$as_dir" && break 6108 test -d "$as_dir" && break
5971 done 6109 done
5972 test -z "$as_dirs" || eval "mkdir $as_dirs" 6110 test -z "$as_dirs" || eval "mkdir $as_dirs"
5973 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 6111 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5974 6112
5975 6113
5976 } # as_fn_mkdir_p 6114 } # as_fn_mkdir_p
5977 if mkdir -p . 2>/dev/null; then 6115 if mkdir -p . 2>/dev/null; then
5978 as_mkdir_p='mkdir -p "$as_dir"' 6116 as_mkdir_p='mkdir -p "$as_dir"'
5979 else 6117 else
5980 test -d ./-p && rmdir ./-p 6118 test -d ./-p && rmdir ./-p
5981 as_mkdir_p=false 6119 as_mkdir_p=false
5982 fi 6120 fi
5983 6121
5984 if test -x / >/dev/null 2>&1; then 6122
5985 as_test_x='test -x' 6123 # as_fn_executable_p FILE
5986 else 6124 # -----------------------
5987 if ls -dL / >/dev/null 2>&1; then 6125 # Test if FILE is an executable regular file.
5988 as_ls_L_option=L 6126 as_fn_executable_p ()
5989 else 6127 {
5990 as_ls_L_option= 6128 test -f "$1" && test -x "$1"
5991 fi 6129 } # as_fn_executable_p
5992 as_test_x=' 6130 as_test_x='test -x'
5993 eval sh -c '\'' 6131 as_executable_p=as_fn_executable_p
5994 if test -d "$1"; then
5995 test -d "$1/.";
5996 else
5997 case $1 in #(
5998 -*)set "./$1";;
5999 esac;
6000 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
6001 ???[sx]*):;;*)false;;esac;fi
6002 '\'' sh
6003 '
6004 fi
6005 as_executable_p=$as_test_x
6006 6132
6007 # Sed expression to map a string onto a valid CPP name. 6133 # Sed expression to map a string onto a valid CPP name.
6008 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 6134 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
6009 6135
6010 # Sed expression to map a string onto a valid variable name. 6136 # Sed expression to map a string onto a valid variable name.
6022 # Save the log message, to keep $0 and so on meaningful, and to 6148 # Save the log message, to keep $0 and so on meaningful, and to
6023 # report actual input values of CONFIG_FILES etc. instead of their 6149 # report actual input values of CONFIG_FILES etc. instead of their
6024 # values after options handling. 6150 # values after options handling.
6025 ac_log=" 6151 ac_log="
6026 This file was extended by GNU C Runtime Library $as_me 1.0, which was 6152 This file was extended by GNU C Runtime Library $as_me 1.0, which was
6027 generated by GNU Autoconf 2.64. Invocation command line was 6153 generated by GNU Autoconf 2.69. Invocation command line was
6028 6154
6029 CONFIG_FILES = $CONFIG_FILES 6155 CONFIG_FILES = $CONFIG_FILES
6030 CONFIG_HEADERS = $CONFIG_HEADERS 6156 CONFIG_HEADERS = $CONFIG_HEADERS
6031 CONFIG_LINKS = $CONFIG_LINKS 6157 CONFIG_LINKS = $CONFIG_LINKS
6032 CONFIG_COMMANDS = $CONFIG_COMMANDS 6158 CONFIG_COMMANDS = $CONFIG_COMMANDS
6062 6188
6063 Usage: $0 [OPTION]... [TAG]... 6189 Usage: $0 [OPTION]... [TAG]...
6064 6190
6065 -h, --help print this help, then exit 6191 -h, --help print this help, then exit
6066 -V, --version print version number and configuration settings, then exit 6192 -V, --version print version number and configuration settings, then exit
6193 --config print configuration, then exit
6067 -q, --quiet, --silent 6194 -q, --quiet, --silent
6068 do not print progress messages 6195 do not print progress messages
6069 -d, --debug don't remove temporary files 6196 -d, --debug don't remove temporary files
6070 --recheck update $as_me by reconfiguring in the same conditions 6197 --recheck update $as_me by reconfiguring in the same conditions
6071 --file=FILE[:TEMPLATE] 6198 --file=FILE[:TEMPLATE]
6086 GNU C Runtime Library home page: <http://www.gnu.org/software/libgcc/>. 6213 GNU C Runtime Library home page: <http://www.gnu.org/software/libgcc/>.
6087 General help using GNU software: <http://www.gnu.org/gethelp/>." 6214 General help using GNU software: <http://www.gnu.org/gethelp/>."
6088 6215
6089 _ACEOF 6216 _ACEOF
6090 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6217 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6218 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6091 ac_cs_version="\\ 6219 ac_cs_version="\\
6092 GNU C Runtime Library config.status 1.0 6220 GNU C Runtime Library config.status 1.0
6093 configured by $0, generated by GNU Autoconf 2.64, 6221 configured by $0, generated by GNU Autoconf 2.69,
6094 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 6222 with options \\"\$ac_cs_config\\"
6095 6223
6096 Copyright (C) 2009 Free Software Foundation, Inc. 6224 Copyright (C) 2012 Free Software Foundation, Inc.
6097 This config.status script is free software; the Free Software Foundation 6225 This config.status script is free software; the Free Software Foundation
6098 gives unlimited permission to copy, distribute and modify it." 6226 gives unlimited permission to copy, distribute and modify it."
6099 6227
6100 ac_pwd='$ac_pwd' 6228 ac_pwd='$ac_pwd'
6101 srcdir='$srcdir' 6229 srcdir='$srcdir'
6108 # The default lists apply if the user does not specify any file. 6236 # The default lists apply if the user does not specify any file.
6109 ac_need_defaults=: 6237 ac_need_defaults=:
6110 while test $# != 0 6238 while test $# != 0
6111 do 6239 do
6112 case $1 in 6240 case $1 in
6113 --*=*) 6241 --*=?*)
6114 ac_option=`expr "X$1" : 'X\([^=]*\)='` 6242 ac_option=`expr "X$1" : 'X\([^=]*\)='`
6115 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 6243 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
6244 ac_shift=:
6245 ;;
6246 --*=)
6247 ac_option=`expr "X$1" : 'X\([^=]*\)='`
6248 ac_optarg=
6116 ac_shift=: 6249 ac_shift=:
6117 ;; 6250 ;;
6118 *) 6251 *)
6119 ac_option=$1 6252 ac_option=$1
6120 ac_optarg=$2 6253 ac_optarg=$2
6126 # Handling of the options. 6259 # Handling of the options.
6127 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 6260 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6128 ac_cs_recheck=: ;; 6261 ac_cs_recheck=: ;;
6129 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 6262 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
6130 $as_echo "$ac_cs_version"; exit ;; 6263 $as_echo "$ac_cs_version"; exit ;;
6264 --config | --confi | --conf | --con | --co | --c )
6265 $as_echo "$ac_cs_config"; exit ;;
6131 --debug | --debu | --deb | --de | --d | -d ) 6266 --debug | --debu | --deb | --de | --d | -d )
6132 debug=: ;; 6267 debug=: ;;
6133 --file | --fil | --fi | --f ) 6268 --file | --fil | --fi | --f )
6134 $ac_shift 6269 $ac_shift
6135 case $ac_optarg in 6270 case $ac_optarg in
6136 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 6271 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
6272 '') as_fn_error $? "missing file argument" ;;
6137 esac 6273 esac
6138 as_fn_append CONFIG_FILES " '$ac_optarg'" 6274 as_fn_append CONFIG_FILES " '$ac_optarg'"
6139 ac_need_defaults=false;; 6275 ac_need_defaults=false;;
6140 --header | --heade | --head | --hea ) 6276 --header | --heade | --head | --hea )
6141 $ac_shift 6277 $ac_shift
6144 esac 6280 esac
6145 as_fn_append CONFIG_HEADERS " '$ac_optarg'" 6281 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
6146 ac_need_defaults=false;; 6282 ac_need_defaults=false;;
6147 --he | --h) 6283 --he | --h)
6148 # Conflict between --help and --header 6284 # Conflict between --help and --header
6149 as_fn_error "ambiguous option: \`$1' 6285 as_fn_error $? "ambiguous option: \`$1'
6150 Try \`$0 --help' for more information.";; 6286 Try \`$0 --help' for more information.";;
6151 --help | --hel | -h ) 6287 --help | --hel | -h )
6152 $as_echo "$ac_cs_usage"; exit ;; 6288 $as_echo "$ac_cs_usage"; exit ;;
6153 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 6289 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
6154 | -silent | --silent | --silen | --sile | --sil | --si | --s) 6290 | -silent | --silent | --silen | --sile | --sil | --si | --s)
6155 ac_cs_silent=: ;; 6291 ac_cs_silent=: ;;
6156 6292
6157 # This is an error. 6293 # This is an error.
6158 -*) as_fn_error "unrecognized option: \`$1' 6294 -*) as_fn_error $? "unrecognized option: \`$1'
6159 Try \`$0 --help' for more information." ;; 6295 Try \`$0 --help' for more information." ;;
6160 6296
6161 *) as_fn_append ac_config_targets " $1" 6297 *) as_fn_append ac_config_targets " $1"
6162 ac_need_defaults=false ;; 6298 ac_need_defaults=false ;;
6163 6299
6173 fi 6309 fi
6174 6310
6175 _ACEOF 6311 _ACEOF
6176 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6312 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6177 if \$ac_cs_recheck; then 6313 if \$ac_cs_recheck; then
6178 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 6314 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6179 shift 6315 shift
6180 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 6316 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
6181 CONFIG_SHELL='$SHELL' 6317 CONFIG_SHELL='$SHELL'
6182 export CONFIG_SHELL 6318 export CONFIG_SHELL
6183 exec "\$@" 6319 exec "\$@"
6219 case $ac_config_target in 6355 case $ac_config_target in
6220 "auto-target.h") CONFIG_HEADERS="$CONFIG_HEADERS auto-target.h:config.in" ;; 6356 "auto-target.h") CONFIG_HEADERS="$CONFIG_HEADERS auto-target.h:config.in" ;;
6221 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 6357 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
6222 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 6358 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
6223 6359
6224 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 6360 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
6225 esac 6361 esac
6226 done 6362 done
6227 6363
6228 6364
6229 # If the user did not use the arguments to specify the items to instantiate, 6365 # If the user did not use the arguments to specify the items to instantiate,
6242 # Hook for its removal unless debugging. 6378 # Hook for its removal unless debugging.
6243 # Note that there is a small window in which the directory will not be cleaned: 6379 # Note that there is a small window in which the directory will not be cleaned:
6244 # after its creation but before its name has been assigned to `$tmp'. 6380 # after its creation but before its name has been assigned to `$tmp'.
6245 $debug || 6381 $debug ||
6246 { 6382 {
6247 tmp= 6383 tmp= ac_tmp=
6248 trap 'exit_status=$? 6384 trap 'exit_status=$?
6249 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 6385 : "${ac_tmp:=$tmp}"
6386 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
6250 ' 0 6387 ' 0
6251 trap 'as_fn_exit 1' 1 2 13 15 6388 trap 'as_fn_exit 1' 1 2 13 15
6252 } 6389 }
6253 # Create a (secure) tmp directory for tmp files. 6390 # Create a (secure) tmp directory for tmp files.
6254 6391
6255 { 6392 {
6256 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 6393 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
6257 test -n "$tmp" && test -d "$tmp" 6394 test -d "$tmp"
6258 } || 6395 } ||
6259 { 6396 {
6260 tmp=./conf$$-$RANDOM 6397 tmp=./conf$$-$RANDOM
6261 (umask 077 && mkdir "$tmp") 6398 (umask 077 && mkdir "$tmp")
6262 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 6399 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
6400 ac_tmp=$tmp
6263 6401
6264 # Set up the scripts for CONFIG_FILES section. 6402 # Set up the scripts for CONFIG_FILES section.
6265 # No need to generate them if there are no CONFIG_FILES. 6403 # No need to generate them if there are no CONFIG_FILES.
6266 # This happens for instance with `./config.status config.h'. 6404 # This happens for instance with `./config.status config.h'.
6267 if test -n "$CONFIG_FILES"; then 6405 if test -n "$CONFIG_FILES"; then
6274 if test "x$ac_cr" = x; then 6412 if test "x$ac_cr" = x; then
6275 eval ac_cr=\$\'\\r\' 6413 eval ac_cr=\$\'\\r\'
6276 fi 6414 fi
6277 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 6415 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
6278 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 6416 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
6279 ac_cs_awk_cr='\r' 6417 ac_cs_awk_cr='\\r'
6280 else 6418 else
6281 ac_cs_awk_cr=$ac_cr 6419 ac_cs_awk_cr=$ac_cr
6282 fi 6420 fi
6283 6421
6284 echo 'BEGIN {' >"$tmp/subs1.awk" && 6422 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
6285 _ACEOF 6423 _ACEOF
6286 6424
6287 6425
6288 { 6426 {
6289 echo "cat >conf$$subs.awk <<_ACEOF" && 6427 echo "cat >conf$$subs.awk <<_ACEOF" &&
6290 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 6428 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
6291 echo "_ACEOF" 6429 echo "_ACEOF"
6292 } >conf$$subs.sh || 6430 } >conf$$subs.sh ||
6293 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 6431 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
6294 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 6432 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
6295 ac_delim='%!_!# ' 6433 ac_delim='%!_!# '
6296 for ac_last_try in false false false false false :; do 6434 for ac_last_try in false false false false false :; do
6297 . ./conf$$subs.sh || 6435 . ./conf$$subs.sh ||
6298 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 6436 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
6299 6437
6300 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 6438 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
6301 if test $ac_delim_n = $ac_delim_num; then 6439 if test $ac_delim_n = $ac_delim_num; then
6302 break 6440 break
6303 elif $ac_last_try; then 6441 elif $ac_last_try; then
6304 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 6442 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
6305 else 6443 else
6306 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 6444 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6307 fi 6445 fi
6308 done 6446 done
6309 rm -f conf$$subs.sh 6447 rm -f conf$$subs.sh
6310 6448
6311 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6449 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6312 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 6450 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
6313 _ACEOF 6451 _ACEOF
6314 sed -n ' 6452 sed -n '
6315 h 6453 h
6316 s/^/S["/; s/!.*/"]=/ 6454 s/^/S["/; s/!.*/"]=/
6317 p 6455 p
6321 t repl 6459 t repl
6322 s/'"$ac_delim"'$// 6460 s/'"$ac_delim"'$//
6323 t delim 6461 t delim
6324 :nl 6462 :nl
6325 h 6463 h
6326 s/\(.\{148\}\).*/\1/ 6464 s/\(.\{148\}\)..*/\1/
6327 t more1 6465 t more1
6328 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 6466 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
6329 p 6467 p
6330 n 6468 n
6331 b repl 6469 b repl
6335 g 6473 g
6336 s/.\{148\}// 6474 s/.\{148\}//
6337 t nl 6475 t nl
6338 :delim 6476 :delim
6339 h 6477 h
6340 s/\(.\{148\}\).*/\1/ 6478 s/\(.\{148\}\)..*/\1/
6341 t more2 6479 t more2
6342 s/["\\]/\\&/g; s/^/"/; s/$/"/ 6480 s/["\\]/\\&/g; s/^/"/; s/$/"/
6343 p 6481 p
6344 b 6482 b
6345 :more2 6483 :more2
6355 } 6493 }
6356 ' >>$CONFIG_STATUS || ac_write_fail=1 6494 ' >>$CONFIG_STATUS || ac_write_fail=1
6357 rm -f conf$$subs.awk 6495 rm -f conf$$subs.awk
6358 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6496 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6359 _ACAWK 6497 _ACAWK
6360 cat >>"\$tmp/subs1.awk" <<_ACAWK && 6498 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
6361 for (key in S) S_is_set[key] = 1 6499 for (key in S) S_is_set[key] = 1
6362 FS = "" 6500 FS = ""
6363 6501
6364 } 6502 }
6365 { 6503 {
6387 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6525 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6388 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 6526 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
6389 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 6527 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
6390 else 6528 else
6391 cat 6529 cat
6392 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 6530 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
6393 || as_fn_error "could not setup config files machinery" "$LINENO" 5 6531 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
6394 _ACEOF 6532 _ACEOF
6395 6533
6396 # VPATH may cause trouble with some makes, so we remove $(srcdir), 6534 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
6397 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 6535 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
6398 # trailing colons and then remove the whole line if VPATH becomes empty 6536 # trailing colons and then remove the whole line if VPATH becomes empty
6399 # (actually we leave an empty line to preserve line numbers). 6537 # (actually we leave an empty line to preserve line numbers).
6400 if test "x$srcdir" = x.; then 6538 if test "x$srcdir" = x.; then
6401 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 6539 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
6402 s/:*\$(srcdir):*/:/ 6540 h
6403 s/:*\${srcdir}:*/:/ 6541 s///
6404 s/:*@srcdir@:*/:/ 6542 s/^/:/
6405 s/^\([^=]*=[ ]*\):*/\1/ 6543 s/[ ]*$/:/
6544 s/:\$(srcdir):/:/g
6545 s/:\${srcdir}:/:/g
6546 s/:@srcdir@:/:/g
6547 s/^:*//
6406 s/:*$// 6548 s/:*$//
6549 x
6550 s/\(=[ ]*\).*/\1/
6551 G
6552 s/\n//
6407 s/^[^=]*=[ ]*$// 6553 s/^[^=]*=[ ]*$//
6408 }' 6554 }'
6409 fi 6555 fi
6410 6556
6411 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6557 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6413 6559
6414 # Set up the scripts for CONFIG_HEADERS section. 6560 # Set up the scripts for CONFIG_HEADERS section.
6415 # No need to generate them if there are no CONFIG_HEADERS. 6561 # No need to generate them if there are no CONFIG_HEADERS.
6416 # This happens for instance with `./config.status Makefile'. 6562 # This happens for instance with `./config.status Makefile'.
6417 if test -n "$CONFIG_HEADERS"; then 6563 if test -n "$CONFIG_HEADERS"; then
6418 cat >"$tmp/defines.awk" <<\_ACAWK || 6564 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
6419 BEGIN { 6565 BEGIN {
6420 _ACEOF 6566 _ACEOF
6421 6567
6422 # Transform confdefs.h into an awk script `defines.awk', embedded as 6568 # Transform confdefs.h into an awk script `defines.awk', embedded as
6423 # here-document in config.status, that substitutes the proper values into 6569 # here-document in config.status, that substitutes the proper values into
6425 6571
6426 # Create a delimiter string that does not exist in confdefs.h, to ease 6572 # Create a delimiter string that does not exist in confdefs.h, to ease
6427 # handling of long lines. 6573 # handling of long lines.
6428 ac_delim='%!_!# ' 6574 ac_delim='%!_!# '
6429 for ac_last_try in false false :; do 6575 for ac_last_try in false false :; do
6430 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 6576 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
6431 if test -z "$ac_t"; then 6577 if test -z "$ac_tt"; then
6432 break 6578 break
6433 elif $ac_last_try; then 6579 elif $ac_last_try; then
6434 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 6580 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
6435 else 6581 else
6436 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 6582 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6437 fi 6583 fi
6438 done 6584 done
6439 6585
6514 } 6660 }
6515 { print } 6661 { print }
6516 _ACAWK 6662 _ACAWK
6517 _ACEOF 6663 _ACEOF
6518 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6664 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6519 as_fn_error "could not setup config headers machinery" "$LINENO" 5 6665 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
6520 fi # test -n "$CONFIG_HEADERS" 6666 fi # test -n "$CONFIG_HEADERS"
6521 6667
6522 6668
6523 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 6669 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
6524 shift 6670 shift
6527 case $ac_tag in 6673 case $ac_tag in
6528 :[FHLC]) ac_mode=$ac_tag; continue;; 6674 :[FHLC]) ac_mode=$ac_tag; continue;;
6529 esac 6675 esac
6530 case $ac_mode$ac_tag in 6676 case $ac_mode$ac_tag in
6531 :[FHL]*:*);; 6677 :[FHL]*:*);;
6532 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 6678 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
6533 :[FH]-) ac_tag=-:-;; 6679 :[FH]-) ac_tag=-:-;;
6534 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 6680 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
6535 esac 6681 esac
6536 ac_save_IFS=$IFS 6682 ac_save_IFS=$IFS
6537 IFS=: 6683 IFS=:
6546 :[FH]) 6692 :[FH])
6547 ac_file_inputs= 6693 ac_file_inputs=
6548 for ac_f 6694 for ac_f
6549 do 6695 do
6550 case $ac_f in 6696 case $ac_f in
6551 -) ac_f="$tmp/stdin";; 6697 -) ac_f="$ac_tmp/stdin";;
6552 *) # Look for the file first in the build tree, then in the source tree 6698 *) # Look for the file first in the build tree, then in the source tree
6553 # (if the path is not absolute). The absolute path cannot be DOS-style, 6699 # (if the path is not absolute). The absolute path cannot be DOS-style,
6554 # because $ac_f cannot contain `:'. 6700 # because $ac_f cannot contain `:'.
6555 test -f "$ac_f" || 6701 test -f "$ac_f" ||
6556 case $ac_f in 6702 case $ac_f in
6557 [\\/$]*) false;; 6703 [\\/$]*) false;;
6558 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 6704 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
6559 esac || 6705 esac ||
6560 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 6706 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
6561 esac 6707 esac
6562 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 6708 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
6563 as_fn_append ac_file_inputs " '$ac_f'" 6709 as_fn_append ac_file_inputs " '$ac_f'"
6564 done 6710 done
6565 6711
6581 sed 's/[\\\\&|]/\\\\&/g'`;; #( 6727 sed 's/[\\\\&|]/\\\\&/g'`;; #(
6582 *) ac_sed_conf_input=$configure_input;; 6728 *) ac_sed_conf_input=$configure_input;;
6583 esac 6729 esac
6584 6730
6585 case $ac_tag in 6731 case $ac_tag in
6586 *:-:* | *:-) cat >"$tmp/stdin" \ 6732 *:-:* | *:-) cat >"$ac_tmp/stdin" \
6587 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 6733 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
6588 esac 6734 esac
6589 ;; 6735 ;;
6590 esac 6736 esac
6591 6737
6592 ac_dir=`$as_dirname -- "$ac_file" || 6738 ac_dir=`$as_dirname -- "$ac_file" ||
6712 s&@abs_builddir@&$ac_abs_builddir&;t t 6858 s&@abs_builddir@&$ac_abs_builddir&;t t
6713 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 6859 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6714 s&@INSTALL@&$ac_INSTALL&;t t 6860 s&@INSTALL@&$ac_INSTALL&;t t
6715 $ac_datarootdir_hack 6861 $ac_datarootdir_hack
6716 " 6862 "
6717 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 6863 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
6718 || as_fn_error "could not create $ac_file" "$LINENO" 5 6864 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6719 6865
6720 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 6866 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6721 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 6867 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
6722 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 6868 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
6869 "$ac_tmp/out"`; test -z "$ac_out"; } &&
6723 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 6870 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6724 which seems to be undefined. Please make sure it is defined." >&5 6871 which seems to be undefined. Please make sure it is defined" >&5
6725 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 6872 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6726 which seems to be undefined. Please make sure it is defined." >&2;} 6873 which seems to be undefined. Please make sure it is defined" >&2;}
6727 6874
6728 rm -f "$tmp/stdin" 6875 rm -f "$ac_tmp/stdin"
6729 case $ac_file in 6876 case $ac_file in
6730 -) cat "$tmp/out" && rm -f "$tmp/out";; 6877 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
6731 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 6878 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
6732 esac \ 6879 esac \
6733 || as_fn_error "could not create $ac_file" "$LINENO" 5 6880 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6734 ;; 6881 ;;
6735 :H) 6882 :H)
6736 # 6883 #
6737 # CONFIG_HEADER 6884 # CONFIG_HEADER
6738 # 6885 #
6739 if test x"$ac_file" != x-; then 6886 if test x"$ac_file" != x-; then
6740 { 6887 {
6741 $as_echo "/* $configure_input */" \ 6888 $as_echo "/* $configure_input */" \
6742 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 6889 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
6743 } >"$tmp/config.h" \ 6890 } >"$ac_tmp/config.h" \
6744 || as_fn_error "could not create $ac_file" "$LINENO" 5 6891 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6745 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 6892 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
6746 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 6893 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
6747 $as_echo "$as_me: $ac_file is unchanged" >&6;} 6894 $as_echo "$as_me: $ac_file is unchanged" >&6;}
6748 else 6895 else
6749 rm -f "$ac_file" 6896 rm -f "$ac_file"
6750 mv "$tmp/config.h" "$ac_file" \ 6897 mv "$ac_tmp/config.h" "$ac_file" \
6751 || as_fn_error "could not create $ac_file" "$LINENO" 5 6898 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6752 fi 6899 fi
6753 else 6900 else
6754 $as_echo "/* $configure_input */" \ 6901 $as_echo "/* $configure_input */" \
6755 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 6902 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
6756 || as_fn_error "could not create -" "$LINENO" 5 6903 || as_fn_error $? "could not create -" "$LINENO" 5
6757 fi 6904 fi
6758 ;; 6905 ;;
6759 6906
6760 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 6907 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
6761 $as_echo "$as_me: executing $ac_file commands" >&6;} 6908 $as_echo "$as_me: executing $ac_file commands" >&6;}
6778 as_fn_exit 0 6925 as_fn_exit 0
6779 _ACEOF 6926 _ACEOF
6780 ac_clean_files=$ac_clean_files_save 6927 ac_clean_files=$ac_clean_files_save
6781 6928
6782 test $ac_write_fail = 0 || 6929 test $ac_write_fail = 0 ||
6783 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 6930 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
6784 6931
6785 6932
6786 # configure is writing to config.log, and then calls config.status. 6933 # configure is writing to config.log, and then calls config.status.
6787 # config.status does its own redirection, appending to config.log. 6934 # config.status does its own redirection, appending to config.log.
6788 # Unfortunately, on DOS this fails, as config.log is still kept open 6935 # Unfortunately, on DOS this fails, as config.log is still kept open
6799 exec 5>/dev/null 6946 exec 5>/dev/null
6800 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 6947 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6801 exec 5>>config.log 6948 exec 5>>config.log
6802 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 6949 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6803 # would make configure fail if this is the last instruction. 6950 # would make configure fail if this is the last instruction.
6804 $ac_cs_success || as_fn_exit $? 6951 $ac_cs_success || as_fn_exit 1
6805 fi 6952 fi
6806 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 6953 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
6807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 6954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
6808 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 6955 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
6809 fi 6956 fi