comparison libquadmath/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 GCC Quad-precision Math Library 0.1. 3 # Generated by GNU Autoconf 2.69 for GCC Quad-precision Math Library 0.1.
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.
659 ac_ct_CC 690 ac_ct_CC
660 CPPFLAGS 691 CPPFLAGS
661 LDFLAGS 692 LDFLAGS
662 CFLAGS 693 CFLAGS
663 CC 694 CC
695 AM_BACKSLASH
696 AM_DEFAULT_VERBOSITY
697 AM_DEFAULT_V
698 AM_V
664 am__untar 699 am__untar
665 am__tar 700 am__tar
666 AMTAR 701 AMTAR
667 am__leading_dot 702 am__leading_dot
668 SET_MAKE 703 SET_MAKE
738 SHELL' 773 SHELL'
739 ac_subst_files='' 774 ac_subst_files=''
740 ac_user_opts=' 775 ac_user_opts='
741 enable_option_checking 776 enable_option_checking
742 enable_multilib 777 enable_multilib
778 enable_silent_rules
743 enable_version_specific_runtime_libs 779 enable_version_specific_runtime_libs
744 enable_dependency_tracking 780 enable_dependency_tracking
745 with_bugurl 781 with_bugurl
746 enable_shared 782 enable_shared
747 enable_static 783 enable_static
748 with_pic 784 with_pic
749 enable_fast_install 785 enable_fast_install
750 with_gnu_ld 786 with_gnu_ld
751 enable_libtool_lock 787 enable_libtool_lock
752 enable_maintainer_mode 788 enable_maintainer_mode
789 with_toolexeclibdir
753 enable_symvers 790 enable_symvers
754 enable_cet 791 enable_cet
755 enable_generated_files_in_srcdir 792 enable_generated_files_in_srcdir
756 with_gcc_major_version_only 793 with_gcc_major_version_only
757 ' 794 '
824 ac_prev= 861 ac_prev=
825 continue 862 continue
826 fi 863 fi
827 864
828 case $ac_option in 865 case $ac_option in
829 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 866 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
830 *) ac_optarg=yes ;; 867 *=) ac_optarg= ;;
868 *) ac_optarg=yes ;;
831 esac 869 esac
832 870
833 # Accept the important Cygnus configure options, so we can diagnose typos. 871 # Accept the important Cygnus configure options, so we can diagnose typos.
834 872
835 case $ac_dashdash$ac_option in 873 case $ac_dashdash$ac_option in
870 908
871 -disable-* | --disable-*) 909 -disable-* | --disable-*)
872 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 910 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
873 # Reject names that are not valid shell variable names. 911 # Reject names that are not valid shell variable names.
874 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 912 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
875 as_fn_error "invalid feature name: $ac_useropt" 913 as_fn_error $? "invalid feature name: $ac_useropt"
876 ac_useropt_orig=$ac_useropt 914 ac_useropt_orig=$ac_useropt
877 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 915 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
878 case $ac_user_opts in 916 case $ac_user_opts in
879 *" 917 *"
880 "enable_$ac_useropt" 918 "enable_$ac_useropt"
896 934
897 -enable-* | --enable-*) 935 -enable-* | --enable-*)
898 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 936 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
899 # Reject names that are not valid shell variable names. 937 # Reject names that are not valid shell variable names.
900 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 938 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
901 as_fn_error "invalid feature name: $ac_useropt" 939 as_fn_error $? "invalid feature name: $ac_useropt"
902 ac_useropt_orig=$ac_useropt 940 ac_useropt_orig=$ac_useropt
903 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 941 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
904 case $ac_user_opts in 942 case $ac_user_opts in
905 *" 943 *"
906 "enable_$ac_useropt" 944 "enable_$ac_useropt"
1100 1138
1101 -with-* | --with-*) 1139 -with-* | --with-*)
1102 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1140 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1103 # Reject names that are not valid shell variable names. 1141 # Reject names that are not valid shell variable names.
1104 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1142 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1105 as_fn_error "invalid package name: $ac_useropt" 1143 as_fn_error $? "invalid package name: $ac_useropt"
1106 ac_useropt_orig=$ac_useropt 1144 ac_useropt_orig=$ac_useropt
1107 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1145 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1108 case $ac_user_opts in 1146 case $ac_user_opts in
1109 *" 1147 *"
1110 "with_$ac_useropt" 1148 "with_$ac_useropt"
1116 1154
1117 -without-* | --without-*) 1155 -without-* | --without-*)
1118 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1156 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1119 # Reject names that are not valid shell variable names. 1157 # Reject names that are not valid shell variable names.
1120 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1158 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1121 as_fn_error "invalid package name: $ac_useropt" 1159 as_fn_error $? "invalid package name: $ac_useropt"
1122 ac_useropt_orig=$ac_useropt 1160 ac_useropt_orig=$ac_useropt
1123 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1161 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1124 case $ac_user_opts in 1162 case $ac_user_opts in
1125 *" 1163 *"
1126 "with_$ac_useropt" 1164 "with_$ac_useropt"
1146 ac_prev=x_libraries ;; 1184 ac_prev=x_libraries ;;
1147 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1185 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1148 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1186 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1149 x_libraries=$ac_optarg ;; 1187 x_libraries=$ac_optarg ;;
1150 1188
1151 -*) as_fn_error "unrecognized option: \`$ac_option' 1189 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1152 Try \`$0 --help' for more information." 1190 Try \`$0 --help' for more information"
1153 ;; 1191 ;;
1154 1192
1155 *=*) 1193 *=*)
1156 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1194 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1157 # Reject names that are not valid shell variable names. 1195 # Reject names that are not valid shell variable names.
1158 case $ac_envvar in #( 1196 case $ac_envvar in #(
1159 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1197 '' | [0-9]* | *[!_$as_cr_alnum]* )
1160 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1198 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1161 esac 1199 esac
1162 eval $ac_envvar=\$ac_optarg 1200 eval $ac_envvar=\$ac_optarg
1163 export $ac_envvar ;; 1201 export $ac_envvar ;;
1164 1202
1165 *) 1203 *)
1166 # FIXME: should be removed in autoconf 3.0. 1204 # FIXME: should be removed in autoconf 3.0.
1167 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1205 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1168 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1206 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1169 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1207 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1170 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1208 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1171 ;; 1209 ;;
1172 1210
1173 esac 1211 esac
1174 done 1212 done
1175 1213
1176 if test -n "$ac_prev"; then 1214 if test -n "$ac_prev"; then
1177 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1215 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1178 as_fn_error "missing argument to $ac_option" 1216 as_fn_error $? "missing argument to $ac_option"
1179 fi 1217 fi
1180 1218
1181 if test -n "$ac_unrecognized_opts"; then 1219 if test -n "$ac_unrecognized_opts"; then
1182 case $enable_option_checking in 1220 case $enable_option_checking in
1183 no) ;; 1221 no) ;;
1184 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1222 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1185 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1223 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1186 esac 1224 esac
1187 fi 1225 fi
1188 1226
1189 # Check all directory arguments for consistency. 1227 # Check all directory arguments for consistency.
1202 # Be sure to have absolute directory names. 1240 # Be sure to have absolute directory names.
1203 case $ac_val in 1241 case $ac_val in
1204 [\\/$]* | ?:[\\/]* ) continue;; 1242 [\\/$]* | ?:[\\/]* ) continue;;
1205 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1243 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1206 esac 1244 esac
1207 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1245 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1208 done 1246 done
1209 1247
1210 # There might be people who depend on the old broken behavior: `$host' 1248 # There might be people who depend on the old broken behavior: `$host'
1211 # used to hold the argument of --host etc. 1249 # used to hold the argument of --host etc.
1212 # FIXME: To remove some day. 1250 # FIXME: To remove some day.
1216 1254
1217 # FIXME: To remove some day. 1255 # FIXME: To remove some day.
1218 if test "x$host_alias" != x; then 1256 if test "x$host_alias" != x; then
1219 if test "x$build_alias" = x; then 1257 if test "x$build_alias" = x; then
1220 cross_compiling=maybe 1258 cross_compiling=maybe
1221 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1222 If a cross compiler is detected then cross compile mode will be used." >&2
1223 elif test "x$build_alias" != "x$host_alias"; then 1259 elif test "x$build_alias" != "x$host_alias"; then
1224 cross_compiling=yes 1260 cross_compiling=yes
1225 fi 1261 fi
1226 fi 1262 fi
1227 1263
1232 1268
1233 1269
1234 ac_pwd=`pwd` && test -n "$ac_pwd" && 1270 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1235 ac_ls_di=`ls -di .` && 1271 ac_ls_di=`ls -di .` &&
1236 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1272 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1237 as_fn_error "working directory cannot be determined" 1273 as_fn_error $? "working directory cannot be determined"
1238 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1274 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1239 as_fn_error "pwd does not report name of working directory" 1275 as_fn_error $? "pwd does not report name of working directory"
1240 1276
1241 1277
1242 # Find the source files, if location was not specified. 1278 # Find the source files, if location was not specified.
1243 if test -z "$srcdir"; then 1279 if test -z "$srcdir"; then
1244 ac_srcdir_defaulted=yes 1280 ac_srcdir_defaulted=yes
1273 else 1309 else
1274 ac_srcdir_defaulted=no 1310 ac_srcdir_defaulted=no
1275 fi 1311 fi
1276 if test ! -r "$srcdir/$ac_unique_file"; then 1312 if test ! -r "$srcdir/$ac_unique_file"; then
1277 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1313 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1278 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1314 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1279 fi 1315 fi
1280 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1316 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 ac_abs_confdir=`( 1317 ac_abs_confdir=`(
1282 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1318 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1283 pwd)` 1319 pwd)`
1284 # When building in place, set srcdir=. 1320 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then 1321 if test "$ac_abs_confdir" = "$ac_pwd"; then
1286 srcdir=. 1322 srcdir=.
1287 fi 1323 fi
1317 Configuration: 1353 Configuration:
1318 -h, --help display this help and exit 1354 -h, --help display this help and exit
1319 --help=short display options specific to this package 1355 --help=short display options specific to this package
1320 --help=recursive display the short help of all the included packages 1356 --help=recursive display the short help of all the included packages
1321 -V, --version display version information and exit 1357 -V, --version display version information and exit
1322 -q, --quiet, --silent do not print \`checking...' messages 1358 -q, --quiet, --silent do not print \`checking ...' messages
1323 --cache-file=FILE cache test results in FILE [disabled] 1359 --cache-file=FILE cache test results in FILE [disabled]
1324 -C, --config-cache alias for \`--cache-file=config.cache' 1360 -C, --config-cache alias for \`--cache-file=config.cache'
1325 -n, --no-create do not create output files 1361 -n, --no-create do not create output files
1326 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1362 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1327 1363
1383 Optional Features: 1419 Optional Features:
1384 --disable-option-checking ignore unrecognized --enable/--with options 1420 --disable-option-checking ignore unrecognized --enable/--with options
1385 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1421 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1386 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1422 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1387 --enable-multilib build many library versions (default) 1423 --enable-multilib build many library versions (default)
1424 --enable-silent-rules less verbose build output (undo: "make V=1")
1425 --disable-silent-rules verbose build output (undo: "make V=0")
1388 --enable-version-specific-runtime-libs 1426 --enable-version-specific-runtime-libs
1389 specify that runtime libraries should be installed 1427 specify that runtime libraries should be installed
1390 in a compiler-specific directory 1428 in a compiler-specific directory
1391 --disable-dependency-tracking speeds up one-time build 1429 --enable-dependency-tracking
1392 --enable-dependency-tracking do not reject slow dependency extractors 1430 do not reject slow dependency extractors
1431 --disable-dependency-tracking
1432 speeds up one-time build
1393 --enable-shared[=PKGS] build shared libraries [default=yes] 1433 --enable-shared[=PKGS] build shared libraries [default=yes]
1394 --enable-static[=PKGS] build static libraries [default=yes] 1434 --enable-static[=PKGS] build static libraries [default=yes]
1395 --enable-fast-install[=PKGS] 1435 --enable-fast-install[=PKGS]
1396 optimize for fast installation [default=yes] 1436 optimize for fast installation [default=yes]
1397 --disable-libtool-lock avoid locking (might break parallel builds) 1437 --disable-libtool-lock avoid locking (might break parallel builds)
1398 --enable-maintainer-mode enable make rules and dependencies not useful 1438 --enable-maintainer-mode
1399 (and sometimes confusing) to the casual installer 1439 enable make rules and dependencies not useful (and
1440 sometimes confusing) to the casual installer
1400 --disable-symvers disable symbol versioning for libquadmath 1441 --disable-symvers disable symbol versioning for libquadmath
1401 --enable-cet enable Intel CET in target libraries [default=no] 1442 --enable-cet enable Intel CET in target libraries [default=no]
1402 --enable-generated-files-in-srcdir 1443 --enable-generated-files-in-srcdir
1403 put copies of generated files in source dir intended 1444 put copies of generated files in source dir intended
1404 for creating source tarballs for users without 1445 for creating source tarballs for users without
1409 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1450 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1410 --with-bugurl=URL Direct users to URL to report a bug 1451 --with-bugurl=URL Direct users to URL to report a bug
1411 --with-pic try to use only PIC/non-PIC objects [default=use 1452 --with-pic try to use only PIC/non-PIC objects [default=use
1412 both] 1453 both]
1413 --with-gnu-ld assume the C compiler uses GNU ld [default=no] 1454 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1455 --with-toolexeclibdir=DIR
1456 install libraries built with a cross compiler within
1457 DIR
1414 --with-gcc-major-version-only 1458 --with-gcc-major-version-only
1415 use only GCC major number in filesystem paths 1459 use only GCC major number in filesystem paths
1416 1460
1417 Some influential environment variables: 1461 Some influential environment variables:
1418 CC C compiler command 1462 CC C compiler command
1419 CFLAGS C compiler flags 1463 CFLAGS C compiler flags
1420 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1464 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1421 nonstandard directory <lib dir> 1465 nonstandard directory <lib dir>
1422 LIBS libraries to pass to the linker, e.g. -l<library> 1466 LIBS libraries to pass to the linker, e.g. -l<library>
1423 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1467 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1424 you have headers in a nonstandard directory <include dir> 1468 you have headers in a nonstandard directory <include dir>
1425 CPP C preprocessor 1469 CPP C preprocessor
1426 1470
1427 Use these variables to override the choices made by `configure' or to help 1471 Use these variables to override the choices made by `configure' or to help
1428 it to find libraries and programs with nonstandard names/locations. 1472 it to find libraries and programs with nonstandard names/locations.
1489 1533
1490 test -n "$ac_init_help" && exit $ac_status 1534 test -n "$ac_init_help" && exit $ac_status
1491 if $ac_init_version; then 1535 if $ac_init_version; then
1492 cat <<\_ACEOF 1536 cat <<\_ACEOF
1493 GCC Quad-precision Math Library configure 0.1 1537 GCC Quad-precision Math Library configure 0.1
1494 generated by GNU Autoconf 2.64 1538 generated by GNU Autoconf 2.69
1495 1539
1496 Copyright (C) 2009 Free Software Foundation, Inc. 1540 Copyright (C) 2012 Free Software Foundation, Inc.
1497 This configure script is free software; the Free Software Foundation 1541 This configure script is free software; the Free Software Foundation
1498 gives unlimited permission to copy, distribute and modify it. 1542 gives unlimited permission to copy, distribute and modify it.
1499 _ACEOF 1543 _ACEOF
1500 exit 1544 exit
1501 fi 1545 fi
1535 $as_echo "$as_me: failed program was:" >&5 1579 $as_echo "$as_me: failed program was:" >&5
1536 sed 's/^/| /' conftest.$ac_ext >&5 1580 sed 's/^/| /' conftest.$ac_ext >&5
1537 1581
1538 ac_retval=1 1582 ac_retval=1
1539 fi 1583 fi
1540 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1584 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1541 return $ac_retval 1585 as_fn_set_status $ac_retval
1542 1586
1543 } # ac_fn_c_try_compile 1587 } # ac_fn_c_try_compile
1544 1588
1545 # ac_fn_c_try_cpp LINENO 1589 # ac_fn_c_try_cpp LINENO
1546 # ---------------------- 1590 # ----------------------
1561 grep -v '^ *+' conftest.err >conftest.er1 1605 grep -v '^ *+' conftest.err >conftest.er1
1562 cat conftest.er1 >&5 1606 cat conftest.er1 >&5
1563 mv -f conftest.er1 conftest.err 1607 mv -f conftest.er1 conftest.err
1564 fi 1608 fi
1565 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1566 test $ac_status = 0; } >/dev/null && { 1610 test $ac_status = 0; } > conftest.i && {
1567 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1611 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1568 test ! -s conftest.err 1612 test ! -s conftest.err
1569 }; then : 1613 }; then :
1570 ac_retval=0 1614 ac_retval=0
1571 else 1615 else
1572 $as_echo "$as_me: failed program was:" >&5 1616 $as_echo "$as_me: failed program was:" >&5
1573 sed 's/^/| /' conftest.$ac_ext >&5 1617 sed 's/^/| /' conftest.$ac_ext >&5
1574 1618
1575 ac_retval=1 1619 ac_retval=1
1576 fi 1620 fi
1577 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1621 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1578 return $ac_retval 1622 as_fn_set_status $ac_retval
1579 1623
1580 } # ac_fn_c_try_cpp 1624 } # ac_fn_c_try_cpp
1581 1625
1582 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 1626 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1583 # ------------------------------------------------------- 1627 # -------------------------------------------------------
1585 # the include files in INCLUDES and setting the cache variable VAR 1629 # the include files in INCLUDES and setting the cache variable VAR
1586 # accordingly. 1630 # accordingly.
1587 ac_fn_c_check_header_mongrel () 1631 ac_fn_c_check_header_mongrel ()
1588 { 1632 {
1589 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1633 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1590 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1634 if eval \${$3+:} false; then :
1591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1592 $as_echo_n "checking for $2... " >&6; } 1636 $as_echo_n "checking for $2... " >&6; }
1593 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1637 if eval \${$3+:} false; then :
1594 $as_echo_n "(cached) " >&6 1638 $as_echo_n "(cached) " >&6
1595 fi 1639 fi
1596 eval ac_res=\$$3 1640 eval ac_res=\$$3
1597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1598 $as_echo "$ac_res" >&6; } 1642 $as_echo "$ac_res" >&6; }
1624 if ac_fn_c_try_cpp "$LINENO"; then : 1668 if ac_fn_c_try_cpp "$LINENO"; then :
1625 ac_header_preproc=yes 1669 ac_header_preproc=yes
1626 else 1670 else
1627 ac_header_preproc=no 1671 ac_header_preproc=no
1628 fi 1672 fi
1629 rm -f conftest.err conftest.$ac_ext 1673 rm -f conftest.err conftest.i conftest.$ac_ext
1630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1631 $as_echo "$ac_header_preproc" >&6; } 1675 $as_echo "$ac_header_preproc" >&6; }
1632 1676
1633 # So? What about this header? 1677 # So? What about this header?
1634 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( 1678 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1651 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1695 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1652 ;; 1696 ;;
1653 esac 1697 esac
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1655 $as_echo_n "checking for $2... " >&6; } 1699 $as_echo_n "checking for $2... " >&6; }
1656 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1700 if eval \${$3+:} false; then :
1657 $as_echo_n "(cached) " >&6 1701 $as_echo_n "(cached) " >&6
1658 else 1702 else
1659 eval "$3=\$ac_header_compiler" 1703 eval "$3=\$ac_header_compiler"
1660 fi 1704 fi
1661 eval ac_res=\$$3 1705 eval ac_res=\$$3
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1663 $as_echo "$ac_res" >&6; } 1707 $as_echo "$ac_res" >&6; }
1664 fi 1708 fi
1665 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1709 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1666 1710
1667 } # ac_fn_c_check_header_mongrel 1711 } # ac_fn_c_check_header_mongrel
1668 1712
1669 # ac_fn_c_try_run LINENO 1713 # ac_fn_c_try_run LINENO
1670 # ---------------------- 1714 # ----------------------
1701 sed 's/^/| /' conftest.$ac_ext >&5 1745 sed 's/^/| /' conftest.$ac_ext >&5
1702 1746
1703 ac_retval=$ac_status 1747 ac_retval=$ac_status
1704 fi 1748 fi
1705 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1749 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1706 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1750 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1707 return $ac_retval 1751 as_fn_set_status $ac_retval
1708 1752
1709 } # ac_fn_c_try_run 1753 } # ac_fn_c_try_run
1710 1754
1711 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1755 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1712 # ------------------------------------------------------- 1756 # -------------------------------------------------------
1715 ac_fn_c_check_header_compile () 1759 ac_fn_c_check_header_compile ()
1716 { 1760 {
1717 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1761 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1719 $as_echo_n "checking for $2... " >&6; } 1763 $as_echo_n "checking for $2... " >&6; }
1720 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1764 if eval \${$3+:} false; then :
1721 $as_echo_n "(cached) " >&6 1765 $as_echo_n "(cached) " >&6
1722 else 1766 else
1723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1724 /* end confdefs.h. */ 1768 /* end confdefs.h. */
1725 $4 1769 $4
1733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1734 fi 1778 fi
1735 eval ac_res=\$$3 1779 eval ac_res=\$$3
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1737 $as_echo "$ac_res" >&6; } 1781 $as_echo "$ac_res" >&6; }
1738 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1782 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1739 1783
1740 } # ac_fn_c_check_header_compile 1784 } # ac_fn_c_check_header_compile
1741 1785
1742 # ac_fn_c_try_link LINENO 1786 # ac_fn_c_try_link LINENO
1743 # ----------------------- 1787 # -----------------------
1764 test $ac_status = 0; } && { 1808 test $ac_status = 0; } && {
1765 test -z "$ac_c_werror_flag" || 1809 test -z "$ac_c_werror_flag" ||
1766 test ! -s conftest.err 1810 test ! -s conftest.err
1767 } && test -s conftest$ac_exeext && { 1811 } && test -s conftest$ac_exeext && {
1768 test "$cross_compiling" = yes || 1812 test "$cross_compiling" = yes ||
1769 $as_test_x conftest$ac_exeext 1813 test -x conftest$ac_exeext
1770 }; then : 1814 }; then :
1771 ac_retval=0 1815 ac_retval=0
1772 else 1816 else
1773 $as_echo "$as_me: failed program was:" >&5 1817 $as_echo "$as_me: failed program was:" >&5
1774 sed 's/^/| /' conftest.$ac_ext >&5 1818 sed 's/^/| /' conftest.$ac_ext >&5
1778 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1822 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1779 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1823 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1780 # interfere with the next link command; also delete a directory that is 1824 # interfere with the next link command; also delete a directory that is
1781 # left behind by Apple's compiler. We do this before executing the actions. 1825 # left behind by Apple's compiler. We do this before executing the actions.
1782 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1826 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1783 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1827 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1784 return $ac_retval 1828 as_fn_set_status $ac_retval
1785 1829
1786 } # ac_fn_c_try_link 1830 } # ac_fn_c_try_link
1787 1831
1788 # ac_fn_c_check_func LINENO FUNC VAR 1832 # ac_fn_c_check_func LINENO FUNC VAR
1789 # ---------------------------------- 1833 # ----------------------------------
1791 ac_fn_c_check_func () 1835 ac_fn_c_check_func ()
1792 { 1836 {
1793 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1837 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1795 $as_echo_n "checking for $2... " >&6; } 1839 $as_echo_n "checking for $2... " >&6; }
1796 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1840 if eval \${$3+:} false; then :
1797 $as_echo_n "(cached) " >&6 1841 $as_echo_n "(cached) " >&6
1798 else 1842 else
1799 if test x$gcc_no_link = xyes; then 1843 if test x$gcc_no_link = xyes; then
1800 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 1844 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
1801 fi 1845 fi
1802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1803 /* end confdefs.h. */ 1847 /* end confdefs.h. */
1804 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. 1848 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1805 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 1849 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1849 conftest$ac_exeext conftest.$ac_ext 1893 conftest$ac_exeext conftest.$ac_ext
1850 fi 1894 fi
1851 eval ac_res=\$$3 1895 eval ac_res=\$$3
1852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1853 $as_echo "$ac_res" >&6; } 1897 $as_echo "$ac_res" >&6; }
1854 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1898 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1855 1899
1856 } # ac_fn_c_check_func 1900 } # ac_fn_c_check_func
1857 cat >config.log <<_ACEOF 1901 cat >config.log <<_ACEOF
1858 This file contains any messages produced by compilers while 1902 This file contains any messages produced by compilers while
1859 running configure, to aid debugging if configure makes a mistake. 1903 running configure, to aid debugging if configure makes a mistake.
1860 1904
1861 It was created by GCC Quad-precision Math Library $as_me 0.1, which was 1905 It was created by GCC Quad-precision Math Library $as_me 0.1, which was
1862 generated by GNU Autoconf 2.64. Invocation command line was 1906 generated by GNU Autoconf 2.69. Invocation command line was
1863 1907
1864 $ $0 $@ 1908 $ $0 $@
1865 1909
1866 _ACEOF 1910 _ACEOF
1867 exec 5>>config.log 1911 exec 5>>config.log
1967 trap 'exit_status=$? 2011 trap 'exit_status=$?
1968 # Save into config.log some information that might help in debugging. 2012 # Save into config.log some information that might help in debugging.
1969 { 2013 {
1970 echo 2014 echo
1971 2015
1972 cat <<\_ASBOX 2016 $as_echo "## ---------------- ##
1973 ## ---------------- ##
1974 ## Cache variables. ## 2017 ## Cache variables. ##
1975 ## ---------------- ## 2018 ## ---------------- ##"
1976 _ASBOX
1977 echo 2019 echo
1978 # The following way of writing the cache mishandles newlines in values, 2020 # The following way of writing the cache mishandles newlines in values,
1979 ( 2021 (
1980 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 2022 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1981 eval ac_val=\$$ac_var 2023 eval ac_val=\$$ac_var
2005 esac | 2047 esac |
2006 sort 2048 sort
2007 ) 2049 )
2008 echo 2050 echo
2009 2051
2010 cat <<\_ASBOX 2052 $as_echo "## ----------------- ##
2011 ## ----------------- ##
2012 ## Output variables. ## 2053 ## Output variables. ##
2013 ## ----------------- ## 2054 ## ----------------- ##"
2014 _ASBOX
2015 echo 2055 echo
2016 for ac_var in $ac_subst_vars 2056 for ac_var in $ac_subst_vars
2017 do 2057 do
2018 eval ac_val=\$$ac_var 2058 eval ac_val=\$$ac_var
2019 case $ac_val in 2059 case $ac_val in
2022 $as_echo "$ac_var='\''$ac_val'\''" 2062 $as_echo "$ac_var='\''$ac_val'\''"
2023 done | sort 2063 done | sort
2024 echo 2064 echo
2025 2065
2026 if test -n "$ac_subst_files"; then 2066 if test -n "$ac_subst_files"; then
2027 cat <<\_ASBOX 2067 $as_echo "## ------------------- ##
2028 ## ------------------- ##
2029 ## File substitutions. ## 2068 ## File substitutions. ##
2030 ## ------------------- ## 2069 ## ------------------- ##"
2031 _ASBOX
2032 echo 2070 echo
2033 for ac_var in $ac_subst_files 2071 for ac_var in $ac_subst_files
2034 do 2072 do
2035 eval ac_val=\$$ac_var 2073 eval ac_val=\$$ac_var
2036 case $ac_val in 2074 case $ac_val in
2040 done | sort 2078 done | sort
2041 echo 2079 echo
2042 fi 2080 fi
2043 2081
2044 if test -s confdefs.h; then 2082 if test -s confdefs.h; then
2045 cat <<\_ASBOX 2083 $as_echo "## ----------- ##
2046 ## ----------- ##
2047 ## confdefs.h. ## 2084 ## confdefs.h. ##
2048 ## ----------- ## 2085 ## ----------- ##"
2049 _ASBOX
2050 echo 2086 echo
2051 cat confdefs.h 2087 cat confdefs.h
2052 echo 2088 echo
2053 fi 2089 fi
2054 test "$ac_signal" != 0 && 2090 test "$ac_signal" != 0 &&
2099 # Let the site file select an alternate cache file if it wants to. 2135 # Let the site file select an alternate cache file if it wants to.
2100 # Prefer an explicitly selected file to automatically selected ones. 2136 # Prefer an explicitly selected file to automatically selected ones.
2101 ac_site_file1=NONE 2137 ac_site_file1=NONE
2102 ac_site_file2=NONE 2138 ac_site_file2=NONE
2103 if test -n "$CONFIG_SITE"; then 2139 if test -n "$CONFIG_SITE"; then
2104 ac_site_file1=$CONFIG_SITE 2140 # We do not want a PATH search for config.site.
2141 case $CONFIG_SITE in #((
2142 -*) ac_site_file1=./$CONFIG_SITE;;
2143 */*) ac_site_file1=$CONFIG_SITE;;
2144 *) ac_site_file1=./$CONFIG_SITE;;
2145 esac
2105 elif test "x$prefix" != xNONE; then 2146 elif test "x$prefix" != xNONE; then
2106 ac_site_file1=$prefix/share/config.site 2147 ac_site_file1=$prefix/share/config.site
2107 ac_site_file2=$prefix/etc/config.site 2148 ac_site_file2=$prefix/etc/config.site
2108 else 2149 else
2109 ac_site_file1=$ac_default_prefix/share/config.site 2150 ac_site_file1=$ac_default_prefix/share/config.site
2110 ac_site_file2=$ac_default_prefix/etc/config.site 2151 ac_site_file2=$ac_default_prefix/etc/config.site
2111 fi 2152 fi
2112 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 2153 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2113 do 2154 do
2114 test "x$ac_site_file" = xNONE && continue 2155 test "x$ac_site_file" = xNONE && continue
2115 if test -r "$ac_site_file"; then 2156 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2116 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2157 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2117 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 2158 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2118 sed 's/^/| /' "$ac_site_file" >&5 2159 sed 's/^/| /' "$ac_site_file" >&5
2119 . "$ac_site_file" 2160 . "$ac_site_file" \
2161 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2162 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2163 as_fn_error $? "failed to load site script $ac_site_file
2164 See \`config.log' for more details" "$LINENO" 5; }
2120 fi 2165 fi
2121 done 2166 done
2122 2167
2123 if test -r "$cache_file"; then 2168 if test -r "$cache_file"; then
2124 # Some versions of bash will fail to source /dev/null (special 2169 # Some versions of bash will fail to source /dev/null (special files
2125 # files actually), so we avoid doing that. 2170 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2126 if test -f "$cache_file"; then 2171 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2127 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2172 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2128 $as_echo "$as_me: loading cache $cache_file" >&6;} 2173 $as_echo "$as_me: loading cache $cache_file" >&6;}
2129 case $cache_file in 2174 case $cache_file in
2130 [\\/]* | ?:[\\/]* ) . "$cache_file";; 2175 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2131 *) . "./$cache_file";; 2176 *) . "./$cache_file";;
2190 if $ac_cache_corrupted; then 2235 if $ac_cache_corrupted; then
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2236 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2192 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2237 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2238 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2194 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2239 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2195 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2240 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2196 fi 2241 fi
2197 ## -------------------- ## 2242 ## -------------------- ##
2198 ## Main body of script. ## 2243 ## Main body of script. ##
2199 ## -------------------- ## 2244 ## -------------------- ##
2200 2245
2226 # 2271 #
2227 # Do not delete or change the following two lines. For why, see 2272 # Do not delete or change the following two lines. For why, see
2228 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html 2273 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
2229 ac_aux_dir= 2274 ac_aux_dir=
2230 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 2275 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2231 for ac_t in install-sh install.sh shtool; do 2276 if test -f "$ac_dir/install-sh"; then
2232 if test -f "$ac_dir/$ac_t"; then 2277 ac_aux_dir=$ac_dir
2233 ac_aux_dir=$ac_dir 2278 ac_install_sh="$ac_aux_dir/install-sh -c"
2234 ac_install_sh="$ac_aux_dir/$ac_t -c" 2279 break
2235 break 2 2280 elif test -f "$ac_dir/install.sh"; then
2236 fi 2281 ac_aux_dir=$ac_dir
2237 done 2282 ac_install_sh="$ac_aux_dir/install.sh -c"
2283 break
2284 elif test -f "$ac_dir/shtool"; then
2285 ac_aux_dir=$ac_dir
2286 ac_install_sh="$ac_aux_dir/shtool install -c"
2287 break
2288 fi
2238 done 2289 done
2239 if test -z "$ac_aux_dir"; then 2290 if test -z "$ac_aux_dir"; then
2240 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 2291 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2241 fi 2292 fi
2242 2293
2243 # These three variables are undocumented and unsupported, 2294 # These three variables are undocumented and unsupported,
2244 # and are intended to be withdrawn in a future Autoconf release. 2295 # and are intended to be withdrawn in a future Autoconf release.
2245 # They can cause serious problems if a builder's source tree is in a directory 2296 # They can cause serious problems if a builder's source tree is in a directory
2249 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 2300 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2250 2301
2251 2302
2252 # Make sure we can run config.sub. 2303 # Make sure we can run config.sub.
2253 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2304 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2254 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2305 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2255 2306
2256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2257 $as_echo_n "checking build system type... " >&6; } 2308 $as_echo_n "checking build system type... " >&6; }
2258 if test "${ac_cv_build+set}" = set; then : 2309 if ${ac_cv_build+:} false; then :
2259 $as_echo_n "(cached) " >&6 2310 $as_echo_n "(cached) " >&6
2260 else 2311 else
2261 ac_build_alias=$build_alias 2312 ac_build_alias=$build_alias
2262 test "x$ac_build_alias" = x && 2313 test "x$ac_build_alias" = x &&
2263 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2314 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2264 test "x$ac_build_alias" = x && 2315 test "x$ac_build_alias" = x &&
2265 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 2316 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2266 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 2317 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2267 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 2318 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2268 2319
2269 fi 2320 fi
2270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2271 $as_echo "$ac_cv_build" >&6; } 2322 $as_echo "$ac_cv_build" >&6; }
2272 case $ac_cv_build in 2323 case $ac_cv_build in
2273 *-*-*) ;; 2324 *-*-*) ;;
2274 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; 2325 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2275 esac 2326 esac
2276 build=$ac_cv_build 2327 build=$ac_cv_build
2277 ac_save_IFS=$IFS; IFS='-' 2328 ac_save_IFS=$IFS; IFS='-'
2278 set x $ac_cv_build 2329 set x $ac_cv_build
2279 shift 2330 shift
2287 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2338 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2288 2339
2289 2340
2290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2291 $as_echo_n "checking host system type... " >&6; } 2342 $as_echo_n "checking host system type... " >&6; }
2292 if test "${ac_cv_host+set}" = set; then : 2343 if ${ac_cv_host+:} false; then :
2293 $as_echo_n "(cached) " >&6 2344 $as_echo_n "(cached) " >&6
2294 else 2345 else
2295 if test "x$host_alias" = x; then 2346 if test "x$host_alias" = x; then
2296 ac_cv_host=$ac_cv_build 2347 ac_cv_host=$ac_cv_build
2297 else 2348 else
2298 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2349 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2299 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 2350 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2300 fi 2351 fi
2301 2352
2302 fi 2353 fi
2303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2304 $as_echo "$ac_cv_host" >&6; } 2355 $as_echo "$ac_cv_host" >&6; }
2305 case $ac_cv_host in 2356 case $ac_cv_host in
2306 *-*-*) ;; 2357 *-*-*) ;;
2307 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; 2358 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2308 esac 2359 esac
2309 host=$ac_cv_host 2360 host=$ac_cv_host
2310 ac_save_IFS=$IFS; IFS='-' 2361 ac_save_IFS=$IFS; IFS='-'
2311 set x $ac_cv_host 2362 set x $ac_cv_host
2312 shift 2363 shift
2320 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 2371 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2321 2372
2322 2373
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 2374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2324 $as_echo_n "checking target system type... " >&6; } 2375 $as_echo_n "checking target system type... " >&6; }
2325 if test "${ac_cv_target+set}" = set; then : 2376 if ${ac_cv_target+:} false; then :
2326 $as_echo_n "(cached) " >&6 2377 $as_echo_n "(cached) " >&6
2327 else 2378 else
2328 if test "x$target_alias" = x; then 2379 if test "x$target_alias" = x; then
2329 ac_cv_target=$ac_cv_host 2380 ac_cv_target=$ac_cv_host
2330 else 2381 else
2331 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 2382 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2332 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 2383 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2333 fi 2384 fi
2334 2385
2335 fi 2386 fi
2336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 2387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2337 $as_echo "$ac_cv_target" >&6; } 2388 $as_echo "$ac_cv_target" >&6; }
2338 case $ac_cv_target in 2389 case $ac_cv_target in
2339 *-*-*) ;; 2390 *-*-*) ;;
2340 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;; 2391 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2341 esac 2392 esac
2342 target=$ac_cv_target 2393 target=$ac_cv_target
2343 ac_save_IFS=$IFS; IFS='-' 2394 ac_save_IFS=$IFS; IFS='-'
2344 set x $ac_cv_target 2395 set x $ac_cv_target
2345 shift 2396 shift
2382 # Check whether --enable-multilib was given. 2433 # Check whether --enable-multilib was given.
2383 if test "${enable_multilib+set}" = set; then : 2434 if test "${enable_multilib+set}" = set; then :
2384 enableval=$enable_multilib; case "$enableval" in 2435 enableval=$enable_multilib; case "$enableval" in
2385 yes) multilib=yes ;; 2436 yes) multilib=yes ;;
2386 no) multilib=no ;; 2437 no) multilib=no ;;
2387 *) as_fn_error "bad value $enableval for multilib option" "$LINENO" 5 ;; 2438 *) as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
2388 esac 2439 esac
2389 else 2440 else
2390 multilib=yes 2441 multilib=yes
2391 fi 2442 fi
2392 2443
2417 2468
2418 2469
2419 target_alias=${target_alias-$host_alias} 2470 target_alias=${target_alias-$host_alias}
2420 2471
2421 2472
2422 am__api_version='1.11' 2473 am__api_version='1.15'
2423 2474
2424 # Find a good install program. We prefer a C program (faster), 2475 # Find a good install program. We prefer a C program (faster),
2425 # so one script is as good as another. But avoid the broken or 2476 # so one script is as good as another. But avoid the broken or
2426 # incompatible versions: 2477 # incompatible versions:
2427 # SysV /etc/install, /usr/sbin/install 2478 # SysV /etc/install, /usr/sbin/install
2436 # ./install, which can be erroneously created by make from ./install.sh. 2487 # ./install, which can be erroneously created by make from ./install.sh.
2437 # Reject install programs that cannot install multiple files. 2488 # Reject install programs that cannot install multiple files.
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 2489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2439 $as_echo_n "checking for a BSD-compatible install... " >&6; } 2490 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2440 if test -z "$INSTALL"; then 2491 if test -z "$INSTALL"; then
2441 if test "${ac_cv_path_install+set}" = set; then : 2492 if ${ac_cv_path_install+:} false; then :
2442 $as_echo_n "(cached) " >&6 2493 $as_echo_n "(cached) " >&6
2443 else 2494 else
2444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2445 for as_dir in $PATH 2496 for as_dir in $PATH
2446 do 2497 do
2456 # OSF1 and SCO ODT 3.0 have their own names for install. 2507 # OSF1 and SCO ODT 3.0 have their own names for install.
2457 # Don't use installbsd from OSF since it installs stuff as root 2508 # Don't use installbsd from OSF since it installs stuff as root
2458 # by default. 2509 # by default.
2459 for ac_prog in ginstall scoinst install; do 2510 for ac_prog in ginstall scoinst install; do
2460 for ac_exec_ext in '' $ac_executable_extensions; do 2511 for ac_exec_ext in '' $ac_executable_extensions; do
2461 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 2512 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2462 if test $ac_prog = install && 2513 if test $ac_prog = install &&
2463 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2514 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2464 # AIX install. It has an incompatible calling convention. 2515 # AIX install. It has an incompatible calling convention.
2465 : 2516 :
2466 elif test $ac_prog = install && 2517 elif test $ac_prog = install &&
2514 2565
2515 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2566 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2516 2567
2517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2518 $as_echo_n "checking whether build environment is sane... " >&6; } 2569 $as_echo_n "checking whether build environment is sane... " >&6; }
2519 # Just in case
2520 sleep 1
2521 echo timestamp > conftest.file
2522 # Reject unsafe characters in $srcdir or the absolute working directory 2570 # Reject unsafe characters in $srcdir or the absolute working directory
2523 # name. Accept space and tab only in the latter. 2571 # name. Accept space and tab only in the latter.
2524 am_lf=' 2572 am_lf='
2525 ' 2573 '
2526 case `pwd` in 2574 case `pwd` in
2527 *[\\\"\#\$\&\'\`$am_lf]*) 2575 *[\\\"\#\$\&\'\`$am_lf]*)
2528 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; 2576 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2529 esac 2577 esac
2530 case $srcdir in 2578 case $srcdir in
2531 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2579 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2532 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 2580 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2533 esac 2581 esac
2534 2582
2535 # Do `set' in a subshell so we don't clobber the current shell's 2583 # Do 'set' in a subshell so we don't clobber the current shell's
2536 # arguments. Must try -L first in case configure is actually a 2584 # arguments. Must try -L first in case configure is actually a
2537 # symlink; some systems play weird games with the mod time of symlinks 2585 # symlink; some systems play weird games with the mod time of symlinks
2538 # (eg FreeBSD returns the mod time of the symlink's containing 2586 # (eg FreeBSD returns the mod time of the symlink's containing
2539 # directory). 2587 # directory).
2540 if ( 2588 if (
2541 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2589 am_has_slept=no
2542 if test "$*" = "X"; then 2590 for am_try in 1 2; do
2543 # -L didn't work. 2591 echo "timestamp, slept: $am_has_slept" > conftest.file
2544 set X `ls -t "$srcdir/configure" conftest.file` 2592 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2545 fi 2593 if test "$*" = "X"; then
2546 rm -f conftest.file 2594 # -L didn't work.
2547 if test "$*" != "X $srcdir/configure conftest.file" \ 2595 set X `ls -t "$srcdir/configure" conftest.file`
2548 && test "$*" != "X conftest.file $srcdir/configure"; then 2596 fi
2549 2597 if test "$*" != "X $srcdir/configure conftest.file" \
2550 # If neither matched, then we have a broken ls. This can happen 2598 && test "$*" != "X conftest.file $srcdir/configure"; then
2551 # if, for instance, CONFIG_SHELL is bash and it inherits a 2599
2552 # broken ls alias from the environment. This has actually 2600 # If neither matched, then we have a broken ls. This can happen
2553 # happened. Such a system could not be considered "sane". 2601 # if, for instance, CONFIG_SHELL is bash and it inherits a
2554 as_fn_error "ls -t appears to fail. Make sure there is not a broken 2602 # broken ls alias from the environment. This has actually
2555 alias in your environment" "$LINENO" 5 2603 # happened. Such a system could not be considered "sane".
2556 fi 2604 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2557 2605 alias in your environment" "$LINENO" 5
2606 fi
2607 if test "$2" = conftest.file || test $am_try -eq 2; then
2608 break
2609 fi
2610 # Just in case.
2611 sleep 1
2612 am_has_slept=yes
2613 done
2558 test "$2" = conftest.file 2614 test "$2" = conftest.file
2559 ) 2615 )
2560 then 2616 then
2561 # Ok. 2617 # Ok.
2562 : 2618 :
2563 else 2619 else
2564 as_fn_error "newly created file is older than distributed files! 2620 as_fn_error $? "newly created file is older than distributed files!
2565 Check your system clock" "$LINENO" 5 2621 Check your system clock" "$LINENO" 5
2566 fi 2622 fi
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2568 $as_echo "yes" >&6; } 2624 $as_echo "yes" >&6; }
2625 # If we didn't sleep, we still need to ensure time stamps of config.status and
2626 # generated files are strictly newer.
2627 am_sleep_pid=
2628 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2629 ( sleep 1 ) &
2630 am_sleep_pid=$!
2631 fi
2632
2633 rm -f conftest.file
2634
2569 test "$program_prefix" != NONE && 2635 test "$program_prefix" != NONE &&
2570 program_transform_name="s&^&$program_prefix&;$program_transform_name" 2636 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2571 # Use a double $ so make ignores it. 2637 # Use a double $ so make ignores it.
2572 test "$program_suffix" != NONE && 2638 test "$program_suffix" != NONE &&
2573 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 2639 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2574 # Double any \ or $. 2640 # Double any \ or $.
2575 # By default was `s,x,x', remove it if useless. 2641 # By default was `s,x,x', remove it if useless.
2576 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2642 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2577 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2643 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2578 2644
2579 # expand $ac_aux_dir to an absolute path 2645 # Expand $ac_aux_dir to an absolute path.
2580 am_aux_dir=`cd $ac_aux_dir && pwd` 2646 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2581 2647
2582 if test x"${MISSING+set}" != xset; then 2648 if test x"${MISSING+set}" != xset; then
2583 case $am_aux_dir in 2649 case $am_aux_dir in
2584 *\ * | *\ *) 2650 *\ * | *\ *)
2585 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 2651 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2586 *) 2652 *)
2587 MISSING="\${SHELL} $am_aux_dir/missing" ;; 2653 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2588 esac 2654 esac
2589 fi 2655 fi
2590 # Use eval to expand $SHELL 2656 # Use eval to expand $SHELL
2591 if eval "$MISSING --run true"; then 2657 if eval "$MISSING --is-lightweight"; then
2592 am_missing_run="$MISSING --run " 2658 am_missing_run="$MISSING "
2593 else 2659 else
2594 am_missing_run= 2660 am_missing_run=
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 2661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2596 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2662 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2597 fi 2663 fi
2598 2664
2599 if test x"${install_sh}" != xset; then 2665 if test x"${install_sh+set}" != xset; then
2600 case $am_aux_dir in 2666 case $am_aux_dir in
2601 *\ * | *\ *) 2667 *\ * | *\ *)
2602 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2668 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2603 *) 2669 *)
2604 install_sh="\${SHELL} $am_aux_dir/install-sh" 2670 install_sh="\${SHELL} $am_aux_dir/install-sh"
2605 esac 2671 esac
2606 fi 2672 fi
2607 2673
2608 # Installed binaries are usually stripped using `strip' when the user 2674 # Installed binaries are usually stripped using 'strip' when the user
2609 # run `make install-strip'. However `strip' might not be the right 2675 # run "make install-strip". However 'strip' might not be the right
2610 # tool to use in cross-compilation environments, therefore Automake 2676 # tool to use in cross-compilation environments, therefore Automake
2611 # will honor the `STRIP' environment variable to overrule this program. 2677 # will honor the 'STRIP' environment variable to overrule this program.
2612 if test "$cross_compiling" != no; then 2678 if test "$cross_compiling" != no; then
2613 if test -n "$ac_tool_prefix"; then 2679 if test -n "$ac_tool_prefix"; then
2614 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2680 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2615 set dummy ${ac_tool_prefix}strip; ac_word=$2 2681 set dummy ${ac_tool_prefix}strip; ac_word=$2
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2617 $as_echo_n "checking for $ac_word... " >&6; } 2683 $as_echo_n "checking for $ac_word... " >&6; }
2618 if test "${ac_cv_prog_STRIP+set}" = set; then : 2684 if ${ac_cv_prog_STRIP+:} false; then :
2619 $as_echo_n "(cached) " >&6 2685 $as_echo_n "(cached) " >&6
2620 else 2686 else
2621 if test -n "$STRIP"; then 2687 if test -n "$STRIP"; then
2622 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2688 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2623 else 2689 else
2625 for as_dir in $PATH 2691 for as_dir in $PATH
2626 do 2692 do
2627 IFS=$as_save_IFS 2693 IFS=$as_save_IFS
2628 test -z "$as_dir" && as_dir=. 2694 test -z "$as_dir" && as_dir=.
2629 for ac_exec_ext in '' $ac_executable_extensions; do 2695 for ac_exec_ext in '' $ac_executable_extensions; do
2630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2696 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2631 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2697 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2633 break 2 2699 break 2
2634 fi 2700 fi
2635 done 2701 done
2653 ac_ct_STRIP=$STRIP 2719 ac_ct_STRIP=$STRIP
2654 # Extract the first word of "strip", so it can be a program name with args. 2720 # Extract the first word of "strip", so it can be a program name with args.
2655 set dummy strip; ac_word=$2 2721 set dummy strip; ac_word=$2
2656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2657 $as_echo_n "checking for $ac_word... " >&6; } 2723 $as_echo_n "checking for $ac_word... " >&6; }
2658 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 2724 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2659 $as_echo_n "(cached) " >&6 2725 $as_echo_n "(cached) " >&6
2660 else 2726 else
2661 if test -n "$ac_ct_STRIP"; then 2727 if test -n "$ac_ct_STRIP"; then
2662 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 2728 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2663 else 2729 else
2665 for as_dir in $PATH 2731 for as_dir in $PATH
2666 do 2732 do
2667 IFS=$as_save_IFS 2733 IFS=$as_save_IFS
2668 test -z "$as_dir" && as_dir=. 2734 test -z "$as_dir" && as_dir=.
2669 for ac_exec_ext in '' $ac_executable_extensions; do 2735 for ac_exec_ext in '' $ac_executable_extensions; do
2670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2736 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2671 ac_cv_prog_ac_ct_STRIP="strip" 2737 ac_cv_prog_ac_ct_STRIP="strip"
2672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2673 break 2 2739 break 2
2674 fi 2740 fi
2675 done 2741 done
2706 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 2772 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2707 2773
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 2774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2709 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 2775 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2710 if test -z "$MKDIR_P"; then 2776 if test -z "$MKDIR_P"; then
2711 if test "${ac_cv_path_mkdir+set}" = set; then : 2777 if ${ac_cv_path_mkdir+:} false; then :
2712 $as_echo_n "(cached) " >&6 2778 $as_echo_n "(cached) " >&6
2713 else 2779 else
2714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2715 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 2781 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2716 do 2782 do
2717 IFS=$as_save_IFS 2783 IFS=$as_save_IFS
2718 test -z "$as_dir" && as_dir=. 2784 test -z "$as_dir" && as_dir=.
2719 for ac_prog in mkdir gmkdir; do 2785 for ac_prog in mkdir gmkdir; do
2720 for ac_exec_ext in '' $ac_executable_extensions; do 2786 for ac_exec_ext in '' $ac_executable_extensions; do
2721 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 2787 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2722 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 2788 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2723 'mkdir (GNU coreutils) '* | \ 2789 'mkdir (GNU coreutils) '* | \
2724 'mkdir (coreutils) '* | \ 2790 'mkdir (coreutils) '* | \
2725 'mkdir (fileutils) '4.1*) 2791 'mkdir (fileutils) '4.1*)
2726 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 2792 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2731 done 2797 done
2732 IFS=$as_save_IFS 2798 IFS=$as_save_IFS
2733 2799
2734 fi 2800 fi
2735 2801
2802 test -d ./--version && rmdir ./--version
2736 if test "${ac_cv_path_mkdir+set}" = set; then 2803 if test "${ac_cv_path_mkdir+set}" = set; then
2737 MKDIR_P="$ac_cv_path_mkdir -p" 2804 MKDIR_P="$ac_cv_path_mkdir -p"
2738 else 2805 else
2739 # As a last resort, use the slow shell script. Don't cache a 2806 # As a last resort, use the slow shell script. Don't cache a
2740 # value for MKDIR_P within a source directory, because that will 2807 # value for MKDIR_P within a source directory, because that will
2741 # break other packages using the cache if that directory is 2808 # break other packages using the cache if that directory is
2742 # removed, or if the value is a relative name. 2809 # removed, or if the value is a relative name.
2743 test -d ./--version && rmdir ./--version
2744 MKDIR_P="$ac_install_sh -d" 2810 MKDIR_P="$ac_install_sh -d"
2745 fi 2811 fi
2746 fi 2812 fi
2747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 2813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2748 $as_echo "$MKDIR_P" >&6; } 2814 $as_echo "$MKDIR_P" >&6; }
2749
2750 mkdir_p="$MKDIR_P"
2751 case $mkdir_p in
2752 [\\/$]* | ?:[\\/]*) ;;
2753 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2754 esac
2755 2815
2756 for ac_prog in gawk mawk nawk awk 2816 for ac_prog in gawk mawk nawk awk
2757 do 2817 do
2758 # Extract the first word of "$ac_prog", so it can be a program name with args. 2818 # Extract the first word of "$ac_prog", so it can be a program name with args.
2759 set dummy $ac_prog; ac_word=$2 2819 set dummy $ac_prog; ac_word=$2
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2761 $as_echo_n "checking for $ac_word... " >&6; } 2821 $as_echo_n "checking for $ac_word... " >&6; }
2762 if test "${ac_cv_prog_AWK+set}" = set; then : 2822 if ${ac_cv_prog_AWK+:} false; then :
2763 $as_echo_n "(cached) " >&6 2823 $as_echo_n "(cached) " >&6
2764 else 2824 else
2765 if test -n "$AWK"; then 2825 if test -n "$AWK"; then
2766 ac_cv_prog_AWK="$AWK" # Let the user override the test. 2826 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2767 else 2827 else
2769 for as_dir in $PATH 2829 for as_dir in $PATH
2770 do 2830 do
2771 IFS=$as_save_IFS 2831 IFS=$as_save_IFS
2772 test -z "$as_dir" && as_dir=. 2832 test -z "$as_dir" && as_dir=.
2773 for ac_exec_ext in '' $ac_executable_extensions; do 2833 for ac_exec_ext in '' $ac_executable_extensions; do
2774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2834 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2775 ac_cv_prog_AWK="$ac_prog" 2835 ac_cv_prog_AWK="$ac_prog"
2776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2777 break 2 2837 break 2
2778 fi 2838 fi
2779 done 2839 done
2797 2857
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2799 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2859 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2800 set x ${MAKE-make} 2860 set x ${MAKE-make}
2801 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2861 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2802 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 2862 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2803 $as_echo_n "(cached) " >&6 2863 $as_echo_n "(cached) " >&6
2804 else 2864 else
2805 cat >conftest.make <<\_ACEOF 2865 cat >conftest.make <<\_ACEOF
2806 SHELL = /bin/sh 2866 SHELL = /bin/sh
2807 all: 2867 all:
2808 @echo '@@@%%%=$(MAKE)=@@@%%%' 2868 @echo '@@@%%%=$(MAKE)=@@@%%%'
2809 _ACEOF 2869 _ACEOF
2810 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 2870 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2811 case `${MAKE-make} -f conftest.make 2>/dev/null` in 2871 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2812 *@@@%%%=?*=@@@%%%*) 2872 *@@@%%%=?*=@@@%%%*)
2813 eval ac_cv_prog_make_${ac_make}_set=yes;; 2873 eval ac_cv_prog_make_${ac_make}_set=yes;;
2814 *) 2874 *)
2815 eval ac_cv_prog_make_${ac_make}_set=no;; 2875 eval ac_cv_prog_make_${ac_make}_set=no;;
2833 else 2893 else
2834 am__leading_dot=_ 2894 am__leading_dot=_
2835 fi 2895 fi
2836 rmdir .tst 2>/dev/null 2896 rmdir .tst 2>/dev/null
2837 2897
2898 # Check whether --enable-silent-rules was given.
2899 if test "${enable_silent_rules+set}" = set; then :
2900 enableval=$enable_silent_rules;
2901 fi
2902
2903 case $enable_silent_rules in # (((
2904 yes) AM_DEFAULT_VERBOSITY=0;;
2905 no) AM_DEFAULT_VERBOSITY=1;;
2906 *) AM_DEFAULT_VERBOSITY=1;;
2907 esac
2908 am_make=${MAKE-make}
2909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2910 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2911 if ${am_cv_make_support_nested_variables+:} false; then :
2912 $as_echo_n "(cached) " >&6
2913 else
2914 if $as_echo 'TRUE=$(BAR$(V))
2915 BAR0=false
2916 BAR1=true
2917 V=1
2918 am__doit:
2919 @$(TRUE)
2920 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2921 am_cv_make_support_nested_variables=yes
2922 else
2923 am_cv_make_support_nested_variables=no
2924 fi
2925 fi
2926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2927 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2928 if test $am_cv_make_support_nested_variables = yes; then
2929 AM_V='$(V)'
2930 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2931 else
2932 AM_V=$AM_DEFAULT_VERBOSITY
2933 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2934 fi
2935 AM_BACKSLASH='\'
2936
2838 if test "`cd $srcdir && pwd`" != "`pwd`"; then 2937 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2839 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 2938 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2840 # is not polluted with repeated "-I." 2939 # is not polluted with repeated "-I."
2841 am__isrc=' -I$(srcdir)' 2940 am__isrc=' -I$(srcdir)'
2842 # test to see if srcdir already configured 2941 # test to see if srcdir already configured
2843 if test -f $srcdir/config.status; then 2942 if test -f $srcdir/config.status; then
2844 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 2943 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2845 fi 2944 fi
2846 fi 2945 fi
2847 2946
2848 # test whether we have cygpath 2947 # test whether we have cygpath
2849 if test -z "$CYGPATH_W"; then 2948 if test -z "$CYGPATH_W"; then
2883 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 2982 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2884 2983
2885 2984
2886 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 2985 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2887 2986
2888 # We need awk for the "check" target. The system "awk" is bad on 2987 # For better backward compatibility. To be removed once Automake 1.9.x
2889 # some platforms. 2988 # dies out for good. For more background, see:
2989 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2990 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2991 mkdir_p='$(MKDIR_P)'
2992
2993 # We need awk for the "check" target (and possibly the TAP driver). The
2994 # system "awk" is bad on some platforms.
2890 # Always define AMTAR for backward compatibility. Yes, it's still used 2995 # Always define AMTAR for backward compatibility. Yes, it's still used
2891 # in the wild :-( We should find a proper way to deprecate it ... 2996 # in the wild :-( We should find a proper way to deprecate it ...
2892 AMTAR='$${TAR-tar}' 2997 AMTAR='$${TAR-tar}'
2893 2998
2999
3000 # We'll loop over all known methods to create a tar archive until one works.
3001 _am_tools='gnutar pax cpio none'
3002
2894 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 3003 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2895 3004
2896 3005
2897 3006
2898 3007
3008
3009
3010 # POSIX will say in a future version that running "rm -f" with no argument
3011 # is OK; and we want to be able to make that assumption in our Makefile
3012 # recipes. So use an aggressive probe to check that the usage we want is
3013 # actually supported "in the wild" to an acceptable degree.
3014 # See automake bug#10828.
3015 # To make any issue more visible, cause the running configure to be aborted
3016 # by default if the 'rm' program in use doesn't match our expectations; the
3017 # user can still override this though.
3018 if rm -f && rm -fr && rm -rf; then : OK; else
3019 cat >&2 <<'END'
3020 Oops!
3021
3022 Your 'rm' program seems unable to run without file operands specified
3023 on the command line, even when the '-f' option is present. This is contrary
3024 to the behaviour of most rm programs out there, and not conforming with
3025 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3026
3027 Please tell bug-automake@gnu.org about your system, including the value
3028 of your $PATH and any error possibly output before this message. This
3029 can help us improve future automake versions.
3030
3031 END
3032 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3033 echo 'Configuration will proceed anyway, since you have set the' >&2
3034 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3035 echo >&2
3036 else
3037 cat >&2 <<'END'
3038 Aborting the configuration process, to ensure you take notice of the issue.
3039
3040 You can download and install GNU coreutils to get an 'rm' implementation
3041 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3042
3043 If you want to complete the configuration process using your problematic
3044 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3045 to "yes", and re-run configure.
3046
3047 END
3048 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3049 fi
3050 fi
2899 3051
2900 3052
2901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5 3053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
2902 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; } 3054 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
2903 # Check whether --enable-version-specific-runtime-libs was given. 3055 # Check whether --enable-version-specific-runtime-libs was given.
2904 if test "${enable_version_specific_runtime_libs+set}" = set; then : 3056 if test "${enable_version_specific_runtime_libs+set}" = set; then :
2905 enableval=$enable_version_specific_runtime_libs; case "$enableval" in 3057 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
2906 yes) version_specific_libs=yes ;; 3058 yes) version_specific_libs=yes ;;
2907 no) version_specific_libs=no ;; 3059 no) version_specific_libs=no ;;
2908 *) as_fn_error "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;; 3060 *) as_fn_error $? "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
2909 esac 3061 esac
2910 else 3062 else
2911 version_specific_libs=no 3063 version_specific_libs=no
2912 fi 3064 fi
2913 3065
2933 am__include="#" 3085 am__include="#"
2934 am__quote= 3086 am__quote=
2935 _am_result=none 3087 _am_result=none
2936 # First try GNU make style include. 3088 # First try GNU make style include.
2937 echo "include confinc" > confmf 3089 echo "include confinc" > confmf
2938 # Ignore all kinds of additional output from `make'. 3090 # Ignore all kinds of additional output from 'make'.
2939 case `$am_make -s -f confmf 2> /dev/null` in #( 3091 case `$am_make -s -f confmf 2> /dev/null` in #(
2940 *the\ am__doit\ target*) 3092 *the\ am__doit\ target*)
2941 am__include=include 3093 am__include=include
2942 am__quote= 3094 am__quote=
2943 _am_result=GNU 3095 _am_result=GNU
2987 if test -n "$ac_tool_prefix"; then 3139 if test -n "$ac_tool_prefix"; then
2988 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 3140 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2989 set dummy ${ac_tool_prefix}gcc; ac_word=$2 3141 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2991 $as_echo_n "checking for $ac_word... " >&6; } 3143 $as_echo_n "checking for $ac_word... " >&6; }
2992 if test "${ac_cv_prog_CC+set}" = set; then : 3144 if ${ac_cv_prog_CC+:} false; then :
2993 $as_echo_n "(cached) " >&6 3145 $as_echo_n "(cached) " >&6
2994 else 3146 else
2995 if test -n "$CC"; then 3147 if test -n "$CC"; then
2996 ac_cv_prog_CC="$CC" # Let the user override the test. 3148 ac_cv_prog_CC="$CC" # Let the user override the test.
2997 else 3149 else
2999 for as_dir in $PATH 3151 for as_dir in $PATH
3000 do 3152 do
3001 IFS=$as_save_IFS 3153 IFS=$as_save_IFS
3002 test -z "$as_dir" && as_dir=. 3154 test -z "$as_dir" && as_dir=.
3003 for ac_exec_ext in '' $ac_executable_extensions; do 3155 for ac_exec_ext in '' $ac_executable_extensions; do
3004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3156 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3005 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3157 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3007 break 2 3159 break 2
3008 fi 3160 fi
3009 done 3161 done
3027 ac_ct_CC=$CC 3179 ac_ct_CC=$CC
3028 # Extract the first word of "gcc", so it can be a program name with args. 3180 # Extract the first word of "gcc", so it can be a program name with args.
3029 set dummy gcc; ac_word=$2 3181 set dummy gcc; ac_word=$2
3030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3031 $as_echo_n "checking for $ac_word... " >&6; } 3183 $as_echo_n "checking for $ac_word... " >&6; }
3032 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 3184 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3033 $as_echo_n "(cached) " >&6 3185 $as_echo_n "(cached) " >&6
3034 else 3186 else
3035 if test -n "$ac_ct_CC"; then 3187 if test -n "$ac_ct_CC"; then
3036 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3188 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3037 else 3189 else
3039 for as_dir in $PATH 3191 for as_dir in $PATH
3040 do 3192 do
3041 IFS=$as_save_IFS 3193 IFS=$as_save_IFS
3042 test -z "$as_dir" && as_dir=. 3194 test -z "$as_dir" && as_dir=.
3043 for ac_exec_ext in '' $ac_executable_extensions; do 3195 for ac_exec_ext in '' $ac_executable_extensions; do
3044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3196 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3045 ac_cv_prog_ac_ct_CC="gcc" 3197 ac_cv_prog_ac_ct_CC="gcc"
3046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3047 break 2 3199 break 2
3048 fi 3200 fi
3049 done 3201 done
3080 if test -n "$ac_tool_prefix"; then 3232 if test -n "$ac_tool_prefix"; then
3081 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 3233 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3082 set dummy ${ac_tool_prefix}cc; ac_word=$2 3234 set dummy ${ac_tool_prefix}cc; ac_word=$2
3083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3084 $as_echo_n "checking for $ac_word... " >&6; } 3236 $as_echo_n "checking for $ac_word... " >&6; }
3085 if test "${ac_cv_prog_CC+set}" = set; then : 3237 if ${ac_cv_prog_CC+:} false; then :
3086 $as_echo_n "(cached) " >&6 3238 $as_echo_n "(cached) " >&6
3087 else 3239 else
3088 if test -n "$CC"; then 3240 if test -n "$CC"; then
3089 ac_cv_prog_CC="$CC" # Let the user override the test. 3241 ac_cv_prog_CC="$CC" # Let the user override the test.
3090 else 3242 else
3092 for as_dir in $PATH 3244 for as_dir in $PATH
3093 do 3245 do
3094 IFS=$as_save_IFS 3246 IFS=$as_save_IFS
3095 test -z "$as_dir" && as_dir=. 3247 test -z "$as_dir" && as_dir=.
3096 for ac_exec_ext in '' $ac_executable_extensions; do 3248 for ac_exec_ext in '' $ac_executable_extensions; do
3097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3098 ac_cv_prog_CC="${ac_tool_prefix}cc" 3250 ac_cv_prog_CC="${ac_tool_prefix}cc"
3099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3100 break 2 3252 break 2
3101 fi 3253 fi
3102 done 3254 done
3120 if test -z "$CC"; then 3272 if test -z "$CC"; then
3121 # Extract the first word of "cc", so it can be a program name with args. 3273 # Extract the first word of "cc", so it can be a program name with args.
3122 set dummy cc; ac_word=$2 3274 set dummy cc; ac_word=$2
3123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3124 $as_echo_n "checking for $ac_word... " >&6; } 3276 $as_echo_n "checking for $ac_word... " >&6; }
3125 if test "${ac_cv_prog_CC+set}" = set; then : 3277 if ${ac_cv_prog_CC+:} false; then :
3126 $as_echo_n "(cached) " >&6 3278 $as_echo_n "(cached) " >&6
3127 else 3279 else
3128 if test -n "$CC"; then 3280 if test -n "$CC"; then
3129 ac_cv_prog_CC="$CC" # Let the user override the test. 3281 ac_cv_prog_CC="$CC" # Let the user override the test.
3130 else 3282 else
3133 for as_dir in $PATH 3285 for as_dir in $PATH
3134 do 3286 do
3135 IFS=$as_save_IFS 3287 IFS=$as_save_IFS
3136 test -z "$as_dir" && as_dir=. 3288 test -z "$as_dir" && as_dir=.
3137 for ac_exec_ext in '' $ac_executable_extensions; do 3289 for ac_exec_ext in '' $ac_executable_extensions; do
3138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3290 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3139 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3291 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3140 ac_prog_rejected=yes 3292 ac_prog_rejected=yes
3141 continue 3293 continue
3142 fi 3294 fi
3143 ac_cv_prog_CC="cc" 3295 ac_cv_prog_CC="cc"
3179 do 3331 do
3180 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3332 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3181 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3333 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3183 $as_echo_n "checking for $ac_word... " >&6; } 3335 $as_echo_n "checking for $ac_word... " >&6; }
3184 if test "${ac_cv_prog_CC+set}" = set; then : 3336 if ${ac_cv_prog_CC+:} false; then :
3185 $as_echo_n "(cached) " >&6 3337 $as_echo_n "(cached) " >&6
3186 else 3338 else
3187 if test -n "$CC"; then 3339 if test -n "$CC"; then
3188 ac_cv_prog_CC="$CC" # Let the user override the test. 3340 ac_cv_prog_CC="$CC" # Let the user override the test.
3189 else 3341 else
3191 for as_dir in $PATH 3343 for as_dir in $PATH
3192 do 3344 do
3193 IFS=$as_save_IFS 3345 IFS=$as_save_IFS
3194 test -z "$as_dir" && as_dir=. 3346 test -z "$as_dir" && as_dir=.
3195 for ac_exec_ext in '' $ac_executable_extensions; do 3347 for ac_exec_ext in '' $ac_executable_extensions; do
3196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3348 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3197 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3349 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3199 break 2 3351 break 2
3200 fi 3352 fi
3201 done 3353 done
3223 do 3375 do
3224 # Extract the first word of "$ac_prog", so it can be a program name with args. 3376 # Extract the first word of "$ac_prog", so it can be a program name with args.
3225 set dummy $ac_prog; ac_word=$2 3377 set dummy $ac_prog; ac_word=$2
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3227 $as_echo_n "checking for $ac_word... " >&6; } 3379 $as_echo_n "checking for $ac_word... " >&6; }
3228 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 3380 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3229 $as_echo_n "(cached) " >&6 3381 $as_echo_n "(cached) " >&6
3230 else 3382 else
3231 if test -n "$ac_ct_CC"; then 3383 if test -n "$ac_ct_CC"; then
3232 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3384 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3233 else 3385 else
3235 for as_dir in $PATH 3387 for as_dir in $PATH
3236 do 3388 do
3237 IFS=$as_save_IFS 3389 IFS=$as_save_IFS
3238 test -z "$as_dir" && as_dir=. 3390 test -z "$as_dir" && as_dir=.
3239 for ac_exec_ext in '' $ac_executable_extensions; do 3391 for ac_exec_ext in '' $ac_executable_extensions; do
3240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3392 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3241 ac_cv_prog_ac_ct_CC="$ac_prog" 3393 ac_cv_prog_ac_ct_CC="$ac_prog"
3242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3243 break 2 3395 break 2
3244 fi 3396 fi
3245 done 3397 done
3277 fi 3429 fi
3278 3430
3279 3431
3280 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3432 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3281 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3433 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3282 as_fn_error "no acceptable C compiler found in \$PATH 3434 as_fn_error $? "no acceptable C compiler found in \$PATH
3283 See \`config.log' for more details." "$LINENO" 5; } 3435 See \`config.log' for more details" "$LINENO" 5; }
3284 3436
3285 # Provide some information about the compiler. 3437 # Provide some information about the compiler.
3286 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3438 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3287 set X $ac_compile 3439 set X $ac_compile
3288 ac_compiler=$2 3440 ac_compiler=$2
3299 if test -s conftest.err; then 3451 if test -s conftest.err; then
3300 sed '10a\ 3452 sed '10a\
3301 ... rest of stderr output deleted ... 3453 ... rest of stderr output deleted ...
3302 10q' conftest.err >conftest.er1 3454 10q' conftest.err >conftest.er1
3303 cat conftest.er1 >&5 3455 cat conftest.er1 >&5
3304 rm -f conftest.er1 conftest.err
3305 fi 3456 fi
3457 rm -f conftest.er1 conftest.err
3306 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3458 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3307 test $ac_status = 0; } 3459 test $ac_status = 0; }
3308 done 3460 done
3309 3461
3310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3311 /* end confdefs.h. */ 3463 /* end confdefs.h. */
3312 3464 #include <stdio.h>
3313 int 3465 int
3314 main () 3466 main ()
3315 { 3467 {
3316 3468 printf ("hello world\n");
3317 ; 3469 ;
3318 return 0; 3470 return 0;
3319 } 3471 }
3320 _ACEOF 3472 _ACEOF
3321 # FIXME: Cleanup? 3473 # FIXME: Cleanup?
3345 ; 3497 ;
3346 return 0; 3498 return 0;
3347 } 3499 }
3348 _ACEOF 3500 _ACEOF
3349 ac_clean_files_save=$ac_clean_files 3501 ac_clean_files_save=$ac_clean_files
3350 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" 3502 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3351 # Try to create an executable without -o first, disregard a.out. 3503 # Try to create an executable without -o first, disregard a.out.
3352 # It will help us diagnose broken compilers, and finding out an intuition 3504 # It will help us diagnose broken compilers, and finding out an intuition
3353 # of exeext. 3505 # of exeext.
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3355 $as_echo_n "checking for C compiler default output file name... " >&6; } 3507 $as_echo_n "checking whether the C compiler works... " >&6; }
3356 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 3508 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3357 3509
3358 # The possible output files: 3510 # The possible output files:
3359 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 3511 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3360 3512
3412 test "$ac_cv_exeext" = no && ac_cv_exeext= 3564 test "$ac_cv_exeext" = no && ac_cv_exeext=
3413 3565
3414 else 3566 else
3415 ac_file='' 3567 ac_file=''
3416 fi 3568 fi
3569 if test -z "$ac_file"; then :
3570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3571 $as_echo "no" >&6; }
3572 $as_echo "$as_me: failed program was:" >&5
3573 sed 's/^/| /' conftest.$ac_ext >&5
3574
3575 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3576 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3577 as_fn_error 77 "C compiler cannot create executables
3578 See \`config.log' for more details" "$LINENO" 5; }
3579 else
3580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3581 $as_echo "yes" >&6; }
3582 fi
3583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3584 $as_echo_n "checking for C compiler default output file name... " >&6; }
3417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 3585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3418 $as_echo "$ac_file" >&6; } 3586 $as_echo "$ac_file" >&6; }
3419 if test -z "$ac_file"; then :
3420 $as_echo "$as_me: failed program was:" >&5
3421 sed 's/^/| /' conftest.$ac_ext >&5
3422
3423 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3424 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3425 { as_fn_set_status 77
3426 as_fn_error "C compiler cannot create executables
3427 See \`config.log' for more details." "$LINENO" 5; }; }
3428 fi
3429 ac_exeext=$ac_cv_exeext 3587 ac_exeext=$ac_cv_exeext
3430 3588
3431 # Check that the compiler produces executables we can run. If not, either 3589 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3432 # the compiler is broken, or we cross compile.
3433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3434 $as_echo_n "checking whether the C compiler works... " >&6; }
3435 # If not cross compiling, check that we can run a simple program.
3436 if test "$cross_compiling" != yes; then
3437 if { ac_try='./$ac_file'
3438 { { case "(($ac_try" in
3439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3440 *) ac_try_echo=$ac_try;;
3441 esac
3442 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3443 $as_echo "$ac_try_echo"; } >&5
3444 (eval "$ac_try") 2>&5
3445 ac_status=$?
3446 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3447 test $ac_status = 0; }; }; then
3448 cross_compiling=no
3449 else
3450 if test "$cross_compiling" = maybe; then
3451 cross_compiling=yes
3452 else
3453 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3454 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3455 as_fn_error "cannot run C compiled programs.
3456 If you meant to cross compile, use \`--host'.
3457 See \`config.log' for more details." "$LINENO" 5; }
3458 fi
3459 fi
3460 fi
3461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3462 $as_echo "yes" >&6; }
3463
3464 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3465 ac_clean_files=$ac_clean_files_save 3590 ac_clean_files=$ac_clean_files_save
3466 # Check that the compiler produces executables we can run. If not, either
3467 # the compiler is broken, or we cross compile.
3468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3469 $as_echo_n "checking whether we are cross compiling... " >&6; }
3470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3471 $as_echo "$cross_compiling" >&6; }
3472
3473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 3591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3474 $as_echo_n "checking for suffix of executables... " >&6; } 3592 $as_echo_n "checking for suffix of executables... " >&6; }
3475 if { { ac_try="$ac_link" 3593 if { { ac_try="$ac_link"
3476 case "(($ac_try" in 3594 case "(($ac_try" in
3477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3497 esac 3615 esac
3498 done 3616 done
3499 else 3617 else
3500 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3618 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3501 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3619 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3502 as_fn_error "cannot compute suffix of executables: cannot compile and link 3620 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3503 See \`config.log' for more details." "$LINENO" 5; } 3621 See \`config.log' for more details" "$LINENO" 5; }
3504 fi 3622 fi
3505 rm -f conftest$ac_cv_exeext 3623 rm -f conftest conftest$ac_cv_exeext
3506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3507 $as_echo "$ac_cv_exeext" >&6; } 3625 $as_echo "$ac_cv_exeext" >&6; }
3508 3626
3509 rm -f conftest.$ac_ext 3627 rm -f conftest.$ac_ext
3510 EXEEXT=$ac_cv_exeext 3628 EXEEXT=$ac_cv_exeext
3511 ac_exeext=$EXEEXT 3629 ac_exeext=$EXEEXT
3630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3631 /* end confdefs.h. */
3632 #include <stdio.h>
3633 int
3634 main ()
3635 {
3636 FILE *f = fopen ("conftest.out", "w");
3637 return ferror (f) || fclose (f) != 0;
3638
3639 ;
3640 return 0;
3641 }
3642 _ACEOF
3643 ac_clean_files="$ac_clean_files conftest.out"
3644 # Check that the compiler produces executables we can run. If not, either
3645 # the compiler is broken, or we cross compile.
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3647 $as_echo_n "checking whether we are cross compiling... " >&6; }
3648 if test "$cross_compiling" != yes; then
3649 { { ac_try="$ac_link"
3650 case "(($ac_try" in
3651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3652 *) ac_try_echo=$ac_try;;
3653 esac
3654 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3655 $as_echo "$ac_try_echo"; } >&5
3656 (eval "$ac_link") 2>&5
3657 ac_status=$?
3658 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3659 test $ac_status = 0; }
3660 if { ac_try='./conftest$ac_cv_exeext'
3661 { { case "(($ac_try" in
3662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3663 *) ac_try_echo=$ac_try;;
3664 esac
3665 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3666 $as_echo "$ac_try_echo"; } >&5
3667 (eval "$ac_try") 2>&5
3668 ac_status=$?
3669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3670 test $ac_status = 0; }; }; then
3671 cross_compiling=no
3672 else
3673 if test "$cross_compiling" = maybe; then
3674 cross_compiling=yes
3675 else
3676 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3677 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3678 as_fn_error $? "cannot run C compiled programs.
3679 If you meant to cross compile, use \`--host'.
3680 See \`config.log' for more details" "$LINENO" 5; }
3681 fi
3682 fi
3683 fi
3684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3685 $as_echo "$cross_compiling" >&6; }
3686
3687 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3688 ac_clean_files=$ac_clean_files_save
3512 fi 3689 fi
3513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3514 $as_echo_n "checking for suffix of object files... " >&6; } 3691 $as_echo_n "checking for suffix of object files... " >&6; }
3515 if test "${ac_cv_objext+set}" = set; then : 3692 if ${ac_cv_objext+:} false; then :
3516 $as_echo_n "(cached) " >&6 3693 $as_echo_n "(cached) " >&6
3517 else 3694 else
3518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3519 /* end confdefs.h. */ 3696 /* end confdefs.h. */
3520 3697
3550 $as_echo "$as_me: failed program was:" >&5 3727 $as_echo "$as_me: failed program was:" >&5
3551 sed 's/^/| /' conftest.$ac_ext >&5 3728 sed 's/^/| /' conftest.$ac_ext >&5
3552 3729
3553 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3730 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3554 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3731 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3555 as_fn_error "cannot compute suffix of object files: cannot compile 3732 as_fn_error $? "cannot compute suffix of object files: cannot compile
3556 See \`config.log' for more details." "$LINENO" 5; } 3733 See \`config.log' for more details" "$LINENO" 5; }
3557 fi 3734 fi
3558 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3735 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3559 fi 3736 fi
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 3737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3561 $as_echo "$ac_cv_objext" >&6; } 3738 $as_echo "$ac_cv_objext" >&6; }
3562 OBJEXT=$ac_cv_objext 3739 OBJEXT=$ac_cv_objext
3563 ac_objext=$OBJEXT 3740 ac_objext=$OBJEXT
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3565 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3742 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3566 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 3743 if ${ac_cv_c_compiler_gnu+:} false; then :
3567 $as_echo_n "(cached) " >&6 3744 $as_echo_n "(cached) " >&6
3568 else 3745 else
3569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3570 /* end confdefs.h. */ 3747 /* end confdefs.h. */
3571 3748
3598 fi 3775 fi
3599 ac_test_CFLAGS=${CFLAGS+set} 3776 ac_test_CFLAGS=${CFLAGS+set}
3600 ac_save_CFLAGS=$CFLAGS 3777 ac_save_CFLAGS=$CFLAGS
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 3778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3602 $as_echo_n "checking whether $CC accepts -g... " >&6; } 3779 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3603 if test "${ac_cv_prog_cc_g+set}" = set; then : 3780 if ${ac_cv_prog_cc_g+:} false; then :
3604 $as_echo_n "(cached) " >&6 3781 $as_echo_n "(cached) " >&6
3605 else 3782 else
3606 ac_save_c_werror_flag=$ac_c_werror_flag 3783 ac_save_c_werror_flag=$ac_c_werror_flag
3607 ac_c_werror_flag=yes 3784 ac_c_werror_flag=yes
3608 ac_cv_prog_cc_g=no 3785 ac_cv_prog_cc_g=no
3676 CFLAGS= 3853 CFLAGS=
3677 fi 3854 fi
3678 fi 3855 fi
3679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 3856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3680 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3857 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3681 if test "${ac_cv_prog_cc_c89+set}" = set; then : 3858 if ${ac_cv_prog_cc_c89+:} false; then :
3682 $as_echo_n "(cached) " >&6 3859 $as_echo_n "(cached) " >&6
3683 else 3860 else
3684 ac_cv_prog_cc_c89=no 3861 ac_cv_prog_cc_c89=no
3685 ac_save_CC=$CC 3862 ac_save_CC=$CC
3686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3687 /* end confdefs.h. */ 3864 /* end confdefs.h. */
3688 #include <stdarg.h> 3865 #include <stdarg.h>
3689 #include <stdio.h> 3866 #include <stdio.h>
3690 #include <sys/types.h> 3867 struct stat;
3691 #include <sys/stat.h>
3692 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3868 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3693 struct buf { int x; }; 3869 struct buf { int x; };
3694 FILE * (*rcsopen) (struct buf *, struct stat *, int); 3870 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3695 static char *e (p, i) 3871 static char *e (p, i)
3696 char **p; 3872 char **p;
3771 ac_cpp='$CPP $CPPFLAGS' 3947 ac_cpp='$CPP $CPPFLAGS'
3772 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3948 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3773 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3949 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3774 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3950 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3775 3951
3952 ac_ext=c
3953 ac_cpp='$CPP $CPPFLAGS'
3954 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3955 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3956 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3958 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3959 if ${am_cv_prog_cc_c_o+:} false; then :
3960 $as_echo_n "(cached) " >&6
3961 else
3962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3963 /* end confdefs.h. */
3964
3965 int
3966 main ()
3967 {
3968
3969 ;
3970 return 0;
3971 }
3972 _ACEOF
3973 # Make sure it works both with $CC and with simple cc.
3974 # Following AC_PROG_CC_C_O, we do the test twice because some
3975 # compilers refuse to overwrite an existing .o file with -o,
3976 # though they will create one.
3977 am_cv_prog_cc_c_o=yes
3978 for am_i in 1 2; do
3979 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3980 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3981 ac_status=$?
3982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3983 (exit $ac_status); } \
3984 && test -f conftest2.$ac_objext; then
3985 : OK
3986 else
3987 am_cv_prog_cc_c_o=no
3988 break
3989 fi
3990 done
3991 rm -f core conftest*
3992 unset am_i
3993 fi
3994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3995 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3996 if test "$am_cv_prog_cc_c_o" != yes; then
3997 # Losing compiler, so override with the script.
3998 # FIXME: It is wrong to rewrite CC.
3999 # But if we don't then we get into trouble of one sort or another.
4000 # A longer-term fix would be to have automake use am__CC in this case,
4001 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4002 CC="$am_aux_dir/compile $CC"
4003 fi
4004 ac_ext=c
4005 ac_cpp='$CPP $CPPFLAGS'
4006 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4007 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4008 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4009
4010
3776 depcc="$CC" am_compiler_list= 4011 depcc="$CC" am_compiler_list=
3777 4012
3778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 4013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3779 $as_echo_n "checking dependency style of $depcc... " >&6; } 4014 $as_echo_n "checking dependency style of $depcc... " >&6; }
3780 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 4015 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3781 $as_echo_n "(cached) " >&6 4016 $as_echo_n "(cached) " >&6
3782 else 4017 else
3783 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 4018 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3784 # We make a subdir and do the tests there. Otherwise we can end up 4019 # We make a subdir and do the tests there. Otherwise we can end up
3785 # making bogus files that we don't know about and never remove. For 4020 # making bogus files that we don't know about and never remove. For
3786 # instance it was reported that on HP-UX the gcc test will end up 4021 # instance it was reported that on HP-UX the gcc test will end up
3787 # making a dummy file named `D' -- because `-MD' means `put the output 4022 # making a dummy file named 'D' -- because '-MD' means "put the output
3788 # in D'. 4023 # in D".
3789 rm -rf conftest.dir 4024 rm -rf conftest.dir
3790 mkdir conftest.dir 4025 mkdir conftest.dir
3791 # Copy depcomp to subdir because otherwise we won't find it if we're 4026 # Copy depcomp to subdir because otherwise we won't find it if we're
3792 # using a relative directory. 4027 # using a relative directory.
3793 cp "$am_depcomp" conftest.dir 4028 cp "$am_depcomp" conftest.dir
3818 # overwrite some of them when testing with obscure command lines. 4053 # overwrite some of them when testing with obscure command lines.
3819 # This happens at least with the AIX C compiler. 4054 # This happens at least with the AIX C compiler.
3820 : > sub/conftest.c 4055 : > sub/conftest.c
3821 for i in 1 2 3 4 5 6; do 4056 for i in 1 2 3 4 5 6; do
3822 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4057 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3823 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 4058 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3824 # Solaris 8's {/usr,}/bin/sh. 4059 # Solaris 10 /bin/sh.
3825 touch sub/conftst$i.h 4060 echo '/* dummy */' > sub/conftst$i.h
3826 done 4061 done
3827 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4062 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3828 4063
3829 # We check with `-c' and `-o' for the sake of the "dashmstdout" 4064 # We check with '-c' and '-o' for the sake of the "dashmstdout"
3830 # mode. It turns out that the SunPro C++ compiler does not properly 4065 # mode. It turns out that the SunPro C++ compiler does not properly
3831 # handle `-M -o', and we need to detect this. Also, some Intel 4066 # handle '-M -o', and we need to detect this. Also, some Intel
3832 # versions had trouble with output in subdirs 4067 # versions had trouble with output in subdirs.
3833 am__obj=sub/conftest.${OBJEXT-o} 4068 am__obj=sub/conftest.${OBJEXT-o}
3834 am__minus_obj="-o $am__obj" 4069 am__minus_obj="-o $am__obj"
3835 case $depmode in 4070 case $depmode in
3836 gcc) 4071 gcc)
3837 # This depmode causes a compiler race in universal mode. 4072 # This depmode causes a compiler race in universal mode.
3838 test "$am__universal" = false || continue 4073 test "$am__universal" = false || continue
3839 ;; 4074 ;;
3840 nosideeffect) 4075 nosideeffect)
3841 # after this tag, mechanisms are not by side-effect, so they'll 4076 # After this tag, mechanisms are not by side-effect, so they'll
3842 # only be used when explicitly requested 4077 # only be used when explicitly requested.
3843 if test "x$enable_dependency_tracking" = xyes; then 4078 if test "x$enable_dependency_tracking" = xyes; then
3844 continue 4079 continue
3845 else 4080 else
3846 break 4081 break
3847 fi 4082 fi
3848 ;; 4083 ;;
3849 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 4084 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3850 # This compiler won't grok `-c -o', but also, the minuso test has 4085 # This compiler won't grok '-c -o', but also, the minuso test has
3851 # not run yet. These depmodes are late enough in the game, and 4086 # not run yet. These depmodes are late enough in the game, and
3852 # so weak that their functioning should not be impacted. 4087 # so weak that their functioning should not be impacted.
3853 am__obj=conftest.${OBJEXT-o} 4088 am__obj=conftest.${OBJEXT-o}
3854 am__minus_obj= 4089 am__minus_obj=
3855 ;; 4090 ;;
3912 # On Suns, sometimes $CPP names a directory. 4147 # On Suns, sometimes $CPP names a directory.
3913 if test -n "$CPP" && test -d "$CPP"; then 4148 if test -n "$CPP" && test -d "$CPP"; then
3914 CPP= 4149 CPP=
3915 fi 4150 fi
3916 if test -z "$CPP"; then 4151 if test -z "$CPP"; then
3917 if test "${ac_cv_prog_CPP+set}" = set; then : 4152 if ${ac_cv_prog_CPP+:} false; then :
3918 $as_echo_n "(cached) " >&6 4153 $as_echo_n "(cached) " >&6
3919 else 4154 else
3920 # Double quotes because CPP needs to be expanded 4155 # Double quotes because CPP needs to be expanded
3921 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 4156 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3922 do 4157 do
3942 4177
3943 else 4178 else
3944 # Broken: fails on valid input. 4179 # Broken: fails on valid input.
3945 continue 4180 continue
3946 fi 4181 fi
3947 rm -f conftest.err conftest.$ac_ext 4182 rm -f conftest.err conftest.i conftest.$ac_ext
3948 4183
3949 # OK, works on sane cases. Now check whether nonexistent headers 4184 # OK, works on sane cases. Now check whether nonexistent headers
3950 # can be detected and how. 4185 # can be detected and how.
3951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3952 /* end confdefs.h. */ 4187 /* end confdefs.h. */
3958 else 4193 else
3959 # Passes both tests. 4194 # Passes both tests.
3960 ac_preproc_ok=: 4195 ac_preproc_ok=:
3961 break 4196 break
3962 fi 4197 fi
3963 rm -f conftest.err conftest.$ac_ext 4198 rm -f conftest.err conftest.i conftest.$ac_ext
3964 4199
3965 done 4200 done
3966 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4201 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3967 rm -f conftest.err conftest.$ac_ext 4202 rm -f conftest.i conftest.err conftest.$ac_ext
3968 if $ac_preproc_ok; then : 4203 if $ac_preproc_ok; then :
3969 break 4204 break
3970 fi 4205 fi
3971 4206
3972 done 4207 done
4001 4236
4002 else 4237 else
4003 # Broken: fails on valid input. 4238 # Broken: fails on valid input.
4004 continue 4239 continue
4005 fi 4240 fi
4006 rm -f conftest.err conftest.$ac_ext 4241 rm -f conftest.err conftest.i conftest.$ac_ext
4007 4242
4008 # OK, works on sane cases. Now check whether nonexistent headers 4243 # OK, works on sane cases. Now check whether nonexistent headers
4009 # can be detected and how. 4244 # can be detected and how.
4010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4011 /* end confdefs.h. */ 4246 /* end confdefs.h. */
4017 else 4252 else
4018 # Passes both tests. 4253 # Passes both tests.
4019 ac_preproc_ok=: 4254 ac_preproc_ok=:
4020 break 4255 break
4021 fi 4256 fi
4022 rm -f conftest.err conftest.$ac_ext 4257 rm -f conftest.err conftest.i conftest.$ac_ext
4023 4258
4024 done 4259 done
4025 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4260 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4026 rm -f conftest.err conftest.$ac_ext 4261 rm -f conftest.i conftest.err conftest.$ac_ext
4027 if $ac_preproc_ok; then : 4262 if $ac_preproc_ok; then :
4028 4263
4029 else 4264 else
4030 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4265 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4031 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4266 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4032 as_fn_error "C preprocessor \"$CPP\" fails sanity check 4267 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4033 See \`config.log' for more details." "$LINENO" 5; } 4268 See \`config.log' for more details" "$LINENO" 5; }
4034 fi 4269 fi
4035 4270
4036 ac_ext=c 4271 ac_ext=c
4037 ac_cpp='$CPP $CPPFLAGS' 4272 ac_cpp='$CPP $CPPFLAGS'
4038 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4273 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4040 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4275 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4041 4276
4042 4277
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 4278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4044 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4279 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4045 if test "${ac_cv_path_GREP+set}" = set; then : 4280 if ${ac_cv_path_GREP+:} false; then :
4046 $as_echo_n "(cached) " >&6 4281 $as_echo_n "(cached) " >&6
4047 else 4282 else
4048 if test -z "$GREP"; then 4283 if test -z "$GREP"; then
4049 ac_path_GREP_found=false 4284 ac_path_GREP_found=false
4050 # Loop through the user's path and test for each of PROGNAME-LIST 4285 # Loop through the user's path and test for each of PROGNAME-LIST
4054 IFS=$as_save_IFS 4289 IFS=$as_save_IFS
4055 test -z "$as_dir" && as_dir=. 4290 test -z "$as_dir" && as_dir=.
4056 for ac_prog in grep ggrep; do 4291 for ac_prog in grep ggrep; do
4057 for ac_exec_ext in '' $ac_executable_extensions; do 4292 for ac_exec_ext in '' $ac_executable_extensions; do
4058 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4293 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4059 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4294 as_fn_executable_p "$ac_path_GREP" || continue
4060 # Check for GNU ac_path_GREP and select it if it is found. 4295 # Check for GNU ac_path_GREP and select it if it is found.
4061 # Check for GNU $ac_path_GREP 4296 # Check for GNU $ac_path_GREP
4062 case `"$ac_path_GREP" --version 2>&1` in 4297 case `"$ac_path_GREP" --version 2>&1` in
4063 *GNU*) 4298 *GNU*)
4064 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 4299 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4089 done 4324 done
4090 done 4325 done
4091 done 4326 done
4092 IFS=$as_save_IFS 4327 IFS=$as_save_IFS
4093 if test -z "$ac_cv_path_GREP"; then 4328 if test -z "$ac_cv_path_GREP"; then
4094 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4329 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4095 fi 4330 fi
4096 else 4331 else
4097 ac_cv_path_GREP=$GREP 4332 ac_cv_path_GREP=$GREP
4098 fi 4333 fi
4099 4334
4103 GREP="$ac_cv_path_GREP" 4338 GREP="$ac_cv_path_GREP"
4104 4339
4105 4340
4106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 4341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4107 $as_echo_n "checking for egrep... " >&6; } 4342 $as_echo_n "checking for egrep... " >&6; }
4108 if test "${ac_cv_path_EGREP+set}" = set; then : 4343 if ${ac_cv_path_EGREP+:} false; then :
4109 $as_echo_n "(cached) " >&6 4344 $as_echo_n "(cached) " >&6
4110 else 4345 else
4111 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4346 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4112 then ac_cv_path_EGREP="$GREP -E" 4347 then ac_cv_path_EGREP="$GREP -E"
4113 else 4348 else
4120 IFS=$as_save_IFS 4355 IFS=$as_save_IFS
4121 test -z "$as_dir" && as_dir=. 4356 test -z "$as_dir" && as_dir=.
4122 for ac_prog in egrep; do 4357 for ac_prog in egrep; do
4123 for ac_exec_ext in '' $ac_executable_extensions; do 4358 for ac_exec_ext in '' $ac_executable_extensions; do
4124 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4359 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4125 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4360 as_fn_executable_p "$ac_path_EGREP" || continue
4126 # Check for GNU ac_path_EGREP and select it if it is found. 4361 # Check for GNU ac_path_EGREP and select it if it is found.
4127 # Check for GNU $ac_path_EGREP 4362 # Check for GNU $ac_path_EGREP
4128 case `"$ac_path_EGREP" --version 2>&1` in 4363 case `"$ac_path_EGREP" --version 2>&1` in
4129 *GNU*) 4364 *GNU*)
4130 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 4365 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4155 done 4390 done
4156 done 4391 done
4157 done 4392 done
4158 IFS=$as_save_IFS 4393 IFS=$as_save_IFS
4159 if test -z "$ac_cv_path_EGREP"; then 4394 if test -z "$ac_cv_path_EGREP"; then
4160 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4395 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4161 fi 4396 fi
4162 else 4397 else
4163 ac_cv_path_EGREP=$EGREP 4398 ac_cv_path_EGREP=$EGREP
4164 fi 4399 fi
4165 4400
4170 EGREP="$ac_cv_path_EGREP" 4405 EGREP="$ac_cv_path_EGREP"
4171 4406
4172 4407
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 4408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4174 $as_echo_n "checking for ANSI C header files... " >&6; } 4409 $as_echo_n "checking for ANSI C header files... " >&6; }
4175 if test "${ac_cv_header_stdc+set}" = set; then : 4410 if ${ac_cv_header_stdc+:} false; then :
4176 $as_echo_n "(cached) " >&6 4411 $as_echo_n "(cached) " >&6
4177 else 4412 else
4178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4179 /* end confdefs.h. */ 4414 /* end confdefs.h. */
4180 #include <stdlib.h> 4415 #include <stdlib.h>
4287 inttypes.h stdint.h unistd.h 4522 inttypes.h stdint.h unistd.h
4288 do : 4523 do :
4289 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4524 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4290 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 4525 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4291 " 4526 "
4292 eval as_val=\$$as_ac_Header 4527 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4293 if test "x$as_val" = x""yes; then :
4294 cat >>confdefs.h <<_ACEOF 4528 cat >>confdefs.h <<_ACEOF
4295 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 4529 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4296 _ACEOF 4530 _ACEOF
4297 4531
4298 fi 4532 fi
4300 done 4534 done
4301 4535
4302 4536
4303 4537
4304 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" 4538 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4305 if test "x$ac_cv_header_minix_config_h" = x""yes; then : 4539 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4306 MINIX=yes 4540 MINIX=yes
4307 else 4541 else
4308 MINIX= 4542 MINIX=
4309 fi 4543 fi
4310 4544
4322 fi 4556 fi
4323 4557
4324 4558
4325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 4559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4326 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } 4560 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4327 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : 4561 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4328 $as_echo_n "(cached) " >&6 4562 $as_echo_n "(cached) " >&6
4329 else 4563 else
4330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4331 /* end confdefs.h. */ 4565 /* end confdefs.h. */
4332 4566
4333 # define __EXTENSIONS__ 1 4567 # define __EXTENSIONS__ 1
4334 $ac_includes_default 4568 $ac_includes_default
4335 int 4569 int
4336 main () 4570 main ()
4337 { 4571 {
4338 4572
4339 ; 4573 ;
4367 4601
4368 # Extract the first word of "makeinfo", so it can be a program name with args. 4602 # Extract the first word of "makeinfo", so it can be a program name with args.
4369 set dummy makeinfo; ac_word=$2 4603 set dummy makeinfo; ac_word=$2
4370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4371 $as_echo_n "checking for $ac_word... " >&6; } 4605 $as_echo_n "checking for $ac_word... " >&6; }
4372 if test "${ac_cv_prog_MAKEINFO+set}" = set; then : 4606 if ${ac_cv_prog_MAKEINFO+:} false; then :
4373 $as_echo_n "(cached) " >&6 4607 $as_echo_n "(cached) " >&6
4374 else 4608 else
4375 if test -n "$MAKEINFO"; then 4609 if test -n "$MAKEINFO"; then
4376 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test. 4610 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
4377 else 4611 else
4379 for as_dir in $PATH 4613 for as_dir in $PATH
4380 do 4614 do
4381 IFS=$as_save_IFS 4615 IFS=$as_save_IFS
4382 test -z "$as_dir" && as_dir=. 4616 test -z "$as_dir" && as_dir=.
4383 for ac_exec_ext in '' $ac_executable_extensions; do 4617 for ac_exec_ext in '' $ac_executable_extensions; do
4384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4618 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4385 ac_cv_prog_MAKEINFO="makeinfo" 4619 ac_cv_prog_MAKEINFO="makeinfo"
4386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4387 break 2 4621 break 2
4388 fi 4622 fi
4389 done 4623 done
4404 4638
4405 if test -n "$MAKEINFO"; then 4639 if test -n "$MAKEINFO"; then
4406 # Found it, now check the version. 4640 # Found it, now check the version.
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modern makeinfo" >&5 4641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modern makeinfo" >&5
4408 $as_echo_n "checking for modern makeinfo... " >&6; } 4642 $as_echo_n "checking for modern makeinfo... " >&6; }
4409 if test "${gcc_cv_prog_makeinfo_modern+set}" = set; then : 4643 if ${gcc_cv_prog_makeinfo_modern+:} false; then :
4410 $as_echo_n "(cached) " >&6 4644 $as_echo_n "(cached) " >&6
4411 else 4645 else
4412 ac_prog_version=`eval $MAKEINFO --version 2>&1 | 4646 ac_prog_version=`eval $MAKEINFO --version 2>&1 |
4413 sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'` 4647 sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
4414 4648
4440 4674
4441 4675
4442 # Check whether --with-bugurl was given. 4676 # Check whether --with-bugurl was given.
4443 if test "${with_bugurl+set}" = set; then : 4677 if test "${with_bugurl+set}" = set; then :
4444 withval=$with_bugurl; case "$withval" in 4678 withval=$with_bugurl; case "$withval" in
4445 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;; 4679 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
4446 no) BUGURL= 4680 no) BUGURL=
4447 ;; 4681 ;;
4448 *) BUGURL="$withval" 4682 *) BUGURL="$withval"
4449 ;; 4683 ;;
4450 esac 4684 esac
4562 4796
4563 4797
4564 4798
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 4799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4566 $as_echo_n "checking for a sed that does not truncate output... " >&6; } 4800 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4567 if test "${ac_cv_path_SED+set}" = set; then : 4801 if ${ac_cv_path_SED+:} false; then :
4568 $as_echo_n "(cached) " >&6 4802 $as_echo_n "(cached) " >&6
4569 else 4803 else
4570 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ 4804 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4571 for ac_i in 1 2 3 4 5 6 7; do 4805 for ac_i in 1 2 3 4 5 6 7; do
4572 ac_script="$ac_script$as_nl$ac_script" 4806 ac_script="$ac_script$as_nl$ac_script"
4582 IFS=$as_save_IFS 4816 IFS=$as_save_IFS
4583 test -z "$as_dir" && as_dir=. 4817 test -z "$as_dir" && as_dir=.
4584 for ac_prog in sed gsed; do 4818 for ac_prog in sed gsed; do
4585 for ac_exec_ext in '' $ac_executable_extensions; do 4819 for ac_exec_ext in '' $ac_executable_extensions; do
4586 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" 4820 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4587 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue 4821 as_fn_executable_p "$ac_path_SED" || continue
4588 # Check for GNU ac_path_SED and select it if it is found. 4822 # Check for GNU ac_path_SED and select it if it is found.
4589 # Check for GNU $ac_path_SED 4823 # Check for GNU $ac_path_SED
4590 case `"$ac_path_SED" --version 2>&1` in 4824 case `"$ac_path_SED" --version 2>&1` in
4591 *GNU*) 4825 *GNU*)
4592 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; 4826 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4617 done 4851 done
4618 done 4852 done
4619 done 4853 done
4620 IFS=$as_save_IFS 4854 IFS=$as_save_IFS
4621 if test -z "$ac_cv_path_SED"; then 4855 if test -z "$ac_cv_path_SED"; then
4622 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 4856 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4623 fi 4857 fi
4624 else 4858 else
4625 ac_cv_path_SED=$SED 4859 ac_cv_path_SED=$SED
4626 fi 4860 fi
4627 4861
4644 4878
4645 4879
4646 4880
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 4881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4648 $as_echo_n "checking for fgrep... " >&6; } 4882 $as_echo_n "checking for fgrep... " >&6; }
4649 if test "${ac_cv_path_FGREP+set}" = set; then : 4883 if ${ac_cv_path_FGREP+:} false; then :
4650 $as_echo_n "(cached) " >&6 4884 $as_echo_n "(cached) " >&6
4651 else 4885 else
4652 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 4886 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4653 then ac_cv_path_FGREP="$GREP -F" 4887 then ac_cv_path_FGREP="$GREP -F"
4654 else 4888 else
4661 IFS=$as_save_IFS 4895 IFS=$as_save_IFS
4662 test -z "$as_dir" && as_dir=. 4896 test -z "$as_dir" && as_dir=.
4663 for ac_prog in fgrep; do 4897 for ac_prog in fgrep; do
4664 for ac_exec_ext in '' $ac_executable_extensions; do 4898 for ac_exec_ext in '' $ac_executable_extensions; do
4665 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" 4899 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4666 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue 4900 as_fn_executable_p "$ac_path_FGREP" || continue
4667 # Check for GNU ac_path_FGREP and select it if it is found. 4901 # Check for GNU ac_path_FGREP and select it if it is found.
4668 # Check for GNU $ac_path_FGREP 4902 # Check for GNU $ac_path_FGREP
4669 case `"$ac_path_FGREP" --version 2>&1` in 4903 case `"$ac_path_FGREP" --version 2>&1` in
4670 *GNU*) 4904 *GNU*)
4671 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; 4905 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4696 done 4930 done
4697 done 4931 done
4698 done 4932 done
4699 IFS=$as_save_IFS 4933 IFS=$as_save_IFS
4700 if test -z "$ac_cv_path_FGREP"; then 4934 if test -z "$ac_cv_path_FGREP"; then
4701 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4935 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4702 fi 4936 fi
4703 else 4937 else
4704 ac_cv_path_FGREP=$FGREP 4938 ac_cv_path_FGREP=$FGREP
4705 fi 4939 fi
4706 4940
4775 $as_echo_n "checking for GNU ld... " >&6; } 5009 $as_echo_n "checking for GNU ld... " >&6; }
4776 else 5010 else
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 5011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4778 $as_echo_n "checking for non-GNU ld... " >&6; } 5012 $as_echo_n "checking for non-GNU ld... " >&6; }
4779 fi 5013 fi
4780 if test "${lt_cv_path_LD+set}" = set; then : 5014 if ${lt_cv_path_LD+:} false; then :
4781 $as_echo_n "(cached) " >&6 5015 $as_echo_n "(cached) " >&6
4782 else 5016 else
4783 if test -z "$LD"; then 5017 if test -z "$LD"; then
4784 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 5018 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4785 for ac_dir in $PATH; do 5019 for ac_dir in $PATH; do
4812 $as_echo "$LD" >&6; } 5046 $as_echo "$LD" >&6; }
4813 else 5047 else
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4815 $as_echo "no" >&6; } 5049 $as_echo "no" >&6; }
4816 fi 5050 fi
4817 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 5051 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 5052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4819 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 5053 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4820 if test "${lt_cv_prog_gnu_ld+set}" = set; then : 5054 if ${lt_cv_prog_gnu_ld+:} false; then :
4821 $as_echo_n "(cached) " >&6 5055 $as_echo_n "(cached) " >&6
4822 else 5056 else
4823 # I'd rather use --version here, but apparently some GNU lds only accept -v. 5057 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4824 case `$LD -v 2>&1 </dev/null` in 5058 case `$LD -v 2>&1 </dev/null` in
4825 *GNU* | *'with BFD'*) 5059 *GNU* | *'with BFD'*)
4842 5076
4843 5077
4844 5078
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 5079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4846 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 5080 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4847 if test "${lt_cv_path_NM+set}" = set; then : 5081 if ${lt_cv_path_NM+:} false; then :
4848 $as_echo_n "(cached) " >&6 5082 $as_echo_n "(cached) " >&6
4849 else 5083 else
4850 if test -n "$NM"; then 5084 if test -n "$NM"; then
4851 # Let the user override the test. 5085 # Let the user override the test.
4852 lt_cv_path_NM="$NM" 5086 lt_cv_path_NM="$NM"
4905 do 5139 do
4906 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5140 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4907 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5141 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4909 $as_echo_n "checking for $ac_word... " >&6; } 5143 $as_echo_n "checking for $ac_word... " >&6; }
4910 if test "${ac_cv_prog_DUMPBIN+set}" = set; then : 5144 if ${ac_cv_prog_DUMPBIN+:} false; then :
4911 $as_echo_n "(cached) " >&6 5145 $as_echo_n "(cached) " >&6
4912 else 5146 else
4913 if test -n "$DUMPBIN"; then 5147 if test -n "$DUMPBIN"; then
4914 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. 5148 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4915 else 5149 else
4917 for as_dir in $PATH 5151 for as_dir in $PATH
4918 do 5152 do
4919 IFS=$as_save_IFS 5153 IFS=$as_save_IFS
4920 test -z "$as_dir" && as_dir=. 5154 test -z "$as_dir" && as_dir=.
4921 for ac_exec_ext in '' $ac_executable_extensions; do 5155 for ac_exec_ext in '' $ac_executable_extensions; do
4922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5156 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4923 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" 5157 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4925 break 2 5159 break 2
4926 fi 5160 fi
4927 done 5161 done
4949 do 5183 do
4950 # Extract the first word of "$ac_prog", so it can be a program name with args. 5184 # Extract the first word of "$ac_prog", so it can be a program name with args.
4951 set dummy $ac_prog; ac_word=$2 5185 set dummy $ac_prog; ac_word=$2
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4953 $as_echo_n "checking for $ac_word... " >&6; } 5187 $as_echo_n "checking for $ac_word... " >&6; }
4954 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : 5188 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4955 $as_echo_n "(cached) " >&6 5189 $as_echo_n "(cached) " >&6
4956 else 5190 else
4957 if test -n "$ac_ct_DUMPBIN"; then 5191 if test -n "$ac_ct_DUMPBIN"; then
4958 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. 5192 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4959 else 5193 else
4961 for as_dir in $PATH 5195 for as_dir in $PATH
4962 do 5196 do
4963 IFS=$as_save_IFS 5197 IFS=$as_save_IFS
4964 test -z "$as_dir" && as_dir=. 5198 test -z "$as_dir" && as_dir=.
4965 for ac_exec_ext in '' $ac_executable_extensions; do 5199 for ac_exec_ext in '' $ac_executable_extensions; do
4966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5200 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4967 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" 5201 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4969 break 2 5203 break 2
4970 fi 5204 fi
4971 done 5205 done
5021 5255
5022 5256
5023 5257
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 5258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5025 $as_echo_n "checking the name lister ($NM) interface... " >&6; } 5259 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5026 if test "${lt_cv_nm_interface+set}" = set; then : 5260 if ${lt_cv_nm_interface+:} false; then :
5027 $as_echo_n "(cached) " >&6 5261 $as_echo_n "(cached) " >&6
5028 else 5262 else
5029 lt_cv_nm_interface="BSD nm" 5263 lt_cv_nm_interface="BSD nm"
5030 echo "int some_variable = 0;" > conftest.$ac_ext 5264 echo "int some_variable = 0;" > conftest.$ac_ext
5031 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) 5265 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5056 fi 5290 fi
5057 5291
5058 # find the maximum length of command line arguments 5292 # find the maximum length of command line arguments
5059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 5293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5060 $as_echo_n "checking the maximum length of command line arguments... " >&6; } 5294 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5061 if test "${lt_cv_sys_max_cmd_len+set}" = set; then : 5295 if ${lt_cv_sys_max_cmd_len+:} false; then :
5062 $as_echo_n "(cached) " >&6 5296 $as_echo_n "(cached) " >&6
5063 else 5297 else
5064 i=0 5298 i=0
5065 teststring="ABCD" 5299 teststring="ABCD"
5066 5300
5253 5487
5254 5488
5255 5489
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 5490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5257 $as_echo_n "checking for $LD option to reload object files... " >&6; } 5491 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5258 if test "${lt_cv_ld_reload_flag+set}" = set; then : 5492 if ${lt_cv_ld_reload_flag+:} false; then :
5259 $as_echo_n "(cached) " >&6 5493 $as_echo_n "(cached) " >&6
5260 else 5494 else
5261 lt_cv_ld_reload_flag='-r' 5495 lt_cv_ld_reload_flag='-r'
5262 fi 5496 fi
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 5497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5289 if test -n "$ac_tool_prefix"; then 5523 if test -n "$ac_tool_prefix"; then
5290 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. 5524 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5291 set dummy ${ac_tool_prefix}objdump; ac_word=$2 5525 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5293 $as_echo_n "checking for $ac_word... " >&6; } 5527 $as_echo_n "checking for $ac_word... " >&6; }
5294 if test "${ac_cv_prog_OBJDUMP+set}" = set; then : 5528 if ${ac_cv_prog_OBJDUMP+:} false; then :
5295 $as_echo_n "(cached) " >&6 5529 $as_echo_n "(cached) " >&6
5296 else 5530 else
5297 if test -n "$OBJDUMP"; then 5531 if test -n "$OBJDUMP"; then
5298 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. 5532 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5299 else 5533 else
5301 for as_dir in $PATH 5535 for as_dir in $PATH
5302 do 5536 do
5303 IFS=$as_save_IFS 5537 IFS=$as_save_IFS
5304 test -z "$as_dir" && as_dir=. 5538 test -z "$as_dir" && as_dir=.
5305 for ac_exec_ext in '' $ac_executable_extensions; do 5539 for ac_exec_ext in '' $ac_executable_extensions; do
5306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5540 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5307 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" 5541 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5309 break 2 5543 break 2
5310 fi 5544 fi
5311 done 5545 done
5329 ac_ct_OBJDUMP=$OBJDUMP 5563 ac_ct_OBJDUMP=$OBJDUMP
5330 # Extract the first word of "objdump", so it can be a program name with args. 5564 # Extract the first word of "objdump", so it can be a program name with args.
5331 set dummy objdump; ac_word=$2 5565 set dummy objdump; ac_word=$2
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5333 $as_echo_n "checking for $ac_word... " >&6; } 5567 $as_echo_n "checking for $ac_word... " >&6; }
5334 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : 5568 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5335 $as_echo_n "(cached) " >&6 5569 $as_echo_n "(cached) " >&6
5336 else 5570 else
5337 if test -n "$ac_ct_OBJDUMP"; then 5571 if test -n "$ac_ct_OBJDUMP"; then
5338 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. 5572 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5339 else 5573 else
5341 for as_dir in $PATH 5575 for as_dir in $PATH
5342 do 5576 do
5343 IFS=$as_save_IFS 5577 IFS=$as_save_IFS
5344 test -z "$as_dir" && as_dir=. 5578 test -z "$as_dir" && as_dir=.
5345 for ac_exec_ext in '' $ac_executable_extensions; do 5579 for ac_exec_ext in '' $ac_executable_extensions; do
5346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5580 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5347 ac_cv_prog_ac_ct_OBJDUMP="objdump" 5581 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5349 break 2 5583 break 2
5350 fi 5584 fi
5351 done 5585 done
5388 5622
5389 5623
5390 5624
5391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 5625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5392 $as_echo_n "checking how to recognize dependent libraries... " >&6; } 5626 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5393 if test "${lt_cv_deplibs_check_method+set}" = set; then : 5627 if ${lt_cv_deplibs_check_method+:} false; then :
5394 $as_echo_n "(cached) " >&6 5628 $as_echo_n "(cached) " >&6
5395 else 5629 else
5396 lt_cv_file_magic_cmd='$MAGIC_CMD' 5630 lt_cv_file_magic_cmd='$MAGIC_CMD'
5397 lt_cv_file_magic_test_file= 5631 lt_cv_file_magic_test_file=
5398 lt_cv_deplibs_check_method='unknown' 5632 lt_cv_deplibs_check_method='unknown'
5508 esac 5742 esac
5509 lt_cv_deplibs_check_method=pass_all 5743 lt_cv_deplibs_check_method=pass_all
5510 ;; 5744 ;;
5511 5745
5512 # This must be Linux ELF. 5746 # This must be Linux ELF.
5513 linux* | k*bsd*-gnu | kopensolaris*-gnu) 5747 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
5514 lt_cv_deplibs_check_method=pass_all 5748 lt_cv_deplibs_check_method=pass_all
5515 ;; 5749 ;;
5516 5750
5517 netbsd*) 5751 netbsd*)
5518 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then 5752 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5609 if test -n "$ac_tool_prefix"; then 5843 if test -n "$ac_tool_prefix"; then
5610 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 5844 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5611 set dummy ${ac_tool_prefix}ar; ac_word=$2 5845 set dummy ${ac_tool_prefix}ar; ac_word=$2
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5613 $as_echo_n "checking for $ac_word... " >&6; } 5847 $as_echo_n "checking for $ac_word... " >&6; }
5614 if test "${ac_cv_prog_AR+set}" = set; then : 5848 if ${ac_cv_prog_AR+:} false; then :
5615 $as_echo_n "(cached) " >&6 5849 $as_echo_n "(cached) " >&6
5616 else 5850 else
5617 if test -n "$AR"; then 5851 if test -n "$AR"; then
5618 ac_cv_prog_AR="$AR" # Let the user override the test. 5852 ac_cv_prog_AR="$AR" # Let the user override the test.
5619 else 5853 else
5621 for as_dir in $PATH 5855 for as_dir in $PATH
5622 do 5856 do
5623 IFS=$as_save_IFS 5857 IFS=$as_save_IFS
5624 test -z "$as_dir" && as_dir=. 5858 test -z "$as_dir" && as_dir=.
5625 for ac_exec_ext in '' $ac_executable_extensions; do 5859 for ac_exec_ext in '' $ac_executable_extensions; do
5626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5860 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5627 ac_cv_prog_AR="${ac_tool_prefix}ar" 5861 ac_cv_prog_AR="${ac_tool_prefix}ar"
5628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5629 break 2 5863 break 2
5630 fi 5864 fi
5631 done 5865 done
5649 ac_ct_AR=$AR 5883 ac_ct_AR=$AR
5650 # Extract the first word of "ar", so it can be a program name with args. 5884 # Extract the first word of "ar", so it can be a program name with args.
5651 set dummy ar; ac_word=$2 5885 set dummy ar; ac_word=$2
5652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5653 $as_echo_n "checking for $ac_word... " >&6; } 5887 $as_echo_n "checking for $ac_word... " >&6; }
5654 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : 5888 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5655 $as_echo_n "(cached) " >&6 5889 $as_echo_n "(cached) " >&6
5656 else 5890 else
5657 if test -n "$ac_ct_AR"; then 5891 if test -n "$ac_ct_AR"; then
5658 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 5892 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5659 else 5893 else
5661 for as_dir in $PATH 5895 for as_dir in $PATH
5662 do 5896 do
5663 IFS=$as_save_IFS 5897 IFS=$as_save_IFS
5664 test -z "$as_dir" && as_dir=. 5898 test -z "$as_dir" && as_dir=.
5665 for ac_exec_ext in '' $ac_executable_extensions; do 5899 for ac_exec_ext in '' $ac_executable_extensions; do
5666 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5900 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5667 ac_cv_prog_ac_ct_AR="ar" 5901 ac_cv_prog_ac_ct_AR="ar"
5668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5902 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5669 break 2 5903 break 2
5670 fi 5904 fi
5671 done 5905 done
5714 if test -n "$ac_tool_prefix"; then 5948 if test -n "$ac_tool_prefix"; then
5715 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 5949 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5716 set dummy ${ac_tool_prefix}strip; ac_word=$2 5950 set dummy ${ac_tool_prefix}strip; ac_word=$2
5717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5718 $as_echo_n "checking for $ac_word... " >&6; } 5952 $as_echo_n "checking for $ac_word... " >&6; }
5719 if test "${ac_cv_prog_STRIP+set}" = set; then : 5953 if ${ac_cv_prog_STRIP+:} false; then :
5720 $as_echo_n "(cached) " >&6 5954 $as_echo_n "(cached) " >&6
5721 else 5955 else
5722 if test -n "$STRIP"; then 5956 if test -n "$STRIP"; then
5723 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 5957 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5724 else 5958 else
5726 for as_dir in $PATH 5960 for as_dir in $PATH
5727 do 5961 do
5728 IFS=$as_save_IFS 5962 IFS=$as_save_IFS
5729 test -z "$as_dir" && as_dir=. 5963 test -z "$as_dir" && as_dir=.
5730 for ac_exec_ext in '' $ac_executable_extensions; do 5964 for ac_exec_ext in '' $ac_executable_extensions; do
5731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5965 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5732 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 5966 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5734 break 2 5968 break 2
5735 fi 5969 fi
5736 done 5970 done
5754 ac_ct_STRIP=$STRIP 5988 ac_ct_STRIP=$STRIP
5755 # Extract the first word of "strip", so it can be a program name with args. 5989 # Extract the first word of "strip", so it can be a program name with args.
5756 set dummy strip; ac_word=$2 5990 set dummy strip; ac_word=$2
5757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5758 $as_echo_n "checking for $ac_word... " >&6; } 5992 $as_echo_n "checking for $ac_word... " >&6; }
5759 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 5993 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5760 $as_echo_n "(cached) " >&6 5994 $as_echo_n "(cached) " >&6
5761 else 5995 else
5762 if test -n "$ac_ct_STRIP"; then 5996 if test -n "$ac_ct_STRIP"; then
5763 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 5997 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5764 else 5998 else
5766 for as_dir in $PATH 6000 for as_dir in $PATH
5767 do 6001 do
5768 IFS=$as_save_IFS 6002 IFS=$as_save_IFS
5769 test -z "$as_dir" && as_dir=. 6003 test -z "$as_dir" && as_dir=.
5770 for ac_exec_ext in '' $ac_executable_extensions; do 6004 for ac_exec_ext in '' $ac_executable_extensions; do
5771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6005 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5772 ac_cv_prog_ac_ct_STRIP="strip" 6006 ac_cv_prog_ac_ct_STRIP="strip"
5773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5774 break 2 6008 break 2
5775 fi 6009 fi
5776 done 6010 done
5813 if test -n "$ac_tool_prefix"; then 6047 if test -n "$ac_tool_prefix"; then
5814 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 6048 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5815 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 6049 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5817 $as_echo_n "checking for $ac_word... " >&6; } 6051 $as_echo_n "checking for $ac_word... " >&6; }
5818 if test "${ac_cv_prog_RANLIB+set}" = set; then : 6052 if ${ac_cv_prog_RANLIB+:} false; then :
5819 $as_echo_n "(cached) " >&6 6053 $as_echo_n "(cached) " >&6
5820 else 6054 else
5821 if test -n "$RANLIB"; then 6055 if test -n "$RANLIB"; then
5822 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 6056 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5823 else 6057 else
5825 for as_dir in $PATH 6059 for as_dir in $PATH
5826 do 6060 do
5827 IFS=$as_save_IFS 6061 IFS=$as_save_IFS
5828 test -z "$as_dir" && as_dir=. 6062 test -z "$as_dir" && as_dir=.
5829 for ac_exec_ext in '' $ac_executable_extensions; do 6063 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 6064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5831 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 6065 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5833 break 2 6067 break 2
5834 fi 6068 fi
5835 done 6069 done
5853 ac_ct_RANLIB=$RANLIB 6087 ac_ct_RANLIB=$RANLIB
5854 # Extract the first word of "ranlib", so it can be a program name with args. 6088 # Extract the first word of "ranlib", so it can be a program name with args.
5855 set dummy ranlib; ac_word=$2 6089 set dummy ranlib; ac_word=$2
5856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5857 $as_echo_n "checking for $ac_word... " >&6; } 6091 $as_echo_n "checking for $ac_word... " >&6; }
5858 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 6092 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5859 $as_echo_n "(cached) " >&6 6093 $as_echo_n "(cached) " >&6
5860 else 6094 else
5861 if test -n "$ac_ct_RANLIB"; then 6095 if test -n "$ac_ct_RANLIB"; then
5862 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 6096 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5863 else 6097 else
5865 for as_dir in $PATH 6099 for as_dir in $PATH
5866 do 6100 do
5867 IFS=$as_save_IFS 6101 IFS=$as_save_IFS
5868 test -z "$as_dir" && as_dir=. 6102 test -z "$as_dir" && as_dir=.
5869 for ac_exec_ext in '' $ac_executable_extensions; do 6103 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 6104 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5871 ac_cv_prog_ac_ct_RANLIB="ranlib" 6105 ac_cv_prog_ac_ct_RANLIB="ranlib"
5872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5873 break 2 6107 break 2
5874 fi 6108 fi
5875 done 6109 done
5982 6216
5983 6217
5984 # Check for command to grab the raw symbol name followed by C symbol from nm. 6218 # Check for command to grab the raw symbol name followed by C symbol from nm.
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 6219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5986 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } 6220 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5987 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : 6221 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5988 $as_echo_n "(cached) " >&6 6222 $as_echo_n "(cached) " >&6
5989 else 6223 else
5990 6224
5991 # These are sane defaults that work on at least a few old systems. 6225 # These are sane defaults that work on at least a few old systems.
5992 # [They come from Ultrix. What could be older than Ultrix?!! ;)] 6226 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6366 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 6600 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6367 SAVE_CFLAGS="$CFLAGS" 6601 SAVE_CFLAGS="$CFLAGS"
6368 CFLAGS="$CFLAGS -belf" 6602 CFLAGS="$CFLAGS -belf"
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 6603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6370 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } 6604 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6371 if test "${lt_cv_cc_needs_belf+set}" = set; then : 6605 if ${lt_cv_cc_needs_belf+:} false; then :
6372 $as_echo_n "(cached) " >&6 6606 $as_echo_n "(cached) " >&6
6373 else 6607 else
6374 ac_ext=c 6608 ac_ext=c
6375 ac_cpp='$CPP $CPPFLAGS' 6609 ac_cpp='$CPP $CPPFLAGS'
6376 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 6610 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6377 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 6611 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6378 ac_compiler_gnu=$ac_cv_c_compiler_gnu 6612 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6379 6613
6380 if test x$gcc_no_link = xyes; then 6614 if test x$gcc_no_link = xyes; then
6381 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 6615 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
6382 fi 6616 fi
6383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6384 /* end confdefs.h. */ 6618 /* end confdefs.h. */
6385 6619
6386 int 6620 int
6445 if test -n "$ac_tool_prefix"; then 6679 if test -n "$ac_tool_prefix"; then
6446 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. 6680 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6447 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 6681 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6449 $as_echo_n "checking for $ac_word... " >&6; } 6683 $as_echo_n "checking for $ac_word... " >&6; }
6450 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : 6684 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6451 $as_echo_n "(cached) " >&6 6685 $as_echo_n "(cached) " >&6
6452 else 6686 else
6453 if test -n "$DSYMUTIL"; then 6687 if test -n "$DSYMUTIL"; then
6454 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. 6688 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6455 else 6689 else
6457 for as_dir in $PATH 6691 for as_dir in $PATH
6458 do 6692 do
6459 IFS=$as_save_IFS 6693 IFS=$as_save_IFS
6460 test -z "$as_dir" && as_dir=. 6694 test -z "$as_dir" && as_dir=.
6461 for ac_exec_ext in '' $ac_executable_extensions; do 6695 for ac_exec_ext in '' $ac_executable_extensions; do
6462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6696 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6463 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" 6697 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6465 break 2 6699 break 2
6466 fi 6700 fi
6467 done 6701 done
6485 ac_ct_DSYMUTIL=$DSYMUTIL 6719 ac_ct_DSYMUTIL=$DSYMUTIL
6486 # Extract the first word of "dsymutil", so it can be a program name with args. 6720 # Extract the first word of "dsymutil", so it can be a program name with args.
6487 set dummy dsymutil; ac_word=$2 6721 set dummy dsymutil; ac_word=$2
6488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6489 $as_echo_n "checking for $ac_word... " >&6; } 6723 $as_echo_n "checking for $ac_word... " >&6; }
6490 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : 6724 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6491 $as_echo_n "(cached) " >&6 6725 $as_echo_n "(cached) " >&6
6492 else 6726 else
6493 if test -n "$ac_ct_DSYMUTIL"; then 6727 if test -n "$ac_ct_DSYMUTIL"; then
6494 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. 6728 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6495 else 6729 else
6497 for as_dir in $PATH 6731 for as_dir in $PATH
6498 do 6732 do
6499 IFS=$as_save_IFS 6733 IFS=$as_save_IFS
6500 test -z "$as_dir" && as_dir=. 6734 test -z "$as_dir" && as_dir=.
6501 for ac_exec_ext in '' $ac_executable_extensions; do 6735 for ac_exec_ext in '' $ac_executable_extensions; do
6502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6736 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6503 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" 6737 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6505 break 2 6739 break 2
6506 fi 6740 fi
6507 done 6741 done
6537 if test -n "$ac_tool_prefix"; then 6771 if test -n "$ac_tool_prefix"; then
6538 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. 6772 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6539 set dummy ${ac_tool_prefix}nmedit; ac_word=$2 6773 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6541 $as_echo_n "checking for $ac_word... " >&6; } 6775 $as_echo_n "checking for $ac_word... " >&6; }
6542 if test "${ac_cv_prog_NMEDIT+set}" = set; then : 6776 if ${ac_cv_prog_NMEDIT+:} false; then :
6543 $as_echo_n "(cached) " >&6 6777 $as_echo_n "(cached) " >&6
6544 else 6778 else
6545 if test -n "$NMEDIT"; then 6779 if test -n "$NMEDIT"; then
6546 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. 6780 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6547 else 6781 else
6549 for as_dir in $PATH 6783 for as_dir in $PATH
6550 do 6784 do
6551 IFS=$as_save_IFS 6785 IFS=$as_save_IFS
6552 test -z "$as_dir" && as_dir=. 6786 test -z "$as_dir" && as_dir=.
6553 for ac_exec_ext in '' $ac_executable_extensions; do 6787 for ac_exec_ext in '' $ac_executable_extensions; do
6554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6788 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6555 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" 6789 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6557 break 2 6791 break 2
6558 fi 6792 fi
6559 done 6793 done
6577 ac_ct_NMEDIT=$NMEDIT 6811 ac_ct_NMEDIT=$NMEDIT
6578 # Extract the first word of "nmedit", so it can be a program name with args. 6812 # Extract the first word of "nmedit", so it can be a program name with args.
6579 set dummy nmedit; ac_word=$2 6813 set dummy nmedit; ac_word=$2
6580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6581 $as_echo_n "checking for $ac_word... " >&6; } 6815 $as_echo_n "checking for $ac_word... " >&6; }
6582 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : 6816 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6583 $as_echo_n "(cached) " >&6 6817 $as_echo_n "(cached) " >&6
6584 else 6818 else
6585 if test -n "$ac_ct_NMEDIT"; then 6819 if test -n "$ac_ct_NMEDIT"; then
6586 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. 6820 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6587 else 6821 else
6589 for as_dir in $PATH 6823 for as_dir in $PATH
6590 do 6824 do
6591 IFS=$as_save_IFS 6825 IFS=$as_save_IFS
6592 test -z "$as_dir" && as_dir=. 6826 test -z "$as_dir" && as_dir=.
6593 for ac_exec_ext in '' $ac_executable_extensions; do 6827 for ac_exec_ext in '' $ac_executable_extensions; do
6594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6828 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6595 ac_cv_prog_ac_ct_NMEDIT="nmedit" 6829 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6597 break 2 6831 break 2
6598 fi 6832 fi
6599 done 6833 done
6629 if test -n "$ac_tool_prefix"; then 6863 if test -n "$ac_tool_prefix"; then
6630 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. 6864 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6631 set dummy ${ac_tool_prefix}lipo; ac_word=$2 6865 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6633 $as_echo_n "checking for $ac_word... " >&6; } 6867 $as_echo_n "checking for $ac_word... " >&6; }
6634 if test "${ac_cv_prog_LIPO+set}" = set; then : 6868 if ${ac_cv_prog_LIPO+:} false; then :
6635 $as_echo_n "(cached) " >&6 6869 $as_echo_n "(cached) " >&6
6636 else 6870 else
6637 if test -n "$LIPO"; then 6871 if test -n "$LIPO"; then
6638 ac_cv_prog_LIPO="$LIPO" # Let the user override the test. 6872 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6639 else 6873 else
6641 for as_dir in $PATH 6875 for as_dir in $PATH
6642 do 6876 do
6643 IFS=$as_save_IFS 6877 IFS=$as_save_IFS
6644 test -z "$as_dir" && as_dir=. 6878 test -z "$as_dir" && as_dir=.
6645 for ac_exec_ext in '' $ac_executable_extensions; do 6879 for ac_exec_ext in '' $ac_executable_extensions; do
6646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6880 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6647 ac_cv_prog_LIPO="${ac_tool_prefix}lipo" 6881 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6649 break 2 6883 break 2
6650 fi 6884 fi
6651 done 6885 done
6669 ac_ct_LIPO=$LIPO 6903 ac_ct_LIPO=$LIPO
6670 # Extract the first word of "lipo", so it can be a program name with args. 6904 # Extract the first word of "lipo", so it can be a program name with args.
6671 set dummy lipo; ac_word=$2 6905 set dummy lipo; ac_word=$2
6672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6673 $as_echo_n "checking for $ac_word... " >&6; } 6907 $as_echo_n "checking for $ac_word... " >&6; }
6674 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : 6908 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6675 $as_echo_n "(cached) " >&6 6909 $as_echo_n "(cached) " >&6
6676 else 6910 else
6677 if test -n "$ac_ct_LIPO"; then 6911 if test -n "$ac_ct_LIPO"; then
6678 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. 6912 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6679 else 6913 else
6681 for as_dir in $PATH 6915 for as_dir in $PATH
6682 do 6916 do
6683 IFS=$as_save_IFS 6917 IFS=$as_save_IFS
6684 test -z "$as_dir" && as_dir=. 6918 test -z "$as_dir" && as_dir=.
6685 for ac_exec_ext in '' $ac_executable_extensions; do 6919 for ac_exec_ext in '' $ac_executable_extensions; do
6686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6687 ac_cv_prog_ac_ct_LIPO="lipo" 6921 ac_cv_prog_ac_ct_LIPO="lipo"
6688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6689 break 2 6923 break 2
6690 fi 6924 fi
6691 done 6925 done
6721 if test -n "$ac_tool_prefix"; then 6955 if test -n "$ac_tool_prefix"; then
6722 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. 6956 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6723 set dummy ${ac_tool_prefix}otool; ac_word=$2 6957 set dummy ${ac_tool_prefix}otool; ac_word=$2
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6725 $as_echo_n "checking for $ac_word... " >&6; } 6959 $as_echo_n "checking for $ac_word... " >&6; }
6726 if test "${ac_cv_prog_OTOOL+set}" = set; then : 6960 if ${ac_cv_prog_OTOOL+:} false; then :
6727 $as_echo_n "(cached) " >&6 6961 $as_echo_n "(cached) " >&6
6728 else 6962 else
6729 if test -n "$OTOOL"; then 6963 if test -n "$OTOOL"; then
6730 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. 6964 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6731 else 6965 else
6733 for as_dir in $PATH 6967 for as_dir in $PATH
6734 do 6968 do
6735 IFS=$as_save_IFS 6969 IFS=$as_save_IFS
6736 test -z "$as_dir" && as_dir=. 6970 test -z "$as_dir" && as_dir=.
6737 for ac_exec_ext in '' $ac_executable_extensions; do 6971 for ac_exec_ext in '' $ac_executable_extensions; do
6738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6972 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6739 ac_cv_prog_OTOOL="${ac_tool_prefix}otool" 6973 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6741 break 2 6975 break 2
6742 fi 6976 fi
6743 done 6977 done
6761 ac_ct_OTOOL=$OTOOL 6995 ac_ct_OTOOL=$OTOOL
6762 # Extract the first word of "otool", so it can be a program name with args. 6996 # Extract the first word of "otool", so it can be a program name with args.
6763 set dummy otool; ac_word=$2 6997 set dummy otool; ac_word=$2
6764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6765 $as_echo_n "checking for $ac_word... " >&6; } 6999 $as_echo_n "checking for $ac_word... " >&6; }
6766 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : 7000 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6767 $as_echo_n "(cached) " >&6 7001 $as_echo_n "(cached) " >&6
6768 else 7002 else
6769 if test -n "$ac_ct_OTOOL"; then 7003 if test -n "$ac_ct_OTOOL"; then
6770 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. 7004 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6771 else 7005 else
6773 for as_dir in $PATH 7007 for as_dir in $PATH
6774 do 7008 do
6775 IFS=$as_save_IFS 7009 IFS=$as_save_IFS
6776 test -z "$as_dir" && as_dir=. 7010 test -z "$as_dir" && as_dir=.
6777 for ac_exec_ext in '' $ac_executable_extensions; do 7011 for ac_exec_ext in '' $ac_executable_extensions; do
6778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7012 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6779 ac_cv_prog_ac_ct_OTOOL="otool" 7013 ac_cv_prog_ac_ct_OTOOL="otool"
6780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6781 break 2 7015 break 2
6782 fi 7016 fi
6783 done 7017 done
6813 if test -n "$ac_tool_prefix"; then 7047 if test -n "$ac_tool_prefix"; then
6814 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. 7048 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6815 set dummy ${ac_tool_prefix}otool64; ac_word=$2 7049 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6817 $as_echo_n "checking for $ac_word... " >&6; } 7051 $as_echo_n "checking for $ac_word... " >&6; }
6818 if test "${ac_cv_prog_OTOOL64+set}" = set; then : 7052 if ${ac_cv_prog_OTOOL64+:} false; then :
6819 $as_echo_n "(cached) " >&6 7053 $as_echo_n "(cached) " >&6
6820 else 7054 else
6821 if test -n "$OTOOL64"; then 7055 if test -n "$OTOOL64"; then
6822 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. 7056 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6823 else 7057 else
6825 for as_dir in $PATH 7059 for as_dir in $PATH
6826 do 7060 do
6827 IFS=$as_save_IFS 7061 IFS=$as_save_IFS
6828 test -z "$as_dir" && as_dir=. 7062 test -z "$as_dir" && as_dir=.
6829 for ac_exec_ext in '' $ac_executable_extensions; do 7063 for ac_exec_ext in '' $ac_executable_extensions; do
6830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6831 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" 7065 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6833 break 2 7067 break 2
6834 fi 7068 fi
6835 done 7069 done
6853 ac_ct_OTOOL64=$OTOOL64 7087 ac_ct_OTOOL64=$OTOOL64
6854 # Extract the first word of "otool64", so it can be a program name with args. 7088 # Extract the first word of "otool64", so it can be a program name with args.
6855 set dummy otool64; ac_word=$2 7089 set dummy otool64; ac_word=$2
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6857 $as_echo_n "checking for $ac_word... " >&6; } 7091 $as_echo_n "checking for $ac_word... " >&6; }
6858 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : 7092 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6859 $as_echo_n "(cached) " >&6 7093 $as_echo_n "(cached) " >&6
6860 else 7094 else
6861 if test -n "$ac_ct_OTOOL64"; then 7095 if test -n "$ac_ct_OTOOL64"; then
6862 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. 7096 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6863 else 7097 else
6865 for as_dir in $PATH 7099 for as_dir in $PATH
6866 do 7100 do
6867 IFS=$as_save_IFS 7101 IFS=$as_save_IFS
6868 test -z "$as_dir" && as_dir=. 7102 test -z "$as_dir" && as_dir=.
6869 for ac_exec_ext in '' $ac_executable_extensions; do 7103 for ac_exec_ext in '' $ac_executable_extensions; do
6870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7104 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6871 ac_cv_prog_ac_ct_OTOOL64="otool64" 7105 ac_cv_prog_ac_ct_OTOOL64="otool64"
6872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6873 break 2 7107 break 2
6874 fi 7108 fi
6875 done 7109 done
6928 7162
6929 7163
6930 7164
6931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 7165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6932 $as_echo_n "checking for -single_module linker flag... " >&6; } 7166 $as_echo_n "checking for -single_module linker flag... " >&6; }
6933 if test "${lt_cv_apple_cc_single_mod+set}" = set; then : 7167 if ${lt_cv_apple_cc_single_mod+:} false; then :
6934 $as_echo_n "(cached) " >&6 7168 $as_echo_n "(cached) " >&6
6935 else 7169 else
6936 lt_cv_apple_cc_single_mod=no 7170 lt_cv_apple_cc_single_mod=no
6937 if test -z "${LT_MULTI_MODULE}"; then 7171 if test -z "${LT_MULTI_MODULE}"; then
6938 # By default we will add the -single_module flag. You can override 7172 # By default we will add the -single_module flag. You can override
6957 fi 7191 fi
6958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 7192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6959 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } 7193 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 7194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6961 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } 7195 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6962 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : 7196 if ${lt_cv_ld_exported_symbols_list+:} false; then :
6963 $as_echo_n "(cached) " >&6 7197 $as_echo_n "(cached) " >&6
6964 else 7198 else
6965 lt_cv_ld_exported_symbols_list=no 7199 lt_cv_ld_exported_symbols_list=no
6966 save_LDFLAGS=$LDFLAGS 7200 save_LDFLAGS=$LDFLAGS
6967 echo "_main" > conftest.sym 7201 echo "_main" > conftest.sym
6968 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" 7202 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6969 if test x$gcc_no_link = xyes; then 7203 if test x$gcc_no_link = xyes; then
6970 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 7204 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
6971 fi 7205 fi
6972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6973 /* end confdefs.h. */ 7207 /* end confdefs.h. */
6974 7208
6975 int 7209 int
6992 fi 7226 fi
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 7227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6994 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } 7228 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 7229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6996 $as_echo_n "checking for -force_load linker flag... " >&6; } 7230 $as_echo_n "checking for -force_load linker flag... " >&6; }
6997 if test "${lt_cv_ld_force_load+set}" = set; then : 7231 if ${lt_cv_ld_force_load+:} false; then :
6998 $as_echo_n "(cached) " >&6 7232 $as_echo_n "(cached) " >&6
6999 else 7233 else
7000 lt_cv_ld_force_load=no 7234 lt_cv_ld_force_load=no
7001 cat > conftest.c << _LT_EOF 7235 cat > conftest.c << _LT_EOF
7002 int forced_loaded() { return 2;} 7236 int forced_loaded() { return 2;}
7059 7293
7060 for ac_header in dlfcn.h 7294 for ac_header in dlfcn.h
7061 do : 7295 do :
7062 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default 7296 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7063 " 7297 "
7064 if test "x$ac_cv_header_dlfcn_h" = x""yes; then : 7298 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7065 cat >>confdefs.h <<_ACEOF 7299 cat >>confdefs.h <<_ACEOF
7066 #define HAVE_DLFCN_H 1 7300 #define HAVE_DLFCN_H 1
7067 _ACEOF 7301 _ACEOF
7068 7302
7069 fi 7303 fi
7246 setopt NO_GLOB_SUBST 7480 setopt NO_GLOB_SUBST
7247 fi 7481 fi
7248 7482
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 7483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7250 $as_echo_n "checking for objdir... " >&6; } 7484 $as_echo_n "checking for objdir... " >&6; }
7251 if test "${lt_cv_objdir+set}" = set; then : 7485 if ${lt_cv_objdir+:} false; then :
7252 $as_echo_n "(cached) " >&6 7486 $as_echo_n "(cached) " >&6
7253 else 7487 else
7254 rm -f .libs 2>/dev/null 7488 rm -f .libs 2>/dev/null
7255 mkdir .libs 2>/dev/null 7489 mkdir .libs 2>/dev/null
7256 if test -d .libs; then 7490 if test -d .libs; then
7324 case $deplibs_check_method in 7558 case $deplibs_check_method in
7325 file_magic*) 7559 file_magic*)
7326 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 7560 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 7561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7328 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } 7562 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7329 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : 7563 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7330 $as_echo_n "(cached) " >&6 7564 $as_echo_n "(cached) " >&6
7331 else 7565 else
7332 case $MAGIC_CMD in 7566 case $MAGIC_CMD in
7333 [\\/*] | ?:[\\/]*) 7567 [\\/*] | ?:[\\/]*)
7334 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 7568 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7390 7624
7391 if test -z "$lt_cv_path_MAGIC_CMD"; then 7625 if test -z "$lt_cv_path_MAGIC_CMD"; then
7392 if test -n "$ac_tool_prefix"; then 7626 if test -n "$ac_tool_prefix"; then
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 7627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7394 $as_echo_n "checking for file... " >&6; } 7628 $as_echo_n "checking for file... " >&6; }
7395 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : 7629 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7396 $as_echo_n "(cached) " >&6 7630 $as_echo_n "(cached) " >&6
7397 else 7631 else
7398 case $MAGIC_CMD in 7632 case $MAGIC_CMD in
7399 [\\/*] | ?:[\\/]*) 7633 [\\/*] | ?:[\\/]*)
7400 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 7634 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7532 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; 7766 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7533 esac 7767 esac
7534 7768
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 7769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7536 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } 7770 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7537 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : 7771 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7538 $as_echo_n "(cached) " >&6 7772 $as_echo_n "(cached) " >&6
7539 else 7773 else
7540 lt_cv_prog_compiler_rtti_exceptions=no 7774 lt_cv_prog_compiler_rtti_exceptions=no
7541 ac_outfile=conftest.$ac_objext 7775 ac_outfile=conftest.$ac_objext
7542 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 7776 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7885 # Check to make sure the PIC flag actually works. 8119 # Check to make sure the PIC flag actually works.
7886 # 8120 #
7887 if test -n "$lt_prog_compiler_pic"; then 8121 if test -n "$lt_prog_compiler_pic"; then
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 8122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7889 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } 8123 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7890 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : 8124 if ${lt_cv_prog_compiler_pic_works+:} false; then :
7891 $as_echo_n "(cached) " >&6 8125 $as_echo_n "(cached) " >&6
7892 else 8126 else
7893 lt_cv_prog_compiler_pic_works=no 8127 lt_cv_prog_compiler_pic_works=no
7894 ac_outfile=conftest.$ac_objext 8128 ac_outfile=conftest.$ac_objext
7895 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 8129 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7944 # Check to make sure the static flag actually works. 8178 # Check to make sure the static flag actually works.
7945 # 8179 #
7946 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" 8180 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 8181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7948 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 8182 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7949 if test "${lt_cv_prog_compiler_static_works+set}" = set; then : 8183 if ${lt_cv_prog_compiler_static_works+:} false; then :
7950 $as_echo_n "(cached) " >&6 8184 $as_echo_n "(cached) " >&6
7951 else 8185 else
7952 lt_cv_prog_compiler_static_works=no 8186 lt_cv_prog_compiler_static_works=no
7953 save_LDFLAGS="$LDFLAGS" 8187 save_LDFLAGS="$LDFLAGS"
7954 LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 8188 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7987 8221
7988 8222
7989 8223
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 8224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7991 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 8225 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7992 if test "${lt_cv_prog_compiler_c_o+set}" = set; then : 8226 if ${lt_cv_prog_compiler_c_o+:} false; then :
7993 $as_echo_n "(cached) " >&6 8227 $as_echo_n "(cached) " >&6
7994 else 8228 else
7995 lt_cv_prog_compiler_c_o=no 8229 lt_cv_prog_compiler_c_o=no
7996 $RM -r conftest 2>/dev/null 8230 $RM -r conftest 2>/dev/null
7997 mkdir conftest 8231 mkdir conftest
8042 8276
8043 8277
8044 8278
8045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 8279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8046 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 8280 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8047 if test "${lt_cv_prog_compiler_c_o+set}" = set; then : 8281 if ${lt_cv_prog_compiler_c_o+:} false; then :
8048 $as_echo_n "(cached) " >&6 8282 $as_echo_n "(cached) " >&6
8049 else 8283 else
8050 lt_cv_prog_compiler_c_o=no 8284 lt_cv_prog_compiler_c_o=no
8051 $RM -r conftest 2>/dev/null 8285 $RM -r conftest 2>/dev/null
8052 mkdir conftest 8286 mkdir conftest
8326 # time. Moving up from 0x10000000 also allows more sbrk(2) space. 8560 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8327 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 8561 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8328 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 8562 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8329 ;; 8563 ;;
8330 8564
8331 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) 8565 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
8332 tmp_diet=no 8566 tmp_diet=no
8333 if test "$host_os" = linux-dietlibc; then 8567 if test "$host_os" = linux-dietlibc; then
8334 case $cc_basename in 8568 case $cc_basename in
8335 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) 8569 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8336 esac 8570 esac
8604 # -berok will link without error, but may produce a broken library. 8838 # -berok will link without error, but may produce a broken library.
8605 allow_undefined_flag='-berok' 8839 allow_undefined_flag='-berok'
8606 # Determine the default libpath from the value encoded in an 8840 # Determine the default libpath from the value encoded in an
8607 # empty executable. 8841 # empty executable.
8608 if test x$gcc_no_link = xyes; then 8842 if test x$gcc_no_link = xyes; then
8609 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 8843 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
8610 fi 8844 fi
8611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8612 /* end confdefs.h. */ 8846 /* end confdefs.h. */
8613 8847
8614 int 8848 int
8647 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" 8881 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
8648 else 8882 else
8649 # Determine the default libpath from the value encoded in an 8883 # Determine the default libpath from the value encoded in an
8650 # empty executable. 8884 # empty executable.
8651 if test x$gcc_no_link = xyes; then 8885 if test x$gcc_no_link = xyes; then
8652 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 8886 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
8653 fi 8887 fi
8654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8655 /* end confdefs.h. */ 8889 /* end confdefs.h. */
8656 8890
8657 int 8891 int
8864 9098
8865 # Older versions of the 11.00 compiler do not understand -b yet 9099 # Older versions of the 11.00 compiler do not understand -b yet
8866 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) 9100 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 9101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8868 $as_echo_n "checking if $CC understands -b... " >&6; } 9102 $as_echo_n "checking if $CC understands -b... " >&6; }
8869 if test "${lt_cv_prog_compiler__b+set}" = set; then : 9103 if ${lt_cv_prog_compiler__b+:} false; then :
8870 $as_echo_n "(cached) " >&6 9104 $as_echo_n "(cached) " >&6
8871 else 9105 else
8872 lt_cv_prog_compiler__b=no 9106 lt_cv_prog_compiler__b=no
8873 save_LDFLAGS="$LDFLAGS" 9107 save_LDFLAGS="$LDFLAGS"
8874 LDFLAGS="$LDFLAGS -b" 9108 LDFLAGS="$LDFLAGS -b"
8933 # work, assume that -exports_file does not work either and 9167 # work, assume that -exports_file does not work either and
8934 # implicitly export all symbols. 9168 # implicitly export all symbols.
8935 save_LDFLAGS="$LDFLAGS" 9169 save_LDFLAGS="$LDFLAGS"
8936 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" 9170 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8937 if test x$gcc_no_link = xyes; then 9171 if test x$gcc_no_link = xyes; then
8938 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 9172 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
8939 fi 9173 fi
8940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8941 /* end confdefs.h. */ 9175 /* end confdefs.h. */
8942 int foo(void) {} 9176 int foo(void) {}
8943 _ACEOF 9177 _ACEOF
9239 # Test whether the compiler implicitly links with -lc since on some 9473 # Test whether the compiler implicitly links with -lc since on some
9240 # systems, -lgcc has to come before -lc. If gcc already passes -lc 9474 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9241 # to ld, don't add -lc before -lgcc. 9475 # to ld, don't add -lc before -lgcc.
9242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 9476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9243 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } 9477 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9244 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then : 9478 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9245 $as_echo_n "(cached) " >&6 9479 $as_echo_n "(cached) " >&6
9246 else 9480 else
9247 $RM conftest* 9481 $RM conftest*
9248 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 9482 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9249 9483
9866 linux*oldld* | linux*aout* | linux*coff*) 10100 linux*oldld* | linux*aout* | linux*coff*)
9867 dynamic_linker=no 10101 dynamic_linker=no
9868 ;; 10102 ;;
9869 10103
9870 # This must be Linux ELF. 10104 # This must be Linux ELF.
9871 linux* | k*bsd*-gnu | kopensolaris*-gnu) 10105
10106 # uclinux* changes (here and below) have been submitted to the libtool
10107 # project, but have not yet been accepted: they are GCC-local changes
10108 # for the time being. (See
10109 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10110 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
9872 version_type=linux 10111 version_type=linux
9873 need_lib_prefix=no 10112 need_lib_prefix=no
9874 need_version=no 10113 need_version=no
9875 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 10114 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9876 soname_spec='${libname}${release}${shared_ext}$major' 10115 soname_spec='${libname}${release}${shared_ext}$major'
9877 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 10116 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9878 shlibpath_var=LD_LIBRARY_PATH 10117 shlibpath_var=LD_LIBRARY_PATH
9879 shlibpath_overrides_runpath=no 10118 shlibpath_overrides_runpath=no
9880 10119
9881 # Some binutils ld are patched to set DT_RUNPATH 10120 # Some binutils ld are patched to set DT_RUNPATH
9882 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then : 10121 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
9883 $as_echo_n "(cached) " >&6 10122 $as_echo_n "(cached) " >&6
9884 else 10123 else
9885 lt_cv_shlibpath_overrides_runpath=no 10124 lt_cv_shlibpath_overrides_runpath=no
9886 save_LDFLAGS=$LDFLAGS 10125 save_LDFLAGS=$LDFLAGS
9887 save_libdir=$libdir 10126 save_libdir=$libdir
9888 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ 10127 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9889 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" 10128 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9890 if test x$gcc_no_link = xyes; then 10129 if test x$gcc_no_link = xyes; then
9891 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 10130 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
9892 fi 10131 fi
9893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9894 /* end confdefs.h. */ 10133 /* end confdefs.h. */
9895 10134
9896 int 10135 int
10300 10539
10301 darwin*) 10540 darwin*)
10302 # if libdl is installed we need to link against it 10541 # if libdl is installed we need to link against it
10303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 10542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10304 $as_echo_n "checking for dlopen in -ldl... " >&6; } 10543 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10305 if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 10544 if ${ac_cv_lib_dl_dlopen+:} false; then :
10306 $as_echo_n "(cached) " >&6 10545 $as_echo_n "(cached) " >&6
10307 else 10546 else
10308 ac_check_lib_save_LIBS=$LIBS 10547 ac_check_lib_save_LIBS=$LIBS
10309 LIBS="-ldl $LIBS" 10548 LIBS="-ldl $LIBS"
10310 if test x$gcc_no_link = xyes; then 10549 if test x$gcc_no_link = xyes; then
10311 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 10550 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
10312 fi 10551 fi
10313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10314 /* end confdefs.h. */ 10553 /* end confdefs.h. */
10315 10554
10316 /* Override any GCC internal prototype to avoid an error. 10555 /* Override any GCC internal prototype to avoid an error.
10337 conftest$ac_exeext conftest.$ac_ext 10576 conftest$ac_exeext conftest.$ac_ext
10338 LIBS=$ac_check_lib_save_LIBS 10577 LIBS=$ac_check_lib_save_LIBS
10339 fi 10578 fi
10340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 10579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10341 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 10580 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10342 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : 10581 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10343 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 10582 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10344 else 10583 else
10345 10584
10346 lt_cv_dlopen="dyld" 10585 lt_cv_dlopen="dyld"
10347 lt_cv_dlopen_libs= 10586 lt_cv_dlopen_libs=
10351 10590
10352 ;; 10591 ;;
10353 10592
10354 *) 10593 *)
10355 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" 10594 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10356 if test "x$ac_cv_func_shl_load" = x""yes; then : 10595 if test "x$ac_cv_func_shl_load" = xyes; then :
10357 lt_cv_dlopen="shl_load" 10596 lt_cv_dlopen="shl_load"
10358 else 10597 else
10359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 10598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10360 $as_echo_n "checking for shl_load in -ldld... " >&6; } 10599 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10361 if test "${ac_cv_lib_dld_shl_load+set}" = set; then : 10600 if ${ac_cv_lib_dld_shl_load+:} false; then :
10362 $as_echo_n "(cached) " >&6 10601 $as_echo_n "(cached) " >&6
10363 else 10602 else
10364 ac_check_lib_save_LIBS=$LIBS 10603 ac_check_lib_save_LIBS=$LIBS
10365 LIBS="-ldld $LIBS" 10604 LIBS="-ldld $LIBS"
10366 if test x$gcc_no_link = xyes; then 10605 if test x$gcc_no_link = xyes; then
10367 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 10606 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
10368 fi 10607 fi
10369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10370 /* end confdefs.h. */ 10609 /* end confdefs.h. */
10371 10610
10372 /* Override any GCC internal prototype to avoid an error. 10611 /* Override any GCC internal prototype to avoid an error.
10393 conftest$ac_exeext conftest.$ac_ext 10632 conftest$ac_exeext conftest.$ac_ext
10394 LIBS=$ac_check_lib_save_LIBS 10633 LIBS=$ac_check_lib_save_LIBS
10395 fi 10634 fi
10396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 10635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10397 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 10636 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10398 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : 10637 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10399 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" 10638 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10400 else 10639 else
10401 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" 10640 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10402 if test "x$ac_cv_func_dlopen" = x""yes; then : 10641 if test "x$ac_cv_func_dlopen" = xyes; then :
10403 lt_cv_dlopen="dlopen" 10642 lt_cv_dlopen="dlopen"
10404 else 10643 else
10405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 10644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10406 $as_echo_n "checking for dlopen in -ldl... " >&6; } 10645 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10407 if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 10646 if ${ac_cv_lib_dl_dlopen+:} false; then :
10408 $as_echo_n "(cached) " >&6 10647 $as_echo_n "(cached) " >&6
10409 else 10648 else
10410 ac_check_lib_save_LIBS=$LIBS 10649 ac_check_lib_save_LIBS=$LIBS
10411 LIBS="-ldl $LIBS" 10650 LIBS="-ldl $LIBS"
10412 if test x$gcc_no_link = xyes; then 10651 if test x$gcc_no_link = xyes; then
10413 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 10652 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
10414 fi 10653 fi
10415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10416 /* end confdefs.h. */ 10655 /* end confdefs.h. */
10417 10656
10418 /* Override any GCC internal prototype to avoid an error. 10657 /* Override any GCC internal prototype to avoid an error.
10439 conftest$ac_exeext conftest.$ac_ext 10678 conftest$ac_exeext conftest.$ac_ext
10440 LIBS=$ac_check_lib_save_LIBS 10679 LIBS=$ac_check_lib_save_LIBS
10441 fi 10680 fi
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 10681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10443 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 10682 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10444 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : 10683 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10445 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 10684 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10446 else 10685 else
10447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 10686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10448 $as_echo_n "checking for dlopen in -lsvld... " >&6; } 10687 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10449 if test "${ac_cv_lib_svld_dlopen+set}" = set; then : 10688 if ${ac_cv_lib_svld_dlopen+:} false; then :
10450 $as_echo_n "(cached) " >&6 10689 $as_echo_n "(cached) " >&6
10451 else 10690 else
10452 ac_check_lib_save_LIBS=$LIBS 10691 ac_check_lib_save_LIBS=$LIBS
10453 LIBS="-lsvld $LIBS" 10692 LIBS="-lsvld $LIBS"
10454 if test x$gcc_no_link = xyes; then 10693 if test x$gcc_no_link = xyes; then
10455 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 10694 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
10456 fi 10695 fi
10457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10458 /* end confdefs.h. */ 10697 /* end confdefs.h. */
10459 10698
10460 /* Override any GCC internal prototype to avoid an error. 10699 /* Override any GCC internal prototype to avoid an error.
10481 conftest$ac_exeext conftest.$ac_ext 10720 conftest$ac_exeext conftest.$ac_ext
10482 LIBS=$ac_check_lib_save_LIBS 10721 LIBS=$ac_check_lib_save_LIBS
10483 fi 10722 fi
10484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 10723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10485 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } 10724 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10486 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then : 10725 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10487 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 10726 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10488 else 10727 else
10489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 10728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10490 $as_echo_n "checking for dld_link in -ldld... " >&6; } 10729 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10491 if test "${ac_cv_lib_dld_dld_link+set}" = set; then : 10730 if ${ac_cv_lib_dld_dld_link+:} false; then :
10492 $as_echo_n "(cached) " >&6 10731 $as_echo_n "(cached) " >&6
10493 else 10732 else
10494 ac_check_lib_save_LIBS=$LIBS 10733 ac_check_lib_save_LIBS=$LIBS
10495 LIBS="-ldld $LIBS" 10734 LIBS="-ldld $LIBS"
10496 if test x$gcc_no_link = xyes; then 10735 if test x$gcc_no_link = xyes; then
10497 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 10736 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
10498 fi 10737 fi
10499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10500 /* end confdefs.h. */ 10739 /* end confdefs.h. */
10501 10740
10502 /* Override any GCC internal prototype to avoid an error. 10741 /* Override any GCC internal prototype to avoid an error.
10523 conftest$ac_exeext conftest.$ac_ext 10762 conftest$ac_exeext conftest.$ac_ext
10524 LIBS=$ac_check_lib_save_LIBS 10763 LIBS=$ac_check_lib_save_LIBS
10525 fi 10764 fi
10526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 10765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10527 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } 10766 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10528 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then : 10767 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10529 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" 10768 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10530 fi 10769 fi
10531 10770
10532 10771
10533 fi 10772 fi
10564 save_LIBS="$LIBS" 10803 save_LIBS="$LIBS"
10565 LIBS="$lt_cv_dlopen_libs $LIBS" 10804 LIBS="$lt_cv_dlopen_libs $LIBS"
10566 10805
10567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 10806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10568 $as_echo_n "checking whether a program can dlopen itself... " >&6; } 10807 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10569 if test "${lt_cv_dlopen_self+set}" = set; then : 10808 if ${lt_cv_dlopen_self+:} false; then :
10570 $as_echo_n "(cached) " >&6 10809 $as_echo_n "(cached) " >&6
10571 else 10810 else
10572 if test "$cross_compiling" = yes; then : 10811 if test "$cross_compiling" = yes; then :
10573 lt_cv_dlopen_self=cross 10812 lt_cv_dlopen_self=cross
10574 else 10813 else
10575 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 10814 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10576 lt_status=$lt_dlunknown 10815 lt_status=$lt_dlunknown
10577 cat > conftest.$ac_ext <<_LT_EOF 10816 cat > conftest.$ac_ext <<_LT_EOF
10578 #line 10578 "configure" 10817 #line 10817 "configure"
10579 #include "confdefs.h" 10818 #include "confdefs.h"
10580 10819
10581 #if HAVE_DLFCN_H 10820 #if HAVE_DLFCN_H
10582 #include <dlfcn.h> 10821 #include <dlfcn.h>
10583 #endif 10822 #endif
10670 10909
10671 if test "x$lt_cv_dlopen_self" = xyes; then 10910 if test "x$lt_cv_dlopen_self" = xyes; then
10672 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" 10911 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 10912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10674 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } 10913 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10675 if test "${lt_cv_dlopen_self_static+set}" = set; then : 10914 if ${lt_cv_dlopen_self_static+:} false; then :
10676 $as_echo_n "(cached) " >&6 10915 $as_echo_n "(cached) " >&6
10677 else 10916 else
10678 if test "$cross_compiling" = yes; then : 10917 if test "$cross_compiling" = yes; then :
10679 lt_cv_dlopen_self_static=cross 10918 lt_cv_dlopen_self_static=cross
10680 else 10919 else
10681 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 10920 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10682 lt_status=$lt_dlunknown 10921 lt_status=$lt_dlunknown
10683 cat > conftest.$ac_ext <<_LT_EOF 10922 cat > conftest.$ac_ext <<_LT_EOF
10684 #line 10684 "configure" 10923 #line 10923 "configure"
10685 #include "confdefs.h" 10924 #include "confdefs.h"
10686 10925
10687 #if HAVE_DLFCN_H 10926 #if HAVE_DLFCN_H
10688 #include <dlfcn.h> 10927 #include <dlfcn.h>
10689 #endif 10928 #endif
10988 if test -n "$ac_tool_prefix"; then 11227 if test -n "$ac_tool_prefix"; then
10989 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 11228 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10990 set dummy ${ac_tool_prefix}gcc; ac_word=$2 11229 set dummy ${ac_tool_prefix}gcc; ac_word=$2
10991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10992 $as_echo_n "checking for $ac_word... " >&6; } 11231 $as_echo_n "checking for $ac_word... " >&6; }
10993 if test "${ac_cv_prog_CC+set}" = set; then : 11232 if ${ac_cv_prog_CC+:} false; then :
10994 $as_echo_n "(cached) " >&6 11233 $as_echo_n "(cached) " >&6
10995 else 11234 else
10996 if test -n "$CC"; then 11235 if test -n "$CC"; then
10997 ac_cv_prog_CC="$CC" # Let the user override the test. 11236 ac_cv_prog_CC="$CC" # Let the user override the test.
10998 else 11237 else
11000 for as_dir in $PATH 11239 for as_dir in $PATH
11001 do 11240 do
11002 IFS=$as_save_IFS 11241 IFS=$as_save_IFS
11003 test -z "$as_dir" && as_dir=. 11242 test -z "$as_dir" && as_dir=.
11004 for ac_exec_ext in '' $ac_executable_extensions; do 11243 for ac_exec_ext in '' $ac_executable_extensions; do
11005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11244 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11006 ac_cv_prog_CC="${ac_tool_prefix}gcc" 11245 ac_cv_prog_CC="${ac_tool_prefix}gcc"
11007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11008 break 2 11247 break 2
11009 fi 11248 fi
11010 done 11249 done
11028 ac_ct_CC=$CC 11267 ac_ct_CC=$CC
11029 # Extract the first word of "gcc", so it can be a program name with args. 11268 # Extract the first word of "gcc", so it can be a program name with args.
11030 set dummy gcc; ac_word=$2 11269 set dummy gcc; ac_word=$2
11031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11032 $as_echo_n "checking for $ac_word... " >&6; } 11271 $as_echo_n "checking for $ac_word... " >&6; }
11033 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 11272 if ${ac_cv_prog_ac_ct_CC+:} false; then :
11034 $as_echo_n "(cached) " >&6 11273 $as_echo_n "(cached) " >&6
11035 else 11274 else
11036 if test -n "$ac_ct_CC"; then 11275 if test -n "$ac_ct_CC"; then
11037 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 11276 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
11038 else 11277 else
11040 for as_dir in $PATH 11279 for as_dir in $PATH
11041 do 11280 do
11042 IFS=$as_save_IFS 11281 IFS=$as_save_IFS
11043 test -z "$as_dir" && as_dir=. 11282 test -z "$as_dir" && as_dir=.
11044 for ac_exec_ext in '' $ac_executable_extensions; do 11283 for ac_exec_ext in '' $ac_executable_extensions; do
11045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11284 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11046 ac_cv_prog_ac_ct_CC="gcc" 11285 ac_cv_prog_ac_ct_CC="gcc"
11047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11048 break 2 11287 break 2
11049 fi 11288 fi
11050 done 11289 done
11081 if test -n "$ac_tool_prefix"; then 11320 if test -n "$ac_tool_prefix"; then
11082 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 11321 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
11083 set dummy ${ac_tool_prefix}cc; ac_word=$2 11322 set dummy ${ac_tool_prefix}cc; ac_word=$2
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11085 $as_echo_n "checking for $ac_word... " >&6; } 11324 $as_echo_n "checking for $ac_word... " >&6; }
11086 if test "${ac_cv_prog_CC+set}" = set; then : 11325 if ${ac_cv_prog_CC+:} false; then :
11087 $as_echo_n "(cached) " >&6 11326 $as_echo_n "(cached) " >&6
11088 else 11327 else
11089 if test -n "$CC"; then 11328 if test -n "$CC"; then
11090 ac_cv_prog_CC="$CC" # Let the user override the test. 11329 ac_cv_prog_CC="$CC" # Let the user override the test.
11091 else 11330 else
11093 for as_dir in $PATH 11332 for as_dir in $PATH
11094 do 11333 do
11095 IFS=$as_save_IFS 11334 IFS=$as_save_IFS
11096 test -z "$as_dir" && as_dir=. 11335 test -z "$as_dir" && as_dir=.
11097 for ac_exec_ext in '' $ac_executable_extensions; do 11336 for ac_exec_ext in '' $ac_executable_extensions; do
11098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11337 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11099 ac_cv_prog_CC="${ac_tool_prefix}cc" 11338 ac_cv_prog_CC="${ac_tool_prefix}cc"
11100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11101 break 2 11340 break 2
11102 fi 11341 fi
11103 done 11342 done
11121 if test -z "$CC"; then 11360 if test -z "$CC"; then
11122 # Extract the first word of "cc", so it can be a program name with args. 11361 # Extract the first word of "cc", so it can be a program name with args.
11123 set dummy cc; ac_word=$2 11362 set dummy cc; ac_word=$2
11124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11125 $as_echo_n "checking for $ac_word... " >&6; } 11364 $as_echo_n "checking for $ac_word... " >&6; }
11126 if test "${ac_cv_prog_CC+set}" = set; then : 11365 if ${ac_cv_prog_CC+:} false; then :
11127 $as_echo_n "(cached) " >&6 11366 $as_echo_n "(cached) " >&6
11128 else 11367 else
11129 if test -n "$CC"; then 11368 if test -n "$CC"; then
11130 ac_cv_prog_CC="$CC" # Let the user override the test. 11369 ac_cv_prog_CC="$CC" # Let the user override the test.
11131 else 11370 else
11134 for as_dir in $PATH 11373 for as_dir in $PATH
11135 do 11374 do
11136 IFS=$as_save_IFS 11375 IFS=$as_save_IFS
11137 test -z "$as_dir" && as_dir=. 11376 test -z "$as_dir" && as_dir=.
11138 for ac_exec_ext in '' $ac_executable_extensions; do 11377 for ac_exec_ext in '' $ac_executable_extensions; do
11139 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11378 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11140 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 11379 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
11141 ac_prog_rejected=yes 11380 ac_prog_rejected=yes
11142 continue 11381 continue
11143 fi 11382 fi
11144 ac_cv_prog_CC="cc" 11383 ac_cv_prog_CC="cc"
11180 do 11419 do
11181 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 11420 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11182 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 11421 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11184 $as_echo_n "checking for $ac_word... " >&6; } 11423 $as_echo_n "checking for $ac_word... " >&6; }
11185 if test "${ac_cv_prog_CC+set}" = set; then : 11424 if ${ac_cv_prog_CC+:} false; then :
11186 $as_echo_n "(cached) " >&6 11425 $as_echo_n "(cached) " >&6
11187 else 11426 else
11188 if test -n "$CC"; then 11427 if test -n "$CC"; then
11189 ac_cv_prog_CC="$CC" # Let the user override the test. 11428 ac_cv_prog_CC="$CC" # Let the user override the test.
11190 else 11429 else
11192 for as_dir in $PATH 11431 for as_dir in $PATH
11193 do 11432 do
11194 IFS=$as_save_IFS 11433 IFS=$as_save_IFS
11195 test -z "$as_dir" && as_dir=. 11434 test -z "$as_dir" && as_dir=.
11196 for ac_exec_ext in '' $ac_executable_extensions; do 11435 for ac_exec_ext in '' $ac_executable_extensions; do
11197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11436 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11198 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 11437 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
11199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11438 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11200 break 2 11439 break 2
11201 fi 11440 fi
11202 done 11441 done
11224 do 11463 do
11225 # Extract the first word of "$ac_prog", so it can be a program name with args. 11464 # Extract the first word of "$ac_prog", so it can be a program name with args.
11226 set dummy $ac_prog; ac_word=$2 11465 set dummy $ac_prog; ac_word=$2
11227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11228 $as_echo_n "checking for $ac_word... " >&6; } 11467 $as_echo_n "checking for $ac_word... " >&6; }
11229 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 11468 if ${ac_cv_prog_ac_ct_CC+:} false; then :
11230 $as_echo_n "(cached) " >&6 11469 $as_echo_n "(cached) " >&6
11231 else 11470 else
11232 if test -n "$ac_ct_CC"; then 11471 if test -n "$ac_ct_CC"; then
11233 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 11472 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
11234 else 11473 else
11236 for as_dir in $PATH 11475 for as_dir in $PATH
11237 do 11476 do
11238 IFS=$as_save_IFS 11477 IFS=$as_save_IFS
11239 test -z "$as_dir" && as_dir=. 11478 test -z "$as_dir" && as_dir=.
11240 for ac_exec_ext in '' $ac_executable_extensions; do 11479 for ac_exec_ext in '' $ac_executable_extensions; do
11241 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11480 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11242 ac_cv_prog_ac_ct_CC="$ac_prog" 11481 ac_cv_prog_ac_ct_CC="$ac_prog"
11243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11244 break 2 11483 break 2
11245 fi 11484 fi
11246 done 11485 done
11278 fi 11517 fi
11279 11518
11280 11519
11281 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 11520 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11282 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 11521 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11283 as_fn_error "no acceptable C compiler found in \$PATH 11522 as_fn_error $? "no acceptable C compiler found in \$PATH
11284 See \`config.log' for more details." "$LINENO" 5; } 11523 See \`config.log' for more details" "$LINENO" 5; }
11285 11524
11286 # Provide some information about the compiler. 11525 # Provide some information about the compiler.
11287 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 11526 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
11288 set X $ac_compile 11527 set X $ac_compile
11289 ac_compiler=$2 11528 ac_compiler=$2
11300 if test -s conftest.err; then 11539 if test -s conftest.err; then
11301 sed '10a\ 11540 sed '10a\
11302 ... rest of stderr output deleted ... 11541 ... rest of stderr output deleted ...
11303 10q' conftest.err >conftest.er1 11542 10q' conftest.err >conftest.er1
11304 cat conftest.er1 >&5 11543 cat conftest.er1 >&5
11305 rm -f conftest.er1 conftest.err
11306 fi 11544 fi
11545 rm -f conftest.er1 conftest.err
11307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 11546 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11308 test $ac_status = 0; } 11547 test $ac_status = 0; }
11309 done 11548 done
11310 11549
11311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 11550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
11312 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 11551 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
11313 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 11552 if ${ac_cv_c_compiler_gnu+:} false; then :
11314 $as_echo_n "(cached) " >&6 11553 $as_echo_n "(cached) " >&6
11315 else 11554 else
11316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11317 /* end confdefs.h. */ 11556 /* end confdefs.h. */
11318 11557
11345 fi 11584 fi
11346 ac_test_CFLAGS=${CFLAGS+set} 11585 ac_test_CFLAGS=${CFLAGS+set}
11347 ac_save_CFLAGS=$CFLAGS 11586 ac_save_CFLAGS=$CFLAGS
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 11587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
11349 $as_echo_n "checking whether $CC accepts -g... " >&6; } 11588 $as_echo_n "checking whether $CC accepts -g... " >&6; }
11350 if test "${ac_cv_prog_cc_g+set}" = set; then : 11589 if ${ac_cv_prog_cc_g+:} false; then :
11351 $as_echo_n "(cached) " >&6 11590 $as_echo_n "(cached) " >&6
11352 else 11591 else
11353 ac_save_c_werror_flag=$ac_c_werror_flag 11592 ac_save_c_werror_flag=$ac_c_werror_flag
11354 ac_c_werror_flag=yes 11593 ac_c_werror_flag=yes
11355 ac_cv_prog_cc_g=no 11594 ac_cv_prog_cc_g=no
11423 CFLAGS= 11662 CFLAGS=
11424 fi 11663 fi
11425 fi 11664 fi
11426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 11665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
11427 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 11666 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
11428 if test "${ac_cv_prog_cc_c89+set}" = set; then : 11667 if ${ac_cv_prog_cc_c89+:} false; then :
11429 $as_echo_n "(cached) " >&6 11668 $as_echo_n "(cached) " >&6
11430 else 11669 else
11431 ac_cv_prog_cc_c89=no 11670 ac_cv_prog_cc_c89=no
11432 ac_save_CC=$CC 11671 ac_save_CC=$CC
11433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11434 /* end confdefs.h. */ 11673 /* end confdefs.h. */
11435 #include <stdarg.h> 11674 #include <stdarg.h>
11436 #include <stdio.h> 11675 #include <stdio.h>
11437 #include <sys/types.h> 11676 struct stat;
11438 #include <sys/stat.h>
11439 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 11677 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11440 struct buf { int x; }; 11678 struct buf { int x; };
11441 FILE * (*rcsopen) (struct buf *, struct stat *, int); 11679 FILE * (*rcsopen) (struct buf *, struct stat *, int);
11442 static char *e (p, i) 11680 static char *e (p, i)
11443 char **p; 11681 char **p;
11518 ac_cpp='$CPP $CPPFLAGS' 11756 ac_cpp='$CPP $CPPFLAGS'
11519 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 11757 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11520 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 11758 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11521 ac_compiler_gnu=$ac_cv_c_compiler_gnu 11759 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11522 11760
11761 ac_ext=c
11762 ac_cpp='$CPP $CPPFLAGS'
11763 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11764 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11765 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
11767 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
11768 if ${am_cv_prog_cc_c_o+:} false; then :
11769 $as_echo_n "(cached) " >&6
11770 else
11771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11772 /* end confdefs.h. */
11773
11774 int
11775 main ()
11776 {
11777
11778 ;
11779 return 0;
11780 }
11781 _ACEOF
11782 # Make sure it works both with $CC and with simple cc.
11783 # Following AC_PROG_CC_C_O, we do the test twice because some
11784 # compilers refuse to overwrite an existing .o file with -o,
11785 # though they will create one.
11786 am_cv_prog_cc_c_o=yes
11787 for am_i in 1 2; do
11788 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
11789 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
11790 ac_status=$?
11791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11792 (exit $ac_status); } \
11793 && test -f conftest2.$ac_objext; then
11794 : OK
11795 else
11796 am_cv_prog_cc_c_o=no
11797 break
11798 fi
11799 done
11800 rm -f core conftest*
11801 unset am_i
11802 fi
11803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
11804 $as_echo "$am_cv_prog_cc_c_o" >&6; }
11805 if test "$am_cv_prog_cc_c_o" != yes; then
11806 # Losing compiler, so override with the script.
11807 # FIXME: It is wrong to rewrite CC.
11808 # But if we don't then we get into trouble of one sort or another.
11809 # A longer-term fix would be to have automake use am__CC in this case,
11810 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
11811 CC="$am_aux_dir/compile $CC"
11812 fi
11813 ac_ext=c
11814 ac_cpp='$CPP $CPPFLAGS'
11815 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11816 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11817 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11818
11819
11523 depcc="$CC" am_compiler_list= 11820 depcc="$CC" am_compiler_list=
11524 11821
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 11822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
11526 $as_echo_n "checking dependency style of $depcc... " >&6; } 11823 $as_echo_n "checking dependency style of $depcc... " >&6; }
11527 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 11824 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
11528 $as_echo_n "(cached) " >&6 11825 $as_echo_n "(cached) " >&6
11529 else 11826 else
11530 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 11827 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
11531 # We make a subdir and do the tests there. Otherwise we can end up 11828 # We make a subdir and do the tests there. Otherwise we can end up
11532 # making bogus files that we don't know about and never remove. For 11829 # making bogus files that we don't know about and never remove. For
11533 # instance it was reported that on HP-UX the gcc test will end up 11830 # instance it was reported that on HP-UX the gcc test will end up
11534 # making a dummy file named `D' -- because `-MD' means `put the output 11831 # making a dummy file named 'D' -- because '-MD' means "put the output
11535 # in D'. 11832 # in D".
11536 rm -rf conftest.dir 11833 rm -rf conftest.dir
11537 mkdir conftest.dir 11834 mkdir conftest.dir
11538 # Copy depcomp to subdir because otherwise we won't find it if we're 11835 # Copy depcomp to subdir because otherwise we won't find it if we're
11539 # using a relative directory. 11836 # using a relative directory.
11540 cp "$am_depcomp" conftest.dir 11837 cp "$am_depcomp" conftest.dir
11565 # overwrite some of them when testing with obscure command lines. 11862 # overwrite some of them when testing with obscure command lines.
11566 # This happens at least with the AIX C compiler. 11863 # This happens at least with the AIX C compiler.
11567 : > sub/conftest.c 11864 : > sub/conftest.c
11568 for i in 1 2 3 4 5 6; do 11865 for i in 1 2 3 4 5 6; do
11569 echo '#include "conftst'$i'.h"' >> sub/conftest.c 11866 echo '#include "conftst'$i'.h"' >> sub/conftest.c
11570 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 11867 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
11571 # Solaris 8's {/usr,}/bin/sh. 11868 # Solaris 10 /bin/sh.
11572 touch sub/conftst$i.h 11869 echo '/* dummy */' > sub/conftst$i.h
11573 done 11870 done
11574 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 11871 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
11575 11872
11576 # We check with `-c' and `-o' for the sake of the "dashmstdout" 11873 # We check with '-c' and '-o' for the sake of the "dashmstdout"
11577 # mode. It turns out that the SunPro C++ compiler does not properly 11874 # mode. It turns out that the SunPro C++ compiler does not properly
11578 # handle `-M -o', and we need to detect this. Also, some Intel 11875 # handle '-M -o', and we need to detect this. Also, some Intel
11579 # versions had trouble with output in subdirs 11876 # versions had trouble with output in subdirs.
11580 am__obj=sub/conftest.${OBJEXT-o} 11877 am__obj=sub/conftest.${OBJEXT-o}
11581 am__minus_obj="-o $am__obj" 11878 am__minus_obj="-o $am__obj"
11582 case $depmode in 11879 case $depmode in
11583 gcc) 11880 gcc)
11584 # This depmode causes a compiler race in universal mode. 11881 # This depmode causes a compiler race in universal mode.
11585 test "$am__universal" = false || continue 11882 test "$am__universal" = false || continue
11586 ;; 11883 ;;
11587 nosideeffect) 11884 nosideeffect)
11588 # after this tag, mechanisms are not by side-effect, so they'll 11885 # After this tag, mechanisms are not by side-effect, so they'll
11589 # only be used when explicitly requested 11886 # only be used when explicitly requested.
11590 if test "x$enable_dependency_tracking" = xyes; then 11887 if test "x$enable_dependency_tracking" = xyes; then
11591 continue 11888 continue
11592 else 11889 else
11593 break 11890 break
11594 fi 11891 fi
11595 ;; 11892 ;;
11596 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 11893 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
11597 # This compiler won't grok `-c -o', but also, the minuso test has 11894 # This compiler won't grok '-c -o', but also, the minuso test has
11598 # not run yet. These depmodes are late enough in the game, and 11895 # not run yet. These depmodes are late enough in the game, and
11599 # so weak that their functioning should not be impacted. 11896 # so weak that their functioning should not be impacted.
11600 am__obj=conftest.${OBJEXT-o} 11897 am__obj=conftest.${OBJEXT-o}
11601 am__minus_obj= 11898 am__minus_obj=
11602 ;; 11899 ;;
11650 11947
11651 11948
11652 11949
11653 11950
11654 11951
11655 if test "x$CC" != xcc; then
11656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
11657 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
11658 else
11659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
11660 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
11661 fi
11662 set dummy $CC; ac_cc=`$as_echo "$2" |
11663 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
11664 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
11665 $as_echo_n "(cached) " >&6
11666 else
11667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11668 /* end confdefs.h. */
11669
11670 int
11671 main ()
11672 {
11673
11674 ;
11675 return 0;
11676 }
11677 _ACEOF
11678 # Make sure it works both with $CC and with simple cc.
11679 # We do the test twice because some compilers refuse to overwrite an
11680 # existing .o file with -o, though they will create one.
11681 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
11682 rm -f conftest2.*
11683 if { { case "(($ac_try" in
11684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11685 *) ac_try_echo=$ac_try;;
11686 esac
11687 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11688 $as_echo "$ac_try_echo"; } >&5
11689 (eval "$ac_try") 2>&5
11690 ac_status=$?
11691 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11692 test $ac_status = 0; } &&
11693 test -f conftest2.$ac_objext && { { case "(($ac_try" in
11694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11695 *) ac_try_echo=$ac_try;;
11696 esac
11697 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11698 $as_echo "$ac_try_echo"; } >&5
11699 (eval "$ac_try") 2>&5
11700 ac_status=$?
11701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11702 test $ac_status = 0; };
11703 then
11704 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
11705 if test "x$CC" != xcc; then
11706 # Test first that cc exists at all.
11707 if { ac_try='cc -c conftest.$ac_ext >&5'
11708 { { case "(($ac_try" in
11709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11710 *) ac_try_echo=$ac_try;;
11711 esac
11712 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11713 $as_echo "$ac_try_echo"; } >&5
11714 (eval "$ac_try") 2>&5
11715 ac_status=$?
11716 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11717 test $ac_status = 0; }; }; then
11718 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
11719 rm -f conftest2.*
11720 if { { case "(($ac_try" in
11721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11722 *) ac_try_echo=$ac_try;;
11723 esac
11724 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11725 $as_echo "$ac_try_echo"; } >&5
11726 (eval "$ac_try") 2>&5
11727 ac_status=$?
11728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11729 test $ac_status = 0; } &&
11730 test -f conftest2.$ac_objext && { { case "(($ac_try" in
11731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11732 *) ac_try_echo=$ac_try;;
11733 esac
11734 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11735 $as_echo "$ac_try_echo"; } >&5
11736 (eval "$ac_try") 2>&5
11737 ac_status=$?
11738 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11739 test $ac_status = 0; };
11740 then
11741 # cc works too.
11742 :
11743 else
11744 # cc exists but doesn't like -o.
11745 eval ac_cv_prog_cc_${ac_cc}_c_o=no
11746 fi
11747 fi
11748 fi
11749 else
11750 eval ac_cv_prog_cc_${ac_cc}_c_o=no
11751 fi
11752 rm -f core conftest*
11753
11754 fi
11755 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
11756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11757 $as_echo "yes" >&6; }
11758 else
11759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11760 $as_echo "no" >&6; }
11761
11762 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
11763
11764 fi
11765
11766 # FIXME: we rely on the cache variable name because
11767 # there is no other way.
11768 set dummy $CC
11769 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
11770 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
11771 if test "$am_t" != yes; then
11772 # Losing compiler, so override with the script.
11773 # FIXME: It is wrong to rewrite CC.
11774 # But if we don't then we get into trouble of one sort or another.
11775 # A longer-term fix would be to have automake use am__CC in this case,
11776 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
11777 CC="$am_aux_dir/compile $CC"
11778 fi
11779
11780 11952
11781 11953
11782 if test "x$GCC" != "xyes"; then 11954 if test "x$GCC" != "xyes"; then
11783 as_fn_error "libquadmath must be built with GCC" "$LINENO" 5 11955 as_fn_error $? "libquadmath must be built with GCC" "$LINENO" 5
11784 fi 11956 fi
11785 ac_ext=c 11957 ac_ext=c
11786 ac_cpp='$CPP $CPPFLAGS' 11958 ac_cpp='$CPP $CPPFLAGS'
11787 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 11959 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11788 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 11960 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11792 # On Suns, sometimes $CPP names a directory. 11964 # On Suns, sometimes $CPP names a directory.
11793 if test -n "$CPP" && test -d "$CPP"; then 11965 if test -n "$CPP" && test -d "$CPP"; then
11794 CPP= 11966 CPP=
11795 fi 11967 fi
11796 if test -z "$CPP"; then 11968 if test -z "$CPP"; then
11797 if test "${ac_cv_prog_CPP+set}" = set; then : 11969 if ${ac_cv_prog_CPP+:} false; then :
11798 $as_echo_n "(cached) " >&6 11970 $as_echo_n "(cached) " >&6
11799 else 11971 else
11800 # Double quotes because CPP needs to be expanded 11972 # Double quotes because CPP needs to be expanded
11801 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 11973 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
11802 do 11974 do
11822 11994
11823 else 11995 else
11824 # Broken: fails on valid input. 11996 # Broken: fails on valid input.
11825 continue 11997 continue
11826 fi 11998 fi
11827 rm -f conftest.err conftest.$ac_ext 11999 rm -f conftest.err conftest.i conftest.$ac_ext
11828 12000
11829 # OK, works on sane cases. Now check whether nonexistent headers 12001 # OK, works on sane cases. Now check whether nonexistent headers
11830 # can be detected and how. 12002 # can be detected and how.
11831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11832 /* end confdefs.h. */ 12004 /* end confdefs.h. */
11838 else 12010 else
11839 # Passes both tests. 12011 # Passes both tests.
11840 ac_preproc_ok=: 12012 ac_preproc_ok=:
11841 break 12013 break
11842 fi 12014 fi
11843 rm -f conftest.err conftest.$ac_ext 12015 rm -f conftest.err conftest.i conftest.$ac_ext
11844 12016
11845 done 12017 done
11846 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 12018 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11847 rm -f conftest.err conftest.$ac_ext 12019 rm -f conftest.i conftest.err conftest.$ac_ext
11848 if $ac_preproc_ok; then : 12020 if $ac_preproc_ok; then :
11849 break 12021 break
11850 fi 12022 fi
11851 12023
11852 done 12024 done
11881 12053
11882 else 12054 else
11883 # Broken: fails on valid input. 12055 # Broken: fails on valid input.
11884 continue 12056 continue
11885 fi 12057 fi
11886 rm -f conftest.err conftest.$ac_ext 12058 rm -f conftest.err conftest.i conftest.$ac_ext
11887 12059
11888 # OK, works on sane cases. Now check whether nonexistent headers 12060 # OK, works on sane cases. Now check whether nonexistent headers
11889 # can be detected and how. 12061 # can be detected and how.
11890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11891 /* end confdefs.h. */ 12063 /* end confdefs.h. */
11897 else 12069 else
11898 # Passes both tests. 12070 # Passes both tests.
11899 ac_preproc_ok=: 12071 ac_preproc_ok=:
11900 break 12072 break
11901 fi 12073 fi
11902 rm -f conftest.err conftest.$ac_ext 12074 rm -f conftest.err conftest.i conftest.$ac_ext
11903 12075
11904 done 12076 done
11905 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 12077 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11906 rm -f conftest.err conftest.$ac_ext 12078 rm -f conftest.i conftest.err conftest.$ac_ext
11907 if $ac_preproc_ok; then : 12079 if $ac_preproc_ok; then :
11908 12080
11909 else 12081 else
11910 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 12082 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11911 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 12083 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11912 as_fn_error "C preprocessor \"$CPP\" fails sanity check 12084 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
11913 See \`config.log' for more details." "$LINENO" 5; } 12085 See \`config.log' for more details" "$LINENO" 5; }
11914 fi 12086 fi
11915 12087
11916 ac_ext=c 12088 ac_ext=c
11917 ac_cpp='$CPP $CPPFLAGS' 12089 ac_cpp='$CPP $CPPFLAGS'
11918 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 12090 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11919 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 12091 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11920 ac_compiler_gnu=$ac_cv_c_compiler_gnu 12092 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12093
12094
12095
12096 # Check whether --with-toolexeclibdir was given.
12097 if test "${with_toolexeclibdir+set}" = set; then :
12098 withval=$with_toolexeclibdir; case ${with_toolexeclibdir} in
12099 /)
12100 ;;
12101 */)
12102 with_toolexeclibdir=`echo $with_toolexeclibdir | sed 's,/$,,'`
12103 ;;
12104 esac
12105 else
12106 with_toolexeclibdir=no
12107 fi
12108
11921 12109
11922 12110
11923 # Calculate toolexeclibdir 12111 # Calculate toolexeclibdir
11924 # Also toolexecdir, though it's only used in toolexeclibdir 12112 # Also toolexecdir, though it's only used in toolexeclibdir
11925 case ${version_specific_libs} in 12113 case ${version_specific_libs} in
11933 no) 12121 no)
11934 if test -n "$with_cross_host" && 12122 if test -n "$with_cross_host" &&
11935 test x"$with_cross_host" != x"no"; then 12123 test x"$with_cross_host" != x"no"; then
11936 # Install a library built with a cross compiler in tooldir, not libdir. 12124 # Install a library built with a cross compiler in tooldir, not libdir.
11937 toolexecdir='$(exec_prefix)/$(target_alias)' 12125 toolexecdir='$(exec_prefix)/$(target_alias)'
11938 toolexeclibdir='$(toolexecdir)/lib' 12126 case ${with_toolexeclibdir} in
12127 no)
12128 toolexeclibdir='$(toolexecdir)/lib'
12129 ;;
12130 *)
12131 toolexeclibdir=${with_toolexeclibdir}
12132 ;;
12133 esac
11939 else 12134 else
11940 toolexecdir='$(libdir)/gcc-lib/$(target_alias)' 12135 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
11941 toolexeclibdir='$(libdir)' 12136 toolexeclibdir='$(libdir)'
11942 fi 12137 fi
11943 multi_os_directory=`$CC -print-multi-os-directory` 12138 multi_os_directory=`$CC -print-multi-os-directory`
11952 12147
11953 for ac_header in fenv.h langinfo.h locale.h wchar.h wctype.h limits.h ctype.h printf.h errno.h 12148 for ac_header in fenv.h langinfo.h locale.h wchar.h wctype.h limits.h ctype.h printf.h errno.h
11954 do : 12149 do :
11955 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 12150 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11956 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 12151 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11957 eval as_val=\$$as_ac_Header 12152 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11958 if test "x$as_val" = x""yes; then :
11959 cat >>confdefs.h <<_ACEOF 12153 cat >>confdefs.h <<_ACEOF
11960 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 12154 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11961 _ACEOF 12155 _ACEOF
11962 12156
11963 fi 12157 fi
11965 done 12159 done
11966 12160
11967 12161
11968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the math.h includes POSIX's signgam" >&5 12162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the math.h includes POSIX's signgam" >&5
11969 $as_echo_n "checking whether the math.h includes POSIX's signgam... " >&6; } 12163 $as_echo_n "checking whether the math.h includes POSIX's signgam... " >&6; }
11970 if test "${libgfor_cv_have_math_h_signgam+set}" = set; then : 12164 if ${libgfor_cv_have_math_h_signgam+:} false; then :
11971 $as_echo_n "(cached) " >&6 12165 $as_echo_n "(cached) " >&6
11972 else 12166 else
11973 12167
11974 save_CFLAGS="$CFLAGS" 12168 save_CFLAGS="$CFLAGS"
11975 CFLAGS="$CFLAGS -Werror" 12169 CFLAGS="$CFLAGS -Werror"
12005 # If available, sqrtl and cbrtl speed up the calculation - 12199 # If available, sqrtl and cbrtl speed up the calculation -
12006 # but they are not required 12200 # but they are not required
12007 if test x$gcc_no_link != xyes; then 12201 if test x$gcc_no_link != xyes; then
12008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl in -lm" >&5 12202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl in -lm" >&5
12009 $as_echo_n "checking for sqrtl in -lm... " >&6; } 12203 $as_echo_n "checking for sqrtl in -lm... " >&6; }
12010 if test "${ac_cv_lib_m_sqrtl+set}" = set; then : 12204 if ${ac_cv_lib_m_sqrtl+:} false; then :
12011 $as_echo_n "(cached) " >&6 12205 $as_echo_n "(cached) " >&6
12012 else 12206 else
12013 ac_check_lib_save_LIBS=$LIBS 12207 ac_check_lib_save_LIBS=$LIBS
12014 LIBS="-lm $LIBS" 12208 LIBS="-lm $LIBS"
12015 if test x$gcc_no_link = xyes; then 12209 if test x$gcc_no_link = xyes; then
12016 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 12210 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
12017 fi 12211 fi
12018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12019 /* end confdefs.h. */ 12213 /* end confdefs.h. */
12020 12214
12021 /* Override any GCC internal prototype to avoid an error. 12215 /* Override any GCC internal prototype to avoid an error.
12042 conftest$ac_exeext conftest.$ac_ext 12236 conftest$ac_exeext conftest.$ac_ext
12043 LIBS=$ac_check_lib_save_LIBS 12237 LIBS=$ac_check_lib_save_LIBS
12044 fi 12238 fi
12045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrtl" >&5 12239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrtl" >&5
12046 $as_echo "$ac_cv_lib_m_sqrtl" >&6; } 12240 $as_echo "$ac_cv_lib_m_sqrtl" >&6; }
12047 if test "x$ac_cv_lib_m_sqrtl" = x""yes; then : 12241 if test "x$ac_cv_lib_m_sqrtl" = xyes; then :
12048 12242
12049 $as_echo "#define HAVE_SQRTL 1" >>confdefs.h 12243 $as_echo "#define HAVE_SQRTL 1" >>confdefs.h
12050 12244
12051 fi 12245 fi
12052 12246
12053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cbrtl in -lm" >&5 12247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cbrtl in -lm" >&5
12054 $as_echo_n "checking for cbrtl in -lm... " >&6; } 12248 $as_echo_n "checking for cbrtl in -lm... " >&6; }
12055 if test "${ac_cv_lib_m_cbrtl+set}" = set; then : 12249 if ${ac_cv_lib_m_cbrtl+:} false; then :
12056 $as_echo_n "(cached) " >&6 12250 $as_echo_n "(cached) " >&6
12057 else 12251 else
12058 ac_check_lib_save_LIBS=$LIBS 12252 ac_check_lib_save_LIBS=$LIBS
12059 LIBS="-lm $LIBS" 12253 LIBS="-lm $LIBS"
12060 if test x$gcc_no_link = xyes; then 12254 if test x$gcc_no_link = xyes; then
12061 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 12255 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
12062 fi 12256 fi
12063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12064 /* end confdefs.h. */ 12258 /* end confdefs.h. */
12065 12259
12066 /* Override any GCC internal prototype to avoid an error. 12260 /* Override any GCC internal prototype to avoid an error.
12087 conftest$ac_exeext conftest.$ac_ext 12281 conftest$ac_exeext conftest.$ac_ext
12088 LIBS=$ac_check_lib_save_LIBS 12282 LIBS=$ac_check_lib_save_LIBS
12089 fi 12283 fi
12090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cbrtl" >&5 12284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cbrtl" >&5
12091 $as_echo "$ac_cv_lib_m_cbrtl" >&6; } 12285 $as_echo "$ac_cv_lib_m_cbrtl" >&6; }
12092 if test "x$ac_cv_lib_m_cbrtl" = x""yes; then : 12286 if test "x$ac_cv_lib_m_cbrtl" = xyes; then :
12093 12287
12094 $as_echo "#define HAVE_CBRTL 1" >>confdefs.h 12288 $as_echo "#define HAVE_CBRTL 1" >>confdefs.h
12095 12289
12096 fi 12290 fi
12097 12291
12098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for feholdexcept in -lm" >&5 12292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for feholdexcept in -lm" >&5
12099 $as_echo_n "checking for feholdexcept in -lm... " >&6; } 12293 $as_echo_n "checking for feholdexcept in -lm... " >&6; }
12100 if test "${ac_cv_lib_m_feholdexcept+set}" = set; then : 12294 if ${ac_cv_lib_m_feholdexcept+:} false; then :
12101 $as_echo_n "(cached) " >&6 12295 $as_echo_n "(cached) " >&6
12102 else 12296 else
12103 ac_check_lib_save_LIBS=$LIBS 12297 ac_check_lib_save_LIBS=$LIBS
12104 LIBS="-lm $LIBS" 12298 LIBS="-lm $LIBS"
12105 if test x$gcc_no_link = xyes; then 12299 if test x$gcc_no_link = xyes; then
12106 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 12300 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
12107 fi 12301 fi
12108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12109 /* end confdefs.h. */ 12303 /* end confdefs.h. */
12110 12304
12111 /* Override any GCC internal prototype to avoid an error. 12305 /* Override any GCC internal prototype to avoid an error.
12132 conftest$ac_exeext conftest.$ac_ext 12326 conftest$ac_exeext conftest.$ac_ext
12133 LIBS=$ac_check_lib_save_LIBS 12327 LIBS=$ac_check_lib_save_LIBS
12134 fi 12328 fi
12135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_feholdexcept" >&5 12329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_feholdexcept" >&5
12136 $as_echo "$ac_cv_lib_m_feholdexcept" >&6; } 12330 $as_echo "$ac_cv_lib_m_feholdexcept" >&6; }
12137 if test "x$ac_cv_lib_m_feholdexcept" = x""yes; then : 12331 if test "x$ac_cv_lib_m_feholdexcept" = xyes; then :
12138 12332
12139 $as_echo "#define HAVE_FEHOLDEXCEPT 1" >>confdefs.h 12333 $as_echo "#define HAVE_FEHOLDEXCEPT 1" >>confdefs.h
12140 12334
12141 fi 12335 fi
12142 12336
12143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fesetround in -lm" >&5 12337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fesetround in -lm" >&5
12144 $as_echo_n "checking for fesetround in -lm... " >&6; } 12338 $as_echo_n "checking for fesetround in -lm... " >&6; }
12145 if test "${ac_cv_lib_m_fesetround+set}" = set; then : 12339 if ${ac_cv_lib_m_fesetround+:} false; then :
12146 $as_echo_n "(cached) " >&6 12340 $as_echo_n "(cached) " >&6
12147 else 12341 else
12148 ac_check_lib_save_LIBS=$LIBS 12342 ac_check_lib_save_LIBS=$LIBS
12149 LIBS="-lm $LIBS" 12343 LIBS="-lm $LIBS"
12150 if test x$gcc_no_link = xyes; then 12344 if test x$gcc_no_link = xyes; then
12151 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 12345 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
12152 fi 12346 fi
12153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12154 /* end confdefs.h. */ 12348 /* end confdefs.h. */
12155 12349
12156 /* Override any GCC internal prototype to avoid an error. 12350 /* Override any GCC internal prototype to avoid an error.
12177 conftest$ac_exeext conftest.$ac_ext 12371 conftest$ac_exeext conftest.$ac_ext
12178 LIBS=$ac_check_lib_save_LIBS 12372 LIBS=$ac_check_lib_save_LIBS
12179 fi 12373 fi
12180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fesetround" >&5 12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fesetround" >&5
12181 $as_echo "$ac_cv_lib_m_fesetround" >&6; } 12375 $as_echo "$ac_cv_lib_m_fesetround" >&6; }
12182 if test "x$ac_cv_lib_m_fesetround" = x""yes; then : 12376 if test "x$ac_cv_lib_m_fesetround" = xyes; then :
12183 12377
12184 $as_echo "#define HAVE_FESETROUND 1" >>confdefs.h 12378 $as_echo "#define HAVE_FESETROUND 1" >>confdefs.h
12185 12379
12186 fi 12380 fi
12187 12381
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for feupdateenv in -lm" >&5 12382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for feupdateenv in -lm" >&5
12189 $as_echo_n "checking for feupdateenv in -lm... " >&6; } 12383 $as_echo_n "checking for feupdateenv in -lm... " >&6; }
12190 if test "${ac_cv_lib_m_feupdateenv+set}" = set; then : 12384 if ${ac_cv_lib_m_feupdateenv+:} false; then :
12191 $as_echo_n "(cached) " >&6 12385 $as_echo_n "(cached) " >&6
12192 else 12386 else
12193 ac_check_lib_save_LIBS=$LIBS 12387 ac_check_lib_save_LIBS=$LIBS
12194 LIBS="-lm $LIBS" 12388 LIBS="-lm $LIBS"
12195 if test x$gcc_no_link = xyes; then 12389 if test x$gcc_no_link = xyes; then
12196 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 12390 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
12197 fi 12391 fi
12198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12199 /* end confdefs.h. */ 12393 /* end confdefs.h. */
12200 12394
12201 /* Override any GCC internal prototype to avoid an error. 12395 /* Override any GCC internal prototype to avoid an error.
12222 conftest$ac_exeext conftest.$ac_ext 12416 conftest$ac_exeext conftest.$ac_ext
12223 LIBS=$ac_check_lib_save_LIBS 12417 LIBS=$ac_check_lib_save_LIBS
12224 fi 12418 fi
12225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_feupdateenv" >&5 12419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_feupdateenv" >&5
12226 $as_echo "$ac_cv_lib_m_feupdateenv" >&6; } 12420 $as_echo "$ac_cv_lib_m_feupdateenv" >&6; }
12227 if test "x$ac_cv_lib_m_feupdateenv" = x""yes; then : 12421 if test "x$ac_cv_lib_m_feupdateenv" = xyes; then :
12228 12422
12229 $as_echo "#define HAVE_FEUPDATEENV 1" >>confdefs.h 12423 $as_echo "#define HAVE_FEUPDATEENV 1" >>confdefs.h
12230 12424
12231 fi 12425 fi
12232 12426
12233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fesetenv in -lm" >&5 12427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fesetenv in -lm" >&5
12234 $as_echo_n "checking for fesetenv in -lm... " >&6; } 12428 $as_echo_n "checking for fesetenv in -lm... " >&6; }
12235 if test "${ac_cv_lib_m_fesetenv+set}" = set; then : 12429 if ${ac_cv_lib_m_fesetenv+:} false; then :
12236 $as_echo_n "(cached) " >&6 12430 $as_echo_n "(cached) " >&6
12237 else 12431 else
12238 ac_check_lib_save_LIBS=$LIBS 12432 ac_check_lib_save_LIBS=$LIBS
12239 LIBS="-lm $LIBS" 12433 LIBS="-lm $LIBS"
12240 if test x$gcc_no_link = xyes; then 12434 if test x$gcc_no_link = xyes; then
12241 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 12435 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
12242 fi 12436 fi
12243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12244 /* end confdefs.h. */ 12438 /* end confdefs.h. */
12245 12439
12246 /* Override any GCC internal prototype to avoid an error. 12440 /* Override any GCC internal prototype to avoid an error.
12267 conftest$ac_exeext conftest.$ac_ext 12461 conftest$ac_exeext conftest.$ac_ext
12268 LIBS=$ac_check_lib_save_LIBS 12462 LIBS=$ac_check_lib_save_LIBS
12269 fi 12463 fi
12270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fesetenv" >&5 12464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fesetenv" >&5
12271 $as_echo "$ac_cv_lib_m_fesetenv" >&6; } 12465 $as_echo "$ac_cv_lib_m_fesetenv" >&6; }
12272 if test "x$ac_cv_lib_m_fesetenv" = x""yes; then : 12466 if test "x$ac_cv_lib_m_fesetenv" = xyes; then :
12273 12467
12274 $as_echo "#define HAVE_FESETENV 1" >>confdefs.h 12468 $as_echo "#define HAVE_FESETENV 1" >>confdefs.h
12275 12469
12276 fi 12470 fi
12277 12471
12278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fetestexcept in -lm" >&5 12472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fetestexcept in -lm" >&5
12279 $as_echo_n "checking for fetestexcept in -lm... " >&6; } 12473 $as_echo_n "checking for fetestexcept in -lm... " >&6; }
12280 if test "${ac_cv_lib_m_fetestexcept+set}" = set; then : 12474 if ${ac_cv_lib_m_fetestexcept+:} false; then :
12281 $as_echo_n "(cached) " >&6 12475 $as_echo_n "(cached) " >&6
12282 else 12476 else
12283 ac_check_lib_save_LIBS=$LIBS 12477 ac_check_lib_save_LIBS=$LIBS
12284 LIBS="-lm $LIBS" 12478 LIBS="-lm $LIBS"
12285 if test x$gcc_no_link = xyes; then 12479 if test x$gcc_no_link = xyes; then
12286 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 12480 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
12287 fi 12481 fi
12288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12289 /* end confdefs.h. */ 12483 /* end confdefs.h. */
12290 12484
12291 /* Override any GCC internal prototype to avoid an error. 12485 /* Override any GCC internal prototype to avoid an error.
12312 conftest$ac_exeext conftest.$ac_ext 12506 conftest$ac_exeext conftest.$ac_ext
12313 LIBS=$ac_check_lib_save_LIBS 12507 LIBS=$ac_check_lib_save_LIBS
12314 fi 12508 fi
12315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fetestexcept" >&5 12509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fetestexcept" >&5
12316 $as_echo "$ac_cv_lib_m_fetestexcept" >&6; } 12510 $as_echo "$ac_cv_lib_m_fetestexcept" >&6; }
12317 if test "x$ac_cv_lib_m_fetestexcept" = x""yes; then : 12511 if test "x$ac_cv_lib_m_fetestexcept" = xyes; then :
12318 12512
12319 $as_echo "#define HAVE_FETESTEXCEPT 1" >>confdefs.h 12513 $as_echo "#define HAVE_FETESTEXCEPT 1" >>confdefs.h
12320 12514
12321 fi 12515 fi
12322 12516
12323 for ac_func in strtoull 12517 for ac_func in strtoull
12324 do : 12518 do :
12325 ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull" 12519 ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull"
12326 if test "x$ac_cv_func_strtoull" = x""yes; then : 12520 if test "x$ac_cv_func_strtoull" = xyes; then :
12327 cat >>confdefs.h <<_ACEOF 12521 cat >>confdefs.h <<_ACEOF
12328 #define HAVE_STRTOULL 1 12522 #define HAVE_STRTOULL 1
12329 _ACEOF 12523 _ACEOF
12330 12524
12331 fi 12525 fi
12423 FOO_1.0 { 12617 FOO_1.0 {
12424 global: *foo*; bar; local: *; 12618 global: *foo*; bar; local: *;
12425 }; 12619 };
12426 EOF 12620 EOF
12427 if test x$gcc_no_link = xyes; then 12621 if test x$gcc_no_link = xyes; then
12428 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 12622 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
12429 fi 12623 fi
12430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12431 /* end confdefs.h. */ 12625 /* end confdefs.h. */
12432 int foo; 12626 int foo;
12433 int 12627 int
12455 FOO_1.0 { 12649 FOO_1.0 {
12456 global: foo; local: *; 12650 global: foo; local: *;
12457 }; 12651 };
12458 EOF 12652 EOF
12459 if test x$gcc_no_link = xyes; then 12653 if test x$gcc_no_link = xyes; then
12460 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 12654 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
12461 fi 12655 fi
12462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12463 /* end confdefs.h. */ 12657 /* end confdefs.h. */
12464 int foo; 12658 int foo;
12465 int 12659 int
12510 fi 12704 fi
12511 12705
12512 12706
12513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __float128 is supported" >&5 12707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __float128 is supported" >&5
12514 $as_echo_n "checking whether __float128 is supported... " >&6; } 12708 $as_echo_n "checking whether __float128 is supported... " >&6; }
12515 if test "${libquad_cv_have_float128+set}" = set; then : 12709 if ${libquad_cv_have_float128+:} false; then :
12516 $as_echo_n "(cached) " >&6 12710 $as_echo_n "(cached) " >&6
12517 else 12711 else
12518 if test x$gcc_no_link = xyes; then 12712 if test x$gcc_no_link = xyes; then
12519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12520 /* end confdefs.h. */ 12714 /* end confdefs.h. */
12563 12757
12564 fi 12758 fi
12565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12566 else 12760 else
12567 if test x$gcc_no_link = xyes; then 12761 if test x$gcc_no_link = xyes; then
12568 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5 12762 as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
12569 fi 12763 fi
12570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12571 /* end confdefs.h. */ 12765 /* end confdefs.h. */
12572 12766
12573 #if (!defined(_ARCH_PPC)) || defined(__LONG_DOUBLE_IEEE128__) 12767 #if (!defined(_ARCH_PPC)) || defined(__LONG_DOUBLE_IEEE128__)
12826 # Check whether --enable-cet was given. 13020 # Check whether --enable-cet was given.
12827 if test "${enable_cet+set}" = set; then : 13021 if test "${enable_cet+set}" = set; then :
12828 enableval=$enable_cet; 13022 enableval=$enable_cet;
12829 case "$enableval" in 13023 case "$enableval" in
12830 yes|no|auto) ;; 13024 yes|no|auto) ;;
12831 *) as_fn_error "Unknown argument to enable/disable cet" "$LINENO" 5 ;; 13025 *) as_fn_error $? "Unknown argument to enable/disable cet" "$LINENO" 5 ;;
12832 esac 13026 esac
12833 13027
12834 else 13028 else
12835 enable_cet=no 13029 enable_cet=no
12836 fi 13030 fi
12883 } 13077 }
12884 _ACEOF 13078 _ACEOF
12885 if ac_fn_c_try_compile "$LINENO"; then : 13079 if ac_fn_c_try_compile "$LINENO"; then :
12886 13080
12887 else 13081 else
12888 as_fn_error "assembler with CET support is required for --enable-cet" "$LINENO" 5 13082 as_fn_error $? "assembler with CET support is required for --enable-cet" "$LINENO" 5
12889 fi 13083 fi
12890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12891 ;; 13085 ;;
12892 esac 13086 esac
12893 ;; 13087 ;;
12969 t end 13163 t end
12970 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 13164 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12971 :end' >>confcache 13165 :end' >>confcache
12972 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 13166 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12973 if test -w "$cache_file"; then 13167 if test -w "$cache_file"; then
12974 test "x$cache_file" != "x/dev/null" && 13168 if test "x$cache_file" != "x/dev/null"; then
12975 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 13169 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12976 $as_echo "$as_me: updating cache $cache_file" >&6;} 13170 $as_echo "$as_me: updating cache $cache_file" >&6;}
12977 cat confcache >$cache_file 13171 if test ! -f "$cache_file" || test -h "$cache_file"; then
13172 cat confcache >"$cache_file"
13173 else
13174 case $cache_file in #(
13175 */* | ?:*)
13176 mv -f confcache "$cache_file"$$ &&
13177 mv -f "$cache_file"$$ "$cache_file" ;; #(
13178 *)
13179 mv -f confcache "$cache_file" ;;
13180 esac
13181 fi
13182 fi
12978 else 13183 else
12979 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 13184 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12980 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 13185 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12981 fi 13186 fi
12982 fi 13187 fi
12999 # Check whether --enable-generated-files-in-srcdir was given. 13204 # Check whether --enable-generated-files-in-srcdir was given.
13000 if test "${enable_generated_files_in_srcdir+set}" = set; then : 13205 if test "${enable_generated_files_in_srcdir+set}" = set; then :
13001 enableval=$enable_generated_files_in_srcdir; case "$enableval" in 13206 enableval=$enable_generated_files_in_srcdir; case "$enableval" in
13002 yes) enable_generated_files_in_srcdir=yes ;; 13207 yes) enable_generated_files_in_srcdir=yes ;;
13003 no) enable_generated_files_in_srcdir=no ;; 13208 no) enable_generated_files_in_srcdir=no ;;
13004 *) as_fn_error "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;; 13209 *) as_fn_error $? "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
13005 esac 13210 esac
13006 else 13211 else
13007 enable_generated_files_in_srcdir=no 13212 enable_generated_files_in_srcdir=no
13008 fi 13213 fi
13009 13214
13097 t end 13302 t end
13098 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 13303 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13099 :end' >>confcache 13304 :end' >>confcache
13100 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 13305 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13101 if test -w "$cache_file"; then 13306 if test -w "$cache_file"; then
13102 test "x$cache_file" != "x/dev/null" && 13307 if test "x$cache_file" != "x/dev/null"; then
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 13308 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13104 $as_echo "$as_me: updating cache $cache_file" >&6;} 13309 $as_echo "$as_me: updating cache $cache_file" >&6;}
13105 cat confcache >$cache_file 13310 if test ! -f "$cache_file" || test -h "$cache_file"; then
13311 cat confcache >"$cache_file"
13312 else
13313 case $cache_file in #(
13314 */* | ?:*)
13315 mv -f confcache "$cache_file"$$ &&
13316 mv -f "$cache_file"$$ "$cache_file" ;; #(
13317 *)
13318 mv -f confcache "$cache_file" ;;
13319 esac
13320 fi
13321 fi
13106 else 13322 else
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 13323 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13108 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 13324 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13109 fi 13325 fi
13110 fi 13326 fi
13116 13332
13117 DEFS=-DHAVE_CONFIG_H 13333 DEFS=-DHAVE_CONFIG_H
13118 13334
13119 ac_libobjs= 13335 ac_libobjs=
13120 ac_ltlibobjs= 13336 ac_ltlibobjs=
13337 U=
13121 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 13338 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13122 # 1. Remove the extension, and $U if already installed. 13339 # 1. Remove the extension, and $U if already installed.
13123 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 13340 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13124 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 13341 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13125 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 13342 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13130 LIBOBJS=$ac_libobjs 13347 LIBOBJS=$ac_libobjs
13131 13348
13132 LTLIBOBJS=$ac_ltlibobjs 13349 LTLIBOBJS=$ac_ltlibobjs
13133 13350
13134 13351
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
13353 $as_echo_n "checking that generated files are newer than configure... " >&6; }
13354 if test -n "$am_sleep_pid"; then
13355 # Hide warnings about reused PIDs.
13356 wait $am_sleep_pid 2>/dev/null
13357 fi
13358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
13359 $as_echo "done" >&6; }
13135 if test -n "$EXEEXT"; then 13360 if test -n "$EXEEXT"; then
13136 am__EXEEXT_TRUE= 13361 am__EXEEXT_TRUE=
13137 am__EXEEXT_FALSE='#' 13362 am__EXEEXT_FALSE='#'
13138 else 13363 else
13139 am__EXEEXT_TRUE='#' 13364 am__EXEEXT_TRUE='#'
13140 am__EXEEXT_FALSE= 13365 am__EXEEXT_FALSE=
13141 fi 13366 fi
13142 13367
13143 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 13368 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13144 as_fn_error "conditional \"AMDEP\" was never defined. 13369 as_fn_error $? "conditional \"AMDEP\" was never defined.
13145 Usually this means the macro was only invoked conditionally." "$LINENO" 5 13370 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13146 fi 13371 fi
13147 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 13372 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13148 as_fn_error "conditional \"am__fastdepCC\" was never defined. 13373 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
13149 Usually this means the macro was only invoked conditionally." "$LINENO" 5 13374 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13150 fi 13375 fi
13151 if test -z "${BUILD_INFO_TRUE}" && test -z "${BUILD_INFO_FALSE}"; then 13376 if test -z "${BUILD_INFO_TRUE}" && test -z "${BUILD_INFO_FALSE}"; then
13152 as_fn_error "conditional \"BUILD_INFO\" was never defined. 13377 as_fn_error $? "conditional \"BUILD_INFO\" was never defined.
13153 Usually this means the macro was only invoked conditionally." "$LINENO" 5 13378 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13154 fi 13379 fi
13155 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 13380 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13156 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined. 13381 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
13157 Usually this means the macro was only invoked conditionally." "$LINENO" 5 13382 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13158 fi 13383 fi
13159 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 13384 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13160 as_fn_error "conditional \"am__fastdepCC\" was never defined. 13385 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
13161 Usually this means the macro was only invoked conditionally." "$LINENO" 5 13386 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13162 fi 13387 fi
13163 if test -z "${LIBQUAD_USE_SYMVER_TRUE}" && test -z "${LIBQUAD_USE_SYMVER_FALSE}"; then 13388 if test -z "${LIBQUAD_USE_SYMVER_TRUE}" && test -z "${LIBQUAD_USE_SYMVER_FALSE}"; then
13164 as_fn_error "conditional \"LIBQUAD_USE_SYMVER\" was never defined. 13389 as_fn_error $? "conditional \"LIBQUAD_USE_SYMVER\" was never defined.
13165 Usually this means the macro was only invoked conditionally." "$LINENO" 5 13390 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13166 fi 13391 fi
13167 if test -z "${LIBQUAD_USE_SYMVER_GNU_TRUE}" && test -z "${LIBQUAD_USE_SYMVER_GNU_FALSE}"; then 13392 if test -z "${LIBQUAD_USE_SYMVER_GNU_TRUE}" && test -z "${LIBQUAD_USE_SYMVER_GNU_FALSE}"; then
13168 as_fn_error "conditional \"LIBQUAD_USE_SYMVER_GNU\" was never defined. 13393 as_fn_error $? "conditional \"LIBQUAD_USE_SYMVER_GNU\" was never defined.
13169 Usually this means the macro was only invoked conditionally." "$LINENO" 5 13394 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13170 fi 13395 fi
13171 if test -z "${LIBQUAD_USE_SYMVER_SUN_TRUE}" && test -z "${LIBQUAD_USE_SYMVER_SUN_FALSE}"; then 13396 if test -z "${LIBQUAD_USE_SYMVER_SUN_TRUE}" && test -z "${LIBQUAD_USE_SYMVER_SUN_FALSE}"; then
13172 as_fn_error "conditional \"LIBQUAD_USE_SYMVER_SUN\" was never defined. 13397 as_fn_error $? "conditional \"LIBQUAD_USE_SYMVER_SUN\" was never defined.
13173 Usually this means the macro was only invoked conditionally." "$LINENO" 5 13398 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13174 fi 13399 fi
13175 if test -z "${BUILD_LIBQUADMATH_TRUE}" && test -z "${BUILD_LIBQUADMATH_FALSE}"; then 13400 if test -z "${BUILD_LIBQUADMATH_TRUE}" && test -z "${BUILD_LIBQUADMATH_FALSE}"; then
13176 as_fn_error "conditional \"BUILD_LIBQUADMATH\" was never defined. 13401 as_fn_error $? "conditional \"BUILD_LIBQUADMATH\" was never defined.
13177 Usually this means the macro was only invoked conditionally." "$LINENO" 5 13402 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13178 fi 13403 fi
13179 if test -z "${GENINSRC_TRUE}" && test -z "${GENINSRC_FALSE}"; then 13404 if test -z "${GENINSRC_TRUE}" && test -z "${GENINSRC_FALSE}"; then
13180 as_fn_error "conditional \"GENINSRC\" was never defined. 13405 as_fn_error $? "conditional \"GENINSRC\" was never defined.
13181 Usually this means the macro was only invoked conditionally." "$LINENO" 5 13406 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13182 fi 13407 fi
13183 13408
13184 : ${CONFIG_STATUS=./config.status} 13409 : "${CONFIG_STATUS=./config.status}"
13185 ac_write_fail=0 13410 ac_write_fail=0
13186 ac_clean_files_save=$ac_clean_files 13411 ac_clean_files_save=$ac_clean_files
13187 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 13412 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 13413 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13189 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 13414 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13280 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 13505 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13281 # splitting by setting IFS to empty value.) 13506 # splitting by setting IFS to empty value.)
13282 IFS=" "" $as_nl" 13507 IFS=" "" $as_nl"
13283 13508
13284 # Find who we are. Look in the path if we contain no directory separator. 13509 # Find who we are. Look in the path if we contain no directory separator.
13510 as_myself=
13285 case $0 in #(( 13511 case $0 in #((
13286 *[\\/]* ) as_myself=$0 ;; 13512 *[\\/]* ) as_myself=$0 ;;
13287 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 13513 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13288 for as_dir in $PATH 13514 for as_dir in $PATH
13289 do 13515 do
13325 13551
13326 # CDPATH. 13552 # CDPATH.
13327 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 13553 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13328 13554
13329 13555
13330 # as_fn_error ERROR [LINENO LOG_FD] 13556 # as_fn_error STATUS ERROR [LINENO LOG_FD]
13331 # --------------------------------- 13557 # ----------------------------------------
13332 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 13558 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13333 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 13559 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13334 # script with status $?, using 1 if that was 0. 13560 # script with STATUS, using 1 if that was 0.
13335 as_fn_error () 13561 as_fn_error ()
13336 { 13562 {
13337 as_status=$?; test $as_status -eq 0 && as_status=1 13563 as_status=$1; test $as_status -eq 0 && as_status=1
13338 if test "$3"; then 13564 if test "$4"; then
13339 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 13565 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13340 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 13566 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
13341 fi 13567 fi
13342 $as_echo "$as_me: error: $1" >&2 13568 $as_echo "$as_me: error: $2" >&2
13343 as_fn_exit $as_status 13569 as_fn_exit $as_status
13344 } # as_fn_error 13570 } # as_fn_error
13345 13571
13346 13572
13347 # as_fn_set_status STATUS 13573 # as_fn_set_status STATUS
13475 if ln -s conf$$.file conf$$ 2>/dev/null; then 13701 if ln -s conf$$.file conf$$ 2>/dev/null; then
13476 as_ln_s='ln -s' 13702 as_ln_s='ln -s'
13477 # ... but there are two gotchas: 13703 # ... but there are two gotchas:
13478 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 13704 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13479 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 13705 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13480 # In both cases, we have to default to `cp -p'. 13706 # In both cases, we have to default to `cp -pR'.
13481 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 13707 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13482 as_ln_s='cp -p' 13708 as_ln_s='cp -pR'
13483 elif ln conf$$.file conf$$ 2>/dev/null; then 13709 elif ln conf$$.file conf$$ 2>/dev/null; then
13484 as_ln_s=ln 13710 as_ln_s=ln
13485 else 13711 else
13486 as_ln_s='cp -p' 13712 as_ln_s='cp -pR'
13487 fi 13713 fi
13488 else 13714 else
13489 as_ln_s='cp -p' 13715 as_ln_s='cp -pR'
13490 fi 13716 fi
13491 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 13717 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13492 rmdir conf$$.dir 2>/dev/null 13718 rmdir conf$$.dir 2>/dev/null
13493 13719
13494 13720
13533 } 13759 }
13534 s/.*/./; q'` 13760 s/.*/./; q'`
13535 test -d "$as_dir" && break 13761 test -d "$as_dir" && break
13536 done 13762 done
13537 test -z "$as_dirs" || eval "mkdir $as_dirs" 13763 test -z "$as_dirs" || eval "mkdir $as_dirs"
13538 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 13764 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
13539 13765
13540 13766
13541 } # as_fn_mkdir_p 13767 } # as_fn_mkdir_p
13542 if mkdir -p . 2>/dev/null; then 13768 if mkdir -p . 2>/dev/null; then
13543 as_mkdir_p='mkdir -p "$as_dir"' 13769 as_mkdir_p='mkdir -p "$as_dir"'
13544 else 13770 else
13545 test -d ./-p && rmdir ./-p 13771 test -d ./-p && rmdir ./-p
13546 as_mkdir_p=false 13772 as_mkdir_p=false
13547 fi 13773 fi
13548 13774
13549 if test -x / >/dev/null 2>&1; then 13775
13550 as_test_x='test -x' 13776 # as_fn_executable_p FILE
13551 else 13777 # -----------------------
13552 if ls -dL / >/dev/null 2>&1; then 13778 # Test if FILE is an executable regular file.
13553 as_ls_L_option=L 13779 as_fn_executable_p ()
13554 else 13780 {
13555 as_ls_L_option= 13781 test -f "$1" && test -x "$1"
13556 fi 13782 } # as_fn_executable_p
13557 as_test_x=' 13783 as_test_x='test -x'
13558 eval sh -c '\'' 13784 as_executable_p=as_fn_executable_p
13559 if test -d "$1"; then
13560 test -d "$1/.";
13561 else
13562 case $1 in #(
13563 -*)set "./$1";;
13564 esac;
13565 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13566 ???[sx]*):;;*)false;;esac;fi
13567 '\'' sh
13568 '
13569 fi
13570 as_executable_p=$as_test_x
13571 13785
13572 # Sed expression to map a string onto a valid CPP name. 13786 # Sed expression to map a string onto a valid CPP name.
13573 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 13787 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13574 13788
13575 # Sed expression to map a string onto a valid variable name. 13789 # Sed expression to map a string onto a valid variable name.
13587 # Save the log message, to keep $0 and so on meaningful, and to 13801 # Save the log message, to keep $0 and so on meaningful, and to
13588 # report actual input values of CONFIG_FILES etc. instead of their 13802 # report actual input values of CONFIG_FILES etc. instead of their
13589 # values after options handling. 13803 # values after options handling.
13590 ac_log=" 13804 ac_log="
13591 This file was extended by GCC Quad-precision Math Library $as_me 0.1, which was 13805 This file was extended by GCC Quad-precision Math Library $as_me 0.1, which was
13592 generated by GNU Autoconf 2.64. Invocation command line was 13806 generated by GNU Autoconf 2.69. Invocation command line was
13593 13807
13594 CONFIG_FILES = $CONFIG_FILES 13808 CONFIG_FILES = $CONFIG_FILES
13595 CONFIG_HEADERS = $CONFIG_HEADERS 13809 CONFIG_HEADERS = $CONFIG_HEADERS
13596 CONFIG_LINKS = $CONFIG_LINKS 13810 CONFIG_LINKS = $CONFIG_LINKS
13597 CONFIG_COMMANDS = $CONFIG_COMMANDS 13811 CONFIG_COMMANDS = $CONFIG_COMMANDS
13627 13841
13628 Usage: $0 [OPTION]... [TAG]... 13842 Usage: $0 [OPTION]... [TAG]...
13629 13843
13630 -h, --help print this help, then exit 13844 -h, --help print this help, then exit
13631 -V, --version print version number and configuration settings, then exit 13845 -V, --version print version number and configuration settings, then exit
13846 --config print configuration, then exit
13632 -q, --quiet, --silent 13847 -q, --quiet, --silent
13633 do not print progress messages 13848 do not print progress messages
13634 -d, --debug don't remove temporary files 13849 -d, --debug don't remove temporary files
13635 --recheck update $as_me by reconfiguring in the same conditions 13850 --recheck update $as_me by reconfiguring in the same conditions
13636 --file=FILE[:TEMPLATE] 13851 --file=FILE[:TEMPLATE]
13649 13864
13650 Report bugs to the package provider." 13865 Report bugs to the package provider."
13651 13866
13652 _ACEOF 13867 _ACEOF
13653 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 13868 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13869 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13654 ac_cs_version="\\ 13870 ac_cs_version="\\
13655 GCC Quad-precision Math Library config.status 0.1 13871 GCC Quad-precision Math Library config.status 0.1
13656 configured by $0, generated by GNU Autoconf 2.64, 13872 configured by $0, generated by GNU Autoconf 2.69,
13657 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 13873 with options \\"\$ac_cs_config\\"
13658 13874
13659 Copyright (C) 2009 Free Software Foundation, Inc. 13875 Copyright (C) 2012 Free Software Foundation, Inc.
13660 This config.status script is free software; the Free Software Foundation 13876 This config.status script is free software; the Free Software Foundation
13661 gives unlimited permission to copy, distribute and modify it." 13877 gives unlimited permission to copy, distribute and modify it."
13662 13878
13663 ac_pwd='$ac_pwd' 13879 ac_pwd='$ac_pwd'
13664 srcdir='$srcdir' 13880 srcdir='$srcdir'
13672 # The default lists apply if the user does not specify any file. 13888 # The default lists apply if the user does not specify any file.
13673 ac_need_defaults=: 13889 ac_need_defaults=:
13674 while test $# != 0 13890 while test $# != 0
13675 do 13891 do
13676 case $1 in 13892 case $1 in
13677 --*=*) 13893 --*=?*)
13678 ac_option=`expr "X$1" : 'X\([^=]*\)='` 13894 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13679 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 13895 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13896 ac_shift=:
13897 ;;
13898 --*=)
13899 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13900 ac_optarg=
13680 ac_shift=: 13901 ac_shift=:
13681 ;; 13902 ;;
13682 *) 13903 *)
13683 ac_option=$1 13904 ac_option=$1
13684 ac_optarg=$2 13905 ac_optarg=$2
13690 # Handling of the options. 13911 # Handling of the options.
13691 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 13912 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13692 ac_cs_recheck=: ;; 13913 ac_cs_recheck=: ;;
13693 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 13914 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13694 $as_echo "$ac_cs_version"; exit ;; 13915 $as_echo "$ac_cs_version"; exit ;;
13916 --config | --confi | --conf | --con | --co | --c )
13917 $as_echo "$ac_cs_config"; exit ;;
13695 --debug | --debu | --deb | --de | --d | -d ) 13918 --debug | --debu | --deb | --de | --d | -d )
13696 debug=: ;; 13919 debug=: ;;
13697 --file | --fil | --fi | --f ) 13920 --file | --fil | --fi | --f )
13698 $ac_shift 13921 $ac_shift
13699 case $ac_optarg in 13922 case $ac_optarg in
13700 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 13923 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13924 '') as_fn_error $? "missing file argument" ;;
13701 esac 13925 esac
13702 as_fn_append CONFIG_FILES " '$ac_optarg'" 13926 as_fn_append CONFIG_FILES " '$ac_optarg'"
13703 ac_need_defaults=false;; 13927 ac_need_defaults=false;;
13704 --header | --heade | --head | --hea ) 13928 --header | --heade | --head | --hea )
13705 $ac_shift 13929 $ac_shift
13708 esac 13932 esac
13709 as_fn_append CONFIG_HEADERS " '$ac_optarg'" 13933 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13710 ac_need_defaults=false;; 13934 ac_need_defaults=false;;
13711 --he | --h) 13935 --he | --h)
13712 # Conflict between --help and --header 13936 # Conflict between --help and --header
13713 as_fn_error "ambiguous option: \`$1' 13937 as_fn_error $? "ambiguous option: \`$1'
13714 Try \`$0 --help' for more information.";; 13938 Try \`$0 --help' for more information.";;
13715 --help | --hel | -h ) 13939 --help | --hel | -h )
13716 $as_echo "$ac_cs_usage"; exit ;; 13940 $as_echo "$ac_cs_usage"; exit ;;
13717 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 13941 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13718 | -silent | --silent | --silen | --sile | --sil | --si | --s) 13942 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13719 ac_cs_silent=: ;; 13943 ac_cs_silent=: ;;
13720 13944
13721 # This is an error. 13945 # This is an error.
13722 -*) as_fn_error "unrecognized option: \`$1' 13946 -*) as_fn_error $? "unrecognized option: \`$1'
13723 Try \`$0 --help' for more information." ;; 13947 Try \`$0 --help' for more information." ;;
13724 13948
13725 *) as_fn_append ac_config_targets " $1" 13949 *) as_fn_append ac_config_targets " $1"
13726 ac_need_defaults=false ;; 13950 ac_need_defaults=false ;;
13727 13951
13737 fi 13961 fi
13738 13962
13739 _ACEOF 13963 _ACEOF
13740 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 13964 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13741 if \$ac_cs_recheck; then 13965 if \$ac_cs_recheck; then
13742 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 13966 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13743 shift 13967 shift
13744 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 13968 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13745 CONFIG_SHELL='$SHELL' 13969 CONFIG_SHELL='$SHELL'
13746 export CONFIG_SHELL 13970 export CONFIG_SHELL
13747 exec "\$@" 13971 exec "\$@"
13774 multi_basedir="$multi_basedir" 13998 multi_basedir="$multi_basedir"
13775 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} 13999 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
13776 CC="$CC" 14000 CC="$CC"
13777 CXX="$CXX" 14001 CXX="$CXX"
13778 GFORTRAN="$GFORTRAN" 14002 GFORTRAN="$GFORTRAN"
14003 GDC="$GDC"
13779 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 14004 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13780 14005
13781 14006
13782 # The HP-UX ksh and POSIX shell print the target directory to stdout 14007 # The HP-UX ksh and POSIX shell print the target directory to stdout
13783 # if CDPATH is set. 14008 # if CDPATH is set.
14050 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; 14275 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
14051 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 14276 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14052 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; 14277 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14053 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 14278 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14054 14279
14055 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 14280 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14056 esac 14281 esac
14057 done 14282 done
14058 14283
14059 14284
14060 # If the user did not use the arguments to specify the items to instantiate, 14285 # If the user did not use the arguments to specify the items to instantiate,
14073 # Hook for its removal unless debugging. 14298 # Hook for its removal unless debugging.
14074 # Note that there is a small window in which the directory will not be cleaned: 14299 # Note that there is a small window in which the directory will not be cleaned:
14075 # after its creation but before its name has been assigned to `$tmp'. 14300 # after its creation but before its name has been assigned to `$tmp'.
14076 $debug || 14301 $debug ||
14077 { 14302 {
14078 tmp= 14303 tmp= ac_tmp=
14079 trap 'exit_status=$? 14304 trap 'exit_status=$?
14080 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 14305 : "${ac_tmp:=$tmp}"
14306 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
14081 ' 0 14307 ' 0
14082 trap 'as_fn_exit 1' 1 2 13 15 14308 trap 'as_fn_exit 1' 1 2 13 15
14083 } 14309 }
14084 # Create a (secure) tmp directory for tmp files. 14310 # Create a (secure) tmp directory for tmp files.
14085 14311
14086 { 14312 {
14087 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 14313 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14088 test -n "$tmp" && test -d "$tmp" 14314 test -d "$tmp"
14089 } || 14315 } ||
14090 { 14316 {
14091 tmp=./conf$$-$RANDOM 14317 tmp=./conf$$-$RANDOM
14092 (umask 077 && mkdir "$tmp") 14318 (umask 077 && mkdir "$tmp")
14093 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 14319 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14320 ac_tmp=$tmp
14094 14321
14095 # Set up the scripts for CONFIG_FILES section. 14322 # Set up the scripts for CONFIG_FILES section.
14096 # No need to generate them if there are no CONFIG_FILES. 14323 # No need to generate them if there are no CONFIG_FILES.
14097 # This happens for instance with `./config.status config.h'. 14324 # This happens for instance with `./config.status config.h'.
14098 if test -n "$CONFIG_FILES"; then 14325 if test -n "$CONFIG_FILES"; then
14105 if test "x$ac_cr" = x; then 14332 if test "x$ac_cr" = x; then
14106 eval ac_cr=\$\'\\r\' 14333 eval ac_cr=\$\'\\r\'
14107 fi 14334 fi
14108 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 14335 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14109 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 14336 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14110 ac_cs_awk_cr='\r' 14337 ac_cs_awk_cr='\\r'
14111 else 14338 else
14112 ac_cs_awk_cr=$ac_cr 14339 ac_cs_awk_cr=$ac_cr
14113 fi 14340 fi
14114 14341
14115 echo 'BEGIN {' >"$tmp/subs1.awk" && 14342 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
14116 _ACEOF 14343 _ACEOF
14117 14344
14118 14345
14119 { 14346 {
14120 echo "cat >conf$$subs.awk <<_ACEOF" && 14347 echo "cat >conf$$subs.awk <<_ACEOF" &&
14121 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 14348 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14122 echo "_ACEOF" 14349 echo "_ACEOF"
14123 } >conf$$subs.sh || 14350 } >conf$$subs.sh ||
14124 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 14351 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14125 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 14352 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
14126 ac_delim='%!_!# ' 14353 ac_delim='%!_!# '
14127 for ac_last_try in false false false false false :; do 14354 for ac_last_try in false false false false false :; do
14128 . ./conf$$subs.sh || 14355 . ./conf$$subs.sh ||
14129 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 14356 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14130 14357
14131 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 14358 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14132 if test $ac_delim_n = $ac_delim_num; then 14359 if test $ac_delim_n = $ac_delim_num; then
14133 break 14360 break
14134 elif $ac_last_try; then 14361 elif $ac_last_try; then
14135 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 14362 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14136 else 14363 else
14137 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 14364 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14138 fi 14365 fi
14139 done 14366 done
14140 rm -f conf$$subs.sh 14367 rm -f conf$$subs.sh
14141 14368
14142 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 14369 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14143 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 14370 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
14144 _ACEOF 14371 _ACEOF
14145 sed -n ' 14372 sed -n '
14146 h 14373 h
14147 s/^/S["/; s/!.*/"]=/ 14374 s/^/S["/; s/!.*/"]=/
14148 p 14375 p
14152 t repl 14379 t repl
14153 s/'"$ac_delim"'$// 14380 s/'"$ac_delim"'$//
14154 t delim 14381 t delim
14155 :nl 14382 :nl
14156 h 14383 h
14157 s/\(.\{148\}\).*/\1/ 14384 s/\(.\{148\}\)..*/\1/
14158 t more1 14385 t more1
14159 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 14386 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14160 p 14387 p
14161 n 14388 n
14162 b repl 14389 b repl
14166 g 14393 g
14167 s/.\{148\}// 14394 s/.\{148\}//
14168 t nl 14395 t nl
14169 :delim 14396 :delim
14170 h 14397 h
14171 s/\(.\{148\}\).*/\1/ 14398 s/\(.\{148\}\)..*/\1/
14172 t more2 14399 t more2
14173 s/["\\]/\\&/g; s/^/"/; s/$/"/ 14400 s/["\\]/\\&/g; s/^/"/; s/$/"/
14174 p 14401 p
14175 b 14402 b
14176 :more2 14403 :more2
14186 } 14413 }
14187 ' >>$CONFIG_STATUS || ac_write_fail=1 14414 ' >>$CONFIG_STATUS || ac_write_fail=1
14188 rm -f conf$$subs.awk 14415 rm -f conf$$subs.awk
14189 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 14416 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14190 _ACAWK 14417 _ACAWK
14191 cat >>"\$tmp/subs1.awk" <<_ACAWK && 14418 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
14192 for (key in S) S_is_set[key] = 1 14419 for (key in S) S_is_set[key] = 1
14193 FS = "" 14420 FS = ""
14194 14421
14195 } 14422 }
14196 { 14423 {
14218 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 14445 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14219 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 14446 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14220 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 14447 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14221 else 14448 else
14222 cat 14449 cat
14223 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 14450 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14224 || as_fn_error "could not setup config files machinery" "$LINENO" 5 14451 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
14225 _ACEOF 14452 _ACEOF
14226 14453
14227 # VPATH may cause trouble with some makes, so we remove $(srcdir), 14454 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14228 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 14455 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
14229 # trailing colons and then remove the whole line if VPATH becomes empty 14456 # trailing colons and then remove the whole line if VPATH becomes empty
14230 # (actually we leave an empty line to preserve line numbers). 14457 # (actually we leave an empty line to preserve line numbers).
14231 if test "x$srcdir" = x.; then 14458 if test "x$srcdir" = x.; then
14232 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 14459 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14233 s/:*\$(srcdir):*/:/ 14460 h
14234 s/:*\${srcdir}:*/:/ 14461 s///
14235 s/:*@srcdir@:*/:/ 14462 s/^/:/
14236 s/^\([^=]*=[ ]*\):*/\1/ 14463 s/[ ]*$/:/
14464 s/:\$(srcdir):/:/g
14465 s/:\${srcdir}:/:/g
14466 s/:@srcdir@:/:/g
14467 s/^:*//
14237 s/:*$// 14468 s/:*$//
14469 x
14470 s/\(=[ ]*\).*/\1/
14471 G
14472 s/\n//
14238 s/^[^=]*=[ ]*$// 14473 s/^[^=]*=[ ]*$//
14239 }' 14474 }'
14240 fi 14475 fi
14241 14476
14242 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 14477 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14244 14479
14245 # Set up the scripts for CONFIG_HEADERS section. 14480 # Set up the scripts for CONFIG_HEADERS section.
14246 # No need to generate them if there are no CONFIG_HEADERS. 14481 # No need to generate them if there are no CONFIG_HEADERS.
14247 # This happens for instance with `./config.status Makefile'. 14482 # This happens for instance with `./config.status Makefile'.
14248 if test -n "$CONFIG_HEADERS"; then 14483 if test -n "$CONFIG_HEADERS"; then
14249 cat >"$tmp/defines.awk" <<\_ACAWK || 14484 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
14250 BEGIN { 14485 BEGIN {
14251 _ACEOF 14486 _ACEOF
14252 14487
14253 # Transform confdefs.h into an awk script `defines.awk', embedded as 14488 # Transform confdefs.h into an awk script `defines.awk', embedded as
14254 # here-document in config.status, that substitutes the proper values into 14489 # here-document in config.status, that substitutes the proper values into
14256 14491
14257 # Create a delimiter string that does not exist in confdefs.h, to ease 14492 # Create a delimiter string that does not exist in confdefs.h, to ease
14258 # handling of long lines. 14493 # handling of long lines.
14259 ac_delim='%!_!# ' 14494 ac_delim='%!_!# '
14260 for ac_last_try in false false :; do 14495 for ac_last_try in false false :; do
14261 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 14496 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14262 if test -z "$ac_t"; then 14497 if test -z "$ac_tt"; then
14263 break 14498 break
14264 elif $ac_last_try; then 14499 elif $ac_last_try; then
14265 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 14500 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
14266 else 14501 else
14267 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 14502 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14268 fi 14503 fi
14269 done 14504 done
14270 14505
14345 } 14580 }
14346 { print } 14581 { print }
14347 _ACAWK 14582 _ACAWK
14348 _ACEOF 14583 _ACEOF
14349 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 14584 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14350 as_fn_error "could not setup config headers machinery" "$LINENO" 5 14585 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
14351 fi # test -n "$CONFIG_HEADERS" 14586 fi # test -n "$CONFIG_HEADERS"
14352 14587
14353 14588
14354 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 14589 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14355 shift 14590 shift
14358 case $ac_tag in 14593 case $ac_tag in
14359 :[FHLC]) ac_mode=$ac_tag; continue;; 14594 :[FHLC]) ac_mode=$ac_tag; continue;;
14360 esac 14595 esac
14361 case $ac_mode$ac_tag in 14596 case $ac_mode$ac_tag in
14362 :[FHL]*:*);; 14597 :[FHL]*:*);;
14363 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 14598 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
14364 :[FH]-) ac_tag=-:-;; 14599 :[FH]-) ac_tag=-:-;;
14365 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 14600 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14366 esac 14601 esac
14367 ac_save_IFS=$IFS 14602 ac_save_IFS=$IFS
14368 IFS=: 14603 IFS=:
14377 :[FH]) 14612 :[FH])
14378 ac_file_inputs= 14613 ac_file_inputs=
14379 for ac_f 14614 for ac_f
14380 do 14615 do
14381 case $ac_f in 14616 case $ac_f in
14382 -) ac_f="$tmp/stdin";; 14617 -) ac_f="$ac_tmp/stdin";;
14383 *) # Look for the file first in the build tree, then in the source tree 14618 *) # Look for the file first in the build tree, then in the source tree
14384 # (if the path is not absolute). The absolute path cannot be DOS-style, 14619 # (if the path is not absolute). The absolute path cannot be DOS-style,
14385 # because $ac_f cannot contain `:'. 14620 # because $ac_f cannot contain `:'.
14386 test -f "$ac_f" || 14621 test -f "$ac_f" ||
14387 case $ac_f in 14622 case $ac_f in
14388 [\\/$]*) false;; 14623 [\\/$]*) false;;
14389 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 14624 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14390 esac || 14625 esac ||
14391 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 14626 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14392 esac 14627 esac
14393 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 14628 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14394 as_fn_append ac_file_inputs " '$ac_f'" 14629 as_fn_append ac_file_inputs " '$ac_f'"
14395 done 14630 done
14396 14631
14412 sed 's/[\\\\&|]/\\\\&/g'`;; #( 14647 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14413 *) ac_sed_conf_input=$configure_input;; 14648 *) ac_sed_conf_input=$configure_input;;
14414 esac 14649 esac
14415 14650
14416 case $ac_tag in 14651 case $ac_tag in
14417 *:-:* | *:-) cat >"$tmp/stdin" \ 14652 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14418 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 14653 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
14419 esac 14654 esac
14420 ;; 14655 ;;
14421 esac 14656 esac
14422 14657
14423 ac_dir=`$as_dirname -- "$ac_file" || 14658 ac_dir=`$as_dirname -- "$ac_file" ||
14549 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 14784 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14550 s&@INSTALL@&$ac_INSTALL&;t t 14785 s&@INSTALL@&$ac_INSTALL&;t t
14551 s&@MKDIR_P@&$ac_MKDIR_P&;t t 14786 s&@MKDIR_P@&$ac_MKDIR_P&;t t
14552 $ac_datarootdir_hack 14787 $ac_datarootdir_hack
14553 " 14788 "
14554 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 14789 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14555 || as_fn_error "could not create $ac_file" "$LINENO" 5 14790 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14556 14791
14557 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 14792 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14558 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 14793 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14559 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 14794 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14795 "$ac_tmp/out"`; test -z "$ac_out"; } &&
14560 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 14796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14561 which seems to be undefined. Please make sure it is defined." >&5 14797 which seems to be undefined. Please make sure it is defined" >&5
14562 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 14798 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14563 which seems to be undefined. Please make sure it is defined." >&2;} 14799 which seems to be undefined. Please make sure it is defined" >&2;}
14564 14800
14565 rm -f "$tmp/stdin" 14801 rm -f "$ac_tmp/stdin"
14566 case $ac_file in 14802 case $ac_file in
14567 -) cat "$tmp/out" && rm -f "$tmp/out";; 14803 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14568 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 14804 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
14569 esac \ 14805 esac \
14570 || as_fn_error "could not create $ac_file" "$LINENO" 5 14806 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14571 ;; 14807 ;;
14572 :H) 14808 :H)
14573 # 14809 #
14574 # CONFIG_HEADER 14810 # CONFIG_HEADER
14575 # 14811 #
14576 if test x"$ac_file" != x-; then 14812 if test x"$ac_file" != x-; then
14577 { 14813 {
14578 $as_echo "/* $configure_input */" \ 14814 $as_echo "/* $configure_input */" \
14579 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 14815 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14580 } >"$tmp/config.h" \ 14816 } >"$ac_tmp/config.h" \
14581 || as_fn_error "could not create $ac_file" "$LINENO" 5 14817 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14582 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 14818 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
14583 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 14819 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14584 $as_echo "$as_me: $ac_file is unchanged" >&6;} 14820 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14585 else 14821 else
14586 rm -f "$ac_file" 14822 rm -f "$ac_file"
14587 mv "$tmp/config.h" "$ac_file" \ 14823 mv "$ac_tmp/config.h" "$ac_file" \
14588 || as_fn_error "could not create $ac_file" "$LINENO" 5 14824 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14589 fi 14825 fi
14590 else 14826 else
14591 $as_echo "/* $configure_input */" \ 14827 $as_echo "/* $configure_input */" \
14592 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 14828 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14593 || as_fn_error "could not create -" "$LINENO" 5 14829 || as_fn_error $? "could not create -" "$LINENO" 5
14594 fi 14830 fi
14595 # Compute "$ac_file"'s index in $config_headers. 14831 # Compute "$ac_file"'s index in $config_headers.
14596 _am_arg="$ac_file" 14832 _am_arg="$ac_file"
14597 _am_stamp_count=1 14833 _am_stamp_count=1
14598 for _am_header in $config_headers :; do 14834 for _am_header in $config_headers :; do
14642 *" Makefile "*) 14878 *" Makefile "*)
14643 ac_file=Makefile . ${multi_basedir}/config-ml.in 14879 ac_file=Makefile . ${multi_basedir}/config-ml.in
14644 ;; 14880 ;;
14645 esac ;; 14881 esac ;;
14646 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 14882 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
14647 # Autoconf 2.62 quotes --file arguments for eval, but not when files 14883 # Older Autoconf quotes --file arguments for eval, but not when files
14648 # are listed without --file. Let's play safe and only enable the eval 14884 # are listed without --file. Let's play safe and only enable the eval
14649 # if we detect the quoting. 14885 # if we detect the quoting.
14650 case $CONFIG_FILES in 14886 case $CONFIG_FILES in
14651 *\'*) eval set x "$CONFIG_FILES" ;; 14887 *\'*) eval set x "$CONFIG_FILES" ;;
14652 *) set x $CONFIG_FILES ;; 14888 *) set x $CONFIG_FILES ;;
14655 for mf 14891 for mf
14656 do 14892 do
14657 # Strip MF so we end up with the name of the file. 14893 # Strip MF so we end up with the name of the file.
14658 mf=`echo "$mf" | sed -e 's/:.*$//'` 14894 mf=`echo "$mf" | sed -e 's/:.*$//'`
14659 # Check whether this is an Automake generated Makefile or not. 14895 # Check whether this is an Automake generated Makefile or not.
14660 # We used to match only the files named `Makefile.in', but 14896 # We used to match only the files named 'Makefile.in', but
14661 # some people rename them; so instead we look at the file content. 14897 # some people rename them; so instead we look at the file content.
14662 # Grep'ing the first line is not enough: some people post-process 14898 # Grep'ing the first line is not enough: some people post-process
14663 # each Makefile.in and add a new line on top of each file to say so. 14899 # each Makefile.in and add a new line on top of each file to say so.
14664 # Grep'ing the whole file is not good either: AIX grep has a line 14900 # Grep'ing the whole file is not good either: AIX grep has a line
14665 # limit of 2048, but all sed's we know have understand at least 4000. 14901 # limit of 2048, but all sed's we know have understand at least 4000.
14689 s/.*/./; q'` 14925 s/.*/./; q'`
14690 else 14926 else
14691 continue 14927 continue
14692 fi 14928 fi
14693 # Extract the definition of DEPDIR, am__include, and am__quote 14929 # Extract the definition of DEPDIR, am__include, and am__quote
14694 # from the Makefile without running `make'. 14930 # from the Makefile without running 'make'.
14695 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 14931 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14696 test -z "$DEPDIR" && continue 14932 test -z "$DEPDIR" && continue
14697 am__include=`sed -n 's/^am__include = //p' < "$mf"` 14933 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14698 test -z "am__include" && continue 14934 test -z "$am__include" && continue
14699 am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 14935 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14700 # When using ansi2knr, U may be empty or an underscore; expand it
14701 U=`sed -n 's/^U = //p' < "$mf"`
14702 # Find all dependency output files, they are included files with 14936 # Find all dependency output files, they are included files with
14703 # $(DEPDIR) in their names. We invoke sed twice because it is the 14937 # $(DEPDIR) in their names. We invoke sed twice because it is the
14704 # simplest approach to changing $(DEPDIR) to its actual value in the 14938 # simplest approach to changing $(DEPDIR) to its actual value in the
14705 # expansion. 14939 # expansion.
14706 for file in `sed -n " 14940 for file in `sed -n "
14707 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 14941 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14708 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 14942 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
14709 # Make sure the directory exists. 14943 # Make sure the directory exists.
14710 test -f "$dirpart/$file" && continue 14944 test -f "$dirpart/$file" && continue
14711 fdir=`$as_dirname -- "$file" || 14945 fdir=`$as_dirname -- "$file" ||
14712 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 14946 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14713 X"$file" : 'X\(//\)[^/]' \| \ 14947 X"$file" : 'X\(//\)[^/]' \| \
15385 as_fn_exit 0 15619 as_fn_exit 0
15386 _ACEOF 15620 _ACEOF
15387 ac_clean_files=$ac_clean_files_save 15621 ac_clean_files=$ac_clean_files_save
15388 15622
15389 test $ac_write_fail = 0 || 15623 test $ac_write_fail = 0 ||
15390 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 15624 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
15391 15625
15392 15626
15393 # configure is writing to config.log, and then calls config.status. 15627 # configure is writing to config.log, and then calls config.status.
15394 # config.status does its own redirection, appending to config.log. 15628 # config.status does its own redirection, appending to config.log.
15395 # Unfortunately, on DOS this fails, as config.log is still kept open 15629 # Unfortunately, on DOS this fails, as config.log is still kept open
15406 exec 5>/dev/null 15640 exec 5>/dev/null
15407 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 15641 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15408 exec 5>>config.log 15642 exec 5>>config.log
15409 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 15643 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15410 # would make configure fail if this is the last instruction. 15644 # would make configure fail if this is the last instruction.
15411 $ac_cs_success || as_fn_exit $? 15645 $ac_cs_success || as_fn_exit 1
15412 fi 15646 fi
15413 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 15647 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15414 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 15648 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15415 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 15649 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15416 fi 15650 fi