comparison libgo/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 package-unused version-unused. 3 # Generated by GNU Autoconf 2.69 for package-unused version-unused.
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
215 fi; } 242 fi; }
216 IFS=$as_save_IFS 243 IFS=$as_save_IFS
217 244
218 245
219 if test "x$CONFIG_SHELL" != x; then : 246 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a 247 export CONFIG_SHELL
221 # neutralization value for shells without unset; and this also 248 # We cannot yet assume a decent shell, so we have to provide a
222 # works around shells that cannot unset nonexistent variables. 249 # neutralization value for shells without unset; and this also
223 BASH_ENV=/dev/null 250 # works around shells that cannot unset nonexistent variables.
224 ENV=/dev/null 251 # Preserve -v and -x to the replacement shell.
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 252 BASH_ENV=/dev/null
226 export CONFIG_SHELL 253 ENV=/dev/null
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
228 fi 266 fi
229 267
230 if test x$as_have_required = xno; then : 268 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all" 269 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system." 270 $as_echo "$0: the shells that I found on your system."
320 } 358 }
321 s/.*/./; q'` 359 s/.*/./; q'`
322 test -d "$as_dir" && break 360 test -d "$as_dir" && break
323 done 361 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs" 362 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
326 364
327 365
328 } # as_fn_mkdir_p 366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
329 # as_fn_append VAR VALUE 375 # as_fn_append VAR VALUE
330 # ---------------------- 376 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take 377 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over 378 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive 379 # repeated appends, instead of the typical quadratic growth present in naive
360 as_val=`expr "$@" || test $? -eq 1` 406 as_val=`expr "$@" || test $? -eq 1`
361 } 407 }
362 fi # as_fn_arith 408 fi # as_fn_arith
363 409
364 410
365 # as_fn_error ERROR [LINENO LOG_FD] 411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
366 # --------------------------------- 412 # ----------------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0. 415 # script with STATUS, using 1 if that was 0.
370 as_fn_error () 416 as_fn_error ()
371 { 417 {
372 as_status=$?; test $as_status -eq 0 && as_status=1 418 as_status=$1; test $as_status -eq 0 && as_status=1
373 if test "$3"; then 419 if test "$4"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
376 fi 422 fi
377 $as_echo "$as_me: error: $1" >&2 423 $as_echo "$as_me: error: $2" >&2
378 as_fn_exit $as_status 424 as_fn_exit $as_status
379 } # as_fn_error 425 } # as_fn_error
380 426
381 if expr a : '\(a\)' >/dev/null 2>&1 && 427 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then 428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
445 s/-\n.*// 491 s/-\n.*//
446 ' >$as_me.lineno && 492 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" || 493 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449 495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
450 # Don't try to exec as it changes $[0], causing all sort of problems 500 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the 501 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this). 502 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno" 503 . "./$as_me.lineno"
454 # Exit status is that of the last command. 504 # Exit status is that of the last command.
479 if ln -s conf$$.file conf$$ 2>/dev/null; then 529 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s' 530 as_ln_s='ln -s'
481 # ... but there are two gotchas: 531 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'. 534 # In both cases, we have to default to `cp -pR'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p' 536 as_ln_s='cp -pR'
487 elif ln conf$$.file conf$$ 2>/dev/null; then 537 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln 538 as_ln_s=ln
489 else 539 else
490 as_ln_s='cp -p' 540 as_ln_s='cp -pR'
491 fi 541 fi
492 else 542 else
493 as_ln_s='cp -p' 543 as_ln_s='cp -pR'
494 fi 544 fi
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null 546 rmdir conf$$.dir 2>/dev/null
497 547
498 if mkdir -p . 2>/dev/null; then 548 if mkdir -p . 2>/dev/null; then
500 else 550 else
501 test -d ./-p && rmdir ./-p 551 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false 552 as_mkdir_p=false
503 fi 553 fi
504 554
505 if test -x / >/dev/null 2>&1; then 555 as_test_x='test -x'
506 as_test_x='test -x' 556 as_executable_p=as_fn_executable_p
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525 fi
526 as_executable_p=$as_test_x
527 557
528 # Sed expression to map a string onto a valid CPP name. 558 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530 560
531 # Sed expression to map a string onto a valid variable name. 561 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533 563
534 SHELL=${CONFIG_SHELL-/bin/sh} 564 SHELL=${CONFIG_SHELL-/bin/sh}
535 565
536 566
537 exec 7<&0 </dev/null 6>&1 567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
538 569
539 # Name of the host. 570 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
541 # so uname gets run too. 572 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543 574
544 # 575 #
545 # Initializations. 576 # Initializations.
628 OSCFLAGS 659 OSCFLAGS
629 GO_SYSCALL_OS_ARCH_FILE 660 GO_SYSCALL_OS_ARCH_FILE
630 GO_SYSCALL_OS_FILE 661 GO_SYSCALL_OS_FILE
631 GO_LIBCALL_OS_ARCH_FILE 662 GO_LIBCALL_OS_ARCH_FILE
632 GO_LIBCALL_OS_FILE 663 GO_LIBCALL_OS_FILE
664 FUNCTION_DESCRIPTORS
665 LIBGO_IS_X86_FALSE
666 LIBGO_IS_X86_TRUE
633 ALLGOARCHFAMILY 667 ALLGOARCHFAMILY
634 ALLGOARCH 668 ALLGOARCH
635 GOARCH 669 GOARCH
636 USE_DEJAGNU 670 USE_DEJAGNU
637 ALLGOOS 671 ALLGOOS
638 GOOS 672 GOOS
639 LIBGO_IS_BSD_FALSE 673 LIBGO_IS_BSD_FALSE
640 LIBGO_IS_BSD_TRUE 674 LIBGO_IS_BSD_TRUE
675 LIBGO_IS_HURD_FALSE
676 LIBGO_IS_HURD_TRUE
641 LIBGO_IS_AIX_FALSE 677 LIBGO_IS_AIX_FALSE
642 LIBGO_IS_AIX_TRUE 678 LIBGO_IS_AIX_TRUE
643 LIBGO_IS_SOLARIS_FALSE 679 LIBGO_IS_SOLARIS_FALSE
644 LIBGO_IS_SOLARIS_TRUE 680 LIBGO_IS_SOLARIS_TRUE
645 LIBGO_IS_RTEMS_FALSE 681 LIBGO_IS_RTEMS_FALSE
693 GREP 729 GREP
694 SED 730 SED
695 MAINT 731 MAINT
696 MAINTAINER_MODE_FALSE 732 MAINTAINER_MODE_FALSE
697 MAINTAINER_MODE_TRUE 733 MAINTAINER_MODE_TRUE
698 GOCFLAGS 734 am__fastdepCCAS_FALSE
735 am__fastdepCCAS_TRUE
736 CCASDEPMODE
737 CCASFLAGS
738 CCAS
739 GOFLAGS
699 GOC 740 GOC
700 am__fastdepCC_FALSE 741 am__fastdepCC_FALSE
701 am__fastdepCC_TRUE 742 am__fastdepCC_TRUE
702 CCDEPMODE 743 CCDEPMODE
703 am__nodep 744 am__nodep
712 ac_ct_CC 753 ac_ct_CC
713 CPPFLAGS 754 CPPFLAGS
714 LDFLAGS 755 LDFLAGS
715 CFLAGS 756 CFLAGS
716 CC 757 CC
758 AM_BACKSLASH
759 AM_DEFAULT_VERBOSITY
760 AM_DEFAULT_V
761 AM_V
717 am__untar 762 am__untar
718 am__tar 763 am__tar
719 AMTAR 764 AMTAR
720 am__leading_dot 765 am__leading_dot
721 SET_MAKE 766 SET_MAKE
791 SHELL' 836 SHELL'
792 ac_subst_files='' 837 ac_subst_files=''
793 ac_user_opts=' 838 ac_user_opts='
794 enable_option_checking 839 enable_option_checking
795 enable_multilib 840 enable_multilib
841 enable_silent_rules
796 enable_dependency_tracking 842 enable_dependency_tracking
797 enable_maintainer_mode 843 enable_maintainer_mode
798 with_gnu_ld 844 with_gnu_ld
799 enable_shared 845 enable_shared
800 enable_static 846 enable_static
801 with_pic 847 with_pic
802 enable_fast_install 848 enable_fast_install
803 enable_libtool_lock 849 enable_libtool_lock
804 enable_werror 850 enable_werror
805 enable_version_specific_runtime_libs 851 enable_version_specific_runtime_libs
852 with_toolexeclibdir
806 with_libffi 853 with_libffi
807 with_libatomic 854 with_libatomic
808 with_system_libunwind 855 with_system_libunwind
809 ' 856 '
810 ac_precious_vars='build_alias 857 ac_precious_vars='build_alias
872 ac_prev= 919 ac_prev=
873 continue 920 continue
874 fi 921 fi
875 922
876 case $ac_option in 923 case $ac_option in
877 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 924 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
878 *) ac_optarg=yes ;; 925 *=) ac_optarg= ;;
926 *) ac_optarg=yes ;;
879 esac 927 esac
880 928
881 # Accept the important Cygnus configure options, so we can diagnose typos. 929 # Accept the important Cygnus configure options, so we can diagnose typos.
882 930
883 case $ac_dashdash$ac_option in 931 case $ac_dashdash$ac_option in
918 966
919 -disable-* | --disable-*) 967 -disable-* | --disable-*)
920 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 968 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
921 # Reject names that are not valid shell variable names. 969 # Reject names that are not valid shell variable names.
922 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 970 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
923 as_fn_error "invalid feature name: $ac_useropt" 971 as_fn_error $? "invalid feature name: $ac_useropt"
924 ac_useropt_orig=$ac_useropt 972 ac_useropt_orig=$ac_useropt
925 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 973 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
926 case $ac_user_opts in 974 case $ac_user_opts in
927 *" 975 *"
928 "enable_$ac_useropt" 976 "enable_$ac_useropt"
944 992
945 -enable-* | --enable-*) 993 -enable-* | --enable-*)
946 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 994 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
947 # Reject names that are not valid shell variable names. 995 # Reject names that are not valid shell variable names.
948 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 996 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
949 as_fn_error "invalid feature name: $ac_useropt" 997 as_fn_error $? "invalid feature name: $ac_useropt"
950 ac_useropt_orig=$ac_useropt 998 ac_useropt_orig=$ac_useropt
951 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 999 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
952 case $ac_user_opts in 1000 case $ac_user_opts in
953 *" 1001 *"
954 "enable_$ac_useropt" 1002 "enable_$ac_useropt"
1148 1196
1149 -with-* | --with-*) 1197 -with-* | --with-*)
1150 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1198 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1151 # Reject names that are not valid shell variable names. 1199 # Reject names that are not valid shell variable names.
1152 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1200 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1153 as_fn_error "invalid package name: $ac_useropt" 1201 as_fn_error $? "invalid package name: $ac_useropt"
1154 ac_useropt_orig=$ac_useropt 1202 ac_useropt_orig=$ac_useropt
1155 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1203 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1156 case $ac_user_opts in 1204 case $ac_user_opts in
1157 *" 1205 *"
1158 "with_$ac_useropt" 1206 "with_$ac_useropt"
1164 1212
1165 -without-* | --without-*) 1213 -without-* | --without-*)
1166 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1214 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1167 # Reject names that are not valid shell variable names. 1215 # Reject names that are not valid shell variable names.
1168 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1216 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1169 as_fn_error "invalid package name: $ac_useropt" 1217 as_fn_error $? "invalid package name: $ac_useropt"
1170 ac_useropt_orig=$ac_useropt 1218 ac_useropt_orig=$ac_useropt
1171 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1219 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1172 case $ac_user_opts in 1220 case $ac_user_opts in
1173 *" 1221 *"
1174 "with_$ac_useropt" 1222 "with_$ac_useropt"
1194 ac_prev=x_libraries ;; 1242 ac_prev=x_libraries ;;
1195 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1243 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1196 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1244 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1197 x_libraries=$ac_optarg ;; 1245 x_libraries=$ac_optarg ;;
1198 1246
1199 -*) as_fn_error "unrecognized option: \`$ac_option' 1247 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1200 Try \`$0 --help' for more information." 1248 Try \`$0 --help' for more information"
1201 ;; 1249 ;;
1202 1250
1203 *=*) 1251 *=*)
1204 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1252 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1205 # Reject names that are not valid shell variable names. 1253 # Reject names that are not valid shell variable names.
1206 case $ac_envvar in #( 1254 case $ac_envvar in #(
1207 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1255 '' | [0-9]* | *[!_$as_cr_alnum]* )
1208 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1256 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1209 esac 1257 esac
1210 eval $ac_envvar=\$ac_optarg 1258 eval $ac_envvar=\$ac_optarg
1211 export $ac_envvar ;; 1259 export $ac_envvar ;;
1212 1260
1213 *) 1261 *)
1214 # FIXME: should be removed in autoconf 3.0. 1262 # FIXME: should be removed in autoconf 3.0.
1215 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1263 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1216 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1264 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1217 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1265 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1218 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1266 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1219 ;; 1267 ;;
1220 1268
1221 esac 1269 esac
1222 done 1270 done
1223 1271
1224 if test -n "$ac_prev"; then 1272 if test -n "$ac_prev"; then
1225 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1273 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1226 as_fn_error "missing argument to $ac_option" 1274 as_fn_error $? "missing argument to $ac_option"
1227 fi 1275 fi
1228 1276
1229 if test -n "$ac_unrecognized_opts"; then 1277 if test -n "$ac_unrecognized_opts"; then
1230 case $enable_option_checking in 1278 case $enable_option_checking in
1231 no) ;; 1279 no) ;;
1232 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1280 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1233 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1281 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1234 esac 1282 esac
1235 fi 1283 fi
1236 1284
1237 # Check all directory arguments for consistency. 1285 # Check all directory arguments for consistency.
1250 # Be sure to have absolute directory names. 1298 # Be sure to have absolute directory names.
1251 case $ac_val in 1299 case $ac_val in
1252 [\\/$]* | ?:[\\/]* ) continue;; 1300 [\\/$]* | ?:[\\/]* ) continue;;
1253 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1301 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1254 esac 1302 esac
1255 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1303 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1256 done 1304 done
1257 1305
1258 # There might be people who depend on the old broken behavior: `$host' 1306 # There might be people who depend on the old broken behavior: `$host'
1259 # used to hold the argument of --host etc. 1307 # used to hold the argument of --host etc.
1260 # FIXME: To remove some day. 1308 # FIXME: To remove some day.
1264 1312
1265 # FIXME: To remove some day. 1313 # FIXME: To remove some day.
1266 if test "x$host_alias" != x; then 1314 if test "x$host_alias" != x; then
1267 if test "x$build_alias" = x; then 1315 if test "x$build_alias" = x; then
1268 cross_compiling=maybe 1316 cross_compiling=maybe
1269 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1270 If a cross compiler is detected then cross compile mode will be used." >&2
1271 elif test "x$build_alias" != "x$host_alias"; then 1317 elif test "x$build_alias" != "x$host_alias"; then
1272 cross_compiling=yes 1318 cross_compiling=yes
1273 fi 1319 fi
1274 fi 1320 fi
1275 1321
1280 1326
1281 1327
1282 ac_pwd=`pwd` && test -n "$ac_pwd" && 1328 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1283 ac_ls_di=`ls -di .` && 1329 ac_ls_di=`ls -di .` &&
1284 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1330 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1285 as_fn_error "working directory cannot be determined" 1331 as_fn_error $? "working directory cannot be determined"
1286 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1332 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1287 as_fn_error "pwd does not report name of working directory" 1333 as_fn_error $? "pwd does not report name of working directory"
1288 1334
1289 1335
1290 # Find the source files, if location was not specified. 1336 # Find the source files, if location was not specified.
1291 if test -z "$srcdir"; then 1337 if test -z "$srcdir"; then
1292 ac_srcdir_defaulted=yes 1338 ac_srcdir_defaulted=yes
1321 else 1367 else
1322 ac_srcdir_defaulted=no 1368 ac_srcdir_defaulted=no
1323 fi 1369 fi
1324 if test ! -r "$srcdir/$ac_unique_file"; then 1370 if test ! -r "$srcdir/$ac_unique_file"; then
1325 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1371 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1326 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1372 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1327 fi 1373 fi
1328 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1374 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1329 ac_abs_confdir=`( 1375 ac_abs_confdir=`(
1330 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1376 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1331 pwd)` 1377 pwd)`
1332 # When building in place, set srcdir=. 1378 # When building in place, set srcdir=.
1333 if test "$ac_abs_confdir" = "$ac_pwd"; then 1379 if test "$ac_abs_confdir" = "$ac_pwd"; then
1334 srcdir=. 1380 srcdir=.
1335 fi 1381 fi
1365 Configuration: 1411 Configuration:
1366 -h, --help display this help and exit 1412 -h, --help display this help and exit
1367 --help=short display options specific to this package 1413 --help=short display options specific to this package
1368 --help=recursive display the short help of all the included packages 1414 --help=recursive display the short help of all the included packages
1369 -V, --version display version information and exit 1415 -V, --version display version information and exit
1370 -q, --quiet, --silent do not print \`checking...' messages 1416 -q, --quiet, --silent do not print \`checking ...' messages
1371 --cache-file=FILE cache test results in FILE [disabled] 1417 --cache-file=FILE cache test results in FILE [disabled]
1372 -C, --config-cache alias for \`--cache-file=config.cache' 1418 -C, --config-cache alias for \`--cache-file=config.cache'
1373 -n, --no-create do not create output files 1419 -n, --no-create do not create output files
1374 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1420 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1375 1421
1431 Optional Features: 1477 Optional Features:
1432 --disable-option-checking ignore unrecognized --enable/--with options 1478 --disable-option-checking ignore unrecognized --enable/--with options
1433 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1479 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1434 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1480 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1435 --enable-multilib build many library versions (default) 1481 --enable-multilib build many library versions (default)
1436 --disable-dependency-tracking speeds up one-time build 1482 --enable-silent-rules less verbose build output (undo: "make V=1")
1437 --enable-dependency-tracking do not reject slow dependency extractors 1483 --disable-silent-rules verbose build output (undo: "make V=0")
1438 --enable-maintainer-mode enable make rules and dependencies not useful 1484 --enable-dependency-tracking
1439 (and sometimes confusing) to the casual installer 1485 do not reject slow dependency extractors
1486 --disable-dependency-tracking
1487 speeds up one-time build
1488 --enable-maintainer-mode
1489 enable make rules and dependencies not useful (and
1490 sometimes confusing) to the casual installer
1440 --enable-shared[=PKGS] build shared libraries [default=yes] 1491 --enable-shared[=PKGS] build shared libraries [default=yes]
1441 --enable-static[=PKGS] build static libraries [default=yes] 1492 --enable-static[=PKGS] build static libraries [default=yes]
1442 --enable-fast-install[=PKGS] 1493 --enable-fast-install[=PKGS]
1443 optimize for fast installation [default=yes] 1494 optimize for fast installation [default=yes]
1444 --disable-libtool-lock avoid locking (might break parallel builds) 1495 --disable-libtool-lock avoid locking (might break parallel builds)
1451 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1502 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1452 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1503 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1453 --with-gnu-ld assume the C compiler uses GNU ld [default=no] 1504 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1454 --with-pic try to use only PIC/non-PIC objects [default=use 1505 --with-pic try to use only PIC/non-PIC objects [default=use
1455 both] 1506 both]
1507 --with-toolexeclibdir=DIR
1508 install libraries built with a cross compiler within
1509 DIR
1456 --without-libffi don't use libffi 1510 --without-libffi don't use libffi
1457 --without-libatomic don't use libatomic 1511 --without-libatomic don't use libatomic
1458 --with-system-libunwind use installed libunwind 1512 --with-system-libunwind use installed libunwind
1459 1513
1460 Some influential environment variables: 1514 Some influential environment variables:
1461 CC C compiler command 1515 CC C compiler command
1462 CFLAGS C compiler flags 1516 CFLAGS C compiler flags
1463 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1517 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1464 nonstandard directory <lib dir> 1518 nonstandard directory <lib dir>
1465 LIBS libraries to pass to the linker, e.g. -l<library> 1519 LIBS libraries to pass to the linker, e.g. -l<library>
1466 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1520 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1467 you have headers in a nonstandard directory <include dir> 1521 you have headers in a nonstandard directory <include dir>
1468 GOC Go compiler command 1522 GOC Go compiler command
1469 GOCFLAGS Go compiler flags 1523 GOFLAGS Go compiler flags
1524 CCAS assembler compiler command (defaults to CC)
1525 CCASFLAGS assembler compiler flags (defaults to CFLAGS)
1470 CPP C preprocessor 1526 CPP C preprocessor
1471 1527
1472 Use these variables to override the choices made by `configure' or to help 1528 Use these variables to override the choices made by `configure' or to help
1473 it to find libraries and programs with nonstandard names/locations. 1529 it to find libraries and programs with nonstandard names/locations.
1474 1530
1534 1590
1535 test -n "$ac_init_help" && exit $ac_status 1591 test -n "$ac_init_help" && exit $ac_status
1536 if $ac_init_version; then 1592 if $ac_init_version; then
1537 cat <<\_ACEOF 1593 cat <<\_ACEOF
1538 package-unused configure version-unused 1594 package-unused configure version-unused
1539 generated by GNU Autoconf 2.64 1595 generated by GNU Autoconf 2.69
1540 1596
1541 Copyright (C) 2009 Free Software Foundation, Inc. 1597 Copyright (C) 2012 Free Software Foundation, Inc.
1542 This configure script is free software; the Free Software Foundation 1598 This configure script is free software; the Free Software Foundation
1543 gives unlimited permission to copy, distribute and modify it. 1599 gives unlimited permission to copy, distribute and modify it.
1544 _ACEOF 1600 _ACEOF
1545 exit 1601 exit
1546 fi 1602 fi
1580 $as_echo "$as_me: failed program was:" >&5 1636 $as_echo "$as_me: failed program was:" >&5
1581 sed 's/^/| /' conftest.$ac_ext >&5 1637 sed 's/^/| /' conftest.$ac_ext >&5
1582 1638
1583 ac_retval=1 1639 ac_retval=1
1584 fi 1640 fi
1585 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1641 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1586 return $ac_retval 1642 as_fn_set_status $ac_retval
1587 1643
1588 } # ac_fn_c_try_compile 1644 } # ac_fn_c_try_compile
1589 1645
1590 # ac_fn_c_try_link LINENO 1646 # ac_fn_c_try_link LINENO
1591 # ----------------------- 1647 # -----------------------
1612 test $ac_status = 0; } && { 1668 test $ac_status = 0; } && {
1613 test -z "$ac_c_werror_flag" || 1669 test -z "$ac_c_werror_flag" ||
1614 test ! -s conftest.err 1670 test ! -s conftest.err
1615 } && test -s conftest$ac_exeext && { 1671 } && test -s conftest$ac_exeext && {
1616 test "$cross_compiling" = yes || 1672 test "$cross_compiling" = yes ||
1617 $as_test_x conftest$ac_exeext 1673 test -x conftest$ac_exeext
1618 }; then : 1674 }; then :
1619 ac_retval=0 1675 ac_retval=0
1620 else 1676 else
1621 $as_echo "$as_me: failed program was:" >&5 1677 $as_echo "$as_me: failed program was:" >&5
1622 sed 's/^/| /' conftest.$ac_ext >&5 1678 sed 's/^/| /' conftest.$ac_ext >&5
1626 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1682 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1627 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1683 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1628 # interfere with the next link command; also delete a directory that is 1684 # interfere with the next link command; also delete a directory that is
1629 # left behind by Apple's compiler. We do this before executing the actions. 1685 # left behind by Apple's compiler. We do this before executing the actions.
1630 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1686 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1631 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1687 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1632 return $ac_retval 1688 as_fn_set_status $ac_retval
1633 1689
1634 } # ac_fn_c_try_link 1690 } # ac_fn_c_try_link
1635 1691
1636 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1692 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1637 # ------------------------------------------------------- 1693 # -------------------------------------------------------
1640 ac_fn_c_check_header_compile () 1696 ac_fn_c_check_header_compile ()
1641 { 1697 {
1642 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1698 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1644 $as_echo_n "checking for $2... " >&6; } 1700 $as_echo_n "checking for $2... " >&6; }
1645 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1701 if eval \${$3+:} false; then :
1646 $as_echo_n "(cached) " >&6 1702 $as_echo_n "(cached) " >&6
1647 else 1703 else
1648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1649 /* end confdefs.h. */ 1705 /* end confdefs.h. */
1650 $4 1706 $4
1658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1659 fi 1715 fi
1660 eval ac_res=\$$3 1716 eval ac_res=\$$3
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1662 $as_echo "$ac_res" >&6; } 1718 $as_echo "$ac_res" >&6; }
1663 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1719 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1664 1720
1665 } # ac_fn_c_check_header_compile 1721 } # ac_fn_c_check_header_compile
1666 1722
1667 # ac_fn_c_try_cpp LINENO 1723 # ac_fn_c_try_cpp LINENO
1668 # ---------------------- 1724 # ----------------------
1683 grep -v '^ *+' conftest.err >conftest.er1 1739 grep -v '^ *+' conftest.err >conftest.er1
1684 cat conftest.er1 >&5 1740 cat conftest.er1 >&5
1685 mv -f conftest.er1 conftest.err 1741 mv -f conftest.er1 conftest.err
1686 fi 1742 fi
1687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1688 test $ac_status = 0; } >/dev/null && { 1744 test $ac_status = 0; } > conftest.i && {
1689 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1745 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1690 test ! -s conftest.err 1746 test ! -s conftest.err
1691 }; then : 1747 }; then :
1692 ac_retval=0 1748 ac_retval=0
1693 else 1749 else
1694 $as_echo "$as_me: failed program was:" >&5 1750 $as_echo "$as_me: failed program was:" >&5
1695 sed 's/^/| /' conftest.$ac_ext >&5 1751 sed 's/^/| /' conftest.$ac_ext >&5
1696 1752
1697 ac_retval=1 1753 ac_retval=1
1698 fi 1754 fi
1699 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1755 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1700 return $ac_retval 1756 as_fn_set_status $ac_retval
1701 1757
1702 } # ac_fn_c_try_cpp 1758 } # ac_fn_c_try_cpp
1703 1759
1704 # ac_fn_c_try_run LINENO 1760 # ac_fn_c_try_run LINENO
1705 # ---------------------- 1761 # ----------------------
1736 sed 's/^/| /' conftest.$ac_ext >&5 1792 sed 's/^/| /' conftest.$ac_ext >&5
1737 1793
1738 ac_retval=$ac_status 1794 ac_retval=$ac_status
1739 fi 1795 fi
1740 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1796 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1741 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1797 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1742 return $ac_retval 1798 as_fn_set_status $ac_retval
1743 1799
1744 } # ac_fn_c_try_run 1800 } # ac_fn_c_try_run
1745 1801
1746 # ac_fn_c_check_func LINENO FUNC VAR 1802 # ac_fn_c_check_func LINENO FUNC VAR
1747 # ---------------------------------- 1803 # ----------------------------------
1749 ac_fn_c_check_func () 1805 ac_fn_c_check_func ()
1750 { 1806 {
1751 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1807 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1753 $as_echo_n "checking for $2... " >&6; } 1809 $as_echo_n "checking for $2... " >&6; }
1754 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1810 if eval \${$3+:} false; then :
1755 $as_echo_n "(cached) " >&6 1811 $as_echo_n "(cached) " >&6
1756 else 1812 else
1757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1758 /* end confdefs.h. */ 1814 /* end confdefs.h. */
1759 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. 1815 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1804 conftest$ac_exeext conftest.$ac_ext 1860 conftest$ac_exeext conftest.$ac_ext
1805 fi 1861 fi
1806 eval ac_res=\$$3 1862 eval ac_res=\$$3
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1808 $as_echo "$ac_res" >&6; } 1864 $as_echo "$ac_res" >&6; }
1809 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1865 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1810 1866
1811 } # ac_fn_c_check_func 1867 } # ac_fn_c_check_func
1812 1868
1813 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 1869 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1814 # ------------------------------------------------------- 1870 # -------------------------------------------------------
1816 # the include files in INCLUDES and setting the cache variable VAR 1872 # the include files in INCLUDES and setting the cache variable VAR
1817 # accordingly. 1873 # accordingly.
1818 ac_fn_c_check_header_mongrel () 1874 ac_fn_c_check_header_mongrel ()
1819 { 1875 {
1820 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1876 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1821 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1877 if eval \${$3+:} false; then :
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1823 $as_echo_n "checking for $2... " >&6; } 1879 $as_echo_n "checking for $2... " >&6; }
1824 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1880 if eval \${$3+:} false; then :
1825 $as_echo_n "(cached) " >&6 1881 $as_echo_n "(cached) " >&6
1826 fi 1882 fi
1827 eval ac_res=\$$3 1883 eval ac_res=\$$3
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1829 $as_echo "$ac_res" >&6; } 1885 $as_echo "$ac_res" >&6; }
1855 if ac_fn_c_try_cpp "$LINENO"; then : 1911 if ac_fn_c_try_cpp "$LINENO"; then :
1856 ac_header_preproc=yes 1912 ac_header_preproc=yes
1857 else 1913 else
1858 ac_header_preproc=no 1914 ac_header_preproc=no
1859 fi 1915 fi
1860 rm -f conftest.err conftest.$ac_ext 1916 rm -f conftest.err conftest.i conftest.$ac_ext
1861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1862 $as_echo "$ac_header_preproc" >&6; } 1918 $as_echo "$ac_header_preproc" >&6; }
1863 1919
1864 # So? What about this header? 1920 # So? What about this header?
1865 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( 1921 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1882 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1938 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1883 ;; 1939 ;;
1884 esac 1940 esac
1885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1886 $as_echo_n "checking for $2... " >&6; } 1942 $as_echo_n "checking for $2... " >&6; }
1887 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1943 if eval \${$3+:} false; then :
1888 $as_echo_n "(cached) " >&6 1944 $as_echo_n "(cached) " >&6
1889 else 1945 else
1890 eval "$3=\$ac_header_compiler" 1946 eval "$3=\$ac_header_compiler"
1891 fi 1947 fi
1892 eval ac_res=\$$3 1948 eval ac_res=\$$3
1893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1894 $as_echo "$ac_res" >&6; } 1950 $as_echo "$ac_res" >&6; }
1895 fi 1951 fi
1896 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1952 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1897 1953
1898 } # ac_fn_c_check_header_mongrel 1954 } # ac_fn_c_check_header_mongrel
1899 1955
1900 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES 1956 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1901 # ------------------------------------------- 1957 # -------------------------------------------
1904 ac_fn_c_check_type () 1960 ac_fn_c_check_type ()
1905 { 1961 {
1906 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1962 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1908 $as_echo_n "checking for $2... " >&6; } 1964 $as_echo_n "checking for $2... " >&6; }
1909 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1965 if eval \${$3+:} false; then :
1910 $as_echo_n "(cached) " >&6 1966 $as_echo_n "(cached) " >&6
1911 else 1967 else
1912 eval "$3=no" 1968 eval "$3=no"
1913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1914 /* end confdefs.h. */ 1970 /* end confdefs.h. */
1945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1946 fi 2002 fi
1947 eval ac_res=\$$3 2003 eval ac_res=\$$3
1948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1949 $as_echo "$ac_res" >&6; } 2005 $as_echo "$ac_res" >&6; }
1950 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2006 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1951 2007
1952 } # ac_fn_c_check_type 2008 } # ac_fn_c_check_type
1953 2009
1954 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES 2010 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1955 # -------------------------------------------- 2011 # --------------------------------------------
1966 $4 2022 $4
1967 int 2023 int
1968 main () 2024 main ()
1969 { 2025 {
1970 static int test_array [1 - 2 * !(($2) >= 0)]; 2026 static int test_array [1 - 2 * !(($2) >= 0)];
1971 test_array [0] = 0 2027 test_array [0] = 0;
2028 return test_array [0];
1972 2029
1973 ; 2030 ;
1974 return 0; 2031 return 0;
1975 } 2032 }
1976 _ACEOF 2033 _ACEOF
1982 $4 2039 $4
1983 int 2040 int
1984 main () 2041 main ()
1985 { 2042 {
1986 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 2043 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1987 test_array [0] = 0 2044 test_array [0] = 0;
2045 return test_array [0];
1988 2046
1989 ; 2047 ;
1990 return 0; 2048 return 0;
1991 } 2049 }
1992 _ACEOF 2050 _ACEOF
2008 $4 2066 $4
2009 int 2067 int
2010 main () 2068 main ()
2011 { 2069 {
2012 static int test_array [1 - 2 * !(($2) < 0)]; 2070 static int test_array [1 - 2 * !(($2) < 0)];
2013 test_array [0] = 0 2071 test_array [0] = 0;
2072 return test_array [0];
2014 2073
2015 ; 2074 ;
2016 return 0; 2075 return 0;
2017 } 2076 }
2018 _ACEOF 2077 _ACEOF
2024 $4 2083 $4
2025 int 2084 int
2026 main () 2085 main ()
2027 { 2086 {
2028 static int test_array [1 - 2 * !(($2) >= $ac_mid)]; 2087 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2029 test_array [0] = 0 2088 test_array [0] = 0;
2089 return test_array [0];
2030 2090
2031 ; 2091 ;
2032 return 0; 2092 return 0;
2033 } 2093 }
2034 _ACEOF 2094 _ACEOF
2058 $4 2118 $4
2059 int 2119 int
2060 main () 2120 main ()
2061 { 2121 {
2062 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 2122 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2063 test_array [0] = 0 2123 test_array [0] = 0;
2124 return test_array [0];
2064 2125
2065 ; 2126 ;
2066 return 0; 2127 return 0;
2067 } 2128 }
2068 _ACEOF 2129 _ACEOF
2122 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 2183 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2123 conftest.$ac_objext conftest.beam conftest.$ac_ext 2184 conftest.$ac_objext conftest.beam conftest.$ac_ext
2124 rm -f conftest.val 2185 rm -f conftest.val
2125 2186
2126 fi 2187 fi
2127 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2188 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2128 return $ac_retval 2189 as_fn_set_status $ac_retval
2129 2190
2130 } # ac_fn_c_compute_int 2191 } # ac_fn_c_compute_int
2131 cat >config.log <<_ACEOF 2192 cat >config.log <<_ACEOF
2132 This file contains any messages produced by compilers while 2193 This file contains any messages produced by compilers while
2133 running configure, to aid debugging if configure makes a mistake. 2194 running configure, to aid debugging if configure makes a mistake.
2134 2195
2135 It was created by package-unused $as_me version-unused, which was 2196 It was created by package-unused $as_me version-unused, which was
2136 generated by GNU Autoconf 2.64. Invocation command line was 2197 generated by GNU Autoconf 2.69. Invocation command line was
2137 2198
2138 $ $0 $@ 2199 $ $0 $@
2139 2200
2140 _ACEOF 2201 _ACEOF
2141 exec 5>>config.log 2202 exec 5>>config.log
2241 trap 'exit_status=$? 2302 trap 'exit_status=$?
2242 # Save into config.log some information that might help in debugging. 2303 # Save into config.log some information that might help in debugging.
2243 { 2304 {
2244 echo 2305 echo
2245 2306
2246 cat <<\_ASBOX 2307 $as_echo "## ---------------- ##
2247 ## ---------------- ##
2248 ## Cache variables. ## 2308 ## Cache variables. ##
2249 ## ---------------- ## 2309 ## ---------------- ##"
2250 _ASBOX
2251 echo 2310 echo
2252 # The following way of writing the cache mishandles newlines in values, 2311 # The following way of writing the cache mishandles newlines in values,
2253 ( 2312 (
2254 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 2313 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2255 eval ac_val=\$$ac_var 2314 eval ac_val=\$$ac_var
2279 esac | 2338 esac |
2280 sort 2339 sort
2281 ) 2340 )
2282 echo 2341 echo
2283 2342
2284 cat <<\_ASBOX 2343 $as_echo "## ----------------- ##
2285 ## ----------------- ##
2286 ## Output variables. ## 2344 ## Output variables. ##
2287 ## ----------------- ## 2345 ## ----------------- ##"
2288 _ASBOX
2289 echo 2346 echo
2290 for ac_var in $ac_subst_vars 2347 for ac_var in $ac_subst_vars
2291 do 2348 do
2292 eval ac_val=\$$ac_var 2349 eval ac_val=\$$ac_var
2293 case $ac_val in 2350 case $ac_val in
2296 $as_echo "$ac_var='\''$ac_val'\''" 2353 $as_echo "$ac_var='\''$ac_val'\''"
2297 done | sort 2354 done | sort
2298 echo 2355 echo
2299 2356
2300 if test -n "$ac_subst_files"; then 2357 if test -n "$ac_subst_files"; then
2301 cat <<\_ASBOX 2358 $as_echo "## ------------------- ##
2302 ## ------------------- ##
2303 ## File substitutions. ## 2359 ## File substitutions. ##
2304 ## ------------------- ## 2360 ## ------------------- ##"
2305 _ASBOX
2306 echo 2361 echo
2307 for ac_var in $ac_subst_files 2362 for ac_var in $ac_subst_files
2308 do 2363 do
2309 eval ac_val=\$$ac_var 2364 eval ac_val=\$$ac_var
2310 case $ac_val in 2365 case $ac_val in
2314 done | sort 2369 done | sort
2315 echo 2370 echo
2316 fi 2371 fi
2317 2372
2318 if test -s confdefs.h; then 2373 if test -s confdefs.h; then
2319 cat <<\_ASBOX 2374 $as_echo "## ----------- ##
2320 ## ----------- ##
2321 ## confdefs.h. ## 2375 ## confdefs.h. ##
2322 ## ----------- ## 2376 ## ----------- ##"
2323 _ASBOX
2324 echo 2377 echo
2325 cat confdefs.h 2378 cat confdefs.h
2326 echo 2379 echo
2327 fi 2380 fi
2328 test "$ac_signal" != 0 && 2381 test "$ac_signal" != 0 &&
2373 # Let the site file select an alternate cache file if it wants to. 2426 # Let the site file select an alternate cache file if it wants to.
2374 # Prefer an explicitly selected file to automatically selected ones. 2427 # Prefer an explicitly selected file to automatically selected ones.
2375 ac_site_file1=NONE 2428 ac_site_file1=NONE
2376 ac_site_file2=NONE 2429 ac_site_file2=NONE
2377 if test -n "$CONFIG_SITE"; then 2430 if test -n "$CONFIG_SITE"; then
2378 ac_site_file1=$CONFIG_SITE 2431 # We do not want a PATH search for config.site.
2432 case $CONFIG_SITE in #((
2433 -*) ac_site_file1=./$CONFIG_SITE;;
2434 */*) ac_site_file1=$CONFIG_SITE;;
2435 *) ac_site_file1=./$CONFIG_SITE;;
2436 esac
2379 elif test "x$prefix" != xNONE; then 2437 elif test "x$prefix" != xNONE; then
2380 ac_site_file1=$prefix/share/config.site 2438 ac_site_file1=$prefix/share/config.site
2381 ac_site_file2=$prefix/etc/config.site 2439 ac_site_file2=$prefix/etc/config.site
2382 else 2440 else
2383 ac_site_file1=$ac_default_prefix/share/config.site 2441 ac_site_file1=$ac_default_prefix/share/config.site
2384 ac_site_file2=$ac_default_prefix/etc/config.site 2442 ac_site_file2=$ac_default_prefix/etc/config.site
2385 fi 2443 fi
2386 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 2444 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2387 do 2445 do
2388 test "x$ac_site_file" = xNONE && continue 2446 test "x$ac_site_file" = xNONE && continue
2389 if test -r "$ac_site_file"; then 2447 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2390 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2448 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2391 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 2449 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2392 sed 's/^/| /' "$ac_site_file" >&5 2450 sed 's/^/| /' "$ac_site_file" >&5
2393 . "$ac_site_file" 2451 . "$ac_site_file" \
2452 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2453 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2454 as_fn_error $? "failed to load site script $ac_site_file
2455 See \`config.log' for more details" "$LINENO" 5; }
2394 fi 2456 fi
2395 done 2457 done
2396 2458
2397 if test -r "$cache_file"; then 2459 if test -r "$cache_file"; then
2398 # Some versions of bash will fail to source /dev/null (special 2460 # Some versions of bash will fail to source /dev/null (special files
2399 # files actually), so we avoid doing that. 2461 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2400 if test -f "$cache_file"; then 2462 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2463 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2402 $as_echo "$as_me: loading cache $cache_file" >&6;} 2464 $as_echo "$as_me: loading cache $cache_file" >&6;}
2403 case $cache_file in 2465 case $cache_file in
2404 [\\/]* | ?:[\\/]* ) . "$cache_file";; 2466 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2405 *) . "./$cache_file";; 2467 *) . "./$cache_file";;
2464 if $ac_cache_corrupted; then 2526 if $ac_cache_corrupted; then
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2527 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2466 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2528 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2467 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2529 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2468 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2530 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2469 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2531 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2470 fi 2532 fi
2471 ## -------------------- ## 2533 ## -------------------- ##
2472 ## Main body of script. ## 2534 ## Main body of script. ##
2473 ## -------------------- ## 2535 ## -------------------- ##
2474 2536
2484 2546
2485 2547
2486 ac_config_headers="$ac_config_headers config.h" 2548 ac_config_headers="$ac_config_headers config.h"
2487 2549
2488 2550
2489 libtool_VERSION=13:0:0 2551 libtool_VERSION=16:0:0
2490 2552
2491 2553
2492 # Default to --enable-multilib 2554 # Default to --enable-multilib
2493 # Check whether --enable-multilib was given. 2555 # Check whether --enable-multilib was given.
2494 if test "${enable_multilib+set}" = set; then : 2556 if test "${enable_multilib+set}" = set; then :
2495 enableval=$enable_multilib; case "$enableval" in 2557 enableval=$enable_multilib; case "$enableval" in
2496 yes) multilib=yes ;; 2558 yes) multilib=yes ;;
2497 no) multilib=no ;; 2559 no) multilib=no ;;
2498 *) as_fn_error "bad value $enableval for multilib option" "$LINENO" 5 ;; 2560 *) as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
2499 esac 2561 esac
2500 else 2562 else
2501 multilib=yes 2563 multilib=yes
2502 fi 2564 fi
2503 2565
2527 ac_config_commands="$ac_config_commands default-1" 2589 ac_config_commands="$ac_config_commands default-1"
2528 2590
2529 2591
2530 ac_aux_dir= 2592 ac_aux_dir=
2531 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 2593 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2532 for ac_t in install-sh install.sh shtool; do 2594 if test -f "$ac_dir/install-sh"; then
2533 if test -f "$ac_dir/$ac_t"; then 2595 ac_aux_dir=$ac_dir
2534 ac_aux_dir=$ac_dir 2596 ac_install_sh="$ac_aux_dir/install-sh -c"
2535 ac_install_sh="$ac_aux_dir/$ac_t -c" 2597 break
2536 break 2 2598 elif test -f "$ac_dir/install.sh"; then
2537 fi 2599 ac_aux_dir=$ac_dir
2538 done 2600 ac_install_sh="$ac_aux_dir/install.sh -c"
2601 break
2602 elif test -f "$ac_dir/shtool"; then
2603 ac_aux_dir=$ac_dir
2604 ac_install_sh="$ac_aux_dir/shtool install -c"
2605 break
2606 fi
2539 done 2607 done
2540 if test -z "$ac_aux_dir"; then 2608 if test -z "$ac_aux_dir"; then
2541 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 2609 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2542 fi 2610 fi
2543 2611
2544 # These three variables are undocumented and unsupported, 2612 # These three variables are undocumented and unsupported,
2545 # and are intended to be withdrawn in a future Autoconf release. 2613 # and are intended to be withdrawn in a future Autoconf release.
2546 # They can cause serious problems if a builder's source tree is in a directory 2614 # They can cause serious problems if a builder's source tree is in a directory
2550 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 2618 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2551 2619
2552 2620
2553 # Make sure we can run config.sub. 2621 # Make sure we can run config.sub.
2554 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2622 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2555 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2623 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2556 2624
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2558 $as_echo_n "checking build system type... " >&6; } 2626 $as_echo_n "checking build system type... " >&6; }
2559 if test "${ac_cv_build+set}" = set; then : 2627 if ${ac_cv_build+:} false; then :
2560 $as_echo_n "(cached) " >&6 2628 $as_echo_n "(cached) " >&6
2561 else 2629 else
2562 ac_build_alias=$build_alias 2630 ac_build_alias=$build_alias
2563 test "x$ac_build_alias" = x && 2631 test "x$ac_build_alias" = x &&
2564 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2632 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2565 test "x$ac_build_alias" = x && 2633 test "x$ac_build_alias" = x &&
2566 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 2634 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2567 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 2635 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2568 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 2636 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2569 2637
2570 fi 2638 fi
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2572 $as_echo "$ac_cv_build" >&6; } 2640 $as_echo "$ac_cv_build" >&6; }
2573 case $ac_cv_build in 2641 case $ac_cv_build in
2574 *-*-*) ;; 2642 *-*-*) ;;
2575 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; 2643 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2576 esac 2644 esac
2577 build=$ac_cv_build 2645 build=$ac_cv_build
2578 ac_save_IFS=$IFS; IFS='-' 2646 ac_save_IFS=$IFS; IFS='-'
2579 set x $ac_cv_build 2647 set x $ac_cv_build
2580 shift 2648 shift
2588 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2656 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2589 2657
2590 2658
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2592 $as_echo_n "checking host system type... " >&6; } 2660 $as_echo_n "checking host system type... " >&6; }
2593 if test "${ac_cv_host+set}" = set; then : 2661 if ${ac_cv_host+:} false; then :
2594 $as_echo_n "(cached) " >&6 2662 $as_echo_n "(cached) " >&6
2595 else 2663 else
2596 if test "x$host_alias" = x; then 2664 if test "x$host_alias" = x; then
2597 ac_cv_host=$ac_cv_build 2665 ac_cv_host=$ac_cv_build
2598 else 2666 else
2599 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2667 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2600 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 2668 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2601 fi 2669 fi
2602 2670
2603 fi 2671 fi
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2605 $as_echo "$ac_cv_host" >&6; } 2673 $as_echo "$ac_cv_host" >&6; }
2606 case $ac_cv_host in 2674 case $ac_cv_host in
2607 *-*-*) ;; 2675 *-*-*) ;;
2608 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; 2676 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2609 esac 2677 esac
2610 host=$ac_cv_host 2678 host=$ac_cv_host
2611 ac_save_IFS=$IFS; IFS='-' 2679 ac_save_IFS=$IFS; IFS='-'
2612 set x $ac_cv_host 2680 set x $ac_cv_host
2613 shift 2681 shift
2621 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 2689 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2622 2690
2623 2691
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 2692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2625 $as_echo_n "checking target system type... " >&6; } 2693 $as_echo_n "checking target system type... " >&6; }
2626 if test "${ac_cv_target+set}" = set; then : 2694 if ${ac_cv_target+:} false; then :
2627 $as_echo_n "(cached) " >&6 2695 $as_echo_n "(cached) " >&6
2628 else 2696 else
2629 if test "x$target_alias" = x; then 2697 if test "x$target_alias" = x; then
2630 ac_cv_target=$ac_cv_host 2698 ac_cv_target=$ac_cv_host
2631 else 2699 else
2632 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 2700 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2633 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 2701 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2634 fi 2702 fi
2635 2703
2636 fi 2704 fi
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 2705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2638 $as_echo "$ac_cv_target" >&6; } 2706 $as_echo "$ac_cv_target" >&6; }
2639 case $ac_cv_target in 2707 case $ac_cv_target in
2640 *-*-*) ;; 2708 *-*-*) ;;
2641 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;; 2709 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2642 esac 2710 esac
2643 target=$ac_cv_target 2711 target=$ac_cv_target
2644 ac_save_IFS=$IFS; IFS='-' 2712 ac_save_IFS=$IFS; IFS='-'
2645 set x $ac_cv_target 2713 set x $ac_cv_target
2646 shift 2714 shift
2661 NONENONEs,x,x, && 2729 NONENONEs,x,x, &&
2662 program_prefix=${target_alias}- 2730 program_prefix=${target_alias}-
2663 2731
2664 target_alias=${target_alias-$host_alias} 2732 target_alias=${target_alias-$host_alias}
2665 2733
2666 am__api_version='1.11' 2734 am__api_version='1.15'
2667 2735
2668 # Find a good install program. We prefer a C program (faster), 2736 # Find a good install program. We prefer a C program (faster),
2669 # so one script is as good as another. But avoid the broken or 2737 # so one script is as good as another. But avoid the broken or
2670 # incompatible versions: 2738 # incompatible versions:
2671 # SysV /etc/install, /usr/sbin/install 2739 # SysV /etc/install, /usr/sbin/install
2680 # ./install, which can be erroneously created by make from ./install.sh. 2748 # ./install, which can be erroneously created by make from ./install.sh.
2681 # Reject install programs that cannot install multiple files. 2749 # Reject install programs that cannot install multiple files.
2682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 2750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2683 $as_echo_n "checking for a BSD-compatible install... " >&6; } 2751 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2684 if test -z "$INSTALL"; then 2752 if test -z "$INSTALL"; then
2685 if test "${ac_cv_path_install+set}" = set; then : 2753 if ${ac_cv_path_install+:} false; then :
2686 $as_echo_n "(cached) " >&6 2754 $as_echo_n "(cached) " >&6
2687 else 2755 else
2688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2689 for as_dir in $PATH 2757 for as_dir in $PATH
2690 do 2758 do
2700 # OSF1 and SCO ODT 3.0 have their own names for install. 2768 # OSF1 and SCO ODT 3.0 have their own names for install.
2701 # Don't use installbsd from OSF since it installs stuff as root 2769 # Don't use installbsd from OSF since it installs stuff as root
2702 # by default. 2770 # by default.
2703 for ac_prog in ginstall scoinst install; do 2771 for ac_prog in ginstall scoinst install; do
2704 for ac_exec_ext in '' $ac_executable_extensions; do 2772 for ac_exec_ext in '' $ac_executable_extensions; do
2705 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 2773 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2706 if test $ac_prog = install && 2774 if test $ac_prog = install &&
2707 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2775 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2708 # AIX install. It has an incompatible calling convention. 2776 # AIX install. It has an incompatible calling convention.
2709 : 2777 :
2710 elif test $ac_prog = install && 2778 elif test $ac_prog = install &&
2758 2826
2759 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2827 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2760 2828
2761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2762 $as_echo_n "checking whether build environment is sane... " >&6; } 2830 $as_echo_n "checking whether build environment is sane... " >&6; }
2763 # Just in case
2764 sleep 1
2765 echo timestamp > conftest.file
2766 # Reject unsafe characters in $srcdir or the absolute working directory 2831 # Reject unsafe characters in $srcdir or the absolute working directory
2767 # name. Accept space and tab only in the latter. 2832 # name. Accept space and tab only in the latter.
2768 am_lf=' 2833 am_lf='
2769 ' 2834 '
2770 case `pwd` in 2835 case `pwd` in
2771 *[\\\"\#\$\&\'\`$am_lf]*) 2836 *[\\\"\#\$\&\'\`$am_lf]*)
2772 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; 2837 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2773 esac 2838 esac
2774 case $srcdir in 2839 case $srcdir in
2775 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2840 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2776 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 2841 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2777 esac 2842 esac
2778 2843
2779 # Do `set' in a subshell so we don't clobber the current shell's 2844 # Do 'set' in a subshell so we don't clobber the current shell's
2780 # arguments. Must try -L first in case configure is actually a 2845 # arguments. Must try -L first in case configure is actually a
2781 # symlink; some systems play weird games with the mod time of symlinks 2846 # symlink; some systems play weird games with the mod time of symlinks
2782 # (eg FreeBSD returns the mod time of the symlink's containing 2847 # (eg FreeBSD returns the mod time of the symlink's containing
2783 # directory). 2848 # directory).
2784 if ( 2849 if (
2785 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2850 am_has_slept=no
2786 if test "$*" = "X"; then 2851 for am_try in 1 2; do
2787 # -L didn't work. 2852 echo "timestamp, slept: $am_has_slept" > conftest.file
2788 set X `ls -t "$srcdir/configure" conftest.file` 2853 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2789 fi 2854 if test "$*" = "X"; then
2790 rm -f conftest.file 2855 # -L didn't work.
2791 if test "$*" != "X $srcdir/configure conftest.file" \ 2856 set X `ls -t "$srcdir/configure" conftest.file`
2792 && test "$*" != "X conftest.file $srcdir/configure"; then 2857 fi
2793 2858 if test "$*" != "X $srcdir/configure conftest.file" \
2794 # If neither matched, then we have a broken ls. This can happen 2859 && test "$*" != "X conftest.file $srcdir/configure"; then
2795 # if, for instance, CONFIG_SHELL is bash and it inherits a 2860
2796 # broken ls alias from the environment. This has actually 2861 # If neither matched, then we have a broken ls. This can happen
2797 # happened. Such a system could not be considered "sane". 2862 # if, for instance, CONFIG_SHELL is bash and it inherits a
2798 as_fn_error "ls -t appears to fail. Make sure there is not a broken 2863 # broken ls alias from the environment. This has actually
2799 alias in your environment" "$LINENO" 5 2864 # happened. Such a system could not be considered "sane".
2800 fi 2865 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2801 2866 alias in your environment" "$LINENO" 5
2867 fi
2868 if test "$2" = conftest.file || test $am_try -eq 2; then
2869 break
2870 fi
2871 # Just in case.
2872 sleep 1
2873 am_has_slept=yes
2874 done
2802 test "$2" = conftest.file 2875 test "$2" = conftest.file
2803 ) 2876 )
2804 then 2877 then
2805 # Ok. 2878 # Ok.
2806 : 2879 :
2807 else 2880 else
2808 as_fn_error "newly created file is older than distributed files! 2881 as_fn_error $? "newly created file is older than distributed files!
2809 Check your system clock" "$LINENO" 5 2882 Check your system clock" "$LINENO" 5
2810 fi 2883 fi
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2812 $as_echo "yes" >&6; } 2885 $as_echo "yes" >&6; }
2886 # If we didn't sleep, we still need to ensure time stamps of config.status and
2887 # generated files are strictly newer.
2888 am_sleep_pid=
2889 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2890 ( sleep 1 ) &
2891 am_sleep_pid=$!
2892 fi
2893
2894 rm -f conftest.file
2895
2813 test "$program_prefix" != NONE && 2896 test "$program_prefix" != NONE &&
2814 program_transform_name="s&^&$program_prefix&;$program_transform_name" 2897 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2815 # Use a double $ so make ignores it. 2898 # Use a double $ so make ignores it.
2816 test "$program_suffix" != NONE && 2899 test "$program_suffix" != NONE &&
2817 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 2900 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2818 # Double any \ or $. 2901 # Double any \ or $.
2819 # By default was `s,x,x', remove it if useless. 2902 # By default was `s,x,x', remove it if useless.
2820 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2903 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2821 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2904 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2822 2905
2823 # expand $ac_aux_dir to an absolute path 2906 # Expand $ac_aux_dir to an absolute path.
2824 am_aux_dir=`cd $ac_aux_dir && pwd` 2907 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2825 2908
2826 if test x"${MISSING+set}" != xset; then 2909 if test x"${MISSING+set}" != xset; then
2827 case $am_aux_dir in 2910 case $am_aux_dir in
2828 *\ * | *\ *) 2911 *\ * | *\ *)
2829 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 2912 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2830 *) 2913 *)
2831 MISSING="\${SHELL} $am_aux_dir/missing" ;; 2914 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2832 esac 2915 esac
2833 fi 2916 fi
2834 # Use eval to expand $SHELL 2917 # Use eval to expand $SHELL
2835 if eval "$MISSING --run true"; then 2918 if eval "$MISSING --is-lightweight"; then
2836 am_missing_run="$MISSING --run " 2919 am_missing_run="$MISSING "
2837 else 2920 else
2838 am_missing_run= 2921 am_missing_run=
2839 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 2922 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2840 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2923 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2841 fi 2924 fi
2842 2925
2843 if test x"${install_sh}" != xset; then 2926 if test x"${install_sh+set}" != xset; then
2844 case $am_aux_dir in 2927 case $am_aux_dir in
2845 *\ * | *\ *) 2928 *\ * | *\ *)
2846 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2929 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2847 *) 2930 *)
2848 install_sh="\${SHELL} $am_aux_dir/install-sh" 2931 install_sh="\${SHELL} $am_aux_dir/install-sh"
2849 esac 2932 esac
2850 fi 2933 fi
2851 2934
2852 # Installed binaries are usually stripped using `strip' when the user 2935 # Installed binaries are usually stripped using 'strip' when the user
2853 # run `make install-strip'. However `strip' might not be the right 2936 # run "make install-strip". However 'strip' might not be the right
2854 # tool to use in cross-compilation environments, therefore Automake 2937 # tool to use in cross-compilation environments, therefore Automake
2855 # will honor the `STRIP' environment variable to overrule this program. 2938 # will honor the 'STRIP' environment variable to overrule this program.
2856 if test "$cross_compiling" != no; then 2939 if test "$cross_compiling" != no; then
2857 if test -n "$ac_tool_prefix"; then 2940 if test -n "$ac_tool_prefix"; then
2858 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2941 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2859 set dummy ${ac_tool_prefix}strip; ac_word=$2 2942 set dummy ${ac_tool_prefix}strip; ac_word=$2
2860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2861 $as_echo_n "checking for $ac_word... " >&6; } 2944 $as_echo_n "checking for $ac_word... " >&6; }
2862 if test "${ac_cv_prog_STRIP+set}" = set; then : 2945 if ${ac_cv_prog_STRIP+:} false; then :
2863 $as_echo_n "(cached) " >&6 2946 $as_echo_n "(cached) " >&6
2864 else 2947 else
2865 if test -n "$STRIP"; then 2948 if test -n "$STRIP"; then
2866 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2949 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2867 else 2950 else
2869 for as_dir in $PATH 2952 for as_dir in $PATH
2870 do 2953 do
2871 IFS=$as_save_IFS 2954 IFS=$as_save_IFS
2872 test -z "$as_dir" && as_dir=. 2955 test -z "$as_dir" && as_dir=.
2873 for ac_exec_ext in '' $ac_executable_extensions; do 2956 for ac_exec_ext in '' $ac_executable_extensions; do
2874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2957 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2875 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2958 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2877 break 2 2960 break 2
2878 fi 2961 fi
2879 done 2962 done
2897 ac_ct_STRIP=$STRIP 2980 ac_ct_STRIP=$STRIP
2898 # Extract the first word of "strip", so it can be a program name with args. 2981 # Extract the first word of "strip", so it can be a program name with args.
2899 set dummy strip; ac_word=$2 2982 set dummy strip; ac_word=$2
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2901 $as_echo_n "checking for $ac_word... " >&6; } 2984 $as_echo_n "checking for $ac_word... " >&6; }
2902 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 2985 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2903 $as_echo_n "(cached) " >&6 2986 $as_echo_n "(cached) " >&6
2904 else 2987 else
2905 if test -n "$ac_ct_STRIP"; then 2988 if test -n "$ac_ct_STRIP"; then
2906 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 2989 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2907 else 2990 else
2909 for as_dir in $PATH 2992 for as_dir in $PATH
2910 do 2993 do
2911 IFS=$as_save_IFS 2994 IFS=$as_save_IFS
2912 test -z "$as_dir" && as_dir=. 2995 test -z "$as_dir" && as_dir=.
2913 for ac_exec_ext in '' $ac_executable_extensions; do 2996 for ac_exec_ext in '' $ac_executable_extensions; do
2914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2997 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2915 ac_cv_prog_ac_ct_STRIP="strip" 2998 ac_cv_prog_ac_ct_STRIP="strip"
2916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2917 break 2 3000 break 2
2918 fi 3001 fi
2919 done 3002 done
2950 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 3033 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2951 3034
2952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 3035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2953 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 3036 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2954 if test -z "$MKDIR_P"; then 3037 if test -z "$MKDIR_P"; then
2955 if test "${ac_cv_path_mkdir+set}" = set; then : 3038 if ${ac_cv_path_mkdir+:} false; then :
2956 $as_echo_n "(cached) " >&6 3039 $as_echo_n "(cached) " >&6
2957 else 3040 else
2958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2959 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 3042 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2960 do 3043 do
2961 IFS=$as_save_IFS 3044 IFS=$as_save_IFS
2962 test -z "$as_dir" && as_dir=. 3045 test -z "$as_dir" && as_dir=.
2963 for ac_prog in mkdir gmkdir; do 3046 for ac_prog in mkdir gmkdir; do
2964 for ac_exec_ext in '' $ac_executable_extensions; do 3047 for ac_exec_ext in '' $ac_executable_extensions; do
2965 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 3048 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2966 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 3049 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2967 'mkdir (GNU coreutils) '* | \ 3050 'mkdir (GNU coreutils) '* | \
2968 'mkdir (coreutils) '* | \ 3051 'mkdir (coreutils) '* | \
2969 'mkdir (fileutils) '4.1*) 3052 'mkdir (fileutils) '4.1*)
2970 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 3053 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2975 done 3058 done
2976 IFS=$as_save_IFS 3059 IFS=$as_save_IFS
2977 3060
2978 fi 3061 fi
2979 3062
3063 test -d ./--version && rmdir ./--version
2980 if test "${ac_cv_path_mkdir+set}" = set; then 3064 if test "${ac_cv_path_mkdir+set}" = set; then
2981 MKDIR_P="$ac_cv_path_mkdir -p" 3065 MKDIR_P="$ac_cv_path_mkdir -p"
2982 else 3066 else
2983 # As a last resort, use the slow shell script. Don't cache a 3067 # As a last resort, use the slow shell script. Don't cache a
2984 # value for MKDIR_P within a source directory, because that will 3068 # value for MKDIR_P within a source directory, because that will
2985 # break other packages using the cache if that directory is 3069 # break other packages using the cache if that directory is
2986 # removed, or if the value is a relative name. 3070 # removed, or if the value is a relative name.
2987 test -d ./--version && rmdir ./--version
2988 MKDIR_P="$ac_install_sh -d" 3071 MKDIR_P="$ac_install_sh -d"
2989 fi 3072 fi
2990 fi 3073 fi
2991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 3074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2992 $as_echo "$MKDIR_P" >&6; } 3075 $as_echo "$MKDIR_P" >&6; }
2993
2994 mkdir_p="$MKDIR_P"
2995 case $mkdir_p in
2996 [\\/$]* | ?:[\\/]*) ;;
2997 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2998 esac
2999 3076
3000 for ac_prog in gawk mawk nawk awk 3077 for ac_prog in gawk mawk nawk awk
3001 do 3078 do
3002 # Extract the first word of "$ac_prog", so it can be a program name with args. 3079 # Extract the first word of "$ac_prog", so it can be a program name with args.
3003 set dummy $ac_prog; ac_word=$2 3080 set dummy $ac_prog; ac_word=$2
3004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3005 $as_echo_n "checking for $ac_word... " >&6; } 3082 $as_echo_n "checking for $ac_word... " >&6; }
3006 if test "${ac_cv_prog_AWK+set}" = set; then : 3083 if ${ac_cv_prog_AWK+:} false; then :
3007 $as_echo_n "(cached) " >&6 3084 $as_echo_n "(cached) " >&6
3008 else 3085 else
3009 if test -n "$AWK"; then 3086 if test -n "$AWK"; then
3010 ac_cv_prog_AWK="$AWK" # Let the user override the test. 3087 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3011 else 3088 else
3013 for as_dir in $PATH 3090 for as_dir in $PATH
3014 do 3091 do
3015 IFS=$as_save_IFS 3092 IFS=$as_save_IFS
3016 test -z "$as_dir" && as_dir=. 3093 test -z "$as_dir" && as_dir=.
3017 for ac_exec_ext in '' $ac_executable_extensions; do 3094 for ac_exec_ext in '' $ac_executable_extensions; do
3018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3095 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3019 ac_cv_prog_AWK="$ac_prog" 3096 ac_cv_prog_AWK="$ac_prog"
3020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3097 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3021 break 2 3098 break 2
3022 fi 3099 fi
3023 done 3100 done
3041 3118
3042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 3119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3043 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 3120 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3044 set x ${MAKE-make} 3121 set x ${MAKE-make}
3045 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 3122 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3046 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 3123 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3047 $as_echo_n "(cached) " >&6 3124 $as_echo_n "(cached) " >&6
3048 else 3125 else
3049 cat >conftest.make <<\_ACEOF 3126 cat >conftest.make <<\_ACEOF
3050 SHELL = /bin/sh 3127 SHELL = /bin/sh
3051 all: 3128 all:
3052 @echo '@@@%%%=$(MAKE)=@@@%%%' 3129 @echo '@@@%%%=$(MAKE)=@@@%%%'
3053 _ACEOF 3130 _ACEOF
3054 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 3131 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3055 case `${MAKE-make} -f conftest.make 2>/dev/null` in 3132 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3056 *@@@%%%=?*=@@@%%%*) 3133 *@@@%%%=?*=@@@%%%*)
3057 eval ac_cv_prog_make_${ac_make}_set=yes;; 3134 eval ac_cv_prog_make_${ac_make}_set=yes;;
3058 *) 3135 *)
3059 eval ac_cv_prog_make_${ac_make}_set=no;; 3136 eval ac_cv_prog_make_${ac_make}_set=no;;
3077 else 3154 else
3078 am__leading_dot=_ 3155 am__leading_dot=_
3079 fi 3156 fi
3080 rmdir .tst 2>/dev/null 3157 rmdir .tst 2>/dev/null
3081 3158
3159 # Check whether --enable-silent-rules was given.
3160 if test "${enable_silent_rules+set}" = set; then :
3161 enableval=$enable_silent_rules;
3162 fi
3163
3164 case $enable_silent_rules in # (((
3165 yes) AM_DEFAULT_VERBOSITY=0;;
3166 no) AM_DEFAULT_VERBOSITY=1;;
3167 *) AM_DEFAULT_VERBOSITY=1;;
3168 esac
3169 am_make=${MAKE-make}
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3171 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3172 if ${am_cv_make_support_nested_variables+:} false; then :
3173 $as_echo_n "(cached) " >&6
3174 else
3175 if $as_echo 'TRUE=$(BAR$(V))
3176 BAR0=false
3177 BAR1=true
3178 V=1
3179 am__doit:
3180 @$(TRUE)
3181 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3182 am_cv_make_support_nested_variables=yes
3183 else
3184 am_cv_make_support_nested_variables=no
3185 fi
3186 fi
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3188 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3189 if test $am_cv_make_support_nested_variables = yes; then
3190 AM_V='$(V)'
3191 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3192 else
3193 AM_V=$AM_DEFAULT_VERBOSITY
3194 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3195 fi
3196 AM_BACKSLASH='\'
3197
3082 if test "`cd $srcdir && pwd`" != "`pwd`"; then 3198 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3083 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 3199 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3084 # is not polluted with repeated "-I." 3200 # is not polluted with repeated "-I."
3085 am__isrc=' -I$(srcdir)' 3201 am__isrc=' -I$(srcdir)'
3086 # test to see if srcdir already configured 3202 # test to see if srcdir already configured
3087 if test -f $srcdir/config.status; then 3203 if test -f $srcdir/config.status; then
3088 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 3204 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3089 fi 3205 fi
3090 fi 3206 fi
3091 3207
3092 # test whether we have cygpath 3208 # test whether we have cygpath
3093 if test -z "$CYGPATH_W"; then 3209 if test -z "$CYGPATH_W"; then
3118 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 3234 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3119 3235
3120 3236
3121 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 3237 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3122 3238
3123 # We need awk for the "check" target. The system "awk" is bad on 3239 # For better backward compatibility. To be removed once Automake 1.9.x
3124 # some platforms. 3240 # dies out for good. For more background, see:
3241 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3242 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3243 mkdir_p='$(MKDIR_P)'
3244
3245 # We need awk for the "check" target (and possibly the TAP driver). The
3246 # system "awk" is bad on some platforms.
3125 # Always define AMTAR for backward compatibility. Yes, it's still used 3247 # Always define AMTAR for backward compatibility. Yes, it's still used
3126 # in the wild :-( We should find a proper way to deprecate it ... 3248 # in the wild :-( We should find a proper way to deprecate it ...
3127 AMTAR='$${TAR-tar}' 3249 AMTAR='$${TAR-tar}'
3128 3250
3251
3252 # We'll loop over all known methods to create a tar archive until one works.
3253 _am_tools='gnutar pax cpio none'
3254
3129 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 3255 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3130 3256
3131 3257
3132 3258
3133 3259
3260
3261
3262 # POSIX will say in a future version that running "rm -f" with no argument
3263 # is OK; and we want to be able to make that assumption in our Makefile
3264 # recipes. So use an aggressive probe to check that the usage we want is
3265 # actually supported "in the wild" to an acceptable degree.
3266 # See automake bug#10828.
3267 # To make any issue more visible, cause the running configure to be aborted
3268 # by default if the 'rm' program in use doesn't match our expectations; the
3269 # user can still override this though.
3270 if rm -f && rm -fr && rm -rf; then : OK; else
3271 cat >&2 <<'END'
3272 Oops!
3273
3274 Your 'rm' program seems unable to run without file operands specified
3275 on the command line, even when the '-f' option is present. This is contrary
3276 to the behaviour of most rm programs out there, and not conforming with
3277 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3278
3279 Please tell bug-automake@gnu.org about your system, including the value
3280 of your $PATH and any error possibly output before this message. This
3281 can help us improve future automake versions.
3282
3283 END
3284 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3285 echo 'Configuration will proceed anyway, since you have set the' >&2
3286 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3287 echo >&2
3288 else
3289 cat >&2 <<'END'
3290 Aborting the configuration process, to ensure you take notice of the issue.
3291
3292 You can download and install GNU coreutils to get an 'rm' implementation
3293 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3294
3295 If you want to complete the configuration process using your problematic
3296 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3297 to "yes", and re-run configure.
3298
3299 END
3300 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3301 fi
3302 fi
3134 3303
3135 3304
3136 3305
3137 3306
3138 3307
3145 if test -n "$ac_tool_prefix"; then 3314 if test -n "$ac_tool_prefix"; then
3146 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 3315 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3147 set dummy ${ac_tool_prefix}gcc; ac_word=$2 3316 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3149 $as_echo_n "checking for $ac_word... " >&6; } 3318 $as_echo_n "checking for $ac_word... " >&6; }
3150 if test "${ac_cv_prog_CC+set}" = set; then : 3319 if ${ac_cv_prog_CC+:} false; then :
3151 $as_echo_n "(cached) " >&6 3320 $as_echo_n "(cached) " >&6
3152 else 3321 else
3153 if test -n "$CC"; then 3322 if test -n "$CC"; then
3154 ac_cv_prog_CC="$CC" # Let the user override the test. 3323 ac_cv_prog_CC="$CC" # Let the user override the test.
3155 else 3324 else
3157 for as_dir in $PATH 3326 for as_dir in $PATH
3158 do 3327 do
3159 IFS=$as_save_IFS 3328 IFS=$as_save_IFS
3160 test -z "$as_dir" && as_dir=. 3329 test -z "$as_dir" && as_dir=.
3161 for ac_exec_ext in '' $ac_executable_extensions; do 3330 for ac_exec_ext in '' $ac_executable_extensions; do
3162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3331 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3163 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3332 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3333 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3165 break 2 3334 break 2
3166 fi 3335 fi
3167 done 3336 done
3185 ac_ct_CC=$CC 3354 ac_ct_CC=$CC
3186 # Extract the first word of "gcc", so it can be a program name with args. 3355 # Extract the first word of "gcc", so it can be a program name with args.
3187 set dummy gcc; ac_word=$2 3356 set dummy gcc; ac_word=$2
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3189 $as_echo_n "checking for $ac_word... " >&6; } 3358 $as_echo_n "checking for $ac_word... " >&6; }
3190 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 3359 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3191 $as_echo_n "(cached) " >&6 3360 $as_echo_n "(cached) " >&6
3192 else 3361 else
3193 if test -n "$ac_ct_CC"; then 3362 if test -n "$ac_ct_CC"; then
3194 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3363 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3195 else 3364 else
3197 for as_dir in $PATH 3366 for as_dir in $PATH
3198 do 3367 do
3199 IFS=$as_save_IFS 3368 IFS=$as_save_IFS
3200 test -z "$as_dir" && as_dir=. 3369 test -z "$as_dir" && as_dir=.
3201 for ac_exec_ext in '' $ac_executable_extensions; do 3370 for ac_exec_ext in '' $ac_executable_extensions; do
3202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3371 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3203 ac_cv_prog_ac_ct_CC="gcc" 3372 ac_cv_prog_ac_ct_CC="gcc"
3204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3205 break 2 3374 break 2
3206 fi 3375 fi
3207 done 3376 done
3238 if test -n "$ac_tool_prefix"; then 3407 if test -n "$ac_tool_prefix"; then
3239 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 3408 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3240 set dummy ${ac_tool_prefix}cc; ac_word=$2 3409 set dummy ${ac_tool_prefix}cc; ac_word=$2
3241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3242 $as_echo_n "checking for $ac_word... " >&6; } 3411 $as_echo_n "checking for $ac_word... " >&6; }
3243 if test "${ac_cv_prog_CC+set}" = set; then : 3412 if ${ac_cv_prog_CC+:} false; then :
3244 $as_echo_n "(cached) " >&6 3413 $as_echo_n "(cached) " >&6
3245 else 3414 else
3246 if test -n "$CC"; then 3415 if test -n "$CC"; then
3247 ac_cv_prog_CC="$CC" # Let the user override the test. 3416 ac_cv_prog_CC="$CC" # Let the user override the test.
3248 else 3417 else
3250 for as_dir in $PATH 3419 for as_dir in $PATH
3251 do 3420 do
3252 IFS=$as_save_IFS 3421 IFS=$as_save_IFS
3253 test -z "$as_dir" && as_dir=. 3422 test -z "$as_dir" && as_dir=.
3254 for ac_exec_ext in '' $ac_executable_extensions; do 3423 for ac_exec_ext in '' $ac_executable_extensions; do
3255 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3424 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3256 ac_cv_prog_CC="${ac_tool_prefix}cc" 3425 ac_cv_prog_CC="${ac_tool_prefix}cc"
3257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3258 break 2 3427 break 2
3259 fi 3428 fi
3260 done 3429 done
3278 if test -z "$CC"; then 3447 if test -z "$CC"; then
3279 # Extract the first word of "cc", so it can be a program name with args. 3448 # Extract the first word of "cc", so it can be a program name with args.
3280 set dummy cc; ac_word=$2 3449 set dummy cc; ac_word=$2
3281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3282 $as_echo_n "checking for $ac_word... " >&6; } 3451 $as_echo_n "checking for $ac_word... " >&6; }
3283 if test "${ac_cv_prog_CC+set}" = set; then : 3452 if ${ac_cv_prog_CC+:} false; then :
3284 $as_echo_n "(cached) " >&6 3453 $as_echo_n "(cached) " >&6
3285 else 3454 else
3286 if test -n "$CC"; then 3455 if test -n "$CC"; then
3287 ac_cv_prog_CC="$CC" # Let the user override the test. 3456 ac_cv_prog_CC="$CC" # Let the user override the test.
3288 else 3457 else
3291 for as_dir in $PATH 3460 for as_dir in $PATH
3292 do 3461 do
3293 IFS=$as_save_IFS 3462 IFS=$as_save_IFS
3294 test -z "$as_dir" && as_dir=. 3463 test -z "$as_dir" && as_dir=.
3295 for ac_exec_ext in '' $ac_executable_extensions; do 3464 for ac_exec_ext in '' $ac_executable_extensions; do
3296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3465 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3297 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3466 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3298 ac_prog_rejected=yes 3467 ac_prog_rejected=yes
3299 continue 3468 continue
3300 fi 3469 fi
3301 ac_cv_prog_CC="cc" 3470 ac_cv_prog_CC="cc"
3337 do 3506 do
3338 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3507 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3339 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3508 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3341 $as_echo_n "checking for $ac_word... " >&6; } 3510 $as_echo_n "checking for $ac_word... " >&6; }
3342 if test "${ac_cv_prog_CC+set}" = set; then : 3511 if ${ac_cv_prog_CC+:} false; then :
3343 $as_echo_n "(cached) " >&6 3512 $as_echo_n "(cached) " >&6
3344 else 3513 else
3345 if test -n "$CC"; then 3514 if test -n "$CC"; then
3346 ac_cv_prog_CC="$CC" # Let the user override the test. 3515 ac_cv_prog_CC="$CC" # Let the user override the test.
3347 else 3516 else
3349 for as_dir in $PATH 3518 for as_dir in $PATH
3350 do 3519 do
3351 IFS=$as_save_IFS 3520 IFS=$as_save_IFS
3352 test -z "$as_dir" && as_dir=. 3521 test -z "$as_dir" && as_dir=.
3353 for ac_exec_ext in '' $ac_executable_extensions; do 3522 for ac_exec_ext in '' $ac_executable_extensions; do
3354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3523 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3355 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3524 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3357 break 2 3526 break 2
3358 fi 3527 fi
3359 done 3528 done
3381 do 3550 do
3382 # Extract the first word of "$ac_prog", so it can be a program name with args. 3551 # Extract the first word of "$ac_prog", so it can be a program name with args.
3383 set dummy $ac_prog; ac_word=$2 3552 set dummy $ac_prog; ac_word=$2
3384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3385 $as_echo_n "checking for $ac_word... " >&6; } 3554 $as_echo_n "checking for $ac_word... " >&6; }
3386 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 3555 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3387 $as_echo_n "(cached) " >&6 3556 $as_echo_n "(cached) " >&6
3388 else 3557 else
3389 if test -n "$ac_ct_CC"; then 3558 if test -n "$ac_ct_CC"; then
3390 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3559 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3391 else 3560 else
3393 for as_dir in $PATH 3562 for as_dir in $PATH
3394 do 3563 do
3395 IFS=$as_save_IFS 3564 IFS=$as_save_IFS
3396 test -z "$as_dir" && as_dir=. 3565 test -z "$as_dir" && as_dir=.
3397 for ac_exec_ext in '' $ac_executable_extensions; do 3566 for ac_exec_ext in '' $ac_executable_extensions; do
3398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3567 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3399 ac_cv_prog_ac_ct_CC="$ac_prog" 3568 ac_cv_prog_ac_ct_CC="$ac_prog"
3400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3569 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3401 break 2 3570 break 2
3402 fi 3571 fi
3403 done 3572 done
3435 fi 3604 fi
3436 3605
3437 3606
3438 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3607 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3439 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3608 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3440 as_fn_error "no acceptable C compiler found in \$PATH 3609 as_fn_error $? "no acceptable C compiler found in \$PATH
3441 See \`config.log' for more details." "$LINENO" 5; } 3610 See \`config.log' for more details" "$LINENO" 5; }
3442 3611
3443 # Provide some information about the compiler. 3612 # Provide some information about the compiler.
3444 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3613 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3445 set X $ac_compile 3614 set X $ac_compile
3446 ac_compiler=$2 3615 ac_compiler=$2
3457 if test -s conftest.err; then 3626 if test -s conftest.err; then
3458 sed '10a\ 3627 sed '10a\
3459 ... rest of stderr output deleted ... 3628 ... rest of stderr output deleted ...
3460 10q' conftest.err >conftest.er1 3629 10q' conftest.err >conftest.er1
3461 cat conftest.er1 >&5 3630 cat conftest.er1 >&5
3462 rm -f conftest.er1 conftest.err
3463 fi 3631 fi
3632 rm -f conftest.er1 conftest.err
3464 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3465 test $ac_status = 0; } 3634 test $ac_status = 0; }
3466 done 3635 done
3467 3636
3468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3475 ; 3644 ;
3476 return 0; 3645 return 0;
3477 } 3646 }
3478 _ACEOF 3647 _ACEOF
3479 ac_clean_files_save=$ac_clean_files 3648 ac_clean_files_save=$ac_clean_files
3480 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" 3649 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3481 # Try to create an executable without -o first, disregard a.out. 3650 # Try to create an executable without -o first, disregard a.out.
3482 # It will help us diagnose broken compilers, and finding out an intuition 3651 # It will help us diagnose broken compilers, and finding out an intuition
3483 # of exeext. 3652 # of exeext.
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3485 $as_echo_n "checking for C compiler default output file name... " >&6; } 3654 $as_echo_n "checking whether the C compiler works... " >&6; }
3486 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 3655 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3487 3656
3488 # The possible output files: 3657 # The possible output files:
3489 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 3658 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3490 3659
3542 test "$ac_cv_exeext" = no && ac_cv_exeext= 3711 test "$ac_cv_exeext" = no && ac_cv_exeext=
3543 3712
3544 else 3713 else
3545 ac_file='' 3714 ac_file=''
3546 fi 3715 fi
3716 if test -z "$ac_file"; then :
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3718 $as_echo "no" >&6; }
3719 $as_echo "$as_me: failed program was:" >&5
3720 sed 's/^/| /' conftest.$ac_ext >&5
3721
3722 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3723 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3724 as_fn_error 77 "C compiler cannot create executables
3725 See \`config.log' for more details" "$LINENO" 5; }
3726 else
3727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3728 $as_echo "yes" >&6; }
3729 fi
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3731 $as_echo_n "checking for C compiler default output file name... " >&6; }
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 3732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3548 $as_echo "$ac_file" >&6; } 3733 $as_echo "$ac_file" >&6; }
3549 if test -z "$ac_file"; then :
3550 $as_echo "$as_me: failed program was:" >&5
3551 sed 's/^/| /' conftest.$ac_ext >&5
3552
3553 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3554 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3555 { as_fn_set_status 77
3556 as_fn_error "C compiler cannot create executables
3557 See \`config.log' for more details." "$LINENO" 5; }; }
3558 fi
3559 ac_exeext=$ac_cv_exeext 3734 ac_exeext=$ac_cv_exeext
3560 3735
3561 # Check that the compiler produces executables we can run. If not, either 3736 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3562 # the compiler is broken, or we cross compile.
3563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3564 $as_echo_n "checking whether the C compiler works... " >&6; }
3565 # If not cross compiling, check that we can run a simple program.
3566 if test "$cross_compiling" != yes; then
3567 if { ac_try='./$ac_file'
3568 { { case "(($ac_try" in
3569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3570 *) ac_try_echo=$ac_try;;
3571 esac
3572 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3573 $as_echo "$ac_try_echo"; } >&5
3574 (eval "$ac_try") 2>&5
3575 ac_status=$?
3576 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3577 test $ac_status = 0; }; }; then
3578 cross_compiling=no
3579 else
3580 if test "$cross_compiling" = maybe; then
3581 cross_compiling=yes
3582 else
3583 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3584 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3585 as_fn_error "cannot run C compiled programs.
3586 If you meant to cross compile, use \`--host'.
3587 See \`config.log' for more details." "$LINENO" 5; }
3588 fi
3589 fi
3590 fi
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3592 $as_echo "yes" >&6; }
3593
3594 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3595 ac_clean_files=$ac_clean_files_save 3737 ac_clean_files=$ac_clean_files_save
3596 # Check that the compiler produces executables we can run. If not, either
3597 # the compiler is broken, or we cross compile.
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3599 $as_echo_n "checking whether we are cross compiling... " >&6; }
3600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3601 $as_echo "$cross_compiling" >&6; }
3602
3603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 3738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3604 $as_echo_n "checking for suffix of executables... " >&6; } 3739 $as_echo_n "checking for suffix of executables... " >&6; }
3605 if { { ac_try="$ac_link" 3740 if { { ac_try="$ac_link"
3606 case "(($ac_try" in 3741 case "(($ac_try" in
3607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3627 esac 3762 esac
3628 done 3763 done
3629 else 3764 else
3630 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3765 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3631 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3766 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3632 as_fn_error "cannot compute suffix of executables: cannot compile and link 3767 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3633 See \`config.log' for more details." "$LINENO" 5; } 3768 See \`config.log' for more details" "$LINENO" 5; }
3634 fi 3769 fi
3635 rm -f conftest$ac_cv_exeext 3770 rm -f conftest conftest$ac_cv_exeext
3636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3637 $as_echo "$ac_cv_exeext" >&6; } 3772 $as_echo "$ac_cv_exeext" >&6; }
3638 3773
3639 rm -f conftest.$ac_ext 3774 rm -f conftest.$ac_ext
3640 EXEEXT=$ac_cv_exeext 3775 EXEEXT=$ac_cv_exeext
3641 ac_exeext=$EXEEXT 3776 ac_exeext=$EXEEXT
3777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3778 /* end confdefs.h. */
3779 #include <stdio.h>
3780 int
3781 main ()
3782 {
3783 FILE *f = fopen ("conftest.out", "w");
3784 return ferror (f) || fclose (f) != 0;
3785
3786 ;
3787 return 0;
3788 }
3789 _ACEOF
3790 ac_clean_files="$ac_clean_files conftest.out"
3791 # Check that the compiler produces executables we can run. If not, either
3792 # the compiler is broken, or we cross compile.
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3794 $as_echo_n "checking whether we are cross compiling... " >&6; }
3795 if test "$cross_compiling" != yes; then
3796 { { ac_try="$ac_link"
3797 case "(($ac_try" in
3798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3799 *) ac_try_echo=$ac_try;;
3800 esac
3801 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3802 $as_echo "$ac_try_echo"; } >&5
3803 (eval "$ac_link") 2>&5
3804 ac_status=$?
3805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3806 test $ac_status = 0; }
3807 if { ac_try='./conftest$ac_cv_exeext'
3808 { { case "(($ac_try" in
3809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3810 *) ac_try_echo=$ac_try;;
3811 esac
3812 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3813 $as_echo "$ac_try_echo"; } >&5
3814 (eval "$ac_try") 2>&5
3815 ac_status=$?
3816 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3817 test $ac_status = 0; }; }; then
3818 cross_compiling=no
3819 else
3820 if test "$cross_compiling" = maybe; then
3821 cross_compiling=yes
3822 else
3823 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3824 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3825 as_fn_error $? "cannot run C compiled programs.
3826 If you meant to cross compile, use \`--host'.
3827 See \`config.log' for more details" "$LINENO" 5; }
3828 fi
3829 fi
3830 fi
3831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3832 $as_echo "$cross_compiling" >&6; }
3833
3834 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3835 ac_clean_files=$ac_clean_files_save
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3643 $as_echo_n "checking for suffix of object files... " >&6; } 3837 $as_echo_n "checking for suffix of object files... " >&6; }
3644 if test "${ac_cv_objext+set}" = set; then : 3838 if ${ac_cv_objext+:} false; then :
3645 $as_echo_n "(cached) " >&6 3839 $as_echo_n "(cached) " >&6
3646 else 3840 else
3647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3648 /* end confdefs.h. */ 3842 /* end confdefs.h. */
3649 3843
3679 $as_echo "$as_me: failed program was:" >&5 3873 $as_echo "$as_me: failed program was:" >&5
3680 sed 's/^/| /' conftest.$ac_ext >&5 3874 sed 's/^/| /' conftest.$ac_ext >&5
3681 3875
3682 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3876 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3683 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3877 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3684 as_fn_error "cannot compute suffix of object files: cannot compile 3878 as_fn_error $? "cannot compute suffix of object files: cannot compile
3685 See \`config.log' for more details." "$LINENO" 5; } 3879 See \`config.log' for more details" "$LINENO" 5; }
3686 fi 3880 fi
3687 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3881 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3688 fi 3882 fi
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 3883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3690 $as_echo "$ac_cv_objext" >&6; } 3884 $as_echo "$ac_cv_objext" >&6; }
3691 OBJEXT=$ac_cv_objext 3885 OBJEXT=$ac_cv_objext
3692 ac_objext=$OBJEXT 3886 ac_objext=$OBJEXT
3693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3694 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3888 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3695 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 3889 if ${ac_cv_c_compiler_gnu+:} false; then :
3696 $as_echo_n "(cached) " >&6 3890 $as_echo_n "(cached) " >&6
3697 else 3891 else
3698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3699 /* end confdefs.h. */ 3893 /* end confdefs.h. */
3700 3894
3727 fi 3921 fi
3728 ac_test_CFLAGS=${CFLAGS+set} 3922 ac_test_CFLAGS=${CFLAGS+set}
3729 ac_save_CFLAGS=$CFLAGS 3923 ac_save_CFLAGS=$CFLAGS
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 3924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3731 $as_echo_n "checking whether $CC accepts -g... " >&6; } 3925 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3732 if test "${ac_cv_prog_cc_g+set}" = set; then : 3926 if ${ac_cv_prog_cc_g+:} false; then :
3733 $as_echo_n "(cached) " >&6 3927 $as_echo_n "(cached) " >&6
3734 else 3928 else
3735 ac_save_c_werror_flag=$ac_c_werror_flag 3929 ac_save_c_werror_flag=$ac_c_werror_flag
3736 ac_c_werror_flag=yes 3930 ac_c_werror_flag=yes
3737 ac_cv_prog_cc_g=no 3931 ac_cv_prog_cc_g=no
3805 CFLAGS= 3999 CFLAGS=
3806 fi 4000 fi
3807 fi 4001 fi
3808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 4002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3809 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 4003 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3810 if test "${ac_cv_prog_cc_c89+set}" = set; then : 4004 if ${ac_cv_prog_cc_c89+:} false; then :
3811 $as_echo_n "(cached) " >&6 4005 $as_echo_n "(cached) " >&6
3812 else 4006 else
3813 ac_cv_prog_cc_c89=no 4007 ac_cv_prog_cc_c89=no
3814 ac_save_CC=$CC 4008 ac_save_CC=$CC
3815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3816 /* end confdefs.h. */ 4010 /* end confdefs.h. */
3817 #include <stdarg.h> 4011 #include <stdarg.h>
3818 #include <stdio.h> 4012 #include <stdio.h>
3819 #include <sys/types.h> 4013 struct stat;
3820 #include <sys/stat.h>
3821 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 4014 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3822 struct buf { int x; }; 4015 struct buf { int x; };
3823 FILE * (*rcsopen) (struct buf *, struct stat *, int); 4016 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3824 static char *e (p, i) 4017 static char *e (p, i)
3825 char **p; 4018 char **p;
3899 ac_ext=c 4092 ac_ext=c
3900 ac_cpp='$CPP $CPPFLAGS' 4093 ac_cpp='$CPP $CPPFLAGS'
3901 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4094 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3902 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4095 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3903 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4096 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4097
4098 ac_ext=c
4099 ac_cpp='$CPP $CPPFLAGS'
4100 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4101 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4102 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4104 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4105 if ${am_cv_prog_cc_c_o+:} false; then :
4106 $as_echo_n "(cached) " >&6
4107 else
4108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4109 /* end confdefs.h. */
4110
4111 int
4112 main ()
4113 {
4114
4115 ;
4116 return 0;
4117 }
4118 _ACEOF
4119 # Make sure it works both with $CC and with simple cc.
4120 # Following AC_PROG_CC_C_O, we do the test twice because some
4121 # compilers refuse to overwrite an existing .o file with -o,
4122 # though they will create one.
4123 am_cv_prog_cc_c_o=yes
4124 for am_i in 1 2; do
4125 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4126 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4127 ac_status=$?
4128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4129 (exit $ac_status); } \
4130 && test -f conftest2.$ac_objext; then
4131 : OK
4132 else
4133 am_cv_prog_cc_c_o=no
4134 break
4135 fi
4136 done
4137 rm -f core conftest*
4138 unset am_i
4139 fi
4140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4141 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4142 if test "$am_cv_prog_cc_c_o" != yes; then
4143 # Losing compiler, so override with the script.
4144 # FIXME: It is wrong to rewrite CC.
4145 # But if we don't then we get into trouble of one sort or another.
4146 # A longer-term fix would be to have automake use am__CC in this case,
4147 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4148 CC="$am_aux_dir/compile $CC"
4149 fi
4150 ac_ext=c
4151 ac_cpp='$CPP $CPPFLAGS'
4152 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4153 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4154 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4155
3904 DEPDIR="${am__leading_dot}deps" 4156 DEPDIR="${am__leading_dot}deps"
3905 4157
3906 ac_config_commands="$ac_config_commands depfiles" 4158 ac_config_commands="$ac_config_commands depfiles"
3907 4159
3908 4160
3918 am__include="#" 4170 am__include="#"
3919 am__quote= 4171 am__quote=
3920 _am_result=none 4172 _am_result=none
3921 # First try GNU make style include. 4173 # First try GNU make style include.
3922 echo "include confinc" > confmf 4174 echo "include confinc" > confmf
3923 # Ignore all kinds of additional output from `make'. 4175 # Ignore all kinds of additional output from 'make'.
3924 case `$am_make -s -f confmf 2> /dev/null` in #( 4176 case `$am_make -s -f confmf 2> /dev/null` in #(
3925 *the\ am__doit\ target*) 4177 *the\ am__doit\ target*)
3926 am__include=include 4178 am__include=include
3927 am__quote= 4179 am__quote=
3928 _am_result=GNU 4180 _am_result=GNU
3967 4219
3968 depcc="$CC" am_compiler_list= 4220 depcc="$CC" am_compiler_list=
3969 4221
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 4222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3971 $as_echo_n "checking dependency style of $depcc... " >&6; } 4223 $as_echo_n "checking dependency style of $depcc... " >&6; }
3972 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 4224 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3973 $as_echo_n "(cached) " >&6 4225 $as_echo_n "(cached) " >&6
3974 else 4226 else
3975 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 4227 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3976 # We make a subdir and do the tests there. Otherwise we can end up 4228 # We make a subdir and do the tests there. Otherwise we can end up
3977 # making bogus files that we don't know about and never remove. For 4229 # making bogus files that we don't know about and never remove. For
3978 # instance it was reported that on HP-UX the gcc test will end up 4230 # instance it was reported that on HP-UX the gcc test will end up
3979 # making a dummy file named `D' -- because `-MD' means `put the output 4231 # making a dummy file named 'D' -- because '-MD' means "put the output
3980 # in D'. 4232 # in D".
3981 rm -rf conftest.dir 4233 rm -rf conftest.dir
3982 mkdir conftest.dir 4234 mkdir conftest.dir
3983 # Copy depcomp to subdir because otherwise we won't find it if we're 4235 # Copy depcomp to subdir because otherwise we won't find it if we're
3984 # using a relative directory. 4236 # using a relative directory.
3985 cp "$am_depcomp" conftest.dir 4237 cp "$am_depcomp" conftest.dir
4010 # overwrite some of them when testing with obscure command lines. 4262 # overwrite some of them when testing with obscure command lines.
4011 # This happens at least with the AIX C compiler. 4263 # This happens at least with the AIX C compiler.
4012 : > sub/conftest.c 4264 : > sub/conftest.c
4013 for i in 1 2 3 4 5 6; do 4265 for i in 1 2 3 4 5 6; do
4014 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4266 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4015 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 4267 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4016 # Solaris 8's {/usr,}/bin/sh. 4268 # Solaris 10 /bin/sh.
4017 touch sub/conftst$i.h 4269 echo '/* dummy */' > sub/conftst$i.h
4018 done 4270 done
4019 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4271 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4020 4272
4021 # We check with `-c' and `-o' for the sake of the "dashmstdout" 4273 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4022 # mode. It turns out that the SunPro C++ compiler does not properly 4274 # mode. It turns out that the SunPro C++ compiler does not properly
4023 # handle `-M -o', and we need to detect this. Also, some Intel 4275 # handle '-M -o', and we need to detect this. Also, some Intel
4024 # versions had trouble with output in subdirs 4276 # versions had trouble with output in subdirs.
4025 am__obj=sub/conftest.${OBJEXT-o} 4277 am__obj=sub/conftest.${OBJEXT-o}
4026 am__minus_obj="-o $am__obj" 4278 am__minus_obj="-o $am__obj"
4027 case $depmode in 4279 case $depmode in
4028 gcc) 4280 gcc)
4029 # This depmode causes a compiler race in universal mode. 4281 # This depmode causes a compiler race in universal mode.
4030 test "$am__universal" = false || continue 4282 test "$am__universal" = false || continue
4031 ;; 4283 ;;
4032 nosideeffect) 4284 nosideeffect)
4033 # after this tag, mechanisms are not by side-effect, so they'll 4285 # After this tag, mechanisms are not by side-effect, so they'll
4034 # only be used when explicitly requested 4286 # only be used when explicitly requested.
4035 if test "x$enable_dependency_tracking" = xyes; then 4287 if test "x$enable_dependency_tracking" = xyes; then
4036 continue 4288 continue
4037 else 4289 else
4038 break 4290 break
4039 fi 4291 fi
4040 ;; 4292 ;;
4041 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 4293 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4042 # This compiler won't grok `-c -o', but also, the minuso test has 4294 # This compiler won't grok '-c -o', but also, the minuso test has
4043 # not run yet. These depmodes are late enough in the game, and 4295 # not run yet. These depmodes are late enough in the game, and
4044 # so weak that their functioning should not be impacted. 4296 # so weak that their functioning should not be impacted.
4045 am__obj=conftest.${OBJEXT-o} 4297 am__obj=conftest.${OBJEXT-o}
4046 am__minus_obj= 4298 am__minus_obj=
4047 ;; 4299 ;;
4092 am__fastdepCC_FALSE= 4344 am__fastdepCC_FALSE=
4093 fi 4345 fi
4094 4346
4095 4347
4096 ac_ext=go 4348 ac_ext=go
4097 ac_compile='$GOC -c $GOCFLAGS conftest.$ac_ext >&5' 4349 ac_compile='$GOC -c $GOFLAGS conftest.$ac_ext >&5'
4098 ac_link='$GOC -o conftest$ac_exeext $GOCFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4350 ac_link='$GOC -o conftest$ac_exeext $GOFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4099 ac_compile_gnu=yes 4351 ac_compiler_gnu=yes
4100 if test -n "$ac_tool_prefix"; then 4352 if test -n "$ac_tool_prefix"; then
4101 # Extract the first word of "${ac_tool_prefix}gccgo", so it can be a program name with args. 4353 # Extract the first word of "${ac_tool_prefix}gccgo", so it can be a program name with args.
4102 set dummy ${ac_tool_prefix}gccgo; ac_word=$2 4354 set dummy ${ac_tool_prefix}gccgo; ac_word=$2
4103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4104 $as_echo_n "checking for $ac_word... " >&6; } 4356 $as_echo_n "checking for $ac_word... " >&6; }
4105 if test "${ac_cv_prog_GOC+set}" = set; then : 4357 if ${ac_cv_prog_GOC+:} false; then :
4106 $as_echo_n "(cached) " >&6 4358 $as_echo_n "(cached) " >&6
4107 else 4359 else
4108 if test -n "$GOC"; then 4360 if test -n "$GOC"; then
4109 ac_cv_prog_GOC="$GOC" # Let the user override the test. 4361 ac_cv_prog_GOC="$GOC" # Let the user override the test.
4110 else 4362 else
4112 for as_dir in $PATH 4364 for as_dir in $PATH
4113 do 4365 do
4114 IFS=$as_save_IFS 4366 IFS=$as_save_IFS
4115 test -z "$as_dir" && as_dir=. 4367 test -z "$as_dir" && as_dir=.
4116 for ac_exec_ext in '' $ac_executable_extensions; do 4368 for ac_exec_ext in '' $ac_executable_extensions; do
4117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4118 ac_cv_prog_GOC="${ac_tool_prefix}gccgo" 4370 ac_cv_prog_GOC="${ac_tool_prefix}gccgo"
4119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4120 break 2 4372 break 2
4121 fi 4373 fi
4122 done 4374 done
4140 ac_ct_GOC=$GOC 4392 ac_ct_GOC=$GOC
4141 # Extract the first word of "gccgo", so it can be a program name with args. 4393 # Extract the first word of "gccgo", so it can be a program name with args.
4142 set dummy gccgo; ac_word=$2 4394 set dummy gccgo; ac_word=$2
4143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4144 $as_echo_n "checking for $ac_word... " >&6; } 4396 $as_echo_n "checking for $ac_word... " >&6; }
4145 if test "${ac_cv_prog_ac_ct_GOC+set}" = set; then : 4397 if ${ac_cv_prog_ac_ct_GOC+:} false; then :
4146 $as_echo_n "(cached) " >&6 4398 $as_echo_n "(cached) " >&6
4147 else 4399 else
4148 if test -n "$ac_ct_GOC"; then 4400 if test -n "$ac_ct_GOC"; then
4149 ac_cv_prog_ac_ct_GOC="$ac_ct_GOC" # Let the user override the test. 4401 ac_cv_prog_ac_ct_GOC="$ac_ct_GOC" # Let the user override the test.
4150 else 4402 else
4152 for as_dir in $PATH 4404 for as_dir in $PATH
4153 do 4405 do
4154 IFS=$as_save_IFS 4406 IFS=$as_save_IFS
4155 test -z "$as_dir" && as_dir=. 4407 test -z "$as_dir" && as_dir=.
4156 for ac_exec_ext in '' $ac_executable_extensions; do 4408 for ac_exec_ext in '' $ac_executable_extensions; do
4157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4409 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4158 ac_cv_prog_ac_ct_GOC="gccgo" 4410 ac_cv_prog_ac_ct_GOC="gccgo"
4159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4160 break 2 4412 break 2
4161 fi 4413 fi
4162 done 4414 done
4193 if test -n "$ac_tool_prefix"; then 4445 if test -n "$ac_tool_prefix"; then
4194 # Extract the first word of "${ac_tool_prefix}gccgo", so it can be a program name with args. 4446 # Extract the first word of "${ac_tool_prefix}gccgo", so it can be a program name with args.
4195 set dummy ${ac_tool_prefix}gccgo; ac_word=$2 4447 set dummy ${ac_tool_prefix}gccgo; ac_word=$2
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4197 $as_echo_n "checking for $ac_word... " >&6; } 4449 $as_echo_n "checking for $ac_word... " >&6; }
4198 if test "${ac_cv_prog_GOC+set}" = set; then : 4450 if ${ac_cv_prog_GOC+:} false; then :
4199 $as_echo_n "(cached) " >&6 4451 $as_echo_n "(cached) " >&6
4200 else 4452 else
4201 if test -n "$GOC"; then 4453 if test -n "$GOC"; then
4202 ac_cv_prog_GOC="$GOC" # Let the user override the test. 4454 ac_cv_prog_GOC="$GOC" # Let the user override the test.
4203 else 4455 else
4205 for as_dir in $PATH 4457 for as_dir in $PATH
4206 do 4458 do
4207 IFS=$as_save_IFS 4459 IFS=$as_save_IFS
4208 test -z "$as_dir" && as_dir=. 4460 test -z "$as_dir" && as_dir=.
4209 for ac_exec_ext in '' $ac_executable_extensions; do 4461 for ac_exec_ext in '' $ac_executable_extensions; do
4210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4462 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4211 ac_cv_prog_GOC="$ac_tool_prefix}gccgo" 4463 ac_cv_prog_GOC="$ac_tool_prefix}gccgo"
4212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4213 break 2 4465 break 2
4214 fi 4466 fi
4215 done 4467 done
4233 if test -z "$GOC"; then 4485 if test -z "$GOC"; then
4234 # Extract the first word of "gccgo", so it can be a program name with args. 4486 # Extract the first word of "gccgo", so it can be a program name with args.
4235 set dummy gccgo; ac_word=$2 4487 set dummy gccgo; ac_word=$2
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4237 $as_echo_n "checking for $ac_word... " >&6; } 4489 $as_echo_n "checking for $ac_word... " >&6; }
4238 if test "${ac_cv_prog_GOC+set}" = set; then : 4490 if ${ac_cv_prog_GOC+:} false; then :
4239 $as_echo_n "(cached) " >&6 4491 $as_echo_n "(cached) " >&6
4240 else 4492 else
4241 if test -n "$GOC"; then 4493 if test -n "$GOC"; then
4242 ac_cv_prog_GOC="$GOC" # Let the user override the test. 4494 ac_cv_prog_GOC="$GOC" # Let the user override the test.
4243 else 4495 else
4246 for as_dir in $PATH 4498 for as_dir in $PATH
4247 do 4499 do
4248 IFS=$as_save_IFS 4500 IFS=$as_save_IFS
4249 test -z "$as_dir" && as_dir=. 4501 test -z "$as_dir" && as_dir=.
4250 for ac_exec_ext in '' $ac_executable_extensions; do 4502 for ac_exec_ext in '' $ac_executable_extensions; do
4251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4503 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4252 if test "$as_dir/$ac_word$ac_exec_ext" = "gccgo"; then 4504 if test "$as_dir/$ac_word$ac_exec_ext" = "false"; then
4253 ac_prog_rejected=yes 4505 ac_prog_rejected=yes
4254 continue 4506 continue
4255 fi 4507 fi
4256 ac_cv_prog_GOC="gccgo" 4508 ac_cv_prog_GOC="gccgo"
4257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4304 if test -s conftest.err; then 4556 if test -s conftest.err; then
4305 sed '10a\ 4557 sed '10a\
4306 ... rest of stderr output deleted ... 4558 ... rest of stderr output deleted ...
4307 10q' conftest.err >conftest.er1 4559 10q' conftest.err >conftest.er1
4308 cat conftest.er1 >&5 4560 cat conftest.er1 >&5
4309 rm -f conftest.er1 conftest.err
4310 fi 4561 fi
4562 rm -f conftest.er1 conftest.err
4311 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4312 test $ac_status = 0; } 4564 test $ac_status = 0; }
4313 GOCFLAGS="-g -O2" 4565 GOFLAGS="-g -O2"
4314 ac_ext=c 4566 ac_ext=c
4315 ac_cpp='$CPP $CPPFLAGS' 4567 ac_cpp='$CPP $CPPFLAGS'
4316 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4568 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4317 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4569 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4318 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4570 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4571
4572 # By default we simply use the C compiler to build assembly code.
4573
4574 test "${CCAS+set}" = set || CCAS=$CC
4575 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
4576
4577
4578
4579 depcc="$CCAS" am_compiler_list=
4580
4581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4582 $as_echo_n "checking dependency style of $depcc... " >&6; }
4583 if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
4584 $as_echo_n "(cached) " >&6
4585 else
4586 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4587 # We make a subdir and do the tests there. Otherwise we can end up
4588 # making bogus files that we don't know about and never remove. For
4589 # instance it was reported that on HP-UX the gcc test will end up
4590 # making a dummy file named 'D' -- because '-MD' means "put the output
4591 # in D".
4592 rm -rf conftest.dir
4593 mkdir conftest.dir
4594 # Copy depcomp to subdir because otherwise we won't find it if we're
4595 # using a relative directory.
4596 cp "$am_depcomp" conftest.dir
4597 cd conftest.dir
4598 # We will build objects and dependencies in a subdirectory because
4599 # it helps to detect inapplicable dependency modes. For instance
4600 # both Tru64's cc and ICC support -MD to output dependencies as a
4601 # side effect of compilation, but ICC will put the dependencies in
4602 # the current directory while Tru64 will put them in the object
4603 # directory.
4604 mkdir sub
4605
4606 am_cv_CCAS_dependencies_compiler_type=none
4607 if test "$am_compiler_list" = ""; then
4608 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4609 fi
4610 am__universal=false
4611
4612
4613 for depmode in $am_compiler_list; do
4614 # Setup a source with many dependencies, because some compilers
4615 # like to wrap large dependency lists on column 80 (with \), and
4616 # we should not choose a depcomp mode which is confused by this.
4617 #
4618 # We need to recreate these files for each test, as the compiler may
4619 # overwrite some of them when testing with obscure command lines.
4620 # This happens at least with the AIX C compiler.
4621 : > sub/conftest.c
4622 for i in 1 2 3 4 5 6; do
4623 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4624 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4625 # Solaris 10 /bin/sh.
4626 echo '/* dummy */' > sub/conftst$i.h
4627 done
4628 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4629
4630 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4631 # mode. It turns out that the SunPro C++ compiler does not properly
4632 # handle '-M -o', and we need to detect this. Also, some Intel
4633 # versions had trouble with output in subdirs.
4634 am__obj=sub/conftest.${OBJEXT-o}
4635 am__minus_obj="-o $am__obj"
4636 case $depmode in
4637 gcc)
4638 # This depmode causes a compiler race in universal mode.
4639 test "$am__universal" = false || continue
4640 ;;
4641 nosideeffect)
4642 # After this tag, mechanisms are not by side-effect, so they'll
4643 # only be used when explicitly requested.
4644 if test "x$enable_dependency_tracking" = xyes; then
4645 continue
4646 else
4647 break
4648 fi
4649 ;;
4650 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4651 # This compiler won't grok '-c -o', but also, the minuso test has
4652 # not run yet. These depmodes are late enough in the game, and
4653 # so weak that their functioning should not be impacted.
4654 am__obj=conftest.${OBJEXT-o}
4655 am__minus_obj=
4656 ;;
4657 none) break ;;
4658 esac
4659 if depmode=$depmode \
4660 source=sub/conftest.c object=$am__obj \
4661 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4662 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4663 >/dev/null 2>conftest.err &&
4664 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4665 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4666 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4667 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4668 # icc doesn't choke on unknown options, it will just issue warnings
4669 # or remarks (even with -Werror). So we grep stderr for any message
4670 # that says an option was ignored or not supported.
4671 # When given -MP, icc 7.0 and 7.1 complain thusly:
4672 # icc: Command line warning: ignoring option '-M'; no argument required
4673 # The diagnosis changed in icc 8.0:
4674 # icc: Command line remark: option '-MP' not supported
4675 if (grep 'ignoring option' conftest.err ||
4676 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4677 am_cv_CCAS_dependencies_compiler_type=$depmode
4678 break
4679 fi
4680 fi
4681 done
4682
4683 cd ..
4684 rm -rf conftest.dir
4685 else
4686 am_cv_CCAS_dependencies_compiler_type=none
4687 fi
4688
4689 fi
4690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
4691 $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
4692 CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
4693
4694 if
4695 test "x$enable_dependency_tracking" != xno \
4696 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
4697 am__fastdepCCAS_TRUE=
4698 am__fastdepCCAS_FALSE='#'
4699 else
4700 am__fastdepCCAS_TRUE='#'
4701 am__fastdepCCAS_FALSE=
4702 fi
4703
4319 4704
4320 4705
4321 4706
4322 4707
4323 4708
4353 4738
4354 4739
4355 4740
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 4741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4357 $as_echo_n "checking for a sed that does not truncate output... " >&6; } 4742 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4358 if test "${ac_cv_path_SED+set}" = set; then : 4743 if ${ac_cv_path_SED+:} false; then :
4359 $as_echo_n "(cached) " >&6 4744 $as_echo_n "(cached) " >&6
4360 else 4745 else
4361 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ 4746 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4362 for ac_i in 1 2 3 4 5 6 7; do 4747 for ac_i in 1 2 3 4 5 6 7; do
4363 ac_script="$ac_script$as_nl$ac_script" 4748 ac_script="$ac_script$as_nl$ac_script"
4373 IFS=$as_save_IFS 4758 IFS=$as_save_IFS
4374 test -z "$as_dir" && as_dir=. 4759 test -z "$as_dir" && as_dir=.
4375 for ac_prog in sed gsed; do 4760 for ac_prog in sed gsed; do
4376 for ac_exec_ext in '' $ac_executable_extensions; do 4761 for ac_exec_ext in '' $ac_executable_extensions; do
4377 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" 4762 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4378 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue 4763 as_fn_executable_p "$ac_path_SED" || continue
4379 # Check for GNU ac_path_SED and select it if it is found. 4764 # Check for GNU ac_path_SED and select it if it is found.
4380 # Check for GNU $ac_path_SED 4765 # Check for GNU $ac_path_SED
4381 case `"$ac_path_SED" --version 2>&1` in 4766 case `"$ac_path_SED" --version 2>&1` in
4382 *GNU*) 4767 *GNU*)
4383 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; 4768 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4408 done 4793 done
4409 done 4794 done
4410 done 4795 done
4411 IFS=$as_save_IFS 4796 IFS=$as_save_IFS
4412 if test -z "$ac_cv_path_SED"; then 4797 if test -z "$ac_cv_path_SED"; then
4413 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 4798 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4414 fi 4799 fi
4415 else 4800 else
4416 ac_cv_path_SED=$SED 4801 ac_cv_path_SED=$SED
4417 fi 4802 fi
4418 4803
4435 4820
4436 4821
4437 4822
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 4823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4439 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4824 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4440 if test "${ac_cv_path_GREP+set}" = set; then : 4825 if ${ac_cv_path_GREP+:} false; then :
4441 $as_echo_n "(cached) " >&6 4826 $as_echo_n "(cached) " >&6
4442 else 4827 else
4443 if test -z "$GREP"; then 4828 if test -z "$GREP"; then
4444 ac_path_GREP_found=false 4829 ac_path_GREP_found=false
4445 # Loop through the user's path and test for each of PROGNAME-LIST 4830 # Loop through the user's path and test for each of PROGNAME-LIST
4449 IFS=$as_save_IFS 4834 IFS=$as_save_IFS
4450 test -z "$as_dir" && as_dir=. 4835 test -z "$as_dir" && as_dir=.
4451 for ac_prog in grep ggrep; do 4836 for ac_prog in grep ggrep; do
4452 for ac_exec_ext in '' $ac_executable_extensions; do 4837 for ac_exec_ext in '' $ac_executable_extensions; do
4453 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4838 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4454 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4839 as_fn_executable_p "$ac_path_GREP" || continue
4455 # Check for GNU ac_path_GREP and select it if it is found. 4840 # Check for GNU ac_path_GREP and select it if it is found.
4456 # Check for GNU $ac_path_GREP 4841 # Check for GNU $ac_path_GREP
4457 case `"$ac_path_GREP" --version 2>&1` in 4842 case `"$ac_path_GREP" --version 2>&1` in
4458 *GNU*) 4843 *GNU*)
4459 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 4844 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4484 done 4869 done
4485 done 4870 done
4486 done 4871 done
4487 IFS=$as_save_IFS 4872 IFS=$as_save_IFS
4488 if test -z "$ac_cv_path_GREP"; then 4873 if test -z "$ac_cv_path_GREP"; then
4489 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4874 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4490 fi 4875 fi
4491 else 4876 else
4492 ac_cv_path_GREP=$GREP 4877 ac_cv_path_GREP=$GREP
4493 fi 4878 fi
4494 4879
4498 GREP="$ac_cv_path_GREP" 4883 GREP="$ac_cv_path_GREP"
4499 4884
4500 4885
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 4886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4502 $as_echo_n "checking for egrep... " >&6; } 4887 $as_echo_n "checking for egrep... " >&6; }
4503 if test "${ac_cv_path_EGREP+set}" = set; then : 4888 if ${ac_cv_path_EGREP+:} false; then :
4504 $as_echo_n "(cached) " >&6 4889 $as_echo_n "(cached) " >&6
4505 else 4890 else
4506 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4891 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4507 then ac_cv_path_EGREP="$GREP -E" 4892 then ac_cv_path_EGREP="$GREP -E"
4508 else 4893 else
4515 IFS=$as_save_IFS 4900 IFS=$as_save_IFS
4516 test -z "$as_dir" && as_dir=. 4901 test -z "$as_dir" && as_dir=.
4517 for ac_prog in egrep; do 4902 for ac_prog in egrep; do
4518 for ac_exec_ext in '' $ac_executable_extensions; do 4903 for ac_exec_ext in '' $ac_executable_extensions; do
4519 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4904 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4520 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4905 as_fn_executable_p "$ac_path_EGREP" || continue
4521 # Check for GNU ac_path_EGREP and select it if it is found. 4906 # Check for GNU ac_path_EGREP and select it if it is found.
4522 # Check for GNU $ac_path_EGREP 4907 # Check for GNU $ac_path_EGREP
4523 case `"$ac_path_EGREP" --version 2>&1` in 4908 case `"$ac_path_EGREP" --version 2>&1` in
4524 *GNU*) 4909 *GNU*)
4525 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 4910 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4550 done 4935 done
4551 done 4936 done
4552 done 4937 done
4553 IFS=$as_save_IFS 4938 IFS=$as_save_IFS
4554 if test -z "$ac_cv_path_EGREP"; then 4939 if test -z "$ac_cv_path_EGREP"; then
4555 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4940 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4556 fi 4941 fi
4557 else 4942 else
4558 ac_cv_path_EGREP=$EGREP 4943 ac_cv_path_EGREP=$EGREP
4559 fi 4944 fi
4560 4945
4565 EGREP="$ac_cv_path_EGREP" 4950 EGREP="$ac_cv_path_EGREP"
4566 4951
4567 4952
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 4953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4569 $as_echo_n "checking for fgrep... " >&6; } 4954 $as_echo_n "checking for fgrep... " >&6; }
4570 if test "${ac_cv_path_FGREP+set}" = set; then : 4955 if ${ac_cv_path_FGREP+:} false; then :
4571 $as_echo_n "(cached) " >&6 4956 $as_echo_n "(cached) " >&6
4572 else 4957 else
4573 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 4958 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4574 then ac_cv_path_FGREP="$GREP -F" 4959 then ac_cv_path_FGREP="$GREP -F"
4575 else 4960 else
4582 IFS=$as_save_IFS 4967 IFS=$as_save_IFS
4583 test -z "$as_dir" && as_dir=. 4968 test -z "$as_dir" && as_dir=.
4584 for ac_prog in fgrep; do 4969 for ac_prog in fgrep; do
4585 for ac_exec_ext in '' $ac_executable_extensions; do 4970 for ac_exec_ext in '' $ac_executable_extensions; do
4586 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" 4971 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4587 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue 4972 as_fn_executable_p "$ac_path_FGREP" || continue
4588 # Check for GNU ac_path_FGREP and select it if it is found. 4973 # Check for GNU ac_path_FGREP and select it if it is found.
4589 # Check for GNU $ac_path_FGREP 4974 # Check for GNU $ac_path_FGREP
4590 case `"$ac_path_FGREP" --version 2>&1` in 4975 case `"$ac_path_FGREP" --version 2>&1` in
4591 *GNU*) 4976 *GNU*)
4592 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; 4977 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4617 done 5002 done
4618 done 5003 done
4619 done 5004 done
4620 IFS=$as_save_IFS 5005 IFS=$as_save_IFS
4621 if test -z "$ac_cv_path_FGREP"; then 5006 if test -z "$ac_cv_path_FGREP"; then
4622 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 5007 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4623 fi 5008 fi
4624 else 5009 else
4625 ac_cv_path_FGREP=$FGREP 5010 ac_cv_path_FGREP=$FGREP
4626 fi 5011 fi
4627 5012
4748 $as_echo_n "checking for GNU ld... " >&6; } 5133 $as_echo_n "checking for GNU ld... " >&6; }
4749 else 5134 else
4750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 5135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4751 $as_echo_n "checking for non-GNU ld... " >&6; } 5136 $as_echo_n "checking for non-GNU ld... " >&6; }
4752 fi 5137 fi
4753 if test "${lt_cv_path_LD+set}" = set; then : 5138 if ${lt_cv_path_LD+:} false; then :
4754 $as_echo_n "(cached) " >&6 5139 $as_echo_n "(cached) " >&6
4755 else 5140 else
4756 if test -z "$LD"; then 5141 if test -z "$LD"; then
4757 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 5142 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4758 for ac_dir in $PATH; do 5143 for ac_dir in $PATH; do
4785 $as_echo "$LD" >&6; } 5170 $as_echo "$LD" >&6; }
4786 else 5171 else
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4788 $as_echo "no" >&6; } 5173 $as_echo "no" >&6; }
4789 fi 5174 fi
4790 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 5175 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 5176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4792 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 5177 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4793 if test "${lt_cv_prog_gnu_ld+set}" = set; then : 5178 if ${lt_cv_prog_gnu_ld+:} false; then :
4794 $as_echo_n "(cached) " >&6 5179 $as_echo_n "(cached) " >&6
4795 else 5180 else
4796 # I'd rather use --version here, but apparently some GNU lds only accept -v. 5181 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4797 case `$LD -v 2>&1 </dev/null` in 5182 case `$LD -v 2>&1 </dev/null` in
4798 *GNU* | *'with BFD'*) 5183 *GNU* | *'with BFD'*)
4818 if test -n "$ac_tool_prefix"; then 5203 if test -n "$ac_tool_prefix"; then
4819 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 5204 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4820 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 5205 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4822 $as_echo_n "checking for $ac_word... " >&6; } 5207 $as_echo_n "checking for $ac_word... " >&6; }
4823 if test "${ac_cv_prog_RANLIB+set}" = set; then : 5208 if ${ac_cv_prog_RANLIB+:} false; then :
4824 $as_echo_n "(cached) " >&6 5209 $as_echo_n "(cached) " >&6
4825 else 5210 else
4826 if test -n "$RANLIB"; then 5211 if test -n "$RANLIB"; then
4827 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 5212 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4828 else 5213 else
4830 for as_dir in $PATH 5215 for as_dir in $PATH
4831 do 5216 do
4832 IFS=$as_save_IFS 5217 IFS=$as_save_IFS
4833 test -z "$as_dir" && as_dir=. 5218 test -z "$as_dir" && as_dir=.
4834 for ac_exec_ext in '' $ac_executable_extensions; do 5219 for ac_exec_ext in '' $ac_executable_extensions; do
4835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5220 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4836 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 5221 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4838 break 2 5223 break 2
4839 fi 5224 fi
4840 done 5225 done
4858 ac_ct_RANLIB=$RANLIB 5243 ac_ct_RANLIB=$RANLIB
4859 # Extract the first word of "ranlib", so it can be a program name with args. 5244 # Extract the first word of "ranlib", so it can be a program name with args.
4860 set dummy ranlib; ac_word=$2 5245 set dummy ranlib; ac_word=$2
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4862 $as_echo_n "checking for $ac_word... " >&6; } 5247 $as_echo_n "checking for $ac_word... " >&6; }
4863 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 5248 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4864 $as_echo_n "(cached) " >&6 5249 $as_echo_n "(cached) " >&6
4865 else 5250 else
4866 if test -n "$ac_ct_RANLIB"; then 5251 if test -n "$ac_ct_RANLIB"; then
4867 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 5252 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4868 else 5253 else
4870 for as_dir in $PATH 5255 for as_dir in $PATH
4871 do 5256 do
4872 IFS=$as_save_IFS 5257 IFS=$as_save_IFS
4873 test -z "$as_dir" && as_dir=. 5258 test -z "$as_dir" && as_dir=.
4874 for ac_exec_ext in '' $ac_executable_extensions; do 5259 for ac_exec_ext in '' $ac_executable_extensions; do
4875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5260 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4876 ac_cv_prog_ac_ct_RANLIB="ranlib" 5261 ac_cv_prog_ac_ct_RANLIB="ranlib"
4877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4878 break 2 5263 break 2
4879 fi 5264 fi
4880 done 5265 done
4910 if test -n "$ac_tool_prefix"; then 5295 if test -n "$ac_tool_prefix"; then
4911 # Extract the first word of "${ac_tool_prefix}objcopy", so it can be a program name with args. 5296 # Extract the first word of "${ac_tool_prefix}objcopy", so it can be a program name with args.
4912 set dummy ${ac_tool_prefix}objcopy; ac_word=$2 5297 set dummy ${ac_tool_prefix}objcopy; ac_word=$2
4913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4914 $as_echo_n "checking for $ac_word... " >&6; } 5299 $as_echo_n "checking for $ac_word... " >&6; }
4915 if test "${ac_cv_prog_OBJCOPY+set}" = set; then : 5300 if ${ac_cv_prog_OBJCOPY+:} false; then :
4916 $as_echo_n "(cached) " >&6 5301 $as_echo_n "(cached) " >&6
4917 else 5302 else
4918 if test -n "$OBJCOPY"; then 5303 if test -n "$OBJCOPY"; then
4919 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test. 5304 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
4920 else 5305 else
4922 for as_dir in $PATH 5307 for as_dir in $PATH
4923 do 5308 do
4924 IFS=$as_save_IFS 5309 IFS=$as_save_IFS
4925 test -z "$as_dir" && as_dir=. 5310 test -z "$as_dir" && as_dir=.
4926 for ac_exec_ext in '' $ac_executable_extensions; do 5311 for ac_exec_ext in '' $ac_executable_extensions; do
4927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5312 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4928 ac_cv_prog_OBJCOPY="${ac_tool_prefix}objcopy" 5313 ac_cv_prog_OBJCOPY="${ac_tool_prefix}objcopy"
4929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4930 break 2 5315 break 2
4931 fi 5316 fi
4932 done 5317 done
4950 ac_ct_OBJCOPY=$OBJCOPY 5335 ac_ct_OBJCOPY=$OBJCOPY
4951 # Extract the first word of "objcopy", so it can be a program name with args. 5336 # Extract the first word of "objcopy", so it can be a program name with args.
4952 set dummy objcopy; ac_word=$2 5337 set dummy objcopy; ac_word=$2
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4954 $as_echo_n "checking for $ac_word... " >&6; } 5339 $as_echo_n "checking for $ac_word... " >&6; }
4955 if test "${ac_cv_prog_ac_ct_OBJCOPY+set}" = set; then : 5340 if ${ac_cv_prog_ac_ct_OBJCOPY+:} false; then :
4956 $as_echo_n "(cached) " >&6 5341 $as_echo_n "(cached) " >&6
4957 else 5342 else
4958 if test -n "$ac_ct_OBJCOPY"; then 5343 if test -n "$ac_ct_OBJCOPY"; then
4959 ac_cv_prog_ac_ct_OBJCOPY="$ac_ct_OBJCOPY" # Let the user override the test. 5344 ac_cv_prog_ac_ct_OBJCOPY="$ac_ct_OBJCOPY" # Let the user override the test.
4960 else 5345 else
4962 for as_dir in $PATH 5347 for as_dir in $PATH
4963 do 5348 do
4964 IFS=$as_save_IFS 5349 IFS=$as_save_IFS
4965 test -z "$as_dir" && as_dir=. 5350 test -z "$as_dir" && as_dir=.
4966 for ac_exec_ext in '' $ac_executable_extensions; do 5351 for ac_exec_ext in '' $ac_executable_extensions; do
4967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5352 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4968 ac_cv_prog_ac_ct_OBJCOPY="objcopy" 5353 ac_cv_prog_ac_ct_OBJCOPY="objcopy"
4969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4970 break 2 5355 break 2
4971 fi 5356 fi
4972 done 5357 done
5046 # Sed substitution to avoid accidental globbing in evaled expressions 5431 # Sed substitution to avoid accidental globbing in evaled expressions
5047 no_glob_subst='s/\*/\\\*/g' 5432 no_glob_subst='s/\*/\\\*/g'
5048 5433
5049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 5434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5050 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 5435 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5051 if test "${lt_cv_path_NM+set}" = set; then : 5436 if ${lt_cv_path_NM+:} false; then :
5052 $as_echo_n "(cached) " >&6 5437 $as_echo_n "(cached) " >&6
5053 else 5438 else
5054 if test -n "$NM"; then 5439 if test -n "$NM"; then
5055 # Let the user override the test. 5440 # Let the user override the test.
5056 lt_cv_path_NM="$NM" 5441 lt_cv_path_NM="$NM"
5109 do 5494 do
5110 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5495 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5111 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5496 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5113 $as_echo_n "checking for $ac_word... " >&6; } 5498 $as_echo_n "checking for $ac_word... " >&6; }
5114 if test "${ac_cv_prog_DUMPBIN+set}" = set; then : 5499 if ${ac_cv_prog_DUMPBIN+:} false; then :
5115 $as_echo_n "(cached) " >&6 5500 $as_echo_n "(cached) " >&6
5116 else 5501 else
5117 if test -n "$DUMPBIN"; then 5502 if test -n "$DUMPBIN"; then
5118 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. 5503 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5119 else 5504 else
5121 for as_dir in $PATH 5506 for as_dir in $PATH
5122 do 5507 do
5123 IFS=$as_save_IFS 5508 IFS=$as_save_IFS
5124 test -z "$as_dir" && as_dir=. 5509 test -z "$as_dir" && as_dir=.
5125 for ac_exec_ext in '' $ac_executable_extensions; do 5510 for ac_exec_ext in '' $ac_executable_extensions; do
5126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5511 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5127 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" 5512 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5129 break 2 5514 break 2
5130 fi 5515 fi
5131 done 5516 done
5153 do 5538 do
5154 # Extract the first word of "$ac_prog", so it can be a program name with args. 5539 # Extract the first word of "$ac_prog", so it can be a program name with args.
5155 set dummy $ac_prog; ac_word=$2 5540 set dummy $ac_prog; ac_word=$2
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5157 $as_echo_n "checking for $ac_word... " >&6; } 5542 $as_echo_n "checking for $ac_word... " >&6; }
5158 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : 5543 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5159 $as_echo_n "(cached) " >&6 5544 $as_echo_n "(cached) " >&6
5160 else 5545 else
5161 if test -n "$ac_ct_DUMPBIN"; then 5546 if test -n "$ac_ct_DUMPBIN"; then
5162 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. 5547 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5163 else 5548 else
5165 for as_dir in $PATH 5550 for as_dir in $PATH
5166 do 5551 do
5167 IFS=$as_save_IFS 5552 IFS=$as_save_IFS
5168 test -z "$as_dir" && as_dir=. 5553 test -z "$as_dir" && as_dir=.
5169 for ac_exec_ext in '' $ac_executable_extensions; do 5554 for ac_exec_ext in '' $ac_executable_extensions; do
5170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5555 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5171 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" 5556 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5173 break 2 5558 break 2
5174 fi 5559 fi
5175 done 5560 done
5225 5610
5226 5611
5227 5612
5228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 5613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5229 $as_echo_n "checking the name lister ($NM) interface... " >&6; } 5614 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5230 if test "${lt_cv_nm_interface+set}" = set; then : 5615 if ${lt_cv_nm_interface+:} false; then :
5231 $as_echo_n "(cached) " >&6 5616 $as_echo_n "(cached) " >&6
5232 else 5617 else
5233 lt_cv_nm_interface="BSD nm" 5618 lt_cv_nm_interface="BSD nm"
5234 echo "int some_variable = 0;" > conftest.$ac_ext 5619 echo "int some_variable = 0;" > conftest.$ac_ext
5235 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) 5620 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5260 fi 5645 fi
5261 5646
5262 # find the maximum length of command line arguments 5647 # find the maximum length of command line arguments
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 5648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5264 $as_echo_n "checking the maximum length of command line arguments... " >&6; } 5649 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5265 if test "${lt_cv_sys_max_cmd_len+set}" = set; then : 5650 if ${lt_cv_sys_max_cmd_len+:} false; then :
5266 $as_echo_n "(cached) " >&6 5651 $as_echo_n "(cached) " >&6
5267 else 5652 else
5268 i=0 5653 i=0
5269 teststring="ABCD" 5654 teststring="ABCD"
5270 5655
5457 5842
5458 5843
5459 5844
5460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 5845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5461 $as_echo_n "checking for $LD option to reload object files... " >&6; } 5846 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5462 if test "${lt_cv_ld_reload_flag+set}" = set; then : 5847 if ${lt_cv_ld_reload_flag+:} false; then :
5463 $as_echo_n "(cached) " >&6 5848 $as_echo_n "(cached) " >&6
5464 else 5849 else
5465 lt_cv_ld_reload_flag='-r' 5850 lt_cv_ld_reload_flag='-r'
5466 fi 5851 fi
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5493 if test -n "$ac_tool_prefix"; then 5878 if test -n "$ac_tool_prefix"; then
5494 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. 5879 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5495 set dummy ${ac_tool_prefix}objdump; ac_word=$2 5880 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5497 $as_echo_n "checking for $ac_word... " >&6; } 5882 $as_echo_n "checking for $ac_word... " >&6; }
5498 if test "${ac_cv_prog_OBJDUMP+set}" = set; then : 5883 if ${ac_cv_prog_OBJDUMP+:} false; then :
5499 $as_echo_n "(cached) " >&6 5884 $as_echo_n "(cached) " >&6
5500 else 5885 else
5501 if test -n "$OBJDUMP"; then 5886 if test -n "$OBJDUMP"; then
5502 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. 5887 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5503 else 5888 else
5505 for as_dir in $PATH 5890 for as_dir in $PATH
5506 do 5891 do
5507 IFS=$as_save_IFS 5892 IFS=$as_save_IFS
5508 test -z "$as_dir" && as_dir=. 5893 test -z "$as_dir" && as_dir=.
5509 for ac_exec_ext in '' $ac_executable_extensions; do 5894 for ac_exec_ext in '' $ac_executable_extensions; do
5510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5895 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5511 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" 5896 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5897 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5513 break 2 5898 break 2
5514 fi 5899 fi
5515 done 5900 done
5533 ac_ct_OBJDUMP=$OBJDUMP 5918 ac_ct_OBJDUMP=$OBJDUMP
5534 # Extract the first word of "objdump", so it can be a program name with args. 5919 # Extract the first word of "objdump", so it can be a program name with args.
5535 set dummy objdump; ac_word=$2 5920 set dummy objdump; ac_word=$2
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5537 $as_echo_n "checking for $ac_word... " >&6; } 5922 $as_echo_n "checking for $ac_word... " >&6; }
5538 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : 5923 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5539 $as_echo_n "(cached) " >&6 5924 $as_echo_n "(cached) " >&6
5540 else 5925 else
5541 if test -n "$ac_ct_OBJDUMP"; then 5926 if test -n "$ac_ct_OBJDUMP"; then
5542 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. 5927 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5543 else 5928 else
5545 for as_dir in $PATH 5930 for as_dir in $PATH
5546 do 5931 do
5547 IFS=$as_save_IFS 5932 IFS=$as_save_IFS
5548 test -z "$as_dir" && as_dir=. 5933 test -z "$as_dir" && as_dir=.
5549 for ac_exec_ext in '' $ac_executable_extensions; do 5934 for ac_exec_ext in '' $ac_executable_extensions; do
5550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5935 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5551 ac_cv_prog_ac_ct_OBJDUMP="objdump" 5936 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5553 break 2 5938 break 2
5554 fi 5939 fi
5555 done 5940 done
5592 5977
5593 5978
5594 5979
5595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 5980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5596 $as_echo_n "checking how to recognize dependent libraries... " >&6; } 5981 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5597 if test "${lt_cv_deplibs_check_method+set}" = set; then : 5982 if ${lt_cv_deplibs_check_method+:} false; then :
5598 $as_echo_n "(cached) " >&6 5983 $as_echo_n "(cached) " >&6
5599 else 5984 else
5600 lt_cv_file_magic_cmd='$MAGIC_CMD' 5985 lt_cv_file_magic_cmd='$MAGIC_CMD'
5601 lt_cv_file_magic_test_file= 5986 lt_cv_file_magic_test_file=
5602 lt_cv_deplibs_check_method='unknown' 5987 lt_cv_deplibs_check_method='unknown'
5813 if test -n "$ac_tool_prefix"; then 6198 if test -n "$ac_tool_prefix"; then
5814 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 6199 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5815 set dummy ${ac_tool_prefix}ar; ac_word=$2 6200 set dummy ${ac_tool_prefix}ar; ac_word=$2
5816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5817 $as_echo_n "checking for $ac_word... " >&6; } 6202 $as_echo_n "checking for $ac_word... " >&6; }
5818 if test "${ac_cv_prog_AR+set}" = set; then : 6203 if ${ac_cv_prog_AR+:} false; then :
5819 $as_echo_n "(cached) " >&6 6204 $as_echo_n "(cached) " >&6
5820 else 6205 else
5821 if test -n "$AR"; then 6206 if test -n "$AR"; then
5822 ac_cv_prog_AR="$AR" # Let the user override the test. 6207 ac_cv_prog_AR="$AR" # Let the user override the test.
5823 else 6208 else
5825 for as_dir in $PATH 6210 for as_dir in $PATH
5826 do 6211 do
5827 IFS=$as_save_IFS 6212 IFS=$as_save_IFS
5828 test -z "$as_dir" && as_dir=. 6213 test -z "$as_dir" && as_dir=.
5829 for ac_exec_ext in '' $ac_executable_extensions; do 6214 for ac_exec_ext in '' $ac_executable_extensions; do
5830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6215 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5831 ac_cv_prog_AR="${ac_tool_prefix}ar" 6216 ac_cv_prog_AR="${ac_tool_prefix}ar"
5832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5833 break 2 6218 break 2
5834 fi 6219 fi
5835 done 6220 done
5853 ac_ct_AR=$AR 6238 ac_ct_AR=$AR
5854 # Extract the first word of "ar", so it can be a program name with args. 6239 # Extract the first word of "ar", so it can be a program name with args.
5855 set dummy ar; ac_word=$2 6240 set dummy ar; ac_word=$2
5856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5857 $as_echo_n "checking for $ac_word... " >&6; } 6242 $as_echo_n "checking for $ac_word... " >&6; }
5858 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : 6243 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5859 $as_echo_n "(cached) " >&6 6244 $as_echo_n "(cached) " >&6
5860 else 6245 else
5861 if test -n "$ac_ct_AR"; then 6246 if test -n "$ac_ct_AR"; then
5862 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 6247 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5863 else 6248 else
5865 for as_dir in $PATH 6250 for as_dir in $PATH
5866 do 6251 do
5867 IFS=$as_save_IFS 6252 IFS=$as_save_IFS
5868 test -z "$as_dir" && as_dir=. 6253 test -z "$as_dir" && as_dir=.
5869 for ac_exec_ext in '' $ac_executable_extensions; do 6254 for ac_exec_ext in '' $ac_executable_extensions; do
5870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6255 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5871 ac_cv_prog_ac_ct_AR="ar" 6256 ac_cv_prog_ac_ct_AR="ar"
5872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5873 break 2 6258 break 2
5874 fi 6259 fi
5875 done 6260 done
5918 if test -n "$ac_tool_prefix"; then 6303 if test -n "$ac_tool_prefix"; then
5919 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 6304 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5920 set dummy ${ac_tool_prefix}strip; ac_word=$2 6305 set dummy ${ac_tool_prefix}strip; ac_word=$2
5921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5922 $as_echo_n "checking for $ac_word... " >&6; } 6307 $as_echo_n "checking for $ac_word... " >&6; }
5923 if test "${ac_cv_prog_STRIP+set}" = set; then : 6308 if ${ac_cv_prog_STRIP+:} false; then :
5924 $as_echo_n "(cached) " >&6 6309 $as_echo_n "(cached) " >&6
5925 else 6310 else
5926 if test -n "$STRIP"; then 6311 if test -n "$STRIP"; then
5927 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 6312 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5928 else 6313 else
5930 for as_dir in $PATH 6315 for as_dir in $PATH
5931 do 6316 do
5932 IFS=$as_save_IFS 6317 IFS=$as_save_IFS
5933 test -z "$as_dir" && as_dir=. 6318 test -z "$as_dir" && as_dir=.
5934 for ac_exec_ext in '' $ac_executable_extensions; do 6319 for ac_exec_ext in '' $ac_executable_extensions; do
5935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6320 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5936 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 6321 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5938 break 2 6323 break 2
5939 fi 6324 fi
5940 done 6325 done
5958 ac_ct_STRIP=$STRIP 6343 ac_ct_STRIP=$STRIP
5959 # Extract the first word of "strip", so it can be a program name with args. 6344 # Extract the first word of "strip", so it can be a program name with args.
5960 set dummy strip; ac_word=$2 6345 set dummy strip; ac_word=$2
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5962 $as_echo_n "checking for $ac_word... " >&6; } 6347 $as_echo_n "checking for $ac_word... " >&6; }
5963 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 6348 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5964 $as_echo_n "(cached) " >&6 6349 $as_echo_n "(cached) " >&6
5965 else 6350 else
5966 if test -n "$ac_ct_STRIP"; then 6351 if test -n "$ac_ct_STRIP"; then
5967 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 6352 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5968 else 6353 else
5970 for as_dir in $PATH 6355 for as_dir in $PATH
5971 do 6356 do
5972 IFS=$as_save_IFS 6357 IFS=$as_save_IFS
5973 test -z "$as_dir" && as_dir=. 6358 test -z "$as_dir" && as_dir=.
5974 for ac_exec_ext in '' $ac_executable_extensions; do 6359 for ac_exec_ext in '' $ac_executable_extensions; do
5975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6360 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5976 ac_cv_prog_ac_ct_STRIP="strip" 6361 ac_cv_prog_ac_ct_STRIP="strip"
5977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5978 break 2 6363 break 2
5979 fi 6364 fi
5980 done 6365 done
6017 if test -n "$ac_tool_prefix"; then 6402 if test -n "$ac_tool_prefix"; then
6018 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 6403 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6019 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 6404 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6021 $as_echo_n "checking for $ac_word... " >&6; } 6406 $as_echo_n "checking for $ac_word... " >&6; }
6022 if test "${ac_cv_prog_RANLIB+set}" = set; then : 6407 if ${ac_cv_prog_RANLIB+:} false; then :
6023 $as_echo_n "(cached) " >&6 6408 $as_echo_n "(cached) " >&6
6024 else 6409 else
6025 if test -n "$RANLIB"; then 6410 if test -n "$RANLIB"; then
6026 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 6411 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6027 else 6412 else
6029 for as_dir in $PATH 6414 for as_dir in $PATH
6030 do 6415 do
6031 IFS=$as_save_IFS 6416 IFS=$as_save_IFS
6032 test -z "$as_dir" && as_dir=. 6417 test -z "$as_dir" && as_dir=.
6033 for ac_exec_ext in '' $ac_executable_extensions; do 6418 for ac_exec_ext in '' $ac_executable_extensions; do
6034 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6419 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6035 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 6420 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6036 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6037 break 2 6422 break 2
6038 fi 6423 fi
6039 done 6424 done
6057 ac_ct_RANLIB=$RANLIB 6442 ac_ct_RANLIB=$RANLIB
6058 # Extract the first word of "ranlib", so it can be a program name with args. 6443 # Extract the first word of "ranlib", so it can be a program name with args.
6059 set dummy ranlib; ac_word=$2 6444 set dummy ranlib; ac_word=$2
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6061 $as_echo_n "checking for $ac_word... " >&6; } 6446 $as_echo_n "checking for $ac_word... " >&6; }
6062 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 6447 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6063 $as_echo_n "(cached) " >&6 6448 $as_echo_n "(cached) " >&6
6064 else 6449 else
6065 if test -n "$ac_ct_RANLIB"; then 6450 if test -n "$ac_ct_RANLIB"; then
6066 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 6451 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6067 else 6452 else
6069 for as_dir in $PATH 6454 for as_dir in $PATH
6070 do 6455 do
6071 IFS=$as_save_IFS 6456 IFS=$as_save_IFS
6072 test -z "$as_dir" && as_dir=. 6457 test -z "$as_dir" && as_dir=.
6073 for ac_exec_ext in '' $ac_executable_extensions; do 6458 for ac_exec_ext in '' $ac_executable_extensions; do
6074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6459 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6075 ac_cv_prog_ac_ct_RANLIB="ranlib" 6460 ac_cv_prog_ac_ct_RANLIB="ranlib"
6076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6461 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6077 break 2 6462 break 2
6078 fi 6463 fi
6079 done 6464 done
6186 6571
6187 6572
6188 # Check for command to grab the raw symbol name followed by C symbol from nm. 6573 # Check for command to grab the raw symbol name followed by C symbol from nm.
6189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 6574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6190 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } 6575 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6191 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : 6576 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6192 $as_echo_n "(cached) " >&6 6577 $as_echo_n "(cached) " >&6
6193 else 6578 else
6194 6579
6195 # These are sane defaults that work on at least a few old systems. 6580 # These are sane defaults that work on at least a few old systems.
6196 # [They come from Ultrix. What could be older than Ultrix?!! ;)] 6581 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6571 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 6956 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6572 SAVE_CFLAGS="$CFLAGS" 6957 SAVE_CFLAGS="$CFLAGS"
6573 CFLAGS="$CFLAGS -belf" 6958 CFLAGS="$CFLAGS -belf"
6574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 6959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6575 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } 6960 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6576 if test "${lt_cv_cc_needs_belf+set}" = set; then : 6961 if ${lt_cv_cc_needs_belf+:} false; then :
6577 $as_echo_n "(cached) " >&6 6962 $as_echo_n "(cached) " >&6
6578 else 6963 else
6579 ac_ext=c 6964 ac_ext=c
6580 ac_cpp='$CPP $CPPFLAGS' 6965 ac_cpp='$CPP $CPPFLAGS'
6581 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 6966 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6647 if test -n "$ac_tool_prefix"; then 7032 if test -n "$ac_tool_prefix"; then
6648 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. 7033 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6649 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 7034 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6651 $as_echo_n "checking for $ac_word... " >&6; } 7036 $as_echo_n "checking for $ac_word... " >&6; }
6652 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : 7037 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6653 $as_echo_n "(cached) " >&6 7038 $as_echo_n "(cached) " >&6
6654 else 7039 else
6655 if test -n "$DSYMUTIL"; then 7040 if test -n "$DSYMUTIL"; then
6656 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. 7041 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6657 else 7042 else
6659 for as_dir in $PATH 7044 for as_dir in $PATH
6660 do 7045 do
6661 IFS=$as_save_IFS 7046 IFS=$as_save_IFS
6662 test -z "$as_dir" && as_dir=. 7047 test -z "$as_dir" && as_dir=.
6663 for ac_exec_ext in '' $ac_executable_extensions; do 7048 for ac_exec_ext in '' $ac_executable_extensions; do
6664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7049 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6665 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" 7050 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6667 break 2 7052 break 2
6668 fi 7053 fi
6669 done 7054 done
6687 ac_ct_DSYMUTIL=$DSYMUTIL 7072 ac_ct_DSYMUTIL=$DSYMUTIL
6688 # Extract the first word of "dsymutil", so it can be a program name with args. 7073 # Extract the first word of "dsymutil", so it can be a program name with args.
6689 set dummy dsymutil; ac_word=$2 7074 set dummy dsymutil; ac_word=$2
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6691 $as_echo_n "checking for $ac_word... " >&6; } 7076 $as_echo_n "checking for $ac_word... " >&6; }
6692 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : 7077 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6693 $as_echo_n "(cached) " >&6 7078 $as_echo_n "(cached) " >&6
6694 else 7079 else
6695 if test -n "$ac_ct_DSYMUTIL"; then 7080 if test -n "$ac_ct_DSYMUTIL"; then
6696 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. 7081 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6697 else 7082 else
6699 for as_dir in $PATH 7084 for as_dir in $PATH
6700 do 7085 do
6701 IFS=$as_save_IFS 7086 IFS=$as_save_IFS
6702 test -z "$as_dir" && as_dir=. 7087 test -z "$as_dir" && as_dir=.
6703 for ac_exec_ext in '' $ac_executable_extensions; do 7088 for ac_exec_ext in '' $ac_executable_extensions; do
6704 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7089 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6705 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" 7090 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6707 break 2 7092 break 2
6708 fi 7093 fi
6709 done 7094 done
6739 if test -n "$ac_tool_prefix"; then 7124 if test -n "$ac_tool_prefix"; then
6740 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. 7125 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6741 set dummy ${ac_tool_prefix}nmedit; ac_word=$2 7126 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6743 $as_echo_n "checking for $ac_word... " >&6; } 7128 $as_echo_n "checking for $ac_word... " >&6; }
6744 if test "${ac_cv_prog_NMEDIT+set}" = set; then : 7129 if ${ac_cv_prog_NMEDIT+:} false; then :
6745 $as_echo_n "(cached) " >&6 7130 $as_echo_n "(cached) " >&6
6746 else 7131 else
6747 if test -n "$NMEDIT"; then 7132 if test -n "$NMEDIT"; then
6748 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. 7133 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6749 else 7134 else
6751 for as_dir in $PATH 7136 for as_dir in $PATH
6752 do 7137 do
6753 IFS=$as_save_IFS 7138 IFS=$as_save_IFS
6754 test -z "$as_dir" && as_dir=. 7139 test -z "$as_dir" && as_dir=.
6755 for ac_exec_ext in '' $ac_executable_extensions; do 7140 for ac_exec_ext in '' $ac_executable_extensions; do
6756 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7141 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6757 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" 7142 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6758 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6759 break 2 7144 break 2
6760 fi 7145 fi
6761 done 7146 done
6779 ac_ct_NMEDIT=$NMEDIT 7164 ac_ct_NMEDIT=$NMEDIT
6780 # Extract the first word of "nmedit", so it can be a program name with args. 7165 # Extract the first word of "nmedit", so it can be a program name with args.
6781 set dummy nmedit; ac_word=$2 7166 set dummy nmedit; ac_word=$2
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6783 $as_echo_n "checking for $ac_word... " >&6; } 7168 $as_echo_n "checking for $ac_word... " >&6; }
6784 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : 7169 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6785 $as_echo_n "(cached) " >&6 7170 $as_echo_n "(cached) " >&6
6786 else 7171 else
6787 if test -n "$ac_ct_NMEDIT"; then 7172 if test -n "$ac_ct_NMEDIT"; then
6788 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. 7173 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6789 else 7174 else
6791 for as_dir in $PATH 7176 for as_dir in $PATH
6792 do 7177 do
6793 IFS=$as_save_IFS 7178 IFS=$as_save_IFS
6794 test -z "$as_dir" && as_dir=. 7179 test -z "$as_dir" && as_dir=.
6795 for ac_exec_ext in '' $ac_executable_extensions; do 7180 for ac_exec_ext in '' $ac_executable_extensions; do
6796 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7181 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6797 ac_cv_prog_ac_ct_NMEDIT="nmedit" 7182 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6799 break 2 7184 break 2
6800 fi 7185 fi
6801 done 7186 done
6831 if test -n "$ac_tool_prefix"; then 7216 if test -n "$ac_tool_prefix"; then
6832 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. 7217 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6833 set dummy ${ac_tool_prefix}lipo; ac_word=$2 7218 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6835 $as_echo_n "checking for $ac_word... " >&6; } 7220 $as_echo_n "checking for $ac_word... " >&6; }
6836 if test "${ac_cv_prog_LIPO+set}" = set; then : 7221 if ${ac_cv_prog_LIPO+:} false; then :
6837 $as_echo_n "(cached) " >&6 7222 $as_echo_n "(cached) " >&6
6838 else 7223 else
6839 if test -n "$LIPO"; then 7224 if test -n "$LIPO"; then
6840 ac_cv_prog_LIPO="$LIPO" # Let the user override the test. 7225 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6841 else 7226 else
6843 for as_dir in $PATH 7228 for as_dir in $PATH
6844 do 7229 do
6845 IFS=$as_save_IFS 7230 IFS=$as_save_IFS
6846 test -z "$as_dir" && as_dir=. 7231 test -z "$as_dir" && as_dir=.
6847 for ac_exec_ext in '' $ac_executable_extensions; do 7232 for ac_exec_ext in '' $ac_executable_extensions; do
6848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7233 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6849 ac_cv_prog_LIPO="${ac_tool_prefix}lipo" 7234 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6851 break 2 7236 break 2
6852 fi 7237 fi
6853 done 7238 done
6871 ac_ct_LIPO=$LIPO 7256 ac_ct_LIPO=$LIPO
6872 # Extract the first word of "lipo", so it can be a program name with args. 7257 # Extract the first word of "lipo", so it can be a program name with args.
6873 set dummy lipo; ac_word=$2 7258 set dummy lipo; ac_word=$2
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6875 $as_echo_n "checking for $ac_word... " >&6; } 7260 $as_echo_n "checking for $ac_word... " >&6; }
6876 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : 7261 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6877 $as_echo_n "(cached) " >&6 7262 $as_echo_n "(cached) " >&6
6878 else 7263 else
6879 if test -n "$ac_ct_LIPO"; then 7264 if test -n "$ac_ct_LIPO"; then
6880 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. 7265 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6881 else 7266 else
6883 for as_dir in $PATH 7268 for as_dir in $PATH
6884 do 7269 do
6885 IFS=$as_save_IFS 7270 IFS=$as_save_IFS
6886 test -z "$as_dir" && as_dir=. 7271 test -z "$as_dir" && as_dir=.
6887 for ac_exec_ext in '' $ac_executable_extensions; do 7272 for ac_exec_ext in '' $ac_executable_extensions; do
6888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7273 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6889 ac_cv_prog_ac_ct_LIPO="lipo" 7274 ac_cv_prog_ac_ct_LIPO="lipo"
6890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6891 break 2 7276 break 2
6892 fi 7277 fi
6893 done 7278 done
6923 if test -n "$ac_tool_prefix"; then 7308 if test -n "$ac_tool_prefix"; then
6924 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. 7309 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6925 set dummy ${ac_tool_prefix}otool; ac_word=$2 7310 set dummy ${ac_tool_prefix}otool; ac_word=$2
6926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6927 $as_echo_n "checking for $ac_word... " >&6; } 7312 $as_echo_n "checking for $ac_word... " >&6; }
6928 if test "${ac_cv_prog_OTOOL+set}" = set; then : 7313 if ${ac_cv_prog_OTOOL+:} false; then :
6929 $as_echo_n "(cached) " >&6 7314 $as_echo_n "(cached) " >&6
6930 else 7315 else
6931 if test -n "$OTOOL"; then 7316 if test -n "$OTOOL"; then
6932 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. 7317 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6933 else 7318 else
6935 for as_dir in $PATH 7320 for as_dir in $PATH
6936 do 7321 do
6937 IFS=$as_save_IFS 7322 IFS=$as_save_IFS
6938 test -z "$as_dir" && as_dir=. 7323 test -z "$as_dir" && as_dir=.
6939 for ac_exec_ext in '' $ac_executable_extensions; do 7324 for ac_exec_ext in '' $ac_executable_extensions; do
6940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7325 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6941 ac_cv_prog_OTOOL="${ac_tool_prefix}otool" 7326 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6943 break 2 7328 break 2
6944 fi 7329 fi
6945 done 7330 done
6963 ac_ct_OTOOL=$OTOOL 7348 ac_ct_OTOOL=$OTOOL
6964 # Extract the first word of "otool", so it can be a program name with args. 7349 # Extract the first word of "otool", so it can be a program name with args.
6965 set dummy otool; ac_word=$2 7350 set dummy otool; ac_word=$2
6966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6967 $as_echo_n "checking for $ac_word... " >&6; } 7352 $as_echo_n "checking for $ac_word... " >&6; }
6968 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : 7353 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6969 $as_echo_n "(cached) " >&6 7354 $as_echo_n "(cached) " >&6
6970 else 7355 else
6971 if test -n "$ac_ct_OTOOL"; then 7356 if test -n "$ac_ct_OTOOL"; then
6972 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. 7357 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6973 else 7358 else
6975 for as_dir in $PATH 7360 for as_dir in $PATH
6976 do 7361 do
6977 IFS=$as_save_IFS 7362 IFS=$as_save_IFS
6978 test -z "$as_dir" && as_dir=. 7363 test -z "$as_dir" && as_dir=.
6979 for ac_exec_ext in '' $ac_executable_extensions; do 7364 for ac_exec_ext in '' $ac_executable_extensions; do
6980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7365 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6981 ac_cv_prog_ac_ct_OTOOL="otool" 7366 ac_cv_prog_ac_ct_OTOOL="otool"
6982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6983 break 2 7368 break 2
6984 fi 7369 fi
6985 done 7370 done
7015 if test -n "$ac_tool_prefix"; then 7400 if test -n "$ac_tool_prefix"; then
7016 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. 7401 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7017 set dummy ${ac_tool_prefix}otool64; ac_word=$2 7402 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7019 $as_echo_n "checking for $ac_word... " >&6; } 7404 $as_echo_n "checking for $ac_word... " >&6; }
7020 if test "${ac_cv_prog_OTOOL64+set}" = set; then : 7405 if ${ac_cv_prog_OTOOL64+:} false; then :
7021 $as_echo_n "(cached) " >&6 7406 $as_echo_n "(cached) " >&6
7022 else 7407 else
7023 if test -n "$OTOOL64"; then 7408 if test -n "$OTOOL64"; then
7024 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. 7409 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7025 else 7410 else
7027 for as_dir in $PATH 7412 for as_dir in $PATH
7028 do 7413 do
7029 IFS=$as_save_IFS 7414 IFS=$as_save_IFS
7030 test -z "$as_dir" && as_dir=. 7415 test -z "$as_dir" && as_dir=.
7031 for ac_exec_ext in '' $ac_executable_extensions; do 7416 for ac_exec_ext in '' $ac_executable_extensions; do
7032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7417 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7033 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" 7418 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7035 break 2 7420 break 2
7036 fi 7421 fi
7037 done 7422 done
7055 ac_ct_OTOOL64=$OTOOL64 7440 ac_ct_OTOOL64=$OTOOL64
7056 # Extract the first word of "otool64", so it can be a program name with args. 7441 # Extract the first word of "otool64", so it can be a program name with args.
7057 set dummy otool64; ac_word=$2 7442 set dummy otool64; ac_word=$2
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7059 $as_echo_n "checking for $ac_word... " >&6; } 7444 $as_echo_n "checking for $ac_word... " >&6; }
7060 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : 7445 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7061 $as_echo_n "(cached) " >&6 7446 $as_echo_n "(cached) " >&6
7062 else 7447 else
7063 if test -n "$ac_ct_OTOOL64"; then 7448 if test -n "$ac_ct_OTOOL64"; then
7064 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. 7449 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7065 else 7450 else
7067 for as_dir in $PATH 7452 for as_dir in $PATH
7068 do 7453 do
7069 IFS=$as_save_IFS 7454 IFS=$as_save_IFS
7070 test -z "$as_dir" && as_dir=. 7455 test -z "$as_dir" && as_dir=.
7071 for ac_exec_ext in '' $ac_executable_extensions; do 7456 for ac_exec_ext in '' $ac_executable_extensions; do
7072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7457 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7073 ac_cv_prog_ac_ct_OTOOL64="otool64" 7458 ac_cv_prog_ac_ct_OTOOL64="otool64"
7074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7075 break 2 7460 break 2
7076 fi 7461 fi
7077 done 7462 done
7130 7515
7131 7516
7132 7517
7133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 7518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7134 $as_echo_n "checking for -single_module linker flag... " >&6; } 7519 $as_echo_n "checking for -single_module linker flag... " >&6; }
7135 if test "${lt_cv_apple_cc_single_mod+set}" = set; then : 7520 if ${lt_cv_apple_cc_single_mod+:} false; then :
7136 $as_echo_n "(cached) " >&6 7521 $as_echo_n "(cached) " >&6
7137 else 7522 else
7138 lt_cv_apple_cc_single_mod=no 7523 lt_cv_apple_cc_single_mod=no
7139 if test -z "${LT_MULTI_MODULE}"; then 7524 if test -z "${LT_MULTI_MODULE}"; then
7140 # By default we will add the -single_module flag. You can override 7525 # By default we will add the -single_module flag. You can override
7159 fi 7544 fi
7160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 7545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7161 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } 7546 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 7547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7163 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } 7548 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7164 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : 7549 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7165 $as_echo_n "(cached) " >&6 7550 $as_echo_n "(cached) " >&6
7166 else 7551 else
7167 lt_cv_ld_exported_symbols_list=no 7552 lt_cv_ld_exported_symbols_list=no
7168 save_LDFLAGS=$LDFLAGS 7553 save_LDFLAGS=$LDFLAGS
7169 echo "_main" > conftest.sym 7554 echo "_main" > conftest.sym
7191 fi 7576 fi
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 7577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7193 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } 7578 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 7579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7195 $as_echo_n "checking for -force_load linker flag... " >&6; } 7580 $as_echo_n "checking for -force_load linker flag... " >&6; }
7196 if test "${lt_cv_ld_force_load+set}" = set; then : 7581 if ${lt_cv_ld_force_load+:} false; then :
7197 $as_echo_n "(cached) " >&6 7582 $as_echo_n "(cached) " >&6
7198 else 7583 else
7199 lt_cv_ld_force_load=no 7584 lt_cv_ld_force_load=no
7200 cat > conftest.c << _LT_EOF 7585 cat > conftest.c << _LT_EOF
7201 int forced_loaded() { return 2;} 7586 int forced_loaded() { return 2;}
7266 # On Suns, sometimes $CPP names a directory. 7651 # On Suns, sometimes $CPP names a directory.
7267 if test -n "$CPP" && test -d "$CPP"; then 7652 if test -n "$CPP" && test -d "$CPP"; then
7268 CPP= 7653 CPP=
7269 fi 7654 fi
7270 if test -z "$CPP"; then 7655 if test -z "$CPP"; then
7271 if test "${ac_cv_prog_CPP+set}" = set; then : 7656 if ${ac_cv_prog_CPP+:} false; then :
7272 $as_echo_n "(cached) " >&6 7657 $as_echo_n "(cached) " >&6
7273 else 7658 else
7274 # Double quotes because CPP needs to be expanded 7659 # Double quotes because CPP needs to be expanded
7275 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 7660 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7276 do 7661 do
7296 7681
7297 else 7682 else
7298 # Broken: fails on valid input. 7683 # Broken: fails on valid input.
7299 continue 7684 continue
7300 fi 7685 fi
7301 rm -f conftest.err conftest.$ac_ext 7686 rm -f conftest.err conftest.i conftest.$ac_ext
7302 7687
7303 # OK, works on sane cases. Now check whether nonexistent headers 7688 # OK, works on sane cases. Now check whether nonexistent headers
7304 # can be detected and how. 7689 # can be detected and how.
7305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7306 /* end confdefs.h. */ 7691 /* end confdefs.h. */
7312 else 7697 else
7313 # Passes both tests. 7698 # Passes both tests.
7314 ac_preproc_ok=: 7699 ac_preproc_ok=:
7315 break 7700 break
7316 fi 7701 fi
7317 rm -f conftest.err conftest.$ac_ext 7702 rm -f conftest.err conftest.i conftest.$ac_ext
7318 7703
7319 done 7704 done
7320 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 7705 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7321 rm -f conftest.err conftest.$ac_ext 7706 rm -f conftest.i conftest.err conftest.$ac_ext
7322 if $ac_preproc_ok; then : 7707 if $ac_preproc_ok; then :
7323 break 7708 break
7324 fi 7709 fi
7325 7710
7326 done 7711 done
7355 7740
7356 else 7741 else
7357 # Broken: fails on valid input. 7742 # Broken: fails on valid input.
7358 continue 7743 continue
7359 fi 7744 fi
7360 rm -f conftest.err conftest.$ac_ext 7745 rm -f conftest.err conftest.i conftest.$ac_ext
7361 7746
7362 # OK, works on sane cases. Now check whether nonexistent headers 7747 # OK, works on sane cases. Now check whether nonexistent headers
7363 # can be detected and how. 7748 # can be detected and how.
7364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7365 /* end confdefs.h. */ 7750 /* end confdefs.h. */
7371 else 7756 else
7372 # Passes both tests. 7757 # Passes both tests.
7373 ac_preproc_ok=: 7758 ac_preproc_ok=:
7374 break 7759 break
7375 fi 7760 fi
7376 rm -f conftest.err conftest.$ac_ext 7761 rm -f conftest.err conftest.i conftest.$ac_ext
7377 7762
7378 done 7763 done
7379 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 7764 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7380 rm -f conftest.err conftest.$ac_ext 7765 rm -f conftest.i conftest.err conftest.$ac_ext
7381 if $ac_preproc_ok; then : 7766 if $ac_preproc_ok; then :
7382 7767
7383 else 7768 else
7384 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 7769 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7385 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7770 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7386 as_fn_error "C preprocessor \"$CPP\" fails sanity check 7771 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7387 See \`config.log' for more details." "$LINENO" 5; } 7772 See \`config.log' for more details" "$LINENO" 5; }
7388 fi 7773 fi
7389 7774
7390 ac_ext=c 7775 ac_ext=c
7391 ac_cpp='$CPP $CPPFLAGS' 7776 ac_cpp='$CPP $CPPFLAGS'
7392 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 7777 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7394 ac_compiler_gnu=$ac_cv_c_compiler_gnu 7779 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7395 7780
7396 7781
7397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 7782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7398 $as_echo_n "checking for ANSI C header files... " >&6; } 7783 $as_echo_n "checking for ANSI C header files... " >&6; }
7399 if test "${ac_cv_header_stdc+set}" = set; then : 7784 if ${ac_cv_header_stdc+:} false; then :
7400 $as_echo_n "(cached) " >&6 7785 $as_echo_n "(cached) " >&6
7401 else 7786 else
7402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7403 /* end confdefs.h. */ 7788 /* end confdefs.h. */
7404 #include <stdlib.h> 7789 #include <stdlib.h>
7511 inttypes.h stdint.h unistd.h 7896 inttypes.h stdint.h unistd.h
7512 do : 7897 do :
7513 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 7898 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7514 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 7899 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7515 " 7900 "
7516 eval as_val=\$$as_ac_Header 7901 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7517 if test "x$as_val" = x""yes; then :
7518 cat >>confdefs.h <<_ACEOF 7902 cat >>confdefs.h <<_ACEOF
7519 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 7903 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7520 _ACEOF 7904 _ACEOF
7521 7905
7522 fi 7906 fi
7526 7910
7527 for ac_header in dlfcn.h 7911 for ac_header in dlfcn.h
7528 do : 7912 do :
7529 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default 7913 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7530 " 7914 "
7531 if test "x$ac_cv_header_dlfcn_h" = x""yes; then : 7915 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7532 cat >>confdefs.h <<_ACEOF 7916 cat >>confdefs.h <<_ACEOF
7533 #define HAVE_DLFCN_H 1 7917 #define HAVE_DLFCN_H 1
7534 _ACEOF 7918 _ACEOF
7535 7919
7536 fi 7920 fi
7540 if test -n "$ac_tool_prefix"; then 7924 if test -n "$ac_tool_prefix"; then
7541 # Extract the first word of "${ac_tool_prefix}gccgo", so it can be a program name with args. 7925 # Extract the first word of "${ac_tool_prefix}gccgo", so it can be a program name with args.
7542 set dummy ${ac_tool_prefix}gccgo; ac_word=$2 7926 set dummy ${ac_tool_prefix}gccgo; ac_word=$2
7543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7544 $as_echo_n "checking for $ac_word... " >&6; } 7928 $as_echo_n "checking for $ac_word... " >&6; }
7545 if test "${ac_cv_prog_GOC+set}" = set; then : 7929 if ${ac_cv_prog_GOC+:} false; then :
7546 $as_echo_n "(cached) " >&6 7930 $as_echo_n "(cached) " >&6
7547 else 7931 else
7548 if test -n "$GOC"; then 7932 if test -n "$GOC"; then
7549 ac_cv_prog_GOC="$GOC" # Let the user override the test. 7933 ac_cv_prog_GOC="$GOC" # Let the user override the test.
7550 else 7934 else
7552 for as_dir in $PATH 7936 for as_dir in $PATH
7553 do 7937 do
7554 IFS=$as_save_IFS 7938 IFS=$as_save_IFS
7555 test -z "$as_dir" && as_dir=. 7939 test -z "$as_dir" && as_dir=.
7556 for ac_exec_ext in '' $ac_executable_extensions; do 7940 for ac_exec_ext in '' $ac_executable_extensions; do
7557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7941 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7558 ac_cv_prog_GOC="${ac_tool_prefix}gccgo" 7942 ac_cv_prog_GOC="${ac_tool_prefix}gccgo"
7559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7560 break 2 7944 break 2
7561 fi 7945 fi
7562 done 7946 done
7580 ac_ct_GOC=$GOC 7964 ac_ct_GOC=$GOC
7581 # Extract the first word of "gccgo", so it can be a program name with args. 7965 # Extract the first word of "gccgo", so it can be a program name with args.
7582 set dummy gccgo; ac_word=$2 7966 set dummy gccgo; ac_word=$2
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7584 $as_echo_n "checking for $ac_word... " >&6; } 7968 $as_echo_n "checking for $ac_word... " >&6; }
7585 if test "${ac_cv_prog_ac_ct_GOC+set}" = set; then : 7969 if ${ac_cv_prog_ac_ct_GOC+:} false; then :
7586 $as_echo_n "(cached) " >&6 7970 $as_echo_n "(cached) " >&6
7587 else 7971 else
7588 if test -n "$ac_ct_GOC"; then 7972 if test -n "$ac_ct_GOC"; then
7589 ac_cv_prog_ac_ct_GOC="$ac_ct_GOC" # Let the user override the test. 7973 ac_cv_prog_ac_ct_GOC="$ac_ct_GOC" # Let the user override the test.
7590 else 7974 else
7592 for as_dir in $PATH 7976 for as_dir in $PATH
7593 do 7977 do
7594 IFS=$as_save_IFS 7978 IFS=$as_save_IFS
7595 test -z "$as_dir" && as_dir=. 7979 test -z "$as_dir" && as_dir=.
7596 for ac_exec_ext in '' $ac_executable_extensions; do 7980 for ac_exec_ext in '' $ac_executable_extensions; do
7597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7981 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7598 ac_cv_prog_ac_ct_GOC="gccgo" 7982 ac_cv_prog_ac_ct_GOC="gccgo"
7599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7983 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7600 break 2 7984 break 2
7601 fi 7985 fi
7602 done 7986 done
7804 setopt NO_GLOB_SUBST 8188 setopt NO_GLOB_SUBST
7805 fi 8189 fi
7806 8190
7807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 8191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7808 $as_echo_n "checking for objdir... " >&6; } 8192 $as_echo_n "checking for objdir... " >&6; }
7809 if test "${lt_cv_objdir+set}" = set; then : 8193 if ${lt_cv_objdir+:} false; then :
7810 $as_echo_n "(cached) " >&6 8194 $as_echo_n "(cached) " >&6
7811 else 8195 else
7812 rm -f .libs 2>/dev/null 8196 rm -f .libs 2>/dev/null
7813 mkdir .libs 2>/dev/null 8197 mkdir .libs 2>/dev/null
7814 if test -d .libs; then 8198 if test -d .libs; then
7882 case $deplibs_check_method in 8266 case $deplibs_check_method in
7883 file_magic*) 8267 file_magic*)
7884 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 8268 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 8269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7886 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } 8270 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7887 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : 8271 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7888 $as_echo_n "(cached) " >&6 8272 $as_echo_n "(cached) " >&6
7889 else 8273 else
7890 case $MAGIC_CMD in 8274 case $MAGIC_CMD in
7891 [\\/*] | ?:[\\/]*) 8275 [\\/*] | ?:[\\/]*)
7892 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 8276 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7948 8332
7949 if test -z "$lt_cv_path_MAGIC_CMD"; then 8333 if test -z "$lt_cv_path_MAGIC_CMD"; then
7950 if test -n "$ac_tool_prefix"; then 8334 if test -n "$ac_tool_prefix"; then
7951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 8335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7952 $as_echo_n "checking for file... " >&6; } 8336 $as_echo_n "checking for file... " >&6; }
7953 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : 8337 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7954 $as_echo_n "(cached) " >&6 8338 $as_echo_n "(cached) " >&6
7955 else 8339 else
7956 case $MAGIC_CMD in 8340 case $MAGIC_CMD in
7957 [\\/*] | ?:[\\/]*) 8341 [\\/*] | ?:[\\/]*)
7958 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 8342 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8090 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; 8474 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8091 esac 8475 esac
8092 8476
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 8477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8094 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } 8478 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8095 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : 8479 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8096 $as_echo_n "(cached) " >&6 8480 $as_echo_n "(cached) " >&6
8097 else 8481 else
8098 lt_cv_prog_compiler_rtti_exceptions=no 8482 lt_cv_prog_compiler_rtti_exceptions=no
8099 ac_outfile=conftest.$ac_objext 8483 ac_outfile=conftest.$ac_objext
8100 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 8484 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8443 # Check to make sure the PIC flag actually works. 8827 # Check to make sure the PIC flag actually works.
8444 # 8828 #
8445 if test -n "$lt_prog_compiler_pic"; then 8829 if test -n "$lt_prog_compiler_pic"; then
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 8830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8447 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } 8831 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8448 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : 8832 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8449 $as_echo_n "(cached) " >&6 8833 $as_echo_n "(cached) " >&6
8450 else 8834 else
8451 lt_cv_prog_compiler_pic_works=no 8835 lt_cv_prog_compiler_pic_works=no
8452 ac_outfile=conftest.$ac_objext 8836 ac_outfile=conftest.$ac_objext
8453 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 8837 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8502 # Check to make sure the static flag actually works. 8886 # Check to make sure the static flag actually works.
8503 # 8887 #
8504 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" 8888 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 8889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8506 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 8890 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8507 if test "${lt_cv_prog_compiler_static_works+set}" = set; then : 8891 if ${lt_cv_prog_compiler_static_works+:} false; then :
8508 $as_echo_n "(cached) " >&6 8892 $as_echo_n "(cached) " >&6
8509 else 8893 else
8510 lt_cv_prog_compiler_static_works=no 8894 lt_cv_prog_compiler_static_works=no
8511 save_LDFLAGS="$LDFLAGS" 8895 save_LDFLAGS="$LDFLAGS"
8512 LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 8896 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8545 8929
8546 8930
8547 8931
8548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 8932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8549 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 8933 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8550 if test "${lt_cv_prog_compiler_c_o+set}" = set; then : 8934 if ${lt_cv_prog_compiler_c_o+:} false; then :
8551 $as_echo_n "(cached) " >&6 8935 $as_echo_n "(cached) " >&6
8552 else 8936 else
8553 lt_cv_prog_compiler_c_o=no 8937 lt_cv_prog_compiler_c_o=no
8554 $RM -r conftest 2>/dev/null 8938 $RM -r conftest 2>/dev/null
8555 mkdir conftest 8939 mkdir conftest
8600 8984
8601 8985
8602 8986
8603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 8987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8604 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 8988 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8605 if test "${lt_cv_prog_compiler_c_o+set}" = set; then : 8989 if ${lt_cv_prog_compiler_c_o+:} false; then :
8606 $as_echo_n "(cached) " >&6 8990 $as_echo_n "(cached) " >&6
8607 else 8991 else
8608 lt_cv_prog_compiler_c_o=no 8992 lt_cv_prog_compiler_c_o=no
8609 $RM -r conftest 2>/dev/null 8993 $RM -r conftest 2>/dev/null
8610 mkdir conftest 8994 mkdir conftest
9416 9800
9417 # Older versions of the 11.00 compiler do not understand -b yet 9801 # Older versions of the 11.00 compiler do not understand -b yet
9418 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) 9802 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 9803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9420 $as_echo_n "checking if $CC understands -b... " >&6; } 9804 $as_echo_n "checking if $CC understands -b... " >&6; }
9421 if test "${lt_cv_prog_compiler__b+set}" = set; then : 9805 if ${lt_cv_prog_compiler__b+:} false; then :
9422 $as_echo_n "(cached) " >&6 9806 $as_echo_n "(cached) " >&6
9423 else 9807 else
9424 lt_cv_prog_compiler__b=no 9808 lt_cv_prog_compiler__b=no
9425 save_LDFLAGS="$LDFLAGS" 9809 save_LDFLAGS="$LDFLAGS"
9426 LDFLAGS="$LDFLAGS -b" 9810 LDFLAGS="$LDFLAGS -b"
9788 # Test whether the compiler implicitly links with -lc since on some 10172 # Test whether the compiler implicitly links with -lc since on some
9789 # systems, -lgcc has to come before -lc. If gcc already passes -lc 10173 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9790 # to ld, don't add -lc before -lgcc. 10174 # to ld, don't add -lc before -lgcc.
9791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 10175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9792 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } 10176 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9793 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then : 10177 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9794 $as_echo_n "(cached) " >&6 10178 $as_echo_n "(cached) " >&6
9795 else 10179 else
9796 $RM conftest* 10180 $RM conftest*
9797 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 10181 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9798 10182
10426 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 10810 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10427 shlibpath_var=LD_LIBRARY_PATH 10811 shlibpath_var=LD_LIBRARY_PATH
10428 shlibpath_overrides_runpath=no 10812 shlibpath_overrides_runpath=no
10429 10813
10430 # Some binutils ld are patched to set DT_RUNPATH 10814 # Some binutils ld are patched to set DT_RUNPATH
10431 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then : 10815 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10432 $as_echo_n "(cached) " >&6 10816 $as_echo_n "(cached) " >&6
10433 else 10817 else
10434 lt_cv_shlibpath_overrides_runpath=no 10818 lt_cv_shlibpath_overrides_runpath=no
10435 save_LDFLAGS=$LDFLAGS 10819 save_LDFLAGS=$LDFLAGS
10436 save_libdir=$libdir 10820 save_libdir=$libdir
10846 11230
10847 darwin*) 11231 darwin*)
10848 # if libdl is installed we need to link against it 11232 # if libdl is installed we need to link against it
10849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 11233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10850 $as_echo_n "checking for dlopen in -ldl... " >&6; } 11234 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10851 if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 11235 if ${ac_cv_lib_dl_dlopen+:} false; then :
10852 $as_echo_n "(cached) " >&6 11236 $as_echo_n "(cached) " >&6
10853 else 11237 else
10854 ac_check_lib_save_LIBS=$LIBS 11238 ac_check_lib_save_LIBS=$LIBS
10855 LIBS="-ldl $LIBS" 11239 LIBS="-ldl $LIBS"
10856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10880 conftest$ac_exeext conftest.$ac_ext 11264 conftest$ac_exeext conftest.$ac_ext
10881 LIBS=$ac_check_lib_save_LIBS 11265 LIBS=$ac_check_lib_save_LIBS
10882 fi 11266 fi
10883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 11267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10884 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 11268 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10885 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : 11269 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10886 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 11270 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10887 else 11271 else
10888 11272
10889 lt_cv_dlopen="dyld" 11273 lt_cv_dlopen="dyld"
10890 lt_cv_dlopen_libs= 11274 lt_cv_dlopen_libs=
10894 11278
10895 ;; 11279 ;;
10896 11280
10897 *) 11281 *)
10898 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" 11282 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10899 if test "x$ac_cv_func_shl_load" = x""yes; then : 11283 if test "x$ac_cv_func_shl_load" = xyes; then :
10900 lt_cv_dlopen="shl_load" 11284 lt_cv_dlopen="shl_load"
10901 else 11285 else
10902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 11286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10903 $as_echo_n "checking for shl_load in -ldld... " >&6; } 11287 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10904 if test "${ac_cv_lib_dld_shl_load+set}" = set; then : 11288 if ${ac_cv_lib_dld_shl_load+:} false; then :
10905 $as_echo_n "(cached) " >&6 11289 $as_echo_n "(cached) " >&6
10906 else 11290 else
10907 ac_check_lib_save_LIBS=$LIBS 11291 ac_check_lib_save_LIBS=$LIBS
10908 LIBS="-ldld $LIBS" 11292 LIBS="-ldld $LIBS"
10909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10933 conftest$ac_exeext conftest.$ac_ext 11317 conftest$ac_exeext conftest.$ac_ext
10934 LIBS=$ac_check_lib_save_LIBS 11318 LIBS=$ac_check_lib_save_LIBS
10935 fi 11319 fi
10936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 11320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10937 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 11321 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10938 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : 11322 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10939 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" 11323 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10940 else 11324 else
10941 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" 11325 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10942 if test "x$ac_cv_func_dlopen" = x""yes; then : 11326 if test "x$ac_cv_func_dlopen" = xyes; then :
10943 lt_cv_dlopen="dlopen" 11327 lt_cv_dlopen="dlopen"
10944 else 11328 else
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 11329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10946 $as_echo_n "checking for dlopen in -ldl... " >&6; } 11330 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10947 if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 11331 if ${ac_cv_lib_dl_dlopen+:} false; then :
10948 $as_echo_n "(cached) " >&6 11332 $as_echo_n "(cached) " >&6
10949 else 11333 else
10950 ac_check_lib_save_LIBS=$LIBS 11334 ac_check_lib_save_LIBS=$LIBS
10951 LIBS="-ldl $LIBS" 11335 LIBS="-ldl $LIBS"
10952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10976 conftest$ac_exeext conftest.$ac_ext 11360 conftest$ac_exeext conftest.$ac_ext
10977 LIBS=$ac_check_lib_save_LIBS 11361 LIBS=$ac_check_lib_save_LIBS
10978 fi 11362 fi
10979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 11363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10980 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 11364 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10981 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : 11365 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10982 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 11366 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10983 else 11367 else
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 11368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10985 $as_echo_n "checking for dlopen in -lsvld... " >&6; } 11369 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10986 if test "${ac_cv_lib_svld_dlopen+set}" = set; then : 11370 if ${ac_cv_lib_svld_dlopen+:} false; then :
10987 $as_echo_n "(cached) " >&6 11371 $as_echo_n "(cached) " >&6
10988 else 11372 else
10989 ac_check_lib_save_LIBS=$LIBS 11373 ac_check_lib_save_LIBS=$LIBS
10990 LIBS="-lsvld $LIBS" 11374 LIBS="-lsvld $LIBS"
10991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11015 conftest$ac_exeext conftest.$ac_ext 11399 conftest$ac_exeext conftest.$ac_ext
11016 LIBS=$ac_check_lib_save_LIBS 11400 LIBS=$ac_check_lib_save_LIBS
11017 fi 11401 fi
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 11402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11019 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } 11403 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11020 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then : 11404 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11021 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 11405 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11022 else 11406 else
11023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 11407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11024 $as_echo_n "checking for dld_link in -ldld... " >&6; } 11408 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11025 if test "${ac_cv_lib_dld_dld_link+set}" = set; then : 11409 if ${ac_cv_lib_dld_dld_link+:} false; then :
11026 $as_echo_n "(cached) " >&6 11410 $as_echo_n "(cached) " >&6
11027 else 11411 else
11028 ac_check_lib_save_LIBS=$LIBS 11412 ac_check_lib_save_LIBS=$LIBS
11029 LIBS="-ldld $LIBS" 11413 LIBS="-ldld $LIBS"
11030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11054 conftest$ac_exeext conftest.$ac_ext 11438 conftest$ac_exeext conftest.$ac_ext
11055 LIBS=$ac_check_lib_save_LIBS 11439 LIBS=$ac_check_lib_save_LIBS
11056 fi 11440 fi
11057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 11441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11058 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } 11442 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11059 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then : 11443 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11060 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" 11444 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11061 fi 11445 fi
11062 11446
11063 11447
11064 fi 11448 fi
11095 save_LIBS="$LIBS" 11479 save_LIBS="$LIBS"
11096 LIBS="$lt_cv_dlopen_libs $LIBS" 11480 LIBS="$lt_cv_dlopen_libs $LIBS"
11097 11481
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 11482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11099 $as_echo_n "checking whether a program can dlopen itself... " >&6; } 11483 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11100 if test "${lt_cv_dlopen_self+set}" = set; then : 11484 if ${lt_cv_dlopen_self+:} false; then :
11101 $as_echo_n "(cached) " >&6 11485 $as_echo_n "(cached) " >&6
11102 else 11486 else
11103 if test "$cross_compiling" = yes; then : 11487 if test "$cross_compiling" = yes; then :
11104 lt_cv_dlopen_self=cross 11488 lt_cv_dlopen_self=cross
11105 else 11489 else
11106 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11490 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11107 lt_status=$lt_dlunknown 11491 lt_status=$lt_dlunknown
11108 cat > conftest.$ac_ext <<_LT_EOF 11492 cat > conftest.$ac_ext <<_LT_EOF
11109 #line 11109 "configure" 11493 #line 11493 "configure"
11110 #include "confdefs.h" 11494 #include "confdefs.h"
11111 11495
11112 #if HAVE_DLFCN_H 11496 #if HAVE_DLFCN_H
11113 #include <dlfcn.h> 11497 #include <dlfcn.h>
11114 #endif 11498 #endif
11201 11585
11202 if test "x$lt_cv_dlopen_self" = xyes; then 11586 if test "x$lt_cv_dlopen_self" = xyes; then
11203 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" 11587 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 11588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11205 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } 11589 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11206 if test "${lt_cv_dlopen_self_static+set}" = set; then : 11590 if ${lt_cv_dlopen_self_static+:} false; then :
11207 $as_echo_n "(cached) " >&6 11591 $as_echo_n "(cached) " >&6
11208 else 11592 else
11209 if test "$cross_compiling" = yes; then : 11593 if test "$cross_compiling" = yes; then :
11210 lt_cv_dlopen_self_static=cross 11594 lt_cv_dlopen_self_static=cross
11211 else 11595 else
11212 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11596 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11213 lt_status=$lt_dlunknown 11597 lt_status=$lt_dlunknown
11214 cat > conftest.$ac_ext <<_LT_EOF 11598 cat > conftest.$ac_ext <<_LT_EOF
11215 #line 11215 "configure" 11599 #line 11599 "configure"
11216 #include "confdefs.h" 11600 #include "confdefs.h"
11217 11601
11218 #if HAVE_DLFCN_H 11602 #if HAVE_DLFCN_H
11219 #include <dlfcn.h> 11603 #include <dlfcn.h>
11220 #endif 11604 #endif
11525 lt_prog_compiler_no_builtin_flag_GO=' -fno-builtin' ;; 11909 lt_prog_compiler_no_builtin_flag_GO=' -fno-builtin' ;;
11526 esac 11910 esac
11527 11911
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 11912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
11529 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } 11913 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
11530 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : 11914 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
11531 $as_echo_n "(cached) " >&6 11915 $as_echo_n "(cached) " >&6
11532 else 11916 else
11533 lt_cv_prog_compiler_rtti_exceptions=no 11917 lt_cv_prog_compiler_rtti_exceptions=no
11534 ac_outfile=conftest.$ac_objext 11918 ac_outfile=conftest.$ac_objext
11535 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 11919 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11872 # Check to make sure the PIC flag actually works. 12256 # Check to make sure the PIC flag actually works.
11873 # 12257 #
11874 if test -n "$lt_prog_compiler_pic_GO"; then 12258 if test -n "$lt_prog_compiler_pic_GO"; then
11875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_GO works" >&5 12259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_GO works" >&5
11876 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GO works... " >&6; } 12260 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GO works... " >&6; }
11877 if test "${lt_cv_prog_compiler_pic_works_GO+set}" = set; then : 12261 if ${lt_cv_prog_compiler_pic_works_GO+:} false; then :
11878 $as_echo_n "(cached) " >&6 12262 $as_echo_n "(cached) " >&6
11879 else 12263 else
11880 lt_cv_prog_compiler_pic_works_GO=no 12264 lt_cv_prog_compiler_pic_works_GO=no
11881 ac_outfile=conftest.$ac_objext 12265 ac_outfile=conftest.$ac_objext
11882 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 12266 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11928 # Check to make sure the static flag actually works. 12312 # Check to make sure the static flag actually works.
11929 # 12313 #
11930 wl=$lt_prog_compiler_wl_GO eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GO\" 12314 wl=$lt_prog_compiler_wl_GO eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GO\"
11931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 12315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
11932 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 12316 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
11933 if test "${lt_cv_prog_compiler_static_works_GO+set}" = set; then : 12317 if ${lt_cv_prog_compiler_static_works_GO+:} false; then :
11934 $as_echo_n "(cached) " >&6 12318 $as_echo_n "(cached) " >&6
11935 else 12319 else
11936 lt_cv_prog_compiler_static_works_GO=no 12320 lt_cv_prog_compiler_static_works_GO=no
11937 save_LDFLAGS="$LDFLAGS" 12321 save_LDFLAGS="$LDFLAGS"
11938 LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 12322 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
11968 12352
11969 12353
11970 12354
11971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 12355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
11972 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 12356 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
11973 if test "${lt_cv_prog_compiler_c_o_GO+set}" = set; then : 12357 if ${lt_cv_prog_compiler_c_o_GO+:} false; then :
11974 $as_echo_n "(cached) " >&6 12358 $as_echo_n "(cached) " >&6
11975 else 12359 else
11976 lt_cv_prog_compiler_c_o_GO=no 12360 lt_cv_prog_compiler_c_o_GO=no
11977 $RM -r conftest 2>/dev/null 12361 $RM -r conftest 2>/dev/null
11978 mkdir conftest 12362 mkdir conftest
12020 12404
12021 12405
12022 12406
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 12407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
12024 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 12408 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
12025 if test "${lt_cv_prog_compiler_c_o_GO+set}" = set; then : 12409 if ${lt_cv_prog_compiler_c_o_GO+:} false; then :
12026 $as_echo_n "(cached) " >&6 12410 $as_echo_n "(cached) " >&6
12027 else 12411 else
12028 lt_cv_prog_compiler_c_o_GO=no 12412 lt_cv_prog_compiler_c_o_GO=no
12029 $RM -r conftest 2>/dev/null 12413 $RM -r conftest 2>/dev/null
12030 mkdir conftest 12414 mkdir conftest
13157 # Test whether the compiler implicitly links with -lc since on some 13541 # Test whether the compiler implicitly links with -lc since on some
13158 # systems, -lgcc has to come before -lc. If gcc already passes -lc 13542 # systems, -lgcc has to come before -lc. If gcc already passes -lc
13159 # to ld, don't add -lc before -lgcc. 13543 # to ld, don't add -lc before -lgcc.
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 13544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
13161 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } 13545 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
13162 if test "${lt_cv_archive_cmds_need_lc_GO+set}" = set; then : 13546 if ${lt_cv_archive_cmds_need_lc_GO+:} false; then :
13163 $as_echo_n "(cached) " >&6 13547 $as_echo_n "(cached) " >&6
13164 else 13548 else
13165 $RM conftest* 13549 $RM conftest*
13166 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 13550 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13167 13551
13349 do 13733 do
13350 # Extract the first word of "$ac_prog", so it can be a program name with args. 13734 # Extract the first word of "$ac_prog", so it can be a program name with args.
13351 set dummy $ac_prog; ac_word=$2 13735 set dummy $ac_prog; ac_word=$2
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13353 $as_echo_n "checking for $ac_word... " >&6; } 13737 $as_echo_n "checking for $ac_word... " >&6; }
13354 if test "${ac_cv_prog_AWK+set}" = set; then : 13738 if ${ac_cv_prog_AWK+:} false; then :
13355 $as_echo_n "(cached) " >&6 13739 $as_echo_n "(cached) " >&6
13356 else 13740 else
13357 if test -n "$AWK"; then 13741 if test -n "$AWK"; then
13358 ac_cv_prog_AWK="$AWK" # Let the user override the test. 13742 ac_cv_prog_AWK="$AWK" # Let the user override the test.
13359 else 13743 else
13361 for as_dir in $PATH 13745 for as_dir in $PATH
13362 do 13746 do
13363 IFS=$as_save_IFS 13747 IFS=$as_save_IFS
13364 test -z "$as_dir" && as_dir=. 13748 test -z "$as_dir" && as_dir=.
13365 for ac_exec_ext in '' $ac_executable_extensions; do 13749 for ac_exec_ext in '' $ac_executable_extensions; do
13366 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13750 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13367 ac_cv_prog_AWK="$ac_prog" 13751 ac_cv_prog_AWK="$ac_prog"
13368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 13752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13369 break 2 13753 break 2
13370 fi 13754 fi
13371 done 13755 done
13409 # Check whether --enable-version-specific-runtime-libs was given. 13793 # Check whether --enable-version-specific-runtime-libs was given.
13410 if test "${enable_version_specific_runtime_libs+set}" = set; then : 13794 if test "${enable_version_specific_runtime_libs+set}" = set; then :
13411 enableval=$enable_version_specific_runtime_libs; case "$enableval" in 13795 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
13412 yes) version_specific_libs=yes ;; 13796 yes) version_specific_libs=yes ;;
13413 no) version_specific_libs=no ;; 13797 no) version_specific_libs=no ;;
13414 *) as_fn_error "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;; 13798 *) as_fn_error $? "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
13415 esac 13799 esac
13416 else 13800 else
13417 version_specific_libs=no 13801 version_specific_libs=no
13418 fi 13802 fi
13419 13803
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5 13804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5
13421 $as_echo "$version_specific_libs" >&6; } 13805 $as_echo "$version_specific_libs" >&6; }
13806
13807
13808 # Check whether --with-toolexeclibdir was given.
13809 if test "${with_toolexeclibdir+set}" = set; then :
13810 withval=$with_toolexeclibdir; case ${with_toolexeclibdir} in
13811 /)
13812 ;;
13813 */)
13814 with_toolexeclibdir=`echo $with_toolexeclibdir | sed 's,/$,,'`
13815 ;;
13816 esac
13817 else
13818 with_toolexeclibdir=no
13819 fi
13820
13821
13422 13822
13423 # Version-specific runtime libs processing. 13823 # Version-specific runtime libs processing.
13424 if test $version_specific_libs = yes; then 13824 if test $version_specific_libs = yes; then
13425 glibgo_toolexecdir='${libdir}/gcc/${host_alias}' 13825 glibgo_toolexecdir='${libdir}/gcc/${host_alias}'
13426 glibgo_toolexeclibdir='${toolexecdir}/${gcc_version}$(MULTISUBDIR)' 13826 glibgo_toolexeclibdir='${toolexecdir}/${gcc_version}$(MULTISUBDIR)'
13429 # Calculate glibgo_toolexecdir, glibgo_toolexeclibdir 13829 # Calculate glibgo_toolexecdir, glibgo_toolexeclibdir
13430 # Install a library built with a cross compiler in tooldir, not libdir. 13830 # Install a library built with a cross compiler in tooldir, not libdir.
13431 if test -n "$with_cross_host" && 13831 if test -n "$with_cross_host" &&
13432 test x"$with_cross_host" != x"no"; then 13832 test x"$with_cross_host" != x"no"; then
13433 nover_glibgo_toolexecdir='${exec_prefix}/${host_alias}' 13833 nover_glibgo_toolexecdir='${exec_prefix}/${host_alias}'
13434 nover_glibgo_toolexeclibdir='${toolexecdir}/lib' 13834 case ${with_toolexeclibdir} in
13835 no)
13836 nover_glibgo_toolexeclibdir='${toolexecdir}/lib'
13837 ;;
13838 *)
13839 nover_glibgo_toolexeclibdir=${with_toolexeclibdir}
13840 ;;
13841 esac
13435 else 13842 else
13436 nover_glibgo_toolexecdir='${libdir}/gcc/${host_alias}' 13843 nover_glibgo_toolexecdir='${libdir}/gcc/${host_alias}'
13437 nover_glibgo_toolexeclibdir='${libdir}' 13844 nover_glibgo_toolexeclibdir='${libdir}'
13438 fi 13845 fi
13439 multi_os_directory=`$GOC -print-multi-os-directory` 13846 multi_os_directory=`$GOC -print-multi-os-directory`
13472 LIBFFI=../libffi/libffi_convenience.la 13879 LIBFFI=../libffi/libffi_convenience.la
13473 LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I../libffi/include' 13880 LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I../libffi/include'
13474 fi 13881 fi
13475 13882
13476 13883
13477 if test "$with_liffi" != "no"; then 13884 if test "$with_libffi" != "no"; then
13478 USE_LIBFFI_TRUE= 13885 USE_LIBFFI_TRUE=
13479 USE_LIBFFI_FALSE='#' 13886 USE_LIBFFI_FALSE='#'
13480 else 13887 else
13481 USE_LIBFFI_TRUE='#' 13888 USE_LIBFFI_TRUE='#'
13482 USE_LIBFFI_FALSE= 13889 USE_LIBFFI_FALSE=
13507 13914
13508 13915
13509 # All known GOOS values. This is the union of all operating systems 13916 # All known GOOS values. This is the union of all operating systems
13510 # supported by the gofrontend and all operating systems supported by 13917 # supported by the gofrontend and all operating systems supported by
13511 # the gc toolchain. 13918 # the gc toolchain.
13512 ALLGOOS="aix android darwin dragonfly freebsd irix linux netbsd openbsd plan9 rtems solaris windows" 13919 ALLGOOS="aix android darwin dragonfly freebsd hurd illumos irix js linux netbsd openbsd plan9 rtems solaris windows"
13513 13920
13514 is_darwin=no 13921 is_darwin=no
13515 is_freebsd=no 13922 is_freebsd=no
13516 is_irix=no 13923 is_irix=no
13517 is_linux=no 13924 is_linux=no
13519 is_openbsd=no 13926 is_openbsd=no
13520 is_dragonfly=no 13927 is_dragonfly=no
13521 is_rtems=no 13928 is_rtems=no
13522 is_solaris=no 13929 is_solaris=no
13523 is_aix=no 13930 is_aix=no
13931 is_hurd=no
13524 GOOS=unknown 13932 GOOS=unknown
13525 case ${host} in 13933 case ${host} in
13526 *-*-darwin*) is_darwin=yes; GOOS=darwin ;; 13934 *-*-darwin*) is_darwin=yes; GOOS=darwin ;;
13527 *-*-freebsd*) is_freebsd=yes; GOOS=freebsd ;; 13935 *-*-freebsd*) is_freebsd=yes; GOOS=freebsd ;;
13528 *-*-irix6*) is_irix=yes; GOOS=irix ;; 13936 *-*-irix6*) is_irix=yes; GOOS=irix ;;
13531 *-*-openbsd*) is_openbsd=yes; GOOS=openbsd ;; 13939 *-*-openbsd*) is_openbsd=yes; GOOS=openbsd ;;
13532 *-*-dragonfly*) is_dragonfly=yes; GOOS=dragonfly ;; 13940 *-*-dragonfly*) is_dragonfly=yes; GOOS=dragonfly ;;
13533 *-*-rtems*) is_rtems=yes; GOOS=rtems ;; 13941 *-*-rtems*) is_rtems=yes; GOOS=rtems ;;
13534 *-*-solaris2*) is_solaris=yes; GOOS=solaris ;; 13942 *-*-solaris2*) is_solaris=yes; GOOS=solaris ;;
13535 *-*-aix*) is_aix=yes; GOOS=aix ;; 13943 *-*-aix*) is_aix=yes; GOOS=aix ;;
13944 *-*-gnu*) is_hurd=yes; GOOS=hurd ;;
13536 esac 13945 esac
13537 if test $is_darwin = yes; then 13946 if test $is_darwin = yes; then
13538 LIBGO_IS_DARWIN_TRUE= 13947 LIBGO_IS_DARWIN_TRUE=
13539 LIBGO_IS_DARWIN_FALSE='#' 13948 LIBGO_IS_DARWIN_FALSE='#'
13540 else 13949 else
13610 LIBGO_IS_AIX_TRUE= 14019 LIBGO_IS_AIX_TRUE=
13611 LIBGO_IS_AIX_FALSE='#' 14020 LIBGO_IS_AIX_FALSE='#'
13612 else 14021 else
13613 LIBGO_IS_AIX_TRUE='#' 14022 LIBGO_IS_AIX_TRUE='#'
13614 LIBGO_IS_AIX_FALSE= 14023 LIBGO_IS_AIX_FALSE=
14024 fi
14025
14026 if test $is_hurd = yes; then
14027 LIBGO_IS_HURD_TRUE=
14028 LIBGO_IS_HURD_FALSE='#'
14029 else
14030 LIBGO_IS_HURD_TRUE='#'
14031 LIBGO_IS_HURD_FALSE=
13615 fi 14032 fi
13616 14033
13617 if test $is_darwin = yes -o $is_dragonfly = yes -o $is_freebsd = yes -o $is_netbsd = yes -o $is_openbsd = yes; then 14034 if test $is_darwin = yes -o $is_dragonfly = yes -o $is_freebsd = yes -o $is_netbsd = yes -o $is_openbsd = yes; then
13618 LIBGO_IS_BSD_TRUE= 14035 LIBGO_IS_BSD_TRUE=
13619 LIBGO_IS_BSD_FALSE='#' 14036 LIBGO_IS_BSD_FALSE='#'
13664 GOARCH=alpha 14081 GOARCH=alpha
13665 ;; 14082 ;;
13666 aarch64-*-*) 14083 aarch64-*-*)
13667 GOARCH=arm64 14084 GOARCH=arm64
13668 ;; 14085 ;;
14086 aarch64_be-*-*)
14087 GOARCH=arm64be
14088 ;;
13669 arm*-*-* | strongarm*-*-* | ep9312*-*-* | xscale-*-*) 14089 arm*-*-* | strongarm*-*-* | ep9312*-*-* | xscale-*-*)
13670 GOARCH=arm 14090 GOARCH=arm
13671 case ${host} in 14091 case ${host} in
13672 arm*b*-*-*) 14092 arm*b*-*-*)
13673 GOARCH=armbe 14093 GOARCH=armbe
13679 /* end confdefs.h. */ 14099 /* end confdefs.h. */
13680 14100
13681 #ifdef __x86_64__ 14101 #ifdef __x86_64__
13682 #error 64-bit 14102 #error 64-bit
13683 #endif 14103 #endif
14104
13684 _ACEOF 14105 _ACEOF
13685 if ac_fn_c_try_compile "$LINENO"; then : 14106 if ac_fn_c_try_compile "$LINENO"; then :
13686 GOARCH=386 14107 GOARCH=386
13687 else 14108 else
13688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13689 /* end confdefs.h. */ 14110 /* end confdefs.h. */
13690 14111
13691 #ifdef __ILP32__ 14112 #ifdef __ILP32__
13692 #error x32 14113 #error x32
13693 #endif 14114 #endif
14115
13694 _ACEOF 14116 _ACEOF
13695 if ac_fn_c_try_compile "$LINENO"; then : 14117 if ac_fn_c_try_compile "$LINENO"; then :
13696 GOARCH=amd64 14118 GOARCH=amd64
13697 else 14119 else
13698 GOARCH=amd64p32 14120 GOARCH=amd64p32
13712 /* end confdefs.h. */ 14134 /* end confdefs.h. */
13713 14135
13714 #if _MIPS_SIM != _ABIO32 14136 #if _MIPS_SIM != _ABIO32
13715 #error not o32 14137 #error not o32
13716 #endif 14138 #endif
14139
13717 _ACEOF 14140 _ACEOF
13718 if ac_fn_c_try_compile "$LINENO"; then : 14141 if ac_fn_c_try_compile "$LINENO"; then :
13719 mips_abi="o32" 14142 mips_abi="o32"
13720 else 14143 else
13721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13722 /* end confdefs.h. */ 14145 /* end confdefs.h. */
13723 14146
13724 #if _MIPS_SIM != _ABIN32 14147 #if _MIPS_SIM != _ABIN32
13725 #error not n32 14148 #error not n32
13726 #endif 14149 #endif
14150
13727 _ACEOF 14151 _ACEOF
13728 if ac_fn_c_try_compile "$LINENO"; then : 14152 if ac_fn_c_try_compile "$LINENO"; then :
13729 mips_abi="n32" 14153 mips_abi="n32"
13730 else 14154 else
13731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13732 /* end confdefs.h. */ 14156 /* end confdefs.h. */
13733 14157
13734 #if _MIPS_SIM != _ABI64 14158 #if _MIPS_SIM != _ABI64
13735 #error not n64 14159 #error not n64
13736 #endif 14160 #endif
14161
13737 _ACEOF 14162 _ACEOF
13738 if ac_fn_c_try_compile "$LINENO"; then : 14163 if ac_fn_c_try_compile "$LINENO"; then :
13739 mips_abi="n64" 14164 mips_abi="n64"
13740 else 14165 else
13741 as_fn_error "unknown MIPS ABI" "$LINENO" 5 14166 as_fn_error $? "unknown MIPS ABI" "$LINENO" 5
13742 mips_abi="n32" 14167 mips_abi="n32"
13743 fi 14168 fi
13744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13745 fi 14170 fi
13746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13765 /* end confdefs.h. */ 14190 /* end confdefs.h. */
13766 14191
13767 #ifdef _ARCH_PPC64 14192 #ifdef _ARCH_PPC64
13768 #error 64-bit 14193 #error 64-bit
13769 #endif 14194 #endif
14195
13770 _ACEOF 14196 _ACEOF
13771 if ac_fn_c_try_compile "$LINENO"; then : 14197 if ac_fn_c_try_compile "$LINENO"; then :
13772 GOARCH=ppc 14198 GOARCH=ppc
13773 else 14199 else
13774 14200
13776 /* end confdefs.h. */ 14202 /* end confdefs.h. */
13777 14203
13778 #if defined(_BIG_ENDIAN) || defined(__BIG_ENDIAN__) 14204 #if defined(_BIG_ENDIAN) || defined(__BIG_ENDIAN__)
13779 #error 64be 14205 #error 64be
13780 #endif 14206 #endif
14207
13781 _ACEOF 14208 _ACEOF
13782 if ac_fn_c_try_compile "$LINENO"; then : 14209 if ac_fn_c_try_compile "$LINENO"; then :
13783 GOARCH=ppc64le 14210 GOARCH=ppc64le
13784 else 14211 else
13785 GOARCH=ppc64 14212 GOARCH=ppc64
13796 /* end confdefs.h. */ 14223 /* end confdefs.h. */
13797 14224
13798 #if defined(__s390x__) 14225 #if defined(__s390x__)
13799 #error 64-bit 14226 #error 64-bit
13800 #endif 14227 #endif
14228
13801 _ACEOF 14229 _ACEOF
13802 if ac_fn_c_try_compile "$LINENO"; then : 14230 if ac_fn_c_try_compile "$LINENO"; then :
13803 GOARCH=s390 14231 GOARCH=s390
13804 else 14232 else
13805 GOARCH=s390x 14233 GOARCH=s390x
13817 /* end confdefs.h. */ 14245 /* end confdefs.h. */
13818 14246
13819 #if defined(__sparcv9) || defined(__arch64__) 14247 #if defined(__sparcv9) || defined(__arch64__)
13820 #error 64-bit 14248 #error 64-bit
13821 #endif 14249 #endif
14250
13822 _ACEOF 14251 _ACEOF
13823 if ac_fn_c_try_compile "$LINENO"; then : 14252 if ac_fn_c_try_compile "$LINENO"; then :
13824 GOARCH=sparc 14253 GOARCH=sparc
13825 else 14254 else
13826 GOARCH=sparc64 14255 GOARCH=sparc64
13828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13829 ;; 14258 ;;
13830 esac 14259 esac
13831 14260
13832 14261
14262
14263
14264 if test "$GOARCH" = "386" -o "$GOARCH" = "amd64" -o "$GOARCH" = "amd64p32"; then
14265 LIBGO_IS_X86_TRUE=
14266 LIBGO_IS_X86_FALSE='#'
14267 else
14268 LIBGO_IS_X86_TRUE='#'
14269 LIBGO_IS_X86_FALSE=
14270 fi
14271
14272
14273 FUNCTION_DESCRIPTORS=false
14274 case ${host} in
14275 rs6000*-*-* | powerpc*-*-*)
14276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14277 /* end confdefs.h. */
14278
14279 #if _CALL_ELF == 1
14280 #error descriptors
14281 #endif
14282
14283 _ACEOF
14284 if ac_fn_c_try_compile "$LINENO"; then :
14285 FUNCTION_DESCRIPTORS=false
14286 else
14287 FUNCTION_DESCRIPTORS=true
14288 fi
14289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14290 ;;
14291 esac
13833 14292
13834 14293
13835 GO_LIBCALL_OS_FILE= 14294 GO_LIBCALL_OS_FILE=
13836 GO_LIBCALL_OS_ARCH_FILE= 14295 GO_LIBCALL_OS_ARCH_FILE=
13837 GO_SYSCALL_OS_FILE= 14296 GO_SYSCALL_OS_FILE=
13858 mips-sgi-irix6.5*) 14317 mips-sgi-irix6.5*)
13859 # IRIX 6 needs _XOPEN_SOURCE=500 for the XPG5 version of struct 14318 # IRIX 6 needs _XOPEN_SOURCE=500 for the XPG5 version of struct
13860 # msghdr in <sys/socket.h>. 14319 # msghdr in <sys/socket.h>.
13861 OSCFLAGS="$OSCFLAGS -D_XOPEN_SOURCE=500" 14320 OSCFLAGS="$OSCFLAGS -D_XOPEN_SOURCE=500"
13862 ;; 14321 ;;
13863 *-*-solaris2.1[01]) 14322 *-*-solaris2.*)
13864 # Solaris 10+ needs this so struct msghdr gets the msg_control 14323 # Solaris 10+ needs this so struct msghdr gets the msg_control
13865 # etc. fields in <sys/socket.h> (_XPG4_2). _XOPEN_SOURCE=600 as 14324 # etc. fields in <sys/socket.h> (_XPG4_2). _XOPEN_SOURCE=600 as
13866 # above doesn't work with C99. 14325 # above doesn't work with C99.
13867 OSCFLAGS="$OSCFLAGS -std=gnu99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__" 14326 OSCFLAGS="$OSCFLAGS -std=gnu99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__"
13868 ;; 14327 ;;
13911 14370
13912 14371
13913 14372
13914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fsplit-stack is supported" >&5 14373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fsplit-stack is supported" >&5
13915 $as_echo_n "checking whether -fsplit-stack is supported... " >&6; } 14374 $as_echo_n "checking whether -fsplit-stack is supported... " >&6; }
13916 if test "${libgo_cv_c_split_stack_supported+set}" = set; then : 14375 if ${libgo_cv_c_split_stack_supported+:} false; then :
13917 $as_echo_n "(cached) " >&6 14376 $as_echo_n "(cached) " >&6
13918 else 14377 else
13919 CFLAGS_hold=$CFLAGS 14378 CFLAGS_hold=$CFLAGS
13920 CFLAGS="$CFLAGS -fsplit-stack" 14379 CFLAGS="$CFLAGS -fsplit-stack"
13921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_c_split_stack_supported" >&5 14392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_c_split_stack_supported" >&5
13934 $as_echo "$libgo_cv_c_split_stack_supported" >&6; } 14393 $as_echo "$libgo_cv_c_split_stack_supported" >&6; }
13935 14394
13936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linker supports split/non-split linked together" >&5 14395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linker supports split/non-split linked together" >&5
13937 $as_echo_n "checking whether linker supports split/non-split linked together... " >&6; } 14396 $as_echo_n "checking whether linker supports split/non-split linked together... " >&6; }
13938 if test "${libgo_cv_c_linker_split_non_split+set}" = set; then : 14397 if ${libgo_cv_c_linker_split_non_split+:} false; then :
13939 $as_echo_n "(cached) " >&6 14398 $as_echo_n "(cached) " >&6
13940 else 14399 else
13941 cat > conftest1.c << EOF 14400 cat > conftest1.c << EOF
13942 extern void f(); 14401 extern void f();
13943 int main() { f(); return 0; } 14402 int main() { f(); return 0; }
13982 fi 14441 fi
13983 14442
13984 14443
13985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linker supports split stack" >&5 14444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linker supports split stack" >&5
13986 $as_echo_n "checking whether linker supports split stack... " >&6; } 14445 $as_echo_n "checking whether linker supports split stack... " >&6; }
13987 if test "${libgo_cv_c_linker_supports_split_stack+set}" = set; then : 14446 if ${libgo_cv_c_linker_supports_split_stack+:} false; then :
13988 $as_echo_n "(cached) " >&6 14447 $as_echo_n "(cached) " >&6
13989 else 14448 else
13990 libgo_cv_c_linker_supports_split_stack=no 14449 libgo_cv_c_linker_supports_split_stack=no
13991 if $GOC -Wl,--help 2>/dev/null | grep split-stack-adjust-size >/dev/null 2>&1; then 14450 if $GOC -Wl,--help 2>/dev/null | grep split-stack-adjust-size >/dev/null 2>&1; then
13992 libgo_cv_c_linker_supports_split_stack=yes 14451 libgo_cv_c_linker_supports_split_stack=yes
14000 14459
14001 fi 14460 fi
14002 14461
14003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler is llgo" >&5 14462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler is llgo" >&5
14004 $as_echo_n "checking whether compiler is llgo... " >&6; } 14463 $as_echo_n "checking whether compiler is llgo... " >&6; }
14005 if test "${libgo_cv_c_goc_is_llgo+set}" = set; then : 14464 if ${libgo_cv_c_goc_is_llgo+:} false; then :
14006 $as_echo_n "(cached) " >&6 14465 $as_echo_n "(cached) " >&6
14007 else 14466 else
14008 libgo_cv_c_goc_is_llgo=no 14467 libgo_cv_c_goc_is_llgo=no
14009 if $GOC -dumpversion 2>/dev/null | grep llgo >/dev/null 2>&1; then 14468 if $GOC -dumpversion 2>/dev/null | grep llgo >/dev/null 2>&1; then
14010 libgo_cv_c_goc_is_llgo=yes 14469 libgo_cv_c_goc_is_llgo=yes
14022 14481
14023 14482
14024 MATH_LIBS= 14483 MATH_LIBS=
14025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 14484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
14026 $as_echo_n "checking for sqrt in -lm... " >&6; } 14485 $as_echo_n "checking for sqrt in -lm... " >&6; }
14027 if test "${ac_cv_lib_m_sqrt+set}" = set; then : 14486 if ${ac_cv_lib_m_sqrt+:} false; then :
14028 $as_echo_n "(cached) " >&6 14487 $as_echo_n "(cached) " >&6
14029 else 14488 else
14030 ac_check_lib_save_LIBS=$LIBS 14489 ac_check_lib_save_LIBS=$LIBS
14031 LIBS="-lm $LIBS" 14490 LIBS="-lm $LIBS"
14032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14056 conftest$ac_exeext conftest.$ac_ext 14515 conftest$ac_exeext conftest.$ac_ext
14057 LIBS=$ac_check_lib_save_LIBS 14516 LIBS=$ac_check_lib_save_LIBS
14058 fi 14517 fi
14059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 14518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
14060 $as_echo "$ac_cv_lib_m_sqrt" >&6; } 14519 $as_echo "$ac_cv_lib_m_sqrt" >&6; }
14061 if test "x$ac_cv_lib_m_sqrt" = x""yes; then : 14520 if test "x$ac_cv_lib_m_sqrt" = xyes; then :
14062 MATH_LIBS=-lm 14521 MATH_LIBS=-lm
14063 fi 14522 fi
14064 14523
14065 14524
14066 14525
14067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket libraries" >&5 14526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket libraries" >&5
14068 $as_echo_n "checking for socket libraries... " >&6; } 14527 $as_echo_n "checking for socket libraries... " >&6; }
14069 if test "${libgo_cv_lib_sockets+set}" = set; then : 14528 if ${libgo_cv_lib_sockets+:} false; then :
14070 $as_echo_n "(cached) " >&6 14529 $as_echo_n "(cached) " >&6
14071 else 14530 else
14072 libgo_cv_lib_sockets= 14531 libgo_cv_lib_sockets=
14073 libgo_check_both=no 14532 libgo_check_both=no
14074 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect" 14533 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
14075 if test "x$ac_cv_func_connect" = x""yes; then : 14534 if test "x$ac_cv_func_connect" = xyes; then :
14076 libgo_check_socket=no 14535 libgo_check_socket=no
14077 else 14536 else
14078 libgo_check_socket=yes 14537 libgo_check_socket=yes
14079 fi 14538 fi
14080 14539
14081 if test "$libgo_check_socket" = "yes"; then 14540 if test "$libgo_check_socket" = "yes"; then
14082 unset ac_cv_func_connect 14541 unset ac_cv_func_connect
14083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lsocket" >&5 14542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lsocket" >&5
14084 $as_echo_n "checking for main in -lsocket... " >&6; } 14543 $as_echo_n "checking for main in -lsocket... " >&6; }
14085 if test "${ac_cv_lib_socket_main+set}" = set; then : 14544 if ${ac_cv_lib_socket_main+:} false; then :
14086 $as_echo_n "(cached) " >&6 14545 $as_echo_n "(cached) " >&6
14087 else 14546 else
14088 ac_check_lib_save_LIBS=$LIBS 14547 ac_check_lib_save_LIBS=$LIBS
14089 LIBS="-lsocket $LIBS" 14548 LIBS="-lsocket $LIBS"
14090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14108 conftest$ac_exeext conftest.$ac_ext 14567 conftest$ac_exeext conftest.$ac_ext
14109 LIBS=$ac_check_lib_save_LIBS 14568 LIBS=$ac_check_lib_save_LIBS
14110 fi 14569 fi
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_main" >&5 14570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_main" >&5
14112 $as_echo "$ac_cv_lib_socket_main" >&6; } 14571 $as_echo "$ac_cv_lib_socket_main" >&6; }
14113 if test "x$ac_cv_lib_socket_main" = x""yes; then : 14572 if test "x$ac_cv_lib_socket_main" = xyes; then :
14114 libgo_cv_lib_sockets="-lsocket" 14573 libgo_cv_lib_sockets="-lsocket"
14115 else 14574 else
14116 libgo_check_both=yes 14575 libgo_check_both=yes
14117 fi 14576 fi
14118 14577
14120 if test "$libgo_check_both" = "yes"; then 14579 if test "$libgo_check_both" = "yes"; then
14121 libgo_old_libs=$LIBS 14580 libgo_old_libs=$LIBS
14122 LIBS="$LIBS -lsocket -lnsl" 14581 LIBS="$LIBS -lsocket -lnsl"
14123 unset ac_cv_func_accept 14582 unset ac_cv_func_accept
14124 ac_fn_c_check_func "$LINENO" "accept" "ac_cv_func_accept" 14583 ac_fn_c_check_func "$LINENO" "accept" "ac_cv_func_accept"
14125 if test "x$ac_cv_func_accept" = x""yes; then : 14584 if test "x$ac_cv_func_accept" = xyes; then :
14126 libgo_check_nsl=no 14585 libgo_check_nsl=no
14127 libgo_cv_lib_sockets="-lsocket -lnsl" 14586 libgo_cv_lib_sockets="-lsocket -lnsl"
14128 fi 14587 fi
14129 14588
14130 unset ac_cv_func_accept 14589 unset ac_cv_func_accept
14131 LIBS=$libgo_old_libs 14590 LIBS=$libgo_old_libs
14132 fi 14591 fi
14133 unset ac_cv_func_gethostbyname 14592 unset ac_cv_func_gethostbyname
14134 libgo_old_libs="$LIBS" 14593 libgo_old_libs="$LIBS"
14135 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" 14594 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
14136 if test "x$ac_cv_func_gethostbyname" = x""yes; then : 14595 if test "x$ac_cv_func_gethostbyname" = xyes; then :
14137 14596
14138 else 14597 else
14139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lnsl" >&5 14598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lnsl" >&5
14140 $as_echo_n "checking for main in -lnsl... " >&6; } 14599 $as_echo_n "checking for main in -lnsl... " >&6; }
14141 if test "${ac_cv_lib_nsl_main+set}" = set; then : 14600 if ${ac_cv_lib_nsl_main+:} false; then :
14142 $as_echo_n "(cached) " >&6 14601 $as_echo_n "(cached) " >&6
14143 else 14602 else
14144 ac_check_lib_save_LIBS=$LIBS 14603 ac_check_lib_save_LIBS=$LIBS
14145 LIBS="-lnsl $LIBS" 14604 LIBS="-lnsl $LIBS"
14146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14164 conftest$ac_exeext conftest.$ac_ext 14623 conftest$ac_exeext conftest.$ac_ext
14165 LIBS=$ac_check_lib_save_LIBS 14624 LIBS=$ac_check_lib_save_LIBS
14166 fi 14625 fi
14167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_main" >&5 14626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_main" >&5
14168 $as_echo "$ac_cv_lib_nsl_main" >&6; } 14627 $as_echo "$ac_cv_lib_nsl_main" >&6; }
14169 if test "x$ac_cv_lib_nsl_main" = x""yes; then : 14628 if test "x$ac_cv_lib_nsl_main" = xyes; then :
14170 libgo_cv_lib_sockets="$libgo_cv_lib_sockets -lnsl" 14629 libgo_cv_lib_sockets="$libgo_cv_lib_sockets -lnsl"
14171 fi 14630 fi
14172 14631
14173 fi 14632 fi
14174 14633
14175 unset ac_cv_func_gethostbyname 14634 unset ac_cv_func_gethostbyname
14176 ac_fn_c_check_func "$LINENO" "sendfile" "ac_cv_func_sendfile" 14635 ac_fn_c_check_func "$LINENO" "sendfile" "ac_cv_func_sendfile"
14177 if test "x$ac_cv_func_sendfile" = x""yes; then : 14636 if test "x$ac_cv_func_sendfile" = xyes; then :
14178 14637
14179 else 14638 else
14180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lsendfile" >&5 14639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lsendfile" >&5
14181 $as_echo_n "checking for main in -lsendfile... " >&6; } 14640 $as_echo_n "checking for main in -lsendfile... " >&6; }
14182 if test "${ac_cv_lib_sendfile_main+set}" = set; then : 14641 if ${ac_cv_lib_sendfile_main+:} false; then :
14183 $as_echo_n "(cached) " >&6 14642 $as_echo_n "(cached) " >&6
14184 else 14643 else
14185 ac_check_lib_save_LIBS=$LIBS 14644 ac_check_lib_save_LIBS=$LIBS
14186 LIBS="-lsendfile $LIBS" 14645 LIBS="-lsendfile $LIBS"
14187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14205 conftest$ac_exeext conftest.$ac_ext 14664 conftest$ac_exeext conftest.$ac_ext
14206 LIBS=$ac_check_lib_save_LIBS 14665 LIBS=$ac_check_lib_save_LIBS
14207 fi 14666 fi
14208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sendfile_main" >&5 14667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sendfile_main" >&5
14209 $as_echo "$ac_cv_lib_sendfile_main" >&6; } 14668 $as_echo "$ac_cv_lib_sendfile_main" >&6; }
14210 if test "x$ac_cv_lib_sendfile_main" = x""yes; then : 14669 if test "x$ac_cv_lib_sendfile_main" = xyes; then :
14211 libgo_cv_lib_sockets="$libgo_cv_lib_sockets -lsendfile" 14670 libgo_cv_lib_sockets="$libgo_cv_lib_sockets -lsendfile"
14212 fi 14671 fi
14213 14672
14214 fi 14673 fi
14215 14674
14221 NET_LIBS="$libgo_cv_lib_sockets" 14680 NET_LIBS="$libgo_cv_lib_sockets"
14222 14681
14223 14682
14224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -pthread is supported" >&5 14683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -pthread is supported" >&5
14225 $as_echo_n "checking whether -pthread is supported... " >&6; } 14684 $as_echo_n "checking whether -pthread is supported... " >&6; }
14226 if test "${libgo_cv_lib_pthread+set}" = set; then : 14685 if ${libgo_cv_lib_pthread+:} false; then :
14227 $as_echo_n "(cached) " >&6 14686 $as_echo_n "(cached) " >&6
14228 else 14687 else
14229 CFLAGS_hold=$CFLAGS 14688 CFLAGS_hold=$CFLAGS
14230 CFLAGS="$CFLAGS -pthread -L../libatomic/.libs" 14689 CFLAGS="$CFLAGS -pthread -L../libatomic/.libs"
14231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14250 14709
14251 14710
14252 PTHREAD_LIBS= 14711 PTHREAD_LIBS=
14253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 14712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
14254 $as_echo_n "checking for pthread_create in -lpthread... " >&6; } 14713 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
14255 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then : 14714 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
14256 $as_echo_n "(cached) " >&6 14715 $as_echo_n "(cached) " >&6
14257 else 14716 else
14258 ac_check_lib_save_LIBS=$LIBS 14717 ac_check_lib_save_LIBS=$LIBS
14259 LIBS="-lpthread $LIBS" 14718 LIBS="-lpthread $LIBS"
14260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14284 conftest$ac_exeext conftest.$ac_ext 14743 conftest$ac_exeext conftest.$ac_ext
14285 LIBS=$ac_check_lib_save_LIBS 14744 LIBS=$ac_check_lib_save_LIBS
14286 fi 14745 fi
14287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5 14746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
14288 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } 14747 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
14289 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then : 14748 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
14290 PTHREAD_LIBS=-lpthread 14749 PTHREAD_LIBS=-lpthread
14291 fi 14750 fi
14292 14751
14293 14752
14294 14753
14295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing sched_yield" >&5 14754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing sched_yield" >&5
14296 $as_echo_n "checking for library containing sched_yield... " >&6; } 14755 $as_echo_n "checking for library containing sched_yield... " >&6; }
14297 if test "${ac_cv_search_sched_yield+set}" = set; then : 14756 if ${ac_cv_search_sched_yield+:} false; then :
14298 $as_echo_n "(cached) " >&6 14757 $as_echo_n "(cached) " >&6
14299 else 14758 else
14300 ac_func_search_save_LIBS=$LIBS 14759 ac_func_search_save_LIBS=$LIBS
14301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14302 /* end confdefs.h. */ 14761 /* end confdefs.h. */
14326 if ac_fn_c_try_link "$LINENO"; then : 14785 if ac_fn_c_try_link "$LINENO"; then :
14327 ac_cv_search_sched_yield=$ac_res 14786 ac_cv_search_sched_yield=$ac_res
14328 fi 14787 fi
14329 rm -f core conftest.err conftest.$ac_objext \ 14788 rm -f core conftest.err conftest.$ac_objext \
14330 conftest$ac_exeext 14789 conftest$ac_exeext
14331 if test "${ac_cv_search_sched_yield+set}" = set; then : 14790 if ${ac_cv_search_sched_yield+:} false; then :
14332 break 14791 break
14333 fi 14792 fi
14334 done 14793 done
14335 if test "${ac_cv_search_sched_yield+set}" = set; then : 14794 if ${ac_cv_search_sched_yield+:} false; then :
14336 14795
14337 else 14796 else
14338 ac_cv_search_sched_yield=no 14797 ac_cv_search_sched_yield=no
14339 fi 14798 fi
14340 rm conftest.$ac_ext 14799 rm conftest.$ac_ext
14348 14807
14349 fi 14808 fi
14350 14809
14351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing nanosleep" >&5 14810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing nanosleep" >&5
14352 $as_echo_n "checking for library containing nanosleep... " >&6; } 14811 $as_echo_n "checking for library containing nanosleep... " >&6; }
14353 if test "${ac_cv_search_nanosleep+set}" = set; then : 14812 if ${ac_cv_search_nanosleep+:} false; then :
14354 $as_echo_n "(cached) " >&6 14813 $as_echo_n "(cached) " >&6
14355 else 14814 else
14356 ac_func_search_save_LIBS=$LIBS 14815 ac_func_search_save_LIBS=$LIBS
14357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14358 /* end confdefs.h. */ 14817 /* end confdefs.h. */
14382 if ac_fn_c_try_link "$LINENO"; then : 14841 if ac_fn_c_try_link "$LINENO"; then :
14383 ac_cv_search_nanosleep=$ac_res 14842 ac_cv_search_nanosleep=$ac_res
14384 fi 14843 fi
14385 rm -f core conftest.err conftest.$ac_objext \ 14844 rm -f core conftest.err conftest.$ac_objext \
14386 conftest$ac_exeext 14845 conftest$ac_exeext
14387 if test "${ac_cv_search_nanosleep+set}" = set; then : 14846 if ${ac_cv_search_nanosleep+:} false; then :
14388 break 14847 break
14389 fi 14848 fi
14390 done 14849 done
14391 if test "${ac_cv_search_nanosleep+set}" = set; then : 14850 if ${ac_cv_search_nanosleep+:} false; then :
14392 14851
14393 else 14852 else
14394 ac_cv_search_nanosleep=no 14853 ac_cv_search_nanosleep=no
14395 fi 14854 fi
14396 rm conftest.$ac_ext 14855 rm conftest.$ac_ext
14404 14863
14405 fi 14864 fi
14406 14865
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5 14866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
14408 $as_echo_n "checking for library containing clock_gettime... " >&6; } 14867 $as_echo_n "checking for library containing clock_gettime... " >&6; }
14409 if test "${ac_cv_search_clock_gettime+set}" = set; then : 14868 if ${ac_cv_search_clock_gettime+:} false; then :
14410 $as_echo_n "(cached) " >&6 14869 $as_echo_n "(cached) " >&6
14411 else 14870 else
14412 ac_func_search_save_LIBS=$LIBS 14871 ac_func_search_save_LIBS=$LIBS
14413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14414 /* end confdefs.h. */ 14873 /* end confdefs.h. */
14438 if ac_fn_c_try_link "$LINENO"; then : 14897 if ac_fn_c_try_link "$LINENO"; then :
14439 ac_cv_search_clock_gettime=$ac_res 14898 ac_cv_search_clock_gettime=$ac_res
14440 fi 14899 fi
14441 rm -f core conftest.err conftest.$ac_objext \ 14900 rm -f core conftest.err conftest.$ac_objext \
14442 conftest$ac_exeext 14901 conftest$ac_exeext
14443 if test "${ac_cv_search_clock_gettime+set}" = set; then : 14902 if ${ac_cv_search_clock_gettime+:} false; then :
14444 break 14903 break
14445 fi 14904 fi
14446 done 14905 done
14447 if test "${ac_cv_search_clock_gettime+set}" = set; then : 14906 if ${ac_cv_search_clock_gettime+:} false; then :
14448 14907
14449 else 14908 else
14450 ac_cv_search_clock_gettime=no 14909 ac_cv_search_clock_gettime=no
14451 fi 14910 fi
14452 rm conftest.$ac_ext 14911 rm conftest.$ac_ext
14461 fi 14920 fi
14462 14921
14463 14922
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 14923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
14465 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } 14924 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
14466 if test "${ac_cv_c_bigendian+set}" = set; then : 14925 if ${ac_cv_c_bigendian+:} false; then :
14467 $as_echo_n "(cached) " >&6 14926 $as_echo_n "(cached) " >&6
14468 else 14927 else
14469 ac_cv_c_bigendian=unknown 14928 ac_cv_c_bigendian=unknown
14470 # See if we're dealing with a universal compiler. 14929 # See if we're dealing with a universal compiler.
14471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14679 15138
14680 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h 15139 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
14681 15140
14682 ;; #( 15141 ;; #(
14683 *) 15142 *)
14684 as_fn_error "unknown endianness 15143 as_fn_error $? "unknown endianness
14685 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 15144 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
14686 esac 15145 esac
14687 15146
14688 15147
14689 15148
14725 15184
14726 for ac_header in port.h sched.h semaphore.h sys/file.h sys/mman.h syscall.h sys/epoll.h sys/event.h sys/inotify.h sys/ptrace.h sys/syscall.h sys/user.h sys/utsname.h sys/select.h sys/socket.h net/if.h net/if_arp.h net/route.h netpacket/packet.h sys/prctl.h sys/mount.h sys/vfs.h sys/statfs.h sys/timex.h sys/sysinfo.h utime.h linux/ether.h linux/fs.h linux/ptrace.h linux/reboot.h netinet/in_syst.h netinet/ip.h netinet/ip_mroute.h netinet/if_ether.h 15185 for ac_header in port.h sched.h semaphore.h sys/file.h sys/mman.h syscall.h sys/epoll.h sys/event.h sys/inotify.h sys/ptrace.h sys/syscall.h sys/user.h sys/utsname.h sys/select.h sys/socket.h net/if.h net/if_arp.h net/route.h netpacket/packet.h sys/prctl.h sys/mount.h sys/vfs.h sys/statfs.h sys/timex.h sys/sysinfo.h utime.h linux/ether.h linux/fs.h linux/ptrace.h linux/reboot.h netinet/in_syst.h netinet/ip.h netinet/ip_mroute.h netinet/if_ether.h
14727 do : 15186 do :
14728 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 15187 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14729 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 15188 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14730 eval as_val=\$$as_ac_Header 15189 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14731 if test "x$as_val" = x""yes; then :
14732 cat >>confdefs.h <<_ACEOF 15190 cat >>confdefs.h <<_ACEOF
14733 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 15191 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14734 _ACEOF 15192 _ACEOF
14735 15193
14736 fi 15194 fi
14741 for ac_header in netinet/icmp6.h 15199 for ac_header in netinet/icmp6.h
14742 do : 15200 do :
14743 ac_fn_c_check_header_compile "$LINENO" "netinet/icmp6.h" "ac_cv_header_netinet_icmp6_h" "#include <netinet/in.h> 15201 ac_fn_c_check_header_compile "$LINENO" "netinet/icmp6.h" "ac_cv_header_netinet_icmp6_h" "#include <netinet/in.h>
14744 15202
14745 " 15203 "
14746 if test "x$ac_cv_header_netinet_icmp6_h" = x""yes; then : 15204 if test "x$ac_cv_header_netinet_icmp6_h" = xyes; then :
14747 cat >>confdefs.h <<_ACEOF 15205 cat >>confdefs.h <<_ACEOF
14748 #define HAVE_NETINET_ICMP6_H 1 15206 #define HAVE_NETINET_ICMP6_H 1
14749 _ACEOF 15207 _ACEOF
14750 15208
14751 fi 15209 fi
14759 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_SOCKET_H 15217 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_SOCKET_H
14760 #include <sys/socket.h> 15218 #include <sys/socket.h>
14761 #endif 15219 #endif
14762 15220
14763 " 15221 "
14764 eval as_val=\$$as_ac_Header 15222 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14765 if test "x$as_val" = x""yes; then :
14766 cat >>confdefs.h <<_ACEOF 15223 cat >>confdefs.h <<_ACEOF
14767 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 15224 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14768 _ACEOF 15225 _ACEOF
14769 15226
14770 fi 15227 fi
14783 15240
14784 for ac_func in strerror_r strsignal wait4 mincore setenv unsetenv dl_iterate_phdr memmem 15241 for ac_func in strerror_r strsignal wait4 mincore setenv unsetenv dl_iterate_phdr memmem
14785 do : 15242 do :
14786 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 15243 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14787 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 15244 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14788 eval as_val=\$$as_ac_var 15245 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14789 if test "x$as_val" = x""yes; then :
14790 cat >>confdefs.h <<_ACEOF 15246 cat >>confdefs.h <<_ACEOF
14791 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 15247 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14792 _ACEOF 15248 _ACEOF
14793 15249
14794 fi 15250 fi
14813 15269
14814 for ac_func in accept4 dup3 epoll_create1 faccessat fallocate fchmodat fchownat futimesat getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch listxattr mkdirat mknodat open64 openat pipe2 removexattr renameat setxattr sync_file_range splice syscall tee unlinkat unshare utimensat 15270 for ac_func in accept4 dup3 epoll_create1 faccessat fallocate fchmodat fchownat futimesat getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch listxattr mkdirat mknodat open64 openat pipe2 removexattr renameat setxattr sync_file_range splice syscall tee unlinkat unshare utimensat
14815 do : 15271 do :
14816 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 15272 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14817 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 15273 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14818 eval as_val=\$$as_ac_var 15274 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14819 if test "x$as_val" = x""yes; then :
14820 cat >>confdefs.h <<_ACEOF 15275 cat >>confdefs.h <<_ACEOF
14821 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 15276 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14822 _ACEOF 15277 _ACEOF
14823 15278
14824 fi 15279 fi
14825 done 15280 done
14826 15281
14827 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default" 15282 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
14828 if test "x$ac_cv_type_off_t" = x""yes; then : 15283 if test "x$ac_cv_type_off_t" = xyes; then :
14829 15284
14830 else 15285 else
14831 15286
14832 cat >>confdefs.h <<_ACEOF 15287 cat >>confdefs.h <<_ACEOF
14833 #define off_t long int 15288 #define off_t long int
14834 _ACEOF 15289 _ACEOF
14835 15290
14836 fi 15291 fi
14837 15292
14838 ac_fn_c_check_type "$LINENO" "loff_t" "ac_cv_type_loff_t" "$ac_includes_default" 15293 ac_fn_c_check_type "$LINENO" "loff_t" "ac_cv_type_loff_t" "$ac_includes_default"
14839 if test "x$ac_cv_type_loff_t" = x""yes; then : 15294 if test "x$ac_cv_type_loff_t" = xyes; then :
14840 15295
14841 cat >>confdefs.h <<_ACEOF 15296 cat >>confdefs.h <<_ACEOF
14842 #define HAVE_LOFF_T 1 15297 #define HAVE_LOFF_T 1
14843 _ACEOF 15298 _ACEOF
14844 15299
14850 LIBS="$LIBS -lm" 15305 LIBS="$LIBS -lm"
14851 for ac_func in cosl expl logl sinl tanl acosl asinl atanl atan2l expm1l ldexpl log10l log1pl 15306 for ac_func in cosl expl logl sinl tanl acosl asinl atanl atan2l expm1l ldexpl log10l log1pl
14852 do : 15307 do :
14853 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 15308 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14854 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 15309 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14855 eval as_val=\$$as_ac_var 15310 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14856 if test "x$as_val" = x""yes; then :
14857 cat >>confdefs.h <<_ACEOF 15311 cat >>confdefs.h <<_ACEOF
14858 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 15312 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14859 _ACEOF 15313 _ACEOF
14860 15314
14861 fi 15315 fi
14868 LIBS_hold="$LIBS" 15322 LIBS_hold="$LIBS"
14869 LIBS="$LIBS $PTHREAD_LIBS" 15323 LIBS="$LIBS $PTHREAD_LIBS"
14870 for ac_func in sem_timedwait 15324 for ac_func in sem_timedwait
14871 do : 15325 do :
14872 ac_fn_c_check_func "$LINENO" "sem_timedwait" "ac_cv_func_sem_timedwait" 15326 ac_fn_c_check_func "$LINENO" "sem_timedwait" "ac_cv_func_sem_timedwait"
14873 if test "x$ac_cv_func_sem_timedwait" = x""yes; then : 15327 if test "x$ac_cv_func_sem_timedwait" = xyes; then :
14874 cat >>confdefs.h <<_ACEOF 15328 cat >>confdefs.h <<_ACEOF
14875 #define HAVE_SEM_TIMEDWAIT 1 15329 #define HAVE_SEM_TIMEDWAIT 1
14876 _ACEOF 15330 _ACEOF
14877 15331
14878 fi 15332 fi
14884 LIBS_hold="$LIBS" 15338 LIBS_hold="$LIBS"
14885 LIBS="$LIBS $MATH_LIBS" 15339 LIBS="$LIBS $MATH_LIBS"
14886 for ac_func in matherr 15340 for ac_func in matherr
14887 do : 15341 do :
14888 ac_fn_c_check_func "$LINENO" "matherr" "ac_cv_func_matherr" 15342 ac_fn_c_check_func "$LINENO" "matherr" "ac_cv_func_matherr"
14889 if test "x$ac_cv_func_matherr" = x""yes; then : 15343 if test "x$ac_cv_func_matherr" = xyes; then :
14890 cat >>confdefs.h <<_ACEOF 15344 cat >>confdefs.h <<_ACEOF
14891 #define HAVE_MATHERR 1 15345 #define HAVE_MATHERR 1
14892 _ACEOF 15346 _ACEOF
14893 15347
14894 fi 15348 fi
14895 done 15349 done
14896 15350
14897 LIBS="$LIBS_hold" 15351 LIBS="$LIBS_hold"
14898 15352
14899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __sync_bool_compare_and_swap_4" >&5
14900 $as_echo_n "checking for __sync_bool_compare_and_swap_4... " >&6; }
14901 if test "${libgo_cv_func___sync_bool_compare_and_swap_4+set}" = set; then :
14902 $as_echo_n "(cached) " >&6
14903 else
14904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14905 /* end confdefs.h. */
14906
14907 typedef unsigned int uint32 __attribute__ ((mode (SI)));
14908 uint32 i;
14909 int main() { return __sync_bool_compare_and_swap (&i, 0, 1); }
14910
14911 _ACEOF
14912 if ac_fn_c_try_link "$LINENO"; then :
14913 libgo_cv_func___sync_bool_compare_and_swap_4=yes
14914 else
14915 libgo_cv_func___sync_bool_compare_and_swap_4=no
14916 fi
14917 rm -f core conftest.err conftest.$ac_objext \
14918 conftest$ac_exeext conftest.$ac_ext
14919 fi
14920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_func___sync_bool_compare_and_swap_4" >&5
14921 $as_echo "$libgo_cv_func___sync_bool_compare_and_swap_4" >&6; }
14922 if test "$libgo_cv_func___sync_bool_compare_and_swap_4" = "yes"; then
14923
14924 $as_echo "#define HAVE_SYNC_BOOL_COMPARE_AND_SWAP_4 1" >>confdefs.h
14925
14926 fi
14927
14928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __sync_bool_compare_and_swap_8" >&5
14929 $as_echo_n "checking for __sync_bool_compare_and_swap_8... " >&6; }
14930 if test "${libgo_cv_func___sync_bool_compare_and_swap_8+set}" = set; then :
14931 $as_echo_n "(cached) " >&6
14932 else
14933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14934 /* end confdefs.h. */
14935
14936 typedef unsigned int uint64 __attribute__ ((mode (DI)));
14937 uint64 i;
14938 int main() { return __sync_bool_compare_and_swap (&i, 0, 1); }
14939
14940 _ACEOF
14941 if ac_fn_c_try_link "$LINENO"; then :
14942 libgo_cv_func___sync_bool_compare_and_swap_8=yes
14943 else
14944 libgo_cv_func___sync_bool_compare_and_swap_8=no
14945 fi
14946 rm -f core conftest.err conftest.$ac_objext \
14947 conftest$ac_exeext conftest.$ac_ext
14948 fi
14949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_func___sync_bool_compare_and_swap_8" >&5
14950 $as_echo "$libgo_cv_func___sync_bool_compare_and_swap_8" >&6; }
14951 if test "$libgo_cv_func___sync_bool_compare_and_swap_8" = "yes"; then
14952
14953 $as_echo "#define HAVE_SYNC_BOOL_COMPARE_AND_SWAP_8 1" >>confdefs.h
14954
14955 fi
14956
14957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __sync_fetch_and_add_4" >&5
14958 $as_echo_n "checking for __sync_fetch_and_add_4... " >&6; }
14959 if test "${libgo_cv_func___sync_fetch_and_add_4+set}" = set; then :
14960 $as_echo_n "(cached) " >&6
14961 else
14962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14963 /* end confdefs.h. */
14964
14965 typedef unsigned int uint32 __attribute__ ((mode (SI)));
14966 uint32 i;
14967 int main() { return __sync_fetch_and_add (&i, 1); }
14968
14969 _ACEOF
14970 if ac_fn_c_try_link "$LINENO"; then :
14971 libgo_cv_func___sync_fetch_and_add_4=yes
14972 else
14973 libgo_cv_func___sync_fetch_and_add_4=no
14974 fi
14975 rm -f core conftest.err conftest.$ac_objext \
14976 conftest$ac_exeext conftest.$ac_ext
14977 fi
14978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_func___sync_fetch_and_add_4" >&5
14979 $as_echo "$libgo_cv_func___sync_fetch_and_add_4" >&6; }
14980 if test "$libgo_cv_func___sync_fetch_and_add_4" = "yes"; then
14981
14982 $as_echo "#define HAVE_SYNC_FETCH_AND_ADD_4 1" >>confdefs.h
14983
14984 fi
14985
14986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __sync_add_and_fetch_8" >&5
14987 $as_echo_n "checking for __sync_add_and_fetch_8... " >&6; }
14988 if test "${libgo_cv_func___sync_add_and_fetch_8+set}" = set; then :
14989 $as_echo_n "(cached) " >&6
14990 else
14991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14992 /* end confdefs.h. */
14993
14994 typedef unsigned int uint64 __attribute__ ((mode (DI)));
14995 uint64 i;
14996 int main() { return __sync_add_and_fetch (&i, 1); }
14997
14998 _ACEOF
14999 if ac_fn_c_try_link "$LINENO"; then :
15000 libgo_cv_func___sync_add_and_fetch_8=yes
15001 else
15002 libgo_cv_func___sync_add_and_fetch_8=no
15003 fi
15004 rm -f core conftest.err conftest.$ac_objext \
15005 conftest$ac_exeext conftest.$ac_ext
15006 fi
15007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_func___sync_add_and_fetch_8" >&5
15008 $as_echo "$libgo_cv_func___sync_add_and_fetch_8" >&6; }
15009 if test "$libgo_cv_func___sync_add_and_fetch_8" = "yes"; then
15010
15011 $as_echo "#define HAVE_SYNC_ADD_AND_FETCH_8 1" >>confdefs.h
15012
15013 fi
15014
15015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -minline-all-stringops" >&5 15353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -minline-all-stringops" >&5
15016 $as_echo_n "checking whether compiler supports -minline-all-stringops... " >&6; } 15354 $as_echo_n "checking whether compiler supports -minline-all-stringops... " >&6; }
15017 if test "${libgo_cv_c_stringops+set}" = set; then : 15355 if ${libgo_cv_c_stringops+:} false; then :
15018 $as_echo_n "(cached) " >&6 15356 $as_echo_n "(cached) " >&6
15019 else 15357 else
15020 CFLAGS_hold=$CFLAGS 15358 CFLAGS_hold=$CFLAGS
15021 CFLAGS="$CFLAGS -minline-all-stringops" 15359 CFLAGS="$CFLAGS -minline-all-stringops"
15022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15039 fi 15377 fi
15040 15378
15041 15379
15042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -mfancy-math-387" >&5 15380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -mfancy-math-387" >&5
15043 $as_echo_n "checking whether compiler supports -mfancy-math-387... " >&6; } 15381 $as_echo_n "checking whether compiler supports -mfancy-math-387... " >&6; }
15044 if test "${libgo_cv_c_fancymath+set}" = set; then : 15382 if ${libgo_cv_c_fancymath+:} false; then :
15045 $as_echo_n "(cached) " >&6 15383 $as_echo_n "(cached) " >&6
15046 else 15384 else
15047 CFLAGS_hold=$CFLAGS 15385 CFLAGS_hold=$CFLAGS
15048 CFLAGS="$CFLAGS -mfancy-math-387" 15386 CFLAGS="$CFLAGS -mfancy-math-387"
15049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15068 15406
15069 15407
15070 CFLAGS_hold=$CFLAGS 15408 CFLAGS_hold=$CFLAGS
15071 CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" 15409 CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE"
15072 ac_fn_c_check_type "$LINENO" "off64_t" "ac_cv_type_off64_t" "$ac_includes_default" 15410 ac_fn_c_check_type "$LINENO" "off64_t" "ac_cv_type_off64_t" "$ac_includes_default"
15073 if test "x$ac_cv_type_off64_t" = x""yes; then : 15411 if test "x$ac_cv_type_off64_t" = xyes; then :
15074 15412
15075 cat >>confdefs.h <<_ACEOF 15413 cat >>confdefs.h <<_ACEOF
15076 #define HAVE_OFF64_T 1 15414 #define HAVE_OFF64_T 1
15077 _ACEOF 15415 _ACEOF
15078 15416
15081 15419
15082 CFLAGS=$CFLAGS_hold 15420 CFLAGS=$CFLAGS_hold
15083 15421
15084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking epoll_event size" >&5 15422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking epoll_event size" >&5
15085 $as_echo_n "checking epoll_event size... " >&6; } 15423 $as_echo_n "checking epoll_event size... " >&6; }
15086 if test "${libgo_cv_c_epoll_event_size+set}" = set; then : 15424 if ${libgo_cv_c_epoll_event_size+:} false; then :
15087 $as_echo_n "(cached) " >&6 15425 $as_echo_n "(cached) " >&6
15088 else 15426 else
15089 if ac_fn_c_compute_int "$LINENO" "sizeof (struct epoll_event)" "libgo_cv_c_epoll_event_size" "#include <sys/epoll.h>"; then : 15427 if ac_fn_c_compute_int "$LINENO" "sizeof (struct epoll_event)" "libgo_cv_c_epoll_event_size" "#include <sys/epoll.h>"; then :
15090 15428
15091 else 15429 else
15098 SIZEOF_STRUCT_EPOLL_EVENT=${libgo_cv_c_epoll_event_size} 15436 SIZEOF_STRUCT_EPOLL_EVENT=${libgo_cv_c_epoll_event_size}
15099 15437
15100 15438
15101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking epoll_event data.fd offset" >&5 15439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking epoll_event data.fd offset" >&5
15102 $as_echo_n "checking epoll_event data.fd offset... " >&6; } 15440 $as_echo_n "checking epoll_event data.fd offset... " >&6; }
15103 if test "${libgo_cv_c_epoll_event_fd_offset+set}" = set; then : 15441 if ${libgo_cv_c_epoll_event_fd_offset+:} false; then :
15104 $as_echo_n "(cached) " >&6 15442 $as_echo_n "(cached) " >&6
15105 else 15443 else
15106 if ac_fn_c_compute_int "$LINENO" "offsetof (struct epoll_event, data.fd)" "libgo_cv_c_epoll_event_fd_offset" "#include <stddef.h> 15444 if ac_fn_c_compute_int "$LINENO" "offsetof (struct epoll_event, data.fd)" "libgo_cv_c_epoll_event_fd_offset" "#include <stddef.h>
15107 #include <sys/epoll.h>"; then : 15445 #include <sys/epoll.h>"; then :
15108 15446
15138 fi 15476 fi
15139 15477
15140 15478
15141 ac_fn_c_check_type "$LINENO" "struct exception" "ac_cv_type_struct_exception" "#include <math.h> 15479 ac_fn_c_check_type "$LINENO" "struct exception" "ac_cv_type_struct_exception" "#include <math.h>
15142 " 15480 "
15143 if test "x$ac_cv_type_struct_exception" = x""yes; then : 15481 if test "x$ac_cv_type_struct_exception" = xyes; then :
15144 libgo_has_struct_exception=yes 15482 libgo_has_struct_exception=yes
15145 else 15483 else
15146 libgo_has_struct_exception=no 15484 libgo_has_struct_exception=no
15147 fi 15485 fi
15148 15486
15152 15490
15153 fi 15491 fi
15154 15492
15155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setcontext clobbers TLS variables" >&5 15493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setcontext clobbers TLS variables" >&5
15156 $as_echo_n "checking whether setcontext clobbers TLS variables... " >&6; } 15494 $as_echo_n "checking whether setcontext clobbers TLS variables... " >&6; }
15157 if test "${libgo_cv_lib_setcontext_clobbers_tls+set}" = set; then : 15495 if ${libgo_cv_lib_setcontext_clobbers_tls+:} false; then :
15158 $as_echo_n "(cached) " >&6 15496 $as_echo_n "(cached) " >&6
15159 else 15497 else
15160 CFLAGS_hold="$CFLAGS" 15498 CFLAGS_hold="$CFLAGS"
15161 CFLAGS="$PTHREAD_CFLAGS" 15499 CFLAGS="$PTHREAD_CFLAGS"
15162 LIBS_hold="$LIBS" 15500 LIBS_hold="$LIBS"
15165 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 15503 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15166 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 15504 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15167 # This bug is HP SR number 8606223364. 15505 # This bug is HP SR number 8606223364.
15168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5 15506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
15169 $as_echo_n "checking size of void *... " >&6; } 15507 $as_echo_n "checking size of void *... " >&6; }
15170 if test "${ac_cv_sizeof_void_p+set}" = set; then : 15508 if ${ac_cv_sizeof_void_p+:} false; then :
15171 $as_echo_n "(cached) " >&6 15509 $as_echo_n "(cached) " >&6
15172 else 15510 else
15173 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then : 15511 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
15174 15512
15175 else 15513 else
15176 if test "$ac_cv_type_void_p" = yes; then 15514 if test "$ac_cv_type_void_p" = yes; then
15177 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 15515 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15178 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 15516 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15179 { as_fn_set_status 77 15517 as_fn_error 77 "cannot compute sizeof (void *)
15180 as_fn_error "cannot compute sizeof (void *) 15518 See \`config.log' for more details" "$LINENO" 5; }
15181 See \`config.log' for more details." "$LINENO" 5; }; }
15182 else 15519 else
15183 ac_cv_sizeof_void_p=0 15520 ac_cv_sizeof_void_p=0
15184 fi 15521 fi
15185 fi 15522 fi
15186 15523
15293 15630
15294 fi 15631 fi
15295 15632
15296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .eh_frame section should be read-only" >&5 15633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .eh_frame section should be read-only" >&5
15297 $as_echo_n "checking whether .eh_frame section should be read-only... " >&6; } 15634 $as_echo_n "checking whether .eh_frame section should be read-only... " >&6; }
15298 if test "${libgo_cv_ro_eh_frame+set}" = set; then : 15635 if ${libgo_cv_ro_eh_frame+:} false; then :
15299 $as_echo_n "(cached) " >&6 15636 $as_echo_n "(cached) " >&6
15300 else 15637 else
15301 15638
15302 libgo_cv_ro_eh_frame=no 15639 libgo_cv_ro_eh_frame=no
15303 echo 'extern void foo (void); void bar (void) { foo (); foo (); }' > conftest.c 15640 echo 'extern void foo (void); void bar (void) { foo (); foo (); }' > conftest.c
15324 15661
15325 fi 15662 fi
15326 15663
15327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler supports -Qunused-arguments" >&5 15664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler supports -Qunused-arguments" >&5
15328 $as_echo_n "checking if compiler supports -Qunused-arguments... " >&6; } 15665 $as_echo_n "checking if compiler supports -Qunused-arguments... " >&6; }
15329 if test "${libgo_cv_c_unused_arguments+set}" = set; then : 15666 if ${libgo_cv_c_unused_arguments+:} false; then :
15330 $as_echo_n "(cached) " >&6 15667 $as_echo_n "(cached) " >&6
15331 else 15668 else
15332 CFLAGS_hold=$CFLAGS 15669 CFLAGS_hold=$CFLAGS
15333 CFLAGS="$CFLAGS -Qunused-arguments" 15670 CFLAGS="$CFLAGS -Qunused-arguments"
15334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_c_unused_arguments" >&5 15683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_c_unused_arguments" >&5
15347 $as_echo "$libgo_cv_c_unused_arguments" >&6; } 15684 $as_echo "$libgo_cv_c_unused_arguments" >&6; }
15348 15685
15349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if assembler supports GNU comdat group syntax" >&5 15686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if assembler supports GNU comdat group syntax" >&5
15350 $as_echo_n "checking if assembler supports GNU comdat group syntax... " >&6; } 15687 $as_echo_n "checking if assembler supports GNU comdat group syntax... " >&6; }
15351 if test "${libgo_cv_as_comdat_gnu+set}" = set; then : 15688 if ${libgo_cv_as_comdat_gnu+:} false; then :
15352 $as_echo_n "(cached) " >&6 15689 $as_echo_n "(cached) " >&6
15353 else 15690 else
15354 15691
15355 echo '.section .text,"axG",@progbits,.foo,comdat' > conftest.s 15692 echo '.section .text,"axG",@progbits,.foo,comdat' > conftest.s
15356 CFLAGS_hold=$CFLAGS 15693 CFLAGS_hold=$CFLAGS
15373 15710
15374 fi 15711 fi
15375 15712
15376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports pc related relocs" >&5 15713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports pc related relocs" >&5
15377 $as_echo_n "checking assembler supports pc related relocs... " >&6; } 15714 $as_echo_n "checking assembler supports pc related relocs... " >&6; }
15378 if test "${libgo_cv_as_x86_pcrel+set}" = set; then : 15715 if ${libgo_cv_as_x86_pcrel+:} false; then :
15379 $as_echo_n "(cached) " >&6 15716 $as_echo_n "(cached) " >&6
15380 else 15717 else
15381 15718
15382 libgo_cv_as_x86_pcrel=yes 15719 libgo_cv_as_x86_pcrel=yes
15383 echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s 15720 echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
15399 15736
15400 fi 15737 fi
15401 15738
15402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports unwind section type" >&5 15739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports unwind section type" >&5
15403 $as_echo_n "checking assembler supports unwind section type... " >&6; } 15740 $as_echo_n "checking assembler supports unwind section type... " >&6; }
15404 if test "${libgo_cv_as_x86_64_unwind_section_type+set}" = set; then : 15741 if ${libgo_cv_as_x86_64_unwind_section_type+:} false; then :
15405 $as_echo_n "(cached) " >&6 15742 $as_echo_n "(cached) " >&6
15406 else 15743 else
15407 15744
15408 libgo_cv_as_x86_64_unwind_section_type=yes 15745 libgo_cv_as_x86_64_unwind_section_type=yes
15409 echo '.section .eh_frame,"a",@unwind' > conftest.s 15746 echo '.section .eh_frame,"a",@unwind' > conftest.s
15425 15762
15426 fi 15763 fi
15427 15764
15428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports AES instructions" >&5 15765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports AES instructions" >&5
15429 $as_echo_n "checking assembler supports AES instructions... " >&6; } 15766 $as_echo_n "checking assembler supports AES instructions... " >&6; }
15430 if test "${libgo_cv_as_x86_aes+set}" = set; then : 15767 if ${libgo_cv_as_x86_aes+:} false; then :
15431 $as_echo_n "(cached) " >&6 15768 $as_echo_n "(cached) " >&6
15432 else 15769 else
15433 15770
15434 libgo_cv_as_x86_aes=yes 15771 libgo_cv_as_x86_aes=yes
15435 echo 'aesenc %xmm0, %xmm1' > conftest.s 15772 echo 'aesenc %xmm0, %xmm1' > conftest.s
15513 t end 15850 t end
15514 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 15851 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15515 :end' >>confcache 15852 :end' >>confcache
15516 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 15853 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15517 if test -w "$cache_file"; then 15854 if test -w "$cache_file"; then
15518 test "x$cache_file" != "x/dev/null" && 15855 if test "x$cache_file" != "x/dev/null"; then
15519 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 15856 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15520 $as_echo "$as_me: updating cache $cache_file" >&6;} 15857 $as_echo "$as_me: updating cache $cache_file" >&6;}
15521 cat confcache >$cache_file 15858 if test ! -f "$cache_file" || test -h "$cache_file"; then
15859 cat confcache >"$cache_file"
15860 else
15861 case $cache_file in #(
15862 */* | ?:*)
15863 mv -f confcache "$cache_file"$$ &&
15864 mv -f "$cache_file"$$ "$cache_file" ;; #(
15865 *)
15866 mv -f confcache "$cache_file" ;;
15867 esac
15868 fi
15869 fi
15522 else 15870 else
15523 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 15871 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15524 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 15872 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15525 fi 15873 fi
15526 fi 15874 fi
15530 multilib_arg="--enable-multilib" 15878 multilib_arg="--enable-multilib"
15531 else 15879 else
15532 multilib_arg= 15880 multilib_arg=
15533 fi 15881 fi
15534 15882
15535 ac_config_files="$ac_config_files Makefile testsuite/Makefile" 15883 ac_config_files="$ac_config_files Makefile testsuite/Makefile testsuite/libgo-test-support.exp"
15536 15884
15537 15885
15538 ac_config_commands="$ac_config_commands default" 15886 ac_config_commands="$ac_config_commands default"
15539 15887
15540 15888
15600 t end 15948 t end
15601 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 15949 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15602 :end' >>confcache 15950 :end' >>confcache
15603 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 15951 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15604 if test -w "$cache_file"; then 15952 if test -w "$cache_file"; then
15605 test "x$cache_file" != "x/dev/null" && 15953 if test "x$cache_file" != "x/dev/null"; then
15606 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 15954 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15607 $as_echo "$as_me: updating cache $cache_file" >&6;} 15955 $as_echo "$as_me: updating cache $cache_file" >&6;}
15608 cat confcache >$cache_file 15956 if test ! -f "$cache_file" || test -h "$cache_file"; then
15957 cat confcache >"$cache_file"
15958 else
15959 case $cache_file in #(
15960 */* | ?:*)
15961 mv -f confcache "$cache_file"$$ &&
15962 mv -f "$cache_file"$$ "$cache_file" ;; #(
15963 *)
15964 mv -f confcache "$cache_file" ;;
15965 esac
15966 fi
15967 fi
15609 else 15968 else
15610 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 15969 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15611 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 15970 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15612 fi 15971 fi
15613 fi 15972 fi
15619 15978
15620 DEFS=-DHAVE_CONFIG_H 15979 DEFS=-DHAVE_CONFIG_H
15621 15980
15622 ac_libobjs= 15981 ac_libobjs=
15623 ac_ltlibobjs= 15982 ac_ltlibobjs=
15983 U=
15624 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 15984 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15625 # 1. Remove the extension, and $U if already installed. 15985 # 1. Remove the extension, and $U if already installed.
15626 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 15986 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15627 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 15987 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15628 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 15988 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15633 LIBOBJS=$ac_libobjs 15993 LIBOBJS=$ac_libobjs
15634 15994
15635 LTLIBOBJS=$ac_ltlibobjs 15995 LTLIBOBJS=$ac_ltlibobjs
15636 15996
15637 15997
15998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15999 $as_echo_n "checking that generated files are newer than configure... " >&6; }
16000 if test -n "$am_sleep_pid"; then
16001 # Hide warnings about reused PIDs.
16002 wait $am_sleep_pid 2>/dev/null
16003 fi
16004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
16005 $as_echo "done" >&6; }
15638 if test -n "$EXEEXT"; then 16006 if test -n "$EXEEXT"; then
15639 am__EXEEXT_TRUE= 16007 am__EXEEXT_TRUE=
15640 am__EXEEXT_FALSE='#' 16008 am__EXEEXT_FALSE='#'
15641 else 16009 else
15642 am__EXEEXT_TRUE='#' 16010 am__EXEEXT_TRUE='#'
15643 am__EXEEXT_FALSE= 16011 am__EXEEXT_FALSE=
15644 fi 16012 fi
15645 16013
15646 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 16014 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15647 as_fn_error "conditional \"AMDEP\" was never defined. 16015 as_fn_error $? "conditional \"AMDEP\" was never defined.
15648 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16016 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15649 fi 16017 fi
15650 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 16018 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15651 as_fn_error "conditional \"am__fastdepCC\" was never defined. 16019 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15652 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16020 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15653 fi 16021 fi
16022 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
16023 as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
16024 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16025 fi
15654 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 16026 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15655 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined. 16027 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15656 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16028 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15657 fi 16029 fi
15658 if test -z "${USE_LIBFFI_TRUE}" && test -z "${USE_LIBFFI_FALSE}"; then 16030 if test -z "${USE_LIBFFI_TRUE}" && test -z "${USE_LIBFFI_FALSE}"; then
15659 as_fn_error "conditional \"USE_LIBFFI\" was never defined. 16031 as_fn_error $? "conditional \"USE_LIBFFI\" was never defined.
15660 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16032 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15661 fi 16033 fi
15662 if test -z "${LIBGO_IS_DARWIN_TRUE}" && test -z "${LIBGO_IS_DARWIN_FALSE}"; then 16034 if test -z "${LIBGO_IS_DARWIN_TRUE}" && test -z "${LIBGO_IS_DARWIN_FALSE}"; then
15663 as_fn_error "conditional \"LIBGO_IS_DARWIN\" was never defined. 16035 as_fn_error $? "conditional \"LIBGO_IS_DARWIN\" was never defined.
15664 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16036 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15665 fi 16037 fi
15666 if test -z "${LIBGO_IS_FREEBSD_TRUE}" && test -z "${LIBGO_IS_FREEBSD_FALSE}"; then 16038 if test -z "${LIBGO_IS_FREEBSD_TRUE}" && test -z "${LIBGO_IS_FREEBSD_FALSE}"; then
15667 as_fn_error "conditional \"LIBGO_IS_FREEBSD\" was never defined. 16039 as_fn_error $? "conditional \"LIBGO_IS_FREEBSD\" was never defined.
15668 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16040 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15669 fi 16041 fi
15670 if test -z "${LIBGO_IS_IRIX_TRUE}" && test -z "${LIBGO_IS_IRIX_FALSE}"; then 16042 if test -z "${LIBGO_IS_IRIX_TRUE}" && test -z "${LIBGO_IS_IRIX_FALSE}"; then
15671 as_fn_error "conditional \"LIBGO_IS_IRIX\" was never defined. 16043 as_fn_error $? "conditional \"LIBGO_IS_IRIX\" was never defined.
15672 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16044 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15673 fi 16045 fi
15674 if test -z "${LIBGO_IS_LINUX_TRUE}" && test -z "${LIBGO_IS_LINUX_FALSE}"; then 16046 if test -z "${LIBGO_IS_LINUX_TRUE}" && test -z "${LIBGO_IS_LINUX_FALSE}"; then
15675 as_fn_error "conditional \"LIBGO_IS_LINUX\" was never defined. 16047 as_fn_error $? "conditional \"LIBGO_IS_LINUX\" was never defined.
15676 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16048 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15677 fi 16049 fi
15678 if test -z "${LIBGO_IS_NETBSD_TRUE}" && test -z "${LIBGO_IS_NETBSD_FALSE}"; then 16050 if test -z "${LIBGO_IS_NETBSD_TRUE}" && test -z "${LIBGO_IS_NETBSD_FALSE}"; then
15679 as_fn_error "conditional \"LIBGO_IS_NETBSD\" was never defined. 16051 as_fn_error $? "conditional \"LIBGO_IS_NETBSD\" was never defined.
15680 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16052 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15681 fi 16053 fi
15682 if test -z "${LIBGO_IS_OPENBSD_TRUE}" && test -z "${LIBGO_IS_OPENBSD_FALSE}"; then 16054 if test -z "${LIBGO_IS_OPENBSD_TRUE}" && test -z "${LIBGO_IS_OPENBSD_FALSE}"; then
15683 as_fn_error "conditional \"LIBGO_IS_OPENBSD\" was never defined. 16055 as_fn_error $? "conditional \"LIBGO_IS_OPENBSD\" was never defined.
15684 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16056 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15685 fi 16057 fi
15686 if test -z "${LIBGO_IS_DRAGONFLY_TRUE}" && test -z "${LIBGO_IS_DRAGONFLY_FALSE}"; then 16058 if test -z "${LIBGO_IS_DRAGONFLY_TRUE}" && test -z "${LIBGO_IS_DRAGONFLY_FALSE}"; then
15687 as_fn_error "conditional \"LIBGO_IS_DRAGONFLY\" was never defined. 16059 as_fn_error $? "conditional \"LIBGO_IS_DRAGONFLY\" was never defined.
15688 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16060 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15689 fi 16061 fi
15690 if test -z "${LIBGO_IS_RTEMS_TRUE}" && test -z "${LIBGO_IS_RTEMS_FALSE}"; then 16062 if test -z "${LIBGO_IS_RTEMS_TRUE}" && test -z "${LIBGO_IS_RTEMS_FALSE}"; then
15691 as_fn_error "conditional \"LIBGO_IS_RTEMS\" was never defined. 16063 as_fn_error $? "conditional \"LIBGO_IS_RTEMS\" was never defined.
15692 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16064 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15693 fi 16065 fi
15694 if test -z "${LIBGO_IS_SOLARIS_TRUE}" && test -z "${LIBGO_IS_SOLARIS_FALSE}"; then 16066 if test -z "${LIBGO_IS_SOLARIS_TRUE}" && test -z "${LIBGO_IS_SOLARIS_FALSE}"; then
15695 as_fn_error "conditional \"LIBGO_IS_SOLARIS\" was never defined. 16067 as_fn_error $? "conditional \"LIBGO_IS_SOLARIS\" was never defined.
15696 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16068 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15697 fi 16069 fi
15698 if test -z "${LIBGO_IS_AIX_TRUE}" && test -z "${LIBGO_IS_AIX_FALSE}"; then 16070 if test -z "${LIBGO_IS_AIX_TRUE}" && test -z "${LIBGO_IS_AIX_FALSE}"; then
15699 as_fn_error "conditional \"LIBGO_IS_AIX\" was never defined. 16071 as_fn_error $? "conditional \"LIBGO_IS_AIX\" was never defined.
15700 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16072 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15701 fi 16073 fi
16074 if test -z "${LIBGO_IS_HURD_TRUE}" && test -z "${LIBGO_IS_HURD_FALSE}"; then
16075 as_fn_error $? "conditional \"LIBGO_IS_HURD\" was never defined.
16076 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16077 fi
15702 if test -z "${LIBGO_IS_BSD_TRUE}" && test -z "${LIBGO_IS_BSD_FALSE}"; then 16078 if test -z "${LIBGO_IS_BSD_TRUE}" && test -z "${LIBGO_IS_BSD_FALSE}"; then
15703 as_fn_error "conditional \"LIBGO_IS_BSD\" was never defined. 16079 as_fn_error $? "conditional \"LIBGO_IS_BSD\" was never defined.
15704 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16080 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15705 fi 16081 fi
16082 if test -z "${LIBGO_IS_X86_TRUE}" && test -z "${LIBGO_IS_X86_FALSE}"; then
16083 as_fn_error $? "conditional \"LIBGO_IS_X86\" was never defined.
16084 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16085 fi
15706 if test -z "${USING_SPLIT_STACK_TRUE}" && test -z "${USING_SPLIT_STACK_FALSE}"; then 16086 if test -z "${USING_SPLIT_STACK_TRUE}" && test -z "${USING_SPLIT_STACK_FALSE}"; then
15707 as_fn_error "conditional \"USING_SPLIT_STACK\" was never defined. 16087 as_fn_error $? "conditional \"USING_SPLIT_STACK\" was never defined.
15708 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16088 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15709 fi 16089 fi
15710 if test -z "${GOC_IS_LLGO_TRUE}" && test -z "${GOC_IS_LLGO_FALSE}"; then 16090 if test -z "${GOC_IS_LLGO_TRUE}" && test -z "${GOC_IS_LLGO_FALSE}"; then
15711 as_fn_error "conditional \"GOC_IS_LLGO\" was never defined. 16091 as_fn_error $? "conditional \"GOC_IS_LLGO\" was never defined.
15712 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16092 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15713 fi 16093 fi
15714 16094
15715 if test -z "${HAVE_SYS_MMAN_H_TRUE}" && test -z "${HAVE_SYS_MMAN_H_FALSE}"; then 16095 if test -z "${HAVE_SYS_MMAN_H_TRUE}" && test -z "${HAVE_SYS_MMAN_H_FALSE}"; then
15716 as_fn_error "conditional \"HAVE_SYS_MMAN_H\" was never defined. 16096 as_fn_error $? "conditional \"HAVE_SYS_MMAN_H\" was never defined.
15717 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16097 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15718 fi 16098 fi
15719 if test -z "${HAVE_STRERROR_R_TRUE}" && test -z "${HAVE_STRERROR_R_FALSE}"; then 16099 if test -z "${HAVE_STRERROR_R_TRUE}" && test -z "${HAVE_STRERROR_R_FALSE}"; then
15720 as_fn_error "conditional \"HAVE_STRERROR_R\" was never defined. 16100 as_fn_error $? "conditional \"HAVE_STRERROR_R\" was never defined.
15721 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16101 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15722 fi 16102 fi
15723 if test -z "${HAVE_WAIT4_TRUE}" && test -z "${HAVE_WAIT4_FALSE}"; then 16103 if test -z "${HAVE_WAIT4_TRUE}" && test -z "${HAVE_WAIT4_FALSE}"; then
15724 as_fn_error "conditional \"HAVE_WAIT4\" was never defined. 16104 as_fn_error $? "conditional \"HAVE_WAIT4\" was never defined.
15725 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16105 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15726 fi 16106 fi
15727 if test -z "${HAVE_STAT_TIMESPEC_TRUE}" && test -z "${HAVE_STAT_TIMESPEC_FALSE}"; then 16107 if test -z "${HAVE_STAT_TIMESPEC_TRUE}" && test -z "${HAVE_STAT_TIMESPEC_FALSE}"; then
15728 as_fn_error "conditional \"HAVE_STAT_TIMESPEC\" was never defined. 16108 as_fn_error $? "conditional \"HAVE_STAT_TIMESPEC\" was never defined.
15729 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16109 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15730 fi 16110 fi
15731 16111
15732 : ${CONFIG_STATUS=./config.status} 16112 : "${CONFIG_STATUS=./config.status}"
15733 ac_write_fail=0 16113 ac_write_fail=0
15734 ac_clean_files_save=$ac_clean_files 16114 ac_clean_files_save=$ac_clean_files
15735 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 16115 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15736 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 16116 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15737 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 16117 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15828 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 16208 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15829 # splitting by setting IFS to empty value.) 16209 # splitting by setting IFS to empty value.)
15830 IFS=" "" $as_nl" 16210 IFS=" "" $as_nl"
15831 16211
15832 # Find who we are. Look in the path if we contain no directory separator. 16212 # Find who we are. Look in the path if we contain no directory separator.
16213 as_myself=
15833 case $0 in #(( 16214 case $0 in #((
15834 *[\\/]* ) as_myself=$0 ;; 16215 *[\\/]* ) as_myself=$0 ;;
15835 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 16216 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15836 for as_dir in $PATH 16217 for as_dir in $PATH
15837 do 16218 do
15873 16254
15874 # CDPATH. 16255 # CDPATH.
15875 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 16256 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15876 16257
15877 16258
15878 # as_fn_error ERROR [LINENO LOG_FD] 16259 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15879 # --------------------------------- 16260 # ----------------------------------------
15880 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 16261 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15881 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 16262 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15882 # script with status $?, using 1 if that was 0. 16263 # script with STATUS, using 1 if that was 0.
15883 as_fn_error () 16264 as_fn_error ()
15884 { 16265 {
15885 as_status=$?; test $as_status -eq 0 && as_status=1 16266 as_status=$1; test $as_status -eq 0 && as_status=1
15886 if test "$3"; then 16267 if test "$4"; then
15887 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 16268 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15888 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 16269 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15889 fi 16270 fi
15890 $as_echo "$as_me: error: $1" >&2 16271 $as_echo "$as_me: error: $2" >&2
15891 as_fn_exit $as_status 16272 as_fn_exit $as_status
15892 } # as_fn_error 16273 } # as_fn_error
15893 16274
15894 16275
15895 # as_fn_set_status STATUS 16276 # as_fn_set_status STATUS
16023 if ln -s conf$$.file conf$$ 2>/dev/null; then 16404 if ln -s conf$$.file conf$$ 2>/dev/null; then
16024 as_ln_s='ln -s' 16405 as_ln_s='ln -s'
16025 # ... but there are two gotchas: 16406 # ... but there are two gotchas:
16026 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 16407 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16027 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 16408 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16028 # In both cases, we have to default to `cp -p'. 16409 # In both cases, we have to default to `cp -pR'.
16029 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 16410 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16030 as_ln_s='cp -p' 16411 as_ln_s='cp -pR'
16031 elif ln conf$$.file conf$$ 2>/dev/null; then 16412 elif ln conf$$.file conf$$ 2>/dev/null; then
16032 as_ln_s=ln 16413 as_ln_s=ln
16033 else 16414 else
16034 as_ln_s='cp -p' 16415 as_ln_s='cp -pR'
16035 fi 16416 fi
16036 else 16417 else
16037 as_ln_s='cp -p' 16418 as_ln_s='cp -pR'
16038 fi 16419 fi
16039 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 16420 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16040 rmdir conf$$.dir 2>/dev/null 16421 rmdir conf$$.dir 2>/dev/null
16041 16422
16042 16423
16081 } 16462 }
16082 s/.*/./; q'` 16463 s/.*/./; q'`
16083 test -d "$as_dir" && break 16464 test -d "$as_dir" && break
16084 done 16465 done
16085 test -z "$as_dirs" || eval "mkdir $as_dirs" 16466 test -z "$as_dirs" || eval "mkdir $as_dirs"
16086 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 16467 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16087 16468
16088 16469
16089 } # as_fn_mkdir_p 16470 } # as_fn_mkdir_p
16090 if mkdir -p . 2>/dev/null; then 16471 if mkdir -p . 2>/dev/null; then
16091 as_mkdir_p='mkdir -p "$as_dir"' 16472 as_mkdir_p='mkdir -p "$as_dir"'
16092 else 16473 else
16093 test -d ./-p && rmdir ./-p 16474 test -d ./-p && rmdir ./-p
16094 as_mkdir_p=false 16475 as_mkdir_p=false
16095 fi 16476 fi
16096 16477
16097 if test -x / >/dev/null 2>&1; then 16478
16098 as_test_x='test -x' 16479 # as_fn_executable_p FILE
16099 else 16480 # -----------------------
16100 if ls -dL / >/dev/null 2>&1; then 16481 # Test if FILE is an executable regular file.
16101 as_ls_L_option=L 16482 as_fn_executable_p ()
16102 else 16483 {
16103 as_ls_L_option= 16484 test -f "$1" && test -x "$1"
16104 fi 16485 } # as_fn_executable_p
16105 as_test_x=' 16486 as_test_x='test -x'
16106 eval sh -c '\'' 16487 as_executable_p=as_fn_executable_p
16107 if test -d "$1"; then
16108 test -d "$1/.";
16109 else
16110 case $1 in #(
16111 -*)set "./$1";;
16112 esac;
16113 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16114 ???[sx]*):;;*)false;;esac;fi
16115 '\'' sh
16116 '
16117 fi
16118 as_executable_p=$as_test_x
16119 16488
16120 # Sed expression to map a string onto a valid CPP name. 16489 # Sed expression to map a string onto a valid CPP name.
16121 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 16490 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16122 16491
16123 # Sed expression to map a string onto a valid variable name. 16492 # Sed expression to map a string onto a valid variable name.
16135 # Save the log message, to keep $0 and so on meaningful, and to 16504 # Save the log message, to keep $0 and so on meaningful, and to
16136 # report actual input values of CONFIG_FILES etc. instead of their 16505 # report actual input values of CONFIG_FILES etc. instead of their
16137 # values after options handling. 16506 # values after options handling.
16138 ac_log=" 16507 ac_log="
16139 This file was extended by package-unused $as_me version-unused, which was 16508 This file was extended by package-unused $as_me version-unused, which was
16140 generated by GNU Autoconf 2.64. Invocation command line was 16509 generated by GNU Autoconf 2.69. Invocation command line was
16141 16510
16142 CONFIG_FILES = $CONFIG_FILES 16511 CONFIG_FILES = $CONFIG_FILES
16143 CONFIG_HEADERS = $CONFIG_HEADERS 16512 CONFIG_HEADERS = $CONFIG_HEADERS
16144 CONFIG_LINKS = $CONFIG_LINKS 16513 CONFIG_LINKS = $CONFIG_LINKS
16145 CONFIG_COMMANDS = $CONFIG_COMMANDS 16514 CONFIG_COMMANDS = $CONFIG_COMMANDS
16175 16544
16176 Usage: $0 [OPTION]... [TAG]... 16545 Usage: $0 [OPTION]... [TAG]...
16177 16546
16178 -h, --help print this help, then exit 16547 -h, --help print this help, then exit
16179 -V, --version print version number and configuration settings, then exit 16548 -V, --version print version number and configuration settings, then exit
16549 --config print configuration, then exit
16180 -q, --quiet, --silent 16550 -q, --quiet, --silent
16181 do not print progress messages 16551 do not print progress messages
16182 -d, --debug don't remove temporary files 16552 -d, --debug don't remove temporary files
16183 --recheck update $as_me by reconfiguring in the same conditions 16553 --recheck update $as_me by reconfiguring in the same conditions
16184 --file=FILE[:TEMPLATE] 16554 --file=FILE[:TEMPLATE]
16197 16567
16198 Report bugs to the package provider." 16568 Report bugs to the package provider."
16199 16569
16200 _ACEOF 16570 _ACEOF
16201 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 16571 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16572 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16202 ac_cs_version="\\ 16573 ac_cs_version="\\
16203 package-unused config.status version-unused 16574 package-unused config.status version-unused
16204 configured by $0, generated by GNU Autoconf 2.64, 16575 configured by $0, generated by GNU Autoconf 2.69,
16205 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 16576 with options \\"\$ac_cs_config\\"
16206 16577
16207 Copyright (C) 2009 Free Software Foundation, Inc. 16578 Copyright (C) 2012 Free Software Foundation, Inc.
16208 This config.status script is free software; the Free Software Foundation 16579 This config.status script is free software; the Free Software Foundation
16209 gives unlimited permission to copy, distribute and modify it." 16580 gives unlimited permission to copy, distribute and modify it."
16210 16581
16211 ac_pwd='$ac_pwd' 16582 ac_pwd='$ac_pwd'
16212 srcdir='$srcdir' 16583 srcdir='$srcdir'
16220 # The default lists apply if the user does not specify any file. 16591 # The default lists apply if the user does not specify any file.
16221 ac_need_defaults=: 16592 ac_need_defaults=:
16222 while test $# != 0 16593 while test $# != 0
16223 do 16594 do
16224 case $1 in 16595 case $1 in
16225 --*=*) 16596 --*=?*)
16226 ac_option=`expr "X$1" : 'X\([^=]*\)='` 16597 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16227 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 16598 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16599 ac_shift=:
16600 ;;
16601 --*=)
16602 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16603 ac_optarg=
16228 ac_shift=: 16604 ac_shift=:
16229 ;; 16605 ;;
16230 *) 16606 *)
16231 ac_option=$1 16607 ac_option=$1
16232 ac_optarg=$2 16608 ac_optarg=$2
16238 # Handling of the options. 16614 # Handling of the options.
16239 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 16615 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16240 ac_cs_recheck=: ;; 16616 ac_cs_recheck=: ;;
16241 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 16617 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16242 $as_echo "$ac_cs_version"; exit ;; 16618 $as_echo "$ac_cs_version"; exit ;;
16619 --config | --confi | --conf | --con | --co | --c )
16620 $as_echo "$ac_cs_config"; exit ;;
16243 --debug | --debu | --deb | --de | --d | -d ) 16621 --debug | --debu | --deb | --de | --d | -d )
16244 debug=: ;; 16622 debug=: ;;
16245 --file | --fil | --fi | --f ) 16623 --file | --fil | --fi | --f )
16246 $ac_shift 16624 $ac_shift
16247 case $ac_optarg in 16625 case $ac_optarg in
16248 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 16626 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16627 '') as_fn_error $? "missing file argument" ;;
16249 esac 16628 esac
16250 as_fn_append CONFIG_FILES " '$ac_optarg'" 16629 as_fn_append CONFIG_FILES " '$ac_optarg'"
16251 ac_need_defaults=false;; 16630 ac_need_defaults=false;;
16252 --header | --heade | --head | --hea ) 16631 --header | --heade | --head | --hea )
16253 $ac_shift 16632 $ac_shift
16256 esac 16635 esac
16257 as_fn_append CONFIG_HEADERS " '$ac_optarg'" 16636 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16258 ac_need_defaults=false;; 16637 ac_need_defaults=false;;
16259 --he | --h) 16638 --he | --h)
16260 # Conflict between --help and --header 16639 # Conflict between --help and --header
16261 as_fn_error "ambiguous option: \`$1' 16640 as_fn_error $? "ambiguous option: \`$1'
16262 Try \`$0 --help' for more information.";; 16641 Try \`$0 --help' for more information.";;
16263 --help | --hel | -h ) 16642 --help | --hel | -h )
16264 $as_echo "$ac_cs_usage"; exit ;; 16643 $as_echo "$ac_cs_usage"; exit ;;
16265 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 16644 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16266 | -silent | --silent | --silen | --sile | --sil | --si | --s) 16645 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16267 ac_cs_silent=: ;; 16646 ac_cs_silent=: ;;
16268 16647
16269 # This is an error. 16648 # This is an error.
16270 -*) as_fn_error "unrecognized option: \`$1' 16649 -*) as_fn_error $? "unrecognized option: \`$1'
16271 Try \`$0 --help' for more information." ;; 16650 Try \`$0 --help' for more information." ;;
16272 16651
16273 *) as_fn_append ac_config_targets " $1" 16652 *) as_fn_append ac_config_targets " $1"
16274 ac_need_defaults=false ;; 16653 ac_need_defaults=false ;;
16275 16654
16285 fi 16664 fi
16286 16665
16287 _ACEOF 16666 _ACEOF
16288 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 16667 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16289 if \$ac_cs_recheck; then 16668 if \$ac_cs_recheck; then
16290 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 16669 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16291 shift 16670 shift
16292 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 16671 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16293 CONFIG_SHELL='$SHELL' 16672 CONFIG_SHELL='$SHELL'
16294 export CONFIG_SHELL 16673 export CONFIG_SHELL
16295 exec "\$@" 16674 exec "\$@"
16322 multi_basedir="$multi_basedir" 16701 multi_basedir="$multi_basedir"
16323 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} 16702 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
16324 CC="$CC" 16703 CC="$CC"
16325 CXX="$CXX" 16704 CXX="$CXX"
16326 GFORTRAN="$GFORTRAN" 16705 GFORTRAN="$GFORTRAN"
16706 GDC="$GDC"
16327 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 16707 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16328 16708
16329 16709
16330 # The HP-UX ksh and POSIX shell print the target directory to stdout 16710 # The HP-UX ksh and POSIX shell print the target directory to stdout
16331 # if CDPATH is set. 16711 # if CDPATH is set.
16679 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; 17059 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16680 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 17060 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16681 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; 17061 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16682 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 17062 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16683 "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;; 17063 "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
17064 "testsuite/libgo-test-support.exp") CONFIG_FILES="$CONFIG_FILES testsuite/libgo-test-support.exp" ;;
16684 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 17065 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16685 17066
16686 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 17067 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16687 esac 17068 esac
16688 done 17069 done
16689 17070
16690 17071
16691 # If the user did not use the arguments to specify the items to instantiate, 17072 # If the user did not use the arguments to specify the items to instantiate,
16704 # Hook for its removal unless debugging. 17085 # Hook for its removal unless debugging.
16705 # Note that there is a small window in which the directory will not be cleaned: 17086 # Note that there is a small window in which the directory will not be cleaned:
16706 # after its creation but before its name has been assigned to `$tmp'. 17087 # after its creation but before its name has been assigned to `$tmp'.
16707 $debug || 17088 $debug ||
16708 { 17089 {
16709 tmp= 17090 tmp= ac_tmp=
16710 trap 'exit_status=$? 17091 trap 'exit_status=$?
16711 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 17092 : "${ac_tmp:=$tmp}"
17093 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16712 ' 0 17094 ' 0
16713 trap 'as_fn_exit 1' 1 2 13 15 17095 trap 'as_fn_exit 1' 1 2 13 15
16714 } 17096 }
16715 # Create a (secure) tmp directory for tmp files. 17097 # Create a (secure) tmp directory for tmp files.
16716 17098
16717 { 17099 {
16718 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 17100 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16719 test -n "$tmp" && test -d "$tmp" 17101 test -d "$tmp"
16720 } || 17102 } ||
16721 { 17103 {
16722 tmp=./conf$$-$RANDOM 17104 tmp=./conf$$-$RANDOM
16723 (umask 077 && mkdir "$tmp") 17105 (umask 077 && mkdir "$tmp")
16724 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 17106 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
17107 ac_tmp=$tmp
16725 17108
16726 # Set up the scripts for CONFIG_FILES section. 17109 # Set up the scripts for CONFIG_FILES section.
16727 # No need to generate them if there are no CONFIG_FILES. 17110 # No need to generate them if there are no CONFIG_FILES.
16728 # This happens for instance with `./config.status config.h'. 17111 # This happens for instance with `./config.status config.h'.
16729 if test -n "$CONFIG_FILES"; then 17112 if test -n "$CONFIG_FILES"; then
16736 if test "x$ac_cr" = x; then 17119 if test "x$ac_cr" = x; then
16737 eval ac_cr=\$\'\\r\' 17120 eval ac_cr=\$\'\\r\'
16738 fi 17121 fi
16739 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 17122 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16740 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 17123 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16741 ac_cs_awk_cr='\r' 17124 ac_cs_awk_cr='\\r'
16742 else 17125 else
16743 ac_cs_awk_cr=$ac_cr 17126 ac_cs_awk_cr=$ac_cr
16744 fi 17127 fi
16745 17128
16746 echo 'BEGIN {' >"$tmp/subs1.awk" && 17129 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16747 _ACEOF 17130 _ACEOF
16748 17131
16749 17132
16750 { 17133 {
16751 echo "cat >conf$$subs.awk <<_ACEOF" && 17134 echo "cat >conf$$subs.awk <<_ACEOF" &&
16752 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 17135 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16753 echo "_ACEOF" 17136 echo "_ACEOF"
16754 } >conf$$subs.sh || 17137 } >conf$$subs.sh ||
16755 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 17138 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16756 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 17139 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16757 ac_delim='%!_!# ' 17140 ac_delim='%!_!# '
16758 for ac_last_try in false false false false false :; do 17141 for ac_last_try in false false false false false :; do
16759 . ./conf$$subs.sh || 17142 . ./conf$$subs.sh ||
16760 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 17143 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16761 17144
16762 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 17145 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16763 if test $ac_delim_n = $ac_delim_num; then 17146 if test $ac_delim_n = $ac_delim_num; then
16764 break 17147 break
16765 elif $ac_last_try; then 17148 elif $ac_last_try; then
16766 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 17149 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16767 else 17150 else
16768 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 17151 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16769 fi 17152 fi
16770 done 17153 done
16771 rm -f conf$$subs.sh 17154 rm -f conf$$subs.sh
16772 17155
16773 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 17156 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16774 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 17157 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16775 _ACEOF 17158 _ACEOF
16776 sed -n ' 17159 sed -n '
16777 h 17160 h
16778 s/^/S["/; s/!.*/"]=/ 17161 s/^/S["/; s/!.*/"]=/
16779 p 17162 p
16783 t repl 17166 t repl
16784 s/'"$ac_delim"'$// 17167 s/'"$ac_delim"'$//
16785 t delim 17168 t delim
16786 :nl 17169 :nl
16787 h 17170 h
16788 s/\(.\{148\}\).*/\1/ 17171 s/\(.\{148\}\)..*/\1/
16789 t more1 17172 t more1
16790 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 17173 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16791 p 17174 p
16792 n 17175 n
16793 b repl 17176 b repl
16797 g 17180 g
16798 s/.\{148\}// 17181 s/.\{148\}//
16799 t nl 17182 t nl
16800 :delim 17183 :delim
16801 h 17184 h
16802 s/\(.\{148\}\).*/\1/ 17185 s/\(.\{148\}\)..*/\1/
16803 t more2 17186 t more2
16804 s/["\\]/\\&/g; s/^/"/; s/$/"/ 17187 s/["\\]/\\&/g; s/^/"/; s/$/"/
16805 p 17188 p
16806 b 17189 b
16807 :more2 17190 :more2
16817 } 17200 }
16818 ' >>$CONFIG_STATUS || ac_write_fail=1 17201 ' >>$CONFIG_STATUS || ac_write_fail=1
16819 rm -f conf$$subs.awk 17202 rm -f conf$$subs.awk
16820 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 17203 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16821 _ACAWK 17204 _ACAWK
16822 cat >>"\$tmp/subs1.awk" <<_ACAWK && 17205 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16823 for (key in S) S_is_set[key] = 1 17206 for (key in S) S_is_set[key] = 1
16824 FS = "" 17207 FS = ""
16825 17208
16826 } 17209 }
16827 { 17210 {
16849 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 17232 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16850 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 17233 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16851 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 17234 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16852 else 17235 else
16853 cat 17236 cat
16854 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 17237 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16855 || as_fn_error "could not setup config files machinery" "$LINENO" 5 17238 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16856 _ACEOF 17239 _ACEOF
16857 17240
16858 # VPATH may cause trouble with some makes, so we remove $(srcdir), 17241 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16859 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 17242 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16860 # trailing colons and then remove the whole line if VPATH becomes empty 17243 # trailing colons and then remove the whole line if VPATH becomes empty
16861 # (actually we leave an empty line to preserve line numbers). 17244 # (actually we leave an empty line to preserve line numbers).
16862 if test "x$srcdir" = x.; then 17245 if test "x$srcdir" = x.; then
16863 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 17246 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16864 s/:*\$(srcdir):*/:/ 17247 h
16865 s/:*\${srcdir}:*/:/ 17248 s///
16866 s/:*@srcdir@:*/:/ 17249 s/^/:/
16867 s/^\([^=]*=[ ]*\):*/\1/ 17250 s/[ ]*$/:/
17251 s/:\$(srcdir):/:/g
17252 s/:\${srcdir}:/:/g
17253 s/:@srcdir@:/:/g
17254 s/^:*//
16868 s/:*$// 17255 s/:*$//
17256 x
17257 s/\(=[ ]*\).*/\1/
17258 G
17259 s/\n//
16869 s/^[^=]*=[ ]*$// 17260 s/^[^=]*=[ ]*$//
16870 }' 17261 }'
16871 fi 17262 fi
16872 17263
16873 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 17264 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16875 17266
16876 # Set up the scripts for CONFIG_HEADERS section. 17267 # Set up the scripts for CONFIG_HEADERS section.
16877 # No need to generate them if there are no CONFIG_HEADERS. 17268 # No need to generate them if there are no CONFIG_HEADERS.
16878 # This happens for instance with `./config.status Makefile'. 17269 # This happens for instance with `./config.status Makefile'.
16879 if test -n "$CONFIG_HEADERS"; then 17270 if test -n "$CONFIG_HEADERS"; then
16880 cat >"$tmp/defines.awk" <<\_ACAWK || 17271 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16881 BEGIN { 17272 BEGIN {
16882 _ACEOF 17273 _ACEOF
16883 17274
16884 # Transform confdefs.h into an awk script `defines.awk', embedded as 17275 # Transform confdefs.h into an awk script `defines.awk', embedded as
16885 # here-document in config.status, that substitutes the proper values into 17276 # here-document in config.status, that substitutes the proper values into
16887 17278
16888 # Create a delimiter string that does not exist in confdefs.h, to ease 17279 # Create a delimiter string that does not exist in confdefs.h, to ease
16889 # handling of long lines. 17280 # handling of long lines.
16890 ac_delim='%!_!# ' 17281 ac_delim='%!_!# '
16891 for ac_last_try in false false :; do 17282 for ac_last_try in false false :; do
16892 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 17283 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16893 if test -z "$ac_t"; then 17284 if test -z "$ac_tt"; then
16894 break 17285 break
16895 elif $ac_last_try; then 17286 elif $ac_last_try; then
16896 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 17287 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16897 else 17288 else
16898 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 17289 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16899 fi 17290 fi
16900 done 17291 done
16901 17292
16976 } 17367 }
16977 { print } 17368 { print }
16978 _ACAWK 17369 _ACAWK
16979 _ACEOF 17370 _ACEOF
16980 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 17371 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16981 as_fn_error "could not setup config headers machinery" "$LINENO" 5 17372 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16982 fi # test -n "$CONFIG_HEADERS" 17373 fi # test -n "$CONFIG_HEADERS"
16983 17374
16984 17375
16985 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 17376 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16986 shift 17377 shift
16989 case $ac_tag in 17380 case $ac_tag in
16990 :[FHLC]) ac_mode=$ac_tag; continue;; 17381 :[FHLC]) ac_mode=$ac_tag; continue;;
16991 esac 17382 esac
16992 case $ac_mode$ac_tag in 17383 case $ac_mode$ac_tag in
16993 :[FHL]*:*);; 17384 :[FHL]*:*);;
16994 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 17385 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16995 :[FH]-) ac_tag=-:-;; 17386 :[FH]-) ac_tag=-:-;;
16996 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 17387 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16997 esac 17388 esac
16998 ac_save_IFS=$IFS 17389 ac_save_IFS=$IFS
16999 IFS=: 17390 IFS=:
17008 :[FH]) 17399 :[FH])
17009 ac_file_inputs= 17400 ac_file_inputs=
17010 for ac_f 17401 for ac_f
17011 do 17402 do
17012 case $ac_f in 17403 case $ac_f in
17013 -) ac_f="$tmp/stdin";; 17404 -) ac_f="$ac_tmp/stdin";;
17014 *) # Look for the file first in the build tree, then in the source tree 17405 *) # Look for the file first in the build tree, then in the source tree
17015 # (if the path is not absolute). The absolute path cannot be DOS-style, 17406 # (if the path is not absolute). The absolute path cannot be DOS-style,
17016 # because $ac_f cannot contain `:'. 17407 # because $ac_f cannot contain `:'.
17017 test -f "$ac_f" || 17408 test -f "$ac_f" ||
17018 case $ac_f in 17409 case $ac_f in
17019 [\\/$]*) false;; 17410 [\\/$]*) false;;
17020 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 17411 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17021 esac || 17412 esac ||
17022 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 17413 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17023 esac 17414 esac
17024 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 17415 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17025 as_fn_append ac_file_inputs " '$ac_f'" 17416 as_fn_append ac_file_inputs " '$ac_f'"
17026 done 17417 done
17027 17418
17043 sed 's/[\\\\&|]/\\\\&/g'`;; #( 17434 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17044 *) ac_sed_conf_input=$configure_input;; 17435 *) ac_sed_conf_input=$configure_input;;
17045 esac 17436 esac
17046 17437
17047 case $ac_tag in 17438 case $ac_tag in
17048 *:-:* | *:-) cat >"$tmp/stdin" \ 17439 *:-:* | *:-) cat >"$ac_tmp/stdin" \
17049 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 17440 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
17050 esac 17441 esac
17051 ;; 17442 ;;
17052 esac 17443 esac
17053 17444
17054 ac_dir=`$as_dirname -- "$ac_file" || 17445 ac_dir=`$as_dirname -- "$ac_file" ||
17180 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 17571 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17181 s&@INSTALL@&$ac_INSTALL&;t t 17572 s&@INSTALL@&$ac_INSTALL&;t t
17182 s&@MKDIR_P@&$ac_MKDIR_P&;t t 17573 s&@MKDIR_P@&$ac_MKDIR_P&;t t
17183 $ac_datarootdir_hack 17574 $ac_datarootdir_hack
17184 " 17575 "
17185 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 17576 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17186 || as_fn_error "could not create $ac_file" "$LINENO" 5 17577 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17187 17578
17188 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 17579 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17189 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 17580 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17190 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 17581 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17582 "$ac_tmp/out"`; test -z "$ac_out"; } &&
17191 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 17583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17192 which seems to be undefined. Please make sure it is defined." >&5 17584 which seems to be undefined. Please make sure it is defined" >&5
17193 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 17585 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17194 which seems to be undefined. Please make sure it is defined." >&2;} 17586 which seems to be undefined. Please make sure it is defined" >&2;}
17195 17587
17196 rm -f "$tmp/stdin" 17588 rm -f "$ac_tmp/stdin"
17197 case $ac_file in 17589 case $ac_file in
17198 -) cat "$tmp/out" && rm -f "$tmp/out";; 17590 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17199 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 17591 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17200 esac \ 17592 esac \
17201 || as_fn_error "could not create $ac_file" "$LINENO" 5 17593 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17202 ;; 17594 ;;
17203 :H) 17595 :H)
17204 # 17596 #
17205 # CONFIG_HEADER 17597 # CONFIG_HEADER
17206 # 17598 #
17207 if test x"$ac_file" != x-; then 17599 if test x"$ac_file" != x-; then
17208 { 17600 {
17209 $as_echo "/* $configure_input */" \ 17601 $as_echo "/* $configure_input */" \
17210 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 17602 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17211 } >"$tmp/config.h" \ 17603 } >"$ac_tmp/config.h" \
17212 || as_fn_error "could not create $ac_file" "$LINENO" 5 17604 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17213 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 17605 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17214 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 17606 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17215 $as_echo "$as_me: $ac_file is unchanged" >&6;} 17607 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17216 else 17608 else
17217 rm -f "$ac_file" 17609 rm -f "$ac_file"
17218 mv "$tmp/config.h" "$ac_file" \ 17610 mv "$ac_tmp/config.h" "$ac_file" \
17219 || as_fn_error "could not create $ac_file" "$LINENO" 5 17611 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17220 fi 17612 fi
17221 else 17613 else
17222 $as_echo "/* $configure_input */" \ 17614 $as_echo "/* $configure_input */" \
17223 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 17615 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17224 || as_fn_error "could not create -" "$LINENO" 5 17616 || as_fn_error $? "could not create -" "$LINENO" 5
17225 fi 17617 fi
17226 # Compute "$ac_file"'s index in $config_headers. 17618 # Compute "$ac_file"'s index in $config_headers.
17227 _am_arg="$ac_file" 17619 _am_arg="$ac_file"
17228 _am_stamp_count=1 17620 _am_stamp_count=1
17229 for _am_header in $config_headers :; do 17621 for _am_header in $config_headers :; do
17273 *" Makefile "*) 17665 *" Makefile "*)
17274 ac_file=Makefile . ${multi_basedir}/config-ml.in 17666 ac_file=Makefile . ${multi_basedir}/config-ml.in
17275 ;; 17667 ;;
17276 esac ;; 17668 esac ;;
17277 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 17669 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17278 # Autoconf 2.62 quotes --file arguments for eval, but not when files 17670 # Older Autoconf quotes --file arguments for eval, but not when files
17279 # are listed without --file. Let's play safe and only enable the eval 17671 # are listed without --file. Let's play safe and only enable the eval
17280 # if we detect the quoting. 17672 # if we detect the quoting.
17281 case $CONFIG_FILES in 17673 case $CONFIG_FILES in
17282 *\'*) eval set x "$CONFIG_FILES" ;; 17674 *\'*) eval set x "$CONFIG_FILES" ;;
17283 *) set x $CONFIG_FILES ;; 17675 *) set x $CONFIG_FILES ;;
17286 for mf 17678 for mf
17287 do 17679 do
17288 # Strip MF so we end up with the name of the file. 17680 # Strip MF so we end up with the name of the file.
17289 mf=`echo "$mf" | sed -e 's/:.*$//'` 17681 mf=`echo "$mf" | sed -e 's/:.*$//'`
17290 # Check whether this is an Automake generated Makefile or not. 17682 # Check whether this is an Automake generated Makefile or not.
17291 # We used to match only the files named `Makefile.in', but 17683 # We used to match only the files named 'Makefile.in', but
17292 # some people rename them; so instead we look at the file content. 17684 # some people rename them; so instead we look at the file content.
17293 # Grep'ing the first line is not enough: some people post-process 17685 # Grep'ing the first line is not enough: some people post-process
17294 # each Makefile.in and add a new line on top of each file to say so. 17686 # each Makefile.in and add a new line on top of each file to say so.
17295 # Grep'ing the whole file is not good either: AIX grep has a line 17687 # Grep'ing the whole file is not good either: AIX grep has a line
17296 # limit of 2048, but all sed's we know have understand at least 4000. 17688 # limit of 2048, but all sed's we know have understand at least 4000.
17320 s/.*/./; q'` 17712 s/.*/./; q'`
17321 else 17713 else
17322 continue 17714 continue
17323 fi 17715 fi
17324 # Extract the definition of DEPDIR, am__include, and am__quote 17716 # Extract the definition of DEPDIR, am__include, and am__quote
17325 # from the Makefile without running `make'. 17717 # from the Makefile without running 'make'.
17326 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 17718 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17327 test -z "$DEPDIR" && continue 17719 test -z "$DEPDIR" && continue
17328 am__include=`sed -n 's/^am__include = //p' < "$mf"` 17720 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17329 test -z "am__include" && continue 17721 test -z "$am__include" && continue
17330 am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 17722 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17331 # When using ansi2knr, U may be empty or an underscore; expand it
17332 U=`sed -n 's/^U = //p' < "$mf"`
17333 # Find all dependency output files, they are included files with 17723 # Find all dependency output files, they are included files with
17334 # $(DEPDIR) in their names. We invoke sed twice because it is the 17724 # $(DEPDIR) in their names. We invoke sed twice because it is the
17335 # simplest approach to changing $(DEPDIR) to its actual value in the 17725 # simplest approach to changing $(DEPDIR) to its actual value in the
17336 # expansion. 17726 # expansion.
17337 for file in `sed -n " 17727 for file in `sed -n "
17338 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 17728 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17339 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 17729 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17340 # Make sure the directory exists. 17730 # Make sure the directory exists.
17341 test -f "$dirpart/$file" && continue 17731 test -f "$dirpart/$file" && continue
17342 fdir=`$as_dirname -- "$file" || 17732 fdir=`$as_dirname -- "$file" ||
17343 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17733 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17344 X"$file" : 'X\(//\)[^/]' \| \ 17734 X"$file" : 'X\(//\)[^/]' \| \
18184 as_fn_exit 0 18574 as_fn_exit 0
18185 _ACEOF 18575 _ACEOF
18186 ac_clean_files=$ac_clean_files_save 18576 ac_clean_files=$ac_clean_files_save
18187 18577
18188 test $ac_write_fail = 0 || 18578 test $ac_write_fail = 0 ||
18189 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 18579 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18190 18580
18191 18581
18192 # configure is writing to config.log, and then calls config.status. 18582 # configure is writing to config.log, and then calls config.status.
18193 # config.status does its own redirection, appending to config.log. 18583 # config.status does its own redirection, appending to config.log.
18194 # Unfortunately, on DOS this fails, as config.log is still kept open 18584 # Unfortunately, on DOS this fails, as config.log is still kept open
18205 exec 5>/dev/null 18595 exec 5>/dev/null
18206 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 18596 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18207 exec 5>>config.log 18597 exec 5>>config.log
18208 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 18598 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18209 # would make configure fail if this is the last instruction. 18599 # would make configure fail if this is the last instruction.
18210 $ac_cs_success || as_fn_exit $? 18600 $ac_cs_success || as_fn_exit 1
18211 fi 18601 fi
18212 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 18602 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18213 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 18603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18214 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 18604 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18215 fi 18605 fi