comparison libvtv/configure @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for GNU Vtable Verification Runtime Library 1.0. 3 # Generated by GNU Autoconf 2.69 for GNU Vtable Verification Runtime Library 1.0.
4 # 4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 5 #
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 # Foundation, Inc. 7 #
8 # 8 #
9 # This configure script is free software; the Free Software Foundation 9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it. 10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ## 11 ## -------------------- ##
12 ## M4sh Initialization. ## 12 ## M4sh Initialization. ##
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.) 86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl" 87 IFS=" "" $as_nl"
88 88
89 # Find who we are. Look in the path if we contain no directory separator. 89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
90 case $0 in #(( 91 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;; 92 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH 94 for as_dir in $PATH
94 do 95 do
129 export LANGUAGE 130 export LANGUAGE
130 131
131 # CDPATH. 132 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133 134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
134 if test "x$CONFIG_SHELL" = x; then 160 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh 162 emulate sh
137 NULLCMD=: 163 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163 189
164 else 190 else
165 exitcode=1; echo positional parameters were not saved. 191 exitcode=1; echo positional parameters were not saved.
166 fi 192 fi
167 test x\$exitcode = x0 || exit 1" 193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1 199 test \$(( 1 + 1 )) = 2 || exit 1
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.
645 libvtv_srcdir 676 libvtv_srcdir
646 libvtv_builddir 677 libvtv_builddir
647 MAINT 678 MAINT
648 MAINTAINER_MODE_FALSE 679 MAINTAINER_MODE_FALSE
649 MAINTAINER_MODE_TRUE 680 MAINTAINER_MODE_TRUE
681 AM_BACKSLASH
682 AM_DEFAULT_VERBOSITY
683 AM_DEFAULT_V
684 AM_V
650 am__fastdepCC_FALSE 685 am__fastdepCC_FALSE
651 am__fastdepCC_TRUE 686 am__fastdepCC_TRUE
652 CCDEPMODE 687 CCDEPMODE
653 am__nodep 688 am__nodep
654 AMDEPBACKSLASH 689 AMDEPBACKSLASH
751 enable_option_checking 786 enable_option_checking
752 enable_multilib 787 enable_multilib
753 enable_version_specific_runtime_libs 788 enable_version_specific_runtime_libs
754 enable_vtable_verify 789 enable_vtable_verify
755 enable_dependency_tracking 790 enable_dependency_tracking
791 enable_silent_rules
756 enable_maintainer_mode 792 enable_maintainer_mode
793 with_toolexeclibdir
757 enable_shared 794 enable_shared
758 enable_static 795 enable_static
759 with_pic 796 with_pic
760 enable_fast_install 797 enable_fast_install
761 with_gnu_ld 798 with_gnu_ld
833 ac_prev= 870 ac_prev=
834 continue 871 continue
835 fi 872 fi
836 873
837 case $ac_option in 874 case $ac_option in
838 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 875 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
839 *) ac_optarg=yes ;; 876 *=) ac_optarg= ;;
877 *) ac_optarg=yes ;;
840 esac 878 esac
841 879
842 # Accept the important Cygnus configure options, so we can diagnose typos. 880 # Accept the important Cygnus configure options, so we can diagnose typos.
843 881
844 case $ac_dashdash$ac_option in 882 case $ac_dashdash$ac_option in
879 917
880 -disable-* | --disable-*) 918 -disable-* | --disable-*)
881 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 919 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
882 # Reject names that are not valid shell variable names. 920 # Reject names that are not valid shell variable names.
883 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 921 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
884 as_fn_error "invalid feature name: $ac_useropt" 922 as_fn_error $? "invalid feature name: $ac_useropt"
885 ac_useropt_orig=$ac_useropt 923 ac_useropt_orig=$ac_useropt
886 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 924 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
887 case $ac_user_opts in 925 case $ac_user_opts in
888 *" 926 *"
889 "enable_$ac_useropt" 927 "enable_$ac_useropt"
905 943
906 -enable-* | --enable-*) 944 -enable-* | --enable-*)
907 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 945 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
908 # Reject names that are not valid shell variable names. 946 # Reject names that are not valid shell variable names.
909 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 947 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
910 as_fn_error "invalid feature name: $ac_useropt" 948 as_fn_error $? "invalid feature name: $ac_useropt"
911 ac_useropt_orig=$ac_useropt 949 ac_useropt_orig=$ac_useropt
912 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 950 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
913 case $ac_user_opts in 951 case $ac_user_opts in
914 *" 952 *"
915 "enable_$ac_useropt" 953 "enable_$ac_useropt"
1109 1147
1110 -with-* | --with-*) 1148 -with-* | --with-*)
1111 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1149 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1112 # Reject names that are not valid shell variable names. 1150 # Reject names that are not valid shell variable names.
1113 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1151 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1114 as_fn_error "invalid package name: $ac_useropt" 1152 as_fn_error $? "invalid package name: $ac_useropt"
1115 ac_useropt_orig=$ac_useropt 1153 ac_useropt_orig=$ac_useropt
1116 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1154 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1117 case $ac_user_opts in 1155 case $ac_user_opts in
1118 *" 1156 *"
1119 "with_$ac_useropt" 1157 "with_$ac_useropt"
1125 1163
1126 -without-* | --without-*) 1164 -without-* | --without-*)
1127 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1165 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1128 # Reject names that are not valid shell variable names. 1166 # Reject names that are not valid shell variable names.
1129 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1167 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1130 as_fn_error "invalid package name: $ac_useropt" 1168 as_fn_error $? "invalid package name: $ac_useropt"
1131 ac_useropt_orig=$ac_useropt 1169 ac_useropt_orig=$ac_useropt
1132 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1170 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1133 case $ac_user_opts in 1171 case $ac_user_opts in
1134 *" 1172 *"
1135 "with_$ac_useropt" 1173 "with_$ac_useropt"
1155 ac_prev=x_libraries ;; 1193 ac_prev=x_libraries ;;
1156 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1194 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1157 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1195 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1158 x_libraries=$ac_optarg ;; 1196 x_libraries=$ac_optarg ;;
1159 1197
1160 -*) as_fn_error "unrecognized option: \`$ac_option' 1198 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1161 Try \`$0 --help' for more information." 1199 Try \`$0 --help' for more information"
1162 ;; 1200 ;;
1163 1201
1164 *=*) 1202 *=*)
1165 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1203 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1166 # Reject names that are not valid shell variable names. 1204 # Reject names that are not valid shell variable names.
1167 case $ac_envvar in #( 1205 case $ac_envvar in #(
1168 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1206 '' | [0-9]* | *[!_$as_cr_alnum]* )
1169 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1207 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1170 esac 1208 esac
1171 eval $ac_envvar=\$ac_optarg 1209 eval $ac_envvar=\$ac_optarg
1172 export $ac_envvar ;; 1210 export $ac_envvar ;;
1173 1211
1174 *) 1212 *)
1175 # FIXME: should be removed in autoconf 3.0. 1213 # FIXME: should be removed in autoconf 3.0.
1176 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1214 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1177 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1215 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1178 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1216 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1179 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1217 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1180 ;; 1218 ;;
1181 1219
1182 esac 1220 esac
1183 done 1221 done
1184 1222
1185 if test -n "$ac_prev"; then 1223 if test -n "$ac_prev"; then
1186 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1224 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1187 as_fn_error "missing argument to $ac_option" 1225 as_fn_error $? "missing argument to $ac_option"
1188 fi 1226 fi
1189 1227
1190 if test -n "$ac_unrecognized_opts"; then 1228 if test -n "$ac_unrecognized_opts"; then
1191 case $enable_option_checking in 1229 case $enable_option_checking in
1192 no) ;; 1230 no) ;;
1193 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1231 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1194 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1232 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1195 esac 1233 esac
1196 fi 1234 fi
1197 1235
1198 # Check all directory arguments for consistency. 1236 # Check all directory arguments for consistency.
1211 # Be sure to have absolute directory names. 1249 # Be sure to have absolute directory names.
1212 case $ac_val in 1250 case $ac_val in
1213 [\\/$]* | ?:[\\/]* ) continue;; 1251 [\\/$]* | ?:[\\/]* ) continue;;
1214 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1252 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1215 esac 1253 esac
1216 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1254 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1217 done 1255 done
1218 1256
1219 # There might be people who depend on the old broken behavior: `$host' 1257 # There might be people who depend on the old broken behavior: `$host'
1220 # used to hold the argument of --host etc. 1258 # used to hold the argument of --host etc.
1221 # FIXME: To remove some day. 1259 # FIXME: To remove some day.
1225 1263
1226 # FIXME: To remove some day. 1264 # FIXME: To remove some day.
1227 if test "x$host_alias" != x; then 1265 if test "x$host_alias" != x; then
1228 if test "x$build_alias" = x; then 1266 if test "x$build_alias" = x; then
1229 cross_compiling=maybe 1267 cross_compiling=maybe
1230 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1231 If a cross compiler is detected then cross compile mode will be used." >&2
1232 elif test "x$build_alias" != "x$host_alias"; then 1268 elif test "x$build_alias" != "x$host_alias"; then
1233 cross_compiling=yes 1269 cross_compiling=yes
1234 fi 1270 fi
1235 fi 1271 fi
1236 1272
1241 1277
1242 1278
1243 ac_pwd=`pwd` && test -n "$ac_pwd" && 1279 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1244 ac_ls_di=`ls -di .` && 1280 ac_ls_di=`ls -di .` &&
1245 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1281 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1246 as_fn_error "working directory cannot be determined" 1282 as_fn_error $? "working directory cannot be determined"
1247 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1283 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1248 as_fn_error "pwd does not report name of working directory" 1284 as_fn_error $? "pwd does not report name of working directory"
1249 1285
1250 1286
1251 # Find the source files, if location was not specified. 1287 # Find the source files, if location was not specified.
1252 if test -z "$srcdir"; then 1288 if test -z "$srcdir"; then
1253 ac_srcdir_defaulted=yes 1289 ac_srcdir_defaulted=yes
1282 else 1318 else
1283 ac_srcdir_defaulted=no 1319 ac_srcdir_defaulted=no
1284 fi 1320 fi
1285 if test ! -r "$srcdir/$ac_unique_file"; then 1321 if test ! -r "$srcdir/$ac_unique_file"; then
1286 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1322 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1287 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1323 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1288 fi 1324 fi
1289 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1325 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1290 ac_abs_confdir=`( 1326 ac_abs_confdir=`(
1291 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1327 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1292 pwd)` 1328 pwd)`
1293 # When building in place, set srcdir=. 1329 # When building in place, set srcdir=.
1294 if test "$ac_abs_confdir" = "$ac_pwd"; then 1330 if test "$ac_abs_confdir" = "$ac_pwd"; then
1295 srcdir=. 1331 srcdir=.
1296 fi 1332 fi
1326 Configuration: 1362 Configuration:
1327 -h, --help display this help and exit 1363 -h, --help display this help and exit
1328 --help=short display options specific to this package 1364 --help=short display options specific to this package
1329 --help=recursive display the short help of all the included packages 1365 --help=recursive display the short help of all the included packages
1330 -V, --version display version information and exit 1366 -V, --version display version information and exit
1331 -q, --quiet, --silent do not print \`checking...' messages 1367 -q, --quiet, --silent do not print \`checking ...' messages
1332 --cache-file=FILE cache test results in FILE [disabled] 1368 --cache-file=FILE cache test results in FILE [disabled]
1333 -C, --config-cache alias for \`--cache-file=config.cache' 1369 -C, --config-cache alias for \`--cache-file=config.cache'
1334 -n, --no-create do not create output files 1370 -n, --no-create do not create output files
1335 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1371 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1336 1372
1394 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1430 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1395 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1431 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1396 --enable-multilib build many library versions (default) 1432 --enable-multilib build many library versions (default)
1397 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory 1433 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory
1398 --enable-vtable-verify Enable vtable verification feature 1434 --enable-vtable-verify Enable vtable verification feature
1399 --disable-dependency-tracking speeds up one-time build 1435 --enable-dependency-tracking
1400 --enable-dependency-tracking do not reject slow dependency extractors 1436 do not reject slow dependency extractors
1401 --enable-maintainer-mode enable make rules and dependencies not useful 1437 --disable-dependency-tracking
1402 (and sometimes confusing) to the casual installer 1438 speeds up one-time build
1439 --enable-silent-rules less verbose build output (undo: "make V=1")
1440 --disable-silent-rules verbose build output (undo: "make V=0")
1441 --enable-maintainer-mode
1442 enable make rules and dependencies not useful (and
1443 sometimes confusing) to the casual installer
1403 --enable-shared[=PKGS] build shared libraries [default=yes] 1444 --enable-shared[=PKGS] build shared libraries [default=yes]
1404 --enable-static[=PKGS] build static libraries [default=yes] 1445 --enable-static[=PKGS] build static libraries [default=yes]
1405 --enable-fast-install[=PKGS] 1446 --enable-fast-install[=PKGS]
1406 optimize for fast installation [default=yes] 1447 optimize for fast installation [default=yes]
1407 --disable-libtool-lock avoid locking (might break parallel builds) 1448 --disable-libtool-lock avoid locking (might break parallel builds)
1408 --enable-cet enable Intel CET in target libraries [default=no] 1449 --enable-cet enable Intel CET in target libraries [default=no]
1409 1450
1410 Optional Packages: 1451 Optional Packages:
1411 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1452 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1412 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1453 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1454 --with-toolexeclibdir=DIR
1455 install libraries built with a cross compiler within
1456 DIR
1413 --with-pic try to use only PIC/non-PIC objects [default=use 1457 --with-pic try to use only PIC/non-PIC objects [default=use
1414 both] 1458 both]
1415 --with-gnu-ld assume the C compiler uses GNU ld [default=no] 1459 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1416 --with-gcc-major-version-only 1460 --with-gcc-major-version-only
1417 use only GCC major number in filesystem paths 1461 use only GCC major number in filesystem paths
1420 CC C compiler command 1464 CC C compiler command
1421 CFLAGS C compiler flags 1465 CFLAGS C compiler flags
1422 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1466 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1423 nonstandard directory <lib dir> 1467 nonstandard directory <lib dir>
1424 LIBS libraries to pass to the linker, e.g. -l<library> 1468 LIBS libraries to pass to the linker, e.g. -l<library>
1425 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1469 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1426 you have headers in a nonstandard directory <include dir> 1470 you have headers in a nonstandard directory <include dir>
1427 CPP C preprocessor 1471 CPP C preprocessor
1428 CXX C++ compiler command 1472 CXX C++ compiler command
1429 CXXFLAGS C++ compiler flags 1473 CXXFLAGS C++ compiler flags
1430 CXXCPP C++ preprocessor 1474 CXXCPP C++ preprocessor
1496 1540
1497 test -n "$ac_init_help" && exit $ac_status 1541 test -n "$ac_init_help" && exit $ac_status
1498 if $ac_init_version; then 1542 if $ac_init_version; then
1499 cat <<\_ACEOF 1543 cat <<\_ACEOF
1500 GNU Vtable Verification Runtime Library configure 1.0 1544 GNU Vtable Verification Runtime Library configure 1.0
1501 generated by GNU Autoconf 2.64 1545 generated by GNU Autoconf 2.69
1502 1546
1503 Copyright (C) 2009 Free Software Foundation, Inc. 1547 Copyright (C) 2012 Free Software Foundation, Inc.
1504 This configure script is free software; the Free Software Foundation 1548 This configure script is free software; the Free Software Foundation
1505 gives unlimited permission to copy, distribute and modify it. 1549 gives unlimited permission to copy, distribute and modify it.
1506 _ACEOF 1550 _ACEOF
1507 exit 1551 exit
1508 fi 1552 fi
1542 $as_echo "$as_me: failed program was:" >&5 1586 $as_echo "$as_me: failed program was:" >&5
1543 sed 's/^/| /' conftest.$ac_ext >&5 1587 sed 's/^/| /' conftest.$ac_ext >&5
1544 1588
1545 ac_retval=1 1589 ac_retval=1
1546 fi 1590 fi
1547 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1591 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1548 return $ac_retval 1592 as_fn_set_status $ac_retval
1549 1593
1550 } # ac_fn_c_try_compile 1594 } # ac_fn_c_try_compile
1551 1595
1552 # ac_fn_c_try_cpp LINENO 1596 # ac_fn_c_try_cpp LINENO
1553 # ---------------------- 1597 # ----------------------
1568 grep -v '^ *+' conftest.err >conftest.er1 1612 grep -v '^ *+' conftest.err >conftest.er1
1569 cat conftest.er1 >&5 1613 cat conftest.er1 >&5
1570 mv -f conftest.er1 conftest.err 1614 mv -f conftest.er1 conftest.err
1571 fi 1615 fi
1572 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1573 test $ac_status = 0; } >/dev/null && { 1617 test $ac_status = 0; } > conftest.i && {
1574 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1618 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1575 test ! -s conftest.err 1619 test ! -s conftest.err
1576 }; then : 1620 }; then :
1577 ac_retval=0 1621 ac_retval=0
1578 else 1622 else
1579 $as_echo "$as_me: failed program was:" >&5 1623 $as_echo "$as_me: failed program was:" >&5
1580 sed 's/^/| /' conftest.$ac_ext >&5 1624 sed 's/^/| /' conftest.$ac_ext >&5
1581 1625
1582 ac_retval=1 1626 ac_retval=1
1583 fi 1627 fi
1584 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1628 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1585 return $ac_retval 1629 as_fn_set_status $ac_retval
1586 1630
1587 } # ac_fn_c_try_cpp 1631 } # ac_fn_c_try_cpp
1588 1632
1589 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 1633 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1590 # ------------------------------------------------------- 1634 # -------------------------------------------------------
1592 # the include files in INCLUDES and setting the cache variable VAR 1636 # the include files in INCLUDES and setting the cache variable VAR
1593 # accordingly. 1637 # accordingly.
1594 ac_fn_c_check_header_mongrel () 1638 ac_fn_c_check_header_mongrel ()
1595 { 1639 {
1596 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1597 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1641 if eval \${$3+:} false; then :
1598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1599 $as_echo_n "checking for $2... " >&6; } 1643 $as_echo_n "checking for $2... " >&6; }
1600 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1644 if eval \${$3+:} false; then :
1601 $as_echo_n "(cached) " >&6 1645 $as_echo_n "(cached) " >&6
1602 fi 1646 fi
1603 eval ac_res=\$$3 1647 eval ac_res=\$$3
1604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1605 $as_echo "$ac_res" >&6; } 1649 $as_echo "$ac_res" >&6; }
1631 if ac_fn_c_try_cpp "$LINENO"; then : 1675 if ac_fn_c_try_cpp "$LINENO"; then :
1632 ac_header_preproc=yes 1676 ac_header_preproc=yes
1633 else 1677 else
1634 ac_header_preproc=no 1678 ac_header_preproc=no
1635 fi 1679 fi
1636 rm -f conftest.err conftest.$ac_ext 1680 rm -f conftest.err conftest.i conftest.$ac_ext
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1638 $as_echo "$ac_header_preproc" >&6; } 1682 $as_echo "$ac_header_preproc" >&6; }
1639 1683
1640 # So? What about this header? 1684 # So? What about this header?
1641 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( 1685 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1658 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1702 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1659 ;; 1703 ;;
1660 esac 1704 esac
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1662 $as_echo_n "checking for $2... " >&6; } 1706 $as_echo_n "checking for $2... " >&6; }
1663 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1707 if eval \${$3+:} false; then :
1664 $as_echo_n "(cached) " >&6 1708 $as_echo_n "(cached) " >&6
1665 else 1709 else
1666 eval "$3=\$ac_header_compiler" 1710 eval "$3=\$ac_header_compiler"
1667 fi 1711 fi
1668 eval ac_res=\$$3 1712 eval ac_res=\$$3
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1670 $as_echo "$ac_res" >&6; } 1714 $as_echo "$ac_res" >&6; }
1671 fi 1715 fi
1672 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1716 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1673 1717
1674 } # ac_fn_c_check_header_mongrel 1718 } # ac_fn_c_check_header_mongrel
1675 1719
1676 # ac_fn_c_try_run LINENO 1720 # ac_fn_c_try_run LINENO
1677 # ---------------------- 1721 # ----------------------
1708 sed 's/^/| /' conftest.$ac_ext >&5 1752 sed 's/^/| /' conftest.$ac_ext >&5
1709 1753
1710 ac_retval=$ac_status 1754 ac_retval=$ac_status
1711 fi 1755 fi
1712 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1756 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1713 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1757 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1714 return $ac_retval 1758 as_fn_set_status $ac_retval
1715 1759
1716 } # ac_fn_c_try_run 1760 } # ac_fn_c_try_run
1717 1761
1718 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1762 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1719 # ------------------------------------------------------- 1763 # -------------------------------------------------------
1722 ac_fn_c_check_header_compile () 1766 ac_fn_c_check_header_compile ()
1723 { 1767 {
1724 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1726 $as_echo_n "checking for $2... " >&6; } 1770 $as_echo_n "checking for $2... " >&6; }
1727 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1771 if eval \${$3+:} false; then :
1728 $as_echo_n "(cached) " >&6 1772 $as_echo_n "(cached) " >&6
1729 else 1773 else
1730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1731 /* end confdefs.h. */ 1775 /* end confdefs.h. */
1732 $4 1776 $4
1740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1741 fi 1785 fi
1742 eval ac_res=\$$3 1786 eval ac_res=\$$3
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1744 $as_echo "$ac_res" >&6; } 1788 $as_echo "$ac_res" >&6; }
1745 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1789 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1746 1790
1747 } # ac_fn_c_check_header_compile 1791 } # ac_fn_c_check_header_compile
1748 1792
1749 # ac_fn_c_try_link LINENO 1793 # ac_fn_c_try_link LINENO
1750 # ----------------------- 1794 # -----------------------
1771 test $ac_status = 0; } && { 1815 test $ac_status = 0; } && {
1772 test -z "$ac_c_werror_flag" || 1816 test -z "$ac_c_werror_flag" ||
1773 test ! -s conftest.err 1817 test ! -s conftest.err
1774 } && test -s conftest$ac_exeext && { 1818 } && test -s conftest$ac_exeext && {
1775 test "$cross_compiling" = yes || 1819 test "$cross_compiling" = yes ||
1776 $as_test_x conftest$ac_exeext 1820 test -x conftest$ac_exeext
1777 }; then : 1821 }; then :
1778 ac_retval=0 1822 ac_retval=0
1779 else 1823 else
1780 $as_echo "$as_me: failed program was:" >&5 1824 $as_echo "$as_me: failed program was:" >&5
1781 sed 's/^/| /' conftest.$ac_ext >&5 1825 sed 's/^/| /' conftest.$ac_ext >&5
1785 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1829 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1786 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1830 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1787 # interfere with the next link command; also delete a directory that is 1831 # interfere with the next link command; also delete a directory that is
1788 # left behind by Apple's compiler. We do this before executing the actions. 1832 # left behind by Apple's compiler. We do this before executing the actions.
1789 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1833 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1790 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1834 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1791 return $ac_retval 1835 as_fn_set_status $ac_retval
1792 1836
1793 } # ac_fn_c_try_link 1837 } # ac_fn_c_try_link
1794 1838
1795 # ac_fn_c_check_func LINENO FUNC VAR 1839 # ac_fn_c_check_func LINENO FUNC VAR
1796 # ---------------------------------- 1840 # ----------------------------------
1798 ac_fn_c_check_func () 1842 ac_fn_c_check_func ()
1799 { 1843 {
1800 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1844 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1802 $as_echo_n "checking for $2... " >&6; } 1846 $as_echo_n "checking for $2... " >&6; }
1803 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1847 if eval \${$3+:} false; then :
1804 $as_echo_n "(cached) " >&6 1848 $as_echo_n "(cached) " >&6
1805 else 1849 else
1806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1807 /* end confdefs.h. */ 1851 /* end confdefs.h. */
1808 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. 1852 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1853 conftest$ac_exeext conftest.$ac_ext 1897 conftest$ac_exeext conftest.$ac_ext
1854 fi 1898 fi
1855 eval ac_res=\$$3 1899 eval ac_res=\$$3
1856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1857 $as_echo "$ac_res" >&6; } 1901 $as_echo "$ac_res" >&6; }
1858 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1902 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1859 1903
1860 } # ac_fn_c_check_func 1904 } # ac_fn_c_check_func
1861 1905
1862 # ac_fn_cxx_try_compile LINENO 1906 # ac_fn_cxx_try_compile LINENO
1863 # ---------------------------- 1907 # ----------------------------
1890 $as_echo "$as_me: failed program was:" >&5 1934 $as_echo "$as_me: failed program was:" >&5
1891 sed 's/^/| /' conftest.$ac_ext >&5 1935 sed 's/^/| /' conftest.$ac_ext >&5
1892 1936
1893 ac_retval=1 1937 ac_retval=1
1894 fi 1938 fi
1895 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1939 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1896 return $ac_retval 1940 as_fn_set_status $ac_retval
1897 1941
1898 } # ac_fn_cxx_try_compile 1942 } # ac_fn_cxx_try_compile
1899 1943
1900 # ac_fn_cxx_try_cpp LINENO 1944 # ac_fn_cxx_try_cpp LINENO
1901 # ------------------------ 1945 # ------------------------
1916 grep -v '^ *+' conftest.err >conftest.er1 1960 grep -v '^ *+' conftest.err >conftest.er1
1917 cat conftest.er1 >&5 1961 cat conftest.er1 >&5
1918 mv -f conftest.er1 conftest.err 1962 mv -f conftest.er1 conftest.err
1919 fi 1963 fi
1920 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1964 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1921 test $ac_status = 0; } >/dev/null && { 1965 test $ac_status = 0; } > conftest.i && {
1922 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 1966 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1923 test ! -s conftest.err 1967 test ! -s conftest.err
1924 }; then : 1968 }; then :
1925 ac_retval=0 1969 ac_retval=0
1926 else 1970 else
1927 $as_echo "$as_me: failed program was:" >&5 1971 $as_echo "$as_me: failed program was:" >&5
1928 sed 's/^/| /' conftest.$ac_ext >&5 1972 sed 's/^/| /' conftest.$ac_ext >&5
1929 1973
1930 ac_retval=1 1974 ac_retval=1
1931 fi 1975 fi
1932 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1976 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1933 return $ac_retval 1977 as_fn_set_status $ac_retval
1934 1978
1935 } # ac_fn_cxx_try_cpp 1979 } # ac_fn_cxx_try_cpp
1936 1980
1937 # ac_fn_cxx_try_link LINENO 1981 # ac_fn_cxx_try_link LINENO
1938 # ------------------------- 1982 # -------------------------
1959 test $ac_status = 0; } && { 2003 test $ac_status = 0; } && {
1960 test -z "$ac_cxx_werror_flag" || 2004 test -z "$ac_cxx_werror_flag" ||
1961 test ! -s conftest.err 2005 test ! -s conftest.err
1962 } && test -s conftest$ac_exeext && { 2006 } && test -s conftest$ac_exeext && {
1963 test "$cross_compiling" = yes || 2007 test "$cross_compiling" = yes ||
1964 $as_test_x conftest$ac_exeext 2008 test -x conftest$ac_exeext
1965 }; then : 2009 }; then :
1966 ac_retval=0 2010 ac_retval=0
1967 else 2011 else
1968 $as_echo "$as_me: failed program was:" >&5 2012 $as_echo "$as_me: failed program was:" >&5
1969 sed 's/^/| /' conftest.$ac_ext >&5 2013 sed 's/^/| /' conftest.$ac_ext >&5
1973 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 2017 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1974 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 2018 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1975 # interfere with the next link command; also delete a directory that is 2019 # interfere with the next link command; also delete a directory that is
1976 # left behind by Apple's compiler. We do this before executing the actions. 2020 # left behind by Apple's compiler. We do this before executing the actions.
1977 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2021 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1978 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2022 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1979 return $ac_retval 2023 as_fn_set_status $ac_retval
1980 2024
1981 } # ac_fn_cxx_try_link 2025 } # ac_fn_cxx_try_link
1982 cat >config.log <<_ACEOF 2026 cat >config.log <<_ACEOF
1983 This file contains any messages produced by compilers while 2027 This file contains any messages produced by compilers while
1984 running configure, to aid debugging if configure makes a mistake. 2028 running configure, to aid debugging if configure makes a mistake.
1985 2029
1986 It was created by GNU Vtable Verification Runtime Library $as_me 1.0, which was 2030 It was created by GNU Vtable Verification Runtime Library $as_me 1.0, which was
1987 generated by GNU Autoconf 2.64. Invocation command line was 2031 generated by GNU Autoconf 2.69. Invocation command line was
1988 2032
1989 $ $0 $@ 2033 $ $0 $@
1990 2034
1991 _ACEOF 2035 _ACEOF
1992 exec 5>>config.log 2036 exec 5>>config.log
2092 trap 'exit_status=$? 2136 trap 'exit_status=$?
2093 # Save into config.log some information that might help in debugging. 2137 # Save into config.log some information that might help in debugging.
2094 { 2138 {
2095 echo 2139 echo
2096 2140
2097 cat <<\_ASBOX 2141 $as_echo "## ---------------- ##
2098 ## ---------------- ##
2099 ## Cache variables. ## 2142 ## Cache variables. ##
2100 ## ---------------- ## 2143 ## ---------------- ##"
2101 _ASBOX
2102 echo 2144 echo
2103 # The following way of writing the cache mishandles newlines in values, 2145 # The following way of writing the cache mishandles newlines in values,
2104 ( 2146 (
2105 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 2147 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2106 eval ac_val=\$$ac_var 2148 eval ac_val=\$$ac_var
2130 esac | 2172 esac |
2131 sort 2173 sort
2132 ) 2174 )
2133 echo 2175 echo
2134 2176
2135 cat <<\_ASBOX 2177 $as_echo "## ----------------- ##
2136 ## ----------------- ##
2137 ## Output variables. ## 2178 ## Output variables. ##
2138 ## ----------------- ## 2179 ## ----------------- ##"
2139 _ASBOX
2140 echo 2180 echo
2141 for ac_var in $ac_subst_vars 2181 for ac_var in $ac_subst_vars
2142 do 2182 do
2143 eval ac_val=\$$ac_var 2183 eval ac_val=\$$ac_var
2144 case $ac_val in 2184 case $ac_val in
2147 $as_echo "$ac_var='\''$ac_val'\''" 2187 $as_echo "$ac_var='\''$ac_val'\''"
2148 done | sort 2188 done | sort
2149 echo 2189 echo
2150 2190
2151 if test -n "$ac_subst_files"; then 2191 if test -n "$ac_subst_files"; then
2152 cat <<\_ASBOX 2192 $as_echo "## ------------------- ##
2153 ## ------------------- ##
2154 ## File substitutions. ## 2193 ## File substitutions. ##
2155 ## ------------------- ## 2194 ## ------------------- ##"
2156 _ASBOX
2157 echo 2195 echo
2158 for ac_var in $ac_subst_files 2196 for ac_var in $ac_subst_files
2159 do 2197 do
2160 eval ac_val=\$$ac_var 2198 eval ac_val=\$$ac_var
2161 case $ac_val in 2199 case $ac_val in
2165 done | sort 2203 done | sort
2166 echo 2204 echo
2167 fi 2205 fi
2168 2206
2169 if test -s confdefs.h; then 2207 if test -s confdefs.h; then
2170 cat <<\_ASBOX 2208 $as_echo "## ----------- ##
2171 ## ----------- ##
2172 ## confdefs.h. ## 2209 ## confdefs.h. ##
2173 ## ----------- ## 2210 ## ----------- ##"
2174 _ASBOX
2175 echo 2211 echo
2176 cat confdefs.h 2212 cat confdefs.h
2177 echo 2213 echo
2178 fi 2214 fi
2179 test "$ac_signal" != 0 && 2215 test "$ac_signal" != 0 &&
2224 # Let the site file select an alternate cache file if it wants to. 2260 # Let the site file select an alternate cache file if it wants to.
2225 # Prefer an explicitly selected file to automatically selected ones. 2261 # Prefer an explicitly selected file to automatically selected ones.
2226 ac_site_file1=NONE 2262 ac_site_file1=NONE
2227 ac_site_file2=NONE 2263 ac_site_file2=NONE
2228 if test -n "$CONFIG_SITE"; then 2264 if test -n "$CONFIG_SITE"; then
2229 ac_site_file1=$CONFIG_SITE 2265 # We do not want a PATH search for config.site.
2266 case $CONFIG_SITE in #((
2267 -*) ac_site_file1=./$CONFIG_SITE;;
2268 */*) ac_site_file1=$CONFIG_SITE;;
2269 *) ac_site_file1=./$CONFIG_SITE;;
2270 esac
2230 elif test "x$prefix" != xNONE; then 2271 elif test "x$prefix" != xNONE; then
2231 ac_site_file1=$prefix/share/config.site 2272 ac_site_file1=$prefix/share/config.site
2232 ac_site_file2=$prefix/etc/config.site 2273 ac_site_file2=$prefix/etc/config.site
2233 else 2274 else
2234 ac_site_file1=$ac_default_prefix/share/config.site 2275 ac_site_file1=$ac_default_prefix/share/config.site
2235 ac_site_file2=$ac_default_prefix/etc/config.site 2276 ac_site_file2=$ac_default_prefix/etc/config.site
2236 fi 2277 fi
2237 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 2278 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2238 do 2279 do
2239 test "x$ac_site_file" = xNONE && continue 2280 test "x$ac_site_file" = xNONE && continue
2240 if test -r "$ac_site_file"; then 2281 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2241 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2282 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2242 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 2283 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2243 sed 's/^/| /' "$ac_site_file" >&5 2284 sed 's/^/| /' "$ac_site_file" >&5
2244 . "$ac_site_file" 2285 . "$ac_site_file" \
2286 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2287 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2288 as_fn_error $? "failed to load site script $ac_site_file
2289 See \`config.log' for more details" "$LINENO" 5; }
2245 fi 2290 fi
2246 done 2291 done
2247 2292
2248 if test -r "$cache_file"; then 2293 if test -r "$cache_file"; then
2249 # Some versions of bash will fail to source /dev/null (special 2294 # Some versions of bash will fail to source /dev/null (special files
2250 # files actually), so we avoid doing that. 2295 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2251 if test -f "$cache_file"; then 2296 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2252 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2297 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2253 $as_echo "$as_me: loading cache $cache_file" >&6;} 2298 $as_echo "$as_me: loading cache $cache_file" >&6;}
2254 case $cache_file in 2299 case $cache_file in
2255 [\\/]* | ?:[\\/]* ) . "$cache_file";; 2300 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2256 *) . "./$cache_file";; 2301 *) . "./$cache_file";;
2315 if $ac_cache_corrupted; then 2360 if $ac_cache_corrupted; then
2316 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2361 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2317 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2362 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2363 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2319 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2364 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2320 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2365 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2321 fi 2366 fi
2322 ## -------------------- ## 2367 ## -------------------- ##
2323 ## Main body of script. ## 2368 ## Main body of script. ##
2324 ## -------------------- ## 2369 ## -------------------- ##
2325 2370
2340 # Check whether --enable-multilib was given. 2385 # Check whether --enable-multilib was given.
2341 if test "${enable_multilib+set}" = set; then : 2386 if test "${enable_multilib+set}" = set; then :
2342 enableval=$enable_multilib; case "$enableval" in 2387 enableval=$enable_multilib; case "$enableval" in
2343 yes) multilib=yes ;; 2388 yes) multilib=yes ;;
2344 no) multilib=no ;; 2389 no) multilib=no ;;
2345 *) as_fn_error "bad value $enableval for multilib option" "$LINENO" 5 ;; 2390 *) as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
2346 esac 2391 esac
2347 else 2392 else
2348 multilib=yes 2393 multilib=yes
2349 fi 2394 fi
2350 2395
2382 # Check whether --enable-version-specific-runtime-libs was given. 2427 # Check whether --enable-version-specific-runtime-libs was given.
2383 if test "${enable_version_specific_runtime_libs+set}" = set; then : 2428 if test "${enable_version_specific_runtime_libs+set}" = set; then :
2384 enableval=$enable_version_specific_runtime_libs; case "$enableval" in 2429 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
2385 yes) version_specific_libs=yes ;; 2430 yes) version_specific_libs=yes ;;
2386 no) version_specific_libs=no ;; 2431 no) version_specific_libs=no ;;
2387 *) as_fn_error "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;; 2432 *) as_fn_error $? "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
2388 esac 2433 esac
2389 else 2434 else
2390 version_specific_libs=no 2435 version_specific_libs=no
2391 fi 2436 fi
2392 2437
2395 2440
2396 # Do not delete or change the following two lines. For why, see 2441 # Do not delete or change the following two lines. For why, see
2397 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html 2442 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
2398 ac_aux_dir= 2443 ac_aux_dir=
2399 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 2444 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2400 for ac_t in install-sh install.sh shtool; do 2445 if test -f "$ac_dir/install-sh"; then
2401 if test -f "$ac_dir/$ac_t"; then 2446 ac_aux_dir=$ac_dir
2402 ac_aux_dir=$ac_dir 2447 ac_install_sh="$ac_aux_dir/install-sh -c"
2403 ac_install_sh="$ac_aux_dir/$ac_t -c" 2448 break
2404 break 2 2449 elif test -f "$ac_dir/install.sh"; then
2405 fi 2450 ac_aux_dir=$ac_dir
2406 done 2451 ac_install_sh="$ac_aux_dir/install.sh -c"
2452 break
2453 elif test -f "$ac_dir/shtool"; then
2454 ac_aux_dir=$ac_dir
2455 ac_install_sh="$ac_aux_dir/shtool install -c"
2456 break
2457 fi
2407 done 2458 done
2408 if test -z "$ac_aux_dir"; then 2459 if test -z "$ac_aux_dir"; then
2409 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 2460 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2410 fi 2461 fi
2411 2462
2412 # These three variables are undocumented and unsupported, 2463 # These three variables are undocumented and unsupported,
2413 # and are intended to be withdrawn in a future Autoconf release. 2464 # and are intended to be withdrawn in a future Autoconf release.
2414 # They can cause serious problems if a builder's source tree is in a directory 2465 # They can cause serious problems if a builder's source tree is in a directory
2418 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 2469 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2419 2470
2420 2471
2421 # Make sure we can run config.sub. 2472 # Make sure we can run config.sub.
2422 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2473 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2423 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2474 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2424 2475
2425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2426 $as_echo_n "checking build system type... " >&6; } 2477 $as_echo_n "checking build system type... " >&6; }
2427 if test "${ac_cv_build+set}" = set; then : 2478 if ${ac_cv_build+:} false; then :
2428 $as_echo_n "(cached) " >&6 2479 $as_echo_n "(cached) " >&6
2429 else 2480 else
2430 ac_build_alias=$build_alias 2481 ac_build_alias=$build_alias
2431 test "x$ac_build_alias" = x && 2482 test "x$ac_build_alias" = x &&
2432 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2483 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2433 test "x$ac_build_alias" = x && 2484 test "x$ac_build_alias" = x &&
2434 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 2485 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2435 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 2486 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2436 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 2487 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2437 2488
2438 fi 2489 fi
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2440 $as_echo "$ac_cv_build" >&6; } 2491 $as_echo "$ac_cv_build" >&6; }
2441 case $ac_cv_build in 2492 case $ac_cv_build in
2442 *-*-*) ;; 2493 *-*-*) ;;
2443 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; 2494 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2444 esac 2495 esac
2445 build=$ac_cv_build 2496 build=$ac_cv_build
2446 ac_save_IFS=$IFS; IFS='-' 2497 ac_save_IFS=$IFS; IFS='-'
2447 set x $ac_cv_build 2498 set x $ac_cv_build
2448 shift 2499 shift
2456 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2507 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2457 2508
2458 2509
2459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2460 $as_echo_n "checking host system type... " >&6; } 2511 $as_echo_n "checking host system type... " >&6; }
2461 if test "${ac_cv_host+set}" = set; then : 2512 if ${ac_cv_host+:} false; then :
2462 $as_echo_n "(cached) " >&6 2513 $as_echo_n "(cached) " >&6
2463 else 2514 else
2464 if test "x$host_alias" = x; then 2515 if test "x$host_alias" = x; then
2465 ac_cv_host=$ac_cv_build 2516 ac_cv_host=$ac_cv_build
2466 else 2517 else
2467 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2518 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2468 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 2519 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2469 fi 2520 fi
2470 2521
2471 fi 2522 fi
2472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2473 $as_echo "$ac_cv_host" >&6; } 2524 $as_echo "$ac_cv_host" >&6; }
2474 case $ac_cv_host in 2525 case $ac_cv_host in
2475 *-*-*) ;; 2526 *-*-*) ;;
2476 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; 2527 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2477 esac 2528 esac
2478 host=$ac_cv_host 2529 host=$ac_cv_host
2479 ac_save_IFS=$IFS; IFS='-' 2530 ac_save_IFS=$IFS; IFS='-'
2480 set x $ac_cv_host 2531 set x $ac_cv_host
2481 shift 2532 shift
2489 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 2540 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2490 2541
2491 2542
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 2543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2493 $as_echo_n "checking target system type... " >&6; } 2544 $as_echo_n "checking target system type... " >&6; }
2494 if test "${ac_cv_target+set}" = set; then : 2545 if ${ac_cv_target+:} false; then :
2495 $as_echo_n "(cached) " >&6 2546 $as_echo_n "(cached) " >&6
2496 else 2547 else
2497 if test "x$target_alias" = x; then 2548 if test "x$target_alias" = x; then
2498 ac_cv_target=$ac_cv_host 2549 ac_cv_target=$ac_cv_host
2499 else 2550 else
2500 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 2551 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2501 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 2552 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2502 fi 2553 fi
2503 2554
2504 fi 2555 fi
2505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 2556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2506 $as_echo "$ac_cv_target" >&6; } 2557 $as_echo "$ac_cv_target" >&6; }
2507 case $ac_cv_target in 2558 case $ac_cv_target in
2508 *-*-*) ;; 2559 *-*-*) ;;
2509 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;; 2560 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2510 esac 2561 esac
2511 target=$ac_cv_target 2562 target=$ac_cv_target
2512 ac_save_IFS=$IFS; IFS='-' 2563 ac_save_IFS=$IFS; IFS='-'
2513 set x $ac_cv_target 2564 set x $ac_cv_target
2514 shift 2565 shift
2558 \$(top_builddir)/../libstdc++-v3/src/libstdc++.la" 2609 \$(top_builddir)/../libstdc++-v3/src/libstdc++.la"
2559 2610
2560 2611
2561 2612
2562 2613
2614 # Expand $ac_aux_dir to an absolute path.
2615 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2616
2563 ac_ext=c 2617 ac_ext=c
2564 ac_cpp='$CPP $CPPFLAGS' 2618 ac_cpp='$CPP $CPPFLAGS'
2565 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2619 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2566 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2620 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2567 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2621 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2568 if test -n "$ac_tool_prefix"; then 2622 if test -n "$ac_tool_prefix"; then
2569 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2623 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2570 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2624 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2572 $as_echo_n "checking for $ac_word... " >&6; } 2626 $as_echo_n "checking for $ac_word... " >&6; }
2573 if test "${ac_cv_prog_CC+set}" = set; then : 2627 if ${ac_cv_prog_CC+:} false; then :
2574 $as_echo_n "(cached) " >&6 2628 $as_echo_n "(cached) " >&6
2575 else 2629 else
2576 if test -n "$CC"; then 2630 if test -n "$CC"; then
2577 ac_cv_prog_CC="$CC" # Let the user override the test. 2631 ac_cv_prog_CC="$CC" # Let the user override the test.
2578 else 2632 else
2580 for as_dir in $PATH 2634 for as_dir in $PATH
2581 do 2635 do
2582 IFS=$as_save_IFS 2636 IFS=$as_save_IFS
2583 test -z "$as_dir" && as_dir=. 2637 test -z "$as_dir" && as_dir=.
2584 for ac_exec_ext in '' $ac_executable_extensions; do 2638 for ac_exec_ext in '' $ac_executable_extensions; do
2585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2639 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2586 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2640 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2587 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2588 break 2 2642 break 2
2589 fi 2643 fi
2590 done 2644 done
2608 ac_ct_CC=$CC 2662 ac_ct_CC=$CC
2609 # Extract the first word of "gcc", so it can be a program name with args. 2663 # Extract the first word of "gcc", so it can be a program name with args.
2610 set dummy gcc; ac_word=$2 2664 set dummy gcc; ac_word=$2
2611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2612 $as_echo_n "checking for $ac_word... " >&6; } 2666 $as_echo_n "checking for $ac_word... " >&6; }
2613 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2667 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2614 $as_echo_n "(cached) " >&6 2668 $as_echo_n "(cached) " >&6
2615 else 2669 else
2616 if test -n "$ac_ct_CC"; then 2670 if test -n "$ac_ct_CC"; then
2617 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2671 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2618 else 2672 else
2620 for as_dir in $PATH 2674 for as_dir in $PATH
2621 do 2675 do
2622 IFS=$as_save_IFS 2676 IFS=$as_save_IFS
2623 test -z "$as_dir" && as_dir=. 2677 test -z "$as_dir" && as_dir=.
2624 for ac_exec_ext in '' $ac_executable_extensions; do 2678 for ac_exec_ext in '' $ac_executable_extensions; do
2625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2679 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2626 ac_cv_prog_ac_ct_CC="gcc" 2680 ac_cv_prog_ac_ct_CC="gcc"
2627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2628 break 2 2682 break 2
2629 fi 2683 fi
2630 done 2684 done
2661 if test -n "$ac_tool_prefix"; then 2715 if test -n "$ac_tool_prefix"; then
2662 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2716 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2663 set dummy ${ac_tool_prefix}cc; ac_word=$2 2717 set dummy ${ac_tool_prefix}cc; ac_word=$2
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2665 $as_echo_n "checking for $ac_word... " >&6; } 2719 $as_echo_n "checking for $ac_word... " >&6; }
2666 if test "${ac_cv_prog_CC+set}" = set; then : 2720 if ${ac_cv_prog_CC+:} false; then :
2667 $as_echo_n "(cached) " >&6 2721 $as_echo_n "(cached) " >&6
2668 else 2722 else
2669 if test -n "$CC"; then 2723 if test -n "$CC"; then
2670 ac_cv_prog_CC="$CC" # Let the user override the test. 2724 ac_cv_prog_CC="$CC" # Let the user override the test.
2671 else 2725 else
2673 for as_dir in $PATH 2727 for as_dir in $PATH
2674 do 2728 do
2675 IFS=$as_save_IFS 2729 IFS=$as_save_IFS
2676 test -z "$as_dir" && as_dir=. 2730 test -z "$as_dir" && as_dir=.
2677 for ac_exec_ext in '' $ac_executable_extensions; do 2731 for ac_exec_ext in '' $ac_executable_extensions; do
2678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2732 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2679 ac_cv_prog_CC="${ac_tool_prefix}cc" 2733 ac_cv_prog_CC="${ac_tool_prefix}cc"
2680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2681 break 2 2735 break 2
2682 fi 2736 fi
2683 done 2737 done
2701 if test -z "$CC"; then 2755 if test -z "$CC"; then
2702 # Extract the first word of "cc", so it can be a program name with args. 2756 # Extract the first word of "cc", so it can be a program name with args.
2703 set dummy cc; ac_word=$2 2757 set dummy cc; ac_word=$2
2704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2705 $as_echo_n "checking for $ac_word... " >&6; } 2759 $as_echo_n "checking for $ac_word... " >&6; }
2706 if test "${ac_cv_prog_CC+set}" = set; then : 2760 if ${ac_cv_prog_CC+:} false; then :
2707 $as_echo_n "(cached) " >&6 2761 $as_echo_n "(cached) " >&6
2708 else 2762 else
2709 if test -n "$CC"; then 2763 if test -n "$CC"; then
2710 ac_cv_prog_CC="$CC" # Let the user override the test. 2764 ac_cv_prog_CC="$CC" # Let the user override the test.
2711 else 2765 else
2714 for as_dir in $PATH 2768 for as_dir in $PATH
2715 do 2769 do
2716 IFS=$as_save_IFS 2770 IFS=$as_save_IFS
2717 test -z "$as_dir" && as_dir=. 2771 test -z "$as_dir" && as_dir=.
2718 for ac_exec_ext in '' $ac_executable_extensions; do 2772 for ac_exec_ext in '' $ac_executable_extensions; do
2719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2773 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2720 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2774 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2721 ac_prog_rejected=yes 2775 ac_prog_rejected=yes
2722 continue 2776 continue
2723 fi 2777 fi
2724 ac_cv_prog_CC="cc" 2778 ac_cv_prog_CC="cc"
2760 do 2814 do
2761 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2815 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2762 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2816 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2764 $as_echo_n "checking for $ac_word... " >&6; } 2818 $as_echo_n "checking for $ac_word... " >&6; }
2765 if test "${ac_cv_prog_CC+set}" = set; then : 2819 if ${ac_cv_prog_CC+:} false; then :
2766 $as_echo_n "(cached) " >&6 2820 $as_echo_n "(cached) " >&6
2767 else 2821 else
2768 if test -n "$CC"; then 2822 if test -n "$CC"; then
2769 ac_cv_prog_CC="$CC" # Let the user override the test. 2823 ac_cv_prog_CC="$CC" # Let the user override the test.
2770 else 2824 else
2772 for as_dir in $PATH 2826 for as_dir in $PATH
2773 do 2827 do
2774 IFS=$as_save_IFS 2828 IFS=$as_save_IFS
2775 test -z "$as_dir" && as_dir=. 2829 test -z "$as_dir" && as_dir=.
2776 for ac_exec_ext in '' $ac_executable_extensions; do 2830 for ac_exec_ext in '' $ac_executable_extensions; do
2777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2831 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2778 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2832 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2780 break 2 2834 break 2
2781 fi 2835 fi
2782 done 2836 done
2804 do 2858 do
2805 # Extract the first word of "$ac_prog", so it can be a program name with args. 2859 # Extract the first word of "$ac_prog", so it can be a program name with args.
2806 set dummy $ac_prog; ac_word=$2 2860 set dummy $ac_prog; ac_word=$2
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2808 $as_echo_n "checking for $ac_word... " >&6; } 2862 $as_echo_n "checking for $ac_word... " >&6; }
2809 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2863 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2810 $as_echo_n "(cached) " >&6 2864 $as_echo_n "(cached) " >&6
2811 else 2865 else
2812 if test -n "$ac_ct_CC"; then 2866 if test -n "$ac_ct_CC"; then
2813 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2867 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2814 else 2868 else
2816 for as_dir in $PATH 2870 for as_dir in $PATH
2817 do 2871 do
2818 IFS=$as_save_IFS 2872 IFS=$as_save_IFS
2819 test -z "$as_dir" && as_dir=. 2873 test -z "$as_dir" && as_dir=.
2820 for ac_exec_ext in '' $ac_executable_extensions; do 2874 for ac_exec_ext in '' $ac_executable_extensions; do
2821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2875 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2822 ac_cv_prog_ac_ct_CC="$ac_prog" 2876 ac_cv_prog_ac_ct_CC="$ac_prog"
2823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2824 break 2 2878 break 2
2825 fi 2879 fi
2826 done 2880 done
2858 fi 2912 fi
2859 2913
2860 2914
2861 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2915 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2862 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2916 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2863 as_fn_error "no acceptable C compiler found in \$PATH 2917 as_fn_error $? "no acceptable C compiler found in \$PATH
2864 See \`config.log' for more details." "$LINENO" 5; } 2918 See \`config.log' for more details" "$LINENO" 5; }
2865 2919
2866 # Provide some information about the compiler. 2920 # Provide some information about the compiler.
2867 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 2921 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2868 set X $ac_compile 2922 set X $ac_compile
2869 ac_compiler=$2 2923 ac_compiler=$2
2880 if test -s conftest.err; then 2934 if test -s conftest.err; then
2881 sed '10a\ 2935 sed '10a\
2882 ... rest of stderr output deleted ... 2936 ... rest of stderr output deleted ...
2883 10q' conftest.err >conftest.er1 2937 10q' conftest.err >conftest.er1
2884 cat conftest.er1 >&5 2938 cat conftest.er1 >&5
2885 rm -f conftest.er1 conftest.err
2886 fi 2939 fi
2940 rm -f conftest.er1 conftest.err
2887 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2941 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2888 test $ac_status = 0; } 2942 test $ac_status = 0; }
2889 done 2943 done
2890 2944
2891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2898 ; 2952 ;
2899 return 0; 2953 return 0;
2900 } 2954 }
2901 _ACEOF 2955 _ACEOF
2902 ac_clean_files_save=$ac_clean_files 2956 ac_clean_files_save=$ac_clean_files
2903 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" 2957 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2904 # Try to create an executable without -o first, disregard a.out. 2958 # Try to create an executable without -o first, disregard a.out.
2905 # It will help us diagnose broken compilers, and finding out an intuition 2959 # It will help us diagnose broken compilers, and finding out an intuition
2906 # of exeext. 2960 # of exeext.
2907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 2961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2908 $as_echo_n "checking for C compiler default output file name... " >&6; } 2962 $as_echo_n "checking whether the C compiler works... " >&6; }
2909 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2963 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2910 2964
2911 # The possible output files: 2965 # The possible output files:
2912 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2966 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2913 2967
2965 test "$ac_cv_exeext" = no && ac_cv_exeext= 3019 test "$ac_cv_exeext" = no && ac_cv_exeext=
2966 3020
2967 else 3021 else
2968 ac_file='' 3022 ac_file=''
2969 fi 3023 fi
3024 if test -z "$ac_file"; then :
3025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3026 $as_echo "no" >&6; }
3027 $as_echo "$as_me: failed program was:" >&5
3028 sed 's/^/| /' conftest.$ac_ext >&5
3029
3030 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3031 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3032 as_fn_error 77 "C compiler cannot create executables
3033 See \`config.log' for more details" "$LINENO" 5; }
3034 else
3035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3036 $as_echo "yes" >&6; }
3037 fi
3038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3039 $as_echo_n "checking for C compiler default output file name... " >&6; }
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 3040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2971 $as_echo "$ac_file" >&6; } 3041 $as_echo "$ac_file" >&6; }
2972 if test -z "$ac_file"; then :
2973 $as_echo "$as_me: failed program was:" >&5
2974 sed 's/^/| /' conftest.$ac_ext >&5
2975
2976 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2977 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2978 { as_fn_set_status 77
2979 as_fn_error "C compiler cannot create executables
2980 See \`config.log' for more details." "$LINENO" 5; }; }
2981 fi
2982 ac_exeext=$ac_cv_exeext 3042 ac_exeext=$ac_cv_exeext
2983 3043
2984 # Check that the compiler produces executables we can run. If not, either 3044 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2985 # the compiler is broken, or we cross compile.
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2987 $as_echo_n "checking whether the C compiler works... " >&6; }
2988 # If not cross compiling, check that we can run a simple program.
2989 if test "$cross_compiling" != yes; then
2990 if { ac_try='./$ac_file'
2991 { { case "(($ac_try" in
2992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2993 *) ac_try_echo=$ac_try;;
2994 esac
2995 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2996 $as_echo "$ac_try_echo"; } >&5
2997 (eval "$ac_try") 2>&5
2998 ac_status=$?
2999 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3000 test $ac_status = 0; }; }; then
3001 cross_compiling=no
3002 else
3003 if test "$cross_compiling" = maybe; then
3004 cross_compiling=yes
3005 else
3006 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3007 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3008 as_fn_error "cannot run C compiled programs.
3009 If you meant to cross compile, use \`--host'.
3010 See \`config.log' for more details." "$LINENO" 5; }
3011 fi
3012 fi
3013 fi
3014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3015 $as_echo "yes" >&6; }
3016
3017 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3018 ac_clean_files=$ac_clean_files_save 3045 ac_clean_files=$ac_clean_files_save
3019 # Check that the compiler produces executables we can run. If not, either
3020 # the compiler is broken, or we cross compile.
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3022 $as_echo_n "checking whether we are cross compiling... " >&6; }
3023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3024 $as_echo "$cross_compiling" >&6; }
3025
3026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 3046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3027 $as_echo_n "checking for suffix of executables... " >&6; } 3047 $as_echo_n "checking for suffix of executables... " >&6; }
3028 if { { ac_try="$ac_link" 3048 if { { ac_try="$ac_link"
3029 case "(($ac_try" in 3049 case "(($ac_try" in
3030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3050 esac 3070 esac
3051 done 3071 done
3052 else 3072 else
3053 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3073 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3054 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3074 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3055 as_fn_error "cannot compute suffix of executables: cannot compile and link 3075 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3056 See \`config.log' for more details." "$LINENO" 5; } 3076 See \`config.log' for more details" "$LINENO" 5; }
3057 fi 3077 fi
3058 rm -f conftest$ac_cv_exeext 3078 rm -f conftest conftest$ac_cv_exeext
3059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3060 $as_echo "$ac_cv_exeext" >&6; } 3080 $as_echo "$ac_cv_exeext" >&6; }
3061 3081
3062 rm -f conftest.$ac_ext 3082 rm -f conftest.$ac_ext
3063 EXEEXT=$ac_cv_exeext 3083 EXEEXT=$ac_cv_exeext
3064 ac_exeext=$EXEEXT 3084 ac_exeext=$EXEEXT
3085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3086 /* end confdefs.h. */
3087 #include <stdio.h>
3088 int
3089 main ()
3090 {
3091 FILE *f = fopen ("conftest.out", "w");
3092 return ferror (f) || fclose (f) != 0;
3093
3094 ;
3095 return 0;
3096 }
3097 _ACEOF
3098 ac_clean_files="$ac_clean_files conftest.out"
3099 # Check that the compiler produces executables we can run. If not, either
3100 # the compiler is broken, or we cross compile.
3101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3102 $as_echo_n "checking whether we are cross compiling... " >&6; }
3103 if test "$cross_compiling" != yes; then
3104 { { ac_try="$ac_link"
3105 case "(($ac_try" in
3106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3107 *) ac_try_echo=$ac_try;;
3108 esac
3109 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3110 $as_echo "$ac_try_echo"; } >&5
3111 (eval "$ac_link") 2>&5
3112 ac_status=$?
3113 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3114 test $ac_status = 0; }
3115 if { ac_try='./conftest$ac_cv_exeext'
3116 { { case "(($ac_try" in
3117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3118 *) ac_try_echo=$ac_try;;
3119 esac
3120 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3121 $as_echo "$ac_try_echo"; } >&5
3122 (eval "$ac_try") 2>&5
3123 ac_status=$?
3124 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3125 test $ac_status = 0; }; }; then
3126 cross_compiling=no
3127 else
3128 if test "$cross_compiling" = maybe; then
3129 cross_compiling=yes
3130 else
3131 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3132 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3133 as_fn_error $? "cannot run C compiled programs.
3134 If you meant to cross compile, use \`--host'.
3135 See \`config.log' for more details" "$LINENO" 5; }
3136 fi
3137 fi
3138 fi
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3140 $as_echo "$cross_compiling" >&6; }
3141
3142 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3143 ac_clean_files=$ac_clean_files_save
3065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3066 $as_echo_n "checking for suffix of object files... " >&6; } 3145 $as_echo_n "checking for suffix of object files... " >&6; }
3067 if test "${ac_cv_objext+set}" = set; then : 3146 if ${ac_cv_objext+:} false; then :
3068 $as_echo_n "(cached) " >&6 3147 $as_echo_n "(cached) " >&6
3069 else 3148 else
3070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3071 /* end confdefs.h. */ 3150 /* end confdefs.h. */
3072 3151
3102 $as_echo "$as_me: failed program was:" >&5 3181 $as_echo "$as_me: failed program was:" >&5
3103 sed 's/^/| /' conftest.$ac_ext >&5 3182 sed 's/^/| /' conftest.$ac_ext >&5
3104 3183
3105 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3184 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3106 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3185 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3107 as_fn_error "cannot compute suffix of object files: cannot compile 3186 as_fn_error $? "cannot compute suffix of object files: cannot compile
3108 See \`config.log' for more details." "$LINENO" 5; } 3187 See \`config.log' for more details" "$LINENO" 5; }
3109 fi 3188 fi
3110 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3189 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3111 fi 3190 fi
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 3191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3113 $as_echo "$ac_cv_objext" >&6; } 3192 $as_echo "$ac_cv_objext" >&6; }
3114 OBJEXT=$ac_cv_objext 3193 OBJEXT=$ac_cv_objext
3115 ac_objext=$OBJEXT 3194 ac_objext=$OBJEXT
3116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3117 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3196 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3118 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 3197 if ${ac_cv_c_compiler_gnu+:} false; then :
3119 $as_echo_n "(cached) " >&6 3198 $as_echo_n "(cached) " >&6
3120 else 3199 else
3121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3122 /* end confdefs.h. */ 3201 /* end confdefs.h. */
3123 3202
3150 fi 3229 fi
3151 ac_test_CFLAGS=${CFLAGS+set} 3230 ac_test_CFLAGS=${CFLAGS+set}
3152 ac_save_CFLAGS=$CFLAGS 3231 ac_save_CFLAGS=$CFLAGS
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 3232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3154 $as_echo_n "checking whether $CC accepts -g... " >&6; } 3233 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3155 if test "${ac_cv_prog_cc_g+set}" = set; then : 3234 if ${ac_cv_prog_cc_g+:} false; then :
3156 $as_echo_n "(cached) " >&6 3235 $as_echo_n "(cached) " >&6
3157 else 3236 else
3158 ac_save_c_werror_flag=$ac_c_werror_flag 3237 ac_save_c_werror_flag=$ac_c_werror_flag
3159 ac_c_werror_flag=yes 3238 ac_c_werror_flag=yes
3160 ac_cv_prog_cc_g=no 3239 ac_cv_prog_cc_g=no
3228 CFLAGS= 3307 CFLAGS=
3229 fi 3308 fi
3230 fi 3309 fi
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 3310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3232 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3311 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3233 if test "${ac_cv_prog_cc_c89+set}" = set; then : 3312 if ${ac_cv_prog_cc_c89+:} false; then :
3234 $as_echo_n "(cached) " >&6 3313 $as_echo_n "(cached) " >&6
3235 else 3314 else
3236 ac_cv_prog_cc_c89=no 3315 ac_cv_prog_cc_c89=no
3237 ac_save_CC=$CC 3316 ac_save_CC=$CC
3238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3239 /* end confdefs.h. */ 3318 /* end confdefs.h. */
3240 #include <stdarg.h> 3319 #include <stdarg.h>
3241 #include <stdio.h> 3320 #include <stdio.h>
3242 #include <sys/types.h> 3321 struct stat;
3243 #include <sys/stat.h>
3244 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3322 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3245 struct buf { int x; }; 3323 struct buf { int x; };
3246 FILE * (*rcsopen) (struct buf *, struct stat *, int); 3324 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3247 static char *e (p, i) 3325 static char *e (p, i)
3248 char **p; 3326 char **p;
3323 ac_cpp='$CPP $CPPFLAGS' 3401 ac_cpp='$CPP $CPPFLAGS'
3324 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3402 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3325 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3403 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3326 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3404 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3327 3405
3406 ac_ext=c
3407 ac_cpp='$CPP $CPPFLAGS'
3408 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3409 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3410 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3412 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3413 if ${am_cv_prog_cc_c_o+:} false; then :
3414 $as_echo_n "(cached) " >&6
3415 else
3416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3417 /* end confdefs.h. */
3418
3419 int
3420 main ()
3421 {
3422
3423 ;
3424 return 0;
3425 }
3426 _ACEOF
3427 # Make sure it works both with $CC and with simple cc.
3428 # Following AC_PROG_CC_C_O, we do the test twice because some
3429 # compilers refuse to overwrite an existing .o file with -o,
3430 # though they will create one.
3431 am_cv_prog_cc_c_o=yes
3432 for am_i in 1 2; do
3433 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3434 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3435 ac_status=$?
3436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3437 (exit $ac_status); } \
3438 && test -f conftest2.$ac_objext; then
3439 : OK
3440 else
3441 am_cv_prog_cc_c_o=no
3442 break
3443 fi
3444 done
3445 rm -f core conftest*
3446 unset am_i
3447 fi
3448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3449 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3450 if test "$am_cv_prog_cc_c_o" != yes; then
3451 # Losing compiler, so override with the script.
3452 # FIXME: It is wrong to rewrite CC.
3453 # But if we don't then we get into trouble of one sort or another.
3454 # A longer-term fix would be to have automake use am__CC in this case,
3455 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3456 CC="$am_aux_dir/compile $CC"
3457 fi
3458 ac_ext=c
3459 ac_cpp='$CPP $CPPFLAGS'
3460 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3461 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3462 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3463
3464
3328 3465
3329 ac_ext=c 3466 ac_ext=c
3330 ac_cpp='$CPP $CPPFLAGS' 3467 ac_cpp='$CPP $CPPFLAGS'
3331 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3468 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3332 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3469 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3336 # On Suns, sometimes $CPP names a directory. 3473 # On Suns, sometimes $CPP names a directory.
3337 if test -n "$CPP" && test -d "$CPP"; then 3474 if test -n "$CPP" && test -d "$CPP"; then
3338 CPP= 3475 CPP=
3339 fi 3476 fi
3340 if test -z "$CPP"; then 3477 if test -z "$CPP"; then
3341 if test "${ac_cv_prog_CPP+set}" = set; then : 3478 if ${ac_cv_prog_CPP+:} false; then :
3342 $as_echo_n "(cached) " >&6 3479 $as_echo_n "(cached) " >&6
3343 else 3480 else
3344 # Double quotes because CPP needs to be expanded 3481 # Double quotes because CPP needs to be expanded
3345 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 3482 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3346 do 3483 do
3366 3503
3367 else 3504 else
3368 # Broken: fails on valid input. 3505 # Broken: fails on valid input.
3369 continue 3506 continue
3370 fi 3507 fi
3371 rm -f conftest.err conftest.$ac_ext 3508 rm -f conftest.err conftest.i conftest.$ac_ext
3372 3509
3373 # OK, works on sane cases. Now check whether nonexistent headers 3510 # OK, works on sane cases. Now check whether nonexistent headers
3374 # can be detected and how. 3511 # can be detected and how.
3375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3376 /* end confdefs.h. */ 3513 /* end confdefs.h. */
3382 else 3519 else
3383 # Passes both tests. 3520 # Passes both tests.
3384 ac_preproc_ok=: 3521 ac_preproc_ok=:
3385 break 3522 break
3386 fi 3523 fi
3387 rm -f conftest.err conftest.$ac_ext 3524 rm -f conftest.err conftest.i conftest.$ac_ext
3388 3525
3389 done 3526 done
3390 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3527 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3391 rm -f conftest.err conftest.$ac_ext 3528 rm -f conftest.i conftest.err conftest.$ac_ext
3392 if $ac_preproc_ok; then : 3529 if $ac_preproc_ok; then :
3393 break 3530 break
3394 fi 3531 fi
3395 3532
3396 done 3533 done
3425 3562
3426 else 3563 else
3427 # Broken: fails on valid input. 3564 # Broken: fails on valid input.
3428 continue 3565 continue
3429 fi 3566 fi
3430 rm -f conftest.err conftest.$ac_ext 3567 rm -f conftest.err conftest.i conftest.$ac_ext
3431 3568
3432 # OK, works on sane cases. Now check whether nonexistent headers 3569 # OK, works on sane cases. Now check whether nonexistent headers
3433 # can be detected and how. 3570 # can be detected and how.
3434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3435 /* end confdefs.h. */ 3572 /* end confdefs.h. */
3441 else 3578 else
3442 # Passes both tests. 3579 # Passes both tests.
3443 ac_preproc_ok=: 3580 ac_preproc_ok=:
3444 break 3581 break
3445 fi 3582 fi
3446 rm -f conftest.err conftest.$ac_ext 3583 rm -f conftest.err conftest.i conftest.$ac_ext
3447 3584
3448 done 3585 done
3449 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3586 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3450 rm -f conftest.err conftest.$ac_ext 3587 rm -f conftest.i conftest.err conftest.$ac_ext
3451 if $ac_preproc_ok; then : 3588 if $ac_preproc_ok; then :
3452 3589
3453 else 3590 else
3454 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3591 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3455 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3592 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3456 as_fn_error "C preprocessor \"$CPP\" fails sanity check 3593 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3457 See \`config.log' for more details." "$LINENO" 5; } 3594 See \`config.log' for more details" "$LINENO" 5; }
3458 fi 3595 fi
3459 3596
3460 ac_ext=c 3597 ac_ext=c
3461 ac_cpp='$CPP $CPPFLAGS' 3598 ac_cpp='$CPP $CPPFLAGS'
3462 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3599 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3464 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3601 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3465 3602
3466 3603
3467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 3604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3468 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3605 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3469 if test "${ac_cv_path_GREP+set}" = set; then : 3606 if ${ac_cv_path_GREP+:} false; then :
3470 $as_echo_n "(cached) " >&6 3607 $as_echo_n "(cached) " >&6
3471 else 3608 else
3472 if test -z "$GREP"; then 3609 if test -z "$GREP"; then
3473 ac_path_GREP_found=false 3610 ac_path_GREP_found=false
3474 # Loop through the user's path and test for each of PROGNAME-LIST 3611 # Loop through the user's path and test for each of PROGNAME-LIST
3478 IFS=$as_save_IFS 3615 IFS=$as_save_IFS
3479 test -z "$as_dir" && as_dir=. 3616 test -z "$as_dir" && as_dir=.
3480 for ac_prog in grep ggrep; do 3617 for ac_prog in grep ggrep; do
3481 for ac_exec_ext in '' $ac_executable_extensions; do 3618 for ac_exec_ext in '' $ac_executable_extensions; do
3482 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3619 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3483 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3620 as_fn_executable_p "$ac_path_GREP" || continue
3484 # Check for GNU ac_path_GREP and select it if it is found. 3621 # Check for GNU ac_path_GREP and select it if it is found.
3485 # Check for GNU $ac_path_GREP 3622 # Check for GNU $ac_path_GREP
3486 case `"$ac_path_GREP" --version 2>&1` in 3623 case `"$ac_path_GREP" --version 2>&1` in
3487 *GNU*) 3624 *GNU*)
3488 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 3625 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3513 done 3650 done
3514 done 3651 done
3515 done 3652 done
3516 IFS=$as_save_IFS 3653 IFS=$as_save_IFS
3517 if test -z "$ac_cv_path_GREP"; then 3654 if test -z "$ac_cv_path_GREP"; then
3518 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 3655 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3519 fi 3656 fi
3520 else 3657 else
3521 ac_cv_path_GREP=$GREP 3658 ac_cv_path_GREP=$GREP
3522 fi 3659 fi
3523 3660
3527 GREP="$ac_cv_path_GREP" 3664 GREP="$ac_cv_path_GREP"
3528 3665
3529 3666
3530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 3667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3531 $as_echo_n "checking for egrep... " >&6; } 3668 $as_echo_n "checking for egrep... " >&6; }
3532 if test "${ac_cv_path_EGREP+set}" = set; then : 3669 if ${ac_cv_path_EGREP+:} false; then :
3533 $as_echo_n "(cached) " >&6 3670 $as_echo_n "(cached) " >&6
3534 else 3671 else
3535 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3672 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3536 then ac_cv_path_EGREP="$GREP -E" 3673 then ac_cv_path_EGREP="$GREP -E"
3537 else 3674 else
3544 IFS=$as_save_IFS 3681 IFS=$as_save_IFS
3545 test -z "$as_dir" && as_dir=. 3682 test -z "$as_dir" && as_dir=.
3546 for ac_prog in egrep; do 3683 for ac_prog in egrep; do
3547 for ac_exec_ext in '' $ac_executable_extensions; do 3684 for ac_exec_ext in '' $ac_executable_extensions; do
3548 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3685 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3549 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3686 as_fn_executable_p "$ac_path_EGREP" || continue
3550 # Check for GNU ac_path_EGREP and select it if it is found. 3687 # Check for GNU ac_path_EGREP and select it if it is found.
3551 # Check for GNU $ac_path_EGREP 3688 # Check for GNU $ac_path_EGREP
3552 case `"$ac_path_EGREP" --version 2>&1` in 3689 case `"$ac_path_EGREP" --version 2>&1` in
3553 *GNU*) 3690 *GNU*)
3554 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 3691 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3579 done 3716 done
3580 done 3717 done
3581 done 3718 done
3582 IFS=$as_save_IFS 3719 IFS=$as_save_IFS
3583 if test -z "$ac_cv_path_EGREP"; then 3720 if test -z "$ac_cv_path_EGREP"; then
3584 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 3721 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3585 fi 3722 fi
3586 else 3723 else
3587 ac_cv_path_EGREP=$EGREP 3724 ac_cv_path_EGREP=$EGREP
3588 fi 3725 fi
3589 3726
3594 EGREP="$ac_cv_path_EGREP" 3731 EGREP="$ac_cv_path_EGREP"
3595 3732
3596 3733
3597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 3734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3598 $as_echo_n "checking for ANSI C header files... " >&6; } 3735 $as_echo_n "checking for ANSI C header files... " >&6; }
3599 if test "${ac_cv_header_stdc+set}" = set; then : 3736 if ${ac_cv_header_stdc+:} false; then :
3600 $as_echo_n "(cached) " >&6 3737 $as_echo_n "(cached) " >&6
3601 else 3738 else
3602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3603 /* end confdefs.h. */ 3740 /* end confdefs.h. */
3604 #include <stdlib.h> 3741 #include <stdlib.h>
3711 inttypes.h stdint.h unistd.h 3848 inttypes.h stdint.h unistd.h
3712 do : 3849 do :
3713 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 3850 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3714 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 3851 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3715 " 3852 "
3716 eval as_val=\$$as_ac_Header 3853 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3717 if test "x$as_val" = x""yes; then :
3718 cat >>confdefs.h <<_ACEOF 3854 cat >>confdefs.h <<_ACEOF
3719 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 3855 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3720 _ACEOF 3856 _ACEOF
3721 3857
3722 fi 3858 fi
3724 done 3860 done
3725 3861
3726 3862
3727 3863
3728 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" 3864 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3729 if test "x$ac_cv_header_minix_config_h" = x""yes; then : 3865 if test "x$ac_cv_header_minix_config_h" = xyes; then :
3730 MINIX=yes 3866 MINIX=yes
3731 else 3867 else
3732 MINIX= 3868 MINIX=
3733 fi 3869 fi
3734 3870
3746 fi 3882 fi
3747 3883
3748 3884
3749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 3885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3750 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } 3886 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3751 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : 3887 if ${ac_cv_safe_to_define___extensions__+:} false; then :
3752 $as_echo_n "(cached) " >&6 3888 $as_echo_n "(cached) " >&6
3753 else 3889 else
3754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3755 /* end confdefs.h. */ 3891 /* end confdefs.h. */
3756 3892
3757 # define __EXTENSIONS__ 1 3893 # define __EXTENSIONS__ 1
3758 $ac_includes_default 3894 $ac_includes_default
3759 int 3895 int
3760 main () 3896 main ()
3761 { 3897 {
3762 3898
3763 ; 3899 ;
3812 *-*-solaris2*) 3948 *-*-solaris2*)
3813 # libvtv requires init priority support, which depends on the linker 3949 # libvtv requires init priority support, which depends on the linker
3814 # used on Solaris. 3950 # used on Solaris.
3815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for init priority support" >&5 3951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for init priority support" >&5
3816 $as_echo_n "checking for init priority support... " >&6; } 3952 $as_echo_n "checking for init priority support... " >&6; }
3817 if test "${libvtv_cv_init_priority+set}" = set; then : 3953 if ${libvtv_cv_init_priority+:} false; then :
3818 $as_echo_n "(cached) " >&6 3954 $as_echo_n "(cached) " >&6
3819 else 3955 else
3820 3956
3821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3822 /* end confdefs.h. */ 3958 /* end confdefs.h. */
3864 ENABLE_VTABLE_VERIFY_TRUE='#' 4000 ENABLE_VTABLE_VERIFY_TRUE='#'
3865 ENABLE_VTABLE_VERIFY_FALSE= 4001 ENABLE_VTABLE_VERIFY_FALSE=
3866 fi 4002 fi
3867 4003
3868 4004
3869 am__api_version='1.11' 4005 am__api_version='1.15'
3870 4006
3871 # Find a good install program. We prefer a C program (faster), 4007 # Find a good install program. We prefer a C program (faster),
3872 # so one script is as good as another. But avoid the broken or 4008 # so one script is as good as another. But avoid the broken or
3873 # incompatible versions: 4009 # incompatible versions:
3874 # SysV /etc/install, /usr/sbin/install 4010 # SysV /etc/install, /usr/sbin/install
3883 # ./install, which can be erroneously created by make from ./install.sh. 4019 # ./install, which can be erroneously created by make from ./install.sh.
3884 # Reject install programs that cannot install multiple files. 4020 # Reject install programs that cannot install multiple files.
3885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 4021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3886 $as_echo_n "checking for a BSD-compatible install... " >&6; } 4022 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3887 if test -z "$INSTALL"; then 4023 if test -z "$INSTALL"; then
3888 if test "${ac_cv_path_install+set}" = set; then : 4024 if ${ac_cv_path_install+:} false; then :
3889 $as_echo_n "(cached) " >&6 4025 $as_echo_n "(cached) " >&6
3890 else 4026 else
3891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3892 for as_dir in $PATH 4028 for as_dir in $PATH
3893 do 4029 do
3903 # OSF1 and SCO ODT 3.0 have their own names for install. 4039 # OSF1 and SCO ODT 3.0 have their own names for install.
3904 # Don't use installbsd from OSF since it installs stuff as root 4040 # Don't use installbsd from OSF since it installs stuff as root
3905 # by default. 4041 # by default.
3906 for ac_prog in ginstall scoinst install; do 4042 for ac_prog in ginstall scoinst install; do
3907 for ac_exec_ext in '' $ac_executable_extensions; do 4043 for ac_exec_ext in '' $ac_executable_extensions; do
3908 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 4044 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3909 if test $ac_prog = install && 4045 if test $ac_prog = install &&
3910 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 4046 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3911 # AIX install. It has an incompatible calling convention. 4047 # AIX install. It has an incompatible calling convention.
3912 : 4048 :
3913 elif test $ac_prog = install && 4049 elif test $ac_prog = install &&
3961 4097
3962 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 4098 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3963 4099
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 4100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3965 $as_echo_n "checking whether build environment is sane... " >&6; } 4101 $as_echo_n "checking whether build environment is sane... " >&6; }
3966 # Just in case
3967 sleep 1
3968 echo timestamp > conftest.file
3969 # Reject unsafe characters in $srcdir or the absolute working directory 4102 # Reject unsafe characters in $srcdir or the absolute working directory
3970 # name. Accept space and tab only in the latter. 4103 # name. Accept space and tab only in the latter.
3971 am_lf=' 4104 am_lf='
3972 ' 4105 '
3973 case `pwd` in 4106 case `pwd` in
3974 *[\\\"\#\$\&\'\`$am_lf]*) 4107 *[\\\"\#\$\&\'\`$am_lf]*)
3975 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; 4108 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3976 esac 4109 esac
3977 case $srcdir in 4110 case $srcdir in
3978 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 4111 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3979 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 4112 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3980 esac 4113 esac
3981 4114
3982 # Do `set' in a subshell so we don't clobber the current shell's 4115 # Do 'set' in a subshell so we don't clobber the current shell's
3983 # arguments. Must try -L first in case configure is actually a 4116 # arguments. Must try -L first in case configure is actually a
3984 # symlink; some systems play weird games with the mod time of symlinks 4117 # symlink; some systems play weird games with the mod time of symlinks
3985 # (eg FreeBSD returns the mod time of the symlink's containing 4118 # (eg FreeBSD returns the mod time of the symlink's containing
3986 # directory). 4119 # directory).
3987 if ( 4120 if (
3988 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 4121 am_has_slept=no
3989 if test "$*" = "X"; then 4122 for am_try in 1 2; do
3990 # -L didn't work. 4123 echo "timestamp, slept: $am_has_slept" > conftest.file
3991 set X `ls -t "$srcdir/configure" conftest.file` 4124 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3992 fi 4125 if test "$*" = "X"; then
3993 rm -f conftest.file 4126 # -L didn't work.
3994 if test "$*" != "X $srcdir/configure conftest.file" \ 4127 set X `ls -t "$srcdir/configure" conftest.file`
3995 && test "$*" != "X conftest.file $srcdir/configure"; then 4128 fi
3996 4129 if test "$*" != "X $srcdir/configure conftest.file" \
3997 # If neither matched, then we have a broken ls. This can happen 4130 && test "$*" != "X conftest.file $srcdir/configure"; then
3998 # if, for instance, CONFIG_SHELL is bash and it inherits a 4131
3999 # broken ls alias from the environment. This has actually 4132 # If neither matched, then we have a broken ls. This can happen
4000 # happened. Such a system could not be considered "sane". 4133 # if, for instance, CONFIG_SHELL is bash and it inherits a
4001 as_fn_error "ls -t appears to fail. Make sure there is not a broken 4134 # broken ls alias from the environment. This has actually
4002 alias in your environment" "$LINENO" 5 4135 # happened. Such a system could not be considered "sane".
4003 fi 4136 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
4004 4137 alias in your environment" "$LINENO" 5
4138 fi
4139 if test "$2" = conftest.file || test $am_try -eq 2; then
4140 break
4141 fi
4142 # Just in case.
4143 sleep 1
4144 am_has_slept=yes
4145 done
4005 test "$2" = conftest.file 4146 test "$2" = conftest.file
4006 ) 4147 )
4007 then 4148 then
4008 # Ok. 4149 # Ok.
4009 : 4150 :
4010 else 4151 else
4011 as_fn_error "newly created file is older than distributed files! 4152 as_fn_error $? "newly created file is older than distributed files!
4012 Check your system clock" "$LINENO" 5 4153 Check your system clock" "$LINENO" 5
4013 fi 4154 fi
4014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4015 $as_echo "yes" >&6; } 4156 $as_echo "yes" >&6; }
4157 # If we didn't sleep, we still need to ensure time stamps of config.status and
4158 # generated files are strictly newer.
4159 am_sleep_pid=
4160 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
4161 ( sleep 1 ) &
4162 am_sleep_pid=$!
4163 fi
4164
4165 rm -f conftest.file
4166
4016 test "$program_prefix" != NONE && 4167 test "$program_prefix" != NONE &&
4017 program_transform_name="s&^&$program_prefix&;$program_transform_name" 4168 program_transform_name="s&^&$program_prefix&;$program_transform_name"
4018 # Use a double $ so make ignores it. 4169 # Use a double $ so make ignores it.
4019 test "$program_suffix" != NONE && 4170 test "$program_suffix" != NONE &&
4020 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 4171 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
4021 # Double any \ or $. 4172 # Double any \ or $.
4022 # By default was `s,x,x', remove it if useless. 4173 # By default was `s,x,x', remove it if useless.
4023 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 4174 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
4024 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 4175 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
4025 4176
4026 # expand $ac_aux_dir to an absolute path
4027 am_aux_dir=`cd $ac_aux_dir && pwd`
4028
4029 if test x"${MISSING+set}" != xset; then 4177 if test x"${MISSING+set}" != xset; then
4030 case $am_aux_dir in 4178 case $am_aux_dir in
4031 *\ * | *\ *) 4179 *\ * | *\ *)
4032 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 4180 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
4033 *) 4181 *)
4034 MISSING="\${SHELL} $am_aux_dir/missing" ;; 4182 MISSING="\${SHELL} $am_aux_dir/missing" ;;
4035 esac 4183 esac
4036 fi 4184 fi
4037 # Use eval to expand $SHELL 4185 # Use eval to expand $SHELL
4038 if eval "$MISSING --run true"; then 4186 if eval "$MISSING --is-lightweight"; then
4039 am_missing_run="$MISSING --run " 4187 am_missing_run="$MISSING "
4040 else 4188 else
4041 am_missing_run= 4189 am_missing_run=
4042 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 4190 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
4043 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 4191 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
4044 fi 4192 fi
4045 4193
4046 if test x"${install_sh}" != xset; then 4194 if test x"${install_sh+set}" != xset; then
4047 case $am_aux_dir in 4195 case $am_aux_dir in
4048 *\ * | *\ *) 4196 *\ * | *\ *)
4049 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 4197 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
4050 *) 4198 *)
4051 install_sh="\${SHELL} $am_aux_dir/install-sh" 4199 install_sh="\${SHELL} $am_aux_dir/install-sh"
4052 esac 4200 esac
4053 fi 4201 fi
4054 4202
4055 # Installed binaries are usually stripped using `strip' when the user 4203 # Installed binaries are usually stripped using 'strip' when the user
4056 # run `make install-strip'. However `strip' might not be the right 4204 # run "make install-strip". However 'strip' might not be the right
4057 # tool to use in cross-compilation environments, therefore Automake 4205 # tool to use in cross-compilation environments, therefore Automake
4058 # will honor the `STRIP' environment variable to overrule this program. 4206 # will honor the 'STRIP' environment variable to overrule this program.
4059 if test "$cross_compiling" != no; then 4207 if test "$cross_compiling" != no; then
4060 if test -n "$ac_tool_prefix"; then 4208 if test -n "$ac_tool_prefix"; then
4061 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 4209 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4062 set dummy ${ac_tool_prefix}strip; ac_word=$2 4210 set dummy ${ac_tool_prefix}strip; ac_word=$2
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4064 $as_echo_n "checking for $ac_word... " >&6; } 4212 $as_echo_n "checking for $ac_word... " >&6; }
4065 if test "${ac_cv_prog_STRIP+set}" = set; then : 4213 if ${ac_cv_prog_STRIP+:} false; then :
4066 $as_echo_n "(cached) " >&6 4214 $as_echo_n "(cached) " >&6
4067 else 4215 else
4068 if test -n "$STRIP"; then 4216 if test -n "$STRIP"; then
4069 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 4217 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4070 else 4218 else
4072 for as_dir in $PATH 4220 for as_dir in $PATH
4073 do 4221 do
4074 IFS=$as_save_IFS 4222 IFS=$as_save_IFS
4075 test -z "$as_dir" && as_dir=. 4223 test -z "$as_dir" && as_dir=.
4076 for ac_exec_ext in '' $ac_executable_extensions; do 4224 for ac_exec_ext in '' $ac_executable_extensions; do
4077 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4225 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4078 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 4226 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4227 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4080 break 2 4228 break 2
4081 fi 4229 fi
4082 done 4230 done
4100 ac_ct_STRIP=$STRIP 4248 ac_ct_STRIP=$STRIP
4101 # Extract the first word of "strip", so it can be a program name with args. 4249 # Extract the first word of "strip", so it can be a program name with args.
4102 set dummy strip; ac_word=$2 4250 set dummy strip; ac_word=$2
4103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4104 $as_echo_n "checking for $ac_word... " >&6; } 4252 $as_echo_n "checking for $ac_word... " >&6; }
4105 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 4253 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
4106 $as_echo_n "(cached) " >&6 4254 $as_echo_n "(cached) " >&6
4107 else 4255 else
4108 if test -n "$ac_ct_STRIP"; then 4256 if test -n "$ac_ct_STRIP"; then
4109 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 4257 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4110 else 4258 else
4112 for as_dir in $PATH 4260 for as_dir in $PATH
4113 do 4261 do
4114 IFS=$as_save_IFS 4262 IFS=$as_save_IFS
4115 test -z "$as_dir" && as_dir=. 4263 test -z "$as_dir" && as_dir=.
4116 for ac_exec_ext in '' $ac_executable_extensions; do 4264 for ac_exec_ext in '' $ac_executable_extensions; do
4117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4265 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4118 ac_cv_prog_ac_ct_STRIP="strip" 4266 ac_cv_prog_ac_ct_STRIP="strip"
4119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4267 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4120 break 2 4268 break 2
4121 fi 4269 fi
4122 done 4270 done
4153 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 4301 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
4154 4302
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 4303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
4156 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 4304 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
4157 if test -z "$MKDIR_P"; then 4305 if test -z "$MKDIR_P"; then
4158 if test "${ac_cv_path_mkdir+set}" = set; then : 4306 if ${ac_cv_path_mkdir+:} false; then :
4159 $as_echo_n "(cached) " >&6 4307 $as_echo_n "(cached) " >&6
4160 else 4308 else
4161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4162 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 4310 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
4163 do 4311 do
4164 IFS=$as_save_IFS 4312 IFS=$as_save_IFS
4165 test -z "$as_dir" && as_dir=. 4313 test -z "$as_dir" && as_dir=.
4166 for ac_prog in mkdir gmkdir; do 4314 for ac_prog in mkdir gmkdir; do
4167 for ac_exec_ext in '' $ac_executable_extensions; do 4315 for ac_exec_ext in '' $ac_executable_extensions; do
4168 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 4316 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
4169 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 4317 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
4170 'mkdir (GNU coreutils) '* | \ 4318 'mkdir (GNU coreutils) '* | \
4171 'mkdir (coreutils) '* | \ 4319 'mkdir (coreutils) '* | \
4172 'mkdir (fileutils) '4.1*) 4320 'mkdir (fileutils) '4.1*)
4173 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 4321 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
4178 done 4326 done
4179 IFS=$as_save_IFS 4327 IFS=$as_save_IFS
4180 4328
4181 fi 4329 fi
4182 4330
4331 test -d ./--version && rmdir ./--version
4183 if test "${ac_cv_path_mkdir+set}" = set; then 4332 if test "${ac_cv_path_mkdir+set}" = set; then
4184 MKDIR_P="$ac_cv_path_mkdir -p" 4333 MKDIR_P="$ac_cv_path_mkdir -p"
4185 else 4334 else
4186 # As a last resort, use the slow shell script. Don't cache a 4335 # As a last resort, use the slow shell script. Don't cache a
4187 # value for MKDIR_P within a source directory, because that will 4336 # value for MKDIR_P within a source directory, because that will
4188 # break other packages using the cache if that directory is 4337 # break other packages using the cache if that directory is
4189 # removed, or if the value is a relative name. 4338 # removed, or if the value is a relative name.
4190 test -d ./--version && rmdir ./--version
4191 MKDIR_P="$ac_install_sh -d" 4339 MKDIR_P="$ac_install_sh -d"
4192 fi 4340 fi
4193 fi 4341 fi
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 4342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
4195 $as_echo "$MKDIR_P" >&6; } 4343 $as_echo "$MKDIR_P" >&6; }
4196
4197 mkdir_p="$MKDIR_P"
4198 case $mkdir_p in
4199 [\\/$]* | ?:[\\/]*) ;;
4200 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
4201 esac
4202 4344
4203 for ac_prog in gawk mawk nawk awk 4345 for ac_prog in gawk mawk nawk awk
4204 do 4346 do
4205 # Extract the first word of "$ac_prog", so it can be a program name with args. 4347 # Extract the first word of "$ac_prog", so it can be a program name with args.
4206 set dummy $ac_prog; ac_word=$2 4348 set dummy $ac_prog; ac_word=$2
4207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4208 $as_echo_n "checking for $ac_word... " >&6; } 4350 $as_echo_n "checking for $ac_word... " >&6; }
4209 if test "${ac_cv_prog_AWK+set}" = set; then : 4351 if ${ac_cv_prog_AWK+:} false; then :
4210 $as_echo_n "(cached) " >&6 4352 $as_echo_n "(cached) " >&6
4211 else 4353 else
4212 if test -n "$AWK"; then 4354 if test -n "$AWK"; then
4213 ac_cv_prog_AWK="$AWK" # Let the user override the test. 4355 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4214 else 4356 else
4216 for as_dir in $PATH 4358 for as_dir in $PATH
4217 do 4359 do
4218 IFS=$as_save_IFS 4360 IFS=$as_save_IFS
4219 test -z "$as_dir" && as_dir=. 4361 test -z "$as_dir" && as_dir=.
4220 for ac_exec_ext in '' $ac_executable_extensions; do 4362 for ac_exec_ext in '' $ac_executable_extensions; do
4221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4363 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4222 ac_cv_prog_AWK="$ac_prog" 4364 ac_cv_prog_AWK="$ac_prog"
4223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4224 break 2 4366 break 2
4225 fi 4367 fi
4226 done 4368 done
4244 4386
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 4387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4246 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 4388 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4247 set x ${MAKE-make} 4389 set x ${MAKE-make}
4248 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 4390 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4249 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 4391 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4250 $as_echo_n "(cached) " >&6 4392 $as_echo_n "(cached) " >&6
4251 else 4393 else
4252 cat >conftest.make <<\_ACEOF 4394 cat >conftest.make <<\_ACEOF
4253 SHELL = /bin/sh 4395 SHELL = /bin/sh
4254 all: 4396 all:
4255 @echo '@@@%%%=$(MAKE)=@@@%%%' 4397 @echo '@@@%%%=$(MAKE)=@@@%%%'
4256 _ACEOF 4398 _ACEOF
4257 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 4399 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4258 case `${MAKE-make} -f conftest.make 2>/dev/null` in 4400 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4259 *@@@%%%=?*=@@@%%%*) 4401 *@@@%%%=?*=@@@%%%*)
4260 eval ac_cv_prog_make_${ac_make}_set=yes;; 4402 eval ac_cv_prog_make_${ac_make}_set=yes;;
4261 *) 4403 *)
4262 eval ac_cv_prog_make_${ac_make}_set=no;; 4404 eval ac_cv_prog_make_${ac_make}_set=no;;
4299 am__include="#" 4441 am__include="#"
4300 am__quote= 4442 am__quote=
4301 _am_result=none 4443 _am_result=none
4302 # First try GNU make style include. 4444 # First try GNU make style include.
4303 echo "include confinc" > confmf 4445 echo "include confinc" > confmf
4304 # Ignore all kinds of additional output from `make'. 4446 # Ignore all kinds of additional output from 'make'.
4305 case `$am_make -s -f confmf 2> /dev/null` in #( 4447 case `$am_make -s -f confmf 2> /dev/null` in #(
4306 *the\ am__doit\ target*) 4448 *the\ am__doit\ target*)
4307 am__include=include 4449 am__include=include
4308 am__quote= 4450 am__quote=
4309 _am_result=GNU 4451 _am_result=GNU
4343 AMDEP_TRUE='#' 4485 AMDEP_TRUE='#'
4344 AMDEP_FALSE= 4486 AMDEP_FALSE=
4345 fi 4487 fi
4346 4488
4347 4489
4490 # Check whether --enable-silent-rules was given.
4491 if test "${enable_silent_rules+set}" = set; then :
4492 enableval=$enable_silent_rules;
4493 fi
4494
4495 case $enable_silent_rules in # (((
4496 yes) AM_DEFAULT_VERBOSITY=0;;
4497 no) AM_DEFAULT_VERBOSITY=1;;
4498 *) AM_DEFAULT_VERBOSITY=1;;
4499 esac
4500 am_make=${MAKE-make}
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4502 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4503 if ${am_cv_make_support_nested_variables+:} false; then :
4504 $as_echo_n "(cached) " >&6
4505 else
4506 if $as_echo 'TRUE=$(BAR$(V))
4507 BAR0=false
4508 BAR1=true
4509 V=1
4510 am__doit:
4511 @$(TRUE)
4512 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4513 am_cv_make_support_nested_variables=yes
4514 else
4515 am_cv_make_support_nested_variables=no
4516 fi
4517 fi
4518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4519 $as_echo "$am_cv_make_support_nested_variables" >&6; }
4520 if test $am_cv_make_support_nested_variables = yes; then
4521 AM_V='$(V)'
4522 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4523 else
4524 AM_V=$AM_DEFAULT_VERBOSITY
4525 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4526 fi
4527 AM_BACKSLASH='\'
4528
4348 if test "`cd $srcdir && pwd`" != "`pwd`"; then 4529 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4349 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 4530 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4350 # is not polluted with repeated "-I." 4531 # is not polluted with repeated "-I."
4351 am__isrc=' -I$(srcdir)' 4532 am__isrc=' -I$(srcdir)'
4352 # test to see if srcdir already configured 4533 # test to see if srcdir already configured
4353 if test -f $srcdir/config.status; then 4534 if test -f $srcdir/config.status; then
4354 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 4535 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4355 fi 4536 fi
4356 fi 4537 fi
4357 4538
4358 # test whether we have cygpath 4539 # test whether we have cygpath
4359 if test -z "$CYGPATH_W"; then 4540 if test -z "$CYGPATH_W"; then
4393 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 4574 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4394 4575
4395 4576
4396 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 4577 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4397 4578
4398 # We need awk for the "check" target. The system "awk" is bad on 4579 # For better backward compatibility. To be removed once Automake 1.9.x
4399 # some platforms. 4580 # dies out for good. For more background, see:
4581 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4582 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4583 mkdir_p='$(MKDIR_P)'
4584
4585 # We need awk for the "check" target (and possibly the TAP driver). The
4586 # system "awk" is bad on some platforms.
4400 # Always define AMTAR for backward compatibility. Yes, it's still used 4587 # Always define AMTAR for backward compatibility. Yes, it's still used
4401 # in the wild :-( We should find a proper way to deprecate it ... 4588 # in the wild :-( We should find a proper way to deprecate it ...
4402 AMTAR='$${TAR-tar}' 4589 AMTAR='$${TAR-tar}'
4403 4590
4591
4592 # We'll loop over all known methods to create a tar archive until one works.
4593 _am_tools='gnutar pax cpio none'
4594
4404 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 4595 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4596
4405 4597
4406 4598
4407 4599
4408 4600
4409 depcc="$CC" am_compiler_list= 4601 depcc="$CC" am_compiler_list=
4410 4602
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 4603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4412 $as_echo_n "checking dependency style of $depcc... " >&6; } 4604 $as_echo_n "checking dependency style of $depcc... " >&6; }
4413 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 4605 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4414 $as_echo_n "(cached) " >&6 4606 $as_echo_n "(cached) " >&6
4415 else 4607 else
4416 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 4608 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4417 # We make a subdir and do the tests there. Otherwise we can end up 4609 # We make a subdir and do the tests there. Otherwise we can end up
4418 # making bogus files that we don't know about and never remove. For 4610 # making bogus files that we don't know about and never remove. For
4419 # instance it was reported that on HP-UX the gcc test will end up 4611 # instance it was reported that on HP-UX the gcc test will end up
4420 # making a dummy file named `D' -- because `-MD' means `put the output 4612 # making a dummy file named 'D' -- because '-MD' means "put the output
4421 # in D'. 4613 # in D".
4422 rm -rf conftest.dir 4614 rm -rf conftest.dir
4423 mkdir conftest.dir 4615 mkdir conftest.dir
4424 # Copy depcomp to subdir because otherwise we won't find it if we're 4616 # Copy depcomp to subdir because otherwise we won't find it if we're
4425 # using a relative directory. 4617 # using a relative directory.
4426 cp "$am_depcomp" conftest.dir 4618 cp "$am_depcomp" conftest.dir
4451 # overwrite some of them when testing with obscure command lines. 4643 # overwrite some of them when testing with obscure command lines.
4452 # This happens at least with the AIX C compiler. 4644 # This happens at least with the AIX C compiler.
4453 : > sub/conftest.c 4645 : > sub/conftest.c
4454 for i in 1 2 3 4 5 6; do 4646 for i in 1 2 3 4 5 6; do
4455 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4647 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4456 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 4648 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4457 # Solaris 8's {/usr,}/bin/sh. 4649 # Solaris 10 /bin/sh.
4458 touch sub/conftst$i.h 4650 echo '/* dummy */' > sub/conftst$i.h
4459 done 4651 done
4460 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4652 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4461 4653
4462 # We check with `-c' and `-o' for the sake of the "dashmstdout" 4654 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4463 # mode. It turns out that the SunPro C++ compiler does not properly 4655 # mode. It turns out that the SunPro C++ compiler does not properly
4464 # handle `-M -o', and we need to detect this. Also, some Intel 4656 # handle '-M -o', and we need to detect this. Also, some Intel
4465 # versions had trouble with output in subdirs 4657 # versions had trouble with output in subdirs.
4466 am__obj=sub/conftest.${OBJEXT-o} 4658 am__obj=sub/conftest.${OBJEXT-o}
4467 am__minus_obj="-o $am__obj" 4659 am__minus_obj="-o $am__obj"
4468 case $depmode in 4660 case $depmode in
4469 gcc) 4661 gcc)
4470 # This depmode causes a compiler race in universal mode. 4662 # This depmode causes a compiler race in universal mode.
4471 test "$am__universal" = false || continue 4663 test "$am__universal" = false || continue
4472 ;; 4664 ;;
4473 nosideeffect) 4665 nosideeffect)
4474 # after this tag, mechanisms are not by side-effect, so they'll 4666 # After this tag, mechanisms are not by side-effect, so they'll
4475 # only be used when explicitly requested 4667 # only be used when explicitly requested.
4476 if test "x$enable_dependency_tracking" = xyes; then 4668 if test "x$enable_dependency_tracking" = xyes; then
4477 continue 4669 continue
4478 else 4670 else
4479 break 4671 break
4480 fi 4672 fi
4481 ;; 4673 ;;
4482 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 4674 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4483 # This compiler won't grok `-c -o', but also, the minuso test has 4675 # This compiler won't grok '-c -o', but also, the minuso test has
4484 # not run yet. These depmodes are late enough in the game, and 4676 # not run yet. These depmodes are late enough in the game, and
4485 # so weak that their functioning should not be impacted. 4677 # so weak that their functioning should not be impacted.
4486 am__obj=conftest.${OBJEXT-o} 4678 am__obj=conftest.${OBJEXT-o}
4487 am__minus_obj= 4679 am__minus_obj=
4488 ;; 4680 ;;
4533 am__fastdepCC_FALSE= 4725 am__fastdepCC_FALSE=
4534 fi 4726 fi
4535 4727
4536 4728
4537 4729
4730 # POSIX will say in a future version that running "rm -f" with no argument
4731 # is OK; and we want to be able to make that assumption in our Makefile
4732 # recipes. So use an aggressive probe to check that the usage we want is
4733 # actually supported "in the wild" to an acceptable degree.
4734 # See automake bug#10828.
4735 # To make any issue more visible, cause the running configure to be aborted
4736 # by default if the 'rm' program in use doesn't match our expectations; the
4737 # user can still override this though.
4738 if rm -f && rm -fr && rm -rf; then : OK; else
4739 cat >&2 <<'END'
4740 Oops!
4741
4742 Your 'rm' program seems unable to run without file operands specified
4743 on the command line, even when the '-f' option is present. This is contrary
4744 to the behaviour of most rm programs out there, and not conforming with
4745 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4746
4747 Please tell bug-automake@gnu.org about your system, including the value
4748 of your $PATH and any error possibly output before this message. This
4749 can help us improve future automake versions.
4750
4751 END
4752 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4753 echo 'Configuration will proceed anyway, since you have set the' >&2
4754 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4755 echo >&2
4756 else
4757 cat >&2 <<'END'
4758 Aborting the configuration process, to ensure you take notice of the issue.
4759
4760 You can download and install GNU coreutils to get an 'rm' implementation
4761 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4762
4763 If you want to complete the configuration process using your problematic
4764 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4765 to "yes", and re-run configure.
4766
4767 END
4768 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4769 fi
4770 fi
4771
4538 4772
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 4773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
4540 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } 4774 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
4541 # Check whether --enable-maintainer-mode was given. 4775 # Check whether --enable-maintainer-mode was given.
4542 if test "${enable_maintainer_mode+set}" = set; then : 4776 if test "${enable_maintainer_mode+set}" = set; then :
4572 toplevel_builddir=${libvtv_builddir}/.. 4806 toplevel_builddir=${libvtv_builddir}/..
4573 toplevel_srcdir=${libvtv_srcdir}/.. 4807 toplevel_srcdir=${libvtv_srcdir}/..
4574 4808
4575 4809
4576 4810
4811
4812
4813
4814
4815 # Check whether --with-toolexeclibdir was given.
4816 if test "${with_toolexeclibdir+set}" = set; then :
4817 withval=$with_toolexeclibdir; case ${with_toolexeclibdir} in
4818 /)
4819 ;;
4820 */)
4821 with_toolexeclibdir=`echo $with_toolexeclibdir | sed 's,/$,,'`
4822 ;;
4823 esac
4824 else
4825 with_toolexeclibdir=no
4826 fi
4577 4827
4578 4828
4579 4829
4580 # Calculate toolexeclibdir 4830 # Calculate toolexeclibdir
4581 # Also toolexecdir, though it's only used in toolexeclibdir 4831 # Also toolexecdir, though it's only used in toolexeclibdir
4590 no) 4840 no)
4591 if test -n "$with_cross_host" && 4841 if test -n "$with_cross_host" &&
4592 test x"$with_cross_host" != x"no"; then 4842 test x"$with_cross_host" != x"no"; then
4593 # Install a library built with a cross compiler in tooldir, not libdir. 4843 # Install a library built with a cross compiler in tooldir, not libdir.
4594 toolexecdir='$(exec_prefix)/$(target_alias)' 4844 toolexecdir='$(exec_prefix)/$(target_alias)'
4595 toolexeclibdir='$(toolexecdir)/lib' 4845 case ${with_toolexeclibdir} in
4846 no)
4847 toolexeclibdir='$(toolexecdir)/lib'
4848 ;;
4849 *)
4850 toolexeclibdir=${with_toolexeclibdir}
4851 ;;
4852 esac
4596 else 4853 else
4597 toolexecdir='$(libdir)/gcc-lib/$(target_alias)' 4854 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
4598 toolexeclibdir='$(libdir)' 4855 toolexeclibdir='$(libdir)'
4599 fi 4856 fi
4600 multi_os_directory=`$CC -print-multi-os-directory` 4857 multi_os_directory=`$CC -print-multi-os-directory`
4609 4866
4610 4867
4611 for ac_func in __secure_getenv 4868 for ac_func in __secure_getenv
4612 do : 4869 do :
4613 ac_fn_c_check_func "$LINENO" "__secure_getenv" "ac_cv_func___secure_getenv" 4870 ac_fn_c_check_func "$LINENO" "__secure_getenv" "ac_cv_func___secure_getenv"
4614 if test "x$ac_cv_func___secure_getenv" = x""yes; then : 4871 if test "x$ac_cv_func___secure_getenv" = xyes; then :
4615 cat >>confdefs.h <<_ACEOF 4872 cat >>confdefs.h <<_ACEOF
4616 #define HAVE___SECURE_GETENV 1 4873 #define HAVE___SECURE_GETENV 1
4617 _ACEOF 4874 _ACEOF
4618 4875
4619 fi 4876 fi
4622 4879
4623 4880
4624 for ac_func in secure_getenv 4881 for ac_func in secure_getenv
4625 do : 4882 do :
4626 ac_fn_c_check_func "$LINENO" "secure_getenv" "ac_cv_func_secure_getenv" 4883 ac_fn_c_check_func "$LINENO" "secure_getenv" "ac_cv_func_secure_getenv"
4627 if test "x$ac_cv_func_secure_getenv" = x""yes; then : 4884 if test "x$ac_cv_func_secure_getenv" = xyes; then :
4628 cat >>confdefs.h <<_ACEOF 4885 cat >>confdefs.h <<_ACEOF
4629 #define HAVE_SECURE_GETENV 1 4886 #define HAVE_SECURE_GETENV 1
4630 _ACEOF 4887 _ACEOF
4631 4888
4632 fi 4889 fi
4635 4892
4636 for ac_func in getexecname __fortify_fail 4893 for ac_func in getexecname __fortify_fail
4637 do : 4894 do :
4638 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 4895 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4639 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 4896 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4640 eval as_val=\$$as_ac_var 4897 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
4641 if test "x$as_val" = x""yes; then :
4642 cat >>confdefs.h <<_ACEOF 4898 cat >>confdefs.h <<_ACEOF
4643 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 4899 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
4644 _ACEOF 4900 _ACEOF
4645 4901
4646 fi 4902 fi
4658 if test -n "$ac_tool_prefix"; then 4914 if test -n "$ac_tool_prefix"; then
4659 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 4915 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4660 set dummy ${ac_tool_prefix}gcc; ac_word=$2 4916 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4662 $as_echo_n "checking for $ac_word... " >&6; } 4918 $as_echo_n "checking for $ac_word... " >&6; }
4663 if test "${ac_cv_prog_CC+set}" = set; then : 4919 if ${ac_cv_prog_CC+:} false; then :
4664 $as_echo_n "(cached) " >&6 4920 $as_echo_n "(cached) " >&6
4665 else 4921 else
4666 if test -n "$CC"; then 4922 if test -n "$CC"; then
4667 ac_cv_prog_CC="$CC" # Let the user override the test. 4923 ac_cv_prog_CC="$CC" # Let the user override the test.
4668 else 4924 else
4670 for as_dir in $PATH 4926 for as_dir in $PATH
4671 do 4927 do
4672 IFS=$as_save_IFS 4928 IFS=$as_save_IFS
4673 test -z "$as_dir" && as_dir=. 4929 test -z "$as_dir" && as_dir=.
4674 for ac_exec_ext in '' $ac_executable_extensions; do 4930 for ac_exec_ext in '' $ac_executable_extensions; do
4675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4676 ac_cv_prog_CC="${ac_tool_prefix}gcc" 4932 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4678 break 2 4934 break 2
4679 fi 4935 fi
4680 done 4936 done
4698 ac_ct_CC=$CC 4954 ac_ct_CC=$CC
4699 # Extract the first word of "gcc", so it can be a program name with args. 4955 # Extract the first word of "gcc", so it can be a program name with args.
4700 set dummy gcc; ac_word=$2 4956 set dummy gcc; ac_word=$2
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4702 $as_echo_n "checking for $ac_word... " >&6; } 4958 $as_echo_n "checking for $ac_word... " >&6; }
4703 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4959 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4704 $as_echo_n "(cached) " >&6 4960 $as_echo_n "(cached) " >&6
4705 else 4961 else
4706 if test -n "$ac_ct_CC"; then 4962 if test -n "$ac_ct_CC"; then
4707 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 4963 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4708 else 4964 else
4710 for as_dir in $PATH 4966 for as_dir in $PATH
4711 do 4967 do
4712 IFS=$as_save_IFS 4968 IFS=$as_save_IFS
4713 test -z "$as_dir" && as_dir=. 4969 test -z "$as_dir" && as_dir=.
4714 for ac_exec_ext in '' $ac_executable_extensions; do 4970 for ac_exec_ext in '' $ac_executable_extensions; do
4715 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4971 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4716 ac_cv_prog_ac_ct_CC="gcc" 4972 ac_cv_prog_ac_ct_CC="gcc"
4717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4718 break 2 4974 break 2
4719 fi 4975 fi
4720 done 4976 done
4751 if test -n "$ac_tool_prefix"; then 5007 if test -n "$ac_tool_prefix"; then
4752 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 5008 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4753 set dummy ${ac_tool_prefix}cc; ac_word=$2 5009 set dummy ${ac_tool_prefix}cc; ac_word=$2
4754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4755 $as_echo_n "checking for $ac_word... " >&6; } 5011 $as_echo_n "checking for $ac_word... " >&6; }
4756 if test "${ac_cv_prog_CC+set}" = set; then : 5012 if ${ac_cv_prog_CC+:} false; then :
4757 $as_echo_n "(cached) " >&6 5013 $as_echo_n "(cached) " >&6
4758 else 5014 else
4759 if test -n "$CC"; then 5015 if test -n "$CC"; then
4760 ac_cv_prog_CC="$CC" # Let the user override the test. 5016 ac_cv_prog_CC="$CC" # Let the user override the test.
4761 else 5017 else
4763 for as_dir in $PATH 5019 for as_dir in $PATH
4764 do 5020 do
4765 IFS=$as_save_IFS 5021 IFS=$as_save_IFS
4766 test -z "$as_dir" && as_dir=. 5022 test -z "$as_dir" && as_dir=.
4767 for ac_exec_ext in '' $ac_executable_extensions; do 5023 for ac_exec_ext in '' $ac_executable_extensions; do
4768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5024 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4769 ac_cv_prog_CC="${ac_tool_prefix}cc" 5025 ac_cv_prog_CC="${ac_tool_prefix}cc"
4770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4771 break 2 5027 break 2
4772 fi 5028 fi
4773 done 5029 done
4791 if test -z "$CC"; then 5047 if test -z "$CC"; then
4792 # Extract the first word of "cc", so it can be a program name with args. 5048 # Extract the first word of "cc", so it can be a program name with args.
4793 set dummy cc; ac_word=$2 5049 set dummy cc; ac_word=$2
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4795 $as_echo_n "checking for $ac_word... " >&6; } 5051 $as_echo_n "checking for $ac_word... " >&6; }
4796 if test "${ac_cv_prog_CC+set}" = set; then : 5052 if ${ac_cv_prog_CC+:} false; then :
4797 $as_echo_n "(cached) " >&6 5053 $as_echo_n "(cached) " >&6
4798 else 5054 else
4799 if test -n "$CC"; then 5055 if test -n "$CC"; then
4800 ac_cv_prog_CC="$CC" # Let the user override the test. 5056 ac_cv_prog_CC="$CC" # Let the user override the test.
4801 else 5057 else
4804 for as_dir in $PATH 5060 for as_dir in $PATH
4805 do 5061 do
4806 IFS=$as_save_IFS 5062 IFS=$as_save_IFS
4807 test -z "$as_dir" && as_dir=. 5063 test -z "$as_dir" && as_dir=.
4808 for ac_exec_ext in '' $ac_executable_extensions; do 5064 for ac_exec_ext in '' $ac_executable_extensions; do
4809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5065 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4810 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 5066 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4811 ac_prog_rejected=yes 5067 ac_prog_rejected=yes
4812 continue 5068 continue
4813 fi 5069 fi
4814 ac_cv_prog_CC="cc" 5070 ac_cv_prog_CC="cc"
4850 do 5106 do
4851 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5107 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4852 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5108 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4854 $as_echo_n "checking for $ac_word... " >&6; } 5110 $as_echo_n "checking for $ac_word... " >&6; }
4855 if test "${ac_cv_prog_CC+set}" = set; then : 5111 if ${ac_cv_prog_CC+:} false; then :
4856 $as_echo_n "(cached) " >&6 5112 $as_echo_n "(cached) " >&6
4857 else 5113 else
4858 if test -n "$CC"; then 5114 if test -n "$CC"; then
4859 ac_cv_prog_CC="$CC" # Let the user override the test. 5115 ac_cv_prog_CC="$CC" # Let the user override the test.
4860 else 5116 else
4862 for as_dir in $PATH 5118 for as_dir in $PATH
4863 do 5119 do
4864 IFS=$as_save_IFS 5120 IFS=$as_save_IFS
4865 test -z "$as_dir" && as_dir=. 5121 test -z "$as_dir" && as_dir=.
4866 for ac_exec_ext in '' $ac_executable_extensions; do 5122 for ac_exec_ext in '' $ac_executable_extensions; do
4867 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5123 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4868 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 5124 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4870 break 2 5126 break 2
4871 fi 5127 fi
4872 done 5128 done
4894 do 5150 do
4895 # Extract the first word of "$ac_prog", so it can be a program name with args. 5151 # Extract the first word of "$ac_prog", so it can be a program name with args.
4896 set dummy $ac_prog; ac_word=$2 5152 set dummy $ac_prog; ac_word=$2
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4898 $as_echo_n "checking for $ac_word... " >&6; } 5154 $as_echo_n "checking for $ac_word... " >&6; }
4899 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 5155 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4900 $as_echo_n "(cached) " >&6 5156 $as_echo_n "(cached) " >&6
4901 else 5157 else
4902 if test -n "$ac_ct_CC"; then 5158 if test -n "$ac_ct_CC"; then
4903 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 5159 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4904 else 5160 else
4906 for as_dir in $PATH 5162 for as_dir in $PATH
4907 do 5163 do
4908 IFS=$as_save_IFS 5164 IFS=$as_save_IFS
4909 test -z "$as_dir" && as_dir=. 5165 test -z "$as_dir" && as_dir=.
4910 for ac_exec_ext in '' $ac_executable_extensions; do 5166 for ac_exec_ext in '' $ac_executable_extensions; do
4911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5167 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4912 ac_cv_prog_ac_ct_CC="$ac_prog" 5168 ac_cv_prog_ac_ct_CC="$ac_prog"
4913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5169 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4914 break 2 5170 break 2
4915 fi 5171 fi
4916 done 5172 done
4948 fi 5204 fi
4949 5205
4950 5206
4951 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5207 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4952 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5208 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4953 as_fn_error "no acceptable C compiler found in \$PATH 5209 as_fn_error $? "no acceptable C compiler found in \$PATH
4954 See \`config.log' for more details." "$LINENO" 5; } 5210 See \`config.log' for more details" "$LINENO" 5; }
4955 5211
4956 # Provide some information about the compiler. 5212 # Provide some information about the compiler.
4957 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 5213 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4958 set X $ac_compile 5214 set X $ac_compile
4959 ac_compiler=$2 5215 ac_compiler=$2
4970 if test -s conftest.err; then 5226 if test -s conftest.err; then
4971 sed '10a\ 5227 sed '10a\
4972 ... rest of stderr output deleted ... 5228 ... rest of stderr output deleted ...
4973 10q' conftest.err >conftest.er1 5229 10q' conftest.err >conftest.er1
4974 cat conftest.er1 >&5 5230 cat conftest.er1 >&5
4975 rm -f conftest.er1 conftest.err
4976 fi 5231 fi
5232 rm -f conftest.er1 conftest.err
4977 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5233 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4978 test $ac_status = 0; } 5234 test $ac_status = 0; }
4979 done 5235 done
4980 5236
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 5237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4982 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 5238 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4983 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 5239 if ${ac_cv_c_compiler_gnu+:} false; then :
4984 $as_echo_n "(cached) " >&6 5240 $as_echo_n "(cached) " >&6
4985 else 5241 else
4986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4987 /* end confdefs.h. */ 5243 /* end confdefs.h. */
4988 5244
5015 fi 5271 fi
5016 ac_test_CFLAGS=${CFLAGS+set} 5272 ac_test_CFLAGS=${CFLAGS+set}
5017 ac_save_CFLAGS=$CFLAGS 5273 ac_save_CFLAGS=$CFLAGS
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 5274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5019 $as_echo_n "checking whether $CC accepts -g... " >&6; } 5275 $as_echo_n "checking whether $CC accepts -g... " >&6; }
5020 if test "${ac_cv_prog_cc_g+set}" = set; then : 5276 if ${ac_cv_prog_cc_g+:} false; then :
5021 $as_echo_n "(cached) " >&6 5277 $as_echo_n "(cached) " >&6
5022 else 5278 else
5023 ac_save_c_werror_flag=$ac_c_werror_flag 5279 ac_save_c_werror_flag=$ac_c_werror_flag
5024 ac_c_werror_flag=yes 5280 ac_c_werror_flag=yes
5025 ac_cv_prog_cc_g=no 5281 ac_cv_prog_cc_g=no
5093 CFLAGS= 5349 CFLAGS=
5094 fi 5350 fi
5095 fi 5351 fi
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 5352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5097 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 5353 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5098 if test "${ac_cv_prog_cc_c89+set}" = set; then : 5354 if ${ac_cv_prog_cc_c89+:} false; then :
5099 $as_echo_n "(cached) " >&6 5355 $as_echo_n "(cached) " >&6
5100 else 5356 else
5101 ac_cv_prog_cc_c89=no 5357 ac_cv_prog_cc_c89=no
5102 ac_save_CC=$CC 5358 ac_save_CC=$CC
5103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5104 /* end confdefs.h. */ 5360 /* end confdefs.h. */
5105 #include <stdarg.h> 5361 #include <stdarg.h>
5106 #include <stdio.h> 5362 #include <stdio.h>
5107 #include <sys/types.h> 5363 struct stat;
5108 #include <sys/stat.h>
5109 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 5364 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5110 struct buf { int x; }; 5365 struct buf { int x; };
5111 FILE * (*rcsopen) (struct buf *, struct stat *, int); 5366 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5112 static char *e (p, i) 5367 static char *e (p, i)
5113 char **p; 5368 char **p;
5188 ac_cpp='$CPP $CPPFLAGS' 5443 ac_cpp='$CPP $CPPFLAGS'
5189 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5444 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5190 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5445 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5191 ac_compiler_gnu=$ac_cv_c_compiler_gnu 5446 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5192 5447
5448 ac_ext=c
5449 ac_cpp='$CPP $CPPFLAGS'
5450 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5451 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5452 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
5454 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
5455 if ${am_cv_prog_cc_c_o+:} false; then :
5456 $as_echo_n "(cached) " >&6
5457 else
5458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5459 /* end confdefs.h. */
5460
5461 int
5462 main ()
5463 {
5464
5465 ;
5466 return 0;
5467 }
5468 _ACEOF
5469 # Make sure it works both with $CC and with simple cc.
5470 # Following AC_PROG_CC_C_O, we do the test twice because some
5471 # compilers refuse to overwrite an existing .o file with -o,
5472 # though they will create one.
5473 am_cv_prog_cc_c_o=yes
5474 for am_i in 1 2; do
5475 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
5476 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
5477 ac_status=$?
5478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5479 (exit $ac_status); } \
5480 && test -f conftest2.$ac_objext; then
5481 : OK
5482 else
5483 am_cv_prog_cc_c_o=no
5484 break
5485 fi
5486 done
5487 rm -f core conftest*
5488 unset am_i
5489 fi
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5491 $as_echo "$am_cv_prog_cc_c_o" >&6; }
5492 if test "$am_cv_prog_cc_c_o" != yes; then
5493 # Losing compiler, so override with the script.
5494 # FIXME: It is wrong to rewrite CC.
5495 # But if we don't then we get into trouble of one sort or another.
5496 # A longer-term fix would be to have automake use am__CC in this case,
5497 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5498 CC="$am_aux_dir/compile $CC"
5499 fi
5500 ac_ext=c
5501 ac_cpp='$CPP $CPPFLAGS'
5502 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5503 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5504 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5505
5506
5193 ac_ext=cpp 5507 ac_ext=cpp
5194 ac_cpp='$CXXCPP $CPPFLAGS' 5508 ac_cpp='$CXXCPP $CPPFLAGS'
5195 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5509 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5196 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5510 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5197 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 5511 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5204 do 5518 do
5205 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5519 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5206 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5520 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5208 $as_echo_n "checking for $ac_word... " >&6; } 5522 $as_echo_n "checking for $ac_word... " >&6; }
5209 if test "${ac_cv_prog_CXX+set}" = set; then : 5523 if ${ac_cv_prog_CXX+:} false; then :
5210 $as_echo_n "(cached) " >&6 5524 $as_echo_n "(cached) " >&6
5211 else 5525 else
5212 if test -n "$CXX"; then 5526 if test -n "$CXX"; then
5213 ac_cv_prog_CXX="$CXX" # Let the user override the test. 5527 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5214 else 5528 else
5216 for as_dir in $PATH 5530 for as_dir in $PATH
5217 do 5531 do
5218 IFS=$as_save_IFS 5532 IFS=$as_save_IFS
5219 test -z "$as_dir" && as_dir=. 5533 test -z "$as_dir" && as_dir=.
5220 for ac_exec_ext in '' $ac_executable_extensions; do 5534 for ac_exec_ext in '' $ac_executable_extensions; do
5221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5535 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5222 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 5536 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5224 break 2 5538 break 2
5225 fi 5539 fi
5226 done 5540 done
5248 do 5562 do
5249 # Extract the first word of "$ac_prog", so it can be a program name with args. 5563 # Extract the first word of "$ac_prog", so it can be a program name with args.
5250 set dummy $ac_prog; ac_word=$2 5564 set dummy $ac_prog; ac_word=$2
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5252 $as_echo_n "checking for $ac_word... " >&6; } 5566 $as_echo_n "checking for $ac_word... " >&6; }
5253 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : 5567 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5254 $as_echo_n "(cached) " >&6 5568 $as_echo_n "(cached) " >&6
5255 else 5569 else
5256 if test -n "$ac_ct_CXX"; then 5570 if test -n "$ac_ct_CXX"; then
5257 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 5571 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5258 else 5572 else
5260 for as_dir in $PATH 5574 for as_dir in $PATH
5261 do 5575 do
5262 IFS=$as_save_IFS 5576 IFS=$as_save_IFS
5263 test -z "$as_dir" && as_dir=. 5577 test -z "$as_dir" && as_dir=.
5264 for ac_exec_ext in '' $ac_executable_extensions; do 5578 for ac_exec_ext in '' $ac_executable_extensions; do
5265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5579 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5266 ac_cv_prog_ac_ct_CXX="$ac_prog" 5580 ac_cv_prog_ac_ct_CXX="$ac_prog"
5267 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5268 break 2 5582 break 2
5269 fi 5583 fi
5270 done 5584 done
5318 if test -s conftest.err; then 5632 if test -s conftest.err; then
5319 sed '10a\ 5633 sed '10a\
5320 ... rest of stderr output deleted ... 5634 ... rest of stderr output deleted ...
5321 10q' conftest.err >conftest.er1 5635 10q' conftest.err >conftest.er1
5322 cat conftest.er1 >&5 5636 cat conftest.er1 >&5
5323 rm -f conftest.er1 conftest.err
5324 fi 5637 fi
5638 rm -f conftest.er1 conftest.err
5325 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5326 test $ac_status = 0; } 5640 test $ac_status = 0; }
5327 done 5641 done
5328 5642
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 5643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5330 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 5644 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5331 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : 5645 if ${ac_cv_cxx_compiler_gnu+:} false; then :
5332 $as_echo_n "(cached) " >&6 5646 $as_echo_n "(cached) " >&6
5333 else 5647 else
5334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5335 /* end confdefs.h. */ 5649 /* end confdefs.h. */
5336 5650
5363 fi 5677 fi
5364 ac_test_CXXFLAGS=${CXXFLAGS+set} 5678 ac_test_CXXFLAGS=${CXXFLAGS+set}
5365 ac_save_CXXFLAGS=$CXXFLAGS 5679 ac_save_CXXFLAGS=$CXXFLAGS
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 5680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5367 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 5681 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5368 if test "${ac_cv_prog_cxx_g+set}" = set; then : 5682 if ${ac_cv_prog_cxx_g+:} false; then :
5369 $as_echo_n "(cached) " >&6 5683 $as_echo_n "(cached) " >&6
5370 else 5684 else
5371 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 5685 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5372 ac_cxx_werror_flag=yes 5686 ac_cxx_werror_flag=yes
5373 ac_cv_prog_cxx_g=no 5687 ac_cv_prog_cxx_g=no
5449 5763
5450 depcc="$CXX" am_compiler_list= 5764 depcc="$CXX" am_compiler_list=
5451 5765
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 5766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5453 $as_echo_n "checking dependency style of $depcc... " >&6; } 5767 $as_echo_n "checking dependency style of $depcc... " >&6; }
5454 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then : 5768 if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
5455 $as_echo_n "(cached) " >&6 5769 $as_echo_n "(cached) " >&6
5456 else 5770 else
5457 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 5771 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5458 # We make a subdir and do the tests there. Otherwise we can end up 5772 # We make a subdir and do the tests there. Otherwise we can end up
5459 # making bogus files that we don't know about and never remove. For 5773 # making bogus files that we don't know about and never remove. For
5460 # instance it was reported that on HP-UX the gcc test will end up 5774 # instance it was reported that on HP-UX the gcc test will end up
5461 # making a dummy file named `D' -- because `-MD' means `put the output 5775 # making a dummy file named 'D' -- because '-MD' means "put the output
5462 # in D'. 5776 # in D".
5463 rm -rf conftest.dir 5777 rm -rf conftest.dir
5464 mkdir conftest.dir 5778 mkdir conftest.dir
5465 # Copy depcomp to subdir because otherwise we won't find it if we're 5779 # Copy depcomp to subdir because otherwise we won't find it if we're
5466 # using a relative directory. 5780 # using a relative directory.
5467 cp "$am_depcomp" conftest.dir 5781 cp "$am_depcomp" conftest.dir
5492 # overwrite some of them when testing with obscure command lines. 5806 # overwrite some of them when testing with obscure command lines.
5493 # This happens at least with the AIX C compiler. 5807 # This happens at least with the AIX C compiler.
5494 : > sub/conftest.c 5808 : > sub/conftest.c
5495 for i in 1 2 3 4 5 6; do 5809 for i in 1 2 3 4 5 6; do
5496 echo '#include "conftst'$i'.h"' >> sub/conftest.c 5810 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5497 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 5811 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
5498 # Solaris 8's {/usr,}/bin/sh. 5812 # Solaris 10 /bin/sh.
5499 touch sub/conftst$i.h 5813 echo '/* dummy */' > sub/conftst$i.h
5500 done 5814 done
5501 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 5815 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5502 5816
5503 # We check with `-c' and `-o' for the sake of the "dashmstdout" 5817 # We check with '-c' and '-o' for the sake of the "dashmstdout"
5504 # mode. It turns out that the SunPro C++ compiler does not properly 5818 # mode. It turns out that the SunPro C++ compiler does not properly
5505 # handle `-M -o', and we need to detect this. Also, some Intel 5819 # handle '-M -o', and we need to detect this. Also, some Intel
5506 # versions had trouble with output in subdirs 5820 # versions had trouble with output in subdirs.
5507 am__obj=sub/conftest.${OBJEXT-o} 5821 am__obj=sub/conftest.${OBJEXT-o}
5508 am__minus_obj="-o $am__obj" 5822 am__minus_obj="-o $am__obj"
5509 case $depmode in 5823 case $depmode in
5510 gcc) 5824 gcc)
5511 # This depmode causes a compiler race in universal mode. 5825 # This depmode causes a compiler race in universal mode.
5512 test "$am__universal" = false || continue 5826 test "$am__universal" = false || continue
5513 ;; 5827 ;;
5514 nosideeffect) 5828 nosideeffect)
5515 # after this tag, mechanisms are not by side-effect, so they'll 5829 # After this tag, mechanisms are not by side-effect, so they'll
5516 # only be used when explicitly requested 5830 # only be used when explicitly requested.
5517 if test "x$enable_dependency_tracking" = xyes; then 5831 if test "x$enable_dependency_tracking" = xyes; then
5518 continue 5832 continue
5519 else 5833 else
5520 break 5834 break
5521 fi 5835 fi
5522 ;; 5836 ;;
5523 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 5837 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
5524 # This compiler won't grok `-c -o', but also, the minuso test has 5838 # This compiler won't grok '-c -o', but also, the minuso test has
5525 # not run yet. These depmodes are late enough in the game, and 5839 # not run yet. These depmodes are late enough in the game, and
5526 # so weak that their functioning should not be impacted. 5840 # so weak that their functioning should not be impacted.
5527 am__obj=conftest.${OBJEXT-o} 5841 am__obj=conftest.${OBJEXT-o}
5528 am__minus_obj= 5842 am__minus_obj=
5529 ;; 5843 ;;
5575 fi 5889 fi
5576 5890
5577 5891
5578 5892
5579 5893
5580 if test "x$CC" != xcc; then
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
5582 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
5583 else
5584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
5585 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
5586 fi
5587 set dummy $CC; ac_cc=`$as_echo "$2" |
5588 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5589 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
5590 $as_echo_n "(cached) " >&6
5591 else
5592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5593 /* end confdefs.h. */
5594
5595 int
5596 main ()
5597 {
5598
5599 ;
5600 return 0;
5601 }
5602 _ACEOF
5603 # Make sure it works both with $CC and with simple cc.
5604 # We do the test twice because some compilers refuse to overwrite an
5605 # existing .o file with -o, though they will create one.
5606 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
5607 rm -f conftest2.*
5608 if { { case "(($ac_try" in
5609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5610 *) ac_try_echo=$ac_try;;
5611 esac
5612 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5613 $as_echo "$ac_try_echo"; } >&5
5614 (eval "$ac_try") 2>&5
5615 ac_status=$?
5616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5617 test $ac_status = 0; } &&
5618 test -f conftest2.$ac_objext && { { case "(($ac_try" in
5619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5620 *) ac_try_echo=$ac_try;;
5621 esac
5622 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5623 $as_echo "$ac_try_echo"; } >&5
5624 (eval "$ac_try") 2>&5
5625 ac_status=$?
5626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5627 test $ac_status = 0; };
5628 then
5629 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
5630 if test "x$CC" != xcc; then
5631 # Test first that cc exists at all.
5632 if { ac_try='cc -c conftest.$ac_ext >&5'
5633 { { case "(($ac_try" in
5634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5635 *) ac_try_echo=$ac_try;;
5636 esac
5637 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5638 $as_echo "$ac_try_echo"; } >&5
5639 (eval "$ac_try") 2>&5
5640 ac_status=$?
5641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5642 test $ac_status = 0; }; }; then
5643 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
5644 rm -f conftest2.*
5645 if { { case "(($ac_try" in
5646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5647 *) ac_try_echo=$ac_try;;
5648 esac
5649 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5650 $as_echo "$ac_try_echo"; } >&5
5651 (eval "$ac_try") 2>&5
5652 ac_status=$?
5653 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5654 test $ac_status = 0; } &&
5655 test -f conftest2.$ac_objext && { { case "(($ac_try" in
5656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5657 *) ac_try_echo=$ac_try;;
5658 esac
5659 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5660 $as_echo "$ac_try_echo"; } >&5
5661 (eval "$ac_try") 2>&5
5662 ac_status=$?
5663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5664 test $ac_status = 0; };
5665 then
5666 # cc works too.
5667 :
5668 else
5669 # cc exists but doesn't like -o.
5670 eval ac_cv_prog_cc_${ac_cc}_c_o=no
5671 fi
5672 fi
5673 fi
5674 else
5675 eval ac_cv_prog_cc_${ac_cc}_c_o=no
5676 fi
5677 rm -f core conftest*
5678
5679 fi
5680 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5682 $as_echo "yes" >&6; }
5683 else
5684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5685 $as_echo "no" >&6; }
5686
5687 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
5688
5689 fi
5690
5691 # FIXME: we rely on the cache variable name because
5692 # there is no other way.
5693 set dummy $CC
5694 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5695 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
5696 if test "$am_t" != yes; then
5697 # Losing compiler, so override with the script.
5698 # FIXME: It is wrong to rewrite CC.
5699 # But if we don't then we get into trouble of one sort or another.
5700 # A longer-term fix would be to have automake use am__CC in this case,
5701 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5702 CC="$am_aux_dir/compile $CC"
5703 fi
5704
5705 5894
5706 5895
5707 5896
5708 5897
5709 5898
5716 if test -n "$ac_tool_prefix"; then 5905 if test -n "$ac_tool_prefix"; then
5717 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. 5906 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
5718 set dummy ${ac_tool_prefix}as; ac_word=$2 5907 set dummy ${ac_tool_prefix}as; ac_word=$2
5719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5720 $as_echo_n "checking for $ac_word... " >&6; } 5909 $as_echo_n "checking for $ac_word... " >&6; }
5721 if test "${ac_cv_prog_AS+set}" = set; then : 5910 if ${ac_cv_prog_AS+:} false; then :
5722 $as_echo_n "(cached) " >&6 5911 $as_echo_n "(cached) " >&6
5723 else 5912 else
5724 if test -n "$AS"; then 5913 if test -n "$AS"; then
5725 ac_cv_prog_AS="$AS" # Let the user override the test. 5914 ac_cv_prog_AS="$AS" # Let the user override the test.
5726 else 5915 else
5728 for as_dir in $PATH 5917 for as_dir in $PATH
5729 do 5918 do
5730 IFS=$as_save_IFS 5919 IFS=$as_save_IFS
5731 test -z "$as_dir" && as_dir=. 5920 test -z "$as_dir" && as_dir=.
5732 for ac_exec_ext in '' $ac_executable_extensions; do 5921 for ac_exec_ext in '' $ac_executable_extensions; do
5733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5734 ac_cv_prog_AS="${ac_tool_prefix}as" 5923 ac_cv_prog_AS="${ac_tool_prefix}as"
5735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5736 break 2 5925 break 2
5737 fi 5926 fi
5738 done 5927 done
5756 ac_ct_AS=$AS 5945 ac_ct_AS=$AS
5757 # Extract the first word of "as", so it can be a program name with args. 5946 # Extract the first word of "as", so it can be a program name with args.
5758 set dummy as; ac_word=$2 5947 set dummy as; ac_word=$2
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5760 $as_echo_n "checking for $ac_word... " >&6; } 5949 $as_echo_n "checking for $ac_word... " >&6; }
5761 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then : 5950 if ${ac_cv_prog_ac_ct_AS+:} false; then :
5762 $as_echo_n "(cached) " >&6 5951 $as_echo_n "(cached) " >&6
5763 else 5952 else
5764 if test -n "$ac_ct_AS"; then 5953 if test -n "$ac_ct_AS"; then
5765 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. 5954 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5766 else 5955 else
5768 for as_dir in $PATH 5957 for as_dir in $PATH
5769 do 5958 do
5770 IFS=$as_save_IFS 5959 IFS=$as_save_IFS
5771 test -z "$as_dir" && as_dir=. 5960 test -z "$as_dir" && as_dir=.
5772 for ac_exec_ext in '' $ac_executable_extensions; do 5961 for ac_exec_ext in '' $ac_executable_extensions; do
5773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5962 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5774 ac_cv_prog_ac_ct_AS="as" 5963 ac_cv_prog_ac_ct_AS="as"
5775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5776 break 2 5965 break 2
5777 fi 5966 fi
5778 done 5967 done
5808 if test -n "$ac_tool_prefix"; then 5997 if test -n "$ac_tool_prefix"; then
5809 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 5998 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5810 set dummy ${ac_tool_prefix}ar; ac_word=$2 5999 set dummy ${ac_tool_prefix}ar; ac_word=$2
5811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5812 $as_echo_n "checking for $ac_word... " >&6; } 6001 $as_echo_n "checking for $ac_word... " >&6; }
5813 if test "${ac_cv_prog_AR+set}" = set; then : 6002 if ${ac_cv_prog_AR+:} false; then :
5814 $as_echo_n "(cached) " >&6 6003 $as_echo_n "(cached) " >&6
5815 else 6004 else
5816 if test -n "$AR"; then 6005 if test -n "$AR"; then
5817 ac_cv_prog_AR="$AR" # Let the user override the test. 6006 ac_cv_prog_AR="$AR" # Let the user override the test.
5818 else 6007 else
5820 for as_dir in $PATH 6009 for as_dir in $PATH
5821 do 6010 do
5822 IFS=$as_save_IFS 6011 IFS=$as_save_IFS
5823 test -z "$as_dir" && as_dir=. 6012 test -z "$as_dir" && as_dir=.
5824 for ac_exec_ext in '' $ac_executable_extensions; do 6013 for ac_exec_ext in '' $ac_executable_extensions; do
5825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6014 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5826 ac_cv_prog_AR="${ac_tool_prefix}ar" 6015 ac_cv_prog_AR="${ac_tool_prefix}ar"
5827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5828 break 2 6017 break 2
5829 fi 6018 fi
5830 done 6019 done
5848 ac_ct_AR=$AR 6037 ac_ct_AR=$AR
5849 # Extract the first word of "ar", so it can be a program name with args. 6038 # Extract the first word of "ar", so it can be a program name with args.
5850 set dummy ar; ac_word=$2 6039 set dummy ar; ac_word=$2
5851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5852 $as_echo_n "checking for $ac_word... " >&6; } 6041 $as_echo_n "checking for $ac_word... " >&6; }
5853 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : 6042 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5854 $as_echo_n "(cached) " >&6 6043 $as_echo_n "(cached) " >&6
5855 else 6044 else
5856 if test -n "$ac_ct_AR"; then 6045 if test -n "$ac_ct_AR"; then
5857 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 6046 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5858 else 6047 else
5860 for as_dir in $PATH 6049 for as_dir in $PATH
5861 do 6050 do
5862 IFS=$as_save_IFS 6051 IFS=$as_save_IFS
5863 test -z "$as_dir" && as_dir=. 6052 test -z "$as_dir" && as_dir=.
5864 for ac_exec_ext in '' $ac_executable_extensions; do 6053 for ac_exec_ext in '' $ac_executable_extensions; do
5865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6054 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5866 ac_cv_prog_ac_ct_AR="ar" 6055 ac_cv_prog_ac_ct_AR="ar"
5867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5868 break 2 6057 break 2
5869 fi 6058 fi
5870 done 6059 done
5900 if test -n "$ac_tool_prefix"; then 6089 if test -n "$ac_tool_prefix"; then
5901 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 6090 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5902 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 6091 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5904 $as_echo_n "checking for $ac_word... " >&6; } 6093 $as_echo_n "checking for $ac_word... " >&6; }
5905 if test "${ac_cv_prog_RANLIB+set}" = set; then : 6094 if ${ac_cv_prog_RANLIB+:} false; then :
5906 $as_echo_n "(cached) " >&6 6095 $as_echo_n "(cached) " >&6
5907 else 6096 else
5908 if test -n "$RANLIB"; then 6097 if test -n "$RANLIB"; then
5909 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 6098 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5910 else 6099 else
5912 for as_dir in $PATH 6101 for as_dir in $PATH
5913 do 6102 do
5914 IFS=$as_save_IFS 6103 IFS=$as_save_IFS
5915 test -z "$as_dir" && as_dir=. 6104 test -z "$as_dir" && as_dir=.
5916 for ac_exec_ext in '' $ac_executable_extensions; do 6105 for ac_exec_ext in '' $ac_executable_extensions; do
5917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6106 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5918 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 6107 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5920 break 2 6109 break 2
5921 fi 6110 fi
5922 done 6111 done
5940 ac_ct_RANLIB=$RANLIB 6129 ac_ct_RANLIB=$RANLIB
5941 # Extract the first word of "ranlib", so it can be a program name with args. 6130 # Extract the first word of "ranlib", so it can be a program name with args.
5942 set dummy ranlib; ac_word=$2 6131 set dummy ranlib; ac_word=$2
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5944 $as_echo_n "checking for $ac_word... " >&6; } 6133 $as_echo_n "checking for $ac_word... " >&6; }
5945 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 6134 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5946 $as_echo_n "(cached) " >&6 6135 $as_echo_n "(cached) " >&6
5947 else 6136 else
5948 if test -n "$ac_ct_RANLIB"; then 6137 if test -n "$ac_ct_RANLIB"; then
5949 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 6138 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5950 else 6139 else
5952 for as_dir in $PATH 6141 for as_dir in $PATH
5953 do 6142 do
5954 IFS=$as_save_IFS 6143 IFS=$as_save_IFS
5955 test -z "$as_dir" && as_dir=. 6144 test -z "$as_dir" && as_dir=.
5956 for ac_exec_ext in '' $ac_executable_extensions; do 6145 for ac_exec_ext in '' $ac_executable_extensions; do
5957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6146 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5958 ac_cv_prog_ac_ct_RANLIB="ranlib" 6147 ac_cv_prog_ac_ct_RANLIB="ranlib"
5959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6148 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5960 break 2 6149 break 2
5961 fi 6150 fi
5962 done 6151 done
6089 6278
6090 6279
6091 6280
6092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 6281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
6093 $as_echo_n "checking for a sed that does not truncate output... " >&6; } 6282 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
6094 if test "${ac_cv_path_SED+set}" = set; then : 6283 if ${ac_cv_path_SED+:} false; then :
6095 $as_echo_n "(cached) " >&6 6284 $as_echo_n "(cached) " >&6
6096 else 6285 else
6097 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ 6286 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
6098 for ac_i in 1 2 3 4 5 6 7; do 6287 for ac_i in 1 2 3 4 5 6 7; do
6099 ac_script="$ac_script$as_nl$ac_script" 6288 ac_script="$ac_script$as_nl$ac_script"
6109 IFS=$as_save_IFS 6298 IFS=$as_save_IFS
6110 test -z "$as_dir" && as_dir=. 6299 test -z "$as_dir" && as_dir=.
6111 for ac_prog in sed gsed; do 6300 for ac_prog in sed gsed; do
6112 for ac_exec_ext in '' $ac_executable_extensions; do 6301 for ac_exec_ext in '' $ac_executable_extensions; do
6113 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" 6302 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
6114 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue 6303 as_fn_executable_p "$ac_path_SED" || continue
6115 # Check for GNU ac_path_SED and select it if it is found. 6304 # Check for GNU ac_path_SED and select it if it is found.
6116 # Check for GNU $ac_path_SED 6305 # Check for GNU $ac_path_SED
6117 case `"$ac_path_SED" --version 2>&1` in 6306 case `"$ac_path_SED" --version 2>&1` in
6118 *GNU*) 6307 *GNU*)
6119 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; 6308 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
6144 done 6333 done
6145 done 6334 done
6146 done 6335 done
6147 IFS=$as_save_IFS 6336 IFS=$as_save_IFS
6148 if test -z "$ac_cv_path_SED"; then 6337 if test -z "$ac_cv_path_SED"; then
6149 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 6338 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6150 fi 6339 fi
6151 else 6340 else
6152 ac_cv_path_SED=$SED 6341 ac_cv_path_SED=$SED
6153 fi 6342 fi
6154 6343
6171 6360
6172 6361
6173 6362
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 6363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
6175 $as_echo_n "checking for fgrep... " >&6; } 6364 $as_echo_n "checking for fgrep... " >&6; }
6176 if test "${ac_cv_path_FGREP+set}" = set; then : 6365 if ${ac_cv_path_FGREP+:} false; then :
6177 $as_echo_n "(cached) " >&6 6366 $as_echo_n "(cached) " >&6
6178 else 6367 else
6179 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 6368 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
6180 then ac_cv_path_FGREP="$GREP -F" 6369 then ac_cv_path_FGREP="$GREP -F"
6181 else 6370 else
6188 IFS=$as_save_IFS 6377 IFS=$as_save_IFS
6189 test -z "$as_dir" && as_dir=. 6378 test -z "$as_dir" && as_dir=.
6190 for ac_prog in fgrep; do 6379 for ac_prog in fgrep; do
6191 for ac_exec_ext in '' $ac_executable_extensions; do 6380 for ac_exec_ext in '' $ac_executable_extensions; do
6192 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" 6381 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
6193 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue 6382 as_fn_executable_p "$ac_path_FGREP" || continue
6194 # Check for GNU ac_path_FGREP and select it if it is found. 6383 # Check for GNU ac_path_FGREP and select it if it is found.
6195 # Check for GNU $ac_path_FGREP 6384 # Check for GNU $ac_path_FGREP
6196 case `"$ac_path_FGREP" --version 2>&1` in 6385 case `"$ac_path_FGREP" --version 2>&1` in
6197 *GNU*) 6386 *GNU*)
6198 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; 6387 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
6223 done 6412 done
6224 done 6413 done
6225 done 6414 done
6226 IFS=$as_save_IFS 6415 IFS=$as_save_IFS
6227 if test -z "$ac_cv_path_FGREP"; then 6416 if test -z "$ac_cv_path_FGREP"; then
6228 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 6417 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6229 fi 6418 fi
6230 else 6419 else
6231 ac_cv_path_FGREP=$FGREP 6420 ac_cv_path_FGREP=$FGREP
6232 fi 6421 fi
6233 6422
6302 $as_echo_n "checking for GNU ld... " >&6; } 6491 $as_echo_n "checking for GNU ld... " >&6; }
6303 else 6492 else
6304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 6493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6305 $as_echo_n "checking for non-GNU ld... " >&6; } 6494 $as_echo_n "checking for non-GNU ld... " >&6; }
6306 fi 6495 fi
6307 if test "${lt_cv_path_LD+set}" = set; then : 6496 if ${lt_cv_path_LD+:} false; then :
6308 $as_echo_n "(cached) " >&6 6497 $as_echo_n "(cached) " >&6
6309 else 6498 else
6310 if test -z "$LD"; then 6499 if test -z "$LD"; then
6311 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 6500 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6312 for ac_dir in $PATH; do 6501 for ac_dir in $PATH; do
6339 $as_echo "$LD" >&6; } 6528 $as_echo "$LD" >&6; }
6340 else 6529 else
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6342 $as_echo "no" >&6; } 6531 $as_echo "no" >&6; }
6343 fi 6532 fi
6344 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 6533 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 6534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6346 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 6535 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6347 if test "${lt_cv_prog_gnu_ld+set}" = set; then : 6536 if ${lt_cv_prog_gnu_ld+:} false; then :
6348 $as_echo_n "(cached) " >&6 6537 $as_echo_n "(cached) " >&6
6349 else 6538 else
6350 # I'd rather use --version here, but apparently some GNU lds only accept -v. 6539 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6351 case `$LD -v 2>&1 </dev/null` in 6540 case `$LD -v 2>&1 </dev/null` in
6352 *GNU* | *'with BFD'*) 6541 *GNU* | *'with BFD'*)
6369 6558
6370 6559
6371 6560
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 6561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6373 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 6562 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6374 if test "${lt_cv_path_NM+set}" = set; then : 6563 if ${lt_cv_path_NM+:} false; then :
6375 $as_echo_n "(cached) " >&6 6564 $as_echo_n "(cached) " >&6
6376 else 6565 else
6377 if test -n "$NM"; then 6566 if test -n "$NM"; then
6378 # Let the user override the test. 6567 # Let the user override the test.
6379 lt_cv_path_NM="$NM" 6568 lt_cv_path_NM="$NM"
6432 do 6621 do
6433 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 6622 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6434 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 6623 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6436 $as_echo_n "checking for $ac_word... " >&6; } 6625 $as_echo_n "checking for $ac_word... " >&6; }
6437 if test "${ac_cv_prog_DUMPBIN+set}" = set; then : 6626 if ${ac_cv_prog_DUMPBIN+:} false; then :
6438 $as_echo_n "(cached) " >&6 6627 $as_echo_n "(cached) " >&6
6439 else 6628 else
6440 if test -n "$DUMPBIN"; then 6629 if test -n "$DUMPBIN"; then
6441 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. 6630 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6442 else 6631 else
6444 for as_dir in $PATH 6633 for as_dir in $PATH
6445 do 6634 do
6446 IFS=$as_save_IFS 6635 IFS=$as_save_IFS
6447 test -z "$as_dir" && as_dir=. 6636 test -z "$as_dir" && as_dir=.
6448 for ac_exec_ext in '' $ac_executable_extensions; do 6637 for ac_exec_ext in '' $ac_executable_extensions; do
6449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6638 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6450 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" 6639 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6452 break 2 6641 break 2
6453 fi 6642 fi
6454 done 6643 done
6476 do 6665 do
6477 # Extract the first word of "$ac_prog", so it can be a program name with args. 6666 # Extract the first word of "$ac_prog", so it can be a program name with args.
6478 set dummy $ac_prog; ac_word=$2 6667 set dummy $ac_prog; ac_word=$2
6479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6480 $as_echo_n "checking for $ac_word... " >&6; } 6669 $as_echo_n "checking for $ac_word... " >&6; }
6481 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : 6670 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6482 $as_echo_n "(cached) " >&6 6671 $as_echo_n "(cached) " >&6
6483 else 6672 else
6484 if test -n "$ac_ct_DUMPBIN"; then 6673 if test -n "$ac_ct_DUMPBIN"; then
6485 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. 6674 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6486 else 6675 else
6488 for as_dir in $PATH 6677 for as_dir in $PATH
6489 do 6678 do
6490 IFS=$as_save_IFS 6679 IFS=$as_save_IFS
6491 test -z "$as_dir" && as_dir=. 6680 test -z "$as_dir" && as_dir=.
6492 for ac_exec_ext in '' $ac_executable_extensions; do 6681 for ac_exec_ext in '' $ac_executable_extensions; do
6493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6682 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6494 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" 6683 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6496 break 2 6685 break 2
6497 fi 6686 fi
6498 done 6687 done
6548 6737
6549 6738
6550 6739
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 6740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6552 $as_echo_n "checking the name lister ($NM) interface... " >&6; } 6741 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6553 if test "${lt_cv_nm_interface+set}" = set; then : 6742 if ${lt_cv_nm_interface+:} false; then :
6554 $as_echo_n "(cached) " >&6 6743 $as_echo_n "(cached) " >&6
6555 else 6744 else
6556 lt_cv_nm_interface="BSD nm" 6745 lt_cv_nm_interface="BSD nm"
6557 echo "int some_variable = 0;" > conftest.$ac_ext 6746 echo "int some_variable = 0;" > conftest.$ac_ext
6558 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) 6747 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6583 fi 6772 fi
6584 6773
6585 # find the maximum length of command line arguments 6774 # find the maximum length of command line arguments
6586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 6775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6587 $as_echo_n "checking the maximum length of command line arguments... " >&6; } 6776 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6588 if test "${lt_cv_sys_max_cmd_len+set}" = set; then : 6777 if ${lt_cv_sys_max_cmd_len+:} false; then :
6589 $as_echo_n "(cached) " >&6 6778 $as_echo_n "(cached) " >&6
6590 else 6779 else
6591 i=0 6780 i=0
6592 teststring="ABCD" 6781 teststring="ABCD"
6593 6782
6780 6969
6781 6970
6782 6971
6783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 6972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6784 $as_echo_n "checking for $LD option to reload object files... " >&6; } 6973 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6785 if test "${lt_cv_ld_reload_flag+set}" = set; then : 6974 if ${lt_cv_ld_reload_flag+:} false; then :
6786 $as_echo_n "(cached) " >&6 6975 $as_echo_n "(cached) " >&6
6787 else 6976 else
6788 lt_cv_ld_reload_flag='-r' 6977 lt_cv_ld_reload_flag='-r'
6789 fi 6978 fi
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 6979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6816 if test -n "$ac_tool_prefix"; then 7005 if test -n "$ac_tool_prefix"; then
6817 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. 7006 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6818 set dummy ${ac_tool_prefix}objdump; ac_word=$2 7007 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6820 $as_echo_n "checking for $ac_word... " >&6; } 7009 $as_echo_n "checking for $ac_word... " >&6; }
6821 if test "${ac_cv_prog_OBJDUMP+set}" = set; then : 7010 if ${ac_cv_prog_OBJDUMP+:} false; then :
6822 $as_echo_n "(cached) " >&6 7011 $as_echo_n "(cached) " >&6
6823 else 7012 else
6824 if test -n "$OBJDUMP"; then 7013 if test -n "$OBJDUMP"; then
6825 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. 7014 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6826 else 7015 else
6828 for as_dir in $PATH 7017 for as_dir in $PATH
6829 do 7018 do
6830 IFS=$as_save_IFS 7019 IFS=$as_save_IFS
6831 test -z "$as_dir" && as_dir=. 7020 test -z "$as_dir" && as_dir=.
6832 for ac_exec_ext in '' $ac_executable_extensions; do 7021 for ac_exec_ext in '' $ac_executable_extensions; do
6833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7022 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6834 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" 7023 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6836 break 2 7025 break 2
6837 fi 7026 fi
6838 done 7027 done
6856 ac_ct_OBJDUMP=$OBJDUMP 7045 ac_ct_OBJDUMP=$OBJDUMP
6857 # Extract the first word of "objdump", so it can be a program name with args. 7046 # Extract the first word of "objdump", so it can be a program name with args.
6858 set dummy objdump; ac_word=$2 7047 set dummy objdump; ac_word=$2
6859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6860 $as_echo_n "checking for $ac_word... " >&6; } 7049 $as_echo_n "checking for $ac_word... " >&6; }
6861 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : 7050 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6862 $as_echo_n "(cached) " >&6 7051 $as_echo_n "(cached) " >&6
6863 else 7052 else
6864 if test -n "$ac_ct_OBJDUMP"; then 7053 if test -n "$ac_ct_OBJDUMP"; then
6865 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. 7054 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6866 else 7055 else
6868 for as_dir in $PATH 7057 for as_dir in $PATH
6869 do 7058 do
6870 IFS=$as_save_IFS 7059 IFS=$as_save_IFS
6871 test -z "$as_dir" && as_dir=. 7060 test -z "$as_dir" && as_dir=.
6872 for ac_exec_ext in '' $ac_executable_extensions; do 7061 for ac_exec_ext in '' $ac_executable_extensions; do
6873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7062 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6874 ac_cv_prog_ac_ct_OBJDUMP="objdump" 7063 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6876 break 2 7065 break 2
6877 fi 7066 fi
6878 done 7067 done
6915 7104
6916 7105
6917 7106
6918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 7107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6919 $as_echo_n "checking how to recognize dependent libraries... " >&6; } 7108 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6920 if test "${lt_cv_deplibs_check_method+set}" = set; then : 7109 if ${lt_cv_deplibs_check_method+:} false; then :
6921 $as_echo_n "(cached) " >&6 7110 $as_echo_n "(cached) " >&6
6922 else 7111 else
6923 lt_cv_file_magic_cmd='$MAGIC_CMD' 7112 lt_cv_file_magic_cmd='$MAGIC_CMD'
6924 lt_cv_file_magic_test_file= 7113 lt_cv_file_magic_test_file=
6925 lt_cv_deplibs_check_method='unknown' 7114 lt_cv_deplibs_check_method='unknown'
7035 esac 7224 esac
7036 lt_cv_deplibs_check_method=pass_all 7225 lt_cv_deplibs_check_method=pass_all
7037 ;; 7226 ;;
7038 7227
7039 # This must be Linux ELF. 7228 # This must be Linux ELF.
7040 linux* | k*bsd*-gnu | kopensolaris*-gnu) 7229 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
7041 lt_cv_deplibs_check_method=pass_all 7230 lt_cv_deplibs_check_method=pass_all
7042 ;; 7231 ;;
7043 7232
7044 netbsd*) 7233 netbsd*)
7045 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then 7234 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
7136 if test -n "$ac_tool_prefix"; then 7325 if test -n "$ac_tool_prefix"; then
7137 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 7326 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7138 set dummy ${ac_tool_prefix}ar; ac_word=$2 7327 set dummy ${ac_tool_prefix}ar; ac_word=$2
7139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7140 $as_echo_n "checking for $ac_word... " >&6; } 7329 $as_echo_n "checking for $ac_word... " >&6; }
7141 if test "${ac_cv_prog_AR+set}" = set; then : 7330 if ${ac_cv_prog_AR+:} false; then :
7142 $as_echo_n "(cached) " >&6 7331 $as_echo_n "(cached) " >&6
7143 else 7332 else
7144 if test -n "$AR"; then 7333 if test -n "$AR"; then
7145 ac_cv_prog_AR="$AR" # Let the user override the test. 7334 ac_cv_prog_AR="$AR" # Let the user override the test.
7146 else 7335 else
7148 for as_dir in $PATH 7337 for as_dir in $PATH
7149 do 7338 do
7150 IFS=$as_save_IFS 7339 IFS=$as_save_IFS
7151 test -z "$as_dir" && as_dir=. 7340 test -z "$as_dir" && as_dir=.
7152 for ac_exec_ext in '' $ac_executable_extensions; do 7341 for ac_exec_ext in '' $ac_executable_extensions; do
7153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7342 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7154 ac_cv_prog_AR="${ac_tool_prefix}ar" 7343 ac_cv_prog_AR="${ac_tool_prefix}ar"
7155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7156 break 2 7345 break 2
7157 fi 7346 fi
7158 done 7347 done
7176 ac_ct_AR=$AR 7365 ac_ct_AR=$AR
7177 # Extract the first word of "ar", so it can be a program name with args. 7366 # Extract the first word of "ar", so it can be a program name with args.
7178 set dummy ar; ac_word=$2 7367 set dummy ar; ac_word=$2
7179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7180 $as_echo_n "checking for $ac_word... " >&6; } 7369 $as_echo_n "checking for $ac_word... " >&6; }
7181 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : 7370 if ${ac_cv_prog_ac_ct_AR+:} false; then :
7182 $as_echo_n "(cached) " >&6 7371 $as_echo_n "(cached) " >&6
7183 else 7372 else
7184 if test -n "$ac_ct_AR"; then 7373 if test -n "$ac_ct_AR"; then
7185 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 7374 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
7186 else 7375 else
7188 for as_dir in $PATH 7377 for as_dir in $PATH
7189 do 7378 do
7190 IFS=$as_save_IFS 7379 IFS=$as_save_IFS
7191 test -z "$as_dir" && as_dir=. 7380 test -z "$as_dir" && as_dir=.
7192 for ac_exec_ext in '' $ac_executable_extensions; do 7381 for ac_exec_ext in '' $ac_executable_extensions; do
7193 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7382 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7194 ac_cv_prog_ac_ct_AR="ar" 7383 ac_cv_prog_ac_ct_AR="ar"
7195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7384 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7196 break 2 7385 break 2
7197 fi 7386 fi
7198 done 7387 done
7241 if test -n "$ac_tool_prefix"; then 7430 if test -n "$ac_tool_prefix"; then
7242 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 7431 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
7243 set dummy ${ac_tool_prefix}strip; ac_word=$2 7432 set dummy ${ac_tool_prefix}strip; ac_word=$2
7244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7245 $as_echo_n "checking for $ac_word... " >&6; } 7434 $as_echo_n "checking for $ac_word... " >&6; }
7246 if test "${ac_cv_prog_STRIP+set}" = set; then : 7435 if ${ac_cv_prog_STRIP+:} false; then :
7247 $as_echo_n "(cached) " >&6 7436 $as_echo_n "(cached) " >&6
7248 else 7437 else
7249 if test -n "$STRIP"; then 7438 if test -n "$STRIP"; then
7250 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 7439 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7251 else 7440 else
7253 for as_dir in $PATH 7442 for as_dir in $PATH
7254 do 7443 do
7255 IFS=$as_save_IFS 7444 IFS=$as_save_IFS
7256 test -z "$as_dir" && as_dir=. 7445 test -z "$as_dir" && as_dir=.
7257 for ac_exec_ext in '' $ac_executable_extensions; do 7446 for ac_exec_ext in '' $ac_executable_extensions; do
7258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7447 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7259 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 7448 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
7260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7261 break 2 7450 break 2
7262 fi 7451 fi
7263 done 7452 done
7281 ac_ct_STRIP=$STRIP 7470 ac_ct_STRIP=$STRIP
7282 # Extract the first word of "strip", so it can be a program name with args. 7471 # Extract the first word of "strip", so it can be a program name with args.
7283 set dummy strip; ac_word=$2 7472 set dummy strip; ac_word=$2
7284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7285 $as_echo_n "checking for $ac_word... " >&6; } 7474 $as_echo_n "checking for $ac_word... " >&6; }
7286 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 7475 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
7287 $as_echo_n "(cached) " >&6 7476 $as_echo_n "(cached) " >&6
7288 else 7477 else
7289 if test -n "$ac_ct_STRIP"; then 7478 if test -n "$ac_ct_STRIP"; then
7290 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 7479 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
7291 else 7480 else
7293 for as_dir in $PATH 7482 for as_dir in $PATH
7294 do 7483 do
7295 IFS=$as_save_IFS 7484 IFS=$as_save_IFS
7296 test -z "$as_dir" && as_dir=. 7485 test -z "$as_dir" && as_dir=.
7297 for ac_exec_ext in '' $ac_executable_extensions; do 7486 for ac_exec_ext in '' $ac_executable_extensions; do
7298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7487 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7299 ac_cv_prog_ac_ct_STRIP="strip" 7488 ac_cv_prog_ac_ct_STRIP="strip"
7300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7301 break 2 7490 break 2
7302 fi 7491 fi
7303 done 7492 done
7340 if test -n "$ac_tool_prefix"; then 7529 if test -n "$ac_tool_prefix"; then
7341 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 7530 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7342 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 7531 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7344 $as_echo_n "checking for $ac_word... " >&6; } 7533 $as_echo_n "checking for $ac_word... " >&6; }
7345 if test "${ac_cv_prog_RANLIB+set}" = set; then : 7534 if ${ac_cv_prog_RANLIB+:} false; then :
7346 $as_echo_n "(cached) " >&6 7535 $as_echo_n "(cached) " >&6
7347 else 7536 else
7348 if test -n "$RANLIB"; then 7537 if test -n "$RANLIB"; then
7349 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 7538 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7350 else 7539 else
7352 for as_dir in $PATH 7541 for as_dir in $PATH
7353 do 7542 do
7354 IFS=$as_save_IFS 7543 IFS=$as_save_IFS
7355 test -z "$as_dir" && as_dir=. 7544 test -z "$as_dir" && as_dir=.
7356 for ac_exec_ext in '' $ac_executable_extensions; do 7545 for ac_exec_ext in '' $ac_executable_extensions; do
7357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7546 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7358 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 7547 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7360 break 2 7549 break 2
7361 fi 7550 fi
7362 done 7551 done
7380 ac_ct_RANLIB=$RANLIB 7569 ac_ct_RANLIB=$RANLIB
7381 # Extract the first word of "ranlib", so it can be a program name with args. 7570 # Extract the first word of "ranlib", so it can be a program name with args.
7382 set dummy ranlib; ac_word=$2 7571 set dummy ranlib; ac_word=$2
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7384 $as_echo_n "checking for $ac_word... " >&6; } 7573 $as_echo_n "checking for $ac_word... " >&6; }
7385 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 7574 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
7386 $as_echo_n "(cached) " >&6 7575 $as_echo_n "(cached) " >&6
7387 else 7576 else
7388 if test -n "$ac_ct_RANLIB"; then 7577 if test -n "$ac_ct_RANLIB"; then
7389 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 7578 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7390 else 7579 else
7392 for as_dir in $PATH 7581 for as_dir in $PATH
7393 do 7582 do
7394 IFS=$as_save_IFS 7583 IFS=$as_save_IFS
7395 test -z "$as_dir" && as_dir=. 7584 test -z "$as_dir" && as_dir=.
7396 for ac_exec_ext in '' $ac_executable_extensions; do 7585 for ac_exec_ext in '' $ac_executable_extensions; do
7397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7586 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7398 ac_cv_prog_ac_ct_RANLIB="ranlib" 7587 ac_cv_prog_ac_ct_RANLIB="ranlib"
7399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7400 break 2 7589 break 2
7401 fi 7590 fi
7402 done 7591 done
7509 7698
7510 7699
7511 # Check for command to grab the raw symbol name followed by C symbol from nm. 7700 # Check for command to grab the raw symbol name followed by C symbol from nm.
7512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 7701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7513 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } 7702 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7514 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : 7703 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7515 $as_echo_n "(cached) " >&6 7704 $as_echo_n "(cached) " >&6
7516 else 7705 else
7517 7706
7518 # These are sane defaults that work on at least a few old systems. 7707 # These are sane defaults that work on at least a few old systems.
7519 # [They come from Ultrix. What could be older than Ultrix?!! ;)] 7708 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7893 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 8082 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7894 SAVE_CFLAGS="$CFLAGS" 8083 SAVE_CFLAGS="$CFLAGS"
7895 CFLAGS="$CFLAGS -belf" 8084 CFLAGS="$CFLAGS -belf"
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 8085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7897 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } 8086 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7898 if test "${lt_cv_cc_needs_belf+set}" = set; then : 8087 if ${lt_cv_cc_needs_belf+:} false; then :
7899 $as_echo_n "(cached) " >&6 8088 $as_echo_n "(cached) " >&6
7900 else 8089 else
7901 ac_ext=c 8090 ac_ext=c
7902 ac_cpp='$CPP $CPPFLAGS' 8091 ac_cpp='$CPP $CPPFLAGS'
7903 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 8092 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7969 if test -n "$ac_tool_prefix"; then 8158 if test -n "$ac_tool_prefix"; then
7970 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. 8159 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7971 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 8160 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7973 $as_echo_n "checking for $ac_word... " >&6; } 8162 $as_echo_n "checking for $ac_word... " >&6; }
7974 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : 8163 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7975 $as_echo_n "(cached) " >&6 8164 $as_echo_n "(cached) " >&6
7976 else 8165 else
7977 if test -n "$DSYMUTIL"; then 8166 if test -n "$DSYMUTIL"; then
7978 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. 8167 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7979 else 8168 else
7981 for as_dir in $PATH 8170 for as_dir in $PATH
7982 do 8171 do
7983 IFS=$as_save_IFS 8172 IFS=$as_save_IFS
7984 test -z "$as_dir" && as_dir=. 8173 test -z "$as_dir" && as_dir=.
7985 for ac_exec_ext in '' $ac_executable_extensions; do 8174 for ac_exec_ext in '' $ac_executable_extensions; do
7986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8175 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7987 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" 8176 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7989 break 2 8178 break 2
7990 fi 8179 fi
7991 done 8180 done
8009 ac_ct_DSYMUTIL=$DSYMUTIL 8198 ac_ct_DSYMUTIL=$DSYMUTIL
8010 # Extract the first word of "dsymutil", so it can be a program name with args. 8199 # Extract the first word of "dsymutil", so it can be a program name with args.
8011 set dummy dsymutil; ac_word=$2 8200 set dummy dsymutil; ac_word=$2
8012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8013 $as_echo_n "checking for $ac_word... " >&6; } 8202 $as_echo_n "checking for $ac_word... " >&6; }
8014 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : 8203 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
8015 $as_echo_n "(cached) " >&6 8204 $as_echo_n "(cached) " >&6
8016 else 8205 else
8017 if test -n "$ac_ct_DSYMUTIL"; then 8206 if test -n "$ac_ct_DSYMUTIL"; then
8018 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. 8207 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
8019 else 8208 else
8021 for as_dir in $PATH 8210 for as_dir in $PATH
8022 do 8211 do
8023 IFS=$as_save_IFS 8212 IFS=$as_save_IFS
8024 test -z "$as_dir" && as_dir=. 8213 test -z "$as_dir" && as_dir=.
8025 for ac_exec_ext in '' $ac_executable_extensions; do 8214 for ac_exec_ext in '' $ac_executable_extensions; do
8026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8215 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8027 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" 8216 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
8028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8029 break 2 8218 break 2
8030 fi 8219 fi
8031 done 8220 done
8061 if test -n "$ac_tool_prefix"; then 8250 if test -n "$ac_tool_prefix"; then
8062 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. 8251 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
8063 set dummy ${ac_tool_prefix}nmedit; ac_word=$2 8252 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8065 $as_echo_n "checking for $ac_word... " >&6; } 8254 $as_echo_n "checking for $ac_word... " >&6; }
8066 if test "${ac_cv_prog_NMEDIT+set}" = set; then : 8255 if ${ac_cv_prog_NMEDIT+:} false; then :
8067 $as_echo_n "(cached) " >&6 8256 $as_echo_n "(cached) " >&6
8068 else 8257 else
8069 if test -n "$NMEDIT"; then 8258 if test -n "$NMEDIT"; then
8070 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. 8259 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
8071 else 8260 else
8073 for as_dir in $PATH 8262 for as_dir in $PATH
8074 do 8263 do
8075 IFS=$as_save_IFS 8264 IFS=$as_save_IFS
8076 test -z "$as_dir" && as_dir=. 8265 test -z "$as_dir" && as_dir=.
8077 for ac_exec_ext in '' $ac_executable_extensions; do 8266 for ac_exec_ext in '' $ac_executable_extensions; do
8078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8267 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8079 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" 8268 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
8080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8081 break 2 8270 break 2
8082 fi 8271 fi
8083 done 8272 done
8101 ac_ct_NMEDIT=$NMEDIT 8290 ac_ct_NMEDIT=$NMEDIT
8102 # Extract the first word of "nmedit", so it can be a program name with args. 8291 # Extract the first word of "nmedit", so it can be a program name with args.
8103 set dummy nmedit; ac_word=$2 8292 set dummy nmedit; ac_word=$2
8104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8105 $as_echo_n "checking for $ac_word... " >&6; } 8294 $as_echo_n "checking for $ac_word... " >&6; }
8106 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : 8295 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
8107 $as_echo_n "(cached) " >&6 8296 $as_echo_n "(cached) " >&6
8108 else 8297 else
8109 if test -n "$ac_ct_NMEDIT"; then 8298 if test -n "$ac_ct_NMEDIT"; then
8110 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. 8299 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
8111 else 8300 else
8113 for as_dir in $PATH 8302 for as_dir in $PATH
8114 do 8303 do
8115 IFS=$as_save_IFS 8304 IFS=$as_save_IFS
8116 test -z "$as_dir" && as_dir=. 8305 test -z "$as_dir" && as_dir=.
8117 for ac_exec_ext in '' $ac_executable_extensions; do 8306 for ac_exec_ext in '' $ac_executable_extensions; do
8118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8307 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8119 ac_cv_prog_ac_ct_NMEDIT="nmedit" 8308 ac_cv_prog_ac_ct_NMEDIT="nmedit"
8120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8309 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8121 break 2 8310 break 2
8122 fi 8311 fi
8123 done 8312 done
8153 if test -n "$ac_tool_prefix"; then 8342 if test -n "$ac_tool_prefix"; then
8154 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. 8343 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
8155 set dummy ${ac_tool_prefix}lipo; ac_word=$2 8344 set dummy ${ac_tool_prefix}lipo; ac_word=$2
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8157 $as_echo_n "checking for $ac_word... " >&6; } 8346 $as_echo_n "checking for $ac_word... " >&6; }
8158 if test "${ac_cv_prog_LIPO+set}" = set; then : 8347 if ${ac_cv_prog_LIPO+:} false; then :
8159 $as_echo_n "(cached) " >&6 8348 $as_echo_n "(cached) " >&6
8160 else 8349 else
8161 if test -n "$LIPO"; then 8350 if test -n "$LIPO"; then
8162 ac_cv_prog_LIPO="$LIPO" # Let the user override the test. 8351 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8163 else 8352 else
8165 for as_dir in $PATH 8354 for as_dir in $PATH
8166 do 8355 do
8167 IFS=$as_save_IFS 8356 IFS=$as_save_IFS
8168 test -z "$as_dir" && as_dir=. 8357 test -z "$as_dir" && as_dir=.
8169 for ac_exec_ext in '' $ac_executable_extensions; do 8358 for ac_exec_ext in '' $ac_executable_extensions; do
8170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8359 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8171 ac_cv_prog_LIPO="${ac_tool_prefix}lipo" 8360 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
8172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8361 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8173 break 2 8362 break 2
8174 fi 8363 fi
8175 done 8364 done
8193 ac_ct_LIPO=$LIPO 8382 ac_ct_LIPO=$LIPO
8194 # Extract the first word of "lipo", so it can be a program name with args. 8383 # Extract the first word of "lipo", so it can be a program name with args.
8195 set dummy lipo; ac_word=$2 8384 set dummy lipo; ac_word=$2
8196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8197 $as_echo_n "checking for $ac_word... " >&6; } 8386 $as_echo_n "checking for $ac_word... " >&6; }
8198 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : 8387 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
8199 $as_echo_n "(cached) " >&6 8388 $as_echo_n "(cached) " >&6
8200 else 8389 else
8201 if test -n "$ac_ct_LIPO"; then 8390 if test -n "$ac_ct_LIPO"; then
8202 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. 8391 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
8203 else 8392 else
8205 for as_dir in $PATH 8394 for as_dir in $PATH
8206 do 8395 do
8207 IFS=$as_save_IFS 8396 IFS=$as_save_IFS
8208 test -z "$as_dir" && as_dir=. 8397 test -z "$as_dir" && as_dir=.
8209 for ac_exec_ext in '' $ac_executable_extensions; do 8398 for ac_exec_ext in '' $ac_executable_extensions; do
8210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8399 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8211 ac_cv_prog_ac_ct_LIPO="lipo" 8400 ac_cv_prog_ac_ct_LIPO="lipo"
8212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8213 break 2 8402 break 2
8214 fi 8403 fi
8215 done 8404 done
8245 if test -n "$ac_tool_prefix"; then 8434 if test -n "$ac_tool_prefix"; then
8246 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. 8435 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
8247 set dummy ${ac_tool_prefix}otool; ac_word=$2 8436 set dummy ${ac_tool_prefix}otool; ac_word=$2
8248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8249 $as_echo_n "checking for $ac_word... " >&6; } 8438 $as_echo_n "checking for $ac_word... " >&6; }
8250 if test "${ac_cv_prog_OTOOL+set}" = set; then : 8439 if ${ac_cv_prog_OTOOL+:} false; then :
8251 $as_echo_n "(cached) " >&6 8440 $as_echo_n "(cached) " >&6
8252 else 8441 else
8253 if test -n "$OTOOL"; then 8442 if test -n "$OTOOL"; then
8254 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. 8443 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
8255 else 8444 else
8257 for as_dir in $PATH 8446 for as_dir in $PATH
8258 do 8447 do
8259 IFS=$as_save_IFS 8448 IFS=$as_save_IFS
8260 test -z "$as_dir" && as_dir=. 8449 test -z "$as_dir" && as_dir=.
8261 for ac_exec_ext in '' $ac_executable_extensions; do 8450 for ac_exec_ext in '' $ac_executable_extensions; do
8262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8451 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8263 ac_cv_prog_OTOOL="${ac_tool_prefix}otool" 8452 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
8264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8265 break 2 8454 break 2
8266 fi 8455 fi
8267 done 8456 done
8285 ac_ct_OTOOL=$OTOOL 8474 ac_ct_OTOOL=$OTOOL
8286 # Extract the first word of "otool", so it can be a program name with args. 8475 # Extract the first word of "otool", so it can be a program name with args.
8287 set dummy otool; ac_word=$2 8476 set dummy otool; ac_word=$2
8288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8289 $as_echo_n "checking for $ac_word... " >&6; } 8478 $as_echo_n "checking for $ac_word... " >&6; }
8290 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : 8479 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
8291 $as_echo_n "(cached) " >&6 8480 $as_echo_n "(cached) " >&6
8292 else 8481 else
8293 if test -n "$ac_ct_OTOOL"; then 8482 if test -n "$ac_ct_OTOOL"; then
8294 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. 8483 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8295 else 8484 else
8297 for as_dir in $PATH 8486 for as_dir in $PATH
8298 do 8487 do
8299 IFS=$as_save_IFS 8488 IFS=$as_save_IFS
8300 test -z "$as_dir" && as_dir=. 8489 test -z "$as_dir" && as_dir=.
8301 for ac_exec_ext in '' $ac_executable_extensions; do 8490 for ac_exec_ext in '' $ac_executable_extensions; do
8302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8491 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8303 ac_cv_prog_ac_ct_OTOOL="otool" 8492 ac_cv_prog_ac_ct_OTOOL="otool"
8304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8305 break 2 8494 break 2
8306 fi 8495 fi
8307 done 8496 done
8337 if test -n "$ac_tool_prefix"; then 8526 if test -n "$ac_tool_prefix"; then
8338 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. 8527 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8339 set dummy ${ac_tool_prefix}otool64; ac_word=$2 8528 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8341 $as_echo_n "checking for $ac_word... " >&6; } 8530 $as_echo_n "checking for $ac_word... " >&6; }
8342 if test "${ac_cv_prog_OTOOL64+set}" = set; then : 8531 if ${ac_cv_prog_OTOOL64+:} false; then :
8343 $as_echo_n "(cached) " >&6 8532 $as_echo_n "(cached) " >&6
8344 else 8533 else
8345 if test -n "$OTOOL64"; then 8534 if test -n "$OTOOL64"; then
8346 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. 8535 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8347 else 8536 else
8349 for as_dir in $PATH 8538 for as_dir in $PATH
8350 do 8539 do
8351 IFS=$as_save_IFS 8540 IFS=$as_save_IFS
8352 test -z "$as_dir" && as_dir=. 8541 test -z "$as_dir" && as_dir=.
8353 for ac_exec_ext in '' $ac_executable_extensions; do 8542 for ac_exec_ext in '' $ac_executable_extensions; do
8354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8543 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8355 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" 8544 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8357 break 2 8546 break 2
8358 fi 8547 fi
8359 done 8548 done
8377 ac_ct_OTOOL64=$OTOOL64 8566 ac_ct_OTOOL64=$OTOOL64
8378 # Extract the first word of "otool64", so it can be a program name with args. 8567 # Extract the first word of "otool64", so it can be a program name with args.
8379 set dummy otool64; ac_word=$2 8568 set dummy otool64; ac_word=$2
8380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8381 $as_echo_n "checking for $ac_word... " >&6; } 8570 $as_echo_n "checking for $ac_word... " >&6; }
8382 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : 8571 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
8383 $as_echo_n "(cached) " >&6 8572 $as_echo_n "(cached) " >&6
8384 else 8573 else
8385 if test -n "$ac_ct_OTOOL64"; then 8574 if test -n "$ac_ct_OTOOL64"; then
8386 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. 8575 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8387 else 8576 else
8389 for as_dir in $PATH 8578 for as_dir in $PATH
8390 do 8579 do
8391 IFS=$as_save_IFS 8580 IFS=$as_save_IFS
8392 test -z "$as_dir" && as_dir=. 8581 test -z "$as_dir" && as_dir=.
8393 for ac_exec_ext in '' $ac_executable_extensions; do 8582 for ac_exec_ext in '' $ac_executable_extensions; do
8394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8583 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8395 ac_cv_prog_ac_ct_OTOOL64="otool64" 8584 ac_cv_prog_ac_ct_OTOOL64="otool64"
8396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8397 break 2 8586 break 2
8398 fi 8587 fi
8399 done 8588 done
8452 8641
8453 8642
8454 8643
8455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 8644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8456 $as_echo_n "checking for -single_module linker flag... " >&6; } 8645 $as_echo_n "checking for -single_module linker flag... " >&6; }
8457 if test "${lt_cv_apple_cc_single_mod+set}" = set; then : 8646 if ${lt_cv_apple_cc_single_mod+:} false; then :
8458 $as_echo_n "(cached) " >&6 8647 $as_echo_n "(cached) " >&6
8459 else 8648 else
8460 lt_cv_apple_cc_single_mod=no 8649 lt_cv_apple_cc_single_mod=no
8461 if test -z "${LT_MULTI_MODULE}"; then 8650 if test -z "${LT_MULTI_MODULE}"; then
8462 # By default we will add the -single_module flag. You can override 8651 # By default we will add the -single_module flag. You can override
8481 fi 8670 fi
8482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 8671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8483 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } 8672 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 8673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8485 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } 8674 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8486 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : 8675 if ${lt_cv_ld_exported_symbols_list+:} false; then :
8487 $as_echo_n "(cached) " >&6 8676 $as_echo_n "(cached) " >&6
8488 else 8677 else
8489 lt_cv_ld_exported_symbols_list=no 8678 lt_cv_ld_exported_symbols_list=no
8490 save_LDFLAGS=$LDFLAGS 8679 save_LDFLAGS=$LDFLAGS
8491 echo "_main" > conftest.sym 8680 echo "_main" > conftest.sym
8513 fi 8702 fi
8514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 8703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8515 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } 8704 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 8705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8517 $as_echo_n "checking for -force_load linker flag... " >&6; } 8706 $as_echo_n "checking for -force_load linker flag... " >&6; }
8518 if test "${lt_cv_ld_force_load+set}" = set; then : 8707 if ${lt_cv_ld_force_load+:} false; then :
8519 $as_echo_n "(cached) " >&6 8708 $as_echo_n "(cached) " >&6
8520 else 8709 else
8521 lt_cv_ld_force_load=no 8710 lt_cv_ld_force_load=no
8522 cat > conftest.c << _LT_EOF 8711 cat > conftest.c << _LT_EOF
8523 int forced_loaded() { return 2;} 8712 int forced_loaded() { return 2;}
8580 8769
8581 for ac_header in dlfcn.h 8770 for ac_header in dlfcn.h
8582 do : 8771 do :
8583 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default 8772 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8584 " 8773 "
8585 if test "x$ac_cv_header_dlfcn_h" = x""yes; then : 8774 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8586 cat >>confdefs.h <<_ACEOF 8775 cat >>confdefs.h <<_ACEOF
8587 #define HAVE_DLFCN_H 1 8776 #define HAVE_DLFCN_H 1
8588 _ACEOF 8777 _ACEOF
8589 8778
8590 fi 8779 fi
8766 setopt NO_GLOB_SUBST 8955 setopt NO_GLOB_SUBST
8767 fi 8956 fi
8768 8957
8769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 8958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8770 $as_echo_n "checking for objdir... " >&6; } 8959 $as_echo_n "checking for objdir... " >&6; }
8771 if test "${lt_cv_objdir+set}" = set; then : 8960 if ${lt_cv_objdir+:} false; then :
8772 $as_echo_n "(cached) " >&6 8961 $as_echo_n "(cached) " >&6
8773 else 8962 else
8774 rm -f .libs 2>/dev/null 8963 rm -f .libs 2>/dev/null
8775 mkdir .libs 2>/dev/null 8964 mkdir .libs 2>/dev/null
8776 if test -d .libs; then 8965 if test -d .libs; then
8844 case $deplibs_check_method in 9033 case $deplibs_check_method in
8845 file_magic*) 9034 file_magic*)
8846 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 9035 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 9036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8848 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } 9037 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8849 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : 9038 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8850 $as_echo_n "(cached) " >&6 9039 $as_echo_n "(cached) " >&6
8851 else 9040 else
8852 case $MAGIC_CMD in 9041 case $MAGIC_CMD in
8853 [\\/*] | ?:[\\/]*) 9042 [\\/*] | ?:[\\/]*)
8854 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 9043 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8910 9099
8911 if test -z "$lt_cv_path_MAGIC_CMD"; then 9100 if test -z "$lt_cv_path_MAGIC_CMD"; then
8912 if test -n "$ac_tool_prefix"; then 9101 if test -n "$ac_tool_prefix"; then
8913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 9102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8914 $as_echo_n "checking for file... " >&6; } 9103 $as_echo_n "checking for file... " >&6; }
8915 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : 9104 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8916 $as_echo_n "(cached) " >&6 9105 $as_echo_n "(cached) " >&6
8917 else 9106 else
8918 case $MAGIC_CMD in 9107 case $MAGIC_CMD in
8919 [\\/*] | ?:[\\/]*) 9108 [\\/*] | ?:[\\/]*)
8920 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 9109 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9052 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; 9241 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9053 esac 9242 esac
9054 9243
9055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 9244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9056 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } 9245 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9057 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : 9246 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
9058 $as_echo_n "(cached) " >&6 9247 $as_echo_n "(cached) " >&6
9059 else 9248 else
9060 lt_cv_prog_compiler_rtti_exceptions=no 9249 lt_cv_prog_compiler_rtti_exceptions=no
9061 ac_outfile=conftest.$ac_objext 9250 ac_outfile=conftest.$ac_objext
9062 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 9251 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9405 # Check to make sure the PIC flag actually works. 9594 # Check to make sure the PIC flag actually works.
9406 # 9595 #
9407 if test -n "$lt_prog_compiler_pic"; then 9596 if test -n "$lt_prog_compiler_pic"; then
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 9597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9409 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } 9598 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9410 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : 9599 if ${lt_cv_prog_compiler_pic_works+:} false; then :
9411 $as_echo_n "(cached) " >&6 9600 $as_echo_n "(cached) " >&6
9412 else 9601 else
9413 lt_cv_prog_compiler_pic_works=no 9602 lt_cv_prog_compiler_pic_works=no
9414 ac_outfile=conftest.$ac_objext 9603 ac_outfile=conftest.$ac_objext
9415 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 9604 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9464 # Check to make sure the static flag actually works. 9653 # Check to make sure the static flag actually works.
9465 # 9654 #
9466 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" 9655 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 9656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9468 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 9657 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9469 if test "${lt_cv_prog_compiler_static_works+set}" = set; then : 9658 if ${lt_cv_prog_compiler_static_works+:} false; then :
9470 $as_echo_n "(cached) " >&6 9659 $as_echo_n "(cached) " >&6
9471 else 9660 else
9472 lt_cv_prog_compiler_static_works=no 9661 lt_cv_prog_compiler_static_works=no
9473 save_LDFLAGS="$LDFLAGS" 9662 save_LDFLAGS="$LDFLAGS"
9474 LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 9663 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9507 9696
9508 9697
9509 9698
9510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 9699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9511 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 9700 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9512 if test "${lt_cv_prog_compiler_c_o+set}" = set; then : 9701 if ${lt_cv_prog_compiler_c_o+:} false; then :
9513 $as_echo_n "(cached) " >&6 9702 $as_echo_n "(cached) " >&6
9514 else 9703 else
9515 lt_cv_prog_compiler_c_o=no 9704 lt_cv_prog_compiler_c_o=no
9516 $RM -r conftest 2>/dev/null 9705 $RM -r conftest 2>/dev/null
9517 mkdir conftest 9706 mkdir conftest
9562 9751
9563 9752
9564 9753
9565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 9754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9566 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 9755 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9567 if test "${lt_cv_prog_compiler_c_o+set}" = set; then : 9756 if ${lt_cv_prog_compiler_c_o+:} false; then :
9568 $as_echo_n "(cached) " >&6 9757 $as_echo_n "(cached) " >&6
9569 else 9758 else
9570 lt_cv_prog_compiler_c_o=no 9759 lt_cv_prog_compiler_c_o=no
9571 $RM -r conftest 2>/dev/null 9760 $RM -r conftest 2>/dev/null
9572 mkdir conftest 9761 mkdir conftest
9846 # time. Moving up from 0x10000000 also allows more sbrk(2) space. 10035 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9847 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 10036 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9848 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' 10037 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'
9849 ;; 10038 ;;
9850 10039
9851 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) 10040 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
9852 tmp_diet=no 10041 tmp_diet=no
9853 if test "$host_os" = linux-dietlibc; then 10042 if test "$host_os" = linux-dietlibc; then
9854 case $cc_basename in 10043 case $cc_basename in
9855 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) 10044 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9856 esac 10045 esac
10378 10567
10379 # Older versions of the 11.00 compiler do not understand -b yet 10568 # Older versions of the 11.00 compiler do not understand -b yet
10380 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) 10569 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 10570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10382 $as_echo_n "checking if $CC understands -b... " >&6; } 10571 $as_echo_n "checking if $CC understands -b... " >&6; }
10383 if test "${lt_cv_prog_compiler__b+set}" = set; then : 10572 if ${lt_cv_prog_compiler__b+:} false; then :
10384 $as_echo_n "(cached) " >&6 10573 $as_echo_n "(cached) " >&6
10385 else 10574 else
10386 lt_cv_prog_compiler__b=no 10575 lt_cv_prog_compiler__b=no
10387 save_LDFLAGS="$LDFLAGS" 10576 save_LDFLAGS="$LDFLAGS"
10388 LDFLAGS="$LDFLAGS -b" 10577 LDFLAGS="$LDFLAGS -b"
10750 # Test whether the compiler implicitly links with -lc since on some 10939 # Test whether the compiler implicitly links with -lc since on some
10751 # systems, -lgcc has to come before -lc. If gcc already passes -lc 10940 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10752 # to ld, don't add -lc before -lgcc. 10941 # to ld, don't add -lc before -lgcc.
10753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 10942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10754 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } 10943 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10755 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then : 10944 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10756 $as_echo_n "(cached) " >&6 10945 $as_echo_n "(cached) " >&6
10757 else 10946 else
10758 $RM conftest* 10947 $RM conftest*
10759 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 10948 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10760 10949
11377 linux*oldld* | linux*aout* | linux*coff*) 11566 linux*oldld* | linux*aout* | linux*coff*)
11378 dynamic_linker=no 11567 dynamic_linker=no
11379 ;; 11568 ;;
11380 11569
11381 # This must be Linux ELF. 11570 # This must be Linux ELF.
11382 linux* | k*bsd*-gnu | kopensolaris*-gnu) 11571
11572 # uclinux* changes (here and below) have been submitted to the libtool
11573 # project, but have not yet been accepted: they are GCC-local changes
11574 # for the time being. (See
11575 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
11576 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
11383 version_type=linux 11577 version_type=linux
11384 need_lib_prefix=no 11578 need_lib_prefix=no
11385 need_version=no 11579 need_version=no
11386 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 11580 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11387 soname_spec='${libname}${release}${shared_ext}$major' 11581 soname_spec='${libname}${release}${shared_ext}$major'
11388 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 11582 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11389 shlibpath_var=LD_LIBRARY_PATH 11583 shlibpath_var=LD_LIBRARY_PATH
11390 shlibpath_overrides_runpath=no 11584 shlibpath_overrides_runpath=no
11391 11585
11392 # Some binutils ld are patched to set DT_RUNPATH 11586 # Some binutils ld are patched to set DT_RUNPATH
11393 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then : 11587 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
11394 $as_echo_n "(cached) " >&6 11588 $as_echo_n "(cached) " >&6
11395 else 11589 else
11396 lt_cv_shlibpath_overrides_runpath=no 11590 lt_cv_shlibpath_overrides_runpath=no
11397 save_LDFLAGS=$LDFLAGS 11591 save_LDFLAGS=$LDFLAGS
11398 save_libdir=$libdir 11592 save_libdir=$libdir
11808 12002
11809 darwin*) 12003 darwin*)
11810 # if libdl is installed we need to link against it 12004 # if libdl is installed we need to link against it
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 12005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11812 $as_echo_n "checking for dlopen in -ldl... " >&6; } 12006 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11813 if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 12007 if ${ac_cv_lib_dl_dlopen+:} false; then :
11814 $as_echo_n "(cached) " >&6 12008 $as_echo_n "(cached) " >&6
11815 else 12009 else
11816 ac_check_lib_save_LIBS=$LIBS 12010 ac_check_lib_save_LIBS=$LIBS
11817 LIBS="-ldl $LIBS" 12011 LIBS="-ldl $LIBS"
11818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11842 conftest$ac_exeext conftest.$ac_ext 12036 conftest$ac_exeext conftest.$ac_ext
11843 LIBS=$ac_check_lib_save_LIBS 12037 LIBS=$ac_check_lib_save_LIBS
11844 fi 12038 fi
11845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 12039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11846 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 12040 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11847 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : 12041 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11848 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 12042 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11849 else 12043 else
11850 12044
11851 lt_cv_dlopen="dyld" 12045 lt_cv_dlopen="dyld"
11852 lt_cv_dlopen_libs= 12046 lt_cv_dlopen_libs=
11856 12050
11857 ;; 12051 ;;
11858 12052
11859 *) 12053 *)
11860 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" 12054 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11861 if test "x$ac_cv_func_shl_load" = x""yes; then : 12055 if test "x$ac_cv_func_shl_load" = xyes; then :
11862 lt_cv_dlopen="shl_load" 12056 lt_cv_dlopen="shl_load"
11863 else 12057 else
11864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 12058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11865 $as_echo_n "checking for shl_load in -ldld... " >&6; } 12059 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11866 if test "${ac_cv_lib_dld_shl_load+set}" = set; then : 12060 if ${ac_cv_lib_dld_shl_load+:} false; then :
11867 $as_echo_n "(cached) " >&6 12061 $as_echo_n "(cached) " >&6
11868 else 12062 else
11869 ac_check_lib_save_LIBS=$LIBS 12063 ac_check_lib_save_LIBS=$LIBS
11870 LIBS="-ldld $LIBS" 12064 LIBS="-ldld $LIBS"
11871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11895 conftest$ac_exeext conftest.$ac_ext 12089 conftest$ac_exeext conftest.$ac_ext
11896 LIBS=$ac_check_lib_save_LIBS 12090 LIBS=$ac_check_lib_save_LIBS
11897 fi 12091 fi
11898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 12092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11899 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 12093 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11900 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : 12094 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11901 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" 12095 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11902 else 12096 else
11903 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" 12097 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11904 if test "x$ac_cv_func_dlopen" = x""yes; then : 12098 if test "x$ac_cv_func_dlopen" = xyes; then :
11905 lt_cv_dlopen="dlopen" 12099 lt_cv_dlopen="dlopen"
11906 else 12100 else
11907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 12101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11908 $as_echo_n "checking for dlopen in -ldl... " >&6; } 12102 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11909 if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 12103 if ${ac_cv_lib_dl_dlopen+:} false; then :
11910 $as_echo_n "(cached) " >&6 12104 $as_echo_n "(cached) " >&6
11911 else 12105 else
11912 ac_check_lib_save_LIBS=$LIBS 12106 ac_check_lib_save_LIBS=$LIBS
11913 LIBS="-ldl $LIBS" 12107 LIBS="-ldl $LIBS"
11914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11938 conftest$ac_exeext conftest.$ac_ext 12132 conftest$ac_exeext conftest.$ac_ext
11939 LIBS=$ac_check_lib_save_LIBS 12133 LIBS=$ac_check_lib_save_LIBS
11940 fi 12134 fi
11941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 12135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11942 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 12136 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11943 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : 12137 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11944 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 12138 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11945 else 12139 else
11946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 12140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11947 $as_echo_n "checking for dlopen in -lsvld... " >&6; } 12141 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11948 if test "${ac_cv_lib_svld_dlopen+set}" = set; then : 12142 if ${ac_cv_lib_svld_dlopen+:} false; then :
11949 $as_echo_n "(cached) " >&6 12143 $as_echo_n "(cached) " >&6
11950 else 12144 else
11951 ac_check_lib_save_LIBS=$LIBS 12145 ac_check_lib_save_LIBS=$LIBS
11952 LIBS="-lsvld $LIBS" 12146 LIBS="-lsvld $LIBS"
11953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11977 conftest$ac_exeext conftest.$ac_ext 12171 conftest$ac_exeext conftest.$ac_ext
11978 LIBS=$ac_check_lib_save_LIBS 12172 LIBS=$ac_check_lib_save_LIBS
11979 fi 12173 fi
11980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 12174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11981 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } 12175 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11982 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then : 12176 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11983 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 12177 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11984 else 12178 else
11985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 12179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11986 $as_echo_n "checking for dld_link in -ldld... " >&6; } 12180 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11987 if test "${ac_cv_lib_dld_dld_link+set}" = set; then : 12181 if ${ac_cv_lib_dld_dld_link+:} false; then :
11988 $as_echo_n "(cached) " >&6 12182 $as_echo_n "(cached) " >&6
11989 else 12183 else
11990 ac_check_lib_save_LIBS=$LIBS 12184 ac_check_lib_save_LIBS=$LIBS
11991 LIBS="-ldld $LIBS" 12185 LIBS="-ldld $LIBS"
11992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12016 conftest$ac_exeext conftest.$ac_ext 12210 conftest$ac_exeext conftest.$ac_ext
12017 LIBS=$ac_check_lib_save_LIBS 12211 LIBS=$ac_check_lib_save_LIBS
12018 fi 12212 fi
12019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 12213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12020 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } 12214 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12021 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then : 12215 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
12022 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" 12216 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12023 fi 12217 fi
12024 12218
12025 12219
12026 fi 12220 fi
12057 save_LIBS="$LIBS" 12251 save_LIBS="$LIBS"
12058 LIBS="$lt_cv_dlopen_libs $LIBS" 12252 LIBS="$lt_cv_dlopen_libs $LIBS"
12059 12253
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 12254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12061 $as_echo_n "checking whether a program can dlopen itself... " >&6; } 12255 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12062 if test "${lt_cv_dlopen_self+set}" = set; then : 12256 if ${lt_cv_dlopen_self+:} false; then :
12063 $as_echo_n "(cached) " >&6 12257 $as_echo_n "(cached) " >&6
12064 else 12258 else
12065 if test "$cross_compiling" = yes; then : 12259 if test "$cross_compiling" = yes; then :
12066 lt_cv_dlopen_self=cross 12260 lt_cv_dlopen_self=cross
12067 else 12261 else
12068 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 12262 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12069 lt_status=$lt_dlunknown 12263 lt_status=$lt_dlunknown
12070 cat > conftest.$ac_ext <<_LT_EOF 12264 cat > conftest.$ac_ext <<_LT_EOF
12071 #line 12071 "configure" 12265 #line 12265 "configure"
12072 #include "confdefs.h" 12266 #include "confdefs.h"
12073 12267
12074 #if HAVE_DLFCN_H 12268 #if HAVE_DLFCN_H
12075 #include <dlfcn.h> 12269 #include <dlfcn.h>
12076 #endif 12270 #endif
12163 12357
12164 if test "x$lt_cv_dlopen_self" = xyes; then 12358 if test "x$lt_cv_dlopen_self" = xyes; then
12165 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" 12359 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 12360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12167 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } 12361 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12168 if test "${lt_cv_dlopen_self_static+set}" = set; then : 12362 if ${lt_cv_dlopen_self_static+:} false; then :
12169 $as_echo_n "(cached) " >&6 12363 $as_echo_n "(cached) " >&6
12170 else 12364 else
12171 if test "$cross_compiling" = yes; then : 12365 if test "$cross_compiling" = yes; then :
12172 lt_cv_dlopen_self_static=cross 12366 lt_cv_dlopen_self_static=cross
12173 else 12367 else
12174 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 12368 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12175 lt_status=$lt_dlunknown 12369 lt_status=$lt_dlunknown
12176 cat > conftest.$ac_ext <<_LT_EOF 12370 cat > conftest.$ac_ext <<_LT_EOF
12177 #line 12177 "configure" 12371 #line 12371 "configure"
12178 #include "confdefs.h" 12372 #include "confdefs.h"
12179 12373
12180 #if HAVE_DLFCN_H 12374 #if HAVE_DLFCN_H
12181 #include <dlfcn.h> 12375 #include <dlfcn.h>
12182 #endif 12376 #endif
12400 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 12594 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12401 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 12595 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 12596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
12403 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } 12597 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
12404 if test -z "$CXXCPP"; then 12598 if test -z "$CXXCPP"; then
12405 if test "${ac_cv_prog_CXXCPP+set}" = set; then : 12599 if ${ac_cv_prog_CXXCPP+:} false; then :
12406 $as_echo_n "(cached) " >&6 12600 $as_echo_n "(cached) " >&6
12407 else 12601 else
12408 # Double quotes because CXXCPP needs to be expanded 12602 # Double quotes because CXXCPP needs to be expanded
12409 for CXXCPP in "$CXX -E" "/lib/cpp" 12603 for CXXCPP in "$CXX -E" "/lib/cpp"
12410 do 12604 do
12430 12624
12431 else 12625 else
12432 # Broken: fails on valid input. 12626 # Broken: fails on valid input.
12433 continue 12627 continue
12434 fi 12628 fi
12435 rm -f conftest.err conftest.$ac_ext 12629 rm -f conftest.err conftest.i conftest.$ac_ext
12436 12630
12437 # OK, works on sane cases. Now check whether nonexistent headers 12631 # OK, works on sane cases. Now check whether nonexistent headers
12438 # can be detected and how. 12632 # can be detected and how.
12439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12440 /* end confdefs.h. */ 12634 /* end confdefs.h. */
12446 else 12640 else
12447 # Passes both tests. 12641 # Passes both tests.
12448 ac_preproc_ok=: 12642 ac_preproc_ok=:
12449 break 12643 break
12450 fi 12644 fi
12451 rm -f conftest.err conftest.$ac_ext 12645 rm -f conftest.err conftest.i conftest.$ac_ext
12452 12646
12453 done 12647 done
12454 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 12648 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12455 rm -f conftest.err conftest.$ac_ext 12649 rm -f conftest.i conftest.err conftest.$ac_ext
12456 if $ac_preproc_ok; then : 12650 if $ac_preproc_ok; then :
12457 break 12651 break
12458 fi 12652 fi
12459 12653
12460 done 12654 done
12489 12683
12490 else 12684 else
12491 # Broken: fails on valid input. 12685 # Broken: fails on valid input.
12492 continue 12686 continue
12493 fi 12687 fi
12494 rm -f conftest.err conftest.$ac_ext 12688 rm -f conftest.err conftest.i conftest.$ac_ext
12495 12689
12496 # OK, works on sane cases. Now check whether nonexistent headers 12690 # OK, works on sane cases. Now check whether nonexistent headers
12497 # can be detected and how. 12691 # can be detected and how.
12498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12499 /* end confdefs.h. */ 12693 /* end confdefs.h. */
12505 else 12699 else
12506 # Passes both tests. 12700 # Passes both tests.
12507 ac_preproc_ok=: 12701 ac_preproc_ok=:
12508 break 12702 break
12509 fi 12703 fi
12510 rm -f conftest.err conftest.$ac_ext 12704 rm -f conftest.err conftest.i conftest.$ac_ext
12511 12705
12512 done 12706 done
12513 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 12707 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12514 rm -f conftest.err conftest.$ac_ext 12708 rm -f conftest.i conftest.err conftest.$ac_ext
12515 if $ac_preproc_ok; then : 12709 if $ac_preproc_ok; then :
12516 12710
12517 else 12711 else
12518 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 12712 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12519 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 12713 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12520 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check 12714 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
12521 See \`config.log' for more details." "$LINENO" 5; } 12715 See \`config.log' for more details" "$LINENO" 5; }
12522 fi 12716 fi
12523 12717
12524 ac_ext=c 12718 ac_ext=c
12525 ac_cpp='$CPP $CPPFLAGS' 12719 ac_cpp='$CPP $CPPFLAGS'
12526 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 12720 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12701 $as_echo_n "checking for GNU ld... " >&6; } 12895 $as_echo_n "checking for GNU ld... " >&6; }
12702 else 12896 else
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 12897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12704 $as_echo_n "checking for non-GNU ld... " >&6; } 12898 $as_echo_n "checking for non-GNU ld... " >&6; }
12705 fi 12899 fi
12706 if test "${lt_cv_path_LD+set}" = set; then : 12900 if ${lt_cv_path_LD+:} false; then :
12707 $as_echo_n "(cached) " >&6 12901 $as_echo_n "(cached) " >&6
12708 else 12902 else
12709 if test -z "$LD"; then 12903 if test -z "$LD"; then
12710 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 12904 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
12711 for ac_dir in $PATH; do 12905 for ac_dir in $PATH; do
12738 $as_echo "$LD" >&6; } 12932 $as_echo "$LD" >&6; }
12739 else 12933 else
12740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 12934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12741 $as_echo "no" >&6; } 12935 $as_echo "no" >&6; }
12742 fi 12936 fi
12743 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 12937 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 12938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12745 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 12939 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12746 if test "${lt_cv_prog_gnu_ld+set}" = set; then : 12940 if ${lt_cv_prog_gnu_ld+:} false; then :
12747 $as_echo_n "(cached) " >&6 12941 $as_echo_n "(cached) " >&6
12748 else 12942 else
12749 # I'd rather use --version here, but apparently some GNU lds only accept -v. 12943 # I'd rather use --version here, but apparently some GNU lds only accept -v.
12750 case `$LD -v 2>&1 </dev/null` in 12944 case `$LD -v 2>&1 </dev/null` in
12751 *GNU* | *'with BFD'*) 12945 *GNU* | *'with BFD'*)
13337 case `$CC -V` in 13531 case `$CC -V` in
13338 *pgCC\ [1-5].* | *pgcpp\ [1-5].*) 13532 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
13339 prelink_cmds_CXX='tpldir=Template.dir~ 13533 prelink_cmds_CXX='tpldir=Template.dir~
13340 rm -rf $tpldir~ 13534 rm -rf $tpldir~
13341 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ 13535 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
13342 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' 13536 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
13343 old_archive_cmds_CXX='tpldir=Template.dir~ 13537 old_archive_cmds_CXX='tpldir=Template.dir~
13344 rm -rf $tpldir~ 13538 rm -rf $tpldir~
13345 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ 13539 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13346 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ 13540 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
13347 $RANLIB $oldlib' 13541 $RANLIB $oldlib'
13348 archive_cmds_CXX='tpldir=Template.dir~ 13542 archive_cmds_CXX='tpldir=Template.dir~
13349 rm -rf $tpldir~ 13543 rm -rf $tpldir~
13350 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ 13544 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13351 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' 13545 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13352 archive_expsym_cmds_CXX='tpldir=Template.dir~ 13546 archive_expsym_cmds_CXX='tpldir=Template.dir~
13353 rm -rf $tpldir~ 13547 rm -rf $tpldir~
13354 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ 13548 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13355 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' 13549 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13356 ;; 13550 ;;
13357 *) # Version 6 and above use weak symbols 13551 *) # Version 6 and above use weak symbols
13358 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' 13552 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13359 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' 13553 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13360 ;; 13554 ;;
14288 # Check to make sure the PIC flag actually works. 14482 # Check to make sure the PIC flag actually works.
14289 # 14483 #
14290 if test -n "$lt_prog_compiler_pic_CXX"; then 14484 if test -n "$lt_prog_compiler_pic_CXX"; then
14291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 14485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
14292 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; } 14486 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
14293 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then : 14487 if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
14294 $as_echo_n "(cached) " >&6 14488 $as_echo_n "(cached) " >&6
14295 else 14489 else
14296 lt_cv_prog_compiler_pic_works_CXX=no 14490 lt_cv_prog_compiler_pic_works_CXX=no
14297 ac_outfile=conftest.$ac_objext 14491 ac_outfile=conftest.$ac_objext
14298 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 14492 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14344 # Check to make sure the static flag actually works. 14538 # Check to make sure the static flag actually works.
14345 # 14539 #
14346 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" 14540 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
14347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 14541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14348 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 14542 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
14349 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then : 14543 if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
14350 $as_echo_n "(cached) " >&6 14544 $as_echo_n "(cached) " >&6
14351 else 14545 else
14352 lt_cv_prog_compiler_static_works_CXX=no 14546 lt_cv_prog_compiler_static_works_CXX=no
14353 save_LDFLAGS="$LDFLAGS" 14547 save_LDFLAGS="$LDFLAGS"
14354 LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 14548 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
14384 14578
14385 14579
14386 14580
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 14581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14388 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 14582 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14389 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then : 14583 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
14390 $as_echo_n "(cached) " >&6 14584 $as_echo_n "(cached) " >&6
14391 else 14585 else
14392 lt_cv_prog_compiler_c_o_CXX=no 14586 lt_cv_prog_compiler_c_o_CXX=no
14393 $RM -r conftest 2>/dev/null 14587 $RM -r conftest 2>/dev/null
14394 mkdir conftest 14588 mkdir conftest
14436 14630
14437 14631
14438 14632
14439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 14633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14440 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 14634 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14441 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then : 14635 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
14442 $as_echo_n "(cached) " >&6 14636 $as_echo_n "(cached) " >&6
14443 else 14637 else
14444 lt_cv_prog_compiler_c_o_CXX=no 14638 lt_cv_prog_compiler_c_o_CXX=no
14445 $RM -r conftest 2>/dev/null 14639 $RM -r conftest 2>/dev/null
14446 mkdir conftest 14640 mkdir conftest
14569 # Test whether the compiler implicitly links with -lc since on some 14763 # Test whether the compiler implicitly links with -lc since on some
14570 # systems, -lgcc has to come before -lc. If gcc already passes -lc 14764 # systems, -lgcc has to come before -lc. If gcc already passes -lc
14571 # to ld, don't add -lc before -lgcc. 14765 # to ld, don't add -lc before -lgcc.
14572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 14766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
14573 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } 14767 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
14574 if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then : 14768 if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
14575 $as_echo_n "(cached) " >&6 14769 $as_echo_n "(cached) " >&6
14576 else 14770 else
14577 $RM conftest* 14771 $RM conftest*
14578 echo "$lt_simple_compile_test_code" > conftest.$ac_ext 14772 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14579 14773
15037 linux*oldld* | linux*aout* | linux*coff*) 15231 linux*oldld* | linux*aout* | linux*coff*)
15038 dynamic_linker=no 15232 dynamic_linker=no
15039 ;; 15233 ;;
15040 15234
15041 # This must be Linux ELF. 15235 # This must be Linux ELF.
15042 linux* | k*bsd*-gnu | kopensolaris*-gnu) 15236
15237 # uclinux* changes (here and below) have been submitted to the libtool
15238 # project, but have not yet been accepted: they are GCC-local changes
15239 # for the time being. (See
15240 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
15241 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
15043 version_type=linux 15242 version_type=linux
15044 need_lib_prefix=no 15243 need_lib_prefix=no
15045 need_version=no 15244 need_version=no
15046 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 15245 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15047 soname_spec='${libname}${release}${shared_ext}$major' 15246 soname_spec='${libname}${release}${shared_ext}$major'
15048 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 15247 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
15049 shlibpath_var=LD_LIBRARY_PATH 15248 shlibpath_var=LD_LIBRARY_PATH
15050 shlibpath_overrides_runpath=no 15249 shlibpath_overrides_runpath=no
15051 15250
15052 # Some binutils ld are patched to set DT_RUNPATH 15251 # Some binutils ld are patched to set DT_RUNPATH
15053 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then : 15252 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
15054 $as_echo_n "(cached) " >&6 15253 $as_echo_n "(cached) " >&6
15055 else 15254 else
15056 lt_cv_shlibpath_overrides_runpath=no 15255 lt_cv_shlibpath_overrides_runpath=no
15057 save_LDFLAGS=$LDFLAGS 15256 save_LDFLAGS=$LDFLAGS
15058 save_libdir=$libdir 15257 save_libdir=$libdir
15462 # Check whether --enable-cet was given. 15661 # Check whether --enable-cet was given.
15463 if test "${enable_cet+set}" = set; then : 15662 if test "${enable_cet+set}" = set; then :
15464 enableval=$enable_cet; 15663 enableval=$enable_cet;
15465 case "$enableval" in 15664 case "$enableval" in
15466 yes|no|auto) ;; 15665 yes|no|auto) ;;
15467 *) as_fn_error "Unknown argument to enable/disable cet" "$LINENO" 5 ;; 15666 *) as_fn_error $? "Unknown argument to enable/disable cet" "$LINENO" 5 ;;
15468 esac 15667 esac
15469 15668
15470 else 15669 else
15471 enable_cet=no 15670 enable_cet=no
15472 fi 15671 fi
15519 } 15718 }
15520 _ACEOF 15719 _ACEOF
15521 if ac_fn_c_try_compile "$LINENO"; then : 15720 if ac_fn_c_try_compile "$LINENO"; then :
15522 15721
15523 else 15722 else
15524 as_fn_error "assembler with CET support is required for --enable-cet" "$LINENO" 5 15723 as_fn_error $? "assembler with CET support is required for --enable-cet" "$LINENO" 5
15525 fi 15724 fi
15526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15527 ;; 15726 ;;
15528 esac 15727 esac
15529 ;; 15728 ;;
15577 15776
15578 15777
15579 for ac_func in _obstack_begin 15778 for ac_func in _obstack_begin
15580 do : 15779 do :
15581 ac_fn_c_check_func "$LINENO" "_obstack_begin" "ac_cv_func__obstack_begin" 15780 ac_fn_c_check_func "$LINENO" "_obstack_begin" "ac_cv_func__obstack_begin"
15582 if test "x$ac_cv_func__obstack_begin" = x""yes; then : 15781 if test "x$ac_cv_func__obstack_begin" = xyes; then :
15583 cat >>confdefs.h <<_ACEOF 15782 cat >>confdefs.h <<_ACEOF
15584 #define HAVE__OBSTACK_BEGIN 1 15783 #define HAVE__OBSTACK_BEGIN 1
15585 _ACEOF 15784 _ACEOF
15586 15785
15587 fi 15786 fi
15673 t end 15872 t end
15674 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 15873 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15675 :end' >>confcache 15874 :end' >>confcache
15676 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 15875 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15677 if test -w "$cache_file"; then 15876 if test -w "$cache_file"; then
15678 test "x$cache_file" != "x/dev/null" && 15877 if test "x$cache_file" != "x/dev/null"; then
15679 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 15878 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15680 $as_echo "$as_me: updating cache $cache_file" >&6;} 15879 $as_echo "$as_me: updating cache $cache_file" >&6;}
15681 cat confcache >$cache_file 15880 if test ! -f "$cache_file" || test -h "$cache_file"; then
15881 cat confcache >"$cache_file"
15882 else
15883 case $cache_file in #(
15884 */* | ?:*)
15885 mv -f confcache "$cache_file"$$ &&
15886 mv -f "$cache_file"$$ "$cache_file" ;; #(
15887 *)
15888 mv -f confcache "$cache_file" ;;
15889 esac
15890 fi
15891 fi
15682 else 15892 else
15683 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 15893 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15684 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 15894 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15685 fi 15895 fi
15686 fi 15896 fi
15728 DEFS=`sed -n "$ac_script" confdefs.h` 15938 DEFS=`sed -n "$ac_script" confdefs.h`
15729 15939
15730 15940
15731 ac_libobjs= 15941 ac_libobjs=
15732 ac_ltlibobjs= 15942 ac_ltlibobjs=
15943 U=
15733 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 15944 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15734 # 1. Remove the extension, and $U if already installed. 15945 # 1. Remove the extension, and $U if already installed.
15735 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 15946 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15736 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 15947 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15737 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 15948 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15743 15954
15744 LTLIBOBJS=$ac_ltlibobjs 15955 LTLIBOBJS=$ac_ltlibobjs
15745 15956
15746 15957
15747 if test -z "${ENABLE_VTABLE_VERIFY_TRUE}" && test -z "${ENABLE_VTABLE_VERIFY_FALSE}"; then 15958 if test -z "${ENABLE_VTABLE_VERIFY_TRUE}" && test -z "${ENABLE_VTABLE_VERIFY_FALSE}"; then
15748 as_fn_error "conditional \"ENABLE_VTABLE_VERIFY\" was never defined. 15959 as_fn_error $? "conditional \"ENABLE_VTABLE_VERIFY\" was never defined.
15749 Usually this means the macro was only invoked conditionally." "$LINENO" 5 15960 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15750 fi 15961 fi
15962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15963 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15964 if test -n "$am_sleep_pid"; then
15965 # Hide warnings about reused PIDs.
15966 wait $am_sleep_pid 2>/dev/null
15967 fi
15968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15969 $as_echo "done" >&6; }
15751 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 15970 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15752 as_fn_error "conditional \"AMDEP\" was never defined. 15971 as_fn_error $? "conditional \"AMDEP\" was never defined.
15753 Usually this means the macro was only invoked conditionally." "$LINENO" 5 15972 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15754 fi 15973 fi
15755 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 15974 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15756 as_fn_error "conditional \"am__fastdepCC\" was never defined. 15975 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15757 Usually this means the macro was only invoked conditionally." "$LINENO" 5 15976 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15758 fi 15977 fi
15759 if test -n "$EXEEXT"; then 15978 if test -n "$EXEEXT"; then
15760 am__EXEEXT_TRUE= 15979 am__EXEEXT_TRUE=
15761 am__EXEEXT_FALSE='#' 15980 am__EXEEXT_FALSE='#'
15763 am__EXEEXT_TRUE='#' 15982 am__EXEEXT_TRUE='#'
15764 am__EXEEXT_FALSE= 15983 am__EXEEXT_FALSE=
15765 fi 15984 fi
15766 15985
15767 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 15986 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15768 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined. 15987 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15769 Usually this means the macro was only invoked conditionally." "$LINENO" 5 15988 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15770 fi 15989 fi
15771 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 15990 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
15772 as_fn_error "conditional \"am__fastdepCXX\" was never defined. 15991 as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
15773 Usually this means the macro was only invoked conditionally." "$LINENO" 5 15992 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15774 fi 15993 fi
15775 if test -z "${VTV_CYGMIN_TRUE}" && test -z "${VTV_CYGMIN_FALSE}"; then 15994 if test -z "${VTV_CYGMIN_TRUE}" && test -z "${VTV_CYGMIN_FALSE}"; then
15776 as_fn_error "conditional \"VTV_CYGMIN\" was never defined. 15995 as_fn_error $? "conditional \"VTV_CYGMIN\" was never defined.
15777 Usually this means the macro was only invoked conditionally." "$LINENO" 5 15996 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15778 fi 15997 fi
15779 if test -z "${VTV_NO_OBSTACK_TRUE}" && test -z "${VTV_NO_OBSTACK_FALSE}"; then 15998 if test -z "${VTV_NO_OBSTACK_TRUE}" && test -z "${VTV_NO_OBSTACK_FALSE}"; then
15780 as_fn_error "conditional \"VTV_NO_OBSTACK\" was never defined. 15999 as_fn_error $? "conditional \"VTV_NO_OBSTACK\" was never defined.
15781 Usually this means the macro was only invoked conditionally." "$LINENO" 5 16000 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15782 fi 16001 fi
15783 16002
15784 : ${CONFIG_STATUS=./config.status} 16003 : "${CONFIG_STATUS=./config.status}"
15785 ac_write_fail=0 16004 ac_write_fail=0
15786 ac_clean_files_save=$ac_clean_files 16005 ac_clean_files_save=$ac_clean_files
15787 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 16006 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15788 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 16007 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15789 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 16008 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15880 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 16099 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15881 # splitting by setting IFS to empty value.) 16100 # splitting by setting IFS to empty value.)
15882 IFS=" "" $as_nl" 16101 IFS=" "" $as_nl"
15883 16102
15884 # Find who we are. Look in the path if we contain no directory separator. 16103 # Find who we are. Look in the path if we contain no directory separator.
16104 as_myself=
15885 case $0 in #(( 16105 case $0 in #((
15886 *[\\/]* ) as_myself=$0 ;; 16106 *[\\/]* ) as_myself=$0 ;;
15887 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 16107 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15888 for as_dir in $PATH 16108 for as_dir in $PATH
15889 do 16109 do
15925 16145
15926 # CDPATH. 16146 # CDPATH.
15927 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 16147 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15928 16148
15929 16149
15930 # as_fn_error ERROR [LINENO LOG_FD] 16150 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15931 # --------------------------------- 16151 # ----------------------------------------
15932 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 16152 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15933 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 16153 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15934 # script with status $?, using 1 if that was 0. 16154 # script with STATUS, using 1 if that was 0.
15935 as_fn_error () 16155 as_fn_error ()
15936 { 16156 {
15937 as_status=$?; test $as_status -eq 0 && as_status=1 16157 as_status=$1; test $as_status -eq 0 && as_status=1
15938 if test "$3"; then 16158 if test "$4"; then
15939 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 16159 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15940 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 16160 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15941 fi 16161 fi
15942 $as_echo "$as_me: error: $1" >&2 16162 $as_echo "$as_me: error: $2" >&2
15943 as_fn_exit $as_status 16163 as_fn_exit $as_status
15944 } # as_fn_error 16164 } # as_fn_error
15945 16165
15946 16166
15947 # as_fn_set_status STATUS 16167 # as_fn_set_status STATUS
16075 if ln -s conf$$.file conf$$ 2>/dev/null; then 16295 if ln -s conf$$.file conf$$ 2>/dev/null; then
16076 as_ln_s='ln -s' 16296 as_ln_s='ln -s'
16077 # ... but there are two gotchas: 16297 # ... but there are two gotchas:
16078 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 16298 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16079 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 16299 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16080 # In both cases, we have to default to `cp -p'. 16300 # In both cases, we have to default to `cp -pR'.
16081 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 16301 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16082 as_ln_s='cp -p' 16302 as_ln_s='cp -pR'
16083 elif ln conf$$.file conf$$ 2>/dev/null; then 16303 elif ln conf$$.file conf$$ 2>/dev/null; then
16084 as_ln_s=ln 16304 as_ln_s=ln
16085 else 16305 else
16086 as_ln_s='cp -p' 16306 as_ln_s='cp -pR'
16087 fi 16307 fi
16088 else 16308 else
16089 as_ln_s='cp -p' 16309 as_ln_s='cp -pR'
16090 fi 16310 fi
16091 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 16311 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16092 rmdir conf$$.dir 2>/dev/null 16312 rmdir conf$$.dir 2>/dev/null
16093 16313
16094 16314
16133 } 16353 }
16134 s/.*/./; q'` 16354 s/.*/./; q'`
16135 test -d "$as_dir" && break 16355 test -d "$as_dir" && break
16136 done 16356 done
16137 test -z "$as_dirs" || eval "mkdir $as_dirs" 16357 test -z "$as_dirs" || eval "mkdir $as_dirs"
16138 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 16358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16139 16359
16140 16360
16141 } # as_fn_mkdir_p 16361 } # as_fn_mkdir_p
16142 if mkdir -p . 2>/dev/null; then 16362 if mkdir -p . 2>/dev/null; then
16143 as_mkdir_p='mkdir -p "$as_dir"' 16363 as_mkdir_p='mkdir -p "$as_dir"'
16144 else 16364 else
16145 test -d ./-p && rmdir ./-p 16365 test -d ./-p && rmdir ./-p
16146 as_mkdir_p=false 16366 as_mkdir_p=false
16147 fi 16367 fi
16148 16368
16149 if test -x / >/dev/null 2>&1; then 16369
16150 as_test_x='test -x' 16370 # as_fn_executable_p FILE
16151 else 16371 # -----------------------
16152 if ls -dL / >/dev/null 2>&1; then 16372 # Test if FILE is an executable regular file.
16153 as_ls_L_option=L 16373 as_fn_executable_p ()
16154 else 16374 {
16155 as_ls_L_option= 16375 test -f "$1" && test -x "$1"
16156 fi 16376 } # as_fn_executable_p
16157 as_test_x=' 16377 as_test_x='test -x'
16158 eval sh -c '\'' 16378 as_executable_p=as_fn_executable_p
16159 if test -d "$1"; then
16160 test -d "$1/.";
16161 else
16162 case $1 in #(
16163 -*)set "./$1";;
16164 esac;
16165 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16166 ???[sx]*):;;*)false;;esac;fi
16167 '\'' sh
16168 '
16169 fi
16170 as_executable_p=$as_test_x
16171 16379
16172 # Sed expression to map a string onto a valid CPP name. 16380 # Sed expression to map a string onto a valid CPP name.
16173 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 16381 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16174 16382
16175 # Sed expression to map a string onto a valid variable name. 16383 # Sed expression to map a string onto a valid variable name.
16187 # Save the log message, to keep $0 and so on meaningful, and to 16395 # Save the log message, to keep $0 and so on meaningful, and to
16188 # report actual input values of CONFIG_FILES etc. instead of their 16396 # report actual input values of CONFIG_FILES etc. instead of their
16189 # values after options handling. 16397 # values after options handling.
16190 ac_log=" 16398 ac_log="
16191 This file was extended by GNU Vtable Verification Runtime Library $as_me 1.0, which was 16399 This file was extended by GNU Vtable Verification Runtime Library $as_me 1.0, which was
16192 generated by GNU Autoconf 2.64. Invocation command line was 16400 generated by GNU Autoconf 2.69. Invocation command line was
16193 16401
16194 CONFIG_FILES = $CONFIG_FILES 16402 CONFIG_FILES = $CONFIG_FILES
16195 CONFIG_HEADERS = $CONFIG_HEADERS 16403 CONFIG_HEADERS = $CONFIG_HEADERS
16196 CONFIG_LINKS = $CONFIG_LINKS 16404 CONFIG_LINKS = $CONFIG_LINKS
16197 CONFIG_COMMANDS = $CONFIG_COMMANDS 16405 CONFIG_COMMANDS = $CONFIG_COMMANDS
16223 16431
16224 Usage: $0 [OPTION]... [TAG]... 16432 Usage: $0 [OPTION]... [TAG]...
16225 16433
16226 -h, --help print this help, then exit 16434 -h, --help print this help, then exit
16227 -V, --version print version number and configuration settings, then exit 16435 -V, --version print version number and configuration settings, then exit
16436 --config print configuration, then exit
16228 -q, --quiet, --silent 16437 -q, --quiet, --silent
16229 do not print progress messages 16438 do not print progress messages
16230 -d, --debug don't remove temporary files 16439 -d, --debug don't remove temporary files
16231 --recheck update $as_me by reconfiguring in the same conditions 16440 --recheck update $as_me by reconfiguring in the same conditions
16232 --file=FILE[:TEMPLATE] 16441 --file=FILE[:TEMPLATE]
16242 GNU Vtable Verification Runtime Library home page: <http://www.gnu.org/software/libvtv/>. 16451 GNU Vtable Verification Runtime Library home page: <http://www.gnu.org/software/libvtv/>.
16243 General help using GNU software: <http://www.gnu.org/gethelp/>." 16452 General help using GNU software: <http://www.gnu.org/gethelp/>."
16244 16453
16245 _ACEOF 16454 _ACEOF
16246 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 16455 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16456 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16247 ac_cs_version="\\ 16457 ac_cs_version="\\
16248 GNU Vtable Verification Runtime Library config.status 1.0 16458 GNU Vtable Verification Runtime Library config.status 1.0
16249 configured by $0, generated by GNU Autoconf 2.64, 16459 configured by $0, generated by GNU Autoconf 2.69,
16250 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 16460 with options \\"\$ac_cs_config\\"
16251 16461
16252 Copyright (C) 2009 Free Software Foundation, Inc. 16462 Copyright (C) 2012 Free Software Foundation, Inc.
16253 This config.status script is free software; the Free Software Foundation 16463 This config.status script is free software; the Free Software Foundation
16254 gives unlimited permission to copy, distribute and modify it." 16464 gives unlimited permission to copy, distribute and modify it."
16255 16465
16256 ac_pwd='$ac_pwd' 16466 ac_pwd='$ac_pwd'
16257 srcdir='$srcdir' 16467 srcdir='$srcdir'
16265 # The default lists apply if the user does not specify any file. 16475 # The default lists apply if the user does not specify any file.
16266 ac_need_defaults=: 16476 ac_need_defaults=:
16267 while test $# != 0 16477 while test $# != 0
16268 do 16478 do
16269 case $1 in 16479 case $1 in
16270 --*=*) 16480 --*=?*)
16271 ac_option=`expr "X$1" : 'X\([^=]*\)='` 16481 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16272 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 16482 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16483 ac_shift=:
16484 ;;
16485 --*=)
16486 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16487 ac_optarg=
16273 ac_shift=: 16488 ac_shift=:
16274 ;; 16489 ;;
16275 *) 16490 *)
16276 ac_option=$1 16491 ac_option=$1
16277 ac_optarg=$2 16492 ac_optarg=$2
16283 # Handling of the options. 16498 # Handling of the options.
16284 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 16499 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16285 ac_cs_recheck=: ;; 16500 ac_cs_recheck=: ;;
16286 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 16501 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16287 $as_echo "$ac_cs_version"; exit ;; 16502 $as_echo "$ac_cs_version"; exit ;;
16503 --config | --confi | --conf | --con | --co | --c )
16504 $as_echo "$ac_cs_config"; exit ;;
16288 --debug | --debu | --deb | --de | --d | -d ) 16505 --debug | --debu | --deb | --de | --d | -d )
16289 debug=: ;; 16506 debug=: ;;
16290 --file | --fil | --fi | --f ) 16507 --file | --fil | --fi | --f )
16291 $ac_shift 16508 $ac_shift
16292 case $ac_optarg in 16509 case $ac_optarg in
16293 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 16510 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16511 '') as_fn_error $? "missing file argument" ;;
16294 esac 16512 esac
16295 as_fn_append CONFIG_FILES " '$ac_optarg'" 16513 as_fn_append CONFIG_FILES " '$ac_optarg'"
16296 ac_need_defaults=false;; 16514 ac_need_defaults=false;;
16297 --he | --h | --help | --hel | -h ) 16515 --he | --h | --help | --hel | -h )
16298 $as_echo "$ac_cs_usage"; exit ;; 16516 $as_echo "$ac_cs_usage"; exit ;;
16299 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 16517 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16300 | -silent | --silent | --silen | --sile | --sil | --si | --s) 16518 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16301 ac_cs_silent=: ;; 16519 ac_cs_silent=: ;;
16302 16520
16303 # This is an error. 16521 # This is an error.
16304 -*) as_fn_error "unrecognized option: \`$1' 16522 -*) as_fn_error $? "unrecognized option: \`$1'
16305 Try \`$0 --help' for more information." ;; 16523 Try \`$0 --help' for more information." ;;
16306 16524
16307 *) as_fn_append ac_config_targets " $1" 16525 *) as_fn_append ac_config_targets " $1"
16308 ac_need_defaults=false ;; 16526 ac_need_defaults=false ;;
16309 16527
16319 fi 16537 fi
16320 16538
16321 _ACEOF 16539 _ACEOF
16322 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 16540 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16323 if \$ac_cs_recheck; then 16541 if \$ac_cs_recheck; then
16324 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 16542 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16325 shift 16543 shift
16326 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 16544 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16327 CONFIG_SHELL='$SHELL' 16545 CONFIG_SHELL='$SHELL'
16328 export CONFIG_SHELL 16546 export CONFIG_SHELL
16329 exec "\$@" 16547 exec "\$@"
16356 multi_basedir="$multi_basedir" 16574 multi_basedir="$multi_basedir"
16357 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} 16575 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
16358 CC="$CC" 16576 CC="$CC"
16359 CXX="$CXX" 16577 CXX="$CXX"
16360 GFORTRAN="$GFORTRAN" 16578 GFORTRAN="$GFORTRAN"
16579 GDC="$GDC"
16361 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 16580 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16362 16581
16363 16582
16364 # The HP-UX ksh and POSIX shell print the target directory to stdout 16583 # The HP-UX ksh and POSIX shell print the target directory to stdout
16365 # if CDPATH is set. 16584 # if CDPATH is set.
16732 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 16951 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16733 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; 16952 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16734 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 16953 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16735 "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;; 16954 "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
16736 16955
16737 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 16956 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16738 esac 16957 esac
16739 done 16958 done
16740 16959
16741 16960
16742 # If the user did not use the arguments to specify the items to instantiate, 16961 # If the user did not use the arguments to specify the items to instantiate,
16754 # Hook for its removal unless debugging. 16973 # Hook for its removal unless debugging.
16755 # Note that there is a small window in which the directory will not be cleaned: 16974 # Note that there is a small window in which the directory will not be cleaned:
16756 # after its creation but before its name has been assigned to `$tmp'. 16975 # after its creation but before its name has been assigned to `$tmp'.
16757 $debug || 16976 $debug ||
16758 { 16977 {
16759 tmp= 16978 tmp= ac_tmp=
16760 trap 'exit_status=$? 16979 trap 'exit_status=$?
16761 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 16980 : "${ac_tmp:=$tmp}"
16981 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16762 ' 0 16982 ' 0
16763 trap 'as_fn_exit 1' 1 2 13 15 16983 trap 'as_fn_exit 1' 1 2 13 15
16764 } 16984 }
16765 # Create a (secure) tmp directory for tmp files. 16985 # Create a (secure) tmp directory for tmp files.
16766 16986
16767 { 16987 {
16768 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 16988 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16769 test -n "$tmp" && test -d "$tmp" 16989 test -d "$tmp"
16770 } || 16990 } ||
16771 { 16991 {
16772 tmp=./conf$$-$RANDOM 16992 tmp=./conf$$-$RANDOM
16773 (umask 077 && mkdir "$tmp") 16993 (umask 077 && mkdir "$tmp")
16774 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 16994 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16995 ac_tmp=$tmp
16775 16996
16776 # Set up the scripts for CONFIG_FILES section. 16997 # Set up the scripts for CONFIG_FILES section.
16777 # No need to generate them if there are no CONFIG_FILES. 16998 # No need to generate them if there are no CONFIG_FILES.
16778 # This happens for instance with `./config.status config.h'. 16999 # This happens for instance with `./config.status config.h'.
16779 if test -n "$CONFIG_FILES"; then 17000 if test -n "$CONFIG_FILES"; then
16786 if test "x$ac_cr" = x; then 17007 if test "x$ac_cr" = x; then
16787 eval ac_cr=\$\'\\r\' 17008 eval ac_cr=\$\'\\r\'
16788 fi 17009 fi
16789 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 17010 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16790 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 17011 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16791 ac_cs_awk_cr='\r' 17012 ac_cs_awk_cr='\\r'
16792 else 17013 else
16793 ac_cs_awk_cr=$ac_cr 17014 ac_cs_awk_cr=$ac_cr
16794 fi 17015 fi
16795 17016
16796 echo 'BEGIN {' >"$tmp/subs1.awk" && 17017 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16797 _ACEOF 17018 _ACEOF
16798 17019
16799 17020
16800 { 17021 {
16801 echo "cat >conf$$subs.awk <<_ACEOF" && 17022 echo "cat >conf$$subs.awk <<_ACEOF" &&
16802 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 17023 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16803 echo "_ACEOF" 17024 echo "_ACEOF"
16804 } >conf$$subs.sh || 17025 } >conf$$subs.sh ||
16805 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 17026 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16806 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 17027 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16807 ac_delim='%!_!# ' 17028 ac_delim='%!_!# '
16808 for ac_last_try in false false false false false :; do 17029 for ac_last_try in false false false false false :; do
16809 . ./conf$$subs.sh || 17030 . ./conf$$subs.sh ||
16810 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 17031 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16811 17032
16812 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 17033 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16813 if test $ac_delim_n = $ac_delim_num; then 17034 if test $ac_delim_n = $ac_delim_num; then
16814 break 17035 break
16815 elif $ac_last_try; then 17036 elif $ac_last_try; then
16816 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 17037 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16817 else 17038 else
16818 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 17039 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16819 fi 17040 fi
16820 done 17041 done
16821 rm -f conf$$subs.sh 17042 rm -f conf$$subs.sh
16822 17043
16823 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 17044 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16824 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 17045 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16825 _ACEOF 17046 _ACEOF
16826 sed -n ' 17047 sed -n '
16827 h 17048 h
16828 s/^/S["/; s/!.*/"]=/ 17049 s/^/S["/; s/!.*/"]=/
16829 p 17050 p
16833 t repl 17054 t repl
16834 s/'"$ac_delim"'$// 17055 s/'"$ac_delim"'$//
16835 t delim 17056 t delim
16836 :nl 17057 :nl
16837 h 17058 h
16838 s/\(.\{148\}\).*/\1/ 17059 s/\(.\{148\}\)..*/\1/
16839 t more1 17060 t more1
16840 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 17061 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16841 p 17062 p
16842 n 17063 n
16843 b repl 17064 b repl
16847 g 17068 g
16848 s/.\{148\}// 17069 s/.\{148\}//
16849 t nl 17070 t nl
16850 :delim 17071 :delim
16851 h 17072 h
16852 s/\(.\{148\}\).*/\1/ 17073 s/\(.\{148\}\)..*/\1/
16853 t more2 17074 t more2
16854 s/["\\]/\\&/g; s/^/"/; s/$/"/ 17075 s/["\\]/\\&/g; s/^/"/; s/$/"/
16855 p 17076 p
16856 b 17077 b
16857 :more2 17078 :more2
16867 } 17088 }
16868 ' >>$CONFIG_STATUS || ac_write_fail=1 17089 ' >>$CONFIG_STATUS || ac_write_fail=1
16869 rm -f conf$$subs.awk 17090 rm -f conf$$subs.awk
16870 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 17091 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16871 _ACAWK 17092 _ACAWK
16872 cat >>"\$tmp/subs1.awk" <<_ACAWK && 17093 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16873 for (key in S) S_is_set[key] = 1 17094 for (key in S) S_is_set[key] = 1
16874 FS = "" 17095 FS = ""
16875 17096
16876 } 17097 }
16877 { 17098 {
16899 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 17120 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16900 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 17121 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16901 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 17122 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16902 else 17123 else
16903 cat 17124 cat
16904 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 17125 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16905 || as_fn_error "could not setup config files machinery" "$LINENO" 5 17126 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16906 _ACEOF 17127 _ACEOF
16907 17128
16908 # VPATH may cause trouble with some makes, so we remove $(srcdir), 17129 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16909 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 17130 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16910 # trailing colons and then remove the whole line if VPATH becomes empty 17131 # trailing colons and then remove the whole line if VPATH becomes empty
16911 # (actually we leave an empty line to preserve line numbers). 17132 # (actually we leave an empty line to preserve line numbers).
16912 if test "x$srcdir" = x.; then 17133 if test "x$srcdir" = x.; then
16913 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 17134 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16914 s/:*\$(srcdir):*/:/ 17135 h
16915 s/:*\${srcdir}:*/:/ 17136 s///
16916 s/:*@srcdir@:*/:/ 17137 s/^/:/
16917 s/^\([^=]*=[ ]*\):*/\1/ 17138 s/[ ]*$/:/
17139 s/:\$(srcdir):/:/g
17140 s/:\${srcdir}:/:/g
17141 s/:@srcdir@:/:/g
17142 s/^:*//
16918 s/:*$// 17143 s/:*$//
17144 x
17145 s/\(=[ ]*\).*/\1/
17146 G
17147 s/\n//
16919 s/^[^=]*=[ ]*$// 17148 s/^[^=]*=[ ]*$//
16920 }' 17149 }'
16921 fi 17150 fi
16922 17151
16923 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 17152 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16931 case $ac_tag in 17160 case $ac_tag in
16932 :[FHLC]) ac_mode=$ac_tag; continue;; 17161 :[FHLC]) ac_mode=$ac_tag; continue;;
16933 esac 17162 esac
16934 case $ac_mode$ac_tag in 17163 case $ac_mode$ac_tag in
16935 :[FHL]*:*);; 17164 :[FHL]*:*);;
16936 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 17165 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16937 :[FH]-) ac_tag=-:-;; 17166 :[FH]-) ac_tag=-:-;;
16938 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 17167 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16939 esac 17168 esac
16940 ac_save_IFS=$IFS 17169 ac_save_IFS=$IFS
16941 IFS=: 17170 IFS=:
16950 :[FH]) 17179 :[FH])
16951 ac_file_inputs= 17180 ac_file_inputs=
16952 for ac_f 17181 for ac_f
16953 do 17182 do
16954 case $ac_f in 17183 case $ac_f in
16955 -) ac_f="$tmp/stdin";; 17184 -) ac_f="$ac_tmp/stdin";;
16956 *) # Look for the file first in the build tree, then in the source tree 17185 *) # Look for the file first in the build tree, then in the source tree
16957 # (if the path is not absolute). The absolute path cannot be DOS-style, 17186 # (if the path is not absolute). The absolute path cannot be DOS-style,
16958 # because $ac_f cannot contain `:'. 17187 # because $ac_f cannot contain `:'.
16959 test -f "$ac_f" || 17188 test -f "$ac_f" ||
16960 case $ac_f in 17189 case $ac_f in
16961 [\\/$]*) false;; 17190 [\\/$]*) false;;
16962 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 17191 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16963 esac || 17192 esac ||
16964 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 17193 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16965 esac 17194 esac
16966 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 17195 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16967 as_fn_append ac_file_inputs " '$ac_f'" 17196 as_fn_append ac_file_inputs " '$ac_f'"
16968 done 17197 done
16969 17198
16985 sed 's/[\\\\&|]/\\\\&/g'`;; #( 17214 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16986 *) ac_sed_conf_input=$configure_input;; 17215 *) ac_sed_conf_input=$configure_input;;
16987 esac 17216 esac
16988 17217
16989 case $ac_tag in 17218 case $ac_tag in
16990 *:-:* | *:-) cat >"$tmp/stdin" \ 17219 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16991 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 17220 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16992 esac 17221 esac
16993 ;; 17222 ;;
16994 esac 17223 esac
16995 17224
16996 ac_dir=`$as_dirname -- "$ac_file" || 17225 ac_dir=`$as_dirname -- "$ac_file" ||
17122 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 17351 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17123 s&@INSTALL@&$ac_INSTALL&;t t 17352 s&@INSTALL@&$ac_INSTALL&;t t
17124 s&@MKDIR_P@&$ac_MKDIR_P&;t t 17353 s&@MKDIR_P@&$ac_MKDIR_P&;t t
17125 $ac_datarootdir_hack 17354 $ac_datarootdir_hack
17126 " 17355 "
17127 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 17356 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17128 || as_fn_error "could not create $ac_file" "$LINENO" 5 17357 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17129 17358
17130 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 17359 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17131 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 17360 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17132 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 17361 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17362 "$ac_tmp/out"`; test -z "$ac_out"; } &&
17133 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 17363 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17134 which seems to be undefined. Please make sure it is defined." >&5 17364 which seems to be undefined. Please make sure it is defined" >&5
17135 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 17365 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17136 which seems to be undefined. Please make sure it is defined." >&2;} 17366 which seems to be undefined. Please make sure it is defined" >&2;}
17137 17367
17138 rm -f "$tmp/stdin" 17368 rm -f "$ac_tmp/stdin"
17139 case $ac_file in 17369 case $ac_file in
17140 -) cat "$tmp/out" && rm -f "$tmp/out";; 17370 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17141 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 17371 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17142 esac \ 17372 esac \
17143 || as_fn_error "could not create $ac_file" "$LINENO" 5 17373 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17144 ;; 17374 ;;
17145 17375
17146 17376
17147 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 17377 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17148 $as_echo "$as_me: executing $ac_file commands" >&6;} 17378 $as_echo "$as_me: executing $ac_file commands" >&6;}
17158 *" Makefile "*) 17388 *" Makefile "*)
17159 ac_file=Makefile . ${multi_basedir}/config-ml.in 17389 ac_file=Makefile . ${multi_basedir}/config-ml.in
17160 ;; 17390 ;;
17161 esac ;; 17391 esac ;;
17162 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 17392 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17163 # Autoconf 2.62 quotes --file arguments for eval, but not when files 17393 # Older Autoconf quotes --file arguments for eval, but not when files
17164 # are listed without --file. Let's play safe and only enable the eval 17394 # are listed without --file. Let's play safe and only enable the eval
17165 # if we detect the quoting. 17395 # if we detect the quoting.
17166 case $CONFIG_FILES in 17396 case $CONFIG_FILES in
17167 *\'*) eval set x "$CONFIG_FILES" ;; 17397 *\'*) eval set x "$CONFIG_FILES" ;;
17168 *) set x $CONFIG_FILES ;; 17398 *) set x $CONFIG_FILES ;;
17171 for mf 17401 for mf
17172 do 17402 do
17173 # Strip MF so we end up with the name of the file. 17403 # Strip MF so we end up with the name of the file.
17174 mf=`echo "$mf" | sed -e 's/:.*$//'` 17404 mf=`echo "$mf" | sed -e 's/:.*$//'`
17175 # Check whether this is an Automake generated Makefile or not. 17405 # Check whether this is an Automake generated Makefile or not.
17176 # We used to match only the files named `Makefile.in', but 17406 # We used to match only the files named 'Makefile.in', but
17177 # some people rename them; so instead we look at the file content. 17407 # some people rename them; so instead we look at the file content.
17178 # Grep'ing the first line is not enough: some people post-process 17408 # Grep'ing the first line is not enough: some people post-process
17179 # each Makefile.in and add a new line on top of each file to say so. 17409 # each Makefile.in and add a new line on top of each file to say so.
17180 # Grep'ing the whole file is not good either: AIX grep has a line 17410 # Grep'ing the whole file is not good either: AIX grep has a line
17181 # limit of 2048, but all sed's we know have understand at least 4000. 17411 # limit of 2048, but all sed's we know have understand at least 4000.
17205 s/.*/./; q'` 17435 s/.*/./; q'`
17206 else 17436 else
17207 continue 17437 continue
17208 fi 17438 fi
17209 # Extract the definition of DEPDIR, am__include, and am__quote 17439 # Extract the definition of DEPDIR, am__include, and am__quote
17210 # from the Makefile without running `make'. 17440 # from the Makefile without running 'make'.
17211 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 17441 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17212 test -z "$DEPDIR" && continue 17442 test -z "$DEPDIR" && continue
17213 am__include=`sed -n 's/^am__include = //p' < "$mf"` 17443 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17214 test -z "am__include" && continue 17444 test -z "$am__include" && continue
17215 am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 17445 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17216 # When using ansi2knr, U may be empty or an underscore; expand it
17217 U=`sed -n 's/^U = //p' < "$mf"`
17218 # Find all dependency output files, they are included files with 17446 # Find all dependency output files, they are included files with
17219 # $(DEPDIR) in their names. We invoke sed twice because it is the 17447 # $(DEPDIR) in their names. We invoke sed twice because it is the
17220 # simplest approach to changing $(DEPDIR) to its actual value in the 17448 # simplest approach to changing $(DEPDIR) to its actual value in the
17221 # expansion. 17449 # expansion.
17222 for file in `sed -n " 17450 for file in `sed -n "
17223 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 17451 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17224 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 17452 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17225 # Make sure the directory exists. 17453 # Make sure the directory exists.
17226 test -f "$dirpart/$file" && continue 17454 test -f "$dirpart/$file" && continue
17227 fdir=`$as_dirname -- "$file" || 17455 fdir=`$as_dirname -- "$file" ||
17228 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17456 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17229 X"$file" : 'X\(//\)[^/]' \| \ 17457 X"$file" : 'X\(//\)[^/]' \| \
18083 as_fn_exit 0 18311 as_fn_exit 0
18084 _ACEOF 18312 _ACEOF
18085 ac_clean_files=$ac_clean_files_save 18313 ac_clean_files=$ac_clean_files_save
18086 18314
18087 test $ac_write_fail = 0 || 18315 test $ac_write_fail = 0 ||
18088 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 18316 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18089 18317
18090 18318
18091 # configure is writing to config.log, and then calls config.status. 18319 # configure is writing to config.log, and then calls config.status.
18092 # config.status does its own redirection, appending to config.log. 18320 # config.status does its own redirection, appending to config.log.
18093 # Unfortunately, on DOS this fails, as config.log is still kept open 18321 # Unfortunately, on DOS this fails, as config.log is still kept open
18104 exec 5>/dev/null 18332 exec 5>/dev/null
18105 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 18333 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18106 exec 5>>config.log 18334 exec 5>>config.log
18107 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 18335 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18108 # would make configure fail if this is the last instruction. 18336 # would make configure fail if this is the last instruction.
18109 $ac_cs_success || as_fn_exit $? 18337 $ac_cs_success || as_fn_exit 1
18110 fi 18338 fi
18111 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 18339 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18112 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 18340 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18113 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 18341 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18114 fi 18342 fi