]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - bfd/configure
bfd, opcodes, libctf: support --with-included-gettext
[thirdparty/binutils-gdb.git] / bfd / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for bfd 2.36.50.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
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 ## -------------------- ##
14
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 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
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"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
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=';'
78 }
79 fi
80
81
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"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279 fi
280 exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517 *)
518 ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME='bfd'
589 PACKAGE_TARNAME='bfd'
590 PACKAGE_VERSION='2.36.50'
591 PACKAGE_STRING='bfd 2.36.50'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
594
595 ac_unique_file="libbfd.c"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 # include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 # include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
631
632 ac_header_list=
633 ac_subst_vars='am__EXEEXT_FALSE
634 am__EXEEXT_TRUE
635 LTLIBOBJS
636 LIBOBJS
637 bfd_ufile_ptr
638 bfd_file_ptr
639 lt_cv_dlopen_libs
640 supports_plugins
641 COREFLAG
642 COREFILE
643 havevecs
644 tdefaults
645 bfd_default_target_size
646 bfd_machines
647 bfd_backends
648 all_backends
649 bfd64_libs
650 wordsize
651 TDEFINES
652 SHARED_LIBADD
653 SHARED_LDFLAGS
654 LIBM
655 zlibinc
656 zlibdir
657 EXEEXT_FOR_BUILD
658 CC_FOR_BUILD
659 BFD_HOSTPTR_T
660 BFD_HOST_U_64_BIT
661 BFD_HOST_64_BIT
662 BFD_HOST_64_BIT_DEFINED
663 BFD_HOST_64BIT_LONG_LONG
664 BFD_HOST_64BIT_LONG
665 HDEFINES
666 MSGMERGE
667 MSGFMT
668 MKINSTALLDIRS
669 CATOBJEXT
670 GENCAT
671 INSTOBJEXT
672 DATADIRNAME
673 CATALOGS
674 POSUB
675 GMSGFMT
676 XGETTEXT
677 INCINTL
678 LIBINTL_DEP
679 LIBINTL
680 USE_NLS
681 bfdincludedir
682 bfdlibdir
683 target_noncanonical
684 host_noncanonical
685 INSTALL_LIBBFD_FALSE
686 INSTALL_LIBBFD_TRUE
687 GENINSRC_NEVER_FALSE
688 GENINSRC_NEVER_TRUE
689 MAINT
690 MAINTAINER_MODE_FALSE
691 MAINTAINER_MODE_TRUE
692 WARN_WRITE_STRINGS
693 NO_WERROR
694 WARN_CFLAGS_FOR_BUILD
695 WARN_CFLAGS
696 REPORT_BUGS_TEXI
697 REPORT_BUGS_TO
698 PKGVERSION
699 DEBUGDIR
700 PLUGINS_FALSE
701 PLUGINS_TRUE
702 LARGEFILE_CPPFLAGS
703 OTOOL64
704 OTOOL
705 LIPO
706 NMEDIT
707 DSYMUTIL
708 OBJDUMP
709 LN_S
710 NM
711 ac_ct_DUMPBIN
712 DUMPBIN
713 LD
714 FGREP
715 SED
716 LIBTOOL
717 EGREP
718 GREP
719 CPP
720 RANLIB
721 AR
722 AM_BACKSLASH
723 AM_DEFAULT_VERBOSITY
724 AM_DEFAULT_V
725 AM_V
726 am__fastdepCC_FALSE
727 am__fastdepCC_TRUE
728 CCDEPMODE
729 am__nodep
730 AMDEPBACKSLASH
731 AMDEP_FALSE
732 AMDEP_TRUE
733 am__quote
734 am__include
735 DEPDIR
736 am__untar
737 am__tar
738 AMTAR
739 am__leading_dot
740 SET_MAKE
741 AWK
742 mkdir_p
743 MKDIR_P
744 INSTALL_STRIP_PROGRAM
745 STRIP
746 install_sh
747 MAKEINFO
748 AUTOHEADER
749 AUTOMAKE
750 AUTOCONF
751 ACLOCAL
752 VERSION
753 PACKAGE
754 CYGPATH_W
755 am__isrc
756 INSTALL_DATA
757 INSTALL_SCRIPT
758 INSTALL_PROGRAM
759 OBJEXT
760 EXEEXT
761 ac_ct_CC
762 CPPFLAGS
763 LDFLAGS
764 CFLAGS
765 CC
766 target_os
767 target_vendor
768 target_cpu
769 target
770 host_os
771 host_vendor
772 host_cpu
773 host
774 build_os
775 build_vendor
776 build_cpu
777 build
778 target_alias
779 host_alias
780 build_alias
781 LIBS
782 ECHO_T
783 ECHO_N
784 ECHO_C
785 DEFS
786 mandir
787 localedir
788 libdir
789 psdir
790 pdfdir
791 dvidir
792 htmldir
793 infodir
794 docdir
795 oldincludedir
796 includedir
797 localstatedir
798 sharedstatedir
799 sysconfdir
800 datadir
801 datarootdir
802 libexecdir
803 sbindir
804 bindir
805 program_transform_name
806 prefix
807 exec_prefix
808 PACKAGE_URL
809 PACKAGE_BUGREPORT
810 PACKAGE_STRING
811 PACKAGE_VERSION
812 PACKAGE_TARNAME
813 PACKAGE_NAME
814 PATH_SEPARATOR
815 SHELL'
816 ac_subst_files=''
817 ac_user_opts='
818 enable_option_checking
819 enable_dependency_tracking
820 enable_silent_rules
821 enable_shared
822 enable_static
823 with_pic
824 enable_fast_install
825 with_gnu_ld
826 enable_libtool_lock
827 enable_plugins
828 enable_largefile
829 enable_64_bit_bfd
830 enable_targets
831 enable_64_bit_archive
832 with_mmap
833 enable_secureplt
834 enable_separate_code
835 enable_leading_mingw64_underscores
836 with_separate_debug_dir
837 with_pkgversion
838 with_bugurl
839 enable_werror
840 enable_build_warnings
841 enable_maintainer_mode
842 enable_install_libbfd
843 enable_nls
844 with_system_zlib
845 '
846 ac_precious_vars='build_alias
847 host_alias
848 target_alias
849 CC
850 CFLAGS
851 LDFLAGS
852 LIBS
853 CPPFLAGS
854 CPP'
855
856
857 # Initialize some variables set by options.
858 ac_init_help=
859 ac_init_version=false
860 ac_unrecognized_opts=
861 ac_unrecognized_sep=
862 # The variables have the same names as the options, with
863 # dashes changed to underlines.
864 cache_file=/dev/null
865 exec_prefix=NONE
866 no_create=
867 no_recursion=
868 prefix=NONE
869 program_prefix=NONE
870 program_suffix=NONE
871 program_transform_name=s,x,x,
872 silent=
873 site=
874 srcdir=
875 verbose=
876 x_includes=NONE
877 x_libraries=NONE
878
879 # Installation directory options.
880 # These are left unexpanded so users can "make install exec_prefix=/foo"
881 # and all the variables that are supposed to be based on exec_prefix
882 # by default will actually change.
883 # Use braces instead of parens because sh, perl, etc. also accept them.
884 # (The list follows the same order as the GNU Coding Standards.)
885 bindir='${exec_prefix}/bin'
886 sbindir='${exec_prefix}/sbin'
887 libexecdir='${exec_prefix}/libexec'
888 datarootdir='${prefix}/share'
889 datadir='${datarootdir}'
890 sysconfdir='${prefix}/etc'
891 sharedstatedir='${prefix}/com'
892 localstatedir='${prefix}/var'
893 includedir='${prefix}/include'
894 oldincludedir='/usr/include'
895 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
896 infodir='${datarootdir}/info'
897 htmldir='${docdir}'
898 dvidir='${docdir}'
899 pdfdir='${docdir}'
900 psdir='${docdir}'
901 libdir='${exec_prefix}/lib'
902 localedir='${datarootdir}/locale'
903 mandir='${datarootdir}/man'
904
905 ac_prev=
906 ac_dashdash=
907 for ac_option
908 do
909 # If the previous option needs an argument, assign it.
910 if test -n "$ac_prev"; then
911 eval $ac_prev=\$ac_option
912 ac_prev=
913 continue
914 fi
915
916 case $ac_option in
917 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
918 *=) ac_optarg= ;;
919 *) ac_optarg=yes ;;
920 esac
921
922 # Accept the important Cygnus configure options, so we can diagnose typos.
923
924 case $ac_dashdash$ac_option in
925 --)
926 ac_dashdash=yes ;;
927
928 -bindir | --bindir | --bindi | --bind | --bin | --bi)
929 ac_prev=bindir ;;
930 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
931 bindir=$ac_optarg ;;
932
933 -build | --build | --buil | --bui | --bu)
934 ac_prev=build_alias ;;
935 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
936 build_alias=$ac_optarg ;;
937
938 -cache-file | --cache-file | --cache-fil | --cache-fi \
939 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
940 ac_prev=cache_file ;;
941 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
942 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
943 cache_file=$ac_optarg ;;
944
945 --config-cache | -C)
946 cache_file=config.cache ;;
947
948 -datadir | --datadir | --datadi | --datad)
949 ac_prev=datadir ;;
950 -datadir=* | --datadir=* | --datadi=* | --datad=*)
951 datadir=$ac_optarg ;;
952
953 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
954 | --dataroo | --dataro | --datar)
955 ac_prev=datarootdir ;;
956 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
957 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
958 datarootdir=$ac_optarg ;;
959
960 -disable-* | --disable-*)
961 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
962 # Reject names that are not valid shell variable names.
963 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
964 as_fn_error $? "invalid feature name: $ac_useropt"
965 ac_useropt_orig=$ac_useropt
966 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
967 case $ac_user_opts in
968 *"
969 "enable_$ac_useropt"
970 "*) ;;
971 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
972 ac_unrecognized_sep=', ';;
973 esac
974 eval enable_$ac_useropt=no ;;
975
976 -docdir | --docdir | --docdi | --doc | --do)
977 ac_prev=docdir ;;
978 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
979 docdir=$ac_optarg ;;
980
981 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
982 ac_prev=dvidir ;;
983 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
984 dvidir=$ac_optarg ;;
985
986 -enable-* | --enable-*)
987 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
988 # Reject names that are not valid shell variable names.
989 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
990 as_fn_error $? "invalid feature name: $ac_useropt"
991 ac_useropt_orig=$ac_useropt
992 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
993 case $ac_user_opts in
994 *"
995 "enable_$ac_useropt"
996 "*) ;;
997 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
998 ac_unrecognized_sep=', ';;
999 esac
1000 eval enable_$ac_useropt=\$ac_optarg ;;
1001
1002 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1003 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1004 | --exec | --exe | --ex)
1005 ac_prev=exec_prefix ;;
1006 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1007 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1008 | --exec=* | --exe=* | --ex=*)
1009 exec_prefix=$ac_optarg ;;
1010
1011 -gas | --gas | --ga | --g)
1012 # Obsolete; use --with-gas.
1013 with_gas=yes ;;
1014
1015 -help | --help | --hel | --he | -h)
1016 ac_init_help=long ;;
1017 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1018 ac_init_help=recursive ;;
1019 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1020 ac_init_help=short ;;
1021
1022 -host | --host | --hos | --ho)
1023 ac_prev=host_alias ;;
1024 -host=* | --host=* | --hos=* | --ho=*)
1025 host_alias=$ac_optarg ;;
1026
1027 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1028 ac_prev=htmldir ;;
1029 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1030 | --ht=*)
1031 htmldir=$ac_optarg ;;
1032
1033 -includedir | --includedir | --includedi | --included | --include \
1034 | --includ | --inclu | --incl | --inc)
1035 ac_prev=includedir ;;
1036 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1037 | --includ=* | --inclu=* | --incl=* | --inc=*)
1038 includedir=$ac_optarg ;;
1039
1040 -infodir | --infodir | --infodi | --infod | --info | --inf)
1041 ac_prev=infodir ;;
1042 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1043 infodir=$ac_optarg ;;
1044
1045 -libdir | --libdir | --libdi | --libd)
1046 ac_prev=libdir ;;
1047 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1048 libdir=$ac_optarg ;;
1049
1050 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1051 | --libexe | --libex | --libe)
1052 ac_prev=libexecdir ;;
1053 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1054 | --libexe=* | --libex=* | --libe=*)
1055 libexecdir=$ac_optarg ;;
1056
1057 -localedir | --localedir | --localedi | --localed | --locale)
1058 ac_prev=localedir ;;
1059 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1060 localedir=$ac_optarg ;;
1061
1062 -localstatedir | --localstatedir | --localstatedi | --localstated \
1063 | --localstate | --localstat | --localsta | --localst | --locals)
1064 ac_prev=localstatedir ;;
1065 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1066 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1067 localstatedir=$ac_optarg ;;
1068
1069 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1070 ac_prev=mandir ;;
1071 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1072 mandir=$ac_optarg ;;
1073
1074 -nfp | --nfp | --nf)
1075 # Obsolete; use --without-fp.
1076 with_fp=no ;;
1077
1078 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1079 | --no-cr | --no-c | -n)
1080 no_create=yes ;;
1081
1082 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1083 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1084 no_recursion=yes ;;
1085
1086 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1087 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1088 | --oldin | --oldi | --old | --ol | --o)
1089 ac_prev=oldincludedir ;;
1090 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1091 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1092 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1093 oldincludedir=$ac_optarg ;;
1094
1095 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1096 ac_prev=prefix ;;
1097 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1098 prefix=$ac_optarg ;;
1099
1100 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1101 | --program-pre | --program-pr | --program-p)
1102 ac_prev=program_prefix ;;
1103 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1104 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1105 program_prefix=$ac_optarg ;;
1106
1107 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1108 | --program-suf | --program-su | --program-s)
1109 ac_prev=program_suffix ;;
1110 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1111 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1112 program_suffix=$ac_optarg ;;
1113
1114 -program-transform-name | --program-transform-name \
1115 | --program-transform-nam | --program-transform-na \
1116 | --program-transform-n | --program-transform- \
1117 | --program-transform | --program-transfor \
1118 | --program-transfo | --program-transf \
1119 | --program-trans | --program-tran \
1120 | --progr-tra | --program-tr | --program-t)
1121 ac_prev=program_transform_name ;;
1122 -program-transform-name=* | --program-transform-name=* \
1123 | --program-transform-nam=* | --program-transform-na=* \
1124 | --program-transform-n=* | --program-transform-=* \
1125 | --program-transform=* | --program-transfor=* \
1126 | --program-transfo=* | --program-transf=* \
1127 | --program-trans=* | --program-tran=* \
1128 | --progr-tra=* | --program-tr=* | --program-t=*)
1129 program_transform_name=$ac_optarg ;;
1130
1131 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1132 ac_prev=pdfdir ;;
1133 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1134 pdfdir=$ac_optarg ;;
1135
1136 -psdir | --psdir | --psdi | --psd | --ps)
1137 ac_prev=psdir ;;
1138 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1139 psdir=$ac_optarg ;;
1140
1141 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1142 | -silent | --silent | --silen | --sile | --sil)
1143 silent=yes ;;
1144
1145 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1146 ac_prev=sbindir ;;
1147 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1148 | --sbi=* | --sb=*)
1149 sbindir=$ac_optarg ;;
1150
1151 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1152 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1153 | --sharedst | --shareds | --shared | --share | --shar \
1154 | --sha | --sh)
1155 ac_prev=sharedstatedir ;;
1156 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1157 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1158 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1159 | --sha=* | --sh=*)
1160 sharedstatedir=$ac_optarg ;;
1161
1162 -site | --site | --sit)
1163 ac_prev=site ;;
1164 -site=* | --site=* | --sit=*)
1165 site=$ac_optarg ;;
1166
1167 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1168 ac_prev=srcdir ;;
1169 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1170 srcdir=$ac_optarg ;;
1171
1172 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1173 | --syscon | --sysco | --sysc | --sys | --sy)
1174 ac_prev=sysconfdir ;;
1175 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1176 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1177 sysconfdir=$ac_optarg ;;
1178
1179 -target | --target | --targe | --targ | --tar | --ta | --t)
1180 ac_prev=target_alias ;;
1181 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1182 target_alias=$ac_optarg ;;
1183
1184 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1185 verbose=yes ;;
1186
1187 -version | --version | --versio | --versi | --vers | -V)
1188 ac_init_version=: ;;
1189
1190 -with-* | --with-*)
1191 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1192 # Reject names that are not valid shell variable names.
1193 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1194 as_fn_error $? "invalid package name: $ac_useropt"
1195 ac_useropt_orig=$ac_useropt
1196 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1197 case $ac_user_opts in
1198 *"
1199 "with_$ac_useropt"
1200 "*) ;;
1201 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1202 ac_unrecognized_sep=', ';;
1203 esac
1204 eval with_$ac_useropt=\$ac_optarg ;;
1205
1206 -without-* | --without-*)
1207 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1208 # Reject names that are not valid shell variable names.
1209 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1210 as_fn_error $? "invalid package name: $ac_useropt"
1211 ac_useropt_orig=$ac_useropt
1212 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1213 case $ac_user_opts in
1214 *"
1215 "with_$ac_useropt"
1216 "*) ;;
1217 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1218 ac_unrecognized_sep=', ';;
1219 esac
1220 eval with_$ac_useropt=no ;;
1221
1222 --x)
1223 # Obsolete; use --with-x.
1224 with_x=yes ;;
1225
1226 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1227 | --x-incl | --x-inc | --x-in | --x-i)
1228 ac_prev=x_includes ;;
1229 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1230 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1231 x_includes=$ac_optarg ;;
1232
1233 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1234 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1235 ac_prev=x_libraries ;;
1236 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1237 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1238 x_libraries=$ac_optarg ;;
1239
1240 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1241 Try \`$0 --help' for more information"
1242 ;;
1243
1244 *=*)
1245 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1246 # Reject names that are not valid shell variable names.
1247 case $ac_envvar in #(
1248 '' | [0-9]* | *[!_$as_cr_alnum]* )
1249 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1250 esac
1251 eval $ac_envvar=\$ac_optarg
1252 export $ac_envvar ;;
1253
1254 *)
1255 # FIXME: should be removed in autoconf 3.0.
1256 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1257 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1258 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1259 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1260 ;;
1261
1262 esac
1263 done
1264
1265 if test -n "$ac_prev"; then
1266 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1267 as_fn_error $? "missing argument to $ac_option"
1268 fi
1269
1270 if test -n "$ac_unrecognized_opts"; then
1271 case $enable_option_checking in
1272 no) ;;
1273 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1274 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1275 esac
1276 fi
1277
1278 # Check all directory arguments for consistency.
1279 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1280 datadir sysconfdir sharedstatedir localstatedir includedir \
1281 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1282 libdir localedir mandir
1283 do
1284 eval ac_val=\$$ac_var
1285 # Remove trailing slashes.
1286 case $ac_val in
1287 */ )
1288 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1289 eval $ac_var=\$ac_val;;
1290 esac
1291 # Be sure to have absolute directory names.
1292 case $ac_val in
1293 [\\/$]* | ?:[\\/]* ) continue;;
1294 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1295 esac
1296 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1297 done
1298
1299 # There might be people who depend on the old broken behavior: `$host'
1300 # used to hold the argument of --host etc.
1301 # FIXME: To remove some day.
1302 build=$build_alias
1303 host=$host_alias
1304 target=$target_alias
1305
1306 # FIXME: To remove some day.
1307 if test "x$host_alias" != x; then
1308 if test "x$build_alias" = x; then
1309 cross_compiling=maybe
1310 elif test "x$build_alias" != "x$host_alias"; then
1311 cross_compiling=yes
1312 fi
1313 fi
1314
1315 ac_tool_prefix=
1316 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1317
1318 test "$silent" = yes && exec 6>/dev/null
1319
1320
1321 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1322 ac_ls_di=`ls -di .` &&
1323 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1324 as_fn_error $? "working directory cannot be determined"
1325 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1326 as_fn_error $? "pwd does not report name of working directory"
1327
1328
1329 # Find the source files, if location was not specified.
1330 if test -z "$srcdir"; then
1331 ac_srcdir_defaulted=yes
1332 # Try the directory containing this script, then the parent directory.
1333 ac_confdir=`$as_dirname -- "$as_myself" ||
1334 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1335 X"$as_myself" : 'X\(//\)[^/]' \| \
1336 X"$as_myself" : 'X\(//\)$' \| \
1337 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1338 $as_echo X"$as_myself" |
1339 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1340 s//\1/
1341 q
1342 }
1343 /^X\(\/\/\)[^/].*/{
1344 s//\1/
1345 q
1346 }
1347 /^X\(\/\/\)$/{
1348 s//\1/
1349 q
1350 }
1351 /^X\(\/\).*/{
1352 s//\1/
1353 q
1354 }
1355 s/.*/./; q'`
1356 srcdir=$ac_confdir
1357 if test ! -r "$srcdir/$ac_unique_file"; then
1358 srcdir=..
1359 fi
1360 else
1361 ac_srcdir_defaulted=no
1362 fi
1363 if test ! -r "$srcdir/$ac_unique_file"; then
1364 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1365 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1366 fi
1367 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1368 ac_abs_confdir=`(
1369 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1370 pwd)`
1371 # When building in place, set srcdir=.
1372 if test "$ac_abs_confdir" = "$ac_pwd"; then
1373 srcdir=.
1374 fi
1375 # Remove unnecessary trailing slashes from srcdir.
1376 # Double slashes in file names in object file debugging info
1377 # mess up M-x gdb in Emacs.
1378 case $srcdir in
1379 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1380 esac
1381 for ac_var in $ac_precious_vars; do
1382 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1383 eval ac_env_${ac_var}_value=\$${ac_var}
1384 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1385 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1386 done
1387
1388 #
1389 # Report the --help message.
1390 #
1391 if test "$ac_init_help" = "long"; then
1392 # Omit some internal or obsolete options to make the list less imposing.
1393 # This message is too long to be a string in the A/UX 3.1 sh.
1394 cat <<_ACEOF
1395 \`configure' configures bfd 2.36.50 to adapt to many kinds of systems.
1396
1397 Usage: $0 [OPTION]... [VAR=VALUE]...
1398
1399 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1400 VAR=VALUE. See below for descriptions of some of the useful variables.
1401
1402 Defaults for the options are specified in brackets.
1403
1404 Configuration:
1405 -h, --help display this help and exit
1406 --help=short display options specific to this package
1407 --help=recursive display the short help of all the included packages
1408 -V, --version display version information and exit
1409 -q, --quiet, --silent do not print \`checking ...' messages
1410 --cache-file=FILE cache test results in FILE [disabled]
1411 -C, --config-cache alias for \`--cache-file=config.cache'
1412 -n, --no-create do not create output files
1413 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1414
1415 Installation directories:
1416 --prefix=PREFIX install architecture-independent files in PREFIX
1417 [$ac_default_prefix]
1418 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1419 [PREFIX]
1420
1421 By default, \`make install' will install all the files in
1422 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1423 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1424 for instance \`--prefix=\$HOME'.
1425
1426 For better control, use the options below.
1427
1428 Fine tuning of the installation directories:
1429 --bindir=DIR user executables [EPREFIX/bin]
1430 --sbindir=DIR system admin executables [EPREFIX/sbin]
1431 --libexecdir=DIR program executables [EPREFIX/libexec]
1432 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1433 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1434 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1435 --libdir=DIR object code libraries [EPREFIX/lib]
1436 --includedir=DIR C header files [PREFIX/include]
1437 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1438 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1439 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1440 --infodir=DIR info documentation [DATAROOTDIR/info]
1441 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1442 --mandir=DIR man documentation [DATAROOTDIR/man]
1443 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
1444 --htmldir=DIR html documentation [DOCDIR]
1445 --dvidir=DIR dvi documentation [DOCDIR]
1446 --pdfdir=DIR pdf documentation [DOCDIR]
1447 --psdir=DIR ps documentation [DOCDIR]
1448 _ACEOF
1449
1450 cat <<\_ACEOF
1451
1452 Program names:
1453 --program-prefix=PREFIX prepend PREFIX to installed program names
1454 --program-suffix=SUFFIX append SUFFIX to installed program names
1455 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1456
1457 System types:
1458 --build=BUILD configure for building on BUILD [guessed]
1459 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1460 --target=TARGET configure for building compilers for TARGET [HOST]
1461 _ACEOF
1462 fi
1463
1464 if test -n "$ac_init_help"; then
1465 case $ac_init_help in
1466 short | recursive ) echo "Configuration of bfd 2.36.50:";;
1467 esac
1468 cat <<\_ACEOF
1469
1470 Optional Features:
1471 --disable-option-checking ignore unrecognized --enable/--with options
1472 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1473 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1474 --enable-dependency-tracking
1475 do not reject slow dependency extractors
1476 --disable-dependency-tracking
1477 speeds up one-time build
1478 --enable-silent-rules less verbose build output (undo: "make V=1")
1479 --disable-silent-rules verbose build output (undo: "make V=0")
1480 --enable-shared[=PKGS] build shared libraries [default=no]
1481 --enable-static[=PKGS] build static libraries [default=yes]
1482 --enable-fast-install[=PKGS]
1483 optimize for fast installation [default=yes]
1484 --disable-libtool-lock avoid locking (might break parallel builds)
1485 --enable-plugins Enable support for plugins
1486 --disable-largefile omit support for large files
1487 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1488 --enable-targets alternative target configurations
1489 --enable-64-bit-archive force 64-bit archives
1490 --enable-secureplt Default to creating read-only plt entries
1491 --enable-separate-code enable -z separate-code in ELF linker by default
1492 --enable-leading-mingw64-underscores
1493 Enable leading underscores on 64 bit mingw targets
1494 --enable-werror treat compile warnings as errors
1495 --enable-build-warnings enable build-time compiler warnings
1496 --enable-maintainer-mode
1497 enable make rules and dependencies not useful (and
1498 sometimes confusing) to the casual installer
1499 --enable-install-libbfd controls installation of libbfd and related headers
1500 --disable-nls do not use Native Language Support
1501
1502 Optional Packages:
1503 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1504 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1505 --with-pic try to use only PIC/non-PIC objects [default=use
1506 both]
1507 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1508 --with-mmap try using mmap for BFD input files if available
1509 --with-separate-debug-dir=DIR
1510 Look for global separate debug info in DIR
1511 [[default=LIBDIR/debug]]
1512 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1513 Binutils"
1514 --with-bugurl=URL Direct users to URL to report a bug
1515 --with-system-zlib use installed libz
1516
1517 Some influential environment variables:
1518 CC C compiler command
1519 CFLAGS C compiler flags
1520 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1521 nonstandard directory <lib dir>
1522 LIBS libraries to pass to the linker, e.g. -l<library>
1523 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1524 you have headers in a nonstandard directory <include dir>
1525 CPP C preprocessor
1526
1527 Use these variables to override the choices made by `configure' or to help
1528 it to find libraries and programs with nonstandard names/locations.
1529
1530 Report bugs to the package provider.
1531 _ACEOF
1532 ac_status=$?
1533 fi
1534
1535 if test "$ac_init_help" = "recursive"; then
1536 # If there are subdirs, report their specific --help.
1537 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1538 test -d "$ac_dir" ||
1539 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1540 continue
1541 ac_builddir=.
1542
1543 case "$ac_dir" in
1544 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1545 *)
1546 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1547 # A ".." for each directory in $ac_dir_suffix.
1548 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1549 case $ac_top_builddir_sub in
1550 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1551 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1552 esac ;;
1553 esac
1554 ac_abs_top_builddir=$ac_pwd
1555 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1556 # for backward compatibility:
1557 ac_top_builddir=$ac_top_build_prefix
1558
1559 case $srcdir in
1560 .) # We are building in place.
1561 ac_srcdir=.
1562 ac_top_srcdir=$ac_top_builddir_sub
1563 ac_abs_top_srcdir=$ac_pwd ;;
1564 [\\/]* | ?:[\\/]* ) # Absolute name.
1565 ac_srcdir=$srcdir$ac_dir_suffix;
1566 ac_top_srcdir=$srcdir
1567 ac_abs_top_srcdir=$srcdir ;;
1568 *) # Relative name.
1569 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1570 ac_top_srcdir=$ac_top_build_prefix$srcdir
1571 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1572 esac
1573 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1574
1575 cd "$ac_dir" || { ac_status=$?; continue; }
1576 # Check for guested configure.
1577 if test -f "$ac_srcdir/configure.gnu"; then
1578 echo &&
1579 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1580 elif test -f "$ac_srcdir/configure"; then
1581 echo &&
1582 $SHELL "$ac_srcdir/configure" --help=recursive
1583 else
1584 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1585 fi || ac_status=$?
1586 cd "$ac_pwd" || { ac_status=$?; break; }
1587 done
1588 fi
1589
1590 test -n "$ac_init_help" && exit $ac_status
1591 if $ac_init_version; then
1592 cat <<\_ACEOF
1593 bfd configure 2.36.50
1594 generated by GNU Autoconf 2.69
1595
1596 Copyright (C) 2012 Free Software Foundation, Inc.
1597 This configure script is free software; the Free Software Foundation
1598 gives unlimited permission to copy, distribute and modify it.
1599 _ACEOF
1600 exit
1601 fi
1602
1603 ## ------------------------ ##
1604 ## Autoconf initialization. ##
1605 ## ------------------------ ##
1606
1607 # ac_fn_c_try_compile LINENO
1608 # --------------------------
1609 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1610 ac_fn_c_try_compile ()
1611 {
1612 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1613 rm -f conftest.$ac_objext
1614 if { { ac_try="$ac_compile"
1615 case "(($ac_try" in
1616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1617 *) ac_try_echo=$ac_try;;
1618 esac
1619 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1620 $as_echo "$ac_try_echo"; } >&5
1621 (eval "$ac_compile") 2>conftest.err
1622 ac_status=$?
1623 if test -s conftest.err; then
1624 grep -v '^ *+' conftest.err >conftest.er1
1625 cat conftest.er1 >&5
1626 mv -f conftest.er1 conftest.err
1627 fi
1628 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1629 test $ac_status = 0; } && {
1630 test -z "$ac_c_werror_flag" ||
1631 test ! -s conftest.err
1632 } && test -s conftest.$ac_objext; then :
1633 ac_retval=0
1634 else
1635 $as_echo "$as_me: failed program was:" >&5
1636 sed 's/^/| /' conftest.$ac_ext >&5
1637
1638 ac_retval=1
1639 fi
1640 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1641 as_fn_set_status $ac_retval
1642
1643 } # ac_fn_c_try_compile
1644
1645 # ac_fn_c_try_link LINENO
1646 # -----------------------
1647 # Try to link conftest.$ac_ext, and return whether this succeeded.
1648 ac_fn_c_try_link ()
1649 {
1650 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1651 rm -f conftest.$ac_objext conftest$ac_exeext
1652 if { { ac_try="$ac_link"
1653 case "(($ac_try" in
1654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1655 *) ac_try_echo=$ac_try;;
1656 esac
1657 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1658 $as_echo "$ac_try_echo"; } >&5
1659 (eval "$ac_link") 2>conftest.err
1660 ac_status=$?
1661 if test -s conftest.err; then
1662 grep -v '^ *+' conftest.err >conftest.er1
1663 cat conftest.er1 >&5
1664 mv -f conftest.er1 conftest.err
1665 fi
1666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1667 test $ac_status = 0; } && {
1668 test -z "$ac_c_werror_flag" ||
1669 test ! -s conftest.err
1670 } && test -s conftest$ac_exeext && {
1671 test "$cross_compiling" = yes ||
1672 test -x conftest$ac_exeext
1673 }; then :
1674 ac_retval=0
1675 else
1676 $as_echo "$as_me: failed program was:" >&5
1677 sed 's/^/| /' conftest.$ac_ext >&5
1678
1679 ac_retval=1
1680 fi
1681 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1682 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1683 # interfere with the next link command; also delete a directory that is
1684 # left behind by Apple's compiler. We do this before executing the actions.
1685 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1686 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1687 as_fn_set_status $ac_retval
1688
1689 } # ac_fn_c_try_link
1690
1691 # ac_fn_c_try_cpp LINENO
1692 # ----------------------
1693 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1694 ac_fn_c_try_cpp ()
1695 {
1696 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1697 if { { ac_try="$ac_cpp conftest.$ac_ext"
1698 case "(($ac_try" in
1699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1700 *) ac_try_echo=$ac_try;;
1701 esac
1702 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1703 $as_echo "$ac_try_echo"; } >&5
1704 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1705 ac_status=$?
1706 if test -s conftest.err; then
1707 grep -v '^ *+' conftest.err >conftest.er1
1708 cat conftest.er1 >&5
1709 mv -f conftest.er1 conftest.err
1710 fi
1711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1712 test $ac_status = 0; } > conftest.i && {
1713 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1714 test ! -s conftest.err
1715 }; then :
1716 ac_retval=0
1717 else
1718 $as_echo "$as_me: failed program was:" >&5
1719 sed 's/^/| /' conftest.$ac_ext >&5
1720
1721 ac_retval=1
1722 fi
1723 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1724 as_fn_set_status $ac_retval
1725
1726 } # ac_fn_c_try_cpp
1727
1728 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1729 # -------------------------------------------------------
1730 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1731 # the include files in INCLUDES and setting the cache variable VAR
1732 # accordingly.
1733 ac_fn_c_check_header_mongrel ()
1734 {
1735 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1736 if eval \${$3+:} false; then :
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1738 $as_echo_n "checking for $2... " >&6; }
1739 if eval \${$3+:} false; then :
1740 $as_echo_n "(cached) " >&6
1741 fi
1742 eval ac_res=\$$3
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1744 $as_echo "$ac_res" >&6; }
1745 else
1746 # Is the header compilable?
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1748 $as_echo_n "checking $2 usability... " >&6; }
1749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1750 /* end confdefs.h. */
1751 $4
1752 #include <$2>
1753 _ACEOF
1754 if ac_fn_c_try_compile "$LINENO"; then :
1755 ac_header_compiler=yes
1756 else
1757 ac_header_compiler=no
1758 fi
1759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1761 $as_echo "$ac_header_compiler" >&6; }
1762
1763 # Is the header present?
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1765 $as_echo_n "checking $2 presence... " >&6; }
1766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1767 /* end confdefs.h. */
1768 #include <$2>
1769 _ACEOF
1770 if ac_fn_c_try_cpp "$LINENO"; then :
1771 ac_header_preproc=yes
1772 else
1773 ac_header_preproc=no
1774 fi
1775 rm -f conftest.err conftest.i conftest.$ac_ext
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1777 $as_echo "$ac_header_preproc" >&6; }
1778
1779 # So? What about this header?
1780 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1781 yes:no: )
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1783 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1785 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1786 ;;
1787 no:yes:* )
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1789 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1791 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1793 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1795 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1797 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1798 ;;
1799 esac
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1801 $as_echo_n "checking for $2... " >&6; }
1802 if eval \${$3+:} false; then :
1803 $as_echo_n "(cached) " >&6
1804 else
1805 eval "$3=\$ac_header_compiler"
1806 fi
1807 eval ac_res=\$$3
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1809 $as_echo "$ac_res" >&6; }
1810 fi
1811 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1812
1813 } # ac_fn_c_check_header_mongrel
1814
1815 # ac_fn_c_try_run LINENO
1816 # ----------------------
1817 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1818 # that executables *can* be run.
1819 ac_fn_c_try_run ()
1820 {
1821 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1822 if { { ac_try="$ac_link"
1823 case "(($ac_try" in
1824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1825 *) ac_try_echo=$ac_try;;
1826 esac
1827 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1828 $as_echo "$ac_try_echo"; } >&5
1829 (eval "$ac_link") 2>&5
1830 ac_status=$?
1831 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1832 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1833 { { case "(($ac_try" in
1834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1835 *) ac_try_echo=$ac_try;;
1836 esac
1837 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1838 $as_echo "$ac_try_echo"; } >&5
1839 (eval "$ac_try") 2>&5
1840 ac_status=$?
1841 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1842 test $ac_status = 0; }; }; then :
1843 ac_retval=0
1844 else
1845 $as_echo "$as_me: program exited with status $ac_status" >&5
1846 $as_echo "$as_me: failed program was:" >&5
1847 sed 's/^/| /' conftest.$ac_ext >&5
1848
1849 ac_retval=$ac_status
1850 fi
1851 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1852 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1853 as_fn_set_status $ac_retval
1854
1855 } # ac_fn_c_try_run
1856
1857 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1858 # -------------------------------------------------------
1859 # Tests whether HEADER exists and can be compiled using the include files in
1860 # INCLUDES, setting the cache variable VAR accordingly.
1861 ac_fn_c_check_header_compile ()
1862 {
1863 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1865 $as_echo_n "checking for $2... " >&6; }
1866 if eval \${$3+:} false; then :
1867 $as_echo_n "(cached) " >&6
1868 else
1869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1870 /* end confdefs.h. */
1871 $4
1872 #include <$2>
1873 _ACEOF
1874 if ac_fn_c_try_compile "$LINENO"; then :
1875 eval "$3=yes"
1876 else
1877 eval "$3=no"
1878 fi
1879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1880 fi
1881 eval ac_res=\$$3
1882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1883 $as_echo "$ac_res" >&6; }
1884 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1885
1886 } # ac_fn_c_check_header_compile
1887
1888 # ac_fn_c_check_func LINENO FUNC VAR
1889 # ----------------------------------
1890 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1891 ac_fn_c_check_func ()
1892 {
1893 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1895 $as_echo_n "checking for $2... " >&6; }
1896 if eval \${$3+:} false; then :
1897 $as_echo_n "(cached) " >&6
1898 else
1899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1900 /* end confdefs.h. */
1901 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1902 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1903 #define $2 innocuous_$2
1904
1905 /* System header to define __stub macros and hopefully few prototypes,
1906 which can conflict with char $2 (); below.
1907 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1908 <limits.h> exists even on freestanding compilers. */
1909
1910 #ifdef __STDC__
1911 # include <limits.h>
1912 #else
1913 # include <assert.h>
1914 #endif
1915
1916 #undef $2
1917
1918 /* Override any GCC internal prototype to avoid an error.
1919 Use char because int might match the return type of a GCC
1920 builtin and then its argument prototype would still apply. */
1921 #ifdef __cplusplus
1922 extern "C"
1923 #endif
1924 char $2 ();
1925 /* The GNU C library defines this for functions which it implements
1926 to always fail with ENOSYS. Some functions are actually named
1927 something starting with __ and the normal name is an alias. */
1928 #if defined __stub_$2 || defined __stub___$2
1929 choke me
1930 #endif
1931
1932 int
1933 main ()
1934 {
1935 return $2 ();
1936 ;
1937 return 0;
1938 }
1939 _ACEOF
1940 if ac_fn_c_try_link "$LINENO"; then :
1941 eval "$3=yes"
1942 else
1943 eval "$3=no"
1944 fi
1945 rm -f core conftest.err conftest.$ac_objext \
1946 conftest$ac_exeext conftest.$ac_ext
1947 fi
1948 eval ac_res=\$$3
1949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1950 $as_echo "$ac_res" >&6; }
1951 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1952
1953 } # ac_fn_c_check_func
1954
1955 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1956 # -------------------------------------------
1957 # Tests whether TYPE exists after having included INCLUDES, setting cache
1958 # variable VAR accordingly.
1959 ac_fn_c_check_type ()
1960 {
1961 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1963 $as_echo_n "checking for $2... " >&6; }
1964 if eval \${$3+:} false; then :
1965 $as_echo_n "(cached) " >&6
1966 else
1967 eval "$3=no"
1968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1969 /* end confdefs.h. */
1970 $4
1971 int
1972 main ()
1973 {
1974 if (sizeof ($2))
1975 return 0;
1976 ;
1977 return 0;
1978 }
1979 _ACEOF
1980 if ac_fn_c_try_compile "$LINENO"; then :
1981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1982 /* end confdefs.h. */
1983 $4
1984 int
1985 main ()
1986 {
1987 if (sizeof (($2)))
1988 return 0;
1989 ;
1990 return 0;
1991 }
1992 _ACEOF
1993 if ac_fn_c_try_compile "$LINENO"; then :
1994
1995 else
1996 eval "$3=yes"
1997 fi
1998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1999 fi
2000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2001 fi
2002 eval ac_res=\$$3
2003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2004 $as_echo "$ac_res" >&6; }
2005 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2006
2007 } # ac_fn_c_check_type
2008
2009 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2010 # --------------------------------------------
2011 # Tries to find the compile-time value of EXPR in a program that includes
2012 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2013 # computed
2014 ac_fn_c_compute_int ()
2015 {
2016 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2017 if test "$cross_compiling" = yes; then
2018 # Depending upon the size, compute the lo and hi bounds.
2019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2020 /* end confdefs.h. */
2021 $4
2022 int
2023 main ()
2024 {
2025 static int test_array [1 - 2 * !(($2) >= 0)];
2026 test_array [0] = 0;
2027 return test_array [0];
2028
2029 ;
2030 return 0;
2031 }
2032 _ACEOF
2033 if ac_fn_c_try_compile "$LINENO"; then :
2034 ac_lo=0 ac_mid=0
2035 while :; do
2036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2037 /* end confdefs.h. */
2038 $4
2039 int
2040 main ()
2041 {
2042 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2043 test_array [0] = 0;
2044 return test_array [0];
2045
2046 ;
2047 return 0;
2048 }
2049 _ACEOF
2050 if ac_fn_c_try_compile "$LINENO"; then :
2051 ac_hi=$ac_mid; break
2052 else
2053 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2054 if test $ac_lo -le $ac_mid; then
2055 ac_lo= ac_hi=
2056 break
2057 fi
2058 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2059 fi
2060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2061 done
2062 else
2063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2064 /* end confdefs.h. */
2065 $4
2066 int
2067 main ()
2068 {
2069 static int test_array [1 - 2 * !(($2) < 0)];
2070 test_array [0] = 0;
2071 return test_array [0];
2072
2073 ;
2074 return 0;
2075 }
2076 _ACEOF
2077 if ac_fn_c_try_compile "$LINENO"; then :
2078 ac_hi=-1 ac_mid=-1
2079 while :; do
2080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2081 /* end confdefs.h. */
2082 $4
2083 int
2084 main ()
2085 {
2086 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2087 test_array [0] = 0;
2088 return test_array [0];
2089
2090 ;
2091 return 0;
2092 }
2093 _ACEOF
2094 if ac_fn_c_try_compile "$LINENO"; then :
2095 ac_lo=$ac_mid; break
2096 else
2097 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2098 if test $ac_mid -le $ac_hi; then
2099 ac_lo= ac_hi=
2100 break
2101 fi
2102 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2103 fi
2104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2105 done
2106 else
2107 ac_lo= ac_hi=
2108 fi
2109 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2110 fi
2111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2112 # Binary search between lo and hi bounds.
2113 while test "x$ac_lo" != "x$ac_hi"; do
2114 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2116 /* end confdefs.h. */
2117 $4
2118 int
2119 main ()
2120 {
2121 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2122 test_array [0] = 0;
2123 return test_array [0];
2124
2125 ;
2126 return 0;
2127 }
2128 _ACEOF
2129 if ac_fn_c_try_compile "$LINENO"; then :
2130 ac_hi=$ac_mid
2131 else
2132 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2133 fi
2134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2135 done
2136 case $ac_lo in #((
2137 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2138 '') ac_retval=1 ;;
2139 esac
2140 else
2141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2142 /* end confdefs.h. */
2143 $4
2144 static long int longval () { return $2; }
2145 static unsigned long int ulongval () { return $2; }
2146 #include <stdio.h>
2147 #include <stdlib.h>
2148 int
2149 main ()
2150 {
2151
2152 FILE *f = fopen ("conftest.val", "w");
2153 if (! f)
2154 return 1;
2155 if (($2) < 0)
2156 {
2157 long int i = longval ();
2158 if (i != ($2))
2159 return 1;
2160 fprintf (f, "%ld", i);
2161 }
2162 else
2163 {
2164 unsigned long int i = ulongval ();
2165 if (i != ($2))
2166 return 1;
2167 fprintf (f, "%lu", i);
2168 }
2169 /* Do not output a trailing newline, as this causes \r\n confusion
2170 on some platforms. */
2171 return ferror (f) || fclose (f) != 0;
2172
2173 ;
2174 return 0;
2175 }
2176 _ACEOF
2177 if ac_fn_c_try_run "$LINENO"; then :
2178 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2179 else
2180 ac_retval=1
2181 fi
2182 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2183 conftest.$ac_objext conftest.beam conftest.$ac_ext
2184 rm -f conftest.val
2185
2186 fi
2187 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2188 as_fn_set_status $ac_retval
2189
2190 } # ac_fn_c_compute_int
2191
2192 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2193 # ---------------------------------------------
2194 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2195 # accordingly.
2196 ac_fn_c_check_decl ()
2197 {
2198 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2199 as_decl_name=`echo $2|sed 's/ *(.*//'`
2200 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2202 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2203 if eval \${$3+:} false; then :
2204 $as_echo_n "(cached) " >&6
2205 else
2206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2207 /* end confdefs.h. */
2208 $4
2209 int
2210 main ()
2211 {
2212 #ifndef $as_decl_name
2213 #ifdef __cplusplus
2214 (void) $as_decl_use;
2215 #else
2216 (void) $as_decl_name;
2217 #endif
2218 #endif
2219
2220 ;
2221 return 0;
2222 }
2223 _ACEOF
2224 if ac_fn_c_try_compile "$LINENO"; then :
2225 eval "$3=yes"
2226 else
2227 eval "$3=no"
2228 fi
2229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2230 fi
2231 eval ac_res=\$$3
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2233 $as_echo "$ac_res" >&6; }
2234 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2235
2236 } # ac_fn_c_check_decl
2237 cat >config.log <<_ACEOF
2238 This file contains any messages produced by compilers while
2239 running configure, to aid debugging if configure makes a mistake.
2240
2241 It was created by bfd $as_me 2.36.50, which was
2242 generated by GNU Autoconf 2.69. Invocation command line was
2243
2244 $ $0 $@
2245
2246 _ACEOF
2247 exec 5>>config.log
2248 {
2249 cat <<_ASUNAME
2250 ## --------- ##
2251 ## Platform. ##
2252 ## --------- ##
2253
2254 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2255 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2256 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2257 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2258 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2259
2260 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2261 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2262
2263 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2264 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2265 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2266 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2267 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2268 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2269 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2270
2271 _ASUNAME
2272
2273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2274 for as_dir in $PATH
2275 do
2276 IFS=$as_save_IFS
2277 test -z "$as_dir" && as_dir=.
2278 $as_echo "PATH: $as_dir"
2279 done
2280 IFS=$as_save_IFS
2281
2282 } >&5
2283
2284 cat >&5 <<_ACEOF
2285
2286
2287 ## ----------- ##
2288 ## Core tests. ##
2289 ## ----------- ##
2290
2291 _ACEOF
2292
2293
2294 # Keep a trace of the command line.
2295 # Strip out --no-create and --no-recursion so they do not pile up.
2296 # Strip out --silent because we don't want to record it for future runs.
2297 # Also quote any args containing shell meta-characters.
2298 # Make two passes to allow for proper duplicate-argument suppression.
2299 ac_configure_args=
2300 ac_configure_args0=
2301 ac_configure_args1=
2302 ac_must_keep_next=false
2303 for ac_pass in 1 2
2304 do
2305 for ac_arg
2306 do
2307 case $ac_arg in
2308 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2309 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2310 | -silent | --silent | --silen | --sile | --sil)
2311 continue ;;
2312 *\'*)
2313 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2314 esac
2315 case $ac_pass in
2316 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2317 2)
2318 as_fn_append ac_configure_args1 " '$ac_arg'"
2319 if test $ac_must_keep_next = true; then
2320 ac_must_keep_next=false # Got value, back to normal.
2321 else
2322 case $ac_arg in
2323 *=* | --config-cache | -C | -disable-* | --disable-* \
2324 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2325 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2326 | -with-* | --with-* | -without-* | --without-* | --x)
2327 case "$ac_configure_args0 " in
2328 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2329 esac
2330 ;;
2331 -* ) ac_must_keep_next=true ;;
2332 esac
2333 fi
2334 as_fn_append ac_configure_args " '$ac_arg'"
2335 ;;
2336 esac
2337 done
2338 done
2339 { ac_configure_args0=; unset ac_configure_args0;}
2340 { ac_configure_args1=; unset ac_configure_args1;}
2341
2342 # When interrupted or exit'd, cleanup temporary files, and complete
2343 # config.log. We remove comments because anyway the quotes in there
2344 # would cause problems or look ugly.
2345 # WARNING: Use '\'' to represent an apostrophe within the trap.
2346 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2347 trap 'exit_status=$?
2348 # Save into config.log some information that might help in debugging.
2349 {
2350 echo
2351
2352 $as_echo "## ---------------- ##
2353 ## Cache variables. ##
2354 ## ---------------- ##"
2355 echo
2356 # The following way of writing the cache mishandles newlines in values,
2357 (
2358 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2359 eval ac_val=\$$ac_var
2360 case $ac_val in #(
2361 *${as_nl}*)
2362 case $ac_var in #(
2363 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2364 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2365 esac
2366 case $ac_var in #(
2367 _ | IFS | as_nl) ;; #(
2368 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2369 *) { eval $ac_var=; unset $ac_var;} ;;
2370 esac ;;
2371 esac
2372 done
2373 (set) 2>&1 |
2374 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2375 *${as_nl}ac_space=\ *)
2376 sed -n \
2377 "s/'\''/'\''\\\\'\'''\''/g;
2378 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2379 ;; #(
2380 *)
2381 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2382 ;;
2383 esac |
2384 sort
2385 )
2386 echo
2387
2388 $as_echo "## ----------------- ##
2389 ## Output variables. ##
2390 ## ----------------- ##"
2391 echo
2392 for ac_var in $ac_subst_vars
2393 do
2394 eval ac_val=\$$ac_var
2395 case $ac_val in
2396 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2397 esac
2398 $as_echo "$ac_var='\''$ac_val'\''"
2399 done | sort
2400 echo
2401
2402 if test -n "$ac_subst_files"; then
2403 $as_echo "## ------------------- ##
2404 ## File substitutions. ##
2405 ## ------------------- ##"
2406 echo
2407 for ac_var in $ac_subst_files
2408 do
2409 eval ac_val=\$$ac_var
2410 case $ac_val in
2411 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2412 esac
2413 $as_echo "$ac_var='\''$ac_val'\''"
2414 done | sort
2415 echo
2416 fi
2417
2418 if test -s confdefs.h; then
2419 $as_echo "## ----------- ##
2420 ## confdefs.h. ##
2421 ## ----------- ##"
2422 echo
2423 cat confdefs.h
2424 echo
2425 fi
2426 test "$ac_signal" != 0 &&
2427 $as_echo "$as_me: caught signal $ac_signal"
2428 $as_echo "$as_me: exit $exit_status"
2429 } >&5
2430 rm -f core *.core core.conftest.* &&
2431 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2432 exit $exit_status
2433 ' 0
2434 for ac_signal in 1 2 13 15; do
2435 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2436 done
2437 ac_signal=0
2438
2439 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2440 rm -f -r conftest* confdefs.h
2441
2442 $as_echo "/* confdefs.h */" > confdefs.h
2443
2444 # Predefined preprocessor variables.
2445
2446 cat >>confdefs.h <<_ACEOF
2447 #define PACKAGE_NAME "$PACKAGE_NAME"
2448 _ACEOF
2449
2450 cat >>confdefs.h <<_ACEOF
2451 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2452 _ACEOF
2453
2454 cat >>confdefs.h <<_ACEOF
2455 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2456 _ACEOF
2457
2458 cat >>confdefs.h <<_ACEOF
2459 #define PACKAGE_STRING "$PACKAGE_STRING"
2460 _ACEOF
2461
2462 cat >>confdefs.h <<_ACEOF
2463 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2464 _ACEOF
2465
2466 cat >>confdefs.h <<_ACEOF
2467 #define PACKAGE_URL "$PACKAGE_URL"
2468 _ACEOF
2469
2470
2471 # Let the site file select an alternate cache file if it wants to.
2472 # Prefer an explicitly selected file to automatically selected ones.
2473 ac_site_file1=NONE
2474 ac_site_file2=NONE
2475 if test -n "$CONFIG_SITE"; then
2476 # We do not want a PATH search for config.site.
2477 case $CONFIG_SITE in #((
2478 -*) ac_site_file1=./$CONFIG_SITE;;
2479 */*) ac_site_file1=$CONFIG_SITE;;
2480 *) ac_site_file1=./$CONFIG_SITE;;
2481 esac
2482 elif test "x$prefix" != xNONE; then
2483 ac_site_file1=$prefix/share/config.site
2484 ac_site_file2=$prefix/etc/config.site
2485 else
2486 ac_site_file1=$ac_default_prefix/share/config.site
2487 ac_site_file2=$ac_default_prefix/etc/config.site
2488 fi
2489 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2490 do
2491 test "x$ac_site_file" = xNONE && continue
2492 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2493 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2494 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2495 sed 's/^/| /' "$ac_site_file" >&5
2496 . "$ac_site_file" \
2497 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2498 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2499 as_fn_error $? "failed to load site script $ac_site_file
2500 See \`config.log' for more details" "$LINENO" 5; }
2501 fi
2502 done
2503
2504 if test -r "$cache_file"; then
2505 # Some versions of bash will fail to source /dev/null (special files
2506 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2507 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2508 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2509 $as_echo "$as_me: loading cache $cache_file" >&6;}
2510 case $cache_file in
2511 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2512 *) . "./$cache_file";;
2513 esac
2514 fi
2515 else
2516 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2517 $as_echo "$as_me: creating cache $cache_file" >&6;}
2518 >$cache_file
2519 fi
2520
2521 as_fn_append ac_header_list " stdlib.h"
2522 as_fn_append ac_header_list " unistd.h"
2523 as_fn_append ac_header_list " sys/param.h"
2524 # Check that the precious variables saved in the cache have kept the same
2525 # value.
2526 ac_cache_corrupted=false
2527 for ac_var in $ac_precious_vars; do
2528 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2529 eval ac_new_set=\$ac_env_${ac_var}_set
2530 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2531 eval ac_new_val=\$ac_env_${ac_var}_value
2532 case $ac_old_set,$ac_new_set in
2533 set,)
2534 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2535 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2536 ac_cache_corrupted=: ;;
2537 ,set)
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2539 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2540 ac_cache_corrupted=: ;;
2541 ,);;
2542 *)
2543 if test "x$ac_old_val" != "x$ac_new_val"; then
2544 # differences in whitespace do not lead to failure.
2545 ac_old_val_w=`echo x $ac_old_val`
2546 ac_new_val_w=`echo x $ac_new_val`
2547 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2549 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2550 ac_cache_corrupted=:
2551 else
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2553 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2554 eval $ac_var=\$ac_old_val
2555 fi
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2557 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2559 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2560 fi;;
2561 esac
2562 # Pass precious variables to config.status.
2563 if test "$ac_new_set" = set; then
2564 case $ac_new_val in
2565 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2566 *) ac_arg=$ac_var=$ac_new_val ;;
2567 esac
2568 case " $ac_configure_args " in
2569 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2570 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2571 esac
2572 fi
2573 done
2574 if $ac_cache_corrupted; then
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2576 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2578 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2579 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2580 fi
2581 ## -------------------- ##
2582 ## Main body of script. ##
2583 ## -------------------- ##
2584
2585 ac_ext=c
2586 ac_cpp='$CPP $CPPFLAGS'
2587 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2588 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2589 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2590
2591
2592
2593
2594
2595
2596
2597 ac_aux_dir=
2598 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2599 if test -f "$ac_dir/install-sh"; then
2600 ac_aux_dir=$ac_dir
2601 ac_install_sh="$ac_aux_dir/install-sh -c"
2602 break
2603 elif test -f "$ac_dir/install.sh"; then
2604 ac_aux_dir=$ac_dir
2605 ac_install_sh="$ac_aux_dir/install.sh -c"
2606 break
2607 elif test -f "$ac_dir/shtool"; then
2608 ac_aux_dir=$ac_dir
2609 ac_install_sh="$ac_aux_dir/shtool install -c"
2610 break
2611 fi
2612 done
2613 if test -z "$ac_aux_dir"; then
2614 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2615 fi
2616
2617 # These three variables are undocumented and unsupported,
2618 # and are intended to be withdrawn in a future Autoconf release.
2619 # They can cause serious problems if a builder's source tree is in a directory
2620 # whose full name contains unusual characters.
2621 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2622 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2623 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2624
2625
2626 # Make sure we can run config.sub.
2627 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2628 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2629
2630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2631 $as_echo_n "checking build system type... " >&6; }
2632 if ${ac_cv_build+:} false; then :
2633 $as_echo_n "(cached) " >&6
2634 else
2635 ac_build_alias=$build_alias
2636 test "x$ac_build_alias" = x &&
2637 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2638 test "x$ac_build_alias" = x &&
2639 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2640 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2641 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2642
2643 fi
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2645 $as_echo "$ac_cv_build" >&6; }
2646 case $ac_cv_build in
2647 *-*-*) ;;
2648 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2649 esac
2650 build=$ac_cv_build
2651 ac_save_IFS=$IFS; IFS='-'
2652 set x $ac_cv_build
2653 shift
2654 build_cpu=$1
2655 build_vendor=$2
2656 shift; shift
2657 # Remember, the first character of IFS is used to create $*,
2658 # except with old shells:
2659 build_os=$*
2660 IFS=$ac_save_IFS
2661 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2662
2663
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2665 $as_echo_n "checking host system type... " >&6; }
2666 if ${ac_cv_host+:} false; then :
2667 $as_echo_n "(cached) " >&6
2668 else
2669 if test "x$host_alias" = x; then
2670 ac_cv_host=$ac_cv_build
2671 else
2672 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2673 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2674 fi
2675
2676 fi
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2678 $as_echo "$ac_cv_host" >&6; }
2679 case $ac_cv_host in
2680 *-*-*) ;;
2681 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2682 esac
2683 host=$ac_cv_host
2684 ac_save_IFS=$IFS; IFS='-'
2685 set x $ac_cv_host
2686 shift
2687 host_cpu=$1
2688 host_vendor=$2
2689 shift; shift
2690 # Remember, the first character of IFS is used to create $*,
2691 # except with old shells:
2692 host_os=$*
2693 IFS=$ac_save_IFS
2694 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2695
2696
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2698 $as_echo_n "checking target system type... " >&6; }
2699 if ${ac_cv_target+:} false; then :
2700 $as_echo_n "(cached) " >&6
2701 else
2702 if test "x$target_alias" = x; then
2703 ac_cv_target=$ac_cv_host
2704 else
2705 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2706 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2707 fi
2708
2709 fi
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2711 $as_echo "$ac_cv_target" >&6; }
2712 case $ac_cv_target in
2713 *-*-*) ;;
2714 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2715 esac
2716 target=$ac_cv_target
2717 ac_save_IFS=$IFS; IFS='-'
2718 set x $ac_cv_target
2719 shift
2720 target_cpu=$1
2721 target_vendor=$2
2722 shift; shift
2723 # Remember, the first character of IFS is used to create $*,
2724 # except with old shells:
2725 target_os=$*
2726 IFS=$ac_save_IFS
2727 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2728
2729
2730 # The aliases save the names the user supplied, while $host etc.
2731 # will get canonicalized.
2732 test -n "$target_alias" &&
2733 test "$program_prefix$program_suffix$program_transform_name" = \
2734 NONENONEs,x,x, &&
2735 program_prefix=${target_alias}-
2736 # Expand $ac_aux_dir to an absolute path.
2737 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2738
2739 ac_ext=c
2740 ac_cpp='$CPP $CPPFLAGS'
2741 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2742 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2743 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2744 if test -n "$ac_tool_prefix"; then
2745 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2746 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2748 $as_echo_n "checking for $ac_word... " >&6; }
2749 if ${ac_cv_prog_CC+:} false; then :
2750 $as_echo_n "(cached) " >&6
2751 else
2752 if test -n "$CC"; then
2753 ac_cv_prog_CC="$CC" # Let the user override the test.
2754 else
2755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2756 for as_dir in $PATH
2757 do
2758 IFS=$as_save_IFS
2759 test -z "$as_dir" && as_dir=.
2760 for ac_exec_ext in '' $ac_executable_extensions; do
2761 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2762 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2764 break 2
2765 fi
2766 done
2767 done
2768 IFS=$as_save_IFS
2769
2770 fi
2771 fi
2772 CC=$ac_cv_prog_CC
2773 if test -n "$CC"; then
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2775 $as_echo "$CC" >&6; }
2776 else
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2778 $as_echo "no" >&6; }
2779 fi
2780
2781
2782 fi
2783 if test -z "$ac_cv_prog_CC"; then
2784 ac_ct_CC=$CC
2785 # Extract the first word of "gcc", so it can be a program name with args.
2786 set dummy gcc; ac_word=$2
2787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2788 $as_echo_n "checking for $ac_word... " >&6; }
2789 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2790 $as_echo_n "(cached) " >&6
2791 else
2792 if test -n "$ac_ct_CC"; then
2793 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2794 else
2795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2796 for as_dir in $PATH
2797 do
2798 IFS=$as_save_IFS
2799 test -z "$as_dir" && as_dir=.
2800 for ac_exec_ext in '' $ac_executable_extensions; do
2801 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2802 ac_cv_prog_ac_ct_CC="gcc"
2803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2804 break 2
2805 fi
2806 done
2807 done
2808 IFS=$as_save_IFS
2809
2810 fi
2811 fi
2812 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2813 if test -n "$ac_ct_CC"; then
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2815 $as_echo "$ac_ct_CC" >&6; }
2816 else
2817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2818 $as_echo "no" >&6; }
2819 fi
2820
2821 if test "x$ac_ct_CC" = x; then
2822 CC=""
2823 else
2824 case $cross_compiling:$ac_tool_warned in
2825 yes:)
2826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2827 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2828 ac_tool_warned=yes ;;
2829 esac
2830 CC=$ac_ct_CC
2831 fi
2832 else
2833 CC="$ac_cv_prog_CC"
2834 fi
2835
2836 if test -z "$CC"; then
2837 if test -n "$ac_tool_prefix"; then
2838 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2839 set dummy ${ac_tool_prefix}cc; ac_word=$2
2840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2841 $as_echo_n "checking for $ac_word... " >&6; }
2842 if ${ac_cv_prog_CC+:} false; then :
2843 $as_echo_n "(cached) " >&6
2844 else
2845 if test -n "$CC"; then
2846 ac_cv_prog_CC="$CC" # Let the user override the test.
2847 else
2848 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2849 for as_dir in $PATH
2850 do
2851 IFS=$as_save_IFS
2852 test -z "$as_dir" && as_dir=.
2853 for ac_exec_ext in '' $ac_executable_extensions; do
2854 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2855 ac_cv_prog_CC="${ac_tool_prefix}cc"
2856 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2857 break 2
2858 fi
2859 done
2860 done
2861 IFS=$as_save_IFS
2862
2863 fi
2864 fi
2865 CC=$ac_cv_prog_CC
2866 if test -n "$CC"; then
2867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2868 $as_echo "$CC" >&6; }
2869 else
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2871 $as_echo "no" >&6; }
2872 fi
2873
2874
2875 fi
2876 fi
2877 if test -z "$CC"; then
2878 # Extract the first word of "cc", so it can be a program name with args.
2879 set dummy cc; ac_word=$2
2880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2881 $as_echo_n "checking for $ac_word... " >&6; }
2882 if ${ac_cv_prog_CC+:} false; then :
2883 $as_echo_n "(cached) " >&6
2884 else
2885 if test -n "$CC"; then
2886 ac_cv_prog_CC="$CC" # Let the user override the test.
2887 else
2888 ac_prog_rejected=no
2889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2890 for as_dir in $PATH
2891 do
2892 IFS=$as_save_IFS
2893 test -z "$as_dir" && as_dir=.
2894 for ac_exec_ext in '' $ac_executable_extensions; do
2895 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2896 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2897 ac_prog_rejected=yes
2898 continue
2899 fi
2900 ac_cv_prog_CC="cc"
2901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2902 break 2
2903 fi
2904 done
2905 done
2906 IFS=$as_save_IFS
2907
2908 if test $ac_prog_rejected = yes; then
2909 # We found a bogon in the path, so make sure we never use it.
2910 set dummy $ac_cv_prog_CC
2911 shift
2912 if test $# != 0; then
2913 # We chose a different compiler from the bogus one.
2914 # However, it has the same basename, so the bogon will be chosen
2915 # first if we set CC to just the basename; use the full file name.
2916 shift
2917 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2918 fi
2919 fi
2920 fi
2921 fi
2922 CC=$ac_cv_prog_CC
2923 if test -n "$CC"; then
2924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2925 $as_echo "$CC" >&6; }
2926 else
2927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2928 $as_echo "no" >&6; }
2929 fi
2930
2931
2932 fi
2933 if test -z "$CC"; then
2934 if test -n "$ac_tool_prefix"; then
2935 for ac_prog in cl.exe
2936 do
2937 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2938 set dummy $ac_tool_prefix$ac_prog; 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 ${ac_cv_prog_CC+:} false; 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 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2948 for as_dir in $PATH
2949 do
2950 IFS=$as_save_IFS
2951 test -z "$as_dir" && as_dir=.
2952 for ac_exec_ext in '' $ac_executable_extensions; do
2953 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2954 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2956 break 2
2957 fi
2958 done
2959 done
2960 IFS=$as_save_IFS
2961
2962 fi
2963 fi
2964 CC=$ac_cv_prog_CC
2965 if test -n "$CC"; then
2966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2967 $as_echo "$CC" >&6; }
2968 else
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2970 $as_echo "no" >&6; }
2971 fi
2972
2973
2974 test -n "$CC" && break
2975 done
2976 fi
2977 if test -z "$CC"; then
2978 ac_ct_CC=$CC
2979 for ac_prog in cl.exe
2980 do
2981 # Extract the first word of "$ac_prog", so it can be a program name with args.
2982 set dummy $ac_prog; ac_word=$2
2983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2984 $as_echo_n "checking for $ac_word... " >&6; }
2985 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2986 $as_echo_n "(cached) " >&6
2987 else
2988 if test -n "$ac_ct_CC"; then
2989 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2990 else
2991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2992 for as_dir in $PATH
2993 do
2994 IFS=$as_save_IFS
2995 test -z "$as_dir" && as_dir=.
2996 for ac_exec_ext in '' $ac_executable_extensions; do
2997 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2998 ac_cv_prog_ac_ct_CC="$ac_prog"
2999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3000 break 2
3001 fi
3002 done
3003 done
3004 IFS=$as_save_IFS
3005
3006 fi
3007 fi
3008 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3009 if test -n "$ac_ct_CC"; then
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3011 $as_echo "$ac_ct_CC" >&6; }
3012 else
3013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3014 $as_echo "no" >&6; }
3015 fi
3016
3017
3018 test -n "$ac_ct_CC" && break
3019 done
3020
3021 if test "x$ac_ct_CC" = x; then
3022 CC=""
3023 else
3024 case $cross_compiling:$ac_tool_warned in
3025 yes:)
3026 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3027 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3028 ac_tool_warned=yes ;;
3029 esac
3030 CC=$ac_ct_CC
3031 fi
3032 fi
3033
3034 fi
3035
3036
3037 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3038 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3039 as_fn_error $? "no acceptable C compiler found in \$PATH
3040 See \`config.log' for more details" "$LINENO" 5; }
3041
3042 # Provide some information about the compiler.
3043 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3044 set X $ac_compile
3045 ac_compiler=$2
3046 for ac_option in --version -v -V -qversion; do
3047 { { ac_try="$ac_compiler $ac_option >&5"
3048 case "(($ac_try" in
3049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3050 *) ac_try_echo=$ac_try;;
3051 esac
3052 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3053 $as_echo "$ac_try_echo"; } >&5
3054 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3055 ac_status=$?
3056 if test -s conftest.err; then
3057 sed '10a\
3058 ... rest of stderr output deleted ...
3059 10q' conftest.err >conftest.er1
3060 cat conftest.er1 >&5
3061 fi
3062 rm -f conftest.er1 conftest.err
3063 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3064 test $ac_status = 0; }
3065 done
3066
3067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3068 /* end confdefs.h. */
3069
3070 int
3071 main ()
3072 {
3073
3074 ;
3075 return 0;
3076 }
3077 _ACEOF
3078 ac_clean_files_save=$ac_clean_files
3079 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3080 # Try to create an executable without -o first, disregard a.out.
3081 # It will help us diagnose broken compilers, and finding out an intuition
3082 # of exeext.
3083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3084 $as_echo_n "checking whether the C compiler works... " >&6; }
3085 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3086
3087 # The possible output files:
3088 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3089
3090 ac_rmfiles=
3091 for ac_file in $ac_files
3092 do
3093 case $ac_file in
3094 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3095 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3096 esac
3097 done
3098 rm -f $ac_rmfiles
3099
3100 if { { ac_try="$ac_link_default"
3101 case "(($ac_try" in
3102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3103 *) ac_try_echo=$ac_try;;
3104 esac
3105 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3106 $as_echo "$ac_try_echo"; } >&5
3107 (eval "$ac_link_default") 2>&5
3108 ac_status=$?
3109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3110 test $ac_status = 0; }; then :
3111 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3112 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3113 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3114 # so that the user can short-circuit this test for compilers unknown to
3115 # Autoconf.
3116 for ac_file in $ac_files ''
3117 do
3118 test -f "$ac_file" || continue
3119 case $ac_file in
3120 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3121 ;;
3122 [ab].out )
3123 # We found the default executable, but exeext='' is most
3124 # certainly right.
3125 break;;
3126 *.* )
3127 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3128 then :; else
3129 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3130 fi
3131 # We set ac_cv_exeext here because the later test for it is not
3132 # safe: cross compilers may not add the suffix if given an `-o'
3133 # argument, so we may need to know it at that point already.
3134 # Even if this section looks crufty: it has the advantage of
3135 # actually working.
3136 break;;
3137 * )
3138 break;;
3139 esac
3140 done
3141 test "$ac_cv_exeext" = no && ac_cv_exeext=
3142
3143 else
3144 ac_file=''
3145 fi
3146 if test -z "$ac_file"; then :
3147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3148 $as_echo "no" >&6; }
3149 $as_echo "$as_me: failed program was:" >&5
3150 sed 's/^/| /' conftest.$ac_ext >&5
3151
3152 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3153 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3154 as_fn_error 77 "C compiler cannot create executables
3155 See \`config.log' for more details" "$LINENO" 5; }
3156 else
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3158 $as_echo "yes" >&6; }
3159 fi
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3161 $as_echo_n "checking for C compiler default output file name... " >&6; }
3162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3163 $as_echo "$ac_file" >&6; }
3164 ac_exeext=$ac_cv_exeext
3165
3166 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3167 ac_clean_files=$ac_clean_files_save
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3169 $as_echo_n "checking for suffix of executables... " >&6; }
3170 if { { ac_try="$ac_link"
3171 case "(($ac_try" in
3172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173 *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3176 $as_echo "$ac_try_echo"; } >&5
3177 (eval "$ac_link") 2>&5
3178 ac_status=$?
3179 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3180 test $ac_status = 0; }; then :
3181 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3182 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3183 # work properly (i.e., refer to `conftest.exe'), while it won't with
3184 # `rm'.
3185 for ac_file in conftest.exe conftest conftest.*; do
3186 test -f "$ac_file" || continue
3187 case $ac_file in
3188 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3189 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3190 break;;
3191 * ) break;;
3192 esac
3193 done
3194 else
3195 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3196 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3197 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3198 See \`config.log' for more details" "$LINENO" 5; }
3199 fi
3200 rm -f conftest conftest$ac_cv_exeext
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3202 $as_echo "$ac_cv_exeext" >&6; }
3203
3204 rm -f conftest.$ac_ext
3205 EXEEXT=$ac_cv_exeext
3206 ac_exeext=$EXEEXT
3207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3208 /* end confdefs.h. */
3209 #include <stdio.h>
3210 int
3211 main ()
3212 {
3213 FILE *f = fopen ("conftest.out", "w");
3214 return ferror (f) || fclose (f) != 0;
3215
3216 ;
3217 return 0;
3218 }
3219 _ACEOF
3220 ac_clean_files="$ac_clean_files conftest.out"
3221 # Check that the compiler produces executables we can run. If not, either
3222 # the compiler is broken, or we cross compile.
3223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3224 $as_echo_n "checking whether we are cross compiling... " >&6; }
3225 if test "$cross_compiling" != yes; then
3226 { { ac_try="$ac_link"
3227 case "(($ac_try" in
3228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3229 *) ac_try_echo=$ac_try;;
3230 esac
3231 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3232 $as_echo "$ac_try_echo"; } >&5
3233 (eval "$ac_link") 2>&5
3234 ac_status=$?
3235 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3236 test $ac_status = 0; }
3237 if { ac_try='./conftest$ac_cv_exeext'
3238 { { case "(($ac_try" in
3239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3240 *) ac_try_echo=$ac_try;;
3241 esac
3242 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3243 $as_echo "$ac_try_echo"; } >&5
3244 (eval "$ac_try") 2>&5
3245 ac_status=$?
3246 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3247 test $ac_status = 0; }; }; then
3248 cross_compiling=no
3249 else
3250 if test "$cross_compiling" = maybe; then
3251 cross_compiling=yes
3252 else
3253 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3254 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3255 as_fn_error $? "cannot run C compiled programs.
3256 If you meant to cross compile, use \`--host'.
3257 See \`config.log' for more details" "$LINENO" 5; }
3258 fi
3259 fi
3260 fi
3261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3262 $as_echo "$cross_compiling" >&6; }
3263
3264 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3265 ac_clean_files=$ac_clean_files_save
3266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3267 $as_echo_n "checking for suffix of object files... " >&6; }
3268 if ${ac_cv_objext+:} false; then :
3269 $as_echo_n "(cached) " >&6
3270 else
3271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3272 /* end confdefs.h. */
3273
3274 int
3275 main ()
3276 {
3277
3278 ;
3279 return 0;
3280 }
3281 _ACEOF
3282 rm -f conftest.o conftest.obj
3283 if { { ac_try="$ac_compile"
3284 case "(($ac_try" in
3285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3286 *) ac_try_echo=$ac_try;;
3287 esac
3288 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3289 $as_echo "$ac_try_echo"; } >&5
3290 (eval "$ac_compile") 2>&5
3291 ac_status=$?
3292 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3293 test $ac_status = 0; }; then :
3294 for ac_file in conftest.o conftest.obj conftest.*; do
3295 test -f "$ac_file" || continue;
3296 case $ac_file in
3297 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3298 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3299 break;;
3300 esac
3301 done
3302 else
3303 $as_echo "$as_me: failed program was:" >&5
3304 sed 's/^/| /' conftest.$ac_ext >&5
3305
3306 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3307 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3308 as_fn_error $? "cannot compute suffix of object files: cannot compile
3309 See \`config.log' for more details" "$LINENO" 5; }
3310 fi
3311 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3312 fi
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3314 $as_echo "$ac_cv_objext" >&6; }
3315 OBJEXT=$ac_cv_objext
3316 ac_objext=$OBJEXT
3317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3318 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3319 if ${ac_cv_c_compiler_gnu+:} false; then :
3320 $as_echo_n "(cached) " >&6
3321 else
3322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3323 /* end confdefs.h. */
3324
3325 int
3326 main ()
3327 {
3328 #ifndef __GNUC__
3329 choke me
3330 #endif
3331
3332 ;
3333 return 0;
3334 }
3335 _ACEOF
3336 if ac_fn_c_try_compile "$LINENO"; then :
3337 ac_compiler_gnu=yes
3338 else
3339 ac_compiler_gnu=no
3340 fi
3341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3342 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3343
3344 fi
3345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3346 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3347 if test $ac_compiler_gnu = yes; then
3348 GCC=yes
3349 else
3350 GCC=
3351 fi
3352 ac_test_CFLAGS=${CFLAGS+set}
3353 ac_save_CFLAGS=$CFLAGS
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3355 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3356 if ${ac_cv_prog_cc_g+:} false; then :
3357 $as_echo_n "(cached) " >&6
3358 else
3359 ac_save_c_werror_flag=$ac_c_werror_flag
3360 ac_c_werror_flag=yes
3361 ac_cv_prog_cc_g=no
3362 CFLAGS="-g"
3363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3364 /* end confdefs.h. */
3365
3366 int
3367 main ()
3368 {
3369
3370 ;
3371 return 0;
3372 }
3373 _ACEOF
3374 if ac_fn_c_try_compile "$LINENO"; then :
3375 ac_cv_prog_cc_g=yes
3376 else
3377 CFLAGS=""
3378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3379 /* end confdefs.h. */
3380
3381 int
3382 main ()
3383 {
3384
3385 ;
3386 return 0;
3387 }
3388 _ACEOF
3389 if ac_fn_c_try_compile "$LINENO"; then :
3390
3391 else
3392 ac_c_werror_flag=$ac_save_c_werror_flag
3393 CFLAGS="-g"
3394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3395 /* end confdefs.h. */
3396
3397 int
3398 main ()
3399 {
3400
3401 ;
3402 return 0;
3403 }
3404 _ACEOF
3405 if ac_fn_c_try_compile "$LINENO"; then :
3406 ac_cv_prog_cc_g=yes
3407 fi
3408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3409 fi
3410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3411 fi
3412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3413 ac_c_werror_flag=$ac_save_c_werror_flag
3414 fi
3415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3416 $as_echo "$ac_cv_prog_cc_g" >&6; }
3417 if test "$ac_test_CFLAGS" = set; then
3418 CFLAGS=$ac_save_CFLAGS
3419 elif test $ac_cv_prog_cc_g = yes; then
3420 if test "$GCC" = yes; then
3421 CFLAGS="-g -O2"
3422 else
3423 CFLAGS="-g"
3424 fi
3425 else
3426 if test "$GCC" = yes; then
3427 CFLAGS="-O2"
3428 else
3429 CFLAGS=
3430 fi
3431 fi
3432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3433 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3434 if ${ac_cv_prog_cc_c89+:} false; then :
3435 $as_echo_n "(cached) " >&6
3436 else
3437 ac_cv_prog_cc_c89=no
3438 ac_save_CC=$CC
3439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3440 /* end confdefs.h. */
3441 #include <stdarg.h>
3442 #include <stdio.h>
3443 struct stat;
3444 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3445 struct buf { int x; };
3446 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3447 static char *e (p, i)
3448 char **p;
3449 int i;
3450 {
3451 return p[i];
3452 }
3453 static char *f (char * (*g) (char **, int), char **p, ...)
3454 {
3455 char *s;
3456 va_list v;
3457 va_start (v,p);
3458 s = g (p, va_arg (v,int));
3459 va_end (v);
3460 return s;
3461 }
3462
3463 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3464 function prototypes and stuff, but not '\xHH' hex character constants.
3465 These don't provoke an error unfortunately, instead are silently treated
3466 as 'x'. The following induces an error, until -std is added to get
3467 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3468 array size at least. It's necessary to write '\x00'==0 to get something
3469 that's true only with -std. */
3470 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3471
3472 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3473 inside strings and character constants. */
3474 #define FOO(x) 'x'
3475 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3476
3477 int test (int i, double x);
3478 struct s1 {int (*f) (int a);};
3479 struct s2 {int (*f) (double a);};
3480 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3481 int argc;
3482 char **argv;
3483 int
3484 main ()
3485 {
3486 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3487 ;
3488 return 0;
3489 }
3490 _ACEOF
3491 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3492 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3493 do
3494 CC="$ac_save_CC $ac_arg"
3495 if ac_fn_c_try_compile "$LINENO"; then :
3496 ac_cv_prog_cc_c89=$ac_arg
3497 fi
3498 rm -f core conftest.err conftest.$ac_objext
3499 test "x$ac_cv_prog_cc_c89" != "xno" && break
3500 done
3501 rm -f conftest.$ac_ext
3502 CC=$ac_save_CC
3503
3504 fi
3505 # AC_CACHE_VAL
3506 case "x$ac_cv_prog_cc_c89" in
3507 x)
3508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3509 $as_echo "none needed" >&6; } ;;
3510 xno)
3511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3512 $as_echo "unsupported" >&6; } ;;
3513 *)
3514 CC="$CC $ac_cv_prog_cc_c89"
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3516 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3517 esac
3518 if test "x$ac_cv_prog_cc_c89" != xno; then :
3519
3520 fi
3521
3522 ac_ext=c
3523 ac_cpp='$CPP $CPPFLAGS'
3524 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3525 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3526 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3527
3528 ac_ext=c
3529 ac_cpp='$CPP $CPPFLAGS'
3530 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3531 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3532 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3534 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3535 if ${am_cv_prog_cc_c_o+:} false; then :
3536 $as_echo_n "(cached) " >&6
3537 else
3538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3539 /* end confdefs.h. */
3540
3541 int
3542 main ()
3543 {
3544
3545 ;
3546 return 0;
3547 }
3548 _ACEOF
3549 # Make sure it works both with $CC and with simple cc.
3550 # Following AC_PROG_CC_C_O, we do the test twice because some
3551 # compilers refuse to overwrite an existing .o file with -o,
3552 # though they will create one.
3553 am_cv_prog_cc_c_o=yes
3554 for am_i in 1 2; do
3555 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3556 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3557 ac_status=$?
3558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3559 (exit $ac_status); } \
3560 && test -f conftest2.$ac_objext; then
3561 : OK
3562 else
3563 am_cv_prog_cc_c_o=no
3564 break
3565 fi
3566 done
3567 rm -f core conftest*
3568 unset am_i
3569 fi
3570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3571 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3572 if test "$am_cv_prog_cc_c_o" != yes; then
3573 # Losing compiler, so override with the script.
3574 # FIXME: It is wrong to rewrite CC.
3575 # But if we don't then we get into trouble of one sort or another.
3576 # A longer-term fix would be to have automake use am__CC in this case,
3577 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3578 CC="$am_aux_dir/compile $CC"
3579 fi
3580 ac_ext=c
3581 ac_cpp='$CPP $CPPFLAGS'
3582 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3583 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3584 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3585
3586
3587
3588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3589 $as_echo_n "checking for library containing strerror... " >&6; }
3590 if ${ac_cv_search_strerror+:} false; then :
3591 $as_echo_n "(cached) " >&6
3592 else
3593 ac_func_search_save_LIBS=$LIBS
3594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3595 /* end confdefs.h. */
3596
3597 /* Override any GCC internal prototype to avoid an error.
3598 Use char because int might match the return type of a GCC
3599 builtin and then its argument prototype would still apply. */
3600 #ifdef __cplusplus
3601 extern "C"
3602 #endif
3603 char strerror ();
3604 int
3605 main ()
3606 {
3607 return strerror ();
3608 ;
3609 return 0;
3610 }
3611 _ACEOF
3612 for ac_lib in '' cposix; do
3613 if test -z "$ac_lib"; then
3614 ac_res="none required"
3615 else
3616 ac_res=-l$ac_lib
3617 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3618 fi
3619 if ac_fn_c_try_link "$LINENO"; then :
3620 ac_cv_search_strerror=$ac_res
3621 fi
3622 rm -f core conftest.err conftest.$ac_objext \
3623 conftest$ac_exeext
3624 if ${ac_cv_search_strerror+:} false; then :
3625 break
3626 fi
3627 done
3628 if ${ac_cv_search_strerror+:} false; then :
3629
3630 else
3631 ac_cv_search_strerror=no
3632 fi
3633 rm conftest.$ac_ext
3634 LIBS=$ac_func_search_save_LIBS
3635 fi
3636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3637 $as_echo "$ac_cv_search_strerror" >&6; }
3638 ac_res=$ac_cv_search_strerror
3639 if test "$ac_res" != no; then :
3640 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3641
3642 fi
3643
3644
3645 am__api_version='1.15'
3646
3647 # Find a good install program. We prefer a C program (faster),
3648 # so one script is as good as another. But avoid the broken or
3649 # incompatible versions:
3650 # SysV /etc/install, /usr/sbin/install
3651 # SunOS /usr/etc/install
3652 # IRIX /sbin/install
3653 # AIX /bin/install
3654 # AmigaOS /C/install, which installs bootblocks on floppy discs
3655 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3656 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3657 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3658 # OS/2's system install, which has a completely different semantic
3659 # ./install, which can be erroneously created by make from ./install.sh.
3660 # Reject install programs that cannot install multiple files.
3661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3662 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3663 if test -z "$INSTALL"; then
3664 if ${ac_cv_path_install+:} false; then :
3665 $as_echo_n "(cached) " >&6
3666 else
3667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3668 for as_dir in $PATH
3669 do
3670 IFS=$as_save_IFS
3671 test -z "$as_dir" && as_dir=.
3672 # Account for people who put trailing slashes in PATH elements.
3673 case $as_dir/ in #((
3674 ./ | .// | /[cC]/* | \
3675 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3676 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3677 /usr/ucb/* ) ;;
3678 *)
3679 # OSF1 and SCO ODT 3.0 have their own names for install.
3680 # Don't use installbsd from OSF since it installs stuff as root
3681 # by default.
3682 for ac_prog in ginstall scoinst install; do
3683 for ac_exec_ext in '' $ac_executable_extensions; do
3684 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3685 if test $ac_prog = install &&
3686 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3687 # AIX install. It has an incompatible calling convention.
3688 :
3689 elif test $ac_prog = install &&
3690 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3691 # program-specific install script used by HP pwplus--don't use.
3692 :
3693 else
3694 rm -rf conftest.one conftest.two conftest.dir
3695 echo one > conftest.one
3696 echo two > conftest.two
3697 mkdir conftest.dir
3698 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3699 test -s conftest.one && test -s conftest.two &&
3700 test -s conftest.dir/conftest.one &&
3701 test -s conftest.dir/conftest.two
3702 then
3703 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3704 break 3
3705 fi
3706 fi
3707 fi
3708 done
3709 done
3710 ;;
3711 esac
3712
3713 done
3714 IFS=$as_save_IFS
3715
3716 rm -rf conftest.one conftest.two conftest.dir
3717
3718 fi
3719 if test "${ac_cv_path_install+set}" = set; then
3720 INSTALL=$ac_cv_path_install
3721 else
3722 # As a last resort, use the slow shell script. Don't cache a
3723 # value for INSTALL within a source directory, because that will
3724 # break other packages using the cache if that directory is
3725 # removed, or if the value is a relative name.
3726 INSTALL=$ac_install_sh
3727 fi
3728 fi
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3730 $as_echo "$INSTALL" >&6; }
3731
3732 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3733 # It thinks the first close brace ends the variable substitution.
3734 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3735
3736 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3737
3738 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3739
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3741 $as_echo_n "checking whether build environment is sane... " >&6; }
3742 # Reject unsafe characters in $srcdir or the absolute working directory
3743 # name. Accept space and tab only in the latter.
3744 am_lf='
3745 '
3746 case `pwd` in
3747 *[\\\"\#\$\&\'\`$am_lf]*)
3748 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3749 esac
3750 case $srcdir in
3751 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3752 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3753 esac
3754
3755 # Do 'set' in a subshell so we don't clobber the current shell's
3756 # arguments. Must try -L first in case configure is actually a
3757 # symlink; some systems play weird games with the mod time of symlinks
3758 # (eg FreeBSD returns the mod time of the symlink's containing
3759 # directory).
3760 if (
3761 am_has_slept=no
3762 for am_try in 1 2; do
3763 echo "timestamp, slept: $am_has_slept" > conftest.file
3764 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3765 if test "$*" = "X"; then
3766 # -L didn't work.
3767 set X `ls -t "$srcdir/configure" conftest.file`
3768 fi
3769 if test "$*" != "X $srcdir/configure conftest.file" \
3770 && test "$*" != "X conftest.file $srcdir/configure"; then
3771
3772 # If neither matched, then we have a broken ls. This can happen
3773 # if, for instance, CONFIG_SHELL is bash and it inherits a
3774 # broken ls alias from the environment. This has actually
3775 # happened. Such a system could not be considered "sane".
3776 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3777 alias in your environment" "$LINENO" 5
3778 fi
3779 if test "$2" = conftest.file || test $am_try -eq 2; then
3780 break
3781 fi
3782 # Just in case.
3783 sleep 1
3784 am_has_slept=yes
3785 done
3786 test "$2" = conftest.file
3787 )
3788 then
3789 # Ok.
3790 :
3791 else
3792 as_fn_error $? "newly created file is older than distributed files!
3793 Check your system clock" "$LINENO" 5
3794 fi
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3796 $as_echo "yes" >&6; }
3797 # If we didn't sleep, we still need to ensure time stamps of config.status and
3798 # generated files are strictly newer.
3799 am_sleep_pid=
3800 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3801 ( sleep 1 ) &
3802 am_sleep_pid=$!
3803 fi
3804
3805 rm -f conftest.file
3806
3807 test "$program_prefix" != NONE &&
3808 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3809 # Use a double $ so make ignores it.
3810 test "$program_suffix" != NONE &&
3811 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3812 # Double any \ or $.
3813 # By default was `s,x,x', remove it if useless.
3814 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3815 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3816
3817 if test x"${MISSING+set}" != xset; then
3818 case $am_aux_dir in
3819 *\ * | *\ *)
3820 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3821 *)
3822 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3823 esac
3824 fi
3825 # Use eval to expand $SHELL
3826 if eval "$MISSING --is-lightweight"; then
3827 am_missing_run="$MISSING "
3828 else
3829 am_missing_run=
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3831 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3832 fi
3833
3834 if test x"${install_sh+set}" != xset; then
3835 case $am_aux_dir in
3836 *\ * | *\ *)
3837 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3838 *)
3839 install_sh="\${SHELL} $am_aux_dir/install-sh"
3840 esac
3841 fi
3842
3843 # Installed binaries are usually stripped using 'strip' when the user
3844 # run "make install-strip". However 'strip' might not be the right
3845 # tool to use in cross-compilation environments, therefore Automake
3846 # will honor the 'STRIP' environment variable to overrule this program.
3847 if test "$cross_compiling" != no; then
3848 if test -n "$ac_tool_prefix"; then
3849 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3850 set dummy ${ac_tool_prefix}strip; ac_word=$2
3851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3852 $as_echo_n "checking for $ac_word... " >&6; }
3853 if ${ac_cv_prog_STRIP+:} false; then :
3854 $as_echo_n "(cached) " >&6
3855 else
3856 if test -n "$STRIP"; then
3857 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3858 else
3859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3860 for as_dir in $PATH
3861 do
3862 IFS=$as_save_IFS
3863 test -z "$as_dir" && as_dir=.
3864 for ac_exec_ext in '' $ac_executable_extensions; do
3865 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3866 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3868 break 2
3869 fi
3870 done
3871 done
3872 IFS=$as_save_IFS
3873
3874 fi
3875 fi
3876 STRIP=$ac_cv_prog_STRIP
3877 if test -n "$STRIP"; then
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3879 $as_echo "$STRIP" >&6; }
3880 else
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3882 $as_echo "no" >&6; }
3883 fi
3884
3885
3886 fi
3887 if test -z "$ac_cv_prog_STRIP"; then
3888 ac_ct_STRIP=$STRIP
3889 # Extract the first word of "strip", so it can be a program name with args.
3890 set dummy strip; ac_word=$2
3891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3892 $as_echo_n "checking for $ac_word... " >&6; }
3893 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3894 $as_echo_n "(cached) " >&6
3895 else
3896 if test -n "$ac_ct_STRIP"; then
3897 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3898 else
3899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3900 for as_dir in $PATH
3901 do
3902 IFS=$as_save_IFS
3903 test -z "$as_dir" && as_dir=.
3904 for ac_exec_ext in '' $ac_executable_extensions; do
3905 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3906 ac_cv_prog_ac_ct_STRIP="strip"
3907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3908 break 2
3909 fi
3910 done
3911 done
3912 IFS=$as_save_IFS
3913
3914 fi
3915 fi
3916 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3917 if test -n "$ac_ct_STRIP"; then
3918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3919 $as_echo "$ac_ct_STRIP" >&6; }
3920 else
3921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3922 $as_echo "no" >&6; }
3923 fi
3924
3925 if test "x$ac_ct_STRIP" = x; then
3926 STRIP=":"
3927 else
3928 case $cross_compiling:$ac_tool_warned in
3929 yes:)
3930 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3931 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3932 ac_tool_warned=yes ;;
3933 esac
3934 STRIP=$ac_ct_STRIP
3935 fi
3936 else
3937 STRIP="$ac_cv_prog_STRIP"
3938 fi
3939
3940 fi
3941 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3942
3943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3944 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3945 if test -z "$MKDIR_P"; then
3946 if ${ac_cv_path_mkdir+:} false; then :
3947 $as_echo_n "(cached) " >&6
3948 else
3949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3950 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3951 do
3952 IFS=$as_save_IFS
3953 test -z "$as_dir" && as_dir=.
3954 for ac_prog in mkdir gmkdir; do
3955 for ac_exec_ext in '' $ac_executable_extensions; do
3956 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3957 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3958 'mkdir (GNU coreutils) '* | \
3959 'mkdir (coreutils) '* | \
3960 'mkdir (fileutils) '4.1*)
3961 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3962 break 3;;
3963 esac
3964 done
3965 done
3966 done
3967 IFS=$as_save_IFS
3968
3969 fi
3970
3971 test -d ./--version && rmdir ./--version
3972 if test "${ac_cv_path_mkdir+set}" = set; then
3973 MKDIR_P="$ac_cv_path_mkdir -p"
3974 else
3975 # As a last resort, use the slow shell script. Don't cache a
3976 # value for MKDIR_P within a source directory, because that will
3977 # break other packages using the cache if that directory is
3978 # removed, or if the value is a relative name.
3979 MKDIR_P="$ac_install_sh -d"
3980 fi
3981 fi
3982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3983 $as_echo "$MKDIR_P" >&6; }
3984
3985 for ac_prog in gawk mawk nawk awk
3986 do
3987 # Extract the first word of "$ac_prog", so it can be a program name with args.
3988 set dummy $ac_prog; ac_word=$2
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3990 $as_echo_n "checking for $ac_word... " >&6; }
3991 if ${ac_cv_prog_AWK+:} false; then :
3992 $as_echo_n "(cached) " >&6
3993 else
3994 if test -n "$AWK"; then
3995 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3996 else
3997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3998 for as_dir in $PATH
3999 do
4000 IFS=$as_save_IFS
4001 test -z "$as_dir" && as_dir=.
4002 for ac_exec_ext in '' $ac_executable_extensions; do
4003 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4004 ac_cv_prog_AWK="$ac_prog"
4005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4006 break 2
4007 fi
4008 done
4009 done
4010 IFS=$as_save_IFS
4011
4012 fi
4013 fi
4014 AWK=$ac_cv_prog_AWK
4015 if test -n "$AWK"; then
4016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4017 $as_echo "$AWK" >&6; }
4018 else
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4020 $as_echo "no" >&6; }
4021 fi
4022
4023
4024 test -n "$AWK" && break
4025 done
4026
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4028 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4029 set x ${MAKE-make}
4030 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4031 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4032 $as_echo_n "(cached) " >&6
4033 else
4034 cat >conftest.make <<\_ACEOF
4035 SHELL = /bin/sh
4036 all:
4037 @echo '@@@%%%=$(MAKE)=@@@%%%'
4038 _ACEOF
4039 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4040 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4041 *@@@%%%=?*=@@@%%%*)
4042 eval ac_cv_prog_make_${ac_make}_set=yes;;
4043 *)
4044 eval ac_cv_prog_make_${ac_make}_set=no;;
4045 esac
4046 rm -f conftest.make
4047 fi
4048 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4050 $as_echo "yes" >&6; }
4051 SET_MAKE=
4052 else
4053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4054 $as_echo "no" >&6; }
4055 SET_MAKE="MAKE=${MAKE-make}"
4056 fi
4057
4058 rm -rf .tst 2>/dev/null
4059 mkdir .tst 2>/dev/null
4060 if test -d .tst; then
4061 am__leading_dot=.
4062 else
4063 am__leading_dot=_
4064 fi
4065 rmdir .tst 2>/dev/null
4066
4067 DEPDIR="${am__leading_dot}deps"
4068
4069 ac_config_commands="$ac_config_commands depfiles"
4070
4071
4072 am_make=${MAKE-make}
4073 cat > confinc << 'END'
4074 am__doit:
4075 @echo this is the am__doit target
4076 .PHONY: am__doit
4077 END
4078 # If we don't find an include directive, just comment out the code.
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4080 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4081 am__include="#"
4082 am__quote=
4083 _am_result=none
4084 # First try GNU make style include.
4085 echo "include confinc" > confmf
4086 # Ignore all kinds of additional output from 'make'.
4087 case `$am_make -s -f confmf 2> /dev/null` in #(
4088 *the\ am__doit\ target*)
4089 am__include=include
4090 am__quote=
4091 _am_result=GNU
4092 ;;
4093 esac
4094 # Now try BSD make style include.
4095 if test "$am__include" = "#"; then
4096 echo '.include "confinc"' > confmf
4097 case `$am_make -s -f confmf 2> /dev/null` in #(
4098 *the\ am__doit\ target*)
4099 am__include=.include
4100 am__quote="\""
4101 _am_result=BSD
4102 ;;
4103 esac
4104 fi
4105
4106
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4108 $as_echo "$_am_result" >&6; }
4109 rm -f confinc confmf
4110
4111 # Check whether --enable-dependency-tracking was given.
4112 if test "${enable_dependency_tracking+set}" = set; then :
4113 enableval=$enable_dependency_tracking;
4114 fi
4115
4116 if test "x$enable_dependency_tracking" != xno; then
4117 am_depcomp="$ac_aux_dir/depcomp"
4118 AMDEPBACKSLASH='\'
4119 am__nodep='_no'
4120 fi
4121 if test "x$enable_dependency_tracking" != xno; then
4122 AMDEP_TRUE=
4123 AMDEP_FALSE='#'
4124 else
4125 AMDEP_TRUE='#'
4126 AMDEP_FALSE=
4127 fi
4128
4129
4130 # Check whether --enable-silent-rules was given.
4131 if test "${enable_silent_rules+set}" = set; then :
4132 enableval=$enable_silent_rules;
4133 fi
4134
4135 case $enable_silent_rules in # (((
4136 yes) AM_DEFAULT_VERBOSITY=0;;
4137 no) AM_DEFAULT_VERBOSITY=1;;
4138 *) AM_DEFAULT_VERBOSITY=1;;
4139 esac
4140 am_make=${MAKE-make}
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4142 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4143 if ${am_cv_make_support_nested_variables+:} false; then :
4144 $as_echo_n "(cached) " >&6
4145 else
4146 if $as_echo 'TRUE=$(BAR$(V))
4147 BAR0=false
4148 BAR1=true
4149 V=1
4150 am__doit:
4151 @$(TRUE)
4152 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4153 am_cv_make_support_nested_variables=yes
4154 else
4155 am_cv_make_support_nested_variables=no
4156 fi
4157 fi
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4159 $as_echo "$am_cv_make_support_nested_variables" >&6; }
4160 if test $am_cv_make_support_nested_variables = yes; then
4161 AM_V='$(V)'
4162 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4163 else
4164 AM_V=$AM_DEFAULT_VERBOSITY
4165 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4166 fi
4167 AM_BACKSLASH='\'
4168
4169 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4170 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4171 # is not polluted with repeated "-I."
4172 am__isrc=' -I$(srcdir)'
4173 # test to see if srcdir already configured
4174 if test -f $srcdir/config.status; then
4175 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4176 fi
4177 fi
4178
4179 # test whether we have cygpath
4180 if test -z "$CYGPATH_W"; then
4181 if (cygpath --version) >/dev/null 2>/dev/null; then
4182 CYGPATH_W='cygpath -w'
4183 else
4184 CYGPATH_W=echo
4185 fi
4186 fi
4187
4188
4189 # Define the identity of the package.
4190 PACKAGE='bfd'
4191 VERSION='2.36.50'
4192
4193
4194 cat >>confdefs.h <<_ACEOF
4195 #define PACKAGE "$PACKAGE"
4196 _ACEOF
4197
4198
4199 cat >>confdefs.h <<_ACEOF
4200 #define VERSION "$VERSION"
4201 _ACEOF
4202
4203 # Some tools Automake needs.
4204
4205 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4206
4207
4208 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4209
4210
4211 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4212
4213
4214 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4215
4216
4217 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4218
4219 # For better backward compatibility. To be removed once Automake 1.9.x
4220 # dies out for good. For more background, see:
4221 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4222 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4223 mkdir_p='$(MKDIR_P)'
4224
4225 # We need awk for the "check" target (and possibly the TAP driver). The
4226 # system "awk" is bad on some platforms.
4227 # Always define AMTAR for backward compatibility. Yes, it's still used
4228 # in the wild :-( We should find a proper way to deprecate it ...
4229 AMTAR='$${TAR-tar}'
4230
4231
4232 # We'll loop over all known methods to create a tar archive until one works.
4233 _am_tools='gnutar pax cpio none'
4234
4235 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4236
4237
4238
4239
4240
4241 depcc="$CC" am_compiler_list=
4242
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4244 $as_echo_n "checking dependency style of $depcc... " >&6; }
4245 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4246 $as_echo_n "(cached) " >&6
4247 else
4248 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4249 # We make a subdir and do the tests there. Otherwise we can end up
4250 # making bogus files that we don't know about and never remove. For
4251 # instance it was reported that on HP-UX the gcc test will end up
4252 # making a dummy file named 'D' -- because '-MD' means "put the output
4253 # in D".
4254 rm -rf conftest.dir
4255 mkdir conftest.dir
4256 # Copy depcomp to subdir because otherwise we won't find it if we're
4257 # using a relative directory.
4258 cp "$am_depcomp" conftest.dir
4259 cd conftest.dir
4260 # We will build objects and dependencies in a subdirectory because
4261 # it helps to detect inapplicable dependency modes. For instance
4262 # both Tru64's cc and ICC support -MD to output dependencies as a
4263 # side effect of compilation, but ICC will put the dependencies in
4264 # the current directory while Tru64 will put them in the object
4265 # directory.
4266 mkdir sub
4267
4268 am_cv_CC_dependencies_compiler_type=none
4269 if test "$am_compiler_list" = ""; then
4270 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4271 fi
4272 am__universal=false
4273 case " $depcc " in #(
4274 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4275 esac
4276
4277 for depmode in $am_compiler_list; do
4278 # Setup a source with many dependencies, because some compilers
4279 # like to wrap large dependency lists on column 80 (with \), and
4280 # we should not choose a depcomp mode which is confused by this.
4281 #
4282 # We need to recreate these files for each test, as the compiler may
4283 # overwrite some of them when testing with obscure command lines.
4284 # This happens at least with the AIX C compiler.
4285 : > sub/conftest.c
4286 for i in 1 2 3 4 5 6; do
4287 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4288 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4289 # Solaris 10 /bin/sh.
4290 echo '/* dummy */' > sub/conftst$i.h
4291 done
4292 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4293
4294 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4295 # mode. It turns out that the SunPro C++ compiler does not properly
4296 # handle '-M -o', and we need to detect this. Also, some Intel
4297 # versions had trouble with output in subdirs.
4298 am__obj=sub/conftest.${OBJEXT-o}
4299 am__minus_obj="-o $am__obj"
4300 case $depmode in
4301 gcc)
4302 # This depmode causes a compiler race in universal mode.
4303 test "$am__universal" = false || continue
4304 ;;
4305 nosideeffect)
4306 # After this tag, mechanisms are not by side-effect, so they'll
4307 # only be used when explicitly requested.
4308 if test "x$enable_dependency_tracking" = xyes; then
4309 continue
4310 else
4311 break
4312 fi
4313 ;;
4314 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4315 # This compiler won't grok '-c -o', but also, the minuso test has
4316 # not run yet. These depmodes are late enough in the game, and
4317 # so weak that their functioning should not be impacted.
4318 am__obj=conftest.${OBJEXT-o}
4319 am__minus_obj=
4320 ;;
4321 none) break ;;
4322 esac
4323 if depmode=$depmode \
4324 source=sub/conftest.c object=$am__obj \
4325 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4326 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4327 >/dev/null 2>conftest.err &&
4328 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4329 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4330 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4331 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4332 # icc doesn't choke on unknown options, it will just issue warnings
4333 # or remarks (even with -Werror). So we grep stderr for any message
4334 # that says an option was ignored or not supported.
4335 # When given -MP, icc 7.0 and 7.1 complain thusly:
4336 # icc: Command line warning: ignoring option '-M'; no argument required
4337 # The diagnosis changed in icc 8.0:
4338 # icc: Command line remark: option '-MP' not supported
4339 if (grep 'ignoring option' conftest.err ||
4340 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4341 am_cv_CC_dependencies_compiler_type=$depmode
4342 break
4343 fi
4344 fi
4345 done
4346
4347 cd ..
4348 rm -rf conftest.dir
4349 else
4350 am_cv_CC_dependencies_compiler_type=none
4351 fi
4352
4353 fi
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4355 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4356 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4357
4358 if
4359 test "x$enable_dependency_tracking" != xno \
4360 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4361 am__fastdepCC_TRUE=
4362 am__fastdepCC_FALSE='#'
4363 else
4364 am__fastdepCC_TRUE='#'
4365 am__fastdepCC_FALSE=
4366 fi
4367
4368
4369
4370 # POSIX will say in a future version that running "rm -f" with no argument
4371 # is OK; and we want to be able to make that assumption in our Makefile
4372 # recipes. So use an aggressive probe to check that the usage we want is
4373 # actually supported "in the wild" to an acceptable degree.
4374 # See automake bug#10828.
4375 # To make any issue more visible, cause the running configure to be aborted
4376 # by default if the 'rm' program in use doesn't match our expectations; the
4377 # user can still override this though.
4378 if rm -f && rm -fr && rm -rf; then : OK; else
4379 cat >&2 <<'END'
4380 Oops!
4381
4382 Your 'rm' program seems unable to run without file operands specified
4383 on the command line, even when the '-f' option is present. This is contrary
4384 to the behaviour of most rm programs out there, and not conforming with
4385 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4386
4387 Please tell bug-automake@gnu.org about your system, including the value
4388 of your $PATH and any error possibly output before this message. This
4389 can help us improve future automake versions.
4390
4391 END
4392 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4393 echo 'Configuration will proceed anyway, since you have set the' >&2
4394 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4395 echo >&2
4396 else
4397 cat >&2 <<'END'
4398 Aborting the configuration process, to ensure you take notice of the issue.
4399
4400 You can download and install GNU coreutils to get an 'rm' implementation
4401 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4402
4403 If you want to complete the configuration process using your problematic
4404 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4405 to "yes", and re-run configure.
4406
4407 END
4408 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4409 fi
4410 fi
4411
4412
4413 if test -n "$ac_tool_prefix"; then
4414 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4415 set dummy ${ac_tool_prefix}ar; ac_word=$2
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4417 $as_echo_n "checking for $ac_word... " >&6; }
4418 if ${ac_cv_prog_AR+:} false; then :
4419 $as_echo_n "(cached) " >&6
4420 else
4421 if test -n "$AR"; then
4422 ac_cv_prog_AR="$AR" # Let the user override the test.
4423 else
4424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4425 for as_dir in $PATH
4426 do
4427 IFS=$as_save_IFS
4428 test -z "$as_dir" && as_dir=.
4429 for ac_exec_ext in '' $ac_executable_extensions; do
4430 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4431 ac_cv_prog_AR="${ac_tool_prefix}ar"
4432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4433 break 2
4434 fi
4435 done
4436 done
4437 IFS=$as_save_IFS
4438
4439 fi
4440 fi
4441 AR=$ac_cv_prog_AR
4442 if test -n "$AR"; then
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4444 $as_echo "$AR" >&6; }
4445 else
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4447 $as_echo "no" >&6; }
4448 fi
4449
4450
4451 fi
4452 if test -z "$ac_cv_prog_AR"; then
4453 ac_ct_AR=$AR
4454 # Extract the first word of "ar", so it can be a program name with args.
4455 set dummy ar; ac_word=$2
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4457 $as_echo_n "checking for $ac_word... " >&6; }
4458 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4459 $as_echo_n "(cached) " >&6
4460 else
4461 if test -n "$ac_ct_AR"; then
4462 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4463 else
4464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4465 for as_dir in $PATH
4466 do
4467 IFS=$as_save_IFS
4468 test -z "$as_dir" && as_dir=.
4469 for ac_exec_ext in '' $ac_executable_extensions; do
4470 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4471 ac_cv_prog_ac_ct_AR="ar"
4472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4473 break 2
4474 fi
4475 done
4476 done
4477 IFS=$as_save_IFS
4478
4479 fi
4480 fi
4481 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4482 if test -n "$ac_ct_AR"; then
4483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4484 $as_echo "$ac_ct_AR" >&6; }
4485 else
4486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4487 $as_echo "no" >&6; }
4488 fi
4489
4490 if test "x$ac_ct_AR" = x; then
4491 AR=""
4492 else
4493 case $cross_compiling:$ac_tool_warned in
4494 yes:)
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4496 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4497 ac_tool_warned=yes ;;
4498 esac
4499 AR=$ac_ct_AR
4500 fi
4501 else
4502 AR="$ac_cv_prog_AR"
4503 fi
4504
4505 if test -n "$ac_tool_prefix"; then
4506 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4507 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4509 $as_echo_n "checking for $ac_word... " >&6; }
4510 if ${ac_cv_prog_RANLIB+:} false; then :
4511 $as_echo_n "(cached) " >&6
4512 else
4513 if test -n "$RANLIB"; then
4514 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4515 else
4516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4517 for as_dir in $PATH
4518 do
4519 IFS=$as_save_IFS
4520 test -z "$as_dir" && as_dir=.
4521 for ac_exec_ext in '' $ac_executable_extensions; do
4522 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4523 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4525 break 2
4526 fi
4527 done
4528 done
4529 IFS=$as_save_IFS
4530
4531 fi
4532 fi
4533 RANLIB=$ac_cv_prog_RANLIB
4534 if test -n "$RANLIB"; then
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4536 $as_echo "$RANLIB" >&6; }
4537 else
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4539 $as_echo "no" >&6; }
4540 fi
4541
4542
4543 fi
4544 if test -z "$ac_cv_prog_RANLIB"; then
4545 ac_ct_RANLIB=$RANLIB
4546 # Extract the first word of "ranlib", so it can be a program name with args.
4547 set dummy ranlib; ac_word=$2
4548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4549 $as_echo_n "checking for $ac_word... " >&6; }
4550 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4551 $as_echo_n "(cached) " >&6
4552 else
4553 if test -n "$ac_ct_RANLIB"; then
4554 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4555 else
4556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4557 for as_dir in $PATH
4558 do
4559 IFS=$as_save_IFS
4560 test -z "$as_dir" && as_dir=.
4561 for ac_exec_ext in '' $ac_executable_extensions; do
4562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4563 ac_cv_prog_ac_ct_RANLIB="ranlib"
4564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4565 break 2
4566 fi
4567 done
4568 done
4569 IFS=$as_save_IFS
4570
4571 fi
4572 fi
4573 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4574 if test -n "$ac_ct_RANLIB"; then
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4576 $as_echo "$ac_ct_RANLIB" >&6; }
4577 else
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4579 $as_echo "no" >&6; }
4580 fi
4581
4582 if test "x$ac_ct_RANLIB" = x; then
4583 RANLIB=":"
4584 else
4585 case $cross_compiling:$ac_tool_warned in
4586 yes:)
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4588 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4589 ac_tool_warned=yes ;;
4590 esac
4591 RANLIB=$ac_ct_RANLIB
4592 fi
4593 else
4594 RANLIB="$ac_cv_prog_RANLIB"
4595 fi
4596
4597
4598 # Check whether --enable-shared was given.
4599 if test "${enable_shared+set}" = set; then :
4600 enableval=$enable_shared; p=${PACKAGE-default}
4601 case $enableval in
4602 yes) enable_shared=yes ;;
4603 no) enable_shared=no ;;
4604 *)
4605 enable_shared=no
4606 # Look at the argument we got. We use all the common list separators.
4607 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4608 for pkg in $enableval; do
4609 IFS="$lt_save_ifs"
4610 if test "X$pkg" = "X$p"; then
4611 enable_shared=yes
4612 fi
4613 done
4614 IFS="$lt_save_ifs"
4615 ;;
4616 esac
4617 else
4618 enable_shared=no
4619 fi
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630 ac_ext=c
4631 ac_cpp='$CPP $CPPFLAGS'
4632 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4633 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4634 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4635 if test -n "$ac_tool_prefix"; then
4636 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4637 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4639 $as_echo_n "checking for $ac_word... " >&6; }
4640 if ${ac_cv_prog_CC+:} false; then :
4641 $as_echo_n "(cached) " >&6
4642 else
4643 if test -n "$CC"; then
4644 ac_cv_prog_CC="$CC" # Let the user override the test.
4645 else
4646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4647 for as_dir in $PATH
4648 do
4649 IFS=$as_save_IFS
4650 test -z "$as_dir" && as_dir=.
4651 for ac_exec_ext in '' $ac_executable_extensions; do
4652 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4653 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4655 break 2
4656 fi
4657 done
4658 done
4659 IFS=$as_save_IFS
4660
4661 fi
4662 fi
4663 CC=$ac_cv_prog_CC
4664 if test -n "$CC"; then
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4666 $as_echo "$CC" >&6; }
4667 else
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4669 $as_echo "no" >&6; }
4670 fi
4671
4672
4673 fi
4674 if test -z "$ac_cv_prog_CC"; then
4675 ac_ct_CC=$CC
4676 # Extract the first word of "gcc", so it can be a program name with args.
4677 set dummy gcc; ac_word=$2
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4679 $as_echo_n "checking for $ac_word... " >&6; }
4680 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4681 $as_echo_n "(cached) " >&6
4682 else
4683 if test -n "$ac_ct_CC"; then
4684 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4685 else
4686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4687 for as_dir in $PATH
4688 do
4689 IFS=$as_save_IFS
4690 test -z "$as_dir" && as_dir=.
4691 for ac_exec_ext in '' $ac_executable_extensions; do
4692 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4693 ac_cv_prog_ac_ct_CC="gcc"
4694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4695 break 2
4696 fi
4697 done
4698 done
4699 IFS=$as_save_IFS
4700
4701 fi
4702 fi
4703 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4704 if test -n "$ac_ct_CC"; then
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4706 $as_echo "$ac_ct_CC" >&6; }
4707 else
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4709 $as_echo "no" >&6; }
4710 fi
4711
4712 if test "x$ac_ct_CC" = x; then
4713 CC=""
4714 else
4715 case $cross_compiling:$ac_tool_warned in
4716 yes:)
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4718 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4719 ac_tool_warned=yes ;;
4720 esac
4721 CC=$ac_ct_CC
4722 fi
4723 else
4724 CC="$ac_cv_prog_CC"
4725 fi
4726
4727 if test -z "$CC"; then
4728 if test -n "$ac_tool_prefix"; then
4729 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4730 set dummy ${ac_tool_prefix}cc; ac_word=$2
4731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4732 $as_echo_n "checking for $ac_word... " >&6; }
4733 if ${ac_cv_prog_CC+:} false; then :
4734 $as_echo_n "(cached) " >&6
4735 else
4736 if test -n "$CC"; then
4737 ac_cv_prog_CC="$CC" # Let the user override the test.
4738 else
4739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4740 for as_dir in $PATH
4741 do
4742 IFS=$as_save_IFS
4743 test -z "$as_dir" && as_dir=.
4744 for ac_exec_ext in '' $ac_executable_extensions; do
4745 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4746 ac_cv_prog_CC="${ac_tool_prefix}cc"
4747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4748 break 2
4749 fi
4750 done
4751 done
4752 IFS=$as_save_IFS
4753
4754 fi
4755 fi
4756 CC=$ac_cv_prog_CC
4757 if test -n "$CC"; then
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4759 $as_echo "$CC" >&6; }
4760 else
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4762 $as_echo "no" >&6; }
4763 fi
4764
4765
4766 fi
4767 fi
4768 if test -z "$CC"; then
4769 # Extract the first word of "cc", so it can be a program name with args.
4770 set dummy cc; ac_word=$2
4771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4772 $as_echo_n "checking for $ac_word... " >&6; }
4773 if ${ac_cv_prog_CC+:} false; then :
4774 $as_echo_n "(cached) " >&6
4775 else
4776 if test -n "$CC"; then
4777 ac_cv_prog_CC="$CC" # Let the user override the test.
4778 else
4779 ac_prog_rejected=no
4780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4781 for as_dir in $PATH
4782 do
4783 IFS=$as_save_IFS
4784 test -z "$as_dir" && as_dir=.
4785 for ac_exec_ext in '' $ac_executable_extensions; do
4786 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4787 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4788 ac_prog_rejected=yes
4789 continue
4790 fi
4791 ac_cv_prog_CC="cc"
4792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4793 break 2
4794 fi
4795 done
4796 done
4797 IFS=$as_save_IFS
4798
4799 if test $ac_prog_rejected = yes; then
4800 # We found a bogon in the path, so make sure we never use it.
4801 set dummy $ac_cv_prog_CC
4802 shift
4803 if test $# != 0; then
4804 # We chose a different compiler from the bogus one.
4805 # However, it has the same basename, so the bogon will be chosen
4806 # first if we set CC to just the basename; use the full file name.
4807 shift
4808 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4809 fi
4810 fi
4811 fi
4812 fi
4813 CC=$ac_cv_prog_CC
4814 if test -n "$CC"; then
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4816 $as_echo "$CC" >&6; }
4817 else
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4819 $as_echo "no" >&6; }
4820 fi
4821
4822
4823 fi
4824 if test -z "$CC"; then
4825 if test -n "$ac_tool_prefix"; then
4826 for ac_prog in cl.exe
4827 do
4828 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4829 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4831 $as_echo_n "checking for $ac_word... " >&6; }
4832 if ${ac_cv_prog_CC+:} false; then :
4833 $as_echo_n "(cached) " >&6
4834 else
4835 if test -n "$CC"; then
4836 ac_cv_prog_CC="$CC" # Let the user override the test.
4837 else
4838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4839 for as_dir in $PATH
4840 do
4841 IFS=$as_save_IFS
4842 test -z "$as_dir" && as_dir=.
4843 for ac_exec_ext in '' $ac_executable_extensions; do
4844 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4845 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4847 break 2
4848 fi
4849 done
4850 done
4851 IFS=$as_save_IFS
4852
4853 fi
4854 fi
4855 CC=$ac_cv_prog_CC
4856 if test -n "$CC"; then
4857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4858 $as_echo "$CC" >&6; }
4859 else
4860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4861 $as_echo "no" >&6; }
4862 fi
4863
4864
4865 test -n "$CC" && break
4866 done
4867 fi
4868 if test -z "$CC"; then
4869 ac_ct_CC=$CC
4870 for ac_prog in cl.exe
4871 do
4872 # Extract the first word of "$ac_prog", so it can be a program name with args.
4873 set dummy $ac_prog; ac_word=$2
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4875 $as_echo_n "checking for $ac_word... " >&6; }
4876 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4877 $as_echo_n "(cached) " >&6
4878 else
4879 if test -n "$ac_ct_CC"; then
4880 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4881 else
4882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4883 for as_dir in $PATH
4884 do
4885 IFS=$as_save_IFS
4886 test -z "$as_dir" && as_dir=.
4887 for ac_exec_ext in '' $ac_executable_extensions; do
4888 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4889 ac_cv_prog_ac_ct_CC="$ac_prog"
4890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4891 break 2
4892 fi
4893 done
4894 done
4895 IFS=$as_save_IFS
4896
4897 fi
4898 fi
4899 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4900 if test -n "$ac_ct_CC"; then
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4902 $as_echo "$ac_ct_CC" >&6; }
4903 else
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4905 $as_echo "no" >&6; }
4906 fi
4907
4908
4909 test -n "$ac_ct_CC" && break
4910 done
4911
4912 if test "x$ac_ct_CC" = x; then
4913 CC=""
4914 else
4915 case $cross_compiling:$ac_tool_warned in
4916 yes:)
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4918 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4919 ac_tool_warned=yes ;;
4920 esac
4921 CC=$ac_ct_CC
4922 fi
4923 fi
4924
4925 fi
4926
4927
4928 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4929 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4930 as_fn_error $? "no acceptable C compiler found in \$PATH
4931 See \`config.log' for more details" "$LINENO" 5; }
4932
4933 # Provide some information about the compiler.
4934 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4935 set X $ac_compile
4936 ac_compiler=$2
4937 for ac_option in --version -v -V -qversion; do
4938 { { ac_try="$ac_compiler $ac_option >&5"
4939 case "(($ac_try" in
4940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4941 *) ac_try_echo=$ac_try;;
4942 esac
4943 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4944 $as_echo "$ac_try_echo"; } >&5
4945 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4946 ac_status=$?
4947 if test -s conftest.err; then
4948 sed '10a\
4949 ... rest of stderr output deleted ...
4950 10q' conftest.err >conftest.er1
4951 cat conftest.er1 >&5
4952 fi
4953 rm -f conftest.er1 conftest.err
4954 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4955 test $ac_status = 0; }
4956 done
4957
4958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4959 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4960 if ${ac_cv_c_compiler_gnu+:} false; then :
4961 $as_echo_n "(cached) " >&6
4962 else
4963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4964 /* end confdefs.h. */
4965
4966 int
4967 main ()
4968 {
4969 #ifndef __GNUC__
4970 choke me
4971 #endif
4972
4973 ;
4974 return 0;
4975 }
4976 _ACEOF
4977 if ac_fn_c_try_compile "$LINENO"; then :
4978 ac_compiler_gnu=yes
4979 else
4980 ac_compiler_gnu=no
4981 fi
4982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4983 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4984
4985 fi
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4987 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4988 if test $ac_compiler_gnu = yes; then
4989 GCC=yes
4990 else
4991 GCC=
4992 fi
4993 ac_test_CFLAGS=${CFLAGS+set}
4994 ac_save_CFLAGS=$CFLAGS
4995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4996 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4997 if ${ac_cv_prog_cc_g+:} false; then :
4998 $as_echo_n "(cached) " >&6
4999 else
5000 ac_save_c_werror_flag=$ac_c_werror_flag
5001 ac_c_werror_flag=yes
5002 ac_cv_prog_cc_g=no
5003 CFLAGS="-g"
5004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5005 /* end confdefs.h. */
5006
5007 int
5008 main ()
5009 {
5010
5011 ;
5012 return 0;
5013 }
5014 _ACEOF
5015 if ac_fn_c_try_compile "$LINENO"; then :
5016 ac_cv_prog_cc_g=yes
5017 else
5018 CFLAGS=""
5019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5020 /* end confdefs.h. */
5021
5022 int
5023 main ()
5024 {
5025
5026 ;
5027 return 0;
5028 }
5029 _ACEOF
5030 if ac_fn_c_try_compile "$LINENO"; then :
5031
5032 else
5033 ac_c_werror_flag=$ac_save_c_werror_flag
5034 CFLAGS="-g"
5035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5036 /* end confdefs.h. */
5037
5038 int
5039 main ()
5040 {
5041
5042 ;
5043 return 0;
5044 }
5045 _ACEOF
5046 if ac_fn_c_try_compile "$LINENO"; then :
5047 ac_cv_prog_cc_g=yes
5048 fi
5049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5050 fi
5051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5052 fi
5053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5054 ac_c_werror_flag=$ac_save_c_werror_flag
5055 fi
5056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5057 $as_echo "$ac_cv_prog_cc_g" >&6; }
5058 if test "$ac_test_CFLAGS" = set; then
5059 CFLAGS=$ac_save_CFLAGS
5060 elif test $ac_cv_prog_cc_g = yes; then
5061 if test "$GCC" = yes; then
5062 CFLAGS="-g -O2"
5063 else
5064 CFLAGS="-g"
5065 fi
5066 else
5067 if test "$GCC" = yes; then
5068 CFLAGS="-O2"
5069 else
5070 CFLAGS=
5071 fi
5072 fi
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5074 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5075 if ${ac_cv_prog_cc_c89+:} false; then :
5076 $as_echo_n "(cached) " >&6
5077 else
5078 ac_cv_prog_cc_c89=no
5079 ac_save_CC=$CC
5080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5081 /* end confdefs.h. */
5082 #include <stdarg.h>
5083 #include <stdio.h>
5084 struct stat;
5085 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5086 struct buf { int x; };
5087 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5088 static char *e (p, i)
5089 char **p;
5090 int i;
5091 {
5092 return p[i];
5093 }
5094 static char *f (char * (*g) (char **, int), char **p, ...)
5095 {
5096 char *s;
5097 va_list v;
5098 va_start (v,p);
5099 s = g (p, va_arg (v,int));
5100 va_end (v);
5101 return s;
5102 }
5103
5104 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5105 function prototypes and stuff, but not '\xHH' hex character constants.
5106 These don't provoke an error unfortunately, instead are silently treated
5107 as 'x'. The following induces an error, until -std is added to get
5108 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5109 array size at least. It's necessary to write '\x00'==0 to get something
5110 that's true only with -std. */
5111 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5112
5113 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5114 inside strings and character constants. */
5115 #define FOO(x) 'x'
5116 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5117
5118 int test (int i, double x);
5119 struct s1 {int (*f) (int a);};
5120 struct s2 {int (*f) (double a);};
5121 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5122 int argc;
5123 char **argv;
5124 int
5125 main ()
5126 {
5127 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5128 ;
5129 return 0;
5130 }
5131 _ACEOF
5132 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5133 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5134 do
5135 CC="$ac_save_CC $ac_arg"
5136 if ac_fn_c_try_compile "$LINENO"; then :
5137 ac_cv_prog_cc_c89=$ac_arg
5138 fi
5139 rm -f core conftest.err conftest.$ac_objext
5140 test "x$ac_cv_prog_cc_c89" != "xno" && break
5141 done
5142 rm -f conftest.$ac_ext
5143 CC=$ac_save_CC
5144
5145 fi
5146 # AC_CACHE_VAL
5147 case "x$ac_cv_prog_cc_c89" in
5148 x)
5149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5150 $as_echo "none needed" >&6; } ;;
5151 xno)
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5153 $as_echo "unsupported" >&6; } ;;
5154 *)
5155 CC="$CC $ac_cv_prog_cc_c89"
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5157 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5158 esac
5159 if test "x$ac_cv_prog_cc_c89" != xno; then :
5160
5161 fi
5162
5163 ac_ext=c
5164 ac_cpp='$CPP $CPPFLAGS'
5165 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5166 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5167 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5168
5169 ac_ext=c
5170 ac_cpp='$CPP $CPPFLAGS'
5171 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5172 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5173 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
5175 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
5176 if ${am_cv_prog_cc_c_o+:} false; then :
5177 $as_echo_n "(cached) " >&6
5178 else
5179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5180 /* end confdefs.h. */
5181
5182 int
5183 main ()
5184 {
5185
5186 ;
5187 return 0;
5188 }
5189 _ACEOF
5190 # Make sure it works both with $CC and with simple cc.
5191 # Following AC_PROG_CC_C_O, we do the test twice because some
5192 # compilers refuse to overwrite an existing .o file with -o,
5193 # though they will create one.
5194 am_cv_prog_cc_c_o=yes
5195 for am_i in 1 2; do
5196 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
5197 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
5198 ac_status=$?
5199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5200 (exit $ac_status); } \
5201 && test -f conftest2.$ac_objext; then
5202 : OK
5203 else
5204 am_cv_prog_cc_c_o=no
5205 break
5206 fi
5207 done
5208 rm -f core conftest*
5209 unset am_i
5210 fi
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5212 $as_echo "$am_cv_prog_cc_c_o" >&6; }
5213 if test "$am_cv_prog_cc_c_o" != yes; then
5214 # Losing compiler, so override with the script.
5215 # FIXME: It is wrong to rewrite CC.
5216 # But if we don't then we get into trouble of one sort or another.
5217 # A longer-term fix would be to have automake use am__CC in this case,
5218 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5219 CC="$am_aux_dir/compile $CC"
5220 fi
5221 ac_ext=c
5222 ac_cpp='$CPP $CPPFLAGS'
5223 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5224 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5225 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5226
5227
5228 ac_ext=c
5229 ac_cpp='$CPP $CPPFLAGS'
5230 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5231 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5232 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5234 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5235 # On Suns, sometimes $CPP names a directory.
5236 if test -n "$CPP" && test -d "$CPP"; then
5237 CPP=
5238 fi
5239 if test -z "$CPP"; then
5240 if ${ac_cv_prog_CPP+:} false; then :
5241 $as_echo_n "(cached) " >&6
5242 else
5243 # Double quotes because CPP needs to be expanded
5244 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5245 do
5246 ac_preproc_ok=false
5247 for ac_c_preproc_warn_flag in '' yes
5248 do
5249 # Use a header file that comes with gcc, so configuring glibc
5250 # with a fresh cross-compiler works.
5251 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5252 # <limits.h> exists even on freestanding compilers.
5253 # On the NeXT, cc -E runs the code through the compiler's parser,
5254 # not just through cpp. "Syntax error" is here to catch this case.
5255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5256 /* end confdefs.h. */
5257 #ifdef __STDC__
5258 # include <limits.h>
5259 #else
5260 # include <assert.h>
5261 #endif
5262 Syntax error
5263 _ACEOF
5264 if ac_fn_c_try_cpp "$LINENO"; then :
5265
5266 else
5267 # Broken: fails on valid input.
5268 continue
5269 fi
5270 rm -f conftest.err conftest.i conftest.$ac_ext
5271
5272 # OK, works on sane cases. Now check whether nonexistent headers
5273 # can be detected and how.
5274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5275 /* end confdefs.h. */
5276 #include <ac_nonexistent.h>
5277 _ACEOF
5278 if ac_fn_c_try_cpp "$LINENO"; then :
5279 # Broken: success on invalid input.
5280 continue
5281 else
5282 # Passes both tests.
5283 ac_preproc_ok=:
5284 break
5285 fi
5286 rm -f conftest.err conftest.i conftest.$ac_ext
5287
5288 done
5289 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5290 rm -f conftest.i conftest.err conftest.$ac_ext
5291 if $ac_preproc_ok; then :
5292 break
5293 fi
5294
5295 done
5296 ac_cv_prog_CPP=$CPP
5297
5298 fi
5299 CPP=$ac_cv_prog_CPP
5300 else
5301 ac_cv_prog_CPP=$CPP
5302 fi
5303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5304 $as_echo "$CPP" >&6; }
5305 ac_preproc_ok=false
5306 for ac_c_preproc_warn_flag in '' yes
5307 do
5308 # Use a header file that comes with gcc, so configuring glibc
5309 # with a fresh cross-compiler works.
5310 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5311 # <limits.h> exists even on freestanding compilers.
5312 # On the NeXT, cc -E runs the code through the compiler's parser,
5313 # not just through cpp. "Syntax error" is here to catch this case.
5314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5315 /* end confdefs.h. */
5316 #ifdef __STDC__
5317 # include <limits.h>
5318 #else
5319 # include <assert.h>
5320 #endif
5321 Syntax error
5322 _ACEOF
5323 if ac_fn_c_try_cpp "$LINENO"; then :
5324
5325 else
5326 # Broken: fails on valid input.
5327 continue
5328 fi
5329 rm -f conftest.err conftest.i conftest.$ac_ext
5330
5331 # OK, works on sane cases. Now check whether nonexistent headers
5332 # can be detected and how.
5333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5334 /* end confdefs.h. */
5335 #include <ac_nonexistent.h>
5336 _ACEOF
5337 if ac_fn_c_try_cpp "$LINENO"; then :
5338 # Broken: success on invalid input.
5339 continue
5340 else
5341 # Passes both tests.
5342 ac_preproc_ok=:
5343 break
5344 fi
5345 rm -f conftest.err conftest.i conftest.$ac_ext
5346
5347 done
5348 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5349 rm -f conftest.i conftest.err conftest.$ac_ext
5350 if $ac_preproc_ok; then :
5351
5352 else
5353 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5354 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5355 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5356 See \`config.log' for more details" "$LINENO" 5; }
5357 fi
5358
5359 ac_ext=c
5360 ac_cpp='$CPP $CPPFLAGS'
5361 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5362 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5363 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5364
5365
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5367 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5368 if ${ac_cv_path_GREP+:} false; then :
5369 $as_echo_n "(cached) " >&6
5370 else
5371 if test -z "$GREP"; then
5372 ac_path_GREP_found=false
5373 # Loop through the user's path and test for each of PROGNAME-LIST
5374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5375 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5376 do
5377 IFS=$as_save_IFS
5378 test -z "$as_dir" && as_dir=.
5379 for ac_prog in grep ggrep; do
5380 for ac_exec_ext in '' $ac_executable_extensions; do
5381 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5382 as_fn_executable_p "$ac_path_GREP" || continue
5383 # Check for GNU ac_path_GREP and select it if it is found.
5384 # Check for GNU $ac_path_GREP
5385 case `"$ac_path_GREP" --version 2>&1` in
5386 *GNU*)
5387 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5388 *)
5389 ac_count=0
5390 $as_echo_n 0123456789 >"conftest.in"
5391 while :
5392 do
5393 cat "conftest.in" "conftest.in" >"conftest.tmp"
5394 mv "conftest.tmp" "conftest.in"
5395 cp "conftest.in" "conftest.nl"
5396 $as_echo 'GREP' >> "conftest.nl"
5397 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5398 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5399 as_fn_arith $ac_count + 1 && ac_count=$as_val
5400 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5401 # Best one so far, save it but keep looking for a better one
5402 ac_cv_path_GREP="$ac_path_GREP"
5403 ac_path_GREP_max=$ac_count
5404 fi
5405 # 10*(2^10) chars as input seems more than enough
5406 test $ac_count -gt 10 && break
5407 done
5408 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5409 esac
5410
5411 $ac_path_GREP_found && break 3
5412 done
5413 done
5414 done
5415 IFS=$as_save_IFS
5416 if test -z "$ac_cv_path_GREP"; then
5417 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5418 fi
5419 else
5420 ac_cv_path_GREP=$GREP
5421 fi
5422
5423 fi
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5425 $as_echo "$ac_cv_path_GREP" >&6; }
5426 GREP="$ac_cv_path_GREP"
5427
5428
5429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5430 $as_echo_n "checking for egrep... " >&6; }
5431 if ${ac_cv_path_EGREP+:} false; then :
5432 $as_echo_n "(cached) " >&6
5433 else
5434 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5435 then ac_cv_path_EGREP="$GREP -E"
5436 else
5437 if test -z "$EGREP"; then
5438 ac_path_EGREP_found=false
5439 # Loop through the user's path and test for each of PROGNAME-LIST
5440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5441 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5442 do
5443 IFS=$as_save_IFS
5444 test -z "$as_dir" && as_dir=.
5445 for ac_prog in egrep; do
5446 for ac_exec_ext in '' $ac_executable_extensions; do
5447 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5448 as_fn_executable_p "$ac_path_EGREP" || continue
5449 # Check for GNU ac_path_EGREP and select it if it is found.
5450 # Check for GNU $ac_path_EGREP
5451 case `"$ac_path_EGREP" --version 2>&1` in
5452 *GNU*)
5453 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5454 *)
5455 ac_count=0
5456 $as_echo_n 0123456789 >"conftest.in"
5457 while :
5458 do
5459 cat "conftest.in" "conftest.in" >"conftest.tmp"
5460 mv "conftest.tmp" "conftest.in"
5461 cp "conftest.in" "conftest.nl"
5462 $as_echo 'EGREP' >> "conftest.nl"
5463 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5464 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5465 as_fn_arith $ac_count + 1 && ac_count=$as_val
5466 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5467 # Best one so far, save it but keep looking for a better one
5468 ac_cv_path_EGREP="$ac_path_EGREP"
5469 ac_path_EGREP_max=$ac_count
5470 fi
5471 # 10*(2^10) chars as input seems more than enough
5472 test $ac_count -gt 10 && break
5473 done
5474 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5475 esac
5476
5477 $ac_path_EGREP_found && break 3
5478 done
5479 done
5480 done
5481 IFS=$as_save_IFS
5482 if test -z "$ac_cv_path_EGREP"; then
5483 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5484 fi
5485 else
5486 ac_cv_path_EGREP=$EGREP
5487 fi
5488
5489 fi
5490 fi
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5492 $as_echo "$ac_cv_path_EGREP" >&6; }
5493 EGREP="$ac_cv_path_EGREP"
5494
5495
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5497 $as_echo_n "checking for ANSI C header files... " >&6; }
5498 if ${ac_cv_header_stdc+:} false; then :
5499 $as_echo_n "(cached) " >&6
5500 else
5501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5502 /* end confdefs.h. */
5503 #include <stdlib.h>
5504 #include <stdarg.h>
5505 #include <string.h>
5506 #include <float.h>
5507
5508 int
5509 main ()
5510 {
5511
5512 ;
5513 return 0;
5514 }
5515 _ACEOF
5516 if ac_fn_c_try_compile "$LINENO"; then :
5517 ac_cv_header_stdc=yes
5518 else
5519 ac_cv_header_stdc=no
5520 fi
5521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5522
5523 if test $ac_cv_header_stdc = yes; then
5524 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5526 /* end confdefs.h. */
5527 #include <string.h>
5528
5529 _ACEOF
5530 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5531 $EGREP "memchr" >/dev/null 2>&1; then :
5532
5533 else
5534 ac_cv_header_stdc=no
5535 fi
5536 rm -f conftest*
5537
5538 fi
5539
5540 if test $ac_cv_header_stdc = yes; then
5541 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5543 /* end confdefs.h. */
5544 #include <stdlib.h>
5545
5546 _ACEOF
5547 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5548 $EGREP "free" >/dev/null 2>&1; then :
5549
5550 else
5551 ac_cv_header_stdc=no
5552 fi
5553 rm -f conftest*
5554
5555 fi
5556
5557 if test $ac_cv_header_stdc = yes; then
5558 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5559 if test "$cross_compiling" = yes; then :
5560 :
5561 else
5562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5563 /* end confdefs.h. */
5564 #include <ctype.h>
5565 #include <stdlib.h>
5566 #if ((' ' & 0x0FF) == 0x020)
5567 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5568 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5569 #else
5570 # define ISLOWER(c) \
5571 (('a' <= (c) && (c) <= 'i') \
5572 || ('j' <= (c) && (c) <= 'r') \
5573 || ('s' <= (c) && (c) <= 'z'))
5574 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5575 #endif
5576
5577 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5578 int
5579 main ()
5580 {
5581 int i;
5582 for (i = 0; i < 256; i++)
5583 if (XOR (islower (i), ISLOWER (i))
5584 || toupper (i) != TOUPPER (i))
5585 return 2;
5586 return 0;
5587 }
5588 _ACEOF
5589 if ac_fn_c_try_run "$LINENO"; then :
5590
5591 else
5592 ac_cv_header_stdc=no
5593 fi
5594 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5595 conftest.$ac_objext conftest.beam conftest.$ac_ext
5596 fi
5597
5598 fi
5599 fi
5600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5601 $as_echo "$ac_cv_header_stdc" >&6; }
5602 if test $ac_cv_header_stdc = yes; then
5603
5604 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5605
5606 fi
5607
5608 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5609 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5610 inttypes.h stdint.h unistd.h
5611 do :
5612 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5613 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5614 "
5615 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5616 cat >>confdefs.h <<_ACEOF
5617 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5618 _ACEOF
5619
5620 fi
5621
5622 done
5623
5624
5625
5626 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5627 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5628 MINIX=yes
5629 else
5630 MINIX=
5631 fi
5632
5633
5634 if test "$MINIX" = yes; then
5635
5636 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5637
5638
5639 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5640
5641
5642 $as_echo "#define _MINIX 1" >>confdefs.h
5643
5644 fi
5645
5646
5647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5648 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5649 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5650 $as_echo_n "(cached) " >&6
5651 else
5652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5653 /* end confdefs.h. */
5654
5655 # define __EXTENSIONS__ 1
5656 $ac_includes_default
5657 int
5658 main ()
5659 {
5660
5661 ;
5662 return 0;
5663 }
5664 _ACEOF
5665 if ac_fn_c_try_compile "$LINENO"; then :
5666 ac_cv_safe_to_define___extensions__=yes
5667 else
5668 ac_cv_safe_to_define___extensions__=no
5669 fi
5670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5671 fi
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5673 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5674 test $ac_cv_safe_to_define___extensions__ = yes &&
5675 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5676
5677 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5678
5679 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5680
5681 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5682
5683 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5684
5685
5686
5687
5688
5689 case `pwd` in
5690 *\ * | *\ *)
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5692 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5693 esac
5694
5695
5696
5697 macro_version='2.2.7a'
5698 macro_revision='1.3134'
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712 ltmain="$ac_aux_dir/ltmain.sh"
5713
5714 # Backslashify metacharacters that are still active within
5715 # double-quoted strings.
5716 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5717
5718 # Same as above, but do not quote variable references.
5719 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5720
5721 # Sed substitution to delay expansion of an escaped shell variable in a
5722 # double_quote_subst'ed string.
5723 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5724
5725 # Sed substitution to delay expansion of an escaped single quote.
5726 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5727
5728 # Sed substitution to avoid accidental globbing in evaled expressions
5729 no_glob_subst='s/\*/\\\*/g'
5730
5731 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5732 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5733 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5734
5735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5736 $as_echo_n "checking how to print strings... " >&6; }
5737 # Test print first, because it will be a builtin if present.
5738 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5739 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5740 ECHO='print -r --'
5741 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5742 ECHO='printf %s\n'
5743 else
5744 # Use this function as a fallback that always works.
5745 func_fallback_echo ()
5746 {
5747 eval 'cat <<_LTECHO_EOF
5748 $1
5749 _LTECHO_EOF'
5750 }
5751 ECHO='func_fallback_echo'
5752 fi
5753
5754 # func_echo_all arg...
5755 # Invoke $ECHO with all args, space-separated.
5756 func_echo_all ()
5757 {
5758 $ECHO ""
5759 }
5760
5761 case "$ECHO" in
5762 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5763 $as_echo "printf" >&6; } ;;
5764 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5765 $as_echo "print -r" >&6; } ;;
5766 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5767 $as_echo "cat" >&6; } ;;
5768 esac
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5784 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5785 if ${ac_cv_path_SED+:} false; then :
5786 $as_echo_n "(cached) " >&6
5787 else
5788 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5789 for ac_i in 1 2 3 4 5 6 7; do
5790 ac_script="$ac_script$as_nl$ac_script"
5791 done
5792 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5793 { ac_script=; unset ac_script;}
5794 if test -z "$SED"; then
5795 ac_path_SED_found=false
5796 # Loop through the user's path and test for each of PROGNAME-LIST
5797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5798 for as_dir in $PATH
5799 do
5800 IFS=$as_save_IFS
5801 test -z "$as_dir" && as_dir=.
5802 for ac_prog in sed gsed; do
5803 for ac_exec_ext in '' $ac_executable_extensions; do
5804 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5805 as_fn_executable_p "$ac_path_SED" || continue
5806 # Check for GNU ac_path_SED and select it if it is found.
5807 # Check for GNU $ac_path_SED
5808 case `"$ac_path_SED" --version 2>&1` in
5809 *GNU*)
5810 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5811 *)
5812 ac_count=0
5813 $as_echo_n 0123456789 >"conftest.in"
5814 while :
5815 do
5816 cat "conftest.in" "conftest.in" >"conftest.tmp"
5817 mv "conftest.tmp" "conftest.in"
5818 cp "conftest.in" "conftest.nl"
5819 $as_echo '' >> "conftest.nl"
5820 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5821 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5822 as_fn_arith $ac_count + 1 && ac_count=$as_val
5823 if test $ac_count -gt ${ac_path_SED_max-0}; then
5824 # Best one so far, save it but keep looking for a better one
5825 ac_cv_path_SED="$ac_path_SED"
5826 ac_path_SED_max=$ac_count
5827 fi
5828 # 10*(2^10) chars as input seems more than enough
5829 test $ac_count -gt 10 && break
5830 done
5831 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5832 esac
5833
5834 $ac_path_SED_found && break 3
5835 done
5836 done
5837 done
5838 IFS=$as_save_IFS
5839 if test -z "$ac_cv_path_SED"; then
5840 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5841 fi
5842 else
5843 ac_cv_path_SED=$SED
5844 fi
5845
5846 fi
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5848 $as_echo "$ac_cv_path_SED" >&6; }
5849 SED="$ac_cv_path_SED"
5850 rm -f conftest.sed
5851
5852 test -z "$SED" && SED=sed
5853 Xsed="$SED -e 1s/^X//"
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5866 $as_echo_n "checking for fgrep... " >&6; }
5867 if ${ac_cv_path_FGREP+:} false; then :
5868 $as_echo_n "(cached) " >&6
5869 else
5870 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5871 then ac_cv_path_FGREP="$GREP -F"
5872 else
5873 if test -z "$FGREP"; then
5874 ac_path_FGREP_found=false
5875 # Loop through the user's path and test for each of PROGNAME-LIST
5876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5877 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5878 do
5879 IFS=$as_save_IFS
5880 test -z "$as_dir" && as_dir=.
5881 for ac_prog in fgrep; do
5882 for ac_exec_ext in '' $ac_executable_extensions; do
5883 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5884 as_fn_executable_p "$ac_path_FGREP" || continue
5885 # Check for GNU ac_path_FGREP and select it if it is found.
5886 # Check for GNU $ac_path_FGREP
5887 case `"$ac_path_FGREP" --version 2>&1` in
5888 *GNU*)
5889 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5890 *)
5891 ac_count=0
5892 $as_echo_n 0123456789 >"conftest.in"
5893 while :
5894 do
5895 cat "conftest.in" "conftest.in" >"conftest.tmp"
5896 mv "conftest.tmp" "conftest.in"
5897 cp "conftest.in" "conftest.nl"
5898 $as_echo 'FGREP' >> "conftest.nl"
5899 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5900 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5901 as_fn_arith $ac_count + 1 && ac_count=$as_val
5902 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5903 # Best one so far, save it but keep looking for a better one
5904 ac_cv_path_FGREP="$ac_path_FGREP"
5905 ac_path_FGREP_max=$ac_count
5906 fi
5907 # 10*(2^10) chars as input seems more than enough
5908 test $ac_count -gt 10 && break
5909 done
5910 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5911 esac
5912
5913 $ac_path_FGREP_found && break 3
5914 done
5915 done
5916 done
5917 IFS=$as_save_IFS
5918 if test -z "$ac_cv_path_FGREP"; then
5919 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5920 fi
5921 else
5922 ac_cv_path_FGREP=$FGREP
5923 fi
5924
5925 fi
5926 fi
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5928 $as_echo "$ac_cv_path_FGREP" >&6; }
5929 FGREP="$ac_cv_path_FGREP"
5930
5931
5932 test -z "$GREP" && GREP=grep
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952 # Check whether --with-gnu-ld was given.
5953 if test "${with_gnu_ld+set}" = set; then :
5954 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5955 else
5956 with_gnu_ld=no
5957 fi
5958
5959 ac_prog=ld
5960 if test "$GCC" = yes; then
5961 # Check if gcc -print-prog-name=ld gives a path.
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5963 $as_echo_n "checking for ld used by $CC... " >&6; }
5964 case $host in
5965 *-*-mingw*)
5966 # gcc leaves a trailing carriage return which upsets mingw
5967 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5968 *)
5969 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5970 esac
5971 case $ac_prog in
5972 # Accept absolute paths.
5973 [\\/]* | ?:[\\/]*)
5974 re_direlt='/[^/][^/]*/\.\./'
5975 # Canonicalize the pathname of ld
5976 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5977 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5978 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5979 done
5980 test -z "$LD" && LD="$ac_prog"
5981 ;;
5982 "")
5983 # If it fails, then pretend we aren't using GCC.
5984 ac_prog=ld
5985 ;;
5986 *)
5987 # If it is relative, then search for the first ld in PATH.
5988 with_gnu_ld=unknown
5989 ;;
5990 esac
5991 elif test "$with_gnu_ld" = yes; then
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5993 $as_echo_n "checking for GNU ld... " >&6; }
5994 else
5995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5996 $as_echo_n "checking for non-GNU ld... " >&6; }
5997 fi
5998 if ${lt_cv_path_LD+:} false; then :
5999 $as_echo_n "(cached) " >&6
6000 else
6001 if test -z "$LD"; then
6002 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6003 for ac_dir in $PATH; do
6004 IFS="$lt_save_ifs"
6005 test -z "$ac_dir" && ac_dir=.
6006 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6007 lt_cv_path_LD="$ac_dir/$ac_prog"
6008 # Check to see if the program is GNU ld. I'd rather use --version,
6009 # but apparently some variants of GNU ld only accept -v.
6010 # Break only if it was the GNU/non-GNU ld that we prefer.
6011 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6012 *GNU* | *'with BFD'*)
6013 test "$with_gnu_ld" != no && break
6014 ;;
6015 *)
6016 test "$with_gnu_ld" != yes && break
6017 ;;
6018 esac
6019 fi
6020 done
6021 IFS="$lt_save_ifs"
6022 else
6023 lt_cv_path_LD="$LD" # Let the user override the test with a path.
6024 fi
6025 fi
6026
6027 LD="$lt_cv_path_LD"
6028 if test -n "$LD"; then
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6030 $as_echo "$LD" >&6; }
6031 else
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6033 $as_echo "no" >&6; }
6034 fi
6035 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6037 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6038 if ${lt_cv_prog_gnu_ld+:} false; then :
6039 $as_echo_n "(cached) " >&6
6040 else
6041 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6042 case `$LD -v 2>&1 </dev/null` in
6043 *GNU* | *'with BFD'*)
6044 lt_cv_prog_gnu_ld=yes
6045 ;;
6046 *)
6047 lt_cv_prog_gnu_ld=no
6048 ;;
6049 esac
6050 fi
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6052 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6053 with_gnu_ld=$lt_cv_prog_gnu_ld
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6064 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6065 if ${lt_cv_path_NM+:} false; then :
6066 $as_echo_n "(cached) " >&6
6067 else
6068 if test -n "$NM"; then
6069 # Let the user override the test.
6070 lt_cv_path_NM="$NM"
6071 else
6072 lt_nm_to_check="${ac_tool_prefix}nm"
6073 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6074 lt_nm_to_check="$lt_nm_to_check nm"
6075 fi
6076 for lt_tmp_nm in $lt_nm_to_check; do
6077 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6078 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6079 IFS="$lt_save_ifs"
6080 test -z "$ac_dir" && ac_dir=.
6081 tmp_nm="$ac_dir/$lt_tmp_nm"
6082 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6083 # Check to see if the nm accepts a BSD-compat flag.
6084 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6085 # nm: unknown option "B" ignored
6086 # Tru64's nm complains that /dev/null is an invalid object file
6087 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6088 */dev/null* | *'Invalid file or object type'*)
6089 lt_cv_path_NM="$tmp_nm -B"
6090 break
6091 ;;
6092 *)
6093 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6094 */dev/null*)
6095 lt_cv_path_NM="$tmp_nm -p"
6096 break
6097 ;;
6098 *)
6099 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6100 continue # so that we can try to find one that supports BSD flags
6101 ;;
6102 esac
6103 ;;
6104 esac
6105 fi
6106 done
6107 IFS="$lt_save_ifs"
6108 done
6109 : ${lt_cv_path_NM=no}
6110 fi
6111 fi
6112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6113 $as_echo "$lt_cv_path_NM" >&6; }
6114 if test "$lt_cv_path_NM" != "no"; then
6115 NM="$lt_cv_path_NM"
6116 else
6117 # Didn't find any BSD compatible name lister, look for dumpbin.
6118 if test -n "$DUMPBIN"; then :
6119 # Let the user override the test.
6120 else
6121 if test -n "$ac_tool_prefix"; then
6122 for ac_prog in dumpbin "link -dump"
6123 do
6124 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6125 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6127 $as_echo_n "checking for $ac_word... " >&6; }
6128 if ${ac_cv_prog_DUMPBIN+:} false; then :
6129 $as_echo_n "(cached) " >&6
6130 else
6131 if test -n "$DUMPBIN"; then
6132 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6133 else
6134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6135 for as_dir in $PATH
6136 do
6137 IFS=$as_save_IFS
6138 test -z "$as_dir" && as_dir=.
6139 for ac_exec_ext in '' $ac_executable_extensions; do
6140 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6141 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6143 break 2
6144 fi
6145 done
6146 done
6147 IFS=$as_save_IFS
6148
6149 fi
6150 fi
6151 DUMPBIN=$ac_cv_prog_DUMPBIN
6152 if test -n "$DUMPBIN"; then
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6154 $as_echo "$DUMPBIN" >&6; }
6155 else
6156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6157 $as_echo "no" >&6; }
6158 fi
6159
6160
6161 test -n "$DUMPBIN" && break
6162 done
6163 fi
6164 if test -z "$DUMPBIN"; then
6165 ac_ct_DUMPBIN=$DUMPBIN
6166 for ac_prog in dumpbin "link -dump"
6167 do
6168 # Extract the first word of "$ac_prog", so it can be a program name with args.
6169 set dummy $ac_prog; ac_word=$2
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6171 $as_echo_n "checking for $ac_word... " >&6; }
6172 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6173 $as_echo_n "(cached) " >&6
6174 else
6175 if test -n "$ac_ct_DUMPBIN"; then
6176 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6177 else
6178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6179 for as_dir in $PATH
6180 do
6181 IFS=$as_save_IFS
6182 test -z "$as_dir" && as_dir=.
6183 for ac_exec_ext in '' $ac_executable_extensions; do
6184 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6185 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6187 break 2
6188 fi
6189 done
6190 done
6191 IFS=$as_save_IFS
6192
6193 fi
6194 fi
6195 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6196 if test -n "$ac_ct_DUMPBIN"; then
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6198 $as_echo "$ac_ct_DUMPBIN" >&6; }
6199 else
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6201 $as_echo "no" >&6; }
6202 fi
6203
6204
6205 test -n "$ac_ct_DUMPBIN" && break
6206 done
6207
6208 if test "x$ac_ct_DUMPBIN" = x; then
6209 DUMPBIN=":"
6210 else
6211 case $cross_compiling:$ac_tool_warned in
6212 yes:)
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6214 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6215 ac_tool_warned=yes ;;
6216 esac
6217 DUMPBIN=$ac_ct_DUMPBIN
6218 fi
6219 fi
6220
6221 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6222 *COFF*)
6223 DUMPBIN="$DUMPBIN -symbols"
6224 ;;
6225 *)
6226 DUMPBIN=:
6227 ;;
6228 esac
6229 fi
6230
6231 if test "$DUMPBIN" != ":"; then
6232 NM="$DUMPBIN"
6233 fi
6234 fi
6235 test -z "$NM" && NM=nm
6236
6237
6238
6239
6240
6241
6242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6243 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6244 if ${lt_cv_nm_interface+:} false; then :
6245 $as_echo_n "(cached) " >&6
6246 else
6247 lt_cv_nm_interface="BSD nm"
6248 echo "int some_variable = 0;" > conftest.$ac_ext
6249 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6250 (eval "$ac_compile" 2>conftest.err)
6251 cat conftest.err >&5
6252 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6253 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6254 cat conftest.err >&5
6255 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6256 cat conftest.out >&5
6257 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6258 lt_cv_nm_interface="MS dumpbin"
6259 fi
6260 rm -f conftest*
6261 fi
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6263 $as_echo "$lt_cv_nm_interface" >&6; }
6264
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6266 $as_echo_n "checking whether ln -s works... " >&6; }
6267 LN_S=$as_ln_s
6268 if test "$LN_S" = "ln -s"; then
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6270 $as_echo "yes" >&6; }
6271 else
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6273 $as_echo "no, using $LN_S" >&6; }
6274 fi
6275
6276 # find the maximum length of command line arguments
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6278 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6279 if ${lt_cv_sys_max_cmd_len+:} false; then :
6280 $as_echo_n "(cached) " >&6
6281 else
6282 i=0
6283 teststring="ABCD"
6284
6285 case $build_os in
6286 msdosdjgpp*)
6287 # On DJGPP, this test can blow up pretty badly due to problems in libc
6288 # (any single argument exceeding 2000 bytes causes a buffer overrun
6289 # during glob expansion). Even if it were fixed, the result of this
6290 # check would be larger than it should be.
6291 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6292 ;;
6293
6294 gnu*)
6295 # Under GNU Hurd, this test is not required because there is
6296 # no limit to the length of command line arguments.
6297 # Libtool will interpret -1 as no limit whatsoever
6298 lt_cv_sys_max_cmd_len=-1;
6299 ;;
6300
6301 cygwin* | mingw* | cegcc*)
6302 # On Win9x/ME, this test blows up -- it succeeds, but takes
6303 # about 5 minutes as the teststring grows exponentially.
6304 # Worse, since 9x/ME are not pre-emptively multitasking,
6305 # you end up with a "frozen" computer, even though with patience
6306 # the test eventually succeeds (with a max line length of 256k).
6307 # Instead, let's just punt: use the minimum linelength reported by
6308 # all of the supported platforms: 8192 (on NT/2K/XP).
6309 lt_cv_sys_max_cmd_len=8192;
6310 ;;
6311
6312 mint*)
6313 # On MiNT this can take a long time and run out of memory.
6314 lt_cv_sys_max_cmd_len=8192;
6315 ;;
6316
6317 amigaos*)
6318 # On AmigaOS with pdksh, this test takes hours, literally.
6319 # So we just punt and use a minimum line length of 8192.
6320 lt_cv_sys_max_cmd_len=8192;
6321 ;;
6322
6323 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6324 # This has been around since 386BSD, at least. Likely further.
6325 if test -x /sbin/sysctl; then
6326 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6327 elif test -x /usr/sbin/sysctl; then
6328 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6329 else
6330 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6331 fi
6332 # And add a safety zone
6333 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6334 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6335 ;;
6336
6337 interix*)
6338 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6339 lt_cv_sys_max_cmd_len=196608
6340 ;;
6341
6342 osf*)
6343 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6344 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6345 # nice to cause kernel panics so lets avoid the loop below.
6346 # First set a reasonable default.
6347 lt_cv_sys_max_cmd_len=16384
6348 #
6349 if test -x /sbin/sysconfig; then
6350 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6351 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6352 esac
6353 fi
6354 ;;
6355 sco3.2v5*)
6356 lt_cv_sys_max_cmd_len=102400
6357 ;;
6358 sysv5* | sco5v6* | sysv4.2uw2*)
6359 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6360 if test -n "$kargmax"; then
6361 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6362 else
6363 lt_cv_sys_max_cmd_len=32768
6364 fi
6365 ;;
6366 *)
6367 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6368 if test -n "$lt_cv_sys_max_cmd_len"; then
6369 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6370 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6371 else
6372 # Make teststring a little bigger before we do anything with it.
6373 # a 1K string should be a reasonable start.
6374 for i in 1 2 3 4 5 6 7 8 ; do
6375 teststring=$teststring$teststring
6376 done
6377 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6378 # If test is not a shell built-in, we'll probably end up computing a
6379 # maximum length that is only half of the actual maximum length, but
6380 # we can't tell.
6381 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6382 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6383 test $i != 17 # 1/2 MB should be enough
6384 do
6385 i=`expr $i + 1`
6386 teststring=$teststring$teststring
6387 done
6388 # Only check the string length outside the loop.
6389 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6390 teststring=
6391 # Add a significant safety factor because C++ compilers can tack on
6392 # massive amounts of additional arguments before passing them to the
6393 # linker. It appears as though 1/2 is a usable value.
6394 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6395 fi
6396 ;;
6397 esac
6398
6399 fi
6400
6401 if test -n $lt_cv_sys_max_cmd_len ; then
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6403 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6404 else
6405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6406 $as_echo "none" >&6; }
6407 fi
6408 max_cmd_len=$lt_cv_sys_max_cmd_len
6409
6410
6411
6412
6413
6414
6415 : ${CP="cp -f"}
6416 : ${MV="mv -f"}
6417 : ${RM="rm -f"}
6418
6419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6420 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6421 # Try some XSI features
6422 xsi_shell=no
6423 ( _lt_dummy="a/b/c"
6424 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6425 = c,a/b,, \
6426 && eval 'test $(( 1 + 1 )) -eq 2 \
6427 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6428 && xsi_shell=yes
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6430 $as_echo "$xsi_shell" >&6; }
6431
6432
6433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6434 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6435 lt_shell_append=no
6436 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6437 >/dev/null 2>&1 \
6438 && lt_shell_append=yes
6439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6440 $as_echo "$lt_shell_append" >&6; }
6441
6442
6443 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6444 lt_unset=unset
6445 else
6446 lt_unset=false
6447 fi
6448
6449
6450
6451
6452
6453 # test EBCDIC or ASCII
6454 case `echo X|tr X '\101'` in
6455 A) # ASCII based system
6456 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6457 lt_SP2NL='tr \040 \012'
6458 lt_NL2SP='tr \015\012 \040\040'
6459 ;;
6460 *) # EBCDIC based system
6461 lt_SP2NL='tr \100 \n'
6462 lt_NL2SP='tr \r\n \100\100'
6463 ;;
6464 esac
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6475 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6476 if ${lt_cv_ld_reload_flag+:} false; then :
6477 $as_echo_n "(cached) " >&6
6478 else
6479 lt_cv_ld_reload_flag='-r'
6480 fi
6481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6482 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6483 reload_flag=$lt_cv_ld_reload_flag
6484 case $reload_flag in
6485 "" | " "*) ;;
6486 *) reload_flag=" $reload_flag" ;;
6487 esac
6488 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6489 case $host_os in
6490 darwin*)
6491 if test "$GCC" = yes; then
6492 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6493 else
6494 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6495 fi
6496 ;;
6497 esac
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507 if test -n "$ac_tool_prefix"; then
6508 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6509 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6511 $as_echo_n "checking for $ac_word... " >&6; }
6512 if ${ac_cv_prog_OBJDUMP+:} false; then :
6513 $as_echo_n "(cached) " >&6
6514 else
6515 if test -n "$OBJDUMP"; then
6516 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6517 else
6518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6519 for as_dir in $PATH
6520 do
6521 IFS=$as_save_IFS
6522 test -z "$as_dir" && as_dir=.
6523 for ac_exec_ext in '' $ac_executable_extensions; do
6524 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6525 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6527 break 2
6528 fi
6529 done
6530 done
6531 IFS=$as_save_IFS
6532
6533 fi
6534 fi
6535 OBJDUMP=$ac_cv_prog_OBJDUMP
6536 if test -n "$OBJDUMP"; then
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6538 $as_echo "$OBJDUMP" >&6; }
6539 else
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6541 $as_echo "no" >&6; }
6542 fi
6543
6544
6545 fi
6546 if test -z "$ac_cv_prog_OBJDUMP"; then
6547 ac_ct_OBJDUMP=$OBJDUMP
6548 # Extract the first word of "objdump", so it can be a program name with args.
6549 set dummy objdump; ac_word=$2
6550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6551 $as_echo_n "checking for $ac_word... " >&6; }
6552 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6553 $as_echo_n "(cached) " >&6
6554 else
6555 if test -n "$ac_ct_OBJDUMP"; then
6556 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6557 else
6558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6559 for as_dir in $PATH
6560 do
6561 IFS=$as_save_IFS
6562 test -z "$as_dir" && as_dir=.
6563 for ac_exec_ext in '' $ac_executable_extensions; do
6564 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6565 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6567 break 2
6568 fi
6569 done
6570 done
6571 IFS=$as_save_IFS
6572
6573 fi
6574 fi
6575 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6576 if test -n "$ac_ct_OBJDUMP"; then
6577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6578 $as_echo "$ac_ct_OBJDUMP" >&6; }
6579 else
6580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6581 $as_echo "no" >&6; }
6582 fi
6583
6584 if test "x$ac_ct_OBJDUMP" = x; then
6585 OBJDUMP="false"
6586 else
6587 case $cross_compiling:$ac_tool_warned in
6588 yes:)
6589 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6590 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6591 ac_tool_warned=yes ;;
6592 esac
6593 OBJDUMP=$ac_ct_OBJDUMP
6594 fi
6595 else
6596 OBJDUMP="$ac_cv_prog_OBJDUMP"
6597 fi
6598
6599 test -z "$OBJDUMP" && OBJDUMP=objdump
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6610 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6611 if ${lt_cv_deplibs_check_method+:} false; then :
6612 $as_echo_n "(cached) " >&6
6613 else
6614 lt_cv_file_magic_cmd='$MAGIC_CMD'
6615 lt_cv_file_magic_test_file=
6616 lt_cv_deplibs_check_method='unknown'
6617 # Need to set the preceding variable on all platforms that support
6618 # interlibrary dependencies.
6619 # 'none' -- dependencies not supported.
6620 # `unknown' -- same as none, but documents that we really don't know.
6621 # 'pass_all' -- all dependencies passed with no checks.
6622 # 'test_compile' -- check by making test program.
6623 # 'file_magic [[regex]]' -- check by looking for files in library path
6624 # which responds to the $file_magic_cmd with a given extended regex.
6625 # If you have `file' or equivalent on your system and you're not sure
6626 # whether `pass_all' will *always* work, you probably want this one.
6627
6628 case $host_os in
6629 aix[4-9]*)
6630 lt_cv_deplibs_check_method=pass_all
6631 ;;
6632
6633 beos*)
6634 lt_cv_deplibs_check_method=pass_all
6635 ;;
6636
6637 bsdi[45]*)
6638 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6639 lt_cv_file_magic_cmd='/usr/bin/file -L'
6640 lt_cv_file_magic_test_file=/shlib/libc.so
6641 ;;
6642
6643 cygwin*)
6644 # func_win32_libid is a shell function defined in ltmain.sh
6645 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6646 lt_cv_file_magic_cmd='func_win32_libid'
6647 ;;
6648
6649 mingw* | pw32*)
6650 # Base MSYS/MinGW do not provide the 'file' command needed by
6651 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6652 # unless we find 'file', for example because we are cross-compiling.
6653 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6654 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6655 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6656 lt_cv_file_magic_cmd='func_win32_libid'
6657 else
6658 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6659 lt_cv_file_magic_cmd='$OBJDUMP -f'
6660 fi
6661 ;;
6662
6663 cegcc*)
6664 # use the weaker test based on 'objdump'. See mingw*.
6665 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6666 lt_cv_file_magic_cmd='$OBJDUMP -f'
6667 ;;
6668
6669 darwin* | rhapsody*)
6670 lt_cv_deplibs_check_method=pass_all
6671 ;;
6672
6673 freebsd* | dragonfly*)
6674 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6675 case $host_cpu in
6676 i*86 )
6677 # Not sure whether the presence of OpenBSD here was a mistake.
6678 # Let's accept both of them until this is cleared up.
6679 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6680 lt_cv_file_magic_cmd=/usr/bin/file
6681 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6682 ;;
6683 esac
6684 else
6685 lt_cv_deplibs_check_method=pass_all
6686 fi
6687 ;;
6688
6689 gnu*)
6690 lt_cv_deplibs_check_method=pass_all
6691 ;;
6692
6693 haiku*)
6694 lt_cv_deplibs_check_method=pass_all
6695 ;;
6696
6697 hpux10.20* | hpux11*)
6698 lt_cv_file_magic_cmd=/usr/bin/file
6699 case $host_cpu in
6700 ia64*)
6701 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6702 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6703 ;;
6704 hppa*64*)
6705 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
6706 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6707 ;;
6708 *)
6709 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6710 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6711 ;;
6712 esac
6713 ;;
6714
6715 interix[3-9]*)
6716 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6717 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6718 ;;
6719
6720 irix5* | irix6* | nonstopux*)
6721 case $LD in
6722 *-32|*"-32 ") libmagic=32-bit;;
6723 *-n32|*"-n32 ") libmagic=N32;;
6724 *-64|*"-64 ") libmagic=64-bit;;
6725 *) libmagic=never-match;;
6726 esac
6727 lt_cv_deplibs_check_method=pass_all
6728 ;;
6729
6730 # This must be Linux ELF.
6731 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6732 lt_cv_deplibs_check_method=pass_all
6733 ;;
6734
6735 netbsd*)
6736 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6737 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6738 else
6739 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6740 fi
6741 ;;
6742
6743 newos6*)
6744 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6745 lt_cv_file_magic_cmd=/usr/bin/file
6746 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6747 ;;
6748
6749 *nto* | *qnx*)
6750 lt_cv_deplibs_check_method=pass_all
6751 ;;
6752
6753 openbsd*)
6754 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6755 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6756 else
6757 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6758 fi
6759 ;;
6760
6761 osf3* | osf4* | osf5*)
6762 lt_cv_deplibs_check_method=pass_all
6763 ;;
6764
6765 rdos*)
6766 lt_cv_deplibs_check_method=pass_all
6767 ;;
6768
6769 solaris*)
6770 lt_cv_deplibs_check_method=pass_all
6771 ;;
6772
6773 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6774 lt_cv_deplibs_check_method=pass_all
6775 ;;
6776
6777 sysv4 | sysv4.3*)
6778 case $host_vendor in
6779 motorola)
6780 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]'
6781 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6782 ;;
6783 ncr)
6784 lt_cv_deplibs_check_method=pass_all
6785 ;;
6786 sequent)
6787 lt_cv_file_magic_cmd='/bin/file'
6788 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6789 ;;
6790 sni)
6791 lt_cv_file_magic_cmd='/bin/file'
6792 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6793 lt_cv_file_magic_test_file=/lib/libc.so
6794 ;;
6795 siemens)
6796 lt_cv_deplibs_check_method=pass_all
6797 ;;
6798 pc)
6799 lt_cv_deplibs_check_method=pass_all
6800 ;;
6801 esac
6802 ;;
6803
6804 tpf*)
6805 lt_cv_deplibs_check_method=pass_all
6806 ;;
6807 esac
6808
6809 fi
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6811 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6812 file_magic_cmd=$lt_cv_file_magic_cmd
6813 deplibs_check_method=$lt_cv_deplibs_check_method
6814 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827 plugin_option=
6828 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6829 for plugin in $plugin_names; do
6830 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6831 if test x$plugin_so = x$plugin; then
6832 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6833 fi
6834 if test x$plugin_so != x$plugin; then
6835 plugin_option="--plugin $plugin_so"
6836 break
6837 fi
6838 done
6839
6840 if test -n "$ac_tool_prefix"; then
6841 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6842 set dummy ${ac_tool_prefix}ar; ac_word=$2
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6844 $as_echo_n "checking for $ac_word... " >&6; }
6845 if ${ac_cv_prog_AR+:} false; then :
6846 $as_echo_n "(cached) " >&6
6847 else
6848 if test -n "$AR"; then
6849 ac_cv_prog_AR="$AR" # Let the user override the test.
6850 else
6851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6852 for as_dir in $PATH
6853 do
6854 IFS=$as_save_IFS
6855 test -z "$as_dir" && as_dir=.
6856 for ac_exec_ext in '' $ac_executable_extensions; do
6857 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6858 ac_cv_prog_AR="${ac_tool_prefix}ar"
6859 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6860 break 2
6861 fi
6862 done
6863 done
6864 IFS=$as_save_IFS
6865
6866 fi
6867 fi
6868 AR=$ac_cv_prog_AR
6869 if test -n "$AR"; then
6870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6871 $as_echo "$AR" >&6; }
6872 else
6873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6874 $as_echo "no" >&6; }
6875 fi
6876
6877
6878 fi
6879 if test -z "$ac_cv_prog_AR"; then
6880 ac_ct_AR=$AR
6881 # Extract the first word of "ar", so it can be a program name with args.
6882 set dummy ar; ac_word=$2
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6884 $as_echo_n "checking for $ac_word... " >&6; }
6885 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6886 $as_echo_n "(cached) " >&6
6887 else
6888 if test -n "$ac_ct_AR"; then
6889 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6890 else
6891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6892 for as_dir in $PATH
6893 do
6894 IFS=$as_save_IFS
6895 test -z "$as_dir" && as_dir=.
6896 for ac_exec_ext in '' $ac_executable_extensions; do
6897 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6898 ac_cv_prog_ac_ct_AR="ar"
6899 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6900 break 2
6901 fi
6902 done
6903 done
6904 IFS=$as_save_IFS
6905
6906 fi
6907 fi
6908 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6909 if test -n "$ac_ct_AR"; then
6910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6911 $as_echo "$ac_ct_AR" >&6; }
6912 else
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6914 $as_echo "no" >&6; }
6915 fi
6916
6917 if test "x$ac_ct_AR" = x; then
6918 AR="false"
6919 else
6920 case $cross_compiling:$ac_tool_warned in
6921 yes:)
6922 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6923 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6924 ac_tool_warned=yes ;;
6925 esac
6926 AR=$ac_ct_AR
6927 fi
6928 else
6929 AR="$ac_cv_prog_AR"
6930 fi
6931
6932 test -z "$AR" && AR=ar
6933 if test -n "$plugin_option"; then
6934 if $AR --help 2>&1 | grep -q "\--plugin"; then
6935 touch conftest.c
6936 $AR $plugin_option rc conftest.a conftest.c
6937 if test "$?" != 0; then
6938 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6939 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6940 else
6941 AR="$AR $plugin_option"
6942 fi
6943 rm -f conftest.*
6944 fi
6945 fi
6946 test -z "$AR_FLAGS" && AR_FLAGS=cru
6947
6948
6949
6950
6951
6952
6953
6954
6955
6956
6957
6958 if test -n "$ac_tool_prefix"; then
6959 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6960 set dummy ${ac_tool_prefix}strip; ac_word=$2
6961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6962 $as_echo_n "checking for $ac_word... " >&6; }
6963 if ${ac_cv_prog_STRIP+:} false; then :
6964 $as_echo_n "(cached) " >&6
6965 else
6966 if test -n "$STRIP"; then
6967 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6968 else
6969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6970 for as_dir in $PATH
6971 do
6972 IFS=$as_save_IFS
6973 test -z "$as_dir" && as_dir=.
6974 for ac_exec_ext in '' $ac_executable_extensions; do
6975 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6976 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6978 break 2
6979 fi
6980 done
6981 done
6982 IFS=$as_save_IFS
6983
6984 fi
6985 fi
6986 STRIP=$ac_cv_prog_STRIP
6987 if test -n "$STRIP"; then
6988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6989 $as_echo "$STRIP" >&6; }
6990 else
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6992 $as_echo "no" >&6; }
6993 fi
6994
6995
6996 fi
6997 if test -z "$ac_cv_prog_STRIP"; then
6998 ac_ct_STRIP=$STRIP
6999 # Extract the first word of "strip", so it can be a program name with args.
7000 set dummy strip; ac_word=$2
7001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7002 $as_echo_n "checking for $ac_word... " >&6; }
7003 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
7004 $as_echo_n "(cached) " >&6
7005 else
7006 if test -n "$ac_ct_STRIP"; then
7007 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
7008 else
7009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7010 for as_dir in $PATH
7011 do
7012 IFS=$as_save_IFS
7013 test -z "$as_dir" && as_dir=.
7014 for ac_exec_ext in '' $ac_executable_extensions; do
7015 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7016 ac_cv_prog_ac_ct_STRIP="strip"
7017 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7018 break 2
7019 fi
7020 done
7021 done
7022 IFS=$as_save_IFS
7023
7024 fi
7025 fi
7026 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7027 if test -n "$ac_ct_STRIP"; then
7028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7029 $as_echo "$ac_ct_STRIP" >&6; }
7030 else
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7032 $as_echo "no" >&6; }
7033 fi
7034
7035 if test "x$ac_ct_STRIP" = x; then
7036 STRIP=":"
7037 else
7038 case $cross_compiling:$ac_tool_warned in
7039 yes:)
7040 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7041 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7042 ac_tool_warned=yes ;;
7043 esac
7044 STRIP=$ac_ct_STRIP
7045 fi
7046 else
7047 STRIP="$ac_cv_prog_STRIP"
7048 fi
7049
7050 test -z "$STRIP" && STRIP=:
7051
7052
7053
7054
7055
7056
7057 if test -n "$ac_tool_prefix"; then
7058 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7059 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7061 $as_echo_n "checking for $ac_word... " >&6; }
7062 if ${ac_cv_prog_RANLIB+:} false; then :
7063 $as_echo_n "(cached) " >&6
7064 else
7065 if test -n "$RANLIB"; then
7066 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7067 else
7068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7069 for as_dir in $PATH
7070 do
7071 IFS=$as_save_IFS
7072 test -z "$as_dir" && as_dir=.
7073 for ac_exec_ext in '' $ac_executable_extensions; do
7074 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7075 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7077 break 2
7078 fi
7079 done
7080 done
7081 IFS=$as_save_IFS
7082
7083 fi
7084 fi
7085 RANLIB=$ac_cv_prog_RANLIB
7086 if test -n "$RANLIB"; then
7087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7088 $as_echo "$RANLIB" >&6; }
7089 else
7090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7091 $as_echo "no" >&6; }
7092 fi
7093
7094
7095 fi
7096 if test -z "$ac_cv_prog_RANLIB"; then
7097 ac_ct_RANLIB=$RANLIB
7098 # Extract the first word of "ranlib", so it can be a program name with args.
7099 set dummy ranlib; ac_word=$2
7100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7101 $as_echo_n "checking for $ac_word... " >&6; }
7102 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
7103 $as_echo_n "(cached) " >&6
7104 else
7105 if test -n "$ac_ct_RANLIB"; then
7106 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7107 else
7108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7109 for as_dir in $PATH
7110 do
7111 IFS=$as_save_IFS
7112 test -z "$as_dir" && as_dir=.
7113 for ac_exec_ext in '' $ac_executable_extensions; do
7114 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7115 ac_cv_prog_ac_ct_RANLIB="ranlib"
7116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7117 break 2
7118 fi
7119 done
7120 done
7121 IFS=$as_save_IFS
7122
7123 fi
7124 fi
7125 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7126 if test -n "$ac_ct_RANLIB"; then
7127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7128 $as_echo "$ac_ct_RANLIB" >&6; }
7129 else
7130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7131 $as_echo "no" >&6; }
7132 fi
7133
7134 if test "x$ac_ct_RANLIB" = x; then
7135 RANLIB=":"
7136 else
7137 case $cross_compiling:$ac_tool_warned in
7138 yes:)
7139 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7140 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7141 ac_tool_warned=yes ;;
7142 esac
7143 RANLIB=$ac_ct_RANLIB
7144 fi
7145 else
7146 RANLIB="$ac_cv_prog_RANLIB"
7147 fi
7148
7149 test -z "$RANLIB" && RANLIB=:
7150 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
7151 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
7152 RANLIB="$RANLIB $plugin_option"
7153 fi
7154 fi
7155
7156
7157
7158
7159
7160
7161 # Determine commands to create old-style static archives.
7162 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7163 old_postinstall_cmds='chmod 644 $oldlib'
7164 old_postuninstall_cmds=
7165
7166 if test -n "$RANLIB"; then
7167 case $host_os in
7168 openbsd*)
7169 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7170 ;;
7171 *)
7172 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7173 ;;
7174 esac
7175 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7176 fi
7177
7178 case $host_os in
7179 darwin*)
7180 lock_old_archive_extraction=yes ;;
7181 *)
7182 lock_old_archive_extraction=no ;;
7183 esac
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223 # If no C compiler was specified, use CC.
7224 LTCC=${LTCC-"$CC"}
7225
7226 # If no C compiler flags were specified, use CFLAGS.
7227 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7228
7229 # Allow CC to be a program name with arguments.
7230 compiler=$CC
7231
7232
7233 # Check for command to grab the raw symbol name followed by C symbol from nm.
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7235 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7236 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7237 $as_echo_n "(cached) " >&6
7238 else
7239
7240 # These are sane defaults that work on at least a few old systems.
7241 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7242
7243 # Character class describing NM global symbol codes.
7244 symcode='[BCDEGRST]'
7245
7246 # Regexp to match symbols that can be accessed directly from C.
7247 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7248
7249 # Define system-specific variables.
7250 case $host_os in
7251 aix*)
7252 symcode='[BCDT]'
7253 ;;
7254 cygwin* | mingw* | pw32* | cegcc*)
7255 symcode='[ABCDGISTW]'
7256 ;;
7257 hpux*)
7258 if test "$host_cpu" = ia64; then
7259 symcode='[ABCDEGRST]'
7260 fi
7261 ;;
7262 irix* | nonstopux*)
7263 symcode='[BCDEGRST]'
7264 ;;
7265 osf*)
7266 symcode='[BCDEGQRST]'
7267 ;;
7268 solaris*)
7269 symcode='[BDRT]'
7270 ;;
7271 sco3.2v5*)
7272 symcode='[DT]'
7273 ;;
7274 sysv4.2uw2*)
7275 symcode='[DT]'
7276 ;;
7277 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7278 symcode='[ABDT]'
7279 ;;
7280 sysv4)
7281 symcode='[DFNSTU]'
7282 ;;
7283 esac
7284
7285 # If we're using GNU nm, then use its standard symbol codes.
7286 case `$NM -V 2>&1` in
7287 *GNU* | *'with BFD'*)
7288 symcode='[ABCDGIRSTW]' ;;
7289 esac
7290
7291 # Transform an extracted symbol line into a proper C declaration.
7292 # Some systems (esp. on ia64) link data and code symbols differently,
7293 # so use this general approach.
7294 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7295
7296 # Transform an extracted symbol line into symbol name and symbol address
7297 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7298 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'"
7299
7300 # Handle CRLF in mingw tool chain
7301 opt_cr=
7302 case $build_os in
7303 mingw*)
7304 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7305 ;;
7306 esac
7307
7308 # Try without a prefix underscore, then with it.
7309 for ac_symprfx in "" "_"; do
7310
7311 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7312 symxfrm="\\1 $ac_symprfx\\2 \\2"
7313
7314 # Write the raw and C identifiers.
7315 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7316 # Fake it for dumpbin and say T for any non-static function
7317 # and D for any global variable.
7318 # Also find C++ and __fastcall symbols from MSVC++,
7319 # which start with @ or ?.
7320 lt_cv_sys_global_symbol_pipe="$AWK '"\
7321 " {last_section=section; section=\$ 3};"\
7322 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7323 " \$ 0!~/External *\|/{next};"\
7324 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7325 " {if(hide[section]) next};"\
7326 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7327 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7328 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7329 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7330 " ' prfx=^$ac_symprfx"
7331 else
7332 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7333 fi
7334
7335 # Check to see that the pipe works correctly.
7336 pipe_works=no
7337
7338 rm -f conftest*
7339 cat > conftest.$ac_ext <<_LT_EOF
7340 #ifdef __cplusplus
7341 extern "C" {
7342 #endif
7343 char nm_test_var;
7344 void nm_test_func(void);
7345 void nm_test_func(void){}
7346 #ifdef __cplusplus
7347 }
7348 #endif
7349 int main(){nm_test_var='a';nm_test_func();return(0);}
7350 _LT_EOF
7351
7352 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7353 (eval $ac_compile) 2>&5
7354 ac_status=$?
7355 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7356 test $ac_status = 0; }; then
7357 # Now try to grab the symbols.
7358 nlist=conftest.nm
7359 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7360 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7361 ac_status=$?
7362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7363 test $ac_status = 0; } && test -s "$nlist"; then
7364 # Try sorting and uniquifying the output.
7365 if sort "$nlist" | uniq > "$nlist"T; then
7366 mv -f "$nlist"T "$nlist"
7367 else
7368 rm -f "$nlist"T
7369 fi
7370
7371 # Make sure that we snagged all the symbols we need.
7372 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7373 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7374 cat <<_LT_EOF > conftest.$ac_ext
7375 #ifdef __cplusplus
7376 extern "C" {
7377 #endif
7378
7379 _LT_EOF
7380 # Now generate the symbol file.
7381 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7382
7383 cat <<_LT_EOF >> conftest.$ac_ext
7384
7385 /* The mapping between symbol names and symbols. */
7386 const struct {
7387 const char *name;
7388 void *address;
7389 }
7390 lt__PROGRAM__LTX_preloaded_symbols[] =
7391 {
7392 { "@PROGRAM@", (void *) 0 },
7393 _LT_EOF
7394 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7395 cat <<\_LT_EOF >> conftest.$ac_ext
7396 {0, (void *) 0}
7397 };
7398
7399 /* This works around a problem in FreeBSD linker */
7400 #ifdef FREEBSD_WORKAROUND
7401 static const void *lt_preloaded_setup() {
7402 return lt__PROGRAM__LTX_preloaded_symbols;
7403 }
7404 #endif
7405
7406 #ifdef __cplusplus
7407 }
7408 #endif
7409 _LT_EOF
7410 # Now try linking the two files.
7411 mv conftest.$ac_objext conftstm.$ac_objext
7412 lt_save_LIBS="$LIBS"
7413 lt_save_CFLAGS="$CFLAGS"
7414 LIBS="conftstm.$ac_objext"
7415 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7416 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7417 (eval $ac_link) 2>&5
7418 ac_status=$?
7419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7420 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7421 pipe_works=yes
7422 fi
7423 LIBS="$lt_save_LIBS"
7424 CFLAGS="$lt_save_CFLAGS"
7425 else
7426 echo "cannot find nm_test_func in $nlist" >&5
7427 fi
7428 else
7429 echo "cannot find nm_test_var in $nlist" >&5
7430 fi
7431 else
7432 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7433 fi
7434 else
7435 echo "$progname: failed program was:" >&5
7436 cat conftest.$ac_ext >&5
7437 fi
7438 rm -rf conftest* conftst*
7439
7440 # Do not use the global_symbol_pipe unless it works.
7441 if test "$pipe_works" = yes; then
7442 break
7443 else
7444 lt_cv_sys_global_symbol_pipe=
7445 fi
7446 done
7447
7448 fi
7449
7450 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7451 lt_cv_sys_global_symbol_to_cdecl=
7452 fi
7453 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7455 $as_echo "failed" >&6; }
7456 else
7457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7458 $as_echo "ok" >&6; }
7459 fi
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482 # Check whether --enable-libtool-lock was given.
7483 if test "${enable_libtool_lock+set}" = set; then :
7484 enableval=$enable_libtool_lock;
7485 fi
7486
7487 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7488
7489 # Some flags need to be propagated to the compiler or linker for good
7490 # libtool support.
7491 case $host in
7492 ia64-*-hpux*)
7493 # Find out which ABI we are using.
7494 echo 'int i;' > conftest.$ac_ext
7495 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7496 (eval $ac_compile) 2>&5
7497 ac_status=$?
7498 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7499 test $ac_status = 0; }; then
7500 case `/usr/bin/file conftest.$ac_objext` in
7501 *ELF-32*)
7502 HPUX_IA64_MODE="32"
7503 ;;
7504 *ELF-64*)
7505 HPUX_IA64_MODE="64"
7506 ;;
7507 esac
7508 fi
7509 rm -rf conftest*
7510 ;;
7511 *-*-irix6*)
7512 # Find out which ABI we are using.
7513 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7514 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7515 (eval $ac_compile) 2>&5
7516 ac_status=$?
7517 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7518 test $ac_status = 0; }; then
7519 if test "$lt_cv_prog_gnu_ld" = yes; then
7520 case `/usr/bin/file conftest.$ac_objext` in
7521 *32-bit*)
7522 LD="${LD-ld} -melf32bsmip"
7523 ;;
7524 *N32*)
7525 LD="${LD-ld} -melf32bmipn32"
7526 ;;
7527 *64-bit*)
7528 LD="${LD-ld} -melf64bmip"
7529 ;;
7530 esac
7531 else
7532 case `/usr/bin/file conftest.$ac_objext` in
7533 *32-bit*)
7534 LD="${LD-ld} -32"
7535 ;;
7536 *N32*)
7537 LD="${LD-ld} -n32"
7538 ;;
7539 *64-bit*)
7540 LD="${LD-ld} -64"
7541 ;;
7542 esac
7543 fi
7544 fi
7545 rm -rf conftest*
7546 ;;
7547
7548 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7549 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7550 # Find out which ABI we are using.
7551 echo 'int i;' > conftest.$ac_ext
7552 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7553 (eval $ac_compile) 2>&5
7554 ac_status=$?
7555 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7556 test $ac_status = 0; }; then
7557 case `/usr/bin/file conftest.o` in
7558 *32-bit*)
7559 case $host in
7560 x86_64-*kfreebsd*-gnu)
7561 LD="${LD-ld} -m elf_i386_fbsd"
7562 ;;
7563 x86_64-*linux*)
7564 case `/usr/bin/file conftest.o` in
7565 *x86-64*)
7566 LD="${LD-ld} -m elf32_x86_64"
7567 ;;
7568 *)
7569 LD="${LD-ld} -m elf_i386"
7570 ;;
7571 esac
7572 ;;
7573 powerpc64le-*linux*)
7574 LD="${LD-ld} -m elf32lppclinux"
7575 ;;
7576 powerpc64-*linux*)
7577 LD="${LD-ld} -m elf32ppclinux"
7578 ;;
7579 s390x-*linux*)
7580 LD="${LD-ld} -m elf_s390"
7581 ;;
7582 sparc64-*linux*)
7583 LD="${LD-ld} -m elf32_sparc"
7584 ;;
7585 esac
7586 ;;
7587 *64-bit*)
7588 case $host in
7589 x86_64-*kfreebsd*-gnu)
7590 LD="${LD-ld} -m elf_x86_64_fbsd"
7591 ;;
7592 x86_64-*linux*)
7593 LD="${LD-ld} -m elf_x86_64"
7594 ;;
7595 powerpcle-*linux*)
7596 LD="${LD-ld} -m elf64lppc"
7597 ;;
7598 powerpc-*linux*)
7599 LD="${LD-ld} -m elf64ppc"
7600 ;;
7601 s390*-*linux*|s390*-*tpf*)
7602 LD="${LD-ld} -m elf64_s390"
7603 ;;
7604 sparc*-*linux*)
7605 LD="${LD-ld} -m elf64_sparc"
7606 ;;
7607 esac
7608 ;;
7609 esac
7610 fi
7611 rm -rf conftest*
7612 ;;
7613
7614 *-*-sco3.2v5*)
7615 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7616 SAVE_CFLAGS="$CFLAGS"
7617 CFLAGS="$CFLAGS -belf"
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7619 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7620 if ${lt_cv_cc_needs_belf+:} false; then :
7621 $as_echo_n "(cached) " >&6
7622 else
7623 ac_ext=c
7624 ac_cpp='$CPP $CPPFLAGS'
7625 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7626 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7627 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7628
7629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7630 /* end confdefs.h. */
7631
7632 int
7633 main ()
7634 {
7635
7636 ;
7637 return 0;
7638 }
7639 _ACEOF
7640 if ac_fn_c_try_link "$LINENO"; then :
7641 lt_cv_cc_needs_belf=yes
7642 else
7643 lt_cv_cc_needs_belf=no
7644 fi
7645 rm -f core conftest.err conftest.$ac_objext \
7646 conftest$ac_exeext conftest.$ac_ext
7647 ac_ext=c
7648 ac_cpp='$CPP $CPPFLAGS'
7649 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7650 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7651 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7652
7653 fi
7654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7655 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7656 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7657 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7658 CFLAGS="$SAVE_CFLAGS"
7659 fi
7660 ;;
7661 sparc*-*solaris*)
7662 # Find out which ABI we are using.
7663 echo 'int i;' > conftest.$ac_ext
7664 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7665 (eval $ac_compile) 2>&5
7666 ac_status=$?
7667 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7668 test $ac_status = 0; }; then
7669 case `/usr/bin/file conftest.o` in
7670 *64-bit*)
7671 case $lt_cv_prog_gnu_ld in
7672 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7673 *)
7674 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7675 LD="${LD-ld} -64"
7676 fi
7677 ;;
7678 esac
7679 ;;
7680 esac
7681 fi
7682 rm -rf conftest*
7683 ;;
7684 esac
7685
7686 need_locks="$enable_libtool_lock"
7687
7688
7689 case $host_os in
7690 rhapsody* | darwin*)
7691 if test -n "$ac_tool_prefix"; then
7692 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7693 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7695 $as_echo_n "checking for $ac_word... " >&6; }
7696 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7697 $as_echo_n "(cached) " >&6
7698 else
7699 if test -n "$DSYMUTIL"; then
7700 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7701 else
7702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7703 for as_dir in $PATH
7704 do
7705 IFS=$as_save_IFS
7706 test -z "$as_dir" && as_dir=.
7707 for ac_exec_ext in '' $ac_executable_extensions; do
7708 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7709 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7711 break 2
7712 fi
7713 done
7714 done
7715 IFS=$as_save_IFS
7716
7717 fi
7718 fi
7719 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7720 if test -n "$DSYMUTIL"; then
7721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7722 $as_echo "$DSYMUTIL" >&6; }
7723 else
7724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7725 $as_echo "no" >&6; }
7726 fi
7727
7728
7729 fi
7730 if test -z "$ac_cv_prog_DSYMUTIL"; then
7731 ac_ct_DSYMUTIL=$DSYMUTIL
7732 # Extract the first word of "dsymutil", so it can be a program name with args.
7733 set dummy dsymutil; 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 ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7737 $as_echo_n "(cached) " >&6
7738 else
7739 if test -n "$ac_ct_DSYMUTIL"; then
7740 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7741 else
7742 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7743 for as_dir in $PATH
7744 do
7745 IFS=$as_save_IFS
7746 test -z "$as_dir" && as_dir=.
7747 for ac_exec_ext in '' $ac_executable_extensions; do
7748 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7749 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7750 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7751 break 2
7752 fi
7753 done
7754 done
7755 IFS=$as_save_IFS
7756
7757 fi
7758 fi
7759 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7760 if test -n "$ac_ct_DSYMUTIL"; then
7761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7762 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7763 else
7764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7765 $as_echo "no" >&6; }
7766 fi
7767
7768 if test "x$ac_ct_DSYMUTIL" = x; then
7769 DSYMUTIL=":"
7770 else
7771 case $cross_compiling:$ac_tool_warned in
7772 yes:)
7773 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7774 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7775 ac_tool_warned=yes ;;
7776 esac
7777 DSYMUTIL=$ac_ct_DSYMUTIL
7778 fi
7779 else
7780 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7781 fi
7782
7783 if test -n "$ac_tool_prefix"; then
7784 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7785 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7787 $as_echo_n "checking for $ac_word... " >&6; }
7788 if ${ac_cv_prog_NMEDIT+:} false; then :
7789 $as_echo_n "(cached) " >&6
7790 else
7791 if test -n "$NMEDIT"; then
7792 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7793 else
7794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7795 for as_dir in $PATH
7796 do
7797 IFS=$as_save_IFS
7798 test -z "$as_dir" && as_dir=.
7799 for ac_exec_ext in '' $ac_executable_extensions; do
7800 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7801 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7802 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7803 break 2
7804 fi
7805 done
7806 done
7807 IFS=$as_save_IFS
7808
7809 fi
7810 fi
7811 NMEDIT=$ac_cv_prog_NMEDIT
7812 if test -n "$NMEDIT"; then
7813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7814 $as_echo "$NMEDIT" >&6; }
7815 else
7816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7817 $as_echo "no" >&6; }
7818 fi
7819
7820
7821 fi
7822 if test -z "$ac_cv_prog_NMEDIT"; then
7823 ac_ct_NMEDIT=$NMEDIT
7824 # Extract the first word of "nmedit", so it can be a program name with args.
7825 set dummy nmedit; ac_word=$2
7826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7827 $as_echo_n "checking for $ac_word... " >&6; }
7828 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7829 $as_echo_n "(cached) " >&6
7830 else
7831 if test -n "$ac_ct_NMEDIT"; then
7832 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7833 else
7834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7835 for as_dir in $PATH
7836 do
7837 IFS=$as_save_IFS
7838 test -z "$as_dir" && as_dir=.
7839 for ac_exec_ext in '' $ac_executable_extensions; do
7840 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7841 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7843 break 2
7844 fi
7845 done
7846 done
7847 IFS=$as_save_IFS
7848
7849 fi
7850 fi
7851 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7852 if test -n "$ac_ct_NMEDIT"; then
7853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7854 $as_echo "$ac_ct_NMEDIT" >&6; }
7855 else
7856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7857 $as_echo "no" >&6; }
7858 fi
7859
7860 if test "x$ac_ct_NMEDIT" = x; then
7861 NMEDIT=":"
7862 else
7863 case $cross_compiling:$ac_tool_warned in
7864 yes:)
7865 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7866 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7867 ac_tool_warned=yes ;;
7868 esac
7869 NMEDIT=$ac_ct_NMEDIT
7870 fi
7871 else
7872 NMEDIT="$ac_cv_prog_NMEDIT"
7873 fi
7874
7875 if test -n "$ac_tool_prefix"; then
7876 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7877 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7879 $as_echo_n "checking for $ac_word... " >&6; }
7880 if ${ac_cv_prog_LIPO+:} false; then :
7881 $as_echo_n "(cached) " >&6
7882 else
7883 if test -n "$LIPO"; then
7884 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7885 else
7886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7887 for as_dir in $PATH
7888 do
7889 IFS=$as_save_IFS
7890 test -z "$as_dir" && as_dir=.
7891 for ac_exec_ext in '' $ac_executable_extensions; do
7892 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7893 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7895 break 2
7896 fi
7897 done
7898 done
7899 IFS=$as_save_IFS
7900
7901 fi
7902 fi
7903 LIPO=$ac_cv_prog_LIPO
7904 if test -n "$LIPO"; then
7905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7906 $as_echo "$LIPO" >&6; }
7907 else
7908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7909 $as_echo "no" >&6; }
7910 fi
7911
7912
7913 fi
7914 if test -z "$ac_cv_prog_LIPO"; then
7915 ac_ct_LIPO=$LIPO
7916 # Extract the first word of "lipo", so it can be a program name with args.
7917 set dummy lipo; ac_word=$2
7918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7919 $as_echo_n "checking for $ac_word... " >&6; }
7920 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7921 $as_echo_n "(cached) " >&6
7922 else
7923 if test -n "$ac_ct_LIPO"; then
7924 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7925 else
7926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7927 for as_dir in $PATH
7928 do
7929 IFS=$as_save_IFS
7930 test -z "$as_dir" && as_dir=.
7931 for ac_exec_ext in '' $ac_executable_extensions; do
7932 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7933 ac_cv_prog_ac_ct_LIPO="lipo"
7934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7935 break 2
7936 fi
7937 done
7938 done
7939 IFS=$as_save_IFS
7940
7941 fi
7942 fi
7943 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7944 if test -n "$ac_ct_LIPO"; then
7945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7946 $as_echo "$ac_ct_LIPO" >&6; }
7947 else
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7949 $as_echo "no" >&6; }
7950 fi
7951
7952 if test "x$ac_ct_LIPO" = x; then
7953 LIPO=":"
7954 else
7955 case $cross_compiling:$ac_tool_warned in
7956 yes:)
7957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7958 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7959 ac_tool_warned=yes ;;
7960 esac
7961 LIPO=$ac_ct_LIPO
7962 fi
7963 else
7964 LIPO="$ac_cv_prog_LIPO"
7965 fi
7966
7967 if test -n "$ac_tool_prefix"; then
7968 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7969 set dummy ${ac_tool_prefix}otool; ac_word=$2
7970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7971 $as_echo_n "checking for $ac_word... " >&6; }
7972 if ${ac_cv_prog_OTOOL+:} false; then :
7973 $as_echo_n "(cached) " >&6
7974 else
7975 if test -n "$OTOOL"; then
7976 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7977 else
7978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7979 for as_dir in $PATH
7980 do
7981 IFS=$as_save_IFS
7982 test -z "$as_dir" && as_dir=.
7983 for ac_exec_ext in '' $ac_executable_extensions; do
7984 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7985 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7987 break 2
7988 fi
7989 done
7990 done
7991 IFS=$as_save_IFS
7992
7993 fi
7994 fi
7995 OTOOL=$ac_cv_prog_OTOOL
7996 if test -n "$OTOOL"; then
7997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7998 $as_echo "$OTOOL" >&6; }
7999 else
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8001 $as_echo "no" >&6; }
8002 fi
8003
8004
8005 fi
8006 if test -z "$ac_cv_prog_OTOOL"; then
8007 ac_ct_OTOOL=$OTOOL
8008 # Extract the first word of "otool", so it can be a program name with args.
8009 set dummy otool; ac_word=$2
8010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8011 $as_echo_n "checking for $ac_word... " >&6; }
8012 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
8013 $as_echo_n "(cached) " >&6
8014 else
8015 if test -n "$ac_ct_OTOOL"; then
8016 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8017 else
8018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8019 for as_dir in $PATH
8020 do
8021 IFS=$as_save_IFS
8022 test -z "$as_dir" && as_dir=.
8023 for ac_exec_ext in '' $ac_executable_extensions; do
8024 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8025 ac_cv_prog_ac_ct_OTOOL="otool"
8026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8027 break 2
8028 fi
8029 done
8030 done
8031 IFS=$as_save_IFS
8032
8033 fi
8034 fi
8035 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8036 if test -n "$ac_ct_OTOOL"; then
8037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8038 $as_echo "$ac_ct_OTOOL" >&6; }
8039 else
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8041 $as_echo "no" >&6; }
8042 fi
8043
8044 if test "x$ac_ct_OTOOL" = x; then
8045 OTOOL=":"
8046 else
8047 case $cross_compiling:$ac_tool_warned in
8048 yes:)
8049 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8050 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8051 ac_tool_warned=yes ;;
8052 esac
8053 OTOOL=$ac_ct_OTOOL
8054 fi
8055 else
8056 OTOOL="$ac_cv_prog_OTOOL"
8057 fi
8058
8059 if test -n "$ac_tool_prefix"; then
8060 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8061 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8063 $as_echo_n "checking for $ac_word... " >&6; }
8064 if ${ac_cv_prog_OTOOL64+:} false; then :
8065 $as_echo_n "(cached) " >&6
8066 else
8067 if test -n "$OTOOL64"; then
8068 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8069 else
8070 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8071 for as_dir in $PATH
8072 do
8073 IFS=$as_save_IFS
8074 test -z "$as_dir" && as_dir=.
8075 for ac_exec_ext in '' $ac_executable_extensions; do
8076 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8077 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8079 break 2
8080 fi
8081 done
8082 done
8083 IFS=$as_save_IFS
8084
8085 fi
8086 fi
8087 OTOOL64=$ac_cv_prog_OTOOL64
8088 if test -n "$OTOOL64"; then
8089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8090 $as_echo "$OTOOL64" >&6; }
8091 else
8092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8093 $as_echo "no" >&6; }
8094 fi
8095
8096
8097 fi
8098 if test -z "$ac_cv_prog_OTOOL64"; then
8099 ac_ct_OTOOL64=$OTOOL64
8100 # Extract the first word of "otool64", so it can be a program name with args.
8101 set dummy otool64; ac_word=$2
8102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8103 $as_echo_n "checking for $ac_word... " >&6; }
8104 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
8105 $as_echo_n "(cached) " >&6
8106 else
8107 if test -n "$ac_ct_OTOOL64"; then
8108 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8109 else
8110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8111 for as_dir in $PATH
8112 do
8113 IFS=$as_save_IFS
8114 test -z "$as_dir" && as_dir=.
8115 for ac_exec_ext in '' $ac_executable_extensions; do
8116 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8117 ac_cv_prog_ac_ct_OTOOL64="otool64"
8118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8119 break 2
8120 fi
8121 done
8122 done
8123 IFS=$as_save_IFS
8124
8125 fi
8126 fi
8127 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8128 if test -n "$ac_ct_OTOOL64"; then
8129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8130 $as_echo "$ac_ct_OTOOL64" >&6; }
8131 else
8132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8133 $as_echo "no" >&6; }
8134 fi
8135
8136 if test "x$ac_ct_OTOOL64" = x; then
8137 OTOOL64=":"
8138 else
8139 case $cross_compiling:$ac_tool_warned in
8140 yes:)
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8142 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8143 ac_tool_warned=yes ;;
8144 esac
8145 OTOOL64=$ac_ct_OTOOL64
8146 fi
8147 else
8148 OTOOL64="$ac_cv_prog_OTOOL64"
8149 fi
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8178 $as_echo_n "checking for -single_module linker flag... " >&6; }
8179 if ${lt_cv_apple_cc_single_mod+:} false; then :
8180 $as_echo_n "(cached) " >&6
8181 else
8182 lt_cv_apple_cc_single_mod=no
8183 if test -z "${LT_MULTI_MODULE}"; then
8184 # By default we will add the -single_module flag. You can override
8185 # by either setting the environment variable LT_MULTI_MODULE
8186 # non-empty at configure time, or by adding -multi_module to the
8187 # link flags.
8188 rm -rf libconftest.dylib*
8189 echo "int foo(void){return 1;}" > conftest.c
8190 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8191 -dynamiclib -Wl,-single_module conftest.c" >&5
8192 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8193 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8194 _lt_result=$?
8195 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8196 lt_cv_apple_cc_single_mod=yes
8197 else
8198 cat conftest.err >&5
8199 fi
8200 rm -rf libconftest.dylib*
8201 rm -f conftest.*
8202 fi
8203 fi
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8205 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8207 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8208 if ${lt_cv_ld_exported_symbols_list+:} false; then :
8209 $as_echo_n "(cached) " >&6
8210 else
8211 lt_cv_ld_exported_symbols_list=no
8212 save_LDFLAGS=$LDFLAGS
8213 echo "_main" > conftest.sym
8214 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8216 /* end confdefs.h. */
8217
8218 int
8219 main ()
8220 {
8221
8222 ;
8223 return 0;
8224 }
8225 _ACEOF
8226 if ac_fn_c_try_link "$LINENO"; then :
8227 lt_cv_ld_exported_symbols_list=yes
8228 else
8229 lt_cv_ld_exported_symbols_list=no
8230 fi
8231 rm -f core conftest.err conftest.$ac_objext \
8232 conftest$ac_exeext conftest.$ac_ext
8233 LDFLAGS="$save_LDFLAGS"
8234
8235 fi
8236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8237 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8239 $as_echo_n "checking for -force_load linker flag... " >&6; }
8240 if ${lt_cv_ld_force_load+:} false; then :
8241 $as_echo_n "(cached) " >&6
8242 else
8243 lt_cv_ld_force_load=no
8244 cat > conftest.c << _LT_EOF
8245 int forced_loaded() { return 2;}
8246 _LT_EOF
8247 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8248 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8249 echo "$AR cru libconftest.a conftest.o" >&5
8250 $AR cru libconftest.a conftest.o 2>&5
8251 cat > conftest.c << _LT_EOF
8252 int main() { return 0;}
8253 _LT_EOF
8254 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8255 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8256 _lt_result=$?
8257 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8258 lt_cv_ld_force_load=yes
8259 else
8260 cat conftest.err >&5
8261 fi
8262 rm -f conftest.err libconftest.a conftest conftest.c
8263 rm -rf conftest.dSYM
8264
8265 fi
8266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8267 $as_echo "$lt_cv_ld_force_load" >&6; }
8268 case $host_os in
8269 rhapsody* | darwin1.[012])
8270 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8271 darwin1.*)
8272 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8273 darwin*) # darwin 5.x on
8274 # if running on 10.5 or later, the deployment target defaults
8275 # to the OS version, if on x86, and 10.4, the deployment
8276 # target defaults to 10.4. Don't you love it?
8277 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8278 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8279 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8280 10.[012][,.]*)
8281 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8282 10.*)
8283 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8284 esac
8285 ;;
8286 esac
8287 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8288 _lt_dar_single_mod='$single_module'
8289 fi
8290 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8291 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8292 else
8293 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8294 fi
8295 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8296 _lt_dsymutil='~$DSYMUTIL $lib || :'
8297 else
8298 _lt_dsymutil=
8299 fi
8300 ;;
8301 esac
8302
8303 for ac_header in dlfcn.h
8304 do :
8305 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8306 "
8307 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8308 cat >>confdefs.h <<_ACEOF
8309 #define HAVE_DLFCN_H 1
8310 _ACEOF
8311
8312 fi
8313
8314 done
8315
8316
8317
8318
8319
8320 # Set options
8321 enable_dlopen=yes
8322
8323
8324
8325
8326 enable_win32_dll=no
8327
8328
8329
8330 # Check whether --enable-static was given.
8331 if test "${enable_static+set}" = set; then :
8332 enableval=$enable_static; p=${PACKAGE-default}
8333 case $enableval in
8334 yes) enable_static=yes ;;
8335 no) enable_static=no ;;
8336 *)
8337 enable_static=no
8338 # Look at the argument we got. We use all the common list separators.
8339 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8340 for pkg in $enableval; do
8341 IFS="$lt_save_ifs"
8342 if test "X$pkg" = "X$p"; then
8343 enable_static=yes
8344 fi
8345 done
8346 IFS="$lt_save_ifs"
8347 ;;
8348 esac
8349 else
8350 enable_static=yes
8351 fi
8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362 # Check whether --with-pic was given.
8363 if test "${with_pic+set}" = set; then :
8364 withval=$with_pic; pic_mode="$withval"
8365 else
8366 pic_mode=default
8367 fi
8368
8369
8370 test -z "$pic_mode" && pic_mode=default
8371
8372
8373
8374
8375
8376
8377
8378 # Check whether --enable-fast-install was given.
8379 if test "${enable_fast_install+set}" = set; then :
8380 enableval=$enable_fast_install; p=${PACKAGE-default}
8381 case $enableval in
8382 yes) enable_fast_install=yes ;;
8383 no) enable_fast_install=no ;;
8384 *)
8385 enable_fast_install=no
8386 # Look at the argument we got. We use all the common list separators.
8387 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8388 for pkg in $enableval; do
8389 IFS="$lt_save_ifs"
8390 if test "X$pkg" = "X$p"; then
8391 enable_fast_install=yes
8392 fi
8393 done
8394 IFS="$lt_save_ifs"
8395 ;;
8396 esac
8397 else
8398 enable_fast_install=yes
8399 fi
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411 # This can be used to rebuild libtool when needed
8412 LIBTOOL_DEPS="$ltmain"
8413
8414 # Always use our own libtool.
8415 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8416
8417
8418
8419
8420
8421
8422
8423
8424
8425
8426
8427
8428
8429
8430
8431
8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442 test -z "$LN_S" && LN_S="ln -s"
8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457 if test -n "${ZSH_VERSION+set}" ; then
8458 setopt NO_GLOB_SUBST
8459 fi
8460
8461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8462 $as_echo_n "checking for objdir... " >&6; }
8463 if ${lt_cv_objdir+:} false; then :
8464 $as_echo_n "(cached) " >&6
8465 else
8466 rm -f .libs 2>/dev/null
8467 mkdir .libs 2>/dev/null
8468 if test -d .libs; then
8469 lt_cv_objdir=.libs
8470 else
8471 # MS-DOS does not allow filenames that begin with a dot.
8472 lt_cv_objdir=_libs
8473 fi
8474 rmdir .libs 2>/dev/null
8475 fi
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8477 $as_echo "$lt_cv_objdir" >&6; }
8478 objdir=$lt_cv_objdir
8479
8480
8481
8482
8483
8484 cat >>confdefs.h <<_ACEOF
8485 #define LT_OBJDIR "$lt_cv_objdir/"
8486 _ACEOF
8487
8488
8489
8490
8491 case $host_os in
8492 aix3*)
8493 # AIX sometimes has problems with the GCC collect2 program. For some
8494 # reason, if we set the COLLECT_NAMES environment variable, the problems
8495 # vanish in a puff of smoke.
8496 if test "X${COLLECT_NAMES+set}" != Xset; then
8497 COLLECT_NAMES=
8498 export COLLECT_NAMES
8499 fi
8500 ;;
8501 esac
8502
8503 # Global variables:
8504 ofile=libtool
8505 can_build_shared=yes
8506
8507 # All known linkers require a `.a' archive for static linking (except MSVC,
8508 # which needs '.lib').
8509 libext=a
8510
8511 with_gnu_ld="$lt_cv_prog_gnu_ld"
8512
8513 old_CC="$CC"
8514 old_CFLAGS="$CFLAGS"
8515
8516 # Set sane defaults for various variables
8517 test -z "$CC" && CC=cc
8518 test -z "$LTCC" && LTCC=$CC
8519 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8520 test -z "$LD" && LD=ld
8521 test -z "$ac_objext" && ac_objext=o
8522
8523 for cc_temp in $compiler""; do
8524 case $cc_temp in
8525 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8526 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8527 \-*) ;;
8528 *) break;;
8529 esac
8530 done
8531 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8532
8533
8534 # Only perform the check for file, if the check method requires it
8535 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8536 case $deplibs_check_method in
8537 file_magic*)
8538 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8540 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8541 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8542 $as_echo_n "(cached) " >&6
8543 else
8544 case $MAGIC_CMD in
8545 [\\/*] | ?:[\\/]*)
8546 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8547 ;;
8548 *)
8549 lt_save_MAGIC_CMD="$MAGIC_CMD"
8550 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8551 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8552 for ac_dir in $ac_dummy; do
8553 IFS="$lt_save_ifs"
8554 test -z "$ac_dir" && ac_dir=.
8555 if test -f $ac_dir/${ac_tool_prefix}file; then
8556 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8557 if test -n "$file_magic_test_file"; then
8558 case $deplibs_check_method in
8559 "file_magic "*)
8560 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8561 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8562 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8563 $EGREP "$file_magic_regex" > /dev/null; then
8564 :
8565 else
8566 cat <<_LT_EOF 1>&2
8567
8568 *** Warning: the command libtool uses to detect shared libraries,
8569 *** $file_magic_cmd, produces output that libtool cannot recognize.
8570 *** The result is that libtool may fail to recognize shared libraries
8571 *** as such. This will affect the creation of libtool libraries that
8572 *** depend on shared libraries, but programs linked with such libtool
8573 *** libraries will work regardless of this problem. Nevertheless, you
8574 *** may want to report the problem to your system manager and/or to
8575 *** bug-libtool@gnu.org
8576
8577 _LT_EOF
8578 fi ;;
8579 esac
8580 fi
8581 break
8582 fi
8583 done
8584 IFS="$lt_save_ifs"
8585 MAGIC_CMD="$lt_save_MAGIC_CMD"
8586 ;;
8587 esac
8588 fi
8589
8590 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8591 if test -n "$MAGIC_CMD"; then
8592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8593 $as_echo "$MAGIC_CMD" >&6; }
8594 else
8595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8596 $as_echo "no" >&6; }
8597 fi
8598
8599
8600
8601
8602
8603 if test -z "$lt_cv_path_MAGIC_CMD"; then
8604 if test -n "$ac_tool_prefix"; then
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8606 $as_echo_n "checking for file... " >&6; }
8607 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8608 $as_echo_n "(cached) " >&6
8609 else
8610 case $MAGIC_CMD in
8611 [\\/*] | ?:[\\/]*)
8612 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8613 ;;
8614 *)
8615 lt_save_MAGIC_CMD="$MAGIC_CMD"
8616 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8617 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8618 for ac_dir in $ac_dummy; do
8619 IFS="$lt_save_ifs"
8620 test -z "$ac_dir" && ac_dir=.
8621 if test -f $ac_dir/file; then
8622 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8623 if test -n "$file_magic_test_file"; then
8624 case $deplibs_check_method in
8625 "file_magic "*)
8626 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8627 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8628 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8629 $EGREP "$file_magic_regex" > /dev/null; then
8630 :
8631 else
8632 cat <<_LT_EOF 1>&2
8633
8634 *** Warning: the command libtool uses to detect shared libraries,
8635 *** $file_magic_cmd, produces output that libtool cannot recognize.
8636 *** The result is that libtool may fail to recognize shared libraries
8637 *** as such. This will affect the creation of libtool libraries that
8638 *** depend on shared libraries, but programs linked with such libtool
8639 *** libraries will work regardless of this problem. Nevertheless, you
8640 *** may want to report the problem to your system manager and/or to
8641 *** bug-libtool@gnu.org
8642
8643 _LT_EOF
8644 fi ;;
8645 esac
8646 fi
8647 break
8648 fi
8649 done
8650 IFS="$lt_save_ifs"
8651 MAGIC_CMD="$lt_save_MAGIC_CMD"
8652 ;;
8653 esac
8654 fi
8655
8656 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8657 if test -n "$MAGIC_CMD"; then
8658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8659 $as_echo "$MAGIC_CMD" >&6; }
8660 else
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8662 $as_echo "no" >&6; }
8663 fi
8664
8665
8666 else
8667 MAGIC_CMD=:
8668 fi
8669 fi
8670
8671 fi
8672 ;;
8673 esac
8674
8675 # Use C for the default configuration in the libtool script
8676
8677 lt_save_CC="$CC"
8678 ac_ext=c
8679 ac_cpp='$CPP $CPPFLAGS'
8680 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8681 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8682 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8683
8684
8685 # Source file extension for C test sources.
8686 ac_ext=c
8687
8688 # Object file extension for compiled C test sources.
8689 objext=o
8690 objext=$objext
8691
8692 # Code to be used in simple compile tests
8693 lt_simple_compile_test_code="int some_variable = 0;"
8694
8695 # Code to be used in simple link tests
8696 lt_simple_link_test_code='int main(){return(0);}'
8697
8698
8699
8700
8701
8702
8703
8704 # If no C compiler was specified, use CC.
8705 LTCC=${LTCC-"$CC"}
8706
8707 # If no C compiler flags were specified, use CFLAGS.
8708 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8709
8710 # Allow CC to be a program name with arguments.
8711 compiler=$CC
8712
8713 # Save the default compiler, since it gets overwritten when the other
8714 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8715 compiler_DEFAULT=$CC
8716
8717 # save warnings/boilerplate of simple test code
8718 ac_outfile=conftest.$ac_objext
8719 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8720 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8721 _lt_compiler_boilerplate=`cat conftest.err`
8722 $RM conftest*
8723
8724 ac_outfile=conftest.$ac_objext
8725 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8726 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8727 _lt_linker_boilerplate=`cat conftest.err`
8728 $RM -r conftest*
8729
8730
8731 ## CAVEAT EMPTOR:
8732 ## There is no encapsulation within the following macros, do not change
8733 ## the running order or otherwise move them around unless you know exactly
8734 ## what you are doing...
8735 if test -n "$compiler"; then
8736
8737 lt_prog_compiler_no_builtin_flag=
8738
8739 if test "$GCC" = yes; then
8740 case $cc_basename in
8741 nvcc*)
8742 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8743 *)
8744 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8745 esac
8746
8747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8748 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8749 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8750 $as_echo_n "(cached) " >&6
8751 else
8752 lt_cv_prog_compiler_rtti_exceptions=no
8753 ac_outfile=conftest.$ac_objext
8754 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8755 lt_compiler_flag="-fno-rtti -fno-exceptions"
8756 # Insert the option either (1) after the last *FLAGS variable, or
8757 # (2) before a word containing "conftest.", or (3) at the end.
8758 # Note that $ac_compile itself does not contain backslashes and begins
8759 # with a dollar sign (not a hyphen), so the echo should work correctly.
8760 # The option is referenced via a variable to avoid confusing sed.
8761 lt_compile=`echo "$ac_compile" | $SED \
8762 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8763 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8764 -e 's:$: $lt_compiler_flag:'`
8765 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8766 (eval "$lt_compile" 2>conftest.err)
8767 ac_status=$?
8768 cat conftest.err >&5
8769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8770 if (exit $ac_status) && test -s "$ac_outfile"; then
8771 # The compiler can only warn and ignore the option if not recognized
8772 # So say no if there are warnings other than the usual output.
8773 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8774 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8775 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8776 lt_cv_prog_compiler_rtti_exceptions=yes
8777 fi
8778 fi
8779 $RM conftest*
8780
8781 fi
8782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8783 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8784
8785 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8786 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8787 else
8788 :
8789 fi
8790
8791 fi
8792
8793
8794
8795
8796
8797
8798 lt_prog_compiler_wl=
8799 lt_prog_compiler_pic=
8800 lt_prog_compiler_static=
8801
8802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8803 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8804
8805 if test "$GCC" = yes; then
8806 lt_prog_compiler_wl='-Wl,'
8807 lt_prog_compiler_static='-static'
8808
8809 case $host_os in
8810 aix*)
8811 # All AIX code is PIC.
8812 if test "$host_cpu" = ia64; then
8813 # AIX 5 now supports IA64 processor
8814 lt_prog_compiler_static='-Bstatic'
8815 fi
8816 lt_prog_compiler_pic='-fPIC'
8817 ;;
8818
8819 amigaos*)
8820 case $host_cpu in
8821 powerpc)
8822 # see comment about AmigaOS4 .so support
8823 lt_prog_compiler_pic='-fPIC'
8824 ;;
8825 m68k)
8826 # FIXME: we need at least 68020 code to build shared libraries, but
8827 # adding the `-m68020' flag to GCC prevents building anything better,
8828 # like `-m68040'.
8829 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8830 ;;
8831 esac
8832 ;;
8833
8834 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8835 # PIC is the default for these OSes.
8836 ;;
8837
8838 mingw* | cygwin* | pw32* | os2* | cegcc*)
8839 # This hack is so that the source file can tell whether it is being
8840 # built for inclusion in a dll (and should export symbols for example).
8841 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8842 # (--disable-auto-import) libraries
8843 lt_prog_compiler_pic='-DDLL_EXPORT'
8844 ;;
8845
8846 darwin* | rhapsody*)
8847 # PIC is the default on this platform
8848 # Common symbols not allowed in MH_DYLIB files
8849 lt_prog_compiler_pic='-fno-common'
8850 ;;
8851
8852 haiku*)
8853 # PIC is the default for Haiku.
8854 # The "-static" flag exists, but is broken.
8855 lt_prog_compiler_static=
8856 ;;
8857
8858 hpux*)
8859 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8860 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8861 # sets the default TLS model and affects inlining.
8862 case $host_cpu in
8863 hppa*64*)
8864 # +Z the default
8865 ;;
8866 *)
8867 lt_prog_compiler_pic='-fPIC'
8868 ;;
8869 esac
8870 ;;
8871
8872 interix[3-9]*)
8873 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8874 # Instead, we relocate shared libraries at runtime.
8875 ;;
8876
8877 msdosdjgpp*)
8878 # Just because we use GCC doesn't mean we suddenly get shared libraries
8879 # on systems that don't support them.
8880 lt_prog_compiler_can_build_shared=no
8881 enable_shared=no
8882 ;;
8883
8884 *nto* | *qnx*)
8885 # QNX uses GNU C++, but need to define -shared option too, otherwise
8886 # it will coredump.
8887 lt_prog_compiler_pic='-fPIC -shared'
8888 ;;
8889
8890 sysv4*MP*)
8891 if test -d /usr/nec; then
8892 lt_prog_compiler_pic=-Kconform_pic
8893 fi
8894 ;;
8895
8896 *)
8897 lt_prog_compiler_pic='-fPIC'
8898 ;;
8899 esac
8900
8901 case $cc_basename in
8902 nvcc*) # Cuda Compiler Driver 2.2
8903 lt_prog_compiler_wl='-Xlinker '
8904 lt_prog_compiler_pic='-Xcompiler -fPIC'
8905 ;;
8906 esac
8907 else
8908 # PORTME Check for flag to pass linker flags through the system compiler.
8909 case $host_os in
8910 aix*)
8911 lt_prog_compiler_wl='-Wl,'
8912 if test "$host_cpu" = ia64; then
8913 # AIX 5 now supports IA64 processor
8914 lt_prog_compiler_static='-Bstatic'
8915 else
8916 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8917 fi
8918 ;;
8919
8920 mingw* | cygwin* | pw32* | os2* | cegcc*)
8921 # This hack is so that the source file can tell whether it is being
8922 # built for inclusion in a dll (and should export symbols for example).
8923 lt_prog_compiler_pic='-DDLL_EXPORT'
8924 ;;
8925
8926 hpux9* | hpux10* | hpux11*)
8927 lt_prog_compiler_wl='-Wl,'
8928 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8929 # not for PA HP-UX.
8930 case $host_cpu in
8931 hppa*64*|ia64*)
8932 # +Z the default
8933 ;;
8934 *)
8935 lt_prog_compiler_pic='+Z'
8936 ;;
8937 esac
8938 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8939 lt_prog_compiler_static='${wl}-a ${wl}archive'
8940 ;;
8941
8942 irix5* | irix6* | nonstopux*)
8943 lt_prog_compiler_wl='-Wl,'
8944 # PIC (with -KPIC) is the default.
8945 lt_prog_compiler_static='-non_shared'
8946 ;;
8947
8948 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8949 case $cc_basename in
8950 # old Intel for x86_64 which still supported -KPIC.
8951 ecc*)
8952 lt_prog_compiler_wl='-Wl,'
8953 lt_prog_compiler_pic='-KPIC'
8954 lt_prog_compiler_static='-static'
8955 ;;
8956 # icc used to be incompatible with GCC.
8957 # ICC 10 doesn't accept -KPIC any more.
8958 icc* | ifort*)
8959 lt_prog_compiler_wl='-Wl,'
8960 lt_prog_compiler_pic='-fPIC'
8961 lt_prog_compiler_static='-static'
8962 ;;
8963 # Lahey Fortran 8.1.
8964 lf95*)
8965 lt_prog_compiler_wl='-Wl,'
8966 lt_prog_compiler_pic='--shared'
8967 lt_prog_compiler_static='--static'
8968 ;;
8969 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8970 # Portland Group compilers (*not* the Pentium gcc compiler,
8971 # which looks to be a dead project)
8972 lt_prog_compiler_wl='-Wl,'
8973 lt_prog_compiler_pic='-fpic'
8974 lt_prog_compiler_static='-Bstatic'
8975 ;;
8976 ccc*)
8977 lt_prog_compiler_wl='-Wl,'
8978 # All Alpha code is PIC.
8979 lt_prog_compiler_static='-non_shared'
8980 ;;
8981 xl* | bgxl* | bgf* | mpixl*)
8982 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8983 lt_prog_compiler_wl='-Wl,'
8984 lt_prog_compiler_pic='-qpic'
8985 lt_prog_compiler_static='-qstaticlink'
8986 ;;
8987 *)
8988 case `$CC -V 2>&1 | sed 5q` in
8989 *Sun\ F* | *Sun*Fortran*)
8990 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8991 lt_prog_compiler_pic='-KPIC'
8992 lt_prog_compiler_static='-Bstatic'
8993 lt_prog_compiler_wl=''
8994 ;;
8995 *Sun\ C*)
8996 # Sun C 5.9
8997 lt_prog_compiler_pic='-KPIC'
8998 lt_prog_compiler_static='-Bstatic'
8999 lt_prog_compiler_wl='-Wl,'
9000 ;;
9001 esac
9002 ;;
9003 esac
9004 ;;
9005
9006 newsos6)
9007 lt_prog_compiler_pic='-KPIC'
9008 lt_prog_compiler_static='-Bstatic'
9009 ;;
9010
9011 *nto* | *qnx*)
9012 # QNX uses GNU C++, but need to define -shared option too, otherwise
9013 # it will coredump.
9014 lt_prog_compiler_pic='-fPIC -shared'
9015 ;;
9016
9017 osf3* | osf4* | osf5*)
9018 lt_prog_compiler_wl='-Wl,'
9019 # All OSF/1 code is PIC.
9020 lt_prog_compiler_static='-non_shared'
9021 ;;
9022
9023 rdos*)
9024 lt_prog_compiler_static='-non_shared'
9025 ;;
9026
9027 solaris*)
9028 lt_prog_compiler_pic='-KPIC'
9029 lt_prog_compiler_static='-Bstatic'
9030 case $cc_basename in
9031 f77* | f90* | f95*)
9032 lt_prog_compiler_wl='-Qoption ld ';;
9033 *)
9034 lt_prog_compiler_wl='-Wl,';;
9035 esac
9036 ;;
9037
9038 sunos4*)
9039 lt_prog_compiler_wl='-Qoption ld '
9040 lt_prog_compiler_pic='-PIC'
9041 lt_prog_compiler_static='-Bstatic'
9042 ;;
9043
9044 sysv4 | sysv4.2uw2* | sysv4.3*)
9045 lt_prog_compiler_wl='-Wl,'
9046 lt_prog_compiler_pic='-KPIC'
9047 lt_prog_compiler_static='-Bstatic'
9048 ;;
9049
9050 sysv4*MP*)
9051 if test -d /usr/nec ;then
9052 lt_prog_compiler_pic='-Kconform_pic'
9053 lt_prog_compiler_static='-Bstatic'
9054 fi
9055 ;;
9056
9057 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9058 lt_prog_compiler_wl='-Wl,'
9059 lt_prog_compiler_pic='-KPIC'
9060 lt_prog_compiler_static='-Bstatic'
9061 ;;
9062
9063 unicos*)
9064 lt_prog_compiler_wl='-Wl,'
9065 lt_prog_compiler_can_build_shared=no
9066 ;;
9067
9068 uts4*)
9069 lt_prog_compiler_pic='-pic'
9070 lt_prog_compiler_static='-Bstatic'
9071 ;;
9072
9073 *)
9074 lt_prog_compiler_can_build_shared=no
9075 ;;
9076 esac
9077 fi
9078
9079 case $host_os in
9080 # For platforms which do not support PIC, -DPIC is meaningless:
9081 *djgpp*)
9082 lt_prog_compiler_pic=
9083 ;;
9084 *)
9085 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9086 ;;
9087 esac
9088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9089 $as_echo "$lt_prog_compiler_pic" >&6; }
9090
9091
9092
9093
9094
9095
9096 #
9097 # Check to make sure the PIC flag actually works.
9098 #
9099 if test -n "$lt_prog_compiler_pic"; then
9100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9101 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9102 if ${lt_cv_prog_compiler_pic_works+:} false; then :
9103 $as_echo_n "(cached) " >&6
9104 else
9105 lt_cv_prog_compiler_pic_works=no
9106 ac_outfile=conftest.$ac_objext
9107 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9108 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9109 # Insert the option either (1) after the last *FLAGS variable, or
9110 # (2) before a word containing "conftest.", or (3) at the end.
9111 # Note that $ac_compile itself does not contain backslashes and begins
9112 # with a dollar sign (not a hyphen), so the echo should work correctly.
9113 # The option is referenced via a variable to avoid confusing sed.
9114 lt_compile=`echo "$ac_compile" | $SED \
9115 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9116 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9117 -e 's:$: $lt_compiler_flag:'`
9118 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9119 (eval "$lt_compile" 2>conftest.err)
9120 ac_status=$?
9121 cat conftest.err >&5
9122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9123 if (exit $ac_status) && test -s "$ac_outfile"; then
9124 # The compiler can only warn and ignore the option if not recognized
9125 # So say no if there are warnings other than the usual output.
9126 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9127 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9128 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9129 lt_cv_prog_compiler_pic_works=yes
9130 fi
9131 fi
9132 $RM conftest*
9133
9134 fi
9135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9136 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9137
9138 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9139 case $lt_prog_compiler_pic in
9140 "" | " "*) ;;
9141 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9142 esac
9143 else
9144 lt_prog_compiler_pic=
9145 lt_prog_compiler_can_build_shared=no
9146 fi
9147
9148 fi
9149
9150
9151
9152
9153
9154
9155 #
9156 # Check to make sure the static flag actually works.
9157 #
9158 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9160 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9161 if ${lt_cv_prog_compiler_static_works+:} false; then :
9162 $as_echo_n "(cached) " >&6
9163 else
9164 lt_cv_prog_compiler_static_works=no
9165 save_LDFLAGS="$LDFLAGS"
9166 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9167 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9168 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9169 # The linker can only warn and ignore the option if not recognized
9170 # So say no if there are warnings
9171 if test -s conftest.err; then
9172 # Append any errors to the config.log.
9173 cat conftest.err 1>&5
9174 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9175 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9176 if diff conftest.exp conftest.er2 >/dev/null; then
9177 lt_cv_prog_compiler_static_works=yes
9178 fi
9179 else
9180 lt_cv_prog_compiler_static_works=yes
9181 fi
9182 fi
9183 $RM -r conftest*
9184 LDFLAGS="$save_LDFLAGS"
9185
9186 fi
9187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9188 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9189
9190 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9191 :
9192 else
9193 lt_prog_compiler_static=
9194 fi
9195
9196
9197
9198
9199
9200
9201
9202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9203 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9204 if ${lt_cv_prog_compiler_c_o+:} false; then :
9205 $as_echo_n "(cached) " >&6
9206 else
9207 lt_cv_prog_compiler_c_o=no
9208 $RM -r conftest 2>/dev/null
9209 mkdir conftest
9210 cd conftest
9211 mkdir out
9212 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9213
9214 lt_compiler_flag="-o out/conftest2.$ac_objext"
9215 # Insert the option either (1) after the last *FLAGS variable, or
9216 # (2) before a word containing "conftest.", or (3) at the end.
9217 # Note that $ac_compile itself does not contain backslashes and begins
9218 # with a dollar sign (not a hyphen), so the echo should work correctly.
9219 lt_compile=`echo "$ac_compile" | $SED \
9220 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9221 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9222 -e 's:$: $lt_compiler_flag:'`
9223 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9224 (eval "$lt_compile" 2>out/conftest.err)
9225 ac_status=$?
9226 cat out/conftest.err >&5
9227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9228 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9229 then
9230 # The compiler can only warn and ignore the option if not recognized
9231 # So say no if there are warnings
9232 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9233 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9234 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9235 lt_cv_prog_compiler_c_o=yes
9236 fi
9237 fi
9238 chmod u+w . 2>&5
9239 $RM conftest*
9240 # SGI C++ compiler will create directory out/ii_files/ for
9241 # template instantiation
9242 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9243 $RM out/* && rmdir out
9244 cd ..
9245 $RM -r conftest
9246 $RM conftest*
9247
9248 fi
9249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9250 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9251
9252
9253
9254
9255
9256
9257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9258 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9259 if ${lt_cv_prog_compiler_c_o+:} false; then :
9260 $as_echo_n "(cached) " >&6
9261 else
9262 lt_cv_prog_compiler_c_o=no
9263 $RM -r conftest 2>/dev/null
9264 mkdir conftest
9265 cd conftest
9266 mkdir out
9267 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9268
9269 lt_compiler_flag="-o out/conftest2.$ac_objext"
9270 # Insert the option either (1) after the last *FLAGS variable, or
9271 # (2) before a word containing "conftest.", or (3) at the end.
9272 # Note that $ac_compile itself does not contain backslashes and begins
9273 # with a dollar sign (not a hyphen), so the echo should work correctly.
9274 lt_compile=`echo "$ac_compile" | $SED \
9275 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9276 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9277 -e 's:$: $lt_compiler_flag:'`
9278 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9279 (eval "$lt_compile" 2>out/conftest.err)
9280 ac_status=$?
9281 cat out/conftest.err >&5
9282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9283 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9284 then
9285 # The compiler can only warn and ignore the option if not recognized
9286 # So say no if there are warnings
9287 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9288 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9289 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9290 lt_cv_prog_compiler_c_o=yes
9291 fi
9292 fi
9293 chmod u+w . 2>&5
9294 $RM conftest*
9295 # SGI C++ compiler will create directory out/ii_files/ for
9296 # template instantiation
9297 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9298 $RM out/* && rmdir out
9299 cd ..
9300 $RM -r conftest
9301 $RM conftest*
9302
9303 fi
9304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9305 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9306
9307
9308
9309
9310 hard_links="nottested"
9311 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9312 # do not overwrite the value of need_locks provided by the user
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9314 $as_echo_n "checking if we can lock with hard links... " >&6; }
9315 hard_links=yes
9316 $RM conftest*
9317 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9318 touch conftest.a
9319 ln conftest.a conftest.b 2>&5 || hard_links=no
9320 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9322 $as_echo "$hard_links" >&6; }
9323 if test "$hard_links" = no; then
9324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9325 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9326 need_locks=warn
9327 fi
9328 else
9329 need_locks=no
9330 fi
9331
9332
9333
9334
9335
9336
9337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9338 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9339
9340 runpath_var=
9341 allow_undefined_flag=
9342 always_export_symbols=no
9343 archive_cmds=
9344 archive_expsym_cmds=
9345 compiler_needs_object=no
9346 enable_shared_with_static_runtimes=no
9347 export_dynamic_flag_spec=
9348 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9349 hardcode_automatic=no
9350 hardcode_direct=no
9351 hardcode_direct_absolute=no
9352 hardcode_libdir_flag_spec=
9353 hardcode_libdir_flag_spec_ld=
9354 hardcode_libdir_separator=
9355 hardcode_minus_L=no
9356 hardcode_shlibpath_var=unsupported
9357 inherit_rpath=no
9358 link_all_deplibs=unknown
9359 module_cmds=
9360 module_expsym_cmds=
9361 old_archive_from_new_cmds=
9362 old_archive_from_expsyms_cmds=
9363 thread_safe_flag_spec=
9364 whole_archive_flag_spec=
9365 # include_expsyms should be a list of space-separated symbols to be *always*
9366 # included in the symbol list
9367 include_expsyms=
9368 # exclude_expsyms can be an extended regexp of symbols to exclude
9369 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9370 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9371 # as well as any symbol that contains `d'.
9372 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9373 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9374 # platforms (ab)use it in PIC code, but their linkers get confused if
9375 # the symbol is explicitly referenced. Since portable code cannot
9376 # rely on this symbol name, it's probably fine to never include it in
9377 # preloaded symbol tables.
9378 # Exclude shared library initialization/finalization symbols.
9379 extract_expsyms_cmds=
9380
9381 case $host_os in
9382 cygwin* | mingw* | pw32* | cegcc*)
9383 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9384 # When not using gcc, we currently assume that we are using
9385 # Microsoft Visual C++.
9386 if test "$GCC" != yes; then
9387 with_gnu_ld=no
9388 fi
9389 ;;
9390 interix*)
9391 # we just hope/assume this is gcc and not c89 (= MSVC++)
9392 with_gnu_ld=yes
9393 ;;
9394 openbsd*)
9395 with_gnu_ld=no
9396 ;;
9397 esac
9398
9399 ld_shlibs=yes
9400
9401 # On some targets, GNU ld is compatible enough with the native linker
9402 # that we're better off using the native interface for both.
9403 lt_use_gnu_ld_interface=no
9404 if test "$with_gnu_ld" = yes; then
9405 case $host_os in
9406 aix*)
9407 # The AIX port of GNU ld has always aspired to compatibility
9408 # with the native linker. However, as the warning in the GNU ld
9409 # block says, versions before 2.19.5* couldn't really create working
9410 # shared libraries, regardless of the interface used.
9411 case `$LD -v 2>&1` in
9412 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9413 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9414 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9415 *)
9416 lt_use_gnu_ld_interface=yes
9417 ;;
9418 esac
9419 ;;
9420 *)
9421 lt_use_gnu_ld_interface=yes
9422 ;;
9423 esac
9424 fi
9425
9426 if test "$lt_use_gnu_ld_interface" = yes; then
9427 # If archive_cmds runs LD, not CC, wlarc should be empty
9428 wlarc='${wl}'
9429
9430 # Set some defaults for GNU ld with shared library support. These
9431 # are reset later if shared libraries are not supported. Putting them
9432 # here allows them to be overridden if necessary.
9433 runpath_var=LD_RUN_PATH
9434 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9435 export_dynamic_flag_spec='${wl}--export-dynamic'
9436 # ancient GNU ld didn't support --whole-archive et. al.
9437 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9438 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9439 else
9440 whole_archive_flag_spec=
9441 fi
9442 supports_anon_versioning=no
9443 case `$LD -v 2>&1` in
9444 *GNU\ gold*) supports_anon_versioning=yes ;;
9445 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9446 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9447 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9448 *\ 2.11.*) ;; # other 2.11 versions
9449 *) supports_anon_versioning=yes ;;
9450 esac
9451
9452 # See if GNU ld supports shared libraries.
9453 case $host_os in
9454 aix[3-9]*)
9455 # On AIX/PPC, the GNU linker is very broken
9456 if test "$host_cpu" != ia64; then
9457 ld_shlibs=no
9458 cat <<_LT_EOF 1>&2
9459
9460 *** Warning: the GNU linker, at least up to release 2.19, is reported
9461 *** to be unable to reliably create shared libraries on AIX.
9462 *** Therefore, libtool is disabling shared libraries support. If you
9463 *** really care for shared libraries, you may want to install binutils
9464 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9465 *** You will then need to restart the configuration process.
9466
9467 _LT_EOF
9468 fi
9469 ;;
9470
9471 amigaos*)
9472 case $host_cpu in
9473 powerpc)
9474 # see comment about AmigaOS4 .so support
9475 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9476 archive_expsym_cmds=''
9477 ;;
9478 m68k)
9479 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)'
9480 hardcode_libdir_flag_spec='-L$libdir'
9481 hardcode_minus_L=yes
9482 ;;
9483 esac
9484 ;;
9485
9486 beos*)
9487 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9488 allow_undefined_flag=unsupported
9489 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9490 # support --undefined. This deserves some investigation. FIXME
9491 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9492 else
9493 ld_shlibs=no
9494 fi
9495 ;;
9496
9497 cygwin* | mingw* | pw32* | cegcc*)
9498 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9499 # as there is no search path for DLLs.
9500 hardcode_libdir_flag_spec='-L$libdir'
9501 export_dynamic_flag_spec='${wl}--export-all-symbols'
9502 allow_undefined_flag=unsupported
9503 always_export_symbols=no
9504 enable_shared_with_static_runtimes=yes
9505 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9506
9507 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9508 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9509 # If the export-symbols file already is a .def file (1st line
9510 # is EXPORTS), use it as is; otherwise, prepend...
9511 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9512 cp $export_symbols $output_objdir/$soname.def;
9513 else
9514 echo EXPORTS > $output_objdir/$soname.def;
9515 cat $export_symbols >> $output_objdir/$soname.def;
9516 fi~
9517 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9518 else
9519 ld_shlibs=no
9520 fi
9521 ;;
9522
9523 haiku*)
9524 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9525 link_all_deplibs=yes
9526 ;;
9527
9528 interix[3-9]*)
9529 hardcode_direct=no
9530 hardcode_shlibpath_var=no
9531 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9532 export_dynamic_flag_spec='${wl}-E'
9533 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9534 # Instead, shared libraries are loaded at an image base (0x10000000 by
9535 # default) and relocated if they conflict, which is a slow very memory
9536 # consuming and fragmenting process. To avoid this, we pick a random,
9537 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9538 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9539 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9540 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'
9541 ;;
9542
9543 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9544 tmp_diet=no
9545 if test "$host_os" = linux-dietlibc; then
9546 case $cc_basename in
9547 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9548 esac
9549 fi
9550 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9551 && test "$tmp_diet" = no
9552 then
9553 tmp_addflag=' $pic_flag'
9554 tmp_sharedflag='-shared'
9555 case $cc_basename,$host_cpu in
9556 pgcc*) # Portland Group C compiler
9557 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9558 tmp_addflag=' $pic_flag'
9559 ;;
9560 pgf77* | pgf90* | pgf95* | pgfortran*)
9561 # Portland Group f77 and f90 compilers
9562 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9563 tmp_addflag=' $pic_flag -Mnomain' ;;
9564 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9565 tmp_addflag=' -i_dynamic' ;;
9566 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9567 tmp_addflag=' -i_dynamic -nofor_main' ;;
9568 ifc* | ifort*) # Intel Fortran compiler
9569 tmp_addflag=' -nofor_main' ;;
9570 lf95*) # Lahey Fortran 8.1
9571 whole_archive_flag_spec=
9572 tmp_sharedflag='--shared' ;;
9573 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9574 tmp_sharedflag='-qmkshrobj'
9575 tmp_addflag= ;;
9576 nvcc*) # Cuda Compiler Driver 2.2
9577 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9578 compiler_needs_object=yes
9579 ;;
9580 esac
9581 case `$CC -V 2>&1 | sed 5q` in
9582 *Sun\ C*) # Sun C 5.9
9583 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9584 compiler_needs_object=yes
9585 tmp_sharedflag='-G' ;;
9586 *Sun\ F*) # Sun Fortran 8.3
9587 tmp_sharedflag='-G' ;;
9588 esac
9589 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9590
9591 if test "x$supports_anon_versioning" = xyes; then
9592 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9593 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9594 echo "local: *; };" >> $output_objdir/$libname.ver~
9595 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9596 fi
9597
9598 case $cc_basename in
9599 xlf* | bgf* | bgxlf* | mpixlf*)
9600 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9601 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9602 hardcode_libdir_flag_spec=
9603 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9604 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9605 if test "x$supports_anon_versioning" = xyes; then
9606 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9607 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9608 echo "local: *; };" >> $output_objdir/$libname.ver~
9609 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9610 fi
9611 ;;
9612 esac
9613 else
9614 ld_shlibs=no
9615 fi
9616 ;;
9617
9618 netbsd*)
9619 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9620 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9621 wlarc=
9622 else
9623 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9624 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9625 fi
9626 ;;
9627
9628 solaris*)
9629 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9630 ld_shlibs=no
9631 cat <<_LT_EOF 1>&2
9632
9633 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9634 *** create shared libraries on Solaris systems. Therefore, libtool
9635 *** is disabling shared libraries support. We urge you to upgrade GNU
9636 *** binutils to release 2.9.1 or newer. Another option is to modify
9637 *** your PATH or compiler configuration so that the native linker is
9638 *** used, and then restart.
9639
9640 _LT_EOF
9641 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9642 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9643 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9644 else
9645 ld_shlibs=no
9646 fi
9647 ;;
9648
9649 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9650 case `$LD -v 2>&1` in
9651 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9652 ld_shlibs=no
9653 cat <<_LT_EOF 1>&2
9654
9655 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9656 *** reliably create shared libraries on SCO systems. Therefore, libtool
9657 *** is disabling shared libraries support. We urge you to upgrade GNU
9658 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9659 *** your PATH or compiler configuration so that the native linker is
9660 *** used, and then restart.
9661
9662 _LT_EOF
9663 ;;
9664 *)
9665 # For security reasons, it is highly recommended that you always
9666 # use absolute paths for naming shared libraries, and exclude the
9667 # DT_RUNPATH tag from executables and libraries. But doing so
9668 # requires that you compile everything twice, which is a pain.
9669 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9670 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9671 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9672 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9673 else
9674 ld_shlibs=no
9675 fi
9676 ;;
9677 esac
9678 ;;
9679
9680 sunos4*)
9681 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9682 wlarc=
9683 hardcode_direct=yes
9684 hardcode_shlibpath_var=no
9685 ;;
9686
9687 *)
9688 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9689 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9690 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9691 else
9692 ld_shlibs=no
9693 fi
9694 ;;
9695 esac
9696
9697 if test "$ld_shlibs" = no; then
9698 runpath_var=
9699 hardcode_libdir_flag_spec=
9700 export_dynamic_flag_spec=
9701 whole_archive_flag_spec=
9702 fi
9703 else
9704 # PORTME fill in a description of your system's linker (not GNU ld)
9705 case $host_os in
9706 aix3*)
9707 allow_undefined_flag=unsupported
9708 always_export_symbols=yes
9709 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'
9710 # Note: this linker hardcodes the directories in LIBPATH if there
9711 # are no directories specified by -L.
9712 hardcode_minus_L=yes
9713 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9714 # Neither direct hardcoding nor static linking is supported with a
9715 # broken collect2.
9716 hardcode_direct=unsupported
9717 fi
9718 ;;
9719
9720 aix[4-9]*)
9721 if test "$host_cpu" = ia64; then
9722 # On IA64, the linker does run time linking by default, so we don't
9723 # have to do anything special.
9724 aix_use_runtimelinking=no
9725 exp_sym_flag='-Bexport'
9726 no_entry_flag=""
9727 else
9728 # If we're using GNU nm, then we don't want the "-C" option.
9729 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9730 # Also, AIX nm treats weak defined symbols like other global
9731 # defined symbols, whereas GNU nm marks them as "W".
9732 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9733 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9734 else
9735 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9736 fi
9737 aix_use_runtimelinking=no
9738
9739 # Test if we are trying to use run time linking or normal
9740 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9741 # need to do runtime linking.
9742 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9743 for ld_flag in $LDFLAGS; do
9744 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9745 aix_use_runtimelinking=yes
9746 break
9747 fi
9748 done
9749 ;;
9750 esac
9751
9752 exp_sym_flag='-bexport'
9753 no_entry_flag='-bnoentry'
9754 fi
9755
9756 # When large executables or shared objects are built, AIX ld can
9757 # have problems creating the table of contents. If linking a library
9758 # or program results in "error TOC overflow" add -mminimal-toc to
9759 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9760 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9761
9762 archive_cmds=''
9763 hardcode_direct=yes
9764 hardcode_direct_absolute=yes
9765 hardcode_libdir_separator=':'
9766 link_all_deplibs=yes
9767 file_list_spec='${wl}-f,'
9768
9769 if test "$GCC" = yes; then
9770 case $host_os in aix4.[012]|aix4.[012].*)
9771 # We only want to do this on AIX 4.2 and lower, the check
9772 # below for broken collect2 doesn't work under 4.3+
9773 collect2name=`${CC} -print-prog-name=collect2`
9774 if test -f "$collect2name" &&
9775 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9776 then
9777 # We have reworked collect2
9778 :
9779 else
9780 # We have old collect2
9781 hardcode_direct=unsupported
9782 # It fails to find uninstalled libraries when the uninstalled
9783 # path is not listed in the libpath. Setting hardcode_minus_L
9784 # to unsupported forces relinking
9785 hardcode_minus_L=yes
9786 hardcode_libdir_flag_spec='-L$libdir'
9787 hardcode_libdir_separator=
9788 fi
9789 ;;
9790 esac
9791 shared_flag='-shared'
9792 if test "$aix_use_runtimelinking" = yes; then
9793 shared_flag="$shared_flag "'${wl}-G'
9794 fi
9795 else
9796 # not using gcc
9797 if test "$host_cpu" = ia64; then
9798 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9799 # chokes on -Wl,-G. The following line is correct:
9800 shared_flag='-G'
9801 else
9802 if test "$aix_use_runtimelinking" = yes; then
9803 shared_flag='${wl}-G'
9804 else
9805 shared_flag='${wl}-bM:SRE'
9806 fi
9807 fi
9808 fi
9809
9810 export_dynamic_flag_spec='${wl}-bexpall'
9811 # It seems that -bexpall does not export symbols beginning with
9812 # underscore (_), so it is better to generate a list of symbols to export.
9813 always_export_symbols=yes
9814 if test "$aix_use_runtimelinking" = yes; then
9815 # Warning - without using the other runtime loading flags (-brtl),
9816 # -berok will link without error, but may produce a broken library.
9817 allow_undefined_flag='-berok'
9818 # Determine the default libpath from the value encoded in an
9819 # empty executable.
9820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9821 /* end confdefs.h. */
9822
9823 int
9824 main ()
9825 {
9826
9827 ;
9828 return 0;
9829 }
9830 _ACEOF
9831 if ac_fn_c_try_link "$LINENO"; then :
9832
9833 lt_aix_libpath_sed='
9834 /Import File Strings/,/^$/ {
9835 /^0/ {
9836 s/^0 *\(.*\)$/\1/
9837 p
9838 }
9839 }'
9840 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9841 # Check for a 64-bit object if we didn't find anything.
9842 if test -z "$aix_libpath"; then
9843 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9844 fi
9845 fi
9846 rm -f core conftest.err conftest.$ac_objext \
9847 conftest$ac_exeext conftest.$ac_ext
9848 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9849
9850 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9851 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9852 else
9853 if test "$host_cpu" = ia64; then
9854 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9855 allow_undefined_flag="-z nodefs"
9856 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"
9857 else
9858 # Determine the default libpath from the value encoded in an
9859 # empty executable.
9860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9861 /* end confdefs.h. */
9862
9863 int
9864 main ()
9865 {
9866
9867 ;
9868 return 0;
9869 }
9870 _ACEOF
9871 if ac_fn_c_try_link "$LINENO"; then :
9872
9873 lt_aix_libpath_sed='
9874 /Import File Strings/,/^$/ {
9875 /^0/ {
9876 s/^0 *\(.*\)$/\1/
9877 p
9878 }
9879 }'
9880 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9881 # Check for a 64-bit object if we didn't find anything.
9882 if test -z "$aix_libpath"; then
9883 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9884 fi
9885 fi
9886 rm -f core conftest.err conftest.$ac_objext \
9887 conftest$ac_exeext conftest.$ac_ext
9888 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9889
9890 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9891 # Warning - without using the other run time loading flags,
9892 # -berok will link without error, but may produce a broken library.
9893 no_undefined_flag=' ${wl}-bernotok'
9894 allow_undefined_flag=' ${wl}-berok'
9895 if test "$with_gnu_ld" = yes; then
9896 # We only use this code for GNU lds that support --whole-archive.
9897 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9898 else
9899 # Exported symbols can be pulled into shared objects from archives
9900 whole_archive_flag_spec='$convenience'
9901 fi
9902 archive_cmds_need_lc=yes
9903 # This is similar to how AIX traditionally builds its shared libraries.
9904 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'
9905 fi
9906 fi
9907 ;;
9908
9909 amigaos*)
9910 case $host_cpu in
9911 powerpc)
9912 # see comment about AmigaOS4 .so support
9913 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9914 archive_expsym_cmds=''
9915 ;;
9916 m68k)
9917 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)'
9918 hardcode_libdir_flag_spec='-L$libdir'
9919 hardcode_minus_L=yes
9920 ;;
9921 esac
9922 ;;
9923
9924 bsdi[45]*)
9925 export_dynamic_flag_spec=-rdynamic
9926 ;;
9927
9928 cygwin* | mingw* | pw32* | cegcc*)
9929 # When not using gcc, we currently assume that we are using
9930 # Microsoft Visual C++.
9931 # hardcode_libdir_flag_spec is actually meaningless, as there is
9932 # no search path for DLLs.
9933 hardcode_libdir_flag_spec=' '
9934 allow_undefined_flag=unsupported
9935 # Tell ltmain to make .lib files, not .a files.
9936 libext=lib
9937 # Tell ltmain to make .dll files, not .so files.
9938 shrext_cmds=".dll"
9939 # FIXME: Setting linknames here is a bad hack.
9940 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9941 # The linker will automatically build a .lib file if we build a DLL.
9942 old_archive_from_new_cmds='true'
9943 # FIXME: Should let the user specify the lib program.
9944 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9945 fix_srcfile_path='`cygpath -w "$srcfile"`'
9946 enable_shared_with_static_runtimes=yes
9947 ;;
9948
9949 darwin* | rhapsody*)
9950
9951
9952 archive_cmds_need_lc=no
9953 hardcode_direct=no
9954 hardcode_automatic=yes
9955 hardcode_shlibpath_var=unsupported
9956 if test "$lt_cv_ld_force_load" = "yes"; then
9957 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9958 else
9959 whole_archive_flag_spec=''
9960 fi
9961 link_all_deplibs=yes
9962 allow_undefined_flag="$_lt_dar_allow_undefined"
9963 case $cc_basename in
9964 ifort*) _lt_dar_can_shared=yes ;;
9965 *) _lt_dar_can_shared=$GCC ;;
9966 esac
9967 if test "$_lt_dar_can_shared" = "yes"; then
9968 output_verbose_link_cmd=func_echo_all
9969 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9970 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9971 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}"
9972 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}"
9973
9974 else
9975 ld_shlibs=no
9976 fi
9977
9978 ;;
9979
9980 dgux*)
9981 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9982 hardcode_libdir_flag_spec='-L$libdir'
9983 hardcode_shlibpath_var=no
9984 ;;
9985
9986 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9987 # support. Future versions do this automatically, but an explicit c++rt0.o
9988 # does not break anything, and helps significantly (at the cost of a little
9989 # extra space).
9990 freebsd2.2*)
9991 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9992 hardcode_libdir_flag_spec='-R$libdir'
9993 hardcode_direct=yes
9994 hardcode_shlibpath_var=no
9995 ;;
9996
9997 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9998 freebsd2.*)
9999 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10000 hardcode_direct=yes
10001 hardcode_minus_L=yes
10002 hardcode_shlibpath_var=no
10003 ;;
10004
10005 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10006 freebsd* | dragonfly*)
10007 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10008 hardcode_libdir_flag_spec='-R$libdir'
10009 hardcode_direct=yes
10010 hardcode_shlibpath_var=no
10011 ;;
10012
10013 hpux9*)
10014 if test "$GCC" = yes; then
10015 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'
10016 else
10017 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'
10018 fi
10019 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10020 hardcode_libdir_separator=:
10021 hardcode_direct=yes
10022
10023 # hardcode_minus_L: Not really in the search PATH,
10024 # but as the default location of the library.
10025 hardcode_minus_L=yes
10026 export_dynamic_flag_spec='${wl}-E'
10027 ;;
10028
10029 hpux10*)
10030 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10031 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10032 else
10033 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10034 fi
10035 if test "$with_gnu_ld" = no; then
10036 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10037 hardcode_libdir_flag_spec_ld='+b $libdir'
10038 hardcode_libdir_separator=:
10039 hardcode_direct=yes
10040 hardcode_direct_absolute=yes
10041 export_dynamic_flag_spec='${wl}-E'
10042 # hardcode_minus_L: Not really in the search PATH,
10043 # but as the default location of the library.
10044 hardcode_minus_L=yes
10045 fi
10046 ;;
10047
10048 hpux11*)
10049 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10050 case $host_cpu in
10051 hppa*64*)
10052 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10053 ;;
10054 ia64*)
10055 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10056 ;;
10057 *)
10058 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10059 ;;
10060 esac
10061 else
10062 case $host_cpu in
10063 hppa*64*)
10064 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10065 ;;
10066 ia64*)
10067 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10068 ;;
10069 *)
10070
10071 # Older versions of the 11.00 compiler do not understand -b yet
10072 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10074 $as_echo_n "checking if $CC understands -b... " >&6; }
10075 if ${lt_cv_prog_compiler__b+:} false; then :
10076 $as_echo_n "(cached) " >&6
10077 else
10078 lt_cv_prog_compiler__b=no
10079 save_LDFLAGS="$LDFLAGS"
10080 LDFLAGS="$LDFLAGS -b"
10081 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10082 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10083 # The linker can only warn and ignore the option if not recognized
10084 # So say no if there are warnings
10085 if test -s conftest.err; then
10086 # Append any errors to the config.log.
10087 cat conftest.err 1>&5
10088 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10089 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10090 if diff conftest.exp conftest.er2 >/dev/null; then
10091 lt_cv_prog_compiler__b=yes
10092 fi
10093 else
10094 lt_cv_prog_compiler__b=yes
10095 fi
10096 fi
10097 $RM -r conftest*
10098 LDFLAGS="$save_LDFLAGS"
10099
10100 fi
10101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10102 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10103
10104 if test x"$lt_cv_prog_compiler__b" = xyes; then
10105 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10106 else
10107 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10108 fi
10109
10110 ;;
10111 esac
10112 fi
10113 if test "$with_gnu_ld" = no; then
10114 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10115 hardcode_libdir_separator=:
10116
10117 case $host_cpu in
10118 hppa*64*|ia64*)
10119 hardcode_direct=no
10120 hardcode_shlibpath_var=no
10121 ;;
10122 *)
10123 hardcode_direct=yes
10124 hardcode_direct_absolute=yes
10125 export_dynamic_flag_spec='${wl}-E'
10126
10127 # hardcode_minus_L: Not really in the search PATH,
10128 # but as the default location of the library.
10129 hardcode_minus_L=yes
10130 ;;
10131 esac
10132 fi
10133 ;;
10134
10135 irix5* | irix6* | nonstopux*)
10136 if test "$GCC" = yes; then
10137 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10138 # Try to use the -exported_symbol ld option, if it does not
10139 # work, assume that -exports_file does not work either and
10140 # implicitly export all symbols.
10141 save_LDFLAGS="$LDFLAGS"
10142 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10144 /* end confdefs.h. */
10145 int foo(void) {}
10146 _ACEOF
10147 if ac_fn_c_try_link "$LINENO"; then :
10148 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
10149
10150 fi
10151 rm -f core conftest.err conftest.$ac_objext \
10152 conftest$ac_exeext conftest.$ac_ext
10153 LDFLAGS="$save_LDFLAGS"
10154 else
10155 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10156 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
10157 fi
10158 archive_cmds_need_lc='no'
10159 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10160 hardcode_libdir_separator=:
10161 inherit_rpath=yes
10162 link_all_deplibs=yes
10163 ;;
10164
10165 netbsd*)
10166 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10167 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10168 else
10169 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10170 fi
10171 hardcode_libdir_flag_spec='-R$libdir'
10172 hardcode_direct=yes
10173 hardcode_shlibpath_var=no
10174 ;;
10175
10176 newsos6)
10177 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10178 hardcode_direct=yes
10179 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10180 hardcode_libdir_separator=:
10181 hardcode_shlibpath_var=no
10182 ;;
10183
10184 *nto* | *qnx*)
10185 ;;
10186
10187 openbsd*)
10188 if test -f /usr/libexec/ld.so; then
10189 hardcode_direct=yes
10190 hardcode_shlibpath_var=no
10191 hardcode_direct_absolute=yes
10192 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10193 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10194 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10195 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10196 export_dynamic_flag_spec='${wl}-E'
10197 else
10198 case $host_os in
10199 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10200 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10201 hardcode_libdir_flag_spec='-R$libdir'
10202 ;;
10203 *)
10204 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10205 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10206 ;;
10207 esac
10208 fi
10209 else
10210 ld_shlibs=no
10211 fi
10212 ;;
10213
10214 os2*)
10215 hardcode_libdir_flag_spec='-L$libdir'
10216 hardcode_minus_L=yes
10217 allow_undefined_flag=unsupported
10218 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'
10219 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10220 ;;
10221
10222 osf3*)
10223 if test "$GCC" = yes; then
10224 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10225 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10226 else
10227 allow_undefined_flag=' -expect_unresolved \*'
10228 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10229 fi
10230 archive_cmds_need_lc='no'
10231 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10232 hardcode_libdir_separator=:
10233 ;;
10234
10235 osf4* | osf5*) # as osf3* with the addition of -msym flag
10236 if test "$GCC" = yes; then
10237 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10238 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10239 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10240 else
10241 allow_undefined_flag=' -expect_unresolved \*'
10242 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10243 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~
10244 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
10245
10246 # Both c and cxx compiler support -rpath directly
10247 hardcode_libdir_flag_spec='-rpath $libdir'
10248 fi
10249 archive_cmds_need_lc='no'
10250 hardcode_libdir_separator=:
10251 ;;
10252
10253 solaris*)
10254 no_undefined_flag=' -z defs'
10255 if test "$GCC" = yes; then
10256 wlarc='${wl}'
10257 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10258 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10259 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10260 else
10261 case `$CC -V 2>&1` in
10262 *"Compilers 5.0"*)
10263 wlarc=''
10264 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10265 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10266 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10267 ;;
10268 *)
10269 wlarc='${wl}'
10270 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10271 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10272 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10273 ;;
10274 esac
10275 fi
10276 hardcode_libdir_flag_spec='-R$libdir'
10277 hardcode_shlibpath_var=no
10278 case $host_os in
10279 solaris2.[0-5] | solaris2.[0-5].*) ;;
10280 *)
10281 # The compiler driver will combine and reorder linker options,
10282 # but understands `-z linker_flag'. GCC discards it without `$wl',
10283 # but is careful enough not to reorder.
10284 # Supported since Solaris 2.6 (maybe 2.5.1?)
10285 if test "$GCC" = yes; then
10286 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10287 else
10288 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10289 fi
10290 ;;
10291 esac
10292 link_all_deplibs=yes
10293 ;;
10294
10295 sunos4*)
10296 if test "x$host_vendor" = xsequent; then
10297 # Use $CC to link under sequent, because it throws in some extra .o
10298 # files that make .init and .fini sections work.
10299 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10300 else
10301 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10302 fi
10303 hardcode_libdir_flag_spec='-L$libdir'
10304 hardcode_direct=yes
10305 hardcode_minus_L=yes
10306 hardcode_shlibpath_var=no
10307 ;;
10308
10309 sysv4)
10310 case $host_vendor in
10311 sni)
10312 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10313 hardcode_direct=yes # is this really true???
10314 ;;
10315 siemens)
10316 ## LD is ld it makes a PLAMLIB
10317 ## CC just makes a GrossModule.
10318 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10319 reload_cmds='$CC -r -o $output$reload_objs'
10320 hardcode_direct=no
10321 ;;
10322 motorola)
10323 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10324 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10325 ;;
10326 esac
10327 runpath_var='LD_RUN_PATH'
10328 hardcode_shlibpath_var=no
10329 ;;
10330
10331 sysv4.3*)
10332 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10333 hardcode_shlibpath_var=no
10334 export_dynamic_flag_spec='-Bexport'
10335 ;;
10336
10337 sysv4*MP*)
10338 if test -d /usr/nec; then
10339 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10340 hardcode_shlibpath_var=no
10341 runpath_var=LD_RUN_PATH
10342 hardcode_runpath_var=yes
10343 ld_shlibs=yes
10344 fi
10345 ;;
10346
10347 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10348 no_undefined_flag='${wl}-z,text'
10349 archive_cmds_need_lc=no
10350 hardcode_shlibpath_var=no
10351 runpath_var='LD_RUN_PATH'
10352
10353 if test "$GCC" = yes; then
10354 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10355 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10356 else
10357 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10358 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10359 fi
10360 ;;
10361
10362 sysv5* | sco3.2v5* | sco5v6*)
10363 # Note: We can NOT use -z defs as we might desire, because we do not
10364 # link with -lc, and that would cause any symbols used from libc to
10365 # always be unresolved, which means just about no library would
10366 # ever link correctly. If we're not using GNU ld we use -z text
10367 # though, which does catch some bad symbols but isn't as heavy-handed
10368 # as -z defs.
10369 no_undefined_flag='${wl}-z,text'
10370 allow_undefined_flag='${wl}-z,nodefs'
10371 archive_cmds_need_lc=no
10372 hardcode_shlibpath_var=no
10373 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10374 hardcode_libdir_separator=':'
10375 link_all_deplibs=yes
10376 export_dynamic_flag_spec='${wl}-Bexport'
10377 runpath_var='LD_RUN_PATH'
10378
10379 if test "$GCC" = yes; then
10380 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10381 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10382 else
10383 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10384 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10385 fi
10386 ;;
10387
10388 uts4*)
10389 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10390 hardcode_libdir_flag_spec='-L$libdir'
10391 hardcode_shlibpath_var=no
10392 ;;
10393
10394 *)
10395 ld_shlibs=no
10396 ;;
10397 esac
10398
10399 if test x$host_vendor = xsni; then
10400 case $host in
10401 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10402 export_dynamic_flag_spec='${wl}-Blargedynsym'
10403 ;;
10404 esac
10405 fi
10406 fi
10407
10408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10409 $as_echo "$ld_shlibs" >&6; }
10410 test "$ld_shlibs" = no && can_build_shared=no
10411
10412 with_gnu_ld=$with_gnu_ld
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428 #
10429 # Do we need to explicitly link libc?
10430 #
10431 case "x$archive_cmds_need_lc" in
10432 x|xyes)
10433 # Assume -lc should be added
10434 archive_cmds_need_lc=yes
10435
10436 if test "$enable_shared" = yes && test "$GCC" = yes; then
10437 case $archive_cmds in
10438 *'~'*)
10439 # FIXME: we may have to deal with multi-command sequences.
10440 ;;
10441 '$CC '*)
10442 # Test whether the compiler implicitly links with -lc since on some
10443 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10444 # to ld, don't add -lc before -lgcc.
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10446 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10447 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10448 $as_echo_n "(cached) " >&6
10449 else
10450 $RM conftest*
10451 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10452
10453 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10454 (eval $ac_compile) 2>&5
10455 ac_status=$?
10456 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10457 test $ac_status = 0; } 2>conftest.err; then
10458 soname=conftest
10459 lib=conftest
10460 libobjs=conftest.$ac_objext
10461 deplibs=
10462 wl=$lt_prog_compiler_wl
10463 pic_flag=$lt_prog_compiler_pic
10464 compiler_flags=-v
10465 linker_flags=-v
10466 verstring=
10467 output_objdir=.
10468 libname=conftest
10469 lt_save_allow_undefined_flag=$allow_undefined_flag
10470 allow_undefined_flag=
10471 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10472 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10473 ac_status=$?
10474 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10475 test $ac_status = 0; }
10476 then
10477 lt_cv_archive_cmds_need_lc=no
10478 else
10479 lt_cv_archive_cmds_need_lc=yes
10480 fi
10481 allow_undefined_flag=$lt_save_allow_undefined_flag
10482 else
10483 cat conftest.err 1>&5
10484 fi
10485 $RM conftest*
10486
10487 fi
10488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10489 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10490 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10491 ;;
10492 esac
10493 fi
10494 ;;
10495 esac
10496
10497
10498
10499
10500
10501
10502
10503
10504
10505
10506
10507
10508
10509
10510
10511
10512
10513
10514
10515
10516
10517
10518
10519
10520
10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
10533
10534
10535
10536
10537
10538
10539
10540
10541
10542
10543
10544
10545
10546
10547
10548
10549
10550
10551
10552
10553
10554
10555
10556
10557
10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
10572
10573
10574
10575
10576
10577
10578
10579
10580
10581
10582
10583
10584
10585
10586
10587
10588
10589
10590
10591
10592
10593
10594
10595
10596
10597
10598
10599
10600
10601
10602
10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
10615
10616
10617
10618
10619
10620
10621
10622
10623
10624
10625
10626
10627
10628
10629
10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
10644
10645
10646
10647
10648
10649
10650
10651
10652
10653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10654 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10655
10656 if test "$GCC" = yes; then
10657 case $host_os in
10658 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10659 *) lt_awk_arg="/^libraries:/" ;;
10660 esac
10661 case $host_os in
10662 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10663 *) lt_sed_strip_eq="s,=/,/,g" ;;
10664 esac
10665 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10666 case $lt_search_path_spec in
10667 *\;*)
10668 # if the path contains ";" then we assume it to be the separator
10669 # otherwise default to the standard path separator (i.e. ":") - it is
10670 # assumed that no part of a normal pathname contains ";" but that should
10671 # okay in the real world where ";" in dirpaths is itself problematic.
10672 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10673 ;;
10674 *)
10675 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10676 ;;
10677 esac
10678 # Ok, now we have the path, separated by spaces, we can step through it
10679 # and add multilib dir if necessary.
10680 lt_tmp_lt_search_path_spec=
10681 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10682 for lt_sys_path in $lt_search_path_spec; do
10683 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10684 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10685 else
10686 test -d "$lt_sys_path" && \
10687 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10688 fi
10689 done
10690 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10691 BEGIN {RS=" "; FS="/|\n";} {
10692 lt_foo="";
10693 lt_count=0;
10694 for (lt_i = NF; lt_i > 0; lt_i--) {
10695 if ($lt_i != "" && $lt_i != ".") {
10696 if ($lt_i == "..") {
10697 lt_count++;
10698 } else {
10699 if (lt_count == 0) {
10700 lt_foo="/" $lt_i lt_foo;
10701 } else {
10702 lt_count--;
10703 }
10704 }
10705 }
10706 }
10707 if (lt_foo != "") { lt_freq[lt_foo]++; }
10708 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10709 }'`
10710 # AWK program above erroneously prepends '/' to C:/dos/paths
10711 # for these hosts.
10712 case $host_os in
10713 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10714 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10715 esac
10716 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10717 else
10718 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10719 fi
10720 library_names_spec=
10721 libname_spec='lib$name'
10722 soname_spec=
10723 shrext_cmds=".so"
10724 postinstall_cmds=
10725 postuninstall_cmds=
10726 finish_cmds=
10727 finish_eval=
10728 shlibpath_var=
10729 shlibpath_overrides_runpath=unknown
10730 version_type=none
10731 dynamic_linker="$host_os ld.so"
10732 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10733 need_lib_prefix=unknown
10734 hardcode_into_libs=no
10735
10736 # when you set need_version to no, make sure it does not cause -set_version
10737 # flags to be left without arguments
10738 need_version=unknown
10739
10740 case $host_os in
10741 aix3*)
10742 version_type=linux
10743 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10744 shlibpath_var=LIBPATH
10745
10746 # AIX 3 has no versioning support, so we append a major version to the name.
10747 soname_spec='${libname}${release}${shared_ext}$major'
10748 ;;
10749
10750 aix[4-9]*)
10751 version_type=linux
10752 need_lib_prefix=no
10753 need_version=no
10754 hardcode_into_libs=yes
10755 if test "$host_cpu" = ia64; then
10756 # AIX 5 supports IA64
10757 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10758 shlibpath_var=LD_LIBRARY_PATH
10759 else
10760 # With GCC up to 2.95.x, collect2 would create an import file
10761 # for dependence libraries. The import file would start with
10762 # the line `#! .'. This would cause the generated library to
10763 # depend on `.', always an invalid library. This was fixed in
10764 # development snapshots of GCC prior to 3.0.
10765 case $host_os in
10766 aix4 | aix4.[01] | aix4.[01].*)
10767 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10768 echo ' yes '
10769 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10770 :
10771 else
10772 can_build_shared=no
10773 fi
10774 ;;
10775 esac
10776 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10777 # soname into executable. Probably we can add versioning support to
10778 # collect2, so additional links can be useful in future.
10779 if test "$aix_use_runtimelinking" = yes; then
10780 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10781 # instead of lib<name>.a to let people know that these are not
10782 # typical AIX shared libraries.
10783 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10784 else
10785 # We preserve .a as extension for shared libraries through AIX4.2
10786 # and later when we are not doing run time linking.
10787 library_names_spec='${libname}${release}.a $libname.a'
10788 soname_spec='${libname}${release}${shared_ext}$major'
10789 fi
10790 shlibpath_var=LIBPATH
10791 fi
10792 ;;
10793
10794 amigaos*)
10795 case $host_cpu in
10796 powerpc)
10797 # Since July 2007 AmigaOS4 officially supports .so libraries.
10798 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10799 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10800 ;;
10801 m68k)
10802 library_names_spec='$libname.ixlibrary $libname.a'
10803 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10804 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''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'
10805 ;;
10806 esac
10807 ;;
10808
10809 beos*)
10810 library_names_spec='${libname}${shared_ext}'
10811 dynamic_linker="$host_os ld.so"
10812 shlibpath_var=LIBRARY_PATH
10813 ;;
10814
10815 bsdi[45]*)
10816 version_type=linux
10817 need_version=no
10818 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10819 soname_spec='${libname}${release}${shared_ext}$major'
10820 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10821 shlibpath_var=LD_LIBRARY_PATH
10822 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10823 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10824 # the default ld.so.conf also contains /usr/contrib/lib and
10825 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10826 # libtool to hard-code these into programs
10827 ;;
10828
10829 cygwin* | mingw* | pw32* | cegcc*)
10830 version_type=windows
10831 shrext_cmds=".dll"
10832 need_version=no
10833 need_lib_prefix=no
10834
10835 case $GCC,$host_os in
10836 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10837 library_names_spec='$libname.dll.a'
10838 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10839 postinstall_cmds='base_file=`basename \${file}`~
10840 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10841 dldir=$destdir/`dirname \$dlpath`~
10842 test -d \$dldir || mkdir -p \$dldir~
10843 $install_prog $dir/$dlname \$dldir/$dlname~
10844 chmod a+x \$dldir/$dlname~
10845 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10846 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10847 fi'
10848 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10849 dlpath=$dir/\$dldll~
10850 $RM \$dlpath'
10851 shlibpath_overrides_runpath=yes
10852
10853 case $host_os in
10854 cygwin*)
10855 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10856 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10857
10858 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10859 ;;
10860 mingw* | cegcc*)
10861 # MinGW DLLs use traditional 'lib' prefix
10862 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10863 ;;
10864 pw32*)
10865 # pw32 DLLs use 'pw' prefix rather than 'lib'
10866 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10867 ;;
10868 esac
10869 ;;
10870
10871 *)
10872 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10873 ;;
10874 esac
10875 dynamic_linker='Win32 ld.exe'
10876 # FIXME: first we should search . and the directory the executable is in
10877 shlibpath_var=PATH
10878 ;;
10879
10880 darwin* | rhapsody*)
10881 dynamic_linker="$host_os dyld"
10882 version_type=darwin
10883 need_lib_prefix=no
10884 need_version=no
10885 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10886 soname_spec='${libname}${release}${major}$shared_ext'
10887 shlibpath_overrides_runpath=yes
10888 shlibpath_var=DYLD_LIBRARY_PATH
10889 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10890
10891 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10892 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10893 ;;
10894
10895 dgux*)
10896 version_type=linux
10897 need_lib_prefix=no
10898 need_version=no
10899 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10900 soname_spec='${libname}${release}${shared_ext}$major'
10901 shlibpath_var=LD_LIBRARY_PATH
10902 ;;
10903
10904 freebsd* | dragonfly*)
10905 # DragonFly does not have aout. When/if they implement a new
10906 # versioning mechanism, adjust this.
10907 if test -x /usr/bin/objformat; then
10908 objformat=`/usr/bin/objformat`
10909 else
10910 case $host_os in
10911 freebsd[23].*) objformat=aout ;;
10912 *) objformat=elf ;;
10913 esac
10914 fi
10915 version_type=freebsd-$objformat
10916 case $version_type in
10917 freebsd-elf*)
10918 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10919 need_version=no
10920 need_lib_prefix=no
10921 ;;
10922 freebsd-*)
10923 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10924 need_version=yes
10925 ;;
10926 esac
10927 shlibpath_var=LD_LIBRARY_PATH
10928 case $host_os in
10929 freebsd2.*)
10930 shlibpath_overrides_runpath=yes
10931 ;;
10932 freebsd3.[01]* | freebsdelf3.[01]*)
10933 shlibpath_overrides_runpath=yes
10934 hardcode_into_libs=yes
10935 ;;
10936 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10937 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10938 shlibpath_overrides_runpath=no
10939 hardcode_into_libs=yes
10940 ;;
10941 *) # from 4.6 on, and DragonFly
10942 shlibpath_overrides_runpath=yes
10943 hardcode_into_libs=yes
10944 ;;
10945 esac
10946 ;;
10947
10948 haiku*)
10949 version_type=linux
10950 need_lib_prefix=no
10951 need_version=no
10952 dynamic_linker="$host_os runtime_loader"
10953 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10954 soname_spec='${libname}${release}${shared_ext}$major'
10955 shlibpath_var=LIBRARY_PATH
10956 shlibpath_overrides_runpath=yes
10957 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10958 hardcode_into_libs=yes
10959 ;;
10960
10961 hpux9* | hpux10* | hpux11*)
10962 # Give a soname corresponding to the major version so that dld.sl refuses to
10963 # link against other versions.
10964 version_type=sunos
10965 need_lib_prefix=no
10966 need_version=no
10967 case $host_cpu in
10968 ia64*)
10969 shrext_cmds='.so'
10970 hardcode_into_libs=yes
10971 dynamic_linker="$host_os dld.so"
10972 shlibpath_var=LD_LIBRARY_PATH
10973 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10974 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10975 soname_spec='${libname}${release}${shared_ext}$major'
10976 if test "X$HPUX_IA64_MODE" = X32; then
10977 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10978 else
10979 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10980 fi
10981 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10982 ;;
10983 hppa*64*)
10984 shrext_cmds='.sl'
10985 hardcode_into_libs=yes
10986 dynamic_linker="$host_os dld.sl"
10987 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10988 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10989 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10990 soname_spec='${libname}${release}${shared_ext}$major'
10991 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10992 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10993 ;;
10994 *)
10995 shrext_cmds='.sl'
10996 dynamic_linker="$host_os dld.sl"
10997 shlibpath_var=SHLIB_PATH
10998 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10999 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11000 soname_spec='${libname}${release}${shared_ext}$major'
11001 ;;
11002 esac
11003 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11004 postinstall_cmds='chmod 555 $lib'
11005 # or fails outright, so override atomically:
11006 install_override_mode=555
11007 ;;
11008
11009 interix[3-9]*)
11010 version_type=linux
11011 need_lib_prefix=no
11012 need_version=no
11013 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11014 soname_spec='${libname}${release}${shared_ext}$major'
11015 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11016 shlibpath_var=LD_LIBRARY_PATH
11017 shlibpath_overrides_runpath=no
11018 hardcode_into_libs=yes
11019 ;;
11020
11021 irix5* | irix6* | nonstopux*)
11022 case $host_os in
11023 nonstopux*) version_type=nonstopux ;;
11024 *)
11025 if test "$lt_cv_prog_gnu_ld" = yes; then
11026 version_type=linux
11027 else
11028 version_type=irix
11029 fi ;;
11030 esac
11031 need_lib_prefix=no
11032 need_version=no
11033 soname_spec='${libname}${release}${shared_ext}$major'
11034 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11035 case $host_os in
11036 irix5* | nonstopux*)
11037 libsuff= shlibsuff=
11038 ;;
11039 *)
11040 case $LD in # libtool.m4 will add one of these switches to LD
11041 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11042 libsuff= shlibsuff= libmagic=32-bit;;
11043 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11044 libsuff=32 shlibsuff=N32 libmagic=N32;;
11045 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11046 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11047 *) libsuff= shlibsuff= libmagic=never-match;;
11048 esac
11049 ;;
11050 esac
11051 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11052 shlibpath_overrides_runpath=no
11053 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11054 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11055 hardcode_into_libs=yes
11056 ;;
11057
11058 # No shared lib support for Linux oldld, aout, or coff.
11059 linux*oldld* | linux*aout* | linux*coff*)
11060 dynamic_linker=no
11061 ;;
11062
11063 # This must be Linux ELF.
11064 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
11065 version_type=linux
11066 need_lib_prefix=no
11067 need_version=no
11068 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11069 soname_spec='${libname}${release}${shared_ext}$major'
11070 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11071 shlibpath_var=LD_LIBRARY_PATH
11072 shlibpath_overrides_runpath=no
11073
11074 # Some binutils ld are patched to set DT_RUNPATH
11075 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
11076 $as_echo_n "(cached) " >&6
11077 else
11078 lt_cv_shlibpath_overrides_runpath=no
11079 save_LDFLAGS=$LDFLAGS
11080 save_libdir=$libdir
11081 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11082 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11084 /* end confdefs.h. */
11085
11086 int
11087 main ()
11088 {
11089
11090 ;
11091 return 0;
11092 }
11093 _ACEOF
11094 if ac_fn_c_try_link "$LINENO"; then :
11095 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11096 lt_cv_shlibpath_overrides_runpath=yes
11097 fi
11098 fi
11099 rm -f core conftest.err conftest.$ac_objext \
11100 conftest$ac_exeext conftest.$ac_ext
11101 LDFLAGS=$save_LDFLAGS
11102 libdir=$save_libdir
11103
11104 fi
11105
11106 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11107
11108 # This implies no fast_install, which is unacceptable.
11109 # Some rework will be needed to allow for fast_install
11110 # before this can be enabled.
11111 hardcode_into_libs=yes
11112
11113 # Append ld.so.conf contents to the search path
11114 if test -f /etc/ld.so.conf; then
11115 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;s/"//g;/^$/d' | tr '\n' ' '`
11116 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11117 fi
11118
11119 # We used to test for /lib/ld.so.1 and disable shared libraries on
11120 # powerpc, because MkLinux only supported shared libraries with the
11121 # GNU dynamic linker. Since this was broken with cross compilers,
11122 # most powerpc-linux boxes support dynamic linking these days and
11123 # people can always --disable-shared, the test was removed, and we
11124 # assume the GNU/Linux dynamic linker is in use.
11125 dynamic_linker='GNU/Linux ld.so'
11126 ;;
11127
11128 netbsd*)
11129 version_type=sunos
11130 need_lib_prefix=no
11131 need_version=no
11132 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11133 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11134 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11135 dynamic_linker='NetBSD (a.out) ld.so'
11136 else
11137 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11138 soname_spec='${libname}${release}${shared_ext}$major'
11139 dynamic_linker='NetBSD ld.elf_so'
11140 fi
11141 shlibpath_var=LD_LIBRARY_PATH
11142 shlibpath_overrides_runpath=yes
11143 hardcode_into_libs=yes
11144 ;;
11145
11146 newsos6)
11147 version_type=linux
11148 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11149 shlibpath_var=LD_LIBRARY_PATH
11150 shlibpath_overrides_runpath=yes
11151 ;;
11152
11153 *nto* | *qnx*)
11154 version_type=qnx
11155 need_lib_prefix=no
11156 need_version=no
11157 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11158 soname_spec='${libname}${release}${shared_ext}$major'
11159 shlibpath_var=LD_LIBRARY_PATH
11160 shlibpath_overrides_runpath=no
11161 hardcode_into_libs=yes
11162 dynamic_linker='ldqnx.so'
11163 ;;
11164
11165 openbsd*)
11166 version_type=sunos
11167 sys_lib_dlsearch_path_spec="/usr/lib"
11168 need_lib_prefix=no
11169 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11170 case $host_os in
11171 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11172 *) need_version=no ;;
11173 esac
11174 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11175 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11176 shlibpath_var=LD_LIBRARY_PATH
11177 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11178 case $host_os in
11179 openbsd2.[89] | openbsd2.[89].*)
11180 shlibpath_overrides_runpath=no
11181 ;;
11182 *)
11183 shlibpath_overrides_runpath=yes
11184 ;;
11185 esac
11186 else
11187 shlibpath_overrides_runpath=yes
11188 fi
11189 ;;
11190
11191 os2*)
11192 libname_spec='$name'
11193 shrext_cmds=".dll"
11194 need_lib_prefix=no
11195 library_names_spec='$libname${shared_ext} $libname.a'
11196 dynamic_linker='OS/2 ld.exe'
11197 shlibpath_var=LIBPATH
11198 ;;
11199
11200 osf3* | osf4* | osf5*)
11201 version_type=osf
11202 need_lib_prefix=no
11203 need_version=no
11204 soname_spec='${libname}${release}${shared_ext}$major'
11205 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11206 shlibpath_var=LD_LIBRARY_PATH
11207 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11208 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11209 ;;
11210
11211 rdos*)
11212 dynamic_linker=no
11213 ;;
11214
11215 solaris*)
11216 version_type=linux
11217 need_lib_prefix=no
11218 need_version=no
11219 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11220 soname_spec='${libname}${release}${shared_ext}$major'
11221 shlibpath_var=LD_LIBRARY_PATH
11222 shlibpath_overrides_runpath=yes
11223 hardcode_into_libs=yes
11224 # ldd complains unless libraries are executable
11225 postinstall_cmds='chmod +x $lib'
11226 ;;
11227
11228 sunos4*)
11229 version_type=sunos
11230 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11231 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11232 shlibpath_var=LD_LIBRARY_PATH
11233 shlibpath_overrides_runpath=yes
11234 if test "$with_gnu_ld" = yes; then
11235 need_lib_prefix=no
11236 fi
11237 need_version=yes
11238 ;;
11239
11240 sysv4 | sysv4.3*)
11241 version_type=linux
11242 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11243 soname_spec='${libname}${release}${shared_ext}$major'
11244 shlibpath_var=LD_LIBRARY_PATH
11245 case $host_vendor in
11246 sni)
11247 shlibpath_overrides_runpath=no
11248 need_lib_prefix=no
11249 runpath_var=LD_RUN_PATH
11250 ;;
11251 siemens)
11252 need_lib_prefix=no
11253 ;;
11254 motorola)
11255 need_lib_prefix=no
11256 need_version=no
11257 shlibpath_overrides_runpath=no
11258 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11259 ;;
11260 esac
11261 ;;
11262
11263 sysv4*MP*)
11264 if test -d /usr/nec ;then
11265 version_type=linux
11266 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11267 soname_spec='$libname${shared_ext}.$major'
11268 shlibpath_var=LD_LIBRARY_PATH
11269 fi
11270 ;;
11271
11272 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11273 version_type=freebsd-elf
11274 need_lib_prefix=no
11275 need_version=no
11276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11277 soname_spec='${libname}${release}${shared_ext}$major'
11278 shlibpath_var=LD_LIBRARY_PATH
11279 shlibpath_overrides_runpath=yes
11280 hardcode_into_libs=yes
11281 if test "$with_gnu_ld" = yes; then
11282 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11283 else
11284 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11285 case $host_os in
11286 sco3.2v5*)
11287 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11288 ;;
11289 esac
11290 fi
11291 sys_lib_dlsearch_path_spec='/usr/lib'
11292 ;;
11293
11294 tpf*)
11295 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11296 version_type=linux
11297 need_lib_prefix=no
11298 need_version=no
11299 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11300 shlibpath_var=LD_LIBRARY_PATH
11301 shlibpath_overrides_runpath=no
11302 hardcode_into_libs=yes
11303 ;;
11304
11305 uts4*)
11306 version_type=linux
11307 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11308 soname_spec='${libname}${release}${shared_ext}$major'
11309 shlibpath_var=LD_LIBRARY_PATH
11310 ;;
11311
11312 *)
11313 dynamic_linker=no
11314 ;;
11315 esac
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11317 $as_echo "$dynamic_linker" >&6; }
11318 test "$dynamic_linker" = no && can_build_shared=no
11319
11320 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11321 if test "$GCC" = yes; then
11322 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11323 fi
11324
11325 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11326 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11327 fi
11328 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11329 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11330 fi
11331
11332
11333
11334
11335
11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
11346
11347
11348
11349
11350
11351
11352
11353
11354
11355
11356
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
11382
11383
11384
11385
11386
11387
11388
11389
11390
11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422
11423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11424 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11425 hardcode_action=
11426 if test -n "$hardcode_libdir_flag_spec" ||
11427 test -n "$runpath_var" ||
11428 test "X$hardcode_automatic" = "Xyes" ; then
11429
11430 # We can hardcode non-existent directories.
11431 if test "$hardcode_direct" != no &&
11432 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11433 # have to relink, otherwise we might link with an installed library
11434 # when we should be linking with a yet-to-be-installed one
11435 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11436 test "$hardcode_minus_L" != no; then
11437 # Linking always hardcodes the temporary library directory.
11438 hardcode_action=relink
11439 else
11440 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11441 hardcode_action=immediate
11442 fi
11443 else
11444 # We cannot hardcode anything, or else we can only hardcode existing
11445 # directories.
11446 hardcode_action=unsupported
11447 fi
11448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11449 $as_echo "$hardcode_action" >&6; }
11450
11451 if test "$hardcode_action" = relink ||
11452 test "$inherit_rpath" = yes; then
11453 # Fast installation is not supported
11454 enable_fast_install=no
11455 elif test "$shlibpath_overrides_runpath" = yes ||
11456 test "$enable_shared" = no; then
11457 # Fast installation is not necessary
11458 enable_fast_install=needless
11459 fi
11460
11461
11462
11463
11464
11465
11466 if test "x$enable_dlopen" != xyes; then
11467 enable_dlopen=unknown
11468 enable_dlopen_self=unknown
11469 enable_dlopen_self_static=unknown
11470 else
11471 lt_cv_dlopen=no
11472 lt_cv_dlopen_libs=
11473
11474 case $host_os in
11475 beos*)
11476 lt_cv_dlopen="load_add_on"
11477 lt_cv_dlopen_libs=
11478 lt_cv_dlopen_self=yes
11479 ;;
11480
11481 mingw* | pw32* | cegcc*)
11482 lt_cv_dlopen="LoadLibrary"
11483 lt_cv_dlopen_libs=
11484 ;;
11485
11486 cygwin*)
11487 lt_cv_dlopen="dlopen"
11488 lt_cv_dlopen_libs=
11489 ;;
11490
11491 darwin*)
11492 # if libdl is installed we need to link against it
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11494 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11495 if ${ac_cv_lib_dl_dlopen+:} false; then :
11496 $as_echo_n "(cached) " >&6
11497 else
11498 ac_check_lib_save_LIBS=$LIBS
11499 LIBS="-ldl $LIBS"
11500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11501 /* end confdefs.h. */
11502
11503 /* Override any GCC internal prototype to avoid an error.
11504 Use char because int might match the return type of a GCC
11505 builtin and then its argument prototype would still apply. */
11506 #ifdef __cplusplus
11507 extern "C"
11508 #endif
11509 char dlopen ();
11510 int
11511 main ()
11512 {
11513 return dlopen ();
11514 ;
11515 return 0;
11516 }
11517 _ACEOF
11518 if ac_fn_c_try_link "$LINENO"; then :
11519 ac_cv_lib_dl_dlopen=yes
11520 else
11521 ac_cv_lib_dl_dlopen=no
11522 fi
11523 rm -f core conftest.err conftest.$ac_objext \
11524 conftest$ac_exeext conftest.$ac_ext
11525 LIBS=$ac_check_lib_save_LIBS
11526 fi
11527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11528 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11529 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11530 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11531 else
11532
11533 lt_cv_dlopen="dyld"
11534 lt_cv_dlopen_libs=
11535 lt_cv_dlopen_self=yes
11536
11537 fi
11538
11539 ;;
11540
11541 *)
11542 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11543 if test "x$ac_cv_func_shl_load" = xyes; then :
11544 lt_cv_dlopen="shl_load"
11545 else
11546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11547 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11548 if ${ac_cv_lib_dld_shl_load+:} false; then :
11549 $as_echo_n "(cached) " >&6
11550 else
11551 ac_check_lib_save_LIBS=$LIBS
11552 LIBS="-ldld $LIBS"
11553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11554 /* end confdefs.h. */
11555
11556 /* Override any GCC internal prototype to avoid an error.
11557 Use char because int might match the return type of a GCC
11558 builtin and then its argument prototype would still apply. */
11559 #ifdef __cplusplus
11560 extern "C"
11561 #endif
11562 char shl_load ();
11563 int
11564 main ()
11565 {
11566 return shl_load ();
11567 ;
11568 return 0;
11569 }
11570 _ACEOF
11571 if ac_fn_c_try_link "$LINENO"; then :
11572 ac_cv_lib_dld_shl_load=yes
11573 else
11574 ac_cv_lib_dld_shl_load=no
11575 fi
11576 rm -f core conftest.err conftest.$ac_objext \
11577 conftest$ac_exeext conftest.$ac_ext
11578 LIBS=$ac_check_lib_save_LIBS
11579 fi
11580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11581 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11582 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11583 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11584 else
11585 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11586 if test "x$ac_cv_func_dlopen" = xyes; then :
11587 lt_cv_dlopen="dlopen"
11588 else
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11590 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11591 if ${ac_cv_lib_dl_dlopen+:} false; then :
11592 $as_echo_n "(cached) " >&6
11593 else
11594 ac_check_lib_save_LIBS=$LIBS
11595 LIBS="-ldl $LIBS"
11596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11597 /* end confdefs.h. */
11598
11599 /* Override any GCC internal prototype to avoid an error.
11600 Use char because int might match the return type of a GCC
11601 builtin and then its argument prototype would still apply. */
11602 #ifdef __cplusplus
11603 extern "C"
11604 #endif
11605 char dlopen ();
11606 int
11607 main ()
11608 {
11609 return dlopen ();
11610 ;
11611 return 0;
11612 }
11613 _ACEOF
11614 if ac_fn_c_try_link "$LINENO"; then :
11615 ac_cv_lib_dl_dlopen=yes
11616 else
11617 ac_cv_lib_dl_dlopen=no
11618 fi
11619 rm -f core conftest.err conftest.$ac_objext \
11620 conftest$ac_exeext conftest.$ac_ext
11621 LIBS=$ac_check_lib_save_LIBS
11622 fi
11623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11624 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11625 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11626 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11627 else
11628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11629 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11630 if ${ac_cv_lib_svld_dlopen+:} false; then :
11631 $as_echo_n "(cached) " >&6
11632 else
11633 ac_check_lib_save_LIBS=$LIBS
11634 LIBS="-lsvld $LIBS"
11635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11636 /* end confdefs.h. */
11637
11638 /* Override any GCC internal prototype to avoid an error.
11639 Use char because int might match the return type of a GCC
11640 builtin and then its argument prototype would still apply. */
11641 #ifdef __cplusplus
11642 extern "C"
11643 #endif
11644 char dlopen ();
11645 int
11646 main ()
11647 {
11648 return dlopen ();
11649 ;
11650 return 0;
11651 }
11652 _ACEOF
11653 if ac_fn_c_try_link "$LINENO"; then :
11654 ac_cv_lib_svld_dlopen=yes
11655 else
11656 ac_cv_lib_svld_dlopen=no
11657 fi
11658 rm -f core conftest.err conftest.$ac_objext \
11659 conftest$ac_exeext conftest.$ac_ext
11660 LIBS=$ac_check_lib_save_LIBS
11661 fi
11662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11663 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11664 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11665 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11666 else
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11668 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11669 if ${ac_cv_lib_dld_dld_link+:} false; then :
11670 $as_echo_n "(cached) " >&6
11671 else
11672 ac_check_lib_save_LIBS=$LIBS
11673 LIBS="-ldld $LIBS"
11674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11675 /* end confdefs.h. */
11676
11677 /* Override any GCC internal prototype to avoid an error.
11678 Use char because int might match the return type of a GCC
11679 builtin and then its argument prototype would still apply. */
11680 #ifdef __cplusplus
11681 extern "C"
11682 #endif
11683 char dld_link ();
11684 int
11685 main ()
11686 {
11687 return dld_link ();
11688 ;
11689 return 0;
11690 }
11691 _ACEOF
11692 if ac_fn_c_try_link "$LINENO"; then :
11693 ac_cv_lib_dld_dld_link=yes
11694 else
11695 ac_cv_lib_dld_dld_link=no
11696 fi
11697 rm -f core conftest.err conftest.$ac_objext \
11698 conftest$ac_exeext conftest.$ac_ext
11699 LIBS=$ac_check_lib_save_LIBS
11700 fi
11701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11702 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11703 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11704 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11705 fi
11706
11707
11708 fi
11709
11710
11711 fi
11712
11713
11714 fi
11715
11716
11717 fi
11718
11719
11720 fi
11721
11722 ;;
11723 esac
11724
11725 if test "x$lt_cv_dlopen" != xno; then
11726 enable_dlopen=yes
11727 else
11728 enable_dlopen=no
11729 fi
11730
11731 case $lt_cv_dlopen in
11732 dlopen)
11733 save_CPPFLAGS="$CPPFLAGS"
11734 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11735
11736 save_LDFLAGS="$LDFLAGS"
11737 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11738
11739 save_LIBS="$LIBS"
11740 LIBS="$lt_cv_dlopen_libs $LIBS"
11741
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11743 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11744 if ${lt_cv_dlopen_self+:} false; then :
11745 $as_echo_n "(cached) " >&6
11746 else
11747 if test "$cross_compiling" = yes; then :
11748 lt_cv_dlopen_self=cross
11749 else
11750 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11751 lt_status=$lt_dlunknown
11752 cat > conftest.$ac_ext <<_LT_EOF
11753 #line 11753 "configure"
11754 #include "confdefs.h"
11755
11756 #if HAVE_DLFCN_H
11757 #include <dlfcn.h>
11758 #endif
11759
11760 #include <stdio.h>
11761
11762 #ifdef RTLD_GLOBAL
11763 # define LT_DLGLOBAL RTLD_GLOBAL
11764 #else
11765 # ifdef DL_GLOBAL
11766 # define LT_DLGLOBAL DL_GLOBAL
11767 # else
11768 # define LT_DLGLOBAL 0
11769 # endif
11770 #endif
11771
11772 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11773 find out it does not work in some platform. */
11774 #ifndef LT_DLLAZY_OR_NOW
11775 # ifdef RTLD_LAZY
11776 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11777 # else
11778 # ifdef DL_LAZY
11779 # define LT_DLLAZY_OR_NOW DL_LAZY
11780 # else
11781 # ifdef RTLD_NOW
11782 # define LT_DLLAZY_OR_NOW RTLD_NOW
11783 # else
11784 # ifdef DL_NOW
11785 # define LT_DLLAZY_OR_NOW DL_NOW
11786 # else
11787 # define LT_DLLAZY_OR_NOW 0
11788 # endif
11789 # endif
11790 # endif
11791 # endif
11792 #endif
11793
11794 /* When -fvisbility=hidden is used, assume the code has been annotated
11795 correspondingly for the symbols needed. */
11796 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11797 void fnord () __attribute__((visibility("default")));
11798 #endif
11799
11800 void fnord () { int i=42; }
11801 int main ()
11802 {
11803 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11804 int status = $lt_dlunknown;
11805
11806 if (self)
11807 {
11808 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11809 else
11810 {
11811 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11812 else puts (dlerror ());
11813 }
11814 /* dlclose (self); */
11815 }
11816 else
11817 puts (dlerror ());
11818
11819 return status;
11820 }
11821 _LT_EOF
11822 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11823 (eval $ac_link) 2>&5
11824 ac_status=$?
11825 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11826 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11827 (./conftest; exit; ) >&5 2>/dev/null
11828 lt_status=$?
11829 case x$lt_status in
11830 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11831 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11832 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11833 esac
11834 else :
11835 # compilation failed
11836 lt_cv_dlopen_self=no
11837 fi
11838 fi
11839 rm -fr conftest*
11840
11841
11842 fi
11843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11844 $as_echo "$lt_cv_dlopen_self" >&6; }
11845
11846 if test "x$lt_cv_dlopen_self" = xyes; then
11847 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11849 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11850 if ${lt_cv_dlopen_self_static+:} false; then :
11851 $as_echo_n "(cached) " >&6
11852 else
11853 if test "$cross_compiling" = yes; then :
11854 lt_cv_dlopen_self_static=cross
11855 else
11856 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11857 lt_status=$lt_dlunknown
11858 cat > conftest.$ac_ext <<_LT_EOF
11859 #line 11859 "configure"
11860 #include "confdefs.h"
11861
11862 #if HAVE_DLFCN_H
11863 #include <dlfcn.h>
11864 #endif
11865
11866 #include <stdio.h>
11867
11868 #ifdef RTLD_GLOBAL
11869 # define LT_DLGLOBAL RTLD_GLOBAL
11870 #else
11871 # ifdef DL_GLOBAL
11872 # define LT_DLGLOBAL DL_GLOBAL
11873 # else
11874 # define LT_DLGLOBAL 0
11875 # endif
11876 #endif
11877
11878 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11879 find out it does not work in some platform. */
11880 #ifndef LT_DLLAZY_OR_NOW
11881 # ifdef RTLD_LAZY
11882 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11883 # else
11884 # ifdef DL_LAZY
11885 # define LT_DLLAZY_OR_NOW DL_LAZY
11886 # else
11887 # ifdef RTLD_NOW
11888 # define LT_DLLAZY_OR_NOW RTLD_NOW
11889 # else
11890 # ifdef DL_NOW
11891 # define LT_DLLAZY_OR_NOW DL_NOW
11892 # else
11893 # define LT_DLLAZY_OR_NOW 0
11894 # endif
11895 # endif
11896 # endif
11897 # endif
11898 #endif
11899
11900 /* When -fvisbility=hidden is used, assume the code has been annotated
11901 correspondingly for the symbols needed. */
11902 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11903 void fnord () __attribute__((visibility("default")));
11904 #endif
11905
11906 void fnord () { int i=42; }
11907 int main ()
11908 {
11909 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11910 int status = $lt_dlunknown;
11911
11912 if (self)
11913 {
11914 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11915 else
11916 {
11917 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11918 else puts (dlerror ());
11919 }
11920 /* dlclose (self); */
11921 }
11922 else
11923 puts (dlerror ());
11924
11925 return status;
11926 }
11927 _LT_EOF
11928 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11929 (eval $ac_link) 2>&5
11930 ac_status=$?
11931 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11932 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11933 (./conftest; exit; ) >&5 2>/dev/null
11934 lt_status=$?
11935 case x$lt_status in
11936 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11937 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11938 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11939 esac
11940 else :
11941 # compilation failed
11942 lt_cv_dlopen_self_static=no
11943 fi
11944 fi
11945 rm -fr conftest*
11946
11947
11948 fi
11949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11950 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11951 fi
11952
11953 CPPFLAGS="$save_CPPFLAGS"
11954 LDFLAGS="$save_LDFLAGS"
11955 LIBS="$save_LIBS"
11956 ;;
11957 esac
11958
11959 case $lt_cv_dlopen_self in
11960 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11961 *) enable_dlopen_self=unknown ;;
11962 esac
11963
11964 case $lt_cv_dlopen_self_static in
11965 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11966 *) enable_dlopen_self_static=unknown ;;
11967 esac
11968 fi
11969
11970
11971
11972
11973
11974
11975
11976
11977
11978
11979
11980
11981
11982
11983
11984
11985
11986 striplib=
11987 old_striplib=
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11989 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11990 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11991 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11992 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11994 $as_echo "yes" >&6; }
11995 else
11996 # FIXME - insert some real tests, host_os isn't really good enough
11997 case $host_os in
11998 darwin*)
11999 if test -n "$STRIP" ; then
12000 striplib="$STRIP -x"
12001 old_striplib="$STRIP -S"
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12003 $as_echo "yes" >&6; }
12004 else
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12006 $as_echo "no" >&6; }
12007 fi
12008 ;;
12009 *)
12010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12011 $as_echo "no" >&6; }
12012 ;;
12013 esac
12014 fi
12015
12016
12017
12018
12019
12020
12021
12022
12023
12024
12025
12026
12027 # Report which library types will actually be built
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12029 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12031 $as_echo "$can_build_shared" >&6; }
12032
12033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12034 $as_echo_n "checking whether to build shared libraries... " >&6; }
12035 test "$can_build_shared" = "no" && enable_shared=no
12036
12037 # On AIX, shared libraries and static libraries use the same namespace, and
12038 # are all built from PIC.
12039 case $host_os in
12040 aix3*)
12041 test "$enable_shared" = yes && enable_static=no
12042 if test -n "$RANLIB"; then
12043 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12044 postinstall_cmds='$RANLIB $lib'
12045 fi
12046 ;;
12047
12048 aix[4-9]*)
12049 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12050 test "$enable_shared" = yes && enable_static=no
12051 fi
12052 ;;
12053 esac
12054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12055 $as_echo "$enable_shared" >&6; }
12056
12057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12058 $as_echo_n "checking whether to build static libraries... " >&6; }
12059 # Make sure either enable_shared or enable_static is yes.
12060 test "$enable_shared" = yes || enable_static=yes
12061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12062 $as_echo "$enable_static" >&6; }
12063
12064
12065
12066
12067 fi
12068 ac_ext=c
12069 ac_cpp='$CPP $CPPFLAGS'
12070 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12071 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12072 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12073
12074 CC="$lt_save_CC"
12075
12076
12077
12078
12079
12080
12081
12082
12083
12084
12085
12086
12087
12088 ac_config_commands="$ac_config_commands libtool"
12089
12090
12091
12092
12093 # Only expand once:
12094
12095
12096
12097 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
12098
12099 # The tests for host and target for $enable_largefile require
12100 # canonical names.
12101
12102
12103
12104 # As the $enable_largefile decision depends on --enable-plugins we must set it
12105 # even in directories otherwise not depending on the $plugins option.
12106
12107
12108 maybe_plugins=no
12109 for ac_header in dlfcn.h
12110 do :
12111 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
12112 "
12113 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
12114 cat >>confdefs.h <<_ACEOF
12115 #define HAVE_DLFCN_H 1
12116 _ACEOF
12117 maybe_plugins=yes
12118 fi
12119
12120 done
12121
12122 for ac_header in windows.h
12123 do :
12124 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
12125 "
12126 if test "x$ac_cv_header_windows_h" = xyes; then :
12127 cat >>confdefs.h <<_ACEOF
12128 #define HAVE_WINDOWS_H 1
12129 _ACEOF
12130 maybe_plugins=yes
12131 fi
12132
12133 done
12134
12135
12136 # Check whether --enable-plugins was given.
12137 if test "${enable_plugins+set}" = set; then :
12138 enableval=$enable_plugins; case "${enableval}" in
12139 no) plugins=no ;;
12140 *) plugins=yes
12141 if test "$maybe_plugins" != "yes" ; then
12142 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
12143 fi ;;
12144 esac
12145 else
12146 plugins=$maybe_plugins
12147
12148 fi
12149
12150 if test "$plugins" = "yes"; then
12151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
12152 $as_echo_n "checking for library containing dlsym... " >&6; }
12153 if ${ac_cv_search_dlsym+:} false; then :
12154 $as_echo_n "(cached) " >&6
12155 else
12156 ac_func_search_save_LIBS=$LIBS
12157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12158 /* end confdefs.h. */
12159
12160 /* Override any GCC internal prototype to avoid an error.
12161 Use char because int might match the return type of a GCC
12162 builtin and then its argument prototype would still apply. */
12163 #ifdef __cplusplus
12164 extern "C"
12165 #endif
12166 char dlsym ();
12167 int
12168 main ()
12169 {
12170 return dlsym ();
12171 ;
12172 return 0;
12173 }
12174 _ACEOF
12175 for ac_lib in '' dl; do
12176 if test -z "$ac_lib"; then
12177 ac_res="none required"
12178 else
12179 ac_res=-l$ac_lib
12180 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12181 fi
12182 if ac_fn_c_try_link "$LINENO"; then :
12183 ac_cv_search_dlsym=$ac_res
12184 fi
12185 rm -f core conftest.err conftest.$ac_objext \
12186 conftest$ac_exeext
12187 if ${ac_cv_search_dlsym+:} false; then :
12188 break
12189 fi
12190 done
12191 if ${ac_cv_search_dlsym+:} false; then :
12192
12193 else
12194 ac_cv_search_dlsym=no
12195 fi
12196 rm conftest.$ac_ext
12197 LIBS=$ac_func_search_save_LIBS
12198 fi
12199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
12200 $as_echo "$ac_cv_search_dlsym" >&6; }
12201 ac_res=$ac_cv_search_dlsym
12202 if test "$ac_res" != no; then :
12203 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12204
12205 fi
12206
12207 fi
12208
12209
12210 case "${host}" in
12211 sparc-*-solaris*|i?86-*-solaris*)
12212 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
12213 # were mutually exclusive until Solaris 11.3. Without procfs support,
12214 # the bfd/ elf module cannot provide certain routines such as
12215 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
12216 # explicitly requested large-file support through the
12217 # --enable-largefile switch, disable large-file support in favor of
12218 # procfs support.
12219 #
12220 # Check if <sys/procfs.h> is incompatible with large-file support.
12221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12222 /* end confdefs.h. */
12223 #define _FILE_OFFSET_BITS 64
12224 #define _STRUCTURED_PROC 1
12225 #include <sys/procfs.h>
12226 int
12227 main ()
12228 {
12229
12230 ;
12231 return 0;
12232 }
12233 _ACEOF
12234 if ac_fn_c_try_compile "$LINENO"; then :
12235 acx_cv_procfs_lfs=yes
12236 else
12237 acx_cv_procfs_lfs=no
12238 fi
12239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12240 #
12241 # Forcefully disable large-file support only if necessary, gdb is in
12242 # tree and enabled.
12243 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
12244 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
12245 : ${enable_largefile="no"}
12246 if test "$plugins" = yes; then
12247 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
12248 plugin support disabled; require large-file support which is incompatible with GDB." >&5
12249 $as_echo "$as_me: WARNING:
12250 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
12251 plugins=no
12252 fi
12253 fi
12254 #
12255 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
12256 # benefit of g++ 9+ which predefines it on Solaris.
12257 if test "$enable_largefile" = no; then
12258 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
12259
12260 fi
12261 ;;
12262 esac
12263
12264 # Check whether --enable-largefile was given.
12265 if test "${enable_largefile+set}" = set; then :
12266 enableval=$enable_largefile;
12267 fi
12268
12269 if test "$enable_largefile" != no; then
12270
12271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
12272 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
12273 if ${ac_cv_sys_largefile_CC+:} false; then :
12274 $as_echo_n "(cached) " >&6
12275 else
12276 ac_cv_sys_largefile_CC=no
12277 if test "$GCC" != yes; then
12278 ac_save_CC=$CC
12279 while :; do
12280 # IRIX 6.2 and later do not support large files by default,
12281 # so use the C compiler's -n32 option if that helps.
12282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12283 /* end confdefs.h. */
12284 #include <sys/types.h>
12285 /* Check that off_t can represent 2**63 - 1 correctly.
12286 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12287 since some C++ compilers masquerading as C compilers
12288 incorrectly reject 9223372036854775807. */
12289 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12290 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12291 && LARGE_OFF_T % 2147483647 == 1)
12292 ? 1 : -1];
12293 int
12294 main ()
12295 {
12296
12297 ;
12298 return 0;
12299 }
12300 _ACEOF
12301 if ac_fn_c_try_compile "$LINENO"; then :
12302 break
12303 fi
12304 rm -f core conftest.err conftest.$ac_objext
12305 CC="$CC -n32"
12306 if ac_fn_c_try_compile "$LINENO"; then :
12307 ac_cv_sys_largefile_CC=' -n32'; break
12308 fi
12309 rm -f core conftest.err conftest.$ac_objext
12310 break
12311 done
12312 CC=$ac_save_CC
12313 rm -f conftest.$ac_ext
12314 fi
12315 fi
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
12317 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
12318 if test "$ac_cv_sys_largefile_CC" != no; then
12319 CC=$CC$ac_cv_sys_largefile_CC
12320 fi
12321
12322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
12323 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
12324 if ${ac_cv_sys_file_offset_bits+:} false; then :
12325 $as_echo_n "(cached) " >&6
12326 else
12327 while :; do
12328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12329 /* end confdefs.h. */
12330 #include <sys/types.h>
12331 /* Check that off_t can represent 2**63 - 1 correctly.
12332 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12333 since some C++ compilers masquerading as C compilers
12334 incorrectly reject 9223372036854775807. */
12335 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12336 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12337 && LARGE_OFF_T % 2147483647 == 1)
12338 ? 1 : -1];
12339 int
12340 main ()
12341 {
12342
12343 ;
12344 return 0;
12345 }
12346 _ACEOF
12347 if ac_fn_c_try_compile "$LINENO"; then :
12348 ac_cv_sys_file_offset_bits=no; break
12349 fi
12350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12352 /* end confdefs.h. */
12353 #define _FILE_OFFSET_BITS 64
12354 #include <sys/types.h>
12355 /* Check that off_t can represent 2**63 - 1 correctly.
12356 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12357 since some C++ compilers masquerading as C compilers
12358 incorrectly reject 9223372036854775807. */
12359 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12360 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12361 && LARGE_OFF_T % 2147483647 == 1)
12362 ? 1 : -1];
12363 int
12364 main ()
12365 {
12366
12367 ;
12368 return 0;
12369 }
12370 _ACEOF
12371 if ac_fn_c_try_compile "$LINENO"; then :
12372 ac_cv_sys_file_offset_bits=64; break
12373 fi
12374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12375 ac_cv_sys_file_offset_bits=unknown
12376 break
12377 done
12378 fi
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12380 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12381 case $ac_cv_sys_file_offset_bits in #(
12382 no | unknown) ;;
12383 *)
12384 cat >>confdefs.h <<_ACEOF
12385 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12386 _ACEOF
12387 ;;
12388 esac
12389 rm -rf conftest*
12390 if test $ac_cv_sys_file_offset_bits = unknown; then
12391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12392 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
12393 if ${ac_cv_sys_large_files+:} false; then :
12394 $as_echo_n "(cached) " >&6
12395 else
12396 while :; do
12397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12398 /* end confdefs.h. */
12399 #include <sys/types.h>
12400 /* Check that off_t can represent 2**63 - 1 correctly.
12401 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12402 since some C++ compilers masquerading as C compilers
12403 incorrectly reject 9223372036854775807. */
12404 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12405 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12406 && LARGE_OFF_T % 2147483647 == 1)
12407 ? 1 : -1];
12408 int
12409 main ()
12410 {
12411
12412 ;
12413 return 0;
12414 }
12415 _ACEOF
12416 if ac_fn_c_try_compile "$LINENO"; then :
12417 ac_cv_sys_large_files=no; break
12418 fi
12419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12421 /* end confdefs.h. */
12422 #define _LARGE_FILES 1
12423 #include <sys/types.h>
12424 /* Check that off_t can represent 2**63 - 1 correctly.
12425 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12426 since some C++ compilers masquerading as C compilers
12427 incorrectly reject 9223372036854775807. */
12428 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12429 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12430 && LARGE_OFF_T % 2147483647 == 1)
12431 ? 1 : -1];
12432 int
12433 main ()
12434 {
12435
12436 ;
12437 return 0;
12438 }
12439 _ACEOF
12440 if ac_fn_c_try_compile "$LINENO"; then :
12441 ac_cv_sys_large_files=1; break
12442 fi
12443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12444 ac_cv_sys_large_files=unknown
12445 break
12446 done
12447 fi
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12449 $as_echo "$ac_cv_sys_large_files" >&6; }
12450 case $ac_cv_sys_large_files in #(
12451 no | unknown) ;;
12452 *)
12453 cat >>confdefs.h <<_ACEOF
12454 #define _LARGE_FILES $ac_cv_sys_large_files
12455 _ACEOF
12456 ;;
12457 esac
12458 rm -rf conftest*
12459 fi
12460
12461
12462 fi
12463
12464
12465
12466 case "${target}" in
12467 hppa*64*-*-* | vax-*-netbsdelf*) ;;
12468 *-*-*aout* | i[3-7]86-*-bsd* | i[3-7]86-*-msdos* | ns32k-*-* | \
12469 pdp11-*-* | vax-*-*bsd*)
12470 if test "$plugins" = "yes"; then
12471 if test "${enable_plugins+set}" = set; then
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
12473 $as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
12474 else
12475 plugins=no
12476 fi
12477 fi ;;
12478 hppa*-*-hpux* | *-*-*vms* | \
12479 powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
12480 if test "$plugins" = "yes"; then
12481 if test "${enable_plugins+set}" = set; then
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
12483 $as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
12484 else
12485 plugins=no
12486 fi
12487 fi ;;
12488 esac
12489
12490 if test "$plugins" = "yes"; then
12491 PLUGINS_TRUE=
12492 PLUGINS_FALSE='#'
12493 else
12494 PLUGINS_TRUE='#'
12495 PLUGINS_FALSE=
12496 fi
12497
12498
12499 # Check whether --enable-64-bit-bfd was given.
12500 if test "${enable_64_bit_bfd+set}" = set; then :
12501 enableval=$enable_64_bit_bfd; case "${enableval}" in
12502 yes) want64=true ;;
12503 no) want64=false ;;
12504 *) as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
12505 esac
12506 else
12507 want64=false
12508 fi
12509
12510 # Check whether --enable-targets was given.
12511 if test "${enable_targets+set}" = set; then :
12512 enableval=$enable_targets; case "${enableval}" in
12513 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
12514 ;;
12515 no) enable_targets= ;;
12516 *) enable_targets=$enableval ;;
12517 esac
12518 fi
12519
12520 # Check whether --enable-64_bit_archive was given.
12521 if test "${enable_64_bit_archive+set}" = set; then :
12522 enableval=$enable_64_bit_archive; case "${enableval}" in
12523 yes) want_64_bit_archive=true ;;
12524 no) want_64_bit_archive=false ;;
12525 *) as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
12526 esac
12527 else
12528 want_64_bit_archive=unset
12529 fi
12530
12531
12532 # Check whether --with-mmap was given.
12533 if test "${with_mmap+set}" = set; then :
12534 withval=$with_mmap; case "${withval}" in
12535 yes) want_mmap=true ;;
12536 no) want_mmap=false ;;
12537 *) as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
12538 esac
12539 else
12540 want_mmap=false
12541 fi
12542
12543 # Check whether --enable-secureplt was given.
12544 if test "${enable_secureplt+set}" = set; then :
12545 enableval=$enable_secureplt; case "${enableval}" in
12546 yes) use_secureplt=true ;;
12547 no) use_secureplt=false ;;
12548 *) as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
12549 esac
12550 else
12551 use_secureplt=true
12552 fi
12553 if test $use_secureplt = true; then
12554
12555 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
12556
12557 fi
12558
12559 # Decide if -z separate-code should be enabled in ELF linker by default.
12560 ac_default_ld_z_separate_code=unset
12561 # Check whether --enable-separate-code was given.
12562 if test "${enable_separate_code+set}" = set; then :
12563 enableval=$enable_separate_code; case "${enableval}" in
12564 yes) ac_default_ld_z_separate_code=1 ;;
12565 no) ac_default_ld_z_separate_code=0 ;;
12566 esac
12567 fi
12568
12569 # Enable -z separate-code by default for Linux/x86.
12570 case "${target}" in
12571 i[3-7]86-*-linux-* | x86_64-*-linux-*)
12572 if test ${ac_default_ld_z_separate_code} = unset; then
12573 ac_default_ld_z_separate_code=1
12574 fi
12575 ;;
12576 esac
12577 if test "${ac_default_ld_z_separate_code}" = unset; then
12578 ac_default_ld_z_separate_code=0
12579 fi
12580
12581 cat >>confdefs.h <<_ACEOF
12582 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
12583 _ACEOF
12584
12585
12586 # Check whether --enable-leading-mingw64-underscores was given.
12587 if test "${enable_leading_mingw64_underscores+set}" = set; then :
12588 enableval=$enable_leading_mingw64_underscores;
12589 fi
12590
12591 if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12592
12593 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12594
12595 fi
12596
12597 DEBUGDIR=${libdir}/debug
12598
12599 # Check whether --with-separate-debug-dir was given.
12600 if test "${with_separate_debug_dir+set}" = set; then :
12601 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12602 fi
12603
12604
12605
12606
12607
12608 # Check whether --with-pkgversion was given.
12609 if test "${with_pkgversion+set}" = set; then :
12610 withval=$with_pkgversion; case "$withval" in
12611 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
12612 no) PKGVERSION= ;;
12613 *) PKGVERSION="($withval) " ;;
12614 esac
12615 else
12616 PKGVERSION="(GNU Binutils) "
12617
12618 fi
12619
12620
12621
12622
12623
12624 # Check whether --with-bugurl was given.
12625 if test "${with_bugurl+set}" = set; then :
12626 withval=$with_bugurl; case "$withval" in
12627 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
12628 no) BUGURL=
12629 ;;
12630 *) BUGURL="$withval"
12631 ;;
12632 esac
12633 else
12634 BUGURL="http://www.sourceware.org/bugzilla/"
12635
12636 fi
12637
12638 case ${BUGURL} in
12639 "")
12640 REPORT_BUGS_TO=
12641 REPORT_BUGS_TEXI=
12642 ;;
12643 *)
12644 REPORT_BUGS_TO="<$BUGURL>"
12645 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12646 ;;
12647 esac;
12648
12649
12650
12651
12652
12653 # Set the 'development' global.
12654 . $srcdir/../bfd/development.sh
12655
12656 # Set acp_cpp_for_build variable
12657 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12658
12659 # Default set of GCC warnings to enable.
12660 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12661 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12662
12663 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12665 /* end confdefs.h. */
12666 __GNUC__
12667 _ACEOF
12668 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12669 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12670
12671 else
12672 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12673 fi
12674 rm -f conftest*
12675
12676
12677 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12679 /* end confdefs.h. */
12680 __GNUC__
12681 _ACEOF
12682 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12683 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12684
12685 else
12686 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12687 fi
12688 rm -f conftest*
12689
12690
12691 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12692 WARN_WRITE_STRINGS=""
12693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12694 /* end confdefs.h. */
12695 __GNUC__
12696 _ACEOF
12697 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12698 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12699
12700 else
12701 WARN_WRITE_STRINGS="-Wwrite-strings"
12702 fi
12703 rm -f conftest*
12704
12705
12706 # Verify CC_FOR_BUILD to be compatible with warning flags
12707
12708 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12710 /* end confdefs.h. */
12711 __GNUC__
12712 _ACEOF
12713 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12714 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12715
12716 else
12717 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12718 fi
12719 rm -f conftest*
12720
12721
12722 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12724 /* end confdefs.h. */
12725 __GNUC__
12726 _ACEOF
12727 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12728 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12729
12730 else
12731 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12732 fi
12733 rm -f conftest*
12734
12735
12736 # Check whether --enable-werror was given.
12737 if test "${enable_werror+set}" = set; then :
12738 enableval=$enable_werror; case "${enableval}" in
12739 yes | y) ERROR_ON_WARNING="yes" ;;
12740 no | n) ERROR_ON_WARNING="no" ;;
12741 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12742 esac
12743 fi
12744
12745
12746 # Disable -Wformat by default when using gcc on mingw
12747 case "${host}" in
12748 *-*-mingw32*)
12749 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12750 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12751 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12752 fi
12753 ;;
12754 *) ;;
12755 esac
12756
12757 # Enable -Werror by default when using gcc. Turn it off for releases.
12758 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12759 ERROR_ON_WARNING=yes
12760 fi
12761
12762 NO_WERROR=
12763 if test "${ERROR_ON_WARNING}" = yes ; then
12764 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12765 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12766 NO_WERROR="-Wno-error"
12767 fi
12768
12769 if test "${GCC}" = yes ; then
12770 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12771 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12772 fi
12773
12774 # Check whether --enable-build-warnings was given.
12775 if test "${enable_build_warnings+set}" = set; then :
12776 enableval=$enable_build_warnings; case "${enableval}" in
12777 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12778 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12779 no) if test "${GCC}" = yes ; then
12780 WARN_CFLAGS="-w"
12781 WARN_CFLAGS_FOR_BUILD="-w"
12782 fi;;
12783 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12784 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12785 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12786 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12787 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12788 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12789 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12790 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12791 esac
12792 fi
12793
12794
12795 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12796 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12797 fi
12798
12799
12800
12801
12802
12803
12804
12805 ac_config_headers="$ac_config_headers config.h:config.in"
12806
12807
12808 # PR 14072
12809
12810
12811 if test -z "$target" ; then
12812 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12813 fi
12814
12815
12816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12817 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12818 # Check whether --enable-maintainer-mode was given.
12819 if test "${enable_maintainer_mode+set}" = set; then :
12820 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12821 else
12822 USE_MAINTAINER_MODE=no
12823 fi
12824
12825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12826 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12827 if test $USE_MAINTAINER_MODE = yes; then
12828 MAINTAINER_MODE_TRUE=
12829 MAINTAINER_MODE_FALSE='#'
12830 else
12831 MAINTAINER_MODE_TRUE='#'
12832 MAINTAINER_MODE_FALSE=
12833 fi
12834
12835 MAINT=$MAINTAINER_MODE_TRUE
12836
12837
12838 if false; then
12839 GENINSRC_NEVER_TRUE=
12840 GENINSRC_NEVER_FALSE='#'
12841 else
12842 GENINSRC_NEVER_TRUE='#'
12843 GENINSRC_NEVER_FALSE=
12844 fi
12845
12846 case ${build_alias} in
12847 "") build_noncanonical=${build} ;;
12848 *) build_noncanonical=${build_alias} ;;
12849 esac
12850
12851 case ${host_alias} in
12852 "") host_noncanonical=${build_noncanonical} ;;
12853 *) host_noncanonical=${host_alias} ;;
12854 esac
12855
12856 case ${target_alias} in
12857 "") target_noncanonical=${host_noncanonical} ;;
12858 *) target_noncanonical=${target_alias} ;;
12859 esac
12860
12861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12862 $as_echo_n "checking whether to install libbfd... " >&6; }
12863 # Check whether --enable-install-libbfd was given.
12864 if test "${enable_install_libbfd+set}" = set; then :
12865 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12866 else
12867 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12868 install_libbfd_p=yes
12869 else
12870 install_libbfd_p=no
12871 fi
12872 fi
12873
12874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12875 $as_echo "$install_libbfd_p" >&6; }
12876 if test $install_libbfd_p = yes; then
12877 INSTALL_LIBBFD_TRUE=
12878 INSTALL_LIBBFD_FALSE='#'
12879 else
12880 INSTALL_LIBBFD_TRUE='#'
12881 INSTALL_LIBBFD_FALSE=
12882 fi
12883
12884 # Need _noncanonical variables for this.
12885
12886
12887
12888
12889 # libbfd.a is a host library containing target dependent code
12890 bfdlibdir='$(libdir)'
12891 bfdincludedir='$(includedir)'
12892 if test "${host}" != "${target}"; then
12893 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12894 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12895 fi
12896
12897
12898
12899
12900
12901
12902
12903
12904 host64=false
12905 target64=false
12906 bfd_default_target_size=32
12907
12908 # host stuff:
12909
12910 ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12911 # If we haven't got the data from the intl directory,
12912 # assume NLS is disabled.
12913 USE_NLS=no
12914 LIBINTL=
12915 LIBINTL_DEP=
12916 INCINTL=
12917 XGETTEXT=
12918 GMSGFMT=
12919 POSUB=
12920
12921 if test -f ../intl/config.intl; then
12922 . ../intl/config.intl
12923 fi
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12925 $as_echo_n "checking whether NLS is requested... " >&6; }
12926 if test x"$USE_NLS" != xyes; then
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12928 $as_echo "no" >&6; }
12929 else
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12931 $as_echo "yes" >&6; }
12932
12933 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12934
12935
12936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12937 $as_echo_n "checking for catalogs to be installed... " >&6; }
12938 # Look for .po and .gmo files in the source directory.
12939 CATALOGS=
12940 XLINGUAS=
12941 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12942 # If there aren't any .gmo files the shell will give us the
12943 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12944 # weeded out.
12945 case "$cat" in *\**)
12946 continue;;
12947 esac
12948 # The quadruple backslash is collapsed to a double backslash
12949 # by the backticks, then collapsed again by the double quotes,
12950 # leaving us with one backslash in the sed expression (right
12951 # before the dot that mustn't act as a wildcard).
12952 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12953 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12954 # The user is allowed to set LINGUAS to a list of languages to
12955 # install catalogs for. If it's empty that means "all of them."
12956 if test "x$LINGUAS" = x; then
12957 CATALOGS="$CATALOGS $cat"
12958 XLINGUAS="$XLINGUAS $lang"
12959 else
12960 case "$LINGUAS" in *$lang*)
12961 CATALOGS="$CATALOGS $cat"
12962 XLINGUAS="$XLINGUAS $lang"
12963 ;;
12964 esac
12965 fi
12966 done
12967 LINGUAS="$XLINGUAS"
12968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12969 $as_echo "$LINGUAS" >&6; }
12970
12971
12972 DATADIRNAME=share
12973
12974 INSTOBJEXT=.mo
12975
12976 GENCAT=gencat
12977
12978 CATOBJEXT=.gmo
12979
12980 fi
12981
12982 MKINSTALLDIRS=
12983 if test -n "$ac_aux_dir"; then
12984 case "$ac_aux_dir" in
12985 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12986 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12987 esac
12988 fi
12989 if test -z "$MKINSTALLDIRS"; then
12990 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12991 fi
12992
12993
12994
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12996 $as_echo_n "checking whether NLS is requested... " >&6; }
12997 # Check whether --enable-nls was given.
12998 if test "${enable_nls+set}" = set; then :
12999 enableval=$enable_nls; USE_NLS=$enableval
13000 else
13001 USE_NLS=yes
13002 fi
13003
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13005 $as_echo "$USE_NLS" >&6; }
13006
13007
13008
13009
13010
13011
13012 # Prepare PATH_SEPARATOR.
13013 # The user is always right.
13014 if test "${PATH_SEPARATOR+set}" != set; then
13015 echo "#! /bin/sh" >conf$$.sh
13016 echo "exit 0" >>conf$$.sh
13017 chmod +x conf$$.sh
13018 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13019 PATH_SEPARATOR=';'
13020 else
13021 PATH_SEPARATOR=:
13022 fi
13023 rm -f conf$$.sh
13024 fi
13025
13026 # Find out how to test for executable files. Don't use a zero-byte file,
13027 # as systems may use methods other than mode bits to determine executability.
13028 cat >conf$$.file <<_ASEOF
13029 #! /bin/sh
13030 exit 0
13031 _ASEOF
13032 chmod +x conf$$.file
13033 if test -x conf$$.file >/dev/null 2>&1; then
13034 ac_executable_p="test -x"
13035 else
13036 ac_executable_p="test -f"
13037 fi
13038 rm -f conf$$.file
13039
13040 # Extract the first word of "msgfmt", so it can be a program name with args.
13041 set dummy msgfmt; ac_word=$2
13042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13043 $as_echo_n "checking for $ac_word... " >&6; }
13044 if ${ac_cv_path_MSGFMT+:} false; then :
13045 $as_echo_n "(cached) " >&6
13046 else
13047 case "$MSGFMT" in
13048 [\\/]* | ?:[\\/]*)
13049 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13050 ;;
13051 *)
13052 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13053 for ac_dir in $PATH; do
13054 IFS="$ac_save_IFS"
13055 test -z "$ac_dir" && ac_dir=.
13056 for ac_exec_ext in '' $ac_executable_extensions; do
13057 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13058 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13059 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13060 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13061 break 2
13062 fi
13063 fi
13064 done
13065 done
13066 IFS="$ac_save_IFS"
13067 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13068 ;;
13069 esac
13070 fi
13071 MSGFMT="$ac_cv_path_MSGFMT"
13072 if test "$MSGFMT" != ":"; then
13073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13074 $as_echo "$MSGFMT" >&6; }
13075 else
13076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13077 $as_echo "no" >&6; }
13078 fi
13079
13080 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13081 set dummy gmsgfmt; ac_word=$2
13082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13083 $as_echo_n "checking for $ac_word... " >&6; }
13084 if ${ac_cv_path_GMSGFMT+:} false; then :
13085 $as_echo_n "(cached) " >&6
13086 else
13087 case $GMSGFMT in
13088 [\\/]* | ?:[\\/]*)
13089 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13090 ;;
13091 *)
13092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13093 for as_dir in $PATH
13094 do
13095 IFS=$as_save_IFS
13096 test -z "$as_dir" && as_dir=.
13097 for ac_exec_ext in '' $ac_executable_extensions; do
13098 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13099 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13101 break 2
13102 fi
13103 done
13104 done
13105 IFS=$as_save_IFS
13106
13107 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13108 ;;
13109 esac
13110 fi
13111 GMSGFMT=$ac_cv_path_GMSGFMT
13112 if test -n "$GMSGFMT"; then
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13114 $as_echo "$GMSGFMT" >&6; }
13115 else
13116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13117 $as_echo "no" >&6; }
13118 fi
13119
13120
13121
13122
13123 # Prepare PATH_SEPARATOR.
13124 # The user is always right.
13125 if test "${PATH_SEPARATOR+set}" != set; then
13126 echo "#! /bin/sh" >conf$$.sh
13127 echo "exit 0" >>conf$$.sh
13128 chmod +x conf$$.sh
13129 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13130 PATH_SEPARATOR=';'
13131 else
13132 PATH_SEPARATOR=:
13133 fi
13134 rm -f conf$$.sh
13135 fi
13136
13137 # Find out how to test for executable files. Don't use a zero-byte file,
13138 # as systems may use methods other than mode bits to determine executability.
13139 cat >conf$$.file <<_ASEOF
13140 #! /bin/sh
13141 exit 0
13142 _ASEOF
13143 chmod +x conf$$.file
13144 if test -x conf$$.file >/dev/null 2>&1; then
13145 ac_executable_p="test -x"
13146 else
13147 ac_executable_p="test -f"
13148 fi
13149 rm -f conf$$.file
13150
13151 # Extract the first word of "xgettext", so it can be a program name with args.
13152 set dummy xgettext; ac_word=$2
13153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13154 $as_echo_n "checking for $ac_word... " >&6; }
13155 if ${ac_cv_path_XGETTEXT+:} false; then :
13156 $as_echo_n "(cached) " >&6
13157 else
13158 case "$XGETTEXT" in
13159 [\\/]* | ?:[\\/]*)
13160 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13161 ;;
13162 *)
13163 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13164 for ac_dir in $PATH; do
13165 IFS="$ac_save_IFS"
13166 test -z "$ac_dir" && ac_dir=.
13167 for ac_exec_ext in '' $ac_executable_extensions; do
13168 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13169 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13170 (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
13171 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13172 break 2
13173 fi
13174 fi
13175 done
13176 done
13177 IFS="$ac_save_IFS"
13178 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13179 ;;
13180 esac
13181 fi
13182 XGETTEXT="$ac_cv_path_XGETTEXT"
13183 if test "$XGETTEXT" != ":"; then
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13185 $as_echo "$XGETTEXT" >&6; }
13186 else
13187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13188 $as_echo "no" >&6; }
13189 fi
13190
13191 rm -f messages.po
13192
13193
13194 # Prepare PATH_SEPARATOR.
13195 # The user is always right.
13196 if test "${PATH_SEPARATOR+set}" != set; then
13197 echo "#! /bin/sh" >conf$$.sh
13198 echo "exit 0" >>conf$$.sh
13199 chmod +x conf$$.sh
13200 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13201 PATH_SEPARATOR=';'
13202 else
13203 PATH_SEPARATOR=:
13204 fi
13205 rm -f conf$$.sh
13206 fi
13207
13208 # Find out how to test for executable files. Don't use a zero-byte file,
13209 # as systems may use methods other than mode bits to determine executability.
13210 cat >conf$$.file <<_ASEOF
13211 #! /bin/sh
13212 exit 0
13213 _ASEOF
13214 chmod +x conf$$.file
13215 if test -x conf$$.file >/dev/null 2>&1; then
13216 ac_executable_p="test -x"
13217 else
13218 ac_executable_p="test -f"
13219 fi
13220 rm -f conf$$.file
13221
13222 # Extract the first word of "msgmerge", so it can be a program name with args.
13223 set dummy msgmerge; ac_word=$2
13224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13225 $as_echo_n "checking for $ac_word... " >&6; }
13226 if ${ac_cv_path_MSGMERGE+:} false; then :
13227 $as_echo_n "(cached) " >&6
13228 else
13229 case "$MSGMERGE" in
13230 [\\/]* | ?:[\\/]*)
13231 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13232 ;;
13233 *)
13234 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13235 for ac_dir in $PATH; do
13236 IFS="$ac_save_IFS"
13237 test -z "$ac_dir" && ac_dir=.
13238 for ac_exec_ext in '' $ac_executable_extensions; do
13239 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13240 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13241 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13242 break 2
13243 fi
13244 fi
13245 done
13246 done
13247 IFS="$ac_save_IFS"
13248 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13249 ;;
13250 esac
13251 fi
13252 MSGMERGE="$ac_cv_path_MSGMERGE"
13253 if test "$MSGMERGE" != ":"; then
13254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13255 $as_echo "$MSGMERGE" >&6; }
13256 else
13257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13258 $as_echo "no" >&6; }
13259 fi
13260
13261
13262 if test "$GMSGFMT" != ":"; then
13263 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13264 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13265 : ;
13266 else
13267 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13269 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13270 GMSGFMT=":"
13271 fi
13272 fi
13273
13274 if test "$XGETTEXT" != ":"; then
13275 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13276 (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
13277 : ;
13278 else
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13280 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13281 XGETTEXT=":"
13282 fi
13283 rm -f messages.po
13284 fi
13285
13286 ac_config_commands="$ac_config_commands default-1"
13287
13288
13289
13290 # Permit host specific settings.
13291 . ${srcdir}/configure.host
13292
13293
13294
13295
13296 BFD_HOST_64BIT_LONG=0
13297 BFD_HOST_64BIT_LONG_LONG=0
13298 BFD_HOST_64_BIT_DEFINED=0
13299 BFD_HOST_64_BIT=
13300 BFD_HOST_U_64_BIT=
13301 BFD_HOSTPTR_T="unsigned long"
13302
13303
13304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double" >&5
13305 $as_echo_n "checking for long double... " >&6; }
13306 if ${ac_cv_type_long_double+:} false; then :
13307 $as_echo_n "(cached) " >&6
13308 else
13309 if test "$GCC" = yes; then
13310 ac_cv_type_long_double=yes
13311 else
13312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13313 /* end confdefs.h. */
13314 /* The Stardent Vistra knows sizeof (long double), but does
13315 not support it. */
13316 long double foo = 0.0L;
13317 int
13318 main ()
13319 {
13320 static int test_array [1 - 2 * !(/* On Ultrix 4.3 cc, long double is 4 and double is 8. */
13321 sizeof (double) <= sizeof (long double))];
13322 test_array [0] = 0;
13323 return test_array [0];
13324
13325 ;
13326 return 0;
13327 }
13328 _ACEOF
13329 if ac_fn_c_try_compile "$LINENO"; then :
13330 ac_cv_type_long_double=yes
13331 else
13332 ac_cv_type_long_double=no
13333 fi
13334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13335 fi
13336 fi
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_double" >&5
13338 $as_echo "$ac_cv_type_long_double" >&6; }
13339 if test $ac_cv_type_long_double = yes; then
13340
13341 $as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
13342
13343 fi
13344
13345 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13346 if test "x$ac_cv_type_long_long" = xyes; then :
13347
13348 cat >>confdefs.h <<_ACEOF
13349 #define HAVE_LONG_LONG 1
13350 _ACEOF
13351
13352 # The cast to long int works around a bug in the HP C Compiler
13353 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13354 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13355 # This bug is HP SR number 8606223364.
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13357 $as_echo_n "checking size of long long... " >&6; }
13358 if ${ac_cv_sizeof_long_long+:} false; then :
13359 $as_echo_n "(cached) " >&6
13360 else
13361 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13362
13363 else
13364 if test "$ac_cv_type_long_long" = yes; then
13365 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13366 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13367 as_fn_error 77 "cannot compute sizeof (long long)
13368 See \`config.log' for more details" "$LINENO" 5; }
13369 else
13370 ac_cv_sizeof_long_long=0
13371 fi
13372 fi
13373
13374 fi
13375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13376 $as_echo "$ac_cv_sizeof_long_long" >&6; }
13377
13378
13379
13380 cat >>confdefs.h <<_ACEOF
13381 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13382 _ACEOF
13383
13384
13385 fi
13386
13387 # The cast to long int works around a bug in the HP C Compiler
13388 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13389 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13390 # This bug is HP SR number 8606223364.
13391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13392 $as_echo_n "checking size of void *... " >&6; }
13393 if ${ac_cv_sizeof_void_p+:} false; then :
13394 $as_echo_n "(cached) " >&6
13395 else
13396 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
13397
13398 else
13399 if test "$ac_cv_type_void_p" = yes; then
13400 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13401 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13402 as_fn_error 77 "cannot compute sizeof (void *)
13403 See \`config.log' for more details" "$LINENO" 5; }
13404 else
13405 ac_cv_sizeof_void_p=0
13406 fi
13407 fi
13408
13409 fi
13410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13411 $as_echo "$ac_cv_sizeof_void_p" >&6; }
13412
13413
13414
13415 cat >>confdefs.h <<_ACEOF
13416 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13417 _ACEOF
13418
13419
13420 # The cast to long int works around a bug in the HP C Compiler
13421 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13422 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13423 # This bug is HP SR number 8606223364.
13424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13425 $as_echo_n "checking size of long... " >&6; }
13426 if ${ac_cv_sizeof_long+:} false; then :
13427 $as_echo_n "(cached) " >&6
13428 else
13429 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13430
13431 else
13432 if test "$ac_cv_type_long" = yes; then
13433 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13434 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13435 as_fn_error 77 "cannot compute sizeof (long)
13436 See \`config.log' for more details" "$LINENO" 5; }
13437 else
13438 ac_cv_sizeof_long=0
13439 fi
13440 fi
13441
13442 fi
13443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13444 $as_echo "$ac_cv_sizeof_long" >&6; }
13445
13446
13447
13448 cat >>confdefs.h <<_ACEOF
13449 #define SIZEOF_LONG $ac_cv_sizeof_long
13450 _ACEOF
13451
13452
13453 # The cast to long int works around a bug in the HP C Compiler
13454 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13455 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13456 # This bug is HP SR number 8606223364.
13457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13458 $as_echo_n "checking size of int... " >&6; }
13459 if ${ac_cv_sizeof_int+:} false; then :
13460 $as_echo_n "(cached) " >&6
13461 else
13462 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
13463
13464 else
13465 if test "$ac_cv_type_int" = yes; then
13466 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13467 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13468 as_fn_error 77 "cannot compute sizeof (int)
13469 See \`config.log' for more details" "$LINENO" 5; }
13470 else
13471 ac_cv_sizeof_int=0
13472 fi
13473 fi
13474
13475 fi
13476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13477 $as_echo "$ac_cv_sizeof_int" >&6; }
13478
13479
13480
13481 cat >>confdefs.h <<_ACEOF
13482 #define SIZEOF_INT $ac_cv_sizeof_int
13483 _ACEOF
13484
13485
13486
13487 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
13488 host64=true
13489 fi
13490
13491 if test "x${ac_cv_sizeof_long}" = "x8"; then
13492 BFD_HOST_64BIT_LONG=1
13493 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
13494 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
13495 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
13496 BFD_HOST_64BIT_LONG_LONG=1
13497 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
13498 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
13499 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
13500 BFD_HOSTPTR_T="unsigned long long"
13501 fi
13502 fi
13503
13504 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
13505 BFD_HOST_64_BIT_DEFINED=1
13506 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
13507 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
13508 fi
13509
13510
13511
13512
13513
13514
13515
13516
13517 # Put a plausible default for CC_FOR_BUILD in Makefile.
13518 if test -z "$CC_FOR_BUILD"; then
13519 if test "x$cross_compiling" = "xno"; then
13520 CC_FOR_BUILD='$(CC)'
13521 else
13522 CC_FOR_BUILD=gcc
13523 fi
13524 fi
13525
13526 # Also set EXEEXT_FOR_BUILD.
13527 if test "x$cross_compiling" = "xno"; then
13528 EXEEXT_FOR_BUILD='$(EXEEXT)'
13529 else
13530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13531 $as_echo_n "checking for build system executable suffix... " >&6; }
13532 if ${bfd_cv_build_exeext+:} false; then :
13533 $as_echo_n "(cached) " >&6
13534 else
13535 rm -f conftest*
13536 echo 'int main () { return 0; }' > conftest.c
13537 bfd_cv_build_exeext=
13538 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13539 for file in conftest.*; do
13540 case $file in
13541 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13542 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13543 esac
13544 done
13545 rm -f conftest*
13546 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
13547 fi
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13549 $as_echo "$bfd_cv_build_exeext" >&6; }
13550 EXEEXT_FOR_BUILD=""
13551 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
13552 fi
13553
13554
13555 for ac_header in alloca.h fcntl.h limits.h stddef.h stdlib.h string.h \
13556 strings.h sys/file.h sys/resource.h sys/stat.h sys/time.h \
13557 time.h unistd.h wchar.h wctype.h
13558 do :
13559 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13560 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13561 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13562 cat >>confdefs.h <<_ACEOF
13563 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13564 _ACEOF
13565
13566 fi
13567
13568 done
13569
13570
13571
13572 inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
13573
13574 acx_cv_header_stdint=stddef.h
13575 acx_cv_header_stdint_kind="(already complete)"
13576 for i in stdint.h $inttype_headers; do
13577 unset ac_cv_type_uintptr_t
13578 unset ac_cv_type_uintmax_t
13579 unset ac_cv_type_int_least32_t
13580 unset ac_cv_type_int_fast32_t
13581 unset ac_cv_type_uint64_t
13582 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
13583 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
13584 #include <$i>
13585 "
13586 if test "x$ac_cv_type_uintmax_t" = xyes; then :
13587 acx_cv_header_stdint=$i
13588 else
13589 continue
13590 fi
13591
13592 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13593 #include <$i>
13594 "
13595 if test "x$ac_cv_type_uintptr_t" = xyes; then :
13596
13597 else
13598 acx_cv_header_stdint_kind="(mostly complete)"
13599 fi
13600
13601 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
13602 #include <$i>
13603 "
13604 if test "x$ac_cv_type_int_least32_t" = xyes; then :
13605
13606 else
13607 acx_cv_header_stdint_kind="(mostly complete)"
13608 fi
13609
13610 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
13611 #include <$i>
13612 "
13613 if test "x$ac_cv_type_int_fast32_t" = xyes; then :
13614
13615 else
13616 acx_cv_header_stdint_kind="(mostly complete)"
13617 fi
13618
13619 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13620 #include <$i>
13621 "
13622 if test "x$ac_cv_type_uint64_t" = xyes; then :
13623
13624 else
13625 acx_cv_header_stdint_kind="(lacks uint64_t)"
13626 fi
13627
13628 break
13629 done
13630 if test "$acx_cv_header_stdint" = stddef.h; then
13631 acx_cv_header_stdint_kind="(lacks uintmax_t)"
13632 for i in stdint.h $inttype_headers; do
13633 unset ac_cv_type_uintptr_t
13634 unset ac_cv_type_uint32_t
13635 unset ac_cv_type_uint64_t
13636 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
13637 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
13638 #include <$i>
13639 "
13640 if test "x$ac_cv_type_uint32_t" = xyes; then :
13641 acx_cv_header_stdint=$i
13642 else
13643 continue
13644 fi
13645
13646 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13647 #include <$i>
13648 "
13649 if test "x$ac_cv_type_uint64_t" = xyes; then :
13650
13651 fi
13652
13653 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13654 #include <$i>
13655 "
13656 if test "x$ac_cv_type_uintptr_t" = xyes; then :
13657
13658 fi
13659
13660 break
13661 done
13662 fi
13663 if test "$acx_cv_header_stdint" = stddef.h; then
13664 acx_cv_header_stdint_kind="(u_intXX_t style)"
13665 for i in sys/types.h $inttype_headers; do
13666 unset ac_cv_type_u_int32_t
13667 unset ac_cv_type_u_int64_t
13668 $as_echo_n "looking for u_intXX_t types in $i, " >&6
13669 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
13670 #include <$i>
13671 "
13672 if test "x$ac_cv_type_u_int32_t" = xyes; then :
13673 acx_cv_header_stdint=$i
13674 else
13675 continue
13676 fi
13677
13678 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
13679 #include <$i>
13680 "
13681 if test "x$ac_cv_type_u_int64_t" = xyes; then :
13682
13683 fi
13684
13685 break
13686 done
13687 fi
13688 if test "$acx_cv_header_stdint" = stddef.h; then
13689 acx_cv_header_stdint_kind="(using manual detection)"
13690 fi
13691
13692 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
13693 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
13694 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
13695 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
13696 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
13697
13698 # ----------------- Summarize what we found so far
13699
13700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5
13701 $as_echo_n "checking what to include in bfd_stdint.h... " >&6; }
13702
13703 case `$as_basename -- bfd_stdint.h ||
13704 $as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
13705 Xbfd_stdint.h : 'X\(//\)$' \| \
13706 Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null ||
13707 $as_echo X/bfd_stdint.h |
13708 sed '/^.*\/\([^/][^/]*\)\/*$/{
13709 s//\1/
13710 q
13711 }
13712 /^X\/\(\/\/\)$/{
13713 s//\1/
13714 q
13715 }
13716 /^X\/\(\/\).*/{
13717 s//\1/
13718 q
13719 }
13720 s/.*/./; q'` in
13721 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13722 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13723 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13724 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13725 *) ;;
13726 esac
13727
13728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
13729 $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
13730
13731 # ----------------- done included file, check C basic types --------
13732
13733 # Lacking an uintptr_t? Test size of void *
13734 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
13735 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
13736 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13737 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13738 # This bug is HP SR number 8606223364.
13739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13740 $as_echo_n "checking size of void *... " >&6; }
13741 if ${ac_cv_sizeof_void_p+:} false; then :
13742 $as_echo_n "(cached) " >&6
13743 else
13744 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
13745
13746 else
13747 if test "$ac_cv_type_void_p" = yes; then
13748 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13749 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13750 as_fn_error 77 "cannot compute sizeof (void *)
13751 See \`config.log' for more details" "$LINENO" 5; }
13752 else
13753 ac_cv_sizeof_void_p=0
13754 fi
13755 fi
13756
13757 fi
13758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13759 $as_echo "$ac_cv_sizeof_void_p" >&6; }
13760
13761
13762
13763 cat >>confdefs.h <<_ACEOF
13764 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13765 _ACEOF
13766
13767 ;;
13768 esac
13769
13770 # Lacking an uint64_t? Test size of long
13771 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
13772 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
13773 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13774 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13775 # This bug is HP SR number 8606223364.
13776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13777 $as_echo_n "checking size of long... " >&6; }
13778 if ${ac_cv_sizeof_long+:} false; then :
13779 $as_echo_n "(cached) " >&6
13780 else
13781 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13782
13783 else
13784 if test "$ac_cv_type_long" = yes; then
13785 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13786 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13787 as_fn_error 77 "cannot compute sizeof (long)
13788 See \`config.log' for more details" "$LINENO" 5; }
13789 else
13790 ac_cv_sizeof_long=0
13791 fi
13792 fi
13793
13794 fi
13795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13796 $as_echo "$ac_cv_sizeof_long" >&6; }
13797
13798
13799
13800 cat >>confdefs.h <<_ACEOF
13801 #define SIZEOF_LONG $ac_cv_sizeof_long
13802 _ACEOF
13803
13804 ;;
13805 esac
13806
13807 if test $acx_cv_header_stdint = stddef.h; then
13808 # Lacking a good header? Test size of everything and deduce all types.
13809 # The cast to long int works around a bug in the HP C Compiler
13810 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13811 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13812 # This bug is HP SR number 8606223364.
13813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13814 $as_echo_n "checking size of int... " >&6; }
13815 if ${ac_cv_sizeof_int+:} false; then :
13816 $as_echo_n "(cached) " >&6
13817 else
13818 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
13819
13820 else
13821 if test "$ac_cv_type_int" = yes; then
13822 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13823 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13824 as_fn_error 77 "cannot compute sizeof (int)
13825 See \`config.log' for more details" "$LINENO" 5; }
13826 else
13827 ac_cv_sizeof_int=0
13828 fi
13829 fi
13830
13831 fi
13832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13833 $as_echo "$ac_cv_sizeof_int" >&6; }
13834
13835
13836
13837 cat >>confdefs.h <<_ACEOF
13838 #define SIZEOF_INT $ac_cv_sizeof_int
13839 _ACEOF
13840
13841
13842 # The cast to long int works around a bug in the HP C Compiler
13843 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13844 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13845 # This bug is HP SR number 8606223364.
13846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13847 $as_echo_n "checking size of short... " >&6; }
13848 if ${ac_cv_sizeof_short+:} false; then :
13849 $as_echo_n "(cached) " >&6
13850 else
13851 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
13852
13853 else
13854 if test "$ac_cv_type_short" = yes; then
13855 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13856 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13857 as_fn_error 77 "cannot compute sizeof (short)
13858 See \`config.log' for more details" "$LINENO" 5; }
13859 else
13860 ac_cv_sizeof_short=0
13861 fi
13862 fi
13863
13864 fi
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13866 $as_echo "$ac_cv_sizeof_short" >&6; }
13867
13868
13869
13870 cat >>confdefs.h <<_ACEOF
13871 #define SIZEOF_SHORT $ac_cv_sizeof_short
13872 _ACEOF
13873
13874
13875 # The cast to long int works around a bug in the HP C Compiler
13876 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13877 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13878 # This bug is HP SR number 8606223364.
13879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
13880 $as_echo_n "checking size of char... " >&6; }
13881 if ${ac_cv_sizeof_char+:} false; then :
13882 $as_echo_n "(cached) " >&6
13883 else
13884 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
13885
13886 else
13887 if test "$ac_cv_type_char" = yes; then
13888 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13889 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13890 as_fn_error 77 "cannot compute sizeof (char)
13891 See \`config.log' for more details" "$LINENO" 5; }
13892 else
13893 ac_cv_sizeof_char=0
13894 fi
13895 fi
13896
13897 fi
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
13899 $as_echo "$ac_cv_sizeof_char" >&6; }
13900
13901
13902
13903 cat >>confdefs.h <<_ACEOF
13904 #define SIZEOF_CHAR $ac_cv_sizeof_char
13905 _ACEOF
13906
13907
13908
13909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
13910 $as_echo_n "checking for type equivalent to int8_t... " >&6; }
13911 case "$ac_cv_sizeof_char" in
13912 1) acx_cv_type_int8_t=char ;;
13913 *) as_fn_error $? "no 8-bit type, please report a bug" "$LINENO" 5
13914 esac
13915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
13916 $as_echo "$acx_cv_type_int8_t" >&6; }
13917
13918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
13919 $as_echo_n "checking for type equivalent to int16_t... " >&6; }
13920 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
13921 2:*) acx_cv_type_int16_t=int ;;
13922 *:2) acx_cv_type_int16_t=short ;;
13923 *) as_fn_error $? "no 16-bit type, please report a bug" "$LINENO" 5
13924 esac
13925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
13926 $as_echo "$acx_cv_type_int16_t" >&6; }
13927
13928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
13929 $as_echo_n "checking for type equivalent to int32_t... " >&6; }
13930 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
13931 4:*) acx_cv_type_int32_t=int ;;
13932 *:4) acx_cv_type_int32_t=long ;;
13933 *) as_fn_error $? "no 32-bit type, please report a bug" "$LINENO" 5
13934 esac
13935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
13936 $as_echo "$acx_cv_type_int32_t" >&6; }
13937 fi
13938
13939 # These tests are here to make the output prettier
13940
13941 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
13942 case "$ac_cv_sizeof_long" in
13943 8) acx_cv_type_int64_t=long ;;
13944 esac
13945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
13946 $as_echo_n "checking for type equivalent to int64_t... " >&6; }
13947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
13948 $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
13949 fi
13950
13951 # Now we can use the above types
13952
13953 if test "$ac_cv_type_uintptr_t" != yes; then
13954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
13955 $as_echo_n "checking for type equivalent to intptr_t... " >&6; }
13956 case $ac_cv_sizeof_void_p in
13957 2) acx_cv_type_intptr_t=int16_t ;;
13958 4) acx_cv_type_intptr_t=int32_t ;;
13959 8) acx_cv_type_intptr_t=int64_t ;;
13960 *) as_fn_error $? "no equivalent for intptr_t, please report a bug" "$LINENO" 5
13961 esac
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
13963 $as_echo "$acx_cv_type_intptr_t" >&6; }
13964 fi
13965
13966 # ----------------- done all checks, emit header -------------
13967 ac_config_commands="$ac_config_commands bfd_stdint.h"
13968
13969
13970
13971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
13972 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
13973 if ${ac_cv_header_time+:} false; then :
13974 $as_echo_n "(cached) " >&6
13975 else
13976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13977 /* end confdefs.h. */
13978 #include <sys/types.h>
13979 #include <sys/time.h>
13980 #include <time.h>
13981
13982 int
13983 main ()
13984 {
13985 if ((struct tm *) 0)
13986 return 0;
13987 ;
13988 return 0;
13989 }
13990 _ACEOF
13991 if ac_fn_c_try_compile "$LINENO"; then :
13992 ac_cv_header_time=yes
13993 else
13994 ac_cv_header_time=no
13995 fi
13996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13997 fi
13998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
13999 $as_echo "$ac_cv_header_time" >&6; }
14000 if test $ac_cv_header_time = yes; then
14001
14002 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
14003
14004 fi
14005
14006 ac_header_dirent=no
14007 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
14008 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
14009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
14010 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
14011 if eval \${$as_ac_Header+:} false; then :
14012 $as_echo_n "(cached) " >&6
14013 else
14014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14015 /* end confdefs.h. */
14016 #include <sys/types.h>
14017 #include <$ac_hdr>
14018
14019 int
14020 main ()
14021 {
14022 if ((DIR *) 0)
14023 return 0;
14024 ;
14025 return 0;
14026 }
14027 _ACEOF
14028 if ac_fn_c_try_compile "$LINENO"; then :
14029 eval "$as_ac_Header=yes"
14030 else
14031 eval "$as_ac_Header=no"
14032 fi
14033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14034 fi
14035 eval ac_res=\$$as_ac_Header
14036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14037 $as_echo "$ac_res" >&6; }
14038 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14039 cat >>confdefs.h <<_ACEOF
14040 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
14041 _ACEOF
14042
14043 ac_header_dirent=$ac_hdr; break
14044 fi
14045
14046 done
14047 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
14048 if test $ac_header_dirent = dirent.h; then
14049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
14050 $as_echo_n "checking for library containing opendir... " >&6; }
14051 if ${ac_cv_search_opendir+:} false; then :
14052 $as_echo_n "(cached) " >&6
14053 else
14054 ac_func_search_save_LIBS=$LIBS
14055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14056 /* end confdefs.h. */
14057
14058 /* Override any GCC internal prototype to avoid an error.
14059 Use char because int might match the return type of a GCC
14060 builtin and then its argument prototype would still apply. */
14061 #ifdef __cplusplus
14062 extern "C"
14063 #endif
14064 char opendir ();
14065 int
14066 main ()
14067 {
14068 return opendir ();
14069 ;
14070 return 0;
14071 }
14072 _ACEOF
14073 for ac_lib in '' dir; do
14074 if test -z "$ac_lib"; then
14075 ac_res="none required"
14076 else
14077 ac_res=-l$ac_lib
14078 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14079 fi
14080 if ac_fn_c_try_link "$LINENO"; then :
14081 ac_cv_search_opendir=$ac_res
14082 fi
14083 rm -f core conftest.err conftest.$ac_objext \
14084 conftest$ac_exeext
14085 if ${ac_cv_search_opendir+:} false; then :
14086 break
14087 fi
14088 done
14089 if ${ac_cv_search_opendir+:} false; then :
14090
14091 else
14092 ac_cv_search_opendir=no
14093 fi
14094 rm conftest.$ac_ext
14095 LIBS=$ac_func_search_save_LIBS
14096 fi
14097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
14098 $as_echo "$ac_cv_search_opendir" >&6; }
14099 ac_res=$ac_cv_search_opendir
14100 if test "$ac_res" != no; then :
14101 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14102
14103 fi
14104
14105 else
14106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
14107 $as_echo_n "checking for library containing opendir... " >&6; }
14108 if ${ac_cv_search_opendir+:} false; then :
14109 $as_echo_n "(cached) " >&6
14110 else
14111 ac_func_search_save_LIBS=$LIBS
14112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14113 /* end confdefs.h. */
14114
14115 /* Override any GCC internal prototype to avoid an error.
14116 Use char because int might match the return type of a GCC
14117 builtin and then its argument prototype would still apply. */
14118 #ifdef __cplusplus
14119 extern "C"
14120 #endif
14121 char opendir ();
14122 int
14123 main ()
14124 {
14125 return opendir ();
14126 ;
14127 return 0;
14128 }
14129 _ACEOF
14130 for ac_lib in '' x; do
14131 if test -z "$ac_lib"; then
14132 ac_res="none required"
14133 else
14134 ac_res=-l$ac_lib
14135 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14136 fi
14137 if ac_fn_c_try_link "$LINENO"; then :
14138 ac_cv_search_opendir=$ac_res
14139 fi
14140 rm -f core conftest.err conftest.$ac_objext \
14141 conftest$ac_exeext
14142 if ${ac_cv_search_opendir+:} false; then :
14143 break
14144 fi
14145 done
14146 if ${ac_cv_search_opendir+:} false; then :
14147
14148 else
14149 ac_cv_search_opendir=no
14150 fi
14151 rm conftest.$ac_ext
14152 LIBS=$ac_func_search_save_LIBS
14153 fi
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
14155 $as_echo "$ac_cv_search_opendir" >&6; }
14156 ac_res=$ac_cv_search_opendir
14157 if test "$ac_res" != no; then :
14158 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14159
14160 fi
14161
14162 fi
14163
14164
14165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
14166 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
14167 if ${gcc_cv_header_string+:} false; then :
14168 $as_echo_n "(cached) " >&6
14169 else
14170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14171 /* end confdefs.h. */
14172 #include <string.h>
14173 #include <strings.h>
14174 int
14175 main ()
14176 {
14177
14178 ;
14179 return 0;
14180 }
14181 _ACEOF
14182 if ac_fn_c_try_compile "$LINENO"; then :
14183 gcc_cv_header_string=yes
14184 else
14185 gcc_cv_header_string=no
14186 fi
14187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14188 fi
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
14190 $as_echo "$gcc_cv_header_string" >&6; }
14191 if test $gcc_cv_header_string = yes; then
14192
14193 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
14194
14195 fi
14196
14197 for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno fls
14198 do :
14199 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14200 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14201 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14202 cat >>confdefs.h <<_ACEOF
14203 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14204 _ACEOF
14205
14206 fi
14207 done
14208
14209 for ac_func in strtoull getrlimit
14210 do :
14211 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14212 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14213 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14214 cat >>confdefs.h <<_ACEOF
14215 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14216 _ACEOF
14217
14218 fi
14219 done
14220
14221
14222 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
14223 if test "x$ac_cv_have_decl_basename" = xyes; then :
14224 ac_have_decl=1
14225 else
14226 ac_have_decl=0
14227 fi
14228
14229 cat >>confdefs.h <<_ACEOF
14230 #define HAVE_DECL_BASENAME $ac_have_decl
14231 _ACEOF
14232
14233 ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
14234 if test "x$ac_cv_have_decl_ftello" = xyes; then :
14235 ac_have_decl=1
14236 else
14237 ac_have_decl=0
14238 fi
14239
14240 cat >>confdefs.h <<_ACEOF
14241 #define HAVE_DECL_FTELLO $ac_have_decl
14242 _ACEOF
14243
14244 ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
14245 if test "x$ac_cv_have_decl_ftello64" = xyes; then :
14246 ac_have_decl=1
14247 else
14248 ac_have_decl=0
14249 fi
14250
14251 cat >>confdefs.h <<_ACEOF
14252 #define HAVE_DECL_FTELLO64 $ac_have_decl
14253 _ACEOF
14254
14255 ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
14256 if test "x$ac_cv_have_decl_fseeko" = xyes; then :
14257 ac_have_decl=1
14258 else
14259 ac_have_decl=0
14260 fi
14261
14262 cat >>confdefs.h <<_ACEOF
14263 #define HAVE_DECL_FSEEKO $ac_have_decl
14264 _ACEOF
14265
14266 ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
14267 if test "x$ac_cv_have_decl_fseeko64" = xyes; then :
14268 ac_have_decl=1
14269 else
14270 ac_have_decl=0
14271 fi
14272
14273 cat >>confdefs.h <<_ACEOF
14274 #define HAVE_DECL_FSEEKO64 $ac_have_decl
14275 _ACEOF
14276
14277
14278
14279 case "${host}" in
14280 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14281
14282 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
14283 ;;
14284 esac
14285
14286 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
14287 if test "x$ac_cv_have_decl_ffs" = xyes; then :
14288 ac_have_decl=1
14289 else
14290 ac_have_decl=0
14291 fi
14292
14293 cat >>confdefs.h <<_ACEOF
14294 #define HAVE_DECL_FFS $ac_have_decl
14295 _ACEOF
14296
14297 ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
14298 if test "x$ac_cv_have_decl_free" = xyes; then :
14299 ac_have_decl=1
14300 else
14301 ac_have_decl=0
14302 fi
14303
14304 cat >>confdefs.h <<_ACEOF
14305 #define HAVE_DECL_FREE $ac_have_decl
14306 _ACEOF
14307
14308 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14309 if test "x$ac_cv_have_decl_getenv" = xyes; then :
14310 ac_have_decl=1
14311 else
14312 ac_have_decl=0
14313 fi
14314
14315 cat >>confdefs.h <<_ACEOF
14316 #define HAVE_DECL_GETENV $ac_have_decl
14317 _ACEOF
14318
14319 ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
14320 if test "x$ac_cv_have_decl_malloc" = xyes; then :
14321 ac_have_decl=1
14322 else
14323 ac_have_decl=0
14324 fi
14325
14326 cat >>confdefs.h <<_ACEOF
14327 #define HAVE_DECL_MALLOC $ac_have_decl
14328 _ACEOF
14329
14330 ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
14331 if test "x$ac_cv_have_decl_realloc" = xyes; then :
14332 ac_have_decl=1
14333 else
14334 ac_have_decl=0
14335 fi
14336
14337 cat >>confdefs.h <<_ACEOF
14338 #define HAVE_DECL_REALLOC $ac_have_decl
14339 _ACEOF
14340
14341 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14342 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
14343 ac_have_decl=1
14344 else
14345 ac_have_decl=0
14346 fi
14347
14348 cat >>confdefs.h <<_ACEOF
14349 #define HAVE_DECL_STPCPY $ac_have_decl
14350 _ACEOF
14351
14352 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14353 if test "x$ac_cv_have_decl_strstr" = xyes; then :
14354 ac_have_decl=1
14355 else
14356 ac_have_decl=0
14357 fi
14358
14359 cat >>confdefs.h <<_ACEOF
14360 #define HAVE_DECL_STRSTR $ac_have_decl
14361 _ACEOF
14362
14363 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
14364 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
14365 ac_have_decl=1
14366 else
14367 ac_have_decl=0
14368 fi
14369
14370 cat >>confdefs.h <<_ACEOF
14371 #define HAVE_DECL_ASPRINTF $ac_have_decl
14372 _ACEOF
14373
14374 ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
14375 if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
14376 ac_have_decl=1
14377 else
14378 ac_have_decl=0
14379 fi
14380
14381 cat >>confdefs.h <<_ACEOF
14382 #define HAVE_DECL_VASPRINTF $ac_have_decl
14383 _ACEOF
14384
14385 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
14386 if test "x$ac_cv_have_decl_snprintf" = xyes; then :
14387 ac_have_decl=1
14388 else
14389 ac_have_decl=0
14390 fi
14391
14392 cat >>confdefs.h <<_ACEOF
14393 #define HAVE_DECL_SNPRINTF $ac_have_decl
14394 _ACEOF
14395
14396 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14397 if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
14398 ac_have_decl=1
14399 else
14400 ac_have_decl=0
14401 fi
14402
14403 cat >>confdefs.h <<_ACEOF
14404 #define HAVE_DECL_VSNPRINTF $ac_have_decl
14405 _ACEOF
14406
14407 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
14408 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
14409 ac_have_decl=1
14410 else
14411 ac_have_decl=0
14412 fi
14413
14414 cat >>confdefs.h <<_ACEOF
14415 #define HAVE_DECL_STRNLEN $ac_have_decl
14416 _ACEOF
14417
14418
14419 # Link in zlib if we can. This allows us to read compressed debug sections.
14420 # This is used only by compress.c.
14421
14422 # Use the system's zlib library.
14423 zlibdir="-L\$(top_builddir)/../zlib"
14424 zlibinc="-I\$(top_srcdir)/../zlib"
14425
14426 # Check whether --with-system-zlib was given.
14427 if test "${with_system_zlib+set}" = set; then :
14428 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14429 zlibdir=
14430 zlibinc=
14431 fi
14432
14433 fi
14434
14435
14436
14437
14438
14439 save_CFLAGS="$CFLAGS"
14440 CFLAGS="$CFLAGS -Werror"
14441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
14442 $as_echo_n "checking compiler support for hidden visibility... " >&6; }
14443 if ${bfd_cv_hidden+:} false; then :
14444 $as_echo_n "(cached) " >&6
14445 else
14446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14447 /* end confdefs.h. */
14448
14449 const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
14450 extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
14451 int
14452 main ()
14453 {
14454 print (hw);
14455 ;
14456 return 0;
14457 }
14458 _ACEOF
14459 if ac_fn_c_try_compile "$LINENO"; then :
14460 bfd_cv_hidden=yes
14461 else
14462 bfd_cv_hidden=no
14463 fi
14464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14465 fi
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
14467 $as_echo "$bfd_cv_hidden" >&6; }
14468 CFLAGS="$save_CFLAGS"
14469 if test $bfd_cv_hidden = yes; then
14470
14471 $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
14472
14473 fi
14474
14475 # Check if linker supports --as-needed and --no-as-needed options
14476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
14477 $as_echo_n "checking linker --as-needed support... " >&6; }
14478 if ${bfd_cv_ld_as_needed+:} false; then :
14479 $as_echo_n "(cached) " >&6
14480 else
14481 bfd_cv_ld_as_needed=no
14482 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
14483 bfd_cv_ld_as_needed=yes
14484 fi
14485
14486 fi
14487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
14488 $as_echo "$bfd_cv_ld_as_needed" >&6; }
14489
14490 LIBM=
14491 case $host in
14492 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
14493 # These system don't have libm, or don't need it
14494 ;;
14495 *-ncr-sysv4.3*)
14496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14497 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
14498 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
14499 $as_echo_n "(cached) " >&6
14500 else
14501 ac_check_lib_save_LIBS=$LIBS
14502 LIBS="-lmw $LIBS"
14503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14504 /* end confdefs.h. */
14505
14506 /* Override any GCC internal prototype to avoid an error.
14507 Use char because int might match the return type of a GCC
14508 builtin and then its argument prototype would still apply. */
14509 #ifdef __cplusplus
14510 extern "C"
14511 #endif
14512 char _mwvalidcheckl ();
14513 int
14514 main ()
14515 {
14516 return _mwvalidcheckl ();
14517 ;
14518 return 0;
14519 }
14520 _ACEOF
14521 if ac_fn_c_try_link "$LINENO"; then :
14522 ac_cv_lib_mw__mwvalidcheckl=yes
14523 else
14524 ac_cv_lib_mw__mwvalidcheckl=no
14525 fi
14526 rm -f core conftest.err conftest.$ac_objext \
14527 conftest$ac_exeext conftest.$ac_ext
14528 LIBS=$ac_check_lib_save_LIBS
14529 fi
14530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14531 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
14532 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
14533 LIBM="-lmw"
14534 fi
14535
14536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14537 $as_echo_n "checking for cos in -lm... " >&6; }
14538 if ${ac_cv_lib_m_cos+:} false; then :
14539 $as_echo_n "(cached) " >&6
14540 else
14541 ac_check_lib_save_LIBS=$LIBS
14542 LIBS="-lm $LIBS"
14543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14544 /* end confdefs.h. */
14545
14546 /* Override any GCC internal prototype to avoid an error.
14547 Use char because int might match the return type of a GCC
14548 builtin and then its argument prototype would still apply. */
14549 #ifdef __cplusplus
14550 extern "C"
14551 #endif
14552 char cos ();
14553 int
14554 main ()
14555 {
14556 return cos ();
14557 ;
14558 return 0;
14559 }
14560 _ACEOF
14561 if ac_fn_c_try_link "$LINENO"; then :
14562 ac_cv_lib_m_cos=yes
14563 else
14564 ac_cv_lib_m_cos=no
14565 fi
14566 rm -f core conftest.err conftest.$ac_objext \
14567 conftest$ac_exeext conftest.$ac_ext
14568 LIBS=$ac_check_lib_save_LIBS
14569 fi
14570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14571 $as_echo "$ac_cv_lib_m_cos" >&6; }
14572 if test "x$ac_cv_lib_m_cos" = xyes; then :
14573 LIBM="$LIBM -lm"
14574 fi
14575
14576 ;;
14577 *)
14578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14579 $as_echo_n "checking for cos in -lm... " >&6; }
14580 if ${ac_cv_lib_m_cos+:} false; then :
14581 $as_echo_n "(cached) " >&6
14582 else
14583 ac_check_lib_save_LIBS=$LIBS
14584 LIBS="-lm $LIBS"
14585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14586 /* end confdefs.h. */
14587
14588 /* Override any GCC internal prototype to avoid an error.
14589 Use char because int might match the return type of a GCC
14590 builtin and then its argument prototype would still apply. */
14591 #ifdef __cplusplus
14592 extern "C"
14593 #endif
14594 char cos ();
14595 int
14596 main ()
14597 {
14598 return cos ();
14599 ;
14600 return 0;
14601 }
14602 _ACEOF
14603 if ac_fn_c_try_link "$LINENO"; then :
14604 ac_cv_lib_m_cos=yes
14605 else
14606 ac_cv_lib_m_cos=no
14607 fi
14608 rm -f core conftest.err conftest.$ac_objext \
14609 conftest$ac_exeext conftest.$ac_ext
14610 LIBS=$ac_check_lib_save_LIBS
14611 fi
14612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14613 $as_echo "$ac_cv_lib_m_cos" >&6; }
14614 if test "x$ac_cv_lib_m_cos" = xyes; then :
14615 LIBM="-lm"
14616 fi
14617
14618 ;;
14619 esac
14620
14621
14622
14623 # When building a shared libbfd, link against the pic version of libiberty
14624 # so that apps that use libbfd won't need libiberty just to satisfy any
14625 # libbfd references.
14626 # We can't do that if a pic libiberty is unavailable since including non-pic
14627 # code would insert text relocations into libbfd.
14628 SHARED_LIBADD=
14629 SHARED_LDFLAGS=
14630 if test "$enable_shared" = "yes"; then
14631 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
14632 if test -n "$x"; then
14633 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
14634 fi
14635 fi
14636
14637 SHARED_LIBADD="$SHARED_LIBADD $LIBINTL"
14638
14639 if test "$enable_shared" = "yes"; then
14640 case "${host}" in
14641 # More hacks to build DLLs on Windows.
14642 *-*-cygwin*)
14643 SHARED_LDFLAGS="-no-undefined"
14644 SHARED_LIBADD="-L`pwd`/../libiberty -liberty $SHARED_LIBADD -lcygwin -lkernel32"
14645 ;;
14646 esac
14647
14648 if test -n "$SHARED_LIBADD"; then
14649 if test -n "$LIBM"; then
14650 if test x"$bfd_cv_ld_as_needed" = xyes; then
14651 # Link against libm only when needed. Put -lc, -lm inside -Wl
14652 # to stop libtool reordering these options.
14653 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
14654 else
14655 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
14656 fi
14657 fi
14658 fi
14659 fi
14660
14661
14662
14663 # target stuff:
14664
14665 # Canonicalize the secondary target names.
14666 if test -n "$enable_targets" ; then
14667 for targ in `echo $enable_targets | sed 's/,/ /g'`
14668 do
14669 result=`$ac_config_sub $targ 2>/dev/null`
14670 if test -n "$result" ; then
14671 canon_targets="$canon_targets $result"
14672 else
14673 # Allow targets that config.sub doesn't recognize, like "all".
14674 canon_targets="$canon_targets $targ"
14675 fi
14676 done
14677 fi
14678
14679 all_targets=false
14680 defvec=
14681 selvecs=
14682 assocvecs=
14683 selarchs=
14684 TDEFINES=
14685 for targ in $target $canon_targets
14686 do
14687 if test $targ = all; then
14688 all_targets=true
14689 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
14690 elif test $targ != plugin; then
14691 . $srcdir/config.bfd
14692 if test $targ = $target; then
14693 defvec=$targ_defvec
14694 fi
14695 selvecs="$selvecs $targ_defvec $targ_selvecs"
14696 selarchs="$selarchs $targ_archs"
14697 TDEFINES="$TDEFINES $targ_cflags"
14698 fi
14699 done
14700
14701
14702 # This processing still needs to be done if we're to decide properly whether
14703 # 64-bit support needs to be compiled in. Currently, it will be included if
14704 # the default or any other explicitly requested target requires it; it
14705 # will not be included on a 32-bit host if no 64-bit target is requested, and
14706 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
14707 # used.
14708
14709 # uniq the default and selected vectors in all the configured targets.
14710 f=""
14711 for i in $selvecs ; do
14712 case " $f " in
14713 *" $i "*) ;;
14714 *) f="$f $i" ;;
14715 esac
14716 done
14717 selvecs="$f"
14718
14719
14720 # uniq the associated vectors in all the configured targets.
14721 f=""
14722 for i in $assocvecs ; do
14723 case " $f " in
14724 *" $i "*) ;;
14725 *) f="$f $i" ;;
14726 esac
14727 done
14728 assocvecs="$f"
14729
14730
14731 # uniq the architectures in all the configured targets.
14732 f=""
14733 for i in $selarchs ; do
14734 case " $f " in
14735 *" $i "*) ;;
14736 *) f="$f $i" ;;
14737 esac
14738 done
14739 selarchs="$f"
14740
14741 # Target backend .o files.
14742 tb=
14743
14744 elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
14745 dwarf1.lo dwarf2.lo"
14746 coffgen="coffgen.lo dwarf2.lo"
14747 coff="cofflink.lo $coffgen"
14748 ecoff="ecofflink.lo $coffgen"
14749 xcoff="xcofflink.lo $coffgen"
14750
14751 elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
14752 for vec in $selvecs
14753 do
14754 target_size=32
14755 case "$vec" in
14756 # This list is alphabetized to make it easy to compare
14757 # with the two vector lists in targets.c. For the same reason,
14758 # use one entry per line, even though this leads to long lines.
14759 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14760 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14761 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14762 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14763 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14764 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14765 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
14766 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
14767 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14768 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14769 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
14770 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
14771 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
14772 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
14773 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
14774 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
14775 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14776 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14777 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14778 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14779 arm_elf32_fdpic_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14780 arm_elf32_fdpic_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14781 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14782 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14783 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14784 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14785 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
14786 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
14787 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14788 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14789 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
14790 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
14791 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
14792 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
14793 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
14794 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
14795 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14796 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14797 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
14798 cris_aout_vec) tb="$tb aout-cris.lo" ;;
14799 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
14800 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
14801 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
14802 csky_elf32_be_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
14803 csky_elf32_le_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
14804 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
14805 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
14806 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
14807 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14808 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14809 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14810 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14811 bpf_elf64_le_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;;
14812 bpf_elf64_be_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;;
14813 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
14814 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
14815 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14816 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14817 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
14818 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
14819 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14820 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14821 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14822 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14823 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14824 hppa_som_vec) tb="$tb som.lo" ;;
14825 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
14826 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
14827 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
14828 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
14829 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
14830 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
14831 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
14832 i386_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14833 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14834 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14835 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14836 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
14837 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
14838 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
14839 i386_pe_big_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
14840 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
14841 iamcu_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14842 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14843 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14844 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14845 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14846 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14847 ia64_elf64_vms_vec) tb="$tb elf64-ia64-vms.lo elf64-ia64.lo elfxx-ia64.lo elf64.lo vms-lib.lo vms-misc.lo $elf"; target_size=64 ;;
14848 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
14849 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
14850 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
14851 k1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14852 k1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14853 l1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14854 l1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14855 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14856 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14857 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
14858 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14859 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14860 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14861 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14862 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14863 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14864 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
14865 s12z_elf32_vec) tb="$tb elf32-s12z.lo elf32.lo $elf" ;;
14866 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14867 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14868 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14869 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14870 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14871 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14872 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14873 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
14874 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
14875 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14876 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14877 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
14878 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
14879 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
14880 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14881 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14882 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14883 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14884 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14885 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14886 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14887 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14888 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14889 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14890 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14891 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14892 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14893 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14894 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14895 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14896 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14897 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14898 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14899 mips_elf64_trad_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14900 mips_elf64_trad_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14901 mips_elf64_tradfbsd_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14902 mips_elf64_tradfbsd_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14903 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
14904 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
14905 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
14906 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
14907 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14908 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14909 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14910 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14911 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
14912 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14913 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14914 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14915 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14916 nfp_elf64_vec) tb="$tb elf64-nfp.lo elf64.lo $elf" ;;
14917 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14918 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14919 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
14920 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
14921 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
14922 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
14923 pef_vec) tb="$tb pef.lo" ;;
14924 pef_xlib_vec) tb="$tb pef.lo" ;;
14925 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14926 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14927 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
14928 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14929 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14930 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14931 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14932 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14933 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14934 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14935 powerpc_elf64_fbsd_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14936 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
14937 pru_elf32_vec) tb="$tb elf32-pru.lo elf32.lo $elf" ;;
14938 riscv_elf32_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
14939 riscv_elf64_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14940 riscv_elf32_be_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
14941 riscv_elf64_be_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14942 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
14943 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14944 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14945 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
14946 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14947 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14948 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14949 rx_elf32_linux_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14950 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
14951 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
14952 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
14953 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
14954 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
14955 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
14956 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
14957 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
14958 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14959 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14960 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14961 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14962 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14963 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14964 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14965 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14966 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14967 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14968 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
14969 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
14970 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14971 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14972 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14973 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14974 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14975 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14976 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
14977 sym_vec) tb="$tb xsym.lo" ;;
14978 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
14979 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14980 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14981 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14982 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14983 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14984 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14985 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14986 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14987 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14988 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14989 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14990 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14991 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14992 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14993 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14994 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14995 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14996 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14997 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14998 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14999 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
15000 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
15001 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
15002 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
15003 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
15004 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
15005 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
15006 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
15007 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
15008 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
15009 wasm_vec) tb="$tb wasm-module.lo" ;;
15010 wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
15011 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
15012 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
15013 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
15014 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
15015 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
15016 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
15017 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
15018 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
15019 x86_64_pe_big_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
15020 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
15021 xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
15022 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
15023 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
15024 xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
15025 xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
15026 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
15027 z80_elf32_vec) tb="$tb elf32-z80.lo elf32.lo $elf" ;;
15028 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
15029
15030 # These appear out of order in targets.c
15031 srec_vec) tb="$tb srec.lo" ;;
15032 symbolsrec_vec) tb="$tb srec.lo" ;;
15033 tekhex_vec) tb="$tb tekhex.lo" ;;
15034 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
15035 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
15036
15037 "") ;;
15038 *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;;
15039 esac
15040
15041 if test ${target_size} = 64; then
15042 target64=true
15043 fi
15044 if test x"${vec}" = x"${defvec}"; then
15045 bfd_default_target_size=${target_size}
15046 fi
15047 done
15048
15049 if test "$plugins" = "yes"; then
15050 tb="$tb plugin.lo"
15051 fi
15052
15053 # Target architecture .o files.
15054 # A couple of CPUs use shorter file names to avoid problems on DOS
15055 # filesystems.
15056 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
15057
15058 # Weed out duplicate .o files.
15059 f=""
15060 for i in $tb ; do
15061 case " $f " in
15062 *" $i "*) ;;
15063 *) f="$f $i" ;;
15064 esac
15065 done
15066 tb="$f"
15067
15068 f=""
15069 for i in $ta ; do
15070 case " $f " in
15071 *" $i "*) ;;
15072 *) f="$f $i" ;;
15073 esac
15074 done
15075 ta="$f"
15076
15077 bfd_backends="$tb"
15078 bfd_machines="$ta"
15079
15080 if test x${all_targets} = xtrue ; then
15081 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
15082 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
15083 selvecs=
15084 havevecs=-DHAVE_all_vecs
15085 selarchs=
15086 test -n "$assocvecs" &&
15087 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15088 else # all_targets is true
15089 # Only set these if they will be nonempty, for the clever echo.
15090 havevecs=
15091 assocvecs=
15092 test -n "$selvecs" &&
15093 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
15094 test -n "$selvecs" &&
15095 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15096 test -n "$selarchs" &&
15097 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15098 fi # all_targets is true
15099
15100 # 64-bit archives need a 64-bit bfd_vma.
15101 if test "x$want_64_bit_archive" = xtrue; then
15102 want64=true
15103
15104 $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
15105
15106 fi
15107
15108 case ${host64}-${target64}-${want64} in
15109 *true*)
15110 wordsize=64
15111 bfd64_libs='$(BFD64_LIBS)'
15112 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
15113 if test $BFD_HOST_64_BIT_DEFINED = 0; then
15114 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
15115 $as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
15116 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
15117 $as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
15118 fi
15119 if test -n "$GCC" ; then
15120 bad_64bit_gcc=no;
15121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
15122 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
15123 # Add more tests for gcc versions with non-working 64-bit support here.
15124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15125 /* end confdefs.h. */
15126 :__GNUC__:__GNUC_MINOR__:__i386__:
15127 _ACEOF
15128 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15129 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
15130 bad_64bit_gcc=yes;
15131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
15132 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
15133 else
15134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15135 $as_echo "no" >&6; }
15136 fi
15137 rm -f conftest*
15138
15139 if test $bad_64bit_gcc = yes ; then
15140 as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
15141 fi
15142 fi
15143 ;;
15144 false-false-false)
15145 wordsize=32
15146 all_backends='$(BFD32_BACKENDS)'
15147 ;;
15148 esac
15149
15150 tdefaults=""
15151 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
15152 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
15153 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
15154 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
15155
15156
15157
15158
15159
15160
15161
15162
15163
15164
15165 # If we are configured native, pick a core file support file.
15166 COREFILE=
15167 COREFLAG=
15168 CORE_HEADER=
15169 TRAD_HEADER=
15170 if test "${target}" = "${host}"; then
15171 case "${host}" in
15172 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
15173 COREFILE=''
15174 ;;
15175 alpha*-*-linux-*)
15176 COREFILE=trad-core.lo
15177 TRAD_HEADER='"hosts/alphalinux.h"'
15178 ;;
15179 alpha*-*-netbsd* | alpha*-*-openbsd*)
15180 COREFILE=netbsd-core.lo
15181 ;;
15182 alpha*-*-*)
15183 COREFILE=osf-core.lo
15184 ;;
15185 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
15186 COREFILE='' ;;
15187 arm*-*-netbsd* | arm-*-openbsd*)
15188 COREFILE=netbsd-core.lo
15189 ;;
15190 arm-*-riscix) COREFILE=trad-core.lo ;;
15191 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
15192 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
15193 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
15194 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
15195 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
15196 hppa*-*-netbsd* | hppa*-*-openbsd*)
15197 COREFILE=netbsd-core.lo
15198 ;;
15199
15200 i[3-7]86-sequent-bsd*)
15201 COREFILE=trad-core.lo
15202 TRAD_HEADER='"hosts/symmetry.h"'
15203 ;;
15204 i[3-7]86-sequent-sysv4*) ;;
15205 i[3-7]86-sequent-sysv*)
15206 COREFILE=trad-core.lo
15207 TRAD_HEADER='"hosts/symmetry.h"'
15208 ;;
15209 i[3-7]86-*-bsdi)
15210 COREFILE=
15211 ;;
15212 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*)
15213 COREFILE=trad-core.lo
15214 TRAD_HEADER='"hosts/i386bsd.h"'
15215 ;;
15216 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
15217 COREFILE=''
15218 TRAD_HEADER='"hosts/i386bsd.h"'
15219 ;;
15220 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
15221 COREFILE=netbsd-core.lo
15222 ;;
15223 i[3-7]86-esix-sysv3*)
15224 COREFILE=trad-core.lo
15225 TRAD_HEADER='"hosts/esix.h"'
15226 ;;
15227 i[3-7]86-*-sco3.2v5*)
15228 COREFILE=sco5-core.lo
15229 ;;
15230 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
15231 COREFILE=trad-core.lo
15232 TRAD_HEADER='"hosts/i386sco.h"'
15233 ;;
15234 i[3-7]86-*-mach3*)
15235 COREFILE=trad-core.lo
15236 TRAD_HEADER='"hosts/i386mach3.h"'
15237 ;;
15238 i[3-7]86-*-linux-*)
15239 COREFILE=trad-core.lo
15240 TRAD_HEADER='"hosts/i386linux.h"'
15241 case "$enable_targets"-"$want64" in
15242 *x86_64-*linux*|*-true)
15243 CORE_HEADER='"hosts/x86-64linux.h"'
15244 esac
15245 ;;
15246 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
15247 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
15248 mips*-*-netbsd* | mips*-*-openbsd*)
15249 COREFILE=netbsd-core.lo
15250 ;;
15251 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
15252 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
15253 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
15254 m68*-*-linux-*)
15255 COREFILE=trad-core.lo
15256 TRAD_HEADER='"hosts/m68klinux.h"'
15257 ;;
15258 m68*-*-netbsd*)
15259 COREFILE=netbsd-core.lo
15260 ;;
15261 ns32k-pc532-mach)
15262 COREFILE=trad-core.lo
15263 TRAD_HEADER='"hosts/pc532mach.h"'
15264 ;;
15265 ns32k-*-netbsd* | ns32k-*-openbsd*)
15266 COREFILE=netbsd-core.lo
15267 ;;
15268 rs6000-*-lynx*)
15269 COREFILE=lynx-core.lo
15270 ;;
15271 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
15272 COREFILE=rs6000-core.lo
15273 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
15274 ;;
15275 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
15276 COREFILE=rs6000-core.lo
15277 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
15278 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
15279 # have c_impl as a member of struct core_dumpx
15280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
15281 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
15282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15283 /* end confdefs.h. */
15284 #include <core.h>
15285 int
15286 main ()
15287 {
15288 struct core_dumpx c; c.c_impl = 0;
15289 ;
15290 return 0;
15291 }
15292 _ACEOF
15293 if ac_fn_c_try_compile "$LINENO"; then :
15294
15295 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
15296
15297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15298 $as_echo "yes" >&6; }
15299 else
15300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15301 $as_echo "no" >&6; }
15302 fi
15303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15304 ;;
15305 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
15306 rs6000-*-*) COREFILE=rs6000-core.lo ;;
15307 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
15308 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
15309 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
15310 powerpc-*-beos*) ;;
15311 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
15312 COREFILE='' ;;
15313 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
15314 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
15315 s390*-*-*) COREFILE=trad-core.lo ;;
15316 sh*-*-netbsd* | sh*-*-openbsd*)
15317 COREFILE=netbsd-core.lo
15318 ;;
15319 sparc-*-netbsd* | sparc*-*-openbsd*)
15320 COREFILE=netbsd-core.lo
15321 ;;
15322 vax-*-netbsd* | vax-*-openbsd*)
15323 COREFILE=netbsd-core.lo
15324 ;;
15325 vax-*-ultrix2*)
15326 COREFILE=trad-core.lo
15327 TRAD_HEADER='"hosts/vaxult2.h"'
15328 ;;
15329 vax-*-ultrix*)
15330 COREFILE=trad-core.lo
15331 TRAD_HEADER='"hosts/vaxult2.h"'
15332 ;;
15333 vax-*-linux-*)
15334 COREFILE=trad-core.lo
15335 TRAD_HEADER='"hosts/vaxlinux.h"'
15336 ;;
15337 vax-*-*)
15338 COREFILE=trad-core.lo
15339 TRAD_HEADER='"hosts/vaxbsd.h"'
15340 ;;
15341 x86_64-*-linux*)
15342 CORE_HEADER='"hosts/x86-64linux.h"'
15343 ;;
15344 x86_64-*-netbsd* | x86_64-*-openbsd*)
15345 COREFILE=netbsd-core.lo
15346 ;;
15347 esac
15348
15349 case "$COREFILE" in
15350 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
15351 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
15352 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
15353 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
15354 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
15355 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
15356 osf-core.lo) COREFLAG=-DOSF_CORE ;;
15357 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
15358 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
15359 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
15360 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
15361 esac
15362
15363 # ELF corefile support has several flavors, but all of
15364 # them use something called <sys/procfs.h>
15365
15366 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
15367
15368 for ac_header in sys/procfs.h
15369 do :
15370 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
15371 if test "x$ac_cv_header_sys_procfs_h" = xyes; then :
15372 cat >>confdefs.h <<_ACEOF
15373 #define HAVE_SYS_PROCFS_H 1
15374 _ACEOF
15375
15376 fi
15377
15378 done
15379
15380 if test "$ac_cv_header_sys_procfs_h" = yes; then
15381
15382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
15383 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
15384 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then :
15385 $as_echo_n "(cached) " >&6
15386 else
15387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15388 /* end confdefs.h. */
15389
15390 #define _SYSCALL32
15391 #include <sys/procfs.h>
15392 int
15393 main ()
15394 {
15395 prstatus_t avar
15396 ;
15397 return 0;
15398 }
15399 _ACEOF
15400 if ac_fn_c_try_compile "$LINENO"; then :
15401 bfd_cv_have_sys_procfs_type_prstatus_t=yes
15402 else
15403 bfd_cv_have_sys_procfs_type_prstatus_t=no
15404
15405 fi
15406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15407 fi
15408
15409 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
15410
15411 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
15412
15413 fi
15414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
15415 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
15416
15417
15418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
15419 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
15420 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then :
15421 $as_echo_n "(cached) " >&6
15422 else
15423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15424 /* end confdefs.h. */
15425
15426 #define _SYSCALL32
15427 #include <sys/procfs.h>
15428 int
15429 main ()
15430 {
15431 prstatus32_t avar
15432 ;
15433 return 0;
15434 }
15435 _ACEOF
15436 if ac_fn_c_try_compile "$LINENO"; then :
15437 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
15438 else
15439 bfd_cv_have_sys_procfs_type_prstatus32_t=no
15440
15441 fi
15442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15443 fi
15444
15445 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
15446
15447 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
15448
15449 fi
15450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
15451 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
15452
15453
15454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
15455 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
15456 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then :
15457 $as_echo_n "(cached) " >&6
15458 else
15459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15460 /* end confdefs.h. */
15461
15462 #define _SYSCALL32
15463 #include <sys/procfs.h>
15464 int
15465 main ()
15466 {
15467 prstatus_t avar; void* aref = (void*) &avar.pr_who
15468 ;
15469 return 0;
15470 }
15471 _ACEOF
15472 if ac_fn_c_try_compile "$LINENO"; then :
15473 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
15474 else
15475 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
15476
15477 fi
15478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15479 fi
15480
15481 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
15482
15483 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
15484
15485 fi
15486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
15487 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
15488
15489
15490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
15491 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
15492 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then :
15493 $as_echo_n "(cached) " >&6
15494 else
15495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15496 /* end confdefs.h. */
15497
15498 #define _SYSCALL32
15499 #include <sys/procfs.h>
15500 int
15501 main ()
15502 {
15503 prstatus32_t avar; void* aref = (void*) &avar.pr_who
15504 ;
15505 return 0;
15506 }
15507 _ACEOF
15508 if ac_fn_c_try_compile "$LINENO"; then :
15509 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
15510 else
15511 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
15512
15513 fi
15514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15515 fi
15516
15517 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
15518
15519 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
15520
15521 fi
15522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
15523 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
15524
15525
15526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
15527 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
15528 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then :
15529 $as_echo_n "(cached) " >&6
15530 else
15531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15532 /* end confdefs.h. */
15533
15534 #define _SYSCALL32
15535 #include <sys/procfs.h>
15536 int
15537 main ()
15538 {
15539 pstatus_t avar
15540 ;
15541 return 0;
15542 }
15543 _ACEOF
15544 if ac_fn_c_try_compile "$LINENO"; then :
15545 bfd_cv_have_sys_procfs_type_pstatus_t=yes
15546 else
15547 bfd_cv_have_sys_procfs_type_pstatus_t=no
15548
15549 fi
15550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15551 fi
15552
15553 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
15554
15555 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
15556
15557 fi
15558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
15559 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
15560
15561
15562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
15563 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
15564 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then :
15565 $as_echo_n "(cached) " >&6
15566 else
15567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15568 /* end confdefs.h. */
15569
15570 #define _SYSCALL32
15571 #include <sys/procfs.h>
15572 int
15573 main ()
15574 {
15575 pxstatus_t avar
15576 ;
15577 return 0;
15578 }
15579 _ACEOF
15580 if ac_fn_c_try_compile "$LINENO"; then :
15581 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
15582 else
15583 bfd_cv_have_sys_procfs_type_pxstatus_t=no
15584
15585 fi
15586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15587 fi
15588
15589 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
15590
15591 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
15592
15593 fi
15594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
15595 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
15596
15597
15598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
15599 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
15600 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then :
15601 $as_echo_n "(cached) " >&6
15602 else
15603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15604 /* end confdefs.h. */
15605
15606 #define _SYSCALL32
15607 #include <sys/procfs.h>
15608 int
15609 main ()
15610 {
15611 pstatus32_t avar
15612 ;
15613 return 0;
15614 }
15615 _ACEOF
15616 if ac_fn_c_try_compile "$LINENO"; then :
15617 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
15618 else
15619 bfd_cv_have_sys_procfs_type_pstatus32_t=no
15620
15621 fi
15622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15623 fi
15624
15625 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
15626
15627 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
15628
15629 fi
15630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
15631 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
15632
15633
15634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
15635 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
15636 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then :
15637 $as_echo_n "(cached) " >&6
15638 else
15639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15640 /* end confdefs.h. */
15641
15642 #define _SYSCALL32
15643 #include <sys/procfs.h>
15644 int
15645 main ()
15646 {
15647 prpsinfo_t avar
15648 ;
15649 return 0;
15650 }
15651 _ACEOF
15652 if ac_fn_c_try_compile "$LINENO"; then :
15653 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
15654 else
15655 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
15656
15657 fi
15658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15659 fi
15660
15661 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
15662
15663 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
15664
15665 fi
15666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
15667 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
15668
15669
15670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
15671 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
15672 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then :
15673 $as_echo_n "(cached) " >&6
15674 else
15675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15676 /* end confdefs.h. */
15677
15678 #define _SYSCALL32
15679 #include <sys/procfs.h>
15680 int
15681 main ()
15682 {
15683 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
15684 ;
15685 return 0;
15686 }
15687 _ACEOF
15688 if ac_fn_c_try_compile "$LINENO"; then :
15689 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
15690 else
15691 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
15692
15693 fi
15694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15695 fi
15696
15697 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
15698
15699 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
15700
15701 fi
15702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
15703 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
15704
15705
15706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
15707 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
15708 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then :
15709 $as_echo_n "(cached) " >&6
15710 else
15711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15712 /* end confdefs.h. */
15713
15714 #define _SYSCALL32
15715 #include <sys/procfs.h>
15716 int
15717 main ()
15718 {
15719 prpsinfo32_t avar
15720 ;
15721 return 0;
15722 }
15723 _ACEOF
15724 if ac_fn_c_try_compile "$LINENO"; then :
15725 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
15726 else
15727 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
15728
15729 fi
15730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15731 fi
15732
15733 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
15734
15735 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
15736
15737 fi
15738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
15739 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
15740
15741
15742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
15743 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15744 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then :
15745 $as_echo_n "(cached) " >&6
15746 else
15747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15748 /* end confdefs.h. */
15749
15750 #define _SYSCALL32
15751 #include <sys/procfs.h>
15752 int
15753 main ()
15754 {
15755 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
15756 ;
15757 return 0;
15758 }
15759 _ACEOF
15760 if ac_fn_c_try_compile "$LINENO"; then :
15761 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
15762 else
15763 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
15764
15765 fi
15766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15767 fi
15768
15769 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
15770
15771 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
15772
15773 fi
15774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
15775 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
15776
15777
15778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
15779 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
15780 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then :
15781 $as_echo_n "(cached) " >&6
15782 else
15783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15784 /* end confdefs.h. */
15785
15786 #define _SYSCALL32
15787 #include <sys/procfs.h>
15788 int
15789 main ()
15790 {
15791 psinfo_t avar
15792 ;
15793 return 0;
15794 }
15795 _ACEOF
15796 if ac_fn_c_try_compile "$LINENO"; then :
15797 bfd_cv_have_sys_procfs_type_psinfo_t=yes
15798 else
15799 bfd_cv_have_sys_procfs_type_psinfo_t=no
15800
15801 fi
15802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15803 fi
15804
15805 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
15806
15807 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
15808
15809 fi
15810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
15811 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
15812
15813
15814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
15815 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
15816 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then :
15817 $as_echo_n "(cached) " >&6
15818 else
15819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15820 /* end confdefs.h. */
15821
15822 #define _SYSCALL32
15823 #include <sys/procfs.h>
15824 int
15825 main ()
15826 {
15827 psinfo_t avar; void* aref = (void*) &avar.pr_pid
15828 ;
15829 return 0;
15830 }
15831 _ACEOF
15832 if ac_fn_c_try_compile "$LINENO"; then :
15833 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
15834 else
15835 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
15836
15837 fi
15838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15839 fi
15840
15841 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
15842
15843 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
15844
15845 fi
15846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
15847 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
15848
15849
15850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
15851 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
15852 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then :
15853 $as_echo_n "(cached) " >&6
15854 else
15855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15856 /* end confdefs.h. */
15857
15858 #define _SYSCALL32
15859 #include <sys/procfs.h>
15860 int
15861 main ()
15862 {
15863 psinfo32_t avar
15864 ;
15865 return 0;
15866 }
15867 _ACEOF
15868 if ac_fn_c_try_compile "$LINENO"; then :
15869 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
15870 else
15871 bfd_cv_have_sys_procfs_type_psinfo32_t=no
15872
15873 fi
15874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15875 fi
15876
15877 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
15878
15879 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
15880
15881 fi
15882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
15883 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
15884
15885
15886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
15887 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15888 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then :
15889 $as_echo_n "(cached) " >&6
15890 else
15891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15892 /* end confdefs.h. */
15893
15894 #define _SYSCALL32
15895 #include <sys/procfs.h>
15896 int
15897 main ()
15898 {
15899 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
15900 ;
15901 return 0;
15902 }
15903 _ACEOF
15904 if ac_fn_c_try_compile "$LINENO"; then :
15905 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
15906 else
15907 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
15908
15909 fi
15910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15911 fi
15912
15913 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
15914
15915 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
15916
15917 fi
15918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
15919 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
15920
15921
15922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
15923 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
15924 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then :
15925 $as_echo_n "(cached) " >&6
15926 else
15927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15928 /* end confdefs.h. */
15929
15930 #define _SYSCALL32
15931 #include <sys/procfs.h>
15932 int
15933 main ()
15934 {
15935 lwpstatus_t avar
15936 ;
15937 return 0;
15938 }
15939 _ACEOF
15940 if ac_fn_c_try_compile "$LINENO"; then :
15941 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
15942 else
15943 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
15944
15945 fi
15946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15947 fi
15948
15949 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
15950
15951 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
15952
15953 fi
15954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
15955 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
15956
15957
15958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
15959 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
15960 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then :
15961 $as_echo_n "(cached) " >&6
15962 else
15963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15964 /* end confdefs.h. */
15965
15966 #define _SYSCALL32
15967 #include <sys/procfs.h>
15968 int
15969 main ()
15970 {
15971 lwpxstatus_t avar
15972 ;
15973 return 0;
15974 }
15975 _ACEOF
15976 if ac_fn_c_try_compile "$LINENO"; then :
15977 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
15978 else
15979 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
15980
15981 fi
15982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15983 fi
15984
15985 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
15986
15987 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
15988
15989 fi
15990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
15991 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
15992
15993
15994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
15995 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
15996 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then :
15997 $as_echo_n "(cached) " >&6
15998 else
15999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16000 /* end confdefs.h. */
16001
16002 #define _SYSCALL32
16003 #include <sys/procfs.h>
16004 int
16005 main ()
16006 {
16007 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
16008 ;
16009 return 0;
16010 }
16011 _ACEOF
16012 if ac_fn_c_try_compile "$LINENO"; then :
16013 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
16014 else
16015 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
16016
16017 fi
16018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16019 fi
16020
16021 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
16022
16023 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
16024
16025 fi
16026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
16027 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
16028
16029
16030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
16031 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
16032 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then :
16033 $as_echo_n "(cached) " >&6
16034 else
16035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16036 /* end confdefs.h. */
16037
16038 #define _SYSCALL32
16039 #include <sys/procfs.h>
16040 int
16041 main ()
16042 {
16043 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
16044 ;
16045 return 0;
16046 }
16047 _ACEOF
16048 if ac_fn_c_try_compile "$LINENO"; then :
16049 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
16050 else
16051 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
16052
16053 fi
16054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16055 fi
16056
16057 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
16058
16059 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
16060
16061 fi
16062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
16063 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
16064
16065
16066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
16067 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
16068 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then :
16069 $as_echo_n "(cached) " >&6
16070 else
16071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16072 /* end confdefs.h. */
16073
16074 #define _SYSCALL32
16075 #include <sys/procfs.h>
16076 int
16077 main ()
16078 {
16079 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
16080 ;
16081 return 0;
16082 }
16083 _ACEOF
16084 if ac_fn_c_try_compile "$LINENO"; then :
16085 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
16086 else
16087 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
16088
16089 fi
16090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16091 fi
16092
16093 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
16094
16095 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
16096
16097 fi
16098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
16099 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
16100
16101
16102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
16103 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
16104 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then :
16105 $as_echo_n "(cached) " >&6
16106 else
16107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16108 /* end confdefs.h. */
16109
16110 #define _SYSCALL32
16111 #include <sys/procfs.h>
16112 int
16113 main ()
16114 {
16115 win32_pstatus_t avar
16116 ;
16117 return 0;
16118 }
16119 _ACEOF
16120 if ac_fn_c_try_compile "$LINENO"; then :
16121 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
16122 else
16123 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
16124
16125 fi
16126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16127 fi
16128
16129 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
16130
16131 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
16132
16133 fi
16134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
16135 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
16136
16137 fi
16138 fi
16139
16140
16141 if test -n "$CORE_HEADER"; then
16142
16143 cat >>confdefs.h <<_ACEOF
16144 #define CORE_HEADER $CORE_HEADER
16145 _ACEOF
16146
16147 fi
16148 if test -n "$TRAD_HEADER"; then
16149
16150 cat >>confdefs.h <<_ACEOF
16151 #define TRAD_HEADER $TRAD_HEADER
16152 _ACEOF
16153
16154 fi
16155
16156 if test "$plugins" = "yes"; then
16157 supports_plugins=1
16158 else
16159 supports_plugins=0
16160 fi
16161
16162
16163
16164 # Determine the host dependent file_ptr a.k.a. off_t type. In order
16165 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
16166 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
16167 # Hopefully a reasonable assumption since fseeko et.al. should be
16168 # upward compatible.
16169 for ac_func in ftello ftello64 fseeko fseeko64 fopen64
16170 do :
16171 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16172 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16173 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16174 cat >>confdefs.h <<_ACEOF
16175 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16176 _ACEOF
16177
16178 fi
16179 done
16180
16181 if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
16182 # The cast to long int works around a bug in the HP C Compiler
16183 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16184 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16185 # This bug is HP SR number 8606223364.
16186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
16187 $as_echo_n "checking size of off_t... " >&6; }
16188 if ${ac_cv_sizeof_off_t+:} false; then :
16189 $as_echo_n "(cached) " >&6
16190 else
16191 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
16192
16193 else
16194 if test "$ac_cv_type_off_t" = yes; then
16195 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16196 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16197 as_fn_error 77 "cannot compute sizeof (off_t)
16198 See \`config.log' for more details" "$LINENO" 5; }
16199 else
16200 ac_cv_sizeof_off_t=0
16201 fi
16202 fi
16203
16204 fi
16205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
16206 $as_echo "$ac_cv_sizeof_off_t" >&6; }
16207
16208
16209
16210 cat >>confdefs.h <<_ACEOF
16211 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
16212 _ACEOF
16213
16214
16215 fi
16216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
16217 $as_echo_n "checking file_ptr type... " >&6; }
16218 bfd_file_ptr="long"
16219 bfd_ufile_ptr="unsigned long"
16220 if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
16221 -o x"${ac_cv_sizeof_off_t}" = x8; then
16222 bfd_file_ptr=BFD_HOST_64_BIT
16223 bfd_ufile_ptr=BFD_HOST_U_64_BIT
16224 fi
16225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
16226 $as_echo "$bfd_file_ptr" >&6; }
16227
16228
16229
16230
16231
16232
16233 for ac_header in $ac_header_list
16234 do :
16235 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16236 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
16237 "
16238 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
16239 cat >>confdefs.h <<_ACEOF
16240 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16241 _ACEOF
16242
16243 fi
16244
16245 done
16246
16247
16248
16249
16250
16251
16252
16253
16254 for ac_func in getpagesize
16255 do :
16256 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
16257 if test "x$ac_cv_func_getpagesize" = xyes; then :
16258 cat >>confdefs.h <<_ACEOF
16259 #define HAVE_GETPAGESIZE 1
16260 _ACEOF
16261
16262 fi
16263 done
16264
16265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
16266 $as_echo_n "checking for working mmap... " >&6; }
16267 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
16268 $as_echo_n "(cached) " >&6
16269 else
16270 if test "$cross_compiling" = yes; then :
16271 ac_cv_func_mmap_fixed_mapped=no
16272 else
16273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16274 /* end confdefs.h. */
16275 $ac_includes_default
16276 /* malloc might have been renamed as rpl_malloc. */
16277 #undef malloc
16278
16279 /* Thanks to Mike Haertel and Jim Avera for this test.
16280 Here is a matrix of mmap possibilities:
16281 mmap private not fixed
16282 mmap private fixed at somewhere currently unmapped
16283 mmap private fixed at somewhere already mapped
16284 mmap shared not fixed
16285 mmap shared fixed at somewhere currently unmapped
16286 mmap shared fixed at somewhere already mapped
16287 For private mappings, we should verify that changes cannot be read()
16288 back from the file, nor mmap's back from the file at a different
16289 address. (There have been systems where private was not correctly
16290 implemented like the infamous i386 svr4.0, and systems where the
16291 VM page cache was not coherent with the file system buffer cache
16292 like early versions of FreeBSD and possibly contemporary NetBSD.)
16293 For shared mappings, we should conversely verify that changes get
16294 propagated back to all the places they're supposed to be.
16295
16296 Grep wants private fixed already mapped.
16297 The main things grep needs to know about mmap are:
16298 * does it exist and is it safe to write into the mmap'd area
16299 * how to use it (BSD variants) */
16300
16301 #include <fcntl.h>
16302 #include <sys/mman.h>
16303
16304 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
16305 char *malloc ();
16306 #endif
16307
16308 /* This mess was copied from the GNU getpagesize.h. */
16309 #ifndef HAVE_GETPAGESIZE
16310 # ifdef _SC_PAGESIZE
16311 # define getpagesize() sysconf(_SC_PAGESIZE)
16312 # else /* no _SC_PAGESIZE */
16313 # ifdef HAVE_SYS_PARAM_H
16314 # include <sys/param.h>
16315 # ifdef EXEC_PAGESIZE
16316 # define getpagesize() EXEC_PAGESIZE
16317 # else /* no EXEC_PAGESIZE */
16318 # ifdef NBPG
16319 # define getpagesize() NBPG * CLSIZE
16320 # ifndef CLSIZE
16321 # define CLSIZE 1
16322 # endif /* no CLSIZE */
16323 # else /* no NBPG */
16324 # ifdef NBPC
16325 # define getpagesize() NBPC
16326 # else /* no NBPC */
16327 # ifdef PAGESIZE
16328 # define getpagesize() PAGESIZE
16329 # endif /* PAGESIZE */
16330 # endif /* no NBPC */
16331 # endif /* no NBPG */
16332 # endif /* no EXEC_PAGESIZE */
16333 # else /* no HAVE_SYS_PARAM_H */
16334 # define getpagesize() 8192 /* punt totally */
16335 # endif /* no HAVE_SYS_PARAM_H */
16336 # endif /* no _SC_PAGESIZE */
16337
16338 #endif /* no HAVE_GETPAGESIZE */
16339
16340 int
16341 main ()
16342 {
16343 char *data, *data2, *data3;
16344 const char *cdata2;
16345 int i, pagesize;
16346 int fd, fd2;
16347
16348 pagesize = getpagesize ();
16349
16350 /* First, make a file with some known garbage in it. */
16351 data = (char *) malloc (pagesize);
16352 if (!data)
16353 return 1;
16354 for (i = 0; i < pagesize; ++i)
16355 *(data + i) = rand ();
16356 umask (0);
16357 fd = creat ("conftest.mmap", 0600);
16358 if (fd < 0)
16359 return 2;
16360 if (write (fd, data, pagesize) != pagesize)
16361 return 3;
16362 close (fd);
16363
16364 /* Next, check that the tail of a page is zero-filled. File must have
16365 non-zero length, otherwise we risk SIGBUS for entire page. */
16366 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
16367 if (fd2 < 0)
16368 return 4;
16369 cdata2 = "";
16370 if (write (fd2, cdata2, 1) != 1)
16371 return 5;
16372 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
16373 if (data2 == MAP_FAILED)
16374 return 6;
16375 for (i = 0; i < pagesize; ++i)
16376 if (*(data2 + i))
16377 return 7;
16378 close (fd2);
16379 if (munmap (data2, pagesize))
16380 return 8;
16381
16382 /* Next, try to mmap the file at a fixed address which already has
16383 something else allocated at it. If we can, also make sure that
16384 we see the same garbage. */
16385 fd = open ("conftest.mmap", O_RDWR);
16386 if (fd < 0)
16387 return 9;
16388 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
16389 MAP_PRIVATE | MAP_FIXED, fd, 0L))
16390 return 10;
16391 for (i = 0; i < pagesize; ++i)
16392 if (*(data + i) != *(data2 + i))
16393 return 11;
16394
16395 /* Finally, make sure that changes to the mapped area do not
16396 percolate back to the file as seen by read(). (This is a bug on
16397 some variants of i386 svr4.0.) */
16398 for (i = 0; i < pagesize; ++i)
16399 *(data2 + i) = *(data2 + i) + 1;
16400 data3 = (char *) malloc (pagesize);
16401 if (!data3)
16402 return 12;
16403 if (read (fd, data3, pagesize) != pagesize)
16404 return 13;
16405 for (i = 0; i < pagesize; ++i)
16406 if (*(data + i) != *(data3 + i))
16407 return 14;
16408 close (fd);
16409 return 0;
16410 }
16411 _ACEOF
16412 if ac_fn_c_try_run "$LINENO"; then :
16413 ac_cv_func_mmap_fixed_mapped=yes
16414 else
16415 ac_cv_func_mmap_fixed_mapped=no
16416 fi
16417 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16418 conftest.$ac_objext conftest.beam conftest.$ac_ext
16419 fi
16420
16421 fi
16422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
16423 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
16424 if test $ac_cv_func_mmap_fixed_mapped = yes; then
16425
16426 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
16427
16428 fi
16429 rm -f conftest.mmap conftest.txt
16430
16431 for ac_func in madvise mprotect
16432 do :
16433 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16434 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16435 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16436 cat >>confdefs.h <<_ACEOF
16437 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16438 _ACEOF
16439
16440 fi
16441 done
16442
16443 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
16444 true+yes )
16445 $as_echo "#define USE_MMAP 1" >>confdefs.h
16446 ;;
16447 esac
16448
16449 rm -f doc/config.status
16450 ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
16451
16452
16453 ac_config_commands="$ac_config_commands default"
16454
16455
16456
16457
16458
16459
16460
16461 cat >confcache <<\_ACEOF
16462 # This file is a shell script that caches the results of configure
16463 # tests run on this system so they can be shared between configure
16464 # scripts and configure runs, see configure's option --config-cache.
16465 # It is not useful on other systems. If it contains results you don't
16466 # want to keep, you may remove or edit it.
16467 #
16468 # config.status only pays attention to the cache file if you give it
16469 # the --recheck option to rerun configure.
16470 #
16471 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16472 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16473 # following values.
16474
16475 _ACEOF
16476
16477 # The following way of writing the cache mishandles newlines in values,
16478 # but we know of no workaround that is simple, portable, and efficient.
16479 # So, we kill variables containing newlines.
16480 # Ultrix sh set writes to stderr and can't be redirected directly,
16481 # and sets the high bit in the cache file unless we assign to the vars.
16482 (
16483 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16484 eval ac_val=\$$ac_var
16485 case $ac_val in #(
16486 *${as_nl}*)
16487 case $ac_var in #(
16488 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16489 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16490 esac
16491 case $ac_var in #(
16492 _ | IFS | as_nl) ;; #(
16493 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16494 *) { eval $ac_var=; unset $ac_var;} ;;
16495 esac ;;
16496 esac
16497 done
16498
16499 (set) 2>&1 |
16500 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16501 *${as_nl}ac_space=\ *)
16502 # `set' does not quote correctly, so add quotes: double-quote
16503 # substitution turns \\\\ into \\, and sed turns \\ into \.
16504 sed -n \
16505 "s/'/'\\\\''/g;
16506 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16507 ;; #(
16508 *)
16509 # `set' quotes correctly as required by POSIX, so do not add quotes.
16510 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16511 ;;
16512 esac |
16513 sort
16514 ) |
16515 sed '
16516 /^ac_cv_env_/b end
16517 t clear
16518 :clear
16519 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16520 t end
16521 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16522 :end' >>confcache
16523 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16524 if test -w "$cache_file"; then
16525 if test "x$cache_file" != "x/dev/null"; then
16526 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16527 $as_echo "$as_me: updating cache $cache_file" >&6;}
16528 if test ! -f "$cache_file" || test -h "$cache_file"; then
16529 cat confcache >"$cache_file"
16530 else
16531 case $cache_file in #(
16532 */* | ?:*)
16533 mv -f confcache "$cache_file"$$ &&
16534 mv -f "$cache_file"$$ "$cache_file" ;; #(
16535 *)
16536 mv -f confcache "$cache_file" ;;
16537 esac
16538 fi
16539 fi
16540 else
16541 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16542 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16543 fi
16544 fi
16545 rm -f confcache
16546
16547 test "x$prefix" = xNONE && prefix=$ac_default_prefix
16548 # Let make expand exec_prefix.
16549 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16550
16551 DEFS=-DHAVE_CONFIG_H
16552
16553 ac_libobjs=
16554 ac_ltlibobjs=
16555 U=
16556 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16557 # 1. Remove the extension, and $U if already installed.
16558 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16559 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16560 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16561 # will be set to the directory where LIBOBJS objects are built.
16562 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16563 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
16564 done
16565 LIBOBJS=$ac_libobjs
16566
16567 LTLIBOBJS=$ac_ltlibobjs
16568
16569
16570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
16571 $as_echo_n "checking that generated files are newer than configure... " >&6; }
16572 if test -n "$am_sleep_pid"; then
16573 # Hide warnings about reused PIDs.
16574 wait $am_sleep_pid 2>/dev/null
16575 fi
16576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
16577 $as_echo "done" >&6; }
16578 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
16579 as_fn_error $? "conditional \"AMDEP\" was never defined.
16580 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16581 fi
16582 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
16583 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
16584 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16585 fi
16586 if test -n "$EXEEXT"; then
16587 am__EXEEXT_TRUE=
16588 am__EXEEXT_FALSE='#'
16589 else
16590 am__EXEEXT_TRUE='#'
16591 am__EXEEXT_FALSE=
16592 fi
16593
16594 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
16595 as_fn_error $? "conditional \"PLUGINS\" was never defined.
16596 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16597 fi
16598 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
16599 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
16600 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16601 fi
16602 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
16603 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
16604 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16605 fi
16606 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
16607 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
16608 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16609 fi
16610
16611 : "${CONFIG_STATUS=./config.status}"
16612 ac_write_fail=0
16613 ac_clean_files_save=$ac_clean_files
16614 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16615 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16616 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16617 as_write_fail=0
16618 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16619 #! $SHELL
16620 # Generated by $as_me.
16621 # Run this file to recreate the current configuration.
16622 # Compiler output produced by configure, useful for debugging
16623 # configure, is in config.log if it exists.
16624
16625 debug=false
16626 ac_cs_recheck=false
16627 ac_cs_silent=false
16628
16629 SHELL=\${CONFIG_SHELL-$SHELL}
16630 export SHELL
16631 _ASEOF
16632 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16633 ## -------------------- ##
16634 ## M4sh Initialization. ##
16635 ## -------------------- ##
16636
16637 # Be more Bourne compatible
16638 DUALCASE=1; export DUALCASE # for MKS sh
16639 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
16640 emulate sh
16641 NULLCMD=:
16642 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16643 # is contrary to our usage. Disable this feature.
16644 alias -g '${1+"$@"}'='"$@"'
16645 setopt NO_GLOB_SUBST
16646 else
16647 case `(set -o) 2>/dev/null` in #(
16648 *posix*) :
16649 set -o posix ;; #(
16650 *) :
16651 ;;
16652 esac
16653 fi
16654
16655
16656 as_nl='
16657 '
16658 export as_nl
16659 # Printing a long string crashes Solaris 7 /usr/bin/printf.
16660 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16661 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16662 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16663 # Prefer a ksh shell builtin over an external printf program on Solaris,
16664 # but without wasting forks for bash or zsh.
16665 if test -z "$BASH_VERSION$ZSH_VERSION" \
16666 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16667 as_echo='print -r --'
16668 as_echo_n='print -rn --'
16669 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16670 as_echo='printf %s\n'
16671 as_echo_n='printf %s'
16672 else
16673 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16674 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16675 as_echo_n='/usr/ucb/echo -n'
16676 else
16677 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16678 as_echo_n_body='eval
16679 arg=$1;
16680 case $arg in #(
16681 *"$as_nl"*)
16682 expr "X$arg" : "X\\(.*\\)$as_nl";
16683 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16684 esac;
16685 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16686 '
16687 export as_echo_n_body
16688 as_echo_n='sh -c $as_echo_n_body as_echo'
16689 fi
16690 export as_echo_body
16691 as_echo='sh -c $as_echo_body as_echo'
16692 fi
16693
16694 # The user is always right.
16695 if test "${PATH_SEPARATOR+set}" != set; then
16696 PATH_SEPARATOR=:
16697 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16698 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16699 PATH_SEPARATOR=';'
16700 }
16701 fi
16702
16703
16704 # IFS
16705 # We need space, tab and new line, in precisely that order. Quoting is
16706 # there to prevent editors from complaining about space-tab.
16707 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16708 # splitting by setting IFS to empty value.)
16709 IFS=" "" $as_nl"
16710
16711 # Find who we are. Look in the path if we contain no directory separator.
16712 as_myself=
16713 case $0 in #((
16714 *[\\/]* ) as_myself=$0 ;;
16715 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16716 for as_dir in $PATH
16717 do
16718 IFS=$as_save_IFS
16719 test -z "$as_dir" && as_dir=.
16720 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16721 done
16722 IFS=$as_save_IFS
16723
16724 ;;
16725 esac
16726 # We did not find ourselves, most probably we were run as `sh COMMAND'
16727 # in which case we are not to be found in the path.
16728 if test "x$as_myself" = x; then
16729 as_myself=$0
16730 fi
16731 if test ! -f "$as_myself"; then
16732 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16733 exit 1
16734 fi
16735
16736 # Unset variables that we do not need and which cause bugs (e.g. in
16737 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16738 # suppresses any "Segmentation fault" message there. '((' could
16739 # trigger a bug in pdksh 5.2.14.
16740 for as_var in BASH_ENV ENV MAIL MAILPATH
16741 do eval test x\${$as_var+set} = xset \
16742 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16743 done
16744 PS1='$ '
16745 PS2='> '
16746 PS4='+ '
16747
16748 # NLS nuisances.
16749 LC_ALL=C
16750 export LC_ALL
16751 LANGUAGE=C
16752 export LANGUAGE
16753
16754 # CDPATH.
16755 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16756
16757
16758 # as_fn_error STATUS ERROR [LINENO LOG_FD]
16759 # ----------------------------------------
16760 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16761 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16762 # script with STATUS, using 1 if that was 0.
16763 as_fn_error ()
16764 {
16765 as_status=$1; test $as_status -eq 0 && as_status=1
16766 if test "$4"; then
16767 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16768 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
16769 fi
16770 $as_echo "$as_me: error: $2" >&2
16771 as_fn_exit $as_status
16772 } # as_fn_error
16773
16774
16775 # as_fn_set_status STATUS
16776 # -----------------------
16777 # Set $? to STATUS, without forking.
16778 as_fn_set_status ()
16779 {
16780 return $1
16781 } # as_fn_set_status
16782
16783 # as_fn_exit STATUS
16784 # -----------------
16785 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16786 as_fn_exit ()
16787 {
16788 set +e
16789 as_fn_set_status $1
16790 exit $1
16791 } # as_fn_exit
16792
16793 # as_fn_unset VAR
16794 # ---------------
16795 # Portably unset VAR.
16796 as_fn_unset ()
16797 {
16798 { eval $1=; unset $1;}
16799 }
16800 as_unset=as_fn_unset
16801 # as_fn_append VAR VALUE
16802 # ----------------------
16803 # Append the text in VALUE to the end of the definition contained in VAR. Take
16804 # advantage of any shell optimizations that allow amortized linear growth over
16805 # repeated appends, instead of the typical quadratic growth present in naive
16806 # implementations.
16807 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16808 eval 'as_fn_append ()
16809 {
16810 eval $1+=\$2
16811 }'
16812 else
16813 as_fn_append ()
16814 {
16815 eval $1=\$$1\$2
16816 }
16817 fi # as_fn_append
16818
16819 # as_fn_arith ARG...
16820 # ------------------
16821 # Perform arithmetic evaluation on the ARGs, and store the result in the
16822 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16823 # must be portable across $(()) and expr.
16824 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16825 eval 'as_fn_arith ()
16826 {
16827 as_val=$(( $* ))
16828 }'
16829 else
16830 as_fn_arith ()
16831 {
16832 as_val=`expr "$@" || test $? -eq 1`
16833 }
16834 fi # as_fn_arith
16835
16836
16837 if expr a : '\(a\)' >/dev/null 2>&1 &&
16838 test "X`expr 00001 : '.*\(...\)'`" = X001; then
16839 as_expr=expr
16840 else
16841 as_expr=false
16842 fi
16843
16844 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16845 as_basename=basename
16846 else
16847 as_basename=false
16848 fi
16849
16850 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16851 as_dirname=dirname
16852 else
16853 as_dirname=false
16854 fi
16855
16856 as_me=`$as_basename -- "$0" ||
16857 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16858 X"$0" : 'X\(//\)$' \| \
16859 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16860 $as_echo X/"$0" |
16861 sed '/^.*\/\([^/][^/]*\)\/*$/{
16862 s//\1/
16863 q
16864 }
16865 /^X\/\(\/\/\)$/{
16866 s//\1/
16867 q
16868 }
16869 /^X\/\(\/\).*/{
16870 s//\1/
16871 q
16872 }
16873 s/.*/./; q'`
16874
16875 # Avoid depending upon Character Ranges.
16876 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16877 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16878 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16879 as_cr_digits='0123456789'
16880 as_cr_alnum=$as_cr_Letters$as_cr_digits
16881
16882 ECHO_C= ECHO_N= ECHO_T=
16883 case `echo -n x` in #(((((
16884 -n*)
16885 case `echo 'xy\c'` in
16886 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16887 xy) ECHO_C='\c';;
16888 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16889 ECHO_T=' ';;
16890 esac;;
16891 *)
16892 ECHO_N='-n';;
16893 esac
16894
16895 rm -f conf$$ conf$$.exe conf$$.file
16896 if test -d conf$$.dir; then
16897 rm -f conf$$.dir/conf$$.file
16898 else
16899 rm -f conf$$.dir
16900 mkdir conf$$.dir 2>/dev/null
16901 fi
16902 if (echo >conf$$.file) 2>/dev/null; then
16903 if ln -s conf$$.file conf$$ 2>/dev/null; then
16904 as_ln_s='ln -s'
16905 # ... but there are two gotchas:
16906 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16907 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16908 # In both cases, we have to default to `cp -pR'.
16909 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16910 as_ln_s='cp -pR'
16911 elif ln conf$$.file conf$$ 2>/dev/null; then
16912 as_ln_s=ln
16913 else
16914 as_ln_s='cp -pR'
16915 fi
16916 else
16917 as_ln_s='cp -pR'
16918 fi
16919 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16920 rmdir conf$$.dir 2>/dev/null
16921
16922
16923 # as_fn_mkdir_p
16924 # -------------
16925 # Create "$as_dir" as a directory, including parents if necessary.
16926 as_fn_mkdir_p ()
16927 {
16928
16929 case $as_dir in #(
16930 -*) as_dir=./$as_dir;;
16931 esac
16932 test -d "$as_dir" || eval $as_mkdir_p || {
16933 as_dirs=
16934 while :; do
16935 case $as_dir in #(
16936 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16937 *) as_qdir=$as_dir;;
16938 esac
16939 as_dirs="'$as_qdir' $as_dirs"
16940 as_dir=`$as_dirname -- "$as_dir" ||
16941 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16942 X"$as_dir" : 'X\(//\)[^/]' \| \
16943 X"$as_dir" : 'X\(//\)$' \| \
16944 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16945 $as_echo X"$as_dir" |
16946 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16947 s//\1/
16948 q
16949 }
16950 /^X\(\/\/\)[^/].*/{
16951 s//\1/
16952 q
16953 }
16954 /^X\(\/\/\)$/{
16955 s//\1/
16956 q
16957 }
16958 /^X\(\/\).*/{
16959 s//\1/
16960 q
16961 }
16962 s/.*/./; q'`
16963 test -d "$as_dir" && break
16964 done
16965 test -z "$as_dirs" || eval "mkdir $as_dirs"
16966 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16967
16968
16969 } # as_fn_mkdir_p
16970 if mkdir -p . 2>/dev/null; then
16971 as_mkdir_p='mkdir -p "$as_dir"'
16972 else
16973 test -d ./-p && rmdir ./-p
16974 as_mkdir_p=false
16975 fi
16976
16977
16978 # as_fn_executable_p FILE
16979 # -----------------------
16980 # Test if FILE is an executable regular file.
16981 as_fn_executable_p ()
16982 {
16983 test -f "$1" && test -x "$1"
16984 } # as_fn_executable_p
16985 as_test_x='test -x'
16986 as_executable_p=as_fn_executable_p
16987
16988 # Sed expression to map a string onto a valid CPP name.
16989 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16990
16991 # Sed expression to map a string onto a valid variable name.
16992 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16993
16994
16995 exec 6>&1
16996 ## ----------------------------------- ##
16997 ## Main body of $CONFIG_STATUS script. ##
16998 ## ----------------------------------- ##
16999 _ASEOF
17000 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
17001
17002 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17003 # Save the log message, to keep $0 and so on meaningful, and to
17004 # report actual input values of CONFIG_FILES etc. instead of their
17005 # values after options handling.
17006 ac_log="
17007 This file was extended by bfd $as_me 2.36.50, which was
17008 generated by GNU Autoconf 2.69. Invocation command line was
17009
17010 CONFIG_FILES = $CONFIG_FILES
17011 CONFIG_HEADERS = $CONFIG_HEADERS
17012 CONFIG_LINKS = $CONFIG_LINKS
17013 CONFIG_COMMANDS = $CONFIG_COMMANDS
17014 $ $0 $@
17015
17016 on `(hostname || uname -n) 2>/dev/null | sed 1q`
17017 "
17018
17019 _ACEOF
17020
17021 case $ac_config_files in *"
17022 "*) set x $ac_config_files; shift; ac_config_files=$*;;
17023 esac
17024
17025 case $ac_config_headers in *"
17026 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
17027 esac
17028
17029
17030 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17031 # Files that config.status was made for.
17032 config_files="$ac_config_files"
17033 config_headers="$ac_config_headers"
17034 config_commands="$ac_config_commands"
17035
17036 _ACEOF
17037
17038 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17039 ac_cs_usage="\
17040 \`$as_me' instantiates files and other configuration actions
17041 from templates according to the current configuration. Unless the files
17042 and actions are specified as TAGs, all are instantiated by default.
17043
17044 Usage: $0 [OPTION]... [TAG]...
17045
17046 -h, --help print this help, then exit
17047 -V, --version print version number and configuration settings, then exit
17048 --config print configuration, then exit
17049 -q, --quiet, --silent
17050 do not print progress messages
17051 -d, --debug don't remove temporary files
17052 --recheck update $as_me by reconfiguring in the same conditions
17053 --file=FILE[:TEMPLATE]
17054 instantiate the configuration file FILE
17055 --header=FILE[:TEMPLATE]
17056 instantiate the configuration header FILE
17057
17058 Configuration files:
17059 $config_files
17060
17061 Configuration headers:
17062 $config_headers
17063
17064 Configuration commands:
17065 $config_commands
17066
17067 Report bugs to the package provider."
17068
17069 _ACEOF
17070 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17071 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17072 ac_cs_version="\\
17073 bfd config.status 2.36.50
17074 configured by $0, generated by GNU Autoconf 2.69,
17075 with options \\"\$ac_cs_config\\"
17076
17077 Copyright (C) 2012 Free Software Foundation, Inc.
17078 This config.status script is free software; the Free Software Foundation
17079 gives unlimited permission to copy, distribute and modify it."
17080
17081 ac_pwd='$ac_pwd'
17082 srcdir='$srcdir'
17083 INSTALL='$INSTALL'
17084 MKDIR_P='$MKDIR_P'
17085 AWK='$AWK'
17086 test -n "\$AWK" || AWK=awk
17087 _ACEOF
17088
17089 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17090 # The default lists apply if the user does not specify any file.
17091 ac_need_defaults=:
17092 while test $# != 0
17093 do
17094 case $1 in
17095 --*=?*)
17096 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17097 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
17098 ac_shift=:
17099 ;;
17100 --*=)
17101 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17102 ac_optarg=
17103 ac_shift=:
17104 ;;
17105 *)
17106 ac_option=$1
17107 ac_optarg=$2
17108 ac_shift=shift
17109 ;;
17110 esac
17111
17112 case $ac_option in
17113 # Handling of the options.
17114 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17115 ac_cs_recheck=: ;;
17116 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
17117 $as_echo "$ac_cs_version"; exit ;;
17118 --config | --confi | --conf | --con | --co | --c )
17119 $as_echo "$ac_cs_config"; exit ;;
17120 --debug | --debu | --deb | --de | --d | -d )
17121 debug=: ;;
17122 --file | --fil | --fi | --f )
17123 $ac_shift
17124 case $ac_optarg in
17125 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17126 '') as_fn_error $? "missing file argument" ;;
17127 esac
17128 as_fn_append CONFIG_FILES " '$ac_optarg'"
17129 ac_need_defaults=false;;
17130 --header | --heade | --head | --hea )
17131 $ac_shift
17132 case $ac_optarg in
17133 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17134 esac
17135 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
17136 ac_need_defaults=false;;
17137 --he | --h)
17138 # Conflict between --help and --header
17139 as_fn_error $? "ambiguous option: \`$1'
17140 Try \`$0 --help' for more information.";;
17141 --help | --hel | -h )
17142 $as_echo "$ac_cs_usage"; exit ;;
17143 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17144 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17145 ac_cs_silent=: ;;
17146
17147 # This is an error.
17148 -*) as_fn_error $? "unrecognized option: \`$1'
17149 Try \`$0 --help' for more information." ;;
17150
17151 *) as_fn_append ac_config_targets " $1"
17152 ac_need_defaults=false ;;
17153
17154 esac
17155 shift
17156 done
17157
17158 ac_configure_extra_args=
17159
17160 if $ac_cs_silent; then
17161 exec 6>/dev/null
17162 ac_configure_extra_args="$ac_configure_extra_args --silent"
17163 fi
17164
17165 _ACEOF
17166 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17167 if \$ac_cs_recheck; then
17168 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17169 shift
17170 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17171 CONFIG_SHELL='$SHELL'
17172 export CONFIG_SHELL
17173 exec "\$@"
17174 fi
17175
17176 _ACEOF
17177 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17178 exec 5>>config.log
17179 {
17180 echo
17181 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17182 ## Running $as_me. ##
17183 _ASBOX
17184 $as_echo "$ac_log"
17185 } >&5
17186
17187 _ACEOF
17188 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17189 #
17190 # INIT-COMMANDS
17191 #
17192 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
17193
17194
17195 # The HP-UX ksh and POSIX shell print the target directory to stdout
17196 # if CDPATH is set.
17197 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17198
17199 sed_quote_subst='$sed_quote_subst'
17200 double_quote_subst='$double_quote_subst'
17201 delay_variable_subst='$delay_variable_subst'
17202 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
17203 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
17204 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
17205 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
17206 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
17207 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
17208 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
17209 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
17210 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
17211 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
17212 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
17213 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
17214 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
17215 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
17216 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
17217 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
17218 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
17219 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
17220 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
17221 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
17222 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
17223 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
17224 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
17225 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
17226 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
17227 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
17228 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
17229 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
17230 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
17231 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
17232 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
17233 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
17234 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
17235 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
17236 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
17237 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
17238 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
17239 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17240 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17241 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
17242 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
17243 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
17244 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
17245 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
17246 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
17247 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
17248 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
17249 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
17250 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
17251 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
17252 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
17253 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
17254 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
17255 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
17256 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
17257 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
17258 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
17259 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
17260 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
17261 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
17262 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
17263 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
17264 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
17265 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
17266 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17267 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
17268 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
17269 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
17270 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
17271 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
17272 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
17273 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17274 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
17275 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17276 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
17277 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17278 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
17279 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
17280 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
17281 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
17282 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
17283 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
17284 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
17285 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
17286 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
17287 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
17288 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
17289 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
17290 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
17291 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
17292 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
17293 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
17294 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
17295 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
17296 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
17297 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
17298 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
17299 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
17300 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
17301 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
17302 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
17303 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
17304 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
17305 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
17306 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
17307 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
17308 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
17309 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17310 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17311 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
17312 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
17313 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
17314 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
17315 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
17316 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
17317 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
17318 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
17319 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
17320 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
17321 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
17322
17323 LTCC='$LTCC'
17324 LTCFLAGS='$LTCFLAGS'
17325 compiler='$compiler_DEFAULT'
17326
17327 # A function that is used when there is no print builtin or printf.
17328 func_fallback_echo ()
17329 {
17330 eval 'cat <<_LTECHO_EOF
17331 \$1
17332 _LTECHO_EOF'
17333 }
17334
17335 # Quote evaled strings.
17336 for var in SHELL \
17337 ECHO \
17338 SED \
17339 GREP \
17340 EGREP \
17341 FGREP \
17342 LD \
17343 NM \
17344 LN_S \
17345 lt_SP2NL \
17346 lt_NL2SP \
17347 reload_flag \
17348 OBJDUMP \
17349 deplibs_check_method \
17350 file_magic_cmd \
17351 AR \
17352 AR_FLAGS \
17353 STRIP \
17354 RANLIB \
17355 CC \
17356 CFLAGS \
17357 compiler \
17358 lt_cv_sys_global_symbol_pipe \
17359 lt_cv_sys_global_symbol_to_cdecl \
17360 lt_cv_sys_global_symbol_to_c_name_address \
17361 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
17362 lt_prog_compiler_no_builtin_flag \
17363 lt_prog_compiler_wl \
17364 lt_prog_compiler_pic \
17365 lt_prog_compiler_static \
17366 lt_cv_prog_compiler_c_o \
17367 need_locks \
17368 DSYMUTIL \
17369 NMEDIT \
17370 LIPO \
17371 OTOOL \
17372 OTOOL64 \
17373 shrext_cmds \
17374 export_dynamic_flag_spec \
17375 whole_archive_flag_spec \
17376 compiler_needs_object \
17377 with_gnu_ld \
17378 allow_undefined_flag \
17379 no_undefined_flag \
17380 hardcode_libdir_flag_spec \
17381 hardcode_libdir_flag_spec_ld \
17382 hardcode_libdir_separator \
17383 fix_srcfile_path \
17384 exclude_expsyms \
17385 include_expsyms \
17386 file_list_spec \
17387 variables_saved_for_relink \
17388 libname_spec \
17389 library_names_spec \
17390 soname_spec \
17391 install_override_mode \
17392 finish_eval \
17393 old_striplib \
17394 striplib; do
17395 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
17396 *[\\\\\\\`\\"\\\$]*)
17397 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
17398 ;;
17399 *)
17400 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17401 ;;
17402 esac
17403 done
17404
17405 # Double-quote double-evaled strings.
17406 for var in reload_cmds \
17407 old_postinstall_cmds \
17408 old_postuninstall_cmds \
17409 old_archive_cmds \
17410 extract_expsyms_cmds \
17411 old_archive_from_new_cmds \
17412 old_archive_from_expsyms_cmds \
17413 archive_cmds \
17414 archive_expsym_cmds \
17415 module_cmds \
17416 module_expsym_cmds \
17417 export_symbols_cmds \
17418 prelink_cmds \
17419 postinstall_cmds \
17420 postuninstall_cmds \
17421 finish_cmds \
17422 sys_lib_search_path_spec \
17423 sys_lib_dlsearch_path_spec; do
17424 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
17425 *[\\\\\\\`\\"\\\$]*)
17426 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
17427 ;;
17428 *)
17429 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17430 ;;
17431 esac
17432 done
17433
17434 ac_aux_dir='$ac_aux_dir'
17435 xsi_shell='$xsi_shell'
17436 lt_shell_append='$lt_shell_append'
17437
17438 # See if we are running on zsh, and set the options which allow our
17439 # commands through without removal of \ escapes INIT.
17440 if test -n "\${ZSH_VERSION+set}" ; then
17441 setopt NO_GLOB_SUBST
17442 fi
17443
17444
17445 PACKAGE='$PACKAGE'
17446 VERSION='$VERSION'
17447 TIMESTAMP='$TIMESTAMP'
17448 RM='$RM'
17449 ofile='$ofile'
17450
17451
17452
17453 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
17454 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
17455 # from automake.
17456 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
17457 # Capture the value of LINGUAS because we need it to compute CATALOGS.
17458 LINGUAS="${LINGUAS-%UNSET%}"
17459
17460
17461 GCC="$GCC"
17462 CC="$CC"
17463 acx_cv_header_stdint="$acx_cv_header_stdint"
17464 acx_cv_type_int8_t="$acx_cv_type_int8_t"
17465 acx_cv_type_int16_t="$acx_cv_type_int16_t"
17466 acx_cv_type_int32_t="$acx_cv_type_int32_t"
17467 acx_cv_type_int64_t="$acx_cv_type_int64_t"
17468 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
17469 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
17470 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
17471 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
17472 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
17473 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
17474 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
17475 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
17476 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
17477
17478
17479
17480 _ACEOF
17481
17482 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17483
17484 # Handling of arguments.
17485 for ac_config_target in $ac_config_targets
17486 do
17487 case $ac_config_target in
17488 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
17489 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
17490 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
17491 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
17492 "bfd_stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS bfd_stdint.h" ;;
17493 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17494 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17495 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
17496 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
17497 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
17498
17499 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
17500 esac
17501 done
17502
17503
17504 # If the user did not use the arguments to specify the items to instantiate,
17505 # then the envvar interface is used. Set only those that are not.
17506 # We use the long form for the default assignment because of an extremely
17507 # bizarre bug on SunOS 4.1.3.
17508 if $ac_need_defaults; then
17509 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17510 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17511 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17512 fi
17513
17514 # Have a temporary directory for convenience. Make it in the build tree
17515 # simply because there is no reason against having it here, and in addition,
17516 # creating and moving files from /tmp can sometimes cause problems.
17517 # Hook for its removal unless debugging.
17518 # Note that there is a small window in which the directory will not be cleaned:
17519 # after its creation but before its name has been assigned to `$tmp'.
17520 $debug ||
17521 {
17522 tmp= ac_tmp=
17523 trap 'exit_status=$?
17524 : "${ac_tmp:=$tmp}"
17525 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
17526 ' 0
17527 trap 'as_fn_exit 1' 1 2 13 15
17528 }
17529 # Create a (secure) tmp directory for tmp files.
17530
17531 {
17532 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
17533 test -d "$tmp"
17534 } ||
17535 {
17536 tmp=./conf$$-$RANDOM
17537 (umask 077 && mkdir "$tmp")
17538 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
17539 ac_tmp=$tmp
17540
17541 # Set up the scripts for CONFIG_FILES section.
17542 # No need to generate them if there are no CONFIG_FILES.
17543 # This happens for instance with `./config.status config.h'.
17544 if test -n "$CONFIG_FILES"; then
17545
17546
17547 ac_cr=`echo X | tr X '\015'`
17548 # On cygwin, bash can eat \r inside `` if the user requested igncr.
17549 # But we know of no other shell where ac_cr would be empty at this
17550 # point, so we can use a bashism as a fallback.
17551 if test "x$ac_cr" = x; then
17552 eval ac_cr=\$\'\\r\'
17553 fi
17554 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17555 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17556 ac_cs_awk_cr='\\r'
17557 else
17558 ac_cs_awk_cr=$ac_cr
17559 fi
17560
17561 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
17562 _ACEOF
17563
17564
17565 {
17566 echo "cat >conf$$subs.awk <<_ACEOF" &&
17567 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17568 echo "_ACEOF"
17569 } >conf$$subs.sh ||
17570 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17571 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
17572 ac_delim='%!_!# '
17573 for ac_last_try in false false false false false :; do
17574 . ./conf$$subs.sh ||
17575 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17576
17577 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17578 if test $ac_delim_n = $ac_delim_num; then
17579 break
17580 elif $ac_last_try; then
17581 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17582 else
17583 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17584 fi
17585 done
17586 rm -f conf$$subs.sh
17587
17588 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17589 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
17590 _ACEOF
17591 sed -n '
17592 h
17593 s/^/S["/; s/!.*/"]=/
17594 p
17595 g
17596 s/^[^!]*!//
17597 :repl
17598 t repl
17599 s/'"$ac_delim"'$//
17600 t delim
17601 :nl
17602 h
17603 s/\(.\{148\}\)..*/\1/
17604 t more1
17605 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17606 p
17607 n
17608 b repl
17609 :more1
17610 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17611 p
17612 g
17613 s/.\{148\}//
17614 t nl
17615 :delim
17616 h
17617 s/\(.\{148\}\)..*/\1/
17618 t more2
17619 s/["\\]/\\&/g; s/^/"/; s/$/"/
17620 p
17621 b
17622 :more2
17623 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17624 p
17625 g
17626 s/.\{148\}//
17627 t delim
17628 ' <conf$$subs.awk | sed '
17629 /^[^""]/{
17630 N
17631 s/\n//
17632 }
17633 ' >>$CONFIG_STATUS || ac_write_fail=1
17634 rm -f conf$$subs.awk
17635 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17636 _ACAWK
17637 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
17638 for (key in S) S_is_set[key] = 1
17639 FS = "\a"
17640
17641 }
17642 {
17643 line = $ 0
17644 nfields = split(line, field, "@")
17645 substed = 0
17646 len = length(field[1])
17647 for (i = 2; i < nfields; i++) {
17648 key = field[i]
17649 keylen = length(key)
17650 if (S_is_set[key]) {
17651 value = S[key]
17652 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17653 len += length(value) + length(field[++i])
17654 substed = 1
17655 } else
17656 len += 1 + keylen
17657 }
17658
17659 print line
17660 }
17661
17662 _ACAWK
17663 _ACEOF
17664 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17665 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17666 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17667 else
17668 cat
17669 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
17670 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
17671 _ACEOF
17672
17673 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
17674 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
17675 # trailing colons and then remove the whole line if VPATH becomes empty
17676 # (actually we leave an empty line to preserve line numbers).
17677 if test "x$srcdir" = x.; then
17678 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
17679 h
17680 s///
17681 s/^/:/
17682 s/[ ]*$/:/
17683 s/:\$(srcdir):/:/g
17684 s/:\${srcdir}:/:/g
17685 s/:@srcdir@:/:/g
17686 s/^:*//
17687 s/:*$//
17688 x
17689 s/\(=[ ]*\).*/\1/
17690 G
17691 s/\n//
17692 s/^[^=]*=[ ]*$//
17693 }'
17694 fi
17695
17696 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17697 fi # test -n "$CONFIG_FILES"
17698
17699 # Set up the scripts for CONFIG_HEADERS section.
17700 # No need to generate them if there are no CONFIG_HEADERS.
17701 # This happens for instance with `./config.status Makefile'.
17702 if test -n "$CONFIG_HEADERS"; then
17703 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
17704 BEGIN {
17705 _ACEOF
17706
17707 # Transform confdefs.h into an awk script `defines.awk', embedded as
17708 # here-document in config.status, that substitutes the proper values into
17709 # config.h.in to produce config.h.
17710
17711 # Create a delimiter string that does not exist in confdefs.h, to ease
17712 # handling of long lines.
17713 ac_delim='%!_!# '
17714 for ac_last_try in false false :; do
17715 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
17716 if test -z "$ac_tt"; then
17717 break
17718 elif $ac_last_try; then
17719 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
17720 else
17721 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17722 fi
17723 done
17724
17725 # For the awk script, D is an array of macro values keyed by name,
17726 # likewise P contains macro parameters if any. Preserve backslash
17727 # newline sequences.
17728
17729 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17730 sed -n '
17731 s/.\{148\}/&'"$ac_delim"'/g
17732 t rset
17733 :rset
17734 s/^[ ]*#[ ]*define[ ][ ]*/ /
17735 t def
17736 d
17737 :def
17738 s/\\$//
17739 t bsnl
17740 s/["\\]/\\&/g
17741 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17742 D["\1"]=" \3"/p
17743 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17744 d
17745 :bsnl
17746 s/["\\]/\\&/g
17747 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17748 D["\1"]=" \3\\\\\\n"\\/p
17749 t cont
17750 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17751 t cont
17752 d
17753 :cont
17754 n
17755 s/.\{148\}/&'"$ac_delim"'/g
17756 t clear
17757 :clear
17758 s/\\$//
17759 t bsnlc
17760 s/["\\]/\\&/g; s/^/"/; s/$/"/p
17761 d
17762 :bsnlc
17763 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17764 b cont
17765 ' <confdefs.h | sed '
17766 s/'"$ac_delim"'/"\\\
17767 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17768
17769 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17770 for (key in D) D_is_set[key] = 1
17771 FS = "\a"
17772 }
17773 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17774 line = \$ 0
17775 split(line, arg, " ")
17776 if (arg[1] == "#") {
17777 defundef = arg[2]
17778 mac1 = arg[3]
17779 } else {
17780 defundef = substr(arg[1], 2)
17781 mac1 = arg[2]
17782 }
17783 split(mac1, mac2, "(") #)
17784 macro = mac2[1]
17785 prefix = substr(line, 1, index(line, defundef) - 1)
17786 if (D_is_set[macro]) {
17787 # Preserve the white space surrounding the "#".
17788 print prefix "define", macro P[macro] D[macro]
17789 next
17790 } else {
17791 # Replace #undef with comments. This is necessary, for example,
17792 # in the case of _POSIX_SOURCE, which is predefined and required
17793 # on some systems where configure will not decide to define it.
17794 if (defundef == "undef") {
17795 print "/*", prefix defundef, macro, "*/"
17796 next
17797 }
17798 }
17799 }
17800 { print }
17801 _ACAWK
17802 _ACEOF
17803 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17804 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
17805 fi # test -n "$CONFIG_HEADERS"
17806
17807
17808 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17809 shift
17810 for ac_tag
17811 do
17812 case $ac_tag in
17813 :[FHLC]) ac_mode=$ac_tag; continue;;
17814 esac
17815 case $ac_mode$ac_tag in
17816 :[FHL]*:*);;
17817 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
17818 :[FH]-) ac_tag=-:-;;
17819 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17820 esac
17821 ac_save_IFS=$IFS
17822 IFS=:
17823 set x $ac_tag
17824 IFS=$ac_save_IFS
17825 shift
17826 ac_file=$1
17827 shift
17828
17829 case $ac_mode in
17830 :L) ac_source=$1;;
17831 :[FH])
17832 ac_file_inputs=
17833 for ac_f
17834 do
17835 case $ac_f in
17836 -) ac_f="$ac_tmp/stdin";;
17837 *) # Look for the file first in the build tree, then in the source tree
17838 # (if the path is not absolute). The absolute path cannot be DOS-style,
17839 # because $ac_f cannot contain `:'.
17840 test -f "$ac_f" ||
17841 case $ac_f in
17842 [\\/$]*) false;;
17843 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17844 esac ||
17845 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17846 esac
17847 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17848 as_fn_append ac_file_inputs " '$ac_f'"
17849 done
17850
17851 # Let's still pretend it is `configure' which instantiates (i.e., don't
17852 # use $as_me), people would be surprised to read:
17853 # /* config.h. Generated by config.status. */
17854 configure_input='Generated from '`
17855 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17856 `' by configure.'
17857 if test x"$ac_file" != x-; then
17858 configure_input="$ac_file. $configure_input"
17859 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17860 $as_echo "$as_me: creating $ac_file" >&6;}
17861 fi
17862 # Neutralize special characters interpreted by sed in replacement strings.
17863 case $configure_input in #(
17864 *\&* | *\|* | *\\* )
17865 ac_sed_conf_input=`$as_echo "$configure_input" |
17866 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17867 *) ac_sed_conf_input=$configure_input;;
17868 esac
17869
17870 case $ac_tag in
17871 *:-:* | *:-) cat >"$ac_tmp/stdin" \
17872 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
17873 esac
17874 ;;
17875 esac
17876
17877 ac_dir=`$as_dirname -- "$ac_file" ||
17878 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17879 X"$ac_file" : 'X\(//\)[^/]' \| \
17880 X"$ac_file" : 'X\(//\)$' \| \
17881 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17882 $as_echo X"$ac_file" |
17883 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17884 s//\1/
17885 q
17886 }
17887 /^X\(\/\/\)[^/].*/{
17888 s//\1/
17889 q
17890 }
17891 /^X\(\/\/\)$/{
17892 s//\1/
17893 q
17894 }
17895 /^X\(\/\).*/{
17896 s//\1/
17897 q
17898 }
17899 s/.*/./; q'`
17900 as_dir="$ac_dir"; as_fn_mkdir_p
17901 ac_builddir=.
17902
17903 case "$ac_dir" in
17904 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17905 *)
17906 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17907 # A ".." for each directory in $ac_dir_suffix.
17908 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17909 case $ac_top_builddir_sub in
17910 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17911 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17912 esac ;;
17913 esac
17914 ac_abs_top_builddir=$ac_pwd
17915 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17916 # for backward compatibility:
17917 ac_top_builddir=$ac_top_build_prefix
17918
17919 case $srcdir in
17920 .) # We are building in place.
17921 ac_srcdir=.
17922 ac_top_srcdir=$ac_top_builddir_sub
17923 ac_abs_top_srcdir=$ac_pwd ;;
17924 [\\/]* | ?:[\\/]* ) # Absolute name.
17925 ac_srcdir=$srcdir$ac_dir_suffix;
17926 ac_top_srcdir=$srcdir
17927 ac_abs_top_srcdir=$srcdir ;;
17928 *) # Relative name.
17929 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17930 ac_top_srcdir=$ac_top_build_prefix$srcdir
17931 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17932 esac
17933 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17934
17935
17936 case $ac_mode in
17937 :F)
17938 #
17939 # CONFIG_FILE
17940 #
17941
17942 case $INSTALL in
17943 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17944 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17945 esac
17946 ac_MKDIR_P=$MKDIR_P
17947 case $MKDIR_P in
17948 [\\/$]* | ?:[\\/]* ) ;;
17949 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17950 esac
17951 _ACEOF
17952
17953 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17954 # If the template does not know about datarootdir, expand it.
17955 # FIXME: This hack should be removed a few years after 2.60.
17956 ac_datarootdir_hack=; ac_datarootdir_seen=
17957 ac_sed_dataroot='
17958 /datarootdir/ {
17959 p
17960 q
17961 }
17962 /@datadir@/p
17963 /@docdir@/p
17964 /@infodir@/p
17965 /@localedir@/p
17966 /@mandir@/p'
17967 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17968 *datarootdir*) ac_datarootdir_seen=yes;;
17969 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17970 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17971 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17972 _ACEOF
17973 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17974 ac_datarootdir_hack='
17975 s&@datadir@&$datadir&g
17976 s&@docdir@&$docdir&g
17977 s&@infodir@&$infodir&g
17978 s&@localedir@&$localedir&g
17979 s&@mandir@&$mandir&g
17980 s&\\\${datarootdir}&$datarootdir&g' ;;
17981 esac
17982 _ACEOF
17983
17984 # Neutralize VPATH when `$srcdir' = `.'.
17985 # Shell code in configure.ac might set extrasub.
17986 # FIXME: do we really want to maintain this feature?
17987 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17988 ac_sed_extra="$ac_vpsub
17989 $extrasub
17990 _ACEOF
17991 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17992 :t
17993 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17994 s|@configure_input@|$ac_sed_conf_input|;t t
17995 s&@top_builddir@&$ac_top_builddir_sub&;t t
17996 s&@top_build_prefix@&$ac_top_build_prefix&;t t
17997 s&@srcdir@&$ac_srcdir&;t t
17998 s&@abs_srcdir@&$ac_abs_srcdir&;t t
17999 s&@top_srcdir@&$ac_top_srcdir&;t t
18000 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
18001 s&@builddir@&$ac_builddir&;t t
18002 s&@abs_builddir@&$ac_abs_builddir&;t t
18003 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
18004 s&@INSTALL@&$ac_INSTALL&;t t
18005 s&@MKDIR_P@&$ac_MKDIR_P&;t t
18006 $ac_datarootdir_hack
18007 "
18008 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
18009 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18010
18011 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18012 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
18013 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
18014 "$ac_tmp/out"`; test -z "$ac_out"; } &&
18015 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18016 which seems to be undefined. Please make sure it is defined" >&5
18017 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18018 which seems to be undefined. Please make sure it is defined" >&2;}
18019
18020 rm -f "$ac_tmp/stdin"
18021 case $ac_file in
18022 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
18023 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
18024 esac \
18025 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18026 ;;
18027 :H)
18028 #
18029 # CONFIG_HEADER
18030 #
18031 if test x"$ac_file" != x-; then
18032 {
18033 $as_echo "/* $configure_input */" \
18034 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
18035 } >"$ac_tmp/config.h" \
18036 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18037 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
18038 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18039 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18040 else
18041 rm -f "$ac_file"
18042 mv "$ac_tmp/config.h" "$ac_file" \
18043 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18044 fi
18045 else
18046 $as_echo "/* $configure_input */" \
18047 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18048 || as_fn_error $? "could not create -" "$LINENO" 5
18049 fi
18050 # Compute "$ac_file"'s index in $config_headers.
18051 _am_arg="$ac_file"
18052 _am_stamp_count=1
18053 for _am_header in $config_headers :; do
18054 case $_am_header in
18055 $_am_arg | $_am_arg:* )
18056 break ;;
18057 * )
18058 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
18059 esac
18060 done
18061 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
18062 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18063 X"$_am_arg" : 'X\(//\)[^/]' \| \
18064 X"$_am_arg" : 'X\(//\)$' \| \
18065 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
18066 $as_echo X"$_am_arg" |
18067 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18068 s//\1/
18069 q
18070 }
18071 /^X\(\/\/\)[^/].*/{
18072 s//\1/
18073 q
18074 }
18075 /^X\(\/\/\)$/{
18076 s//\1/
18077 q
18078 }
18079 /^X\(\/\).*/{
18080 s//\1/
18081 q
18082 }
18083 s/.*/./; q'`/stamp-h$_am_stamp_count
18084 ;;
18085
18086 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18087 $as_echo "$as_me: executing $ac_file commands" >&6;}
18088 ;;
18089 esac
18090
18091
18092 case $ac_file$ac_mode in
18093 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
18094 # Older Autoconf quotes --file arguments for eval, but not when files
18095 # are listed without --file. Let's play safe and only enable the eval
18096 # if we detect the quoting.
18097 case $CONFIG_FILES in
18098 *\'*) eval set x "$CONFIG_FILES" ;;
18099 *) set x $CONFIG_FILES ;;
18100 esac
18101 shift
18102 for mf
18103 do
18104 # Strip MF so we end up with the name of the file.
18105 mf=`echo "$mf" | sed -e 's/:.*$//'`
18106 # Check whether this is an Automake generated Makefile or not.
18107 # We used to match only the files named 'Makefile.in', but
18108 # some people rename them; so instead we look at the file content.
18109 # Grep'ing the first line is not enough: some people post-process
18110 # each Makefile.in and add a new line on top of each file to say so.
18111 # Grep'ing the whole file is not good either: AIX grep has a line
18112 # limit of 2048, but all sed's we know have understand at least 4000.
18113 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
18114 dirpart=`$as_dirname -- "$mf" ||
18115 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18116 X"$mf" : 'X\(//\)[^/]' \| \
18117 X"$mf" : 'X\(//\)$' \| \
18118 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18119 $as_echo X"$mf" |
18120 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18121 s//\1/
18122 q
18123 }
18124 /^X\(\/\/\)[^/].*/{
18125 s//\1/
18126 q
18127 }
18128 /^X\(\/\/\)$/{
18129 s//\1/
18130 q
18131 }
18132 /^X\(\/\).*/{
18133 s//\1/
18134 q
18135 }
18136 s/.*/./; q'`
18137 else
18138 continue
18139 fi
18140 # Extract the definition of DEPDIR, am__include, and am__quote
18141 # from the Makefile without running 'make'.
18142 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
18143 test -z "$DEPDIR" && continue
18144 am__include=`sed -n 's/^am__include = //p' < "$mf"`
18145 test -z "$am__include" && continue
18146 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
18147 # Find all dependency output files, they are included files with
18148 # $(DEPDIR) in their names. We invoke sed twice because it is the
18149 # simplest approach to changing $(DEPDIR) to its actual value in the
18150 # expansion.
18151 for file in `sed -n "
18152 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18153 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
18154 # Make sure the directory exists.
18155 test -f "$dirpart/$file" && continue
18156 fdir=`$as_dirname -- "$file" ||
18157 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18158 X"$file" : 'X\(//\)[^/]' \| \
18159 X"$file" : 'X\(//\)$' \| \
18160 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18161 $as_echo X"$file" |
18162 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18163 s//\1/
18164 q
18165 }
18166 /^X\(\/\/\)[^/].*/{
18167 s//\1/
18168 q
18169 }
18170 /^X\(\/\/\)$/{
18171 s//\1/
18172 q
18173 }
18174 /^X\(\/\).*/{
18175 s//\1/
18176 q
18177 }
18178 s/.*/./; q'`
18179 as_dir=$dirpart/$fdir; as_fn_mkdir_p
18180 # echo "creating $dirpart/$file"
18181 echo '# dummy' > "$dirpart/$file"
18182 done
18183 done
18184 }
18185 ;;
18186 "libtool":C)
18187
18188 # See if we are running on zsh, and set the options which allow our
18189 # commands through without removal of \ escapes.
18190 if test -n "${ZSH_VERSION+set}" ; then
18191 setopt NO_GLOB_SUBST
18192 fi
18193
18194 cfgfile="${ofile}T"
18195 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
18196 $RM "$cfgfile"
18197
18198 cat <<_LT_EOF >> "$cfgfile"
18199 #! $SHELL
18200
18201 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
18202 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
18203 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18204 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
18205 #
18206 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
18207 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
18208 # Written by Gordon Matzigkeit, 1996
18209 #
18210 # This file is part of GNU Libtool.
18211 #
18212 # GNU Libtool is free software; you can redistribute it and/or
18213 # modify it under the terms of the GNU General Public License as
18214 # published by the Free Software Foundation; either version 2 of
18215 # the License, or (at your option) any later version.
18216 #
18217 # As a special exception to the GNU General Public License,
18218 # if you distribute this file as part of a program or library that
18219 # is built using GNU Libtool, you may include this file under the
18220 # same distribution terms that you use for the rest of that program.
18221 #
18222 # GNU Libtool is distributed in the hope that it will be useful,
18223 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18224 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18225 # GNU General Public License for more details.
18226 #
18227 # You should have received a copy of the GNU General Public License
18228 # along with GNU Libtool; see the file COPYING. If not, a copy
18229 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
18230 # obtained by writing to the Free Software Foundation, Inc.,
18231 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18232
18233
18234 # The names of the tagged configurations supported by this script.
18235 available_tags=""
18236
18237 # ### BEGIN LIBTOOL CONFIG
18238
18239 # Whether or not to build shared libraries.
18240 build_libtool_libs=$enable_shared
18241
18242 # Which release of libtool.m4 was used?
18243 macro_version=$macro_version
18244 macro_revision=$macro_revision
18245
18246 # Whether or not to build static libraries.
18247 build_old_libs=$enable_static
18248
18249 # What type of objects to build.
18250 pic_mode=$pic_mode
18251
18252 # Whether or not to optimize for fast installation.
18253 fast_install=$enable_fast_install
18254
18255 # Shell to use when invoking shell scripts.
18256 SHELL=$lt_SHELL
18257
18258 # An echo program that protects backslashes.
18259 ECHO=$lt_ECHO
18260
18261 # The host system.
18262 host_alias=$host_alias
18263 host=$host
18264 host_os=$host_os
18265
18266 # The build system.
18267 build_alias=$build_alias
18268 build=$build
18269 build_os=$build_os
18270
18271 # A sed program that does not truncate output.
18272 SED=$lt_SED
18273
18274 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
18275 Xsed="\$SED -e 1s/^X//"
18276
18277 # A grep program that handles long lines.
18278 GREP=$lt_GREP
18279
18280 # An ERE matcher.
18281 EGREP=$lt_EGREP
18282
18283 # A literal string matcher.
18284 FGREP=$lt_FGREP
18285
18286 # A BSD- or MS-compatible name lister.
18287 NM=$lt_NM
18288
18289 # Whether we need soft or hard links.
18290 LN_S=$lt_LN_S
18291
18292 # What is the maximum length of a command?
18293 max_cmd_len=$max_cmd_len
18294
18295 # Object file suffix (normally "o").
18296 objext=$ac_objext
18297
18298 # Executable file suffix (normally "").
18299 exeext=$exeext
18300
18301 # whether the shell understands "unset".
18302 lt_unset=$lt_unset
18303
18304 # turn spaces into newlines.
18305 SP2NL=$lt_lt_SP2NL
18306
18307 # turn newlines into spaces.
18308 NL2SP=$lt_lt_NL2SP
18309
18310 # An object symbol dumper.
18311 OBJDUMP=$lt_OBJDUMP
18312
18313 # Method to check whether dependent libraries are shared objects.
18314 deplibs_check_method=$lt_deplibs_check_method
18315
18316 # Command to use when deplibs_check_method == "file_magic".
18317 file_magic_cmd=$lt_file_magic_cmd
18318
18319 # The archiver.
18320 AR=$lt_AR
18321 AR_FLAGS=$lt_AR_FLAGS
18322
18323 # A symbol stripping program.
18324 STRIP=$lt_STRIP
18325
18326 # Commands used to install an old-style archive.
18327 RANLIB=$lt_RANLIB
18328 old_postinstall_cmds=$lt_old_postinstall_cmds
18329 old_postuninstall_cmds=$lt_old_postuninstall_cmds
18330
18331 # Whether to use a lock for old archive extraction.
18332 lock_old_archive_extraction=$lock_old_archive_extraction
18333
18334 # A C compiler.
18335 LTCC=$lt_CC
18336
18337 # LTCC compiler flags.
18338 LTCFLAGS=$lt_CFLAGS
18339
18340 # Take the output of nm and produce a listing of raw symbols and C names.
18341 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
18342
18343 # Transform the output of nm in a proper C declaration.
18344 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
18345
18346 # Transform the output of nm in a C name address pair.
18347 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
18348
18349 # Transform the output of nm in a C name address pair when lib prefix is needed.
18350 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
18351
18352 # The name of the directory that contains temporary libtool files.
18353 objdir=$objdir
18354
18355 # Used to examine libraries when file_magic_cmd begins with "file".
18356 MAGIC_CMD=$MAGIC_CMD
18357
18358 # Must we lock files when doing compilation?
18359 need_locks=$lt_need_locks
18360
18361 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
18362 DSYMUTIL=$lt_DSYMUTIL
18363
18364 # Tool to change global to local symbols on Mac OS X.
18365 NMEDIT=$lt_NMEDIT
18366
18367 # Tool to manipulate fat objects and archives on Mac OS X.
18368 LIPO=$lt_LIPO
18369
18370 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
18371 OTOOL=$lt_OTOOL
18372
18373 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
18374 OTOOL64=$lt_OTOOL64
18375
18376 # Old archive suffix (normally "a").
18377 libext=$libext
18378
18379 # Shared library suffix (normally ".so").
18380 shrext_cmds=$lt_shrext_cmds
18381
18382 # The commands to extract the exported symbol list from a shared archive.
18383 extract_expsyms_cmds=$lt_extract_expsyms_cmds
18384
18385 # Variables whose values should be saved in libtool wrapper scripts and
18386 # restored at link time.
18387 variables_saved_for_relink=$lt_variables_saved_for_relink
18388
18389 # Do we need the "lib" prefix for modules?
18390 need_lib_prefix=$need_lib_prefix
18391
18392 # Do we need a version for libraries?
18393 need_version=$need_version
18394
18395 # Library versioning type.
18396 version_type=$version_type
18397
18398 # Shared library runtime path variable.
18399 runpath_var=$runpath_var
18400
18401 # Shared library path variable.
18402 shlibpath_var=$shlibpath_var
18403
18404 # Is shlibpath searched before the hard-coded library search path?
18405 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
18406
18407 # Format of library name prefix.
18408 libname_spec=$lt_libname_spec
18409
18410 # List of archive names. First name is the real one, the rest are links.
18411 # The last name is the one that the linker finds with -lNAME
18412 library_names_spec=$lt_library_names_spec
18413
18414 # The coded name of the library, if different from the real name.
18415 soname_spec=$lt_soname_spec
18416
18417 # Permission mode override for installation of shared libraries.
18418 install_override_mode=$lt_install_override_mode
18419
18420 # Command to use after installation of a shared archive.
18421 postinstall_cmds=$lt_postinstall_cmds
18422
18423 # Command to use after uninstallation of a shared archive.
18424 postuninstall_cmds=$lt_postuninstall_cmds
18425
18426 # Commands used to finish a libtool library installation in a directory.
18427 finish_cmds=$lt_finish_cmds
18428
18429 # As "finish_cmds", except a single script fragment to be evaled but
18430 # not shown.
18431 finish_eval=$lt_finish_eval
18432
18433 # Whether we should hardcode library paths into libraries.
18434 hardcode_into_libs=$hardcode_into_libs
18435
18436 # Compile-time system search path for libraries.
18437 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
18438
18439 # Run-time system search path for libraries.
18440 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
18441
18442 # Whether dlopen is supported.
18443 dlopen_support=$enable_dlopen
18444
18445 # Whether dlopen of programs is supported.
18446 dlopen_self=$enable_dlopen_self
18447
18448 # Whether dlopen of statically linked programs is supported.
18449 dlopen_self_static=$enable_dlopen_self_static
18450
18451 # Commands to strip libraries.
18452 old_striplib=$lt_old_striplib
18453 striplib=$lt_striplib
18454
18455
18456 # The linker used to build libraries.
18457 LD=$lt_LD
18458
18459 # How to create reloadable object files.
18460 reload_flag=$lt_reload_flag
18461 reload_cmds=$lt_reload_cmds
18462
18463 # Commands used to build an old-style archive.
18464 old_archive_cmds=$lt_old_archive_cmds
18465
18466 # A language specific compiler.
18467 CC=$lt_compiler
18468
18469 # Is the compiler the GNU compiler?
18470 with_gcc=$GCC
18471
18472 # Compiler flag to turn off builtin functions.
18473 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
18474
18475 # How to pass a linker flag through the compiler.
18476 wl=$lt_lt_prog_compiler_wl
18477
18478 # Additional compiler flags for building library objects.
18479 pic_flag=$lt_lt_prog_compiler_pic
18480
18481 # Compiler flag to prevent dynamic linking.
18482 link_static_flag=$lt_lt_prog_compiler_static
18483
18484 # Does compiler simultaneously support -c and -o options?
18485 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
18486
18487 # Whether or not to add -lc for building shared libraries.
18488 build_libtool_need_lc=$archive_cmds_need_lc
18489
18490 # Whether or not to disallow shared libs when runtime libs are static.
18491 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
18492
18493 # Compiler flag to allow reflexive dlopens.
18494 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
18495
18496 # Compiler flag to generate shared objects directly from archives.
18497 whole_archive_flag_spec=$lt_whole_archive_flag_spec
18498
18499 # Whether the compiler copes with passing no objects directly.
18500 compiler_needs_object=$lt_compiler_needs_object
18501
18502 # Create an old-style archive from a shared archive.
18503 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
18504
18505 # Create a temporary old-style archive to link instead of a shared archive.
18506 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
18507
18508 # Commands used to build a shared archive.
18509 archive_cmds=$lt_archive_cmds
18510 archive_expsym_cmds=$lt_archive_expsym_cmds
18511
18512 # Commands used to build a loadable module if different from building
18513 # a shared archive.
18514 module_cmds=$lt_module_cmds
18515 module_expsym_cmds=$lt_module_expsym_cmds
18516
18517 # Whether we are building with GNU ld or not.
18518 with_gnu_ld=$lt_with_gnu_ld
18519
18520 # Flag that allows shared libraries with undefined symbols to be built.
18521 allow_undefined_flag=$lt_allow_undefined_flag
18522
18523 # Flag that enforces no undefined symbols.
18524 no_undefined_flag=$lt_no_undefined_flag
18525
18526 # Flag to hardcode \$libdir into a binary during linking.
18527 # This must work even if \$libdir does not exist
18528 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
18529
18530 # If ld is used when linking, flag to hardcode \$libdir into a binary
18531 # during linking. This must work even if \$libdir does not exist.
18532 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
18533
18534 # Whether we need a single "-rpath" flag with a separated argument.
18535 hardcode_libdir_separator=$lt_hardcode_libdir_separator
18536
18537 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18538 # DIR into the resulting binary.
18539 hardcode_direct=$hardcode_direct
18540
18541 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18542 # DIR into the resulting binary and the resulting library dependency is
18543 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
18544 # library is relocated.
18545 hardcode_direct_absolute=$hardcode_direct_absolute
18546
18547 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
18548 # into the resulting binary.
18549 hardcode_minus_L=$hardcode_minus_L
18550
18551 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
18552 # into the resulting binary.
18553 hardcode_shlibpath_var=$hardcode_shlibpath_var
18554
18555 # Set to "yes" if building a shared library automatically hardcodes DIR
18556 # into the library and all subsequent libraries and executables linked
18557 # against it.
18558 hardcode_automatic=$hardcode_automatic
18559
18560 # Set to yes if linker adds runtime paths of dependent libraries
18561 # to runtime path list.
18562 inherit_rpath=$inherit_rpath
18563
18564 # Whether libtool must link a program against all its dependency libraries.
18565 link_all_deplibs=$link_all_deplibs
18566
18567 # Fix the shell variable \$srcfile for the compiler.
18568 fix_srcfile_path=$lt_fix_srcfile_path
18569
18570 # Set to "yes" if exported symbols are required.
18571 always_export_symbols=$always_export_symbols
18572
18573 # The commands to list exported symbols.
18574 export_symbols_cmds=$lt_export_symbols_cmds
18575
18576 # Symbols that should not be listed in the preloaded symbols.
18577 exclude_expsyms=$lt_exclude_expsyms
18578
18579 # Symbols that must always be exported.
18580 include_expsyms=$lt_include_expsyms
18581
18582 # Commands necessary for linking programs (against libraries) with templates.
18583 prelink_cmds=$lt_prelink_cmds
18584
18585 # Specify filename containing input files.
18586 file_list_spec=$lt_file_list_spec
18587
18588 # How to hardcode a shared library path into an executable.
18589 hardcode_action=$hardcode_action
18590
18591 # ### END LIBTOOL CONFIG
18592
18593 _LT_EOF
18594
18595 case $host_os in
18596 aix3*)
18597 cat <<\_LT_EOF >> "$cfgfile"
18598 # AIX sometimes has problems with the GCC collect2 program. For some
18599 # reason, if we set the COLLECT_NAMES environment variable, the problems
18600 # vanish in a puff of smoke.
18601 if test "X${COLLECT_NAMES+set}" != Xset; then
18602 COLLECT_NAMES=
18603 export COLLECT_NAMES
18604 fi
18605 _LT_EOF
18606 ;;
18607 esac
18608
18609
18610 ltmain="$ac_aux_dir/ltmain.sh"
18611
18612
18613 # We use sed instead of cat because bash on DJGPP gets confused if
18614 # if finds mixed CR/LF and LF-only lines. Since sed operates in
18615 # text mode, it properly converts lines to CR/LF. This bash problem
18616 # is reportedly fixed, but why not run on old versions too?
18617 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
18618 || (rm -f "$cfgfile"; exit 1)
18619
18620 case $xsi_shell in
18621 yes)
18622 cat << \_LT_EOF >> "$cfgfile"
18623
18624 # func_dirname file append nondir_replacement
18625 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
18626 # otherwise set result to NONDIR_REPLACEMENT.
18627 func_dirname ()
18628 {
18629 case ${1} in
18630 */*) func_dirname_result="${1%/*}${2}" ;;
18631 * ) func_dirname_result="${3}" ;;
18632 esac
18633 }
18634
18635 # func_basename file
18636 func_basename ()
18637 {
18638 func_basename_result="${1##*/}"
18639 }
18640
18641 # func_dirname_and_basename file append nondir_replacement
18642 # perform func_basename and func_dirname in a single function
18643 # call:
18644 # dirname: Compute the dirname of FILE. If nonempty,
18645 # add APPEND to the result, otherwise set result
18646 # to NONDIR_REPLACEMENT.
18647 # value returned in "$func_dirname_result"
18648 # basename: Compute filename of FILE.
18649 # value retuned in "$func_basename_result"
18650 # Implementation must be kept synchronized with func_dirname
18651 # and func_basename. For efficiency, we do not delegate to
18652 # those functions but instead duplicate the functionality here.
18653 func_dirname_and_basename ()
18654 {
18655 case ${1} in
18656 */*) func_dirname_result="${1%/*}${2}" ;;
18657 * ) func_dirname_result="${3}" ;;
18658 esac
18659 func_basename_result="${1##*/}"
18660 }
18661
18662 # func_stripname prefix suffix name
18663 # strip PREFIX and SUFFIX off of NAME.
18664 # PREFIX and SUFFIX must not contain globbing or regex special
18665 # characters, hashes, percent signs, but SUFFIX may contain a leading
18666 # dot (in which case that matches only a dot).
18667 func_stripname ()
18668 {
18669 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
18670 # positional parameters, so assign one to ordinary parameter first.
18671 func_stripname_result=${3}
18672 func_stripname_result=${func_stripname_result#"${1}"}
18673 func_stripname_result=${func_stripname_result%"${2}"}
18674 }
18675
18676 # func_opt_split
18677 func_opt_split ()
18678 {
18679 func_opt_split_opt=${1%%=*}
18680 func_opt_split_arg=${1#*=}
18681 }
18682
18683 # func_lo2o object
18684 func_lo2o ()
18685 {
18686 case ${1} in
18687 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
18688 *) func_lo2o_result=${1} ;;
18689 esac
18690 }
18691
18692 # func_xform libobj-or-source
18693 func_xform ()
18694 {
18695 func_xform_result=${1%.*}.lo
18696 }
18697
18698 # func_arith arithmetic-term...
18699 func_arith ()
18700 {
18701 func_arith_result=$(( $* ))
18702 }
18703
18704 # func_len string
18705 # STRING may not start with a hyphen.
18706 func_len ()
18707 {
18708 func_len_result=${#1}
18709 }
18710
18711 _LT_EOF
18712 ;;
18713 *) # Bourne compatible functions.
18714 cat << \_LT_EOF >> "$cfgfile"
18715
18716 # func_dirname file append nondir_replacement
18717 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
18718 # otherwise set result to NONDIR_REPLACEMENT.
18719 func_dirname ()
18720 {
18721 # Extract subdirectory from the argument.
18722 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
18723 if test "X$func_dirname_result" = "X${1}"; then
18724 func_dirname_result="${3}"
18725 else
18726 func_dirname_result="$func_dirname_result${2}"
18727 fi
18728 }
18729
18730 # func_basename file
18731 func_basename ()
18732 {
18733 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
18734 }
18735
18736
18737 # func_stripname prefix suffix name
18738 # strip PREFIX and SUFFIX off of NAME.
18739 # PREFIX and SUFFIX must not contain globbing or regex special
18740 # characters, hashes, percent signs, but SUFFIX may contain a leading
18741 # dot (in which case that matches only a dot).
18742 # func_strip_suffix prefix name
18743 func_stripname ()
18744 {
18745 case ${2} in
18746 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18747 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
18748 esac
18749 }
18750
18751 # sed scripts:
18752 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
18753 my_sed_long_arg='1s/^-[^=]*=//'
18754
18755 # func_opt_split
18756 func_opt_split ()
18757 {
18758 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18759 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
18760 }
18761
18762 # func_lo2o object
18763 func_lo2o ()
18764 {
18765 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
18766 }
18767
18768 # func_xform libobj-or-source
18769 func_xform ()
18770 {
18771 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
18772 }
18773
18774 # func_arith arithmetic-term...
18775 func_arith ()
18776 {
18777 func_arith_result=`expr "$@"`
18778 }
18779
18780 # func_len string
18781 # STRING may not start with a hyphen.
18782 func_len ()
18783 {
18784 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18785 }
18786
18787 _LT_EOF
18788 esac
18789
18790 case $lt_shell_append in
18791 yes)
18792 cat << \_LT_EOF >> "$cfgfile"
18793
18794 # func_append var value
18795 # Append VALUE to the end of shell variable VAR.
18796 func_append ()
18797 {
18798 eval "$1+=\$2"
18799 }
18800 _LT_EOF
18801 ;;
18802 *)
18803 cat << \_LT_EOF >> "$cfgfile"
18804
18805 # func_append var value
18806 # Append VALUE to the end of shell variable VAR.
18807 func_append ()
18808 {
18809 eval "$1=\$$1\$2"
18810 }
18811
18812 _LT_EOF
18813 ;;
18814 esac
18815
18816
18817 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18818 || (rm -f "$cfgfile"; exit 1)
18819
18820 mv -f "$cfgfile" "$ofile" ||
18821 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18822 chmod +x "$ofile"
18823
18824 ;;
18825 "default-1":C)
18826 for ac_file in $CONFIG_FILES; do
18827 # Support "outfile[:infile[:infile...]]"
18828 case "$ac_file" in
18829 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18830 esac
18831 # PO directories have a Makefile.in generated from Makefile.in.in.
18832 case "$ac_file" in */Makefile.in)
18833 # Adjust a relative srcdir.
18834 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
18835 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
18836 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
18837 # In autoconf-2.13 it is called $ac_given_srcdir.
18838 # In autoconf-2.50 it is called $srcdir.
18839 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
18840 case "$ac_given_srcdir" in
18841 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
18842 /*) top_srcdir="$ac_given_srcdir" ;;
18843 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
18844 esac
18845 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
18846 rm -f "$ac_dir/POTFILES"
18847 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
18848 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
18849 POMAKEFILEDEPS="POTFILES.in"
18850 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
18851 # on $ac_dir but don't depend on user-specified configuration
18852 # parameters.
18853 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
18854 # The LINGUAS file contains the set of available languages.
18855 if test -n "$OBSOLETE_ALL_LINGUAS"; then
18856 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
18857 fi
18858 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
18859 # Hide the ALL_LINGUAS assigment from automake.
18860 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
18861 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
18862 else
18863 # The set of available languages was given in configure.ac.
18864 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
18865 fi
18866 case "$ac_given_srcdir" in
18867 .) srcdirpre= ;;
18868 *) srcdirpre='$(srcdir)/' ;;
18869 esac
18870 POFILES=
18871 GMOFILES=
18872 UPDATEPOFILES=
18873 DUMMYPOFILES=
18874 for lang in $ALL_LINGUAS; do
18875 POFILES="$POFILES $srcdirpre$lang.po"
18876 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18877 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
18878 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
18879 done
18880 # CATALOGS depends on both $ac_dir and the user's LINGUAS
18881 # environment variable.
18882 INST_LINGUAS=
18883 if test -n "$ALL_LINGUAS"; then
18884 for presentlang in $ALL_LINGUAS; do
18885 useit=no
18886 if test "%UNSET%" != "$LINGUAS"; then
18887 desiredlanguages="$LINGUAS"
18888 else
18889 desiredlanguages="$ALL_LINGUAS"
18890 fi
18891 for desiredlang in $desiredlanguages; do
18892 # Use the presentlang catalog if desiredlang is
18893 # a. equal to presentlang, or
18894 # b. a variant of presentlang (because in this case,
18895 # presentlang can be used as a fallback for messages
18896 # which are not translated in the desiredlang catalog).
18897 case "$desiredlang" in
18898 "$presentlang"*) useit=yes;;
18899 esac
18900 done
18901 if test $useit = yes; then
18902 INST_LINGUAS="$INST_LINGUAS $presentlang"
18903 fi
18904 done
18905 fi
18906 CATALOGS=
18907 if test -n "$INST_LINGUAS"; then
18908 for lang in $INST_LINGUAS; do
18909 CATALOGS="$CATALOGS $lang.gmo"
18910 done
18911 fi
18912 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
18913 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"
18914 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
18915 if test -f "$f"; then
18916 case "$f" in
18917 *.orig | *.bak | *~) ;;
18918 *) cat "$f" >> "$ac_dir/Makefile" ;;
18919 esac
18920 fi
18921 done
18922 fi
18923 ;;
18924 esac
18925 done ;;
18926 "bfd_stdint.h":C)
18927 if test "$GCC" = yes; then
18928 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18929 else
18930 echo "/* generated for $CC */" > tmp-stdint.h
18931 fi
18932
18933 sed 's/^ *//' >> tmp-stdint.h <<EOF
18934
18935 #ifndef GCC_GENERATED_STDINT_H
18936 #define GCC_GENERATED_STDINT_H 1
18937
18938 #include <sys/types.h>
18939 EOF
18940
18941 if test "$acx_cv_header_stdint" != stdint.h; then
18942 echo "#include <stddef.h>" >> tmp-stdint.h
18943 fi
18944 if test "$acx_cv_header_stdint" != stddef.h; then
18945 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18946 fi
18947
18948 sed 's/^ *//' >> tmp-stdint.h <<EOF
18949 /* glibc uses these symbols as guards to prevent redefinitions. */
18950 #ifdef __int8_t_defined
18951 #define _INT8_T
18952 #define _INT16_T
18953 #define _INT32_T
18954 #endif
18955 #ifdef __uint32_t_defined
18956 #define _UINT32_T
18957 #endif
18958
18959 EOF
18960
18961 # ----------------- done header, emit basic int types -------------
18962 if test "$acx_cv_header_stdint" = stddef.h; then
18963 sed 's/^ *//' >> tmp-stdint.h <<EOF
18964
18965 #ifndef _UINT8_T
18966 #define _UINT8_T
18967 #ifndef __uint8_t_defined
18968 #define __uint8_t_defined
18969 #ifndef uint8_t
18970 typedef unsigned $acx_cv_type_int8_t uint8_t;
18971 #endif
18972 #endif
18973 #endif
18974
18975 #ifndef _UINT16_T
18976 #define _UINT16_T
18977 #ifndef __uint16_t_defined
18978 #define __uint16_t_defined
18979 #ifndef uint16_t
18980 typedef unsigned $acx_cv_type_int16_t uint16_t;
18981 #endif
18982 #endif
18983 #endif
18984
18985 #ifndef _UINT32_T
18986 #define _UINT32_T
18987 #ifndef __uint32_t_defined
18988 #define __uint32_t_defined
18989 #ifndef uint32_t
18990 typedef unsigned $acx_cv_type_int32_t uint32_t;
18991 #endif
18992 #endif
18993 #endif
18994
18995 #ifndef _INT8_T
18996 #define _INT8_T
18997 #ifndef __int8_t_defined
18998 #define __int8_t_defined
18999 #ifndef int8_t
19000 typedef $acx_cv_type_int8_t int8_t;
19001 #endif
19002 #endif
19003 #endif
19004
19005 #ifndef _INT16_T
19006 #define _INT16_T
19007 #ifndef __int16_t_defined
19008 #define __int16_t_defined
19009 #ifndef int16_t
19010 typedef $acx_cv_type_int16_t int16_t;
19011 #endif
19012 #endif
19013 #endif
19014
19015 #ifndef _INT32_T
19016 #define _INT32_T
19017 #ifndef __int32_t_defined
19018 #define __int32_t_defined
19019 #ifndef int32_t
19020 typedef $acx_cv_type_int32_t int32_t;
19021 #endif
19022 #endif
19023 #endif
19024 EOF
19025 elif test "$ac_cv_type_u_int32_t" = yes; then
19026 sed 's/^ *//' >> tmp-stdint.h <<EOF
19027
19028 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
19029 #ifndef _INT8_T
19030 #define _INT8_T
19031 #endif
19032 #ifndef _INT16_T
19033 #define _INT16_T
19034 #endif
19035 #ifndef _INT32_T
19036 #define _INT32_T
19037 #endif
19038
19039 #ifndef _UINT8_T
19040 #define _UINT8_T
19041 #ifndef __uint8_t_defined
19042 #define __uint8_t_defined
19043 #ifndef uint8_t
19044 typedef u_int8_t uint8_t;
19045 #endif
19046 #endif
19047 #endif
19048
19049 #ifndef _UINT16_T
19050 #define _UINT16_T
19051 #ifndef __uint16_t_defined
19052 #define __uint16_t_defined
19053 #ifndef uint16_t
19054 typedef u_int16_t uint16_t;
19055 #endif
19056 #endif
19057 #endif
19058
19059 #ifndef _UINT32_T
19060 #define _UINT32_T
19061 #ifndef __uint32_t_defined
19062 #define __uint32_t_defined
19063 #ifndef uint32_t
19064 typedef u_int32_t uint32_t;
19065 #endif
19066 #endif
19067 #endif
19068 EOF
19069 else
19070 sed 's/^ *//' >> tmp-stdint.h <<EOF
19071
19072 /* Some systems have guard macros to prevent redefinitions, define them. */
19073 #ifndef _INT8_T
19074 #define _INT8_T
19075 #endif
19076 #ifndef _INT16_T
19077 #define _INT16_T
19078 #endif
19079 #ifndef _INT32_T
19080 #define _INT32_T
19081 #endif
19082 #ifndef _UINT8_T
19083 #define _UINT8_T
19084 #endif
19085 #ifndef _UINT16_T
19086 #define _UINT16_T
19087 #endif
19088 #ifndef _UINT32_T
19089 #define _UINT32_T
19090 #endif
19091 EOF
19092 fi
19093
19094 # ------------- done basic int types, emit int64_t types ------------
19095 if test "$ac_cv_type_uint64_t" = yes; then
19096 sed 's/^ *//' >> tmp-stdint.h <<EOF
19097
19098 /* system headers have good uint64_t and int64_t */
19099 #ifndef _INT64_T
19100 #define _INT64_T
19101 #endif
19102 #ifndef _UINT64_T
19103 #define _UINT64_T
19104 #endif
19105 EOF
19106 elif test "$ac_cv_type_u_int64_t" = yes; then
19107 sed 's/^ *//' >> tmp-stdint.h <<EOF
19108
19109 /* system headers have an u_int64_t (and int64_t) */
19110 #ifndef _INT64_T
19111 #define _INT64_T
19112 #endif
19113 #ifndef _UINT64_T
19114 #define _UINT64_T
19115 #ifndef __uint64_t_defined
19116 #define __uint64_t_defined
19117 #ifndef uint64_t
19118 typedef u_int64_t uint64_t;
19119 #endif
19120 #endif
19121 #endif
19122 EOF
19123 elif test -n "$acx_cv_type_int64_t"; then
19124 sed 's/^ *//' >> tmp-stdint.h <<EOF
19125
19126 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
19127 #ifndef _INT64_T
19128 #define _INT64_T
19129 #ifndef int64_t
19130 typedef $acx_cv_type_int64_t int64_t;
19131 #endif
19132 #endif
19133 #ifndef _UINT64_T
19134 #define _UINT64_T
19135 #ifndef __uint64_t_defined
19136 #define __uint64_t_defined
19137 #ifndef uint64_t
19138 typedef unsigned $acx_cv_type_int64_t uint64_t;
19139 #endif
19140 #endif
19141 #endif
19142 EOF
19143 else
19144 sed 's/^ *//' >> tmp-stdint.h <<EOF
19145
19146 /* some common heuristics for int64_t, using compiler-specific tests */
19147 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
19148 #ifndef _INT64_T
19149 #define _INT64_T
19150 #ifndef __int64_t_defined
19151 #ifndef int64_t
19152 typedef long long int64_t;
19153 #endif
19154 #endif
19155 #endif
19156 #ifndef _UINT64_T
19157 #define _UINT64_T
19158 #ifndef uint64_t
19159 typedef unsigned long long uint64_t;
19160 #endif
19161 #endif
19162
19163 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
19164 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
19165 does not implement __extension__. But that compiler doesn't define
19166 __GNUC_MINOR__. */
19167 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
19168 # define __extension__
19169 # endif
19170
19171 # ifndef _INT64_T
19172 # define _INT64_T
19173 # ifndef int64_t
19174 __extension__ typedef long long int64_t;
19175 # endif
19176 # endif
19177 # ifndef _UINT64_T
19178 # define _UINT64_T
19179 # ifndef uint64_t
19180 __extension__ typedef unsigned long long uint64_t;
19181 # endif
19182 # endif
19183
19184 #elif !defined __STRICT_ANSI__
19185 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
19186
19187 # ifndef _INT64_T
19188 # define _INT64_T
19189 # ifndef int64_t
19190 typedef __int64 int64_t;
19191 # endif
19192 # endif
19193 # ifndef _UINT64_T
19194 # define _UINT64_T
19195 # ifndef uint64_t
19196 typedef unsigned __int64 uint64_t;
19197 # endif
19198 # endif
19199 # endif /* compiler */
19200
19201 #endif /* ANSI version */
19202 EOF
19203 fi
19204
19205 # ------------- done int64_t types, emit intptr types ------------
19206 if test "$ac_cv_type_uintptr_t" != yes; then
19207 sed 's/^ *//' >> tmp-stdint.h <<EOF
19208
19209 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
19210 #ifndef __uintptr_t_defined
19211 #ifndef uintptr_t
19212 typedef u$acx_cv_type_intptr_t uintptr_t;
19213 #endif
19214 #endif
19215 #ifndef __intptr_t_defined
19216 #ifndef intptr_t
19217 typedef $acx_cv_type_intptr_t intptr_t;
19218 #endif
19219 #endif
19220 EOF
19221 fi
19222
19223 # ------------- done intptr types, emit int_least types ------------
19224 if test "$ac_cv_type_int_least32_t" != yes; then
19225 sed 's/^ *//' >> tmp-stdint.h <<EOF
19226
19227 /* Define int_least types */
19228 typedef int8_t int_least8_t;
19229 typedef int16_t int_least16_t;
19230 typedef int32_t int_least32_t;
19231 #ifdef _INT64_T
19232 typedef int64_t int_least64_t;
19233 #endif
19234
19235 typedef uint8_t uint_least8_t;
19236 typedef uint16_t uint_least16_t;
19237 typedef uint32_t uint_least32_t;
19238 #ifdef _UINT64_T
19239 typedef uint64_t uint_least64_t;
19240 #endif
19241 EOF
19242 fi
19243
19244 # ------------- done intptr types, emit int_fast types ------------
19245 if test "$ac_cv_type_int_fast32_t" != yes; then
19246 sed 's/^ *//' >> tmp-stdint.h <<EOF
19247
19248 /* Define int_fast types. short is often slow */
19249 typedef int8_t int_fast8_t;
19250 typedef int int_fast16_t;
19251 typedef int32_t int_fast32_t;
19252 #ifdef _INT64_T
19253 typedef int64_t int_fast64_t;
19254 #endif
19255
19256 typedef uint8_t uint_fast8_t;
19257 typedef unsigned int uint_fast16_t;
19258 typedef uint32_t uint_fast32_t;
19259 #ifdef _UINT64_T
19260 typedef uint64_t uint_fast64_t;
19261 #endif
19262 EOF
19263 fi
19264
19265 if test "$ac_cv_type_uintmax_t" != yes; then
19266 sed 's/^ *//' >> tmp-stdint.h <<EOF
19267
19268 /* Define intmax based on what we found */
19269 #ifndef intmax_t
19270 #ifdef _INT64_T
19271 typedef int64_t intmax_t;
19272 #else
19273 typedef long intmax_t;
19274 #endif
19275 #endif
19276 #ifndef uintmax_t
19277 #ifdef _UINT64_T
19278 typedef uint64_t uintmax_t;
19279 #else
19280 typedef unsigned long uintmax_t;
19281 #endif
19282 #endif
19283 EOF
19284 fi
19285
19286 sed 's/^ *//' >> tmp-stdint.h <<EOF
19287
19288 #endif /* GCC_GENERATED_STDINT_H */
19289 EOF
19290
19291 if test -r bfd_stdint.h && cmp -s tmp-stdint.h bfd_stdint.h; then
19292 rm -f tmp-stdint.h
19293 else
19294 mv -f tmp-stdint.h bfd_stdint.h
19295 fi
19296
19297 ;;
19298 "default":C)
19299 case "$srcdir" in
19300 .) srcdirpre= ;;
19301 *) srcdirpre='$(srcdir)/' ;;
19302 esac
19303 POFILES=
19304 GMOFILES=
19305 for lang in dummy $OBSOLETE_ALL_LINGUAS; do
19306 if test $lang != dummy; then
19307 POFILES="$POFILES $srcdirpre$lang.po"
19308 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
19309 fi
19310 done
19311 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
19312 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
19313 -e "s,@POFILES@,$POFILES," \
19314 -e "s,@GMOFILES@,$GMOFILES," \
19315 po/Makefile.in > po/Makefile ;;
19316
19317 esac
19318 done # for ac_tag
19319
19320
19321 as_fn_exit 0
19322 _ACEOF
19323 ac_clean_files=$ac_clean_files_save
19324
19325 test $ac_write_fail = 0 ||
19326 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19327
19328
19329 # configure is writing to config.log, and then calls config.status.
19330 # config.status does its own redirection, appending to config.log.
19331 # Unfortunately, on DOS this fails, as config.log is still kept open
19332 # by configure, so config.status won't be able to write to it; its
19333 # output is simply discarded. So we exec the FD to /dev/null,
19334 # effectively closing config.log, so it can be properly (re)opened and
19335 # appended to by config.status. When coming back to configure, we
19336 # need to make the FD available again.
19337 if test "$no_create" != yes; then
19338 ac_cs_success=:
19339 ac_config_status_args=
19340 test "$silent" = yes &&
19341 ac_config_status_args="$ac_config_status_args --quiet"
19342 exec 5>/dev/null
19343 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19344 exec 5>>config.log
19345 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19346 # would make configure fail if this is the last instruction.
19347 $ac_cs_success || as_fn_exit 1
19348 fi
19349 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19350 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19351 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19352 fi
19353
19354
19355
19356 touch config.status.tmp
19357 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
19358 sed '/as_fn_exit 0/i \
19359 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
19360 touch --reference=Makefile Makefile.tmp \
19361 mv Makefile.tmp Makefile \
19362 ' config.status > config.status.tmp
19363 touch --reference=config.status config.status.tmp
19364 mv config.status.tmp config.status
19365 chmod +x config.status
19366 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
19367 touch --reference=Makefile Makefile.tmp
19368 mv Makefile.tmp Makefile
19369 else
19370 rm -f config.status.tmp
19371 fi