* acinclude.m4: Add include of ../config/zlib.m4.
[binutils.git] / bfd / configure
blobd29e79beb517157c55f712709f8e261169f0d79f
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
30 esac
34 as_nl='
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
89 # Find who we are. Look in the path if we contain no directory separator.
90 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
148 esac
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
164 else
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 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
170 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
172 test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175 else
176 as_have_required=no
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
180 else
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182 as_found=false
183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 break 2
200 done;;
201 esac
202 as_found=false
203 done
204 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
207 fi; }
208 IFS=$as_save_IFS
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
215 BASH_ENV=/dev/null
216 ENV=/dev/null
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218 export CONFIG_SHELL
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
228 else
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230 $0: including any error possibly output before this
231 $0: message. Then install a modern shell, or manually run
232 $0: the script under such a shell if you do have one."
234 exit 1
238 SHELL=${CONFIG_SHELL-/bin/sh}
239 export SHELL
240 # Unset more variables known to interfere with behavior of common tools.
241 CLICOLOR_FORCE= GREP_OPTIONS=
242 unset CLICOLOR_FORCE GREP_OPTIONS
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
247 # as_fn_unset VAR
248 # ---------------
249 # Portably unset VAR.
250 as_fn_unset ()
252 { eval $1=; unset $1;}
254 as_unset=as_fn_unset
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
259 as_fn_set_status ()
261 return $1
262 } # as_fn_set_status
264 # as_fn_exit STATUS
265 # -----------------
266 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267 as_fn_exit ()
269 set +e
270 as_fn_set_status $1
271 exit $1
272 } # as_fn_exit
274 # as_fn_mkdir_p
275 # -------------
276 # Create "$as_dir" as a directory, including parents if necessary.
277 as_fn_mkdir_p ()
280 case $as_dir in #(
281 -*) as_dir=./$as_dir;;
282 esac
283 test -d "$as_dir" || eval $as_mkdir_p || {
284 as_dirs=
285 while :; do
286 case $as_dir in #(
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288 *) as_qdir=$as_dir;;
289 esac
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296 $as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298 s//\1/
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
305 /^X\(\/\/\)$/{
306 s//\1/
309 /^X\(\/\).*/{
310 s//\1/
313 s/.*/./; q'`
314 test -d "$as_dir" && break
315 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
320 } # as_fn_mkdir_p
321 # as_fn_append VAR VALUE
322 # ----------------------
323 # Append the text in VALUE to the end of the definition contained in VAR. Take
324 # advantage of any shell optimizations that allow amortized linear growth over
325 # repeated appends, instead of the typical quadratic growth present in naive
326 # implementations.
327 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
330 eval $1+=\$2
332 else
333 as_fn_append ()
335 eval $1=\$$1\$2
337 fi # as_fn_append
339 # as_fn_arith ARG...
340 # ------------------
341 # Perform arithmetic evaluation on the ARGs, and store the result in the
342 # global $as_val. Take advantage of shells that can avoid forks. The arguments
343 # must be portable across $(()) and expr.
344 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
347 as_val=$(( $* ))
349 else
350 as_fn_arith ()
352 as_val=`expr "$@" || test $? -eq 1`
354 fi # as_fn_arith
357 # as_fn_error ERROR [LINENO LOG_FD]
358 # ---------------------------------
359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361 # script with status $?, using 1 if that was 0.
362 as_fn_error ()
364 as_status=$?; test $as_status -eq 0 && as_status=1
365 if test "$3"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371 } # as_fn_error
373 if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
375 as_expr=expr
376 else
377 as_expr=false
380 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
381 as_basename=basename
382 else
383 as_basename=false
386 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388 else
389 as_dirname=false
392 as_me=`$as_basename -- "$0" ||
393 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396 $as_echo X/"$0" |
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
398 s//\1/
401 /^X\/\(\/\/\)$/{
402 s//\1/
405 /^X\/\(\/\).*/{
406 s//\1/
409 s/.*/./; q'`
411 # Avoid depending upon Character Ranges.
412 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415 as_cr_digits='0123456789'
416 as_cr_alnum=$as_cr_Letters$as_cr_digits
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
424 sed -n '
426 /[$]LINENO/=
427 ' <$as_myself |
428 sed '
429 s/[$]LINENO.*/&-/
430 t lineno
432 :lineno
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
436 t loop
437 s/-\n.*//
438 ' >$as_me.lineno &&
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
446 # Exit status is that of the last command.
447 exit
450 ECHO_C= ECHO_N= ECHO_T=
451 case `echo -n x` in #(((((
452 -n*)
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
455 xy) ECHO_C='\c';;
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
457 ECHO_T=' ';;
458 esac;;
460 ECHO_N='-n';;
461 esac
463 rm -f conf$$ conf$$.exe conf$$.file
464 if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
466 else
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
470 if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
472 as_ln_s='ln -s'
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p'
479 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln
481 else
482 as_ln_s='cp -p'
484 else
485 as_ln_s='cp -p'
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488 rmdir conf$$.dir 2>/dev/null
490 if mkdir -p . 2>/dev/null; then
491 as_mkdir_p='mkdir -p "$as_dir"'
492 else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
497 if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499 else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
518 as_executable_p=$as_test_x
520 # Sed expression to map a string onto a valid CPP name.
521 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
523 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
528 # Check that we are running under the correct shell.
529 SHELL=${CONFIG_SHELL-/bin/sh}
531 case X$lt_ECHO in
532 X*--fallback-echo)
533 # Remove one level of quotation (which was required for Make).
534 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
536 esac
538 ECHO=${lt_ECHO-echo}
539 if test "X$1" = X--no-reexec; then
540 # Discard the --no-reexec flag, and continue.
541 shift
542 elif test "X$1" = X--fallback-echo; then
543 # Avoid inline document here, it may be left over
545 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
546 # Yippee, $ECHO works!
548 else
549 # Restart under the correct shell.
550 exec $SHELL "$0" --no-reexec ${1+"$@"}
553 if test "X$1" = X--fallback-echo; then
554 # used as fallback echo
555 shift
556 cat <<_LT_EOF
558 _LT_EOF
559 exit 0
562 # The HP-UX ksh and POSIX shell print the target directory to stdout
563 # if CDPATH is set.
564 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
566 if test -z "$lt_ECHO"; then
567 if test "X${echo_test_string+set}" != Xset; then
568 # find a string as large as possible, as long as the shell can cope with it
569 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
570 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
571 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
572 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
573 then
574 break
576 done
579 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
580 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
581 test "X$echo_testing_string" = "X$echo_test_string"; then
583 else
584 # The Solaris, AIX, and Digital Unix default echo programs unquote
585 # backslashes. This makes it impossible to quote backslashes using
586 # echo "$something" | sed 's/\\/\\\\/g'
588 # So, first we look for a working echo in the user's PATH.
590 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
591 for dir in $PATH /usr/ucb; do
592 IFS="$lt_save_ifs"
593 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
594 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
595 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
596 test "X$echo_testing_string" = "X$echo_test_string"; then
597 ECHO="$dir/echo"
598 break
600 done
601 IFS="$lt_save_ifs"
603 if test "X$ECHO" = Xecho; then
604 # We didn't find a better echo, so look for alternatives.
605 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
606 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
607 test "X$echo_testing_string" = "X$echo_test_string"; then
608 # This shell has a builtin print -r that does the trick.
609 ECHO='print -r'
610 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
611 test "X$CONFIG_SHELL" != X/bin/ksh; then
612 # If we have ksh, try running configure again with it.
613 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
614 export ORIGINAL_CONFIG_SHELL
615 CONFIG_SHELL=/bin/ksh
616 export CONFIG_SHELL
617 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
618 else
619 # Try using printf.
620 ECHO='printf %s\n'
621 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
622 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
623 test "X$echo_testing_string" = "X$echo_test_string"; then
624 # Cool, printf works
626 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
627 test "X$echo_testing_string" = 'X\t' &&
628 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
629 test "X$echo_testing_string" = "X$echo_test_string"; then
630 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
631 export CONFIG_SHELL
632 SHELL="$CONFIG_SHELL"
633 export SHELL
634 ECHO="$CONFIG_SHELL $0 --fallback-echo"
635 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
636 test "X$echo_testing_string" = 'X\t' &&
637 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
638 test "X$echo_testing_string" = "X$echo_test_string"; then
639 ECHO="$CONFIG_SHELL $0 --fallback-echo"
640 else
641 # maybe with a smaller string...
642 prev=:
644 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
645 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
646 then
647 break
649 prev="$cmd"
650 done
652 if test "$prev" != 'sed 50q "$0"'; then
653 echo_test_string=`eval $prev`
654 export echo_test_string
655 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
656 else
657 # Oops. We lost completely, so just stick with echo.
658 ECHO=echo
666 # Copy echo and quote the copy suitably for passing to libtool from
667 # the Makefile, instead of quoting the original, which is used later.
668 lt_ECHO=$ECHO
669 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
670 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
676 exec 7<&0 </dev/null 6>&1
678 # Name of the host.
679 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
680 # so uname gets run too.
681 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
684 # Initializations.
686 ac_default_prefix=/usr/local
687 ac_clean_files=
688 ac_config_libobj_dir=.
689 LIBOBJS=
690 cross_compiling=no
691 subdirs=
692 MFLAGS=
693 MAKEFLAGS=
695 # Identity of this package.
696 PACKAGE_NAME=
697 PACKAGE_TARNAME=
698 PACKAGE_VERSION=
699 PACKAGE_STRING=
700 PACKAGE_BUGREPORT=
701 PACKAGE_URL=
703 ac_unique_file="libbfd.c"
704 # Factoring default headers for most tests.
705 ac_includes_default="\
706 #include <stdio.h>
707 #ifdef HAVE_SYS_TYPES_H
708 # include <sys/types.h>
709 #endif
710 #ifdef HAVE_SYS_STAT_H
711 # include <sys/stat.h>
712 #endif
713 #ifdef STDC_HEADERS
714 # include <stdlib.h>
715 # include <stddef.h>
716 #else
717 # ifdef HAVE_STDLIB_H
718 # include <stdlib.h>
719 # endif
720 #endif
721 #ifdef HAVE_STRING_H
722 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
723 # include <memory.h>
724 # endif
725 # include <string.h>
726 #endif
727 #ifdef HAVE_STRINGS_H
728 # include <strings.h>
729 #endif
730 #ifdef HAVE_INTTYPES_H
731 # include <inttypes.h>
732 #endif
733 #ifdef HAVE_STDINT_H
734 # include <stdint.h>
735 #endif
736 #ifdef HAVE_UNISTD_H
737 # include <unistd.h>
738 #endif"
740 ac_subst_vars='am__EXEEXT_FALSE
741 am__EXEEXT_TRUE
742 LTLIBOBJS
743 LIBOBJS
744 tdefaults
745 bfd_ufile_ptr
746 bfd_file_ptr
747 supports_plugins
748 bfd_default_target_size
749 bfd_machines
750 bfd_backends
751 all_backends
752 bfd64_libs
753 wordsize
754 TDEFINES
755 SHARED_LIBADD
756 SHARED_LDFLAGS
757 LIBM
758 COREFLAG
759 COREFILE
760 EXEEXT_FOR_BUILD
761 CC_FOR_BUILD
762 BFD_HOSTPTR_T
763 BFD_HOST_U_64_BIT
764 BFD_HOST_64_BIT
765 BFD_HOST_64_BIT_DEFINED
766 BFD_HOST_64BIT_LONG_LONG
767 BFD_HOST_64BIT_LONG
768 HDEFINES
769 MSGMERGE
770 MSGFMT
771 MKINSTALLDIRS
772 CATOBJEXT
773 GENCAT
774 INSTOBJEXT
775 DATADIRNAME
776 CATALOGS
777 POSUB
778 GMSGFMT
779 XGETTEXT
780 INCINTL
781 LIBINTL_DEP
782 LIBINTL
783 USE_NLS
784 bfdincludedir
785 bfdlibdir
786 target_noncanonical
787 host_noncanonical
788 INSTALL_LIBBFD_FALSE
789 INSTALL_LIBBFD_TRUE
790 GENINSRC_NEVER_FALSE
791 GENINSRC_NEVER_TRUE
792 MAINT
793 MAINTAINER_MODE_FALSE
794 MAINTAINER_MODE_TRUE
795 NO_WERROR
796 WARN_CFLAGS
797 REPORT_BUGS_TEXI
798 REPORT_BUGS_TO
799 PKGVERSION
800 DEBUGDIR
801 PLUGINS_FALSE
802 PLUGINS_TRUE
803 OTOOL64
804 OTOOL
805 LIPO
806 NMEDIT
807 DSYMUTIL
808 lt_ECHO
809 OBJDUMP
810 LN_S
812 ac_ct_DUMPBIN
813 DUMPBIN
815 FGREP
817 LIBTOOL
818 EGREP
819 GREP
821 RANLIB
823 am__fastdepCC_FALSE
824 am__fastdepCC_TRUE
825 CCDEPMODE
826 AMDEPBACKSLASH
827 AMDEP_FALSE
828 AMDEP_TRUE
829 am__quote
830 am__include
831 DEPDIR
832 am__untar
833 am__tar
834 AMTAR
835 am__leading_dot
836 SET_MAKE
838 mkdir_p
839 MKDIR_P
840 INSTALL_STRIP_PROGRAM
841 STRIP
842 install_sh
843 MAKEINFO
844 AUTOHEADER
845 AUTOMAKE
846 AUTOCONF
847 ACLOCAL
848 VERSION
849 PACKAGE
850 CYGPATH_W
851 am__isrc
852 INSTALL_DATA
853 INSTALL_SCRIPT
854 INSTALL_PROGRAM
855 OBJEXT
856 EXEEXT
857 ac_ct_CC
858 CPPFLAGS
859 LDFLAGS
860 CFLAGS
862 target_os
863 target_vendor
864 target_cpu
865 target
866 host_os
867 host_vendor
868 host_cpu
869 host
870 build_os
871 build_vendor
872 build_cpu
873 build
874 target_alias
875 host_alias
876 build_alias
877 LIBS
878 ECHO_T
879 ECHO_N
880 ECHO_C
881 DEFS
882 mandir
883 localedir
884 libdir
885 psdir
886 pdfdir
887 dvidir
888 htmldir
889 infodir
890 docdir
891 oldincludedir
892 includedir
893 localstatedir
894 sharedstatedir
895 sysconfdir
896 datadir
897 datarootdir
898 libexecdir
899 sbindir
900 bindir
901 program_transform_name
902 prefix
903 exec_prefix
904 PACKAGE_URL
905 PACKAGE_BUGREPORT
906 PACKAGE_STRING
907 PACKAGE_VERSION
908 PACKAGE_TARNAME
909 PACKAGE_NAME
910 PATH_SEPARATOR
911 SHELL'
912 ac_subst_files=''
913 ac_user_opts='
914 enable_option_checking
915 enable_dependency_tracking
916 enable_shared
917 enable_static
918 with_pic
919 enable_fast_install
920 with_gnu_ld
921 enable_libtool_lock
922 enable_plugins
923 enable_largefile
924 enable_64_bit_bfd
925 enable_targets
926 with_mmap
927 enable_secureplt
928 with_separate_debug_dir
929 enable_elf_stt_common
930 with_pkgversion
931 with_bugurl
932 enable_werror
933 enable_build_warnings
934 enable_maintainer_mode
935 enable_install_libbfd
936 enable_nls
937 with_zlib
939 ac_precious_vars='build_alias
940 host_alias
941 target_alias
943 CFLAGS
944 LDFLAGS
945 LIBS
946 CPPFLAGS
947 CPP'
950 # Initialize some variables set by options.
951 ac_init_help=
952 ac_init_version=false
953 ac_unrecognized_opts=
954 ac_unrecognized_sep=
955 # The variables have the same names as the options, with
956 # dashes changed to underlines.
957 cache_file=/dev/null
958 exec_prefix=NONE
959 no_create=
960 no_recursion=
961 prefix=NONE
962 program_prefix=NONE
963 program_suffix=NONE
964 program_transform_name=s,x,x,
965 silent=
966 site=
967 srcdir=
968 verbose=
969 x_includes=NONE
970 x_libraries=NONE
972 # Installation directory options.
973 # These are left unexpanded so users can "make install exec_prefix=/foo"
974 # and all the variables that are supposed to be based on exec_prefix
975 # by default will actually change.
976 # Use braces instead of parens because sh, perl, etc. also accept them.
977 # (The list follows the same order as the GNU Coding Standards.)
978 bindir='${exec_prefix}/bin'
979 sbindir='${exec_prefix}/sbin'
980 libexecdir='${exec_prefix}/libexec'
981 datarootdir='${prefix}/share'
982 datadir='${datarootdir}'
983 sysconfdir='${prefix}/etc'
984 sharedstatedir='${prefix}/com'
985 localstatedir='${prefix}/var'
986 includedir='${prefix}/include'
987 oldincludedir='/usr/include'
988 docdir='${datarootdir}/doc/${PACKAGE}'
989 infodir='${datarootdir}/info'
990 htmldir='${docdir}'
991 dvidir='${docdir}'
992 pdfdir='${docdir}'
993 psdir='${docdir}'
994 libdir='${exec_prefix}/lib'
995 localedir='${datarootdir}/locale'
996 mandir='${datarootdir}/man'
998 ac_prev=
999 ac_dashdash=
1000 for ac_option
1002 # If the previous option needs an argument, assign it.
1003 if test -n "$ac_prev"; then
1004 eval $ac_prev=\$ac_option
1005 ac_prev=
1006 continue
1009 case $ac_option in
1010 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1011 *) ac_optarg=yes ;;
1012 esac
1014 # Accept the important Cygnus configure options, so we can diagnose typos.
1016 case $ac_dashdash$ac_option in
1018 ac_dashdash=yes ;;
1020 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1021 ac_prev=bindir ;;
1022 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1023 bindir=$ac_optarg ;;
1025 -build | --build | --buil | --bui | --bu)
1026 ac_prev=build_alias ;;
1027 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1028 build_alias=$ac_optarg ;;
1030 -cache-file | --cache-file | --cache-fil | --cache-fi \
1031 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1032 ac_prev=cache_file ;;
1033 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1034 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1035 cache_file=$ac_optarg ;;
1037 --config-cache | -C)
1038 cache_file=config.cache ;;
1040 -datadir | --datadir | --datadi | --datad)
1041 ac_prev=datadir ;;
1042 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1043 datadir=$ac_optarg ;;
1045 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1046 | --dataroo | --dataro | --datar)
1047 ac_prev=datarootdir ;;
1048 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1049 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1050 datarootdir=$ac_optarg ;;
1052 -disable-* | --disable-*)
1053 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1054 # Reject names that are not valid shell variable names.
1055 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1056 as_fn_error "invalid feature name: $ac_useropt"
1057 ac_useropt_orig=$ac_useropt
1058 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1059 case $ac_user_opts in
1061 "enable_$ac_useropt"
1062 "*) ;;
1063 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1064 ac_unrecognized_sep=', ';;
1065 esac
1066 eval enable_$ac_useropt=no ;;
1068 -docdir | --docdir | --docdi | --doc | --do)
1069 ac_prev=docdir ;;
1070 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1071 docdir=$ac_optarg ;;
1073 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1074 ac_prev=dvidir ;;
1075 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1076 dvidir=$ac_optarg ;;
1078 -enable-* | --enable-*)
1079 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1080 # Reject names that are not valid shell variable names.
1081 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1082 as_fn_error "invalid feature name: $ac_useropt"
1083 ac_useropt_orig=$ac_useropt
1084 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1085 case $ac_user_opts in
1087 "enable_$ac_useropt"
1088 "*) ;;
1089 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1090 ac_unrecognized_sep=', ';;
1091 esac
1092 eval enable_$ac_useropt=\$ac_optarg ;;
1094 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1095 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1096 | --exec | --exe | --ex)
1097 ac_prev=exec_prefix ;;
1098 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1099 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1100 | --exec=* | --exe=* | --ex=*)
1101 exec_prefix=$ac_optarg ;;
1103 -gas | --gas | --ga | --g)
1104 # Obsolete; use --with-gas.
1105 with_gas=yes ;;
1107 -help | --help | --hel | --he | -h)
1108 ac_init_help=long ;;
1109 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1110 ac_init_help=recursive ;;
1111 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1112 ac_init_help=short ;;
1114 -host | --host | --hos | --ho)
1115 ac_prev=host_alias ;;
1116 -host=* | --host=* | --hos=* | --ho=*)
1117 host_alias=$ac_optarg ;;
1119 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1120 ac_prev=htmldir ;;
1121 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1122 | --ht=*)
1123 htmldir=$ac_optarg ;;
1125 -includedir | --includedir | --includedi | --included | --include \
1126 | --includ | --inclu | --incl | --inc)
1127 ac_prev=includedir ;;
1128 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1129 | --includ=* | --inclu=* | --incl=* | --inc=*)
1130 includedir=$ac_optarg ;;
1132 -infodir | --infodir | --infodi | --infod | --info | --inf)
1133 ac_prev=infodir ;;
1134 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1135 infodir=$ac_optarg ;;
1137 -libdir | --libdir | --libdi | --libd)
1138 ac_prev=libdir ;;
1139 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1140 libdir=$ac_optarg ;;
1142 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1143 | --libexe | --libex | --libe)
1144 ac_prev=libexecdir ;;
1145 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1146 | --libexe=* | --libex=* | --libe=*)
1147 libexecdir=$ac_optarg ;;
1149 -localedir | --localedir | --localedi | --localed | --locale)
1150 ac_prev=localedir ;;
1151 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1152 localedir=$ac_optarg ;;
1154 -localstatedir | --localstatedir | --localstatedi | --localstated \
1155 | --localstate | --localstat | --localsta | --localst | --locals)
1156 ac_prev=localstatedir ;;
1157 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1158 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1159 localstatedir=$ac_optarg ;;
1161 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1162 ac_prev=mandir ;;
1163 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1164 mandir=$ac_optarg ;;
1166 -nfp | --nfp | --nf)
1167 # Obsolete; use --without-fp.
1168 with_fp=no ;;
1170 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1171 | --no-cr | --no-c | -n)
1172 no_create=yes ;;
1174 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1175 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1176 no_recursion=yes ;;
1178 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1179 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1180 | --oldin | --oldi | --old | --ol | --o)
1181 ac_prev=oldincludedir ;;
1182 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1183 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1184 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1185 oldincludedir=$ac_optarg ;;
1187 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1188 ac_prev=prefix ;;
1189 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1190 prefix=$ac_optarg ;;
1192 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1193 | --program-pre | --program-pr | --program-p)
1194 ac_prev=program_prefix ;;
1195 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1196 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1197 program_prefix=$ac_optarg ;;
1199 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1200 | --program-suf | --program-su | --program-s)
1201 ac_prev=program_suffix ;;
1202 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1203 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1204 program_suffix=$ac_optarg ;;
1206 -program-transform-name | --program-transform-name \
1207 | --program-transform-nam | --program-transform-na \
1208 | --program-transform-n | --program-transform- \
1209 | --program-transform | --program-transfor \
1210 | --program-transfo | --program-transf \
1211 | --program-trans | --program-tran \
1212 | --progr-tra | --program-tr | --program-t)
1213 ac_prev=program_transform_name ;;
1214 -program-transform-name=* | --program-transform-name=* \
1215 | --program-transform-nam=* | --program-transform-na=* \
1216 | --program-transform-n=* | --program-transform-=* \
1217 | --program-transform=* | --program-transfor=* \
1218 | --program-transfo=* | --program-transf=* \
1219 | --program-trans=* | --program-tran=* \
1220 | --progr-tra=* | --program-tr=* | --program-t=*)
1221 program_transform_name=$ac_optarg ;;
1223 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1224 ac_prev=pdfdir ;;
1225 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1226 pdfdir=$ac_optarg ;;
1228 -psdir | --psdir | --psdi | --psd | --ps)
1229 ac_prev=psdir ;;
1230 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1231 psdir=$ac_optarg ;;
1233 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1234 | -silent | --silent | --silen | --sile | --sil)
1235 silent=yes ;;
1237 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1238 ac_prev=sbindir ;;
1239 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1240 | --sbi=* | --sb=*)
1241 sbindir=$ac_optarg ;;
1243 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1244 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1245 | --sharedst | --shareds | --shared | --share | --shar \
1246 | --sha | --sh)
1247 ac_prev=sharedstatedir ;;
1248 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1249 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1250 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1251 | --sha=* | --sh=*)
1252 sharedstatedir=$ac_optarg ;;
1254 -site | --site | --sit)
1255 ac_prev=site ;;
1256 -site=* | --site=* | --sit=*)
1257 site=$ac_optarg ;;
1259 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1260 ac_prev=srcdir ;;
1261 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1262 srcdir=$ac_optarg ;;
1264 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1265 | --syscon | --sysco | --sysc | --sys | --sy)
1266 ac_prev=sysconfdir ;;
1267 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1268 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1269 sysconfdir=$ac_optarg ;;
1271 -target | --target | --targe | --targ | --tar | --ta | --t)
1272 ac_prev=target_alias ;;
1273 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1274 target_alias=$ac_optarg ;;
1276 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1277 verbose=yes ;;
1279 -version | --version | --versio | --versi | --vers | -V)
1280 ac_init_version=: ;;
1282 -with-* | --with-*)
1283 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1284 # Reject names that are not valid shell variable names.
1285 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1286 as_fn_error "invalid package name: $ac_useropt"
1287 ac_useropt_orig=$ac_useropt
1288 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1289 case $ac_user_opts in
1291 "with_$ac_useropt"
1292 "*) ;;
1293 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1294 ac_unrecognized_sep=', ';;
1295 esac
1296 eval with_$ac_useropt=\$ac_optarg ;;
1298 -without-* | --without-*)
1299 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1300 # Reject names that are not valid shell variable names.
1301 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1302 as_fn_error "invalid package name: $ac_useropt"
1303 ac_useropt_orig=$ac_useropt
1304 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1305 case $ac_user_opts in
1307 "with_$ac_useropt"
1308 "*) ;;
1309 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1310 ac_unrecognized_sep=', ';;
1311 esac
1312 eval with_$ac_useropt=no ;;
1314 --x)
1315 # Obsolete; use --with-x.
1316 with_x=yes ;;
1318 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1319 | --x-incl | --x-inc | --x-in | --x-i)
1320 ac_prev=x_includes ;;
1321 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1322 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1323 x_includes=$ac_optarg ;;
1325 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1326 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1327 ac_prev=x_libraries ;;
1328 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1329 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1330 x_libraries=$ac_optarg ;;
1332 -*) as_fn_error "unrecognized option: \`$ac_option'
1333 Try \`$0 --help' for more information."
1336 *=*)
1337 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1338 # Reject names that are not valid shell variable names.
1339 case $ac_envvar in #(
1340 '' | [0-9]* | *[!_$as_cr_alnum]* )
1341 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1342 esac
1343 eval $ac_envvar=\$ac_optarg
1344 export $ac_envvar ;;
1347 # FIXME: should be removed in autoconf 3.0.
1348 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1349 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1350 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1351 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1354 esac
1355 done
1357 if test -n "$ac_prev"; then
1358 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1359 as_fn_error "missing argument to $ac_option"
1362 if test -n "$ac_unrecognized_opts"; then
1363 case $enable_option_checking in
1364 no) ;;
1365 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1366 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1367 esac
1370 # Check all directory arguments for consistency.
1371 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1372 datadir sysconfdir sharedstatedir localstatedir includedir \
1373 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1374 libdir localedir mandir
1376 eval ac_val=\$$ac_var
1377 # Remove trailing slashes.
1378 case $ac_val in
1379 */ )
1380 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1381 eval $ac_var=\$ac_val;;
1382 esac
1383 # Be sure to have absolute directory names.
1384 case $ac_val in
1385 [\\/$]* | ?:[\\/]* ) continue;;
1386 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1387 esac
1388 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1389 done
1391 # There might be people who depend on the old broken behavior: `$host'
1392 # used to hold the argument of --host etc.
1393 # FIXME: To remove some day.
1394 build=$build_alias
1395 host=$host_alias
1396 target=$target_alias
1398 # FIXME: To remove some day.
1399 if test "x$host_alias" != x; then
1400 if test "x$build_alias" = x; then
1401 cross_compiling=maybe
1402 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1403 If a cross compiler is detected then cross compile mode will be used." >&2
1404 elif test "x$build_alias" != "x$host_alias"; then
1405 cross_compiling=yes
1409 ac_tool_prefix=
1410 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1412 test "$silent" = yes && exec 6>/dev/null
1415 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1416 ac_ls_di=`ls -di .` &&
1417 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1418 as_fn_error "working directory cannot be determined"
1419 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1420 as_fn_error "pwd does not report name of working directory"
1423 # Find the source files, if location was not specified.
1424 if test -z "$srcdir"; then
1425 ac_srcdir_defaulted=yes
1426 # Try the directory containing this script, then the parent directory.
1427 ac_confdir=`$as_dirname -- "$as_myself" ||
1428 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1429 X"$as_myself" : 'X\(//\)[^/]' \| \
1430 X"$as_myself" : 'X\(//\)$' \| \
1431 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1432 $as_echo X"$as_myself" |
1433 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1434 s//\1/
1437 /^X\(\/\/\)[^/].*/{
1438 s//\1/
1441 /^X\(\/\/\)$/{
1442 s//\1/
1445 /^X\(\/\).*/{
1446 s//\1/
1449 s/.*/./; q'`
1450 srcdir=$ac_confdir
1451 if test ! -r "$srcdir/$ac_unique_file"; then
1452 srcdir=..
1454 else
1455 ac_srcdir_defaulted=no
1457 if test ! -r "$srcdir/$ac_unique_file"; then
1458 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1459 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1461 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1462 ac_abs_confdir=`(
1463 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1464 pwd)`
1465 # When building in place, set srcdir=.
1466 if test "$ac_abs_confdir" = "$ac_pwd"; then
1467 srcdir=.
1469 # Remove unnecessary trailing slashes from srcdir.
1470 # Double slashes in file names in object file debugging info
1471 # mess up M-x gdb in Emacs.
1472 case $srcdir in
1473 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1474 esac
1475 for ac_var in $ac_precious_vars; do
1476 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1477 eval ac_env_${ac_var}_value=\$${ac_var}
1478 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1479 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1480 done
1483 # Report the --help message.
1485 if test "$ac_init_help" = "long"; then
1486 # Omit some internal or obsolete options to make the list less imposing.
1487 # This message is too long to be a string in the A/UX 3.1 sh.
1488 cat <<_ACEOF
1489 \`configure' configures this package to adapt to many kinds of systems.
1491 Usage: $0 [OPTION]... [VAR=VALUE]...
1493 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1494 VAR=VALUE. See below for descriptions of some of the useful variables.
1496 Defaults for the options are specified in brackets.
1498 Configuration:
1499 -h, --help display this help and exit
1500 --help=short display options specific to this package
1501 --help=recursive display the short help of all the included packages
1502 -V, --version display version information and exit
1503 -q, --quiet, --silent do not print \`checking...' messages
1504 --cache-file=FILE cache test results in FILE [disabled]
1505 -C, --config-cache alias for \`--cache-file=config.cache'
1506 -n, --no-create do not create output files
1507 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1509 Installation directories:
1510 --prefix=PREFIX install architecture-independent files in PREFIX
1511 [$ac_default_prefix]
1512 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1513 [PREFIX]
1515 By default, \`make install' will install all the files in
1516 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1517 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1518 for instance \`--prefix=\$HOME'.
1520 For better control, use the options below.
1522 Fine tuning of the installation directories:
1523 --bindir=DIR user executables [EPREFIX/bin]
1524 --sbindir=DIR system admin executables [EPREFIX/sbin]
1525 --libexecdir=DIR program executables [EPREFIX/libexec]
1526 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1527 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1528 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1529 --libdir=DIR object code libraries [EPREFIX/lib]
1530 --includedir=DIR C header files [PREFIX/include]
1531 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1532 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1533 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1534 --infodir=DIR info documentation [DATAROOTDIR/info]
1535 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1536 --mandir=DIR man documentation [DATAROOTDIR/man]
1537 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1538 --htmldir=DIR html documentation [DOCDIR]
1539 --dvidir=DIR dvi documentation [DOCDIR]
1540 --pdfdir=DIR pdf documentation [DOCDIR]
1541 --psdir=DIR ps documentation [DOCDIR]
1542 _ACEOF
1544 cat <<\_ACEOF
1546 Program names:
1547 --program-prefix=PREFIX prepend PREFIX to installed program names
1548 --program-suffix=SUFFIX append SUFFIX to installed program names
1549 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1551 System types:
1552 --build=BUILD configure for building on BUILD [guessed]
1553 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1554 --target=TARGET configure for building compilers for TARGET [HOST]
1555 _ACEOF
1558 if test -n "$ac_init_help"; then
1560 cat <<\_ACEOF
1562 Optional Features:
1563 --disable-option-checking ignore unrecognized --enable/--with options
1564 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1565 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1566 --disable-dependency-tracking speeds up one-time build
1567 --enable-dependency-tracking do not reject slow dependency extractors
1568 --enable-shared[=PKGS] build shared libraries [default=no]
1569 --enable-static[=PKGS] build static libraries [default=yes]
1570 --enable-fast-install[=PKGS]
1571 optimize for fast installation [default=yes]
1572 --disable-libtool-lock avoid locking (might break parallel builds)
1573 --enable-plugins Enable support for plugins (defaults no)
1574 --disable-largefile omit support for large files
1575 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1576 --enable-targets alternative target configurations
1577 --enable-secureplt Default to creating read-only plt entries
1578 --enable-elf-stt-common Allow the generation of ELF symbols with the STT_COMMON type
1579 --enable-werror treat compile warnings as errors
1580 --enable-build-warnings enable build-time compiler warnings
1581 --enable-maintainer-mode enable make rules and dependencies not useful
1582 (and sometimes confusing) to the casual installer
1583 --enable-install-libbfd controls installation of libbfd and related headers
1584 --disable-nls do not use Native Language Support
1586 Optional Packages:
1587 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1588 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1589 --with-pic try to use only PIC/non-PIC objects [default=use
1590 both]
1591 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1592 --with-mmap try using mmap for BFD input files if available
1593 --with-separate-debug-dir=DIR
1594 Look for global separate debug info in DIR
1595 [default=LIBDIR/debug]
1596 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1597 Binutils"
1598 --with-bugurl=URL Direct users to URL to report a bug
1599 --with-zlib include zlib support (auto/yes/no) default=auto
1601 Some influential environment variables:
1602 CC C compiler command
1603 CFLAGS C compiler flags
1604 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1605 nonstandard directory <lib dir>
1606 LIBS libraries to pass to the linker, e.g. -l<library>
1607 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1608 you have headers in a nonstandard directory <include dir>
1609 CPP C preprocessor
1611 Use these variables to override the choices made by `configure' or to help
1612 it to find libraries and programs with nonstandard names/locations.
1614 Report bugs to the package provider.
1615 _ACEOF
1616 ac_status=$?
1619 if test "$ac_init_help" = "recursive"; then
1620 # If there are subdirs, report their specific --help.
1621 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1622 test -d "$ac_dir" ||
1623 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1624 continue
1625 ac_builddir=.
1627 case "$ac_dir" in
1628 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1630 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1631 # A ".." for each directory in $ac_dir_suffix.
1632 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1633 case $ac_top_builddir_sub in
1634 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1635 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1636 esac ;;
1637 esac
1638 ac_abs_top_builddir=$ac_pwd
1639 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1640 # for backward compatibility:
1641 ac_top_builddir=$ac_top_build_prefix
1643 case $srcdir in
1644 .) # We are building in place.
1645 ac_srcdir=.
1646 ac_top_srcdir=$ac_top_builddir_sub
1647 ac_abs_top_srcdir=$ac_pwd ;;
1648 [\\/]* | ?:[\\/]* ) # Absolute name.
1649 ac_srcdir=$srcdir$ac_dir_suffix;
1650 ac_top_srcdir=$srcdir
1651 ac_abs_top_srcdir=$srcdir ;;
1652 *) # Relative name.
1653 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1654 ac_top_srcdir=$ac_top_build_prefix$srcdir
1655 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1656 esac
1657 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1659 cd "$ac_dir" || { ac_status=$?; continue; }
1660 # Check for guested configure.
1661 if test -f "$ac_srcdir/configure.gnu"; then
1662 echo &&
1663 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1664 elif test -f "$ac_srcdir/configure"; then
1665 echo &&
1666 $SHELL "$ac_srcdir/configure" --help=recursive
1667 else
1668 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1669 fi || ac_status=$?
1670 cd "$ac_pwd" || { ac_status=$?; break; }
1671 done
1674 test -n "$ac_init_help" && exit $ac_status
1675 if $ac_init_version; then
1676 cat <<\_ACEOF
1677 configure
1678 generated by GNU Autoconf 2.64
1680 Copyright (C) 2009 Free Software Foundation, Inc.
1681 This configure script is free software; the Free Software Foundation
1682 gives unlimited permission to copy, distribute and modify it.
1683 _ACEOF
1684 exit
1687 ## ------------------------ ##
1688 ## Autoconf initialization. ##
1689 ## ------------------------ ##
1691 # ac_fn_c_try_compile LINENO
1692 # --------------------------
1693 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1694 ac_fn_c_try_compile ()
1696 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1697 rm -f conftest.$ac_objext
1698 if { { ac_try="$ac_compile"
1699 case "(($ac_try" in
1700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1701 *) ac_try_echo=$ac_try;;
1702 esac
1703 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1704 $as_echo "$ac_try_echo"; } >&5
1705 (eval "$ac_compile") 2>conftest.err
1706 ac_status=$?
1707 if test -s conftest.err; then
1708 grep -v '^ *+' conftest.err >conftest.er1
1709 cat conftest.er1 >&5
1710 mv -f conftest.er1 conftest.err
1712 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1713 test $ac_status = 0; } && {
1714 test -z "$ac_c_werror_flag" ||
1715 test ! -s conftest.err
1716 } && test -s conftest.$ac_objext; then :
1717 ac_retval=0
1718 else
1719 $as_echo "$as_me: failed program was:" >&5
1720 sed 's/^/| /' conftest.$ac_ext >&5
1722 ac_retval=1
1724 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1725 return $ac_retval
1727 } # ac_fn_c_try_compile
1729 # ac_fn_c_try_link LINENO
1730 # -----------------------
1731 # Try to link conftest.$ac_ext, and return whether this succeeded.
1732 ac_fn_c_try_link ()
1734 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1735 rm -f conftest.$ac_objext conftest$ac_exeext
1736 if { { ac_try="$ac_link"
1737 case "(($ac_try" in
1738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1739 *) ac_try_echo=$ac_try;;
1740 esac
1741 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1742 $as_echo "$ac_try_echo"; } >&5
1743 (eval "$ac_link") 2>conftest.err
1744 ac_status=$?
1745 if test -s conftest.err; then
1746 grep -v '^ *+' conftest.err >conftest.er1
1747 cat conftest.er1 >&5
1748 mv -f conftest.er1 conftest.err
1750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1751 test $ac_status = 0; } && {
1752 test -z "$ac_c_werror_flag" ||
1753 test ! -s conftest.err
1754 } && test -s conftest$ac_exeext && {
1755 test "$cross_compiling" = yes ||
1756 $as_test_x conftest$ac_exeext
1757 }; then :
1758 ac_retval=0
1759 else
1760 $as_echo "$as_me: failed program was:" >&5
1761 sed 's/^/| /' conftest.$ac_ext >&5
1763 ac_retval=1
1765 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1766 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1767 # interfere with the next link command; also delete a directory that is
1768 # left behind by Apple's compiler. We do this before executing the actions.
1769 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1770 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1771 return $ac_retval
1773 } # ac_fn_c_try_link
1775 # ac_fn_c_try_cpp LINENO
1776 # ----------------------
1777 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1778 ac_fn_c_try_cpp ()
1780 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1781 if { { ac_try="$ac_cpp conftest.$ac_ext"
1782 case "(($ac_try" in
1783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1784 *) ac_try_echo=$ac_try;;
1785 esac
1786 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1787 $as_echo "$ac_try_echo"; } >&5
1788 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1789 ac_status=$?
1790 if test -s conftest.err; then
1791 grep -v '^ *+' conftest.err >conftest.er1
1792 cat conftest.er1 >&5
1793 mv -f conftest.er1 conftest.err
1795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1796 test $ac_status = 0; } >/dev/null && {
1797 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1798 test ! -s conftest.err
1799 }; then :
1800 ac_retval=0
1801 else
1802 $as_echo "$as_me: failed program was:" >&5
1803 sed 's/^/| /' conftest.$ac_ext >&5
1805 ac_retval=1
1807 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1808 return $ac_retval
1810 } # ac_fn_c_try_cpp
1812 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1813 # -------------------------------------------------------
1814 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1815 # the include files in INCLUDES and setting the cache variable VAR
1816 # accordingly.
1817 ac_fn_c_check_header_mongrel ()
1819 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1820 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1822 $as_echo_n "checking for $2... " >&6; }
1823 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1824 $as_echo_n "(cached) " >&6
1826 eval ac_res=\$$3
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1828 $as_echo "$ac_res" >&6; }
1829 else
1830 # Is the header compilable?
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1832 $as_echo_n "checking $2 usability... " >&6; }
1833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1834 /* end confdefs.h. */
1836 #include <$2>
1837 _ACEOF
1838 if ac_fn_c_try_compile "$LINENO"; then :
1839 ac_header_compiler=yes
1840 else
1841 ac_header_compiler=no
1843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1845 $as_echo "$ac_header_compiler" >&6; }
1847 # Is the header present?
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1849 $as_echo_n "checking $2 presence... " >&6; }
1850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1851 /* end confdefs.h. */
1852 #include <$2>
1853 _ACEOF
1854 if ac_fn_c_try_cpp "$LINENO"; then :
1855 ac_header_preproc=yes
1856 else
1857 ac_header_preproc=no
1859 rm -f conftest.err conftest.$ac_ext
1860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1861 $as_echo "$ac_header_preproc" >&6; }
1863 # So? What about this header?
1864 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1865 yes:no: )
1866 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1867 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1868 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1869 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1871 no:yes:* )
1872 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1873 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1874 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1875 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1876 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1877 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1878 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1879 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1880 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1881 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1883 esac
1884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1885 $as_echo_n "checking for $2... " >&6; }
1886 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1887 $as_echo_n "(cached) " >&6
1888 else
1889 eval "$3=\$ac_header_compiler"
1891 eval ac_res=\$$3
1892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1893 $as_echo "$ac_res" >&6; }
1895 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1897 } # ac_fn_c_check_header_mongrel
1899 # ac_fn_c_try_run LINENO
1900 # ----------------------
1901 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1902 # that executables *can* be run.
1903 ac_fn_c_try_run ()
1905 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1906 if { { ac_try="$ac_link"
1907 case "(($ac_try" in
1908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1909 *) ac_try_echo=$ac_try;;
1910 esac
1911 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1912 $as_echo "$ac_try_echo"; } >&5
1913 (eval "$ac_link") 2>&5
1914 ac_status=$?
1915 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1916 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1917 { { case "(($ac_try" in
1918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1919 *) ac_try_echo=$ac_try;;
1920 esac
1921 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1922 $as_echo "$ac_try_echo"; } >&5
1923 (eval "$ac_try") 2>&5
1924 ac_status=$?
1925 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1926 test $ac_status = 0; }; }; then :
1927 ac_retval=0
1928 else
1929 $as_echo "$as_me: program exited with status $ac_status" >&5
1930 $as_echo "$as_me: failed program was:" >&5
1931 sed 's/^/| /' conftest.$ac_ext >&5
1933 ac_retval=$ac_status
1935 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1936 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1937 return $ac_retval
1939 } # ac_fn_c_try_run
1941 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1942 # -------------------------------------------------------
1943 # Tests whether HEADER exists and can be compiled using the include files in
1944 # INCLUDES, setting the cache variable VAR accordingly.
1945 ac_fn_c_check_header_compile ()
1947 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1949 $as_echo_n "checking for $2... " >&6; }
1950 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1951 $as_echo_n "(cached) " >&6
1952 else
1953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1954 /* end confdefs.h. */
1956 #include <$2>
1957 _ACEOF
1958 if ac_fn_c_try_compile "$LINENO"; then :
1959 eval "$3=yes"
1960 else
1961 eval "$3=no"
1963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1965 eval ac_res=\$$3
1966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1967 $as_echo "$ac_res" >&6; }
1968 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1970 } # ac_fn_c_check_header_compile
1972 # ac_fn_c_check_func LINENO FUNC VAR
1973 # ----------------------------------
1974 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1975 ac_fn_c_check_func ()
1977 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1979 $as_echo_n "checking for $2... " >&6; }
1980 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1981 $as_echo_n "(cached) " >&6
1982 else
1983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1984 /* end confdefs.h. */
1985 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1986 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1987 #define $2 innocuous_$2
1989 /* System header to define __stub macros and hopefully few prototypes,
1990 which can conflict with char $2 (); below.
1991 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1992 <limits.h> exists even on freestanding compilers. */
1994 #ifdef __STDC__
1995 # include <limits.h>
1996 #else
1997 # include <assert.h>
1998 #endif
2000 #undef $2
2002 /* Override any GCC internal prototype to avoid an error.
2003 Use char because int might match the return type of a GCC
2004 builtin and then its argument prototype would still apply. */
2005 #ifdef __cplusplus
2006 extern "C"
2007 #endif
2008 char $2 ();
2009 /* The GNU C library defines this for functions which it implements
2010 to always fail with ENOSYS. Some functions are actually named
2011 something starting with __ and the normal name is an alias. */
2012 #if defined __stub_$2 || defined __stub___$2
2013 choke me
2014 #endif
2017 main ()
2019 return $2 ();
2021 return 0;
2023 _ACEOF
2024 if ac_fn_c_try_link "$LINENO"; then :
2025 eval "$3=yes"
2026 else
2027 eval "$3=no"
2029 rm -f core conftest.err conftest.$ac_objext \
2030 conftest$ac_exeext conftest.$ac_ext
2032 eval ac_res=\$$3
2033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2034 $as_echo "$ac_res" >&6; }
2035 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2037 } # ac_fn_c_check_func
2039 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2040 # --------------------------------------------
2041 # Tries to find the compile-time value of EXPR in a program that includes
2042 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2043 # computed
2044 ac_fn_c_compute_int ()
2046 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2047 if test "$cross_compiling" = yes; then
2048 # Depending upon the size, compute the lo and hi bounds.
2049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2050 /* end confdefs.h. */
2053 main ()
2055 static int test_array [1 - 2 * !(($2) >= 0)];
2056 test_array [0] = 0
2059 return 0;
2061 _ACEOF
2062 if ac_fn_c_try_compile "$LINENO"; then :
2063 ac_lo=0 ac_mid=0
2064 while :; do
2065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2066 /* end confdefs.h. */
2069 main ()
2071 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2072 test_array [0] = 0
2075 return 0;
2077 _ACEOF
2078 if ac_fn_c_try_compile "$LINENO"; then :
2079 ac_hi=$ac_mid; break
2080 else
2081 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2082 if test $ac_lo -le $ac_mid; then
2083 ac_lo= ac_hi=
2084 break
2086 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2089 done
2090 else
2091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2092 /* end confdefs.h. */
2095 main ()
2097 static int test_array [1 - 2 * !(($2) < 0)];
2098 test_array [0] = 0
2101 return 0;
2103 _ACEOF
2104 if ac_fn_c_try_compile "$LINENO"; then :
2105 ac_hi=-1 ac_mid=-1
2106 while :; do
2107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2108 /* end confdefs.h. */
2111 main ()
2113 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2114 test_array [0] = 0
2117 return 0;
2119 _ACEOF
2120 if ac_fn_c_try_compile "$LINENO"; then :
2121 ac_lo=$ac_mid; break
2122 else
2123 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2124 if test $ac_mid -le $ac_hi; then
2125 ac_lo= ac_hi=
2126 break
2128 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2131 done
2132 else
2133 ac_lo= ac_hi=
2135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2138 # Binary search between lo and hi bounds.
2139 while test "x$ac_lo" != "x$ac_hi"; do
2140 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2142 /* end confdefs.h. */
2145 main ()
2147 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2148 test_array [0] = 0
2151 return 0;
2153 _ACEOF
2154 if ac_fn_c_try_compile "$LINENO"; then :
2155 ac_hi=$ac_mid
2156 else
2157 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2160 done
2161 case $ac_lo in #((
2162 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2163 '') ac_retval=1 ;;
2164 esac
2165 else
2166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2167 /* end confdefs.h. */
2169 static long int longval () { return $2; }
2170 static unsigned long int ulongval () { return $2; }
2171 #include <stdio.h>
2172 #include <stdlib.h>
2174 main ()
2177 FILE *f = fopen ("conftest.val", "w");
2178 if (! f)
2179 return 1;
2180 if (($2) < 0)
2182 long int i = longval ();
2183 if (i != ($2))
2184 return 1;
2185 fprintf (f, "%ld", i);
2187 else
2189 unsigned long int i = ulongval ();
2190 if (i != ($2))
2191 return 1;
2192 fprintf (f, "%lu", i);
2194 /* Do not output a trailing newline, as this causes \r\n confusion
2195 on some platforms. */
2196 return ferror (f) || fclose (f) != 0;
2199 return 0;
2201 _ACEOF
2202 if ac_fn_c_try_run "$LINENO"; then :
2203 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2204 else
2205 ac_retval=1
2207 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2208 conftest.$ac_objext conftest.beam conftest.$ac_ext
2209 rm -f conftest.val
2212 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2213 return $ac_retval
2215 } # ac_fn_c_compute_int
2217 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2218 # -------------------------------------------
2219 # Tests whether TYPE exists after having included INCLUDES, setting cache
2220 # variable VAR accordingly.
2221 ac_fn_c_check_type ()
2223 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2225 $as_echo_n "checking for $2... " >&6; }
2226 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2227 $as_echo_n "(cached) " >&6
2228 else
2229 eval "$3=no"
2230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2231 /* end confdefs.h. */
2234 main ()
2236 if (sizeof ($2))
2237 return 0;
2239 return 0;
2241 _ACEOF
2242 if ac_fn_c_try_compile "$LINENO"; then :
2243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2244 /* end confdefs.h. */
2247 main ()
2249 if (sizeof (($2)))
2250 return 0;
2252 return 0;
2254 _ACEOF
2255 if ac_fn_c_try_compile "$LINENO"; then :
2257 else
2258 eval "$3=yes"
2260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2264 eval ac_res=\$$3
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2266 $as_echo "$ac_res" >&6; }
2267 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2269 } # ac_fn_c_check_type
2271 # ac_fn_c_check_decl LINENO SYMBOL VAR
2272 # ------------------------------------
2273 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2274 ac_fn_c_check_decl ()
2276 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
2278 $as_echo_n "checking whether $2 is declared... " >&6; }
2279 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2280 $as_echo_n "(cached) " >&6
2281 else
2282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2283 /* end confdefs.h. */
2286 main ()
2288 #ifndef $2
2289 (void) $2;
2290 #endif
2293 return 0;
2295 _ACEOF
2296 if ac_fn_c_try_compile "$LINENO"; then :
2297 eval "$3=yes"
2298 else
2299 eval "$3=no"
2301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2303 eval ac_res=\$$3
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2305 $as_echo "$ac_res" >&6; }
2306 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2308 } # ac_fn_c_check_decl
2309 cat >config.log <<_ACEOF
2310 This file contains any messages produced by compilers while
2311 running configure, to aid debugging if configure makes a mistake.
2313 It was created by $as_me, which was
2314 generated by GNU Autoconf 2.64. Invocation command line was
2316 $ $0 $@
2318 _ACEOF
2319 exec 5>>config.log
2321 cat <<_ASUNAME
2322 ## --------- ##
2323 ## Platform. ##
2324 ## --------- ##
2326 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2327 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2328 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2329 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2330 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2332 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2333 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2335 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2336 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2337 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2338 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2339 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2340 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2341 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2343 _ASUNAME
2345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2346 for as_dir in $PATH
2348 IFS=$as_save_IFS
2349 test -z "$as_dir" && as_dir=.
2350 $as_echo "PATH: $as_dir"
2351 done
2352 IFS=$as_save_IFS
2354 } >&5
2356 cat >&5 <<_ACEOF
2359 ## ----------- ##
2360 ## Core tests. ##
2361 ## ----------- ##
2363 _ACEOF
2366 # Keep a trace of the command line.
2367 # Strip out --no-create and --no-recursion so they do not pile up.
2368 # Strip out --silent because we don't want to record it for future runs.
2369 # Also quote any args containing shell meta-characters.
2370 # Make two passes to allow for proper duplicate-argument suppression.
2371 ac_configure_args=
2372 ac_configure_args0=
2373 ac_configure_args1=
2374 ac_must_keep_next=false
2375 for ac_pass in 1 2
2377 for ac_arg
2379 case $ac_arg in
2380 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2381 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2382 | -silent | --silent | --silen | --sile | --sil)
2383 continue ;;
2384 *\'*)
2385 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2386 esac
2387 case $ac_pass in
2388 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2390 as_fn_append ac_configure_args1 " '$ac_arg'"
2391 if test $ac_must_keep_next = true; then
2392 ac_must_keep_next=false # Got value, back to normal.
2393 else
2394 case $ac_arg in
2395 *=* | --config-cache | -C | -disable-* | --disable-* \
2396 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2397 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2398 | -with-* | --with-* | -without-* | --without-* | --x)
2399 case "$ac_configure_args0 " in
2400 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2401 esac
2403 -* ) ac_must_keep_next=true ;;
2404 esac
2406 as_fn_append ac_configure_args " '$ac_arg'"
2408 esac
2409 done
2410 done
2411 { ac_configure_args0=; unset ac_configure_args0;}
2412 { ac_configure_args1=; unset ac_configure_args1;}
2414 # When interrupted or exit'd, cleanup temporary files, and complete
2415 # config.log. We remove comments because anyway the quotes in there
2416 # would cause problems or look ugly.
2417 # WARNING: Use '\'' to represent an apostrophe within the trap.
2418 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2419 trap 'exit_status=$?
2420 # Save into config.log some information that might help in debugging.
2422 echo
2424 cat <<\_ASBOX
2425 ## ---------------- ##
2426 ## Cache variables. ##
2427 ## ---------------- ##
2428 _ASBOX
2429 echo
2430 # The following way of writing the cache mishandles newlines in values,
2432 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2433 eval ac_val=\$$ac_var
2434 case $ac_val in #(
2435 *${as_nl}*)
2436 case $ac_var in #(
2437 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2438 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2439 esac
2440 case $ac_var in #(
2441 _ | IFS | as_nl) ;; #(
2442 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2443 *) { eval $ac_var=; unset $ac_var;} ;;
2444 esac ;;
2445 esac
2446 done
2447 (set) 2>&1 |
2448 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2449 *${as_nl}ac_space=\ *)
2450 sed -n \
2451 "s/'\''/'\''\\\\'\'''\''/g;
2452 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2453 ;; #(
2455 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2457 esac |
2458 sort
2460 echo
2462 cat <<\_ASBOX
2463 ## ----------------- ##
2464 ## Output variables. ##
2465 ## ----------------- ##
2466 _ASBOX
2467 echo
2468 for ac_var in $ac_subst_vars
2470 eval ac_val=\$$ac_var
2471 case $ac_val in
2472 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2473 esac
2474 $as_echo "$ac_var='\''$ac_val'\''"
2475 done | sort
2476 echo
2478 if test -n "$ac_subst_files"; then
2479 cat <<\_ASBOX
2480 ## ------------------- ##
2481 ## File substitutions. ##
2482 ## ------------------- ##
2483 _ASBOX
2484 echo
2485 for ac_var in $ac_subst_files
2487 eval ac_val=\$$ac_var
2488 case $ac_val in
2489 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2490 esac
2491 $as_echo "$ac_var='\''$ac_val'\''"
2492 done | sort
2493 echo
2496 if test -s confdefs.h; then
2497 cat <<\_ASBOX
2498 ## ----------- ##
2499 ## confdefs.h. ##
2500 ## ----------- ##
2501 _ASBOX
2502 echo
2503 cat confdefs.h
2504 echo
2506 test "$ac_signal" != 0 &&
2507 $as_echo "$as_me: caught signal $ac_signal"
2508 $as_echo "$as_me: exit $exit_status"
2509 } >&5
2510 rm -f core *.core core.conftest.* &&
2511 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2512 exit $exit_status
2514 for ac_signal in 1 2 13 15; do
2515 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2516 done
2517 ac_signal=0
2519 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2520 rm -f -r conftest* confdefs.h
2522 $as_echo "/* confdefs.h */" > confdefs.h
2524 # Predefined preprocessor variables.
2526 cat >>confdefs.h <<_ACEOF
2527 #define PACKAGE_NAME "$PACKAGE_NAME"
2528 _ACEOF
2530 cat >>confdefs.h <<_ACEOF
2531 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2532 _ACEOF
2534 cat >>confdefs.h <<_ACEOF
2535 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2536 _ACEOF
2538 cat >>confdefs.h <<_ACEOF
2539 #define PACKAGE_STRING "$PACKAGE_STRING"
2540 _ACEOF
2542 cat >>confdefs.h <<_ACEOF
2543 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2544 _ACEOF
2546 cat >>confdefs.h <<_ACEOF
2547 #define PACKAGE_URL "$PACKAGE_URL"
2548 _ACEOF
2551 # Let the site file select an alternate cache file if it wants to.
2552 # Prefer an explicitly selected file to automatically selected ones.
2553 ac_site_file1=NONE
2554 ac_site_file2=NONE
2555 if test -n "$CONFIG_SITE"; then
2556 ac_site_file1=$CONFIG_SITE
2557 elif test "x$prefix" != xNONE; then
2558 ac_site_file1=$prefix/share/config.site
2559 ac_site_file2=$prefix/etc/config.site
2560 else
2561 ac_site_file1=$ac_default_prefix/share/config.site
2562 ac_site_file2=$ac_default_prefix/etc/config.site
2564 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2566 test "x$ac_site_file" = xNONE && continue
2567 if test -r "$ac_site_file"; then
2568 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2569 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2570 sed 's/^/| /' "$ac_site_file" >&5
2571 . "$ac_site_file"
2573 done
2575 if test -r "$cache_file"; then
2576 # Some versions of bash will fail to source /dev/null (special
2577 # files actually), so we avoid doing that.
2578 if test -f "$cache_file"; then
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2580 $as_echo "$as_me: loading cache $cache_file" >&6;}
2581 case $cache_file in
2582 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2583 *) . "./$cache_file";;
2584 esac
2586 else
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2588 $as_echo "$as_me: creating cache $cache_file" >&6;}
2589 >$cache_file
2592 # Check that the precious variables saved in the cache have kept the same
2593 # value.
2594 ac_cache_corrupted=false
2595 for ac_var in $ac_precious_vars; do
2596 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2597 eval ac_new_set=\$ac_env_${ac_var}_set
2598 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2599 eval ac_new_val=\$ac_env_${ac_var}_value
2600 case $ac_old_set,$ac_new_set in
2601 set,)
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2603 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2604 ac_cache_corrupted=: ;;
2605 ,set)
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2607 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2608 ac_cache_corrupted=: ;;
2609 ,);;
2611 if test "x$ac_old_val" != "x$ac_new_val"; then
2612 # differences in whitespace do not lead to failure.
2613 ac_old_val_w=`echo x $ac_old_val`
2614 ac_new_val_w=`echo x $ac_new_val`
2615 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2617 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2618 ac_cache_corrupted=:
2619 else
2620 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2621 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2622 eval $ac_var=\$ac_old_val
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2625 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2626 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2627 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2628 fi;;
2629 esac
2630 # Pass precious variables to config.status.
2631 if test "$ac_new_set" = set; then
2632 case $ac_new_val in
2633 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2634 *) ac_arg=$ac_var=$ac_new_val ;;
2635 esac
2636 case " $ac_configure_args " in
2637 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2638 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2639 esac
2641 done
2642 if $ac_cache_corrupted; then
2643 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2644 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2646 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2647 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2649 ## -------------------- ##
2650 ## Main body of script. ##
2651 ## -------------------- ##
2653 ac_ext=c
2654 ac_cpp='$CPP $CPPFLAGS'
2655 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2656 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2657 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2665 ac_aux_dir=
2666 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2667 for ac_t in install-sh install.sh shtool; do
2668 if test -f "$ac_dir/$ac_t"; then
2669 ac_aux_dir=$ac_dir
2670 ac_install_sh="$ac_aux_dir/$ac_t -c"
2671 break 2
2673 done
2674 done
2675 if test -z "$ac_aux_dir"; then
2676 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2679 # These three variables are undocumented and unsupported,
2680 # and are intended to be withdrawn in a future Autoconf release.
2681 # They can cause serious problems if a builder's source tree is in a directory
2682 # whose full name contains unusual characters.
2683 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2684 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2685 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2688 # Make sure we can run config.sub.
2689 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2690 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2693 $as_echo_n "checking build system type... " >&6; }
2694 if test "${ac_cv_build+set}" = set; then :
2695 $as_echo_n "(cached) " >&6
2696 else
2697 ac_build_alias=$build_alias
2698 test "x$ac_build_alias" = x &&
2699 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2700 test "x$ac_build_alias" = x &&
2701 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2702 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2703 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2707 $as_echo "$ac_cv_build" >&6; }
2708 case $ac_cv_build in
2709 *-*-*) ;;
2710 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2711 esac
2712 build=$ac_cv_build
2713 ac_save_IFS=$IFS; IFS='-'
2714 set x $ac_cv_build
2715 shift
2716 build_cpu=$1
2717 build_vendor=$2
2718 shift; shift
2719 # Remember, the first character of IFS is used to create $*,
2720 # except with old shells:
2721 build_os=$*
2722 IFS=$ac_save_IFS
2723 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2727 $as_echo_n "checking host system type... " >&6; }
2728 if test "${ac_cv_host+set}" = set; then :
2729 $as_echo_n "(cached) " >&6
2730 else
2731 if test "x$host_alias" = x; then
2732 ac_cv_host=$ac_cv_build
2733 else
2734 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2735 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2740 $as_echo "$ac_cv_host" >&6; }
2741 case $ac_cv_host in
2742 *-*-*) ;;
2743 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2744 esac
2745 host=$ac_cv_host
2746 ac_save_IFS=$IFS; IFS='-'
2747 set x $ac_cv_host
2748 shift
2749 host_cpu=$1
2750 host_vendor=$2
2751 shift; shift
2752 # Remember, the first character of IFS is used to create $*,
2753 # except with old shells:
2754 host_os=$*
2755 IFS=$ac_save_IFS
2756 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2760 $as_echo_n "checking target system type... " >&6; }
2761 if test "${ac_cv_target+set}" = set; then :
2762 $as_echo_n "(cached) " >&6
2763 else
2764 if test "x$target_alias" = x; then
2765 ac_cv_target=$ac_cv_host
2766 else
2767 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2768 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2773 $as_echo "$ac_cv_target" >&6; }
2774 case $ac_cv_target in
2775 *-*-*) ;;
2776 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2777 esac
2778 target=$ac_cv_target
2779 ac_save_IFS=$IFS; IFS='-'
2780 set x $ac_cv_target
2781 shift
2782 target_cpu=$1
2783 target_vendor=$2
2784 shift; shift
2785 # Remember, the first character of IFS is used to create $*,
2786 # except with old shells:
2787 target_os=$*
2788 IFS=$ac_save_IFS
2789 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2792 # The aliases save the names the user supplied, while $host etc.
2793 # will get canonicalized.
2794 test -n "$target_alias" &&
2795 test "$program_prefix$program_suffix$program_transform_name" = \
2796 NONENONEs,x,x, &&
2797 program_prefix=${target_alias}-
2798 ac_ext=c
2799 ac_cpp='$CPP $CPPFLAGS'
2800 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2801 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2802 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2803 if test -n "$ac_tool_prefix"; then
2804 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2805 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2807 $as_echo_n "checking for $ac_word... " >&6; }
2808 if test "${ac_cv_prog_CC+set}" = set; then :
2809 $as_echo_n "(cached) " >&6
2810 else
2811 if test -n "$CC"; then
2812 ac_cv_prog_CC="$CC" # Let the user override the test.
2813 else
2814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2815 for as_dir in $PATH
2817 IFS=$as_save_IFS
2818 test -z "$as_dir" && as_dir=.
2819 for ac_exec_ext in '' $ac_executable_extensions; do
2820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2821 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2823 break 2
2825 done
2826 done
2827 IFS=$as_save_IFS
2831 CC=$ac_cv_prog_CC
2832 if test -n "$CC"; then
2833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2834 $as_echo "$CC" >&6; }
2835 else
2836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2837 $as_echo "no" >&6; }
2842 if test -z "$ac_cv_prog_CC"; then
2843 ac_ct_CC=$CC
2844 # Extract the first word of "gcc", so it can be a program name with args.
2845 set dummy gcc; ac_word=$2
2846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2847 $as_echo_n "checking for $ac_word... " >&6; }
2848 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2849 $as_echo_n "(cached) " >&6
2850 else
2851 if test -n "$ac_ct_CC"; then
2852 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2853 else
2854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2855 for as_dir in $PATH
2857 IFS=$as_save_IFS
2858 test -z "$as_dir" && as_dir=.
2859 for ac_exec_ext in '' $ac_executable_extensions; do
2860 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2861 ac_cv_prog_ac_ct_CC="gcc"
2862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2863 break 2
2865 done
2866 done
2867 IFS=$as_save_IFS
2871 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2872 if test -n "$ac_ct_CC"; then
2873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2874 $as_echo "$ac_ct_CC" >&6; }
2875 else
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2877 $as_echo "no" >&6; }
2880 if test "x$ac_ct_CC" = x; then
2881 CC=""
2882 else
2883 case $cross_compiling:$ac_tool_warned in
2884 yes:)
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2886 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2887 ac_tool_warned=yes ;;
2888 esac
2889 CC=$ac_ct_CC
2891 else
2892 CC="$ac_cv_prog_CC"
2895 if test -z "$CC"; then
2896 if test -n "$ac_tool_prefix"; then
2897 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2898 set dummy ${ac_tool_prefix}cc; ac_word=$2
2899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2900 $as_echo_n "checking for $ac_word... " >&6; }
2901 if test "${ac_cv_prog_CC+set}" = set; then :
2902 $as_echo_n "(cached) " >&6
2903 else
2904 if test -n "$CC"; then
2905 ac_cv_prog_CC="$CC" # Let the user override the test.
2906 else
2907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2908 for as_dir in $PATH
2910 IFS=$as_save_IFS
2911 test -z "$as_dir" && as_dir=.
2912 for ac_exec_ext in '' $ac_executable_extensions; do
2913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2914 ac_cv_prog_CC="${ac_tool_prefix}cc"
2915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2916 break 2
2918 done
2919 done
2920 IFS=$as_save_IFS
2924 CC=$ac_cv_prog_CC
2925 if test -n "$CC"; then
2926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2927 $as_echo "$CC" >&6; }
2928 else
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2930 $as_echo "no" >&6; }
2936 if test -z "$CC"; then
2937 # Extract the first word of "cc", so it can be a program name with args.
2938 set dummy cc; ac_word=$2
2939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2940 $as_echo_n "checking for $ac_word... " >&6; }
2941 if test "${ac_cv_prog_CC+set}" = set; then :
2942 $as_echo_n "(cached) " >&6
2943 else
2944 if test -n "$CC"; then
2945 ac_cv_prog_CC="$CC" # Let the user override the test.
2946 else
2947 ac_prog_rejected=no
2948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2949 for as_dir in $PATH
2951 IFS=$as_save_IFS
2952 test -z "$as_dir" && as_dir=.
2953 for ac_exec_ext in '' $ac_executable_extensions; do
2954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2955 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2956 ac_prog_rejected=yes
2957 continue
2959 ac_cv_prog_CC="cc"
2960 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2961 break 2
2963 done
2964 done
2965 IFS=$as_save_IFS
2967 if test $ac_prog_rejected = yes; then
2968 # We found a bogon in the path, so make sure we never use it.
2969 set dummy $ac_cv_prog_CC
2970 shift
2971 if test $# != 0; then
2972 # We chose a different compiler from the bogus one.
2973 # However, it has the same basename, so the bogon will be chosen
2974 # first if we set CC to just the basename; use the full file name.
2975 shift
2976 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2981 CC=$ac_cv_prog_CC
2982 if test -n "$CC"; then
2983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2984 $as_echo "$CC" >&6; }
2985 else
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2987 $as_echo "no" >&6; }
2992 if test -z "$CC"; then
2993 if test -n "$ac_tool_prefix"; then
2994 for ac_prog in cl.exe
2996 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2997 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2999 $as_echo_n "checking for $ac_word... " >&6; }
3000 if test "${ac_cv_prog_CC+set}" = set; then :
3001 $as_echo_n "(cached) " >&6
3002 else
3003 if test -n "$CC"; then
3004 ac_cv_prog_CC="$CC" # Let the user override the test.
3005 else
3006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3007 for as_dir in $PATH
3009 IFS=$as_save_IFS
3010 test -z "$as_dir" && as_dir=.
3011 for ac_exec_ext in '' $ac_executable_extensions; do
3012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3013 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3015 break 2
3017 done
3018 done
3019 IFS=$as_save_IFS
3023 CC=$ac_cv_prog_CC
3024 if test -n "$CC"; then
3025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3026 $as_echo "$CC" >&6; }
3027 else
3028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3029 $as_echo "no" >&6; }
3033 test -n "$CC" && break
3034 done
3036 if test -z "$CC"; then
3037 ac_ct_CC=$CC
3038 for ac_prog in cl.exe
3040 # Extract the first word of "$ac_prog", so it can be a program name with args.
3041 set dummy $ac_prog; ac_word=$2
3042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3043 $as_echo_n "checking for $ac_word... " >&6; }
3044 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3045 $as_echo_n "(cached) " >&6
3046 else
3047 if test -n "$ac_ct_CC"; then
3048 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3049 else
3050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3051 for as_dir in $PATH
3053 IFS=$as_save_IFS
3054 test -z "$as_dir" && as_dir=.
3055 for ac_exec_ext in '' $ac_executable_extensions; do
3056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3057 ac_cv_prog_ac_ct_CC="$ac_prog"
3058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3059 break 2
3061 done
3062 done
3063 IFS=$as_save_IFS
3067 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3068 if test -n "$ac_ct_CC"; then
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3070 $as_echo "$ac_ct_CC" >&6; }
3071 else
3072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3073 $as_echo "no" >&6; }
3077 test -n "$ac_ct_CC" && break
3078 done
3080 if test "x$ac_ct_CC" = x; then
3081 CC=""
3082 else
3083 case $cross_compiling:$ac_tool_warned in
3084 yes:)
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3086 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3087 ac_tool_warned=yes ;;
3088 esac
3089 CC=$ac_ct_CC
3096 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3097 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3098 as_fn_error "no acceptable C compiler found in \$PATH
3099 See \`config.log' for more details." "$LINENO" 5; }
3101 # Provide some information about the compiler.
3102 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3103 set X $ac_compile
3104 ac_compiler=$2
3105 for ac_option in --version -v -V -qversion; do
3106 { { ac_try="$ac_compiler $ac_option >&5"
3107 case "(($ac_try" in
3108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3109 *) ac_try_echo=$ac_try;;
3110 esac
3111 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3112 $as_echo "$ac_try_echo"; } >&5
3113 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3114 ac_status=$?
3115 if test -s conftest.err; then
3116 sed '10a\
3117 ... rest of stderr output deleted ...
3118 10q' conftest.err >conftest.er1
3119 cat conftest.er1 >&5
3120 rm -f conftest.er1 conftest.err
3122 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3123 test $ac_status = 0; }
3124 done
3126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3127 /* end confdefs.h. */
3130 main ()
3134 return 0;
3136 _ACEOF
3137 ac_clean_files_save=$ac_clean_files
3138 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3139 # Try to create an executable without -o first, disregard a.out.
3140 # It will help us diagnose broken compilers, and finding out an intuition
3141 # of exeext.
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3143 $as_echo_n "checking for C compiler default output file name... " >&6; }
3144 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3146 # The possible output files:
3147 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3149 ac_rmfiles=
3150 for ac_file in $ac_files
3152 case $ac_file in
3153 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3154 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3155 esac
3156 done
3157 rm -f $ac_rmfiles
3159 if { { ac_try="$ac_link_default"
3160 case "(($ac_try" in
3161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3162 *) ac_try_echo=$ac_try;;
3163 esac
3164 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3165 $as_echo "$ac_try_echo"; } >&5
3166 (eval "$ac_link_default") 2>&5
3167 ac_status=$?
3168 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3169 test $ac_status = 0; }; then :
3170 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3171 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3172 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3173 # so that the user can short-circuit this test for compilers unknown to
3174 # Autoconf.
3175 for ac_file in $ac_files ''
3177 test -f "$ac_file" || continue
3178 case $ac_file in
3179 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3181 [ab].out )
3182 # We found the default executable, but exeext='' is most
3183 # certainly right.
3184 break;;
3185 *.* )
3186 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3187 then :; else
3188 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3190 # We set ac_cv_exeext here because the later test for it is not
3191 # safe: cross compilers may not add the suffix if given an `-o'
3192 # argument, so we may need to know it at that point already.
3193 # Even if this section looks crufty: it has the advantage of
3194 # actually working.
3195 break;;
3197 break;;
3198 esac
3199 done
3200 test "$ac_cv_exeext" = no && ac_cv_exeext=
3202 else
3203 ac_file=''
3205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3206 $as_echo "$ac_file" >&6; }
3207 if test -z "$ac_file"; then :
3208 $as_echo "$as_me: failed program was:" >&5
3209 sed 's/^/| /' conftest.$ac_ext >&5
3211 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3212 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3213 { as_fn_set_status 77
3214 as_fn_error "C compiler cannot create executables
3215 See \`config.log' for more details." "$LINENO" 5; }; }
3217 ac_exeext=$ac_cv_exeext
3219 # Check that the compiler produces executables we can run. If not, either
3220 # the compiler is broken, or we cross compile.
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3222 $as_echo_n "checking whether the C compiler works... " >&6; }
3223 # If not cross compiling, check that we can run a simple program.
3224 if test "$cross_compiling" != yes; then
3225 if { ac_try='./$ac_file'
3226 { { case "(($ac_try" in
3227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3228 *) ac_try_echo=$ac_try;;
3229 esac
3230 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3231 $as_echo "$ac_try_echo"; } >&5
3232 (eval "$ac_try") 2>&5
3233 ac_status=$?
3234 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3235 test $ac_status = 0; }; }; then
3236 cross_compiling=no
3237 else
3238 if test "$cross_compiling" = maybe; then
3239 cross_compiling=yes
3240 else
3241 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3242 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3243 as_fn_error "cannot run C compiled programs.
3244 If you meant to cross compile, use \`--host'.
3245 See \`config.log' for more details." "$LINENO" 5; }
3249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3250 $as_echo "yes" >&6; }
3252 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3253 ac_clean_files=$ac_clean_files_save
3254 # Check that the compiler produces executables we can run. If not, either
3255 # the compiler is broken, or we cross compile.
3256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3257 $as_echo_n "checking whether we are cross compiling... " >&6; }
3258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3259 $as_echo "$cross_compiling" >&6; }
3261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3262 $as_echo_n "checking for suffix of executables... " >&6; }
3263 if { { ac_try="$ac_link"
3264 case "(($ac_try" in
3265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3266 *) ac_try_echo=$ac_try;;
3267 esac
3268 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3269 $as_echo "$ac_try_echo"; } >&5
3270 (eval "$ac_link") 2>&5
3271 ac_status=$?
3272 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3273 test $ac_status = 0; }; then :
3274 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3275 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3276 # work properly (i.e., refer to `conftest.exe'), while it won't with
3277 # `rm'.
3278 for ac_file in conftest.exe conftest conftest.*; do
3279 test -f "$ac_file" || continue
3280 case $ac_file in
3281 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3282 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3283 break;;
3284 * ) break;;
3285 esac
3286 done
3287 else
3288 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3289 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3290 as_fn_error "cannot compute suffix of executables: cannot compile and link
3291 See \`config.log' for more details." "$LINENO" 5; }
3293 rm -f conftest$ac_cv_exeext
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3295 $as_echo "$ac_cv_exeext" >&6; }
3297 rm -f conftest.$ac_ext
3298 EXEEXT=$ac_cv_exeext
3299 ac_exeext=$EXEEXT
3300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3301 $as_echo_n "checking for suffix of object files... " >&6; }
3302 if test "${ac_cv_objext+set}" = set; then :
3303 $as_echo_n "(cached) " >&6
3304 else
3305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3306 /* end confdefs.h. */
3309 main ()
3313 return 0;
3315 _ACEOF
3316 rm -f conftest.o conftest.obj
3317 if { { ac_try="$ac_compile"
3318 case "(($ac_try" in
3319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3320 *) ac_try_echo=$ac_try;;
3321 esac
3322 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3323 $as_echo "$ac_try_echo"; } >&5
3324 (eval "$ac_compile") 2>&5
3325 ac_status=$?
3326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3327 test $ac_status = 0; }; then :
3328 for ac_file in conftest.o conftest.obj conftest.*; do
3329 test -f "$ac_file" || continue;
3330 case $ac_file in
3331 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3332 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3333 break;;
3334 esac
3335 done
3336 else
3337 $as_echo "$as_me: failed program was:" >&5
3338 sed 's/^/| /' conftest.$ac_ext >&5
3340 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3341 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3342 as_fn_error "cannot compute suffix of object files: cannot compile
3343 See \`config.log' for more details." "$LINENO" 5; }
3345 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3348 $as_echo "$ac_cv_objext" >&6; }
3349 OBJEXT=$ac_cv_objext
3350 ac_objext=$OBJEXT
3351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3352 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3353 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3354 $as_echo_n "(cached) " >&6
3355 else
3356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3357 /* end confdefs.h. */
3360 main ()
3362 #ifndef __GNUC__
3363 choke me
3364 #endif
3367 return 0;
3369 _ACEOF
3370 if ac_fn_c_try_compile "$LINENO"; then :
3371 ac_compiler_gnu=yes
3372 else
3373 ac_compiler_gnu=no
3375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3376 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3380 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3381 if test $ac_compiler_gnu = yes; then
3382 GCC=yes
3383 else
3384 GCC=
3386 ac_test_CFLAGS=${CFLAGS+set}
3387 ac_save_CFLAGS=$CFLAGS
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3389 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3390 if test "${ac_cv_prog_cc_g+set}" = set; then :
3391 $as_echo_n "(cached) " >&6
3392 else
3393 ac_save_c_werror_flag=$ac_c_werror_flag
3394 ac_c_werror_flag=yes
3395 ac_cv_prog_cc_g=no
3396 CFLAGS="-g"
3397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3398 /* end confdefs.h. */
3401 main ()
3405 return 0;
3407 _ACEOF
3408 if ac_fn_c_try_compile "$LINENO"; then :
3409 ac_cv_prog_cc_g=yes
3410 else
3411 CFLAGS=""
3412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3413 /* end confdefs.h. */
3416 main ()
3420 return 0;
3422 _ACEOF
3423 if ac_fn_c_try_compile "$LINENO"; then :
3425 else
3426 ac_c_werror_flag=$ac_save_c_werror_flag
3427 CFLAGS="-g"
3428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3429 /* end confdefs.h. */
3432 main ()
3436 return 0;
3438 _ACEOF
3439 if ac_fn_c_try_compile "$LINENO"; then :
3440 ac_cv_prog_cc_g=yes
3442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3447 ac_c_werror_flag=$ac_save_c_werror_flag
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3450 $as_echo "$ac_cv_prog_cc_g" >&6; }
3451 if test "$ac_test_CFLAGS" = set; then
3452 CFLAGS=$ac_save_CFLAGS
3453 elif test $ac_cv_prog_cc_g = yes; then
3454 if test "$GCC" = yes; then
3455 CFLAGS="-g -O2"
3456 else
3457 CFLAGS="-g"
3459 else
3460 if test "$GCC" = yes; then
3461 CFLAGS="-O2"
3462 else
3463 CFLAGS=
3466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3467 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3468 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3469 $as_echo_n "(cached) " >&6
3470 else
3471 ac_cv_prog_cc_c89=no
3472 ac_save_CC=$CC
3473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3474 /* end confdefs.h. */
3475 #include <stdarg.h>
3476 #include <stdio.h>
3477 #include <sys/types.h>
3478 #include <sys/stat.h>
3479 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3480 struct buf { int x; };
3481 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3482 static char *e (p, i)
3483 char **p;
3484 int i;
3486 return p[i];
3488 static char *f (char * (*g) (char **, int), char **p, ...)
3490 char *s;
3491 va_list v;
3492 va_start (v,p);
3493 s = g (p, va_arg (v,int));
3494 va_end (v);
3495 return s;
3498 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3499 function prototypes and stuff, but not '\xHH' hex character constants.
3500 These don't provoke an error unfortunately, instead are silently treated
3501 as 'x'. The following induces an error, until -std is added to get
3502 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3503 array size at least. It's necessary to write '\x00'==0 to get something
3504 that's true only with -std. */
3505 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3507 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3508 inside strings and character constants. */
3509 #define FOO(x) 'x'
3510 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3512 int test (int i, double x);
3513 struct s1 {int (*f) (int a);};
3514 struct s2 {int (*f) (double a);};
3515 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3516 int argc;
3517 char **argv;
3519 main ()
3521 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3523 return 0;
3525 _ACEOF
3526 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3527 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3529 CC="$ac_save_CC $ac_arg"
3530 if ac_fn_c_try_compile "$LINENO"; then :
3531 ac_cv_prog_cc_c89=$ac_arg
3533 rm -f core conftest.err conftest.$ac_objext
3534 test "x$ac_cv_prog_cc_c89" != "xno" && break
3535 done
3536 rm -f conftest.$ac_ext
3537 CC=$ac_save_CC
3540 # AC_CACHE_VAL
3541 case "x$ac_cv_prog_cc_c89" in
3543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3544 $as_echo "none needed" >&6; } ;;
3545 xno)
3546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3547 $as_echo "unsupported" >&6; } ;;
3549 CC="$CC $ac_cv_prog_cc_c89"
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3551 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3552 esac
3553 if test "x$ac_cv_prog_cc_c89" != xno; then :
3557 ac_ext=c
3558 ac_cpp='$CPP $CPPFLAGS'
3559 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3560 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3561 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3565 $as_echo_n "checking for library containing strerror... " >&6; }
3566 if test "${ac_cv_search_strerror+set}" = set; then :
3567 $as_echo_n "(cached) " >&6
3568 else
3569 ac_func_search_save_LIBS=$LIBS
3570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3571 /* end confdefs.h. */
3573 /* Override any GCC internal prototype to avoid an error.
3574 Use char because int might match the return type of a GCC
3575 builtin and then its argument prototype would still apply. */
3576 #ifdef __cplusplus
3577 extern "C"
3578 #endif
3579 char strerror ();
3581 main ()
3583 return strerror ();
3585 return 0;
3587 _ACEOF
3588 for ac_lib in '' cposix; do
3589 if test -z "$ac_lib"; then
3590 ac_res="none required"
3591 else
3592 ac_res=-l$ac_lib
3593 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3595 if ac_fn_c_try_link "$LINENO"; then :
3596 ac_cv_search_strerror=$ac_res
3598 rm -f core conftest.err conftest.$ac_objext \
3599 conftest$ac_exeext
3600 if test "${ac_cv_search_strerror+set}" = set; then :
3601 break
3603 done
3604 if test "${ac_cv_search_strerror+set}" = set; then :
3606 else
3607 ac_cv_search_strerror=no
3609 rm conftest.$ac_ext
3610 LIBS=$ac_func_search_save_LIBS
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3613 $as_echo "$ac_cv_search_strerror" >&6; }
3614 ac_res=$ac_cv_search_strerror
3615 if test "$ac_res" != no; then :
3616 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3621 am__api_version='1.11'
3623 # Find a good install program. We prefer a C program (faster),
3624 # so one script is as good as another. But avoid the broken or
3625 # incompatible versions:
3626 # SysV /etc/install, /usr/sbin/install
3627 # SunOS /usr/etc/install
3628 # IRIX /sbin/install
3629 # AIX /bin/install
3630 # AmigaOS /C/install, which installs bootblocks on floppy discs
3631 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3632 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3633 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3634 # OS/2's system install, which has a completely different semantic
3635 # ./install, which can be erroneously created by make from ./install.sh.
3636 # Reject install programs that cannot install multiple files.
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3638 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3639 if test -z "$INSTALL"; then
3640 if test "${ac_cv_path_install+set}" = set; then :
3641 $as_echo_n "(cached) " >&6
3642 else
3643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3644 for as_dir in $PATH
3646 IFS=$as_save_IFS
3647 test -z "$as_dir" && as_dir=.
3648 # Account for people who put trailing slashes in PATH elements.
3649 case $as_dir/ in #((
3650 ./ | .// | /[cC]/* | \
3651 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3652 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3653 /usr/ucb/* ) ;;
3655 # OSF1 and SCO ODT 3.0 have their own names for install.
3656 # Don't use installbsd from OSF since it installs stuff as root
3657 # by default.
3658 for ac_prog in ginstall scoinst install; do
3659 for ac_exec_ext in '' $ac_executable_extensions; do
3660 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3661 if test $ac_prog = install &&
3662 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3663 # AIX install. It has an incompatible calling convention.
3665 elif test $ac_prog = install &&
3666 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3667 # program-specific install script used by HP pwplus--don't use.
3669 else
3670 rm -rf conftest.one conftest.two conftest.dir
3671 echo one > conftest.one
3672 echo two > conftest.two
3673 mkdir conftest.dir
3674 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3675 test -s conftest.one && test -s conftest.two &&
3676 test -s conftest.dir/conftest.one &&
3677 test -s conftest.dir/conftest.two
3678 then
3679 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3680 break 3
3684 done
3685 done
3687 esac
3689 done
3690 IFS=$as_save_IFS
3692 rm -rf conftest.one conftest.two conftest.dir
3695 if test "${ac_cv_path_install+set}" = set; then
3696 INSTALL=$ac_cv_path_install
3697 else
3698 # As a last resort, use the slow shell script. Don't cache a
3699 # value for INSTALL within a source directory, because that will
3700 # break other packages using the cache if that directory is
3701 # removed, or if the value is a relative name.
3702 INSTALL=$ac_install_sh
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3706 $as_echo "$INSTALL" >&6; }
3708 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3709 # It thinks the first close brace ends the variable substitution.
3710 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3712 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3714 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3717 $as_echo_n "checking whether build environment is sane... " >&6; }
3718 # Just in case
3719 sleep 1
3720 echo timestamp > conftest.file
3721 # Reject unsafe characters in $srcdir or the absolute working directory
3722 # name. Accept space and tab only in the latter.
3723 am_lf='
3725 case `pwd` in
3726 *[\\\"\#\$\&\'\`$am_lf]*)
3727 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3728 esac
3729 case $srcdir in
3730 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3731 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3732 esac
3734 # Do `set' in a subshell so we don't clobber the current shell's
3735 # arguments. Must try -L first in case configure is actually a
3736 # symlink; some systems play weird games with the mod time of symlinks
3737 # (eg FreeBSD returns the mod time of the symlink's containing
3738 # directory).
3739 if (
3740 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3741 if test "$*" = "X"; then
3742 # -L didn't work.
3743 set X `ls -t "$srcdir/configure" conftest.file`
3745 rm -f conftest.file
3746 if test "$*" != "X $srcdir/configure conftest.file" \
3747 && test "$*" != "X conftest.file $srcdir/configure"; then
3749 # If neither matched, then we have a broken ls. This can happen
3750 # if, for instance, CONFIG_SHELL is bash and it inherits a
3751 # broken ls alias from the environment. This has actually
3752 # happened. Such a system could not be considered "sane".
3753 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3754 alias in your environment" "$LINENO" 5
3757 test "$2" = conftest.file
3759 then
3760 # Ok.
3762 else
3763 as_fn_error "newly created file is older than distributed files!
3764 Check your system clock" "$LINENO" 5
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3767 $as_echo "yes" >&6; }
3768 test "$program_prefix" != NONE &&
3769 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3770 # Use a double $ so make ignores it.
3771 test "$program_suffix" != NONE &&
3772 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3773 # Double any \ or $.
3774 # By default was `s,x,x', remove it if useless.
3775 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3776 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3778 # expand $ac_aux_dir to an absolute path
3779 am_aux_dir=`cd $ac_aux_dir && pwd`
3781 if test x"${MISSING+set}" != xset; then
3782 case $am_aux_dir in
3783 *\ * | *\ *)
3784 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3786 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3787 esac
3789 # Use eval to expand $SHELL
3790 if eval "$MISSING --run true"; then
3791 am_missing_run="$MISSING --run "
3792 else
3793 am_missing_run=
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3795 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3798 if test x"${install_sh}" != xset; then
3799 case $am_aux_dir in
3800 *\ * | *\ *)
3801 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3803 install_sh="\${SHELL} $am_aux_dir/install-sh"
3804 esac
3807 # Installed binaries are usually stripped using `strip' when the user
3808 # run `make install-strip'. However `strip' might not be the right
3809 # tool to use in cross-compilation environments, therefore Automake
3810 # will honor the `STRIP' environment variable to overrule this program.
3811 if test "$cross_compiling" != no; then
3812 if test -n "$ac_tool_prefix"; then
3813 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3814 set dummy ${ac_tool_prefix}strip; ac_word=$2
3815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3816 $as_echo_n "checking for $ac_word... " >&6; }
3817 if test "${ac_cv_prog_STRIP+set}" = set; then :
3818 $as_echo_n "(cached) " >&6
3819 else
3820 if test -n "$STRIP"; then
3821 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3822 else
3823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3824 for as_dir in $PATH
3826 IFS=$as_save_IFS
3827 test -z "$as_dir" && as_dir=.
3828 for ac_exec_ext in '' $ac_executable_extensions; do
3829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3830 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3832 break 2
3834 done
3835 done
3836 IFS=$as_save_IFS
3840 STRIP=$ac_cv_prog_STRIP
3841 if test -n "$STRIP"; then
3842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3843 $as_echo "$STRIP" >&6; }
3844 else
3845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3846 $as_echo "no" >&6; }
3851 if test -z "$ac_cv_prog_STRIP"; then
3852 ac_ct_STRIP=$STRIP
3853 # Extract the first word of "strip", so it can be a program name with args.
3854 set dummy strip; ac_word=$2
3855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3856 $as_echo_n "checking for $ac_word... " >&6; }
3857 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3858 $as_echo_n "(cached) " >&6
3859 else
3860 if test -n "$ac_ct_STRIP"; then
3861 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3862 else
3863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3864 for as_dir in $PATH
3866 IFS=$as_save_IFS
3867 test -z "$as_dir" && as_dir=.
3868 for ac_exec_ext in '' $ac_executable_extensions; do
3869 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3870 ac_cv_prog_ac_ct_STRIP="strip"
3871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3872 break 2
3874 done
3875 done
3876 IFS=$as_save_IFS
3880 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3881 if test -n "$ac_ct_STRIP"; then
3882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3883 $as_echo "$ac_ct_STRIP" >&6; }
3884 else
3885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3886 $as_echo "no" >&6; }
3889 if test "x$ac_ct_STRIP" = x; then
3890 STRIP=":"
3891 else
3892 case $cross_compiling:$ac_tool_warned in
3893 yes:)
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3895 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3896 ac_tool_warned=yes ;;
3897 esac
3898 STRIP=$ac_ct_STRIP
3900 else
3901 STRIP="$ac_cv_prog_STRIP"
3905 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3908 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3909 if test -z "$MKDIR_P"; then
3910 if test "${ac_cv_path_mkdir+set}" = set; then :
3911 $as_echo_n "(cached) " >&6
3912 else
3913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3914 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3916 IFS=$as_save_IFS
3917 test -z "$as_dir" && as_dir=.
3918 for ac_prog in mkdir gmkdir; do
3919 for ac_exec_ext in '' $ac_executable_extensions; do
3920 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3921 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3922 'mkdir (GNU coreutils) '* | \
3923 'mkdir (coreutils) '* | \
3924 'mkdir (fileutils) '4.1*)
3925 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3926 break 3;;
3927 esac
3928 done
3929 done
3930 done
3931 IFS=$as_save_IFS
3935 if test "${ac_cv_path_mkdir+set}" = set; then
3936 MKDIR_P="$ac_cv_path_mkdir -p"
3937 else
3938 # As a last resort, use the slow shell script. Don't cache a
3939 # value for MKDIR_P within a source directory, because that will
3940 # break other packages using the cache if that directory is
3941 # removed, or if the value is a relative name.
3942 test -d ./--version && rmdir ./--version
3943 MKDIR_P="$ac_install_sh -d"
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3947 $as_echo "$MKDIR_P" >&6; }
3949 mkdir_p="$MKDIR_P"
3950 case $mkdir_p in
3951 [\\/$]* | ?:[\\/]*) ;;
3952 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3953 esac
3955 for ac_prog in gawk mawk nawk awk
3957 # Extract the first word of "$ac_prog", so it can be a program name with args.
3958 set dummy $ac_prog; ac_word=$2
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960 $as_echo_n "checking for $ac_word... " >&6; }
3961 if test "${ac_cv_prog_AWK+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
3963 else
3964 if test -n "$AWK"; then
3965 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3966 else
3967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968 for as_dir in $PATH
3970 IFS=$as_save_IFS
3971 test -z "$as_dir" && as_dir=.
3972 for ac_exec_ext in '' $ac_executable_extensions; do
3973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3974 ac_cv_prog_AWK="$ac_prog"
3975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3976 break 2
3978 done
3979 done
3980 IFS=$as_save_IFS
3984 AWK=$ac_cv_prog_AWK
3985 if test -n "$AWK"; then
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3987 $as_echo "$AWK" >&6; }
3988 else
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990 $as_echo "no" >&6; }
3994 test -n "$AWK" && break
3995 done
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3998 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3999 set x ${MAKE-make}
4000 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4001 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
4002 $as_echo_n "(cached) " >&6
4003 else
4004 cat >conftest.make <<\_ACEOF
4005 SHELL = /bin/sh
4006 all:
4007 @echo '@@@%%%=$(MAKE)=@@@%%%'
4008 _ACEOF
4009 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4010 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4011 *@@@%%%=?*=@@@%%%*)
4012 eval ac_cv_prog_make_${ac_make}_set=yes;;
4014 eval ac_cv_prog_make_${ac_make}_set=no;;
4015 esac
4016 rm -f conftest.make
4018 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4020 $as_echo "yes" >&6; }
4021 SET_MAKE=
4022 else
4023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4024 $as_echo "no" >&6; }
4025 SET_MAKE="MAKE=${MAKE-make}"
4028 rm -rf .tst 2>/dev/null
4029 mkdir .tst 2>/dev/null
4030 if test -d .tst; then
4031 am__leading_dot=.
4032 else
4033 am__leading_dot=_
4035 rmdir .tst 2>/dev/null
4037 DEPDIR="${am__leading_dot}deps"
4039 ac_config_commands="$ac_config_commands depfiles"
4042 am_make=${MAKE-make}
4043 cat > confinc << 'END'
4044 am__doit:
4045 @echo this is the am__doit target
4046 .PHONY: am__doit
4048 # If we don't find an include directive, just comment out the code.
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4050 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4051 am__include="#"
4052 am__quote=
4053 _am_result=none
4054 # First try GNU make style include.
4055 echo "include confinc" > confmf
4056 # Ignore all kinds of additional output from `make'.
4057 case `$am_make -s -f confmf 2> /dev/null` in #(
4058 *the\ am__doit\ target*)
4059 am__include=include
4060 am__quote=
4061 _am_result=GNU
4063 esac
4064 # Now try BSD make style include.
4065 if test "$am__include" = "#"; then
4066 echo '.include "confinc"' > confmf
4067 case `$am_make -s -f confmf 2> /dev/null` in #(
4068 *the\ am__doit\ target*)
4069 am__include=.include
4070 am__quote="\""
4071 _am_result=BSD
4073 esac
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4078 $as_echo "$_am_result" >&6; }
4079 rm -f confinc confmf
4081 # Check whether --enable-dependency-tracking was given.
4082 if test "${enable_dependency_tracking+set}" = set; then :
4083 enableval=$enable_dependency_tracking;
4086 if test "x$enable_dependency_tracking" != xno; then
4087 am_depcomp="$ac_aux_dir/depcomp"
4088 AMDEPBACKSLASH='\'
4090 if test "x$enable_dependency_tracking" != xno; then
4091 AMDEP_TRUE=
4092 AMDEP_FALSE='#'
4093 else
4094 AMDEP_TRUE='#'
4095 AMDEP_FALSE=
4099 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4100 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4101 # is not polluted with repeated "-I."
4102 am__isrc=' -I$(srcdir)'
4103 # test to see if srcdir already configured
4104 if test -f $srcdir/config.status; then
4105 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4109 # test whether we have cygpath
4110 if test -z "$CYGPATH_W"; then
4111 if (cygpath --version) >/dev/null 2>/dev/null; then
4112 CYGPATH_W='cygpath -w'
4113 else
4114 CYGPATH_W=echo
4119 # Define the identity of the package.
4120 PACKAGE=bfd
4121 VERSION=2.20.51
4124 cat >>confdefs.h <<_ACEOF
4125 #define PACKAGE "$PACKAGE"
4126 _ACEOF
4129 cat >>confdefs.h <<_ACEOF
4130 #define VERSION "$VERSION"
4131 _ACEOF
4133 # Some tools Automake needs.
4135 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4138 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4141 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4144 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4147 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4149 # We need awk for the "check" target. The system "awk" is bad on
4150 # some platforms.
4151 # Always define AMTAR for backward compatibility.
4153 AMTAR=${AMTAR-"${am_missing_run}tar"}
4155 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4160 depcc="$CC" am_compiler_list=
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4163 $as_echo_n "checking dependency style of $depcc... " >&6; }
4164 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4165 $as_echo_n "(cached) " >&6
4166 else
4167 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4168 # We make a subdir and do the tests there. Otherwise we can end up
4169 # making bogus files that we don't know about and never remove. For
4170 # instance it was reported that on HP-UX the gcc test will end up
4171 # making a dummy file named `D' -- because `-MD' means `put the output
4172 # in D'.
4173 mkdir conftest.dir
4174 # Copy depcomp to subdir because otherwise we won't find it if we're
4175 # using a relative directory.
4176 cp "$am_depcomp" conftest.dir
4177 cd conftest.dir
4178 # We will build objects and dependencies in a subdirectory because
4179 # it helps to detect inapplicable dependency modes. For instance
4180 # both Tru64's cc and ICC support -MD to output dependencies as a
4181 # side effect of compilation, but ICC will put the dependencies in
4182 # the current directory while Tru64 will put them in the object
4183 # directory.
4184 mkdir sub
4186 am_cv_CC_dependencies_compiler_type=none
4187 if test "$am_compiler_list" = ""; then
4188 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4190 am__universal=false
4191 case " $depcc " in #(
4192 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4193 esac
4195 for depmode in $am_compiler_list; do
4196 # Setup a source with many dependencies, because some compilers
4197 # like to wrap large dependency lists on column 80 (with \), and
4198 # we should not choose a depcomp mode which is confused by this.
4200 # We need to recreate these files for each test, as the compiler may
4201 # overwrite some of them when testing with obscure command lines.
4202 # This happens at least with the AIX C compiler.
4203 : > sub/conftest.c
4204 for i in 1 2 3 4 5 6; do
4205 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4206 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4207 # Solaris 8's {/usr,}/bin/sh.
4208 touch sub/conftst$i.h
4209 done
4210 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4212 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4213 # mode. It turns out that the SunPro C++ compiler does not properly
4214 # handle `-M -o', and we need to detect this. Also, some Intel
4215 # versions had trouble with output in subdirs
4216 am__obj=sub/conftest.${OBJEXT-o}
4217 am__minus_obj="-o $am__obj"
4218 case $depmode in
4219 gcc)
4220 # This depmode causes a compiler race in universal mode.
4221 test "$am__universal" = false || continue
4223 nosideeffect)
4224 # after this tag, mechanisms are not by side-effect, so they'll
4225 # only be used when explicitly requested
4226 if test "x$enable_dependency_tracking" = xyes; then
4227 continue
4228 else
4229 break
4232 msvisualcpp | msvcmsys)
4233 # This compiler won't grok `-c -o', but also, the minuso test has
4234 # not run yet. These depmodes are late enough in the game, and
4235 # so weak that their functioning should not be impacted.
4236 am__obj=conftest.${OBJEXT-o}
4237 am__minus_obj=
4239 none) break ;;
4240 esac
4241 if depmode=$depmode \
4242 source=sub/conftest.c object=$am__obj \
4243 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4244 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4245 >/dev/null 2>conftest.err &&
4246 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4247 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4248 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4249 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4250 # icc doesn't choke on unknown options, it will just issue warnings
4251 # or remarks (even with -Werror). So we grep stderr for any message
4252 # that says an option was ignored or not supported.
4253 # When given -MP, icc 7.0 and 7.1 complain thusly:
4254 # icc: Command line warning: ignoring option '-M'; no argument required
4255 # The diagnosis changed in icc 8.0:
4256 # icc: Command line remark: option '-MP' not supported
4257 if (grep 'ignoring option' conftest.err ||
4258 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4259 am_cv_CC_dependencies_compiler_type=$depmode
4260 break
4263 done
4265 cd ..
4266 rm -rf conftest.dir
4267 else
4268 am_cv_CC_dependencies_compiler_type=none
4272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4273 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4274 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4277 test "x$enable_dependency_tracking" != xno \
4278 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4279 am__fastdepCC_TRUE=
4280 am__fastdepCC_FALSE='#'
4281 else
4282 am__fastdepCC_TRUE='#'
4283 am__fastdepCC_FALSE=
4289 if test -n "$ac_tool_prefix"; then
4290 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4291 set dummy ${ac_tool_prefix}ar; ac_word=$2
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4293 $as_echo_n "checking for $ac_word... " >&6; }
4294 if test "${ac_cv_prog_AR+set}" = set; then :
4295 $as_echo_n "(cached) " >&6
4296 else
4297 if test -n "$AR"; then
4298 ac_cv_prog_AR="$AR" # Let the user override the test.
4299 else
4300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4301 for as_dir in $PATH
4303 IFS=$as_save_IFS
4304 test -z "$as_dir" && as_dir=.
4305 for ac_exec_ext in '' $ac_executable_extensions; do
4306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4307 ac_cv_prog_AR="${ac_tool_prefix}ar"
4308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4309 break 2
4311 done
4312 done
4313 IFS=$as_save_IFS
4317 AR=$ac_cv_prog_AR
4318 if test -n "$AR"; then
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4320 $as_echo "$AR" >&6; }
4321 else
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4323 $as_echo "no" >&6; }
4328 if test -z "$ac_cv_prog_AR"; then
4329 ac_ct_AR=$AR
4330 # Extract the first word of "ar", so it can be a program name with args.
4331 set dummy ar; ac_word=$2
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4333 $as_echo_n "checking for $ac_word... " >&6; }
4334 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4335 $as_echo_n "(cached) " >&6
4336 else
4337 if test -n "$ac_ct_AR"; then
4338 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4339 else
4340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4341 for as_dir in $PATH
4343 IFS=$as_save_IFS
4344 test -z "$as_dir" && as_dir=.
4345 for ac_exec_ext in '' $ac_executable_extensions; do
4346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4347 ac_cv_prog_ac_ct_AR="ar"
4348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4349 break 2
4351 done
4352 done
4353 IFS=$as_save_IFS
4357 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4358 if test -n "$ac_ct_AR"; then
4359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4360 $as_echo "$ac_ct_AR" >&6; }
4361 else
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4363 $as_echo "no" >&6; }
4366 if test "x$ac_ct_AR" = x; then
4367 AR=""
4368 else
4369 case $cross_compiling:$ac_tool_warned in
4370 yes:)
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4372 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4373 ac_tool_warned=yes ;;
4374 esac
4375 AR=$ac_ct_AR
4377 else
4378 AR="$ac_cv_prog_AR"
4381 if test -n "$ac_tool_prefix"; then
4382 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4383 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4385 $as_echo_n "checking for $ac_word... " >&6; }
4386 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4387 $as_echo_n "(cached) " >&6
4388 else
4389 if test -n "$RANLIB"; then
4390 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4391 else
4392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4393 for as_dir in $PATH
4395 IFS=$as_save_IFS
4396 test -z "$as_dir" && as_dir=.
4397 for ac_exec_ext in '' $ac_executable_extensions; do
4398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4399 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4401 break 2
4403 done
4404 done
4405 IFS=$as_save_IFS
4409 RANLIB=$ac_cv_prog_RANLIB
4410 if test -n "$RANLIB"; then
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4412 $as_echo "$RANLIB" >&6; }
4413 else
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4415 $as_echo "no" >&6; }
4420 if test -z "$ac_cv_prog_RANLIB"; then
4421 ac_ct_RANLIB=$RANLIB
4422 # Extract the first word of "ranlib", so it can be a program name with args.
4423 set dummy ranlib; ac_word=$2
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4425 $as_echo_n "checking for $ac_word... " >&6; }
4426 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4427 $as_echo_n "(cached) " >&6
4428 else
4429 if test -n "$ac_ct_RANLIB"; then
4430 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4431 else
4432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4433 for as_dir in $PATH
4435 IFS=$as_save_IFS
4436 test -z "$as_dir" && as_dir=.
4437 for ac_exec_ext in '' $ac_executable_extensions; do
4438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4439 ac_cv_prog_ac_ct_RANLIB="ranlib"
4440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4441 break 2
4443 done
4444 done
4445 IFS=$as_save_IFS
4449 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4450 if test -n "$ac_ct_RANLIB"; then
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4452 $as_echo "$ac_ct_RANLIB" >&6; }
4453 else
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4455 $as_echo "no" >&6; }
4458 if test "x$ac_ct_RANLIB" = x; then
4459 RANLIB=":"
4460 else
4461 case $cross_compiling:$ac_tool_warned in
4462 yes:)
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4464 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4465 ac_tool_warned=yes ;;
4466 esac
4467 RANLIB=$ac_ct_RANLIB
4469 else
4470 RANLIB="$ac_cv_prog_RANLIB"
4474 # Check whether --enable-shared was given.
4475 if test "${enable_shared+set}" = set; then :
4476 enableval=$enable_shared; p=${PACKAGE-default}
4477 case $enableval in
4478 yes) enable_shared=yes ;;
4479 no) enable_shared=no ;;
4481 enable_shared=no
4482 # Look at the argument we got. We use all the common list separators.
4483 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4484 for pkg in $enableval; do
4485 IFS="$lt_save_ifs"
4486 if test "X$pkg" = "X$p"; then
4487 enable_shared=yes
4489 done
4490 IFS="$lt_save_ifs"
4492 esac
4493 else
4494 enable_shared=no
4506 ac_ext=c
4507 ac_cpp='$CPP $CPPFLAGS'
4508 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4509 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4510 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4511 if test -n "$ac_tool_prefix"; then
4512 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4513 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4515 $as_echo_n "checking for $ac_word... " >&6; }
4516 if test "${ac_cv_prog_CC+set}" = set; then :
4517 $as_echo_n "(cached) " >&6
4518 else
4519 if test -n "$CC"; then
4520 ac_cv_prog_CC="$CC" # Let the user override the test.
4521 else
4522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4523 for as_dir in $PATH
4525 IFS=$as_save_IFS
4526 test -z "$as_dir" && as_dir=.
4527 for ac_exec_ext in '' $ac_executable_extensions; do
4528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4529 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4530 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4531 break 2
4533 done
4534 done
4535 IFS=$as_save_IFS
4539 CC=$ac_cv_prog_CC
4540 if test -n "$CC"; then
4541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4542 $as_echo "$CC" >&6; }
4543 else
4544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4545 $as_echo "no" >&6; }
4550 if test -z "$ac_cv_prog_CC"; then
4551 ac_ct_CC=$CC
4552 # Extract the first word of "gcc", so it can be a program name with args.
4553 set dummy gcc; ac_word=$2
4554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4555 $as_echo_n "checking for $ac_word... " >&6; }
4556 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4557 $as_echo_n "(cached) " >&6
4558 else
4559 if test -n "$ac_ct_CC"; then
4560 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4561 else
4562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4563 for as_dir in $PATH
4565 IFS=$as_save_IFS
4566 test -z "$as_dir" && as_dir=.
4567 for ac_exec_ext in '' $ac_executable_extensions; do
4568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4569 ac_cv_prog_ac_ct_CC="gcc"
4570 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4571 break 2
4573 done
4574 done
4575 IFS=$as_save_IFS
4579 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4580 if test -n "$ac_ct_CC"; then
4581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4582 $as_echo "$ac_ct_CC" >&6; }
4583 else
4584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4585 $as_echo "no" >&6; }
4588 if test "x$ac_ct_CC" = x; then
4589 CC=""
4590 else
4591 case $cross_compiling:$ac_tool_warned in
4592 yes:)
4593 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4594 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4595 ac_tool_warned=yes ;;
4596 esac
4597 CC=$ac_ct_CC
4599 else
4600 CC="$ac_cv_prog_CC"
4603 if test -z "$CC"; then
4604 if test -n "$ac_tool_prefix"; then
4605 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4606 set dummy ${ac_tool_prefix}cc; ac_word=$2
4607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4608 $as_echo_n "checking for $ac_word... " >&6; }
4609 if test "${ac_cv_prog_CC+set}" = set; then :
4610 $as_echo_n "(cached) " >&6
4611 else
4612 if test -n "$CC"; then
4613 ac_cv_prog_CC="$CC" # Let the user override the test.
4614 else
4615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4616 for as_dir in $PATH
4618 IFS=$as_save_IFS
4619 test -z "$as_dir" && as_dir=.
4620 for ac_exec_ext in '' $ac_executable_extensions; do
4621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4622 ac_cv_prog_CC="${ac_tool_prefix}cc"
4623 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4624 break 2
4626 done
4627 done
4628 IFS=$as_save_IFS
4632 CC=$ac_cv_prog_CC
4633 if test -n "$CC"; then
4634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4635 $as_echo "$CC" >&6; }
4636 else
4637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4638 $as_echo "no" >&6; }
4644 if test -z "$CC"; then
4645 # Extract the first word of "cc", so it can be a program name with args.
4646 set dummy cc; ac_word=$2
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4648 $as_echo_n "checking for $ac_word... " >&6; }
4649 if test "${ac_cv_prog_CC+set}" = set; then :
4650 $as_echo_n "(cached) " >&6
4651 else
4652 if test -n "$CC"; then
4653 ac_cv_prog_CC="$CC" # Let the user override the test.
4654 else
4655 ac_prog_rejected=no
4656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4657 for as_dir in $PATH
4659 IFS=$as_save_IFS
4660 test -z "$as_dir" && as_dir=.
4661 for ac_exec_ext in '' $ac_executable_extensions; do
4662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4663 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4664 ac_prog_rejected=yes
4665 continue
4667 ac_cv_prog_CC="cc"
4668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4669 break 2
4671 done
4672 done
4673 IFS=$as_save_IFS
4675 if test $ac_prog_rejected = yes; then
4676 # We found a bogon in the path, so make sure we never use it.
4677 set dummy $ac_cv_prog_CC
4678 shift
4679 if test $# != 0; then
4680 # We chose a different compiler from the bogus one.
4681 # However, it has the same basename, so the bogon will be chosen
4682 # first if we set CC to just the basename; use the full file name.
4683 shift
4684 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4689 CC=$ac_cv_prog_CC
4690 if test -n "$CC"; then
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4692 $as_echo "$CC" >&6; }
4693 else
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4695 $as_echo "no" >&6; }
4700 if test -z "$CC"; then
4701 if test -n "$ac_tool_prefix"; then
4702 for ac_prog in cl.exe
4704 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4705 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4707 $as_echo_n "checking for $ac_word... " >&6; }
4708 if test "${ac_cv_prog_CC+set}" = set; then :
4709 $as_echo_n "(cached) " >&6
4710 else
4711 if test -n "$CC"; then
4712 ac_cv_prog_CC="$CC" # Let the user override the test.
4713 else
4714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4715 for as_dir in $PATH
4717 IFS=$as_save_IFS
4718 test -z "$as_dir" && as_dir=.
4719 for ac_exec_ext in '' $ac_executable_extensions; do
4720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4721 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4723 break 2
4725 done
4726 done
4727 IFS=$as_save_IFS
4731 CC=$ac_cv_prog_CC
4732 if test -n "$CC"; then
4733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4734 $as_echo "$CC" >&6; }
4735 else
4736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4737 $as_echo "no" >&6; }
4741 test -n "$CC" && break
4742 done
4744 if test -z "$CC"; then
4745 ac_ct_CC=$CC
4746 for ac_prog in cl.exe
4748 # Extract the first word of "$ac_prog", so it can be a program name with args.
4749 set dummy $ac_prog; ac_word=$2
4750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4751 $as_echo_n "checking for $ac_word... " >&6; }
4752 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4753 $as_echo_n "(cached) " >&6
4754 else
4755 if test -n "$ac_ct_CC"; then
4756 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4757 else
4758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4759 for as_dir in $PATH
4761 IFS=$as_save_IFS
4762 test -z "$as_dir" && as_dir=.
4763 for ac_exec_ext in '' $ac_executable_extensions; do
4764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4765 ac_cv_prog_ac_ct_CC="$ac_prog"
4766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4767 break 2
4769 done
4770 done
4771 IFS=$as_save_IFS
4775 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4776 if test -n "$ac_ct_CC"; then
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4778 $as_echo "$ac_ct_CC" >&6; }
4779 else
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4781 $as_echo "no" >&6; }
4785 test -n "$ac_ct_CC" && break
4786 done
4788 if test "x$ac_ct_CC" = x; then
4789 CC=""
4790 else
4791 case $cross_compiling:$ac_tool_warned in
4792 yes:)
4793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4794 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4795 ac_tool_warned=yes ;;
4796 esac
4797 CC=$ac_ct_CC
4804 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4805 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4806 as_fn_error "no acceptable C compiler found in \$PATH
4807 See \`config.log' for more details." "$LINENO" 5; }
4809 # Provide some information about the compiler.
4810 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4811 set X $ac_compile
4812 ac_compiler=$2
4813 for ac_option in --version -v -V -qversion; do
4814 { { ac_try="$ac_compiler $ac_option >&5"
4815 case "(($ac_try" in
4816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4817 *) ac_try_echo=$ac_try;;
4818 esac
4819 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4820 $as_echo "$ac_try_echo"; } >&5
4821 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4822 ac_status=$?
4823 if test -s conftest.err; then
4824 sed '10a\
4825 ... rest of stderr output deleted ...
4826 10q' conftest.err >conftest.er1
4827 cat conftest.er1 >&5
4828 rm -f conftest.er1 conftest.err
4830 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4831 test $ac_status = 0; }
4832 done
4834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4835 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4836 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4837 $as_echo_n "(cached) " >&6
4838 else
4839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4840 /* end confdefs.h. */
4843 main ()
4845 #ifndef __GNUC__
4846 choke me
4847 #endif
4850 return 0;
4852 _ACEOF
4853 if ac_fn_c_try_compile "$LINENO"; then :
4854 ac_compiler_gnu=yes
4855 else
4856 ac_compiler_gnu=no
4858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4859 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4863 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4864 if test $ac_compiler_gnu = yes; then
4865 GCC=yes
4866 else
4867 GCC=
4869 ac_test_CFLAGS=${CFLAGS+set}
4870 ac_save_CFLAGS=$CFLAGS
4871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4872 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4873 if test "${ac_cv_prog_cc_g+set}" = set; then :
4874 $as_echo_n "(cached) " >&6
4875 else
4876 ac_save_c_werror_flag=$ac_c_werror_flag
4877 ac_c_werror_flag=yes
4878 ac_cv_prog_cc_g=no
4879 CFLAGS="-g"
4880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4881 /* end confdefs.h. */
4884 main ()
4888 return 0;
4890 _ACEOF
4891 if ac_fn_c_try_compile "$LINENO"; then :
4892 ac_cv_prog_cc_g=yes
4893 else
4894 CFLAGS=""
4895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4896 /* end confdefs.h. */
4899 main ()
4903 return 0;
4905 _ACEOF
4906 if ac_fn_c_try_compile "$LINENO"; then :
4908 else
4909 ac_c_werror_flag=$ac_save_c_werror_flag
4910 CFLAGS="-g"
4911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4912 /* end confdefs.h. */
4915 main ()
4919 return 0;
4921 _ACEOF
4922 if ac_fn_c_try_compile "$LINENO"; then :
4923 ac_cv_prog_cc_g=yes
4925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4930 ac_c_werror_flag=$ac_save_c_werror_flag
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4933 $as_echo "$ac_cv_prog_cc_g" >&6; }
4934 if test "$ac_test_CFLAGS" = set; then
4935 CFLAGS=$ac_save_CFLAGS
4936 elif test $ac_cv_prog_cc_g = yes; then
4937 if test "$GCC" = yes; then
4938 CFLAGS="-g -O2"
4939 else
4940 CFLAGS="-g"
4942 else
4943 if test "$GCC" = yes; then
4944 CFLAGS="-O2"
4945 else
4946 CFLAGS=
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4950 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4951 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4952 $as_echo_n "(cached) " >&6
4953 else
4954 ac_cv_prog_cc_c89=no
4955 ac_save_CC=$CC
4956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4957 /* end confdefs.h. */
4958 #include <stdarg.h>
4959 #include <stdio.h>
4960 #include <sys/types.h>
4961 #include <sys/stat.h>
4962 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4963 struct buf { int x; };
4964 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4965 static char *e (p, i)
4966 char **p;
4967 int i;
4969 return p[i];
4971 static char *f (char * (*g) (char **, int), char **p, ...)
4973 char *s;
4974 va_list v;
4975 va_start (v,p);
4976 s = g (p, va_arg (v,int));
4977 va_end (v);
4978 return s;
4981 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4982 function prototypes and stuff, but not '\xHH' hex character constants.
4983 These don't provoke an error unfortunately, instead are silently treated
4984 as 'x'. The following induces an error, until -std is added to get
4985 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4986 array size at least. It's necessary to write '\x00'==0 to get something
4987 that's true only with -std. */
4988 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4990 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4991 inside strings and character constants. */
4992 #define FOO(x) 'x'
4993 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4995 int test (int i, double x);
4996 struct s1 {int (*f) (int a);};
4997 struct s2 {int (*f) (double a);};
4998 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4999 int argc;
5000 char **argv;
5002 main ()
5004 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5006 return 0;
5008 _ACEOF
5009 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5010 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5012 CC="$ac_save_CC $ac_arg"
5013 if ac_fn_c_try_compile "$LINENO"; then :
5014 ac_cv_prog_cc_c89=$ac_arg
5016 rm -f core conftest.err conftest.$ac_objext
5017 test "x$ac_cv_prog_cc_c89" != "xno" && break
5018 done
5019 rm -f conftest.$ac_ext
5020 CC=$ac_save_CC
5023 # AC_CACHE_VAL
5024 case "x$ac_cv_prog_cc_c89" in
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5027 $as_echo "none needed" >&6; } ;;
5028 xno)
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5030 $as_echo "unsupported" >&6; } ;;
5032 CC="$CC $ac_cv_prog_cc_c89"
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5034 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5035 esac
5036 if test "x$ac_cv_prog_cc_c89" != xno; then :
5040 ac_ext=c
5041 ac_cpp='$CPP $CPPFLAGS'
5042 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5043 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5044 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5046 ac_ext=c
5047 ac_cpp='$CPP $CPPFLAGS'
5048 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5049 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5050 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5052 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5053 # On Suns, sometimes $CPP names a directory.
5054 if test -n "$CPP" && test -d "$CPP"; then
5055 CPP=
5057 if test -z "$CPP"; then
5058 if test "${ac_cv_prog_CPP+set}" = set; then :
5059 $as_echo_n "(cached) " >&6
5060 else
5061 # Double quotes because CPP needs to be expanded
5062 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5064 ac_preproc_ok=false
5065 for ac_c_preproc_warn_flag in '' yes
5067 # Use a header file that comes with gcc, so configuring glibc
5068 # with a fresh cross-compiler works.
5069 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5070 # <limits.h> exists even on freestanding compilers.
5071 # On the NeXT, cc -E runs the code through the compiler's parser,
5072 # not just through cpp. "Syntax error" is here to catch this case.
5073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5074 /* end confdefs.h. */
5075 #ifdef __STDC__
5076 # include <limits.h>
5077 #else
5078 # include <assert.h>
5079 #endif
5080 Syntax error
5081 _ACEOF
5082 if ac_fn_c_try_cpp "$LINENO"; then :
5084 else
5085 # Broken: fails on valid input.
5086 continue
5088 rm -f conftest.err conftest.$ac_ext
5090 # OK, works on sane cases. Now check whether nonexistent headers
5091 # can be detected and how.
5092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5093 /* end confdefs.h. */
5094 #include <ac_nonexistent.h>
5095 _ACEOF
5096 if ac_fn_c_try_cpp "$LINENO"; then :
5097 # Broken: success on invalid input.
5098 continue
5099 else
5100 # Passes both tests.
5101 ac_preproc_ok=:
5102 break
5104 rm -f conftest.err conftest.$ac_ext
5106 done
5107 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5108 rm -f conftest.err conftest.$ac_ext
5109 if $ac_preproc_ok; then :
5110 break
5113 done
5114 ac_cv_prog_CPP=$CPP
5117 CPP=$ac_cv_prog_CPP
5118 else
5119 ac_cv_prog_CPP=$CPP
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5122 $as_echo "$CPP" >&6; }
5123 ac_preproc_ok=false
5124 for ac_c_preproc_warn_flag in '' yes
5126 # Use a header file that comes with gcc, so configuring glibc
5127 # with a fresh cross-compiler works.
5128 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5129 # <limits.h> exists even on freestanding compilers.
5130 # On the NeXT, cc -E runs the code through the compiler's parser,
5131 # not just through cpp. "Syntax error" is here to catch this case.
5132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5133 /* end confdefs.h. */
5134 #ifdef __STDC__
5135 # include <limits.h>
5136 #else
5137 # include <assert.h>
5138 #endif
5139 Syntax error
5140 _ACEOF
5141 if ac_fn_c_try_cpp "$LINENO"; then :
5143 else
5144 # Broken: fails on valid input.
5145 continue
5147 rm -f conftest.err conftest.$ac_ext
5149 # OK, works on sane cases. Now check whether nonexistent headers
5150 # can be detected and how.
5151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5152 /* end confdefs.h. */
5153 #include <ac_nonexistent.h>
5154 _ACEOF
5155 if ac_fn_c_try_cpp "$LINENO"; then :
5156 # Broken: success on invalid input.
5157 continue
5158 else
5159 # Passes both tests.
5160 ac_preproc_ok=:
5161 break
5163 rm -f conftest.err conftest.$ac_ext
5165 done
5166 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5167 rm -f conftest.err conftest.$ac_ext
5168 if $ac_preproc_ok; then :
5170 else
5171 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5172 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5173 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5174 See \`config.log' for more details." "$LINENO" 5; }
5177 ac_ext=c
5178 ac_cpp='$CPP $CPPFLAGS'
5179 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5180 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5181 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5185 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5186 if test "${ac_cv_path_GREP+set}" = set; then :
5187 $as_echo_n "(cached) " >&6
5188 else
5189 if test -z "$GREP"; then
5190 ac_path_GREP_found=false
5191 # Loop through the user's path and test for each of PROGNAME-LIST
5192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5193 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5195 IFS=$as_save_IFS
5196 test -z "$as_dir" && as_dir=.
5197 for ac_prog in grep ggrep; do
5198 for ac_exec_ext in '' $ac_executable_extensions; do
5199 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5200 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5201 # Check for GNU ac_path_GREP and select it if it is found.
5202 # Check for GNU $ac_path_GREP
5203 case `"$ac_path_GREP" --version 2>&1` in
5204 *GNU*)
5205 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5207 ac_count=0
5208 $as_echo_n 0123456789 >"conftest.in"
5209 while :
5211 cat "conftest.in" "conftest.in" >"conftest.tmp"
5212 mv "conftest.tmp" "conftest.in"
5213 cp "conftest.in" "conftest.nl"
5214 $as_echo 'GREP' >> "conftest.nl"
5215 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5216 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5217 as_fn_arith $ac_count + 1 && ac_count=$as_val
5218 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5219 # Best one so far, save it but keep looking for a better one
5220 ac_cv_path_GREP="$ac_path_GREP"
5221 ac_path_GREP_max=$ac_count
5223 # 10*(2^10) chars as input seems more than enough
5224 test $ac_count -gt 10 && break
5225 done
5226 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5227 esac
5229 $ac_path_GREP_found && break 3
5230 done
5231 done
5232 done
5233 IFS=$as_save_IFS
5234 if test -z "$ac_cv_path_GREP"; then
5235 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5237 else
5238 ac_cv_path_GREP=$GREP
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5243 $as_echo "$ac_cv_path_GREP" >&6; }
5244 GREP="$ac_cv_path_GREP"
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5248 $as_echo_n "checking for egrep... " >&6; }
5249 if test "${ac_cv_path_EGREP+set}" = set; then :
5250 $as_echo_n "(cached) " >&6
5251 else
5252 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5253 then ac_cv_path_EGREP="$GREP -E"
5254 else
5255 if test -z "$EGREP"; then
5256 ac_path_EGREP_found=false
5257 # Loop through the user's path and test for each of PROGNAME-LIST
5258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5259 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5261 IFS=$as_save_IFS
5262 test -z "$as_dir" && as_dir=.
5263 for ac_prog in egrep; do
5264 for ac_exec_ext in '' $ac_executable_extensions; do
5265 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5266 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5267 # Check for GNU ac_path_EGREP and select it if it is found.
5268 # Check for GNU $ac_path_EGREP
5269 case `"$ac_path_EGREP" --version 2>&1` in
5270 *GNU*)
5271 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5273 ac_count=0
5274 $as_echo_n 0123456789 >"conftest.in"
5275 while :
5277 cat "conftest.in" "conftest.in" >"conftest.tmp"
5278 mv "conftest.tmp" "conftest.in"
5279 cp "conftest.in" "conftest.nl"
5280 $as_echo 'EGREP' >> "conftest.nl"
5281 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5282 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5283 as_fn_arith $ac_count + 1 && ac_count=$as_val
5284 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5285 # Best one so far, save it but keep looking for a better one
5286 ac_cv_path_EGREP="$ac_path_EGREP"
5287 ac_path_EGREP_max=$ac_count
5289 # 10*(2^10) chars as input seems more than enough
5290 test $ac_count -gt 10 && break
5291 done
5292 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5293 esac
5295 $ac_path_EGREP_found && break 3
5296 done
5297 done
5298 done
5299 IFS=$as_save_IFS
5300 if test -z "$ac_cv_path_EGREP"; then
5301 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5303 else
5304 ac_cv_path_EGREP=$EGREP
5309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5310 $as_echo "$ac_cv_path_EGREP" >&6; }
5311 EGREP="$ac_cv_path_EGREP"
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5315 $as_echo_n "checking for ANSI C header files... " >&6; }
5316 if test "${ac_cv_header_stdc+set}" = set; then :
5317 $as_echo_n "(cached) " >&6
5318 else
5319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5320 /* end confdefs.h. */
5321 #include <stdlib.h>
5322 #include <stdarg.h>
5323 #include <string.h>
5324 #include <float.h>
5327 main ()
5331 return 0;
5333 _ACEOF
5334 if ac_fn_c_try_compile "$LINENO"; then :
5335 ac_cv_header_stdc=yes
5336 else
5337 ac_cv_header_stdc=no
5339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5341 if test $ac_cv_header_stdc = yes; then
5342 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5344 /* end confdefs.h. */
5345 #include <string.h>
5347 _ACEOF
5348 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5349 $EGREP "memchr" >/dev/null 2>&1; then :
5351 else
5352 ac_cv_header_stdc=no
5354 rm -f conftest*
5358 if test $ac_cv_header_stdc = yes; then
5359 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5361 /* end confdefs.h. */
5362 #include <stdlib.h>
5364 _ACEOF
5365 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5366 $EGREP "free" >/dev/null 2>&1; then :
5368 else
5369 ac_cv_header_stdc=no
5371 rm -f conftest*
5375 if test $ac_cv_header_stdc = yes; then
5376 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5377 if test "$cross_compiling" = yes; then :
5379 else
5380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5381 /* end confdefs.h. */
5382 #include <ctype.h>
5383 #include <stdlib.h>
5384 #if ((' ' & 0x0FF) == 0x020)
5385 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5386 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5387 #else
5388 # define ISLOWER(c) \
5389 (('a' <= (c) && (c) <= 'i') \
5390 || ('j' <= (c) && (c) <= 'r') \
5391 || ('s' <= (c) && (c) <= 'z'))
5392 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5393 #endif
5395 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5397 main ()
5399 int i;
5400 for (i = 0; i < 256; i++)
5401 if (XOR (islower (i), ISLOWER (i))
5402 || toupper (i) != TOUPPER (i))
5403 return 2;
5404 return 0;
5406 _ACEOF
5407 if ac_fn_c_try_run "$LINENO"; then :
5409 else
5410 ac_cv_header_stdc=no
5412 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5413 conftest.$ac_objext conftest.beam conftest.$ac_ext
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5419 $as_echo "$ac_cv_header_stdc" >&6; }
5420 if test $ac_cv_header_stdc = yes; then
5422 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5426 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5427 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5428 inttypes.h stdint.h unistd.h
5429 do :
5430 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5431 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5433 eval as_val=\$$as_ac_Header
5434 if test "x$as_val" = x""yes; then :
5435 cat >>confdefs.h <<_ACEOF
5436 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5437 _ACEOF
5441 done
5445 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5446 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5447 MINIX=yes
5448 else
5449 MINIX=
5453 if test "$MINIX" = yes; then
5455 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5458 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5461 $as_echo "#define _MINIX 1" >>confdefs.h
5466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5467 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5468 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5469 $as_echo_n "(cached) " >&6
5470 else
5471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5472 /* end confdefs.h. */
5474 # define __EXTENSIONS__ 1
5475 $ac_includes_default
5477 main ()
5481 return 0;
5483 _ACEOF
5484 if ac_fn_c_try_compile "$LINENO"; then :
5485 ac_cv_safe_to_define___extensions__=yes
5486 else
5487 ac_cv_safe_to_define___extensions__=no
5489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5492 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5493 test $ac_cv_safe_to_define___extensions__ = yes &&
5494 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5496 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5498 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5500 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5502 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5508 case `pwd` in
5509 *\ * | *\ *)
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5511 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5512 esac
5516 macro_version='2.2.6'
5517 macro_revision='1.3012'
5531 ltmain="$ac_aux_dir/ltmain.sh"
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5534 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5535 if test "${ac_cv_path_SED+set}" = set; then :
5536 $as_echo_n "(cached) " >&6
5537 else
5538 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5539 for ac_i in 1 2 3 4 5 6 7; do
5540 ac_script="$ac_script$as_nl$ac_script"
5541 done
5542 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5543 { ac_script=; unset ac_script;}
5544 if test -z "$SED"; then
5545 ac_path_SED_found=false
5546 # Loop through the user's path and test for each of PROGNAME-LIST
5547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5548 for as_dir in $PATH
5550 IFS=$as_save_IFS
5551 test -z "$as_dir" && as_dir=.
5552 for ac_prog in sed gsed; do
5553 for ac_exec_ext in '' $ac_executable_extensions; do
5554 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5555 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5556 # Check for GNU ac_path_SED and select it if it is found.
5557 # Check for GNU $ac_path_SED
5558 case `"$ac_path_SED" --version 2>&1` in
5559 *GNU*)
5560 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5562 ac_count=0
5563 $as_echo_n 0123456789 >"conftest.in"
5564 while :
5566 cat "conftest.in" "conftest.in" >"conftest.tmp"
5567 mv "conftest.tmp" "conftest.in"
5568 cp "conftest.in" "conftest.nl"
5569 $as_echo '' >> "conftest.nl"
5570 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5571 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5572 as_fn_arith $ac_count + 1 && ac_count=$as_val
5573 if test $ac_count -gt ${ac_path_SED_max-0}; then
5574 # Best one so far, save it but keep looking for a better one
5575 ac_cv_path_SED="$ac_path_SED"
5576 ac_path_SED_max=$ac_count
5578 # 10*(2^10) chars as input seems more than enough
5579 test $ac_count -gt 10 && break
5580 done
5581 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5582 esac
5584 $ac_path_SED_found && break 3
5585 done
5586 done
5587 done
5588 IFS=$as_save_IFS
5589 if test -z "$ac_cv_path_SED"; then
5590 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5592 else
5593 ac_cv_path_SED=$SED
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5598 $as_echo "$ac_cv_path_SED" >&6; }
5599 SED="$ac_cv_path_SED"
5600 rm -f conftest.sed
5602 test -z "$SED" && SED=sed
5603 Xsed="$SED -e 1s/^X//"
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5616 $as_echo_n "checking for fgrep... " >&6; }
5617 if test "${ac_cv_path_FGREP+set}" = set; then :
5618 $as_echo_n "(cached) " >&6
5619 else
5620 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5621 then ac_cv_path_FGREP="$GREP -F"
5622 else
5623 if test -z "$FGREP"; then
5624 ac_path_FGREP_found=false
5625 # Loop through the user's path and test for each of PROGNAME-LIST
5626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5627 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5629 IFS=$as_save_IFS
5630 test -z "$as_dir" && as_dir=.
5631 for ac_prog in fgrep; do
5632 for ac_exec_ext in '' $ac_executable_extensions; do
5633 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5634 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5635 # Check for GNU ac_path_FGREP and select it if it is found.
5636 # Check for GNU $ac_path_FGREP
5637 case `"$ac_path_FGREP" --version 2>&1` in
5638 *GNU*)
5639 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5641 ac_count=0
5642 $as_echo_n 0123456789 >"conftest.in"
5643 while :
5645 cat "conftest.in" "conftest.in" >"conftest.tmp"
5646 mv "conftest.tmp" "conftest.in"
5647 cp "conftest.in" "conftest.nl"
5648 $as_echo 'FGREP' >> "conftest.nl"
5649 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5650 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5651 as_fn_arith $ac_count + 1 && ac_count=$as_val
5652 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5653 # Best one so far, save it but keep looking for a better one
5654 ac_cv_path_FGREP="$ac_path_FGREP"
5655 ac_path_FGREP_max=$ac_count
5657 # 10*(2^10) chars as input seems more than enough
5658 test $ac_count -gt 10 && break
5659 done
5660 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5661 esac
5663 $ac_path_FGREP_found && break 3
5664 done
5665 done
5666 done
5667 IFS=$as_save_IFS
5668 if test -z "$ac_cv_path_FGREP"; then
5669 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5671 else
5672 ac_cv_path_FGREP=$FGREP
5677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5678 $as_echo "$ac_cv_path_FGREP" >&6; }
5679 FGREP="$ac_cv_path_FGREP"
5682 test -z "$GREP" && GREP=grep
5702 # Check whether --with-gnu-ld was given.
5703 if test "${with_gnu_ld+set}" = set; then :
5704 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5705 else
5706 with_gnu_ld=no
5709 ac_prog=ld
5710 if test "$GCC" = yes; then
5711 # Check if gcc -print-prog-name=ld gives a path.
5712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5713 $as_echo_n "checking for ld used by $CC... " >&6; }
5714 case $host in
5715 *-*-mingw*)
5716 # gcc leaves a trailing carriage return which upsets mingw
5717 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5719 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5720 esac
5721 case $ac_prog in
5722 # Accept absolute paths.
5723 [\\/]* | ?:[\\/]*)
5724 re_direlt='/[^/][^/]*/\.\./'
5725 # Canonicalize the pathname of ld
5726 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5727 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5728 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5729 done
5730 test -z "$LD" && LD="$ac_prog"
5733 # If it fails, then pretend we aren't using GCC.
5734 ac_prog=ld
5737 # If it is relative, then search for the first ld in PATH.
5738 with_gnu_ld=unknown
5740 esac
5741 elif test "$with_gnu_ld" = yes; then
5742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5743 $as_echo_n "checking for GNU ld... " >&6; }
5744 else
5745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5746 $as_echo_n "checking for non-GNU ld... " >&6; }
5748 if test "${lt_cv_path_LD+set}" = set; then :
5749 $as_echo_n "(cached) " >&6
5750 else
5751 if test -z "$LD"; then
5752 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5753 for ac_dir in $PATH; do
5754 IFS="$lt_save_ifs"
5755 test -z "$ac_dir" && ac_dir=.
5756 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5757 lt_cv_path_LD="$ac_dir/$ac_prog"
5758 # Check to see if the program is GNU ld. I'd rather use --version,
5759 # but apparently some variants of GNU ld only accept -v.
5760 # Break only if it was the GNU/non-GNU ld that we prefer.
5761 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5762 *GNU* | *'with BFD'*)
5763 test "$with_gnu_ld" != no && break
5766 test "$with_gnu_ld" != yes && break
5768 esac
5770 done
5771 IFS="$lt_save_ifs"
5772 else
5773 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5777 LD="$lt_cv_path_LD"
5778 if test -n "$LD"; then
5779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5780 $as_echo "$LD" >&6; }
5781 else
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5783 $as_echo "no" >&6; }
5785 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5787 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5788 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5789 $as_echo_n "(cached) " >&6
5790 else
5791 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5792 case `$LD -v 2>&1 </dev/null` in
5793 *GNU* | *'with BFD'*)
5794 lt_cv_prog_gnu_ld=yes
5797 lt_cv_prog_gnu_ld=no
5799 esac
5801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5802 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5803 with_gnu_ld=$lt_cv_prog_gnu_ld
5813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5814 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5815 if test "${lt_cv_path_NM+set}" = set; then :
5816 $as_echo_n "(cached) " >&6
5817 else
5818 if test -n "$NM"; then
5819 # Let the user override the test.
5820 lt_cv_path_NM="$NM"
5821 else
5822 lt_nm_to_check="${ac_tool_prefix}nm"
5823 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5824 lt_nm_to_check="$lt_nm_to_check nm"
5826 for lt_tmp_nm in $lt_nm_to_check; do
5827 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5828 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5829 IFS="$lt_save_ifs"
5830 test -z "$ac_dir" && ac_dir=.
5831 tmp_nm="$ac_dir/$lt_tmp_nm"
5832 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5833 # Check to see if the nm accepts a BSD-compat flag.
5834 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5835 # nm: unknown option "B" ignored
5836 # Tru64's nm complains that /dev/null is an invalid object file
5837 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5838 */dev/null* | *'Invalid file or object type'*)
5839 lt_cv_path_NM="$tmp_nm -B"
5840 break
5843 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5844 */dev/null*)
5845 lt_cv_path_NM="$tmp_nm -p"
5846 break
5849 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5850 continue # so that we can try to find one that supports BSD flags
5852 esac
5854 esac
5856 done
5857 IFS="$lt_save_ifs"
5858 done
5859 : ${lt_cv_path_NM=no}
5862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5863 $as_echo "$lt_cv_path_NM" >&6; }
5864 if test "$lt_cv_path_NM" != "no"; then
5865 NM="$lt_cv_path_NM"
5866 else
5867 # Didn't find any BSD compatible name lister, look for dumpbin.
5868 if test -n "$ac_tool_prefix"; then
5869 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5871 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5872 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5874 $as_echo_n "checking for $ac_word... " >&6; }
5875 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5876 $as_echo_n "(cached) " >&6
5877 else
5878 if test -n "$DUMPBIN"; then
5879 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5880 else
5881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5882 for as_dir in $PATH
5884 IFS=$as_save_IFS
5885 test -z "$as_dir" && as_dir=.
5886 for ac_exec_ext in '' $ac_executable_extensions; do
5887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5888 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5890 break 2
5892 done
5893 done
5894 IFS=$as_save_IFS
5898 DUMPBIN=$ac_cv_prog_DUMPBIN
5899 if test -n "$DUMPBIN"; then
5900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5901 $as_echo "$DUMPBIN" >&6; }
5902 else
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5904 $as_echo "no" >&6; }
5908 test -n "$DUMPBIN" && break
5909 done
5911 if test -z "$DUMPBIN"; then
5912 ac_ct_DUMPBIN=$DUMPBIN
5913 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5915 # Extract the first word of "$ac_prog", so it can be a program name with args.
5916 set dummy $ac_prog; ac_word=$2
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5918 $as_echo_n "checking for $ac_word... " >&6; }
5919 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5920 $as_echo_n "(cached) " >&6
5921 else
5922 if test -n "$ac_ct_DUMPBIN"; then
5923 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5924 else
5925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5926 for as_dir in $PATH
5928 IFS=$as_save_IFS
5929 test -z "$as_dir" && as_dir=.
5930 for ac_exec_ext in '' $ac_executable_extensions; do
5931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5932 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5934 break 2
5936 done
5937 done
5938 IFS=$as_save_IFS
5942 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5943 if test -n "$ac_ct_DUMPBIN"; then
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5945 $as_echo "$ac_ct_DUMPBIN" >&6; }
5946 else
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5948 $as_echo "no" >&6; }
5952 test -n "$ac_ct_DUMPBIN" && break
5953 done
5955 if test "x$ac_ct_DUMPBIN" = x; then
5956 DUMPBIN=":"
5957 else
5958 case $cross_compiling:$ac_tool_warned in
5959 yes:)
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5961 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5962 ac_tool_warned=yes ;;
5963 esac
5964 DUMPBIN=$ac_ct_DUMPBIN
5969 if test "$DUMPBIN" != ":"; then
5970 NM="$DUMPBIN"
5973 test -z "$NM" && NM=nm
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5981 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5982 if test "${lt_cv_nm_interface+set}" = set; then :
5983 $as_echo_n "(cached) " >&6
5984 else
5985 lt_cv_nm_interface="BSD nm"
5986 echo "int some_variable = 0;" > conftest.$ac_ext
5987 (eval echo "\"\$as_me:5987: $ac_compile\"" >&5)
5988 (eval "$ac_compile" 2>conftest.err)
5989 cat conftest.err >&5
5990 (eval echo "\"\$as_me:5990: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5991 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5992 cat conftest.err >&5
5993 (eval echo "\"\$as_me:5993: output\"" >&5)
5994 cat conftest.out >&5
5995 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5996 lt_cv_nm_interface="MS dumpbin"
5998 rm -f conftest*
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6001 $as_echo "$lt_cv_nm_interface" >&6; }
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6004 $as_echo_n "checking whether ln -s works... " >&6; }
6005 LN_S=$as_ln_s
6006 if test "$LN_S" = "ln -s"; then
6007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6008 $as_echo "yes" >&6; }
6009 else
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6011 $as_echo "no, using $LN_S" >&6; }
6014 # find the maximum length of command line arguments
6015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6016 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6017 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6018 $as_echo_n "(cached) " >&6
6019 else
6021 teststring="ABCD"
6023 case $build_os in
6024 msdosdjgpp*)
6025 # On DJGPP, this test can blow up pretty badly due to problems in libc
6026 # (any single argument exceeding 2000 bytes causes a buffer overrun
6027 # during glob expansion). Even if it were fixed, the result of this
6028 # check would be larger than it should be.
6029 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6032 gnu*)
6033 # Under GNU Hurd, this test is not required because there is
6034 # no limit to the length of command line arguments.
6035 # Libtool will interpret -1 as no limit whatsoever
6036 lt_cv_sys_max_cmd_len=-1;
6039 cygwin* | mingw* | cegcc*)
6040 # On Win9x/ME, this test blows up -- it succeeds, but takes
6041 # about 5 minutes as the teststring grows exponentially.
6042 # Worse, since 9x/ME are not pre-emptively multitasking,
6043 # you end up with a "frozen" computer, even though with patience
6044 # the test eventually succeeds (with a max line length of 256k).
6045 # Instead, let's just punt: use the minimum linelength reported by
6046 # all of the supported platforms: 8192 (on NT/2K/XP).
6047 lt_cv_sys_max_cmd_len=8192;
6050 amigaos*)
6051 # On AmigaOS with pdksh, this test takes hours, literally.
6052 # So we just punt and use a minimum line length of 8192.
6053 lt_cv_sys_max_cmd_len=8192;
6056 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6057 # This has been around since 386BSD, at least. Likely further.
6058 if test -x /sbin/sysctl; then
6059 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6060 elif test -x /usr/sbin/sysctl; then
6061 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6062 else
6063 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6065 # And add a safety zone
6066 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6067 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6070 interix*)
6071 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6072 lt_cv_sys_max_cmd_len=196608
6075 osf*)
6076 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6077 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6078 # nice to cause kernel panics so lets avoid the loop below.
6079 # First set a reasonable default.
6080 lt_cv_sys_max_cmd_len=16384
6082 if test -x /sbin/sysconfig; then
6083 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6084 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6085 esac
6088 sco3.2v5*)
6089 lt_cv_sys_max_cmd_len=102400
6091 sysv5* | sco5v6* | sysv4.2uw2*)
6092 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6093 if test -n "$kargmax"; then
6094 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6095 else
6096 lt_cv_sys_max_cmd_len=32768
6100 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6101 if test -n "$lt_cv_sys_max_cmd_len"; then
6102 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6103 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6104 else
6105 # Make teststring a little bigger before we do anything with it.
6106 # a 1K string should be a reasonable start.
6107 for i in 1 2 3 4 5 6 7 8 ; do
6108 teststring=$teststring$teststring
6109 done
6110 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6111 # If test is not a shell built-in, we'll probably end up computing a
6112 # maximum length that is only half of the actual maximum length, but
6113 # we can't tell.
6114 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
6115 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
6116 test $i != 17 # 1/2 MB should be enough
6118 i=`expr $i + 1`
6119 teststring=$teststring$teststring
6120 done
6121 # Only check the string length outside the loop.
6122 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6123 teststring=
6124 # Add a significant safety factor because C++ compilers can tack on
6125 # massive amounts of additional arguments before passing them to the
6126 # linker. It appears as though 1/2 is a usable value.
6127 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6130 esac
6134 if test -n $lt_cv_sys_max_cmd_len ; then
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6136 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6137 else
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6139 $as_echo "none" >&6; }
6141 max_cmd_len=$lt_cv_sys_max_cmd_len
6148 : ${CP="cp -f"}
6149 : ${MV="mv -f"}
6150 : ${RM="rm -f"}
6152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6153 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6154 # Try some XSI features
6155 xsi_shell=no
6156 ( _lt_dummy="a/b/c"
6157 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6158 = c,a/b,, \
6159 && eval 'test $(( 1 + 1 )) -eq 2 \
6160 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6161 && xsi_shell=yes
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6163 $as_echo "$xsi_shell" >&6; }
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6167 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6168 lt_shell_append=no
6169 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6170 >/dev/null 2>&1 \
6171 && lt_shell_append=yes
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6173 $as_echo "$lt_shell_append" >&6; }
6176 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6177 lt_unset=unset
6178 else
6179 lt_unset=false
6186 # test EBCDIC or ASCII
6187 case `echo X|tr X '\101'` in
6188 A) # ASCII based system
6189 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6190 lt_SP2NL='tr \040 \012'
6191 lt_NL2SP='tr \015\012 \040\040'
6193 *) # EBCDIC based system
6194 lt_SP2NL='tr \100 \n'
6195 lt_NL2SP='tr \r\n \100\100'
6197 esac
6207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6208 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6209 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6210 $as_echo_n "(cached) " >&6
6211 else
6212 lt_cv_ld_reload_flag='-r'
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6215 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6216 reload_flag=$lt_cv_ld_reload_flag
6217 case $reload_flag in
6218 "" | " "*) ;;
6219 *) reload_flag=" $reload_flag" ;;
6220 esac
6221 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6222 case $host_os in
6223 darwin*)
6224 if test "$GCC" = yes; then
6225 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6226 else
6227 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6230 esac
6240 if test -n "$ac_tool_prefix"; then
6241 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6242 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6244 $as_echo_n "checking for $ac_word... " >&6; }
6245 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6246 $as_echo_n "(cached) " >&6
6247 else
6248 if test -n "$OBJDUMP"; then
6249 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6250 else
6251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6252 for as_dir in $PATH
6254 IFS=$as_save_IFS
6255 test -z "$as_dir" && as_dir=.
6256 for ac_exec_ext in '' $ac_executable_extensions; do
6257 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6258 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6259 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6260 break 2
6262 done
6263 done
6264 IFS=$as_save_IFS
6268 OBJDUMP=$ac_cv_prog_OBJDUMP
6269 if test -n "$OBJDUMP"; then
6270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6271 $as_echo "$OBJDUMP" >&6; }
6272 else
6273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6274 $as_echo "no" >&6; }
6279 if test -z "$ac_cv_prog_OBJDUMP"; then
6280 ac_ct_OBJDUMP=$OBJDUMP
6281 # Extract the first word of "objdump", so it can be a program name with args.
6282 set dummy objdump; ac_word=$2
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6284 $as_echo_n "checking for $ac_word... " >&6; }
6285 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6286 $as_echo_n "(cached) " >&6
6287 else
6288 if test -n "$ac_ct_OBJDUMP"; then
6289 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6290 else
6291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6292 for as_dir in $PATH
6294 IFS=$as_save_IFS
6295 test -z "$as_dir" && as_dir=.
6296 for ac_exec_ext in '' $ac_executable_extensions; do
6297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6298 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6300 break 2
6302 done
6303 done
6304 IFS=$as_save_IFS
6308 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6309 if test -n "$ac_ct_OBJDUMP"; then
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6311 $as_echo "$ac_ct_OBJDUMP" >&6; }
6312 else
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6314 $as_echo "no" >&6; }
6317 if test "x$ac_ct_OBJDUMP" = x; then
6318 OBJDUMP="false"
6319 else
6320 case $cross_compiling:$ac_tool_warned in
6321 yes:)
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6323 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6324 ac_tool_warned=yes ;;
6325 esac
6326 OBJDUMP=$ac_ct_OBJDUMP
6328 else
6329 OBJDUMP="$ac_cv_prog_OBJDUMP"
6332 test -z "$OBJDUMP" && OBJDUMP=objdump
6342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6343 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6344 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6345 $as_echo_n "(cached) " >&6
6346 else
6347 lt_cv_file_magic_cmd='$MAGIC_CMD'
6348 lt_cv_file_magic_test_file=
6349 lt_cv_deplibs_check_method='unknown'
6350 # Need to set the preceding variable on all platforms that support
6351 # interlibrary dependencies.
6352 # 'none' -- dependencies not supported.
6353 # `unknown' -- same as none, but documents that we really don't know.
6354 # 'pass_all' -- all dependencies passed with no checks.
6355 # 'test_compile' -- check by making test program.
6356 # 'file_magic [[regex]]' -- check by looking for files in library path
6357 # which responds to the $file_magic_cmd with a given extended regex.
6358 # If you have `file' or equivalent on your system and you're not sure
6359 # whether `pass_all' will *always* work, you probably want this one.
6361 case $host_os in
6362 aix[4-9]*)
6363 lt_cv_deplibs_check_method=pass_all
6366 beos*)
6367 lt_cv_deplibs_check_method=pass_all
6370 bsdi[45]*)
6371 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6372 lt_cv_file_magic_cmd='/usr/bin/file -L'
6373 lt_cv_file_magic_test_file=/shlib/libc.so
6376 cygwin*)
6377 # func_win32_libid is a shell function defined in ltmain.sh
6378 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6379 lt_cv_file_magic_cmd='func_win32_libid'
6382 mingw* | pw32*)
6383 # Base MSYS/MinGW do not provide the 'file' command needed by
6384 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6385 # unless we find 'file', for example because we are cross-compiling.
6386 if ( file / ) >/dev/null 2>&1; then
6387 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6388 lt_cv_file_magic_cmd='func_win32_libid'
6389 else
6390 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6391 lt_cv_file_magic_cmd='$OBJDUMP -f'
6395 cegcc)
6396 # use the weaker test based on 'objdump'. See mingw*.
6397 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6398 lt_cv_file_magic_cmd='$OBJDUMP -f'
6401 darwin* | rhapsody*)
6402 lt_cv_deplibs_check_method=pass_all
6405 freebsd* | dragonfly*)
6406 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6407 case $host_cpu in
6408 i*86 )
6409 # Not sure whether the presence of OpenBSD here was a mistake.
6410 # Let's accept both of them until this is cleared up.
6411 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6412 lt_cv_file_magic_cmd=/usr/bin/file
6413 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6415 esac
6416 else
6417 lt_cv_deplibs_check_method=pass_all
6421 gnu*)
6422 lt_cv_deplibs_check_method=pass_all
6425 hpux10.20* | hpux11*)
6426 lt_cv_file_magic_cmd=/usr/bin/file
6427 case $host_cpu in
6428 ia64*)
6429 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6430 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6432 hppa*64*)
6433 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
6434 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6437 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
6438 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6440 esac
6443 interix[3-9]*)
6444 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6445 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6448 irix5* | irix6* | nonstopux*)
6449 case $LD in
6450 *-32|*"-32 ") libmagic=32-bit;;
6451 *-n32|*"-n32 ") libmagic=N32;;
6452 *-64|*"-64 ") libmagic=64-bit;;
6453 *) libmagic=never-match;;
6454 esac
6455 lt_cv_deplibs_check_method=pass_all
6458 # This must be Linux ELF.
6459 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6460 lt_cv_deplibs_check_method=pass_all
6463 netbsd*)
6464 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6465 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6466 else
6467 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6471 newos6*)
6472 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6473 lt_cv_file_magic_cmd=/usr/bin/file
6474 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6477 *nto* | *qnx*)
6478 lt_cv_deplibs_check_method=pass_all
6481 openbsd*)
6482 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6483 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6484 else
6485 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6489 osf3* | osf4* | osf5*)
6490 lt_cv_deplibs_check_method=pass_all
6493 rdos*)
6494 lt_cv_deplibs_check_method=pass_all
6497 solaris*)
6498 lt_cv_deplibs_check_method=pass_all
6501 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6502 lt_cv_deplibs_check_method=pass_all
6505 sysv4 | sysv4.3*)
6506 case $host_vendor in
6507 motorola)
6508 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
6509 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6511 ncr)
6512 lt_cv_deplibs_check_method=pass_all
6514 sequent)
6515 lt_cv_file_magic_cmd='/bin/file'
6516 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6518 sni)
6519 lt_cv_file_magic_cmd='/bin/file'
6520 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6521 lt_cv_file_magic_test_file=/lib/libc.so
6523 siemens)
6524 lt_cv_deplibs_check_method=pass_all
6527 lt_cv_deplibs_check_method=pass_all
6529 esac
6532 tpf*)
6533 lt_cv_deplibs_check_method=pass_all
6535 esac
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6539 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6540 file_magic_cmd=$lt_cv_file_magic_cmd
6541 deplibs_check_method=$lt_cv_deplibs_check_method
6542 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6555 if test -n "$ac_tool_prefix"; then
6556 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6557 set dummy ${ac_tool_prefix}ar; ac_word=$2
6558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6559 $as_echo_n "checking for $ac_word... " >&6; }
6560 if test "${ac_cv_prog_AR+set}" = set; then :
6561 $as_echo_n "(cached) " >&6
6562 else
6563 if test -n "$AR"; then
6564 ac_cv_prog_AR="$AR" # Let the user override the test.
6565 else
6566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6567 for as_dir in $PATH
6569 IFS=$as_save_IFS
6570 test -z "$as_dir" && as_dir=.
6571 for ac_exec_ext in '' $ac_executable_extensions; do
6572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6573 ac_cv_prog_AR="${ac_tool_prefix}ar"
6574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6575 break 2
6577 done
6578 done
6579 IFS=$as_save_IFS
6583 AR=$ac_cv_prog_AR
6584 if test -n "$AR"; then
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6586 $as_echo "$AR" >&6; }
6587 else
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6589 $as_echo "no" >&6; }
6594 if test -z "$ac_cv_prog_AR"; then
6595 ac_ct_AR=$AR
6596 # Extract the first word of "ar", so it can be a program name with args.
6597 set dummy ar; ac_word=$2
6598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6599 $as_echo_n "checking for $ac_word... " >&6; }
6600 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6601 $as_echo_n "(cached) " >&6
6602 else
6603 if test -n "$ac_ct_AR"; then
6604 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6605 else
6606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6607 for as_dir in $PATH
6609 IFS=$as_save_IFS
6610 test -z "$as_dir" && as_dir=.
6611 for ac_exec_ext in '' $ac_executable_extensions; do
6612 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6613 ac_cv_prog_ac_ct_AR="ar"
6614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6615 break 2
6617 done
6618 done
6619 IFS=$as_save_IFS
6623 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6624 if test -n "$ac_ct_AR"; then
6625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6626 $as_echo "$ac_ct_AR" >&6; }
6627 else
6628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6629 $as_echo "no" >&6; }
6632 if test "x$ac_ct_AR" = x; then
6633 AR="false"
6634 else
6635 case $cross_compiling:$ac_tool_warned in
6636 yes:)
6637 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6638 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6639 ac_tool_warned=yes ;;
6640 esac
6641 AR=$ac_ct_AR
6643 else
6644 AR="$ac_cv_prog_AR"
6647 test -z "$AR" && AR=ar
6648 test -z "$AR_FLAGS" && AR_FLAGS=cru
6660 if test -n "$ac_tool_prefix"; then
6661 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6662 set dummy ${ac_tool_prefix}strip; ac_word=$2
6663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6664 $as_echo_n "checking for $ac_word... " >&6; }
6665 if test "${ac_cv_prog_STRIP+set}" = set; then :
6666 $as_echo_n "(cached) " >&6
6667 else
6668 if test -n "$STRIP"; then
6669 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6670 else
6671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6672 for as_dir in $PATH
6674 IFS=$as_save_IFS
6675 test -z "$as_dir" && as_dir=.
6676 for ac_exec_ext in '' $ac_executable_extensions; do
6677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6678 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6680 break 2
6682 done
6683 done
6684 IFS=$as_save_IFS
6688 STRIP=$ac_cv_prog_STRIP
6689 if test -n "$STRIP"; then
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6691 $as_echo "$STRIP" >&6; }
6692 else
6693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6694 $as_echo "no" >&6; }
6699 if test -z "$ac_cv_prog_STRIP"; then
6700 ac_ct_STRIP=$STRIP
6701 # Extract the first word of "strip", so it can be a program name with args.
6702 set dummy strip; ac_word=$2
6703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6704 $as_echo_n "checking for $ac_word... " >&6; }
6705 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6706 $as_echo_n "(cached) " >&6
6707 else
6708 if test -n "$ac_ct_STRIP"; then
6709 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6710 else
6711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6712 for as_dir in $PATH
6714 IFS=$as_save_IFS
6715 test -z "$as_dir" && as_dir=.
6716 for ac_exec_ext in '' $ac_executable_extensions; do
6717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6718 ac_cv_prog_ac_ct_STRIP="strip"
6719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6720 break 2
6722 done
6723 done
6724 IFS=$as_save_IFS
6728 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6729 if test -n "$ac_ct_STRIP"; then
6730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6731 $as_echo "$ac_ct_STRIP" >&6; }
6732 else
6733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6734 $as_echo "no" >&6; }
6737 if test "x$ac_ct_STRIP" = x; then
6738 STRIP=":"
6739 else
6740 case $cross_compiling:$ac_tool_warned in
6741 yes:)
6742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6743 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6744 ac_tool_warned=yes ;;
6745 esac
6746 STRIP=$ac_ct_STRIP
6748 else
6749 STRIP="$ac_cv_prog_STRIP"
6752 test -z "$STRIP" && STRIP=:
6759 if test -n "$ac_tool_prefix"; then
6760 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6761 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6763 $as_echo_n "checking for $ac_word... " >&6; }
6764 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6765 $as_echo_n "(cached) " >&6
6766 else
6767 if test -n "$RANLIB"; then
6768 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6769 else
6770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6771 for as_dir in $PATH
6773 IFS=$as_save_IFS
6774 test -z "$as_dir" && as_dir=.
6775 for ac_exec_ext in '' $ac_executable_extensions; do
6776 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6777 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6779 break 2
6781 done
6782 done
6783 IFS=$as_save_IFS
6787 RANLIB=$ac_cv_prog_RANLIB
6788 if test -n "$RANLIB"; then
6789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6790 $as_echo "$RANLIB" >&6; }
6791 else
6792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6793 $as_echo "no" >&6; }
6798 if test -z "$ac_cv_prog_RANLIB"; then
6799 ac_ct_RANLIB=$RANLIB
6800 # Extract the first word of "ranlib", so it can be a program name with args.
6801 set dummy ranlib; ac_word=$2
6802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6803 $as_echo_n "checking for $ac_word... " >&6; }
6804 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6805 $as_echo_n "(cached) " >&6
6806 else
6807 if test -n "$ac_ct_RANLIB"; then
6808 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6809 else
6810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6811 for as_dir in $PATH
6813 IFS=$as_save_IFS
6814 test -z "$as_dir" && as_dir=.
6815 for ac_exec_ext in '' $ac_executable_extensions; do
6816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6817 ac_cv_prog_ac_ct_RANLIB="ranlib"
6818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6819 break 2
6821 done
6822 done
6823 IFS=$as_save_IFS
6827 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6828 if test -n "$ac_ct_RANLIB"; then
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6830 $as_echo "$ac_ct_RANLIB" >&6; }
6831 else
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6833 $as_echo "no" >&6; }
6836 if test "x$ac_ct_RANLIB" = x; then
6837 RANLIB=":"
6838 else
6839 case $cross_compiling:$ac_tool_warned in
6840 yes:)
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6842 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6843 ac_tool_warned=yes ;;
6844 esac
6845 RANLIB=$ac_ct_RANLIB
6847 else
6848 RANLIB="$ac_cv_prog_RANLIB"
6851 test -z "$RANLIB" && RANLIB=:
6858 # Determine commands to create old-style static archives.
6859 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6860 old_postinstall_cmds='chmod 644 $oldlib'
6861 old_postuninstall_cmds=
6863 if test -n "$RANLIB"; then
6864 case $host_os in
6865 openbsd*)
6866 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6869 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6871 esac
6872 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6908 # If no C compiler was specified, use CC.
6909 LTCC=${LTCC-"$CC"}
6911 # If no C compiler flags were specified, use CFLAGS.
6912 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6914 # Allow CC to be a program name with arguments.
6915 compiler=$CC
6918 # Check for command to grab the raw symbol name followed by C symbol from nm.
6919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6920 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6921 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6922 $as_echo_n "(cached) " >&6
6923 else
6925 # These are sane defaults that work on at least a few old systems.
6926 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6928 # Character class describing NM global symbol codes.
6929 symcode='[BCDEGRST]'
6931 # Regexp to match symbols that can be accessed directly from C.
6932 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6934 # Define system-specific variables.
6935 case $host_os in
6936 aix*)
6937 symcode='[BCDT]'
6939 cygwin* | mingw* | pw32* | cegcc*)
6940 symcode='[ABCDGISTW]'
6942 hpux*)
6943 if test "$host_cpu" = ia64; then
6944 symcode='[ABCDEGRST]'
6947 irix* | nonstopux*)
6948 symcode='[BCDEGRST]'
6950 osf*)
6951 symcode='[BCDEGQRST]'
6953 solaris*)
6954 symcode='[BDRT]'
6956 sco3.2v5*)
6957 symcode='[DT]'
6959 sysv4.2uw2*)
6960 symcode='[DT]'
6962 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6963 symcode='[ABDT]'
6965 sysv4)
6966 symcode='[DFNSTU]'
6968 esac
6970 # If we're using GNU nm, then use its standard symbol codes.
6971 case `$NM -V 2>&1` in
6972 *GNU* | *'with BFD'*)
6973 symcode='[ABCDGIRSTW]' ;;
6974 esac
6976 # Transform an extracted symbol line into a proper C declaration.
6977 # Some systems (esp. on ia64) link data and code symbols differently,
6978 # so use this general approach.
6979 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6981 # Transform an extracted symbol line into symbol name and symbol address
6982 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6983 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
6985 # Handle CRLF in mingw tool chain
6986 opt_cr=
6987 case $build_os in
6988 mingw*)
6989 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6991 esac
6993 # Try without a prefix underscore, then with it.
6994 for ac_symprfx in "" "_"; do
6996 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6997 symxfrm="\\1 $ac_symprfx\\2 \\2"
6999 # Write the raw and C identifiers.
7000 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7001 # Fake it for dumpbin and say T for any non-static function
7002 # and D for any global variable.
7003 # Also find C++ and __fastcall symbols from MSVC++,
7004 # which start with @ or ?.
7005 lt_cv_sys_global_symbol_pipe="$AWK '"\
7006 " {last_section=section; section=\$ 3};"\
7007 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7008 " \$ 0!~/External *\|/{next};"\
7009 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7010 " {if(hide[section]) next};"\
7011 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7012 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7013 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7014 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7015 " ' prfx=^$ac_symprfx"
7016 else
7017 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7020 # Check to see that the pipe works correctly.
7021 pipe_works=no
7023 rm -f conftest*
7024 cat > conftest.$ac_ext <<_LT_EOF
7025 #ifdef __cplusplus
7026 extern "C" {
7027 #endif
7028 char nm_test_var;
7029 void nm_test_func(void);
7030 void nm_test_func(void){}
7031 #ifdef __cplusplus
7033 #endif
7034 int main(){nm_test_var='a';nm_test_func();return(0);}
7035 _LT_EOF
7037 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7038 (eval $ac_compile) 2>&5
7039 ac_status=$?
7040 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7041 test $ac_status = 0; }; then
7042 # Now try to grab the symbols.
7043 nlist=conftest.nm
7044 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
7045 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
7046 ac_status=$?
7047 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7048 test $ac_status = 0; } && test -s "$nlist"; then
7049 # Try sorting and uniquifying the output.
7050 if sort "$nlist" | uniq > "$nlist"T; then
7051 mv -f "$nlist"T "$nlist"
7052 else
7053 rm -f "$nlist"T
7056 # Make sure that we snagged all the symbols we need.
7057 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7058 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7059 cat <<_LT_EOF > conftest.$ac_ext
7060 #ifdef __cplusplus
7061 extern "C" {
7062 #endif
7064 _LT_EOF
7065 # Now generate the symbol file.
7066 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7068 cat <<_LT_EOF >> conftest.$ac_ext
7070 /* The mapping between symbol names and symbols. */
7071 const struct {
7072 const char *name;
7073 void *address;
7075 lt__PROGRAM__LTX_preloaded_symbols[] =
7077 { "@PROGRAM@", (void *) 0 },
7078 _LT_EOF
7079 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7080 cat <<\_LT_EOF >> conftest.$ac_ext
7081 {0, (void *) 0}
7084 /* This works around a problem in FreeBSD linker */
7085 #ifdef FREEBSD_WORKAROUND
7086 static const void *lt_preloaded_setup() {
7087 return lt__PROGRAM__LTX_preloaded_symbols;
7089 #endif
7091 #ifdef __cplusplus
7093 #endif
7094 _LT_EOF
7095 # Now try linking the two files.
7096 mv conftest.$ac_objext conftstm.$ac_objext
7097 lt_save_LIBS="$LIBS"
7098 lt_save_CFLAGS="$CFLAGS"
7099 LIBS="conftstm.$ac_objext"
7100 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7101 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7102 (eval $ac_link) 2>&5
7103 ac_status=$?
7104 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7105 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7106 pipe_works=yes
7108 LIBS="$lt_save_LIBS"
7109 CFLAGS="$lt_save_CFLAGS"
7110 else
7111 echo "cannot find nm_test_func in $nlist" >&5
7113 else
7114 echo "cannot find nm_test_var in $nlist" >&5
7116 else
7117 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7119 else
7120 echo "$progname: failed program was:" >&5
7121 cat conftest.$ac_ext >&5
7123 rm -rf conftest* conftst*
7125 # Do not use the global_symbol_pipe unless it works.
7126 if test "$pipe_works" = yes; then
7127 break
7128 else
7129 lt_cv_sys_global_symbol_pipe=
7131 done
7135 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7136 lt_cv_sys_global_symbol_to_cdecl=
7138 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7140 $as_echo "failed" >&6; }
7141 else
7142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7143 $as_echo "ok" >&6; }
7167 # Check whether --enable-libtool-lock was given.
7168 if test "${enable_libtool_lock+set}" = set; then :
7169 enableval=$enable_libtool_lock;
7172 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7174 # Some flags need to be propagated to the compiler or linker for good
7175 # libtool support.
7176 case $host in
7177 ia64-*-hpux*)
7178 # Find out which ABI we are using.
7179 echo 'int i;' > conftest.$ac_ext
7180 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7181 (eval $ac_compile) 2>&5
7182 ac_status=$?
7183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7184 test $ac_status = 0; }; then
7185 case `/usr/bin/file conftest.$ac_objext` in
7186 *ELF-32*)
7187 HPUX_IA64_MODE="32"
7189 *ELF-64*)
7190 HPUX_IA64_MODE="64"
7192 esac
7194 rm -rf conftest*
7196 *-*-irix6*)
7197 # Find out which ABI we are using.
7198 echo '#line 7198 "configure"' > conftest.$ac_ext
7199 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7200 (eval $ac_compile) 2>&5
7201 ac_status=$?
7202 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7203 test $ac_status = 0; }; then
7204 if test "$lt_cv_prog_gnu_ld" = yes; then
7205 case `/usr/bin/file conftest.$ac_objext` in
7206 *32-bit*)
7207 LD="${LD-ld} -melf32bsmip"
7209 *N32*)
7210 LD="${LD-ld} -melf32bmipn32"
7212 *64-bit*)
7213 LD="${LD-ld} -melf64bmip"
7215 esac
7216 else
7217 case `/usr/bin/file conftest.$ac_objext` in
7218 *32-bit*)
7219 LD="${LD-ld} -32"
7221 *N32*)
7222 LD="${LD-ld} -n32"
7224 *64-bit*)
7225 LD="${LD-ld} -64"
7227 esac
7230 rm -rf conftest*
7233 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7234 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7235 # Find out which ABI we are using.
7236 echo 'int i;' > conftest.$ac_ext
7237 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7238 (eval $ac_compile) 2>&5
7239 ac_status=$?
7240 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7241 test $ac_status = 0; }; then
7242 case `/usr/bin/file conftest.o` in
7243 *32-bit*)
7244 case $host in
7245 x86_64-*kfreebsd*-gnu)
7246 LD="${LD-ld} -m elf_i386_fbsd"
7248 x86_64-*linux*)
7249 LD="${LD-ld} -m elf_i386"
7251 ppc64-*linux*|powerpc64-*linux*)
7252 LD="${LD-ld} -m elf32ppclinux"
7254 s390x-*linux*)
7255 LD="${LD-ld} -m elf_s390"
7257 sparc64-*linux*)
7258 LD="${LD-ld} -m elf32_sparc"
7260 esac
7262 *64-bit*)
7263 case $host in
7264 x86_64-*kfreebsd*-gnu)
7265 LD="${LD-ld} -m elf_x86_64_fbsd"
7267 x86_64-*linux*)
7268 LD="${LD-ld} -m elf_x86_64"
7270 ppc*-*linux*|powerpc*-*linux*)
7271 LD="${LD-ld} -m elf64ppc"
7273 s390*-*linux*|s390*-*tpf*)
7274 LD="${LD-ld} -m elf64_s390"
7276 sparc*-*linux*)
7277 LD="${LD-ld} -m elf64_sparc"
7279 esac
7281 esac
7283 rm -rf conftest*
7286 *-*-sco3.2v5*)
7287 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7288 SAVE_CFLAGS="$CFLAGS"
7289 CFLAGS="$CFLAGS -belf"
7290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7291 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7292 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7293 $as_echo_n "(cached) " >&6
7294 else
7295 ac_ext=c
7296 ac_cpp='$CPP $CPPFLAGS'
7297 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7298 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7299 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7302 /* end confdefs.h. */
7305 main ()
7309 return 0;
7311 _ACEOF
7312 if ac_fn_c_try_link "$LINENO"; then :
7313 lt_cv_cc_needs_belf=yes
7314 else
7315 lt_cv_cc_needs_belf=no
7317 rm -f core conftest.err conftest.$ac_objext \
7318 conftest$ac_exeext conftest.$ac_ext
7319 ac_ext=c
7320 ac_cpp='$CPP $CPPFLAGS'
7321 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7322 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7323 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7327 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7328 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7329 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7330 CFLAGS="$SAVE_CFLAGS"
7333 sparc*-*solaris*)
7334 # Find out which ABI we are using.
7335 echo 'int i;' > conftest.$ac_ext
7336 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7337 (eval $ac_compile) 2>&5
7338 ac_status=$?
7339 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7340 test $ac_status = 0; }; then
7341 case `/usr/bin/file conftest.o` in
7342 *64-bit*)
7343 case $lt_cv_prog_gnu_ld in
7344 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7346 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7347 LD="${LD-ld} -64"
7350 esac
7352 esac
7354 rm -rf conftest*
7356 esac
7358 need_locks="$enable_libtool_lock"
7361 case $host_os in
7362 rhapsody* | darwin*)
7363 if test -n "$ac_tool_prefix"; then
7364 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7365 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7367 $as_echo_n "checking for $ac_word... " >&6; }
7368 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7369 $as_echo_n "(cached) " >&6
7370 else
7371 if test -n "$DSYMUTIL"; then
7372 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7373 else
7374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7375 for as_dir in $PATH
7377 IFS=$as_save_IFS
7378 test -z "$as_dir" && as_dir=.
7379 for ac_exec_ext in '' $ac_executable_extensions; do
7380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7381 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7383 break 2
7385 done
7386 done
7387 IFS=$as_save_IFS
7391 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7392 if test -n "$DSYMUTIL"; then
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7394 $as_echo "$DSYMUTIL" >&6; }
7395 else
7396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7397 $as_echo "no" >&6; }
7402 if test -z "$ac_cv_prog_DSYMUTIL"; then
7403 ac_ct_DSYMUTIL=$DSYMUTIL
7404 # Extract the first word of "dsymutil", so it can be a program name with args.
7405 set dummy dsymutil; ac_word=$2
7406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7407 $as_echo_n "checking for $ac_word... " >&6; }
7408 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7409 $as_echo_n "(cached) " >&6
7410 else
7411 if test -n "$ac_ct_DSYMUTIL"; then
7412 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7413 else
7414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7415 for as_dir in $PATH
7417 IFS=$as_save_IFS
7418 test -z "$as_dir" && as_dir=.
7419 for ac_exec_ext in '' $ac_executable_extensions; do
7420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7421 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7423 break 2
7425 done
7426 done
7427 IFS=$as_save_IFS
7431 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7432 if test -n "$ac_ct_DSYMUTIL"; then
7433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7434 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7435 else
7436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7437 $as_echo "no" >&6; }
7440 if test "x$ac_ct_DSYMUTIL" = x; then
7441 DSYMUTIL=":"
7442 else
7443 case $cross_compiling:$ac_tool_warned in
7444 yes:)
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7446 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7447 ac_tool_warned=yes ;;
7448 esac
7449 DSYMUTIL=$ac_ct_DSYMUTIL
7451 else
7452 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7455 if test -n "$ac_tool_prefix"; then
7456 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7457 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7459 $as_echo_n "checking for $ac_word... " >&6; }
7460 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7461 $as_echo_n "(cached) " >&6
7462 else
7463 if test -n "$NMEDIT"; then
7464 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7465 else
7466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7467 for as_dir in $PATH
7469 IFS=$as_save_IFS
7470 test -z "$as_dir" && as_dir=.
7471 for ac_exec_ext in '' $ac_executable_extensions; do
7472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7473 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7475 break 2
7477 done
7478 done
7479 IFS=$as_save_IFS
7483 NMEDIT=$ac_cv_prog_NMEDIT
7484 if test -n "$NMEDIT"; then
7485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7486 $as_echo "$NMEDIT" >&6; }
7487 else
7488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7489 $as_echo "no" >&6; }
7494 if test -z "$ac_cv_prog_NMEDIT"; then
7495 ac_ct_NMEDIT=$NMEDIT
7496 # Extract the first word of "nmedit", so it can be a program name with args.
7497 set dummy nmedit; ac_word=$2
7498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7499 $as_echo_n "checking for $ac_word... " >&6; }
7500 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7501 $as_echo_n "(cached) " >&6
7502 else
7503 if test -n "$ac_ct_NMEDIT"; then
7504 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7505 else
7506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7507 for as_dir in $PATH
7509 IFS=$as_save_IFS
7510 test -z "$as_dir" && as_dir=.
7511 for ac_exec_ext in '' $ac_executable_extensions; do
7512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7513 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7515 break 2
7517 done
7518 done
7519 IFS=$as_save_IFS
7523 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7524 if test -n "$ac_ct_NMEDIT"; then
7525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7526 $as_echo "$ac_ct_NMEDIT" >&6; }
7527 else
7528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7529 $as_echo "no" >&6; }
7532 if test "x$ac_ct_NMEDIT" = x; then
7533 NMEDIT=":"
7534 else
7535 case $cross_compiling:$ac_tool_warned in
7536 yes:)
7537 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7538 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7539 ac_tool_warned=yes ;;
7540 esac
7541 NMEDIT=$ac_ct_NMEDIT
7543 else
7544 NMEDIT="$ac_cv_prog_NMEDIT"
7547 if test -n "$ac_tool_prefix"; then
7548 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7549 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7551 $as_echo_n "checking for $ac_word... " >&6; }
7552 if test "${ac_cv_prog_LIPO+set}" = set; then :
7553 $as_echo_n "(cached) " >&6
7554 else
7555 if test -n "$LIPO"; then
7556 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7557 else
7558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7559 for as_dir in $PATH
7561 IFS=$as_save_IFS
7562 test -z "$as_dir" && as_dir=.
7563 for ac_exec_ext in '' $ac_executable_extensions; do
7564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7565 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7567 break 2
7569 done
7570 done
7571 IFS=$as_save_IFS
7575 LIPO=$ac_cv_prog_LIPO
7576 if test -n "$LIPO"; then
7577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7578 $as_echo "$LIPO" >&6; }
7579 else
7580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7581 $as_echo "no" >&6; }
7586 if test -z "$ac_cv_prog_LIPO"; then
7587 ac_ct_LIPO=$LIPO
7588 # Extract the first word of "lipo", so it can be a program name with args.
7589 set dummy lipo; ac_word=$2
7590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7591 $as_echo_n "checking for $ac_word... " >&6; }
7592 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7593 $as_echo_n "(cached) " >&6
7594 else
7595 if test -n "$ac_ct_LIPO"; then
7596 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7597 else
7598 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7599 for as_dir in $PATH
7601 IFS=$as_save_IFS
7602 test -z "$as_dir" && as_dir=.
7603 for ac_exec_ext in '' $ac_executable_extensions; do
7604 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7605 ac_cv_prog_ac_ct_LIPO="lipo"
7606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7607 break 2
7609 done
7610 done
7611 IFS=$as_save_IFS
7615 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7616 if test -n "$ac_ct_LIPO"; then
7617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7618 $as_echo "$ac_ct_LIPO" >&6; }
7619 else
7620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7621 $as_echo "no" >&6; }
7624 if test "x$ac_ct_LIPO" = x; then
7625 LIPO=":"
7626 else
7627 case $cross_compiling:$ac_tool_warned in
7628 yes:)
7629 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7630 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7631 ac_tool_warned=yes ;;
7632 esac
7633 LIPO=$ac_ct_LIPO
7635 else
7636 LIPO="$ac_cv_prog_LIPO"
7639 if test -n "$ac_tool_prefix"; then
7640 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7641 set dummy ${ac_tool_prefix}otool; ac_word=$2
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7643 $as_echo_n "checking for $ac_word... " >&6; }
7644 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7645 $as_echo_n "(cached) " >&6
7646 else
7647 if test -n "$OTOOL"; then
7648 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7649 else
7650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7651 for as_dir in $PATH
7653 IFS=$as_save_IFS
7654 test -z "$as_dir" && as_dir=.
7655 for ac_exec_ext in '' $ac_executable_extensions; do
7656 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7657 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7659 break 2
7661 done
7662 done
7663 IFS=$as_save_IFS
7667 OTOOL=$ac_cv_prog_OTOOL
7668 if test -n "$OTOOL"; then
7669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7670 $as_echo "$OTOOL" >&6; }
7671 else
7672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7673 $as_echo "no" >&6; }
7678 if test -z "$ac_cv_prog_OTOOL"; then
7679 ac_ct_OTOOL=$OTOOL
7680 # Extract the first word of "otool", so it can be a program name with args.
7681 set dummy otool; ac_word=$2
7682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7683 $as_echo_n "checking for $ac_word... " >&6; }
7684 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7685 $as_echo_n "(cached) " >&6
7686 else
7687 if test -n "$ac_ct_OTOOL"; then
7688 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7689 else
7690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7691 for as_dir in $PATH
7693 IFS=$as_save_IFS
7694 test -z "$as_dir" && as_dir=.
7695 for ac_exec_ext in '' $ac_executable_extensions; do
7696 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7697 ac_cv_prog_ac_ct_OTOOL="otool"
7698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7699 break 2
7701 done
7702 done
7703 IFS=$as_save_IFS
7707 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7708 if test -n "$ac_ct_OTOOL"; then
7709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7710 $as_echo "$ac_ct_OTOOL" >&6; }
7711 else
7712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7713 $as_echo "no" >&6; }
7716 if test "x$ac_ct_OTOOL" = x; then
7717 OTOOL=":"
7718 else
7719 case $cross_compiling:$ac_tool_warned in
7720 yes:)
7721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7722 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7723 ac_tool_warned=yes ;;
7724 esac
7725 OTOOL=$ac_ct_OTOOL
7727 else
7728 OTOOL="$ac_cv_prog_OTOOL"
7731 if test -n "$ac_tool_prefix"; then
7732 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7733 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7735 $as_echo_n "checking for $ac_word... " >&6; }
7736 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7737 $as_echo_n "(cached) " >&6
7738 else
7739 if test -n "$OTOOL64"; then
7740 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7741 else
7742 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7743 for as_dir in $PATH
7745 IFS=$as_save_IFS
7746 test -z "$as_dir" && as_dir=.
7747 for ac_exec_ext in '' $ac_executable_extensions; do
7748 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7749 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7750 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7751 break 2
7753 done
7754 done
7755 IFS=$as_save_IFS
7759 OTOOL64=$ac_cv_prog_OTOOL64
7760 if test -n "$OTOOL64"; then
7761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7762 $as_echo "$OTOOL64" >&6; }
7763 else
7764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7765 $as_echo "no" >&6; }
7770 if test -z "$ac_cv_prog_OTOOL64"; then
7771 ac_ct_OTOOL64=$OTOOL64
7772 # Extract the first word of "otool64", so it can be a program name with args.
7773 set dummy otool64; ac_word=$2
7774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7775 $as_echo_n "checking for $ac_word... " >&6; }
7776 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7777 $as_echo_n "(cached) " >&6
7778 else
7779 if test -n "$ac_ct_OTOOL64"; then
7780 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7781 else
7782 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7783 for as_dir in $PATH
7785 IFS=$as_save_IFS
7786 test -z "$as_dir" && as_dir=.
7787 for ac_exec_ext in '' $ac_executable_extensions; do
7788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7789 ac_cv_prog_ac_ct_OTOOL64="otool64"
7790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7791 break 2
7793 done
7794 done
7795 IFS=$as_save_IFS
7799 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7800 if test -n "$ac_ct_OTOOL64"; then
7801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7802 $as_echo "$ac_ct_OTOOL64" >&6; }
7803 else
7804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7805 $as_echo "no" >&6; }
7808 if test "x$ac_ct_OTOOL64" = x; then
7809 OTOOL64=":"
7810 else
7811 case $cross_compiling:$ac_tool_warned in
7812 yes:)
7813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7814 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7815 ac_tool_warned=yes ;;
7816 esac
7817 OTOOL64=$ac_ct_OTOOL64
7819 else
7820 OTOOL64="$ac_cv_prog_OTOOL64"
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7850 $as_echo_n "checking for -single_module linker flag... " >&6; }
7851 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7852 $as_echo_n "(cached) " >&6
7853 else
7854 lt_cv_apple_cc_single_mod=no
7855 if test -z "${LT_MULTI_MODULE}"; then
7856 # By default we will add the -single_module flag. You can override
7857 # by either setting the environment variable LT_MULTI_MODULE
7858 # non-empty at configure time, or by adding -multi_module to the
7859 # link flags.
7860 rm -rf libconftest.dylib*
7861 echo "int foo(void){return 1;}" > conftest.c
7862 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7863 -dynamiclib -Wl,-single_module conftest.c" >&5
7864 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7865 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7866 _lt_result=$?
7867 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7868 lt_cv_apple_cc_single_mod=yes
7869 else
7870 cat conftest.err >&5
7872 rm -rf libconftest.dylib*
7873 rm -f conftest.*
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7877 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7879 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7880 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7881 $as_echo_n "(cached) " >&6
7882 else
7883 lt_cv_ld_exported_symbols_list=no
7884 save_LDFLAGS=$LDFLAGS
7885 echo "_main" > conftest.sym
7886 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7888 /* end confdefs.h. */
7891 main ()
7895 return 0;
7897 _ACEOF
7898 if ac_fn_c_try_link "$LINENO"; then :
7899 lt_cv_ld_exported_symbols_list=yes
7900 else
7901 lt_cv_ld_exported_symbols_list=no
7903 rm -f core conftest.err conftest.$ac_objext \
7904 conftest$ac_exeext conftest.$ac_ext
7905 LDFLAGS="$save_LDFLAGS"
7908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7909 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7910 case $host_os in
7911 rhapsody* | darwin1.[012])
7912 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7913 darwin1.*)
7914 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7915 darwin*) # darwin 5.x on
7916 # if running on 10.5 or later, the deployment target defaults
7917 # to the OS version, if on x86, and 10.4, the deployment
7918 # target defaults to 10.4. Don't you love it?
7919 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7920 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7921 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7922 10.[012]*)
7923 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7924 10.*)
7925 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7926 esac
7928 esac
7929 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7930 _lt_dar_single_mod='$single_module'
7932 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7933 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7934 else
7935 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7937 if test "$DSYMUTIL" != ":"; then
7938 _lt_dsymutil='~$DSYMUTIL $lib || :'
7939 else
7940 _lt_dsymutil=
7943 esac
7945 for ac_header in dlfcn.h
7946 do :
7947 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7949 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7950 cat >>confdefs.h <<_ACEOF
7951 #define HAVE_DLFCN_H 1
7952 _ACEOF
7956 done
7960 # Set options
7961 enable_dlopen=yes
7966 enable_win32_dll=no
7970 # Check whether --enable-static was given.
7971 if test "${enable_static+set}" = set; then :
7972 enableval=$enable_static; p=${PACKAGE-default}
7973 case $enableval in
7974 yes) enable_static=yes ;;
7975 no) enable_static=no ;;
7977 enable_static=no
7978 # Look at the argument we got. We use all the common list separators.
7979 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7980 for pkg in $enableval; do
7981 IFS="$lt_save_ifs"
7982 if test "X$pkg" = "X$p"; then
7983 enable_static=yes
7985 done
7986 IFS="$lt_save_ifs"
7988 esac
7989 else
7990 enable_static=yes
8002 # Check whether --with-pic was given.
8003 if test "${with_pic+set}" = set; then :
8004 withval=$with_pic; pic_mode="$withval"
8005 else
8006 pic_mode=default
8010 test -z "$pic_mode" && pic_mode=default
8018 # Check whether --enable-fast-install was given.
8019 if test "${enable_fast_install+set}" = set; then :
8020 enableval=$enable_fast_install; p=${PACKAGE-default}
8021 case $enableval in
8022 yes) enable_fast_install=yes ;;
8023 no) enable_fast_install=no ;;
8025 enable_fast_install=no
8026 # Look at the argument we got. We use all the common list separators.
8027 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8028 for pkg in $enableval; do
8029 IFS="$lt_save_ifs"
8030 if test "X$pkg" = "X$p"; then
8031 enable_fast_install=yes
8033 done
8034 IFS="$lt_save_ifs"
8036 esac
8037 else
8038 enable_fast_install=yes
8051 # This can be used to rebuild libtool when needed
8052 LIBTOOL_DEPS="$ltmain"
8054 # Always use our own libtool.
8055 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8081 test -z "$LN_S" && LN_S="ln -s"
8096 if test -n "${ZSH_VERSION+set}" ; then
8097 setopt NO_GLOB_SUBST
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8101 $as_echo_n "checking for objdir... " >&6; }
8102 if test "${lt_cv_objdir+set}" = set; then :
8103 $as_echo_n "(cached) " >&6
8104 else
8105 rm -f .libs 2>/dev/null
8106 mkdir .libs 2>/dev/null
8107 if test -d .libs; then
8108 lt_cv_objdir=.libs
8109 else
8110 # MS-DOS does not allow filenames that begin with a dot.
8111 lt_cv_objdir=_libs
8113 rmdir .libs 2>/dev/null
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8116 $as_echo "$lt_cv_objdir" >&6; }
8117 objdir=$lt_cv_objdir
8123 cat >>confdefs.h <<_ACEOF
8124 #define LT_OBJDIR "$lt_cv_objdir/"
8125 _ACEOF
8143 case $host_os in
8144 aix3*)
8145 # AIX sometimes has problems with the GCC collect2 program. For some
8146 # reason, if we set the COLLECT_NAMES environment variable, the problems
8147 # vanish in a puff of smoke.
8148 if test "X${COLLECT_NAMES+set}" != Xset; then
8149 COLLECT_NAMES=
8150 export COLLECT_NAMES
8153 esac
8155 # Sed substitution that helps us do robust quoting. It backslashifies
8156 # metacharacters that are still active within double-quoted strings.
8157 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
8159 # Same as above, but do not quote variable references.
8160 double_quote_subst='s/\(["`\\]\)/\\\1/g'
8162 # Sed substitution to delay expansion of an escaped shell variable in a
8163 # double_quote_subst'ed string.
8164 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
8166 # Sed substitution to delay expansion of an escaped single quote.
8167 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
8169 # Sed substitution to avoid accidental globbing in evaled expressions
8170 no_glob_subst='s/\*/\\\*/g'
8172 # Global variables:
8173 ofile=libtool
8174 can_build_shared=yes
8176 # All known linkers require a `.a' archive for static linking (except MSVC,
8177 # which needs '.lib').
8178 libext=a
8180 with_gnu_ld="$lt_cv_prog_gnu_ld"
8182 old_CC="$CC"
8183 old_CFLAGS="$CFLAGS"
8185 # Set sane defaults for various variables
8186 test -z "$CC" && CC=cc
8187 test -z "$LTCC" && LTCC=$CC
8188 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8189 test -z "$LD" && LD=ld
8190 test -z "$ac_objext" && ac_objext=o
8192 for cc_temp in $compiler""; do
8193 case $cc_temp in
8194 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8195 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8196 \-*) ;;
8197 *) break;;
8198 esac
8199 done
8200 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
8203 # Only perform the check for file, if the check method requires it
8204 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8205 case $deplibs_check_method in
8206 file_magic*)
8207 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8209 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8210 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8211 $as_echo_n "(cached) " >&6
8212 else
8213 case $MAGIC_CMD in
8214 [\\/*] | ?:[\\/]*)
8215 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8218 lt_save_MAGIC_CMD="$MAGIC_CMD"
8219 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8220 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8221 for ac_dir in $ac_dummy; do
8222 IFS="$lt_save_ifs"
8223 test -z "$ac_dir" && ac_dir=.
8224 if test -f $ac_dir/${ac_tool_prefix}file; then
8225 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8226 if test -n "$file_magic_test_file"; then
8227 case $deplibs_check_method in
8228 "file_magic "*)
8229 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8230 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8231 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8232 $EGREP "$file_magic_regex" > /dev/null; then
8234 else
8235 cat <<_LT_EOF 1>&2
8237 *** Warning: the command libtool uses to detect shared libraries,
8238 *** $file_magic_cmd, produces output that libtool cannot recognize.
8239 *** The result is that libtool may fail to recognize shared libraries
8240 *** as such. This will affect the creation of libtool libraries that
8241 *** depend on shared libraries, but programs linked with such libtool
8242 *** libraries will work regardless of this problem. Nevertheless, you
8243 *** may want to report the problem to your system manager and/or to
8244 *** bug-libtool@gnu.org
8246 _LT_EOF
8247 fi ;;
8248 esac
8250 break
8252 done
8253 IFS="$lt_save_ifs"
8254 MAGIC_CMD="$lt_save_MAGIC_CMD"
8256 esac
8259 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8260 if test -n "$MAGIC_CMD"; then
8261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8262 $as_echo "$MAGIC_CMD" >&6; }
8263 else
8264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8265 $as_echo "no" >&6; }
8272 if test -z "$lt_cv_path_MAGIC_CMD"; then
8273 if test -n "$ac_tool_prefix"; then
8274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8275 $as_echo_n "checking for file... " >&6; }
8276 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8277 $as_echo_n "(cached) " >&6
8278 else
8279 case $MAGIC_CMD in
8280 [\\/*] | ?:[\\/]*)
8281 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8284 lt_save_MAGIC_CMD="$MAGIC_CMD"
8285 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8286 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8287 for ac_dir in $ac_dummy; do
8288 IFS="$lt_save_ifs"
8289 test -z "$ac_dir" && ac_dir=.
8290 if test -f $ac_dir/file; then
8291 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8292 if test -n "$file_magic_test_file"; then
8293 case $deplibs_check_method in
8294 "file_magic "*)
8295 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8296 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8297 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8298 $EGREP "$file_magic_regex" > /dev/null; then
8300 else
8301 cat <<_LT_EOF 1>&2
8303 *** Warning: the command libtool uses to detect shared libraries,
8304 *** $file_magic_cmd, produces output that libtool cannot recognize.
8305 *** The result is that libtool may fail to recognize shared libraries
8306 *** as such. This will affect the creation of libtool libraries that
8307 *** depend on shared libraries, but programs linked with such libtool
8308 *** libraries will work regardless of this problem. Nevertheless, you
8309 *** may want to report the problem to your system manager and/or to
8310 *** bug-libtool@gnu.org
8312 _LT_EOF
8313 fi ;;
8314 esac
8316 break
8318 done
8319 IFS="$lt_save_ifs"
8320 MAGIC_CMD="$lt_save_MAGIC_CMD"
8322 esac
8325 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8326 if test -n "$MAGIC_CMD"; then
8327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8328 $as_echo "$MAGIC_CMD" >&6; }
8329 else
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8331 $as_echo "no" >&6; }
8335 else
8336 MAGIC_CMD=:
8342 esac
8344 # Use C for the default configuration in the libtool script
8346 lt_save_CC="$CC"
8347 ac_ext=c
8348 ac_cpp='$CPP $CPPFLAGS'
8349 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8350 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8351 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8354 # Source file extension for C test sources.
8355 ac_ext=c
8357 # Object file extension for compiled C test sources.
8358 objext=o
8359 objext=$objext
8361 # Code to be used in simple compile tests
8362 lt_simple_compile_test_code="int some_variable = 0;"
8364 # Code to be used in simple link tests
8365 lt_simple_link_test_code='int main(){return(0);}'
8373 # If no C compiler was specified, use CC.
8374 LTCC=${LTCC-"$CC"}
8376 # If no C compiler flags were specified, use CFLAGS.
8377 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8379 # Allow CC to be a program name with arguments.
8380 compiler=$CC
8382 # Save the default compiler, since it gets overwritten when the other
8383 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8384 compiler_DEFAULT=$CC
8386 # save warnings/boilerplate of simple test code
8387 ac_outfile=conftest.$ac_objext
8388 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8389 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8390 _lt_compiler_boilerplate=`cat conftest.err`
8391 $RM conftest*
8393 ac_outfile=conftest.$ac_objext
8394 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8395 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8396 _lt_linker_boilerplate=`cat conftest.err`
8397 $RM -r conftest*
8400 ## CAVEAT EMPTOR:
8401 ## There is no encapsulation within the following macros, do not change
8402 ## the running order or otherwise move them around unless you know exactly
8403 ## what you are doing...
8404 if test -n "$compiler"; then
8406 lt_prog_compiler_no_builtin_flag=
8408 if test "$GCC" = yes; then
8409 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8412 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8413 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8414 $as_echo_n "(cached) " >&6
8415 else
8416 lt_cv_prog_compiler_rtti_exceptions=no
8417 ac_outfile=conftest.$ac_objext
8418 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8419 lt_compiler_flag="-fno-rtti -fno-exceptions"
8420 # Insert the option either (1) after the last *FLAGS variable, or
8421 # (2) before a word containing "conftest.", or (3) at the end.
8422 # Note that $ac_compile itself does not contain backslashes and begins
8423 # with a dollar sign (not a hyphen), so the echo should work correctly.
8424 # The option is referenced via a variable to avoid confusing sed.
8425 lt_compile=`echo "$ac_compile" | $SED \
8426 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8427 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8428 -e 's:$: $lt_compiler_flag:'`
8429 (eval echo "\"\$as_me:8429: $lt_compile\"" >&5)
8430 (eval "$lt_compile" 2>conftest.err)
8431 ac_status=$?
8432 cat conftest.err >&5
8433 echo "$as_me:8433: \$? = $ac_status" >&5
8434 if (exit $ac_status) && test -s "$ac_outfile"; then
8435 # The compiler can only warn and ignore the option if not recognized
8436 # So say no if there are warnings other than the usual output.
8437 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8438 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8439 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8440 lt_cv_prog_compiler_rtti_exceptions=yes
8443 $RM conftest*
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8447 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8449 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8450 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8451 else
8462 lt_prog_compiler_wl=
8463 lt_prog_compiler_pic=
8464 lt_prog_compiler_static=
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8467 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8469 if test "$GCC" = yes; then
8470 lt_prog_compiler_wl='-Wl,'
8471 lt_prog_compiler_static='-static'
8473 case $host_os in
8474 aix*)
8475 # All AIX code is PIC.
8476 if test "$host_cpu" = ia64; then
8477 # AIX 5 now supports IA64 processor
8478 lt_prog_compiler_static='-Bstatic'
8482 amigaos*)
8483 case $host_cpu in
8484 powerpc)
8485 # see comment about AmigaOS4 .so support
8486 lt_prog_compiler_pic='-fPIC'
8488 m68k)
8489 # FIXME: we need at least 68020 code to build shared libraries, but
8490 # adding the `-m68020' flag to GCC prevents building anything better,
8491 # like `-m68040'.
8492 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8494 esac
8497 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8498 # PIC is the default for these OSes.
8501 mingw* | cygwin* | pw32* | os2* | cegcc*)
8502 # This hack is so that the source file can tell whether it is being
8503 # built for inclusion in a dll (and should export symbols for example).
8504 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8505 # (--disable-auto-import) libraries
8506 lt_prog_compiler_pic='-DDLL_EXPORT'
8509 darwin* | rhapsody*)
8510 # PIC is the default on this platform
8511 # Common symbols not allowed in MH_DYLIB files
8512 lt_prog_compiler_pic='-fno-common'
8515 hpux*)
8516 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8517 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8518 # sets the default TLS model and affects inlining.
8519 case $host_cpu in
8520 hppa*64*)
8521 # +Z the default
8524 lt_prog_compiler_pic='-fPIC'
8526 esac
8529 interix[3-9]*)
8530 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8531 # Instead, we relocate shared libraries at runtime.
8534 msdosdjgpp*)
8535 # Just because we use GCC doesn't mean we suddenly get shared libraries
8536 # on systems that don't support them.
8537 lt_prog_compiler_can_build_shared=no
8538 enable_shared=no
8541 *nto* | *qnx*)
8542 # QNX uses GNU C++, but need to define -shared option too, otherwise
8543 # it will coredump.
8544 lt_prog_compiler_pic='-fPIC -shared'
8547 sysv4*MP*)
8548 if test -d /usr/nec; then
8549 lt_prog_compiler_pic=-Kconform_pic
8554 lt_prog_compiler_pic='-fPIC'
8556 esac
8557 else
8558 # PORTME Check for flag to pass linker flags through the system compiler.
8559 case $host_os in
8560 aix*)
8561 lt_prog_compiler_wl='-Wl,'
8562 if test "$host_cpu" = ia64; then
8563 # AIX 5 now supports IA64 processor
8564 lt_prog_compiler_static='-Bstatic'
8565 else
8566 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8570 mingw* | cygwin* | pw32* | os2* | cegcc*)
8571 # This hack is so that the source file can tell whether it is being
8572 # built for inclusion in a dll (and should export symbols for example).
8573 lt_prog_compiler_pic='-DDLL_EXPORT'
8576 hpux9* | hpux10* | hpux11*)
8577 lt_prog_compiler_wl='-Wl,'
8578 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8579 # not for PA HP-UX.
8580 case $host_cpu in
8581 hppa*64*|ia64*)
8582 # +Z the default
8585 lt_prog_compiler_pic='+Z'
8587 esac
8588 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8589 lt_prog_compiler_static='${wl}-a ${wl}archive'
8592 irix5* | irix6* | nonstopux*)
8593 lt_prog_compiler_wl='-Wl,'
8594 # PIC (with -KPIC) is the default.
8595 lt_prog_compiler_static='-non_shared'
8598 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8599 case $cc_basename in
8600 # old Intel for x86_64 which still supported -KPIC.
8601 ecc*)
8602 lt_prog_compiler_wl='-Wl,'
8603 lt_prog_compiler_pic='-KPIC'
8604 lt_prog_compiler_static='-static'
8606 # icc used to be incompatible with GCC.
8607 # ICC 10 doesn't accept -KPIC any more.
8608 icc* | ifort*)
8609 lt_prog_compiler_wl='-Wl,'
8610 lt_prog_compiler_pic='-fPIC'
8611 lt_prog_compiler_static='-static'
8613 # Lahey Fortran 8.1.
8614 lf95*)
8615 lt_prog_compiler_wl='-Wl,'
8616 lt_prog_compiler_pic='--shared'
8617 lt_prog_compiler_static='--static'
8619 pgcc* | pgf77* | pgf90* | pgf95*)
8620 # Portland Group compilers (*not* the Pentium gcc compiler,
8621 # which looks to be a dead project)
8622 lt_prog_compiler_wl='-Wl,'
8623 lt_prog_compiler_pic='-fpic'
8624 lt_prog_compiler_static='-Bstatic'
8626 ccc*)
8627 lt_prog_compiler_wl='-Wl,'
8628 # All Alpha code is PIC.
8629 lt_prog_compiler_static='-non_shared'
8631 xl*)
8632 # IBM XL C 8.0/Fortran 10.1 on PPC
8633 lt_prog_compiler_wl='-Wl,'
8634 lt_prog_compiler_pic='-qpic'
8635 lt_prog_compiler_static='-qstaticlink'
8638 case `$CC -V 2>&1 | sed 5q` in
8639 *Sun\ C*)
8640 # Sun C 5.9
8641 lt_prog_compiler_pic='-KPIC'
8642 lt_prog_compiler_static='-Bstatic'
8643 lt_prog_compiler_wl='-Wl,'
8645 *Sun\ F*)
8646 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8647 lt_prog_compiler_pic='-KPIC'
8648 lt_prog_compiler_static='-Bstatic'
8649 lt_prog_compiler_wl=''
8651 esac
8653 esac
8656 newsos6)
8657 lt_prog_compiler_pic='-KPIC'
8658 lt_prog_compiler_static='-Bstatic'
8661 *nto* | *qnx*)
8662 # QNX uses GNU C++, but need to define -shared option too, otherwise
8663 # it will coredump.
8664 lt_prog_compiler_pic='-fPIC -shared'
8667 osf3* | osf4* | osf5*)
8668 lt_prog_compiler_wl='-Wl,'
8669 # All OSF/1 code is PIC.
8670 lt_prog_compiler_static='-non_shared'
8673 rdos*)
8674 lt_prog_compiler_static='-non_shared'
8677 solaris*)
8678 lt_prog_compiler_pic='-KPIC'
8679 lt_prog_compiler_static='-Bstatic'
8680 case $cc_basename in
8681 f77* | f90* | f95*)
8682 lt_prog_compiler_wl='-Qoption ld ';;
8684 lt_prog_compiler_wl='-Wl,';;
8685 esac
8688 sunos4*)
8689 lt_prog_compiler_wl='-Qoption ld '
8690 lt_prog_compiler_pic='-PIC'
8691 lt_prog_compiler_static='-Bstatic'
8694 sysv4 | sysv4.2uw2* | sysv4.3*)
8695 lt_prog_compiler_wl='-Wl,'
8696 lt_prog_compiler_pic='-KPIC'
8697 lt_prog_compiler_static='-Bstatic'
8700 sysv4*MP*)
8701 if test -d /usr/nec ;then
8702 lt_prog_compiler_pic='-Kconform_pic'
8703 lt_prog_compiler_static='-Bstatic'
8707 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8708 lt_prog_compiler_wl='-Wl,'
8709 lt_prog_compiler_pic='-KPIC'
8710 lt_prog_compiler_static='-Bstatic'
8713 unicos*)
8714 lt_prog_compiler_wl='-Wl,'
8715 lt_prog_compiler_can_build_shared=no
8718 uts4*)
8719 lt_prog_compiler_pic='-pic'
8720 lt_prog_compiler_static='-Bstatic'
8724 lt_prog_compiler_can_build_shared=no
8726 esac
8729 case $host_os in
8730 # For platforms which do not support PIC, -DPIC is meaningless:
8731 *djgpp*)
8732 lt_prog_compiler_pic=
8735 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8737 esac
8738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8739 $as_echo "$lt_prog_compiler_pic" >&6; }
8747 # Check to make sure the PIC flag actually works.
8749 if test -n "$lt_prog_compiler_pic"; then
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8751 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8752 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8753 $as_echo_n "(cached) " >&6
8754 else
8755 lt_cv_prog_compiler_pic_works=no
8756 ac_outfile=conftest.$ac_objext
8757 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8758 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8759 # Insert the option either (1) after the last *FLAGS variable, or
8760 # (2) before a word containing "conftest.", or (3) at the end.
8761 # Note that $ac_compile itself does not contain backslashes and begins
8762 # with a dollar sign (not a hyphen), so the echo should work correctly.
8763 # The option is referenced via a variable to avoid confusing sed.
8764 lt_compile=`echo "$ac_compile" | $SED \
8765 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8766 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8767 -e 's:$: $lt_compiler_flag:'`
8768 (eval echo "\"\$as_me:8768: $lt_compile\"" >&5)
8769 (eval "$lt_compile" 2>conftest.err)
8770 ac_status=$?
8771 cat conftest.err >&5
8772 echo "$as_me:8772: \$? = $ac_status" >&5
8773 if (exit $ac_status) && test -s "$ac_outfile"; then
8774 # The compiler can only warn and ignore the option if not recognized
8775 # So say no if there are warnings other than the usual output.
8776 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8777 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8778 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8779 lt_cv_prog_compiler_pic_works=yes
8782 $RM conftest*
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8786 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8788 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8789 case $lt_prog_compiler_pic in
8790 "" | " "*) ;;
8791 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8792 esac
8793 else
8794 lt_prog_compiler_pic=
8795 lt_prog_compiler_can_build_shared=no
8806 # Check to make sure the static flag actually works.
8808 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8810 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8811 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8812 $as_echo_n "(cached) " >&6
8813 else
8814 lt_cv_prog_compiler_static_works=no
8815 save_LDFLAGS="$LDFLAGS"
8816 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8817 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8818 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8819 # The linker can only warn and ignore the option if not recognized
8820 # So say no if there are warnings
8821 if test -s conftest.err; then
8822 # Append any errors to the config.log.
8823 cat conftest.err 1>&5
8824 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
8825 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8826 if diff conftest.exp conftest.er2 >/dev/null; then
8827 lt_cv_prog_compiler_static_works=yes
8829 else
8830 lt_cv_prog_compiler_static_works=yes
8833 $RM -r conftest*
8834 LDFLAGS="$save_LDFLAGS"
8837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8838 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8840 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8842 else
8843 lt_prog_compiler_static=
8852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8853 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8854 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8855 $as_echo_n "(cached) " >&6
8856 else
8857 lt_cv_prog_compiler_c_o=no
8858 $RM -r conftest 2>/dev/null
8859 mkdir conftest
8860 cd conftest
8861 mkdir out
8862 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8864 lt_compiler_flag="-o out/conftest2.$ac_objext"
8865 # Insert the option either (1) after the last *FLAGS variable, or
8866 # (2) before a word containing "conftest.", or (3) at the end.
8867 # Note that $ac_compile itself does not contain backslashes and begins
8868 # with a dollar sign (not a hyphen), so the echo should work correctly.
8869 lt_compile=`echo "$ac_compile" | $SED \
8870 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8871 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8872 -e 's:$: $lt_compiler_flag:'`
8873 (eval echo "\"\$as_me:8873: $lt_compile\"" >&5)
8874 (eval "$lt_compile" 2>out/conftest.err)
8875 ac_status=$?
8876 cat out/conftest.err >&5
8877 echo "$as_me:8877: \$? = $ac_status" >&5
8878 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8879 then
8880 # The compiler can only warn and ignore the option if not recognized
8881 # So say no if there are warnings
8882 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8883 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8884 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8885 lt_cv_prog_compiler_c_o=yes
8888 chmod u+w . 2>&5
8889 $RM conftest*
8890 # SGI C++ compiler will create directory out/ii_files/ for
8891 # template instantiation
8892 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8893 $RM out/* && rmdir out
8894 cd ..
8895 $RM -r conftest
8896 $RM conftest*
8899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8900 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8908 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8909 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8910 $as_echo_n "(cached) " >&6
8911 else
8912 lt_cv_prog_compiler_c_o=no
8913 $RM -r conftest 2>/dev/null
8914 mkdir conftest
8915 cd conftest
8916 mkdir out
8917 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8919 lt_compiler_flag="-o out/conftest2.$ac_objext"
8920 # Insert the option either (1) after the last *FLAGS variable, or
8921 # (2) before a word containing "conftest.", or (3) at the end.
8922 # Note that $ac_compile itself does not contain backslashes and begins
8923 # with a dollar sign (not a hyphen), so the echo should work correctly.
8924 lt_compile=`echo "$ac_compile" | $SED \
8925 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8926 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8927 -e 's:$: $lt_compiler_flag:'`
8928 (eval echo "\"\$as_me:8928: $lt_compile\"" >&5)
8929 (eval "$lt_compile" 2>out/conftest.err)
8930 ac_status=$?
8931 cat out/conftest.err >&5
8932 echo "$as_me:8932: \$? = $ac_status" >&5
8933 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8934 then
8935 # The compiler can only warn and ignore the option if not recognized
8936 # So say no if there are warnings
8937 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8938 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8939 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8940 lt_cv_prog_compiler_c_o=yes
8943 chmod u+w . 2>&5
8944 $RM conftest*
8945 # SGI C++ compiler will create directory out/ii_files/ for
8946 # template instantiation
8947 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8948 $RM out/* && rmdir out
8949 cd ..
8950 $RM -r conftest
8951 $RM conftest*
8954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8955 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8960 hard_links="nottested"
8961 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8962 # do not overwrite the value of need_locks provided by the user
8963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8964 $as_echo_n "checking if we can lock with hard links... " >&6; }
8965 hard_links=yes
8966 $RM conftest*
8967 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8968 touch conftest.a
8969 ln conftest.a conftest.b 2>&5 || hard_links=no
8970 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8972 $as_echo "$hard_links" >&6; }
8973 if test "$hard_links" = no; then
8974 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8975 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8976 need_locks=warn
8978 else
8979 need_locks=no
8987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8988 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8990 runpath_var=
8991 allow_undefined_flag=
8992 always_export_symbols=no
8993 archive_cmds=
8994 archive_expsym_cmds=
8995 compiler_needs_object=no
8996 enable_shared_with_static_runtimes=no
8997 export_dynamic_flag_spec=
8998 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8999 hardcode_automatic=no
9000 hardcode_direct=no
9001 hardcode_direct_absolute=no
9002 hardcode_libdir_flag_spec=
9003 hardcode_libdir_flag_spec_ld=
9004 hardcode_libdir_separator=
9005 hardcode_minus_L=no
9006 hardcode_shlibpath_var=unsupported
9007 inherit_rpath=no
9008 link_all_deplibs=unknown
9009 module_cmds=
9010 module_expsym_cmds=
9011 old_archive_from_new_cmds=
9012 old_archive_from_expsyms_cmds=
9013 thread_safe_flag_spec=
9014 whole_archive_flag_spec=
9015 # include_expsyms should be a list of space-separated symbols to be *always*
9016 # included in the symbol list
9017 include_expsyms=
9018 # exclude_expsyms can be an extended regexp of symbols to exclude
9019 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9020 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9021 # as well as any symbol that contains `d'.
9022 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9023 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9024 # platforms (ab)use it in PIC code, but their linkers get confused if
9025 # the symbol is explicitly referenced. Since portable code cannot
9026 # rely on this symbol name, it's probably fine to never include it in
9027 # preloaded symbol tables.
9028 # Exclude shared library initialization/finalization symbols.
9029 extract_expsyms_cmds=
9031 case $host_os in
9032 cygwin* | mingw* | pw32* | cegcc*)
9033 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9034 # When not using gcc, we currently assume that we are using
9035 # Microsoft Visual C++.
9036 if test "$GCC" != yes; then
9037 with_gnu_ld=no
9040 interix*)
9041 # we just hope/assume this is gcc and not c89 (= MSVC++)
9042 with_gnu_ld=yes
9044 openbsd*)
9045 with_gnu_ld=no
9047 esac
9049 ld_shlibs=yes
9050 if test "$with_gnu_ld" = yes; then
9051 # If archive_cmds runs LD, not CC, wlarc should be empty
9052 wlarc='${wl}'
9054 # Set some defaults for GNU ld with shared library support. These
9055 # are reset later if shared libraries are not supported. Putting them
9056 # here allows them to be overridden if necessary.
9057 runpath_var=LD_RUN_PATH
9058 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9059 export_dynamic_flag_spec='${wl}--export-dynamic'
9060 # ancient GNU ld didn't support --whole-archive et. al.
9061 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9062 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9063 else
9064 whole_archive_flag_spec=
9066 supports_anon_versioning=no
9067 case `$LD -v 2>&1` in
9068 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9069 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9070 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9071 *\ 2.11.*) ;; # other 2.11 versions
9072 *) supports_anon_versioning=yes ;;
9073 esac
9075 # See if GNU ld supports shared libraries.
9076 case $host_os in
9077 aix[3-9]*)
9078 # On AIX/PPC, the GNU linker is very broken
9079 if test "$host_cpu" != ia64; then
9080 ld_shlibs=no
9081 cat <<_LT_EOF 1>&2
9083 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
9084 *** to be unable to reliably create shared libraries on AIX.
9085 *** Therefore, libtool is disabling shared libraries support. If you
9086 *** really care for shared libraries, you may want to modify your PATH
9087 *** so that a non-GNU linker is found, and then restart.
9089 _LT_EOF
9093 amigaos*)
9094 case $host_cpu in
9095 powerpc)
9096 # see comment about AmigaOS4 .so support
9097 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9098 archive_expsym_cmds=''
9100 m68k)
9101 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9102 hardcode_libdir_flag_spec='-L$libdir'
9103 hardcode_minus_L=yes
9105 esac
9108 beos*)
9109 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9110 allow_undefined_flag=unsupported
9111 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9112 # support --undefined. This deserves some investigation. FIXME
9113 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9114 else
9115 ld_shlibs=no
9119 cygwin* | mingw* | pw32* | cegcc*)
9120 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9121 # as there is no search path for DLLs.
9122 hardcode_libdir_flag_spec='-L$libdir'
9123 allow_undefined_flag=unsupported
9124 always_export_symbols=no
9125 enable_shared_with_static_runtimes=yes
9126 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9128 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9129 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9130 # If the export-symbols file already is a .def file (1st line
9131 # is EXPORTS), use it as is; otherwise, prepend...
9132 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9133 cp $export_symbols $output_objdir/$soname.def;
9134 else
9135 echo EXPORTS > $output_objdir/$soname.def;
9136 cat $export_symbols >> $output_objdir/$soname.def;
9138 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9139 else
9140 ld_shlibs=no
9144 interix[3-9]*)
9145 hardcode_direct=no
9146 hardcode_shlibpath_var=no
9147 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9148 export_dynamic_flag_spec='${wl}-E'
9149 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9150 # Instead, shared libraries are loaded at an image base (0x10000000 by
9151 # default) and relocated if they conflict, which is a slow very memory
9152 # consuming and fragmenting process. To avoid this, we pick a random,
9153 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9154 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9155 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9156 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'
9159 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9160 tmp_diet=no
9161 if test "$host_os" = linux-dietlibc; then
9162 case $cc_basename in
9163 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9164 esac
9166 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9167 && test "$tmp_diet" = no
9168 then
9169 tmp_addflag=
9170 tmp_sharedflag='-shared'
9171 case $cc_basename,$host_cpu in
9172 pgcc*) # Portland Group C compiler
9173 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
9174 tmp_addflag=' $pic_flag'
9176 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
9177 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
9178 tmp_addflag=' $pic_flag -Mnomain' ;;
9179 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9180 tmp_addflag=' -i_dynamic' ;;
9181 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9182 tmp_addflag=' -i_dynamic -nofor_main' ;;
9183 ifc* | ifort*) # Intel Fortran compiler
9184 tmp_addflag=' -nofor_main' ;;
9185 lf95*) # Lahey Fortran 8.1
9186 whole_archive_flag_spec=
9187 tmp_sharedflag='--shared' ;;
9188 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9189 tmp_sharedflag='-qmkshrobj'
9190 tmp_addflag= ;;
9191 esac
9192 case `$CC -V 2>&1 | sed 5q` in
9193 *Sun\ C*) # Sun C 5.9
9194 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
9195 compiler_needs_object=yes
9196 tmp_sharedflag='-G' ;;
9197 *Sun\ F*) # Sun Fortran 8.3
9198 tmp_sharedflag='-G' ;;
9199 esac
9200 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9202 if test "x$supports_anon_versioning" = xyes; then
9203 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9204 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9205 echo "local: *; };" >> $output_objdir/$libname.ver~
9206 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9209 case $cc_basename in
9210 xlf*)
9211 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9212 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9213 hardcode_libdir_flag_spec=
9214 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9215 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9216 if test "x$supports_anon_versioning" = xyes; then
9217 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9218 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9219 echo "local: *; };" >> $output_objdir/$libname.ver~
9220 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9223 esac
9224 else
9225 ld_shlibs=no
9229 netbsd*)
9230 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9231 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9232 wlarc=
9233 else
9234 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9235 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9239 solaris*)
9240 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9241 ld_shlibs=no
9242 cat <<_LT_EOF 1>&2
9244 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9245 *** create shared libraries on Solaris systems. Therefore, libtool
9246 *** is disabling shared libraries support. We urge you to upgrade GNU
9247 *** binutils to release 2.9.1 or newer. Another option is to modify
9248 *** your PATH or compiler configuration so that the native linker is
9249 *** used, and then restart.
9251 _LT_EOF
9252 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9253 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9254 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9255 else
9256 ld_shlibs=no
9260 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9261 case `$LD -v 2>&1` in
9262 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9263 ld_shlibs=no
9264 cat <<_LT_EOF 1>&2
9266 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9267 *** reliably create shared libraries on SCO systems. Therefore, libtool
9268 *** is disabling shared libraries support. We urge you to upgrade GNU
9269 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9270 *** your PATH or compiler configuration so that the native linker is
9271 *** used, and then restart.
9273 _LT_EOF
9276 # For security reasons, it is highly recommended that you always
9277 # use absolute paths for naming shared libraries, and exclude the
9278 # DT_RUNPATH tag from executables and libraries. But doing so
9279 # requires that you compile everything twice, which is a pain.
9280 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9281 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9282 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9283 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9284 else
9285 ld_shlibs=no
9288 esac
9291 sunos4*)
9292 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9293 wlarc=
9294 hardcode_direct=yes
9295 hardcode_shlibpath_var=no
9299 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9300 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9301 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9302 else
9303 ld_shlibs=no
9306 esac
9308 if test "$ld_shlibs" = no; then
9309 runpath_var=
9310 hardcode_libdir_flag_spec=
9311 export_dynamic_flag_spec=
9312 whole_archive_flag_spec=
9314 else
9315 # PORTME fill in a description of your system's linker (not GNU ld)
9316 case $host_os in
9317 aix3*)
9318 allow_undefined_flag=unsupported
9319 always_export_symbols=yes
9320 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
9321 # Note: this linker hardcodes the directories in LIBPATH if there
9322 # are no directories specified by -L.
9323 hardcode_minus_L=yes
9324 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9325 # Neither direct hardcoding nor static linking is supported with a
9326 # broken collect2.
9327 hardcode_direct=unsupported
9331 aix[4-9]*)
9332 if test "$host_cpu" = ia64; then
9333 # On IA64, the linker does run time linking by default, so we don't
9334 # have to do anything special.
9335 aix_use_runtimelinking=no
9336 exp_sym_flag='-Bexport'
9337 no_entry_flag=""
9338 else
9339 # If we're using GNU nm, then we don't want the "-C" option.
9340 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9341 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9342 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9343 else
9344 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9346 aix_use_runtimelinking=no
9348 # Test if we are trying to use run time linking or normal
9349 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9350 # need to do runtime linking.
9351 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9352 for ld_flag in $LDFLAGS; do
9353 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9354 aix_use_runtimelinking=yes
9355 break
9357 done
9359 esac
9361 exp_sym_flag='-bexport'
9362 no_entry_flag='-bnoentry'
9365 # When large executables or shared objects are built, AIX ld can
9366 # have problems creating the table of contents. If linking a library
9367 # or program results in "error TOC overflow" add -mminimal-toc to
9368 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9369 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9371 archive_cmds=''
9372 hardcode_direct=yes
9373 hardcode_direct_absolute=yes
9374 hardcode_libdir_separator=':'
9375 link_all_deplibs=yes
9376 file_list_spec='${wl}-f,'
9378 if test "$GCC" = yes; then
9379 case $host_os in aix4.[012]|aix4.[012].*)
9380 # We only want to do this on AIX 4.2 and lower, the check
9381 # below for broken collect2 doesn't work under 4.3+
9382 collect2name=`${CC} -print-prog-name=collect2`
9383 if test -f "$collect2name" &&
9384 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9385 then
9386 # We have reworked collect2
9388 else
9389 # We have old collect2
9390 hardcode_direct=unsupported
9391 # It fails to find uninstalled libraries when the uninstalled
9392 # path is not listed in the libpath. Setting hardcode_minus_L
9393 # to unsupported forces relinking
9394 hardcode_minus_L=yes
9395 hardcode_libdir_flag_spec='-L$libdir'
9396 hardcode_libdir_separator=
9399 esac
9400 shared_flag='-shared'
9401 if test "$aix_use_runtimelinking" = yes; then
9402 shared_flag="$shared_flag "'${wl}-G'
9404 else
9405 # not using gcc
9406 if test "$host_cpu" = ia64; then
9407 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9408 # chokes on -Wl,-G. The following line is correct:
9409 shared_flag='-G'
9410 else
9411 if test "$aix_use_runtimelinking" = yes; then
9412 shared_flag='${wl}-G'
9413 else
9414 shared_flag='${wl}-bM:SRE'
9419 export_dynamic_flag_spec='${wl}-bexpall'
9420 # It seems that -bexpall does not export symbols beginning with
9421 # underscore (_), so it is better to generate a list of symbols to export.
9422 always_export_symbols=yes
9423 if test "$aix_use_runtimelinking" = yes; then
9424 # Warning - without using the other runtime loading flags (-brtl),
9425 # -berok will link without error, but may produce a broken library.
9426 allow_undefined_flag='-berok'
9427 # Determine the default libpath from the value encoded in an
9428 # empty executable.
9429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9430 /* end confdefs.h. */
9433 main ()
9437 return 0;
9439 _ACEOF
9440 if ac_fn_c_try_link "$LINENO"; then :
9442 lt_aix_libpath_sed='
9443 /Import File Strings/,/^$/ {
9444 /^0/ {
9445 s/^0 *\(.*\)$/\1/
9449 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9450 # Check for a 64-bit object if we didn't find anything.
9451 if test -z "$aix_libpath"; then
9452 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9455 rm -f core conftest.err conftest.$ac_objext \
9456 conftest$ac_exeext conftest.$ac_ext
9457 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9459 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9460 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9461 else
9462 if test "$host_cpu" = ia64; then
9463 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9464 allow_undefined_flag="-z nodefs"
9465 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
9466 else
9467 # Determine the default libpath from the value encoded in an
9468 # empty executable.
9469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9470 /* end confdefs.h. */
9473 main ()
9477 return 0;
9479 _ACEOF
9480 if ac_fn_c_try_link "$LINENO"; then :
9482 lt_aix_libpath_sed='
9483 /Import File Strings/,/^$/ {
9484 /^0/ {
9485 s/^0 *\(.*\)$/\1/
9489 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9490 # Check for a 64-bit object if we didn't find anything.
9491 if test -z "$aix_libpath"; then
9492 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9495 rm -f core conftest.err conftest.$ac_objext \
9496 conftest$ac_exeext conftest.$ac_ext
9497 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9499 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9500 # Warning - without using the other run time loading flags,
9501 # -berok will link without error, but may produce a broken library.
9502 no_undefined_flag=' ${wl}-bernotok'
9503 allow_undefined_flag=' ${wl}-berok'
9504 # Exported symbols can be pulled into shared objects from archives
9505 whole_archive_flag_spec='$convenience'
9506 archive_cmds_need_lc=yes
9507 # This is similar to how AIX traditionally builds its shared libraries.
9508 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
9513 amigaos*)
9514 case $host_cpu in
9515 powerpc)
9516 # see comment about AmigaOS4 .so support
9517 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9518 archive_expsym_cmds=''
9520 m68k)
9521 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9522 hardcode_libdir_flag_spec='-L$libdir'
9523 hardcode_minus_L=yes
9525 esac
9528 bsdi[45]*)
9529 export_dynamic_flag_spec=-rdynamic
9532 cygwin* | mingw* | pw32* | cegcc*)
9533 # When not using gcc, we currently assume that we are using
9534 # Microsoft Visual C++.
9535 # hardcode_libdir_flag_spec is actually meaningless, as there is
9536 # no search path for DLLs.
9537 hardcode_libdir_flag_spec=' '
9538 allow_undefined_flag=unsupported
9539 # Tell ltmain to make .lib files, not .a files.
9540 libext=lib
9541 # Tell ltmain to make .dll files, not .so files.
9542 shrext_cmds=".dll"
9543 # FIXME: Setting linknames here is a bad hack.
9544 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
9545 # The linker will automatically build a .lib file if we build a DLL.
9546 old_archive_from_new_cmds='true'
9547 # FIXME: Should let the user specify the lib program.
9548 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9549 fix_srcfile_path='`cygpath -w "$srcfile"`'
9550 enable_shared_with_static_runtimes=yes
9553 darwin* | rhapsody*)
9556 archive_cmds_need_lc=no
9557 hardcode_direct=no
9558 hardcode_automatic=yes
9559 hardcode_shlibpath_var=unsupported
9560 whole_archive_flag_spec=''
9561 link_all_deplibs=yes
9562 allow_undefined_flag="$_lt_dar_allow_undefined"
9563 case $cc_basename in
9564 ifort*) _lt_dar_can_shared=yes ;;
9565 *) _lt_dar_can_shared=$GCC ;;
9566 esac
9567 if test "$_lt_dar_can_shared" = "yes"; then
9568 output_verbose_link_cmd=echo
9569 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9570 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9571 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9572 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
9574 else
9575 ld_shlibs=no
9580 dgux*)
9581 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9582 hardcode_libdir_flag_spec='-L$libdir'
9583 hardcode_shlibpath_var=no
9586 freebsd1*)
9587 ld_shlibs=no
9590 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9591 # support. Future versions do this automatically, but an explicit c++rt0.o
9592 # does not break anything, and helps significantly (at the cost of a little
9593 # extra space).
9594 freebsd2.2*)
9595 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9596 hardcode_libdir_flag_spec='-R$libdir'
9597 hardcode_direct=yes
9598 hardcode_shlibpath_var=no
9601 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9602 freebsd2*)
9603 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9604 hardcode_direct=yes
9605 hardcode_minus_L=yes
9606 hardcode_shlibpath_var=no
9609 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9610 freebsd* | dragonfly*)
9611 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9612 hardcode_libdir_flag_spec='-R$libdir'
9613 hardcode_direct=yes
9614 hardcode_shlibpath_var=no
9617 hpux9*)
9618 if test "$GCC" = yes; then
9619 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9620 else
9621 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9623 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9624 hardcode_libdir_separator=:
9625 hardcode_direct=yes
9627 # hardcode_minus_L: Not really in the search PATH,
9628 # but as the default location of the library.
9629 hardcode_minus_L=yes
9630 export_dynamic_flag_spec='${wl}-E'
9633 hpux10*)
9634 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9635 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9636 else
9637 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9639 if test "$with_gnu_ld" = no; then
9640 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9641 hardcode_libdir_flag_spec_ld='+b $libdir'
9642 hardcode_libdir_separator=:
9643 hardcode_direct=yes
9644 hardcode_direct_absolute=yes
9645 export_dynamic_flag_spec='${wl}-E'
9646 # hardcode_minus_L: Not really in the search PATH,
9647 # but as the default location of the library.
9648 hardcode_minus_L=yes
9652 hpux11*)
9653 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9654 case $host_cpu in
9655 hppa*64*)
9656 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9658 ia64*)
9659 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9662 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9664 esac
9665 else
9666 case $host_cpu in
9667 hppa*64*)
9668 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9670 ia64*)
9671 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9674 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9676 esac
9678 if test "$with_gnu_ld" = no; then
9679 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9680 hardcode_libdir_separator=:
9682 case $host_cpu in
9683 hppa*64*|ia64*)
9684 hardcode_direct=no
9685 hardcode_shlibpath_var=no
9688 hardcode_direct=yes
9689 hardcode_direct_absolute=yes
9690 export_dynamic_flag_spec='${wl}-E'
9692 # hardcode_minus_L: Not really in the search PATH,
9693 # but as the default location of the library.
9694 hardcode_minus_L=yes
9696 esac
9700 irix5* | irix6* | nonstopux*)
9701 if test "$GCC" = yes; then
9702 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9703 # Try to use the -exported_symbol ld option, if it does not
9704 # work, assume that -exports_file does not work either and
9705 # implicitly export all symbols.
9706 save_LDFLAGS="$LDFLAGS"
9707 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9709 /* end confdefs.h. */
9710 int foo(void) {}
9711 _ACEOF
9712 if ac_fn_c_try_link "$LINENO"; then :
9713 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9716 rm -f core conftest.err conftest.$ac_objext \
9717 conftest$ac_exeext conftest.$ac_ext
9718 LDFLAGS="$save_LDFLAGS"
9719 else
9720 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9721 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9723 archive_cmds_need_lc='no'
9724 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9725 hardcode_libdir_separator=:
9726 inherit_rpath=yes
9727 link_all_deplibs=yes
9730 netbsd*)
9731 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9732 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9733 else
9734 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9736 hardcode_libdir_flag_spec='-R$libdir'
9737 hardcode_direct=yes
9738 hardcode_shlibpath_var=no
9741 newsos6)
9742 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9743 hardcode_direct=yes
9744 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9745 hardcode_libdir_separator=:
9746 hardcode_shlibpath_var=no
9749 *nto* | *qnx*)
9752 openbsd*)
9753 if test -f /usr/libexec/ld.so; then
9754 hardcode_direct=yes
9755 hardcode_shlibpath_var=no
9756 hardcode_direct_absolute=yes
9757 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9758 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9759 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9760 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9761 export_dynamic_flag_spec='${wl}-E'
9762 else
9763 case $host_os in
9764 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9765 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9766 hardcode_libdir_flag_spec='-R$libdir'
9769 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9770 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9772 esac
9774 else
9775 ld_shlibs=no
9779 os2*)
9780 hardcode_libdir_flag_spec='-L$libdir'
9781 hardcode_minus_L=yes
9782 allow_undefined_flag=unsupported
9783 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
9784 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9787 osf3*)
9788 if test "$GCC" = yes; then
9789 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9790 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9791 else
9792 allow_undefined_flag=' -expect_unresolved \*'
9793 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9795 archive_cmds_need_lc='no'
9796 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9797 hardcode_libdir_separator=:
9800 osf4* | osf5*) # as osf3* with the addition of -msym flag
9801 if test "$GCC" = yes; then
9802 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9803 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9804 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9805 else
9806 allow_undefined_flag=' -expect_unresolved \*'
9807 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9808 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
9809 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9811 # Both c and cxx compiler support -rpath directly
9812 hardcode_libdir_flag_spec='-rpath $libdir'
9814 archive_cmds_need_lc='no'
9815 hardcode_libdir_separator=:
9818 solaris*)
9819 no_undefined_flag=' -z defs'
9820 if test "$GCC" = yes; then
9821 wlarc='${wl}'
9822 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9823 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9824 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9825 else
9826 case `$CC -V 2>&1` in
9827 *"Compilers 5.0"*)
9828 wlarc=''
9829 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9830 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9831 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9834 wlarc='${wl}'
9835 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9836 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9837 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9839 esac
9841 hardcode_libdir_flag_spec='-R$libdir'
9842 hardcode_shlibpath_var=no
9843 case $host_os in
9844 solaris2.[0-5] | solaris2.[0-5].*) ;;
9846 # The compiler driver will combine and reorder linker options,
9847 # but understands `-z linker_flag'. GCC discards it without `$wl',
9848 # but is careful enough not to reorder.
9849 # Supported since Solaris 2.6 (maybe 2.5.1?)
9850 if test "$GCC" = yes; then
9851 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9852 else
9853 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9856 esac
9857 link_all_deplibs=yes
9860 sunos4*)
9861 if test "x$host_vendor" = xsequent; then
9862 # Use $CC to link under sequent, because it throws in some extra .o
9863 # files that make .init and .fini sections work.
9864 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9865 else
9866 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9868 hardcode_libdir_flag_spec='-L$libdir'
9869 hardcode_direct=yes
9870 hardcode_minus_L=yes
9871 hardcode_shlibpath_var=no
9874 sysv4)
9875 case $host_vendor in
9876 sni)
9877 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9878 hardcode_direct=yes # is this really true???
9880 siemens)
9881 ## LD is ld it makes a PLAMLIB
9882 ## CC just makes a GrossModule.
9883 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9884 reload_cmds='$CC -r -o $output$reload_objs'
9885 hardcode_direct=no
9887 motorola)
9888 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9889 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9891 esac
9892 runpath_var='LD_RUN_PATH'
9893 hardcode_shlibpath_var=no
9896 sysv4.3*)
9897 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9898 hardcode_shlibpath_var=no
9899 export_dynamic_flag_spec='-Bexport'
9902 sysv4*MP*)
9903 if test -d /usr/nec; then
9904 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9905 hardcode_shlibpath_var=no
9906 runpath_var=LD_RUN_PATH
9907 hardcode_runpath_var=yes
9908 ld_shlibs=yes
9912 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9913 no_undefined_flag='${wl}-z,text'
9914 archive_cmds_need_lc=no
9915 hardcode_shlibpath_var=no
9916 runpath_var='LD_RUN_PATH'
9918 if test "$GCC" = yes; then
9919 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9920 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9921 else
9922 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9923 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9927 sysv5* | sco3.2v5* | sco5v6*)
9928 # Note: We can NOT use -z defs as we might desire, because we do not
9929 # link with -lc, and that would cause any symbols used from libc to
9930 # always be unresolved, which means just about no library would
9931 # ever link correctly. If we're not using GNU ld we use -z text
9932 # though, which does catch some bad symbols but isn't as heavy-handed
9933 # as -z defs.
9934 no_undefined_flag='${wl}-z,text'
9935 allow_undefined_flag='${wl}-z,nodefs'
9936 archive_cmds_need_lc=no
9937 hardcode_shlibpath_var=no
9938 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9939 hardcode_libdir_separator=':'
9940 link_all_deplibs=yes
9941 export_dynamic_flag_spec='${wl}-Bexport'
9942 runpath_var='LD_RUN_PATH'
9944 if test "$GCC" = yes; then
9945 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9946 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9947 else
9948 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9949 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9953 uts4*)
9954 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9955 hardcode_libdir_flag_spec='-L$libdir'
9956 hardcode_shlibpath_var=no
9960 ld_shlibs=no
9962 esac
9964 if test x$host_vendor = xsni; then
9965 case $host in
9966 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9967 export_dynamic_flag_spec='${wl}-Blargedynsym'
9969 esac
9973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9974 $as_echo "$ld_shlibs" >&6; }
9975 test "$ld_shlibs" = no && can_build_shared=no
9977 with_gnu_ld=$with_gnu_ld
9994 # Do we need to explicitly link libc?
9996 case "x$archive_cmds_need_lc" in
9997 x|xyes)
9998 # Assume -lc should be added
9999 archive_cmds_need_lc=yes
10001 if test "$enable_shared" = yes && test "$GCC" = yes; then
10002 case $archive_cmds in
10003 *'~'*)
10004 # FIXME: we may have to deal with multi-command sequences.
10006 '$CC '*)
10007 # Test whether the compiler implicitly links with -lc since on some
10008 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10009 # to ld, don't add -lc before -lgcc.
10010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10011 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10012 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10013 $as_echo_n "(cached) " >&6
10014 else
10015 $RM conftest*
10016 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10018 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10019 (eval $ac_compile) 2>&5
10020 ac_status=$?
10021 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10022 test $ac_status = 0; } 2>conftest.err; then
10023 soname=conftest
10024 lib=conftest
10025 libobjs=conftest.$ac_objext
10026 deplibs=
10027 wl=$lt_prog_compiler_wl
10028 pic_flag=$lt_prog_compiler_pic
10029 compiler_flags=-v
10030 linker_flags=-v
10031 verstring=
10032 output_objdir=.
10033 libname=conftest
10034 lt_save_allow_undefined_flag=$allow_undefined_flag
10035 allow_undefined_flag=
10036 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10037 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10038 ac_status=$?
10039 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10040 test $ac_status = 0; }
10041 then
10042 lt_cv_archive_cmds_need_lc=no
10043 else
10044 lt_cv_archive_cmds_need_lc=yes
10046 allow_undefined_flag=$lt_save_allow_undefined_flag
10047 else
10048 cat conftest.err 1>&5
10050 $RM conftest*
10053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10054 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10055 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10057 esac
10060 esac
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10219 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10221 if test "$GCC" = yes; then
10222 case $host_os in
10223 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10224 *) lt_awk_arg="/^libraries:/" ;;
10225 esac
10226 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
10227 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
10228 # if the path contains ";" then we assume it to be the separator
10229 # otherwise default to the standard path separator (i.e. ":") - it is
10230 # assumed that no part of a normal pathname contains ";" but that should
10231 # okay in the real world where ";" in dirpaths is itself problematic.
10232 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
10233 else
10234 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10236 # Ok, now we have the path, separated by spaces, we can step through it
10237 # and add multilib dir if necessary.
10238 lt_tmp_lt_search_path_spec=
10239 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10240 for lt_sys_path in $lt_search_path_spec; do
10241 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10242 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10243 else
10244 test -d "$lt_sys_path" && \
10245 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10247 done
10248 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
10249 BEGIN {RS=" "; FS="/|\n";} {
10250 lt_foo="";
10251 lt_count=0;
10252 for (lt_i = NF; lt_i > 0; lt_i--) {
10253 if ($lt_i != "" && $lt_i != ".") {
10254 if ($lt_i == "..") {
10255 lt_count++;
10256 } else {
10257 if (lt_count == 0) {
10258 lt_foo="/" $lt_i lt_foo;
10259 } else {
10260 lt_count--;
10265 if (lt_foo != "") { lt_freq[lt_foo]++; }
10266 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10268 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
10269 else
10270 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10272 library_names_spec=
10273 libname_spec='lib$name'
10274 soname_spec=
10275 shrext_cmds=".so"
10276 postinstall_cmds=
10277 postuninstall_cmds=
10278 finish_cmds=
10279 finish_eval=
10280 shlibpath_var=
10281 shlibpath_overrides_runpath=unknown
10282 version_type=none
10283 dynamic_linker="$host_os ld.so"
10284 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10285 need_lib_prefix=unknown
10286 hardcode_into_libs=no
10288 # when you set need_version to no, make sure it does not cause -set_version
10289 # flags to be left without arguments
10290 need_version=unknown
10292 case $host_os in
10293 aix3*)
10294 version_type=linux
10295 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10296 shlibpath_var=LIBPATH
10298 # AIX 3 has no versioning support, so we append a major version to the name.
10299 soname_spec='${libname}${release}${shared_ext}$major'
10302 aix[4-9]*)
10303 version_type=linux
10304 need_lib_prefix=no
10305 need_version=no
10306 hardcode_into_libs=yes
10307 if test "$host_cpu" = ia64; then
10308 # AIX 5 supports IA64
10309 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10310 shlibpath_var=LD_LIBRARY_PATH
10311 else
10312 # With GCC up to 2.95.x, collect2 would create an import file
10313 # for dependence libraries. The import file would start with
10314 # the line `#! .'. This would cause the generated library to
10315 # depend on `.', always an invalid library. This was fixed in
10316 # development snapshots of GCC prior to 3.0.
10317 case $host_os in
10318 aix4 | aix4.[01] | aix4.[01].*)
10319 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10320 echo ' yes '
10321 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10323 else
10324 can_build_shared=no
10327 esac
10328 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10329 # soname into executable. Probably we can add versioning support to
10330 # collect2, so additional links can be useful in future.
10331 if test "$aix_use_runtimelinking" = yes; then
10332 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10333 # instead of lib<name>.a to let people know that these are not
10334 # typical AIX shared libraries.
10335 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10336 else
10337 # We preserve .a as extension for shared libraries through AIX4.2
10338 # and later when we are not doing run time linking.
10339 library_names_spec='${libname}${release}.a $libname.a'
10340 soname_spec='${libname}${release}${shared_ext}$major'
10342 shlibpath_var=LIBPATH
10346 amigaos*)
10347 case $host_cpu in
10348 powerpc)
10349 # Since July 2007 AmigaOS4 officially supports .so libraries.
10350 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10351 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10353 m68k)
10354 library_names_spec='$libname.ixlibrary $libname.a'
10355 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10356 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
10358 esac
10361 beos*)
10362 library_names_spec='${libname}${shared_ext}'
10363 dynamic_linker="$host_os ld.so"
10364 shlibpath_var=LIBRARY_PATH
10367 bsdi[45]*)
10368 version_type=linux
10369 need_version=no
10370 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10371 soname_spec='${libname}${release}${shared_ext}$major'
10372 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10373 shlibpath_var=LD_LIBRARY_PATH
10374 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10375 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10376 # the default ld.so.conf also contains /usr/contrib/lib and
10377 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10378 # libtool to hard-code these into programs
10381 cygwin* | mingw* | pw32* | cegcc*)
10382 version_type=windows
10383 shrext_cmds=".dll"
10384 need_version=no
10385 need_lib_prefix=no
10387 case $GCC,$host_os in
10388 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10389 library_names_spec='$libname.dll.a'
10390 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10391 postinstall_cmds='base_file=`basename \${file}`~
10392 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10393 dldir=$destdir/`dirname \$dlpath`~
10394 test -d \$dldir || mkdir -p \$dldir~
10395 $install_prog $dir/$dlname \$dldir/$dlname~
10396 chmod a+x \$dldir/$dlname~
10397 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10398 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10400 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10401 dlpath=$dir/\$dldll~
10402 $RM \$dlpath'
10403 shlibpath_overrides_runpath=yes
10405 case $host_os in
10406 cygwin*)
10407 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10408 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10409 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
10411 mingw* | cegcc*)
10412 # MinGW DLLs use traditional 'lib' prefix
10413 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10414 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
10415 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10416 # It is most probably a Windows format PATH printed by
10417 # mingw gcc, but we are running on Cygwin. Gcc prints its search
10418 # path with ; separators, and with drive letters. We can handle the
10419 # drive letters (cygwin fileutils understands them), so leave them,
10420 # especially as we might pass files found there to a mingw objdump,
10421 # which wouldn't understand a cygwinified path. Ahh.
10422 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10423 else
10424 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10427 pw32*)
10428 # pw32 DLLs use 'pw' prefix rather than 'lib'
10429 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10431 esac
10435 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10437 esac
10438 dynamic_linker='Win32 ld.exe'
10439 # FIXME: first we should search . and the directory the executable is in
10440 shlibpath_var=PATH
10443 darwin* | rhapsody*)
10444 dynamic_linker="$host_os dyld"
10445 version_type=darwin
10446 need_lib_prefix=no
10447 need_version=no
10448 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10449 soname_spec='${libname}${release}${major}$shared_ext'
10450 shlibpath_overrides_runpath=yes
10451 shlibpath_var=DYLD_LIBRARY_PATH
10452 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10454 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10455 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10458 dgux*)
10459 version_type=linux
10460 need_lib_prefix=no
10461 need_version=no
10462 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10463 soname_spec='${libname}${release}${shared_ext}$major'
10464 shlibpath_var=LD_LIBRARY_PATH
10467 freebsd1*)
10468 dynamic_linker=no
10471 freebsd* | dragonfly*)
10472 # DragonFly does not have aout. When/if they implement a new
10473 # versioning mechanism, adjust this.
10474 if test -x /usr/bin/objformat; then
10475 objformat=`/usr/bin/objformat`
10476 else
10477 case $host_os in
10478 freebsd[123]*) objformat=aout ;;
10479 *) objformat=elf ;;
10480 esac
10482 version_type=freebsd-$objformat
10483 case $version_type in
10484 freebsd-elf*)
10485 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10486 need_version=no
10487 need_lib_prefix=no
10489 freebsd-*)
10490 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10491 need_version=yes
10493 esac
10494 shlibpath_var=LD_LIBRARY_PATH
10495 case $host_os in
10496 freebsd2*)
10497 shlibpath_overrides_runpath=yes
10499 freebsd3.[01]* | freebsdelf3.[01]*)
10500 shlibpath_overrides_runpath=yes
10501 hardcode_into_libs=yes
10503 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10504 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10505 shlibpath_overrides_runpath=no
10506 hardcode_into_libs=yes
10508 *) # from 4.6 on, and DragonFly
10509 shlibpath_overrides_runpath=yes
10510 hardcode_into_libs=yes
10512 esac
10515 gnu*)
10516 version_type=linux
10517 need_lib_prefix=no
10518 need_version=no
10519 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10520 soname_spec='${libname}${release}${shared_ext}$major'
10521 shlibpath_var=LD_LIBRARY_PATH
10522 hardcode_into_libs=yes
10525 hpux9* | hpux10* | hpux11*)
10526 # Give a soname corresponding to the major version so that dld.sl refuses to
10527 # link against other versions.
10528 version_type=sunos
10529 need_lib_prefix=no
10530 need_version=no
10531 case $host_cpu in
10532 ia64*)
10533 shrext_cmds='.so'
10534 hardcode_into_libs=yes
10535 dynamic_linker="$host_os dld.so"
10536 shlibpath_var=LD_LIBRARY_PATH
10537 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10538 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10539 soname_spec='${libname}${release}${shared_ext}$major'
10540 if test "X$HPUX_IA64_MODE" = X32; then
10541 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10542 else
10543 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10545 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10547 hppa*64*)
10548 shrext_cmds='.sl'
10549 hardcode_into_libs=yes
10550 dynamic_linker="$host_os dld.sl"
10551 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10552 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10553 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10554 soname_spec='${libname}${release}${shared_ext}$major'
10555 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10556 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10559 shrext_cmds='.sl'
10560 dynamic_linker="$host_os dld.sl"
10561 shlibpath_var=SHLIB_PATH
10562 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10563 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10564 soname_spec='${libname}${release}${shared_ext}$major'
10566 esac
10567 # HP-UX runs *really* slowly unless shared libraries are mode 555.
10568 postinstall_cmds='chmod 555 $lib'
10571 interix[3-9]*)
10572 version_type=linux
10573 need_lib_prefix=no
10574 need_version=no
10575 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10576 soname_spec='${libname}${release}${shared_ext}$major'
10577 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10578 shlibpath_var=LD_LIBRARY_PATH
10579 shlibpath_overrides_runpath=no
10580 hardcode_into_libs=yes
10583 irix5* | irix6* | nonstopux*)
10584 case $host_os in
10585 nonstopux*) version_type=nonstopux ;;
10587 if test "$lt_cv_prog_gnu_ld" = yes; then
10588 version_type=linux
10589 else
10590 version_type=irix
10591 fi ;;
10592 esac
10593 need_lib_prefix=no
10594 need_version=no
10595 soname_spec='${libname}${release}${shared_ext}$major'
10596 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10597 case $host_os in
10598 irix5* | nonstopux*)
10599 libsuff= shlibsuff=
10602 case $LD in # libtool.m4 will add one of these switches to LD
10603 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10604 libsuff= shlibsuff= libmagic=32-bit;;
10605 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10606 libsuff=32 shlibsuff=N32 libmagic=N32;;
10607 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10608 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10609 *) libsuff= shlibsuff= libmagic=never-match;;
10610 esac
10612 esac
10613 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10614 shlibpath_overrides_runpath=no
10615 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10616 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10617 hardcode_into_libs=yes
10620 # No shared lib support for Linux oldld, aout, or coff.
10621 linux*oldld* | linux*aout* | linux*coff*)
10622 dynamic_linker=no
10625 # This must be Linux ELF.
10626 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10627 version_type=linux
10628 need_lib_prefix=no
10629 need_version=no
10630 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10631 soname_spec='${libname}${release}${shared_ext}$major'
10632 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10633 shlibpath_var=LD_LIBRARY_PATH
10634 shlibpath_overrides_runpath=no
10636 # Some binutils ld are patched to set DT_RUNPATH
10637 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10638 $as_echo_n "(cached) " >&6
10639 else
10640 lt_cv_shlibpath_overrides_runpath=no
10641 save_LDFLAGS=$LDFLAGS
10642 save_libdir=$libdir
10643 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10644 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10646 /* end confdefs.h. */
10649 main ()
10653 return 0;
10655 _ACEOF
10656 if ac_fn_c_try_link "$LINENO"; then :
10657 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10658 lt_cv_shlibpath_overrides_runpath=yes
10661 rm -f core conftest.err conftest.$ac_objext \
10662 conftest$ac_exeext conftest.$ac_ext
10663 LDFLAGS=$save_LDFLAGS
10664 libdir=$save_libdir
10668 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10670 # This implies no fast_install, which is unacceptable.
10671 # Some rework will be needed to allow for fast_install
10672 # before this can be enabled.
10673 hardcode_into_libs=yes
10675 # Append ld.so.conf contents to the search path
10676 if test -f /etc/ld.so.conf; then
10677 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
10678 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10681 # We used to test for /lib/ld.so.1 and disable shared libraries on
10682 # powerpc, because MkLinux only supported shared libraries with the
10683 # GNU dynamic linker. Since this was broken with cross compilers,
10684 # most powerpc-linux boxes support dynamic linking these days and
10685 # people can always --disable-shared, the test was removed, and we
10686 # assume the GNU/Linux dynamic linker is in use.
10687 dynamic_linker='GNU/Linux ld.so'
10690 netbsd*)
10691 version_type=sunos
10692 need_lib_prefix=no
10693 need_version=no
10694 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10695 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10696 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10697 dynamic_linker='NetBSD (a.out) ld.so'
10698 else
10699 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10700 soname_spec='${libname}${release}${shared_ext}$major'
10701 dynamic_linker='NetBSD ld.elf_so'
10703 shlibpath_var=LD_LIBRARY_PATH
10704 shlibpath_overrides_runpath=yes
10705 hardcode_into_libs=yes
10708 newsos6)
10709 version_type=linux
10710 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10711 shlibpath_var=LD_LIBRARY_PATH
10712 shlibpath_overrides_runpath=yes
10715 *nto* | *qnx*)
10716 version_type=qnx
10717 need_lib_prefix=no
10718 need_version=no
10719 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10720 soname_spec='${libname}${release}${shared_ext}$major'
10721 shlibpath_var=LD_LIBRARY_PATH
10722 shlibpath_overrides_runpath=no
10723 hardcode_into_libs=yes
10724 dynamic_linker='ldqnx.so'
10727 openbsd*)
10728 version_type=sunos
10729 sys_lib_dlsearch_path_spec="/usr/lib"
10730 need_lib_prefix=no
10731 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10732 case $host_os in
10733 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10734 *) need_version=no ;;
10735 esac
10736 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10737 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10738 shlibpath_var=LD_LIBRARY_PATH
10739 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10740 case $host_os in
10741 openbsd2.[89] | openbsd2.[89].*)
10742 shlibpath_overrides_runpath=no
10745 shlibpath_overrides_runpath=yes
10747 esac
10748 else
10749 shlibpath_overrides_runpath=yes
10753 os2*)
10754 libname_spec='$name'
10755 shrext_cmds=".dll"
10756 need_lib_prefix=no
10757 library_names_spec='$libname${shared_ext} $libname.a'
10758 dynamic_linker='OS/2 ld.exe'
10759 shlibpath_var=LIBPATH
10762 osf3* | osf4* | osf5*)
10763 version_type=osf
10764 need_lib_prefix=no
10765 need_version=no
10766 soname_spec='${libname}${release}${shared_ext}$major'
10767 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10768 shlibpath_var=LD_LIBRARY_PATH
10769 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10770 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10773 rdos*)
10774 dynamic_linker=no
10777 solaris*)
10778 version_type=linux
10779 need_lib_prefix=no
10780 need_version=no
10781 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10782 soname_spec='${libname}${release}${shared_ext}$major'
10783 shlibpath_var=LD_LIBRARY_PATH
10784 shlibpath_overrides_runpath=yes
10785 hardcode_into_libs=yes
10786 # ldd complains unless libraries are executable
10787 postinstall_cmds='chmod +x $lib'
10790 sunos4*)
10791 version_type=sunos
10792 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10793 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10794 shlibpath_var=LD_LIBRARY_PATH
10795 shlibpath_overrides_runpath=yes
10796 if test "$with_gnu_ld" = yes; then
10797 need_lib_prefix=no
10799 need_version=yes
10802 sysv4 | sysv4.3*)
10803 version_type=linux
10804 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10805 soname_spec='${libname}${release}${shared_ext}$major'
10806 shlibpath_var=LD_LIBRARY_PATH
10807 case $host_vendor in
10808 sni)
10809 shlibpath_overrides_runpath=no
10810 need_lib_prefix=no
10811 runpath_var=LD_RUN_PATH
10813 siemens)
10814 need_lib_prefix=no
10816 motorola)
10817 need_lib_prefix=no
10818 need_version=no
10819 shlibpath_overrides_runpath=no
10820 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10822 esac
10825 sysv4*MP*)
10826 if test -d /usr/nec ;then
10827 version_type=linux
10828 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10829 soname_spec='$libname${shared_ext}.$major'
10830 shlibpath_var=LD_LIBRARY_PATH
10834 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10835 version_type=freebsd-elf
10836 need_lib_prefix=no
10837 need_version=no
10838 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10839 soname_spec='${libname}${release}${shared_ext}$major'
10840 shlibpath_var=LD_LIBRARY_PATH
10841 shlibpath_overrides_runpath=yes
10842 hardcode_into_libs=yes
10843 if test "$with_gnu_ld" = yes; then
10844 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10845 else
10846 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10847 case $host_os in
10848 sco3.2v5*)
10849 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10851 esac
10853 sys_lib_dlsearch_path_spec='/usr/lib'
10856 tpf*)
10857 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10858 version_type=linux
10859 need_lib_prefix=no
10860 need_version=no
10861 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10862 shlibpath_var=LD_LIBRARY_PATH
10863 shlibpath_overrides_runpath=no
10864 hardcode_into_libs=yes
10867 uts4*)
10868 version_type=linux
10869 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10870 soname_spec='${libname}${release}${shared_ext}$major'
10871 shlibpath_var=LD_LIBRARY_PATH
10875 dynamic_linker=no
10877 esac
10878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10879 $as_echo "$dynamic_linker" >&6; }
10880 test "$dynamic_linker" = no && can_build_shared=no
10882 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10883 if test "$GCC" = yes; then
10884 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10887 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10888 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10890 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10891 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10981 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10982 hardcode_action=
10983 if test -n "$hardcode_libdir_flag_spec" ||
10984 test -n "$runpath_var" ||
10985 test "X$hardcode_automatic" = "Xyes" ; then
10987 # We can hardcode non-existent directories.
10988 if test "$hardcode_direct" != no &&
10989 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10990 # have to relink, otherwise we might link with an installed library
10991 # when we should be linking with a yet-to-be-installed one
10992 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10993 test "$hardcode_minus_L" != no; then
10994 # Linking always hardcodes the temporary library directory.
10995 hardcode_action=relink
10996 else
10997 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10998 hardcode_action=immediate
11000 else
11001 # We cannot hardcode anything, or else we can only hardcode existing
11002 # directories.
11003 hardcode_action=unsupported
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11006 $as_echo "$hardcode_action" >&6; }
11008 if test "$hardcode_action" = relink ||
11009 test "$inherit_rpath" = yes; then
11010 # Fast installation is not supported
11011 enable_fast_install=no
11012 elif test "$shlibpath_overrides_runpath" = yes ||
11013 test "$enable_shared" = no; then
11014 # Fast installation is not necessary
11015 enable_fast_install=needless
11023 if test "x$enable_dlopen" != xyes; then
11024 enable_dlopen=unknown
11025 enable_dlopen_self=unknown
11026 enable_dlopen_self_static=unknown
11027 else
11028 lt_cv_dlopen=no
11029 lt_cv_dlopen_libs=
11031 case $host_os in
11032 beos*)
11033 lt_cv_dlopen="load_add_on"
11034 lt_cv_dlopen_libs=
11035 lt_cv_dlopen_self=yes
11038 mingw* | pw32* | cegcc*)
11039 lt_cv_dlopen="LoadLibrary"
11040 lt_cv_dlopen_libs=
11043 cygwin*)
11044 lt_cv_dlopen="dlopen"
11045 lt_cv_dlopen_libs=
11048 darwin*)
11049 # if libdl is installed we need to link against it
11050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11051 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11052 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11053 $as_echo_n "(cached) " >&6
11054 else
11055 ac_check_lib_save_LIBS=$LIBS
11056 LIBS="-ldl $LIBS"
11057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11058 /* end confdefs.h. */
11060 /* Override any GCC internal prototype to avoid an error.
11061 Use char because int might match the return type of a GCC
11062 builtin and then its argument prototype would still apply. */
11063 #ifdef __cplusplus
11064 extern "C"
11065 #endif
11066 char dlopen ();
11068 main ()
11070 return dlopen ();
11072 return 0;
11074 _ACEOF
11075 if ac_fn_c_try_link "$LINENO"; then :
11076 ac_cv_lib_dl_dlopen=yes
11077 else
11078 ac_cv_lib_dl_dlopen=no
11080 rm -f core conftest.err conftest.$ac_objext \
11081 conftest$ac_exeext conftest.$ac_ext
11082 LIBS=$ac_check_lib_save_LIBS
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11085 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11086 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11087 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11088 else
11090 lt_cv_dlopen="dyld"
11091 lt_cv_dlopen_libs=
11092 lt_cv_dlopen_self=yes
11099 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11100 if test "x$ac_cv_func_shl_load" = x""yes; then :
11101 lt_cv_dlopen="shl_load"
11102 else
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11104 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11105 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11106 $as_echo_n "(cached) " >&6
11107 else
11108 ac_check_lib_save_LIBS=$LIBS
11109 LIBS="-ldld $LIBS"
11110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11111 /* end confdefs.h. */
11113 /* Override any GCC internal prototype to avoid an error.
11114 Use char because int might match the return type of a GCC
11115 builtin and then its argument prototype would still apply. */
11116 #ifdef __cplusplus
11117 extern "C"
11118 #endif
11119 char shl_load ();
11121 main ()
11123 return shl_load ();
11125 return 0;
11127 _ACEOF
11128 if ac_fn_c_try_link "$LINENO"; then :
11129 ac_cv_lib_dld_shl_load=yes
11130 else
11131 ac_cv_lib_dld_shl_load=no
11133 rm -f core conftest.err conftest.$ac_objext \
11134 conftest$ac_exeext conftest.$ac_ext
11135 LIBS=$ac_check_lib_save_LIBS
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11138 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11139 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11140 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11141 else
11142 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11143 if test "x$ac_cv_func_dlopen" = x""yes; then :
11144 lt_cv_dlopen="dlopen"
11145 else
11146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11147 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11148 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11149 $as_echo_n "(cached) " >&6
11150 else
11151 ac_check_lib_save_LIBS=$LIBS
11152 LIBS="-ldl $LIBS"
11153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11154 /* end confdefs.h. */
11156 /* Override any GCC internal prototype to avoid an error.
11157 Use char because int might match the return type of a GCC
11158 builtin and then its argument prototype would still apply. */
11159 #ifdef __cplusplus
11160 extern "C"
11161 #endif
11162 char dlopen ();
11164 main ()
11166 return dlopen ();
11168 return 0;
11170 _ACEOF
11171 if ac_fn_c_try_link "$LINENO"; then :
11172 ac_cv_lib_dl_dlopen=yes
11173 else
11174 ac_cv_lib_dl_dlopen=no
11176 rm -f core conftest.err conftest.$ac_objext \
11177 conftest$ac_exeext conftest.$ac_ext
11178 LIBS=$ac_check_lib_save_LIBS
11180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11181 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11182 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11183 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11184 else
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11186 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11187 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11188 $as_echo_n "(cached) " >&6
11189 else
11190 ac_check_lib_save_LIBS=$LIBS
11191 LIBS="-lsvld $LIBS"
11192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11193 /* end confdefs.h. */
11195 /* Override any GCC internal prototype to avoid an error.
11196 Use char because int might match the return type of a GCC
11197 builtin and then its argument prototype would still apply. */
11198 #ifdef __cplusplus
11199 extern "C"
11200 #endif
11201 char dlopen ();
11203 main ()
11205 return dlopen ();
11207 return 0;
11209 _ACEOF
11210 if ac_fn_c_try_link "$LINENO"; then :
11211 ac_cv_lib_svld_dlopen=yes
11212 else
11213 ac_cv_lib_svld_dlopen=no
11215 rm -f core conftest.err conftest.$ac_objext \
11216 conftest$ac_exeext conftest.$ac_ext
11217 LIBS=$ac_check_lib_save_LIBS
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11220 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11221 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11222 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11223 else
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11225 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11226 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11227 $as_echo_n "(cached) " >&6
11228 else
11229 ac_check_lib_save_LIBS=$LIBS
11230 LIBS="-ldld $LIBS"
11231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11232 /* end confdefs.h. */
11234 /* Override any GCC internal prototype to avoid an error.
11235 Use char because int might match the return type of a GCC
11236 builtin and then its argument prototype would still apply. */
11237 #ifdef __cplusplus
11238 extern "C"
11239 #endif
11240 char dld_link ();
11242 main ()
11244 return dld_link ();
11246 return 0;
11248 _ACEOF
11249 if ac_fn_c_try_link "$LINENO"; then :
11250 ac_cv_lib_dld_dld_link=yes
11251 else
11252 ac_cv_lib_dld_dld_link=no
11254 rm -f core conftest.err conftest.$ac_objext \
11255 conftest$ac_exeext conftest.$ac_ext
11256 LIBS=$ac_check_lib_save_LIBS
11258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11259 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11260 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11261 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11280 esac
11282 if test "x$lt_cv_dlopen" != xno; then
11283 enable_dlopen=yes
11284 else
11285 enable_dlopen=no
11288 case $lt_cv_dlopen in
11289 dlopen)
11290 save_CPPFLAGS="$CPPFLAGS"
11291 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11293 save_LDFLAGS="$LDFLAGS"
11294 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11296 save_LIBS="$LIBS"
11297 LIBS="$lt_cv_dlopen_libs $LIBS"
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11300 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11301 if test "${lt_cv_dlopen_self+set}" = set; then :
11302 $as_echo_n "(cached) " >&6
11303 else
11304 if test "$cross_compiling" = yes; then :
11305 lt_cv_dlopen_self=cross
11306 else
11307 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11308 lt_status=$lt_dlunknown
11309 cat > conftest.$ac_ext <<_LT_EOF
11310 #line 11310 "configure"
11311 #include "confdefs.h"
11313 #if HAVE_DLFCN_H
11314 #include <dlfcn.h>
11315 #endif
11317 #include <stdio.h>
11319 #ifdef RTLD_GLOBAL
11320 # define LT_DLGLOBAL RTLD_GLOBAL
11321 #else
11322 # ifdef DL_GLOBAL
11323 # define LT_DLGLOBAL DL_GLOBAL
11324 # else
11325 # define LT_DLGLOBAL 0
11326 # endif
11327 #endif
11329 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11330 find out it does not work in some platform. */
11331 #ifndef LT_DLLAZY_OR_NOW
11332 # ifdef RTLD_LAZY
11333 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11334 # else
11335 # ifdef DL_LAZY
11336 # define LT_DLLAZY_OR_NOW DL_LAZY
11337 # else
11338 # ifdef RTLD_NOW
11339 # define LT_DLLAZY_OR_NOW RTLD_NOW
11340 # else
11341 # ifdef DL_NOW
11342 # define LT_DLLAZY_OR_NOW DL_NOW
11343 # else
11344 # define LT_DLLAZY_OR_NOW 0
11345 # endif
11346 # endif
11347 # endif
11348 # endif
11349 #endif
11351 void fnord() { int i=42;}
11352 int main ()
11354 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11355 int status = $lt_dlunknown;
11357 if (self)
11359 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11360 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11361 /* dlclose (self); */
11363 else
11364 puts (dlerror ());
11366 return status;
11368 _LT_EOF
11369 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11370 (eval $ac_link) 2>&5
11371 ac_status=$?
11372 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11373 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11374 (./conftest; exit; ) >&5 2>/dev/null
11375 lt_status=$?
11376 case x$lt_status in
11377 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11378 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11379 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11380 esac
11381 else :
11382 # compilation failed
11383 lt_cv_dlopen_self=no
11386 rm -fr conftest*
11390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11391 $as_echo "$lt_cv_dlopen_self" >&6; }
11393 if test "x$lt_cv_dlopen_self" = xyes; then
11394 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11396 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11397 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11398 $as_echo_n "(cached) " >&6
11399 else
11400 if test "$cross_compiling" = yes; then :
11401 lt_cv_dlopen_self_static=cross
11402 else
11403 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11404 lt_status=$lt_dlunknown
11405 cat > conftest.$ac_ext <<_LT_EOF
11406 #line 11406 "configure"
11407 #include "confdefs.h"
11409 #if HAVE_DLFCN_H
11410 #include <dlfcn.h>
11411 #endif
11413 #include <stdio.h>
11415 #ifdef RTLD_GLOBAL
11416 # define LT_DLGLOBAL RTLD_GLOBAL
11417 #else
11418 # ifdef DL_GLOBAL
11419 # define LT_DLGLOBAL DL_GLOBAL
11420 # else
11421 # define LT_DLGLOBAL 0
11422 # endif
11423 #endif
11425 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11426 find out it does not work in some platform. */
11427 #ifndef LT_DLLAZY_OR_NOW
11428 # ifdef RTLD_LAZY
11429 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11430 # else
11431 # ifdef DL_LAZY
11432 # define LT_DLLAZY_OR_NOW DL_LAZY
11433 # else
11434 # ifdef RTLD_NOW
11435 # define LT_DLLAZY_OR_NOW RTLD_NOW
11436 # else
11437 # ifdef DL_NOW
11438 # define LT_DLLAZY_OR_NOW DL_NOW
11439 # else
11440 # define LT_DLLAZY_OR_NOW 0
11441 # endif
11442 # endif
11443 # endif
11444 # endif
11445 #endif
11447 void fnord() { int i=42;}
11448 int main ()
11450 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11451 int status = $lt_dlunknown;
11453 if (self)
11455 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11456 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11457 /* dlclose (self); */
11459 else
11460 puts (dlerror ());
11462 return status;
11464 _LT_EOF
11465 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11466 (eval $ac_link) 2>&5
11467 ac_status=$?
11468 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11469 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11470 (./conftest; exit; ) >&5 2>/dev/null
11471 lt_status=$?
11472 case x$lt_status in
11473 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11474 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11475 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11476 esac
11477 else :
11478 # compilation failed
11479 lt_cv_dlopen_self_static=no
11482 rm -fr conftest*
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11487 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11490 CPPFLAGS="$save_CPPFLAGS"
11491 LDFLAGS="$save_LDFLAGS"
11492 LIBS="$save_LIBS"
11494 esac
11496 case $lt_cv_dlopen_self in
11497 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11498 *) enable_dlopen_self=unknown ;;
11499 esac
11501 case $lt_cv_dlopen_self_static in
11502 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11503 *) enable_dlopen_self_static=unknown ;;
11504 esac
11523 striplib=
11524 old_striplib=
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11526 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11527 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11528 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11529 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11531 $as_echo "yes" >&6; }
11532 else
11533 # FIXME - insert some real tests, host_os isn't really good enough
11534 case $host_os in
11535 darwin*)
11536 if test -n "$STRIP" ; then
11537 striplib="$STRIP -x"
11538 old_striplib="$STRIP -S"
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11540 $as_echo "yes" >&6; }
11541 else
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11543 $as_echo "no" >&6; }
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11548 $as_echo "no" >&6; }
11550 esac
11564 # Report which library types will actually be built
11565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11566 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11568 $as_echo "$can_build_shared" >&6; }
11570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11571 $as_echo_n "checking whether to build shared libraries... " >&6; }
11572 test "$can_build_shared" = "no" && enable_shared=no
11574 # On AIX, shared libraries and static libraries use the same namespace, and
11575 # are all built from PIC.
11576 case $host_os in
11577 aix3*)
11578 test "$enable_shared" = yes && enable_static=no
11579 if test -n "$RANLIB"; then
11580 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11581 postinstall_cmds='$RANLIB $lib'
11585 aix[4-9]*)
11586 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11587 test "$enable_shared" = yes && enable_static=no
11590 esac
11591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11592 $as_echo "$enable_shared" >&6; }
11594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11595 $as_echo_n "checking whether to build static libraries... " >&6; }
11596 # Make sure either enable_shared or enable_static is yes.
11597 test "$enable_shared" = yes || enable_static=yes
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11599 $as_echo "$enable_static" >&6; }
11605 ac_ext=c
11606 ac_cpp='$CPP $CPPFLAGS'
11607 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11608 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11609 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11611 CC="$lt_save_CC"
11625 ac_config_commands="$ac_config_commands libtool"
11630 # Only expand once:
11634 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11636 # As the $enable_largefile decision depends on --enable-plugins we must set it
11637 # even in directories otherwise not depending on the $plugins option.
11640 # Check whether --enable-plugins was given.
11641 if test "${enable_plugins+set}" = set; then :
11642 enableval=$enable_plugins; case "${enableval}" in
11643 yes | "") plugins=yes ;;
11644 no) plugins=no ;;
11645 *) plugins=yes ;;
11646 esac
11647 else
11648 plugins=no
11653 case "${host}" in
11654 sparc-*-solaris*|i[3-7]86-*-solaris*)
11655 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11656 # are mutually exclusive; and without procfs support, the bfd/ elf module
11657 # cannot provide certain routines such as elfcore_write_prpsinfo
11658 # or elfcore_write_prstatus. So unless the user explicitly requested
11659 # large-file support through the --enable-largefile switch, disable
11660 # large-file support in favor of procfs support.
11661 test "${target}" = "${host}" -a "x$plugins" = xno \
11662 && : ${enable_largefile="no"}
11664 esac
11666 # Check whether --enable-largefile was given.
11667 if test "${enable_largefile+set}" = set; then :
11668 enableval=$enable_largefile;
11671 if test "$enable_largefile" != no; then
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11674 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11675 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11676 $as_echo_n "(cached) " >&6
11677 else
11678 ac_cv_sys_largefile_CC=no
11679 if test "$GCC" != yes; then
11680 ac_save_CC=$CC
11681 while :; do
11682 # IRIX 6.2 and later do not support large files by default,
11683 # so use the C compiler's -n32 option if that helps.
11684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11685 /* end confdefs.h. */
11686 #include <sys/types.h>
11687 /* Check that off_t can represent 2**63 - 1 correctly.
11688 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11689 since some C++ compilers masquerading as C compilers
11690 incorrectly reject 9223372036854775807. */
11691 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11692 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11693 && LARGE_OFF_T % 2147483647 == 1)
11694 ? 1 : -1];
11696 main ()
11700 return 0;
11702 _ACEOF
11703 if ac_fn_c_try_compile "$LINENO"; then :
11704 break
11706 rm -f core conftest.err conftest.$ac_objext
11707 CC="$CC -n32"
11708 if ac_fn_c_try_compile "$LINENO"; then :
11709 ac_cv_sys_largefile_CC=' -n32'; break
11711 rm -f core conftest.err conftest.$ac_objext
11712 break
11713 done
11714 CC=$ac_save_CC
11715 rm -f conftest.$ac_ext
11718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11719 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11720 if test "$ac_cv_sys_largefile_CC" != no; then
11721 CC=$CC$ac_cv_sys_largefile_CC
11724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11725 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11726 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11727 $as_echo_n "(cached) " >&6
11728 else
11729 while :; do
11730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11731 /* end confdefs.h. */
11732 #include <sys/types.h>
11733 /* Check that off_t can represent 2**63 - 1 correctly.
11734 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11735 since some C++ compilers masquerading as C compilers
11736 incorrectly reject 9223372036854775807. */
11737 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11738 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11739 && LARGE_OFF_T % 2147483647 == 1)
11740 ? 1 : -1];
11742 main ()
11746 return 0;
11748 _ACEOF
11749 if ac_fn_c_try_compile "$LINENO"; then :
11750 ac_cv_sys_file_offset_bits=no; break
11752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11754 /* end confdefs.h. */
11755 #define _FILE_OFFSET_BITS 64
11756 #include <sys/types.h>
11757 /* Check that off_t can represent 2**63 - 1 correctly.
11758 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11759 since some C++ compilers masquerading as C compilers
11760 incorrectly reject 9223372036854775807. */
11761 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11762 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11763 && LARGE_OFF_T % 2147483647 == 1)
11764 ? 1 : -1];
11766 main ()
11770 return 0;
11772 _ACEOF
11773 if ac_fn_c_try_compile "$LINENO"; then :
11774 ac_cv_sys_file_offset_bits=64; break
11776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11777 ac_cv_sys_file_offset_bits=unknown
11778 break
11779 done
11781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11782 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11783 case $ac_cv_sys_file_offset_bits in #(
11784 no | unknown) ;;
11786 cat >>confdefs.h <<_ACEOF
11787 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11788 _ACEOF
11790 esac
11791 rm -rf conftest*
11792 if test $ac_cv_sys_file_offset_bits = unknown; then
11793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11794 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11795 if test "${ac_cv_sys_large_files+set}" = set; then :
11796 $as_echo_n "(cached) " >&6
11797 else
11798 while :; do
11799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11800 /* end confdefs.h. */
11801 #include <sys/types.h>
11802 /* Check that off_t can represent 2**63 - 1 correctly.
11803 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11804 since some C++ compilers masquerading as C compilers
11805 incorrectly reject 9223372036854775807. */
11806 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11807 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11808 && LARGE_OFF_T % 2147483647 == 1)
11809 ? 1 : -1];
11811 main ()
11815 return 0;
11817 _ACEOF
11818 if ac_fn_c_try_compile "$LINENO"; then :
11819 ac_cv_sys_large_files=no; break
11821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11823 /* end confdefs.h. */
11824 #define _LARGE_FILES 1
11825 #include <sys/types.h>
11826 /* Check that off_t can represent 2**63 - 1 correctly.
11827 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11828 since some C++ compilers masquerading as C compilers
11829 incorrectly reject 9223372036854775807. */
11830 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11831 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11832 && LARGE_OFF_T % 2147483647 == 1)
11833 ? 1 : -1];
11835 main ()
11839 return 0;
11841 _ACEOF
11842 if ac_fn_c_try_compile "$LINENO"; then :
11843 ac_cv_sys_large_files=1; break
11845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11846 ac_cv_sys_large_files=unknown
11847 break
11848 done
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11851 $as_echo "$ac_cv_sys_large_files" >&6; }
11852 case $ac_cv_sys_large_files in #(
11853 no | unknown) ;;
11855 cat >>confdefs.h <<_ACEOF
11856 #define _LARGE_FILES $ac_cv_sys_large_files
11857 _ACEOF
11859 esac
11860 rm -rf conftest*
11866 if test "$plugins" = "yes"; then
11867 PLUGINS_TRUE=
11868 PLUGINS_FALSE='#'
11869 else
11870 PLUGINS_TRUE='#'
11871 PLUGINS_FALSE=
11875 if test "$plugins" = "yes"; then
11876 if test "$enable_dlopen" != "yes" ; then
11877 as_fn_error "
11878 Building BFD with plugin support requires a host that supports -ldl." "$LINENO" 5
11880 enable_targets="$enable_targets plugin"
11883 # Check whether --enable-64-bit-bfd was given.
11884 if test "${enable_64_bit_bfd+set}" = set; then :
11885 enableval=$enable_64_bit_bfd; case "${enableval}" in
11886 yes) want64=true ;;
11887 no) want64=false ;;
11888 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
11889 esac
11890 else
11891 want64=false
11894 # Check whether --enable-targets was given.
11895 if test "${enable_targets+set}" = set; then :
11896 enableval=$enable_targets; case "${enableval}" in
11897 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11899 no) enable_targets= ;;
11900 *) enable_targets=$enableval ;;
11901 esac
11905 # Check whether --with-mmap was given.
11906 if test "${with_mmap+set}" = set; then :
11907 withval=$with_mmap; case "${withval}" in
11908 yes) want_mmap=true ;;
11909 no) want_mmap=false ;;
11910 *) as_fn_error "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
11911 esac
11912 else
11913 want_mmap=false
11916 # Check whether --enable-secureplt was given.
11917 if test "${enable_secureplt+set}" = set; then :
11918 enableval=$enable_secureplt; case "${enableval}" in
11919 yes) use_secureplt=true ;;
11920 no) use_secureplt=false ;;
11921 *) as_fn_error "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
11922 esac
11923 else
11924 use_secureplt=false
11926 if test $use_secureplt = true; then
11928 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
11932 DEBUGDIR=${libdir}/debug
11934 # Check whether --with-separate-debug-dir was given.
11935 if test "${with_separate_debug_dir+set}" = set; then :
11936 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
11941 # Check to see if we should allow the generation of
11942 # symbols with the ELF standard's STT_COMMON type.
11943 # Check whether --enable-elf-stt-common was given.
11944 if test "${enable_elf_stt_common+set}" = set; then :
11945 enableval=$enable_elf_stt_common; case "${enableval}" in
11946 yes) want_elf_stt_common=true ;;
11947 no) want_elf_stt_common=false ;;
11948 *) as_fn_error "bad value ${enableval} for ELF STT_COMMON option" "$LINENO" 5 ;;
11949 esac
11950 else
11951 # We have to choose a default behaviour. For native builds we could
11952 # test whether the loader supports the STT_COMMON type, but that would
11953 # mean that built binaries could not be exported to older systems where
11954 # the loader does not support it. So by default we always choose to
11955 # disable this feature.
11956 want_elf_stt_common=false
11958 if test $want_elf_stt_common = true; then
11960 $as_echo "#define USE_STT_COMMON 1" >>confdefs.h
11966 # Check whether --with-pkgversion was given.
11967 if test "${with_pkgversion+set}" = set; then :
11968 withval=$with_pkgversion; case "$withval" in
11969 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
11970 no) PKGVERSION= ;;
11971 *) PKGVERSION="($withval) " ;;
11972 esac
11973 else
11974 PKGVERSION="(GNU Binutils) "
11982 # Check whether --with-bugurl was given.
11983 if test "${with_bugurl+set}" = set; then :
11984 withval=$with_bugurl; case "$withval" in
11985 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
11986 no) BUGURL=
11988 *) BUGURL="$withval"
11990 esac
11991 else
11992 BUGURL="http://www.sourceware.org/bugzilla/"
11996 case ${BUGURL} in
11998 REPORT_BUGS_TO=
11999 REPORT_BUGS_TEXI=
12002 REPORT_BUGS_TO="<$BUGURL>"
12003 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12005 esac;
12011 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12013 # Check whether --enable-werror was given.
12014 if test "${enable_werror+set}" = set; then :
12015 enableval=$enable_werror; case "${enableval}" in
12016 yes | y) ERROR_ON_WARNING="yes" ;;
12017 no | n) ERROR_ON_WARNING="no" ;;
12018 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12019 esac
12023 # Enable -Wno-format by default when using gcc on mingw
12024 case "${host}" in
12025 *-*-mingw32*)
12026 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12027 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12030 *) ;;
12031 esac
12033 # Enable -Werror by default when using gcc
12034 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12035 ERROR_ON_WARNING=yes
12038 NO_WERROR=
12039 if test "${ERROR_ON_WARNING}" = yes ; then
12040 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12041 NO_WERROR="-Wno-error"
12044 if test "${GCC}" = yes ; then
12045 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12048 # Check whether --enable-build-warnings was given.
12049 if test "${enable_build_warnings+set}" = set; then :
12050 enableval=$enable_build_warnings; case "${enableval}" in
12051 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
12052 no) if test "${GCC}" = yes ; then
12053 WARN_CFLAGS="-w"
12054 fi;;
12055 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12056 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12057 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12058 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12059 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12060 esac
12064 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12065 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12072 ac_config_headers="$ac_config_headers config.h:config.in"
12075 if test -z "$target" ; then
12076 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12081 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12082 # Check whether --enable-maintainer-mode was given.
12083 if test "${enable_maintainer_mode+set}" = set; then :
12084 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12085 else
12086 USE_MAINTAINER_MODE=no
12089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12090 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12091 if test $USE_MAINTAINER_MODE = yes; then
12092 MAINTAINER_MODE_TRUE=
12093 MAINTAINER_MODE_FALSE='#'
12094 else
12095 MAINTAINER_MODE_TRUE='#'
12096 MAINTAINER_MODE_FALSE=
12099 MAINT=$MAINTAINER_MODE_TRUE
12102 if false; then
12103 GENINSRC_NEVER_TRUE=
12104 GENINSRC_NEVER_FALSE='#'
12105 else
12106 GENINSRC_NEVER_TRUE='#'
12107 GENINSRC_NEVER_FALSE=
12110 case ${build_alias} in
12111 "") build_noncanonical=${build} ;;
12112 *) build_noncanonical=${build_alias} ;;
12113 esac
12115 case ${host_alias} in
12116 "") host_noncanonical=${build_noncanonical} ;;
12117 *) host_noncanonical=${host_alias} ;;
12118 esac
12120 case ${target_alias} in
12121 "") target_noncanonical=${host_noncanonical} ;;
12122 *) target_noncanonical=${target_alias} ;;
12123 esac
12125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12126 $as_echo_n "checking whether to install libbfd... " >&6; }
12127 # Check whether --enable-install-libbfd was given.
12128 if test "${enable_install_libbfd+set}" = set; then :
12129 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12130 else
12131 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12132 install_libbfd_p=yes
12133 else
12134 install_libbfd_p=no
12138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12139 $as_echo "$install_libbfd_p" >&6; }
12140 if test $install_libbfd_p = yes; then
12141 INSTALL_LIBBFD_TRUE=
12142 INSTALL_LIBBFD_FALSE='#'
12143 else
12144 INSTALL_LIBBFD_TRUE='#'
12145 INSTALL_LIBBFD_FALSE=
12148 # Need _noncanonical variables for this.
12153 # libbfd.a is a host library containing target dependent code
12154 bfdlibdir='$(libdir)'
12155 bfdincludedir='$(includedir)'
12156 if test "${host}" != "${target}"; then
12157 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12158 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12168 host64=false
12169 target64=false
12170 bfd_default_target_size=32
12172 # host stuff:
12174 ALL_LINGUAS="fr tr ja es sv da zh_CN ro rw vi fi id ru"
12175 # If we haven't got the data from the intl directory,
12176 # assume NLS is disabled.
12177 USE_NLS=no
12178 LIBINTL=
12179 LIBINTL_DEP=
12180 INCINTL=
12181 XGETTEXT=
12182 GMSGFMT=
12183 POSUB=
12185 if test -f ../intl/config.intl; then
12186 . ../intl/config.intl
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12189 $as_echo_n "checking whether NLS is requested... " >&6; }
12190 if test x"$USE_NLS" != xyes; then
12191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12192 $as_echo "no" >&6; }
12193 else
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12195 $as_echo "yes" >&6; }
12197 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12201 $as_echo_n "checking for catalogs to be installed... " >&6; }
12202 # Look for .po and .gmo files in the source directory.
12203 CATALOGS=
12204 XLINGUAS=
12205 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12206 # If there aren't any .gmo files the shell will give us the
12207 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12208 # weeded out.
12209 case "$cat" in *\**)
12210 continue;;
12211 esac
12212 # The quadruple backslash is collapsed to a double backslash
12213 # by the backticks, then collapsed again by the double quotes,
12214 # leaving us with one backslash in the sed expression (right
12215 # before the dot that mustn't act as a wildcard).
12216 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12217 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12218 # The user is allowed to set LINGUAS to a list of languages to
12219 # install catalogs for. If it's empty that means "all of them."
12220 if test "x$LINGUAS" = x; then
12221 CATALOGS="$CATALOGS $cat"
12222 XLINGUAS="$XLINGUAS $lang"
12223 else
12224 case "$LINGUAS" in *$lang*)
12225 CATALOGS="$CATALOGS $cat"
12226 XLINGUAS="$XLINGUAS $lang"
12228 esac
12230 done
12231 LINGUAS="$XLINGUAS"
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12233 $as_echo "$LINGUAS" >&6; }
12236 DATADIRNAME=share
12238 INSTOBJEXT=.mo
12240 GENCAT=gencat
12242 CATOBJEXT=.gmo
12246 MKINSTALLDIRS=
12247 if test -n "$ac_aux_dir"; then
12248 case "$ac_aux_dir" in
12249 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12250 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12251 esac
12253 if test -z "$MKINSTALLDIRS"; then
12254 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12260 $as_echo_n "checking whether NLS is requested... " >&6; }
12261 # Check whether --enable-nls was given.
12262 if test "${enable_nls+set}" = set; then :
12263 enableval=$enable_nls; USE_NLS=$enableval
12264 else
12265 USE_NLS=yes
12268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12269 $as_echo "$USE_NLS" >&6; }
12276 # Prepare PATH_SEPARATOR.
12277 # The user is always right.
12278 if test "${PATH_SEPARATOR+set}" != set; then
12279 echo "#! /bin/sh" >conf$$.sh
12280 echo "exit 0" >>conf$$.sh
12281 chmod +x conf$$.sh
12282 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12283 PATH_SEPARATOR=';'
12284 else
12285 PATH_SEPARATOR=:
12287 rm -f conf$$.sh
12290 # Find out how to test for executable files. Don't use a zero-byte file,
12291 # as systems may use methods other than mode bits to determine executability.
12292 cat >conf$$.file <<_ASEOF
12293 #! /bin/sh
12294 exit 0
12295 _ASEOF
12296 chmod +x conf$$.file
12297 if test -x conf$$.file >/dev/null 2>&1; then
12298 ac_executable_p="test -x"
12299 else
12300 ac_executable_p="test -f"
12302 rm -f conf$$.file
12304 # Extract the first word of "msgfmt", so it can be a program name with args.
12305 set dummy msgfmt; ac_word=$2
12306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12307 $as_echo_n "checking for $ac_word... " >&6; }
12308 if test "${ac_cv_path_MSGFMT+set}" = set; then :
12309 $as_echo_n "(cached) " >&6
12310 else
12311 case "$MSGFMT" in
12312 [\\/]* | ?:[\\/]*)
12313 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12316 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12317 for ac_dir in $PATH; do
12318 IFS="$ac_save_IFS"
12319 test -z "$ac_dir" && ac_dir=.
12320 for ac_exec_ext in '' $ac_executable_extensions; do
12321 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12322 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12323 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12324 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12325 break 2
12328 done
12329 done
12330 IFS="$ac_save_IFS"
12331 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12333 esac
12335 MSGFMT="$ac_cv_path_MSGFMT"
12336 if test "$MSGFMT" != ":"; then
12337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12338 $as_echo "$MSGFMT" >&6; }
12339 else
12340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12341 $as_echo "no" >&6; }
12344 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12345 set dummy gmsgfmt; ac_word=$2
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12347 $as_echo_n "checking for $ac_word... " >&6; }
12348 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12349 $as_echo_n "(cached) " >&6
12350 else
12351 case $GMSGFMT in
12352 [\\/]* | ?:[\\/]*)
12353 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12357 for as_dir in $PATH
12359 IFS=$as_save_IFS
12360 test -z "$as_dir" && as_dir=.
12361 for ac_exec_ext in '' $ac_executable_extensions; do
12362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12363 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12365 break 2
12367 done
12368 done
12369 IFS=$as_save_IFS
12371 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12373 esac
12375 GMSGFMT=$ac_cv_path_GMSGFMT
12376 if test -n "$GMSGFMT"; then
12377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12378 $as_echo "$GMSGFMT" >&6; }
12379 else
12380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12381 $as_echo "no" >&6; }
12387 # Prepare PATH_SEPARATOR.
12388 # The user is always right.
12389 if test "${PATH_SEPARATOR+set}" != set; then
12390 echo "#! /bin/sh" >conf$$.sh
12391 echo "exit 0" >>conf$$.sh
12392 chmod +x conf$$.sh
12393 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12394 PATH_SEPARATOR=';'
12395 else
12396 PATH_SEPARATOR=:
12398 rm -f conf$$.sh
12401 # Find out how to test for executable files. Don't use a zero-byte file,
12402 # as systems may use methods other than mode bits to determine executability.
12403 cat >conf$$.file <<_ASEOF
12404 #! /bin/sh
12405 exit 0
12406 _ASEOF
12407 chmod +x conf$$.file
12408 if test -x conf$$.file >/dev/null 2>&1; then
12409 ac_executable_p="test -x"
12410 else
12411 ac_executable_p="test -f"
12413 rm -f conf$$.file
12415 # Extract the first word of "xgettext", so it can be a program name with args.
12416 set dummy xgettext; ac_word=$2
12417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12418 $as_echo_n "checking for $ac_word... " >&6; }
12419 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12420 $as_echo_n "(cached) " >&6
12421 else
12422 case "$XGETTEXT" in
12423 [\\/]* | ?:[\\/]*)
12424 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12427 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12428 for ac_dir in $PATH; do
12429 IFS="$ac_save_IFS"
12430 test -z "$ac_dir" && ac_dir=.
12431 for ac_exec_ext in '' $ac_executable_extensions; do
12432 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12433 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12434 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12435 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12436 break 2
12439 done
12440 done
12441 IFS="$ac_save_IFS"
12442 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12444 esac
12446 XGETTEXT="$ac_cv_path_XGETTEXT"
12447 if test "$XGETTEXT" != ":"; then
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12449 $as_echo "$XGETTEXT" >&6; }
12450 else
12451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12452 $as_echo "no" >&6; }
12455 rm -f messages.po
12458 # Prepare PATH_SEPARATOR.
12459 # The user is always right.
12460 if test "${PATH_SEPARATOR+set}" != set; then
12461 echo "#! /bin/sh" >conf$$.sh
12462 echo "exit 0" >>conf$$.sh
12463 chmod +x conf$$.sh
12464 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12465 PATH_SEPARATOR=';'
12466 else
12467 PATH_SEPARATOR=:
12469 rm -f conf$$.sh
12472 # Find out how to test for executable files. Don't use a zero-byte file,
12473 # as systems may use methods other than mode bits to determine executability.
12474 cat >conf$$.file <<_ASEOF
12475 #! /bin/sh
12476 exit 0
12477 _ASEOF
12478 chmod +x conf$$.file
12479 if test -x conf$$.file >/dev/null 2>&1; then
12480 ac_executable_p="test -x"
12481 else
12482 ac_executable_p="test -f"
12484 rm -f conf$$.file
12486 # Extract the first word of "msgmerge", so it can be a program name with args.
12487 set dummy msgmerge; ac_word=$2
12488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12489 $as_echo_n "checking for $ac_word... " >&6; }
12490 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12491 $as_echo_n "(cached) " >&6
12492 else
12493 case "$MSGMERGE" in
12494 [\\/]* | ?:[\\/]*)
12495 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12498 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12499 for ac_dir in $PATH; do
12500 IFS="$ac_save_IFS"
12501 test -z "$ac_dir" && ac_dir=.
12502 for ac_exec_ext in '' $ac_executable_extensions; do
12503 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12504 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12505 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12506 break 2
12509 done
12510 done
12511 IFS="$ac_save_IFS"
12512 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12514 esac
12516 MSGMERGE="$ac_cv_path_MSGMERGE"
12517 if test "$MSGMERGE" != ":"; then
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12519 $as_echo "$MSGMERGE" >&6; }
12520 else
12521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12522 $as_echo "no" >&6; }
12526 if test "$GMSGFMT" != ":"; then
12527 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12528 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12530 else
12531 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12533 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12534 GMSGFMT=":"
12538 if test "$XGETTEXT" != ":"; then
12539 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12540 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12542 else
12543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12544 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12545 XGETTEXT=":"
12547 rm -f messages.po
12550 ac_config_commands="$ac_config_commands default-1"
12554 # Permit host specific settings.
12555 . ${srcdir}/configure.host
12560 BFD_HOST_64BIT_LONG=0
12561 BFD_HOST_64BIT_LONG_LONG=0
12562 BFD_HOST_64_BIT_DEFINED=0
12563 BFD_HOST_64_BIT=
12564 BFD_HOST_U_64_BIT=
12565 BFD_HOSTPTR_T="unsigned long"
12567 # The cast to long int works around a bug in the HP C Compiler
12568 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12569 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12570 # This bug is HP SR number 8606223364.
12571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12572 $as_echo_n "checking size of long long... " >&6; }
12573 if test "${ac_cv_sizeof_long_long+set}" = set; then :
12574 $as_echo_n "(cached) " >&6
12575 else
12576 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12578 else
12579 if test "$ac_cv_type_long_long" = yes; then
12580 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12581 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12582 { as_fn_set_status 77
12583 as_fn_error "cannot compute sizeof (long long)
12584 See \`config.log' for more details." "$LINENO" 5; }; }
12585 else
12586 ac_cv_sizeof_long_long=0
12591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12592 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12596 cat >>confdefs.h <<_ACEOF
12597 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12598 _ACEOF
12601 # The cast to long int works around a bug in the HP C Compiler
12602 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12603 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12604 # This bug is HP SR number 8606223364.
12605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12606 $as_echo_n "checking size of void *... " >&6; }
12607 if test "${ac_cv_sizeof_void_p+set}" = set; then :
12608 $as_echo_n "(cached) " >&6
12609 else
12610 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12612 else
12613 if test "$ac_cv_type_void_p" = yes; then
12614 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12615 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12616 { as_fn_set_status 77
12617 as_fn_error "cannot compute sizeof (void *)
12618 See \`config.log' for more details." "$LINENO" 5; }; }
12619 else
12620 ac_cv_sizeof_void_p=0
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12626 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12630 cat >>confdefs.h <<_ACEOF
12631 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12632 _ACEOF
12635 # The cast to long int works around a bug in the HP C Compiler
12636 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12637 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12638 # This bug is HP SR number 8606223364.
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12640 $as_echo_n "checking size of long... " >&6; }
12641 if test "${ac_cv_sizeof_long+set}" = set; then :
12642 $as_echo_n "(cached) " >&6
12643 else
12644 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12646 else
12647 if test "$ac_cv_type_long" = yes; then
12648 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12649 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12650 { as_fn_set_status 77
12651 as_fn_error "cannot compute sizeof (long)
12652 See \`config.log' for more details." "$LINENO" 5; }; }
12653 else
12654 ac_cv_sizeof_long=0
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12660 $as_echo "$ac_cv_sizeof_long" >&6; }
12664 cat >>confdefs.h <<_ACEOF
12665 #define SIZEOF_LONG $ac_cv_sizeof_long
12666 _ACEOF
12670 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12671 host64=true
12674 if test "x${ac_cv_sizeof_long}" = "x8"; then
12675 BFD_HOST_64BIT_LONG=1
12676 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12677 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12678 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12679 BFD_HOST_64BIT_LONG_LONG=1
12680 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12681 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12682 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12683 BFD_HOSTPTR_T="unsigned long long"
12687 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12688 BFD_HOST_64_BIT_DEFINED=1
12689 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12690 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
12700 # Put a plausible default for CC_FOR_BUILD in Makefile.
12701 if test -z "$CC_FOR_BUILD"; then
12702 if test "x$cross_compiling" = "xno"; then
12703 CC_FOR_BUILD='$(CC)'
12704 else
12705 CC_FOR_BUILD=gcc
12709 # Also set EXEEXT_FOR_BUILD.
12710 if test "x$cross_compiling" = "xno"; then
12711 EXEEXT_FOR_BUILD='$(EXEEXT)'
12712 else
12713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12714 $as_echo_n "checking for build system executable suffix... " >&6; }
12715 if test "${bfd_cv_build_exeext+set}" = set; then :
12716 $as_echo_n "(cached) " >&6
12717 else
12718 rm -f conftest*
12719 echo 'int main () { return 0; }' > conftest.c
12720 bfd_cv_build_exeext=
12721 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12722 for file in conftest.*; do
12723 case $file in
12724 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12725 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12726 esac
12727 done
12728 rm -f conftest*
12729 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12732 $as_echo "$bfd_cv_build_exeext" >&6; }
12733 EXEEXT_FOR_BUILD=""
12734 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12738 for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h
12739 do :
12740 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12741 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12742 eval as_val=\$$as_ac_Header
12743 if test "x$as_val" = x""yes; then :
12744 cat >>confdefs.h <<_ACEOF
12745 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12746 _ACEOF
12750 done
12752 for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h
12753 do :
12754 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12755 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12756 eval as_val=\$$as_ac_Header
12757 if test "x$as_val" = x""yes; then :
12758 cat >>confdefs.h <<_ACEOF
12759 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12760 _ACEOF
12764 done
12768 inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
12770 acx_cv_header_stdint=stddef.h
12771 acx_cv_header_stdint_kind="(already complete)"
12772 for i in stdint.h $inttype_headers; do
12773 unset ac_cv_type_uintptr_t
12774 unset ac_cv_type_uintmax_t
12775 unset ac_cv_type_int_least32_t
12776 unset ac_cv_type_int_fast32_t
12777 unset ac_cv_type_uint64_t
12778 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
12779 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
12780 #include <$i>
12782 if test "x$ac_cv_type_uintmax_t" = x""yes; then :
12783 acx_cv_header_stdint=$i
12784 else
12785 continue
12788 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12789 #include <$i>
12791 if test "x$ac_cv_type_uintptr_t" = x""yes; then :
12793 else
12794 acx_cv_header_stdint_kind="(mostly complete)"
12797 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
12798 #include <$i>
12800 if test "x$ac_cv_type_int_least32_t" = x""yes; then :
12802 else
12803 acx_cv_header_stdint_kind="(mostly complete)"
12806 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
12807 #include <$i>
12809 if test "x$ac_cv_type_int_fast32_t" = x""yes; then :
12811 else
12812 acx_cv_header_stdint_kind="(mostly complete)"
12815 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12816 #include <$i>
12818 if test "x$ac_cv_type_uint64_t" = x""yes; then :
12820 else
12821 acx_cv_header_stdint_kind="(lacks uint64_t)"
12824 break
12825 done
12826 if test "$acx_cv_header_stdint" = stddef.h; then
12827 acx_cv_header_stdint_kind="(lacks uintmax_t)"
12828 for i in stdint.h $inttype_headers; do
12829 unset ac_cv_type_uintptr_t
12830 unset ac_cv_type_uint32_t
12831 unset ac_cv_type_uint64_t
12832 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
12833 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
12834 #include <$i>
12836 if test "x$ac_cv_type_uint32_t" = x""yes; then :
12837 acx_cv_header_stdint=$i
12838 else
12839 continue
12842 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12843 #include <$i>
12845 if test "x$ac_cv_type_uint64_t" = x""yes; then :
12849 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12850 #include <$i>
12852 if test "x$ac_cv_type_uintptr_t" = x""yes; then :
12856 break
12857 done
12859 if test "$acx_cv_header_stdint" = stddef.h; then
12860 acx_cv_header_stdint_kind="(u_intXX_t style)"
12861 for i in sys/types.h $inttype_headers; do
12862 unset ac_cv_type_u_int32_t
12863 unset ac_cv_type_u_int64_t
12864 $as_echo_n "looking for u_intXX_t types in $i, " >&6
12865 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
12866 #include <$i>
12868 if test "x$ac_cv_type_u_int32_t" = x""yes; then :
12869 acx_cv_header_stdint=$i
12870 else
12871 continue
12874 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
12875 #include <$i>
12877 if test "x$ac_cv_type_u_int64_t" = x""yes; then :
12881 break
12882 done
12884 if test "$acx_cv_header_stdint" = stddef.h; then
12885 acx_cv_header_stdint_kind="(using manual detection)"
12888 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
12889 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
12890 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
12891 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
12892 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
12894 # ----------------- Summarize what we found so far
12896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5
12897 $as_echo_n "checking what to include in bfd_stdint.h... " >&6; }
12899 case `$as_basename -- bfd_stdint.h ||
12900 $as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
12901 Xbfd_stdint.h : 'X\(//\)$' \| \
12902 Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null ||
12903 $as_echo X/bfd_stdint.h |
12904 sed '/^.*\/\([^/][^/]*\)\/*$/{
12905 s//\1/
12908 /^X\/\(\/\/\)$/{
12909 s//\1/
12912 /^X\/\(\/\).*/{
12913 s//\1/
12916 s/.*/./; q'` in
12917 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
12918 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12919 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
12920 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12921 *) ;;
12922 esac
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
12925 $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
12927 # ----------------- done included file, check C basic types --------
12929 # Lacking an uintptr_t? Test size of void *
12930 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
12931 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
12932 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12933 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12934 # This bug is HP SR number 8606223364.
12935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12936 $as_echo_n "checking size of void *... " >&6; }
12937 if test "${ac_cv_sizeof_void_p+set}" = set; then :
12938 $as_echo_n "(cached) " >&6
12939 else
12940 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12942 else
12943 if test "$ac_cv_type_void_p" = yes; then
12944 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12945 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12946 { as_fn_set_status 77
12947 as_fn_error "cannot compute sizeof (void *)
12948 See \`config.log' for more details." "$LINENO" 5; }; }
12949 else
12950 ac_cv_sizeof_void_p=0
12955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12956 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12960 cat >>confdefs.h <<_ACEOF
12961 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12962 _ACEOF
12965 esac
12967 # Lacking an uint64_t? Test size of long
12968 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
12969 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
12970 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12971 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12972 # This bug is HP SR number 8606223364.
12973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12974 $as_echo_n "checking size of long... " >&6; }
12975 if test "${ac_cv_sizeof_long+set}" = set; then :
12976 $as_echo_n "(cached) " >&6
12977 else
12978 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12980 else
12981 if test "$ac_cv_type_long" = yes; then
12982 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12983 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12984 { as_fn_set_status 77
12985 as_fn_error "cannot compute sizeof (long)
12986 See \`config.log' for more details." "$LINENO" 5; }; }
12987 else
12988 ac_cv_sizeof_long=0
12993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12994 $as_echo "$ac_cv_sizeof_long" >&6; }
12998 cat >>confdefs.h <<_ACEOF
12999 #define SIZEOF_LONG $ac_cv_sizeof_long
13000 _ACEOF
13003 esac
13005 if test $acx_cv_header_stdint = stddef.h; then
13006 # Lacking a good header? Test size of everything and deduce all types.
13007 # The cast to long int works around a bug in the HP C Compiler
13008 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13009 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13010 # This bug is HP SR number 8606223364.
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13012 $as_echo_n "checking size of int... " >&6; }
13013 if test "${ac_cv_sizeof_int+set}" = set; then :
13014 $as_echo_n "(cached) " >&6
13015 else
13016 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
13018 else
13019 if test "$ac_cv_type_int" = yes; then
13020 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13021 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13022 { as_fn_set_status 77
13023 as_fn_error "cannot compute sizeof (int)
13024 See \`config.log' for more details." "$LINENO" 5; }; }
13025 else
13026 ac_cv_sizeof_int=0
13031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13032 $as_echo "$ac_cv_sizeof_int" >&6; }
13036 cat >>confdefs.h <<_ACEOF
13037 #define SIZEOF_INT $ac_cv_sizeof_int
13038 _ACEOF
13041 # The cast to long int works around a bug in the HP C Compiler
13042 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13043 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13044 # This bug is HP SR number 8606223364.
13045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13046 $as_echo_n "checking size of short... " >&6; }
13047 if test "${ac_cv_sizeof_short+set}" = set; then :
13048 $as_echo_n "(cached) " >&6
13049 else
13050 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
13052 else
13053 if test "$ac_cv_type_short" = yes; then
13054 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13055 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13056 { as_fn_set_status 77
13057 as_fn_error "cannot compute sizeof (short)
13058 See \`config.log' for more details." "$LINENO" 5; }; }
13059 else
13060 ac_cv_sizeof_short=0
13065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13066 $as_echo "$ac_cv_sizeof_short" >&6; }
13070 cat >>confdefs.h <<_ACEOF
13071 #define SIZEOF_SHORT $ac_cv_sizeof_short
13072 _ACEOF
13075 # The cast to long int works around a bug in the HP C Compiler
13076 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13077 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13078 # This bug is HP SR number 8606223364.
13079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
13080 $as_echo_n "checking size of char... " >&6; }
13081 if test "${ac_cv_sizeof_char+set}" = set; then :
13082 $as_echo_n "(cached) " >&6
13083 else
13084 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
13086 else
13087 if test "$ac_cv_type_char" = yes; then
13088 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13089 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13090 { as_fn_set_status 77
13091 as_fn_error "cannot compute sizeof (char)
13092 See \`config.log' for more details." "$LINENO" 5; }; }
13093 else
13094 ac_cv_sizeof_char=0
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
13100 $as_echo "$ac_cv_sizeof_char" >&6; }
13104 cat >>confdefs.h <<_ACEOF
13105 #define SIZEOF_CHAR $ac_cv_sizeof_char
13106 _ACEOF
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
13111 $as_echo_n "checking for type equivalent to int8_t... " >&6; }
13112 case "$ac_cv_sizeof_char" in
13113 1) acx_cv_type_int8_t=char ;;
13114 *) { as_fn_set_status please report a bug
13115 as_fn_error "no 8-bit type" "$LINENO" 5; }
13116 esac
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
13118 $as_echo "$acx_cv_type_int8_t" >&6; }
13120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
13121 $as_echo_n "checking for type equivalent to int16_t... " >&6; }
13122 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
13123 2:*) acx_cv_type_int16_t=int ;;
13124 *:2) acx_cv_type_int16_t=short ;;
13125 *) { as_fn_set_status please report a bug
13126 as_fn_error "no 16-bit type" "$LINENO" 5; }
13127 esac
13128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
13129 $as_echo "$acx_cv_type_int16_t" >&6; }
13131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
13132 $as_echo_n "checking for type equivalent to int32_t... " >&6; }
13133 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
13134 4:*) acx_cv_type_int32_t=int ;;
13135 *:4) acx_cv_type_int32_t=long ;;
13136 *) { as_fn_set_status please report a bug
13137 as_fn_error "no 32-bit type" "$LINENO" 5; }
13138 esac
13139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
13140 $as_echo "$acx_cv_type_int32_t" >&6; }
13143 # These tests are here to make the output prettier
13145 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
13146 case "$ac_cv_sizeof_long" in
13147 8) acx_cv_type_int64_t=long ;;
13148 esac
13149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
13150 $as_echo_n "checking for type equivalent to int64_t... " >&6; }
13151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
13152 $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
13155 # Now we can use the above types
13157 if test "$ac_cv_type_uintptr_t" != yes; then
13158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
13159 $as_echo_n "checking for type equivalent to intptr_t... " >&6; }
13160 case $ac_cv_sizeof_void_p in
13161 2) acx_cv_type_intptr_t=int16_t ;;
13162 4) acx_cv_type_intptr_t=int32_t ;;
13163 8) acx_cv_type_intptr_t=int64_t ;;
13164 *) { as_fn_set_status please report a bug
13165 as_fn_error "no equivalent for intptr_t" "$LINENO" 5; }
13166 esac
13167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
13168 $as_echo "$acx_cv_type_intptr_t" >&6; }
13171 # ----------------- done all checks, emit header -------------
13172 ac_config_commands="$ac_config_commands bfd_stdint.h"
13176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
13177 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
13178 if test "${ac_cv_header_time+set}" = set; then :
13179 $as_echo_n "(cached) " >&6
13180 else
13181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13182 /* end confdefs.h. */
13183 #include <sys/types.h>
13184 #include <sys/time.h>
13185 #include <time.h>
13188 main ()
13190 if ((struct tm *) 0)
13191 return 0;
13193 return 0;
13195 _ACEOF
13196 if ac_fn_c_try_compile "$LINENO"; then :
13197 ac_cv_header_time=yes
13198 else
13199 ac_cv_header_time=no
13201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
13204 $as_echo "$ac_cv_header_time" >&6; }
13205 if test $ac_cv_header_time = yes; then
13207 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
13211 ac_header_dirent=no
13212 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
13213 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
13214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
13215 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
13216 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
13217 $as_echo_n "(cached) " >&6
13218 else
13219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13220 /* end confdefs.h. */
13221 #include <sys/types.h>
13222 #include <$ac_hdr>
13225 main ()
13227 if ((DIR *) 0)
13228 return 0;
13230 return 0;
13232 _ACEOF
13233 if ac_fn_c_try_compile "$LINENO"; then :
13234 eval "$as_ac_Header=yes"
13235 else
13236 eval "$as_ac_Header=no"
13238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13240 eval ac_res=\$$as_ac_Header
13241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13242 $as_echo "$ac_res" >&6; }
13243 eval as_val=\$$as_ac_Header
13244 if test "x$as_val" = x""yes; then :
13245 cat >>confdefs.h <<_ACEOF
13246 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
13247 _ACEOF
13249 ac_header_dirent=$ac_hdr; break
13252 done
13253 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
13254 if test $ac_header_dirent = dirent.h; then
13255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13256 $as_echo_n "checking for library containing opendir... " >&6; }
13257 if test "${ac_cv_search_opendir+set}" = set; then :
13258 $as_echo_n "(cached) " >&6
13259 else
13260 ac_func_search_save_LIBS=$LIBS
13261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13262 /* end confdefs.h. */
13264 /* Override any GCC internal prototype to avoid an error.
13265 Use char because int might match the return type of a GCC
13266 builtin and then its argument prototype would still apply. */
13267 #ifdef __cplusplus
13268 extern "C"
13269 #endif
13270 char opendir ();
13272 main ()
13274 return opendir ();
13276 return 0;
13278 _ACEOF
13279 for ac_lib in '' dir; do
13280 if test -z "$ac_lib"; then
13281 ac_res="none required"
13282 else
13283 ac_res=-l$ac_lib
13284 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13286 if ac_fn_c_try_link "$LINENO"; then :
13287 ac_cv_search_opendir=$ac_res
13289 rm -f core conftest.err conftest.$ac_objext \
13290 conftest$ac_exeext
13291 if test "${ac_cv_search_opendir+set}" = set; then :
13292 break
13294 done
13295 if test "${ac_cv_search_opendir+set}" = set; then :
13297 else
13298 ac_cv_search_opendir=no
13300 rm conftest.$ac_ext
13301 LIBS=$ac_func_search_save_LIBS
13303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13304 $as_echo "$ac_cv_search_opendir" >&6; }
13305 ac_res=$ac_cv_search_opendir
13306 if test "$ac_res" != no; then :
13307 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13311 else
13312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13313 $as_echo_n "checking for library containing opendir... " >&6; }
13314 if test "${ac_cv_search_opendir+set}" = set; then :
13315 $as_echo_n "(cached) " >&6
13316 else
13317 ac_func_search_save_LIBS=$LIBS
13318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13319 /* end confdefs.h. */
13321 /* Override any GCC internal prototype to avoid an error.
13322 Use char because int might match the return type of a GCC
13323 builtin and then its argument prototype would still apply. */
13324 #ifdef __cplusplus
13325 extern "C"
13326 #endif
13327 char opendir ();
13329 main ()
13331 return opendir ();
13333 return 0;
13335 _ACEOF
13336 for ac_lib in '' x; do
13337 if test -z "$ac_lib"; then
13338 ac_res="none required"
13339 else
13340 ac_res=-l$ac_lib
13341 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13343 if ac_fn_c_try_link "$LINENO"; then :
13344 ac_cv_search_opendir=$ac_res
13346 rm -f core conftest.err conftest.$ac_objext \
13347 conftest$ac_exeext
13348 if test "${ac_cv_search_opendir+set}" = set; then :
13349 break
13351 done
13352 if test "${ac_cv_search_opendir+set}" = set; then :
13354 else
13355 ac_cv_search_opendir=no
13357 rm conftest.$ac_ext
13358 LIBS=$ac_func_search_save_LIBS
13360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13361 $as_echo "$ac_cv_search_opendir" >&6; }
13362 ac_res=$ac_cv_search_opendir
13363 if test "$ac_res" != no; then :
13364 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13371 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13372 if test "${gcc_cv_header_string+set}" = set; then :
13373 $as_echo_n "(cached) " >&6
13374 else
13375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13376 /* end confdefs.h. */
13377 #include <string.h>
13378 #include <strings.h>
13380 main ()
13384 return 0;
13386 _ACEOF
13387 if ac_fn_c_try_compile "$LINENO"; then :
13388 gcc_cv_header_string=yes
13389 else
13390 gcc_cv_header_string=no
13392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13395 $as_echo "$gcc_cv_header_string" >&6; }
13396 if test $gcc_cv_header_string = yes; then
13398 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13402 for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno
13403 do :
13404 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13405 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13406 eval as_val=\$$as_ac_var
13407 if test "x$as_val" = x""yes; then :
13408 cat >>confdefs.h <<_ACEOF
13409 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13410 _ACEOF
13413 done
13415 for ac_func in strtoull
13416 do :
13417 ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull"
13418 if test "x$ac_cv_func_strtoull" = x""yes; then :
13419 cat >>confdefs.h <<_ACEOF
13420 #define HAVE_STRTOULL 1
13421 _ACEOF
13424 done
13427 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
13428 if test "x$ac_cv_have_decl_basename" = x""yes; then :
13429 ac_have_decl=1
13430 else
13431 ac_have_decl=0
13434 cat >>confdefs.h <<_ACEOF
13435 #define HAVE_DECL_BASENAME $ac_have_decl
13436 _ACEOF
13438 ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
13439 if test "x$ac_cv_have_decl_ftello" = x""yes; then :
13440 ac_have_decl=1
13441 else
13442 ac_have_decl=0
13445 cat >>confdefs.h <<_ACEOF
13446 #define HAVE_DECL_FTELLO $ac_have_decl
13447 _ACEOF
13449 ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
13450 if test "x$ac_cv_have_decl_ftello64" = x""yes; then :
13451 ac_have_decl=1
13452 else
13453 ac_have_decl=0
13456 cat >>confdefs.h <<_ACEOF
13457 #define HAVE_DECL_FTELLO64 $ac_have_decl
13458 _ACEOF
13460 ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
13461 if test "x$ac_cv_have_decl_fseeko" = x""yes; then :
13462 ac_have_decl=1
13463 else
13464 ac_have_decl=0
13467 cat >>confdefs.h <<_ACEOF
13468 #define HAVE_DECL_FSEEKO $ac_have_decl
13469 _ACEOF
13471 ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
13472 if test "x$ac_cv_have_decl_fseeko64" = x""yes; then :
13473 ac_have_decl=1
13474 else
13475 ac_have_decl=0
13478 cat >>confdefs.h <<_ACEOF
13479 #define HAVE_DECL_FSEEKO64 $ac_have_decl
13480 _ACEOF
13484 case "${host}" in
13485 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13487 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13489 esac
13491 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
13492 if test "x$ac_cv_have_decl_ffs" = x""yes; then :
13493 ac_have_decl=1
13494 else
13495 ac_have_decl=0
13498 cat >>confdefs.h <<_ACEOF
13499 #define HAVE_DECL_FFS $ac_have_decl
13500 _ACEOF
13502 ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
13503 if test "x$ac_cv_have_decl_free" = x""yes; then :
13504 ac_have_decl=1
13505 else
13506 ac_have_decl=0
13509 cat >>confdefs.h <<_ACEOF
13510 #define HAVE_DECL_FREE $ac_have_decl
13511 _ACEOF
13513 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13514 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13515 ac_have_decl=1
13516 else
13517 ac_have_decl=0
13520 cat >>confdefs.h <<_ACEOF
13521 #define HAVE_DECL_GETENV $ac_have_decl
13522 _ACEOF
13524 ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
13525 if test "x$ac_cv_have_decl_malloc" = x""yes; then :
13526 ac_have_decl=1
13527 else
13528 ac_have_decl=0
13531 cat >>confdefs.h <<_ACEOF
13532 #define HAVE_DECL_MALLOC $ac_have_decl
13533 _ACEOF
13535 ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
13536 if test "x$ac_cv_have_decl_realloc" = x""yes; then :
13537 ac_have_decl=1
13538 else
13539 ac_have_decl=0
13542 cat >>confdefs.h <<_ACEOF
13543 #define HAVE_DECL_REALLOC $ac_have_decl
13544 _ACEOF
13546 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13547 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13548 ac_have_decl=1
13549 else
13550 ac_have_decl=0
13553 cat >>confdefs.h <<_ACEOF
13554 #define HAVE_DECL_STPCPY $ac_have_decl
13555 _ACEOF
13557 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13558 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13559 ac_have_decl=1
13560 else
13561 ac_have_decl=0
13564 cat >>confdefs.h <<_ACEOF
13565 #define HAVE_DECL_STRSTR $ac_have_decl
13566 _ACEOF
13568 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13569 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13570 ac_have_decl=1
13571 else
13572 ac_have_decl=0
13575 cat >>confdefs.h <<_ACEOF
13576 #define HAVE_DECL_SNPRINTF $ac_have_decl
13577 _ACEOF
13579 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13580 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13581 ac_have_decl=1
13582 else
13583 ac_have_decl=0
13586 cat >>confdefs.h <<_ACEOF
13587 #define HAVE_DECL_VSNPRINTF $ac_have_decl
13588 _ACEOF
13591 # Link in zlib if we can. This allows us to read compressed debug sections.
13592 # This is used only by compress.c.
13594 # See if the user specified whether he wants zlib support or not.
13596 # Check whether --with-zlib was given.
13597 if test "${with_zlib+set}" = set; then :
13598 withval=$with_zlib;
13599 else
13600 with_zlib=auto
13604 if test "$with_zlib" != "no"; then
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
13606 $as_echo_n "checking for library containing zlibVersion... " >&6; }
13607 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13608 $as_echo_n "(cached) " >&6
13609 else
13610 ac_func_search_save_LIBS=$LIBS
13611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13612 /* end confdefs.h. */
13614 /* Override any GCC internal prototype to avoid an error.
13615 Use char because int might match the return type of a GCC
13616 builtin and then its argument prototype would still apply. */
13617 #ifdef __cplusplus
13618 extern "C"
13619 #endif
13620 char zlibVersion ();
13622 main ()
13624 return zlibVersion ();
13626 return 0;
13628 _ACEOF
13629 for ac_lib in '' z; do
13630 if test -z "$ac_lib"; then
13631 ac_res="none required"
13632 else
13633 ac_res=-l$ac_lib
13634 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13636 if ac_fn_c_try_link "$LINENO"; then :
13637 ac_cv_search_zlibVersion=$ac_res
13639 rm -f core conftest.err conftest.$ac_objext \
13640 conftest$ac_exeext
13641 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13642 break
13644 done
13645 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13647 else
13648 ac_cv_search_zlibVersion=no
13650 rm conftest.$ac_ext
13651 LIBS=$ac_func_search_save_LIBS
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
13654 $as_echo "$ac_cv_search_zlibVersion" >&6; }
13655 ac_res=$ac_cv_search_zlibVersion
13656 if test "$ac_res" != no; then :
13657 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13658 for ac_header in zlib.h
13659 do :
13660 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13661 if test "x$ac_cv_header_zlib_h" = x""yes; then :
13662 cat >>confdefs.h <<_ACEOF
13663 #define HAVE_ZLIB_H 1
13664 _ACEOF
13668 done
13672 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
13673 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
13678 # If we are configured native, pick a core file support file.
13679 COREFILE=
13680 COREFLAG=
13681 TRAD_HEADER=
13682 if test "${target}" = "${host}"; then
13683 case "${host}" in
13684 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
13685 COREFILE=''
13687 alpha*-*-linux-*)
13688 COREFILE=trad-core.lo
13689 TRAD_HEADER='"hosts/alphalinux.h"'
13691 alpha*-*-netbsd* | alpha*-*-openbsd*)
13692 COREFILE=netbsd-core.lo
13694 alpha*-*-*) COREFILE=osf-core.lo ;;
13695 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
13696 COREFILE='' ;;
13697 arm-*-netbsd* | arm-*-openbsd*)
13698 COREFILE=netbsd-core.lo
13700 arm-*-riscix) COREFILE=trad-core.lo ;;
13701 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
13702 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
13703 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
13704 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
13705 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
13706 hppa*-*-netbsd* | hppa*-*-openbsd*)
13707 COREFILE=netbsd-core.lo
13710 i370-*-*)
13711 COREFILE=trad-core.lo
13712 TRAD_HEADER='"hosts/i370linux.h"'
13715 i[3-7]86-sequent-bsd*)
13716 COREFILE=trad-core.lo
13717 TRAD_HEADER='"hosts/symmetry.h"'
13719 i[3-7]86-sequent-sysv4*) ;;
13720 i[3-7]86-sequent-sysv*)
13721 COREFILE=trad-core.lo
13722 TRAD_HEADER='"hosts/symmetry.h"'
13724 i[3-7]86-*-bsdi)
13725 COREFILE=
13727 i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*)
13728 COREFILE=trad-core.lo
13729 TRAD_HEADER='"hosts/i386bsd.h"'
13731 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
13732 COREFILE=''
13733 TRAD_HEADER='"hosts/i386bsd.h"'
13735 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
13736 COREFILE=netbsd-core.lo
13738 i[3-7]86-esix-sysv3*)
13739 COREFILE=trad-core.lo
13740 TRAD_HEADER='"hosts/esix.h"'
13742 i[3-7]86-*-sco3.2v5*)
13743 COREFILE=sco5-core.lo
13745 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
13746 COREFILE=trad-core.lo
13747 TRAD_HEADER='"hosts/i386sco.h"'
13749 i[3-7]86-*-mach3*)
13750 COREFILE=trad-core.lo
13751 TRAD_HEADER='"hosts/i386mach3.h"'
13753 i[3-7]86-*-linux-*)
13754 COREFILE=trad-core.lo
13755 TRAD_HEADER='"hosts/i386linux.h"'
13757 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
13758 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
13759 i860-*-mach3* | i860-*-osf1*)
13760 COREFILE=trad-core.lo
13761 TRAD_HEADER='"hosts/i860mach3.h"'
13763 mips-*-netbsd* | mips*-*-openbsd*)
13764 COREFILE=netbsd-core.lo
13766 mips-dec-*)
13767 COREFILE=trad-core.lo
13768 TRAD_HEADER='"hosts/decstation.h"'
13770 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
13771 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
13772 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
13773 mips-*-sysv4*) ;;
13774 mips-*-sysv* | mips-*-riscos*)
13775 COREFILE=trad-core.lo
13776 TRAD_HEADER='"hosts/riscos.h"'
13778 mips-sony-bsd*)
13779 COREFILE=trad-core.lo
13780 TRAD_HEADER='"hosts/news-mips.h"'
13782 m68*-bull*-sysv*)
13783 COREFILE=trad-core.lo
13784 TRAD_HEADER='"hosts/dpx2.h"'
13786 m68*-hp-hpux*) COREFILE=hpux-core.lo ;;
13787 m68*-hp-bsd*)
13788 COREFILE=trad-core.lo
13789 TRAD_HEADER='"hosts/hp300bsd.h"'
13791 m68*-*-linux-*)
13792 COREFILE=trad-core.lo
13793 TRAD_HEADER='"hosts/m68klinux.h"'
13795 m68*-motorola-sysv*)
13796 COREFILE=trad-core.lo
13797 TRAD_HEADER='"hosts/delta68.h"'
13799 m68*-sony-*)
13800 COREFILE=trad-core.lo
13801 TRAD_HEADER='"hosts/news.h"'
13803 m68*-*-netbsd* | m68*-*-openbsd*)
13804 COREFILE=netbsd-core.lo
13806 m68*-apple-aux*)
13807 COREFILE=trad-core.lo
13808 TRAD_HEADER='"hosts/m68kaux.h"'
13810 m88*-*-sysv4*)
13812 m88*-motorola-sysv*)
13813 COREFILE=ptrace-core.lo
13815 m88*-*-mach3*)
13816 COREFILE=trad-core.lo
13817 TRAD_HEADER='"hosts/m88kmach3.h"'
13819 m88*-*-openbsd*)
13820 COREFILE=netbsd-core.lo
13822 ns32k-pc532-mach)
13823 COREFILE=trad-core.lo
13824 TRAD_HEADER='"hosts/pc532mach.h"'
13826 ns32k-*-netbsd* | ns32k-*-openbsd*)
13827 COREFILE=netbsd-core.lo
13829 rs6000-*-lynx*)
13830 COREFILE=lynx-core.lo
13832 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].*)
13833 COREFILE=rs6000-core.lo
13834 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
13836 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
13837 COREFILE=rs6000-core.lo
13838 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
13839 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
13840 # have c_impl as a member of struct core_dumpx
13841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
13842 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
13843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13844 /* end confdefs.h. */
13845 #include <core.h>
13847 main ()
13849 struct core_dumpx c; c.c_impl = 0;
13851 return 0;
13853 _ACEOF
13854 if ac_fn_c_try_compile "$LINENO"; then :
13856 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13859 $as_echo "yes" >&6; }
13860 else
13861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13862 $as_echo "no" >&6; }
13864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13866 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
13867 rs6000-*-*) COREFILE=rs6000-core.lo ;;
13868 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
13869 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
13870 powerpc-*-beos*) ;;
13871 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
13872 COREFILE='' ;;
13873 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
13874 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
13875 s390*-*-*) COREFILE=trad-core.lo ;;
13876 sh*-*-netbsd* | sh*-*-openbsd*)
13877 COREFILE=netbsd-core.lo
13879 sparc-*-netbsd* | sparc*-*-openbsd*)
13880 COREFILE=netbsd-core.lo
13882 tahoe-*-*)
13883 COREFILE=trad-core.lo
13884 TRAD_HEADER='"hosts/tahoe.h"'
13886 vax-*-netbsd* | vax-*-openbsd*)
13887 COREFILE=netbsd-core.lo
13889 vax-*-ultrix2*)
13890 COREFILE=trad-core.lo
13891 TRAD_HEADER='"hosts/vaxult2.h"'
13893 vax-*-ultrix*)
13894 COREFILE=trad-core.lo
13895 TRAD_HEADER='"hosts/vaxult2.h"'
13897 vax-*-linux-*)
13898 COREFILE=trad-core.lo
13899 TRAD_HEADER='"hosts/vaxlinux.h"'
13901 vax-*-*)
13902 COREFILE=trad-core.lo
13903 TRAD_HEADER='"hosts/vaxbsd.h"'
13905 x86_64-*-netbsd* | x86_64-*-openbsd*)
13906 COREFILE=netbsd-core.lo
13908 esac
13910 case "$COREFILE" in
13911 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
13912 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
13913 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
13914 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
13915 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
13916 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
13917 osf-core.lo) COREFLAG=-DOSF_CORE ;;
13918 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
13919 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
13920 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
13921 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
13922 esac
13924 # ELF corefile support has several flavors, but all of
13925 # them use something called <sys/procfs.h>
13926 for ac_header in sys/procfs.h
13927 do :
13928 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
13929 if test "x$ac_cv_header_sys_procfs_h" = x""yes; then :
13930 cat >>confdefs.h <<_ACEOF
13931 #define HAVE_SYS_PROCFS_H 1
13932 _ACEOF
13936 done
13938 if test "$ac_cv_header_sys_procfs_h" = yes; then
13939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
13940 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
13941 if test "${bfd_cv_have_sys_procfs_type_prstatus_t+set}" = set; then :
13942 $as_echo_n "(cached) " >&6
13943 else
13944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13945 /* end confdefs.h. */
13947 #define _SYSCALL32
13948 #include <sys/procfs.h>
13950 main ()
13952 prstatus_t avar
13954 return 0;
13956 _ACEOF
13957 if ac_fn_c_try_compile "$LINENO"; then :
13958 bfd_cv_have_sys_procfs_type_prstatus_t=yes
13959 else
13960 bfd_cv_have_sys_procfs_type_prstatus_t=no
13963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13966 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
13968 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
13971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
13972 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
13974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
13975 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
13976 if test "${bfd_cv_have_sys_procfs_type_prstatus32_t+set}" = set; then :
13977 $as_echo_n "(cached) " >&6
13978 else
13979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13980 /* end confdefs.h. */
13982 #define _SYSCALL32
13983 #include <sys/procfs.h>
13985 main ()
13987 prstatus32_t avar
13989 return 0;
13991 _ACEOF
13992 if ac_fn_c_try_compile "$LINENO"; then :
13993 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
13994 else
13995 bfd_cv_have_sys_procfs_type_prstatus32_t=no
13998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14001 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14003 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
14007 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
14009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
14010 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
14011 if test "${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+set}" = set; then :
14012 $as_echo_n "(cached) " >&6
14013 else
14014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14015 /* end confdefs.h. */
14017 #define _SYSCALL32
14018 #include <sys/procfs.h>
14020 main ()
14022 prstatus_t avar; void* aref = (void*) &avar.pr_who
14024 return 0;
14026 _ACEOF
14027 if ac_fn_c_try_compile "$LINENO"; then :
14028 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
14029 else
14030 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
14033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14036 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
14038 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
14041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
14042 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
14044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
14045 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
14046 if test "${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+set}" = set; then :
14047 $as_echo_n "(cached) " >&6
14048 else
14049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14050 /* end confdefs.h. */
14052 #define _SYSCALL32
14053 #include <sys/procfs.h>
14055 main ()
14057 prstatus32_t avar; void* aref = (void*) &avar.pr_who
14059 return 0;
14061 _ACEOF
14062 if ac_fn_c_try_compile "$LINENO"; then :
14063 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
14064 else
14065 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
14068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14071 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14073 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14077 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14080 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14081 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then :
14082 $as_echo_n "(cached) " >&6
14083 else
14084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14085 /* end confdefs.h. */
14087 #define _SYSCALL32
14088 #include <sys/procfs.h>
14090 main ()
14092 pstatus_t avar
14094 return 0;
14096 _ACEOF
14097 if ac_fn_c_try_compile "$LINENO"; then :
14098 bfd_cv_have_sys_procfs_type_pstatus_t=yes
14099 else
14100 bfd_cv_have_sys_procfs_type_pstatus_t=no
14103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14106 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14108 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14112 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14115 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14116 if test "${bfd_cv_have_sys_procfs_type_pxstatus_t+set}" = set; then :
14117 $as_echo_n "(cached) " >&6
14118 else
14119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14120 /* end confdefs.h. */
14122 #define _SYSCALL32
14123 #include <sys/procfs.h>
14125 main ()
14127 pxstatus_t avar
14129 return 0;
14131 _ACEOF
14132 if ac_fn_c_try_compile "$LINENO"; then :
14133 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
14134 else
14135 bfd_cv_have_sys_procfs_type_pxstatus_t=no
14138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14141 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14143 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14147 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14150 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14151 if test "${bfd_cv_have_sys_procfs_type_pstatus32_t+set}" = set; then :
14152 $as_echo_n "(cached) " >&6
14153 else
14154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14155 /* end confdefs.h. */
14157 #define _SYSCALL32
14158 #include <sys/procfs.h>
14160 main ()
14162 pstatus32_t avar
14164 return 0;
14166 _ACEOF
14167 if ac_fn_c_try_compile "$LINENO"; then :
14168 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
14169 else
14170 bfd_cv_have_sys_procfs_type_pstatus32_t=no
14173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14176 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14178 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14182 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14185 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14186 if test "${bfd_cv_have_sys_procfs_type_prpsinfo_t+set}" = set; then :
14187 $as_echo_n "(cached) " >&6
14188 else
14189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14190 /* end confdefs.h. */
14192 #define _SYSCALL32
14193 #include <sys/procfs.h>
14195 main ()
14197 prpsinfo_t avar
14199 return 0;
14201 _ACEOF
14202 if ac_fn_c_try_compile "$LINENO"; then :
14203 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
14204 else
14205 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
14208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14211 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14213 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14217 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14220 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14221 if test "${bfd_cv_have_sys_procfs_type_prpsinfo32_t+set}" = set; then :
14222 $as_echo_n "(cached) " >&6
14223 else
14224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14225 /* end confdefs.h. */
14227 #define _SYSCALL32
14228 #include <sys/procfs.h>
14230 main ()
14232 prpsinfo32_t avar
14234 return 0;
14236 _ACEOF
14237 if ac_fn_c_try_compile "$LINENO"; then :
14238 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
14239 else
14240 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
14243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14246 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14248 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14252 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14255 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14256 if test "${bfd_cv_have_sys_procfs_type_psinfo_t+set}" = set; then :
14257 $as_echo_n "(cached) " >&6
14258 else
14259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14260 /* end confdefs.h. */
14262 #define _SYSCALL32
14263 #include <sys/procfs.h>
14265 main ()
14267 psinfo_t avar
14269 return 0;
14271 _ACEOF
14272 if ac_fn_c_try_compile "$LINENO"; then :
14273 bfd_cv_have_sys_procfs_type_psinfo_t=yes
14274 else
14275 bfd_cv_have_sys_procfs_type_psinfo_t=no
14278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14281 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14283 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14287 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14290 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14291 if test "${bfd_cv_have_sys_procfs_type_psinfo32_t+set}" = set; then :
14292 $as_echo_n "(cached) " >&6
14293 else
14294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14295 /* end confdefs.h. */
14297 #define _SYSCALL32
14298 #include <sys/procfs.h>
14300 main ()
14302 psinfo32_t avar
14304 return 0;
14306 _ACEOF
14307 if ac_fn_c_try_compile "$LINENO"; then :
14308 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
14309 else
14310 bfd_cv_have_sys_procfs_type_psinfo32_t=no
14313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14316 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14318 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14322 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
14325 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
14326 if test "${bfd_cv_have_sys_procfs_type_lwpstatus_t+set}" = set; then :
14327 $as_echo_n "(cached) " >&6
14328 else
14329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14330 /* end confdefs.h. */
14332 #define _SYSCALL32
14333 #include <sys/procfs.h>
14335 main ()
14337 lwpstatus_t avar
14339 return 0;
14341 _ACEOF
14342 if ac_fn_c_try_compile "$LINENO"; then :
14343 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
14344 else
14345 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
14348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14351 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14353 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14357 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
14359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
14360 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
14361 if test "${bfd_cv_have_sys_procfs_type_lwpxstatus_t+set}" = set; then :
14362 $as_echo_n "(cached) " >&6
14363 else
14364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14365 /* end confdefs.h. */
14367 #define _SYSCALL32
14368 #include <sys/procfs.h>
14370 main ()
14372 lwpxstatus_t avar
14374 return 0;
14376 _ACEOF
14377 if ac_fn_c_try_compile "$LINENO"; then :
14378 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
14379 else
14380 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
14383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14386 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
14388 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
14391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
14392 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
14394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
14395 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
14396 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+set}" = set; then :
14397 $as_echo_n "(cached) " >&6
14398 else
14399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14400 /* end confdefs.h. */
14402 #define _SYSCALL32
14403 #include <sys/procfs.h>
14405 main ()
14407 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
14409 return 0;
14411 _ACEOF
14412 if ac_fn_c_try_compile "$LINENO"; then :
14413 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
14414 else
14415 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
14418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14421 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
14423 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
14426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
14427 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
14429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
14430 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
14431 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+set}" = set; then :
14432 $as_echo_n "(cached) " >&6
14433 else
14434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14435 /* end confdefs.h. */
14437 #define _SYSCALL32
14438 #include <sys/procfs.h>
14440 main ()
14442 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
14444 return 0;
14446 _ACEOF
14447 if ac_fn_c_try_compile "$LINENO"; then :
14448 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
14449 else
14450 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
14453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14456 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
14458 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
14461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
14462 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
14465 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
14466 if test "${bfd_cv_have_sys_procfs_type_win32_pstatus_t+set}" = set; then :
14467 $as_echo_n "(cached) " >&6
14468 else
14469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14470 /* end confdefs.h. */
14472 #define _SYSCALL32
14473 #include <sys/procfs.h>
14475 main ()
14477 win32_pstatus_t avar
14479 return 0;
14481 _ACEOF
14482 if ac_fn_c_try_compile "$LINENO"; then :
14483 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
14484 else
14485 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
14488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14491 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
14493 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
14496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
14497 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
14503 if test -n "$TRAD_HEADER"; then
14505 cat >>confdefs.h <<_ACEOF
14506 #define TRAD_HEADER $TRAD_HEADER
14507 _ACEOF
14511 # Check if linker supports --as-needed and --no-as-needed options
14512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
14513 $as_echo_n "checking linker --as-needed support... " >&6; }
14514 if test "${bfd_cv_ld_as_needed+set}" = set; then :
14515 $as_echo_n "(cached) " >&6
14516 else
14517 bfd_cv_ld_as_needed=no
14518 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
14519 bfd_cv_ld_as_needed=yes
14523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
14524 $as_echo "$bfd_cv_ld_as_needed" >&6; }
14526 LIBM=
14527 case $host in
14528 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
14529 # These system don't have libm, or don't need it
14531 *-ncr-sysv4.3*)
14532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14533 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
14534 if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
14535 $as_echo_n "(cached) " >&6
14536 else
14537 ac_check_lib_save_LIBS=$LIBS
14538 LIBS="-lmw $LIBS"
14539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14540 /* end confdefs.h. */
14542 /* Override any GCC internal prototype to avoid an error.
14543 Use char because int might match the return type of a GCC
14544 builtin and then its argument prototype would still apply. */
14545 #ifdef __cplusplus
14546 extern "C"
14547 #endif
14548 char _mwvalidcheckl ();
14550 main ()
14552 return _mwvalidcheckl ();
14554 return 0;
14556 _ACEOF
14557 if ac_fn_c_try_link "$LINENO"; then :
14558 ac_cv_lib_mw__mwvalidcheckl=yes
14559 else
14560 ac_cv_lib_mw__mwvalidcheckl=no
14562 rm -f core conftest.err conftest.$ac_objext \
14563 conftest$ac_exeext conftest.$ac_ext
14564 LIBS=$ac_check_lib_save_LIBS
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14567 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
14568 if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
14569 LIBM="-lmw"
14572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14573 $as_echo_n "checking for cos in -lm... " >&6; }
14574 if test "${ac_cv_lib_m_cos+set}" = set; then :
14575 $as_echo_n "(cached) " >&6
14576 else
14577 ac_check_lib_save_LIBS=$LIBS
14578 LIBS="-lm $LIBS"
14579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14580 /* end confdefs.h. */
14582 /* Override any GCC internal prototype to avoid an error.
14583 Use char because int might match the return type of a GCC
14584 builtin and then its argument prototype would still apply. */
14585 #ifdef __cplusplus
14586 extern "C"
14587 #endif
14588 char cos ();
14590 main ()
14592 return cos ();
14594 return 0;
14596 _ACEOF
14597 if ac_fn_c_try_link "$LINENO"; then :
14598 ac_cv_lib_m_cos=yes
14599 else
14600 ac_cv_lib_m_cos=no
14602 rm -f core conftest.err conftest.$ac_objext \
14603 conftest$ac_exeext conftest.$ac_ext
14604 LIBS=$ac_check_lib_save_LIBS
14606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14607 $as_echo "$ac_cv_lib_m_cos" >&6; }
14608 if test "x$ac_cv_lib_m_cos" = x""yes; then :
14609 LIBM="$LIBM -lm"
14614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14615 $as_echo_n "checking for cos in -lm... " >&6; }
14616 if test "${ac_cv_lib_m_cos+set}" = set; then :
14617 $as_echo_n "(cached) " >&6
14618 else
14619 ac_check_lib_save_LIBS=$LIBS
14620 LIBS="-lm $LIBS"
14621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14622 /* end confdefs.h. */
14624 /* Override any GCC internal prototype to avoid an error.
14625 Use char because int might match the return type of a GCC
14626 builtin and then its argument prototype would still apply. */
14627 #ifdef __cplusplus
14628 extern "C"
14629 #endif
14630 char cos ();
14632 main ()
14634 return cos ();
14636 return 0;
14638 _ACEOF
14639 if ac_fn_c_try_link "$LINENO"; then :
14640 ac_cv_lib_m_cos=yes
14641 else
14642 ac_cv_lib_m_cos=no
14644 rm -f core conftest.err conftest.$ac_objext \
14645 conftest$ac_exeext conftest.$ac_ext
14646 LIBS=$ac_check_lib_save_LIBS
14648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14649 $as_echo "$ac_cv_lib_m_cos" >&6; }
14650 if test "x$ac_cv_lib_m_cos" = x""yes; then :
14651 LIBM="-lm"
14655 esac
14659 # When building a shared libbfd, link against the pic version of libiberty
14660 # so that apps that use libbfd won't need libiberty just to satisfy any
14661 # libbfd references.
14662 # We can't do that if a pic libiberty is unavailable since including non-pic
14663 # code would insert text relocations into libbfd.
14664 SHARED_LIBADD=
14665 SHARED_LDFLAGS=
14666 if test "$enable_shared" = "yes"; then
14667 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
14668 if test -n "$x"; then
14669 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
14672 # More hacks to build DLLs on Windows.
14673 case "${host}" in
14674 *-*-cygwin*)
14675 SHARED_LDFLAGS="-no-undefined"
14676 SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
14678 esac
14680 if test -n "$SHARED_LIBADD"; then
14681 if test -n "$LIBM"; then
14682 if test x"$bfd_cv_ld_as_needed" = xyes; then
14683 # Link against libm only when needed. Put -lc, -lm inside -Wl
14684 # to stop libtool reordering these options.
14685 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
14686 else
14687 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
14695 # target stuff:
14697 # Canonicalize the secondary target names.
14698 if test -n "$enable_targets" ; then
14699 for targ in `echo $enable_targets | sed 's/,/ /g'`
14701 result=`$ac_config_sub $targ 2>/dev/null`
14702 if test -n "$result" ; then
14703 canon_targets="$canon_targets $result"
14704 else
14705 # Allow targets that config.sub doesn't recognize, like "all".
14706 canon_targets="$canon_targets $targ"
14708 done
14711 all_targets=false
14712 defvec=
14713 selvecs=
14714 assocvecs=
14715 selarchs=
14716 TDEFINES=
14717 for targ in $target $canon_targets
14719 if test "x$targ" = "xall"; then
14720 all_targets=true
14721 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
14722 else
14723 . $srcdir/config.bfd
14724 if test "x$targ" = "x$target"; then
14725 defvec=$targ_defvec
14727 selvecs="$selvecs $targ_defvec $targ_selvecs"
14728 selarchs="$selarchs $targ_archs"
14729 TDEFINES="$TDEFINES $targ_cflags"
14731 done
14734 # This processing still needs to be done if we're to decide properly whether
14735 # 64-bit support needs to be compiled in. Currently, it will be included if
14736 # the default or any other explicitly requested target requires it; it
14737 # will not be included on a 32-bit host if no 64-bit target is requested, and
14738 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
14739 # used.
14741 # uniq the default and selected vectors in all the configured targets.
14742 f=""
14743 for i in $selvecs ; do
14744 case " $f " in
14745 *" $i "*) ;;
14746 *) f="$f $i" ;;
14747 esac
14748 done
14749 selvecs="$f"
14752 # uniq the associated vectors in all the configured targets.
14753 f=""
14754 for i in $assocvecs ; do
14755 case " $f " in
14756 *" $i "*) ;;
14757 *) f="$f $i" ;;
14758 esac
14759 done
14760 assocvecs="$f"
14763 # uniq the architectures in all the configured targets.
14764 f=""
14765 for i in $selarchs ; do
14766 case " $f " in
14767 *" $i "*) ;;
14768 *) f="$f $i" ;;
14769 esac
14770 done
14771 selarchs="$f"
14773 # Target backend .o files.
14776 elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo
14777 elf-eh-frame.lo dwarf1.lo"
14779 for vec in $selvecs
14781 target_size=32
14782 case "$vec" in
14783 # This list is alphabetized to make it easy to compare
14784 # with the two vector lists in targets.c. For the same reason,
14785 # use one entry per line, even though this leads to long lines.
14786 a_out_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
14787 aix5coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
14788 aout0_big_vec) tb="$tb aout0.lo aout32.lo" ;;
14789 aout_arm_big_vec) tb="$tb aout-arm.lo aout32.lo" ;;
14790 aout_arm_little_vec) tb="$tb aout-arm.lo aout32.lo" ;;
14791 apollocoff_vec) tb="$tb coff-apollo.lo" ;;
14792 arm_epoc_pe_big_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
14793 arm_epoc_pe_little_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
14794 arm_epoc_pei_big_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
14795 arm_epoc_pei_little_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
14796 arm_wince_pe_big_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo cofflink.lo " ;;
14797 arm_wince_pe_little_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo cofflink.lo " ;;
14798 arm_wince_pei_big_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo cofflink.lo " ;;
14799 arm_wince_pei_little_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo cofflink.lo " ;;
14800 armcoff_big_vec) tb="$tb coff-arm.lo cofflink.lo " ;;
14801 armcoff_little_vec) tb="$tb coff-arm.lo cofflink.lo " ;;
14802 armnetbsd_vec) tb="$tb armnetbsd.lo aout32.lo" ;;
14803 armpe_big_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
14804 armpe_little_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
14805 armpei_big_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
14806 armpei_little_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
14807 b_out_vec_big_host) tb="$tb bout.lo aout32.lo" ;;
14808 b_out_vec_little_host) tb="$tb bout.lo aout32.lo" ;;
14809 bfd_pei_ia64_vec) tb="$tb pei-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
14810 bfd_elf32_am33lin_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
14811 bfd_elf32_avr_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
14812 bfd_elf32_bfin_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14813 bfd_elf32_bfinfdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14814 bfd_elf32_big_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14815 bfd_elf32_bigarc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14816 bfd_elf32_bigarm_vec) tb="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
14817 bfd_elf32_bigarm_symbian_vec)
14818 tb="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
14819 bfd_elf32_bigarm_vxworks_vec)
14820 tb="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
14821 bfd_elf32_bigmips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
14822 bfd_elf32_bigmips_vxworks_vec)
14823 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
14824 bfd_elf32_cr16_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
14825 bfd_elf32_cr16c_vec) tb="$tb elf32-cr16c.lo elf32.lo $elf" ;;
14826 bfd_elf32_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
14827 bfd_elf32_crx_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
14828 bfd_elf32_d10v_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
14829 bfd_elf32_d30v_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
14830 bfd_elf32_dlx_big_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
14831 bfd_elf32_fr30_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
14832 bfd_elf32_frv_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14833 bfd_elf32_frvfdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14834 bfd_elf32_moxie_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14835 bfd_elf32_h8300_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
14836 bfd_elf32_hppa_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14837 bfd_elf32_hppa_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14838 bfd_elf32_hppa_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14839 bfd_elf32_i370_vec) tb="$tb elf32-i370.lo elf32.lo $elf" ;;
14840 bfd_elf32_i386_dragonfly_vec)
14841 tb="$tb elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo $elf" ;;
14842 bfd_elf32_i386_freebsd_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo $elf" ;;
14843 bfd_elf32_i386_vxworks_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo $elf" ;;
14844 bfd_elf32_i386_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo $elf" ;;
14845 bfd_elf32_i860_little_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
14846 bfd_elf32_i860_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
14847 bfd_elf32_i960_vec) tb="$tb elf32-i960.lo elf32.lo $elf" ;;
14848 bfd_elf32_ia64_big_vec) tb="$tb elf32-ia64.lo elf32.lo $elf" ;;
14849 bfd_elf32_ia64_hpux_big_vec) tb="$tb elf32-ia64.lo elf32.lo $elf";;
14850 bfd_elf32_ip2k_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
14851 bfd_elf32_iq2000_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
14852 bfd_elf32_lm32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14853 bfd_elf32_lm32fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14854 bfd_elf32_little_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14855 bfd_elf32_littlearc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14856 bfd_elf32_littlearm_symbian_vec)
14857 tb="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
14858 bfd_elf32_littlearm_vxworks_vec)
14859 tb="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
14860 bfd_elf32_littlearm_vec) tb="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
14861 bfd_elf32_littlemips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
14862 bfd_elf32_littlemips_vxworks_vec)
14863 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
14864 bfd_elf32_m32c_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
14865 bfd_elf32_m32r_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14866 bfd_elf32_m32rle_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14867 bfd_elf32_m32rlin_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14868 bfd_elf32_m32rlelin_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14869 bfd_elf32_m68hc11_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14870 bfd_elf32_m68hc12_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14871 bfd_elf32_m68k_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
14872 bfd_elf32_m88k_vec) tb="$tb elf32-m88k.lo elf32.lo $elf" ;;
14873 bfd_elf32_mcore_big_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14874 bfd_elf32_mcore_little_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14875 bfd_elf32_mep_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14876 bfd_elf32_mep_little_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14877 bfd_elf32_microblaze_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
14878 bfd_elf32_mn10200_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
14879 bfd_elf32_mn10300_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
14880 bfd_elf32_mt_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
14881 bfd_elf32_msp430_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14882 bfd_elf32_nbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
14883 bfd_elf32_nlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
14884 bfd_elf32_ntradbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
14885 bfd_elf32_ntradlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
14886 bfd_elf32_openrisc_vec) tb="$tb elf32-openrisc.lo elf32.lo $elf" ;;
14887 bfd_elf32_or32_big_vec) tb="$tb elf32-or32.lo elf32.lo $elf" ;;
14888 bfd_elf32_pj_vec) tb="$tb elf32-pj.lo elf32.lo $elf";;
14889 bfd_elf32_pjl_vec) tb="$tb elf32-pj.lo elf32.lo $elf";;
14890 bfd_elf32_powerpc_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14891 bfd_elf32_powerpcle_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14892 bfd_elf32_powerpc_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14893 bfd_elf32_rx_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14894 bfd_elf32_rx_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14895 bfd_elf32_s390_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
14896 bfd_elf32_bigscore_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64;;
14897 bfd_elf32_littlescore_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64;;
14898 # FIXME: We include cofflink.lo not because it's needed for
14899 # bfd_elf32_sh64[l]_vec, but because we include bfd_elf32_sh[l]_vec
14900 # which needs it but does not list it. Should be fixed in right place.
14901 bfd_elf32_sh64_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
14902 bfd_elf32_sh64l_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
14903 bfd_elf32_sh64lin_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
14904 bfd_elf32_sh64blin_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
14905 bfd_elf32_sh64lnbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" ;;
14906 bfd_elf32_sh64nbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" ;;
14907 bfd_elf32_sh_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
14908 bfd_elf32_shblin_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
14909 bfd_elf32_shl_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
14910 bfd_elf32_shl_symbian_vec) tb="$tb elf32-sh-symbian.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
14911 bfd_elf32_shlin_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
14912 bfd_elf32_shlnbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
14913 bfd_elf32_shlvxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
14914 bfd_elf32_shnbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
14915 bfd_elf32_shvxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
14916 bfd_elf32_sparc_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14917 bfd_elf32_sparc_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14918 bfd_elf32_spu_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
14919 bfd_elf32_tradbigmips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
14920 bfd_elf32_tradlittlemips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
14921 bfd_elf32_us_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
14922 bfd_elf32_v850_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14923 bfd_elf32_vax_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
14924 bfd_elf32_xstormy16_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
14925 bfd_elf32_xc16x_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
14926 bfd_elf32_xtensa_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14927 bfd_elf32_xtensa_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14928 bfd_elf64_alpha_freebsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14929 bfd_elf64_alpha_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14930 bfd_elf64_big_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14931 bfd_elf64_bigmips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
14932 bfd_elf64_hppa_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14933 bfd_elf64_hppa_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14934 bfd_elf64_ia64_big_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
14935 bfd_elf64_ia64_hpux_big_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
14936 bfd_elf64_ia64_little_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
14937 bfd_elf64_ia64_vms_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
14938 bfd_elf64_little_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14939 bfd_elf64_littlemips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
14940 bfd_elf64_mmix_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
14941 bfd_elf64_powerpc_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14942 bfd_elf64_powerpcle_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14943 bfd_elf64_s390_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
14944 bfd_elf64_sh64_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14945 bfd_elf64_sh64l_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14946 bfd_elf64_sh64lin_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14947 bfd_elf64_sh64blin_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14948 bfd_elf64_sh64lnbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14949 bfd_elf64_sh64nbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14950 bfd_elf64_sparc_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14951 bfd_elf64_sparc_freebsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14952 bfd_elf64_tradbigmips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
14953 bfd_elf64_tradlittlemips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
14954 bfd_elf64_x86_64_freebsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14955 bfd_elf64_x86_64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14956 bfd_elf64_l1om_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14957 bfd_elf64_l1om_freebsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14958 bfd_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
14959 bfd_powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
14960 bfd_powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
14961 bfd_powerpcle_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
14962 bfd_powerpcle_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
14963 cris_aout_vec) tb="$tb aout-cris.lo" ;;
14964 demo_64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
14965 ecoff_big_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
14966 ecoff_biglittle_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
14967 ecoff_little_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
14968 ecoffalpha_little_vec) tb="$tb coff-alpha.lo ecoff.lo ecofflink.lo"; target_size=64 ;;
14969 go32coff_vec) tb="$tb coff-go32.lo cofflink.lo" ;;
14970 go32stubbedcoff_vec) tb="$tb coff-stgo32.lo cofflink.lo" ;;
14971 h8300coff_vec) tb="$tb coff-h8300.lo reloc16.lo" ;;
14972 h8500coff_vec) tb="$tb coff-h8500.lo reloc16.lo" ;;
14973 host_aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
14974 hp300bsd_vec) tb="$tb hp300bsd.lo aout32.lo" ;;
14975 hp300hpux_vec) tb="$tb hp300hpux.lo aout32.lo" ;;
14976 i386aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
14977 i386bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
14978 i386coff_vec) tb="$tb coff-i386.lo cofflink.lo" ;;
14979 x86_64coff_vec) tb="$tb coff-x86_64.lo cofflink.lo"; target_size=64 ;;
14980 i386dynix_vec) tb="$tb i386dynix.lo aout32.lo" ;;
14981 i386freebsd_vec) tb="$tb i386freebsd.lo aout32.lo" ;;
14982 i386linux_vec) tb="$tb i386linux.lo aout32.lo" ;;
14983 i386lynx_aout_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
14984 i386lynx_coff_vec) tb="$tb cf-i386lynx.lo cofflink.lo lynx-core.lo" ;;
14985 i386mach3_vec) tb="$tb i386mach3.lo aout32.lo" ;;
14986 i386msdos_vec) tb="$tb i386msdos.lo" ;;
14987 i386netbsd_vec) tb="$tb i386netbsd.lo aout32.lo" ;;
14988 i386os9k_vec) tb="$tb i386os9k.lo aout32.lo" ;;
14989 i386pe_vec) tb="$tb pe-i386.lo peigen.lo cofflink.lo" ;;
14990 i386pei_vec) tb="$tb pei-i386.lo peigen.lo cofflink.lo" ;;
14991 x86_64pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo cofflink.lo"; target_size=64 ;;
14992 x86_64pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo cofflink.lo"; target_size=64 ;;
14993 i860coff_vec) tb="$tb coff-i860.lo cofflink.lo" ;;
14994 icoff_big_vec) tb="$tb coff-i960.lo cofflink.lo" ;;
14995 icoff_little_vec) tb="$tb coff-i960.lo cofflink.lo" ;;
14996 ieee_vec) tb="$tb ieee.lo" ;;
14997 m68k4knetbsd_vec) tb="$tb m68k4knetbsd.lo aout32.lo" ;;
14998 m68kaux_coff_vec) tb="$tb coff-aux.lo coff-m68k.lo cofflink.lo" ;;
14999 m68kcoff_vec) tb="$tb coff-m68k.lo cofflink.lo" ;;
15000 m68kcoffun_vec) tb="$tb coff-u68k.lo coff-m68k.lo cofflink.lo" ;;
15001 m68klinux_vec) tb="$tb m68klinux.lo aout32.lo" ;;
15002 m68knetbsd_vec) tb="$tb m68knetbsd.lo aout32.lo" ;;
15003 m68ksysvcoff_vec) tb="$tb coff-svm68k.lo cofflink.lo" ;;
15004 m88kbcs_vec) tb="$tb coff-m88k.lo" ;;
15005 m88kmach3_vec) tb="$tb m88kmach3.lo aout32.lo" ;;
15006 m88kopenbsd_vec) tb="$tb m88kopenbsd.lo aout32.lo" ;;
15007 maxqcoff_vec) tb="$tb coff-maxq.lo" ;;
15008 mach_o_be_vec) tb="$tb mach-o.lo" ;;
15009 mach_o_le_vec) tb="$tb mach-o.lo" ;;
15010 mach_o_fat_vec) tb="$tb mach-o.lo" ;;
15011 mach_o_i386_vec) tb="$tb mach-o-i386.lo" ;;
15012 mcore_pe_big_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
15013 mcore_pe_little_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
15014 mcore_pei_big_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
15015 mcore_pei_little_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
15016 mipslpe_vec) tb="$tb pe-mips.lo peigen.lo cofflink.lo" ;;
15017 mipslpei_vec) tb="$tb pei-mips.lo peigen.lo cofflink.lo" ;;
15018 newsos3_vec) tb="$tb newsos3.lo aout32.lo" ;;
15019 nlm32_alpha_vec) tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;;
15020 nlm32_i386_vec) tb="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;;
15021 nlm32_powerpc_vec) tb="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
15022 nlm32_sparc_vec) tb="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;;
15023 or32coff_big_vec) tb="$tb coff-or32.lo cofflink.lo" ;;
15024 pc532machaout_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
15025 pc532netbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
15026 pef_vec) tb="$tb pef.lo" ;;
15027 pef_xlib_vec) tb="$tb pef.lo" ;;
15028 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
15029 plugin_vec) tb="$tb plugin.lo" ;;
15030 pmac_xcoff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
15031 ppcboot_vec) tb="$tb ppcboot.lo" ;;
15032 riscix_vec) tb="$tb aout32.lo riscix.lo" ;;
15033 rs6000coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
15034 rs6000coff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
15035 shcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15036 shcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15037 shlcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15038 shlcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15039 shlpe_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
15040 shlpei_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
15041 som_vec) tb="$tb som.lo" ;;
15042 sparccoff_vec) tb="$tb coff-sparc.lo" ;;
15043 sparcle_aout_vec) tb="$tb aout-sparcle.lo aout32.lo" ;;
15044 sparclinux_vec) tb="$tb sparclinux.lo aout32.lo" ;;
15045 sparclynx_aout_vec) tb="$tb sparclynx.lo lynx-core.lo aout32.lo" ;;
15046 sparclynx_coff_vec) tb="$tb cf-sparclynx.lo lynx-core.lo" ;;
15047 sparcnetbsd_vec) tb="$tb sparcnetbsd.lo aout32.lo" ;;
15048 sunos_big_vec) tb="$tb sunos.lo aout32.lo" ;;
15049 sym_vec) tb="$tb xsym.lo" ;;
15050 tic30_aout_vec) tb="$tb aout-tic30.lo" ;;
15051 tic30_coff_vec) tb="$tb coff-tic30.lo" ;;
15052 tic4x_coff0_vec) tb="$tb coff-tic4x.lo" ;;
15053 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo" ;;
15054 tic4x_coff1_vec) tb="$tb coff-tic4x.lo" ;;
15055 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo" ;;
15056 tic4x_coff2_vec) tb="$tb coff-tic4x.lo" ;;
15057 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo" ;;
15058 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo" ;;
15059 tic54x_coff0_vec) tb="$tb coff-tic54x.lo" ;;
15060 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo" ;;
15061 tic54x_coff1_vec) tb="$tb coff-tic54x.lo" ;;
15062 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo" ;;
15063 tic54x_coff2_vec) tb="$tb coff-tic54x.lo" ;;
15064 tic80coff_vec) tb="$tb coff-tic80.lo cofflink.lo" ;;
15065 vaxnetbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
15066 vax1knetbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
15067 vaxbsd_vec) tb="$tb vaxbsd.lo aout32.lo" ;;
15068 versados_vec) tb="$tb versados.lo" ;;
15069 vms_alpha_vec) tb="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo"; target_size=64 ;;
15070 vms_vax_vec) tb="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo" ;;
15071 w65_vec) tb="$tb coff-w65.lo reloc16.lo" ;;
15072 we32kcoff_vec) tb="$tb coff-we32k.lo" ;;
15073 z80coff_vec) tb="$tb coff-z80.lo reloc16.lo" ;;
15074 z8kcoff_vec) tb="$tb coff-z8k.lo reloc16.lo cofflink.lo" ;;
15076 # These appear out of order in targets.c
15077 srec_vec) tb="$tb srec.lo" ;;
15078 symbolsrec_vec) tb="$tb srec.lo" ;;
15079 tekhex_vec) tb="$tb tekhex.lo" ;;
15080 cisco_core_big_vec) tb="$tb cisco-core.lo" ;;
15081 cisco_core_little_vec) tb="$tb cisco-core.lo" ;;
15083 "") ;;
15084 *) as_fn_error "*** unknown target vector $vec" "$LINENO" 5 ;;
15085 esac
15087 if test ${target_size} = 64; then
15088 target64=true
15090 if test x"${vec}" = x"${defvec}"; then
15091 bfd_default_target_size=${target_size}
15093 done
15095 # Target architecture .o files.
15096 # A couple of CPUs use shorter file names to avoid problems on DOS
15097 # filesystems.
15098 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
15100 # Weed out duplicate .o files.
15101 f=""
15102 for i in $tb ; do
15103 case " $f " in
15104 *" $i "*) ;;
15105 *) f="$f $i" ;;
15106 esac
15107 done
15108 tb="$f"
15110 f=""
15111 for i in $ta ; do
15112 case " $f " in
15113 *" $i "*) ;;
15114 *) f="$f $i" ;;
15115 esac
15116 done
15117 ta="$f"
15119 bfd_backends="$tb"
15120 bfd_machines="$ta"
15122 if test x${all_targets} = xtrue ; then
15123 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
15124 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
15125 selvecs=
15126 havevecs=
15127 selarchs=
15128 test -n "$assocvecs" &&
15129 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15130 else # all_targets is true
15131 # Only set these if they will be nonempty, for the clever echo.
15132 havevecs=
15133 assocvecs=
15134 test -n "$selvecs" &&
15135 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
15136 test -n "$selvecs" &&
15137 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15138 test -n "$selarchs" &&
15139 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15140 fi # all_targets is true
15142 case ${host64}-${target64}-${want64} in
15143 *true*)
15144 wordsize=64
15145 bfd64_libs='$(BFD64_LIBS)'
15146 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
15147 if test $BFD_HOST_64_BIT_DEFINED = 0; then
15148 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
15149 $as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
15150 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
15151 $as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
15153 if test -n "$GCC" ; then
15154 bad_64bit_gcc=no;
15155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
15156 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
15157 # Add more tests for gcc versions with non-working 64-bit support here.
15158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15159 /* end confdefs.h. */
15160 :__GNUC__:__GNUC_MINOR__:__i386__:
15161 _ACEOF
15162 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15163 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
15164 bad_64bit_gcc=yes;
15165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
15166 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
15167 else
15168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15169 $as_echo "no" >&6; }
15171 rm -f conftest*
15173 if test $bad_64bit_gcc = yes ; then
15174 as_fn_error "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
15178 false-false-false)
15179 wordsize=32
15180 all_backends='$(BFD32_BACKENDS)'
15182 esac
15191 if test "$plugins" = "yes"; then
15192 supports_plugins=1
15193 else
15194 supports_plugins=0
15198 # Determine the host dependant file_ptr a.k.a. off_t type. In order
15199 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
15200 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
15201 # Hopefully a reasonable assumption since fseeko et.al. should be
15202 # upward compatible.
15203 for ac_func in ftello ftello64 fseeko fseeko64 fopen64
15204 do :
15205 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15206 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15207 eval as_val=\$$as_ac_var
15208 if test "x$as_val" = x""yes; then :
15209 cat >>confdefs.h <<_ACEOF
15210 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15211 _ACEOF
15214 done
15216 if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
15217 # The cast to long int works around a bug in the HP C Compiler
15218 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15219 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15220 # This bug is HP SR number 8606223364.
15221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
15222 $as_echo_n "checking size of off_t... " >&6; }
15223 if test "${ac_cv_sizeof_off_t+set}" = set; then :
15224 $as_echo_n "(cached) " >&6
15225 else
15226 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
15228 else
15229 if test "$ac_cv_type_off_t" = yes; then
15230 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15231 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15232 { as_fn_set_status 77
15233 as_fn_error "cannot compute sizeof (off_t)
15234 See \`config.log' for more details." "$LINENO" 5; }; }
15235 else
15236 ac_cv_sizeof_off_t=0
15241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
15242 $as_echo "$ac_cv_sizeof_off_t" >&6; }
15246 cat >>confdefs.h <<_ACEOF
15247 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
15248 _ACEOF
15252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
15253 $as_echo_n "checking file_ptr type... " >&6; }
15254 bfd_file_ptr="long"
15255 bfd_ufile_ptr="unsigned long"
15256 if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
15257 -o x"${ac_cv_sizeof_off_t}" = x8; then
15258 bfd_file_ptr=BFD_HOST_64_BIT
15259 bfd_ufile_ptr=BFD_HOST_U_64_BIT
15261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
15262 $as_echo "$bfd_file_ptr" >&6; }
15267 tdefaults=""
15268 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
15269 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
15270 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
15271 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
15272 test -n "${havevecs}" && tdefaults="${tdefaults} ${havevecs}"
15275 for ac_header in stdlib.h unistd.h
15276 do :
15277 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15278 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15279 eval as_val=\$$as_ac_Header
15280 if test "x$as_val" = x""yes; then :
15281 cat >>confdefs.h <<_ACEOF
15282 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15283 _ACEOF
15287 done
15289 for ac_func in getpagesize
15290 do :
15291 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
15292 if test "x$ac_cv_func_getpagesize" = x""yes; then :
15293 cat >>confdefs.h <<_ACEOF
15294 #define HAVE_GETPAGESIZE 1
15295 _ACEOF
15298 done
15300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
15301 $as_echo_n "checking for working mmap... " >&6; }
15302 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
15303 $as_echo_n "(cached) " >&6
15304 else
15305 if test "$cross_compiling" = yes; then :
15306 ac_cv_func_mmap_fixed_mapped=no
15307 else
15308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15309 /* end confdefs.h. */
15310 $ac_includes_default
15311 /* malloc might have been renamed as rpl_malloc. */
15312 #undef malloc
15314 /* Thanks to Mike Haertel and Jim Avera for this test.
15315 Here is a matrix of mmap possibilities:
15316 mmap private not fixed
15317 mmap private fixed at somewhere currently unmapped
15318 mmap private fixed at somewhere already mapped
15319 mmap shared not fixed
15320 mmap shared fixed at somewhere currently unmapped
15321 mmap shared fixed at somewhere already mapped
15322 For private mappings, we should verify that changes cannot be read()
15323 back from the file, nor mmap's back from the file at a different
15324 address. (There have been systems where private was not correctly
15325 implemented like the infamous i386 svr4.0, and systems where the
15326 VM page cache was not coherent with the file system buffer cache
15327 like early versions of FreeBSD and possibly contemporary NetBSD.)
15328 For shared mappings, we should conversely verify that changes get
15329 propagated back to all the places they're supposed to be.
15331 Grep wants private fixed already mapped.
15332 The main things grep needs to know about mmap are:
15333 * does it exist and is it safe to write into the mmap'd area
15334 * how to use it (BSD variants) */
15336 #include <fcntl.h>
15337 #include <sys/mman.h>
15339 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
15340 char *malloc ();
15341 #endif
15343 /* This mess was copied from the GNU getpagesize.h. */
15344 #ifndef HAVE_GETPAGESIZE
15345 /* Assume that all systems that can run configure have sys/param.h. */
15346 # ifndef HAVE_SYS_PARAM_H
15347 # define HAVE_SYS_PARAM_H 1
15348 # endif
15350 # ifdef _SC_PAGESIZE
15351 # define getpagesize() sysconf(_SC_PAGESIZE)
15352 # else /* no _SC_PAGESIZE */
15353 # ifdef HAVE_SYS_PARAM_H
15354 # include <sys/param.h>
15355 # ifdef EXEC_PAGESIZE
15356 # define getpagesize() EXEC_PAGESIZE
15357 # else /* no EXEC_PAGESIZE */
15358 # ifdef NBPG
15359 # define getpagesize() NBPG * CLSIZE
15360 # ifndef CLSIZE
15361 # define CLSIZE 1
15362 # endif /* no CLSIZE */
15363 # else /* no NBPG */
15364 # ifdef NBPC
15365 # define getpagesize() NBPC
15366 # else /* no NBPC */
15367 # ifdef PAGESIZE
15368 # define getpagesize() PAGESIZE
15369 # endif /* PAGESIZE */
15370 # endif /* no NBPC */
15371 # endif /* no NBPG */
15372 # endif /* no EXEC_PAGESIZE */
15373 # else /* no HAVE_SYS_PARAM_H */
15374 # define getpagesize() 8192 /* punt totally */
15375 # endif /* no HAVE_SYS_PARAM_H */
15376 # endif /* no _SC_PAGESIZE */
15378 #endif /* no HAVE_GETPAGESIZE */
15381 main ()
15383 char *data, *data2, *data3;
15384 int i, pagesize;
15385 int fd;
15387 pagesize = getpagesize ();
15389 /* First, make a file with some known garbage in it. */
15390 data = (char *) malloc (pagesize);
15391 if (!data)
15392 return 1;
15393 for (i = 0; i < pagesize; ++i)
15394 *(data + i) = rand ();
15395 umask (0);
15396 fd = creat ("conftest.mmap", 0600);
15397 if (fd < 0)
15398 return 1;
15399 if (write (fd, data, pagesize) != pagesize)
15400 return 1;
15401 close (fd);
15403 /* Next, try to mmap the file at a fixed address which already has
15404 something else allocated at it. If we can, also make sure that
15405 we see the same garbage. */
15406 fd = open ("conftest.mmap", O_RDWR);
15407 if (fd < 0)
15408 return 1;
15409 data2 = (char *) malloc (2 * pagesize);
15410 if (!data2)
15411 return 1;
15412 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
15413 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15414 MAP_PRIVATE | MAP_FIXED, fd, 0L))
15415 return 1;
15416 for (i = 0; i < pagesize; ++i)
15417 if (*(data + i) != *(data2 + i))
15418 return 1;
15420 /* Finally, make sure that changes to the mapped area do not
15421 percolate back to the file as seen by read(). (This is a bug on
15422 some variants of i386 svr4.0.) */
15423 for (i = 0; i < pagesize; ++i)
15424 *(data2 + i) = *(data2 + i) + 1;
15425 data3 = (char *) malloc (pagesize);
15426 if (!data3)
15427 return 1;
15428 if (read (fd, data3, pagesize) != pagesize)
15429 return 1;
15430 for (i = 0; i < pagesize; ++i)
15431 if (*(data + i) != *(data3 + i))
15432 return 1;
15433 close (fd);
15434 return 0;
15436 _ACEOF
15437 if ac_fn_c_try_run "$LINENO"; then :
15438 ac_cv_func_mmap_fixed_mapped=yes
15439 else
15440 ac_cv_func_mmap_fixed_mapped=no
15442 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15443 conftest.$ac_objext conftest.beam conftest.$ac_ext
15447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15448 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
15449 if test $ac_cv_func_mmap_fixed_mapped = yes; then
15451 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
15454 rm -f conftest.mmap
15456 for ac_func in madvise mprotect
15457 do :
15458 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15459 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15460 eval as_val=\$$as_ac_var
15461 if test "x$as_val" = x""yes; then :
15462 cat >>confdefs.h <<_ACEOF
15463 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15464 _ACEOF
15467 done
15469 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15470 true+yes )
15471 $as_echo "#define USE_MMAP 1" >>confdefs.h
15473 esac
15475 rm -f doc/config.status
15476 ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
15479 ac_config_commands="$ac_config_commands default"
15487 cat >confcache <<\_ACEOF
15488 # This file is a shell script that caches the results of configure
15489 # tests run on this system so they can be shared between configure
15490 # scripts and configure runs, see configure's option --config-cache.
15491 # It is not useful on other systems. If it contains results you don't
15492 # want to keep, you may remove or edit it.
15494 # config.status only pays attention to the cache file if you give it
15495 # the --recheck option to rerun configure.
15497 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15498 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15499 # following values.
15501 _ACEOF
15503 # The following way of writing the cache mishandles newlines in values,
15504 # but we know of no workaround that is simple, portable, and efficient.
15505 # So, we kill variables containing newlines.
15506 # Ultrix sh set writes to stderr and can't be redirected directly,
15507 # and sets the high bit in the cache file unless we assign to the vars.
15509 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15510 eval ac_val=\$$ac_var
15511 case $ac_val in #(
15512 *${as_nl}*)
15513 case $ac_var in #(
15514 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15515 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15516 esac
15517 case $ac_var in #(
15518 _ | IFS | as_nl) ;; #(
15519 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15520 *) { eval $ac_var=; unset $ac_var;} ;;
15521 esac ;;
15522 esac
15523 done
15525 (set) 2>&1 |
15526 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15527 *${as_nl}ac_space=\ *)
15528 # `set' does not quote correctly, so add quotes: double-quote
15529 # substitution turns \\\\ into \\, and sed turns \\ into \.
15530 sed -n \
15531 "s/'/'\\\\''/g;
15532 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15533 ;; #(
15535 # `set' quotes correctly as required by POSIX, so do not add quotes.
15536 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15538 esac |
15539 sort
15541 sed '
15542 /^ac_cv_env_/b end
15543 t clear
15544 :clear
15545 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15546 t end
15547 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15548 :end' >>confcache
15549 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15550 if test -w "$cache_file"; then
15551 test "x$cache_file" != "x/dev/null" &&
15552 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15553 $as_echo "$as_me: updating cache $cache_file" >&6;}
15554 cat confcache >$cache_file
15555 else
15556 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15557 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15560 rm -f confcache
15562 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15563 # Let make expand exec_prefix.
15564 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15566 DEFS=-DHAVE_CONFIG_H
15568 ac_libobjs=
15569 ac_ltlibobjs=
15570 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15571 # 1. Remove the extension, and $U if already installed.
15572 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15573 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15574 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15575 # will be set to the directory where LIBOBJS objects are built.
15576 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15577 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15578 done
15579 LIBOBJS=$ac_libobjs
15581 LTLIBOBJS=$ac_ltlibobjs
15584 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15585 as_fn_error "conditional \"AMDEP\" was never defined.
15586 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15588 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15589 as_fn_error "conditional \"am__fastdepCC\" was never defined.
15590 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15592 if test -n "$EXEEXT"; then
15593 am__EXEEXT_TRUE=
15594 am__EXEEXT_FALSE='#'
15595 else
15596 am__EXEEXT_TRUE='#'
15597 am__EXEEXT_FALSE=
15600 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
15601 as_fn_error "conditional \"PLUGINS\" was never defined.
15602 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15604 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15605 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
15606 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15608 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15609 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
15610 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15612 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
15613 as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined.
15614 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15617 : ${CONFIG_STATUS=./config.status}
15618 ac_write_fail=0
15619 ac_clean_files_save=$ac_clean_files
15620 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15621 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15622 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15623 as_write_fail=0
15624 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15625 #! $SHELL
15626 # Generated by $as_me.
15627 # Run this file to recreate the current configuration.
15628 # Compiler output produced by configure, useful for debugging
15629 # configure, is in config.log if it exists.
15631 debug=false
15632 ac_cs_recheck=false
15633 ac_cs_silent=false
15635 SHELL=\${CONFIG_SHELL-$SHELL}
15636 export SHELL
15637 _ASEOF
15638 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15639 ## -------------------- ##
15640 ## M4sh Initialization. ##
15641 ## -------------------- ##
15643 # Be more Bourne compatible
15644 DUALCASE=1; export DUALCASE # for MKS sh
15645 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15646 emulate sh
15647 NULLCMD=:
15648 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15649 # is contrary to our usage. Disable this feature.
15650 alias -g '${1+"$@"}'='"$@"'
15651 setopt NO_GLOB_SUBST
15652 else
15653 case `(set -o) 2>/dev/null` in #(
15654 *posix*) :
15655 set -o posix ;; #(
15656 *) :
15658 esac
15662 as_nl='
15664 export as_nl
15665 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15666 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15667 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15668 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15669 # Prefer a ksh shell builtin over an external printf program on Solaris,
15670 # but without wasting forks for bash or zsh.
15671 if test -z "$BASH_VERSION$ZSH_VERSION" \
15672 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15673 as_echo='print -r --'
15674 as_echo_n='print -rn --'
15675 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15676 as_echo='printf %s\n'
15677 as_echo_n='printf %s'
15678 else
15679 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15680 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15681 as_echo_n='/usr/ucb/echo -n'
15682 else
15683 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15684 as_echo_n_body='eval
15685 arg=$1;
15686 case $arg in #(
15687 *"$as_nl"*)
15688 expr "X$arg" : "X\\(.*\\)$as_nl";
15689 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15690 esac;
15691 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15693 export as_echo_n_body
15694 as_echo_n='sh -c $as_echo_n_body as_echo'
15696 export as_echo_body
15697 as_echo='sh -c $as_echo_body as_echo'
15700 # The user is always right.
15701 if test "${PATH_SEPARATOR+set}" != set; then
15702 PATH_SEPARATOR=:
15703 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15704 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15705 PATH_SEPARATOR=';'
15710 # IFS
15711 # We need space, tab and new line, in precisely that order. Quoting is
15712 # there to prevent editors from complaining about space-tab.
15713 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15714 # splitting by setting IFS to empty value.)
15715 IFS=" "" $as_nl"
15717 # Find who we are. Look in the path if we contain no directory separator.
15718 case $0 in #((
15719 *[\\/]* ) as_myself=$0 ;;
15720 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15721 for as_dir in $PATH
15723 IFS=$as_save_IFS
15724 test -z "$as_dir" && as_dir=.
15725 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15726 done
15727 IFS=$as_save_IFS
15730 esac
15731 # We did not find ourselves, most probably we were run as `sh COMMAND'
15732 # in which case we are not to be found in the path.
15733 if test "x$as_myself" = x; then
15734 as_myself=$0
15736 if test ! -f "$as_myself"; then
15737 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15738 exit 1
15741 # Unset variables that we do not need and which cause bugs (e.g. in
15742 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15743 # suppresses any "Segmentation fault" message there. '((' could
15744 # trigger a bug in pdksh 5.2.14.
15745 for as_var in BASH_ENV ENV MAIL MAILPATH
15746 do eval test x\${$as_var+set} = xset \
15747 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15748 done
15749 PS1='$ '
15750 PS2='> '
15751 PS4='+ '
15753 # NLS nuisances.
15754 LC_ALL=C
15755 export LC_ALL
15756 LANGUAGE=C
15757 export LANGUAGE
15759 # CDPATH.
15760 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15763 # as_fn_error ERROR [LINENO LOG_FD]
15764 # ---------------------------------
15765 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15766 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15767 # script with status $?, using 1 if that was 0.
15768 as_fn_error ()
15770 as_status=$?; test $as_status -eq 0 && as_status=1
15771 if test "$3"; then
15772 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15773 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15775 $as_echo "$as_me: error: $1" >&2
15776 as_fn_exit $as_status
15777 } # as_fn_error
15780 # as_fn_set_status STATUS
15781 # -----------------------
15782 # Set $? to STATUS, without forking.
15783 as_fn_set_status ()
15785 return $1
15786 } # as_fn_set_status
15788 # as_fn_exit STATUS
15789 # -----------------
15790 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15791 as_fn_exit ()
15793 set +e
15794 as_fn_set_status $1
15795 exit $1
15796 } # as_fn_exit
15798 # as_fn_unset VAR
15799 # ---------------
15800 # Portably unset VAR.
15801 as_fn_unset ()
15803 { eval $1=; unset $1;}
15805 as_unset=as_fn_unset
15806 # as_fn_append VAR VALUE
15807 # ----------------------
15808 # Append the text in VALUE to the end of the definition contained in VAR. Take
15809 # advantage of any shell optimizations that allow amortized linear growth over
15810 # repeated appends, instead of the typical quadratic growth present in naive
15811 # implementations.
15812 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15813 eval 'as_fn_append ()
15815 eval $1+=\$2
15817 else
15818 as_fn_append ()
15820 eval $1=\$$1\$2
15822 fi # as_fn_append
15824 # as_fn_arith ARG...
15825 # ------------------
15826 # Perform arithmetic evaluation on the ARGs, and store the result in the
15827 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15828 # must be portable across $(()) and expr.
15829 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15830 eval 'as_fn_arith ()
15832 as_val=$(( $* ))
15834 else
15835 as_fn_arith ()
15837 as_val=`expr "$@" || test $? -eq 1`
15839 fi # as_fn_arith
15842 if expr a : '\(a\)' >/dev/null 2>&1 &&
15843 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15844 as_expr=expr
15845 else
15846 as_expr=false
15849 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15850 as_basename=basename
15851 else
15852 as_basename=false
15855 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15856 as_dirname=dirname
15857 else
15858 as_dirname=false
15861 as_me=`$as_basename -- "$0" ||
15862 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15863 X"$0" : 'X\(//\)$' \| \
15864 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15865 $as_echo X/"$0" |
15866 sed '/^.*\/\([^/][^/]*\)\/*$/{
15867 s//\1/
15870 /^X\/\(\/\/\)$/{
15871 s//\1/
15874 /^X\/\(\/\).*/{
15875 s//\1/
15878 s/.*/./; q'`
15880 # Avoid depending upon Character Ranges.
15881 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15882 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15883 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15884 as_cr_digits='0123456789'
15885 as_cr_alnum=$as_cr_Letters$as_cr_digits
15887 ECHO_C= ECHO_N= ECHO_T=
15888 case `echo -n x` in #(((((
15889 -n*)
15890 case `echo 'xy\c'` in
15891 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15892 xy) ECHO_C='\c';;
15893 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15894 ECHO_T=' ';;
15895 esac;;
15897 ECHO_N='-n';;
15898 esac
15900 rm -f conf$$ conf$$.exe conf$$.file
15901 if test -d conf$$.dir; then
15902 rm -f conf$$.dir/conf$$.file
15903 else
15904 rm -f conf$$.dir
15905 mkdir conf$$.dir 2>/dev/null
15907 if (echo >conf$$.file) 2>/dev/null; then
15908 if ln -s conf$$.file conf$$ 2>/dev/null; then
15909 as_ln_s='ln -s'
15910 # ... but there are two gotchas:
15911 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15912 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15913 # In both cases, we have to default to `cp -p'.
15914 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15915 as_ln_s='cp -p'
15916 elif ln conf$$.file conf$$ 2>/dev/null; then
15917 as_ln_s=ln
15918 else
15919 as_ln_s='cp -p'
15921 else
15922 as_ln_s='cp -p'
15924 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15925 rmdir conf$$.dir 2>/dev/null
15928 # as_fn_mkdir_p
15929 # -------------
15930 # Create "$as_dir" as a directory, including parents if necessary.
15931 as_fn_mkdir_p ()
15934 case $as_dir in #(
15935 -*) as_dir=./$as_dir;;
15936 esac
15937 test -d "$as_dir" || eval $as_mkdir_p || {
15938 as_dirs=
15939 while :; do
15940 case $as_dir in #(
15941 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15942 *) as_qdir=$as_dir;;
15943 esac
15944 as_dirs="'$as_qdir' $as_dirs"
15945 as_dir=`$as_dirname -- "$as_dir" ||
15946 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15947 X"$as_dir" : 'X\(//\)[^/]' \| \
15948 X"$as_dir" : 'X\(//\)$' \| \
15949 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15950 $as_echo X"$as_dir" |
15951 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15952 s//\1/
15955 /^X\(\/\/\)[^/].*/{
15956 s//\1/
15959 /^X\(\/\/\)$/{
15960 s//\1/
15963 /^X\(\/\).*/{
15964 s//\1/
15967 s/.*/./; q'`
15968 test -d "$as_dir" && break
15969 done
15970 test -z "$as_dirs" || eval "mkdir $as_dirs"
15971 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15974 } # as_fn_mkdir_p
15975 if mkdir -p . 2>/dev/null; then
15976 as_mkdir_p='mkdir -p "$as_dir"'
15977 else
15978 test -d ./-p && rmdir ./-p
15979 as_mkdir_p=false
15982 if test -x / >/dev/null 2>&1; then
15983 as_test_x='test -x'
15984 else
15985 if ls -dL / >/dev/null 2>&1; then
15986 as_ls_L_option=L
15987 else
15988 as_ls_L_option=
15990 as_test_x='
15991 eval sh -c '\''
15992 if test -d "$1"; then
15993 test -d "$1/.";
15994 else
15995 case $1 in #(
15996 -*)set "./$1";;
15997 esac;
15998 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15999 ???[sx]*):;;*)false;;esac;fi
16000 '\'' sh
16003 as_executable_p=$as_test_x
16005 # Sed expression to map a string onto a valid CPP name.
16006 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16008 # Sed expression to map a string onto a valid variable name.
16009 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16012 exec 6>&1
16013 ## ----------------------------------- ##
16014 ## Main body of $CONFIG_STATUS script. ##
16015 ## ----------------------------------- ##
16016 _ASEOF
16017 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16019 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16020 # Save the log message, to keep $0 and so on meaningful, and to
16021 # report actual input values of CONFIG_FILES etc. instead of their
16022 # values after options handling.
16023 ac_log="
16024 This file was extended by $as_me, which was
16025 generated by GNU Autoconf 2.64. Invocation command line was
16027 CONFIG_FILES = $CONFIG_FILES
16028 CONFIG_HEADERS = $CONFIG_HEADERS
16029 CONFIG_LINKS = $CONFIG_LINKS
16030 CONFIG_COMMANDS = $CONFIG_COMMANDS
16031 $ $0 $@
16033 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16036 _ACEOF
16038 case $ac_config_files in *"
16039 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16040 esac
16042 case $ac_config_headers in *"
16043 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16044 esac
16047 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16048 # Files that config.status was made for.
16049 config_files="$ac_config_files"
16050 config_headers="$ac_config_headers"
16051 config_commands="$ac_config_commands"
16053 _ACEOF
16055 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16056 ac_cs_usage="\
16057 \`$as_me' instantiates files and other configuration actions
16058 from templates according to the current configuration. Unless the files
16059 and actions are specified as TAGs, all are instantiated by default.
16061 Usage: $0 [OPTION]... [TAG]...
16063 -h, --help print this help, then exit
16064 -V, --version print version number and configuration settings, then exit
16065 -q, --quiet, --silent
16066 do not print progress messages
16067 -d, --debug don't remove temporary files
16068 --recheck update $as_me by reconfiguring in the same conditions
16069 --file=FILE[:TEMPLATE]
16070 instantiate the configuration file FILE
16071 --header=FILE[:TEMPLATE]
16072 instantiate the configuration header FILE
16074 Configuration files:
16075 $config_files
16077 Configuration headers:
16078 $config_headers
16080 Configuration commands:
16081 $config_commands
16083 Report bugs to the package provider."
16085 _ACEOF
16086 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16087 ac_cs_version="\\
16088 config.status
16089 configured by $0, generated by GNU Autoconf 2.64,
16090 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
16092 Copyright (C) 2009 Free Software Foundation, Inc.
16093 This config.status script is free software; the Free Software Foundation
16094 gives unlimited permission to copy, distribute and modify it."
16096 ac_pwd='$ac_pwd'
16097 srcdir='$srcdir'
16098 INSTALL='$INSTALL'
16099 MKDIR_P='$MKDIR_P'
16100 AWK='$AWK'
16101 test -n "\$AWK" || AWK=awk
16102 _ACEOF
16104 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16105 # The default lists apply if the user does not specify any file.
16106 ac_need_defaults=:
16107 while test $# != 0
16109 case $1 in
16110 --*=*)
16111 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16112 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16113 ac_shift=:
16116 ac_option=$1
16117 ac_optarg=$2
16118 ac_shift=shift
16120 esac
16122 case $ac_option in
16123 # Handling of the options.
16124 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16125 ac_cs_recheck=: ;;
16126 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16127 $as_echo "$ac_cs_version"; exit ;;
16128 --debug | --debu | --deb | --de | --d | -d )
16129 debug=: ;;
16130 --file | --fil | --fi | --f )
16131 $ac_shift
16132 case $ac_optarg in
16133 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16134 esac
16135 as_fn_append CONFIG_FILES " '$ac_optarg'"
16136 ac_need_defaults=false;;
16137 --header | --heade | --head | --hea )
16138 $ac_shift
16139 case $ac_optarg in
16140 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16141 esac
16142 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16143 ac_need_defaults=false;;
16144 --he | --h)
16145 # Conflict between --help and --header
16146 as_fn_error "ambiguous option: \`$1'
16147 Try \`$0 --help' for more information.";;
16148 --help | --hel | -h )
16149 $as_echo "$ac_cs_usage"; exit ;;
16150 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16151 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16152 ac_cs_silent=: ;;
16154 # This is an error.
16155 -*) as_fn_error "unrecognized option: \`$1'
16156 Try \`$0 --help' for more information." ;;
16158 *) as_fn_append ac_config_targets " $1"
16159 ac_need_defaults=false ;;
16161 esac
16162 shift
16163 done
16165 ac_configure_extra_args=
16167 if $ac_cs_silent; then
16168 exec 6>/dev/null
16169 ac_configure_extra_args="$ac_configure_extra_args --silent"
16172 _ACEOF
16173 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16174 if \$ac_cs_recheck; then
16175 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16176 shift
16177 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16178 CONFIG_SHELL='$SHELL'
16179 export CONFIG_SHELL
16180 exec "\$@"
16183 _ACEOF
16184 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16185 exec 5>>config.log
16187 echo
16188 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16189 ## Running $as_me. ##
16190 _ASBOX
16191 $as_echo "$ac_log"
16192 } >&5
16194 _ACEOF
16195 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16197 # INIT-COMMANDS
16199 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16202 # The HP-UX ksh and POSIX shell print the target directory to stdout
16203 # if CDPATH is set.
16204 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16206 sed_quote_subst='$sed_quote_subst'
16207 double_quote_subst='$double_quote_subst'
16208 delay_variable_subst='$delay_variable_subst'
16209 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
16210 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
16211 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
16212 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
16213 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
16214 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
16215 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
16216 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
16217 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
16218 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
16219 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
16220 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
16221 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
16222 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
16223 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
16224 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
16225 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
16226 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
16227 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
16228 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
16229 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
16230 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
16231 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
16232 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
16233 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
16234 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
16235 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
16236 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16237 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
16238 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
16239 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
16240 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
16241 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
16242 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
16243 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
16244 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16245 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16246 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16247 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
16248 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
16249 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
16250 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
16251 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
16252 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
16253 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
16254 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
16255 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
16256 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
16257 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
16258 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
16259 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
16260 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
16261 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
16262 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
16263 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
16264 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
16265 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
16266 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
16267 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
16268 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
16269 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
16270 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
16271 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16272 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16273 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
16274 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
16275 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
16276 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
16277 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
16278 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16279 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16280 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16281 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16282 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16283 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16284 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
16285 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
16286 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
16287 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
16288 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
16289 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
16290 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
16291 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
16292 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
16293 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
16294 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
16295 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
16296 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
16297 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
16298 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
16299 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16300 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
16301 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
16302 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16303 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
16304 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
16305 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
16306 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
16307 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
16308 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
16309 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
16310 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
16311 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
16312 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
16313 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
16314 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16315 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16316 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16317 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
16318 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
16319 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
16320 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
16321 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
16322 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
16323 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
16324 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
16325 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
16326 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
16328 LTCC='$LTCC'
16329 LTCFLAGS='$LTCFLAGS'
16330 compiler='$compiler_DEFAULT'
16332 # Quote evaled strings.
16333 for var in SED \
16334 GREP \
16335 EGREP \
16336 FGREP \
16337 LD \
16338 NM \
16339 LN_S \
16340 lt_SP2NL \
16341 lt_NL2SP \
16342 reload_flag \
16343 OBJDUMP \
16344 deplibs_check_method \
16345 file_magic_cmd \
16346 AR \
16347 AR_FLAGS \
16348 STRIP \
16349 RANLIB \
16350 CC \
16351 CFLAGS \
16352 compiler \
16353 lt_cv_sys_global_symbol_pipe \
16354 lt_cv_sys_global_symbol_to_cdecl \
16355 lt_cv_sys_global_symbol_to_c_name_address \
16356 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16357 SHELL \
16358 ECHO \
16359 lt_prog_compiler_no_builtin_flag \
16360 lt_prog_compiler_wl \
16361 lt_prog_compiler_pic \
16362 lt_prog_compiler_static \
16363 lt_cv_prog_compiler_c_o \
16364 need_locks \
16365 DSYMUTIL \
16366 NMEDIT \
16367 LIPO \
16368 OTOOL \
16369 OTOOL64 \
16370 shrext_cmds \
16371 export_dynamic_flag_spec \
16372 whole_archive_flag_spec \
16373 compiler_needs_object \
16374 with_gnu_ld \
16375 allow_undefined_flag \
16376 no_undefined_flag \
16377 hardcode_libdir_flag_spec \
16378 hardcode_libdir_flag_spec_ld \
16379 hardcode_libdir_separator \
16380 fix_srcfile_path \
16381 exclude_expsyms \
16382 include_expsyms \
16383 file_list_spec \
16384 variables_saved_for_relink \
16385 libname_spec \
16386 library_names_spec \
16387 soname_spec \
16388 finish_eval \
16389 old_striplib \
16390 striplib; do
16391 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
16392 *[\\\\\\\`\\"\\\$]*)
16393 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16396 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16398 esac
16399 done
16401 # Double-quote double-evaled strings.
16402 for var in reload_cmds \
16403 old_postinstall_cmds \
16404 old_postuninstall_cmds \
16405 old_archive_cmds \
16406 extract_expsyms_cmds \
16407 old_archive_from_new_cmds \
16408 old_archive_from_expsyms_cmds \
16409 archive_cmds \
16410 archive_expsym_cmds \
16411 module_cmds \
16412 module_expsym_cmds \
16413 export_symbols_cmds \
16414 prelink_cmds \
16415 postinstall_cmds \
16416 postuninstall_cmds \
16417 finish_cmds \
16418 sys_lib_search_path_spec \
16419 sys_lib_dlsearch_path_spec; do
16420 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
16421 *[\\\\\\\`\\"\\\$]*)
16422 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16425 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16427 esac
16428 done
16430 # Fix-up fallback echo if it was mangled by the above quoting rules.
16431 case \$lt_ECHO in
16432 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
16434 esac
16436 ac_aux_dir='$ac_aux_dir'
16437 xsi_shell='$xsi_shell'
16438 lt_shell_append='$lt_shell_append'
16440 # See if we are running on zsh, and set the options which allow our
16441 # commands through without removal of \ escapes INIT.
16442 if test -n "\${ZSH_VERSION+set}" ; then
16443 setopt NO_GLOB_SUBST
16447 PACKAGE='$PACKAGE'
16448 VERSION='$VERSION'
16449 TIMESTAMP='$TIMESTAMP'
16450 RM='$RM'
16451 ofile='$ofile'
16455 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16456 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16457 # from automake.
16458 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16459 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16460 LINGUAS="${LINGUAS-%UNSET%}"
16463 GCC="$GCC"
16464 CC="$CC"
16465 acx_cv_header_stdint="$acx_cv_header_stdint"
16466 acx_cv_type_int8_t="$acx_cv_type_int8_t"
16467 acx_cv_type_int16_t="$acx_cv_type_int16_t"
16468 acx_cv_type_int32_t="$acx_cv_type_int32_t"
16469 acx_cv_type_int64_t="$acx_cv_type_int64_t"
16470 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
16471 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
16472 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
16473 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
16474 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
16475 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
16476 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
16477 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
16478 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
16482 _ACEOF
16484 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16486 # Handling of arguments.
16487 for ac_config_target in $ac_config_targets
16489 case $ac_config_target in
16490 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16491 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16492 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16493 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16494 "bfd_stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS bfd_stdint.h" ;;
16495 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16496 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16497 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16498 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16499 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16501 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16502 esac
16503 done
16506 # If the user did not use the arguments to specify the items to instantiate,
16507 # then the envvar interface is used. Set only those that are not.
16508 # We use the long form for the default assignment because of an extremely
16509 # bizarre bug on SunOS 4.1.3.
16510 if $ac_need_defaults; then
16511 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16512 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16513 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16516 # Have a temporary directory for convenience. Make it in the build tree
16517 # simply because there is no reason against having it here, and in addition,
16518 # creating and moving files from /tmp can sometimes cause problems.
16519 # Hook for its removal unless debugging.
16520 # Note that there is a small window in which the directory will not be cleaned:
16521 # after its creation but before its name has been assigned to `$tmp'.
16522 $debug ||
16524 tmp=
16525 trap 'exit_status=$?
16526 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
16528 trap 'as_fn_exit 1' 1 2 13 15
16530 # Create a (secure) tmp directory for tmp files.
16533 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16534 test -n "$tmp" && test -d "$tmp"
16535 } ||
16537 tmp=./conf$$-$RANDOM
16538 (umask 077 && mkdir "$tmp")
16539 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
16541 # Set up the scripts for CONFIG_FILES section.
16542 # No need to generate them if there are no CONFIG_FILES.
16543 # This happens for instance with `./config.status config.h'.
16544 if test -n "$CONFIG_FILES"; then
16547 ac_cr=`echo X | tr X '\015'`
16548 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16549 # But we know of no other shell where ac_cr would be empty at this
16550 # point, so we can use a bashism as a fallback.
16551 if test "x$ac_cr" = x; then
16552 eval ac_cr=\$\'\\r\'
16554 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16555 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16556 ac_cs_awk_cr='\r'
16557 else
16558 ac_cs_awk_cr=$ac_cr
16561 echo 'BEGIN {' >"$tmp/subs1.awk" &&
16562 _ACEOF
16566 echo "cat >conf$$subs.awk <<_ACEOF" &&
16567 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16568 echo "_ACEOF"
16569 } >conf$$subs.sh ||
16570 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16571 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
16572 ac_delim='%!_!# '
16573 for ac_last_try in false false false false false :; do
16574 . ./conf$$subs.sh ||
16575 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16577 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16578 if test $ac_delim_n = $ac_delim_num; then
16579 break
16580 elif $ac_last_try; then
16581 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16582 else
16583 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16585 done
16586 rm -f conf$$subs.sh
16588 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16589 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
16590 _ACEOF
16591 sed -n '
16593 s/^/S["/; s/!.*/"]=/
16596 s/^[^!]*!//
16597 :repl
16598 t repl
16599 s/'"$ac_delim"'$//
16600 t delim
16603 s/\(.\{148\}\).*/\1/
16604 t more1
16605 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16608 b repl
16609 :more1
16610 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16613 s/.\{148\}//
16614 t nl
16615 :delim
16617 s/\(.\{148\}\).*/\1/
16618 t more2
16619 s/["\\]/\\&/g; s/^/"/; s/$/"/
16622 :more2
16623 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16626 s/.\{148\}//
16627 t delim
16628 ' <conf$$subs.awk | sed '
16629 /^[^""]/{
16631 s/\n//
16633 ' >>$CONFIG_STATUS || ac_write_fail=1
16634 rm -f conf$$subs.awk
16635 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16636 _ACAWK
16637 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
16638 for (key in S) S_is_set[key] = 1
16639 FS = "\a"
16643 line = $ 0
16644 nfields = split(line, field, "@")
16645 substed = 0
16646 len = length(field[1])
16647 for (i = 2; i < nfields; i++) {
16648 key = field[i]
16649 keylen = length(key)
16650 if (S_is_set[key]) {
16651 value = S[key]
16652 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16653 len += length(value) + length(field[++i])
16654 substed = 1
16655 } else
16656 len += 1 + keylen
16659 print line
16662 _ACAWK
16663 _ACEOF
16664 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16665 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16666 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16667 else
16669 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
16670 || as_fn_error "could not setup config files machinery" "$LINENO" 5
16671 _ACEOF
16673 # VPATH may cause trouble with some makes, so we remove $(srcdir),
16674 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
16675 # trailing colons and then remove the whole line if VPATH becomes empty
16676 # (actually we leave an empty line to preserve line numbers).
16677 if test "x$srcdir" = x.; then
16678 ac_vpsub='/^[ ]*VPATH[ ]*=/{
16679 s/:*\$(srcdir):*/:/
16680 s/:*\${srcdir}:*/:/
16681 s/:*@srcdir@:*/:/
16682 s/^\([^=]*=[ ]*\):*/\1/
16683 s/:*$//
16684 s/^[^=]*=[ ]*$//
16688 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16689 fi # test -n "$CONFIG_FILES"
16691 # Set up the scripts for CONFIG_HEADERS section.
16692 # No need to generate them if there are no CONFIG_HEADERS.
16693 # This happens for instance with `./config.status Makefile'.
16694 if test -n "$CONFIG_HEADERS"; then
16695 cat >"$tmp/defines.awk" <<\_ACAWK ||
16696 BEGIN {
16697 _ACEOF
16699 # Transform confdefs.h into an awk script `defines.awk', embedded as
16700 # here-document in config.status, that substitutes the proper values into
16701 # config.h.in to produce config.h.
16703 # Create a delimiter string that does not exist in confdefs.h, to ease
16704 # handling of long lines.
16705 ac_delim='%!_!# '
16706 for ac_last_try in false false :; do
16707 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
16708 if test -z "$ac_t"; then
16709 break
16710 elif $ac_last_try; then
16711 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
16712 else
16713 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16715 done
16717 # For the awk script, D is an array of macro values keyed by name,
16718 # likewise P contains macro parameters if any. Preserve backslash
16719 # newline sequences.
16721 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16722 sed -n '
16723 s/.\{148\}/&'"$ac_delim"'/g
16724 t rset
16725 :rset
16726 s/^[ ]*#[ ]*define[ ][ ]*/ /
16727 t def
16729 :def
16730 s/\\$//
16731 t bsnl
16732 s/["\\]/\\&/g
16733 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16734 D["\1"]=" \3"/p
16735 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16737 :bsnl
16738 s/["\\]/\\&/g
16739 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16740 D["\1"]=" \3\\\\\\n"\\/p
16741 t cont
16742 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16743 t cont
16745 :cont
16747 s/.\{148\}/&'"$ac_delim"'/g
16748 t clear
16749 :clear
16750 s/\\$//
16751 t bsnlc
16752 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16754 :bsnlc
16755 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16756 b cont
16757 ' <confdefs.h | sed '
16758 s/'"$ac_delim"'/"\\\
16759 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16761 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16762 for (key in D) D_is_set[key] = 1
16763 FS = "\a"
16765 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16766 line = \$ 0
16767 split(line, arg, " ")
16768 if (arg[1] == "#") {
16769 defundef = arg[2]
16770 mac1 = arg[3]
16771 } else {
16772 defundef = substr(arg[1], 2)
16773 mac1 = arg[2]
16775 split(mac1, mac2, "(") #)
16776 macro = mac2[1]
16777 prefix = substr(line, 1, index(line, defundef) - 1)
16778 if (D_is_set[macro]) {
16779 # Preserve the white space surrounding the "#".
16780 print prefix "define", macro P[macro] D[macro]
16781 next
16782 } else {
16783 # Replace #undef with comments. This is necessary, for example,
16784 # in the case of _POSIX_SOURCE, which is predefined and required
16785 # on some systems where configure will not decide to define it.
16786 if (defundef == "undef") {
16787 print "/*", prefix defundef, macro, "*/"
16788 next
16792 { print }
16793 _ACAWK
16794 _ACEOF
16795 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16796 as_fn_error "could not setup config headers machinery" "$LINENO" 5
16797 fi # test -n "$CONFIG_HEADERS"
16800 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16801 shift
16802 for ac_tag
16804 case $ac_tag in
16805 :[FHLC]) ac_mode=$ac_tag; continue;;
16806 esac
16807 case $ac_mode$ac_tag in
16808 :[FHL]*:*);;
16809 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
16810 :[FH]-) ac_tag=-:-;;
16811 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16812 esac
16813 ac_save_IFS=$IFS
16814 IFS=:
16815 set x $ac_tag
16816 IFS=$ac_save_IFS
16817 shift
16818 ac_file=$1
16819 shift
16821 case $ac_mode in
16822 :L) ac_source=$1;;
16823 :[FH])
16824 ac_file_inputs=
16825 for ac_f
16827 case $ac_f in
16828 -) ac_f="$tmp/stdin";;
16829 *) # Look for the file first in the build tree, then in the source tree
16830 # (if the path is not absolute). The absolute path cannot be DOS-style,
16831 # because $ac_f cannot contain `:'.
16832 test -f "$ac_f" ||
16833 case $ac_f in
16834 [\\/$]*) false;;
16835 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16836 esac ||
16837 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16838 esac
16839 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16840 as_fn_append ac_file_inputs " '$ac_f'"
16841 done
16843 # Let's still pretend it is `configure' which instantiates (i.e., don't
16844 # use $as_me), people would be surprised to read:
16845 # /* config.h. Generated by config.status. */
16846 configure_input='Generated from '`
16847 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16848 `' by configure.'
16849 if test x"$ac_file" != x-; then
16850 configure_input="$ac_file. $configure_input"
16851 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16852 $as_echo "$as_me: creating $ac_file" >&6;}
16854 # Neutralize special characters interpreted by sed in replacement strings.
16855 case $configure_input in #(
16856 *\&* | *\|* | *\\* )
16857 ac_sed_conf_input=`$as_echo "$configure_input" |
16858 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16859 *) ac_sed_conf_input=$configure_input;;
16860 esac
16862 case $ac_tag in
16863 *:-:* | *:-) cat >"$tmp/stdin" \
16864 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16865 esac
16867 esac
16869 ac_dir=`$as_dirname -- "$ac_file" ||
16870 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16871 X"$ac_file" : 'X\(//\)[^/]' \| \
16872 X"$ac_file" : 'X\(//\)$' \| \
16873 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16874 $as_echo X"$ac_file" |
16875 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16876 s//\1/
16879 /^X\(\/\/\)[^/].*/{
16880 s//\1/
16883 /^X\(\/\/\)$/{
16884 s//\1/
16887 /^X\(\/\).*/{
16888 s//\1/
16891 s/.*/./; q'`
16892 as_dir="$ac_dir"; as_fn_mkdir_p
16893 ac_builddir=.
16895 case "$ac_dir" in
16896 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16898 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16899 # A ".." for each directory in $ac_dir_suffix.
16900 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16901 case $ac_top_builddir_sub in
16902 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16903 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16904 esac ;;
16905 esac
16906 ac_abs_top_builddir=$ac_pwd
16907 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16908 # for backward compatibility:
16909 ac_top_builddir=$ac_top_build_prefix
16911 case $srcdir in
16912 .) # We are building in place.
16913 ac_srcdir=.
16914 ac_top_srcdir=$ac_top_builddir_sub
16915 ac_abs_top_srcdir=$ac_pwd ;;
16916 [\\/]* | ?:[\\/]* ) # Absolute name.
16917 ac_srcdir=$srcdir$ac_dir_suffix;
16918 ac_top_srcdir=$srcdir
16919 ac_abs_top_srcdir=$srcdir ;;
16920 *) # Relative name.
16921 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16922 ac_top_srcdir=$ac_top_build_prefix$srcdir
16923 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16924 esac
16925 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16928 case $ac_mode in
16931 # CONFIG_FILE
16934 case $INSTALL in
16935 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16936 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16937 esac
16938 ac_MKDIR_P=$MKDIR_P
16939 case $MKDIR_P in
16940 [\\/$]* | ?:[\\/]* ) ;;
16941 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16942 esac
16943 _ACEOF
16945 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16946 # If the template does not know about datarootdir, expand it.
16947 # FIXME: This hack should be removed a few years after 2.60.
16948 ac_datarootdir_hack=; ac_datarootdir_seen=
16949 ac_sed_dataroot='
16950 /datarootdir/ {
16954 /@datadir@/p
16955 /@docdir@/p
16956 /@infodir@/p
16957 /@localedir@/p
16958 /@mandir@/p'
16959 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16960 *datarootdir*) ac_datarootdir_seen=yes;;
16961 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16962 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16963 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16964 _ACEOF
16965 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16966 ac_datarootdir_hack='
16967 s&@datadir@&$datadir&g
16968 s&@docdir@&$docdir&g
16969 s&@infodir@&$infodir&g
16970 s&@localedir@&$localedir&g
16971 s&@mandir@&$mandir&g
16972 s&\\\${datarootdir}&$datarootdir&g' ;;
16973 esac
16974 _ACEOF
16976 # Neutralize VPATH when `$srcdir' = `.'.
16977 # Shell code in configure.ac might set extrasub.
16978 # FIXME: do we really want to maintain this feature?
16979 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16980 ac_sed_extra="$ac_vpsub
16981 $extrasub
16982 _ACEOF
16983 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16985 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16986 s|@configure_input@|$ac_sed_conf_input|;t t
16987 s&@top_builddir@&$ac_top_builddir_sub&;t t
16988 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16989 s&@srcdir@&$ac_srcdir&;t t
16990 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16991 s&@top_srcdir@&$ac_top_srcdir&;t t
16992 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16993 s&@builddir@&$ac_builddir&;t t
16994 s&@abs_builddir@&$ac_abs_builddir&;t t
16995 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16996 s&@INSTALL@&$ac_INSTALL&;t t
16997 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16998 $ac_datarootdir_hack
17000 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
17001 || as_fn_error "could not create $ac_file" "$LINENO" 5
17003 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17004 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
17005 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
17006 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17007 which seems to be undefined. Please make sure it is defined." >&5
17008 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17009 which seems to be undefined. Please make sure it is defined." >&2;}
17011 rm -f "$tmp/stdin"
17012 case $ac_file in
17013 -) cat "$tmp/out" && rm -f "$tmp/out";;
17014 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
17015 esac \
17016 || as_fn_error "could not create $ac_file" "$LINENO" 5
17020 # CONFIG_HEADER
17022 if test x"$ac_file" != x-; then
17024 $as_echo "/* $configure_input */" \
17025 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
17026 } >"$tmp/config.h" \
17027 || as_fn_error "could not create $ac_file" "$LINENO" 5
17028 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
17029 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17030 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17031 else
17032 rm -f "$ac_file"
17033 mv "$tmp/config.h" "$ac_file" \
17034 || as_fn_error "could not create $ac_file" "$LINENO" 5
17036 else
17037 $as_echo "/* $configure_input */" \
17038 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
17039 || as_fn_error "could not create -" "$LINENO" 5
17041 # Compute "$ac_file"'s index in $config_headers.
17042 _am_arg="$ac_file"
17043 _am_stamp_count=1
17044 for _am_header in $config_headers :; do
17045 case $_am_header in
17046 $_am_arg | $_am_arg:* )
17047 break ;;
17049 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17050 esac
17051 done
17052 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17053 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17054 X"$_am_arg" : 'X\(//\)[^/]' \| \
17055 X"$_am_arg" : 'X\(//\)$' \| \
17056 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17057 $as_echo X"$_am_arg" |
17058 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17059 s//\1/
17062 /^X\(\/\/\)[^/].*/{
17063 s//\1/
17066 /^X\(\/\/\)$/{
17067 s//\1/
17070 /^X\(\/\).*/{
17071 s//\1/
17074 s/.*/./; q'`/stamp-h$_am_stamp_count
17077 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17078 $as_echo "$as_me: executing $ac_file commands" >&6;}
17080 esac
17083 case $ac_file$ac_mode in
17084 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17085 # Autoconf 2.62 quotes --file arguments for eval, but not when files
17086 # are listed without --file. Let's play safe and only enable the eval
17087 # if we detect the quoting.
17088 case $CONFIG_FILES in
17089 *\'*) eval set x "$CONFIG_FILES" ;;
17090 *) set x $CONFIG_FILES ;;
17091 esac
17092 shift
17093 for mf
17095 # Strip MF so we end up with the name of the file.
17096 mf=`echo "$mf" | sed -e 's/:.*$//'`
17097 # Check whether this is an Automake generated Makefile or not.
17098 # We used to match only the files named `Makefile.in', but
17099 # some people rename them; so instead we look at the file content.
17100 # Grep'ing the first line is not enough: some people post-process
17101 # each Makefile.in and add a new line on top of each file to say so.
17102 # Grep'ing the whole file is not good either: AIX grep has a line
17103 # limit of 2048, but all sed's we know have understand at least 4000.
17104 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17105 dirpart=`$as_dirname -- "$mf" ||
17106 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17107 X"$mf" : 'X\(//\)[^/]' \| \
17108 X"$mf" : 'X\(//\)$' \| \
17109 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17110 $as_echo X"$mf" |
17111 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17112 s//\1/
17115 /^X\(\/\/\)[^/].*/{
17116 s//\1/
17119 /^X\(\/\/\)$/{
17120 s//\1/
17123 /^X\(\/\).*/{
17124 s//\1/
17127 s/.*/./; q'`
17128 else
17129 continue
17131 # Extract the definition of DEPDIR, am__include, and am__quote
17132 # from the Makefile without running `make'.
17133 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17134 test -z "$DEPDIR" && continue
17135 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17136 test -z "am__include" && continue
17137 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17138 # When using ansi2knr, U may be empty or an underscore; expand it
17139 U=`sed -n 's/^U = //p' < "$mf"`
17140 # Find all dependency output files, they are included files with
17141 # $(DEPDIR) in their names. We invoke sed twice because it is the
17142 # simplest approach to changing $(DEPDIR) to its actual value in the
17143 # expansion.
17144 for file in `sed -n "
17145 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17146 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17147 # Make sure the directory exists.
17148 test -f "$dirpart/$file" && continue
17149 fdir=`$as_dirname -- "$file" ||
17150 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17151 X"$file" : 'X\(//\)[^/]' \| \
17152 X"$file" : 'X\(//\)$' \| \
17153 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17154 $as_echo X"$file" |
17155 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17156 s//\1/
17159 /^X\(\/\/\)[^/].*/{
17160 s//\1/
17163 /^X\(\/\/\)$/{
17164 s//\1/
17167 /^X\(\/\).*/{
17168 s//\1/
17171 s/.*/./; q'`
17172 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17173 # echo "creating $dirpart/$file"
17174 echo '# dummy' > "$dirpart/$file"
17175 done
17176 done
17179 "libtool":C)
17181 # See if we are running on zsh, and set the options which allow our
17182 # commands through without removal of \ escapes.
17183 if test -n "${ZSH_VERSION+set}" ; then
17184 setopt NO_GLOB_SUBST
17187 cfgfile="${ofile}T"
17188 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17189 $RM "$cfgfile"
17191 cat <<_LT_EOF >> "$cfgfile"
17192 #! $SHELL
17194 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17195 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17196 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17197 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17199 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17200 # 2006, 2007, 2008 Free Software Foundation, Inc.
17201 # Written by Gordon Matzigkeit, 1996
17203 # This file is part of GNU Libtool.
17205 # GNU Libtool is free software; you can redistribute it and/or
17206 # modify it under the terms of the GNU General Public License as
17207 # published by the Free Software Foundation; either version 2 of
17208 # the License, or (at your option) any later version.
17210 # As a special exception to the GNU General Public License,
17211 # if you distribute this file as part of a program or library that
17212 # is built using GNU Libtool, you may include this file under the
17213 # same distribution terms that you use for the rest of that program.
17215 # GNU Libtool is distributed in the hope that it will be useful,
17216 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17217 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17218 # GNU General Public License for more details.
17220 # You should have received a copy of the GNU General Public License
17221 # along with GNU Libtool; see the file COPYING. If not, a copy
17222 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17223 # obtained by writing to the Free Software Foundation, Inc.,
17224 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17227 # The names of the tagged configurations supported by this script.
17228 available_tags=""
17230 # ### BEGIN LIBTOOL CONFIG
17232 # Whether or not to build shared libraries.
17233 build_libtool_libs=$enable_shared
17235 # Which release of libtool.m4 was used?
17236 macro_version=$macro_version
17237 macro_revision=$macro_revision
17239 # Whether or not to build static libraries.
17240 build_old_libs=$enable_static
17242 # What type of objects to build.
17243 pic_mode=$pic_mode
17245 # Whether or not to optimize for fast installation.
17246 fast_install=$enable_fast_install
17248 # The host system.
17249 host_alias=$host_alias
17250 host=$host
17251 host_os=$host_os
17253 # The build system.
17254 build_alias=$build_alias
17255 build=$build
17256 build_os=$build_os
17258 # A sed program that does not truncate output.
17259 SED=$lt_SED
17261 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17262 Xsed="\$SED -e 1s/^X//"
17264 # A grep program that handles long lines.
17265 GREP=$lt_GREP
17267 # An ERE matcher.
17268 EGREP=$lt_EGREP
17270 # A literal string matcher.
17271 FGREP=$lt_FGREP
17273 # A BSD- or MS-compatible name lister.
17274 NM=$lt_NM
17276 # Whether we need soft or hard links.
17277 LN_S=$lt_LN_S
17279 # What is the maximum length of a command?
17280 max_cmd_len=$max_cmd_len
17282 # Object file suffix (normally "o").
17283 objext=$ac_objext
17285 # Executable file suffix (normally "").
17286 exeext=$exeext
17288 # whether the shell understands "unset".
17289 lt_unset=$lt_unset
17291 # turn spaces into newlines.
17292 SP2NL=$lt_lt_SP2NL
17294 # turn newlines into spaces.
17295 NL2SP=$lt_lt_NL2SP
17297 # How to create reloadable object files.
17298 reload_flag=$lt_reload_flag
17299 reload_cmds=$lt_reload_cmds
17301 # An object symbol dumper.
17302 OBJDUMP=$lt_OBJDUMP
17304 # Method to check whether dependent libraries are shared objects.
17305 deplibs_check_method=$lt_deplibs_check_method
17307 # Command to use when deplibs_check_method == "file_magic".
17308 file_magic_cmd=$lt_file_magic_cmd
17310 # The archiver.
17311 AR=$lt_AR
17312 AR_FLAGS=$lt_AR_FLAGS
17314 # A symbol stripping program.
17315 STRIP=$lt_STRIP
17317 # Commands used to install an old-style archive.
17318 RANLIB=$lt_RANLIB
17319 old_postinstall_cmds=$lt_old_postinstall_cmds
17320 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17322 # A C compiler.
17323 LTCC=$lt_CC
17325 # LTCC compiler flags.
17326 LTCFLAGS=$lt_CFLAGS
17328 # Take the output of nm and produce a listing of raw symbols and C names.
17329 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17331 # Transform the output of nm in a proper C declaration.
17332 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17334 # Transform the output of nm in a C name address pair.
17335 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17337 # Transform the output of nm in a C name address pair when lib prefix is needed.
17338 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17340 # The name of the directory that contains temporary libtool files.
17341 objdir=$objdir
17343 # Shell to use when invoking shell scripts.
17344 SHELL=$lt_SHELL
17346 # An echo program that does not interpret backslashes.
17347 ECHO=$lt_ECHO
17349 # Used to examine libraries when file_magic_cmd begins with "file".
17350 MAGIC_CMD=$MAGIC_CMD
17352 # Must we lock files when doing compilation?
17353 need_locks=$lt_need_locks
17355 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17356 DSYMUTIL=$lt_DSYMUTIL
17358 # Tool to change global to local symbols on Mac OS X.
17359 NMEDIT=$lt_NMEDIT
17361 # Tool to manipulate fat objects and archives on Mac OS X.
17362 LIPO=$lt_LIPO
17364 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17365 OTOOL=$lt_OTOOL
17367 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17368 OTOOL64=$lt_OTOOL64
17370 # Old archive suffix (normally "a").
17371 libext=$libext
17373 # Shared library suffix (normally ".so").
17374 shrext_cmds=$lt_shrext_cmds
17376 # The commands to extract the exported symbol list from a shared archive.
17377 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17379 # Variables whose values should be saved in libtool wrapper scripts and
17380 # restored at link time.
17381 variables_saved_for_relink=$lt_variables_saved_for_relink
17383 # Do we need the "lib" prefix for modules?
17384 need_lib_prefix=$need_lib_prefix
17386 # Do we need a version for libraries?
17387 need_version=$need_version
17389 # Library versioning type.
17390 version_type=$version_type
17392 # Shared library runtime path variable.
17393 runpath_var=$runpath_var
17395 # Shared library path variable.
17396 shlibpath_var=$shlibpath_var
17398 # Is shlibpath searched before the hard-coded library search path?
17399 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17401 # Format of library name prefix.
17402 libname_spec=$lt_libname_spec
17404 # List of archive names. First name is the real one, the rest are links.
17405 # The last name is the one that the linker finds with -lNAME
17406 library_names_spec=$lt_library_names_spec
17408 # The coded name of the library, if different from the real name.
17409 soname_spec=$lt_soname_spec
17411 # Command to use after installation of a shared archive.
17412 postinstall_cmds=$lt_postinstall_cmds
17414 # Command to use after uninstallation of a shared archive.
17415 postuninstall_cmds=$lt_postuninstall_cmds
17417 # Commands used to finish a libtool library installation in a directory.
17418 finish_cmds=$lt_finish_cmds
17420 # As "finish_cmds", except a single script fragment to be evaled but
17421 # not shown.
17422 finish_eval=$lt_finish_eval
17424 # Whether we should hardcode library paths into libraries.
17425 hardcode_into_libs=$hardcode_into_libs
17427 # Compile-time system search path for libraries.
17428 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17430 # Run-time system search path for libraries.
17431 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17433 # Whether dlopen is supported.
17434 dlopen_support=$enable_dlopen
17436 # Whether dlopen of programs is supported.
17437 dlopen_self=$enable_dlopen_self
17439 # Whether dlopen of statically linked programs is supported.
17440 dlopen_self_static=$enable_dlopen_self_static
17442 # Commands to strip libraries.
17443 old_striplib=$lt_old_striplib
17444 striplib=$lt_striplib
17447 # The linker used to build libraries.
17448 LD=$lt_LD
17450 # Commands used to build an old-style archive.
17451 old_archive_cmds=$lt_old_archive_cmds
17453 # A language specific compiler.
17454 CC=$lt_compiler
17456 # Is the compiler the GNU compiler?
17457 with_gcc=$GCC
17459 # Compiler flag to turn off builtin functions.
17460 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17462 # How to pass a linker flag through the compiler.
17463 wl=$lt_lt_prog_compiler_wl
17465 # Additional compiler flags for building library objects.
17466 pic_flag=$lt_lt_prog_compiler_pic
17468 # Compiler flag to prevent dynamic linking.
17469 link_static_flag=$lt_lt_prog_compiler_static
17471 # Does compiler simultaneously support -c and -o options?
17472 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17474 # Whether or not to add -lc for building shared libraries.
17475 build_libtool_need_lc=$archive_cmds_need_lc
17477 # Whether or not to disallow shared libs when runtime libs are static.
17478 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17480 # Compiler flag to allow reflexive dlopens.
17481 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17483 # Compiler flag to generate shared objects directly from archives.
17484 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17486 # Whether the compiler copes with passing no objects directly.
17487 compiler_needs_object=$lt_compiler_needs_object
17489 # Create an old-style archive from a shared archive.
17490 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17492 # Create a temporary old-style archive to link instead of a shared archive.
17493 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17495 # Commands used to build a shared archive.
17496 archive_cmds=$lt_archive_cmds
17497 archive_expsym_cmds=$lt_archive_expsym_cmds
17499 # Commands used to build a loadable module if different from building
17500 # a shared archive.
17501 module_cmds=$lt_module_cmds
17502 module_expsym_cmds=$lt_module_expsym_cmds
17504 # Whether we are building with GNU ld or not.
17505 with_gnu_ld=$lt_with_gnu_ld
17507 # Flag that allows shared libraries with undefined symbols to be built.
17508 allow_undefined_flag=$lt_allow_undefined_flag
17510 # Flag that enforces no undefined symbols.
17511 no_undefined_flag=$lt_no_undefined_flag
17513 # Flag to hardcode \$libdir into a binary during linking.
17514 # This must work even if \$libdir does not exist
17515 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17517 # If ld is used when linking, flag to hardcode \$libdir into a binary
17518 # during linking. This must work even if \$libdir does not exist.
17519 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17521 # Whether we need a single "-rpath" flag with a separated argument.
17522 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17524 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17525 # DIR into the resulting binary.
17526 hardcode_direct=$hardcode_direct
17528 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17529 # DIR into the resulting binary and the resulting library dependency is
17530 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17531 # library is relocated.
17532 hardcode_direct_absolute=$hardcode_direct_absolute
17534 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17535 # into the resulting binary.
17536 hardcode_minus_L=$hardcode_minus_L
17538 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17539 # into the resulting binary.
17540 hardcode_shlibpath_var=$hardcode_shlibpath_var
17542 # Set to "yes" if building a shared library automatically hardcodes DIR
17543 # into the library and all subsequent libraries and executables linked
17544 # against it.
17545 hardcode_automatic=$hardcode_automatic
17547 # Set to yes if linker adds runtime paths of dependent libraries
17548 # to runtime path list.
17549 inherit_rpath=$inherit_rpath
17551 # Whether libtool must link a program against all its dependency libraries.
17552 link_all_deplibs=$link_all_deplibs
17554 # Fix the shell variable \$srcfile for the compiler.
17555 fix_srcfile_path=$lt_fix_srcfile_path
17557 # Set to "yes" if exported symbols are required.
17558 always_export_symbols=$always_export_symbols
17560 # The commands to list exported symbols.
17561 export_symbols_cmds=$lt_export_symbols_cmds
17563 # Symbols that should not be listed in the preloaded symbols.
17564 exclude_expsyms=$lt_exclude_expsyms
17566 # Symbols that must always be exported.
17567 include_expsyms=$lt_include_expsyms
17569 # Commands necessary for linking programs (against libraries) with templates.
17570 prelink_cmds=$lt_prelink_cmds
17572 # Specify filename containing input files.
17573 file_list_spec=$lt_file_list_spec
17575 # How to hardcode a shared library path into an executable.
17576 hardcode_action=$hardcode_action
17578 # ### END LIBTOOL CONFIG
17580 _LT_EOF
17582 case $host_os in
17583 aix3*)
17584 cat <<\_LT_EOF >> "$cfgfile"
17585 # AIX sometimes has problems with the GCC collect2 program. For some
17586 # reason, if we set the COLLECT_NAMES environment variable, the problems
17587 # vanish in a puff of smoke.
17588 if test "X${COLLECT_NAMES+set}" != Xset; then
17589 COLLECT_NAMES=
17590 export COLLECT_NAMES
17592 _LT_EOF
17594 esac
17597 ltmain="$ac_aux_dir/ltmain.sh"
17600 # We use sed instead of cat because bash on DJGPP gets confused if
17601 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17602 # text mode, it properly converts lines to CR/LF. This bash problem
17603 # is reportedly fixed, but why not run on old versions too?
17604 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17605 || (rm -f "$cfgfile"; exit 1)
17607 case $xsi_shell in
17608 yes)
17609 cat << \_LT_EOF >> "$cfgfile"
17611 # func_dirname file append nondir_replacement
17612 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17613 # otherwise set result to NONDIR_REPLACEMENT.
17614 func_dirname ()
17616 case ${1} in
17617 */*) func_dirname_result="${1%/*}${2}" ;;
17618 * ) func_dirname_result="${3}" ;;
17619 esac
17622 # func_basename file
17623 func_basename ()
17625 func_basename_result="${1##*/}"
17628 # func_dirname_and_basename file append nondir_replacement
17629 # perform func_basename and func_dirname in a single function
17630 # call:
17631 # dirname: Compute the dirname of FILE. If nonempty,
17632 # add APPEND to the result, otherwise set result
17633 # to NONDIR_REPLACEMENT.
17634 # value returned in "$func_dirname_result"
17635 # basename: Compute filename of FILE.
17636 # value retuned in "$func_basename_result"
17637 # Implementation must be kept synchronized with func_dirname
17638 # and func_basename. For efficiency, we do not delegate to
17639 # those functions but instead duplicate the functionality here.
17640 func_dirname_and_basename ()
17642 case ${1} in
17643 */*) func_dirname_result="${1%/*}${2}" ;;
17644 * ) func_dirname_result="${3}" ;;
17645 esac
17646 func_basename_result="${1##*/}"
17649 # func_stripname prefix suffix name
17650 # strip PREFIX and SUFFIX off of NAME.
17651 # PREFIX and SUFFIX must not contain globbing or regex special
17652 # characters, hashes, percent signs, but SUFFIX may contain a leading
17653 # dot (in which case that matches only a dot).
17654 func_stripname ()
17656 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17657 # positional parameters, so assign one to ordinary parameter first.
17658 func_stripname_result=${3}
17659 func_stripname_result=${func_stripname_result#"${1}"}
17660 func_stripname_result=${func_stripname_result%"${2}"}
17663 # func_opt_split
17664 func_opt_split ()
17666 func_opt_split_opt=${1%%=*}
17667 func_opt_split_arg=${1#*=}
17670 # func_lo2o object
17671 func_lo2o ()
17673 case ${1} in
17674 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17675 *) func_lo2o_result=${1} ;;
17676 esac
17679 # func_xform libobj-or-source
17680 func_xform ()
17682 func_xform_result=${1%.*}.lo
17685 # func_arith arithmetic-term...
17686 func_arith ()
17688 func_arith_result=$(( $* ))
17691 # func_len string
17692 # STRING may not start with a hyphen.
17693 func_len ()
17695 func_len_result=${#1}
17698 _LT_EOF
17700 *) # Bourne compatible functions.
17701 cat << \_LT_EOF >> "$cfgfile"
17703 # func_dirname file append nondir_replacement
17704 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17705 # otherwise set result to NONDIR_REPLACEMENT.
17706 func_dirname ()
17708 # Extract subdirectory from the argument.
17709 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
17710 if test "X$func_dirname_result" = "X${1}"; then
17711 func_dirname_result="${3}"
17712 else
17713 func_dirname_result="$func_dirname_result${2}"
17717 # func_basename file
17718 func_basename ()
17720 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
17724 # func_stripname prefix suffix name
17725 # strip PREFIX and SUFFIX off of NAME.
17726 # PREFIX and SUFFIX must not contain globbing or regex special
17727 # characters, hashes, percent signs, but SUFFIX may contain a leading
17728 # dot (in which case that matches only a dot).
17729 # func_strip_suffix prefix name
17730 func_stripname ()
17732 case ${2} in
17733 .*) func_stripname_result=`$ECHO "X${3}" \
17734 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
17735 *) func_stripname_result=`$ECHO "X${3}" \
17736 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
17737 esac
17740 # sed scripts:
17741 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17742 my_sed_long_arg='1s/^-[^=]*=//'
17744 # func_opt_split
17745 func_opt_split ()
17747 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
17748 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
17751 # func_lo2o object
17752 func_lo2o ()
17754 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
17757 # func_xform libobj-or-source
17758 func_xform ()
17760 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
17763 # func_arith arithmetic-term...
17764 func_arith ()
17766 func_arith_result=`expr "$@"`
17769 # func_len string
17770 # STRING may not start with a hyphen.
17771 func_len ()
17773 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17776 _LT_EOF
17777 esac
17779 case $lt_shell_append in
17780 yes)
17781 cat << \_LT_EOF >> "$cfgfile"
17783 # func_append var value
17784 # Append VALUE to the end of shell variable VAR.
17785 func_append ()
17787 eval "$1+=\$2"
17789 _LT_EOF
17792 cat << \_LT_EOF >> "$cfgfile"
17794 # func_append var value
17795 # Append VALUE to the end of shell variable VAR.
17796 func_append ()
17798 eval "$1=\$$1\$2"
17801 _LT_EOF
17803 esac
17806 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17807 || (rm -f "$cfgfile"; exit 1)
17809 mv -f "$cfgfile" "$ofile" ||
17810 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17811 chmod +x "$ofile"
17814 "default-1":C)
17815 for ac_file in $CONFIG_FILES; do
17816 # Support "outfile[:infile[:infile...]]"
17817 case "$ac_file" in
17818 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17819 esac
17820 # PO directories have a Makefile.in generated from Makefile.in.in.
17821 case "$ac_file" in */Makefile.in)
17822 # Adjust a relative srcdir.
17823 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17824 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
17825 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17826 # In autoconf-2.13 it is called $ac_given_srcdir.
17827 # In autoconf-2.50 it is called $srcdir.
17828 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17829 case "$ac_given_srcdir" in
17830 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17831 /*) top_srcdir="$ac_given_srcdir" ;;
17832 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17833 esac
17834 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17835 rm -f "$ac_dir/POTFILES"
17836 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17837 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17838 POMAKEFILEDEPS="POTFILES.in"
17839 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17840 # on $ac_dir but don't depend on user-specified configuration
17841 # parameters.
17842 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17843 # The LINGUAS file contains the set of available languages.
17844 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17845 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
17847 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17848 # Hide the ALL_LINGUAS assigment from automake.
17849 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17850 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17851 else
17852 # The set of available languages was given in configure.in.
17853 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17855 case "$ac_given_srcdir" in
17856 .) srcdirpre= ;;
17857 *) srcdirpre='$(srcdir)/' ;;
17858 esac
17859 POFILES=
17860 GMOFILES=
17861 UPDATEPOFILES=
17862 DUMMYPOFILES=
17863 for lang in $ALL_LINGUAS; do
17864 POFILES="$POFILES $srcdirpre$lang.po"
17865 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17866 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17867 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17868 done
17869 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17870 # environment variable.
17871 INST_LINGUAS=
17872 if test -n "$ALL_LINGUAS"; then
17873 for presentlang in $ALL_LINGUAS; do
17874 useit=no
17875 if test "%UNSET%" != "$LINGUAS"; then
17876 desiredlanguages="$LINGUAS"
17877 else
17878 desiredlanguages="$ALL_LINGUAS"
17880 for desiredlang in $desiredlanguages; do
17881 # Use the presentlang catalog if desiredlang is
17882 # a. equal to presentlang, or
17883 # b. a variant of presentlang (because in this case,
17884 # presentlang can be used as a fallback for messages
17885 # which are not translated in the desiredlang catalog).
17886 case "$desiredlang" in
17887 "$presentlang"*) useit=yes;;
17888 esac
17889 done
17890 if test $useit = yes; then
17891 INST_LINGUAS="$INST_LINGUAS $presentlang"
17893 done
17895 CATALOGS=
17896 if test -n "$INST_LINGUAS"; then
17897 for lang in $INST_LINGUAS; do
17898 CATALOGS="$CATALOGS $lang.gmo"
17899 done
17901 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17902 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
17903 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17904 if test -f "$f"; then
17905 case "$f" in
17906 *.orig | *.bak | *~) ;;
17907 *) cat "$f" >> "$ac_dir/Makefile" ;;
17908 esac
17910 done
17913 esac
17914 done ;;
17915 "bfd_stdint.h":C)
17916 if test "$GCC" = yes; then
17917 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
17918 else
17919 echo "/* generated for $CC */" > tmp-stdint.h
17922 sed 's/^ *//' >> tmp-stdint.h <<EOF
17924 #ifndef GCC_GENERATED_STDINT_H
17925 #define GCC_GENERATED_STDINT_H 1
17927 #include <sys/types.h>
17930 if test "$acx_cv_header_stdint" != stdint.h; then
17931 echo "#include <stddef.h>" >> tmp-stdint.h
17933 if test "$acx_cv_header_stdint" != stddef.h; then
17934 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
17937 sed 's/^ *//' >> tmp-stdint.h <<EOF
17938 /* glibc uses these symbols as guards to prevent redefinitions. */
17939 #ifdef __int8_t_defined
17940 #define _INT8_T
17941 #define _INT16_T
17942 #define _INT32_T
17943 #endif
17944 #ifdef __uint32_t_defined
17945 #define _UINT32_T
17946 #endif
17950 # ----------------- done header, emit basic int types -------------
17951 if test "$acx_cv_header_stdint" = stddef.h; then
17952 sed 's/^ *//' >> tmp-stdint.h <<EOF
17954 #ifndef _UINT8_T
17955 #define _UINT8_T
17956 #ifndef __uint8_t_defined
17957 #define __uint8_t_defined
17958 typedef unsigned $acx_cv_type_int8_t uint8_t;
17959 #endif
17960 #endif
17962 #ifndef _UINT16_T
17963 #define _UINT16_T
17964 #ifndef __uint16_t_defined
17965 #define __uint16_t_defined
17966 typedef unsigned $acx_cv_type_int16_t uint16_t;
17967 #endif
17968 #endif
17970 #ifndef _UINT32_T
17971 #define _UINT32_T
17972 #ifndef __uint32_t_defined
17973 #define __uint32_t_defined
17974 typedef unsigned $acx_cv_type_int32_t uint32_t;
17975 #endif
17976 #endif
17978 #ifndef _INT8_T
17979 #define _INT8_T
17980 #ifndef __int8_t_defined
17981 #define __int8_t_defined
17982 typedef $acx_cv_type_int8_t int8_t;
17983 #endif
17984 #endif
17986 #ifndef _INT16_T
17987 #define _INT16_T
17988 #ifndef __int16_t_defined
17989 #define __int16_t_defined
17990 typedef $acx_cv_type_int16_t int16_t;
17991 #endif
17992 #endif
17994 #ifndef _INT32_T
17995 #define _INT32_T
17996 #ifndef __int32_t_defined
17997 #define __int32_t_defined
17998 typedef $acx_cv_type_int32_t int32_t;
17999 #endif
18000 #endif
18002 elif test "$ac_cv_type_u_int32_t" = yes; then
18003 sed 's/^ *//' >> tmp-stdint.h <<EOF
18005 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18006 #ifndef _INT8_T
18007 #define _INT8_T
18008 #endif
18009 #ifndef _INT16_T
18010 #define _INT16_T
18011 #endif
18012 #ifndef _INT32_T
18013 #define _INT32_T
18014 #endif
18016 #ifndef _UINT8_T
18017 #define _UINT8_T
18018 #ifndef __uint8_t_defined
18019 #define __uint8_t_defined
18020 typedef u_int8_t uint8_t;
18021 #endif
18022 #endif
18024 #ifndef _UINT16_T
18025 #define _UINT16_T
18026 #ifndef __uint16_t_defined
18027 #define __uint16_t_defined
18028 typedef u_int16_t uint16_t;
18029 #endif
18030 #endif
18032 #ifndef _UINT32_T
18033 #define _UINT32_T
18034 #ifndef __uint32_t_defined
18035 #define __uint32_t_defined
18036 typedef u_int32_t uint32_t;
18037 #endif
18038 #endif
18040 else
18041 sed 's/^ *//' >> tmp-stdint.h <<EOF
18043 /* Some systems have guard macros to prevent redefinitions, define them. */
18044 #ifndef _INT8_T
18045 #define _INT8_T
18046 #endif
18047 #ifndef _INT16_T
18048 #define _INT16_T
18049 #endif
18050 #ifndef _INT32_T
18051 #define _INT32_T
18052 #endif
18053 #ifndef _UINT8_T
18054 #define _UINT8_T
18055 #endif
18056 #ifndef _UINT16_T
18057 #define _UINT16_T
18058 #endif
18059 #ifndef _UINT32_T
18060 #define _UINT32_T
18061 #endif
18065 # ------------- done basic int types, emit int64_t types ------------
18066 if test "$ac_cv_type_uint64_t" = yes; then
18067 sed 's/^ *//' >> tmp-stdint.h <<EOF
18069 /* system headers have good uint64_t and int64_t */
18070 #ifndef _INT64_T
18071 #define _INT64_T
18072 #endif
18073 #ifndef _UINT64_T
18074 #define _UINT64_T
18075 #endif
18077 elif test "$ac_cv_type_u_int64_t" = yes; then
18078 sed 's/^ *//' >> tmp-stdint.h <<EOF
18080 /* system headers have an u_int64_t (and int64_t) */
18081 #ifndef _INT64_T
18082 #define _INT64_T
18083 #endif
18084 #ifndef _UINT64_T
18085 #define _UINT64_T
18086 #ifndef __uint64_t_defined
18087 #define __uint64_t_defined
18088 typedef u_int64_t uint64_t;
18089 #endif
18090 #endif
18092 elif test -n "$acx_cv_type_int64_t"; then
18093 sed 's/^ *//' >> tmp-stdint.h <<EOF
18095 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
18096 #ifndef _INT64_T
18097 #define _INT64_T
18098 typedef $acx_cv_type_int64_t int64_t;
18099 #endif
18100 #ifndef _UINT64_T
18101 #define _UINT64_T
18102 #ifndef __uint64_t_defined
18103 #define __uint64_t_defined
18104 typedef unsigned $acx_cv_type_int64_t uint64_t;
18105 #endif
18106 #endif
18108 else
18109 sed 's/^ *//' >> tmp-stdint.h <<EOF
18111 /* some common heuristics for int64_t, using compiler-specific tests */
18112 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
18113 #ifndef _INT64_T
18114 #define _INT64_T
18115 #ifndef __int64_t_defined
18116 typedef long long int64_t;
18117 #endif
18118 #endif
18119 #ifndef _UINT64_T
18120 #define _UINT64_T
18121 typedef unsigned long long uint64_t;
18122 #endif
18124 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
18125 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
18126 does not implement __extension__. But that compiler doesn't define
18127 __GNUC_MINOR__. */
18128 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
18129 # define __extension__
18130 # endif
18132 # ifndef _INT64_T
18133 # define _INT64_T
18134 __extension__ typedef long long int64_t;
18135 # endif
18136 # ifndef _UINT64_T
18137 # define _UINT64_T
18138 __extension__ typedef unsigned long long uint64_t;
18139 # endif
18141 #elif !defined __STRICT_ANSI__
18142 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
18144 # ifndef _INT64_T
18145 # define _INT64_T
18146 typedef __int64 int64_t;
18147 # endif
18148 # ifndef _UINT64_T
18149 # define _UINT64_T
18150 typedef unsigned __int64 uint64_t;
18151 # endif
18152 # endif /* compiler */
18154 #endif /* ANSI version */
18158 # ------------- done int64_t types, emit intptr types ------------
18159 if test "$ac_cv_type_uintptr_t" != yes; then
18160 sed 's/^ *//' >> tmp-stdint.h <<EOF
18162 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
18163 #ifndef __uintptr_t_defined
18164 typedef u$acx_cv_type_intptr_t uintptr_t;
18165 #endif
18166 #ifndef __intptr_t_defined
18167 typedef $acx_cv_type_intptr_t intptr_t;
18168 #endif
18172 # ------------- done intptr types, emit int_least types ------------
18173 if test "$ac_cv_type_int_least32_t" != yes; then
18174 sed 's/^ *//' >> tmp-stdint.h <<EOF
18176 /* Define int_least types */
18177 typedef int8_t int_least8_t;
18178 typedef int16_t int_least16_t;
18179 typedef int32_t int_least32_t;
18180 #ifdef _INT64_T
18181 typedef int64_t int_least64_t;
18182 #endif
18184 typedef uint8_t uint_least8_t;
18185 typedef uint16_t uint_least16_t;
18186 typedef uint32_t uint_least32_t;
18187 #ifdef _UINT64_T
18188 typedef uint64_t uint_least64_t;
18189 #endif
18193 # ------------- done intptr types, emit int_fast types ------------
18194 if test "$ac_cv_type_int_fast32_t" != yes; then
18195 sed 's/^ *//' >> tmp-stdint.h <<EOF
18197 /* Define int_fast types. short is often slow */
18198 typedef int8_t int_fast8_t;
18199 typedef int int_fast16_t;
18200 typedef int32_t int_fast32_t;
18201 #ifdef _INT64_T
18202 typedef int64_t int_fast64_t;
18203 #endif
18205 typedef uint8_t uint_fast8_t;
18206 typedef unsigned int uint_fast16_t;
18207 typedef uint32_t uint_fast32_t;
18208 #ifdef _UINT64_T
18209 typedef uint64_t uint_fast64_t;
18210 #endif
18214 if test "$ac_cv_type_uintmax_t" != yes; then
18215 sed 's/^ *//' >> tmp-stdint.h <<EOF
18217 /* Define intmax based on what we found */
18218 #ifdef _INT64_T
18219 typedef int64_t intmax_t;
18220 #else
18221 typedef long intmax_t;
18222 #endif
18223 #ifdef _UINT64_T
18224 typedef uint64_t uintmax_t;
18225 #else
18226 typedef unsigned long uintmax_t;
18227 #endif
18231 sed 's/^ *//' >> tmp-stdint.h <<EOF
18233 #endif /* GCC_GENERATED_STDINT_H */
18236 if test -r bfd_stdint.h && cmp -s tmp-stdint.h bfd_stdint.h; then
18237 rm -f tmp-stdint.h
18238 else
18239 mv -f tmp-stdint.h bfd_stdint.h
18243 "default":C)
18244 case "$srcdir" in
18245 .) srcdirpre= ;;
18246 *) srcdirpre='$(srcdir)/' ;;
18247 esac
18248 POFILES=
18249 GMOFILES=
18250 for lang in dummy $OBSOLETE_ALL_LINGUAS; do
18251 if test $lang != dummy; then
18252 POFILES="$POFILES $srcdirpre$lang.po"
18253 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18255 done
18256 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
18257 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
18258 -e "s,@POFILES@,$POFILES," \
18259 -e "s,@GMOFILES@,$GMOFILES," \
18260 po/Makefile.in > po/Makefile ;;
18262 esac
18263 done # for ac_tag
18266 as_fn_exit 0
18267 _ACEOF
18268 ac_clean_files=$ac_clean_files_save
18270 test $ac_write_fail = 0 ||
18271 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
18274 # configure is writing to config.log, and then calls config.status.
18275 # config.status does its own redirection, appending to config.log.
18276 # Unfortunately, on DOS this fails, as config.log is still kept open
18277 # by configure, so config.status won't be able to write to it; its
18278 # output is simply discarded. So we exec the FD to /dev/null,
18279 # effectively closing config.log, so it can be properly (re)opened and
18280 # appended to by config.status. When coming back to configure, we
18281 # need to make the FD available again.
18282 if test "$no_create" != yes; then
18283 ac_cs_success=:
18284 ac_config_status_args=
18285 test "$silent" = yes &&
18286 ac_config_status_args="$ac_config_status_args --quiet"
18287 exec 5>/dev/null
18288 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18289 exec 5>>config.log
18290 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18291 # would make configure fail if this is the last instruction.
18292 $ac_cs_success || as_fn_exit $?
18294 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18295 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18296 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}