x86: Add CheckRegSize to AVX512_BF16 instructions with Disp8ShiftVL
[deliverable/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.32.51.
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.32.51'
591 PACKAGE_STRING='bfd 2.32.51'
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 OTOOL64
703 OTOOL
704 LIPO
705 NMEDIT
706 DSYMUTIL
707 OBJDUMP
708 LN_S
709 NM
710 ac_ct_DUMPBIN
711 DUMPBIN
712 LD
713 FGREP
714 SED
715 LIBTOOL
716 EGREP
717 GREP
718 CPP
719 RANLIB
720 AR
721 AM_BACKSLASH
722 AM_DEFAULT_VERBOSITY
723 AM_DEFAULT_V
724 AM_V
725 am__fastdepCC_FALSE
726 am__fastdepCC_TRUE
727 CCDEPMODE
728 am__nodep
729 AMDEPBACKSLASH
730 AMDEP_FALSE
731 AMDEP_TRUE
732 am__quote
733 am__include
734 DEPDIR
735 am__untar
736 am__tar
737 AMTAR
738 am__leading_dot
739 SET_MAKE
740 AWK
741 mkdir_p
742 MKDIR_P
743 INSTALL_STRIP_PROGRAM
744 STRIP
745 install_sh
746 MAKEINFO
747 AUTOHEADER
748 AUTOMAKE
749 AUTOCONF
750 ACLOCAL
751 VERSION
752 PACKAGE
753 CYGPATH_W
754 am__isrc
755 INSTALL_DATA
756 INSTALL_SCRIPT
757 INSTALL_PROGRAM
758 OBJEXT
759 EXEEXT
760 ac_ct_CC
761 CPPFLAGS
762 LDFLAGS
763 CFLAGS
764 CC
765 target_os
766 target_vendor
767 target_cpu
768 target
769 host_os
770 host_vendor
771 host_cpu
772 host
773 build_os
774 build_vendor
775 build_cpu
776 build
777 target_alias
778 host_alias
779 build_alias
780 LIBS
781 ECHO_T
782 ECHO_N
783 ECHO_C
784 DEFS
785 mandir
786 localedir
787 libdir
788 psdir
789 pdfdir
790 dvidir
791 htmldir
792 infodir
793 docdir
794 oldincludedir
795 includedir
796 runstatedir
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 runstatedir='${localstatedir}/run'
894 includedir='${prefix}/include'
895 oldincludedir='/usr/include'
896 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
897 infodir='${datarootdir}/info'
898 htmldir='${docdir}'
899 dvidir='${docdir}'
900 pdfdir='${docdir}'
901 psdir='${docdir}'
902 libdir='${exec_prefix}/lib'
903 localedir='${datarootdir}/locale'
904 mandir='${datarootdir}/man'
905
906 ac_prev=
907 ac_dashdash=
908 for ac_option
909 do
910 # If the previous option needs an argument, assign it.
911 if test -n "$ac_prev"; then
912 eval $ac_prev=\$ac_option
913 ac_prev=
914 continue
915 fi
916
917 case $ac_option in
918 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
919 *=) ac_optarg= ;;
920 *) ac_optarg=yes ;;
921 esac
922
923 # Accept the important Cygnus configure options, so we can diagnose typos.
924
925 case $ac_dashdash$ac_option in
926 --)
927 ac_dashdash=yes ;;
928
929 -bindir | --bindir | --bindi | --bind | --bin | --bi)
930 ac_prev=bindir ;;
931 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
932 bindir=$ac_optarg ;;
933
934 -build | --build | --buil | --bui | --bu)
935 ac_prev=build_alias ;;
936 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
937 build_alias=$ac_optarg ;;
938
939 -cache-file | --cache-file | --cache-fil | --cache-fi \
940 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
941 ac_prev=cache_file ;;
942 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
943 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
944 cache_file=$ac_optarg ;;
945
946 --config-cache | -C)
947 cache_file=config.cache ;;
948
949 -datadir | --datadir | --datadi | --datad)
950 ac_prev=datadir ;;
951 -datadir=* | --datadir=* | --datadi=* | --datad=*)
952 datadir=$ac_optarg ;;
953
954 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
955 | --dataroo | --dataro | --datar)
956 ac_prev=datarootdir ;;
957 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
958 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
959 datarootdir=$ac_optarg ;;
960
961 -disable-* | --disable-*)
962 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
963 # Reject names that are not valid shell variable names.
964 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
965 as_fn_error $? "invalid feature name: $ac_useropt"
966 ac_useropt_orig=$ac_useropt
967 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
968 case $ac_user_opts in
969 *"
970 "enable_$ac_useropt"
971 "*) ;;
972 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
973 ac_unrecognized_sep=', ';;
974 esac
975 eval enable_$ac_useropt=no ;;
976
977 -docdir | --docdir | --docdi | --doc | --do)
978 ac_prev=docdir ;;
979 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
980 docdir=$ac_optarg ;;
981
982 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
983 ac_prev=dvidir ;;
984 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
985 dvidir=$ac_optarg ;;
986
987 -enable-* | --enable-*)
988 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
989 # Reject names that are not valid shell variable names.
990 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
991 as_fn_error $? "invalid feature name: $ac_useropt"
992 ac_useropt_orig=$ac_useropt
993 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
994 case $ac_user_opts in
995 *"
996 "enable_$ac_useropt"
997 "*) ;;
998 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
999 ac_unrecognized_sep=', ';;
1000 esac
1001 eval enable_$ac_useropt=\$ac_optarg ;;
1002
1003 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1004 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1005 | --exec | --exe | --ex)
1006 ac_prev=exec_prefix ;;
1007 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1008 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1009 | --exec=* | --exe=* | --ex=*)
1010 exec_prefix=$ac_optarg ;;
1011
1012 -gas | --gas | --ga | --g)
1013 # Obsolete; use --with-gas.
1014 with_gas=yes ;;
1015
1016 -help | --help | --hel | --he | -h)
1017 ac_init_help=long ;;
1018 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1019 ac_init_help=recursive ;;
1020 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1021 ac_init_help=short ;;
1022
1023 -host | --host | --hos | --ho)
1024 ac_prev=host_alias ;;
1025 -host=* | --host=* | --hos=* | --ho=*)
1026 host_alias=$ac_optarg ;;
1027
1028 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1029 ac_prev=htmldir ;;
1030 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1031 | --ht=*)
1032 htmldir=$ac_optarg ;;
1033
1034 -includedir | --includedir | --includedi | --included | --include \
1035 | --includ | --inclu | --incl | --inc)
1036 ac_prev=includedir ;;
1037 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1038 | --includ=* | --inclu=* | --incl=* | --inc=*)
1039 includedir=$ac_optarg ;;
1040
1041 -infodir | --infodir | --infodi | --infod | --info | --inf)
1042 ac_prev=infodir ;;
1043 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1044 infodir=$ac_optarg ;;
1045
1046 -libdir | --libdir | --libdi | --libd)
1047 ac_prev=libdir ;;
1048 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1049 libdir=$ac_optarg ;;
1050
1051 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1052 | --libexe | --libex | --libe)
1053 ac_prev=libexecdir ;;
1054 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1055 | --libexe=* | --libex=* | --libe=*)
1056 libexecdir=$ac_optarg ;;
1057
1058 -localedir | --localedir | --localedi | --localed | --locale)
1059 ac_prev=localedir ;;
1060 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1061 localedir=$ac_optarg ;;
1062
1063 -localstatedir | --localstatedir | --localstatedi | --localstated \
1064 | --localstate | --localstat | --localsta | --localst | --locals)
1065 ac_prev=localstatedir ;;
1066 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1067 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1068 localstatedir=$ac_optarg ;;
1069
1070 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1071 ac_prev=mandir ;;
1072 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1073 mandir=$ac_optarg ;;
1074
1075 -nfp | --nfp | --nf)
1076 # Obsolete; use --without-fp.
1077 with_fp=no ;;
1078
1079 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1080 | --no-cr | --no-c | -n)
1081 no_create=yes ;;
1082
1083 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1084 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1085 no_recursion=yes ;;
1086
1087 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1088 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1089 | --oldin | --oldi | --old | --ol | --o)
1090 ac_prev=oldincludedir ;;
1091 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1092 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1093 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1094 oldincludedir=$ac_optarg ;;
1095
1096 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1097 ac_prev=prefix ;;
1098 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1099 prefix=$ac_optarg ;;
1100
1101 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1102 | --program-pre | --program-pr | --program-p)
1103 ac_prev=program_prefix ;;
1104 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1105 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1106 program_prefix=$ac_optarg ;;
1107
1108 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1109 | --program-suf | --program-su | --program-s)
1110 ac_prev=program_suffix ;;
1111 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1112 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1113 program_suffix=$ac_optarg ;;
1114
1115 -program-transform-name | --program-transform-name \
1116 | --program-transform-nam | --program-transform-na \
1117 | --program-transform-n | --program-transform- \
1118 | --program-transform | --program-transfor \
1119 | --program-transfo | --program-transf \
1120 | --program-trans | --program-tran \
1121 | --progr-tra | --program-tr | --program-t)
1122 ac_prev=program_transform_name ;;
1123 -program-transform-name=* | --program-transform-name=* \
1124 | --program-transform-nam=* | --program-transform-na=* \
1125 | --program-transform-n=* | --program-transform-=* \
1126 | --program-transform=* | --program-transfor=* \
1127 | --program-transfo=* | --program-transf=* \
1128 | --program-trans=* | --program-tran=* \
1129 | --progr-tra=* | --program-tr=* | --program-t=*)
1130 program_transform_name=$ac_optarg ;;
1131
1132 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1133 ac_prev=pdfdir ;;
1134 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1135 pdfdir=$ac_optarg ;;
1136
1137 -psdir | --psdir | --psdi | --psd | --ps)
1138 ac_prev=psdir ;;
1139 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1140 psdir=$ac_optarg ;;
1141
1142 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1143 | -silent | --silent | --silen | --sile | --sil)
1144 silent=yes ;;
1145
1146 -runstatedir | --runstatedir | --runstatedi | --runstated \
1147 | --runstate | --runstat | --runsta | --runst | --runs \
1148 | --run | --ru | --r)
1149 ac_prev=runstatedir ;;
1150 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1151 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1152 | --run=* | --ru=* | --r=*)
1153 runstatedir=$ac_optarg ;;
1154
1155 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1156 ac_prev=sbindir ;;
1157 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1158 | --sbi=* | --sb=*)
1159 sbindir=$ac_optarg ;;
1160
1161 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1162 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1163 | --sharedst | --shareds | --shared | --share | --shar \
1164 | --sha | --sh)
1165 ac_prev=sharedstatedir ;;
1166 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1167 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1168 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1169 | --sha=* | --sh=*)
1170 sharedstatedir=$ac_optarg ;;
1171
1172 -site | --site | --sit)
1173 ac_prev=site ;;
1174 -site=* | --site=* | --sit=*)
1175 site=$ac_optarg ;;
1176
1177 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1178 ac_prev=srcdir ;;
1179 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1180 srcdir=$ac_optarg ;;
1181
1182 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1183 | --syscon | --sysco | --sysc | --sys | --sy)
1184 ac_prev=sysconfdir ;;
1185 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1186 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1187 sysconfdir=$ac_optarg ;;
1188
1189 -target | --target | --targe | --targ | --tar | --ta | --t)
1190 ac_prev=target_alias ;;
1191 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1192 target_alias=$ac_optarg ;;
1193
1194 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1195 verbose=yes ;;
1196
1197 -version | --version | --versio | --versi | --vers | -V)
1198 ac_init_version=: ;;
1199
1200 -with-* | --with-*)
1201 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1202 # Reject names that are not valid shell variable names.
1203 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1204 as_fn_error $? "invalid package name: $ac_useropt"
1205 ac_useropt_orig=$ac_useropt
1206 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1207 case $ac_user_opts in
1208 *"
1209 "with_$ac_useropt"
1210 "*) ;;
1211 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1212 ac_unrecognized_sep=', ';;
1213 esac
1214 eval with_$ac_useropt=\$ac_optarg ;;
1215
1216 -without-* | --without-*)
1217 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1218 # Reject names that are not valid shell variable names.
1219 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1220 as_fn_error $? "invalid package name: $ac_useropt"
1221 ac_useropt_orig=$ac_useropt
1222 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1223 case $ac_user_opts in
1224 *"
1225 "with_$ac_useropt"
1226 "*) ;;
1227 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1228 ac_unrecognized_sep=', ';;
1229 esac
1230 eval with_$ac_useropt=no ;;
1231
1232 --x)
1233 # Obsolete; use --with-x.
1234 with_x=yes ;;
1235
1236 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1237 | --x-incl | --x-inc | --x-in | --x-i)
1238 ac_prev=x_includes ;;
1239 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1240 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1241 x_includes=$ac_optarg ;;
1242
1243 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1244 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1245 ac_prev=x_libraries ;;
1246 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1247 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1248 x_libraries=$ac_optarg ;;
1249
1250 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1251 Try \`$0 --help' for more information"
1252 ;;
1253
1254 *=*)
1255 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1256 # Reject names that are not valid shell variable names.
1257 case $ac_envvar in #(
1258 '' | [0-9]* | *[!_$as_cr_alnum]* )
1259 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1260 esac
1261 eval $ac_envvar=\$ac_optarg
1262 export $ac_envvar ;;
1263
1264 *)
1265 # FIXME: should be removed in autoconf 3.0.
1266 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1267 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1268 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1269 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1270 ;;
1271
1272 esac
1273 done
1274
1275 if test -n "$ac_prev"; then
1276 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1277 as_fn_error $? "missing argument to $ac_option"
1278 fi
1279
1280 if test -n "$ac_unrecognized_opts"; then
1281 case $enable_option_checking in
1282 no) ;;
1283 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1284 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1285 esac
1286 fi
1287
1288 # Check all directory arguments for consistency.
1289 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1290 datadir sysconfdir sharedstatedir localstatedir includedir \
1291 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1292 libdir localedir mandir runstatedir
1293 do
1294 eval ac_val=\$$ac_var
1295 # Remove trailing slashes.
1296 case $ac_val in
1297 */ )
1298 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1299 eval $ac_var=\$ac_val;;
1300 esac
1301 # Be sure to have absolute directory names.
1302 case $ac_val in
1303 [\\/$]* | ?:[\\/]* ) continue;;
1304 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1305 esac
1306 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1307 done
1308
1309 # There might be people who depend on the old broken behavior: `$host'
1310 # used to hold the argument of --host etc.
1311 # FIXME: To remove some day.
1312 build=$build_alias
1313 host=$host_alias
1314 target=$target_alias
1315
1316 # FIXME: To remove some day.
1317 if test "x$host_alias" != x; then
1318 if test "x$build_alias" = x; then
1319 cross_compiling=maybe
1320 elif test "x$build_alias" != "x$host_alias"; then
1321 cross_compiling=yes
1322 fi
1323 fi
1324
1325 ac_tool_prefix=
1326 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1327
1328 test "$silent" = yes && exec 6>/dev/null
1329
1330
1331 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1332 ac_ls_di=`ls -di .` &&
1333 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1334 as_fn_error $? "working directory cannot be determined"
1335 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1336 as_fn_error $? "pwd does not report name of working directory"
1337
1338
1339 # Find the source files, if location was not specified.
1340 if test -z "$srcdir"; then
1341 ac_srcdir_defaulted=yes
1342 # Try the directory containing this script, then the parent directory.
1343 ac_confdir=`$as_dirname -- "$as_myself" ||
1344 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1345 X"$as_myself" : 'X\(//\)[^/]' \| \
1346 X"$as_myself" : 'X\(//\)$' \| \
1347 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1348 $as_echo X"$as_myself" |
1349 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1350 s//\1/
1351 q
1352 }
1353 /^X\(\/\/\)[^/].*/{
1354 s//\1/
1355 q
1356 }
1357 /^X\(\/\/\)$/{
1358 s//\1/
1359 q
1360 }
1361 /^X\(\/\).*/{
1362 s//\1/
1363 q
1364 }
1365 s/.*/./; q'`
1366 srcdir=$ac_confdir
1367 if test ! -r "$srcdir/$ac_unique_file"; then
1368 srcdir=..
1369 fi
1370 else
1371 ac_srcdir_defaulted=no
1372 fi
1373 if test ! -r "$srcdir/$ac_unique_file"; then
1374 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1375 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1376 fi
1377 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1378 ac_abs_confdir=`(
1379 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1380 pwd)`
1381 # When building in place, set srcdir=.
1382 if test "$ac_abs_confdir" = "$ac_pwd"; then
1383 srcdir=.
1384 fi
1385 # Remove unnecessary trailing slashes from srcdir.
1386 # Double slashes in file names in object file debugging info
1387 # mess up M-x gdb in Emacs.
1388 case $srcdir in
1389 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1390 esac
1391 for ac_var in $ac_precious_vars; do
1392 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1393 eval ac_env_${ac_var}_value=\$${ac_var}
1394 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1395 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1396 done
1397
1398 #
1399 # Report the --help message.
1400 #
1401 if test "$ac_init_help" = "long"; then
1402 # Omit some internal or obsolete options to make the list less imposing.
1403 # This message is too long to be a string in the A/UX 3.1 sh.
1404 cat <<_ACEOF
1405 \`configure' configures bfd 2.32.51 to adapt to many kinds of systems.
1406
1407 Usage: $0 [OPTION]... [VAR=VALUE]...
1408
1409 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1410 VAR=VALUE. See below for descriptions of some of the useful variables.
1411
1412 Defaults for the options are specified in brackets.
1413
1414 Configuration:
1415 -h, --help display this help and exit
1416 --help=short display options specific to this package
1417 --help=recursive display the short help of all the included packages
1418 -V, --version display version information and exit
1419 -q, --quiet, --silent do not print \`checking ...' messages
1420 --cache-file=FILE cache test results in FILE [disabled]
1421 -C, --config-cache alias for \`--cache-file=config.cache'
1422 -n, --no-create do not create output files
1423 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1424
1425 Installation directories:
1426 --prefix=PREFIX install architecture-independent files in PREFIX
1427 [$ac_default_prefix]
1428 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1429 [PREFIX]
1430
1431 By default, \`make install' will install all the files in
1432 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1433 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1434 for instance \`--prefix=\$HOME'.
1435
1436 For better control, use the options below.
1437
1438 Fine tuning of the installation directories:
1439 --bindir=DIR user executables [EPREFIX/bin]
1440 --sbindir=DIR system admin executables [EPREFIX/sbin]
1441 --libexecdir=DIR program executables [EPREFIX/libexec]
1442 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1443 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1444 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1445 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1446 --libdir=DIR object code libraries [EPREFIX/lib]
1447 --includedir=DIR C header files [PREFIX/include]
1448 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1449 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1450 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1451 --infodir=DIR info documentation [DATAROOTDIR/info]
1452 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1453 --mandir=DIR man documentation [DATAROOTDIR/man]
1454 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
1455 --htmldir=DIR html documentation [DOCDIR]
1456 --dvidir=DIR dvi documentation [DOCDIR]
1457 --pdfdir=DIR pdf documentation [DOCDIR]
1458 --psdir=DIR ps documentation [DOCDIR]
1459 _ACEOF
1460
1461 cat <<\_ACEOF
1462
1463 Program names:
1464 --program-prefix=PREFIX prepend PREFIX to installed program names
1465 --program-suffix=SUFFIX append SUFFIX to installed program names
1466 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1467
1468 System types:
1469 --build=BUILD configure for building on BUILD [guessed]
1470 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1471 --target=TARGET configure for building compilers for TARGET [HOST]
1472 _ACEOF
1473 fi
1474
1475 if test -n "$ac_init_help"; then
1476 case $ac_init_help in
1477 short | recursive ) echo "Configuration of bfd 2.32.51:";;
1478 esac
1479 cat <<\_ACEOF
1480
1481 Optional Features:
1482 --disable-option-checking ignore unrecognized --enable/--with options
1483 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1484 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1485 --enable-dependency-tracking
1486 do not reject slow dependency extractors
1487 --disable-dependency-tracking
1488 speeds up one-time build
1489 --enable-silent-rules less verbose build output (undo: "make V=1")
1490 --disable-silent-rules verbose build output (undo: "make V=0")
1491 --enable-shared[=PKGS] build shared libraries [default=no]
1492 --enable-static[=PKGS] build static libraries [default=yes]
1493 --enable-fast-install[=PKGS]
1494 optimize for fast installation [default=yes]
1495 --disable-libtool-lock avoid locking (might break parallel builds)
1496 --enable-plugins Enable support for plugins
1497 --disable-largefile omit support for large files
1498 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1499 --enable-targets alternative target configurations
1500 --enable-64-bit-archive force 64-bit archives
1501 --enable-secureplt Default to creating read-only plt entries
1502 --enable-separate-code enable -z separate-code in ELF linker by default
1503 --enable-leading-mingw64-underscores
1504 Enable leading underscores on 64 bit mingw targets
1505 --enable-werror treat compile warnings as errors
1506 --enable-build-warnings enable build-time compiler warnings
1507 --enable-maintainer-mode
1508 enable make rules and dependencies not useful (and
1509 sometimes confusing) to the casual installer
1510 --enable-install-libbfd controls installation of libbfd and related headers
1511 --disable-nls do not use Native Language Support
1512
1513 Optional Packages:
1514 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1515 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1516 --with-pic try to use only PIC/non-PIC objects [default=use
1517 both]
1518 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1519 --with-mmap try using mmap for BFD input files if available
1520 --with-separate-debug-dir=DIR
1521 Look for global separate debug info in DIR
1522 [[default=LIBDIR/debug]]
1523 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1524 Binutils"
1525 --with-bugurl=URL Direct users to URL to report a bug
1526 --with-system-zlib use installed libz
1527
1528 Some influential environment variables:
1529 CC C compiler command
1530 CFLAGS C compiler flags
1531 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1532 nonstandard directory <lib dir>
1533 LIBS libraries to pass to the linker, e.g. -l<library>
1534 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1535 you have headers in a nonstandard directory <include dir>
1536 CPP C preprocessor
1537
1538 Use these variables to override the choices made by `configure' or to help
1539 it to find libraries and programs with nonstandard names/locations.
1540
1541 Report bugs to the package provider.
1542 _ACEOF
1543 ac_status=$?
1544 fi
1545
1546 if test "$ac_init_help" = "recursive"; then
1547 # If there are subdirs, report their specific --help.
1548 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1549 test -d "$ac_dir" ||
1550 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1551 continue
1552 ac_builddir=.
1553
1554 case "$ac_dir" in
1555 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1556 *)
1557 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1558 # A ".." for each directory in $ac_dir_suffix.
1559 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1560 case $ac_top_builddir_sub in
1561 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1562 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1563 esac ;;
1564 esac
1565 ac_abs_top_builddir=$ac_pwd
1566 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1567 # for backward compatibility:
1568 ac_top_builddir=$ac_top_build_prefix
1569
1570 case $srcdir in
1571 .) # We are building in place.
1572 ac_srcdir=.
1573 ac_top_srcdir=$ac_top_builddir_sub
1574 ac_abs_top_srcdir=$ac_pwd ;;
1575 [\\/]* | ?:[\\/]* ) # Absolute name.
1576 ac_srcdir=$srcdir$ac_dir_suffix;
1577 ac_top_srcdir=$srcdir
1578 ac_abs_top_srcdir=$srcdir ;;
1579 *) # Relative name.
1580 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1581 ac_top_srcdir=$ac_top_build_prefix$srcdir
1582 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1583 esac
1584 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1585
1586 cd "$ac_dir" || { ac_status=$?; continue; }
1587 # Check for guested configure.
1588 if test -f "$ac_srcdir/configure.gnu"; then
1589 echo &&
1590 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1591 elif test -f "$ac_srcdir/configure"; then
1592 echo &&
1593 $SHELL "$ac_srcdir/configure" --help=recursive
1594 else
1595 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1596 fi || ac_status=$?
1597 cd "$ac_pwd" || { ac_status=$?; break; }
1598 done
1599 fi
1600
1601 test -n "$ac_init_help" && exit $ac_status
1602 if $ac_init_version; then
1603 cat <<\_ACEOF
1604 bfd configure 2.32.51
1605 generated by GNU Autoconf 2.69
1606
1607 Copyright (C) 2012 Free Software Foundation, Inc.
1608 This configure script is free software; the Free Software Foundation
1609 gives unlimited permission to copy, distribute and modify it.
1610 _ACEOF
1611 exit
1612 fi
1613
1614 ## ------------------------ ##
1615 ## Autoconf initialization. ##
1616 ## ------------------------ ##
1617
1618 # ac_fn_c_try_compile LINENO
1619 # --------------------------
1620 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1621 ac_fn_c_try_compile ()
1622 {
1623 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1624 rm -f conftest.$ac_objext
1625 if { { ac_try="$ac_compile"
1626 case "(($ac_try" in
1627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1628 *) ac_try_echo=$ac_try;;
1629 esac
1630 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1631 $as_echo "$ac_try_echo"; } >&5
1632 (eval "$ac_compile") 2>conftest.err
1633 ac_status=$?
1634 if test -s conftest.err; then
1635 grep -v '^ *+' conftest.err >conftest.er1
1636 cat conftest.er1 >&5
1637 mv -f conftest.er1 conftest.err
1638 fi
1639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1640 test $ac_status = 0; } && {
1641 test -z "$ac_c_werror_flag" ||
1642 test ! -s conftest.err
1643 } && test -s conftest.$ac_objext; then :
1644 ac_retval=0
1645 else
1646 $as_echo "$as_me: failed program was:" >&5
1647 sed 's/^/| /' conftest.$ac_ext >&5
1648
1649 ac_retval=1
1650 fi
1651 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1652 as_fn_set_status $ac_retval
1653
1654 } # ac_fn_c_try_compile
1655
1656 # ac_fn_c_try_link LINENO
1657 # -----------------------
1658 # Try to link conftest.$ac_ext, and return whether this succeeded.
1659 ac_fn_c_try_link ()
1660 {
1661 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1662 rm -f conftest.$ac_objext conftest$ac_exeext
1663 if { { ac_try="$ac_link"
1664 case "(($ac_try" in
1665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1666 *) ac_try_echo=$ac_try;;
1667 esac
1668 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1669 $as_echo "$ac_try_echo"; } >&5
1670 (eval "$ac_link") 2>conftest.err
1671 ac_status=$?
1672 if test -s conftest.err; then
1673 grep -v '^ *+' conftest.err >conftest.er1
1674 cat conftest.er1 >&5
1675 mv -f conftest.er1 conftest.err
1676 fi
1677 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1678 test $ac_status = 0; } && {
1679 test -z "$ac_c_werror_flag" ||
1680 test ! -s conftest.err
1681 } && test -s conftest$ac_exeext && {
1682 test "$cross_compiling" = yes ||
1683 test -x conftest$ac_exeext
1684 }; then :
1685 ac_retval=0
1686 else
1687 $as_echo "$as_me: failed program was:" >&5
1688 sed 's/^/| /' conftest.$ac_ext >&5
1689
1690 ac_retval=1
1691 fi
1692 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1693 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1694 # interfere with the next link command; also delete a directory that is
1695 # left behind by Apple's compiler. We do this before executing the actions.
1696 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1697 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1698 as_fn_set_status $ac_retval
1699
1700 } # ac_fn_c_try_link
1701
1702 # ac_fn_c_try_cpp LINENO
1703 # ----------------------
1704 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1705 ac_fn_c_try_cpp ()
1706 {
1707 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1708 if { { ac_try="$ac_cpp conftest.$ac_ext"
1709 case "(($ac_try" in
1710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1711 *) ac_try_echo=$ac_try;;
1712 esac
1713 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1714 $as_echo "$ac_try_echo"; } >&5
1715 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1716 ac_status=$?
1717 if test -s conftest.err; then
1718 grep -v '^ *+' conftest.err >conftest.er1
1719 cat conftest.er1 >&5
1720 mv -f conftest.er1 conftest.err
1721 fi
1722 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1723 test $ac_status = 0; } > conftest.i && {
1724 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1725 test ! -s conftest.err
1726 }; then :
1727 ac_retval=0
1728 else
1729 $as_echo "$as_me: failed program was:" >&5
1730 sed 's/^/| /' conftest.$ac_ext >&5
1731
1732 ac_retval=1
1733 fi
1734 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1735 as_fn_set_status $ac_retval
1736
1737 } # ac_fn_c_try_cpp
1738
1739 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1740 # -------------------------------------------------------
1741 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1742 # the include files in INCLUDES and setting the cache variable VAR
1743 # accordingly.
1744 ac_fn_c_check_header_mongrel ()
1745 {
1746 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1747 if eval \${$3+:} false; then :
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1749 $as_echo_n "checking for $2... " >&6; }
1750 if eval \${$3+:} false; then :
1751 $as_echo_n "(cached) " >&6
1752 fi
1753 eval ac_res=\$$3
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1755 $as_echo "$ac_res" >&6; }
1756 else
1757 # Is the header compilable?
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1759 $as_echo_n "checking $2 usability... " >&6; }
1760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1761 /* end confdefs.h. */
1762 $4
1763 #include <$2>
1764 _ACEOF
1765 if ac_fn_c_try_compile "$LINENO"; then :
1766 ac_header_compiler=yes
1767 else
1768 ac_header_compiler=no
1769 fi
1770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1772 $as_echo "$ac_header_compiler" >&6; }
1773
1774 # Is the header present?
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1776 $as_echo_n "checking $2 presence... " >&6; }
1777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1778 /* end confdefs.h. */
1779 #include <$2>
1780 _ACEOF
1781 if ac_fn_c_try_cpp "$LINENO"; then :
1782 ac_header_preproc=yes
1783 else
1784 ac_header_preproc=no
1785 fi
1786 rm -f conftest.err conftest.i conftest.$ac_ext
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1788 $as_echo "$ac_header_preproc" >&6; }
1789
1790 # So? What about this header?
1791 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1792 yes:no: )
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1794 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1796 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1797 ;;
1798 no:yes:* )
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1800 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1802 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1804 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1806 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1808 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1809 ;;
1810 esac
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1812 $as_echo_n "checking for $2... " >&6; }
1813 if eval \${$3+:} false; then :
1814 $as_echo_n "(cached) " >&6
1815 else
1816 eval "$3=\$ac_header_compiler"
1817 fi
1818 eval ac_res=\$$3
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1820 $as_echo "$ac_res" >&6; }
1821 fi
1822 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1823
1824 } # ac_fn_c_check_header_mongrel
1825
1826 # ac_fn_c_try_run LINENO
1827 # ----------------------
1828 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1829 # that executables *can* be run.
1830 ac_fn_c_try_run ()
1831 {
1832 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1833 if { { ac_try="$ac_link"
1834 case "(($ac_try" in
1835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1836 *) ac_try_echo=$ac_try;;
1837 esac
1838 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1839 $as_echo "$ac_try_echo"; } >&5
1840 (eval "$ac_link") 2>&5
1841 ac_status=$?
1842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1843 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1844 { { case "(($ac_try" in
1845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1846 *) ac_try_echo=$ac_try;;
1847 esac
1848 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1849 $as_echo "$ac_try_echo"; } >&5
1850 (eval "$ac_try") 2>&5
1851 ac_status=$?
1852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1853 test $ac_status = 0; }; }; then :
1854 ac_retval=0
1855 else
1856 $as_echo "$as_me: program exited with status $ac_status" >&5
1857 $as_echo "$as_me: failed program was:" >&5
1858 sed 's/^/| /' conftest.$ac_ext >&5
1859
1860 ac_retval=$ac_status
1861 fi
1862 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1863 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1864 as_fn_set_status $ac_retval
1865
1866 } # ac_fn_c_try_run
1867
1868 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1869 # -------------------------------------------------------
1870 # Tests whether HEADER exists and can be compiled using the include files in
1871 # INCLUDES, setting the cache variable VAR accordingly.
1872 ac_fn_c_check_header_compile ()
1873 {
1874 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1876 $as_echo_n "checking for $2... " >&6; }
1877 if eval \${$3+:} false; then :
1878 $as_echo_n "(cached) " >&6
1879 else
1880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1881 /* end confdefs.h. */
1882 $4
1883 #include <$2>
1884 _ACEOF
1885 if ac_fn_c_try_compile "$LINENO"; then :
1886 eval "$3=yes"
1887 else
1888 eval "$3=no"
1889 fi
1890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1891 fi
1892 eval ac_res=\$$3
1893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1894 $as_echo "$ac_res" >&6; }
1895 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1896
1897 } # ac_fn_c_check_header_compile
1898
1899 # ac_fn_c_check_func LINENO FUNC VAR
1900 # ----------------------------------
1901 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1902 ac_fn_c_check_func ()
1903 {
1904 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1906 $as_echo_n "checking for $2... " >&6; }
1907 if eval \${$3+:} false; then :
1908 $as_echo_n "(cached) " >&6
1909 else
1910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1911 /* end confdefs.h. */
1912 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1913 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1914 #define $2 innocuous_$2
1915
1916 /* System header to define __stub macros and hopefully few prototypes,
1917 which can conflict with char $2 (); below.
1918 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1919 <limits.h> exists even on freestanding compilers. */
1920
1921 #ifdef __STDC__
1922 # include <limits.h>
1923 #else
1924 # include <assert.h>
1925 #endif
1926
1927 #undef $2
1928
1929 /* Override any GCC internal prototype to avoid an error.
1930 Use char because int might match the return type of a GCC
1931 builtin and then its argument prototype would still apply. */
1932 #ifdef __cplusplus
1933 extern "C"
1934 #endif
1935 char $2 ();
1936 /* The GNU C library defines this for functions which it implements
1937 to always fail with ENOSYS. Some functions are actually named
1938 something starting with __ and the normal name is an alias. */
1939 #if defined __stub_$2 || defined __stub___$2
1940 choke me
1941 #endif
1942
1943 int
1944 main ()
1945 {
1946 return $2 ();
1947 ;
1948 return 0;
1949 }
1950 _ACEOF
1951 if ac_fn_c_try_link "$LINENO"; then :
1952 eval "$3=yes"
1953 else
1954 eval "$3=no"
1955 fi
1956 rm -f core conftest.err conftest.$ac_objext \
1957 conftest$ac_exeext conftest.$ac_ext
1958 fi
1959 eval ac_res=\$$3
1960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1961 $as_echo "$ac_res" >&6; }
1962 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1963
1964 } # ac_fn_c_check_func
1965
1966 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1967 # -------------------------------------------
1968 # Tests whether TYPE exists after having included INCLUDES, setting cache
1969 # variable VAR accordingly.
1970 ac_fn_c_check_type ()
1971 {
1972 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1974 $as_echo_n "checking for $2... " >&6; }
1975 if eval \${$3+:} false; then :
1976 $as_echo_n "(cached) " >&6
1977 else
1978 eval "$3=no"
1979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1980 /* end confdefs.h. */
1981 $4
1982 int
1983 main ()
1984 {
1985 if (sizeof ($2))
1986 return 0;
1987 ;
1988 return 0;
1989 }
1990 _ACEOF
1991 if ac_fn_c_try_compile "$LINENO"; then :
1992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1993 /* end confdefs.h. */
1994 $4
1995 int
1996 main ()
1997 {
1998 if (sizeof (($2)))
1999 return 0;
2000 ;
2001 return 0;
2002 }
2003 _ACEOF
2004 if ac_fn_c_try_compile "$LINENO"; then :
2005
2006 else
2007 eval "$3=yes"
2008 fi
2009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2010 fi
2011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2012 fi
2013 eval ac_res=\$$3
2014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2015 $as_echo "$ac_res" >&6; }
2016 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2017
2018 } # ac_fn_c_check_type
2019
2020 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2021 # --------------------------------------------
2022 # Tries to find the compile-time value of EXPR in a program that includes
2023 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2024 # computed
2025 ac_fn_c_compute_int ()
2026 {
2027 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2028 if test "$cross_compiling" = yes; then
2029 # Depending upon the size, compute the lo and hi bounds.
2030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2031 /* end confdefs.h. */
2032 $4
2033 int
2034 main ()
2035 {
2036 static int test_array [1 - 2 * !(($2) >= 0)];
2037 test_array [0] = 0;
2038 return test_array [0];
2039
2040 ;
2041 return 0;
2042 }
2043 _ACEOF
2044 if ac_fn_c_try_compile "$LINENO"; then :
2045 ac_lo=0 ac_mid=0
2046 while :; do
2047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2048 /* end confdefs.h. */
2049 $4
2050 int
2051 main ()
2052 {
2053 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2054 test_array [0] = 0;
2055 return test_array [0];
2056
2057 ;
2058 return 0;
2059 }
2060 _ACEOF
2061 if ac_fn_c_try_compile "$LINENO"; then :
2062 ac_hi=$ac_mid; break
2063 else
2064 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2065 if test $ac_lo -le $ac_mid; then
2066 ac_lo= ac_hi=
2067 break
2068 fi
2069 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2070 fi
2071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2072 done
2073 else
2074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2075 /* end confdefs.h. */
2076 $4
2077 int
2078 main ()
2079 {
2080 static int test_array [1 - 2 * !(($2) < 0)];
2081 test_array [0] = 0;
2082 return test_array [0];
2083
2084 ;
2085 return 0;
2086 }
2087 _ACEOF
2088 if ac_fn_c_try_compile "$LINENO"; then :
2089 ac_hi=-1 ac_mid=-1
2090 while :; do
2091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2092 /* end confdefs.h. */
2093 $4
2094 int
2095 main ()
2096 {
2097 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2098 test_array [0] = 0;
2099 return test_array [0];
2100
2101 ;
2102 return 0;
2103 }
2104 _ACEOF
2105 if ac_fn_c_try_compile "$LINENO"; then :
2106 ac_lo=$ac_mid; break
2107 else
2108 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2109 if test $ac_mid -le $ac_hi; then
2110 ac_lo= ac_hi=
2111 break
2112 fi
2113 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2114 fi
2115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2116 done
2117 else
2118 ac_lo= ac_hi=
2119 fi
2120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2121 fi
2122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2123 # Binary search between lo and hi bounds.
2124 while test "x$ac_lo" != "x$ac_hi"; do
2125 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2127 /* end confdefs.h. */
2128 $4
2129 int
2130 main ()
2131 {
2132 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2133 test_array [0] = 0;
2134 return test_array [0];
2135
2136 ;
2137 return 0;
2138 }
2139 _ACEOF
2140 if ac_fn_c_try_compile "$LINENO"; then :
2141 ac_hi=$ac_mid
2142 else
2143 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2144 fi
2145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2146 done
2147 case $ac_lo in #((
2148 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2149 '') ac_retval=1 ;;
2150 esac
2151 else
2152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2153 /* end confdefs.h. */
2154 $4
2155 static long int longval () { return $2; }
2156 static unsigned long int ulongval () { return $2; }
2157 #include <stdio.h>
2158 #include <stdlib.h>
2159 int
2160 main ()
2161 {
2162
2163 FILE *f = fopen ("conftest.val", "w");
2164 if (! f)
2165 return 1;
2166 if (($2) < 0)
2167 {
2168 long int i = longval ();
2169 if (i != ($2))
2170 return 1;
2171 fprintf (f, "%ld", i);
2172 }
2173 else
2174 {
2175 unsigned long int i = ulongval ();
2176 if (i != ($2))
2177 return 1;
2178 fprintf (f, "%lu", i);
2179 }
2180 /* Do not output a trailing newline, as this causes \r\n confusion
2181 on some platforms. */
2182 return ferror (f) || fclose (f) != 0;
2183
2184 ;
2185 return 0;
2186 }
2187 _ACEOF
2188 if ac_fn_c_try_run "$LINENO"; then :
2189 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2190 else
2191 ac_retval=1
2192 fi
2193 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2194 conftest.$ac_objext conftest.beam conftest.$ac_ext
2195 rm -f conftest.val
2196
2197 fi
2198 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2199 as_fn_set_status $ac_retval
2200
2201 } # ac_fn_c_compute_int
2202
2203 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2204 # ---------------------------------------------
2205 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2206 # accordingly.
2207 ac_fn_c_check_decl ()
2208 {
2209 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2210 as_decl_name=`echo $2|sed 's/ *(.*//'`
2211 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2213 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2214 if eval \${$3+:} false; then :
2215 $as_echo_n "(cached) " >&6
2216 else
2217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2218 /* end confdefs.h. */
2219 $4
2220 int
2221 main ()
2222 {
2223 #ifndef $as_decl_name
2224 #ifdef __cplusplus
2225 (void) $as_decl_use;
2226 #else
2227 (void) $as_decl_name;
2228 #endif
2229 #endif
2230
2231 ;
2232 return 0;
2233 }
2234 _ACEOF
2235 if ac_fn_c_try_compile "$LINENO"; then :
2236 eval "$3=yes"
2237 else
2238 eval "$3=no"
2239 fi
2240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2241 fi
2242 eval ac_res=\$$3
2243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2244 $as_echo "$ac_res" >&6; }
2245 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2246
2247 } # ac_fn_c_check_decl
2248 cat >config.log <<_ACEOF
2249 This file contains any messages produced by compilers while
2250 running configure, to aid debugging if configure makes a mistake.
2251
2252 It was created by bfd $as_me 2.32.51, which was
2253 generated by GNU Autoconf 2.69. Invocation command line was
2254
2255 $ $0 $@
2256
2257 _ACEOF
2258 exec 5>>config.log
2259 {
2260 cat <<_ASUNAME
2261 ## --------- ##
2262 ## Platform. ##
2263 ## --------- ##
2264
2265 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2266 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2267 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2268 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2269 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2270
2271 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2272 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2273
2274 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2275 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2276 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2277 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2278 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2279 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2280 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2281
2282 _ASUNAME
2283
2284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2285 for as_dir in $PATH
2286 do
2287 IFS=$as_save_IFS
2288 test -z "$as_dir" && as_dir=.
2289 $as_echo "PATH: $as_dir"
2290 done
2291 IFS=$as_save_IFS
2292
2293 } >&5
2294
2295 cat >&5 <<_ACEOF
2296
2297
2298 ## ----------- ##
2299 ## Core tests. ##
2300 ## ----------- ##
2301
2302 _ACEOF
2303
2304
2305 # Keep a trace of the command line.
2306 # Strip out --no-create and --no-recursion so they do not pile up.
2307 # Strip out --silent because we don't want to record it for future runs.
2308 # Also quote any args containing shell meta-characters.
2309 # Make two passes to allow for proper duplicate-argument suppression.
2310 ac_configure_args=
2311 ac_configure_args0=
2312 ac_configure_args1=
2313 ac_must_keep_next=false
2314 for ac_pass in 1 2
2315 do
2316 for ac_arg
2317 do
2318 case $ac_arg in
2319 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2320 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2321 | -silent | --silent | --silen | --sile | --sil)
2322 continue ;;
2323 *\'*)
2324 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2325 esac
2326 case $ac_pass in
2327 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2328 2)
2329 as_fn_append ac_configure_args1 " '$ac_arg'"
2330 if test $ac_must_keep_next = true; then
2331 ac_must_keep_next=false # Got value, back to normal.
2332 else
2333 case $ac_arg in
2334 *=* | --config-cache | -C | -disable-* | --disable-* \
2335 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2336 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2337 | -with-* | --with-* | -without-* | --without-* | --x)
2338 case "$ac_configure_args0 " in
2339 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2340 esac
2341 ;;
2342 -* ) ac_must_keep_next=true ;;
2343 esac
2344 fi
2345 as_fn_append ac_configure_args " '$ac_arg'"
2346 ;;
2347 esac
2348 done
2349 done
2350 { ac_configure_args0=; unset ac_configure_args0;}
2351 { ac_configure_args1=; unset ac_configure_args1;}
2352
2353 # When interrupted or exit'd, cleanup temporary files, and complete
2354 # config.log. We remove comments because anyway the quotes in there
2355 # would cause problems or look ugly.
2356 # WARNING: Use '\'' to represent an apostrophe within the trap.
2357 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2358 trap 'exit_status=$?
2359 # Save into config.log some information that might help in debugging.
2360 {
2361 echo
2362
2363 $as_echo "## ---------------- ##
2364 ## Cache variables. ##
2365 ## ---------------- ##"
2366 echo
2367 # The following way of writing the cache mishandles newlines in values,
2368 (
2369 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2370 eval ac_val=\$$ac_var
2371 case $ac_val in #(
2372 *${as_nl}*)
2373 case $ac_var in #(
2374 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2375 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2376 esac
2377 case $ac_var in #(
2378 _ | IFS | as_nl) ;; #(
2379 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2380 *) { eval $ac_var=; unset $ac_var;} ;;
2381 esac ;;
2382 esac
2383 done
2384 (set) 2>&1 |
2385 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2386 *${as_nl}ac_space=\ *)
2387 sed -n \
2388 "s/'\''/'\''\\\\'\'''\''/g;
2389 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2390 ;; #(
2391 *)
2392 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2393 ;;
2394 esac |
2395 sort
2396 )
2397 echo
2398
2399 $as_echo "## ----------------- ##
2400 ## Output variables. ##
2401 ## ----------------- ##"
2402 echo
2403 for ac_var in $ac_subst_vars
2404 do
2405 eval ac_val=\$$ac_var
2406 case $ac_val in
2407 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2408 esac
2409 $as_echo "$ac_var='\''$ac_val'\''"
2410 done | sort
2411 echo
2412
2413 if test -n "$ac_subst_files"; then
2414 $as_echo "## ------------------- ##
2415 ## File substitutions. ##
2416 ## ------------------- ##"
2417 echo
2418 for ac_var in $ac_subst_files
2419 do
2420 eval ac_val=\$$ac_var
2421 case $ac_val in
2422 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2423 esac
2424 $as_echo "$ac_var='\''$ac_val'\''"
2425 done | sort
2426 echo
2427 fi
2428
2429 if test -s confdefs.h; then
2430 $as_echo "## ----------- ##
2431 ## confdefs.h. ##
2432 ## ----------- ##"
2433 echo
2434 cat confdefs.h
2435 echo
2436 fi
2437 test "$ac_signal" != 0 &&
2438 $as_echo "$as_me: caught signal $ac_signal"
2439 $as_echo "$as_me: exit $exit_status"
2440 } >&5
2441 rm -f core *.core core.conftest.* &&
2442 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2443 exit $exit_status
2444 ' 0
2445 for ac_signal in 1 2 13 15; do
2446 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2447 done
2448 ac_signal=0
2449
2450 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2451 rm -f -r conftest* confdefs.h
2452
2453 $as_echo "/* confdefs.h */" > confdefs.h
2454
2455 # Predefined preprocessor variables.
2456
2457 cat >>confdefs.h <<_ACEOF
2458 #define PACKAGE_NAME "$PACKAGE_NAME"
2459 _ACEOF
2460
2461 cat >>confdefs.h <<_ACEOF
2462 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2463 _ACEOF
2464
2465 cat >>confdefs.h <<_ACEOF
2466 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2467 _ACEOF
2468
2469 cat >>confdefs.h <<_ACEOF
2470 #define PACKAGE_STRING "$PACKAGE_STRING"
2471 _ACEOF
2472
2473 cat >>confdefs.h <<_ACEOF
2474 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2475 _ACEOF
2476
2477 cat >>confdefs.h <<_ACEOF
2478 #define PACKAGE_URL "$PACKAGE_URL"
2479 _ACEOF
2480
2481
2482 # Let the site file select an alternate cache file if it wants to.
2483 # Prefer an explicitly selected file to automatically selected ones.
2484 ac_site_file1=NONE
2485 ac_site_file2=NONE
2486 if test -n "$CONFIG_SITE"; then
2487 # We do not want a PATH search for config.site.
2488 case $CONFIG_SITE in #((
2489 -*) ac_site_file1=./$CONFIG_SITE;;
2490 */*) ac_site_file1=$CONFIG_SITE;;
2491 *) ac_site_file1=./$CONFIG_SITE;;
2492 esac
2493 elif test "x$prefix" != xNONE; then
2494 ac_site_file1=$prefix/share/config.site
2495 ac_site_file2=$prefix/etc/config.site
2496 else
2497 ac_site_file1=$ac_default_prefix/share/config.site
2498 ac_site_file2=$ac_default_prefix/etc/config.site
2499 fi
2500 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2501 do
2502 test "x$ac_site_file" = xNONE && continue
2503 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2505 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2506 sed 's/^/| /' "$ac_site_file" >&5
2507 . "$ac_site_file" \
2508 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2509 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2510 as_fn_error $? "failed to load site script $ac_site_file
2511 See \`config.log' for more details" "$LINENO" 5; }
2512 fi
2513 done
2514
2515 if test -r "$cache_file"; then
2516 # Some versions of bash will fail to source /dev/null (special files
2517 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2518 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2519 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2520 $as_echo "$as_me: loading cache $cache_file" >&6;}
2521 case $cache_file in
2522 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2523 *) . "./$cache_file";;
2524 esac
2525 fi
2526 else
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2528 $as_echo "$as_me: creating cache $cache_file" >&6;}
2529 >$cache_file
2530 fi
2531
2532 as_fn_append ac_header_list " stdlib.h"
2533 as_fn_append ac_header_list " unistd.h"
2534 as_fn_append ac_header_list " sys/param.h"
2535 # Check that the precious variables saved in the cache have kept the same
2536 # value.
2537 ac_cache_corrupted=false
2538 for ac_var in $ac_precious_vars; do
2539 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2540 eval ac_new_set=\$ac_env_${ac_var}_set
2541 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2542 eval ac_new_val=\$ac_env_${ac_var}_value
2543 case $ac_old_set,$ac_new_set in
2544 set,)
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2546 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2547 ac_cache_corrupted=: ;;
2548 ,set)
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2550 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2551 ac_cache_corrupted=: ;;
2552 ,);;
2553 *)
2554 if test "x$ac_old_val" != "x$ac_new_val"; then
2555 # differences in whitespace do not lead to failure.
2556 ac_old_val_w=`echo x $ac_old_val`
2557 ac_new_val_w=`echo x $ac_new_val`
2558 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2560 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2561 ac_cache_corrupted=:
2562 else
2563 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2564 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2565 eval $ac_var=\$ac_old_val
2566 fi
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2568 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2570 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2571 fi;;
2572 esac
2573 # Pass precious variables to config.status.
2574 if test "$ac_new_set" = set; then
2575 case $ac_new_val in
2576 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2577 *) ac_arg=$ac_var=$ac_new_val ;;
2578 esac
2579 case " $ac_configure_args " in
2580 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2581 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2582 esac
2583 fi
2584 done
2585 if $ac_cache_corrupted; then
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2587 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2589 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2590 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2591 fi
2592 ## -------------------- ##
2593 ## Main body of script. ##
2594 ## -------------------- ##
2595
2596 ac_ext=c
2597 ac_cpp='$CPP $CPPFLAGS'
2598 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2599 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2600 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2601
2602
2603
2604
2605
2606
2607
2608 ac_aux_dir=
2609 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2610 if test -f "$ac_dir/install-sh"; then
2611 ac_aux_dir=$ac_dir
2612 ac_install_sh="$ac_aux_dir/install-sh -c"
2613 break
2614 elif test -f "$ac_dir/install.sh"; then
2615 ac_aux_dir=$ac_dir
2616 ac_install_sh="$ac_aux_dir/install.sh -c"
2617 break
2618 elif test -f "$ac_dir/shtool"; then
2619 ac_aux_dir=$ac_dir
2620 ac_install_sh="$ac_aux_dir/shtool install -c"
2621 break
2622 fi
2623 done
2624 if test -z "$ac_aux_dir"; then
2625 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2626 fi
2627
2628 # These three variables are undocumented and unsupported,
2629 # and are intended to be withdrawn in a future Autoconf release.
2630 # They can cause serious problems if a builder's source tree is in a directory
2631 # whose full name contains unusual characters.
2632 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2633 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2634 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2635
2636
2637 # Make sure we can run config.sub.
2638 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2639 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2640
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2642 $as_echo_n "checking build system type... " >&6; }
2643 if ${ac_cv_build+:} false; then :
2644 $as_echo_n "(cached) " >&6
2645 else
2646 ac_build_alias=$build_alias
2647 test "x$ac_build_alias" = x &&
2648 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2649 test "x$ac_build_alias" = x &&
2650 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2651 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2652 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2653
2654 fi
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2656 $as_echo "$ac_cv_build" >&6; }
2657 case $ac_cv_build in
2658 *-*-*) ;;
2659 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2660 esac
2661 build=$ac_cv_build
2662 ac_save_IFS=$IFS; IFS='-'
2663 set x $ac_cv_build
2664 shift
2665 build_cpu=$1
2666 build_vendor=$2
2667 shift; shift
2668 # Remember, the first character of IFS is used to create $*,
2669 # except with old shells:
2670 build_os=$*
2671 IFS=$ac_save_IFS
2672 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2673
2674
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2676 $as_echo_n "checking host system type... " >&6; }
2677 if ${ac_cv_host+:} false; then :
2678 $as_echo_n "(cached) " >&6
2679 else
2680 if test "x$host_alias" = x; then
2681 ac_cv_host=$ac_cv_build
2682 else
2683 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2684 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2685 fi
2686
2687 fi
2688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2689 $as_echo "$ac_cv_host" >&6; }
2690 case $ac_cv_host in
2691 *-*-*) ;;
2692 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2693 esac
2694 host=$ac_cv_host
2695 ac_save_IFS=$IFS; IFS='-'
2696 set x $ac_cv_host
2697 shift
2698 host_cpu=$1
2699 host_vendor=$2
2700 shift; shift
2701 # Remember, the first character of IFS is used to create $*,
2702 # except with old shells:
2703 host_os=$*
2704 IFS=$ac_save_IFS
2705 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2706
2707
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2709 $as_echo_n "checking target system type... " >&6; }
2710 if ${ac_cv_target+:} false; then :
2711 $as_echo_n "(cached) " >&6
2712 else
2713 if test "x$target_alias" = x; then
2714 ac_cv_target=$ac_cv_host
2715 else
2716 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2717 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2718 fi
2719
2720 fi
2721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2722 $as_echo "$ac_cv_target" >&6; }
2723 case $ac_cv_target in
2724 *-*-*) ;;
2725 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2726 esac
2727 target=$ac_cv_target
2728 ac_save_IFS=$IFS; IFS='-'
2729 set x $ac_cv_target
2730 shift
2731 target_cpu=$1
2732 target_vendor=$2
2733 shift; shift
2734 # Remember, the first character of IFS is used to create $*,
2735 # except with old shells:
2736 target_os=$*
2737 IFS=$ac_save_IFS
2738 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2739
2740
2741 # The aliases save the names the user supplied, while $host etc.
2742 # will get canonicalized.
2743 test -n "$target_alias" &&
2744 test "$program_prefix$program_suffix$program_transform_name" = \
2745 NONENONEs,x,x, &&
2746 program_prefix=${target_alias}-
2747 # Expand $ac_aux_dir to an absolute path.
2748 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2749
2750 ac_ext=c
2751 ac_cpp='$CPP $CPPFLAGS'
2752 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2753 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2754 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2755 if test -n "$ac_tool_prefix"; then
2756 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2757 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2759 $as_echo_n "checking for $ac_word... " >&6; }
2760 if ${ac_cv_prog_CC+:} false; then :
2761 $as_echo_n "(cached) " >&6
2762 else
2763 if test -n "$CC"; then
2764 ac_cv_prog_CC="$CC" # Let the user override the test.
2765 else
2766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2767 for as_dir in $PATH
2768 do
2769 IFS=$as_save_IFS
2770 test -z "$as_dir" && as_dir=.
2771 for ac_exec_ext in '' $ac_executable_extensions; do
2772 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2773 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2775 break 2
2776 fi
2777 done
2778 done
2779 IFS=$as_save_IFS
2780
2781 fi
2782 fi
2783 CC=$ac_cv_prog_CC
2784 if test -n "$CC"; then
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2786 $as_echo "$CC" >&6; }
2787 else
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2789 $as_echo "no" >&6; }
2790 fi
2791
2792
2793 fi
2794 if test -z "$ac_cv_prog_CC"; then
2795 ac_ct_CC=$CC
2796 # Extract the first word of "gcc", so it can be a program name with args.
2797 set dummy gcc; ac_word=$2
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2799 $as_echo_n "checking for $ac_word... " >&6; }
2800 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2801 $as_echo_n "(cached) " >&6
2802 else
2803 if test -n "$ac_ct_CC"; then
2804 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2805 else
2806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2807 for as_dir in $PATH
2808 do
2809 IFS=$as_save_IFS
2810 test -z "$as_dir" && as_dir=.
2811 for ac_exec_ext in '' $ac_executable_extensions; do
2812 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2813 ac_cv_prog_ac_ct_CC="gcc"
2814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2815 break 2
2816 fi
2817 done
2818 done
2819 IFS=$as_save_IFS
2820
2821 fi
2822 fi
2823 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2824 if test -n "$ac_ct_CC"; then
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2826 $as_echo "$ac_ct_CC" >&6; }
2827 else
2828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2829 $as_echo "no" >&6; }
2830 fi
2831
2832 if test "x$ac_ct_CC" = x; then
2833 CC=""
2834 else
2835 case $cross_compiling:$ac_tool_warned in
2836 yes:)
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2838 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2839 ac_tool_warned=yes ;;
2840 esac
2841 CC=$ac_ct_CC
2842 fi
2843 else
2844 CC="$ac_cv_prog_CC"
2845 fi
2846
2847 if test -z "$CC"; then
2848 if test -n "$ac_tool_prefix"; then
2849 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2850 set dummy ${ac_tool_prefix}cc; ac_word=$2
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2852 $as_echo_n "checking for $ac_word... " >&6; }
2853 if ${ac_cv_prog_CC+:} false; then :
2854 $as_echo_n "(cached) " >&6
2855 else
2856 if test -n "$CC"; then
2857 ac_cv_prog_CC="$CC" # Let the user override the test.
2858 else
2859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2860 for as_dir in $PATH
2861 do
2862 IFS=$as_save_IFS
2863 test -z "$as_dir" && as_dir=.
2864 for ac_exec_ext in '' $ac_executable_extensions; do
2865 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2866 ac_cv_prog_CC="${ac_tool_prefix}cc"
2867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2868 break 2
2869 fi
2870 done
2871 done
2872 IFS=$as_save_IFS
2873
2874 fi
2875 fi
2876 CC=$ac_cv_prog_CC
2877 if test -n "$CC"; then
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2879 $as_echo "$CC" >&6; }
2880 else
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2882 $as_echo "no" >&6; }
2883 fi
2884
2885
2886 fi
2887 fi
2888 if test -z "$CC"; then
2889 # Extract the first word of "cc", so it can be a program name with args.
2890 set dummy cc; ac_word=$2
2891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2892 $as_echo_n "checking for $ac_word... " >&6; }
2893 if ${ac_cv_prog_CC+:} false; then :
2894 $as_echo_n "(cached) " >&6
2895 else
2896 if test -n "$CC"; then
2897 ac_cv_prog_CC="$CC" # Let the user override the test.
2898 else
2899 ac_prog_rejected=no
2900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2901 for as_dir in $PATH
2902 do
2903 IFS=$as_save_IFS
2904 test -z "$as_dir" && as_dir=.
2905 for ac_exec_ext in '' $ac_executable_extensions; do
2906 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2907 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2908 ac_prog_rejected=yes
2909 continue
2910 fi
2911 ac_cv_prog_CC="cc"
2912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2913 break 2
2914 fi
2915 done
2916 done
2917 IFS=$as_save_IFS
2918
2919 if test $ac_prog_rejected = yes; then
2920 # We found a bogon in the path, so make sure we never use it.
2921 set dummy $ac_cv_prog_CC
2922 shift
2923 if test $# != 0; then
2924 # We chose a different compiler from the bogus one.
2925 # However, it has the same basename, so the bogon will be chosen
2926 # first if we set CC to just the basename; use the full file name.
2927 shift
2928 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2929 fi
2930 fi
2931 fi
2932 fi
2933 CC=$ac_cv_prog_CC
2934 if test -n "$CC"; then
2935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2936 $as_echo "$CC" >&6; }
2937 else
2938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2939 $as_echo "no" >&6; }
2940 fi
2941
2942
2943 fi
2944 if test -z "$CC"; then
2945 if test -n "$ac_tool_prefix"; then
2946 for ac_prog in cl.exe
2947 do
2948 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2949 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2951 $as_echo_n "checking for $ac_word... " >&6; }
2952 if ${ac_cv_prog_CC+:} false; then :
2953 $as_echo_n "(cached) " >&6
2954 else
2955 if test -n "$CC"; then
2956 ac_cv_prog_CC="$CC" # Let the user override the test.
2957 else
2958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2959 for as_dir in $PATH
2960 do
2961 IFS=$as_save_IFS
2962 test -z "$as_dir" && as_dir=.
2963 for ac_exec_ext in '' $ac_executable_extensions; do
2964 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2965 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2967 break 2
2968 fi
2969 done
2970 done
2971 IFS=$as_save_IFS
2972
2973 fi
2974 fi
2975 CC=$ac_cv_prog_CC
2976 if test -n "$CC"; then
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2978 $as_echo "$CC" >&6; }
2979 else
2980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2981 $as_echo "no" >&6; }
2982 fi
2983
2984
2985 test -n "$CC" && break
2986 done
2987 fi
2988 if test -z "$CC"; then
2989 ac_ct_CC=$CC
2990 for ac_prog in cl.exe
2991 do
2992 # Extract the first word of "$ac_prog", so it can be a program name with args.
2993 set dummy $ac_prog; ac_word=$2
2994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2995 $as_echo_n "checking for $ac_word... " >&6; }
2996 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2997 $as_echo_n "(cached) " >&6
2998 else
2999 if test -n "$ac_ct_CC"; then
3000 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3001 else
3002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3003 for as_dir in $PATH
3004 do
3005 IFS=$as_save_IFS
3006 test -z "$as_dir" && as_dir=.
3007 for ac_exec_ext in '' $ac_executable_extensions; do
3008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3009 ac_cv_prog_ac_ct_CC="$ac_prog"
3010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3011 break 2
3012 fi
3013 done
3014 done
3015 IFS=$as_save_IFS
3016
3017 fi
3018 fi
3019 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3020 if test -n "$ac_ct_CC"; then
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3022 $as_echo "$ac_ct_CC" >&6; }
3023 else
3024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3025 $as_echo "no" >&6; }
3026 fi
3027
3028
3029 test -n "$ac_ct_CC" && break
3030 done
3031
3032 if test "x$ac_ct_CC" = x; then
3033 CC=""
3034 else
3035 case $cross_compiling:$ac_tool_warned in
3036 yes:)
3037 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3038 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3039 ac_tool_warned=yes ;;
3040 esac
3041 CC=$ac_ct_CC
3042 fi
3043 fi
3044
3045 fi
3046
3047
3048 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3049 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3050 as_fn_error $? "no acceptable C compiler found in \$PATH
3051 See \`config.log' for more details" "$LINENO" 5; }
3052
3053 # Provide some information about the compiler.
3054 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3055 set X $ac_compile
3056 ac_compiler=$2
3057 for ac_option in --version -v -V -qversion; do
3058 { { ac_try="$ac_compiler $ac_option >&5"
3059 case "(($ac_try" in
3060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3061 *) ac_try_echo=$ac_try;;
3062 esac
3063 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3064 $as_echo "$ac_try_echo"; } >&5
3065 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3066 ac_status=$?
3067 if test -s conftest.err; then
3068 sed '10a\
3069 ... rest of stderr output deleted ...
3070 10q' conftest.err >conftest.er1
3071 cat conftest.er1 >&5
3072 fi
3073 rm -f conftest.er1 conftest.err
3074 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3075 test $ac_status = 0; }
3076 done
3077
3078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3079 /* end confdefs.h. */
3080
3081 int
3082 main ()
3083 {
3084
3085 ;
3086 return 0;
3087 }
3088 _ACEOF
3089 ac_clean_files_save=$ac_clean_files
3090 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3091 # Try to create an executable without -o first, disregard a.out.
3092 # It will help us diagnose broken compilers, and finding out an intuition
3093 # of exeext.
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3095 $as_echo_n "checking whether the C compiler works... " >&6; }
3096 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3097
3098 # The possible output files:
3099 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3100
3101 ac_rmfiles=
3102 for ac_file in $ac_files
3103 do
3104 case $ac_file in
3105 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3106 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3107 esac
3108 done
3109 rm -f $ac_rmfiles
3110
3111 if { { ac_try="$ac_link_default"
3112 case "(($ac_try" in
3113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3114 *) ac_try_echo=$ac_try;;
3115 esac
3116 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3117 $as_echo "$ac_try_echo"; } >&5
3118 (eval "$ac_link_default") 2>&5
3119 ac_status=$?
3120 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3121 test $ac_status = 0; }; then :
3122 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3123 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3124 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3125 # so that the user can short-circuit this test for compilers unknown to
3126 # Autoconf.
3127 for ac_file in $ac_files ''
3128 do
3129 test -f "$ac_file" || continue
3130 case $ac_file in
3131 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3132 ;;
3133 [ab].out )
3134 # We found the default executable, but exeext='' is most
3135 # certainly right.
3136 break;;
3137 *.* )
3138 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3139 then :; else
3140 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3141 fi
3142 # We set ac_cv_exeext here because the later test for it is not
3143 # safe: cross compilers may not add the suffix if given an `-o'
3144 # argument, so we may need to know it at that point already.
3145 # Even if this section looks crufty: it has the advantage of
3146 # actually working.
3147 break;;
3148 * )
3149 break;;
3150 esac
3151 done
3152 test "$ac_cv_exeext" = no && ac_cv_exeext=
3153
3154 else
3155 ac_file=''
3156 fi
3157 if test -z "$ac_file"; then :
3158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3159 $as_echo "no" >&6; }
3160 $as_echo "$as_me: failed program was:" >&5
3161 sed 's/^/| /' conftest.$ac_ext >&5
3162
3163 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3164 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3165 as_fn_error 77 "C compiler cannot create executables
3166 See \`config.log' for more details" "$LINENO" 5; }
3167 else
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3169 $as_echo "yes" >&6; }
3170 fi
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3172 $as_echo_n "checking for C compiler default output file name... " >&6; }
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3174 $as_echo "$ac_file" >&6; }
3175 ac_exeext=$ac_cv_exeext
3176
3177 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3178 ac_clean_files=$ac_clean_files_save
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3180 $as_echo_n "checking for suffix of executables... " >&6; }
3181 if { { ac_try="$ac_link"
3182 case "(($ac_try" in
3183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3184 *) ac_try_echo=$ac_try;;
3185 esac
3186 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3187 $as_echo "$ac_try_echo"; } >&5
3188 (eval "$ac_link") 2>&5
3189 ac_status=$?
3190 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3191 test $ac_status = 0; }; then :
3192 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3193 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3194 # work properly (i.e., refer to `conftest.exe'), while it won't with
3195 # `rm'.
3196 for ac_file in conftest.exe conftest conftest.*; do
3197 test -f "$ac_file" || continue
3198 case $ac_file in
3199 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3200 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3201 break;;
3202 * ) break;;
3203 esac
3204 done
3205 else
3206 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3207 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3208 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3209 See \`config.log' for more details" "$LINENO" 5; }
3210 fi
3211 rm -f conftest conftest$ac_cv_exeext
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3213 $as_echo "$ac_cv_exeext" >&6; }
3214
3215 rm -f conftest.$ac_ext
3216 EXEEXT=$ac_cv_exeext
3217 ac_exeext=$EXEEXT
3218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3219 /* end confdefs.h. */
3220 #include <stdio.h>
3221 int
3222 main ()
3223 {
3224 FILE *f = fopen ("conftest.out", "w");
3225 return ferror (f) || fclose (f) != 0;
3226
3227 ;
3228 return 0;
3229 }
3230 _ACEOF
3231 ac_clean_files="$ac_clean_files conftest.out"
3232 # Check that the compiler produces executables we can run. If not, either
3233 # the compiler is broken, or we cross compile.
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3235 $as_echo_n "checking whether we are cross compiling... " >&6; }
3236 if test "$cross_compiling" != yes; then
3237 { { ac_try="$ac_link"
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_link") 2>&5
3245 ac_status=$?
3246 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3247 test $ac_status = 0; }
3248 if { ac_try='./conftest$ac_cv_exeext'
3249 { { case "(($ac_try" in
3250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3251 *) ac_try_echo=$ac_try;;
3252 esac
3253 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3254 $as_echo "$ac_try_echo"; } >&5
3255 (eval "$ac_try") 2>&5
3256 ac_status=$?
3257 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3258 test $ac_status = 0; }; }; then
3259 cross_compiling=no
3260 else
3261 if test "$cross_compiling" = maybe; then
3262 cross_compiling=yes
3263 else
3264 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3265 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3266 as_fn_error $? "cannot run C compiled programs.
3267 If you meant to cross compile, use \`--host'.
3268 See \`config.log' for more details" "$LINENO" 5; }
3269 fi
3270 fi
3271 fi
3272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3273 $as_echo "$cross_compiling" >&6; }
3274
3275 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3276 ac_clean_files=$ac_clean_files_save
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3278 $as_echo_n "checking for suffix of object files... " >&6; }
3279 if ${ac_cv_objext+:} false; then :
3280 $as_echo_n "(cached) " >&6
3281 else
3282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3283 /* end confdefs.h. */
3284
3285 int
3286 main ()
3287 {
3288
3289 ;
3290 return 0;
3291 }
3292 _ACEOF
3293 rm -f conftest.o conftest.obj
3294 if { { ac_try="$ac_compile"
3295 case "(($ac_try" in
3296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3297 *) ac_try_echo=$ac_try;;
3298 esac
3299 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3300 $as_echo "$ac_try_echo"; } >&5
3301 (eval "$ac_compile") 2>&5
3302 ac_status=$?
3303 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3304 test $ac_status = 0; }; then :
3305 for ac_file in conftest.o conftest.obj conftest.*; do
3306 test -f "$ac_file" || continue;
3307 case $ac_file in
3308 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3309 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3310 break;;
3311 esac
3312 done
3313 else
3314 $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3316
3317 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3318 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3319 as_fn_error $? "cannot compute suffix of object files: cannot compile
3320 See \`config.log' for more details" "$LINENO" 5; }
3321 fi
3322 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3323 fi
3324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3325 $as_echo "$ac_cv_objext" >&6; }
3326 OBJEXT=$ac_cv_objext
3327 ac_objext=$OBJEXT
3328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3329 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3330 if ${ac_cv_c_compiler_gnu+:} false; then :
3331 $as_echo_n "(cached) " >&6
3332 else
3333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3334 /* end confdefs.h. */
3335
3336 int
3337 main ()
3338 {
3339 #ifndef __GNUC__
3340 choke me
3341 #endif
3342
3343 ;
3344 return 0;
3345 }
3346 _ACEOF
3347 if ac_fn_c_try_compile "$LINENO"; then :
3348 ac_compiler_gnu=yes
3349 else
3350 ac_compiler_gnu=no
3351 fi
3352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3353 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3354
3355 fi
3356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3357 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3358 if test $ac_compiler_gnu = yes; then
3359 GCC=yes
3360 else
3361 GCC=
3362 fi
3363 ac_test_CFLAGS=${CFLAGS+set}
3364 ac_save_CFLAGS=$CFLAGS
3365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3366 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3367 if ${ac_cv_prog_cc_g+:} false; then :
3368 $as_echo_n "(cached) " >&6
3369 else
3370 ac_save_c_werror_flag=$ac_c_werror_flag
3371 ac_c_werror_flag=yes
3372 ac_cv_prog_cc_g=no
3373 CFLAGS="-g"
3374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3375 /* end confdefs.h. */
3376
3377 int
3378 main ()
3379 {
3380
3381 ;
3382 return 0;
3383 }
3384 _ACEOF
3385 if ac_fn_c_try_compile "$LINENO"; then :
3386 ac_cv_prog_cc_g=yes
3387 else
3388 CFLAGS=""
3389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3390 /* end confdefs.h. */
3391
3392 int
3393 main ()
3394 {
3395
3396 ;
3397 return 0;
3398 }
3399 _ACEOF
3400 if ac_fn_c_try_compile "$LINENO"; then :
3401
3402 else
3403 ac_c_werror_flag=$ac_save_c_werror_flag
3404 CFLAGS="-g"
3405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3406 /* end confdefs.h. */
3407
3408 int
3409 main ()
3410 {
3411
3412 ;
3413 return 0;
3414 }
3415 _ACEOF
3416 if ac_fn_c_try_compile "$LINENO"; then :
3417 ac_cv_prog_cc_g=yes
3418 fi
3419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3420 fi
3421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3422 fi
3423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3424 ac_c_werror_flag=$ac_save_c_werror_flag
3425 fi
3426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3427 $as_echo "$ac_cv_prog_cc_g" >&6; }
3428 if test "$ac_test_CFLAGS" = set; then
3429 CFLAGS=$ac_save_CFLAGS
3430 elif test $ac_cv_prog_cc_g = yes; then
3431 if test "$GCC" = yes; then
3432 CFLAGS="-g -O2"
3433 else
3434 CFLAGS="-g"
3435 fi
3436 else
3437 if test "$GCC" = yes; then
3438 CFLAGS="-O2"
3439 else
3440 CFLAGS=
3441 fi
3442 fi
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3444 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3445 if ${ac_cv_prog_cc_c89+:} false; then :
3446 $as_echo_n "(cached) " >&6
3447 else
3448 ac_cv_prog_cc_c89=no
3449 ac_save_CC=$CC
3450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3451 /* end confdefs.h. */
3452 #include <stdarg.h>
3453 #include <stdio.h>
3454 struct stat;
3455 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3456 struct buf { int x; };
3457 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3458 static char *e (p, i)
3459 char **p;
3460 int i;
3461 {
3462 return p[i];
3463 }
3464 static char *f (char * (*g) (char **, int), char **p, ...)
3465 {
3466 char *s;
3467 va_list v;
3468 va_start (v,p);
3469 s = g (p, va_arg (v,int));
3470 va_end (v);
3471 return s;
3472 }
3473
3474 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3475 function prototypes and stuff, but not '\xHH' hex character constants.
3476 These don't provoke an error unfortunately, instead are silently treated
3477 as 'x'. The following induces an error, until -std is added to get
3478 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3479 array size at least. It's necessary to write '\x00'==0 to get something
3480 that's true only with -std. */
3481 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3482
3483 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3484 inside strings and character constants. */
3485 #define FOO(x) 'x'
3486 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3487
3488 int test (int i, double x);
3489 struct s1 {int (*f) (int a);};
3490 struct s2 {int (*f) (double a);};
3491 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3492 int argc;
3493 char **argv;
3494 int
3495 main ()
3496 {
3497 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3498 ;
3499 return 0;
3500 }
3501 _ACEOF
3502 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3503 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3504 do
3505 CC="$ac_save_CC $ac_arg"
3506 if ac_fn_c_try_compile "$LINENO"; then :
3507 ac_cv_prog_cc_c89=$ac_arg
3508 fi
3509 rm -f core conftest.err conftest.$ac_objext
3510 test "x$ac_cv_prog_cc_c89" != "xno" && break
3511 done
3512 rm -f conftest.$ac_ext
3513 CC=$ac_save_CC
3514
3515 fi
3516 # AC_CACHE_VAL
3517 case "x$ac_cv_prog_cc_c89" in
3518 x)
3519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3520 $as_echo "none needed" >&6; } ;;
3521 xno)
3522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3523 $as_echo "unsupported" >&6; } ;;
3524 *)
3525 CC="$CC $ac_cv_prog_cc_c89"
3526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3527 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3528 esac
3529 if test "x$ac_cv_prog_cc_c89" != xno; then :
3530
3531 fi
3532
3533 ac_ext=c
3534 ac_cpp='$CPP $CPPFLAGS'
3535 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3536 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3537 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3538
3539 ac_ext=c
3540 ac_cpp='$CPP $CPPFLAGS'
3541 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3542 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3543 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3545 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3546 if ${am_cv_prog_cc_c_o+:} false; then :
3547 $as_echo_n "(cached) " >&6
3548 else
3549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3550 /* end confdefs.h. */
3551
3552 int
3553 main ()
3554 {
3555
3556 ;
3557 return 0;
3558 }
3559 _ACEOF
3560 # Make sure it works both with $CC and with simple cc.
3561 # Following AC_PROG_CC_C_O, we do the test twice because some
3562 # compilers refuse to overwrite an existing .o file with -o,
3563 # though they will create one.
3564 am_cv_prog_cc_c_o=yes
3565 for am_i in 1 2; do
3566 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3567 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3568 ac_status=$?
3569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3570 (exit $ac_status); } \
3571 && test -f conftest2.$ac_objext; then
3572 : OK
3573 else
3574 am_cv_prog_cc_c_o=no
3575 break
3576 fi
3577 done
3578 rm -f core conftest*
3579 unset am_i
3580 fi
3581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3582 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3583 if test "$am_cv_prog_cc_c_o" != yes; then
3584 # Losing compiler, so override with the script.
3585 # FIXME: It is wrong to rewrite CC.
3586 # But if we don't then we get into trouble of one sort or another.
3587 # A longer-term fix would be to have automake use am__CC in this case,
3588 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3589 CC="$am_aux_dir/compile $CC"
3590 fi
3591 ac_ext=c
3592 ac_cpp='$CPP $CPPFLAGS'
3593 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3594 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3595 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3596
3597
3598
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3600 $as_echo_n "checking for library containing strerror... " >&6; }
3601 if ${ac_cv_search_strerror+:} false; then :
3602 $as_echo_n "(cached) " >&6
3603 else
3604 ac_func_search_save_LIBS=$LIBS
3605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3606 /* end confdefs.h. */
3607
3608 /* Override any GCC internal prototype to avoid an error.
3609 Use char because int might match the return type of a GCC
3610 builtin and then its argument prototype would still apply. */
3611 #ifdef __cplusplus
3612 extern "C"
3613 #endif
3614 char strerror ();
3615 int
3616 main ()
3617 {
3618 return strerror ();
3619 ;
3620 return 0;
3621 }
3622 _ACEOF
3623 for ac_lib in '' cposix; do
3624 if test -z "$ac_lib"; then
3625 ac_res="none required"
3626 else
3627 ac_res=-l$ac_lib
3628 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3629 fi
3630 if ac_fn_c_try_link "$LINENO"; then :
3631 ac_cv_search_strerror=$ac_res
3632 fi
3633 rm -f core conftest.err conftest.$ac_objext \
3634 conftest$ac_exeext
3635 if ${ac_cv_search_strerror+:} false; then :
3636 break
3637 fi
3638 done
3639 if ${ac_cv_search_strerror+:} false; then :
3640
3641 else
3642 ac_cv_search_strerror=no
3643 fi
3644 rm conftest.$ac_ext
3645 LIBS=$ac_func_search_save_LIBS
3646 fi
3647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3648 $as_echo "$ac_cv_search_strerror" >&6; }
3649 ac_res=$ac_cv_search_strerror
3650 if test "$ac_res" != no; then :
3651 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3652
3653 fi
3654
3655
3656 am__api_version='1.15'
3657
3658 # Find a good install program. We prefer a C program (faster),
3659 # so one script is as good as another. But avoid the broken or
3660 # incompatible versions:
3661 # SysV /etc/install, /usr/sbin/install
3662 # SunOS /usr/etc/install
3663 # IRIX /sbin/install
3664 # AIX /bin/install
3665 # AmigaOS /C/install, which installs bootblocks on floppy discs
3666 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3667 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3668 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3669 # OS/2's system install, which has a completely different semantic
3670 # ./install, which can be erroneously created by make from ./install.sh.
3671 # Reject install programs that cannot install multiple files.
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3673 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3674 if test -z "$INSTALL"; then
3675 if ${ac_cv_path_install+:} false; then :
3676 $as_echo_n "(cached) " >&6
3677 else
3678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3679 for as_dir in $PATH
3680 do
3681 IFS=$as_save_IFS
3682 test -z "$as_dir" && as_dir=.
3683 # Account for people who put trailing slashes in PATH elements.
3684 case $as_dir/ in #((
3685 ./ | .// | /[cC]/* | \
3686 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3687 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3688 /usr/ucb/* ) ;;
3689 *)
3690 # OSF1 and SCO ODT 3.0 have their own names for install.
3691 # Don't use installbsd from OSF since it installs stuff as root
3692 # by default.
3693 for ac_prog in ginstall scoinst install; do
3694 for ac_exec_ext in '' $ac_executable_extensions; do
3695 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3696 if test $ac_prog = install &&
3697 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3698 # AIX install. It has an incompatible calling convention.
3699 :
3700 elif test $ac_prog = install &&
3701 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3702 # program-specific install script used by HP pwplus--don't use.
3703 :
3704 else
3705 rm -rf conftest.one conftest.two conftest.dir
3706 echo one > conftest.one
3707 echo two > conftest.two
3708 mkdir conftest.dir
3709 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3710 test -s conftest.one && test -s conftest.two &&
3711 test -s conftest.dir/conftest.one &&
3712 test -s conftest.dir/conftest.two
3713 then
3714 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3715 break 3
3716 fi
3717 fi
3718 fi
3719 done
3720 done
3721 ;;
3722 esac
3723
3724 done
3725 IFS=$as_save_IFS
3726
3727 rm -rf conftest.one conftest.two conftest.dir
3728
3729 fi
3730 if test "${ac_cv_path_install+set}" = set; then
3731 INSTALL=$ac_cv_path_install
3732 else
3733 # As a last resort, use the slow shell script. Don't cache a
3734 # value for INSTALL within a source directory, because that will
3735 # break other packages using the cache if that directory is
3736 # removed, or if the value is a relative name.
3737 INSTALL=$ac_install_sh
3738 fi
3739 fi
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3741 $as_echo "$INSTALL" >&6; }
3742
3743 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3744 # It thinks the first close brace ends the variable substitution.
3745 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3746
3747 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3748
3749 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3750
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3752 $as_echo_n "checking whether build environment is sane... " >&6; }
3753 # Reject unsafe characters in $srcdir or the absolute working directory
3754 # name. Accept space and tab only in the latter.
3755 am_lf='
3756 '
3757 case `pwd` in
3758 *[\\\"\#\$\&\'\`$am_lf]*)
3759 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3760 esac
3761 case $srcdir in
3762 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3763 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3764 esac
3765
3766 # Do 'set' in a subshell so we don't clobber the current shell's
3767 # arguments. Must try -L first in case configure is actually a
3768 # symlink; some systems play weird games with the mod time of symlinks
3769 # (eg FreeBSD returns the mod time of the symlink's containing
3770 # directory).
3771 if (
3772 am_has_slept=no
3773 for am_try in 1 2; do
3774 echo "timestamp, slept: $am_has_slept" > conftest.file
3775 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3776 if test "$*" = "X"; then
3777 # -L didn't work.
3778 set X `ls -t "$srcdir/configure" conftest.file`
3779 fi
3780 if test "$*" != "X $srcdir/configure conftest.file" \
3781 && test "$*" != "X conftest.file $srcdir/configure"; then
3782
3783 # If neither matched, then we have a broken ls. This can happen
3784 # if, for instance, CONFIG_SHELL is bash and it inherits a
3785 # broken ls alias from the environment. This has actually
3786 # happened. Such a system could not be considered "sane".
3787 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3788 alias in your environment" "$LINENO" 5
3789 fi
3790 if test "$2" = conftest.file || test $am_try -eq 2; then
3791 break
3792 fi
3793 # Just in case.
3794 sleep 1
3795 am_has_slept=yes
3796 done
3797 test "$2" = conftest.file
3798 )
3799 then
3800 # Ok.
3801 :
3802 else
3803 as_fn_error $? "newly created file is older than distributed files!
3804 Check your system clock" "$LINENO" 5
3805 fi
3806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3807 $as_echo "yes" >&6; }
3808 # If we didn't sleep, we still need to ensure time stamps of config.status and
3809 # generated files are strictly newer.
3810 am_sleep_pid=
3811 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3812 ( sleep 1 ) &
3813 am_sleep_pid=$!
3814 fi
3815
3816 rm -f conftest.file
3817
3818 test "$program_prefix" != NONE &&
3819 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3820 # Use a double $ so make ignores it.
3821 test "$program_suffix" != NONE &&
3822 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3823 # Double any \ or $.
3824 # By default was `s,x,x', remove it if useless.
3825 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3826 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3827
3828 if test x"${MISSING+set}" != xset; then
3829 case $am_aux_dir in
3830 *\ * | *\ *)
3831 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3832 *)
3833 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3834 esac
3835 fi
3836 # Use eval to expand $SHELL
3837 if eval "$MISSING --is-lightweight"; then
3838 am_missing_run="$MISSING "
3839 else
3840 am_missing_run=
3841 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3842 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3843 fi
3844
3845 if test x"${install_sh+set}" != xset; then
3846 case $am_aux_dir in
3847 *\ * | *\ *)
3848 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3849 *)
3850 install_sh="\${SHELL} $am_aux_dir/install-sh"
3851 esac
3852 fi
3853
3854 # Installed binaries are usually stripped using 'strip' when the user
3855 # run "make install-strip". However 'strip' might not be the right
3856 # tool to use in cross-compilation environments, therefore Automake
3857 # will honor the 'STRIP' environment variable to overrule this program.
3858 if test "$cross_compiling" != no; then
3859 if test -n "$ac_tool_prefix"; then
3860 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3861 set dummy ${ac_tool_prefix}strip; ac_word=$2
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3863 $as_echo_n "checking for $ac_word... " >&6; }
3864 if ${ac_cv_prog_STRIP+:} false; then :
3865 $as_echo_n "(cached) " >&6
3866 else
3867 if test -n "$STRIP"; then
3868 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3869 else
3870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3871 for as_dir in $PATH
3872 do
3873 IFS=$as_save_IFS
3874 test -z "$as_dir" && as_dir=.
3875 for ac_exec_ext in '' $ac_executable_extensions; do
3876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3877 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3879 break 2
3880 fi
3881 done
3882 done
3883 IFS=$as_save_IFS
3884
3885 fi
3886 fi
3887 STRIP=$ac_cv_prog_STRIP
3888 if test -n "$STRIP"; then
3889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3890 $as_echo "$STRIP" >&6; }
3891 else
3892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3893 $as_echo "no" >&6; }
3894 fi
3895
3896
3897 fi
3898 if test -z "$ac_cv_prog_STRIP"; then
3899 ac_ct_STRIP=$STRIP
3900 # Extract the first word of "strip", so it can be a program name with args.
3901 set dummy strip; ac_word=$2
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3903 $as_echo_n "checking for $ac_word... " >&6; }
3904 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3905 $as_echo_n "(cached) " >&6
3906 else
3907 if test -n "$ac_ct_STRIP"; then
3908 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3909 else
3910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3911 for as_dir in $PATH
3912 do
3913 IFS=$as_save_IFS
3914 test -z "$as_dir" && as_dir=.
3915 for ac_exec_ext in '' $ac_executable_extensions; do
3916 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3917 ac_cv_prog_ac_ct_STRIP="strip"
3918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3919 break 2
3920 fi
3921 done
3922 done
3923 IFS=$as_save_IFS
3924
3925 fi
3926 fi
3927 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3928 if test -n "$ac_ct_STRIP"; then
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3930 $as_echo "$ac_ct_STRIP" >&6; }
3931 else
3932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3933 $as_echo "no" >&6; }
3934 fi
3935
3936 if test "x$ac_ct_STRIP" = x; then
3937 STRIP=":"
3938 else
3939 case $cross_compiling:$ac_tool_warned in
3940 yes:)
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3942 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3943 ac_tool_warned=yes ;;
3944 esac
3945 STRIP=$ac_ct_STRIP
3946 fi
3947 else
3948 STRIP="$ac_cv_prog_STRIP"
3949 fi
3950
3951 fi
3952 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3953
3954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3955 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3956 if test -z "$MKDIR_P"; then
3957 if ${ac_cv_path_mkdir+:} false; then :
3958 $as_echo_n "(cached) " >&6
3959 else
3960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3961 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3962 do
3963 IFS=$as_save_IFS
3964 test -z "$as_dir" && as_dir=.
3965 for ac_prog in mkdir gmkdir; do
3966 for ac_exec_ext in '' $ac_executable_extensions; do
3967 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3968 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3969 'mkdir (GNU coreutils) '* | \
3970 'mkdir (coreutils) '* | \
3971 'mkdir (fileutils) '4.1*)
3972 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3973 break 3;;
3974 esac
3975 done
3976 done
3977 done
3978 IFS=$as_save_IFS
3979
3980 fi
3981
3982 test -d ./--version && rmdir ./--version
3983 if test "${ac_cv_path_mkdir+set}" = set; then
3984 MKDIR_P="$ac_cv_path_mkdir -p"
3985 else
3986 # As a last resort, use the slow shell script. Don't cache a
3987 # value for MKDIR_P within a source directory, because that will
3988 # break other packages using the cache if that directory is
3989 # removed, or if the value is a relative name.
3990 MKDIR_P="$ac_install_sh -d"
3991 fi
3992 fi
3993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3994 $as_echo "$MKDIR_P" >&6; }
3995
3996 for ac_prog in gawk mawk nawk awk
3997 do
3998 # Extract the first word of "$ac_prog", so it can be a program name with args.
3999 set dummy $ac_prog; ac_word=$2
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4001 $as_echo_n "checking for $ac_word... " >&6; }
4002 if ${ac_cv_prog_AWK+:} false; then :
4003 $as_echo_n "(cached) " >&6
4004 else
4005 if test -n "$AWK"; then
4006 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4007 else
4008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4009 for as_dir in $PATH
4010 do
4011 IFS=$as_save_IFS
4012 test -z "$as_dir" && as_dir=.
4013 for ac_exec_ext in '' $ac_executable_extensions; do
4014 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4015 ac_cv_prog_AWK="$ac_prog"
4016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4017 break 2
4018 fi
4019 done
4020 done
4021 IFS=$as_save_IFS
4022
4023 fi
4024 fi
4025 AWK=$ac_cv_prog_AWK
4026 if test -n "$AWK"; then
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4028 $as_echo "$AWK" >&6; }
4029 else
4030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4031 $as_echo "no" >&6; }
4032 fi
4033
4034
4035 test -n "$AWK" && break
4036 done
4037
4038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4039 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4040 set x ${MAKE-make}
4041 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4042 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4043 $as_echo_n "(cached) " >&6
4044 else
4045 cat >conftest.make <<\_ACEOF
4046 SHELL = /bin/sh
4047 all:
4048 @echo '@@@%%%=$(MAKE)=@@@%%%'
4049 _ACEOF
4050 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4051 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4052 *@@@%%%=?*=@@@%%%*)
4053 eval ac_cv_prog_make_${ac_make}_set=yes;;
4054 *)
4055 eval ac_cv_prog_make_${ac_make}_set=no;;
4056 esac
4057 rm -f conftest.make
4058 fi
4059 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4061 $as_echo "yes" >&6; }
4062 SET_MAKE=
4063 else
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4065 $as_echo "no" >&6; }
4066 SET_MAKE="MAKE=${MAKE-make}"
4067 fi
4068
4069 rm -rf .tst 2>/dev/null
4070 mkdir .tst 2>/dev/null
4071 if test -d .tst; then
4072 am__leading_dot=.
4073 else
4074 am__leading_dot=_
4075 fi
4076 rmdir .tst 2>/dev/null
4077
4078 DEPDIR="${am__leading_dot}deps"
4079
4080 ac_config_commands="$ac_config_commands depfiles"
4081
4082
4083 am_make=${MAKE-make}
4084 cat > confinc << 'END'
4085 am__doit:
4086 @echo this is the am__doit target
4087 .PHONY: am__doit
4088 END
4089 # If we don't find an include directive, just comment out the code.
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4091 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4092 am__include="#"
4093 am__quote=
4094 _am_result=none
4095 # First try GNU make style include.
4096 echo "include confinc" > confmf
4097 # Ignore all kinds of additional output from 'make'.
4098 case `$am_make -s -f confmf 2> /dev/null` in #(
4099 *the\ am__doit\ target*)
4100 am__include=include
4101 am__quote=
4102 _am_result=GNU
4103 ;;
4104 esac
4105 # Now try BSD make style include.
4106 if test "$am__include" = "#"; then
4107 echo '.include "confinc"' > confmf
4108 case `$am_make -s -f confmf 2> /dev/null` in #(
4109 *the\ am__doit\ target*)
4110 am__include=.include
4111 am__quote="\""
4112 _am_result=BSD
4113 ;;
4114 esac
4115 fi
4116
4117
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4119 $as_echo "$_am_result" >&6; }
4120 rm -f confinc confmf
4121
4122 # Check whether --enable-dependency-tracking was given.
4123 if test "${enable_dependency_tracking+set}" = set; then :
4124 enableval=$enable_dependency_tracking;
4125 fi
4126
4127 if test "x$enable_dependency_tracking" != xno; then
4128 am_depcomp="$ac_aux_dir/depcomp"
4129 AMDEPBACKSLASH='\'
4130 am__nodep='_no'
4131 fi
4132 if test "x$enable_dependency_tracking" != xno; then
4133 AMDEP_TRUE=
4134 AMDEP_FALSE='#'
4135 else
4136 AMDEP_TRUE='#'
4137 AMDEP_FALSE=
4138 fi
4139
4140
4141 # Check whether --enable-silent-rules was given.
4142 if test "${enable_silent_rules+set}" = set; then :
4143 enableval=$enable_silent_rules;
4144 fi
4145
4146 case $enable_silent_rules in # (((
4147 yes) AM_DEFAULT_VERBOSITY=0;;
4148 no) AM_DEFAULT_VERBOSITY=1;;
4149 *) AM_DEFAULT_VERBOSITY=1;;
4150 esac
4151 am_make=${MAKE-make}
4152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4153 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4154 if ${am_cv_make_support_nested_variables+:} false; then :
4155 $as_echo_n "(cached) " >&6
4156 else
4157 if $as_echo 'TRUE=$(BAR$(V))
4158 BAR0=false
4159 BAR1=true
4160 V=1
4161 am__doit:
4162 @$(TRUE)
4163 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4164 am_cv_make_support_nested_variables=yes
4165 else
4166 am_cv_make_support_nested_variables=no
4167 fi
4168 fi
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4170 $as_echo "$am_cv_make_support_nested_variables" >&6; }
4171 if test $am_cv_make_support_nested_variables = yes; then
4172 AM_V='$(V)'
4173 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4174 else
4175 AM_V=$AM_DEFAULT_VERBOSITY
4176 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4177 fi
4178 AM_BACKSLASH='\'
4179
4180 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4181 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4182 # is not polluted with repeated "-I."
4183 am__isrc=' -I$(srcdir)'
4184 # test to see if srcdir already configured
4185 if test -f $srcdir/config.status; then
4186 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4187 fi
4188 fi
4189
4190 # test whether we have cygpath
4191 if test -z "$CYGPATH_W"; then
4192 if (cygpath --version) >/dev/null 2>/dev/null; then
4193 CYGPATH_W='cygpath -w'
4194 else
4195 CYGPATH_W=echo
4196 fi
4197 fi
4198
4199
4200 # Define the identity of the package.
4201 PACKAGE='bfd'
4202 VERSION='2.32.51'
4203
4204
4205 cat >>confdefs.h <<_ACEOF
4206 #define PACKAGE "$PACKAGE"
4207 _ACEOF
4208
4209
4210 cat >>confdefs.h <<_ACEOF
4211 #define VERSION "$VERSION"
4212 _ACEOF
4213
4214 # Some tools Automake needs.
4215
4216 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4217
4218
4219 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4220
4221
4222 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4223
4224
4225 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4226
4227
4228 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4229
4230 # For better backward compatibility. To be removed once Automake 1.9.x
4231 # dies out for good. For more background, see:
4232 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4233 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4234 mkdir_p='$(MKDIR_P)'
4235
4236 # We need awk for the "check" target (and possibly the TAP driver). The
4237 # system "awk" is bad on some platforms.
4238 # Always define AMTAR for backward compatibility. Yes, it's still used
4239 # in the wild :-( We should find a proper way to deprecate it ...
4240 AMTAR='$${TAR-tar}'
4241
4242
4243 # We'll loop over all known methods to create a tar archive until one works.
4244 _am_tools='gnutar pax cpio none'
4245
4246 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4247
4248
4249
4250
4251
4252 depcc="$CC" am_compiler_list=
4253
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4255 $as_echo_n "checking dependency style of $depcc... " >&6; }
4256 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4257 $as_echo_n "(cached) " >&6
4258 else
4259 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4260 # We make a subdir and do the tests there. Otherwise we can end up
4261 # making bogus files that we don't know about and never remove. For
4262 # instance it was reported that on HP-UX the gcc test will end up
4263 # making a dummy file named 'D' -- because '-MD' means "put the output
4264 # in D".
4265 rm -rf conftest.dir
4266 mkdir conftest.dir
4267 # Copy depcomp to subdir because otherwise we won't find it if we're
4268 # using a relative directory.
4269 cp "$am_depcomp" conftest.dir
4270 cd conftest.dir
4271 # We will build objects and dependencies in a subdirectory because
4272 # it helps to detect inapplicable dependency modes. For instance
4273 # both Tru64's cc and ICC support -MD to output dependencies as a
4274 # side effect of compilation, but ICC will put the dependencies in
4275 # the current directory while Tru64 will put them in the object
4276 # directory.
4277 mkdir sub
4278
4279 am_cv_CC_dependencies_compiler_type=none
4280 if test "$am_compiler_list" = ""; then
4281 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4282 fi
4283 am__universal=false
4284 case " $depcc " in #(
4285 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4286 esac
4287
4288 for depmode in $am_compiler_list; do
4289 # Setup a source with many dependencies, because some compilers
4290 # like to wrap large dependency lists on column 80 (with \), and
4291 # we should not choose a depcomp mode which is confused by this.
4292 #
4293 # We need to recreate these files for each test, as the compiler may
4294 # overwrite some of them when testing with obscure command lines.
4295 # This happens at least with the AIX C compiler.
4296 : > sub/conftest.c
4297 for i in 1 2 3 4 5 6; do
4298 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4299 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4300 # Solaris 10 /bin/sh.
4301 echo '/* dummy */' > sub/conftst$i.h
4302 done
4303 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4304
4305 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4306 # mode. It turns out that the SunPro C++ compiler does not properly
4307 # handle '-M -o', and we need to detect this. Also, some Intel
4308 # versions had trouble with output in subdirs.
4309 am__obj=sub/conftest.${OBJEXT-o}
4310 am__minus_obj="-o $am__obj"
4311 case $depmode in
4312 gcc)
4313 # This depmode causes a compiler race in universal mode.
4314 test "$am__universal" = false || continue
4315 ;;
4316 nosideeffect)
4317 # After this tag, mechanisms are not by side-effect, so they'll
4318 # only be used when explicitly requested.
4319 if test "x$enable_dependency_tracking" = xyes; then
4320 continue
4321 else
4322 break
4323 fi
4324 ;;
4325 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4326 # This compiler won't grok '-c -o', but also, the minuso test has
4327 # not run yet. These depmodes are late enough in the game, and
4328 # so weak that their functioning should not be impacted.
4329 am__obj=conftest.${OBJEXT-o}
4330 am__minus_obj=
4331 ;;
4332 none) break ;;
4333 esac
4334 if depmode=$depmode \
4335 source=sub/conftest.c object=$am__obj \
4336 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4337 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4338 >/dev/null 2>conftest.err &&
4339 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4340 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4341 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4342 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4343 # icc doesn't choke on unknown options, it will just issue warnings
4344 # or remarks (even with -Werror). So we grep stderr for any message
4345 # that says an option was ignored or not supported.
4346 # When given -MP, icc 7.0 and 7.1 complain thusly:
4347 # icc: Command line warning: ignoring option '-M'; no argument required
4348 # The diagnosis changed in icc 8.0:
4349 # icc: Command line remark: option '-MP' not supported
4350 if (grep 'ignoring option' conftest.err ||
4351 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4352 am_cv_CC_dependencies_compiler_type=$depmode
4353 break
4354 fi
4355 fi
4356 done
4357
4358 cd ..
4359 rm -rf conftest.dir
4360 else
4361 am_cv_CC_dependencies_compiler_type=none
4362 fi
4363
4364 fi
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4366 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4367 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4368
4369 if
4370 test "x$enable_dependency_tracking" != xno \
4371 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4372 am__fastdepCC_TRUE=
4373 am__fastdepCC_FALSE='#'
4374 else
4375 am__fastdepCC_TRUE='#'
4376 am__fastdepCC_FALSE=
4377 fi
4378
4379
4380
4381 # POSIX will say in a future version that running "rm -f" with no argument
4382 # is OK; and we want to be able to make that assumption in our Makefile
4383 # recipes. So use an aggressive probe to check that the usage we want is
4384 # actually supported "in the wild" to an acceptable degree.
4385 # See automake bug#10828.
4386 # To make any issue more visible, cause the running configure to be aborted
4387 # by default if the 'rm' program in use doesn't match our expectations; the
4388 # user can still override this though.
4389 if rm -f && rm -fr && rm -rf; then : OK; else
4390 cat >&2 <<'END'
4391 Oops!
4392
4393 Your 'rm' program seems unable to run without file operands specified
4394 on the command line, even when the '-f' option is present. This is contrary
4395 to the behaviour of most rm programs out there, and not conforming with
4396 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4397
4398 Please tell bug-automake@gnu.org about your system, including the value
4399 of your $PATH and any error possibly output before this message. This
4400 can help us improve future automake versions.
4401
4402 END
4403 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4404 echo 'Configuration will proceed anyway, since you have set the' >&2
4405 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4406 echo >&2
4407 else
4408 cat >&2 <<'END'
4409 Aborting the configuration process, to ensure you take notice of the issue.
4410
4411 You can download and install GNU coreutils to get an 'rm' implementation
4412 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4413
4414 If you want to complete the configuration process using your problematic
4415 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4416 to "yes", and re-run configure.
4417
4418 END
4419 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4420 fi
4421 fi
4422
4423
4424 if test -n "$ac_tool_prefix"; then
4425 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4426 set dummy ${ac_tool_prefix}ar; ac_word=$2
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4428 $as_echo_n "checking for $ac_word... " >&6; }
4429 if ${ac_cv_prog_AR+:} false; then :
4430 $as_echo_n "(cached) " >&6
4431 else
4432 if test -n "$AR"; then
4433 ac_cv_prog_AR="$AR" # Let the user override the test.
4434 else
4435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4436 for as_dir in $PATH
4437 do
4438 IFS=$as_save_IFS
4439 test -z "$as_dir" && as_dir=.
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4442 ac_cv_prog_AR="${ac_tool_prefix}ar"
4443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4444 break 2
4445 fi
4446 done
4447 done
4448 IFS=$as_save_IFS
4449
4450 fi
4451 fi
4452 AR=$ac_cv_prog_AR
4453 if test -n "$AR"; then
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4455 $as_echo "$AR" >&6; }
4456 else
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4458 $as_echo "no" >&6; }
4459 fi
4460
4461
4462 fi
4463 if test -z "$ac_cv_prog_AR"; then
4464 ac_ct_AR=$AR
4465 # Extract the first word of "ar", so it can be a program name with args.
4466 set dummy ar; ac_word=$2
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4468 $as_echo_n "checking for $ac_word... " >&6; }
4469 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4470 $as_echo_n "(cached) " >&6
4471 else
4472 if test -n "$ac_ct_AR"; then
4473 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4474 else
4475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4476 for as_dir in $PATH
4477 do
4478 IFS=$as_save_IFS
4479 test -z "$as_dir" && as_dir=.
4480 for ac_exec_ext in '' $ac_executable_extensions; do
4481 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4482 ac_cv_prog_ac_ct_AR="ar"
4483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4484 break 2
4485 fi
4486 done
4487 done
4488 IFS=$as_save_IFS
4489
4490 fi
4491 fi
4492 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4493 if test -n "$ac_ct_AR"; then
4494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4495 $as_echo "$ac_ct_AR" >&6; }
4496 else
4497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4498 $as_echo "no" >&6; }
4499 fi
4500
4501 if test "x$ac_ct_AR" = x; then
4502 AR=""
4503 else
4504 case $cross_compiling:$ac_tool_warned in
4505 yes:)
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4507 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4508 ac_tool_warned=yes ;;
4509 esac
4510 AR=$ac_ct_AR
4511 fi
4512 else
4513 AR="$ac_cv_prog_AR"
4514 fi
4515
4516 if test -n "$ac_tool_prefix"; then
4517 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4518 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4520 $as_echo_n "checking for $ac_word... " >&6; }
4521 if ${ac_cv_prog_RANLIB+:} false; then :
4522 $as_echo_n "(cached) " >&6
4523 else
4524 if test -n "$RANLIB"; then
4525 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4526 else
4527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4528 for as_dir in $PATH
4529 do
4530 IFS=$as_save_IFS
4531 test -z "$as_dir" && as_dir=.
4532 for ac_exec_ext in '' $ac_executable_extensions; do
4533 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4534 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4536 break 2
4537 fi
4538 done
4539 done
4540 IFS=$as_save_IFS
4541
4542 fi
4543 fi
4544 RANLIB=$ac_cv_prog_RANLIB
4545 if test -n "$RANLIB"; then
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4547 $as_echo "$RANLIB" >&6; }
4548 else
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4550 $as_echo "no" >&6; }
4551 fi
4552
4553
4554 fi
4555 if test -z "$ac_cv_prog_RANLIB"; then
4556 ac_ct_RANLIB=$RANLIB
4557 # Extract the first word of "ranlib", so it can be a program name with args.
4558 set dummy ranlib; ac_word=$2
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4560 $as_echo_n "checking for $ac_word... " >&6; }
4561 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4562 $as_echo_n "(cached) " >&6
4563 else
4564 if test -n "$ac_ct_RANLIB"; then
4565 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4566 else
4567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4568 for as_dir in $PATH
4569 do
4570 IFS=$as_save_IFS
4571 test -z "$as_dir" && as_dir=.
4572 for ac_exec_ext in '' $ac_executable_extensions; do
4573 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4574 ac_cv_prog_ac_ct_RANLIB="ranlib"
4575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4576 break 2
4577 fi
4578 done
4579 done
4580 IFS=$as_save_IFS
4581
4582 fi
4583 fi
4584 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4585 if test -n "$ac_ct_RANLIB"; then
4586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4587 $as_echo "$ac_ct_RANLIB" >&6; }
4588 else
4589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4590 $as_echo "no" >&6; }
4591 fi
4592
4593 if test "x$ac_ct_RANLIB" = x; then
4594 RANLIB=":"
4595 else
4596 case $cross_compiling:$ac_tool_warned in
4597 yes:)
4598 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4599 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4600 ac_tool_warned=yes ;;
4601 esac
4602 RANLIB=$ac_ct_RANLIB
4603 fi
4604 else
4605 RANLIB="$ac_cv_prog_RANLIB"
4606 fi
4607
4608
4609 # Check whether --enable-shared was given.
4610 if test "${enable_shared+set}" = set; then :
4611 enableval=$enable_shared; p=${PACKAGE-default}
4612 case $enableval in
4613 yes) enable_shared=yes ;;
4614 no) enable_shared=no ;;
4615 *)
4616 enable_shared=no
4617 # Look at the argument we got. We use all the common list separators.
4618 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4619 for pkg in $enableval; do
4620 IFS="$lt_save_ifs"
4621 if test "X$pkg" = "X$p"; then
4622 enable_shared=yes
4623 fi
4624 done
4625 IFS="$lt_save_ifs"
4626 ;;
4627 esac
4628 else
4629 enable_shared=no
4630 fi
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641 ac_ext=c
4642 ac_cpp='$CPP $CPPFLAGS'
4643 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4644 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4645 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4646 if test -n "$ac_tool_prefix"; then
4647 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4648 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4650 $as_echo_n "checking for $ac_word... " >&6; }
4651 if ${ac_cv_prog_CC+:} false; then :
4652 $as_echo_n "(cached) " >&6
4653 else
4654 if test -n "$CC"; then
4655 ac_cv_prog_CC="$CC" # Let the user override the test.
4656 else
4657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4658 for as_dir in $PATH
4659 do
4660 IFS=$as_save_IFS
4661 test -z "$as_dir" && as_dir=.
4662 for ac_exec_ext in '' $ac_executable_extensions; do
4663 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4664 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4666 break 2
4667 fi
4668 done
4669 done
4670 IFS=$as_save_IFS
4671
4672 fi
4673 fi
4674 CC=$ac_cv_prog_CC
4675 if test -n "$CC"; then
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4677 $as_echo "$CC" >&6; }
4678 else
4679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4680 $as_echo "no" >&6; }
4681 fi
4682
4683
4684 fi
4685 if test -z "$ac_cv_prog_CC"; then
4686 ac_ct_CC=$CC
4687 # Extract the first word of "gcc", so it can be a program name with args.
4688 set dummy gcc; ac_word=$2
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4690 $as_echo_n "checking for $ac_word... " >&6; }
4691 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4692 $as_echo_n "(cached) " >&6
4693 else
4694 if test -n "$ac_ct_CC"; then
4695 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4696 else
4697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4698 for as_dir in $PATH
4699 do
4700 IFS=$as_save_IFS
4701 test -z "$as_dir" && as_dir=.
4702 for ac_exec_ext in '' $ac_executable_extensions; do
4703 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4704 ac_cv_prog_ac_ct_CC="gcc"
4705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4706 break 2
4707 fi
4708 done
4709 done
4710 IFS=$as_save_IFS
4711
4712 fi
4713 fi
4714 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4715 if test -n "$ac_ct_CC"; then
4716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4717 $as_echo "$ac_ct_CC" >&6; }
4718 else
4719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4720 $as_echo "no" >&6; }
4721 fi
4722
4723 if test "x$ac_ct_CC" = x; then
4724 CC=""
4725 else
4726 case $cross_compiling:$ac_tool_warned in
4727 yes:)
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4729 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4730 ac_tool_warned=yes ;;
4731 esac
4732 CC=$ac_ct_CC
4733 fi
4734 else
4735 CC="$ac_cv_prog_CC"
4736 fi
4737
4738 if test -z "$CC"; then
4739 if test -n "$ac_tool_prefix"; then
4740 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4741 set dummy ${ac_tool_prefix}cc; ac_word=$2
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4743 $as_echo_n "checking for $ac_word... " >&6; }
4744 if ${ac_cv_prog_CC+:} false; then :
4745 $as_echo_n "(cached) " >&6
4746 else
4747 if test -n "$CC"; then
4748 ac_cv_prog_CC="$CC" # Let the user override the test.
4749 else
4750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4751 for as_dir in $PATH
4752 do
4753 IFS=$as_save_IFS
4754 test -z "$as_dir" && as_dir=.
4755 for ac_exec_ext in '' $ac_executable_extensions; do
4756 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4757 ac_cv_prog_CC="${ac_tool_prefix}cc"
4758 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4759 break 2
4760 fi
4761 done
4762 done
4763 IFS=$as_save_IFS
4764
4765 fi
4766 fi
4767 CC=$ac_cv_prog_CC
4768 if test -n "$CC"; then
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4770 $as_echo "$CC" >&6; }
4771 else
4772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4773 $as_echo "no" >&6; }
4774 fi
4775
4776
4777 fi
4778 fi
4779 if test -z "$CC"; then
4780 # Extract the first word of "cc", so it can be a program name with args.
4781 set dummy cc; ac_word=$2
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4783 $as_echo_n "checking for $ac_word... " >&6; }
4784 if ${ac_cv_prog_CC+:} false; then :
4785 $as_echo_n "(cached) " >&6
4786 else
4787 if test -n "$CC"; then
4788 ac_cv_prog_CC="$CC" # Let the user override the test.
4789 else
4790 ac_prog_rejected=no
4791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4792 for as_dir in $PATH
4793 do
4794 IFS=$as_save_IFS
4795 test -z "$as_dir" && as_dir=.
4796 for ac_exec_ext in '' $ac_executable_extensions; do
4797 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4798 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4799 ac_prog_rejected=yes
4800 continue
4801 fi
4802 ac_cv_prog_CC="cc"
4803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4804 break 2
4805 fi
4806 done
4807 done
4808 IFS=$as_save_IFS
4809
4810 if test $ac_prog_rejected = yes; then
4811 # We found a bogon in the path, so make sure we never use it.
4812 set dummy $ac_cv_prog_CC
4813 shift
4814 if test $# != 0; then
4815 # We chose a different compiler from the bogus one.
4816 # However, it has the same basename, so the bogon will be chosen
4817 # first if we set CC to just the basename; use the full file name.
4818 shift
4819 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4820 fi
4821 fi
4822 fi
4823 fi
4824 CC=$ac_cv_prog_CC
4825 if test -n "$CC"; then
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4827 $as_echo "$CC" >&6; }
4828 else
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4830 $as_echo "no" >&6; }
4831 fi
4832
4833
4834 fi
4835 if test -z "$CC"; then
4836 if test -n "$ac_tool_prefix"; then
4837 for ac_prog in cl.exe
4838 do
4839 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4840 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4842 $as_echo_n "checking for $ac_word... " >&6; }
4843 if ${ac_cv_prog_CC+:} false; then :
4844 $as_echo_n "(cached) " >&6
4845 else
4846 if test -n "$CC"; then
4847 ac_cv_prog_CC="$CC" # Let the user override the test.
4848 else
4849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4850 for as_dir in $PATH
4851 do
4852 IFS=$as_save_IFS
4853 test -z "$as_dir" && as_dir=.
4854 for ac_exec_ext in '' $ac_executable_extensions; do
4855 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4856 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4858 break 2
4859 fi
4860 done
4861 done
4862 IFS=$as_save_IFS
4863
4864 fi
4865 fi
4866 CC=$ac_cv_prog_CC
4867 if test -n "$CC"; then
4868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4869 $as_echo "$CC" >&6; }
4870 else
4871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4872 $as_echo "no" >&6; }
4873 fi
4874
4875
4876 test -n "$CC" && break
4877 done
4878 fi
4879 if test -z "$CC"; then
4880 ac_ct_CC=$CC
4881 for ac_prog in cl.exe
4882 do
4883 # Extract the first word of "$ac_prog", so it can be a program name with args.
4884 set dummy $ac_prog; ac_word=$2
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4886 $as_echo_n "checking for $ac_word... " >&6; }
4887 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4888 $as_echo_n "(cached) " >&6
4889 else
4890 if test -n "$ac_ct_CC"; then
4891 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4892 else
4893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4894 for as_dir in $PATH
4895 do
4896 IFS=$as_save_IFS
4897 test -z "$as_dir" && as_dir=.
4898 for ac_exec_ext in '' $ac_executable_extensions; do
4899 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4900 ac_cv_prog_ac_ct_CC="$ac_prog"
4901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4902 break 2
4903 fi
4904 done
4905 done
4906 IFS=$as_save_IFS
4907
4908 fi
4909 fi
4910 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4911 if test -n "$ac_ct_CC"; then
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4913 $as_echo "$ac_ct_CC" >&6; }
4914 else
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4916 $as_echo "no" >&6; }
4917 fi
4918
4919
4920 test -n "$ac_ct_CC" && break
4921 done
4922
4923 if test "x$ac_ct_CC" = x; then
4924 CC=""
4925 else
4926 case $cross_compiling:$ac_tool_warned in
4927 yes:)
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4929 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4930 ac_tool_warned=yes ;;
4931 esac
4932 CC=$ac_ct_CC
4933 fi
4934 fi
4935
4936 fi
4937
4938
4939 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4940 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4941 as_fn_error $? "no acceptable C compiler found in \$PATH
4942 See \`config.log' for more details" "$LINENO" 5; }
4943
4944 # Provide some information about the compiler.
4945 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4946 set X $ac_compile
4947 ac_compiler=$2
4948 for ac_option in --version -v -V -qversion; do
4949 { { ac_try="$ac_compiler $ac_option >&5"
4950 case "(($ac_try" in
4951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4952 *) ac_try_echo=$ac_try;;
4953 esac
4954 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4955 $as_echo "$ac_try_echo"; } >&5
4956 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4957 ac_status=$?
4958 if test -s conftest.err; then
4959 sed '10a\
4960 ... rest of stderr output deleted ...
4961 10q' conftest.err >conftest.er1
4962 cat conftest.er1 >&5
4963 fi
4964 rm -f conftest.er1 conftest.err
4965 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4966 test $ac_status = 0; }
4967 done
4968
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4970 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4971 if ${ac_cv_c_compiler_gnu+:} false; then :
4972 $as_echo_n "(cached) " >&6
4973 else
4974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4975 /* end confdefs.h. */
4976
4977 int
4978 main ()
4979 {
4980 #ifndef __GNUC__
4981 choke me
4982 #endif
4983
4984 ;
4985 return 0;
4986 }
4987 _ACEOF
4988 if ac_fn_c_try_compile "$LINENO"; then :
4989 ac_compiler_gnu=yes
4990 else
4991 ac_compiler_gnu=no
4992 fi
4993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4994 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4995
4996 fi
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4998 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4999 if test $ac_compiler_gnu = yes; then
5000 GCC=yes
5001 else
5002 GCC=
5003 fi
5004 ac_test_CFLAGS=${CFLAGS+set}
5005 ac_save_CFLAGS=$CFLAGS
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5007 $as_echo_n "checking whether $CC accepts -g... " >&6; }
5008 if ${ac_cv_prog_cc_g+:} false; then :
5009 $as_echo_n "(cached) " >&6
5010 else
5011 ac_save_c_werror_flag=$ac_c_werror_flag
5012 ac_c_werror_flag=yes
5013 ac_cv_prog_cc_g=no
5014 CFLAGS="-g"
5015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5016 /* end confdefs.h. */
5017
5018 int
5019 main ()
5020 {
5021
5022 ;
5023 return 0;
5024 }
5025 _ACEOF
5026 if ac_fn_c_try_compile "$LINENO"; then :
5027 ac_cv_prog_cc_g=yes
5028 else
5029 CFLAGS=""
5030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5031 /* end confdefs.h. */
5032
5033 int
5034 main ()
5035 {
5036
5037 ;
5038 return 0;
5039 }
5040 _ACEOF
5041 if ac_fn_c_try_compile "$LINENO"; then :
5042
5043 else
5044 ac_c_werror_flag=$ac_save_c_werror_flag
5045 CFLAGS="-g"
5046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5047 /* end confdefs.h. */
5048
5049 int
5050 main ()
5051 {
5052
5053 ;
5054 return 0;
5055 }
5056 _ACEOF
5057 if ac_fn_c_try_compile "$LINENO"; then :
5058 ac_cv_prog_cc_g=yes
5059 fi
5060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5061 fi
5062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5063 fi
5064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5065 ac_c_werror_flag=$ac_save_c_werror_flag
5066 fi
5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5068 $as_echo "$ac_cv_prog_cc_g" >&6; }
5069 if test "$ac_test_CFLAGS" = set; then
5070 CFLAGS=$ac_save_CFLAGS
5071 elif test $ac_cv_prog_cc_g = yes; then
5072 if test "$GCC" = yes; then
5073 CFLAGS="-g -O2"
5074 else
5075 CFLAGS="-g"
5076 fi
5077 else
5078 if test "$GCC" = yes; then
5079 CFLAGS="-O2"
5080 else
5081 CFLAGS=
5082 fi
5083 fi
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5085 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5086 if ${ac_cv_prog_cc_c89+:} false; then :
5087 $as_echo_n "(cached) " >&6
5088 else
5089 ac_cv_prog_cc_c89=no
5090 ac_save_CC=$CC
5091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5092 /* end confdefs.h. */
5093 #include <stdarg.h>
5094 #include <stdio.h>
5095 struct stat;
5096 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5097 struct buf { int x; };
5098 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5099 static char *e (p, i)
5100 char **p;
5101 int i;
5102 {
5103 return p[i];
5104 }
5105 static char *f (char * (*g) (char **, int), char **p, ...)
5106 {
5107 char *s;
5108 va_list v;
5109 va_start (v,p);
5110 s = g (p, va_arg (v,int));
5111 va_end (v);
5112 return s;
5113 }
5114
5115 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5116 function prototypes and stuff, but not '\xHH' hex character constants.
5117 These don't provoke an error unfortunately, instead are silently treated
5118 as 'x'. The following induces an error, until -std is added to get
5119 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5120 array size at least. It's necessary to write '\x00'==0 to get something
5121 that's true only with -std. */
5122 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5123
5124 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5125 inside strings and character constants. */
5126 #define FOO(x) 'x'
5127 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5128
5129 int test (int i, double x);
5130 struct s1 {int (*f) (int a);};
5131 struct s2 {int (*f) (double a);};
5132 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5133 int argc;
5134 char **argv;
5135 int
5136 main ()
5137 {
5138 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5139 ;
5140 return 0;
5141 }
5142 _ACEOF
5143 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5144 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5145 do
5146 CC="$ac_save_CC $ac_arg"
5147 if ac_fn_c_try_compile "$LINENO"; then :
5148 ac_cv_prog_cc_c89=$ac_arg
5149 fi
5150 rm -f core conftest.err conftest.$ac_objext
5151 test "x$ac_cv_prog_cc_c89" != "xno" && break
5152 done
5153 rm -f conftest.$ac_ext
5154 CC=$ac_save_CC
5155
5156 fi
5157 # AC_CACHE_VAL
5158 case "x$ac_cv_prog_cc_c89" in
5159 x)
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5161 $as_echo "none needed" >&6; } ;;
5162 xno)
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5164 $as_echo "unsupported" >&6; } ;;
5165 *)
5166 CC="$CC $ac_cv_prog_cc_c89"
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5168 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5169 esac
5170 if test "x$ac_cv_prog_cc_c89" != xno; then :
5171
5172 fi
5173
5174 ac_ext=c
5175 ac_cpp='$CPP $CPPFLAGS'
5176 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5177 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5178 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5179
5180 ac_ext=c
5181 ac_cpp='$CPP $CPPFLAGS'
5182 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5183 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5184 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
5186 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
5187 if ${am_cv_prog_cc_c_o+:} false; then :
5188 $as_echo_n "(cached) " >&6
5189 else
5190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5191 /* end confdefs.h. */
5192
5193 int
5194 main ()
5195 {
5196
5197 ;
5198 return 0;
5199 }
5200 _ACEOF
5201 # Make sure it works both with $CC and with simple cc.
5202 # Following AC_PROG_CC_C_O, we do the test twice because some
5203 # compilers refuse to overwrite an existing .o file with -o,
5204 # though they will create one.
5205 am_cv_prog_cc_c_o=yes
5206 for am_i in 1 2; do
5207 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
5208 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
5209 ac_status=$?
5210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5211 (exit $ac_status); } \
5212 && test -f conftest2.$ac_objext; then
5213 : OK
5214 else
5215 am_cv_prog_cc_c_o=no
5216 break
5217 fi
5218 done
5219 rm -f core conftest*
5220 unset am_i
5221 fi
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5223 $as_echo "$am_cv_prog_cc_c_o" >&6; }
5224 if test "$am_cv_prog_cc_c_o" != yes; then
5225 # Losing compiler, so override with the script.
5226 # FIXME: It is wrong to rewrite CC.
5227 # But if we don't then we get into trouble of one sort or another.
5228 # A longer-term fix would be to have automake use am__CC in this case,
5229 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5230 CC="$am_aux_dir/compile $CC"
5231 fi
5232 ac_ext=c
5233 ac_cpp='$CPP $CPPFLAGS'
5234 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5235 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5236 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5237
5238
5239 ac_ext=c
5240 ac_cpp='$CPP $CPPFLAGS'
5241 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5242 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5243 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5245 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5246 # On Suns, sometimes $CPP names a directory.
5247 if test -n "$CPP" && test -d "$CPP"; then
5248 CPP=
5249 fi
5250 if test -z "$CPP"; then
5251 if ${ac_cv_prog_CPP+:} false; then :
5252 $as_echo_n "(cached) " >&6
5253 else
5254 # Double quotes because CPP needs to be expanded
5255 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5256 do
5257 ac_preproc_ok=false
5258 for ac_c_preproc_warn_flag in '' yes
5259 do
5260 # Use a header file that comes with gcc, so configuring glibc
5261 # with a fresh cross-compiler works.
5262 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5263 # <limits.h> exists even on freestanding compilers.
5264 # On the NeXT, cc -E runs the code through the compiler's parser,
5265 # not just through cpp. "Syntax error" is here to catch this case.
5266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5267 /* end confdefs.h. */
5268 #ifdef __STDC__
5269 # include <limits.h>
5270 #else
5271 # include <assert.h>
5272 #endif
5273 Syntax error
5274 _ACEOF
5275 if ac_fn_c_try_cpp "$LINENO"; then :
5276
5277 else
5278 # Broken: fails on valid input.
5279 continue
5280 fi
5281 rm -f conftest.err conftest.i conftest.$ac_ext
5282
5283 # OK, works on sane cases. Now check whether nonexistent headers
5284 # can be detected and how.
5285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5286 /* end confdefs.h. */
5287 #include <ac_nonexistent.h>
5288 _ACEOF
5289 if ac_fn_c_try_cpp "$LINENO"; then :
5290 # Broken: success on invalid input.
5291 continue
5292 else
5293 # Passes both tests.
5294 ac_preproc_ok=:
5295 break
5296 fi
5297 rm -f conftest.err conftest.i conftest.$ac_ext
5298
5299 done
5300 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5301 rm -f conftest.i conftest.err conftest.$ac_ext
5302 if $ac_preproc_ok; then :
5303 break
5304 fi
5305
5306 done
5307 ac_cv_prog_CPP=$CPP
5308
5309 fi
5310 CPP=$ac_cv_prog_CPP
5311 else
5312 ac_cv_prog_CPP=$CPP
5313 fi
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5315 $as_echo "$CPP" >&6; }
5316 ac_preproc_ok=false
5317 for ac_c_preproc_warn_flag in '' yes
5318 do
5319 # Use a header file that comes with gcc, so configuring glibc
5320 # with a fresh cross-compiler works.
5321 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5322 # <limits.h> exists even on freestanding compilers.
5323 # On the NeXT, cc -E runs the code through the compiler's parser,
5324 # not just through cpp. "Syntax error" is here to catch this case.
5325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5326 /* end confdefs.h. */
5327 #ifdef __STDC__
5328 # include <limits.h>
5329 #else
5330 # include <assert.h>
5331 #endif
5332 Syntax error
5333 _ACEOF
5334 if ac_fn_c_try_cpp "$LINENO"; then :
5335
5336 else
5337 # Broken: fails on valid input.
5338 continue
5339 fi
5340 rm -f conftest.err conftest.i conftest.$ac_ext
5341
5342 # OK, works on sane cases. Now check whether nonexistent headers
5343 # can be detected and how.
5344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5345 /* end confdefs.h. */
5346 #include <ac_nonexistent.h>
5347 _ACEOF
5348 if ac_fn_c_try_cpp "$LINENO"; then :
5349 # Broken: success on invalid input.
5350 continue
5351 else
5352 # Passes both tests.
5353 ac_preproc_ok=:
5354 break
5355 fi
5356 rm -f conftest.err conftest.i conftest.$ac_ext
5357
5358 done
5359 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5360 rm -f conftest.i conftest.err conftest.$ac_ext
5361 if $ac_preproc_ok; then :
5362
5363 else
5364 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5365 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5366 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5367 See \`config.log' for more details" "$LINENO" 5; }
5368 fi
5369
5370 ac_ext=c
5371 ac_cpp='$CPP $CPPFLAGS'
5372 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5373 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5374 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5375
5376
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5378 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5379 if ${ac_cv_path_GREP+:} false; then :
5380 $as_echo_n "(cached) " >&6
5381 else
5382 if test -z "$GREP"; then
5383 ac_path_GREP_found=false
5384 # Loop through the user's path and test for each of PROGNAME-LIST
5385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5386 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5387 do
5388 IFS=$as_save_IFS
5389 test -z "$as_dir" && as_dir=.
5390 for ac_prog in grep ggrep; do
5391 for ac_exec_ext in '' $ac_executable_extensions; do
5392 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5393 as_fn_executable_p "$ac_path_GREP" || continue
5394 # Check for GNU ac_path_GREP and select it if it is found.
5395 # Check for GNU $ac_path_GREP
5396 case `"$ac_path_GREP" --version 2>&1` in
5397 *GNU*)
5398 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5399 *)
5400 ac_count=0
5401 $as_echo_n 0123456789 >"conftest.in"
5402 while :
5403 do
5404 cat "conftest.in" "conftest.in" >"conftest.tmp"
5405 mv "conftest.tmp" "conftest.in"
5406 cp "conftest.in" "conftest.nl"
5407 $as_echo 'GREP' >> "conftest.nl"
5408 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5409 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5410 as_fn_arith $ac_count + 1 && ac_count=$as_val
5411 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5412 # Best one so far, save it but keep looking for a better one
5413 ac_cv_path_GREP="$ac_path_GREP"
5414 ac_path_GREP_max=$ac_count
5415 fi
5416 # 10*(2^10) chars as input seems more than enough
5417 test $ac_count -gt 10 && break
5418 done
5419 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5420 esac
5421
5422 $ac_path_GREP_found && break 3
5423 done
5424 done
5425 done
5426 IFS=$as_save_IFS
5427 if test -z "$ac_cv_path_GREP"; then
5428 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5429 fi
5430 else
5431 ac_cv_path_GREP=$GREP
5432 fi
5433
5434 fi
5435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5436 $as_echo "$ac_cv_path_GREP" >&6; }
5437 GREP="$ac_cv_path_GREP"
5438
5439
5440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5441 $as_echo_n "checking for egrep... " >&6; }
5442 if ${ac_cv_path_EGREP+:} false; then :
5443 $as_echo_n "(cached) " >&6
5444 else
5445 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5446 then ac_cv_path_EGREP="$GREP -E"
5447 else
5448 if test -z "$EGREP"; then
5449 ac_path_EGREP_found=false
5450 # Loop through the user's path and test for each of PROGNAME-LIST
5451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5452 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5453 do
5454 IFS=$as_save_IFS
5455 test -z "$as_dir" && as_dir=.
5456 for ac_prog in egrep; do
5457 for ac_exec_ext in '' $ac_executable_extensions; do
5458 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5459 as_fn_executable_p "$ac_path_EGREP" || continue
5460 # Check for GNU ac_path_EGREP and select it if it is found.
5461 # Check for GNU $ac_path_EGREP
5462 case `"$ac_path_EGREP" --version 2>&1` in
5463 *GNU*)
5464 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5465 *)
5466 ac_count=0
5467 $as_echo_n 0123456789 >"conftest.in"
5468 while :
5469 do
5470 cat "conftest.in" "conftest.in" >"conftest.tmp"
5471 mv "conftest.tmp" "conftest.in"
5472 cp "conftest.in" "conftest.nl"
5473 $as_echo 'EGREP' >> "conftest.nl"
5474 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5475 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5476 as_fn_arith $ac_count + 1 && ac_count=$as_val
5477 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5478 # Best one so far, save it but keep looking for a better one
5479 ac_cv_path_EGREP="$ac_path_EGREP"
5480 ac_path_EGREP_max=$ac_count
5481 fi
5482 # 10*(2^10) chars as input seems more than enough
5483 test $ac_count -gt 10 && break
5484 done
5485 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5486 esac
5487
5488 $ac_path_EGREP_found && break 3
5489 done
5490 done
5491 done
5492 IFS=$as_save_IFS
5493 if test -z "$ac_cv_path_EGREP"; then
5494 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5495 fi
5496 else
5497 ac_cv_path_EGREP=$EGREP
5498 fi
5499
5500 fi
5501 fi
5502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5503 $as_echo "$ac_cv_path_EGREP" >&6; }
5504 EGREP="$ac_cv_path_EGREP"
5505
5506
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5508 $as_echo_n "checking for ANSI C header files... " >&6; }
5509 if ${ac_cv_header_stdc+:} false; then :
5510 $as_echo_n "(cached) " >&6
5511 else
5512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5513 /* end confdefs.h. */
5514 #include <stdlib.h>
5515 #include <stdarg.h>
5516 #include <string.h>
5517 #include <float.h>
5518
5519 int
5520 main ()
5521 {
5522
5523 ;
5524 return 0;
5525 }
5526 _ACEOF
5527 if ac_fn_c_try_compile "$LINENO"; then :
5528 ac_cv_header_stdc=yes
5529 else
5530 ac_cv_header_stdc=no
5531 fi
5532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5533
5534 if test $ac_cv_header_stdc = yes; then
5535 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5537 /* end confdefs.h. */
5538 #include <string.h>
5539
5540 _ACEOF
5541 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5542 $EGREP "memchr" >/dev/null 2>&1; then :
5543
5544 else
5545 ac_cv_header_stdc=no
5546 fi
5547 rm -f conftest*
5548
5549 fi
5550
5551 if test $ac_cv_header_stdc = yes; then
5552 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5554 /* end confdefs.h. */
5555 #include <stdlib.h>
5556
5557 _ACEOF
5558 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5559 $EGREP "free" >/dev/null 2>&1; then :
5560
5561 else
5562 ac_cv_header_stdc=no
5563 fi
5564 rm -f conftest*
5565
5566 fi
5567
5568 if test $ac_cv_header_stdc = yes; then
5569 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5570 if test "$cross_compiling" = yes; then :
5571 :
5572 else
5573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5574 /* end confdefs.h. */
5575 #include <ctype.h>
5576 #include <stdlib.h>
5577 #if ((' ' & 0x0FF) == 0x020)
5578 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5579 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5580 #else
5581 # define ISLOWER(c) \
5582 (('a' <= (c) && (c) <= 'i') \
5583 || ('j' <= (c) && (c) <= 'r') \
5584 || ('s' <= (c) && (c) <= 'z'))
5585 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5586 #endif
5587
5588 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5589 int
5590 main ()
5591 {
5592 int i;
5593 for (i = 0; i < 256; i++)
5594 if (XOR (islower (i), ISLOWER (i))
5595 || toupper (i) != TOUPPER (i))
5596 return 2;
5597 return 0;
5598 }
5599 _ACEOF
5600 if ac_fn_c_try_run "$LINENO"; then :
5601
5602 else
5603 ac_cv_header_stdc=no
5604 fi
5605 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5606 conftest.$ac_objext conftest.beam conftest.$ac_ext
5607 fi
5608
5609 fi
5610 fi
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5612 $as_echo "$ac_cv_header_stdc" >&6; }
5613 if test $ac_cv_header_stdc = yes; then
5614
5615 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5616
5617 fi
5618
5619 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5620 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5621 inttypes.h stdint.h unistd.h
5622 do :
5623 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5624 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5625 "
5626 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5627 cat >>confdefs.h <<_ACEOF
5628 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5629 _ACEOF
5630
5631 fi
5632
5633 done
5634
5635
5636
5637 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5638 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5639 MINIX=yes
5640 else
5641 MINIX=
5642 fi
5643
5644
5645 if test "$MINIX" = yes; then
5646
5647 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5648
5649
5650 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5651
5652
5653 $as_echo "#define _MINIX 1" >>confdefs.h
5654
5655 fi
5656
5657
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5659 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5660 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5661 $as_echo_n "(cached) " >&6
5662 else
5663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5664 /* end confdefs.h. */
5665
5666 # define __EXTENSIONS__ 1
5667 $ac_includes_default
5668 int
5669 main ()
5670 {
5671
5672 ;
5673 return 0;
5674 }
5675 _ACEOF
5676 if ac_fn_c_try_compile "$LINENO"; then :
5677 ac_cv_safe_to_define___extensions__=yes
5678 else
5679 ac_cv_safe_to_define___extensions__=no
5680 fi
5681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5682 fi
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5684 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5685 test $ac_cv_safe_to_define___extensions__ = yes &&
5686 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5687
5688 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5689
5690 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5691
5692 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5693
5694 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5695
5696
5697
5698
5699
5700 case `pwd` in
5701 *\ * | *\ *)
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5703 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5704 esac
5705
5706
5707
5708 macro_version='2.2.7a'
5709 macro_revision='1.3134'
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723 ltmain="$ac_aux_dir/ltmain.sh"
5724
5725 # Backslashify metacharacters that are still active within
5726 # double-quoted strings.
5727 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5728
5729 # Same as above, but do not quote variable references.
5730 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5731
5732 # Sed substitution to delay expansion of an escaped shell variable in a
5733 # double_quote_subst'ed string.
5734 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5735
5736 # Sed substitution to delay expansion of an escaped single quote.
5737 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5738
5739 # Sed substitution to avoid accidental globbing in evaled expressions
5740 no_glob_subst='s/\*/\\\*/g'
5741
5742 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5743 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5744 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5745
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5747 $as_echo_n "checking how to print strings... " >&6; }
5748 # Test print first, because it will be a builtin if present.
5749 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5750 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5751 ECHO='print -r --'
5752 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5753 ECHO='printf %s\n'
5754 else
5755 # Use this function as a fallback that always works.
5756 func_fallback_echo ()
5757 {
5758 eval 'cat <<_LTECHO_EOF
5759 $1
5760 _LTECHO_EOF'
5761 }
5762 ECHO='func_fallback_echo'
5763 fi
5764
5765 # func_echo_all arg...
5766 # Invoke $ECHO with all args, space-separated.
5767 func_echo_all ()
5768 {
5769 $ECHO ""
5770 }
5771
5772 case "$ECHO" in
5773 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5774 $as_echo "printf" >&6; } ;;
5775 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5776 $as_echo "print -r" >&6; } ;;
5777 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5778 $as_echo "cat" >&6; } ;;
5779 esac
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5795 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5796 if ${ac_cv_path_SED+:} false; then :
5797 $as_echo_n "(cached) " >&6
5798 else
5799 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5800 for ac_i in 1 2 3 4 5 6 7; do
5801 ac_script="$ac_script$as_nl$ac_script"
5802 done
5803 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5804 { ac_script=; unset ac_script;}
5805 if test -z "$SED"; then
5806 ac_path_SED_found=false
5807 # Loop through the user's path and test for each of PROGNAME-LIST
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 for as_dir in $PATH
5810 do
5811 IFS=$as_save_IFS
5812 test -z "$as_dir" && as_dir=.
5813 for ac_prog in sed gsed; do
5814 for ac_exec_ext in '' $ac_executable_extensions; do
5815 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5816 as_fn_executable_p "$ac_path_SED" || continue
5817 # Check for GNU ac_path_SED and select it if it is found.
5818 # Check for GNU $ac_path_SED
5819 case `"$ac_path_SED" --version 2>&1` in
5820 *GNU*)
5821 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5822 *)
5823 ac_count=0
5824 $as_echo_n 0123456789 >"conftest.in"
5825 while :
5826 do
5827 cat "conftest.in" "conftest.in" >"conftest.tmp"
5828 mv "conftest.tmp" "conftest.in"
5829 cp "conftest.in" "conftest.nl"
5830 $as_echo '' >> "conftest.nl"
5831 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5832 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5833 as_fn_arith $ac_count + 1 && ac_count=$as_val
5834 if test $ac_count -gt ${ac_path_SED_max-0}; then
5835 # Best one so far, save it but keep looking for a better one
5836 ac_cv_path_SED="$ac_path_SED"
5837 ac_path_SED_max=$ac_count
5838 fi
5839 # 10*(2^10) chars as input seems more than enough
5840 test $ac_count -gt 10 && break
5841 done
5842 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5843 esac
5844
5845 $ac_path_SED_found && break 3
5846 done
5847 done
5848 done
5849 IFS=$as_save_IFS
5850 if test -z "$ac_cv_path_SED"; then
5851 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5852 fi
5853 else
5854 ac_cv_path_SED=$SED
5855 fi
5856
5857 fi
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5859 $as_echo "$ac_cv_path_SED" >&6; }
5860 SED="$ac_cv_path_SED"
5861 rm -f conftest.sed
5862
5863 test -z "$SED" && SED=sed
5864 Xsed="$SED -e 1s/^X//"
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5877 $as_echo_n "checking for fgrep... " >&6; }
5878 if ${ac_cv_path_FGREP+:} false; then :
5879 $as_echo_n "(cached) " >&6
5880 else
5881 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5882 then ac_cv_path_FGREP="$GREP -F"
5883 else
5884 if test -z "$FGREP"; then
5885 ac_path_FGREP_found=false
5886 # Loop through the user's path and test for each of PROGNAME-LIST
5887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5888 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5889 do
5890 IFS=$as_save_IFS
5891 test -z "$as_dir" && as_dir=.
5892 for ac_prog in fgrep; do
5893 for ac_exec_ext in '' $ac_executable_extensions; do
5894 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5895 as_fn_executable_p "$ac_path_FGREP" || continue
5896 # Check for GNU ac_path_FGREP and select it if it is found.
5897 # Check for GNU $ac_path_FGREP
5898 case `"$ac_path_FGREP" --version 2>&1` in
5899 *GNU*)
5900 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5901 *)
5902 ac_count=0
5903 $as_echo_n 0123456789 >"conftest.in"
5904 while :
5905 do
5906 cat "conftest.in" "conftest.in" >"conftest.tmp"
5907 mv "conftest.tmp" "conftest.in"
5908 cp "conftest.in" "conftest.nl"
5909 $as_echo 'FGREP' >> "conftest.nl"
5910 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5911 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5912 as_fn_arith $ac_count + 1 && ac_count=$as_val
5913 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5914 # Best one so far, save it but keep looking for a better one
5915 ac_cv_path_FGREP="$ac_path_FGREP"
5916 ac_path_FGREP_max=$ac_count
5917 fi
5918 # 10*(2^10) chars as input seems more than enough
5919 test $ac_count -gt 10 && break
5920 done
5921 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5922 esac
5923
5924 $ac_path_FGREP_found && break 3
5925 done
5926 done
5927 done
5928 IFS=$as_save_IFS
5929 if test -z "$ac_cv_path_FGREP"; then
5930 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5931 fi
5932 else
5933 ac_cv_path_FGREP=$FGREP
5934 fi
5935
5936 fi
5937 fi
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5939 $as_echo "$ac_cv_path_FGREP" >&6; }
5940 FGREP="$ac_cv_path_FGREP"
5941
5942
5943 test -z "$GREP" && GREP=grep
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963 # Check whether --with-gnu-ld was given.
5964 if test "${with_gnu_ld+set}" = set; then :
5965 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5966 else
5967 with_gnu_ld=no
5968 fi
5969
5970 ac_prog=ld
5971 if test "$GCC" = yes; then
5972 # Check if gcc -print-prog-name=ld gives a path.
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5974 $as_echo_n "checking for ld used by $CC... " >&6; }
5975 case $host in
5976 *-*-mingw*)
5977 # gcc leaves a trailing carriage return which upsets mingw
5978 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5979 *)
5980 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5981 esac
5982 case $ac_prog in
5983 # Accept absolute paths.
5984 [\\/]* | ?:[\\/]*)
5985 re_direlt='/[^/][^/]*/\.\./'
5986 # Canonicalize the pathname of ld
5987 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5988 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5989 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5990 done
5991 test -z "$LD" && LD="$ac_prog"
5992 ;;
5993 "")
5994 # If it fails, then pretend we aren't using GCC.
5995 ac_prog=ld
5996 ;;
5997 *)
5998 # If it is relative, then search for the first ld in PATH.
5999 with_gnu_ld=unknown
6000 ;;
6001 esac
6002 elif test "$with_gnu_ld" = yes; then
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
6004 $as_echo_n "checking for GNU ld... " >&6; }
6005 else
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6007 $as_echo_n "checking for non-GNU ld... " >&6; }
6008 fi
6009 if ${lt_cv_path_LD+:} false; then :
6010 $as_echo_n "(cached) " >&6
6011 else
6012 if test -z "$LD"; then
6013 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6014 for ac_dir in $PATH; do
6015 IFS="$lt_save_ifs"
6016 test -z "$ac_dir" && ac_dir=.
6017 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6018 lt_cv_path_LD="$ac_dir/$ac_prog"
6019 # Check to see if the program is GNU ld. I'd rather use --version,
6020 # but apparently some variants of GNU ld only accept -v.
6021 # Break only if it was the GNU/non-GNU ld that we prefer.
6022 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6023 *GNU* | *'with BFD'*)
6024 test "$with_gnu_ld" != no && break
6025 ;;
6026 *)
6027 test "$with_gnu_ld" != yes && break
6028 ;;
6029 esac
6030 fi
6031 done
6032 IFS="$lt_save_ifs"
6033 else
6034 lt_cv_path_LD="$LD" # Let the user override the test with a path.
6035 fi
6036 fi
6037
6038 LD="$lt_cv_path_LD"
6039 if test -n "$LD"; then
6040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6041 $as_echo "$LD" >&6; }
6042 else
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6044 $as_echo "no" >&6; }
6045 fi
6046 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6048 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6049 if ${lt_cv_prog_gnu_ld+:} false; then :
6050 $as_echo_n "(cached) " >&6
6051 else
6052 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6053 case `$LD -v 2>&1 </dev/null` in
6054 *GNU* | *'with BFD'*)
6055 lt_cv_prog_gnu_ld=yes
6056 ;;
6057 *)
6058 lt_cv_prog_gnu_ld=no
6059 ;;
6060 esac
6061 fi
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6063 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6064 with_gnu_ld=$lt_cv_prog_gnu_ld
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6075 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6076 if ${lt_cv_path_NM+:} false; then :
6077 $as_echo_n "(cached) " >&6
6078 else
6079 if test -n "$NM"; then
6080 # Let the user override the test.
6081 lt_cv_path_NM="$NM"
6082 else
6083 lt_nm_to_check="${ac_tool_prefix}nm"
6084 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6085 lt_nm_to_check="$lt_nm_to_check nm"
6086 fi
6087 for lt_tmp_nm in $lt_nm_to_check; do
6088 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6089 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6090 IFS="$lt_save_ifs"
6091 test -z "$ac_dir" && ac_dir=.
6092 tmp_nm="$ac_dir/$lt_tmp_nm"
6093 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6094 # Check to see if the nm accepts a BSD-compat flag.
6095 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6096 # nm: unknown option "B" ignored
6097 # Tru64's nm complains that /dev/null is an invalid object file
6098 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6099 */dev/null* | *'Invalid file or object type'*)
6100 lt_cv_path_NM="$tmp_nm -B"
6101 break
6102 ;;
6103 *)
6104 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6105 */dev/null*)
6106 lt_cv_path_NM="$tmp_nm -p"
6107 break
6108 ;;
6109 *)
6110 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6111 continue # so that we can try to find one that supports BSD flags
6112 ;;
6113 esac
6114 ;;
6115 esac
6116 fi
6117 done
6118 IFS="$lt_save_ifs"
6119 done
6120 : ${lt_cv_path_NM=no}
6121 fi
6122 fi
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6124 $as_echo "$lt_cv_path_NM" >&6; }
6125 if test "$lt_cv_path_NM" != "no"; then
6126 NM="$lt_cv_path_NM"
6127 else
6128 # Didn't find any BSD compatible name lister, look for dumpbin.
6129 if test -n "$DUMPBIN"; then :
6130 # Let the user override the test.
6131 else
6132 if test -n "$ac_tool_prefix"; then
6133 for ac_prog in dumpbin "link -dump"
6134 do
6135 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6136 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6138 $as_echo_n "checking for $ac_word... " >&6; }
6139 if ${ac_cv_prog_DUMPBIN+:} false; then :
6140 $as_echo_n "(cached) " >&6
6141 else
6142 if test -n "$DUMPBIN"; then
6143 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6144 else
6145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6146 for as_dir in $PATH
6147 do
6148 IFS=$as_save_IFS
6149 test -z "$as_dir" && as_dir=.
6150 for ac_exec_ext in '' $ac_executable_extensions; do
6151 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6152 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6154 break 2
6155 fi
6156 done
6157 done
6158 IFS=$as_save_IFS
6159
6160 fi
6161 fi
6162 DUMPBIN=$ac_cv_prog_DUMPBIN
6163 if test -n "$DUMPBIN"; then
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6165 $as_echo "$DUMPBIN" >&6; }
6166 else
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6168 $as_echo "no" >&6; }
6169 fi
6170
6171
6172 test -n "$DUMPBIN" && break
6173 done
6174 fi
6175 if test -z "$DUMPBIN"; then
6176 ac_ct_DUMPBIN=$DUMPBIN
6177 for ac_prog in dumpbin "link -dump"
6178 do
6179 # Extract the first word of "$ac_prog", so it can be a program name with args.
6180 set dummy $ac_prog; ac_word=$2
6181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6182 $as_echo_n "checking for $ac_word... " >&6; }
6183 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6184 $as_echo_n "(cached) " >&6
6185 else
6186 if test -n "$ac_ct_DUMPBIN"; then
6187 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6188 else
6189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6190 for as_dir in $PATH
6191 do
6192 IFS=$as_save_IFS
6193 test -z "$as_dir" && as_dir=.
6194 for ac_exec_ext in '' $ac_executable_extensions; do
6195 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6196 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6198 break 2
6199 fi
6200 done
6201 done
6202 IFS=$as_save_IFS
6203
6204 fi
6205 fi
6206 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6207 if test -n "$ac_ct_DUMPBIN"; then
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6209 $as_echo "$ac_ct_DUMPBIN" >&6; }
6210 else
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6212 $as_echo "no" >&6; }
6213 fi
6214
6215
6216 test -n "$ac_ct_DUMPBIN" && break
6217 done
6218
6219 if test "x$ac_ct_DUMPBIN" = x; then
6220 DUMPBIN=":"
6221 else
6222 case $cross_compiling:$ac_tool_warned in
6223 yes:)
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6225 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6226 ac_tool_warned=yes ;;
6227 esac
6228 DUMPBIN=$ac_ct_DUMPBIN
6229 fi
6230 fi
6231
6232 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6233 *COFF*)
6234 DUMPBIN="$DUMPBIN -symbols"
6235 ;;
6236 *)
6237 DUMPBIN=:
6238 ;;
6239 esac
6240 fi
6241
6242 if test "$DUMPBIN" != ":"; then
6243 NM="$DUMPBIN"
6244 fi
6245 fi
6246 test -z "$NM" && NM=nm
6247
6248
6249
6250
6251
6252
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6254 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6255 if ${lt_cv_nm_interface+:} false; then :
6256 $as_echo_n "(cached) " >&6
6257 else
6258 lt_cv_nm_interface="BSD nm"
6259 echo "int some_variable = 0;" > conftest.$ac_ext
6260 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6261 (eval "$ac_compile" 2>conftest.err)
6262 cat conftest.err >&5
6263 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6264 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6265 cat conftest.err >&5
6266 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6267 cat conftest.out >&5
6268 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6269 lt_cv_nm_interface="MS dumpbin"
6270 fi
6271 rm -f conftest*
6272 fi
6273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6274 $as_echo "$lt_cv_nm_interface" >&6; }
6275
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6277 $as_echo_n "checking whether ln -s works... " >&6; }
6278 LN_S=$as_ln_s
6279 if test "$LN_S" = "ln -s"; then
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6281 $as_echo "yes" >&6; }
6282 else
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6284 $as_echo "no, using $LN_S" >&6; }
6285 fi
6286
6287 # find the maximum length of command line arguments
6288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6289 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6290 if ${lt_cv_sys_max_cmd_len+:} false; then :
6291 $as_echo_n "(cached) " >&6
6292 else
6293 i=0
6294 teststring="ABCD"
6295
6296 case $build_os in
6297 msdosdjgpp*)
6298 # On DJGPP, this test can blow up pretty badly due to problems in libc
6299 # (any single argument exceeding 2000 bytes causes a buffer overrun
6300 # during glob expansion). Even if it were fixed, the result of this
6301 # check would be larger than it should be.
6302 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6303 ;;
6304
6305 gnu*)
6306 # Under GNU Hurd, this test is not required because there is
6307 # no limit to the length of command line arguments.
6308 # Libtool will interpret -1 as no limit whatsoever
6309 lt_cv_sys_max_cmd_len=-1;
6310 ;;
6311
6312 cygwin* | mingw* | cegcc*)
6313 # On Win9x/ME, this test blows up -- it succeeds, but takes
6314 # about 5 minutes as the teststring grows exponentially.
6315 # Worse, since 9x/ME are not pre-emptively multitasking,
6316 # you end up with a "frozen" computer, even though with patience
6317 # the test eventually succeeds (with a max line length of 256k).
6318 # Instead, let's just punt: use the minimum linelength reported by
6319 # all of the supported platforms: 8192 (on NT/2K/XP).
6320 lt_cv_sys_max_cmd_len=8192;
6321 ;;
6322
6323 mint*)
6324 # On MiNT this can take a long time and run out of memory.
6325 lt_cv_sys_max_cmd_len=8192;
6326 ;;
6327
6328 amigaos*)
6329 # On AmigaOS with pdksh, this test takes hours, literally.
6330 # So we just punt and use a minimum line length of 8192.
6331 lt_cv_sys_max_cmd_len=8192;
6332 ;;
6333
6334 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6335 # This has been around since 386BSD, at least. Likely further.
6336 if test -x /sbin/sysctl; then
6337 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6338 elif test -x /usr/sbin/sysctl; then
6339 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6340 else
6341 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6342 fi
6343 # And add a safety zone
6344 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6345 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6346 ;;
6347
6348 interix*)
6349 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6350 lt_cv_sys_max_cmd_len=196608
6351 ;;
6352
6353 osf*)
6354 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6355 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6356 # nice to cause kernel panics so lets avoid the loop below.
6357 # First set a reasonable default.
6358 lt_cv_sys_max_cmd_len=16384
6359 #
6360 if test -x /sbin/sysconfig; then
6361 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6362 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6363 esac
6364 fi
6365 ;;
6366 sco3.2v5*)
6367 lt_cv_sys_max_cmd_len=102400
6368 ;;
6369 sysv5* | sco5v6* | sysv4.2uw2*)
6370 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6371 if test -n "$kargmax"; then
6372 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6373 else
6374 lt_cv_sys_max_cmd_len=32768
6375 fi
6376 ;;
6377 *)
6378 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6379 if test -n "$lt_cv_sys_max_cmd_len"; then
6380 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6381 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6382 else
6383 # Make teststring a little bigger before we do anything with it.
6384 # a 1K string should be a reasonable start.
6385 for i in 1 2 3 4 5 6 7 8 ; do
6386 teststring=$teststring$teststring
6387 done
6388 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6389 # If test is not a shell built-in, we'll probably end up computing a
6390 # maximum length that is only half of the actual maximum length, but
6391 # we can't tell.
6392 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6393 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6394 test $i != 17 # 1/2 MB should be enough
6395 do
6396 i=`expr $i + 1`
6397 teststring=$teststring$teststring
6398 done
6399 # Only check the string length outside the loop.
6400 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6401 teststring=
6402 # Add a significant safety factor because C++ compilers can tack on
6403 # massive amounts of additional arguments before passing them to the
6404 # linker. It appears as though 1/2 is a usable value.
6405 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6406 fi
6407 ;;
6408 esac
6409
6410 fi
6411
6412 if test -n $lt_cv_sys_max_cmd_len ; then
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6414 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6415 else
6416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6417 $as_echo "none" >&6; }
6418 fi
6419 max_cmd_len=$lt_cv_sys_max_cmd_len
6420
6421
6422
6423
6424
6425
6426 : ${CP="cp -f"}
6427 : ${MV="mv -f"}
6428 : ${RM="rm -f"}
6429
6430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6431 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6432 # Try some XSI features
6433 xsi_shell=no
6434 ( _lt_dummy="a/b/c"
6435 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6436 = c,a/b,, \
6437 && eval 'test $(( 1 + 1 )) -eq 2 \
6438 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6439 && xsi_shell=yes
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6441 $as_echo "$xsi_shell" >&6; }
6442
6443
6444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6445 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6446 lt_shell_append=no
6447 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6448 >/dev/null 2>&1 \
6449 && lt_shell_append=yes
6450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6451 $as_echo "$lt_shell_append" >&6; }
6452
6453
6454 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6455 lt_unset=unset
6456 else
6457 lt_unset=false
6458 fi
6459
6460
6461
6462
6463
6464 # test EBCDIC or ASCII
6465 case `echo X|tr X '\101'` in
6466 A) # ASCII based system
6467 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6468 lt_SP2NL='tr \040 \012'
6469 lt_NL2SP='tr \015\012 \040\040'
6470 ;;
6471 *) # EBCDIC based system
6472 lt_SP2NL='tr \100 \n'
6473 lt_NL2SP='tr \r\n \100\100'
6474 ;;
6475 esac
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6486 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6487 if ${lt_cv_ld_reload_flag+:} false; then :
6488 $as_echo_n "(cached) " >&6
6489 else
6490 lt_cv_ld_reload_flag='-r'
6491 fi
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6493 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6494 reload_flag=$lt_cv_ld_reload_flag
6495 case $reload_flag in
6496 "" | " "*) ;;
6497 *) reload_flag=" $reload_flag" ;;
6498 esac
6499 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6500 case $host_os in
6501 darwin*)
6502 if test "$GCC" = yes; then
6503 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6504 else
6505 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6506 fi
6507 ;;
6508 esac
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518 if test -n "$ac_tool_prefix"; then
6519 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6520 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6522 $as_echo_n "checking for $ac_word... " >&6; }
6523 if ${ac_cv_prog_OBJDUMP+:} false; then :
6524 $as_echo_n "(cached) " >&6
6525 else
6526 if test -n "$OBJDUMP"; then
6527 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6528 else
6529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6530 for as_dir in $PATH
6531 do
6532 IFS=$as_save_IFS
6533 test -z "$as_dir" && as_dir=.
6534 for ac_exec_ext in '' $ac_executable_extensions; do
6535 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6536 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6538 break 2
6539 fi
6540 done
6541 done
6542 IFS=$as_save_IFS
6543
6544 fi
6545 fi
6546 OBJDUMP=$ac_cv_prog_OBJDUMP
6547 if test -n "$OBJDUMP"; then
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6549 $as_echo "$OBJDUMP" >&6; }
6550 else
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6552 $as_echo "no" >&6; }
6553 fi
6554
6555
6556 fi
6557 if test -z "$ac_cv_prog_OBJDUMP"; then
6558 ac_ct_OBJDUMP=$OBJDUMP
6559 # Extract the first word of "objdump", so it can be a program name with args.
6560 set dummy objdump; ac_word=$2
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6562 $as_echo_n "checking for $ac_word... " >&6; }
6563 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6564 $as_echo_n "(cached) " >&6
6565 else
6566 if test -n "$ac_ct_OBJDUMP"; then
6567 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6568 else
6569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6570 for as_dir in $PATH
6571 do
6572 IFS=$as_save_IFS
6573 test -z "$as_dir" && as_dir=.
6574 for ac_exec_ext in '' $ac_executable_extensions; do
6575 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6576 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6578 break 2
6579 fi
6580 done
6581 done
6582 IFS=$as_save_IFS
6583
6584 fi
6585 fi
6586 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6587 if test -n "$ac_ct_OBJDUMP"; then
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6589 $as_echo "$ac_ct_OBJDUMP" >&6; }
6590 else
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6592 $as_echo "no" >&6; }
6593 fi
6594
6595 if test "x$ac_ct_OBJDUMP" = x; then
6596 OBJDUMP="false"
6597 else
6598 case $cross_compiling:$ac_tool_warned in
6599 yes:)
6600 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6601 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6602 ac_tool_warned=yes ;;
6603 esac
6604 OBJDUMP=$ac_ct_OBJDUMP
6605 fi
6606 else
6607 OBJDUMP="$ac_cv_prog_OBJDUMP"
6608 fi
6609
6610 test -z "$OBJDUMP" && OBJDUMP=objdump
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6621 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6622 if ${lt_cv_deplibs_check_method+:} false; then :
6623 $as_echo_n "(cached) " >&6
6624 else
6625 lt_cv_file_magic_cmd='$MAGIC_CMD'
6626 lt_cv_file_magic_test_file=
6627 lt_cv_deplibs_check_method='unknown'
6628 # Need to set the preceding variable on all platforms that support
6629 # interlibrary dependencies.
6630 # 'none' -- dependencies not supported.
6631 # `unknown' -- same as none, but documents that we really don't know.
6632 # 'pass_all' -- all dependencies passed with no checks.
6633 # 'test_compile' -- check by making test program.
6634 # 'file_magic [[regex]]' -- check by looking for files in library path
6635 # which responds to the $file_magic_cmd with a given extended regex.
6636 # If you have `file' or equivalent on your system and you're not sure
6637 # whether `pass_all' will *always* work, you probably want this one.
6638
6639 case $host_os in
6640 aix[4-9]*)
6641 lt_cv_deplibs_check_method=pass_all
6642 ;;
6643
6644 beos*)
6645 lt_cv_deplibs_check_method=pass_all
6646 ;;
6647
6648 bsdi[45]*)
6649 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6650 lt_cv_file_magic_cmd='/usr/bin/file -L'
6651 lt_cv_file_magic_test_file=/shlib/libc.so
6652 ;;
6653
6654 cygwin*)
6655 # func_win32_libid is a shell function defined in ltmain.sh
6656 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6657 lt_cv_file_magic_cmd='func_win32_libid'
6658 ;;
6659
6660 mingw* | pw32*)
6661 # Base MSYS/MinGW do not provide the 'file' command needed by
6662 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6663 # unless we find 'file', for example because we are cross-compiling.
6664 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6665 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6666 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6667 lt_cv_file_magic_cmd='func_win32_libid'
6668 else
6669 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6670 lt_cv_file_magic_cmd='$OBJDUMP -f'
6671 fi
6672 ;;
6673
6674 cegcc*)
6675 # use the weaker test based on 'objdump'. See mingw*.
6676 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6677 lt_cv_file_magic_cmd='$OBJDUMP -f'
6678 ;;
6679
6680 darwin* | rhapsody*)
6681 lt_cv_deplibs_check_method=pass_all
6682 ;;
6683
6684 freebsd* | dragonfly*)
6685 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6686 case $host_cpu in
6687 i*86 )
6688 # Not sure whether the presence of OpenBSD here was a mistake.
6689 # Let's accept both of them until this is cleared up.
6690 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6691 lt_cv_file_magic_cmd=/usr/bin/file
6692 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6693 ;;
6694 esac
6695 else
6696 lt_cv_deplibs_check_method=pass_all
6697 fi
6698 ;;
6699
6700 gnu*)
6701 lt_cv_deplibs_check_method=pass_all
6702 ;;
6703
6704 haiku*)
6705 lt_cv_deplibs_check_method=pass_all
6706 ;;
6707
6708 hpux10.20* | hpux11*)
6709 lt_cv_file_magic_cmd=/usr/bin/file
6710 case $host_cpu in
6711 ia64*)
6712 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6713 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6714 ;;
6715 hppa*64*)
6716 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]'
6717 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6718 ;;
6719 *)
6720 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6721 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6722 ;;
6723 esac
6724 ;;
6725
6726 interix[3-9]*)
6727 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6728 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6729 ;;
6730
6731 irix5* | irix6* | nonstopux*)
6732 case $LD in
6733 *-32|*"-32 ") libmagic=32-bit;;
6734 *-n32|*"-n32 ") libmagic=N32;;
6735 *-64|*"-64 ") libmagic=64-bit;;
6736 *) libmagic=never-match;;
6737 esac
6738 lt_cv_deplibs_check_method=pass_all
6739 ;;
6740
6741 # This must be Linux ELF.
6742 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6743 lt_cv_deplibs_check_method=pass_all
6744 ;;
6745
6746 netbsd*)
6747 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6748 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6749 else
6750 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6751 fi
6752 ;;
6753
6754 newos6*)
6755 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6756 lt_cv_file_magic_cmd=/usr/bin/file
6757 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6758 ;;
6759
6760 *nto* | *qnx*)
6761 lt_cv_deplibs_check_method=pass_all
6762 ;;
6763
6764 openbsd*)
6765 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6766 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6767 else
6768 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6769 fi
6770 ;;
6771
6772 osf3* | osf4* | osf5*)
6773 lt_cv_deplibs_check_method=pass_all
6774 ;;
6775
6776 rdos*)
6777 lt_cv_deplibs_check_method=pass_all
6778 ;;
6779
6780 solaris*)
6781 lt_cv_deplibs_check_method=pass_all
6782 ;;
6783
6784 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6785 lt_cv_deplibs_check_method=pass_all
6786 ;;
6787
6788 sysv4 | sysv4.3*)
6789 case $host_vendor in
6790 motorola)
6791 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]'
6792 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6793 ;;
6794 ncr)
6795 lt_cv_deplibs_check_method=pass_all
6796 ;;
6797 sequent)
6798 lt_cv_file_magic_cmd='/bin/file'
6799 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6800 ;;
6801 sni)
6802 lt_cv_file_magic_cmd='/bin/file'
6803 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6804 lt_cv_file_magic_test_file=/lib/libc.so
6805 ;;
6806 siemens)
6807 lt_cv_deplibs_check_method=pass_all
6808 ;;
6809 pc)
6810 lt_cv_deplibs_check_method=pass_all
6811 ;;
6812 esac
6813 ;;
6814
6815 tpf*)
6816 lt_cv_deplibs_check_method=pass_all
6817 ;;
6818 esac
6819
6820 fi
6821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6822 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6823 file_magic_cmd=$lt_cv_file_magic_cmd
6824 deplibs_check_method=$lt_cv_deplibs_check_method
6825 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6826
6827
6828
6829
6830
6831
6832
6833
6834
6835
6836
6837
6838 if test -n "$ac_tool_prefix"; then
6839 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6840 set dummy ${ac_tool_prefix}ar; ac_word=$2
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6842 $as_echo_n "checking for $ac_word... " >&6; }
6843 if ${ac_cv_prog_AR+:} false; then :
6844 $as_echo_n "(cached) " >&6
6845 else
6846 if test -n "$AR"; then
6847 ac_cv_prog_AR="$AR" # Let the user override the test.
6848 else
6849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6850 for as_dir in $PATH
6851 do
6852 IFS=$as_save_IFS
6853 test -z "$as_dir" && as_dir=.
6854 for ac_exec_ext in '' $ac_executable_extensions; do
6855 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6856 ac_cv_prog_AR="${ac_tool_prefix}ar"
6857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6858 break 2
6859 fi
6860 done
6861 done
6862 IFS=$as_save_IFS
6863
6864 fi
6865 fi
6866 AR=$ac_cv_prog_AR
6867 if test -n "$AR"; then
6868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6869 $as_echo "$AR" >&6; }
6870 else
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6872 $as_echo "no" >&6; }
6873 fi
6874
6875
6876 fi
6877 if test -z "$ac_cv_prog_AR"; then
6878 ac_ct_AR=$AR
6879 # Extract the first word of "ar", so it can be a program name with args.
6880 set dummy ar; ac_word=$2
6881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6882 $as_echo_n "checking for $ac_word... " >&6; }
6883 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6884 $as_echo_n "(cached) " >&6
6885 else
6886 if test -n "$ac_ct_AR"; then
6887 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6888 else
6889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6890 for as_dir in $PATH
6891 do
6892 IFS=$as_save_IFS
6893 test -z "$as_dir" && as_dir=.
6894 for ac_exec_ext in '' $ac_executable_extensions; do
6895 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6896 ac_cv_prog_ac_ct_AR="ar"
6897 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6898 break 2
6899 fi
6900 done
6901 done
6902 IFS=$as_save_IFS
6903
6904 fi
6905 fi
6906 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6907 if test -n "$ac_ct_AR"; then
6908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6909 $as_echo "$ac_ct_AR" >&6; }
6910 else
6911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6912 $as_echo "no" >&6; }
6913 fi
6914
6915 if test "x$ac_ct_AR" = x; then
6916 AR="false"
6917 else
6918 case $cross_compiling:$ac_tool_warned in
6919 yes:)
6920 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6921 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6922 ac_tool_warned=yes ;;
6923 esac
6924 AR=$ac_ct_AR
6925 fi
6926 else
6927 AR="$ac_cv_prog_AR"
6928 fi
6929
6930 test -z "$AR" && AR=ar
6931 test -z "$AR_FLAGS" && AR_FLAGS=cru
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
6943 if test -n "$ac_tool_prefix"; then
6944 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6945 set dummy ${ac_tool_prefix}strip; ac_word=$2
6946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6947 $as_echo_n "checking for $ac_word... " >&6; }
6948 if ${ac_cv_prog_STRIP+:} false; then :
6949 $as_echo_n "(cached) " >&6
6950 else
6951 if test -n "$STRIP"; then
6952 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6953 else
6954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6955 for as_dir in $PATH
6956 do
6957 IFS=$as_save_IFS
6958 test -z "$as_dir" && as_dir=.
6959 for ac_exec_ext in '' $ac_executable_extensions; do
6960 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6961 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6963 break 2
6964 fi
6965 done
6966 done
6967 IFS=$as_save_IFS
6968
6969 fi
6970 fi
6971 STRIP=$ac_cv_prog_STRIP
6972 if test -n "$STRIP"; then
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6974 $as_echo "$STRIP" >&6; }
6975 else
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6977 $as_echo "no" >&6; }
6978 fi
6979
6980
6981 fi
6982 if test -z "$ac_cv_prog_STRIP"; then
6983 ac_ct_STRIP=$STRIP
6984 # Extract the first word of "strip", so it can be a program name with args.
6985 set dummy strip; ac_word=$2
6986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6987 $as_echo_n "checking for $ac_word... " >&6; }
6988 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6989 $as_echo_n "(cached) " >&6
6990 else
6991 if test -n "$ac_ct_STRIP"; then
6992 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6993 else
6994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6995 for as_dir in $PATH
6996 do
6997 IFS=$as_save_IFS
6998 test -z "$as_dir" && as_dir=.
6999 for ac_exec_ext in '' $ac_executable_extensions; do
7000 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7001 ac_cv_prog_ac_ct_STRIP="strip"
7002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7003 break 2
7004 fi
7005 done
7006 done
7007 IFS=$as_save_IFS
7008
7009 fi
7010 fi
7011 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7012 if test -n "$ac_ct_STRIP"; then
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7014 $as_echo "$ac_ct_STRIP" >&6; }
7015 else
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7017 $as_echo "no" >&6; }
7018 fi
7019
7020 if test "x$ac_ct_STRIP" = x; then
7021 STRIP=":"
7022 else
7023 case $cross_compiling:$ac_tool_warned in
7024 yes:)
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7026 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7027 ac_tool_warned=yes ;;
7028 esac
7029 STRIP=$ac_ct_STRIP
7030 fi
7031 else
7032 STRIP="$ac_cv_prog_STRIP"
7033 fi
7034
7035 test -z "$STRIP" && STRIP=:
7036
7037
7038
7039
7040
7041
7042 if test -n "$ac_tool_prefix"; then
7043 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7044 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7046 $as_echo_n "checking for $ac_word... " >&6; }
7047 if ${ac_cv_prog_RANLIB+:} false; then :
7048 $as_echo_n "(cached) " >&6
7049 else
7050 if test -n "$RANLIB"; then
7051 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7052 else
7053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7054 for as_dir in $PATH
7055 do
7056 IFS=$as_save_IFS
7057 test -z "$as_dir" && as_dir=.
7058 for ac_exec_ext in '' $ac_executable_extensions; do
7059 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7060 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7062 break 2
7063 fi
7064 done
7065 done
7066 IFS=$as_save_IFS
7067
7068 fi
7069 fi
7070 RANLIB=$ac_cv_prog_RANLIB
7071 if test -n "$RANLIB"; then
7072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7073 $as_echo "$RANLIB" >&6; }
7074 else
7075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7076 $as_echo "no" >&6; }
7077 fi
7078
7079
7080 fi
7081 if test -z "$ac_cv_prog_RANLIB"; then
7082 ac_ct_RANLIB=$RANLIB
7083 # Extract the first word of "ranlib", so it can be a program name with args.
7084 set dummy ranlib; ac_word=$2
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7086 $as_echo_n "checking for $ac_word... " >&6; }
7087 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
7088 $as_echo_n "(cached) " >&6
7089 else
7090 if test -n "$ac_ct_RANLIB"; then
7091 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7092 else
7093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7094 for as_dir in $PATH
7095 do
7096 IFS=$as_save_IFS
7097 test -z "$as_dir" && as_dir=.
7098 for ac_exec_ext in '' $ac_executable_extensions; do
7099 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7100 ac_cv_prog_ac_ct_RANLIB="ranlib"
7101 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7102 break 2
7103 fi
7104 done
7105 done
7106 IFS=$as_save_IFS
7107
7108 fi
7109 fi
7110 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7111 if test -n "$ac_ct_RANLIB"; then
7112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7113 $as_echo "$ac_ct_RANLIB" >&6; }
7114 else
7115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7116 $as_echo "no" >&6; }
7117 fi
7118
7119 if test "x$ac_ct_RANLIB" = x; then
7120 RANLIB=":"
7121 else
7122 case $cross_compiling:$ac_tool_warned in
7123 yes:)
7124 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7125 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7126 ac_tool_warned=yes ;;
7127 esac
7128 RANLIB=$ac_ct_RANLIB
7129 fi
7130 else
7131 RANLIB="$ac_cv_prog_RANLIB"
7132 fi
7133
7134 test -z "$RANLIB" && RANLIB=:
7135
7136
7137
7138
7139
7140
7141 # Determine commands to create old-style static archives.
7142 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7143 old_postinstall_cmds='chmod 644 $oldlib'
7144 old_postuninstall_cmds=
7145
7146 if test -n "$RANLIB"; then
7147 case $host_os in
7148 openbsd*)
7149 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7150 ;;
7151 *)
7152 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7153 ;;
7154 esac
7155 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7156 fi
7157
7158 case $host_os in
7159 darwin*)
7160 lock_old_archive_extraction=yes ;;
7161 *)
7162 lock_old_archive_extraction=no ;;
7163 esac
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203 # If no C compiler was specified, use CC.
7204 LTCC=${LTCC-"$CC"}
7205
7206 # If no C compiler flags were specified, use CFLAGS.
7207 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7208
7209 # Allow CC to be a program name with arguments.
7210 compiler=$CC
7211
7212
7213 # Check for command to grab the raw symbol name followed by C symbol from nm.
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7215 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7216 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7217 $as_echo_n "(cached) " >&6
7218 else
7219
7220 # These are sane defaults that work on at least a few old systems.
7221 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7222
7223 # Character class describing NM global symbol codes.
7224 symcode='[BCDEGRST]'
7225
7226 # Regexp to match symbols that can be accessed directly from C.
7227 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7228
7229 # Define system-specific variables.
7230 case $host_os in
7231 aix*)
7232 symcode='[BCDT]'
7233 ;;
7234 cygwin* | mingw* | pw32* | cegcc*)
7235 symcode='[ABCDGISTW]'
7236 ;;
7237 hpux*)
7238 if test "$host_cpu" = ia64; then
7239 symcode='[ABCDEGRST]'
7240 fi
7241 ;;
7242 irix* | nonstopux*)
7243 symcode='[BCDEGRST]'
7244 ;;
7245 osf*)
7246 symcode='[BCDEGQRST]'
7247 ;;
7248 solaris*)
7249 symcode='[BDRT]'
7250 ;;
7251 sco3.2v5*)
7252 symcode='[DT]'
7253 ;;
7254 sysv4.2uw2*)
7255 symcode='[DT]'
7256 ;;
7257 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7258 symcode='[ABDT]'
7259 ;;
7260 sysv4)
7261 symcode='[DFNSTU]'
7262 ;;
7263 esac
7264
7265 # If we're using GNU nm, then use its standard symbol codes.
7266 case `$NM -V 2>&1` in
7267 *GNU* | *'with BFD'*)
7268 symcode='[ABCDGIRSTW]' ;;
7269 esac
7270
7271 # Transform an extracted symbol line into a proper C declaration.
7272 # Some systems (esp. on ia64) link data and code symbols differently,
7273 # so use this general approach.
7274 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7275
7276 # Transform an extracted symbol line into symbol name and symbol address
7277 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7278 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'"
7279
7280 # Handle CRLF in mingw tool chain
7281 opt_cr=
7282 case $build_os in
7283 mingw*)
7284 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7285 ;;
7286 esac
7287
7288 # Try without a prefix underscore, then with it.
7289 for ac_symprfx in "" "_"; do
7290
7291 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7292 symxfrm="\\1 $ac_symprfx\\2 \\2"
7293
7294 # Write the raw and C identifiers.
7295 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7296 # Fake it for dumpbin and say T for any non-static function
7297 # and D for any global variable.
7298 # Also find C++ and __fastcall symbols from MSVC++,
7299 # which start with @ or ?.
7300 lt_cv_sys_global_symbol_pipe="$AWK '"\
7301 " {last_section=section; section=\$ 3};"\
7302 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7303 " \$ 0!~/External *\|/{next};"\
7304 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7305 " {if(hide[section]) next};"\
7306 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7307 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7308 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7309 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7310 " ' prfx=^$ac_symprfx"
7311 else
7312 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7313 fi
7314
7315 # Check to see that the pipe works correctly.
7316 pipe_works=no
7317
7318 rm -f conftest*
7319 cat > conftest.$ac_ext <<_LT_EOF
7320 #ifdef __cplusplus
7321 extern "C" {
7322 #endif
7323 char nm_test_var;
7324 void nm_test_func(void);
7325 void nm_test_func(void){}
7326 #ifdef __cplusplus
7327 }
7328 #endif
7329 int main(){nm_test_var='a';nm_test_func();return(0);}
7330 _LT_EOF
7331
7332 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7333 (eval $ac_compile) 2>&5
7334 ac_status=$?
7335 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7336 test $ac_status = 0; }; then
7337 # Now try to grab the symbols.
7338 nlist=conftest.nm
7339 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7340 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7341 ac_status=$?
7342 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7343 test $ac_status = 0; } && test -s "$nlist"; then
7344 # Try sorting and uniquifying the output.
7345 if sort "$nlist" | uniq > "$nlist"T; then
7346 mv -f "$nlist"T "$nlist"
7347 else
7348 rm -f "$nlist"T
7349 fi
7350
7351 # Make sure that we snagged all the symbols we need.
7352 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7353 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7354 cat <<_LT_EOF > conftest.$ac_ext
7355 #ifdef __cplusplus
7356 extern "C" {
7357 #endif
7358
7359 _LT_EOF
7360 # Now generate the symbol file.
7361 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7362
7363 cat <<_LT_EOF >> conftest.$ac_ext
7364
7365 /* The mapping between symbol names and symbols. */
7366 const struct {
7367 const char *name;
7368 void *address;
7369 }
7370 lt__PROGRAM__LTX_preloaded_symbols[] =
7371 {
7372 { "@PROGRAM@", (void *) 0 },
7373 _LT_EOF
7374 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7375 cat <<\_LT_EOF >> conftest.$ac_ext
7376 {0, (void *) 0}
7377 };
7378
7379 /* This works around a problem in FreeBSD linker */
7380 #ifdef FREEBSD_WORKAROUND
7381 static const void *lt_preloaded_setup() {
7382 return lt__PROGRAM__LTX_preloaded_symbols;
7383 }
7384 #endif
7385
7386 #ifdef __cplusplus
7387 }
7388 #endif
7389 _LT_EOF
7390 # Now try linking the two files.
7391 mv conftest.$ac_objext conftstm.$ac_objext
7392 lt_save_LIBS="$LIBS"
7393 lt_save_CFLAGS="$CFLAGS"
7394 LIBS="conftstm.$ac_objext"
7395 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7396 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7397 (eval $ac_link) 2>&5
7398 ac_status=$?
7399 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7400 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7401 pipe_works=yes
7402 fi
7403 LIBS="$lt_save_LIBS"
7404 CFLAGS="$lt_save_CFLAGS"
7405 else
7406 echo "cannot find nm_test_func in $nlist" >&5
7407 fi
7408 else
7409 echo "cannot find nm_test_var in $nlist" >&5
7410 fi
7411 else
7412 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7413 fi
7414 else
7415 echo "$progname: failed program was:" >&5
7416 cat conftest.$ac_ext >&5
7417 fi
7418 rm -rf conftest* conftst*
7419
7420 # Do not use the global_symbol_pipe unless it works.
7421 if test "$pipe_works" = yes; then
7422 break
7423 else
7424 lt_cv_sys_global_symbol_pipe=
7425 fi
7426 done
7427
7428 fi
7429
7430 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7431 lt_cv_sys_global_symbol_to_cdecl=
7432 fi
7433 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7435 $as_echo "failed" >&6; }
7436 else
7437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7438 $as_echo "ok" >&6; }
7439 fi
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462 # Check whether --enable-libtool-lock was given.
7463 if test "${enable_libtool_lock+set}" = set; then :
7464 enableval=$enable_libtool_lock;
7465 fi
7466
7467 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7468
7469 # Some flags need to be propagated to the compiler or linker for good
7470 # libtool support.
7471 case $host in
7472 ia64-*-hpux*)
7473 # Find out which ABI we are using.
7474 echo 'int i;' > conftest.$ac_ext
7475 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7476 (eval $ac_compile) 2>&5
7477 ac_status=$?
7478 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7479 test $ac_status = 0; }; then
7480 case `/usr/bin/file conftest.$ac_objext` in
7481 *ELF-32*)
7482 HPUX_IA64_MODE="32"
7483 ;;
7484 *ELF-64*)
7485 HPUX_IA64_MODE="64"
7486 ;;
7487 esac
7488 fi
7489 rm -rf conftest*
7490 ;;
7491 *-*-irix6*)
7492 # Find out which ABI we are using.
7493 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7494 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7495 (eval $ac_compile) 2>&5
7496 ac_status=$?
7497 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7498 test $ac_status = 0; }; then
7499 if test "$lt_cv_prog_gnu_ld" = yes; then
7500 case `/usr/bin/file conftest.$ac_objext` in
7501 *32-bit*)
7502 LD="${LD-ld} -melf32bsmip"
7503 ;;
7504 *N32*)
7505 LD="${LD-ld} -melf32bmipn32"
7506 ;;
7507 *64-bit*)
7508 LD="${LD-ld} -melf64bmip"
7509 ;;
7510 esac
7511 else
7512 case `/usr/bin/file conftest.$ac_objext` in
7513 *32-bit*)
7514 LD="${LD-ld} -32"
7515 ;;
7516 *N32*)
7517 LD="${LD-ld} -n32"
7518 ;;
7519 *64-bit*)
7520 LD="${LD-ld} -64"
7521 ;;
7522 esac
7523 fi
7524 fi
7525 rm -rf conftest*
7526 ;;
7527
7528 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7529 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7530 # Find out which ABI we are using.
7531 echo 'int i;' > conftest.$ac_ext
7532 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7533 (eval $ac_compile) 2>&5
7534 ac_status=$?
7535 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7536 test $ac_status = 0; }; then
7537 case `/usr/bin/file conftest.o` in
7538 *32-bit*)
7539 case $host in
7540 x86_64-*kfreebsd*-gnu)
7541 LD="${LD-ld} -m elf_i386_fbsd"
7542 ;;
7543 x86_64-*linux*)
7544 case `/usr/bin/file conftest.o` in
7545 *x86-64*)
7546 LD="${LD-ld} -m elf32_x86_64"
7547 ;;
7548 *)
7549 LD="${LD-ld} -m elf_i386"
7550 ;;
7551 esac
7552 ;;
7553 powerpc64le-*linux*)
7554 LD="${LD-ld} -m elf32lppclinux"
7555 ;;
7556 powerpc64-*linux*)
7557 LD="${LD-ld} -m elf32ppclinux"
7558 ;;
7559 s390x-*linux*)
7560 LD="${LD-ld} -m elf_s390"
7561 ;;
7562 sparc64-*linux*)
7563 LD="${LD-ld} -m elf32_sparc"
7564 ;;
7565 esac
7566 ;;
7567 *64-bit*)
7568 case $host in
7569 x86_64-*kfreebsd*-gnu)
7570 LD="${LD-ld} -m elf_x86_64_fbsd"
7571 ;;
7572 x86_64-*linux*)
7573 LD="${LD-ld} -m elf_x86_64"
7574 ;;
7575 powerpcle-*linux*)
7576 LD="${LD-ld} -m elf64lppc"
7577 ;;
7578 powerpc-*linux*)
7579 LD="${LD-ld} -m elf64ppc"
7580 ;;
7581 s390*-*linux*|s390*-*tpf*)
7582 LD="${LD-ld} -m elf64_s390"
7583 ;;
7584 sparc*-*linux*)
7585 LD="${LD-ld} -m elf64_sparc"
7586 ;;
7587 esac
7588 ;;
7589 esac
7590 fi
7591 rm -rf conftest*
7592 ;;
7593
7594 *-*-sco3.2v5*)
7595 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7596 SAVE_CFLAGS="$CFLAGS"
7597 CFLAGS="$CFLAGS -belf"
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7599 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7600 if ${lt_cv_cc_needs_belf+:} false; then :
7601 $as_echo_n "(cached) " >&6
7602 else
7603 ac_ext=c
7604 ac_cpp='$CPP $CPPFLAGS'
7605 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7606 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7607 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7608
7609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7610 /* end confdefs.h. */
7611
7612 int
7613 main ()
7614 {
7615
7616 ;
7617 return 0;
7618 }
7619 _ACEOF
7620 if ac_fn_c_try_link "$LINENO"; then :
7621 lt_cv_cc_needs_belf=yes
7622 else
7623 lt_cv_cc_needs_belf=no
7624 fi
7625 rm -f core conftest.err conftest.$ac_objext \
7626 conftest$ac_exeext conftest.$ac_ext
7627 ac_ext=c
7628 ac_cpp='$CPP $CPPFLAGS'
7629 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7630 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7631 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7632
7633 fi
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7635 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7636 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7637 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7638 CFLAGS="$SAVE_CFLAGS"
7639 fi
7640 ;;
7641 sparc*-*solaris*)
7642 # Find out which ABI we are using.
7643 echo 'int i;' > conftest.$ac_ext
7644 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7645 (eval $ac_compile) 2>&5
7646 ac_status=$?
7647 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7648 test $ac_status = 0; }; then
7649 case `/usr/bin/file conftest.o` in
7650 *64-bit*)
7651 case $lt_cv_prog_gnu_ld in
7652 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7653 *)
7654 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7655 LD="${LD-ld} -64"
7656 fi
7657 ;;
7658 esac
7659 ;;
7660 esac
7661 fi
7662 rm -rf conftest*
7663 ;;
7664 esac
7665
7666 need_locks="$enable_libtool_lock"
7667
7668
7669 case $host_os in
7670 rhapsody* | darwin*)
7671 if test -n "$ac_tool_prefix"; then
7672 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7673 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7675 $as_echo_n "checking for $ac_word... " >&6; }
7676 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7677 $as_echo_n "(cached) " >&6
7678 else
7679 if test -n "$DSYMUTIL"; then
7680 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7681 else
7682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7683 for as_dir in $PATH
7684 do
7685 IFS=$as_save_IFS
7686 test -z "$as_dir" && as_dir=.
7687 for ac_exec_ext in '' $ac_executable_extensions; do
7688 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7689 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7691 break 2
7692 fi
7693 done
7694 done
7695 IFS=$as_save_IFS
7696
7697 fi
7698 fi
7699 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7700 if test -n "$DSYMUTIL"; then
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7702 $as_echo "$DSYMUTIL" >&6; }
7703 else
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7705 $as_echo "no" >&6; }
7706 fi
7707
7708
7709 fi
7710 if test -z "$ac_cv_prog_DSYMUTIL"; then
7711 ac_ct_DSYMUTIL=$DSYMUTIL
7712 # Extract the first word of "dsymutil", so it can be a program name with args.
7713 set dummy dsymutil; ac_word=$2
7714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7715 $as_echo_n "checking for $ac_word... " >&6; }
7716 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7717 $as_echo_n "(cached) " >&6
7718 else
7719 if test -n "$ac_ct_DSYMUTIL"; then
7720 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7721 else
7722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7723 for as_dir in $PATH
7724 do
7725 IFS=$as_save_IFS
7726 test -z "$as_dir" && as_dir=.
7727 for ac_exec_ext in '' $ac_executable_extensions; do
7728 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7729 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7731 break 2
7732 fi
7733 done
7734 done
7735 IFS=$as_save_IFS
7736
7737 fi
7738 fi
7739 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7740 if test -n "$ac_ct_DSYMUTIL"; then
7741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7742 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7743 else
7744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7745 $as_echo "no" >&6; }
7746 fi
7747
7748 if test "x$ac_ct_DSYMUTIL" = x; then
7749 DSYMUTIL=":"
7750 else
7751 case $cross_compiling:$ac_tool_warned in
7752 yes:)
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7755 ac_tool_warned=yes ;;
7756 esac
7757 DSYMUTIL=$ac_ct_DSYMUTIL
7758 fi
7759 else
7760 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7761 fi
7762
7763 if test -n "$ac_tool_prefix"; then
7764 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7765 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7767 $as_echo_n "checking for $ac_word... " >&6; }
7768 if ${ac_cv_prog_NMEDIT+:} false; then :
7769 $as_echo_n "(cached) " >&6
7770 else
7771 if test -n "$NMEDIT"; then
7772 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7773 else
7774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7775 for as_dir in $PATH
7776 do
7777 IFS=$as_save_IFS
7778 test -z "$as_dir" && as_dir=.
7779 for ac_exec_ext in '' $ac_executable_extensions; do
7780 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7781 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7782 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7783 break 2
7784 fi
7785 done
7786 done
7787 IFS=$as_save_IFS
7788
7789 fi
7790 fi
7791 NMEDIT=$ac_cv_prog_NMEDIT
7792 if test -n "$NMEDIT"; then
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7794 $as_echo "$NMEDIT" >&6; }
7795 else
7796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7797 $as_echo "no" >&6; }
7798 fi
7799
7800
7801 fi
7802 if test -z "$ac_cv_prog_NMEDIT"; then
7803 ac_ct_NMEDIT=$NMEDIT
7804 # Extract the first word of "nmedit", so it can be a program name with args.
7805 set dummy nmedit; ac_word=$2
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7807 $as_echo_n "checking for $ac_word... " >&6; }
7808 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7809 $as_echo_n "(cached) " >&6
7810 else
7811 if test -n "$ac_ct_NMEDIT"; then
7812 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7813 else
7814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7815 for as_dir in $PATH
7816 do
7817 IFS=$as_save_IFS
7818 test -z "$as_dir" && as_dir=.
7819 for ac_exec_ext in '' $ac_executable_extensions; do
7820 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7821 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7823 break 2
7824 fi
7825 done
7826 done
7827 IFS=$as_save_IFS
7828
7829 fi
7830 fi
7831 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7832 if test -n "$ac_ct_NMEDIT"; then
7833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7834 $as_echo "$ac_ct_NMEDIT" >&6; }
7835 else
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7837 $as_echo "no" >&6; }
7838 fi
7839
7840 if test "x$ac_ct_NMEDIT" = x; then
7841 NMEDIT=":"
7842 else
7843 case $cross_compiling:$ac_tool_warned in
7844 yes:)
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7846 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7847 ac_tool_warned=yes ;;
7848 esac
7849 NMEDIT=$ac_ct_NMEDIT
7850 fi
7851 else
7852 NMEDIT="$ac_cv_prog_NMEDIT"
7853 fi
7854
7855 if test -n "$ac_tool_prefix"; then
7856 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7857 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7859 $as_echo_n "checking for $ac_word... " >&6; }
7860 if ${ac_cv_prog_LIPO+:} false; then :
7861 $as_echo_n "(cached) " >&6
7862 else
7863 if test -n "$LIPO"; then
7864 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7865 else
7866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7867 for as_dir in $PATH
7868 do
7869 IFS=$as_save_IFS
7870 test -z "$as_dir" && as_dir=.
7871 for ac_exec_ext in '' $ac_executable_extensions; do
7872 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7873 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7875 break 2
7876 fi
7877 done
7878 done
7879 IFS=$as_save_IFS
7880
7881 fi
7882 fi
7883 LIPO=$ac_cv_prog_LIPO
7884 if test -n "$LIPO"; then
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7886 $as_echo "$LIPO" >&6; }
7887 else
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7889 $as_echo "no" >&6; }
7890 fi
7891
7892
7893 fi
7894 if test -z "$ac_cv_prog_LIPO"; then
7895 ac_ct_LIPO=$LIPO
7896 # Extract the first word of "lipo", so it can be a program name with args.
7897 set dummy lipo; ac_word=$2
7898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7899 $as_echo_n "checking for $ac_word... " >&6; }
7900 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7901 $as_echo_n "(cached) " >&6
7902 else
7903 if test -n "$ac_ct_LIPO"; then
7904 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7905 else
7906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7907 for as_dir in $PATH
7908 do
7909 IFS=$as_save_IFS
7910 test -z "$as_dir" && as_dir=.
7911 for ac_exec_ext in '' $ac_executable_extensions; do
7912 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7913 ac_cv_prog_ac_ct_LIPO="lipo"
7914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7915 break 2
7916 fi
7917 done
7918 done
7919 IFS=$as_save_IFS
7920
7921 fi
7922 fi
7923 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7924 if test -n "$ac_ct_LIPO"; then
7925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7926 $as_echo "$ac_ct_LIPO" >&6; }
7927 else
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7929 $as_echo "no" >&6; }
7930 fi
7931
7932 if test "x$ac_ct_LIPO" = x; then
7933 LIPO=":"
7934 else
7935 case $cross_compiling:$ac_tool_warned in
7936 yes:)
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7938 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7939 ac_tool_warned=yes ;;
7940 esac
7941 LIPO=$ac_ct_LIPO
7942 fi
7943 else
7944 LIPO="$ac_cv_prog_LIPO"
7945 fi
7946
7947 if test -n "$ac_tool_prefix"; then
7948 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7949 set dummy ${ac_tool_prefix}otool; ac_word=$2
7950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7951 $as_echo_n "checking for $ac_word... " >&6; }
7952 if ${ac_cv_prog_OTOOL+:} false; then :
7953 $as_echo_n "(cached) " >&6
7954 else
7955 if test -n "$OTOOL"; then
7956 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7957 else
7958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7959 for as_dir in $PATH
7960 do
7961 IFS=$as_save_IFS
7962 test -z "$as_dir" && as_dir=.
7963 for ac_exec_ext in '' $ac_executable_extensions; do
7964 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7965 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7967 break 2
7968 fi
7969 done
7970 done
7971 IFS=$as_save_IFS
7972
7973 fi
7974 fi
7975 OTOOL=$ac_cv_prog_OTOOL
7976 if test -n "$OTOOL"; then
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7978 $as_echo "$OTOOL" >&6; }
7979 else
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7981 $as_echo "no" >&6; }
7982 fi
7983
7984
7985 fi
7986 if test -z "$ac_cv_prog_OTOOL"; then
7987 ac_ct_OTOOL=$OTOOL
7988 # Extract the first word of "otool", so it can be a program name with args.
7989 set dummy otool; ac_word=$2
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7991 $as_echo_n "checking for $ac_word... " >&6; }
7992 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7993 $as_echo_n "(cached) " >&6
7994 else
7995 if test -n "$ac_ct_OTOOL"; then
7996 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7997 else
7998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7999 for as_dir in $PATH
8000 do
8001 IFS=$as_save_IFS
8002 test -z "$as_dir" && as_dir=.
8003 for ac_exec_ext in '' $ac_executable_extensions; do
8004 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8005 ac_cv_prog_ac_ct_OTOOL="otool"
8006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8007 break 2
8008 fi
8009 done
8010 done
8011 IFS=$as_save_IFS
8012
8013 fi
8014 fi
8015 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8016 if test -n "$ac_ct_OTOOL"; then
8017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8018 $as_echo "$ac_ct_OTOOL" >&6; }
8019 else
8020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8021 $as_echo "no" >&6; }
8022 fi
8023
8024 if test "x$ac_ct_OTOOL" = x; then
8025 OTOOL=":"
8026 else
8027 case $cross_compiling:$ac_tool_warned in
8028 yes:)
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8030 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8031 ac_tool_warned=yes ;;
8032 esac
8033 OTOOL=$ac_ct_OTOOL
8034 fi
8035 else
8036 OTOOL="$ac_cv_prog_OTOOL"
8037 fi
8038
8039 if test -n "$ac_tool_prefix"; then
8040 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8041 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8043 $as_echo_n "checking for $ac_word... " >&6; }
8044 if ${ac_cv_prog_OTOOL64+:} false; then :
8045 $as_echo_n "(cached) " >&6
8046 else
8047 if test -n "$OTOOL64"; then
8048 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8049 else
8050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8051 for as_dir in $PATH
8052 do
8053 IFS=$as_save_IFS
8054 test -z "$as_dir" && as_dir=.
8055 for ac_exec_ext in '' $ac_executable_extensions; do
8056 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8057 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8059 break 2
8060 fi
8061 done
8062 done
8063 IFS=$as_save_IFS
8064
8065 fi
8066 fi
8067 OTOOL64=$ac_cv_prog_OTOOL64
8068 if test -n "$OTOOL64"; then
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8070 $as_echo "$OTOOL64" >&6; }
8071 else
8072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8073 $as_echo "no" >&6; }
8074 fi
8075
8076
8077 fi
8078 if test -z "$ac_cv_prog_OTOOL64"; then
8079 ac_ct_OTOOL64=$OTOOL64
8080 # Extract the first word of "otool64", so it can be a program name with args.
8081 set dummy otool64; ac_word=$2
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8083 $as_echo_n "checking for $ac_word... " >&6; }
8084 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
8085 $as_echo_n "(cached) " >&6
8086 else
8087 if test -n "$ac_ct_OTOOL64"; then
8088 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8089 else
8090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8091 for as_dir in $PATH
8092 do
8093 IFS=$as_save_IFS
8094 test -z "$as_dir" && as_dir=.
8095 for ac_exec_ext in '' $ac_executable_extensions; do
8096 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8097 ac_cv_prog_ac_ct_OTOOL64="otool64"
8098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8099 break 2
8100 fi
8101 done
8102 done
8103 IFS=$as_save_IFS
8104
8105 fi
8106 fi
8107 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8108 if test -n "$ac_ct_OTOOL64"; then
8109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8110 $as_echo "$ac_ct_OTOOL64" >&6; }
8111 else
8112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8113 $as_echo "no" >&6; }
8114 fi
8115
8116 if test "x$ac_ct_OTOOL64" = x; then
8117 OTOOL64=":"
8118 else
8119 case $cross_compiling:$ac_tool_warned in
8120 yes:)
8121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8122 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8123 ac_tool_warned=yes ;;
8124 esac
8125 OTOOL64=$ac_ct_OTOOL64
8126 fi
8127 else
8128 OTOOL64="$ac_cv_prog_OTOOL64"
8129 fi
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8158 $as_echo_n "checking for -single_module linker flag... " >&6; }
8159 if ${lt_cv_apple_cc_single_mod+:} false; then :
8160 $as_echo_n "(cached) " >&6
8161 else
8162 lt_cv_apple_cc_single_mod=no
8163 if test -z "${LT_MULTI_MODULE}"; then
8164 # By default we will add the -single_module flag. You can override
8165 # by either setting the environment variable LT_MULTI_MODULE
8166 # non-empty at configure time, or by adding -multi_module to the
8167 # link flags.
8168 rm -rf libconftest.dylib*
8169 echo "int foo(void){return 1;}" > conftest.c
8170 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8171 -dynamiclib -Wl,-single_module conftest.c" >&5
8172 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8173 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8174 _lt_result=$?
8175 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8176 lt_cv_apple_cc_single_mod=yes
8177 else
8178 cat conftest.err >&5
8179 fi
8180 rm -rf libconftest.dylib*
8181 rm -f conftest.*
8182 fi
8183 fi
8184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8185 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8187 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8188 if ${lt_cv_ld_exported_symbols_list+:} false; then :
8189 $as_echo_n "(cached) " >&6
8190 else
8191 lt_cv_ld_exported_symbols_list=no
8192 save_LDFLAGS=$LDFLAGS
8193 echo "_main" > conftest.sym
8194 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8196 /* end confdefs.h. */
8197
8198 int
8199 main ()
8200 {
8201
8202 ;
8203 return 0;
8204 }
8205 _ACEOF
8206 if ac_fn_c_try_link "$LINENO"; then :
8207 lt_cv_ld_exported_symbols_list=yes
8208 else
8209 lt_cv_ld_exported_symbols_list=no
8210 fi
8211 rm -f core conftest.err conftest.$ac_objext \
8212 conftest$ac_exeext conftest.$ac_ext
8213 LDFLAGS="$save_LDFLAGS"
8214
8215 fi
8216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8217 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8219 $as_echo_n "checking for -force_load linker flag... " >&6; }
8220 if ${lt_cv_ld_force_load+:} false; then :
8221 $as_echo_n "(cached) " >&6
8222 else
8223 lt_cv_ld_force_load=no
8224 cat > conftest.c << _LT_EOF
8225 int forced_loaded() { return 2;}
8226 _LT_EOF
8227 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8228 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8229 echo "$AR cru libconftest.a conftest.o" >&5
8230 $AR cru libconftest.a conftest.o 2>&5
8231 cat > conftest.c << _LT_EOF
8232 int main() { return 0;}
8233 _LT_EOF
8234 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8235 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8236 _lt_result=$?
8237 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8238 lt_cv_ld_force_load=yes
8239 else
8240 cat conftest.err >&5
8241 fi
8242 rm -f conftest.err libconftest.a conftest conftest.c
8243 rm -rf conftest.dSYM
8244
8245 fi
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8247 $as_echo "$lt_cv_ld_force_load" >&6; }
8248 case $host_os in
8249 rhapsody* | darwin1.[012])
8250 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8251 darwin1.*)
8252 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8253 darwin*) # darwin 5.x on
8254 # if running on 10.5 or later, the deployment target defaults
8255 # to the OS version, if on x86, and 10.4, the deployment
8256 # target defaults to 10.4. Don't you love it?
8257 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8258 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8259 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8260 10.[012][,.]*)
8261 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8262 10.*)
8263 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8264 esac
8265 ;;
8266 esac
8267 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8268 _lt_dar_single_mod='$single_module'
8269 fi
8270 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8271 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8272 else
8273 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8274 fi
8275 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8276 _lt_dsymutil='~$DSYMUTIL $lib || :'
8277 else
8278 _lt_dsymutil=
8279 fi
8280 ;;
8281 esac
8282
8283 for ac_header in dlfcn.h
8284 do :
8285 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8286 "
8287 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8288 cat >>confdefs.h <<_ACEOF
8289 #define HAVE_DLFCN_H 1
8290 _ACEOF
8291
8292 fi
8293
8294 done
8295
8296
8297
8298
8299
8300 # Set options
8301 enable_dlopen=yes
8302
8303
8304
8305
8306 enable_win32_dll=no
8307
8308
8309
8310 # Check whether --enable-static was given.
8311 if test "${enable_static+set}" = set; then :
8312 enableval=$enable_static; p=${PACKAGE-default}
8313 case $enableval in
8314 yes) enable_static=yes ;;
8315 no) enable_static=no ;;
8316 *)
8317 enable_static=no
8318 # Look at the argument we got. We use all the common list separators.
8319 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8320 for pkg in $enableval; do
8321 IFS="$lt_save_ifs"
8322 if test "X$pkg" = "X$p"; then
8323 enable_static=yes
8324 fi
8325 done
8326 IFS="$lt_save_ifs"
8327 ;;
8328 esac
8329 else
8330 enable_static=yes
8331 fi
8332
8333
8334
8335
8336
8337
8338
8339
8340
8341
8342 # Check whether --with-pic was given.
8343 if test "${with_pic+set}" = set; then :
8344 withval=$with_pic; pic_mode="$withval"
8345 else
8346 pic_mode=default
8347 fi
8348
8349
8350 test -z "$pic_mode" && pic_mode=default
8351
8352
8353
8354
8355
8356
8357
8358 # Check whether --enable-fast-install was given.
8359 if test "${enable_fast_install+set}" = set; then :
8360 enableval=$enable_fast_install; p=${PACKAGE-default}
8361 case $enableval in
8362 yes) enable_fast_install=yes ;;
8363 no) enable_fast_install=no ;;
8364 *)
8365 enable_fast_install=no
8366 # Look at the argument we got. We use all the common list separators.
8367 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8368 for pkg in $enableval; do
8369 IFS="$lt_save_ifs"
8370 if test "X$pkg" = "X$p"; then
8371 enable_fast_install=yes
8372 fi
8373 done
8374 IFS="$lt_save_ifs"
8375 ;;
8376 esac
8377 else
8378 enable_fast_install=yes
8379 fi
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391 # This can be used to rebuild libtool when needed
8392 LIBTOOL_DEPS="$ltmain"
8393
8394 # Always use our own libtool.
8395 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
8418
8419
8420
8421
8422 test -z "$LN_S" && LN_S="ln -s"
8423
8424
8425
8426
8427
8428
8429
8430
8431
8432
8433
8434
8435
8436
8437 if test -n "${ZSH_VERSION+set}" ; then
8438 setopt NO_GLOB_SUBST
8439 fi
8440
8441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8442 $as_echo_n "checking for objdir... " >&6; }
8443 if ${lt_cv_objdir+:} false; then :
8444 $as_echo_n "(cached) " >&6
8445 else
8446 rm -f .libs 2>/dev/null
8447 mkdir .libs 2>/dev/null
8448 if test -d .libs; then
8449 lt_cv_objdir=.libs
8450 else
8451 # MS-DOS does not allow filenames that begin with a dot.
8452 lt_cv_objdir=_libs
8453 fi
8454 rmdir .libs 2>/dev/null
8455 fi
8456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8457 $as_echo "$lt_cv_objdir" >&6; }
8458 objdir=$lt_cv_objdir
8459
8460
8461
8462
8463
8464 cat >>confdefs.h <<_ACEOF
8465 #define LT_OBJDIR "$lt_cv_objdir/"
8466 _ACEOF
8467
8468
8469
8470
8471 case $host_os in
8472 aix3*)
8473 # AIX sometimes has problems with the GCC collect2 program. For some
8474 # reason, if we set the COLLECT_NAMES environment variable, the problems
8475 # vanish in a puff of smoke.
8476 if test "X${COLLECT_NAMES+set}" != Xset; then
8477 COLLECT_NAMES=
8478 export COLLECT_NAMES
8479 fi
8480 ;;
8481 esac
8482
8483 # Global variables:
8484 ofile=libtool
8485 can_build_shared=yes
8486
8487 # All known linkers require a `.a' archive for static linking (except MSVC,
8488 # which needs '.lib').
8489 libext=a
8490
8491 with_gnu_ld="$lt_cv_prog_gnu_ld"
8492
8493 old_CC="$CC"
8494 old_CFLAGS="$CFLAGS"
8495
8496 # Set sane defaults for various variables
8497 test -z "$CC" && CC=cc
8498 test -z "$LTCC" && LTCC=$CC
8499 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8500 test -z "$LD" && LD=ld
8501 test -z "$ac_objext" && ac_objext=o
8502
8503 for cc_temp in $compiler""; do
8504 case $cc_temp in
8505 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8506 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8507 \-*) ;;
8508 *) break;;
8509 esac
8510 done
8511 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8512
8513
8514 # Only perform the check for file, if the check method requires it
8515 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8516 case $deplibs_check_method in
8517 file_magic*)
8518 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8520 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8521 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8522 $as_echo_n "(cached) " >&6
8523 else
8524 case $MAGIC_CMD in
8525 [\\/*] | ?:[\\/]*)
8526 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8527 ;;
8528 *)
8529 lt_save_MAGIC_CMD="$MAGIC_CMD"
8530 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8531 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8532 for ac_dir in $ac_dummy; do
8533 IFS="$lt_save_ifs"
8534 test -z "$ac_dir" && ac_dir=.
8535 if test -f $ac_dir/${ac_tool_prefix}file; then
8536 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8537 if test -n "$file_magic_test_file"; then
8538 case $deplibs_check_method in
8539 "file_magic "*)
8540 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8541 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8542 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8543 $EGREP "$file_magic_regex" > /dev/null; then
8544 :
8545 else
8546 cat <<_LT_EOF 1>&2
8547
8548 *** Warning: the command libtool uses to detect shared libraries,
8549 *** $file_magic_cmd, produces output that libtool cannot recognize.
8550 *** The result is that libtool may fail to recognize shared libraries
8551 *** as such. This will affect the creation of libtool libraries that
8552 *** depend on shared libraries, but programs linked with such libtool
8553 *** libraries will work regardless of this problem. Nevertheless, you
8554 *** may want to report the problem to your system manager and/or to
8555 *** bug-libtool@gnu.org
8556
8557 _LT_EOF
8558 fi ;;
8559 esac
8560 fi
8561 break
8562 fi
8563 done
8564 IFS="$lt_save_ifs"
8565 MAGIC_CMD="$lt_save_MAGIC_CMD"
8566 ;;
8567 esac
8568 fi
8569
8570 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8571 if test -n "$MAGIC_CMD"; then
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8573 $as_echo "$MAGIC_CMD" >&6; }
8574 else
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8576 $as_echo "no" >&6; }
8577 fi
8578
8579
8580
8581
8582
8583 if test -z "$lt_cv_path_MAGIC_CMD"; then
8584 if test -n "$ac_tool_prefix"; then
8585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8586 $as_echo_n "checking for file... " >&6; }
8587 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8588 $as_echo_n "(cached) " >&6
8589 else
8590 case $MAGIC_CMD in
8591 [\\/*] | ?:[\\/]*)
8592 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8593 ;;
8594 *)
8595 lt_save_MAGIC_CMD="$MAGIC_CMD"
8596 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8597 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8598 for ac_dir in $ac_dummy; do
8599 IFS="$lt_save_ifs"
8600 test -z "$ac_dir" && ac_dir=.
8601 if test -f $ac_dir/file; then
8602 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8603 if test -n "$file_magic_test_file"; then
8604 case $deplibs_check_method in
8605 "file_magic "*)
8606 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8607 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8608 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8609 $EGREP "$file_magic_regex" > /dev/null; then
8610 :
8611 else
8612 cat <<_LT_EOF 1>&2
8613
8614 *** Warning: the command libtool uses to detect shared libraries,
8615 *** $file_magic_cmd, produces output that libtool cannot recognize.
8616 *** The result is that libtool may fail to recognize shared libraries
8617 *** as such. This will affect the creation of libtool libraries that
8618 *** depend on shared libraries, but programs linked with such libtool
8619 *** libraries will work regardless of this problem. Nevertheless, you
8620 *** may want to report the problem to your system manager and/or to
8621 *** bug-libtool@gnu.org
8622
8623 _LT_EOF
8624 fi ;;
8625 esac
8626 fi
8627 break
8628 fi
8629 done
8630 IFS="$lt_save_ifs"
8631 MAGIC_CMD="$lt_save_MAGIC_CMD"
8632 ;;
8633 esac
8634 fi
8635
8636 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8637 if test -n "$MAGIC_CMD"; then
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8639 $as_echo "$MAGIC_CMD" >&6; }
8640 else
8641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8642 $as_echo "no" >&6; }
8643 fi
8644
8645
8646 else
8647 MAGIC_CMD=:
8648 fi
8649 fi
8650
8651 fi
8652 ;;
8653 esac
8654
8655 # Use C for the default configuration in the libtool script
8656
8657 lt_save_CC="$CC"
8658 ac_ext=c
8659 ac_cpp='$CPP $CPPFLAGS'
8660 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8661 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8662 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8663
8664
8665 # Source file extension for C test sources.
8666 ac_ext=c
8667
8668 # Object file extension for compiled C test sources.
8669 objext=o
8670 objext=$objext
8671
8672 # Code to be used in simple compile tests
8673 lt_simple_compile_test_code="int some_variable = 0;"
8674
8675 # Code to be used in simple link tests
8676 lt_simple_link_test_code='int main(){return(0);}'
8677
8678
8679
8680
8681
8682
8683
8684 # If no C compiler was specified, use CC.
8685 LTCC=${LTCC-"$CC"}
8686
8687 # If no C compiler flags were specified, use CFLAGS.
8688 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8689
8690 # Allow CC to be a program name with arguments.
8691 compiler=$CC
8692
8693 # Save the default compiler, since it gets overwritten when the other
8694 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8695 compiler_DEFAULT=$CC
8696
8697 # save warnings/boilerplate of simple test code
8698 ac_outfile=conftest.$ac_objext
8699 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8700 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8701 _lt_compiler_boilerplate=`cat conftest.err`
8702 $RM conftest*
8703
8704 ac_outfile=conftest.$ac_objext
8705 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8706 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8707 _lt_linker_boilerplate=`cat conftest.err`
8708 $RM -r conftest*
8709
8710
8711 ## CAVEAT EMPTOR:
8712 ## There is no encapsulation within the following macros, do not change
8713 ## the running order or otherwise move them around unless you know exactly
8714 ## what you are doing...
8715 if test -n "$compiler"; then
8716
8717 lt_prog_compiler_no_builtin_flag=
8718
8719 if test "$GCC" = yes; then
8720 case $cc_basename in
8721 nvcc*)
8722 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8723 *)
8724 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8725 esac
8726
8727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8728 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8729 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8730 $as_echo_n "(cached) " >&6
8731 else
8732 lt_cv_prog_compiler_rtti_exceptions=no
8733 ac_outfile=conftest.$ac_objext
8734 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8735 lt_compiler_flag="-fno-rtti -fno-exceptions"
8736 # Insert the option either (1) after the last *FLAGS variable, or
8737 # (2) before a word containing "conftest.", or (3) at the end.
8738 # Note that $ac_compile itself does not contain backslashes and begins
8739 # with a dollar sign (not a hyphen), so the echo should work correctly.
8740 # The option is referenced via a variable to avoid confusing sed.
8741 lt_compile=`echo "$ac_compile" | $SED \
8742 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8743 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8744 -e 's:$: $lt_compiler_flag:'`
8745 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8746 (eval "$lt_compile" 2>conftest.err)
8747 ac_status=$?
8748 cat conftest.err >&5
8749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8750 if (exit $ac_status) && test -s "$ac_outfile"; then
8751 # The compiler can only warn and ignore the option if not recognized
8752 # So say no if there are warnings other than the usual output.
8753 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8754 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8755 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8756 lt_cv_prog_compiler_rtti_exceptions=yes
8757 fi
8758 fi
8759 $RM conftest*
8760
8761 fi
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8763 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8764
8765 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8766 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8767 else
8768 :
8769 fi
8770
8771 fi
8772
8773
8774
8775
8776
8777
8778 lt_prog_compiler_wl=
8779 lt_prog_compiler_pic=
8780 lt_prog_compiler_static=
8781
8782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8783 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8784
8785 if test "$GCC" = yes; then
8786 lt_prog_compiler_wl='-Wl,'
8787 lt_prog_compiler_static='-static'
8788
8789 case $host_os in
8790 aix*)
8791 # All AIX code is PIC.
8792 if test "$host_cpu" = ia64; then
8793 # AIX 5 now supports IA64 processor
8794 lt_prog_compiler_static='-Bstatic'
8795 fi
8796 lt_prog_compiler_pic='-fPIC'
8797 ;;
8798
8799 amigaos*)
8800 case $host_cpu in
8801 powerpc)
8802 # see comment about AmigaOS4 .so support
8803 lt_prog_compiler_pic='-fPIC'
8804 ;;
8805 m68k)
8806 # FIXME: we need at least 68020 code to build shared libraries, but
8807 # adding the `-m68020' flag to GCC prevents building anything better,
8808 # like `-m68040'.
8809 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8810 ;;
8811 esac
8812 ;;
8813
8814 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8815 # PIC is the default for these OSes.
8816 ;;
8817
8818 mingw* | cygwin* | pw32* | os2* | cegcc*)
8819 # This hack is so that the source file can tell whether it is being
8820 # built for inclusion in a dll (and should export symbols for example).
8821 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8822 # (--disable-auto-import) libraries
8823 lt_prog_compiler_pic='-DDLL_EXPORT'
8824 ;;
8825
8826 darwin* | rhapsody*)
8827 # PIC is the default on this platform
8828 # Common symbols not allowed in MH_DYLIB files
8829 lt_prog_compiler_pic='-fno-common'
8830 ;;
8831
8832 haiku*)
8833 # PIC is the default for Haiku.
8834 # The "-static" flag exists, but is broken.
8835 lt_prog_compiler_static=
8836 ;;
8837
8838 hpux*)
8839 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8840 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8841 # sets the default TLS model and affects inlining.
8842 case $host_cpu in
8843 hppa*64*)
8844 # +Z the default
8845 ;;
8846 *)
8847 lt_prog_compiler_pic='-fPIC'
8848 ;;
8849 esac
8850 ;;
8851
8852 interix[3-9]*)
8853 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8854 # Instead, we relocate shared libraries at runtime.
8855 ;;
8856
8857 msdosdjgpp*)
8858 # Just because we use GCC doesn't mean we suddenly get shared libraries
8859 # on systems that don't support them.
8860 lt_prog_compiler_can_build_shared=no
8861 enable_shared=no
8862 ;;
8863
8864 *nto* | *qnx*)
8865 # QNX uses GNU C++, but need to define -shared option too, otherwise
8866 # it will coredump.
8867 lt_prog_compiler_pic='-fPIC -shared'
8868 ;;
8869
8870 sysv4*MP*)
8871 if test -d /usr/nec; then
8872 lt_prog_compiler_pic=-Kconform_pic
8873 fi
8874 ;;
8875
8876 *)
8877 lt_prog_compiler_pic='-fPIC'
8878 ;;
8879 esac
8880
8881 case $cc_basename in
8882 nvcc*) # Cuda Compiler Driver 2.2
8883 lt_prog_compiler_wl='-Xlinker '
8884 lt_prog_compiler_pic='-Xcompiler -fPIC'
8885 ;;
8886 esac
8887 else
8888 # PORTME Check for flag to pass linker flags through the system compiler.
8889 case $host_os in
8890 aix*)
8891 lt_prog_compiler_wl='-Wl,'
8892 if test "$host_cpu" = ia64; then
8893 # AIX 5 now supports IA64 processor
8894 lt_prog_compiler_static='-Bstatic'
8895 else
8896 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8897 fi
8898 ;;
8899
8900 mingw* | cygwin* | pw32* | os2* | cegcc*)
8901 # This hack is so that the source file can tell whether it is being
8902 # built for inclusion in a dll (and should export symbols for example).
8903 lt_prog_compiler_pic='-DDLL_EXPORT'
8904 ;;
8905
8906 hpux9* | hpux10* | hpux11*)
8907 lt_prog_compiler_wl='-Wl,'
8908 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8909 # not for PA HP-UX.
8910 case $host_cpu in
8911 hppa*64*|ia64*)
8912 # +Z the default
8913 ;;
8914 *)
8915 lt_prog_compiler_pic='+Z'
8916 ;;
8917 esac
8918 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8919 lt_prog_compiler_static='${wl}-a ${wl}archive'
8920 ;;
8921
8922 irix5* | irix6* | nonstopux*)
8923 lt_prog_compiler_wl='-Wl,'
8924 # PIC (with -KPIC) is the default.
8925 lt_prog_compiler_static='-non_shared'
8926 ;;
8927
8928 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8929 case $cc_basename in
8930 # old Intel for x86_64 which still supported -KPIC.
8931 ecc*)
8932 lt_prog_compiler_wl='-Wl,'
8933 lt_prog_compiler_pic='-KPIC'
8934 lt_prog_compiler_static='-static'
8935 ;;
8936 # icc used to be incompatible with GCC.
8937 # ICC 10 doesn't accept -KPIC any more.
8938 icc* | ifort*)
8939 lt_prog_compiler_wl='-Wl,'
8940 lt_prog_compiler_pic='-fPIC'
8941 lt_prog_compiler_static='-static'
8942 ;;
8943 # Lahey Fortran 8.1.
8944 lf95*)
8945 lt_prog_compiler_wl='-Wl,'
8946 lt_prog_compiler_pic='--shared'
8947 lt_prog_compiler_static='--static'
8948 ;;
8949 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8950 # Portland Group compilers (*not* the Pentium gcc compiler,
8951 # which looks to be a dead project)
8952 lt_prog_compiler_wl='-Wl,'
8953 lt_prog_compiler_pic='-fpic'
8954 lt_prog_compiler_static='-Bstatic'
8955 ;;
8956 ccc*)
8957 lt_prog_compiler_wl='-Wl,'
8958 # All Alpha code is PIC.
8959 lt_prog_compiler_static='-non_shared'
8960 ;;
8961 xl* | bgxl* | bgf* | mpixl*)
8962 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8963 lt_prog_compiler_wl='-Wl,'
8964 lt_prog_compiler_pic='-qpic'
8965 lt_prog_compiler_static='-qstaticlink'
8966 ;;
8967 *)
8968 case `$CC -V 2>&1 | sed 5q` in
8969 *Sun\ F* | *Sun*Fortran*)
8970 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8971 lt_prog_compiler_pic='-KPIC'
8972 lt_prog_compiler_static='-Bstatic'
8973 lt_prog_compiler_wl=''
8974 ;;
8975 *Sun\ C*)
8976 # Sun C 5.9
8977 lt_prog_compiler_pic='-KPIC'
8978 lt_prog_compiler_static='-Bstatic'
8979 lt_prog_compiler_wl='-Wl,'
8980 ;;
8981 esac
8982 ;;
8983 esac
8984 ;;
8985
8986 newsos6)
8987 lt_prog_compiler_pic='-KPIC'
8988 lt_prog_compiler_static='-Bstatic'
8989 ;;
8990
8991 *nto* | *qnx*)
8992 # QNX uses GNU C++, but need to define -shared option too, otherwise
8993 # it will coredump.
8994 lt_prog_compiler_pic='-fPIC -shared'
8995 ;;
8996
8997 osf3* | osf4* | osf5*)
8998 lt_prog_compiler_wl='-Wl,'
8999 # All OSF/1 code is PIC.
9000 lt_prog_compiler_static='-non_shared'
9001 ;;
9002
9003 rdos*)
9004 lt_prog_compiler_static='-non_shared'
9005 ;;
9006
9007 solaris*)
9008 lt_prog_compiler_pic='-KPIC'
9009 lt_prog_compiler_static='-Bstatic'
9010 case $cc_basename in
9011 f77* | f90* | f95*)
9012 lt_prog_compiler_wl='-Qoption ld ';;
9013 *)
9014 lt_prog_compiler_wl='-Wl,';;
9015 esac
9016 ;;
9017
9018 sunos4*)
9019 lt_prog_compiler_wl='-Qoption ld '
9020 lt_prog_compiler_pic='-PIC'
9021 lt_prog_compiler_static='-Bstatic'
9022 ;;
9023
9024 sysv4 | sysv4.2uw2* | sysv4.3*)
9025 lt_prog_compiler_wl='-Wl,'
9026 lt_prog_compiler_pic='-KPIC'
9027 lt_prog_compiler_static='-Bstatic'
9028 ;;
9029
9030 sysv4*MP*)
9031 if test -d /usr/nec ;then
9032 lt_prog_compiler_pic='-Kconform_pic'
9033 lt_prog_compiler_static='-Bstatic'
9034 fi
9035 ;;
9036
9037 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9038 lt_prog_compiler_wl='-Wl,'
9039 lt_prog_compiler_pic='-KPIC'
9040 lt_prog_compiler_static='-Bstatic'
9041 ;;
9042
9043 unicos*)
9044 lt_prog_compiler_wl='-Wl,'
9045 lt_prog_compiler_can_build_shared=no
9046 ;;
9047
9048 uts4*)
9049 lt_prog_compiler_pic='-pic'
9050 lt_prog_compiler_static='-Bstatic'
9051 ;;
9052
9053 *)
9054 lt_prog_compiler_can_build_shared=no
9055 ;;
9056 esac
9057 fi
9058
9059 case $host_os in
9060 # For platforms which do not support PIC, -DPIC is meaningless:
9061 *djgpp*)
9062 lt_prog_compiler_pic=
9063 ;;
9064 *)
9065 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9066 ;;
9067 esac
9068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9069 $as_echo "$lt_prog_compiler_pic" >&6; }
9070
9071
9072
9073
9074
9075
9076 #
9077 # Check to make sure the PIC flag actually works.
9078 #
9079 if test -n "$lt_prog_compiler_pic"; then
9080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9081 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9082 if ${lt_cv_prog_compiler_pic_works+:} false; then :
9083 $as_echo_n "(cached) " >&6
9084 else
9085 lt_cv_prog_compiler_pic_works=no
9086 ac_outfile=conftest.$ac_objext
9087 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9088 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9089 # Insert the option either (1) after the last *FLAGS variable, or
9090 # (2) before a word containing "conftest.", or (3) at the end.
9091 # Note that $ac_compile itself does not contain backslashes and begins
9092 # with a dollar sign (not a hyphen), so the echo should work correctly.
9093 # The option is referenced via a variable to avoid confusing sed.
9094 lt_compile=`echo "$ac_compile" | $SED \
9095 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9096 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9097 -e 's:$: $lt_compiler_flag:'`
9098 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9099 (eval "$lt_compile" 2>conftest.err)
9100 ac_status=$?
9101 cat conftest.err >&5
9102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9103 if (exit $ac_status) && test -s "$ac_outfile"; then
9104 # The compiler can only warn and ignore the option if not recognized
9105 # So say no if there are warnings other than the usual output.
9106 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9107 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9108 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9109 lt_cv_prog_compiler_pic_works=yes
9110 fi
9111 fi
9112 $RM conftest*
9113
9114 fi
9115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9116 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9117
9118 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9119 case $lt_prog_compiler_pic in
9120 "" | " "*) ;;
9121 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9122 esac
9123 else
9124 lt_prog_compiler_pic=
9125 lt_prog_compiler_can_build_shared=no
9126 fi
9127
9128 fi
9129
9130
9131
9132
9133
9134
9135 #
9136 # Check to make sure the static flag actually works.
9137 #
9138 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9140 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9141 if ${lt_cv_prog_compiler_static_works+:} false; then :
9142 $as_echo_n "(cached) " >&6
9143 else
9144 lt_cv_prog_compiler_static_works=no
9145 save_LDFLAGS="$LDFLAGS"
9146 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9147 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9148 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9149 # The linker can only warn and ignore the option if not recognized
9150 # So say no if there are warnings
9151 if test -s conftest.err; then
9152 # Append any errors to the config.log.
9153 cat conftest.err 1>&5
9154 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9155 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9156 if diff conftest.exp conftest.er2 >/dev/null; then
9157 lt_cv_prog_compiler_static_works=yes
9158 fi
9159 else
9160 lt_cv_prog_compiler_static_works=yes
9161 fi
9162 fi
9163 $RM -r conftest*
9164 LDFLAGS="$save_LDFLAGS"
9165
9166 fi
9167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9168 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9169
9170 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9171 :
9172 else
9173 lt_prog_compiler_static=
9174 fi
9175
9176
9177
9178
9179
9180
9181
9182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9183 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9184 if ${lt_cv_prog_compiler_c_o+:} false; then :
9185 $as_echo_n "(cached) " >&6
9186 else
9187 lt_cv_prog_compiler_c_o=no
9188 $RM -r conftest 2>/dev/null
9189 mkdir conftest
9190 cd conftest
9191 mkdir out
9192 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9193
9194 lt_compiler_flag="-o out/conftest2.$ac_objext"
9195 # Insert the option either (1) after the last *FLAGS variable, or
9196 # (2) before a word containing "conftest.", or (3) at the end.
9197 # Note that $ac_compile itself does not contain backslashes and begins
9198 # with a dollar sign (not a hyphen), so the echo should work correctly.
9199 lt_compile=`echo "$ac_compile" | $SED \
9200 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9201 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9202 -e 's:$: $lt_compiler_flag:'`
9203 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9204 (eval "$lt_compile" 2>out/conftest.err)
9205 ac_status=$?
9206 cat out/conftest.err >&5
9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9209 then
9210 # The compiler can only warn and ignore the option if not recognized
9211 # So say no if there are warnings
9212 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9213 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9214 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9215 lt_cv_prog_compiler_c_o=yes
9216 fi
9217 fi
9218 chmod u+w . 2>&5
9219 $RM conftest*
9220 # SGI C++ compiler will create directory out/ii_files/ for
9221 # template instantiation
9222 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9223 $RM out/* && rmdir out
9224 cd ..
9225 $RM -r conftest
9226 $RM conftest*
9227
9228 fi
9229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9230 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9231
9232
9233
9234
9235
9236
9237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9238 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9239 if ${lt_cv_prog_compiler_c_o+:} false; then :
9240 $as_echo_n "(cached) " >&6
9241 else
9242 lt_cv_prog_compiler_c_o=no
9243 $RM -r conftest 2>/dev/null
9244 mkdir conftest
9245 cd conftest
9246 mkdir out
9247 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9248
9249 lt_compiler_flag="-o out/conftest2.$ac_objext"
9250 # Insert the option either (1) after the last *FLAGS variable, or
9251 # (2) before a word containing "conftest.", or (3) at the end.
9252 # Note that $ac_compile itself does not contain backslashes and begins
9253 # with a dollar sign (not a hyphen), so the echo should work correctly.
9254 lt_compile=`echo "$ac_compile" | $SED \
9255 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9256 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9257 -e 's:$: $lt_compiler_flag:'`
9258 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9259 (eval "$lt_compile" 2>out/conftest.err)
9260 ac_status=$?
9261 cat out/conftest.err >&5
9262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9263 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9264 then
9265 # The compiler can only warn and ignore the option if not recognized
9266 # So say no if there are warnings
9267 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9268 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9269 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9270 lt_cv_prog_compiler_c_o=yes
9271 fi
9272 fi
9273 chmod u+w . 2>&5
9274 $RM conftest*
9275 # SGI C++ compiler will create directory out/ii_files/ for
9276 # template instantiation
9277 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9278 $RM out/* && rmdir out
9279 cd ..
9280 $RM -r conftest
9281 $RM conftest*
9282
9283 fi
9284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9285 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9286
9287
9288
9289
9290 hard_links="nottested"
9291 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9292 # do not overwrite the value of need_locks provided by the user
9293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9294 $as_echo_n "checking if we can lock with hard links... " >&6; }
9295 hard_links=yes
9296 $RM conftest*
9297 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9298 touch conftest.a
9299 ln conftest.a conftest.b 2>&5 || hard_links=no
9300 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9302 $as_echo "$hard_links" >&6; }
9303 if test "$hard_links" = no; then
9304 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9305 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9306 need_locks=warn
9307 fi
9308 else
9309 need_locks=no
9310 fi
9311
9312
9313
9314
9315
9316
9317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9318 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9319
9320 runpath_var=
9321 allow_undefined_flag=
9322 always_export_symbols=no
9323 archive_cmds=
9324 archive_expsym_cmds=
9325 compiler_needs_object=no
9326 enable_shared_with_static_runtimes=no
9327 export_dynamic_flag_spec=
9328 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9329 hardcode_automatic=no
9330 hardcode_direct=no
9331 hardcode_direct_absolute=no
9332 hardcode_libdir_flag_spec=
9333 hardcode_libdir_flag_spec_ld=
9334 hardcode_libdir_separator=
9335 hardcode_minus_L=no
9336 hardcode_shlibpath_var=unsupported
9337 inherit_rpath=no
9338 link_all_deplibs=unknown
9339 module_cmds=
9340 module_expsym_cmds=
9341 old_archive_from_new_cmds=
9342 old_archive_from_expsyms_cmds=
9343 thread_safe_flag_spec=
9344 whole_archive_flag_spec=
9345 # include_expsyms should be a list of space-separated symbols to be *always*
9346 # included in the symbol list
9347 include_expsyms=
9348 # exclude_expsyms can be an extended regexp of symbols to exclude
9349 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9350 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9351 # as well as any symbol that contains `d'.
9352 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9353 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9354 # platforms (ab)use it in PIC code, but their linkers get confused if
9355 # the symbol is explicitly referenced. Since portable code cannot
9356 # rely on this symbol name, it's probably fine to never include it in
9357 # preloaded symbol tables.
9358 # Exclude shared library initialization/finalization symbols.
9359 extract_expsyms_cmds=
9360
9361 case $host_os in
9362 cygwin* | mingw* | pw32* | cegcc*)
9363 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9364 # When not using gcc, we currently assume that we are using
9365 # Microsoft Visual C++.
9366 if test "$GCC" != yes; then
9367 with_gnu_ld=no
9368 fi
9369 ;;
9370 interix*)
9371 # we just hope/assume this is gcc and not c89 (= MSVC++)
9372 with_gnu_ld=yes
9373 ;;
9374 openbsd*)
9375 with_gnu_ld=no
9376 ;;
9377 esac
9378
9379 ld_shlibs=yes
9380
9381 # On some targets, GNU ld is compatible enough with the native linker
9382 # that we're better off using the native interface for both.
9383 lt_use_gnu_ld_interface=no
9384 if test "$with_gnu_ld" = yes; then
9385 case $host_os in
9386 aix*)
9387 # The AIX port of GNU ld has always aspired to compatibility
9388 # with the native linker. However, as the warning in the GNU ld
9389 # block says, versions before 2.19.5* couldn't really create working
9390 # shared libraries, regardless of the interface used.
9391 case `$LD -v 2>&1` in
9392 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9393 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9394 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9395 *)
9396 lt_use_gnu_ld_interface=yes
9397 ;;
9398 esac
9399 ;;
9400 *)
9401 lt_use_gnu_ld_interface=yes
9402 ;;
9403 esac
9404 fi
9405
9406 if test "$lt_use_gnu_ld_interface" = yes; then
9407 # If archive_cmds runs LD, not CC, wlarc should be empty
9408 wlarc='${wl}'
9409
9410 # Set some defaults for GNU ld with shared library support. These
9411 # are reset later if shared libraries are not supported. Putting them
9412 # here allows them to be overridden if necessary.
9413 runpath_var=LD_RUN_PATH
9414 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9415 export_dynamic_flag_spec='${wl}--export-dynamic'
9416 # ancient GNU ld didn't support --whole-archive et. al.
9417 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9418 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9419 else
9420 whole_archive_flag_spec=
9421 fi
9422 supports_anon_versioning=no
9423 case `$LD -v 2>&1` in
9424 *GNU\ gold*) supports_anon_versioning=yes ;;
9425 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9426 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9427 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9428 *\ 2.11.*) ;; # other 2.11 versions
9429 *) supports_anon_versioning=yes ;;
9430 esac
9431
9432 # See if GNU ld supports shared libraries.
9433 case $host_os in
9434 aix[3-9]*)
9435 # On AIX/PPC, the GNU linker is very broken
9436 if test "$host_cpu" != ia64; then
9437 ld_shlibs=no
9438 cat <<_LT_EOF 1>&2
9439
9440 *** Warning: the GNU linker, at least up to release 2.19, is reported
9441 *** to be unable to reliably create shared libraries on AIX.
9442 *** Therefore, libtool is disabling shared libraries support. If you
9443 *** really care for shared libraries, you may want to install binutils
9444 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9445 *** You will then need to restart the configuration process.
9446
9447 _LT_EOF
9448 fi
9449 ;;
9450
9451 amigaos*)
9452 case $host_cpu in
9453 powerpc)
9454 # see comment about AmigaOS4 .so support
9455 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9456 archive_expsym_cmds=''
9457 ;;
9458 m68k)
9459 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)'
9460 hardcode_libdir_flag_spec='-L$libdir'
9461 hardcode_minus_L=yes
9462 ;;
9463 esac
9464 ;;
9465
9466 beos*)
9467 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9468 allow_undefined_flag=unsupported
9469 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9470 # support --undefined. This deserves some investigation. FIXME
9471 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9472 else
9473 ld_shlibs=no
9474 fi
9475 ;;
9476
9477 cygwin* | mingw* | pw32* | cegcc*)
9478 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9479 # as there is no search path for DLLs.
9480 hardcode_libdir_flag_spec='-L$libdir'
9481 export_dynamic_flag_spec='${wl}--export-all-symbols'
9482 allow_undefined_flag=unsupported
9483 always_export_symbols=no
9484 enable_shared_with_static_runtimes=yes
9485 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9486
9487 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9488 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9489 # If the export-symbols file already is a .def file (1st line
9490 # is EXPORTS), use it as is; otherwise, prepend...
9491 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9492 cp $export_symbols $output_objdir/$soname.def;
9493 else
9494 echo EXPORTS > $output_objdir/$soname.def;
9495 cat $export_symbols >> $output_objdir/$soname.def;
9496 fi~
9497 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9498 else
9499 ld_shlibs=no
9500 fi
9501 ;;
9502
9503 haiku*)
9504 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9505 link_all_deplibs=yes
9506 ;;
9507
9508 interix[3-9]*)
9509 hardcode_direct=no
9510 hardcode_shlibpath_var=no
9511 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9512 export_dynamic_flag_spec='${wl}-E'
9513 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9514 # Instead, shared libraries are loaded at an image base (0x10000000 by
9515 # default) and relocated if they conflict, which is a slow very memory
9516 # consuming and fragmenting process. To avoid this, we pick a random,
9517 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9518 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9519 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9520 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'
9521 ;;
9522
9523 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9524 tmp_diet=no
9525 if test "$host_os" = linux-dietlibc; then
9526 case $cc_basename in
9527 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9528 esac
9529 fi
9530 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9531 && test "$tmp_diet" = no
9532 then
9533 tmp_addflag=' $pic_flag'
9534 tmp_sharedflag='-shared'
9535 case $cc_basename,$host_cpu in
9536 pgcc*) # Portland Group C compiler
9537 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'
9538 tmp_addflag=' $pic_flag'
9539 ;;
9540 pgf77* | pgf90* | pgf95* | pgfortran*)
9541 # Portland Group f77 and f90 compilers
9542 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'
9543 tmp_addflag=' $pic_flag -Mnomain' ;;
9544 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9545 tmp_addflag=' -i_dynamic' ;;
9546 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9547 tmp_addflag=' -i_dynamic -nofor_main' ;;
9548 ifc* | ifort*) # Intel Fortran compiler
9549 tmp_addflag=' -nofor_main' ;;
9550 lf95*) # Lahey Fortran 8.1
9551 whole_archive_flag_spec=
9552 tmp_sharedflag='--shared' ;;
9553 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9554 tmp_sharedflag='-qmkshrobj'
9555 tmp_addflag= ;;
9556 nvcc*) # Cuda Compiler Driver 2.2
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 compiler_needs_object=yes
9559 ;;
9560 esac
9561 case `$CC -V 2>&1 | sed 5q` in
9562 *Sun\ C*) # Sun C 5.9
9563 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'
9564 compiler_needs_object=yes
9565 tmp_sharedflag='-G' ;;
9566 *Sun\ F*) # Sun Fortran 8.3
9567 tmp_sharedflag='-G' ;;
9568 esac
9569 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9570
9571 if test "x$supports_anon_versioning" = xyes; then
9572 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9573 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9574 echo "local: *; };" >> $output_objdir/$libname.ver~
9575 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9576 fi
9577
9578 case $cc_basename in
9579 xlf* | bgf* | bgxlf* | mpixlf*)
9580 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9581 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9582 hardcode_libdir_flag_spec=
9583 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9584 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9585 if test "x$supports_anon_versioning" = xyes; then
9586 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9587 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9588 echo "local: *; };" >> $output_objdir/$libname.ver~
9589 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9590 fi
9591 ;;
9592 esac
9593 else
9594 ld_shlibs=no
9595 fi
9596 ;;
9597
9598 netbsd*)
9599 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9600 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9601 wlarc=
9602 else
9603 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9604 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9605 fi
9606 ;;
9607
9608 solaris*)
9609 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9610 ld_shlibs=no
9611 cat <<_LT_EOF 1>&2
9612
9613 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9614 *** create shared libraries on Solaris systems. Therefore, libtool
9615 *** is disabling shared libraries support. We urge you to upgrade GNU
9616 *** binutils to release 2.9.1 or newer. Another option is to modify
9617 *** your PATH or compiler configuration so that the native linker is
9618 *** used, and then restart.
9619
9620 _LT_EOF
9621 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9622 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9623 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9624 else
9625 ld_shlibs=no
9626 fi
9627 ;;
9628
9629 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9630 case `$LD -v 2>&1` in
9631 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9632 ld_shlibs=no
9633 cat <<_LT_EOF 1>&2
9634
9635 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9636 *** reliably create shared libraries on SCO systems. Therefore, libtool
9637 *** is disabling shared libraries support. We urge you to upgrade GNU
9638 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9639 *** your PATH or compiler configuration so that the native linker is
9640 *** used, and then restart.
9641
9642 _LT_EOF
9643 ;;
9644 *)
9645 # For security reasons, it is highly recommended that you always
9646 # use absolute paths for naming shared libraries, and exclude the
9647 # DT_RUNPATH tag from executables and libraries. But doing so
9648 # requires that you compile everything twice, which is a pain.
9649 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9650 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9651 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9652 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9653 else
9654 ld_shlibs=no
9655 fi
9656 ;;
9657 esac
9658 ;;
9659
9660 sunos4*)
9661 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9662 wlarc=
9663 hardcode_direct=yes
9664 hardcode_shlibpath_var=no
9665 ;;
9666
9667 *)
9668 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9669 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9670 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9671 else
9672 ld_shlibs=no
9673 fi
9674 ;;
9675 esac
9676
9677 if test "$ld_shlibs" = no; then
9678 runpath_var=
9679 hardcode_libdir_flag_spec=
9680 export_dynamic_flag_spec=
9681 whole_archive_flag_spec=
9682 fi
9683 else
9684 # PORTME fill in a description of your system's linker (not GNU ld)
9685 case $host_os in
9686 aix3*)
9687 allow_undefined_flag=unsupported
9688 always_export_symbols=yes
9689 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'
9690 # Note: this linker hardcodes the directories in LIBPATH if there
9691 # are no directories specified by -L.
9692 hardcode_minus_L=yes
9693 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9694 # Neither direct hardcoding nor static linking is supported with a
9695 # broken collect2.
9696 hardcode_direct=unsupported
9697 fi
9698 ;;
9699
9700 aix[4-9]*)
9701 if test "$host_cpu" = ia64; then
9702 # On IA64, the linker does run time linking by default, so we don't
9703 # have to do anything special.
9704 aix_use_runtimelinking=no
9705 exp_sym_flag='-Bexport'
9706 no_entry_flag=""
9707 else
9708 # If we're using GNU nm, then we don't want the "-C" option.
9709 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9710 # Also, AIX nm treats weak defined symbols like other global
9711 # defined symbols, whereas GNU nm marks them as "W".
9712 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9713 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'
9714 else
9715 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'
9716 fi
9717 aix_use_runtimelinking=no
9718
9719 # Test if we are trying to use run time linking or normal
9720 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9721 # need to do runtime linking.
9722 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9723 for ld_flag in $LDFLAGS; do
9724 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9725 aix_use_runtimelinking=yes
9726 break
9727 fi
9728 done
9729 ;;
9730 esac
9731
9732 exp_sym_flag='-bexport'
9733 no_entry_flag='-bnoentry'
9734 fi
9735
9736 # When large executables or shared objects are built, AIX ld can
9737 # have problems creating the table of contents. If linking a library
9738 # or program results in "error TOC overflow" add -mminimal-toc to
9739 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9740 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9741
9742 archive_cmds=''
9743 hardcode_direct=yes
9744 hardcode_direct_absolute=yes
9745 hardcode_libdir_separator=':'
9746 link_all_deplibs=yes
9747 file_list_spec='${wl}-f,'
9748
9749 if test "$GCC" = yes; then
9750 case $host_os in aix4.[012]|aix4.[012].*)
9751 # We only want to do this on AIX 4.2 and lower, the check
9752 # below for broken collect2 doesn't work under 4.3+
9753 collect2name=`${CC} -print-prog-name=collect2`
9754 if test -f "$collect2name" &&
9755 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9756 then
9757 # We have reworked collect2
9758 :
9759 else
9760 # We have old collect2
9761 hardcode_direct=unsupported
9762 # It fails to find uninstalled libraries when the uninstalled
9763 # path is not listed in the libpath. Setting hardcode_minus_L
9764 # to unsupported forces relinking
9765 hardcode_minus_L=yes
9766 hardcode_libdir_flag_spec='-L$libdir'
9767 hardcode_libdir_separator=
9768 fi
9769 ;;
9770 esac
9771 shared_flag='-shared'
9772 if test "$aix_use_runtimelinking" = yes; then
9773 shared_flag="$shared_flag "'${wl}-G'
9774 fi
9775 else
9776 # not using gcc
9777 if test "$host_cpu" = ia64; then
9778 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9779 # chokes on -Wl,-G. The following line is correct:
9780 shared_flag='-G'
9781 else
9782 if test "$aix_use_runtimelinking" = yes; then
9783 shared_flag='${wl}-G'
9784 else
9785 shared_flag='${wl}-bM:SRE'
9786 fi
9787 fi
9788 fi
9789
9790 export_dynamic_flag_spec='${wl}-bexpall'
9791 # It seems that -bexpall does not export symbols beginning with
9792 # underscore (_), so it is better to generate a list of symbols to export.
9793 always_export_symbols=yes
9794 if test "$aix_use_runtimelinking" = yes; then
9795 # Warning - without using the other runtime loading flags (-brtl),
9796 # -berok will link without error, but may produce a broken library.
9797 allow_undefined_flag='-berok'
9798 # Determine the default libpath from the value encoded in an
9799 # empty executable.
9800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9801 /* end confdefs.h. */
9802
9803 int
9804 main ()
9805 {
9806
9807 ;
9808 return 0;
9809 }
9810 _ACEOF
9811 if ac_fn_c_try_link "$LINENO"; then :
9812
9813 lt_aix_libpath_sed='
9814 /Import File Strings/,/^$/ {
9815 /^0/ {
9816 s/^0 *\(.*\)$/\1/
9817 p
9818 }
9819 }'
9820 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9821 # Check for a 64-bit object if we didn't find anything.
9822 if test -z "$aix_libpath"; then
9823 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9824 fi
9825 fi
9826 rm -f core conftest.err conftest.$ac_objext \
9827 conftest$ac_exeext conftest.$ac_ext
9828 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9829
9830 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9831 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"
9832 else
9833 if test "$host_cpu" = ia64; then
9834 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9835 allow_undefined_flag="-z nodefs"
9836 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"
9837 else
9838 # Determine the default libpath from the value encoded in an
9839 # empty executable.
9840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9841 /* end confdefs.h. */
9842
9843 int
9844 main ()
9845 {
9846
9847 ;
9848 return 0;
9849 }
9850 _ACEOF
9851 if ac_fn_c_try_link "$LINENO"; then :
9852
9853 lt_aix_libpath_sed='
9854 /Import File Strings/,/^$/ {
9855 /^0/ {
9856 s/^0 *\(.*\)$/\1/
9857 p
9858 }
9859 }'
9860 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9861 # Check for a 64-bit object if we didn't find anything.
9862 if test -z "$aix_libpath"; then
9863 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9864 fi
9865 fi
9866 rm -f core conftest.err conftest.$ac_objext \
9867 conftest$ac_exeext conftest.$ac_ext
9868 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9869
9870 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9871 # Warning - without using the other run time loading flags,
9872 # -berok will link without error, but may produce a broken library.
9873 no_undefined_flag=' ${wl}-bernotok'
9874 allow_undefined_flag=' ${wl}-berok'
9875 if test "$with_gnu_ld" = yes; then
9876 # We only use this code for GNU lds that support --whole-archive.
9877 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9878 else
9879 # Exported symbols can be pulled into shared objects from archives
9880 whole_archive_flag_spec='$convenience'
9881 fi
9882 archive_cmds_need_lc=yes
9883 # This is similar to how AIX traditionally builds its shared libraries.
9884 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'
9885 fi
9886 fi
9887 ;;
9888
9889 amigaos*)
9890 case $host_cpu in
9891 powerpc)
9892 # see comment about AmigaOS4 .so support
9893 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9894 archive_expsym_cmds=''
9895 ;;
9896 m68k)
9897 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)'
9898 hardcode_libdir_flag_spec='-L$libdir'
9899 hardcode_minus_L=yes
9900 ;;
9901 esac
9902 ;;
9903
9904 bsdi[45]*)
9905 export_dynamic_flag_spec=-rdynamic
9906 ;;
9907
9908 cygwin* | mingw* | pw32* | cegcc*)
9909 # When not using gcc, we currently assume that we are using
9910 # Microsoft Visual C++.
9911 # hardcode_libdir_flag_spec is actually meaningless, as there is
9912 # no search path for DLLs.
9913 hardcode_libdir_flag_spec=' '
9914 allow_undefined_flag=unsupported
9915 # Tell ltmain to make .lib files, not .a files.
9916 libext=lib
9917 # Tell ltmain to make .dll files, not .so files.
9918 shrext_cmds=".dll"
9919 # FIXME: Setting linknames here is a bad hack.
9920 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9921 # The linker will automatically build a .lib file if we build a DLL.
9922 old_archive_from_new_cmds='true'
9923 # FIXME: Should let the user specify the lib program.
9924 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9925 fix_srcfile_path='`cygpath -w "$srcfile"`'
9926 enable_shared_with_static_runtimes=yes
9927 ;;
9928
9929 darwin* | rhapsody*)
9930
9931
9932 archive_cmds_need_lc=no
9933 hardcode_direct=no
9934 hardcode_automatic=yes
9935 hardcode_shlibpath_var=unsupported
9936 if test "$lt_cv_ld_force_load" = "yes"; then
9937 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\"`'
9938 else
9939 whole_archive_flag_spec=''
9940 fi
9941 link_all_deplibs=yes
9942 allow_undefined_flag="$_lt_dar_allow_undefined"
9943 case $cc_basename in
9944 ifort*) _lt_dar_can_shared=yes ;;
9945 *) _lt_dar_can_shared=$GCC ;;
9946 esac
9947 if test "$_lt_dar_can_shared" = "yes"; then
9948 output_verbose_link_cmd=func_echo_all
9949 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9950 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9951 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}"
9952 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}"
9953
9954 else
9955 ld_shlibs=no
9956 fi
9957
9958 ;;
9959
9960 dgux*)
9961 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9962 hardcode_libdir_flag_spec='-L$libdir'
9963 hardcode_shlibpath_var=no
9964 ;;
9965
9966 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9967 # support. Future versions do this automatically, but an explicit c++rt0.o
9968 # does not break anything, and helps significantly (at the cost of a little
9969 # extra space).
9970 freebsd2.2*)
9971 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9972 hardcode_libdir_flag_spec='-R$libdir'
9973 hardcode_direct=yes
9974 hardcode_shlibpath_var=no
9975 ;;
9976
9977 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9978 freebsd2.*)
9979 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9980 hardcode_direct=yes
9981 hardcode_minus_L=yes
9982 hardcode_shlibpath_var=no
9983 ;;
9984
9985 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9986 freebsd* | dragonfly*)
9987 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9988 hardcode_libdir_flag_spec='-R$libdir'
9989 hardcode_direct=yes
9990 hardcode_shlibpath_var=no
9991 ;;
9992
9993 hpux9*)
9994 if test "$GCC" = yes; then
9995 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'
9996 else
9997 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'
9998 fi
9999 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10000 hardcode_libdir_separator=:
10001 hardcode_direct=yes
10002
10003 # hardcode_minus_L: Not really in the search PATH,
10004 # but as the default location of the library.
10005 hardcode_minus_L=yes
10006 export_dynamic_flag_spec='${wl}-E'
10007 ;;
10008
10009 hpux10*)
10010 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10011 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10012 else
10013 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10014 fi
10015 if test "$with_gnu_ld" = no; then
10016 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10017 hardcode_libdir_flag_spec_ld='+b $libdir'
10018 hardcode_libdir_separator=:
10019 hardcode_direct=yes
10020 hardcode_direct_absolute=yes
10021 export_dynamic_flag_spec='${wl}-E'
10022 # hardcode_minus_L: Not really in the search PATH,
10023 # but as the default location of the library.
10024 hardcode_minus_L=yes
10025 fi
10026 ;;
10027
10028 hpux11*)
10029 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10030 case $host_cpu in
10031 hppa*64*)
10032 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10033 ;;
10034 ia64*)
10035 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10036 ;;
10037 *)
10038 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10039 ;;
10040 esac
10041 else
10042 case $host_cpu in
10043 hppa*64*)
10044 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10045 ;;
10046 ia64*)
10047 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10048 ;;
10049 *)
10050
10051 # Older versions of the 11.00 compiler do not understand -b yet
10052 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10054 $as_echo_n "checking if $CC understands -b... " >&6; }
10055 if ${lt_cv_prog_compiler__b+:} false; then :
10056 $as_echo_n "(cached) " >&6
10057 else
10058 lt_cv_prog_compiler__b=no
10059 save_LDFLAGS="$LDFLAGS"
10060 LDFLAGS="$LDFLAGS -b"
10061 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10062 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10063 # The linker can only warn and ignore the option if not recognized
10064 # So say no if there are warnings
10065 if test -s conftest.err; then
10066 # Append any errors to the config.log.
10067 cat conftest.err 1>&5
10068 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10069 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10070 if diff conftest.exp conftest.er2 >/dev/null; then
10071 lt_cv_prog_compiler__b=yes
10072 fi
10073 else
10074 lt_cv_prog_compiler__b=yes
10075 fi
10076 fi
10077 $RM -r conftest*
10078 LDFLAGS="$save_LDFLAGS"
10079
10080 fi
10081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10082 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10083
10084 if test x"$lt_cv_prog_compiler__b" = xyes; then
10085 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10086 else
10087 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10088 fi
10089
10090 ;;
10091 esac
10092 fi
10093 if test "$with_gnu_ld" = no; then
10094 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10095 hardcode_libdir_separator=:
10096
10097 case $host_cpu in
10098 hppa*64*|ia64*)
10099 hardcode_direct=no
10100 hardcode_shlibpath_var=no
10101 ;;
10102 *)
10103 hardcode_direct=yes
10104 hardcode_direct_absolute=yes
10105 export_dynamic_flag_spec='${wl}-E'
10106
10107 # hardcode_minus_L: Not really in the search PATH,
10108 # but as the default location of the library.
10109 hardcode_minus_L=yes
10110 ;;
10111 esac
10112 fi
10113 ;;
10114
10115 irix5* | irix6* | nonstopux*)
10116 if test "$GCC" = yes; then
10117 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'
10118 # Try to use the -exported_symbol ld option, if it does not
10119 # work, assume that -exports_file does not work either and
10120 # implicitly export all symbols.
10121 save_LDFLAGS="$LDFLAGS"
10122 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10124 /* end confdefs.h. */
10125 int foo(void) {}
10126 _ACEOF
10127 if ac_fn_c_try_link "$LINENO"; then :
10128 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'
10129
10130 fi
10131 rm -f core conftest.err conftest.$ac_objext \
10132 conftest$ac_exeext conftest.$ac_ext
10133 LDFLAGS="$save_LDFLAGS"
10134 else
10135 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'
10136 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'
10137 fi
10138 archive_cmds_need_lc='no'
10139 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10140 hardcode_libdir_separator=:
10141 inherit_rpath=yes
10142 link_all_deplibs=yes
10143 ;;
10144
10145 netbsd*)
10146 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10147 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10148 else
10149 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10150 fi
10151 hardcode_libdir_flag_spec='-R$libdir'
10152 hardcode_direct=yes
10153 hardcode_shlibpath_var=no
10154 ;;
10155
10156 newsos6)
10157 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10158 hardcode_direct=yes
10159 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10160 hardcode_libdir_separator=:
10161 hardcode_shlibpath_var=no
10162 ;;
10163
10164 *nto* | *qnx*)
10165 ;;
10166
10167 openbsd*)
10168 if test -f /usr/libexec/ld.so; then
10169 hardcode_direct=yes
10170 hardcode_shlibpath_var=no
10171 hardcode_direct_absolute=yes
10172 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10173 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10174 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10175 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10176 export_dynamic_flag_spec='${wl}-E'
10177 else
10178 case $host_os in
10179 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10180 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10181 hardcode_libdir_flag_spec='-R$libdir'
10182 ;;
10183 *)
10184 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10185 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10186 ;;
10187 esac
10188 fi
10189 else
10190 ld_shlibs=no
10191 fi
10192 ;;
10193
10194 os2*)
10195 hardcode_libdir_flag_spec='-L$libdir'
10196 hardcode_minus_L=yes
10197 allow_undefined_flag=unsupported
10198 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'
10199 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10200 ;;
10201
10202 osf3*)
10203 if test "$GCC" = yes; then
10204 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10205 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'
10206 else
10207 allow_undefined_flag=' -expect_unresolved \*'
10208 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'
10209 fi
10210 archive_cmds_need_lc='no'
10211 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10212 hardcode_libdir_separator=:
10213 ;;
10214
10215 osf4* | osf5*) # as osf3* with the addition of -msym flag
10216 if test "$GCC" = yes; then
10217 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10218 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'
10219 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10220 else
10221 allow_undefined_flag=' -expect_unresolved \*'
10222 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'
10223 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~
10224 $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'
10225
10226 # Both c and cxx compiler support -rpath directly
10227 hardcode_libdir_flag_spec='-rpath $libdir'
10228 fi
10229 archive_cmds_need_lc='no'
10230 hardcode_libdir_separator=:
10231 ;;
10232
10233 solaris*)
10234 no_undefined_flag=' -z defs'
10235 if test "$GCC" = yes; then
10236 wlarc='${wl}'
10237 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10238 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10239 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10240 else
10241 case `$CC -V 2>&1` in
10242 *"Compilers 5.0"*)
10243 wlarc=''
10244 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10245 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10246 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10247 ;;
10248 *)
10249 wlarc='${wl}'
10250 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10251 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10252 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10253 ;;
10254 esac
10255 fi
10256 hardcode_libdir_flag_spec='-R$libdir'
10257 hardcode_shlibpath_var=no
10258 case $host_os in
10259 solaris2.[0-5] | solaris2.[0-5].*) ;;
10260 *)
10261 # The compiler driver will combine and reorder linker options,
10262 # but understands `-z linker_flag'. GCC discards it without `$wl',
10263 # but is careful enough not to reorder.
10264 # Supported since Solaris 2.6 (maybe 2.5.1?)
10265 if test "$GCC" = yes; then
10266 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10267 else
10268 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10269 fi
10270 ;;
10271 esac
10272 link_all_deplibs=yes
10273 ;;
10274
10275 sunos4*)
10276 if test "x$host_vendor" = xsequent; then
10277 # Use $CC to link under sequent, because it throws in some extra .o
10278 # files that make .init and .fini sections work.
10279 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10280 else
10281 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10282 fi
10283 hardcode_libdir_flag_spec='-L$libdir'
10284 hardcode_direct=yes
10285 hardcode_minus_L=yes
10286 hardcode_shlibpath_var=no
10287 ;;
10288
10289 sysv4)
10290 case $host_vendor in
10291 sni)
10292 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10293 hardcode_direct=yes # is this really true???
10294 ;;
10295 siemens)
10296 ## LD is ld it makes a PLAMLIB
10297 ## CC just makes a GrossModule.
10298 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10299 reload_cmds='$CC -r -o $output$reload_objs'
10300 hardcode_direct=no
10301 ;;
10302 motorola)
10303 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10304 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10305 ;;
10306 esac
10307 runpath_var='LD_RUN_PATH'
10308 hardcode_shlibpath_var=no
10309 ;;
10310
10311 sysv4.3*)
10312 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10313 hardcode_shlibpath_var=no
10314 export_dynamic_flag_spec='-Bexport'
10315 ;;
10316
10317 sysv4*MP*)
10318 if test -d /usr/nec; then
10319 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10320 hardcode_shlibpath_var=no
10321 runpath_var=LD_RUN_PATH
10322 hardcode_runpath_var=yes
10323 ld_shlibs=yes
10324 fi
10325 ;;
10326
10327 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10328 no_undefined_flag='${wl}-z,text'
10329 archive_cmds_need_lc=no
10330 hardcode_shlibpath_var=no
10331 runpath_var='LD_RUN_PATH'
10332
10333 if test "$GCC" = yes; then
10334 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10335 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10336 else
10337 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10338 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10339 fi
10340 ;;
10341
10342 sysv5* | sco3.2v5* | sco5v6*)
10343 # Note: We can NOT use -z defs as we might desire, because we do not
10344 # link with -lc, and that would cause any symbols used from libc to
10345 # always be unresolved, which means just about no library would
10346 # ever link correctly. If we're not using GNU ld we use -z text
10347 # though, which does catch some bad symbols but isn't as heavy-handed
10348 # as -z defs.
10349 no_undefined_flag='${wl}-z,text'
10350 allow_undefined_flag='${wl}-z,nodefs'
10351 archive_cmds_need_lc=no
10352 hardcode_shlibpath_var=no
10353 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10354 hardcode_libdir_separator=':'
10355 link_all_deplibs=yes
10356 export_dynamic_flag_spec='${wl}-Bexport'
10357 runpath_var='LD_RUN_PATH'
10358
10359 if test "$GCC" = yes; then
10360 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10361 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10362 else
10363 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10364 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10365 fi
10366 ;;
10367
10368 uts4*)
10369 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10370 hardcode_libdir_flag_spec='-L$libdir'
10371 hardcode_shlibpath_var=no
10372 ;;
10373
10374 *)
10375 ld_shlibs=no
10376 ;;
10377 esac
10378
10379 if test x$host_vendor = xsni; then
10380 case $host in
10381 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10382 export_dynamic_flag_spec='${wl}-Blargedynsym'
10383 ;;
10384 esac
10385 fi
10386 fi
10387
10388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10389 $as_echo "$ld_shlibs" >&6; }
10390 test "$ld_shlibs" = no && can_build_shared=no
10391
10392 with_gnu_ld=$with_gnu_ld
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408 #
10409 # Do we need to explicitly link libc?
10410 #
10411 case "x$archive_cmds_need_lc" in
10412 x|xyes)
10413 # Assume -lc should be added
10414 archive_cmds_need_lc=yes
10415
10416 if test "$enable_shared" = yes && test "$GCC" = yes; then
10417 case $archive_cmds in
10418 *'~'*)
10419 # FIXME: we may have to deal with multi-command sequences.
10420 ;;
10421 '$CC '*)
10422 # Test whether the compiler implicitly links with -lc since on some
10423 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10424 # to ld, don't add -lc before -lgcc.
10425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10426 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10427 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10428 $as_echo_n "(cached) " >&6
10429 else
10430 $RM conftest*
10431 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10432
10433 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10434 (eval $ac_compile) 2>&5
10435 ac_status=$?
10436 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10437 test $ac_status = 0; } 2>conftest.err; then
10438 soname=conftest
10439 lib=conftest
10440 libobjs=conftest.$ac_objext
10441 deplibs=
10442 wl=$lt_prog_compiler_wl
10443 pic_flag=$lt_prog_compiler_pic
10444 compiler_flags=-v
10445 linker_flags=-v
10446 verstring=
10447 output_objdir=.
10448 libname=conftest
10449 lt_save_allow_undefined_flag=$allow_undefined_flag
10450 allow_undefined_flag=
10451 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10452 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10453 ac_status=$?
10454 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10455 test $ac_status = 0; }
10456 then
10457 lt_cv_archive_cmds_need_lc=no
10458 else
10459 lt_cv_archive_cmds_need_lc=yes
10460 fi
10461 allow_undefined_flag=$lt_save_allow_undefined_flag
10462 else
10463 cat conftest.err 1>&5
10464 fi
10465 $RM conftest*
10466
10467 fi
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10469 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10470 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10471 ;;
10472 esac
10473 fi
10474 ;;
10475 esac
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
10487
10488
10489
10490
10491
10492
10493
10494
10495
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10634 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10635
10636 if test "$GCC" = yes; then
10637 case $host_os in
10638 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10639 *) lt_awk_arg="/^libraries:/" ;;
10640 esac
10641 case $host_os in
10642 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10643 *) lt_sed_strip_eq="s,=/,/,g" ;;
10644 esac
10645 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10646 case $lt_search_path_spec in
10647 *\;*)
10648 # if the path contains ";" then we assume it to be the separator
10649 # otherwise default to the standard path separator (i.e. ":") - it is
10650 # assumed that no part of a normal pathname contains ";" but that should
10651 # okay in the real world where ";" in dirpaths is itself problematic.
10652 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10653 ;;
10654 *)
10655 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10656 ;;
10657 esac
10658 # Ok, now we have the path, separated by spaces, we can step through it
10659 # and add multilib dir if necessary.
10660 lt_tmp_lt_search_path_spec=
10661 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10662 for lt_sys_path in $lt_search_path_spec; do
10663 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10664 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10665 else
10666 test -d "$lt_sys_path" && \
10667 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10668 fi
10669 done
10670 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10671 BEGIN {RS=" "; FS="/|\n";} {
10672 lt_foo="";
10673 lt_count=0;
10674 for (lt_i = NF; lt_i > 0; lt_i--) {
10675 if ($lt_i != "" && $lt_i != ".") {
10676 if ($lt_i == "..") {
10677 lt_count++;
10678 } else {
10679 if (lt_count == 0) {
10680 lt_foo="/" $lt_i lt_foo;
10681 } else {
10682 lt_count--;
10683 }
10684 }
10685 }
10686 }
10687 if (lt_foo != "") { lt_freq[lt_foo]++; }
10688 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10689 }'`
10690 # AWK program above erroneously prepends '/' to C:/dos/paths
10691 # for these hosts.
10692 case $host_os in
10693 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10694 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10695 esac
10696 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10697 else
10698 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10699 fi
10700 library_names_spec=
10701 libname_spec='lib$name'
10702 soname_spec=
10703 shrext_cmds=".so"
10704 postinstall_cmds=
10705 postuninstall_cmds=
10706 finish_cmds=
10707 finish_eval=
10708 shlibpath_var=
10709 shlibpath_overrides_runpath=unknown
10710 version_type=none
10711 dynamic_linker="$host_os ld.so"
10712 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10713 need_lib_prefix=unknown
10714 hardcode_into_libs=no
10715
10716 # when you set need_version to no, make sure it does not cause -set_version
10717 # flags to be left without arguments
10718 need_version=unknown
10719
10720 case $host_os in
10721 aix3*)
10722 version_type=linux
10723 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10724 shlibpath_var=LIBPATH
10725
10726 # AIX 3 has no versioning support, so we append a major version to the name.
10727 soname_spec='${libname}${release}${shared_ext}$major'
10728 ;;
10729
10730 aix[4-9]*)
10731 version_type=linux
10732 need_lib_prefix=no
10733 need_version=no
10734 hardcode_into_libs=yes
10735 if test "$host_cpu" = ia64; then
10736 # AIX 5 supports IA64
10737 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10738 shlibpath_var=LD_LIBRARY_PATH
10739 else
10740 # With GCC up to 2.95.x, collect2 would create an import file
10741 # for dependence libraries. The import file would start with
10742 # the line `#! .'. This would cause the generated library to
10743 # depend on `.', always an invalid library. This was fixed in
10744 # development snapshots of GCC prior to 3.0.
10745 case $host_os in
10746 aix4 | aix4.[01] | aix4.[01].*)
10747 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10748 echo ' yes '
10749 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10750 :
10751 else
10752 can_build_shared=no
10753 fi
10754 ;;
10755 esac
10756 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10757 # soname into executable. Probably we can add versioning support to
10758 # collect2, so additional links can be useful in future.
10759 if test "$aix_use_runtimelinking" = yes; then
10760 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10761 # instead of lib<name>.a to let people know that these are not
10762 # typical AIX shared libraries.
10763 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10764 else
10765 # We preserve .a as extension for shared libraries through AIX4.2
10766 # and later when we are not doing run time linking.
10767 library_names_spec='${libname}${release}.a $libname.a'
10768 soname_spec='${libname}${release}${shared_ext}$major'
10769 fi
10770 shlibpath_var=LIBPATH
10771 fi
10772 ;;
10773
10774 amigaos*)
10775 case $host_cpu in
10776 powerpc)
10777 # Since July 2007 AmigaOS4 officially supports .so libraries.
10778 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10779 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10780 ;;
10781 m68k)
10782 library_names_spec='$libname.ixlibrary $libname.a'
10783 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10784 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'
10785 ;;
10786 esac
10787 ;;
10788
10789 beos*)
10790 library_names_spec='${libname}${shared_ext}'
10791 dynamic_linker="$host_os ld.so"
10792 shlibpath_var=LIBRARY_PATH
10793 ;;
10794
10795 bsdi[45]*)
10796 version_type=linux
10797 need_version=no
10798 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10799 soname_spec='${libname}${release}${shared_ext}$major'
10800 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10801 shlibpath_var=LD_LIBRARY_PATH
10802 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10803 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10804 # the default ld.so.conf also contains /usr/contrib/lib and
10805 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10806 # libtool to hard-code these into programs
10807 ;;
10808
10809 cygwin* | mingw* | pw32* | cegcc*)
10810 version_type=windows
10811 shrext_cmds=".dll"
10812 need_version=no
10813 need_lib_prefix=no
10814
10815 case $GCC,$host_os in
10816 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10817 library_names_spec='$libname.dll.a'
10818 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10819 postinstall_cmds='base_file=`basename \${file}`~
10820 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10821 dldir=$destdir/`dirname \$dlpath`~
10822 test -d \$dldir || mkdir -p \$dldir~
10823 $install_prog $dir/$dlname \$dldir/$dlname~
10824 chmod a+x \$dldir/$dlname~
10825 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10826 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10827 fi'
10828 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10829 dlpath=$dir/\$dldll~
10830 $RM \$dlpath'
10831 shlibpath_overrides_runpath=yes
10832
10833 case $host_os in
10834 cygwin*)
10835 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10836 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10837
10838 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10839 ;;
10840 mingw* | cegcc*)
10841 # MinGW DLLs use traditional 'lib' prefix
10842 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10843 ;;
10844 pw32*)
10845 # pw32 DLLs use 'pw' prefix rather than 'lib'
10846 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10847 ;;
10848 esac
10849 ;;
10850
10851 *)
10852 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10853 ;;
10854 esac
10855 dynamic_linker='Win32 ld.exe'
10856 # FIXME: first we should search . and the directory the executable is in
10857 shlibpath_var=PATH
10858 ;;
10859
10860 darwin* | rhapsody*)
10861 dynamic_linker="$host_os dyld"
10862 version_type=darwin
10863 need_lib_prefix=no
10864 need_version=no
10865 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10866 soname_spec='${libname}${release}${major}$shared_ext'
10867 shlibpath_overrides_runpath=yes
10868 shlibpath_var=DYLD_LIBRARY_PATH
10869 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10870
10871 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10872 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10873 ;;
10874
10875 dgux*)
10876 version_type=linux
10877 need_lib_prefix=no
10878 need_version=no
10879 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10880 soname_spec='${libname}${release}${shared_ext}$major'
10881 shlibpath_var=LD_LIBRARY_PATH
10882 ;;
10883
10884 freebsd* | dragonfly*)
10885 # DragonFly does not have aout. When/if they implement a new
10886 # versioning mechanism, adjust this.
10887 if test -x /usr/bin/objformat; then
10888 objformat=`/usr/bin/objformat`
10889 else
10890 case $host_os in
10891 freebsd[23].*) objformat=aout ;;
10892 *) objformat=elf ;;
10893 esac
10894 fi
10895 version_type=freebsd-$objformat
10896 case $version_type in
10897 freebsd-elf*)
10898 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10899 need_version=no
10900 need_lib_prefix=no
10901 ;;
10902 freebsd-*)
10903 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10904 need_version=yes
10905 ;;
10906 esac
10907 shlibpath_var=LD_LIBRARY_PATH
10908 case $host_os in
10909 freebsd2.*)
10910 shlibpath_overrides_runpath=yes
10911 ;;
10912 freebsd3.[01]* | freebsdelf3.[01]*)
10913 shlibpath_overrides_runpath=yes
10914 hardcode_into_libs=yes
10915 ;;
10916 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10917 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10918 shlibpath_overrides_runpath=no
10919 hardcode_into_libs=yes
10920 ;;
10921 *) # from 4.6 on, and DragonFly
10922 shlibpath_overrides_runpath=yes
10923 hardcode_into_libs=yes
10924 ;;
10925 esac
10926 ;;
10927
10928 gnu*)
10929 version_type=linux
10930 need_lib_prefix=no
10931 need_version=no
10932 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10933 soname_spec='${libname}${release}${shared_ext}$major'
10934 shlibpath_var=LD_LIBRARY_PATH
10935 hardcode_into_libs=yes
10936 ;;
10937
10938 haiku*)
10939 version_type=linux
10940 need_lib_prefix=no
10941 need_version=no
10942 dynamic_linker="$host_os runtime_loader"
10943 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10944 soname_spec='${libname}${release}${shared_ext}$major'
10945 shlibpath_var=LIBRARY_PATH
10946 shlibpath_overrides_runpath=yes
10947 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10948 hardcode_into_libs=yes
10949 ;;
10950
10951 hpux9* | hpux10* | hpux11*)
10952 # Give a soname corresponding to the major version so that dld.sl refuses to
10953 # link against other versions.
10954 version_type=sunos
10955 need_lib_prefix=no
10956 need_version=no
10957 case $host_cpu in
10958 ia64*)
10959 shrext_cmds='.so'
10960 hardcode_into_libs=yes
10961 dynamic_linker="$host_os dld.so"
10962 shlibpath_var=LD_LIBRARY_PATH
10963 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10964 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10965 soname_spec='${libname}${release}${shared_ext}$major'
10966 if test "X$HPUX_IA64_MODE" = X32; then
10967 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10968 else
10969 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10970 fi
10971 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10972 ;;
10973 hppa*64*)
10974 shrext_cmds='.sl'
10975 hardcode_into_libs=yes
10976 dynamic_linker="$host_os dld.sl"
10977 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10978 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10979 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10980 soname_spec='${libname}${release}${shared_ext}$major'
10981 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10982 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10983 ;;
10984 *)
10985 shrext_cmds='.sl'
10986 dynamic_linker="$host_os dld.sl"
10987 shlibpath_var=SHLIB_PATH
10988 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
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 ;;
10992 esac
10993 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10994 postinstall_cmds='chmod 555 $lib'
10995 # or fails outright, so override atomically:
10996 install_override_mode=555
10997 ;;
10998
10999 interix[3-9]*)
11000 version_type=linux
11001 need_lib_prefix=no
11002 need_version=no
11003 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11004 soname_spec='${libname}${release}${shared_ext}$major'
11005 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11006 shlibpath_var=LD_LIBRARY_PATH
11007 shlibpath_overrides_runpath=no
11008 hardcode_into_libs=yes
11009 ;;
11010
11011 irix5* | irix6* | nonstopux*)
11012 case $host_os in
11013 nonstopux*) version_type=nonstopux ;;
11014 *)
11015 if test "$lt_cv_prog_gnu_ld" = yes; then
11016 version_type=linux
11017 else
11018 version_type=irix
11019 fi ;;
11020 esac
11021 need_lib_prefix=no
11022 need_version=no
11023 soname_spec='${libname}${release}${shared_ext}$major'
11024 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11025 case $host_os in
11026 irix5* | nonstopux*)
11027 libsuff= shlibsuff=
11028 ;;
11029 *)
11030 case $LD in # libtool.m4 will add one of these switches to LD
11031 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11032 libsuff= shlibsuff= libmagic=32-bit;;
11033 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11034 libsuff=32 shlibsuff=N32 libmagic=N32;;
11035 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11036 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11037 *) libsuff= shlibsuff= libmagic=never-match;;
11038 esac
11039 ;;
11040 esac
11041 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11042 shlibpath_overrides_runpath=no
11043 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11044 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11045 hardcode_into_libs=yes
11046 ;;
11047
11048 # No shared lib support for Linux oldld, aout, or coff.
11049 linux*oldld* | linux*aout* | linux*coff*)
11050 dynamic_linker=no
11051 ;;
11052
11053 # This must be Linux ELF.
11054 linux* | k*bsd*-gnu | kopensolaris*-gnu)
11055 version_type=linux
11056 need_lib_prefix=no
11057 need_version=no
11058 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11059 soname_spec='${libname}${release}${shared_ext}$major'
11060 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11061 shlibpath_var=LD_LIBRARY_PATH
11062 shlibpath_overrides_runpath=no
11063
11064 # Some binutils ld are patched to set DT_RUNPATH
11065 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
11066 $as_echo_n "(cached) " >&6
11067 else
11068 lt_cv_shlibpath_overrides_runpath=no
11069 save_LDFLAGS=$LDFLAGS
11070 save_libdir=$libdir
11071 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11072 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11074 /* end confdefs.h. */
11075
11076 int
11077 main ()
11078 {
11079
11080 ;
11081 return 0;
11082 }
11083 _ACEOF
11084 if ac_fn_c_try_link "$LINENO"; then :
11085 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11086 lt_cv_shlibpath_overrides_runpath=yes
11087 fi
11088 fi
11089 rm -f core conftest.err conftest.$ac_objext \
11090 conftest$ac_exeext conftest.$ac_ext
11091 LDFLAGS=$save_LDFLAGS
11092 libdir=$save_libdir
11093
11094 fi
11095
11096 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11097
11098 # This implies no fast_install, which is unacceptable.
11099 # Some rework will be needed to allow for fast_install
11100 # before this can be enabled.
11101 hardcode_into_libs=yes
11102
11103 # Append ld.so.conf contents to the search path
11104 if test -f /etc/ld.so.conf; then
11105 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' ' '`
11106 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11107 fi
11108
11109 # We used to test for /lib/ld.so.1 and disable shared libraries on
11110 # powerpc, because MkLinux only supported shared libraries with the
11111 # GNU dynamic linker. Since this was broken with cross compilers,
11112 # most powerpc-linux boxes support dynamic linking these days and
11113 # people can always --disable-shared, the test was removed, and we
11114 # assume the GNU/Linux dynamic linker is in use.
11115 dynamic_linker='GNU/Linux ld.so'
11116 ;;
11117
11118 netbsd*)
11119 version_type=sunos
11120 need_lib_prefix=no
11121 need_version=no
11122 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11123 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11124 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11125 dynamic_linker='NetBSD (a.out) ld.so'
11126 else
11127 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11128 soname_spec='${libname}${release}${shared_ext}$major'
11129 dynamic_linker='NetBSD ld.elf_so'
11130 fi
11131 shlibpath_var=LD_LIBRARY_PATH
11132 shlibpath_overrides_runpath=yes
11133 hardcode_into_libs=yes
11134 ;;
11135
11136 newsos6)
11137 version_type=linux
11138 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11139 shlibpath_var=LD_LIBRARY_PATH
11140 shlibpath_overrides_runpath=yes
11141 ;;
11142
11143 *nto* | *qnx*)
11144 version_type=qnx
11145 need_lib_prefix=no
11146 need_version=no
11147 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11148 soname_spec='${libname}${release}${shared_ext}$major'
11149 shlibpath_var=LD_LIBRARY_PATH
11150 shlibpath_overrides_runpath=no
11151 hardcode_into_libs=yes
11152 dynamic_linker='ldqnx.so'
11153 ;;
11154
11155 openbsd*)
11156 version_type=sunos
11157 sys_lib_dlsearch_path_spec="/usr/lib"
11158 need_lib_prefix=no
11159 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11160 case $host_os in
11161 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11162 *) need_version=no ;;
11163 esac
11164 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11165 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11166 shlibpath_var=LD_LIBRARY_PATH
11167 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11168 case $host_os in
11169 openbsd2.[89] | openbsd2.[89].*)
11170 shlibpath_overrides_runpath=no
11171 ;;
11172 *)
11173 shlibpath_overrides_runpath=yes
11174 ;;
11175 esac
11176 else
11177 shlibpath_overrides_runpath=yes
11178 fi
11179 ;;
11180
11181 os2*)
11182 libname_spec='$name'
11183 shrext_cmds=".dll"
11184 need_lib_prefix=no
11185 library_names_spec='$libname${shared_ext} $libname.a'
11186 dynamic_linker='OS/2 ld.exe'
11187 shlibpath_var=LIBPATH
11188 ;;
11189
11190 osf3* | osf4* | osf5*)
11191 version_type=osf
11192 need_lib_prefix=no
11193 need_version=no
11194 soname_spec='${libname}${release}${shared_ext}$major'
11195 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11196 shlibpath_var=LD_LIBRARY_PATH
11197 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11198 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11199 ;;
11200
11201 rdos*)
11202 dynamic_linker=no
11203 ;;
11204
11205 solaris*)
11206 version_type=linux
11207 need_lib_prefix=no
11208 need_version=no
11209 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11210 soname_spec='${libname}${release}${shared_ext}$major'
11211 shlibpath_var=LD_LIBRARY_PATH
11212 shlibpath_overrides_runpath=yes
11213 hardcode_into_libs=yes
11214 # ldd complains unless libraries are executable
11215 postinstall_cmds='chmod +x $lib'
11216 ;;
11217
11218 sunos4*)
11219 version_type=sunos
11220 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11221 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11222 shlibpath_var=LD_LIBRARY_PATH
11223 shlibpath_overrides_runpath=yes
11224 if test "$with_gnu_ld" = yes; then
11225 need_lib_prefix=no
11226 fi
11227 need_version=yes
11228 ;;
11229
11230 sysv4 | sysv4.3*)
11231 version_type=linux
11232 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11233 soname_spec='${libname}${release}${shared_ext}$major'
11234 shlibpath_var=LD_LIBRARY_PATH
11235 case $host_vendor in
11236 sni)
11237 shlibpath_overrides_runpath=no
11238 need_lib_prefix=no
11239 runpath_var=LD_RUN_PATH
11240 ;;
11241 siemens)
11242 need_lib_prefix=no
11243 ;;
11244 motorola)
11245 need_lib_prefix=no
11246 need_version=no
11247 shlibpath_overrides_runpath=no
11248 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11249 ;;
11250 esac
11251 ;;
11252
11253 sysv4*MP*)
11254 if test -d /usr/nec ;then
11255 version_type=linux
11256 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11257 soname_spec='$libname${shared_ext}.$major'
11258 shlibpath_var=LD_LIBRARY_PATH
11259 fi
11260 ;;
11261
11262 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11263 version_type=freebsd-elf
11264 need_lib_prefix=no
11265 need_version=no
11266 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11267 soname_spec='${libname}${release}${shared_ext}$major'
11268 shlibpath_var=LD_LIBRARY_PATH
11269 shlibpath_overrides_runpath=yes
11270 hardcode_into_libs=yes
11271 if test "$with_gnu_ld" = yes; then
11272 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11273 else
11274 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11275 case $host_os in
11276 sco3.2v5*)
11277 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11278 ;;
11279 esac
11280 fi
11281 sys_lib_dlsearch_path_spec='/usr/lib'
11282 ;;
11283
11284 tpf*)
11285 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11286 version_type=linux
11287 need_lib_prefix=no
11288 need_version=no
11289 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11290 shlibpath_var=LD_LIBRARY_PATH
11291 shlibpath_overrides_runpath=no
11292 hardcode_into_libs=yes
11293 ;;
11294
11295 uts4*)
11296 version_type=linux
11297 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11298 soname_spec='${libname}${release}${shared_ext}$major'
11299 shlibpath_var=LD_LIBRARY_PATH
11300 ;;
11301
11302 *)
11303 dynamic_linker=no
11304 ;;
11305 esac
11306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11307 $as_echo "$dynamic_linker" >&6; }
11308 test "$dynamic_linker" = no && can_build_shared=no
11309
11310 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11311 if test "$GCC" = yes; then
11312 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11313 fi
11314
11315 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11316 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11317 fi
11318 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11319 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11320 fi
11321
11322
11323
11324
11325
11326
11327
11328
11329
11330
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11414 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11415 hardcode_action=
11416 if test -n "$hardcode_libdir_flag_spec" ||
11417 test -n "$runpath_var" ||
11418 test "X$hardcode_automatic" = "Xyes" ; then
11419
11420 # We can hardcode non-existent directories.
11421 if test "$hardcode_direct" != no &&
11422 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11423 # have to relink, otherwise we might link with an installed library
11424 # when we should be linking with a yet-to-be-installed one
11425 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11426 test "$hardcode_minus_L" != no; then
11427 # Linking always hardcodes the temporary library directory.
11428 hardcode_action=relink
11429 else
11430 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11431 hardcode_action=immediate
11432 fi
11433 else
11434 # We cannot hardcode anything, or else we can only hardcode existing
11435 # directories.
11436 hardcode_action=unsupported
11437 fi
11438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11439 $as_echo "$hardcode_action" >&6; }
11440
11441 if test "$hardcode_action" = relink ||
11442 test "$inherit_rpath" = yes; then
11443 # Fast installation is not supported
11444 enable_fast_install=no
11445 elif test "$shlibpath_overrides_runpath" = yes ||
11446 test "$enable_shared" = no; then
11447 # Fast installation is not necessary
11448 enable_fast_install=needless
11449 fi
11450
11451
11452
11453
11454
11455
11456 if test "x$enable_dlopen" != xyes; then
11457 enable_dlopen=unknown
11458 enable_dlopen_self=unknown
11459 enable_dlopen_self_static=unknown
11460 else
11461 lt_cv_dlopen=no
11462 lt_cv_dlopen_libs=
11463
11464 case $host_os in
11465 beos*)
11466 lt_cv_dlopen="load_add_on"
11467 lt_cv_dlopen_libs=
11468 lt_cv_dlopen_self=yes
11469 ;;
11470
11471 mingw* | pw32* | cegcc*)
11472 lt_cv_dlopen="LoadLibrary"
11473 lt_cv_dlopen_libs=
11474 ;;
11475
11476 cygwin*)
11477 lt_cv_dlopen="dlopen"
11478 lt_cv_dlopen_libs=
11479 ;;
11480
11481 darwin*)
11482 # if libdl is installed we need to link against it
11483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11484 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11485 if ${ac_cv_lib_dl_dlopen+:} false; then :
11486 $as_echo_n "(cached) " >&6
11487 else
11488 ac_check_lib_save_LIBS=$LIBS
11489 LIBS="-ldl $LIBS"
11490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11491 /* end confdefs.h. */
11492
11493 /* Override any GCC internal prototype to avoid an error.
11494 Use char because int might match the return type of a GCC
11495 builtin and then its argument prototype would still apply. */
11496 #ifdef __cplusplus
11497 extern "C"
11498 #endif
11499 char dlopen ();
11500 int
11501 main ()
11502 {
11503 return dlopen ();
11504 ;
11505 return 0;
11506 }
11507 _ACEOF
11508 if ac_fn_c_try_link "$LINENO"; then :
11509 ac_cv_lib_dl_dlopen=yes
11510 else
11511 ac_cv_lib_dl_dlopen=no
11512 fi
11513 rm -f core conftest.err conftest.$ac_objext \
11514 conftest$ac_exeext conftest.$ac_ext
11515 LIBS=$ac_check_lib_save_LIBS
11516 fi
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11518 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11519 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11520 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11521 else
11522
11523 lt_cv_dlopen="dyld"
11524 lt_cv_dlopen_libs=
11525 lt_cv_dlopen_self=yes
11526
11527 fi
11528
11529 ;;
11530
11531 *)
11532 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11533 if test "x$ac_cv_func_shl_load" = xyes; then :
11534 lt_cv_dlopen="shl_load"
11535 else
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11537 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11538 if ${ac_cv_lib_dld_shl_load+:} false; then :
11539 $as_echo_n "(cached) " >&6
11540 else
11541 ac_check_lib_save_LIBS=$LIBS
11542 LIBS="-ldld $LIBS"
11543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11544 /* end confdefs.h. */
11545
11546 /* Override any GCC internal prototype to avoid an error.
11547 Use char because int might match the return type of a GCC
11548 builtin and then its argument prototype would still apply. */
11549 #ifdef __cplusplus
11550 extern "C"
11551 #endif
11552 char shl_load ();
11553 int
11554 main ()
11555 {
11556 return shl_load ();
11557 ;
11558 return 0;
11559 }
11560 _ACEOF
11561 if ac_fn_c_try_link "$LINENO"; then :
11562 ac_cv_lib_dld_shl_load=yes
11563 else
11564 ac_cv_lib_dld_shl_load=no
11565 fi
11566 rm -f core conftest.err conftest.$ac_objext \
11567 conftest$ac_exeext conftest.$ac_ext
11568 LIBS=$ac_check_lib_save_LIBS
11569 fi
11570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11571 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11572 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11573 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11574 else
11575 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11576 if test "x$ac_cv_func_dlopen" = xyes; then :
11577 lt_cv_dlopen="dlopen"
11578 else
11579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11580 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11581 if ${ac_cv_lib_dl_dlopen+:} false; then :
11582 $as_echo_n "(cached) " >&6
11583 else
11584 ac_check_lib_save_LIBS=$LIBS
11585 LIBS="-ldl $LIBS"
11586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11587 /* end confdefs.h. */
11588
11589 /* Override any GCC internal prototype to avoid an error.
11590 Use char because int might match the return type of a GCC
11591 builtin and then its argument prototype would still apply. */
11592 #ifdef __cplusplus
11593 extern "C"
11594 #endif
11595 char dlopen ();
11596 int
11597 main ()
11598 {
11599 return dlopen ();
11600 ;
11601 return 0;
11602 }
11603 _ACEOF
11604 if ac_fn_c_try_link "$LINENO"; then :
11605 ac_cv_lib_dl_dlopen=yes
11606 else
11607 ac_cv_lib_dl_dlopen=no
11608 fi
11609 rm -f core conftest.err conftest.$ac_objext \
11610 conftest$ac_exeext conftest.$ac_ext
11611 LIBS=$ac_check_lib_save_LIBS
11612 fi
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11614 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11615 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11616 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11617 else
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11619 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11620 if ${ac_cv_lib_svld_dlopen+:} false; then :
11621 $as_echo_n "(cached) " >&6
11622 else
11623 ac_check_lib_save_LIBS=$LIBS
11624 LIBS="-lsvld $LIBS"
11625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11626 /* end confdefs.h. */
11627
11628 /* Override any GCC internal prototype to avoid an error.
11629 Use char because int might match the return type of a GCC
11630 builtin and then its argument prototype would still apply. */
11631 #ifdef __cplusplus
11632 extern "C"
11633 #endif
11634 char dlopen ();
11635 int
11636 main ()
11637 {
11638 return dlopen ();
11639 ;
11640 return 0;
11641 }
11642 _ACEOF
11643 if ac_fn_c_try_link "$LINENO"; then :
11644 ac_cv_lib_svld_dlopen=yes
11645 else
11646 ac_cv_lib_svld_dlopen=no
11647 fi
11648 rm -f core conftest.err conftest.$ac_objext \
11649 conftest$ac_exeext conftest.$ac_ext
11650 LIBS=$ac_check_lib_save_LIBS
11651 fi
11652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11653 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11654 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11655 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11656 else
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11658 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11659 if ${ac_cv_lib_dld_dld_link+:} false; then :
11660 $as_echo_n "(cached) " >&6
11661 else
11662 ac_check_lib_save_LIBS=$LIBS
11663 LIBS="-ldld $LIBS"
11664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11665 /* end confdefs.h. */
11666
11667 /* Override any GCC internal prototype to avoid an error.
11668 Use char because int might match the return type of a GCC
11669 builtin and then its argument prototype would still apply. */
11670 #ifdef __cplusplus
11671 extern "C"
11672 #endif
11673 char dld_link ();
11674 int
11675 main ()
11676 {
11677 return dld_link ();
11678 ;
11679 return 0;
11680 }
11681 _ACEOF
11682 if ac_fn_c_try_link "$LINENO"; then :
11683 ac_cv_lib_dld_dld_link=yes
11684 else
11685 ac_cv_lib_dld_dld_link=no
11686 fi
11687 rm -f core conftest.err conftest.$ac_objext \
11688 conftest$ac_exeext conftest.$ac_ext
11689 LIBS=$ac_check_lib_save_LIBS
11690 fi
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11692 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11693 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11694 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11695 fi
11696
11697
11698 fi
11699
11700
11701 fi
11702
11703
11704 fi
11705
11706
11707 fi
11708
11709
11710 fi
11711
11712 ;;
11713 esac
11714
11715 if test "x$lt_cv_dlopen" != xno; then
11716 enable_dlopen=yes
11717 else
11718 enable_dlopen=no
11719 fi
11720
11721 case $lt_cv_dlopen in
11722 dlopen)
11723 save_CPPFLAGS="$CPPFLAGS"
11724 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11725
11726 save_LDFLAGS="$LDFLAGS"
11727 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11728
11729 save_LIBS="$LIBS"
11730 LIBS="$lt_cv_dlopen_libs $LIBS"
11731
11732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11733 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11734 if ${lt_cv_dlopen_self+:} false; then :
11735 $as_echo_n "(cached) " >&6
11736 else
11737 if test "$cross_compiling" = yes; then :
11738 lt_cv_dlopen_self=cross
11739 else
11740 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11741 lt_status=$lt_dlunknown
11742 cat > conftest.$ac_ext <<_LT_EOF
11743 #line 11743 "configure"
11744 #include "confdefs.h"
11745
11746 #if HAVE_DLFCN_H
11747 #include <dlfcn.h>
11748 #endif
11749
11750 #include <stdio.h>
11751
11752 #ifdef RTLD_GLOBAL
11753 # define LT_DLGLOBAL RTLD_GLOBAL
11754 #else
11755 # ifdef DL_GLOBAL
11756 # define LT_DLGLOBAL DL_GLOBAL
11757 # else
11758 # define LT_DLGLOBAL 0
11759 # endif
11760 #endif
11761
11762 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11763 find out it does not work in some platform. */
11764 #ifndef LT_DLLAZY_OR_NOW
11765 # ifdef RTLD_LAZY
11766 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11767 # else
11768 # ifdef DL_LAZY
11769 # define LT_DLLAZY_OR_NOW DL_LAZY
11770 # else
11771 # ifdef RTLD_NOW
11772 # define LT_DLLAZY_OR_NOW RTLD_NOW
11773 # else
11774 # ifdef DL_NOW
11775 # define LT_DLLAZY_OR_NOW DL_NOW
11776 # else
11777 # define LT_DLLAZY_OR_NOW 0
11778 # endif
11779 # endif
11780 # endif
11781 # endif
11782 #endif
11783
11784 /* When -fvisbility=hidden is used, assume the code has been annotated
11785 correspondingly for the symbols needed. */
11786 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11787 void fnord () __attribute__((visibility("default")));
11788 #endif
11789
11790 void fnord () { int i=42; }
11791 int main ()
11792 {
11793 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11794 int status = $lt_dlunknown;
11795
11796 if (self)
11797 {
11798 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11799 else
11800 {
11801 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11802 else puts (dlerror ());
11803 }
11804 /* dlclose (self); */
11805 }
11806 else
11807 puts (dlerror ());
11808
11809 return status;
11810 }
11811 _LT_EOF
11812 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11813 (eval $ac_link) 2>&5
11814 ac_status=$?
11815 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11816 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11817 (./conftest; exit; ) >&5 2>/dev/null
11818 lt_status=$?
11819 case x$lt_status in
11820 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11821 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11822 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11823 esac
11824 else :
11825 # compilation failed
11826 lt_cv_dlopen_self=no
11827 fi
11828 fi
11829 rm -fr conftest*
11830
11831
11832 fi
11833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11834 $as_echo "$lt_cv_dlopen_self" >&6; }
11835
11836 if test "x$lt_cv_dlopen_self" = xyes; then
11837 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11839 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11840 if ${lt_cv_dlopen_self_static+:} false; then :
11841 $as_echo_n "(cached) " >&6
11842 else
11843 if test "$cross_compiling" = yes; then :
11844 lt_cv_dlopen_self_static=cross
11845 else
11846 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11847 lt_status=$lt_dlunknown
11848 cat > conftest.$ac_ext <<_LT_EOF
11849 #line 11849 "configure"
11850 #include "confdefs.h"
11851
11852 #if HAVE_DLFCN_H
11853 #include <dlfcn.h>
11854 #endif
11855
11856 #include <stdio.h>
11857
11858 #ifdef RTLD_GLOBAL
11859 # define LT_DLGLOBAL RTLD_GLOBAL
11860 #else
11861 # ifdef DL_GLOBAL
11862 # define LT_DLGLOBAL DL_GLOBAL
11863 # else
11864 # define LT_DLGLOBAL 0
11865 # endif
11866 #endif
11867
11868 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11869 find out it does not work in some platform. */
11870 #ifndef LT_DLLAZY_OR_NOW
11871 # ifdef RTLD_LAZY
11872 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11873 # else
11874 # ifdef DL_LAZY
11875 # define LT_DLLAZY_OR_NOW DL_LAZY
11876 # else
11877 # ifdef RTLD_NOW
11878 # define LT_DLLAZY_OR_NOW RTLD_NOW
11879 # else
11880 # ifdef DL_NOW
11881 # define LT_DLLAZY_OR_NOW DL_NOW
11882 # else
11883 # define LT_DLLAZY_OR_NOW 0
11884 # endif
11885 # endif
11886 # endif
11887 # endif
11888 #endif
11889
11890 /* When -fvisbility=hidden is used, assume the code has been annotated
11891 correspondingly for the symbols needed. */
11892 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11893 void fnord () __attribute__((visibility("default")));
11894 #endif
11895
11896 void fnord () { int i=42; }
11897 int main ()
11898 {
11899 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11900 int status = $lt_dlunknown;
11901
11902 if (self)
11903 {
11904 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11905 else
11906 {
11907 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11908 else puts (dlerror ());
11909 }
11910 /* dlclose (self); */
11911 }
11912 else
11913 puts (dlerror ());
11914
11915 return status;
11916 }
11917 _LT_EOF
11918 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11919 (eval $ac_link) 2>&5
11920 ac_status=$?
11921 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11922 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11923 (./conftest; exit; ) >&5 2>/dev/null
11924 lt_status=$?
11925 case x$lt_status in
11926 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11927 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11928 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11929 esac
11930 else :
11931 # compilation failed
11932 lt_cv_dlopen_self_static=no
11933 fi
11934 fi
11935 rm -fr conftest*
11936
11937
11938 fi
11939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11940 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11941 fi
11942
11943 CPPFLAGS="$save_CPPFLAGS"
11944 LDFLAGS="$save_LDFLAGS"
11945 LIBS="$save_LIBS"
11946 ;;
11947 esac
11948
11949 case $lt_cv_dlopen_self in
11950 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11951 *) enable_dlopen_self=unknown ;;
11952 esac
11953
11954 case $lt_cv_dlopen_self_static in
11955 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11956 *) enable_dlopen_self_static=unknown ;;
11957 esac
11958 fi
11959
11960
11961
11962
11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976 striplib=
11977 old_striplib=
11978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11979 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11980 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11981 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11982 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11984 $as_echo "yes" >&6; }
11985 else
11986 # FIXME - insert some real tests, host_os isn't really good enough
11987 case $host_os in
11988 darwin*)
11989 if test -n "$STRIP" ; then
11990 striplib="$STRIP -x"
11991 old_striplib="$STRIP -S"
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11993 $as_echo "yes" >&6; }
11994 else
11995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11996 $as_echo "no" >&6; }
11997 fi
11998 ;;
11999 *)
12000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12001 $as_echo "no" >&6; }
12002 ;;
12003 esac
12004 fi
12005
12006
12007
12008
12009
12010
12011
12012
12013
12014
12015
12016
12017 # Report which library types will actually be built
12018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12019 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12021 $as_echo "$can_build_shared" >&6; }
12022
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12024 $as_echo_n "checking whether to build shared libraries... " >&6; }
12025 test "$can_build_shared" = "no" && enable_shared=no
12026
12027 # On AIX, shared libraries and static libraries use the same namespace, and
12028 # are all built from PIC.
12029 case $host_os in
12030 aix3*)
12031 test "$enable_shared" = yes && enable_static=no
12032 if test -n "$RANLIB"; then
12033 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12034 postinstall_cmds='$RANLIB $lib'
12035 fi
12036 ;;
12037
12038 aix[4-9]*)
12039 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12040 test "$enable_shared" = yes && enable_static=no
12041 fi
12042 ;;
12043 esac
12044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12045 $as_echo "$enable_shared" >&6; }
12046
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12048 $as_echo_n "checking whether to build static libraries... " >&6; }
12049 # Make sure either enable_shared or enable_static is yes.
12050 test "$enable_shared" = yes || enable_static=yes
12051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12052 $as_echo "$enable_static" >&6; }
12053
12054
12055
12056
12057 fi
12058 ac_ext=c
12059 ac_cpp='$CPP $CPPFLAGS'
12060 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12061 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12062 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12063
12064 CC="$lt_save_CC"
12065
12066
12067
12068
12069
12070
12071
12072
12073
12074
12075
12076
12077
12078 ac_config_commands="$ac_config_commands libtool"
12079
12080
12081
12082
12083 # Only expand once:
12084
12085
12086
12087 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
12088
12089 # The tests for host and target for $enable_largefile require
12090 # canonical names.
12091
12092
12093
12094 # As the $enable_largefile decision depends on --enable-plugins we must set it
12095 # even in directories otherwise not depending on the $plugins option.
12096
12097
12098 maybe_plugins=no
12099 for ac_header in dlfcn.h
12100 do :
12101 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
12102 "
12103 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
12104 cat >>confdefs.h <<_ACEOF
12105 #define HAVE_DLFCN_H 1
12106 _ACEOF
12107 maybe_plugins=yes
12108 fi
12109
12110 done
12111
12112 for ac_header in windows.h
12113 do :
12114 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
12115 "
12116 if test "x$ac_cv_header_windows_h" = xyes; then :
12117 cat >>confdefs.h <<_ACEOF
12118 #define HAVE_WINDOWS_H 1
12119 _ACEOF
12120 maybe_plugins=yes
12121 fi
12122
12123 done
12124
12125
12126 # Check whether --enable-plugins was given.
12127 if test "${enable_plugins+set}" = set; then :
12128 enableval=$enable_plugins; case "${enableval}" in
12129 no) plugins=no ;;
12130 *) plugins=yes
12131 if test "$maybe_plugins" != "yes" ; then
12132 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
12133 fi ;;
12134 esac
12135 else
12136 plugins=$maybe_plugins
12137
12138 fi
12139
12140 if test "$plugins" = "yes"; then
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
12142 $as_echo_n "checking for library containing dlsym... " >&6; }
12143 if ${ac_cv_search_dlsym+:} false; then :
12144 $as_echo_n "(cached) " >&6
12145 else
12146 ac_func_search_save_LIBS=$LIBS
12147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12148 /* end confdefs.h. */
12149
12150 /* Override any GCC internal prototype to avoid an error.
12151 Use char because int might match the return type of a GCC
12152 builtin and then its argument prototype would still apply. */
12153 #ifdef __cplusplus
12154 extern "C"
12155 #endif
12156 char dlsym ();
12157 int
12158 main ()
12159 {
12160 return dlsym ();
12161 ;
12162 return 0;
12163 }
12164 _ACEOF
12165 for ac_lib in '' dl; do
12166 if test -z "$ac_lib"; then
12167 ac_res="none required"
12168 else
12169 ac_res=-l$ac_lib
12170 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12171 fi
12172 if ac_fn_c_try_link "$LINENO"; then :
12173 ac_cv_search_dlsym=$ac_res
12174 fi
12175 rm -f core conftest.err conftest.$ac_objext \
12176 conftest$ac_exeext
12177 if ${ac_cv_search_dlsym+:} false; then :
12178 break
12179 fi
12180 done
12181 if ${ac_cv_search_dlsym+:} false; then :
12182
12183 else
12184 ac_cv_search_dlsym=no
12185 fi
12186 rm conftest.$ac_ext
12187 LIBS=$ac_func_search_save_LIBS
12188 fi
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
12190 $as_echo "$ac_cv_search_dlsym" >&6; }
12191 ac_res=$ac_cv_search_dlsym
12192 if test "$ac_res" != no; then :
12193 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12194
12195 fi
12196
12197 fi
12198
12199
12200 case "${host}" in
12201 sparc-*-solaris*|i[3-7]86-*-solaris*)
12202 # On native 32bit sparc and ia32 solaris, large-file and procfs support
12203 # are mutually exclusive; and without procfs support, the bfd/ elf module
12204 # cannot provide certain routines such as elfcore_write_prpsinfo
12205 # or elfcore_write_prstatus. So unless the user explicitly requested
12206 # large-file support through the --enable-largefile switch, disable
12207 # large-file support in favor of procfs support.
12208 test "${target}" = "${host}" -a "x$plugins" = xno \
12209 && : ${enable_largefile="no"}
12210 ;;
12211 esac
12212
12213 # Check whether --enable-largefile was given.
12214 if test "${enable_largefile+set}" = set; then :
12215 enableval=$enable_largefile;
12216 fi
12217
12218 if test "$enable_largefile" != no; then
12219
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
12221 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
12222 if ${ac_cv_sys_largefile_CC+:} false; then :
12223 $as_echo_n "(cached) " >&6
12224 else
12225 ac_cv_sys_largefile_CC=no
12226 if test "$GCC" != yes; then
12227 ac_save_CC=$CC
12228 while :; do
12229 # IRIX 6.2 and later do not support large files by default,
12230 # so use the C compiler's -n32 option if that helps.
12231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12232 /* end confdefs.h. */
12233 #include <sys/types.h>
12234 /* Check that off_t can represent 2**63 - 1 correctly.
12235 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12236 since some C++ compilers masquerading as C compilers
12237 incorrectly reject 9223372036854775807. */
12238 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
12239 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12240 && LARGE_OFF_T % 2147483647 == 1)
12241 ? 1 : -1];
12242 int
12243 main ()
12244 {
12245
12246 ;
12247 return 0;
12248 }
12249 _ACEOF
12250 if ac_fn_c_try_compile "$LINENO"; then :
12251 break
12252 fi
12253 rm -f core conftest.err conftest.$ac_objext
12254 CC="$CC -n32"
12255 if ac_fn_c_try_compile "$LINENO"; then :
12256 ac_cv_sys_largefile_CC=' -n32'; break
12257 fi
12258 rm -f core conftest.err conftest.$ac_objext
12259 break
12260 done
12261 CC=$ac_save_CC
12262 rm -f conftest.$ac_ext
12263 fi
12264 fi
12265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
12266 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
12267 if test "$ac_cv_sys_largefile_CC" != no; then
12268 CC=$CC$ac_cv_sys_largefile_CC
12269 fi
12270
12271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
12272 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
12273 if ${ac_cv_sys_file_offset_bits+:} false; then :
12274 $as_echo_n "(cached) " >&6
12275 else
12276 while :; do
12277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12278 /* end confdefs.h. */
12279 #include <sys/types.h>
12280 /* Check that off_t can represent 2**63 - 1 correctly.
12281 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12282 since some C++ compilers masquerading as C compilers
12283 incorrectly reject 9223372036854775807. */
12284 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
12285 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12286 && LARGE_OFF_T % 2147483647 == 1)
12287 ? 1 : -1];
12288 int
12289 main ()
12290 {
12291
12292 ;
12293 return 0;
12294 }
12295 _ACEOF
12296 if ac_fn_c_try_compile "$LINENO"; then :
12297 ac_cv_sys_file_offset_bits=no; break
12298 fi
12299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12301 /* end confdefs.h. */
12302 #define _FILE_OFFSET_BITS 64
12303 #include <sys/types.h>
12304 /* Check that off_t can represent 2**63 - 1 correctly.
12305 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12306 since some C++ compilers masquerading as C compilers
12307 incorrectly reject 9223372036854775807. */
12308 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
12309 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12310 && LARGE_OFF_T % 2147483647 == 1)
12311 ? 1 : -1];
12312 int
12313 main ()
12314 {
12315
12316 ;
12317 return 0;
12318 }
12319 _ACEOF
12320 if ac_fn_c_try_compile "$LINENO"; then :
12321 ac_cv_sys_file_offset_bits=64; break
12322 fi
12323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12324 ac_cv_sys_file_offset_bits=unknown
12325 break
12326 done
12327 fi
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12329 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12330 case $ac_cv_sys_file_offset_bits in #(
12331 no | unknown) ;;
12332 *)
12333 cat >>confdefs.h <<_ACEOF
12334 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12335 _ACEOF
12336 ;;
12337 esac
12338 rm -rf conftest*
12339 if test $ac_cv_sys_file_offset_bits = unknown; then
12340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12341 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
12342 if ${ac_cv_sys_large_files+:} false; then :
12343 $as_echo_n "(cached) " >&6
12344 else
12345 while :; do
12346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12347 /* end confdefs.h. */
12348 #include <sys/types.h>
12349 /* Check that off_t can represent 2**63 - 1 correctly.
12350 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12351 since some C++ compilers masquerading as C compilers
12352 incorrectly reject 9223372036854775807. */
12353 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
12354 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12355 && LARGE_OFF_T % 2147483647 == 1)
12356 ? 1 : -1];
12357 int
12358 main ()
12359 {
12360
12361 ;
12362 return 0;
12363 }
12364 _ACEOF
12365 if ac_fn_c_try_compile "$LINENO"; then :
12366 ac_cv_sys_large_files=no; break
12367 fi
12368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12370 /* end confdefs.h. */
12371 #define _LARGE_FILES 1
12372 #include <sys/types.h>
12373 /* Check that off_t can represent 2**63 - 1 correctly.
12374 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12375 since some C++ compilers masquerading as C compilers
12376 incorrectly reject 9223372036854775807. */
12377 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
12378 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12379 && LARGE_OFF_T % 2147483647 == 1)
12380 ? 1 : -1];
12381 int
12382 main ()
12383 {
12384
12385 ;
12386 return 0;
12387 }
12388 _ACEOF
12389 if ac_fn_c_try_compile "$LINENO"; then :
12390 ac_cv_sys_large_files=1; break
12391 fi
12392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12393 ac_cv_sys_large_files=unknown
12394 break
12395 done
12396 fi
12397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12398 $as_echo "$ac_cv_sys_large_files" >&6; }
12399 case $ac_cv_sys_large_files in #(
12400 no | unknown) ;;
12401 *)
12402 cat >>confdefs.h <<_ACEOF
12403 #define _LARGE_FILES $ac_cv_sys_large_files
12404 _ACEOF
12405 ;;
12406 esac
12407 rm -rf conftest*
12408 fi
12409
12410
12411 fi
12412
12413
12414
12415 if test "$plugins" = "yes"; then
12416 PLUGINS_TRUE=
12417 PLUGINS_FALSE='#'
12418 else
12419 PLUGINS_TRUE='#'
12420 PLUGINS_FALSE=
12421 fi
12422
12423
12424 if test "$plugins" = "yes"; then
12425 enable_targets="$enable_targets plugin"
12426 fi
12427
12428 # Check whether --enable-64-bit-bfd was given.
12429 if test "${enable_64_bit_bfd+set}" = set; then :
12430 enableval=$enable_64_bit_bfd; case "${enableval}" in
12431 yes) want64=true ;;
12432 no) want64=false ;;
12433 *) as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
12434 esac
12435 else
12436 want64=false
12437 fi
12438
12439 # Check whether --enable-targets was given.
12440 if test "${enable_targets+set}" = set; then :
12441 enableval=$enable_targets; case "${enableval}" in
12442 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
12443 ;;
12444 no) enable_targets= ;;
12445 *) enable_targets=$enableval ;;
12446 esac
12447 fi
12448
12449 # Check whether --enable-64_bit_archive was given.
12450 if test "${enable_64_bit_archive+set}" = set; then :
12451 enableval=$enable_64_bit_archive; case "${enableval}" in
12452 yes) want_64_bit_archive=true ;;
12453 no) want_64_bit_archive=false ;;
12454 *) as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
12455 esac
12456 else
12457 want_64_bit_archive=unset
12458 fi
12459
12460
12461 # Check whether --with-mmap was given.
12462 if test "${with_mmap+set}" = set; then :
12463 withval=$with_mmap; case "${withval}" in
12464 yes) want_mmap=true ;;
12465 no) want_mmap=false ;;
12466 *) as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
12467 esac
12468 else
12469 want_mmap=false
12470 fi
12471
12472 # Check whether --enable-secureplt was given.
12473 if test "${enable_secureplt+set}" = set; then :
12474 enableval=$enable_secureplt; case "${enableval}" in
12475 yes) use_secureplt=true ;;
12476 no) use_secureplt=false ;;
12477 *) as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
12478 esac
12479 else
12480 use_secureplt=true
12481 fi
12482 if test $use_secureplt = true; then
12483
12484 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
12485
12486 fi
12487
12488 # Decide if -z separate-code should be enabled in ELF linker by default.
12489 ac_default_ld_z_separate_code=unset
12490 # Check whether --enable-separate-code was given.
12491 if test "${enable_separate_code+set}" = set; then :
12492 enableval=$enable_separate_code; case "${enableval}" in
12493 yes) ac_default_ld_z_separate_code=1 ;;
12494 no) ac_default_ld_z_separate_code=0 ;;
12495 esac
12496 fi
12497
12498 # Enable -z separate-code by default for Linux/x86.
12499 case "${target}" in
12500 i[3-7]86-*-linux-* | x86_64-*-linux-*)
12501 if test ${ac_default_ld_z_separate_code} = unset; then
12502 ac_default_ld_z_separate_code=1
12503 fi
12504 ;;
12505 esac
12506 if test "${ac_default_ld_z_separate_code}" = unset; then
12507 ac_default_ld_z_separate_code=0
12508 fi
12509
12510 cat >>confdefs.h <<_ACEOF
12511 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
12512 _ACEOF
12513
12514
12515 # Check whether --enable-leading-mingw64-underscores was given.
12516 if test "${enable_leading_mingw64_underscores+set}" = set; then :
12517 enableval=$enable_leading_mingw64_underscores;
12518 fi
12519
12520 if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12521
12522 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12523
12524 fi
12525
12526 DEBUGDIR=${libdir}/debug
12527
12528 # Check whether --with-separate-debug-dir was given.
12529 if test "${with_separate_debug_dir+set}" = set; then :
12530 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12531 fi
12532
12533
12534
12535
12536
12537 # Check whether --with-pkgversion was given.
12538 if test "${with_pkgversion+set}" = set; then :
12539 withval=$with_pkgversion; case "$withval" in
12540 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
12541 no) PKGVERSION= ;;
12542 *) PKGVERSION="($withval) " ;;
12543 esac
12544 else
12545 PKGVERSION="(GNU Binutils) "
12546
12547 fi
12548
12549
12550
12551
12552
12553 # Check whether --with-bugurl was given.
12554 if test "${with_bugurl+set}" = set; then :
12555 withval=$with_bugurl; case "$withval" in
12556 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
12557 no) BUGURL=
12558 ;;
12559 *) BUGURL="$withval"
12560 ;;
12561 esac
12562 else
12563 BUGURL="http://www.sourceware.org/bugzilla/"
12564
12565 fi
12566
12567 case ${BUGURL} in
12568 "")
12569 REPORT_BUGS_TO=
12570 REPORT_BUGS_TEXI=
12571 ;;
12572 *)
12573 REPORT_BUGS_TO="<$BUGURL>"
12574 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12575 ;;
12576 esac;
12577
12578
12579
12580
12581
12582 # Set the 'development' global.
12583 . $srcdir/../bfd/development.sh
12584
12585 # Set acp_cpp_for_build variable
12586 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12587
12588 # Default set of GCC warnings to enable.
12589 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12590 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12591
12592 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12594 /* end confdefs.h. */
12595 __GNUC__
12596 _ACEOF
12597 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12598 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12599
12600 else
12601 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12602 fi
12603 rm -f conftest*
12604
12605
12606 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12608 /* end confdefs.h. */
12609 __GNUC__
12610 _ACEOF
12611 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12612 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12613
12614 else
12615 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12616 fi
12617 rm -f conftest*
12618
12619
12620 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12621 WARN_WRITE_STRINGS=""
12622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12623 /* end confdefs.h. */
12624 __GNUC__
12625 _ACEOF
12626 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12627 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12628
12629 else
12630 WARN_WRITE_STRINGS="-Wwrite-strings"
12631 fi
12632 rm -f conftest*
12633
12634
12635 # Verify CC_FOR_BUILD to be compatible with warning flags
12636
12637 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12639 /* end confdefs.h. */
12640 __GNUC__
12641 _ACEOF
12642 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12643 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12644
12645 else
12646 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12647 fi
12648 rm -f conftest*
12649
12650
12651 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12653 /* end confdefs.h. */
12654 __GNUC__
12655 _ACEOF
12656 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12657 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12658
12659 else
12660 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12661 fi
12662 rm -f conftest*
12663
12664
12665 # Check whether --enable-werror was given.
12666 if test "${enable_werror+set}" = set; then :
12667 enableval=$enable_werror; case "${enableval}" in
12668 yes | y) ERROR_ON_WARNING="yes" ;;
12669 no | n) ERROR_ON_WARNING="no" ;;
12670 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12671 esac
12672 fi
12673
12674
12675 # Disable -Wformat by default when using gcc on mingw
12676 case "${host}" in
12677 *-*-mingw32*)
12678 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12679 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12680 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12681 fi
12682 ;;
12683 *) ;;
12684 esac
12685
12686 # Enable -Werror by default when using gcc. Turn it off for releases.
12687 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12688 ERROR_ON_WARNING=yes
12689 fi
12690
12691 NO_WERROR=
12692 if test "${ERROR_ON_WARNING}" = yes ; then
12693 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12694 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12695 NO_WERROR="-Wno-error"
12696 fi
12697
12698 if test "${GCC}" = yes ; then
12699 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12700 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12701 fi
12702
12703 # Check whether --enable-build-warnings was given.
12704 if test "${enable_build_warnings+set}" = set; then :
12705 enableval=$enable_build_warnings; case "${enableval}" in
12706 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12707 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12708 no) if test "${GCC}" = yes ; then
12709 WARN_CFLAGS="-w"
12710 WARN_CFLAGS_FOR_BUILD="-w"
12711 fi;;
12712 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12713 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12714 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12715 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12716 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12717 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12718 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12719 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12720 esac
12721 fi
12722
12723
12724 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12725 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12726 fi
12727
12728
12729
12730
12731
12732
12733
12734 ac_config_headers="$ac_config_headers config.h:config.in"
12735
12736
12737 # PR 14072
12738
12739
12740 if test -z "$target" ; then
12741 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12742 fi
12743
12744
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12746 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12747 # Check whether --enable-maintainer-mode was given.
12748 if test "${enable_maintainer_mode+set}" = set; then :
12749 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12750 else
12751 USE_MAINTAINER_MODE=no
12752 fi
12753
12754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12755 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12756 if test $USE_MAINTAINER_MODE = yes; then
12757 MAINTAINER_MODE_TRUE=
12758 MAINTAINER_MODE_FALSE='#'
12759 else
12760 MAINTAINER_MODE_TRUE='#'
12761 MAINTAINER_MODE_FALSE=
12762 fi
12763
12764 MAINT=$MAINTAINER_MODE_TRUE
12765
12766
12767 if false; then
12768 GENINSRC_NEVER_TRUE=
12769 GENINSRC_NEVER_FALSE='#'
12770 else
12771 GENINSRC_NEVER_TRUE='#'
12772 GENINSRC_NEVER_FALSE=
12773 fi
12774
12775 case ${build_alias} in
12776 "") build_noncanonical=${build} ;;
12777 *) build_noncanonical=${build_alias} ;;
12778 esac
12779
12780 case ${host_alias} in
12781 "") host_noncanonical=${build_noncanonical} ;;
12782 *) host_noncanonical=${host_alias} ;;
12783 esac
12784
12785 case ${target_alias} in
12786 "") target_noncanonical=${host_noncanonical} ;;
12787 *) target_noncanonical=${target_alias} ;;
12788 esac
12789
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12791 $as_echo_n "checking whether to install libbfd... " >&6; }
12792 # Check whether --enable-install-libbfd was given.
12793 if test "${enable_install_libbfd+set}" = set; then :
12794 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12795 else
12796 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12797 install_libbfd_p=yes
12798 else
12799 install_libbfd_p=no
12800 fi
12801 fi
12802
12803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12804 $as_echo "$install_libbfd_p" >&6; }
12805 if test $install_libbfd_p = yes; then
12806 INSTALL_LIBBFD_TRUE=
12807 INSTALL_LIBBFD_FALSE='#'
12808 else
12809 INSTALL_LIBBFD_TRUE='#'
12810 INSTALL_LIBBFD_FALSE=
12811 fi
12812
12813 # Need _noncanonical variables for this.
12814
12815
12816
12817
12818 # libbfd.a is a host library containing target dependent code
12819 bfdlibdir='$(libdir)'
12820 bfdincludedir='$(includedir)'
12821 if test "${host}" != "${target}"; then
12822 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12823 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12824 fi
12825
12826
12827
12828
12829
12830
12831
12832
12833 host64=false
12834 target64=false
12835 bfd_default_target_size=32
12836
12837 # host stuff:
12838
12839 ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12840 # If we haven't got the data from the intl directory,
12841 # assume NLS is disabled.
12842 USE_NLS=no
12843 LIBINTL=
12844 LIBINTL_DEP=
12845 INCINTL=
12846 XGETTEXT=
12847 GMSGFMT=
12848 POSUB=
12849
12850 if test -f ../intl/config.intl; then
12851 . ../intl/config.intl
12852 fi
12853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12854 $as_echo_n "checking whether NLS is requested... " >&6; }
12855 if test x"$USE_NLS" != xyes; then
12856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12857 $as_echo "no" >&6; }
12858 else
12859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12860 $as_echo "yes" >&6; }
12861
12862 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12863
12864
12865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12866 $as_echo_n "checking for catalogs to be installed... " >&6; }
12867 # Look for .po and .gmo files in the source directory.
12868 CATALOGS=
12869 XLINGUAS=
12870 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12871 # If there aren't any .gmo files the shell will give us the
12872 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12873 # weeded out.
12874 case "$cat" in *\**)
12875 continue;;
12876 esac
12877 # The quadruple backslash is collapsed to a double backslash
12878 # by the backticks, then collapsed again by the double quotes,
12879 # leaving us with one backslash in the sed expression (right
12880 # before the dot that mustn't act as a wildcard).
12881 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12882 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12883 # The user is allowed to set LINGUAS to a list of languages to
12884 # install catalogs for. If it's empty that means "all of them."
12885 if test "x$LINGUAS" = x; then
12886 CATALOGS="$CATALOGS $cat"
12887 XLINGUAS="$XLINGUAS $lang"
12888 else
12889 case "$LINGUAS" in *$lang*)
12890 CATALOGS="$CATALOGS $cat"
12891 XLINGUAS="$XLINGUAS $lang"
12892 ;;
12893 esac
12894 fi
12895 done
12896 LINGUAS="$XLINGUAS"
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12898 $as_echo "$LINGUAS" >&6; }
12899
12900
12901 DATADIRNAME=share
12902
12903 INSTOBJEXT=.mo
12904
12905 GENCAT=gencat
12906
12907 CATOBJEXT=.gmo
12908
12909 fi
12910
12911 MKINSTALLDIRS=
12912 if test -n "$ac_aux_dir"; then
12913 case "$ac_aux_dir" in
12914 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12915 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12916 esac
12917 fi
12918 if test -z "$MKINSTALLDIRS"; then
12919 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12920 fi
12921
12922
12923
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 # Check whether --enable-nls was given.
12927 if test "${enable_nls+set}" = set; then :
12928 enableval=$enable_nls; USE_NLS=$enableval
12929 else
12930 USE_NLS=yes
12931 fi
12932
12933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12934 $as_echo "$USE_NLS" >&6; }
12935
12936
12937
12938
12939
12940
12941 # Prepare PATH_SEPARATOR.
12942 # The user is always right.
12943 if test "${PATH_SEPARATOR+set}" != set; then
12944 echo "#! /bin/sh" >conf$$.sh
12945 echo "exit 0" >>conf$$.sh
12946 chmod +x conf$$.sh
12947 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12948 PATH_SEPARATOR=';'
12949 else
12950 PATH_SEPARATOR=:
12951 fi
12952 rm -f conf$$.sh
12953 fi
12954
12955 # Find out how to test for executable files. Don't use a zero-byte file,
12956 # as systems may use methods other than mode bits to determine executability.
12957 cat >conf$$.file <<_ASEOF
12958 #! /bin/sh
12959 exit 0
12960 _ASEOF
12961 chmod +x conf$$.file
12962 if test -x conf$$.file >/dev/null 2>&1; then
12963 ac_executable_p="test -x"
12964 else
12965 ac_executable_p="test -f"
12966 fi
12967 rm -f conf$$.file
12968
12969 # Extract the first word of "msgfmt", so it can be a program name with args.
12970 set dummy msgfmt; ac_word=$2
12971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12972 $as_echo_n "checking for $ac_word... " >&6; }
12973 if ${ac_cv_path_MSGFMT+:} false; then :
12974 $as_echo_n "(cached) " >&6
12975 else
12976 case "$MSGFMT" in
12977 [\\/]* | ?:[\\/]*)
12978 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12979 ;;
12980 *)
12981 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12982 for ac_dir in $PATH; do
12983 IFS="$ac_save_IFS"
12984 test -z "$ac_dir" && ac_dir=.
12985 for ac_exec_ext in '' $ac_executable_extensions; do
12986 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12987 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12988 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12989 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12990 break 2
12991 fi
12992 fi
12993 done
12994 done
12995 IFS="$ac_save_IFS"
12996 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12997 ;;
12998 esac
12999 fi
13000 MSGFMT="$ac_cv_path_MSGFMT"
13001 if test "$MSGFMT" != ":"; then
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13003 $as_echo "$MSGFMT" >&6; }
13004 else
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13006 $as_echo "no" >&6; }
13007 fi
13008
13009 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13010 set dummy gmsgfmt; ac_word=$2
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13012 $as_echo_n "checking for $ac_word... " >&6; }
13013 if ${ac_cv_path_GMSGFMT+:} false; then :
13014 $as_echo_n "(cached) " >&6
13015 else
13016 case $GMSGFMT in
13017 [\\/]* | ?:[\\/]*)
13018 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13019 ;;
13020 *)
13021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13022 for as_dir in $PATH
13023 do
13024 IFS=$as_save_IFS
13025 test -z "$as_dir" && as_dir=.
13026 for ac_exec_ext in '' $ac_executable_extensions; do
13027 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13028 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13030 break 2
13031 fi
13032 done
13033 done
13034 IFS=$as_save_IFS
13035
13036 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13037 ;;
13038 esac
13039 fi
13040 GMSGFMT=$ac_cv_path_GMSGFMT
13041 if test -n "$GMSGFMT"; then
13042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13043 $as_echo "$GMSGFMT" >&6; }
13044 else
13045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13046 $as_echo "no" >&6; }
13047 fi
13048
13049
13050
13051
13052 # Prepare PATH_SEPARATOR.
13053 # The user is always right.
13054 if test "${PATH_SEPARATOR+set}" != set; then
13055 echo "#! /bin/sh" >conf$$.sh
13056 echo "exit 0" >>conf$$.sh
13057 chmod +x conf$$.sh
13058 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13059 PATH_SEPARATOR=';'
13060 else
13061 PATH_SEPARATOR=:
13062 fi
13063 rm -f conf$$.sh
13064 fi
13065
13066 # Find out how to test for executable files. Don't use a zero-byte file,
13067 # as systems may use methods other than mode bits to determine executability.
13068 cat >conf$$.file <<_ASEOF
13069 #! /bin/sh
13070 exit 0
13071 _ASEOF
13072 chmod +x conf$$.file
13073 if test -x conf$$.file >/dev/null 2>&1; then
13074 ac_executable_p="test -x"
13075 else
13076 ac_executable_p="test -f"
13077 fi
13078 rm -f conf$$.file
13079
13080 # Extract the first word of "xgettext", so it can be a program name with args.
13081 set dummy xgettext; 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_XGETTEXT+:} false; then :
13085 $as_echo_n "(cached) " >&6
13086 else
13087 case "$XGETTEXT" in
13088 [\\/]* | ?:[\\/]*)
13089 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13090 ;;
13091 *)
13092 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13093 for ac_dir in $PATH; do
13094 IFS="$ac_save_IFS"
13095 test -z "$ac_dir" && ac_dir=.
13096 for ac_exec_ext in '' $ac_executable_extensions; do
13097 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13098 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13099 (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
13100 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13101 break 2
13102 fi
13103 fi
13104 done
13105 done
13106 IFS="$ac_save_IFS"
13107 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13108 ;;
13109 esac
13110 fi
13111 XGETTEXT="$ac_cv_path_XGETTEXT"
13112 if test "$XGETTEXT" != ":"; then
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13114 $as_echo "$XGETTEXT" >&6; }
13115 else
13116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13117 $as_echo "no" >&6; }
13118 fi
13119
13120 rm -f messages.po
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 "msgmerge", so it can be a program name with args.
13152 set dummy msgmerge; 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_MSGMERGE+:} false; then :
13156 $as_echo_n "(cached) " >&6
13157 else
13158 case "$MSGMERGE" in
13159 [\\/]* | ?:[\\/]*)
13160 ac_cv_path_MSGMERGE="$MSGMERGE" # 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 --update -q /dev/null /dev/null >/dev/null 2>&1; then
13170 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13171 break 2
13172 fi
13173 fi
13174 done
13175 done
13176 IFS="$ac_save_IFS"
13177 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13178 ;;
13179 esac
13180 fi
13181 MSGMERGE="$ac_cv_path_MSGMERGE"
13182 if test "$MSGMERGE" != ":"; then
13183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13184 $as_echo "$MSGMERGE" >&6; }
13185 else
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13187 $as_echo "no" >&6; }
13188 fi
13189
13190
13191 if test "$GMSGFMT" != ":"; then
13192 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13193 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13194 : ;
13195 else
13196 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13198 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13199 GMSGFMT=":"
13200 fi
13201 fi
13202
13203 if test "$XGETTEXT" != ":"; then
13204 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13205 (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
13206 : ;
13207 else
13208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13209 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13210 XGETTEXT=":"
13211 fi
13212 rm -f messages.po
13213 fi
13214
13215 ac_config_commands="$ac_config_commands default-1"
13216
13217
13218
13219 # Permit host specific settings.
13220 . ${srcdir}/configure.host
13221
13222
13223
13224
13225 BFD_HOST_64BIT_LONG=0
13226 BFD_HOST_64BIT_LONG_LONG=0
13227 BFD_HOST_64_BIT_DEFINED=0
13228 BFD_HOST_64_BIT=
13229 BFD_HOST_U_64_BIT=
13230 BFD_HOSTPTR_T="unsigned long"
13231
13232
13233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double" >&5
13234 $as_echo_n "checking for long double... " >&6; }
13235 if ${ac_cv_type_long_double+:} false; then :
13236 $as_echo_n "(cached) " >&6
13237 else
13238 if test "$GCC" = yes; then
13239 ac_cv_type_long_double=yes
13240 else
13241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13242 /* end confdefs.h. */
13243 /* The Stardent Vistra knows sizeof (long double), but does
13244 not support it. */
13245 long double foo = 0.0L;
13246 int
13247 main ()
13248 {
13249 static int test_array [1 - 2 * !(/* On Ultrix 4.3 cc, long double is 4 and double is 8. */
13250 sizeof (double) <= sizeof (long double))];
13251 test_array [0] = 0;
13252 return test_array [0];
13253
13254 ;
13255 return 0;
13256 }
13257 _ACEOF
13258 if ac_fn_c_try_compile "$LINENO"; then :
13259 ac_cv_type_long_double=yes
13260 else
13261 ac_cv_type_long_double=no
13262 fi
13263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13264 fi
13265 fi
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_double" >&5
13267 $as_echo "$ac_cv_type_long_double" >&6; }
13268 if test $ac_cv_type_long_double = yes; then
13269
13270 $as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
13271
13272 fi
13273
13274 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13275 if test "x$ac_cv_type_long_long" = xyes; then :
13276
13277 cat >>confdefs.h <<_ACEOF
13278 #define HAVE_LONG_LONG 1
13279 _ACEOF
13280
13281 # The cast to long int works around a bug in the HP C Compiler
13282 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13283 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13284 # This bug is HP SR number 8606223364.
13285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13286 $as_echo_n "checking size of long long... " >&6; }
13287 if ${ac_cv_sizeof_long_long+:} false; then :
13288 $as_echo_n "(cached) " >&6
13289 else
13290 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13291
13292 else
13293 if test "$ac_cv_type_long_long" = yes; then
13294 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13295 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13296 as_fn_error 77 "cannot compute sizeof (long long)
13297 See \`config.log' for more details" "$LINENO" 5; }
13298 else
13299 ac_cv_sizeof_long_long=0
13300 fi
13301 fi
13302
13303 fi
13304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13305 $as_echo "$ac_cv_sizeof_long_long" >&6; }
13306
13307
13308
13309 cat >>confdefs.h <<_ACEOF
13310 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13311 _ACEOF
13312
13313
13314 fi
13315
13316 # The cast to long int works around a bug in the HP C Compiler
13317 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13318 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13319 # This bug is HP SR number 8606223364.
13320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13321 $as_echo_n "checking size of void *... " >&6; }
13322 if ${ac_cv_sizeof_void_p+:} false; then :
13323 $as_echo_n "(cached) " >&6
13324 else
13325 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
13326
13327 else
13328 if test "$ac_cv_type_void_p" = yes; then
13329 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13330 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13331 as_fn_error 77 "cannot compute sizeof (void *)
13332 See \`config.log' for more details" "$LINENO" 5; }
13333 else
13334 ac_cv_sizeof_void_p=0
13335 fi
13336 fi
13337
13338 fi
13339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13340 $as_echo "$ac_cv_sizeof_void_p" >&6; }
13341
13342
13343
13344 cat >>confdefs.h <<_ACEOF
13345 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13346 _ACEOF
13347
13348
13349 # The cast to long int works around a bug in the HP C Compiler
13350 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13351 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13352 # This bug is HP SR number 8606223364.
13353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13354 $as_echo_n "checking size of long... " >&6; }
13355 if ${ac_cv_sizeof_long+:} false; then :
13356 $as_echo_n "(cached) " >&6
13357 else
13358 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13359
13360 else
13361 if test "$ac_cv_type_long" = yes; then
13362 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13363 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13364 as_fn_error 77 "cannot compute sizeof (long)
13365 See \`config.log' for more details" "$LINENO" 5; }
13366 else
13367 ac_cv_sizeof_long=0
13368 fi
13369 fi
13370
13371 fi
13372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13373 $as_echo "$ac_cv_sizeof_long" >&6; }
13374
13375
13376
13377 cat >>confdefs.h <<_ACEOF
13378 #define SIZEOF_LONG $ac_cv_sizeof_long
13379 _ACEOF
13380
13381
13382 # The cast to long int works around a bug in the HP C Compiler
13383 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13384 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13385 # This bug is HP SR number 8606223364.
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13387 $as_echo_n "checking size of int... " >&6; }
13388 if ${ac_cv_sizeof_int+:} false; then :
13389 $as_echo_n "(cached) " >&6
13390 else
13391 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
13392
13393 else
13394 if test "$ac_cv_type_int" = yes; then
13395 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13396 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13397 as_fn_error 77 "cannot compute sizeof (int)
13398 See \`config.log' for more details" "$LINENO" 5; }
13399 else
13400 ac_cv_sizeof_int=0
13401 fi
13402 fi
13403
13404 fi
13405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13406 $as_echo "$ac_cv_sizeof_int" >&6; }
13407
13408
13409
13410 cat >>confdefs.h <<_ACEOF
13411 #define SIZEOF_INT $ac_cv_sizeof_int
13412 _ACEOF
13413
13414
13415
13416 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
13417 host64=true
13418 fi
13419
13420 if test "x${ac_cv_sizeof_long}" = "x8"; then
13421 BFD_HOST_64BIT_LONG=1
13422 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
13423 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
13424 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
13425 BFD_HOST_64BIT_LONG_LONG=1
13426 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
13427 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
13428 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
13429 BFD_HOSTPTR_T="unsigned long long"
13430 fi
13431 fi
13432
13433 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
13434 BFD_HOST_64_BIT_DEFINED=1
13435 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
13436 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
13437 fi
13438
13439
13440
13441
13442
13443
13444
13445
13446 # Put a plausible default for CC_FOR_BUILD in Makefile.
13447 if test -z "$CC_FOR_BUILD"; then
13448 if test "x$cross_compiling" = "xno"; then
13449 CC_FOR_BUILD='$(CC)'
13450 else
13451 CC_FOR_BUILD=gcc
13452 fi
13453 fi
13454
13455 # Also set EXEEXT_FOR_BUILD.
13456 if test "x$cross_compiling" = "xno"; then
13457 EXEEXT_FOR_BUILD='$(EXEEXT)'
13458 else
13459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13460 $as_echo_n "checking for build system executable suffix... " >&6; }
13461 if ${bfd_cv_build_exeext+:} false; then :
13462 $as_echo_n "(cached) " >&6
13463 else
13464 rm -f conftest*
13465 echo 'int main () { return 0; }' > conftest.c
13466 bfd_cv_build_exeext=
13467 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13468 for file in conftest.*; do
13469 case $file in
13470 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13471 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13472 esac
13473 done
13474 rm -f conftest*
13475 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
13476 fi
13477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13478 $as_echo "$bfd_cv_build_exeext" >&6; }
13479 EXEEXT_FOR_BUILD=""
13480 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
13481 fi
13482
13483
13484 for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h wchar.h wctype.h
13485 do :
13486 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13487 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13488 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13489 cat >>confdefs.h <<_ACEOF
13490 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13491 _ACEOF
13492
13493 fi
13494
13495 done
13496
13497 for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h sys/resource.h
13498 do :
13499 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13500 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13501 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13502 cat >>confdefs.h <<_ACEOF
13503 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13504 _ACEOF
13505
13506 fi
13507
13508 done
13509
13510
13511
13512 inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
13513
13514 acx_cv_header_stdint=stddef.h
13515 acx_cv_header_stdint_kind="(already complete)"
13516 for i in stdint.h $inttype_headers; do
13517 unset ac_cv_type_uintptr_t
13518 unset ac_cv_type_uintmax_t
13519 unset ac_cv_type_int_least32_t
13520 unset ac_cv_type_int_fast32_t
13521 unset ac_cv_type_uint64_t
13522 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
13523 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
13524 #include <$i>
13525 "
13526 if test "x$ac_cv_type_uintmax_t" = xyes; then :
13527 acx_cv_header_stdint=$i
13528 else
13529 continue
13530 fi
13531
13532 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13533 #include <$i>
13534 "
13535 if test "x$ac_cv_type_uintptr_t" = xyes; then :
13536
13537 else
13538 acx_cv_header_stdint_kind="(mostly complete)"
13539 fi
13540
13541 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
13542 #include <$i>
13543 "
13544 if test "x$ac_cv_type_int_least32_t" = xyes; then :
13545
13546 else
13547 acx_cv_header_stdint_kind="(mostly complete)"
13548 fi
13549
13550 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
13551 #include <$i>
13552 "
13553 if test "x$ac_cv_type_int_fast32_t" = xyes; then :
13554
13555 else
13556 acx_cv_header_stdint_kind="(mostly complete)"
13557 fi
13558
13559 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13560 #include <$i>
13561 "
13562 if test "x$ac_cv_type_uint64_t" = xyes; then :
13563
13564 else
13565 acx_cv_header_stdint_kind="(lacks uint64_t)"
13566 fi
13567
13568 break
13569 done
13570 if test "$acx_cv_header_stdint" = stddef.h; then
13571 acx_cv_header_stdint_kind="(lacks uintmax_t)"
13572 for i in stdint.h $inttype_headers; do
13573 unset ac_cv_type_uintptr_t
13574 unset ac_cv_type_uint32_t
13575 unset ac_cv_type_uint64_t
13576 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
13577 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
13578 #include <$i>
13579 "
13580 if test "x$ac_cv_type_uint32_t" = xyes; then :
13581 acx_cv_header_stdint=$i
13582 else
13583 continue
13584 fi
13585
13586 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13587 #include <$i>
13588 "
13589 if test "x$ac_cv_type_uint64_t" = xyes; then :
13590
13591 fi
13592
13593 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13594 #include <$i>
13595 "
13596 if test "x$ac_cv_type_uintptr_t" = xyes; then :
13597
13598 fi
13599
13600 break
13601 done
13602 fi
13603 if test "$acx_cv_header_stdint" = stddef.h; then
13604 acx_cv_header_stdint_kind="(u_intXX_t style)"
13605 for i in sys/types.h $inttype_headers; do
13606 unset ac_cv_type_u_int32_t
13607 unset ac_cv_type_u_int64_t
13608 $as_echo_n "looking for u_intXX_t types in $i, " >&6
13609 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
13610 #include <$i>
13611 "
13612 if test "x$ac_cv_type_u_int32_t" = xyes; then :
13613 acx_cv_header_stdint=$i
13614 else
13615 continue
13616 fi
13617
13618 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
13619 #include <$i>
13620 "
13621 if test "x$ac_cv_type_u_int64_t" = xyes; then :
13622
13623 fi
13624
13625 break
13626 done
13627 fi
13628 if test "$acx_cv_header_stdint" = stddef.h; then
13629 acx_cv_header_stdint_kind="(using manual detection)"
13630 fi
13631
13632 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
13633 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
13634 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
13635 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
13636 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
13637
13638 # ----------------- Summarize what we found so far
13639
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5
13641 $as_echo_n "checking what to include in bfd_stdint.h... " >&6; }
13642
13643 case `$as_basename -- bfd_stdint.h ||
13644 $as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
13645 Xbfd_stdint.h : 'X\(//\)$' \| \
13646 Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null ||
13647 $as_echo X/bfd_stdint.h |
13648 sed '/^.*\/\([^/][^/]*\)\/*$/{
13649 s//\1/
13650 q
13651 }
13652 /^X\/\(\/\/\)$/{
13653 s//\1/
13654 q
13655 }
13656 /^X\/\(\/\).*/{
13657 s//\1/
13658 q
13659 }
13660 s/.*/./; q'` in
13661 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13662 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13663 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13664 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13665 *) ;;
13666 esac
13667
13668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
13669 $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
13670
13671 # ----------------- done included file, check C basic types --------
13672
13673 # Lacking an uintptr_t? Test size of void *
13674 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
13675 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
13676 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13677 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13678 # This bug is HP SR number 8606223364.
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13680 $as_echo_n "checking size of void *... " >&6; }
13681 if ${ac_cv_sizeof_void_p+:} false; then :
13682 $as_echo_n "(cached) " >&6
13683 else
13684 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
13685
13686 else
13687 if test "$ac_cv_type_void_p" = yes; then
13688 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13689 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13690 as_fn_error 77 "cannot compute sizeof (void *)
13691 See \`config.log' for more details" "$LINENO" 5; }
13692 else
13693 ac_cv_sizeof_void_p=0
13694 fi
13695 fi
13696
13697 fi
13698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13699 $as_echo "$ac_cv_sizeof_void_p" >&6; }
13700
13701
13702
13703 cat >>confdefs.h <<_ACEOF
13704 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13705 _ACEOF
13706
13707 ;;
13708 esac
13709
13710 # Lacking an uint64_t? Test size of long
13711 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
13712 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
13713 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13714 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13715 # This bug is HP SR number 8606223364.
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13717 $as_echo_n "checking size of long... " >&6; }
13718 if ${ac_cv_sizeof_long+:} false; then :
13719 $as_echo_n "(cached) " >&6
13720 else
13721 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13722
13723 else
13724 if test "$ac_cv_type_long" = yes; then
13725 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13726 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13727 as_fn_error 77 "cannot compute sizeof (long)
13728 See \`config.log' for more details" "$LINENO" 5; }
13729 else
13730 ac_cv_sizeof_long=0
13731 fi
13732 fi
13733
13734 fi
13735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13736 $as_echo "$ac_cv_sizeof_long" >&6; }
13737
13738
13739
13740 cat >>confdefs.h <<_ACEOF
13741 #define SIZEOF_LONG $ac_cv_sizeof_long
13742 _ACEOF
13743
13744 ;;
13745 esac
13746
13747 if test $acx_cv_header_stdint = stddef.h; then
13748 # Lacking a good header? Test size of everything and deduce all types.
13749 # The cast to long int works around a bug in the HP C Compiler
13750 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13751 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13752 # This bug is HP SR number 8606223364.
13753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13754 $as_echo_n "checking size of int... " >&6; }
13755 if ${ac_cv_sizeof_int+:} false; then :
13756 $as_echo_n "(cached) " >&6
13757 else
13758 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
13759
13760 else
13761 if test "$ac_cv_type_int" = yes; then
13762 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13763 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13764 as_fn_error 77 "cannot compute sizeof (int)
13765 See \`config.log' for more details" "$LINENO" 5; }
13766 else
13767 ac_cv_sizeof_int=0
13768 fi
13769 fi
13770
13771 fi
13772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13773 $as_echo "$ac_cv_sizeof_int" >&6; }
13774
13775
13776
13777 cat >>confdefs.h <<_ACEOF
13778 #define SIZEOF_INT $ac_cv_sizeof_int
13779 _ACEOF
13780
13781
13782 # The cast to long int works around a bug in the HP C Compiler
13783 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13784 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13785 # This bug is HP SR number 8606223364.
13786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13787 $as_echo_n "checking size of short... " >&6; }
13788 if ${ac_cv_sizeof_short+:} false; then :
13789 $as_echo_n "(cached) " >&6
13790 else
13791 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
13792
13793 else
13794 if test "$ac_cv_type_short" = yes; then
13795 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13796 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13797 as_fn_error 77 "cannot compute sizeof (short)
13798 See \`config.log' for more details" "$LINENO" 5; }
13799 else
13800 ac_cv_sizeof_short=0
13801 fi
13802 fi
13803
13804 fi
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13806 $as_echo "$ac_cv_sizeof_short" >&6; }
13807
13808
13809
13810 cat >>confdefs.h <<_ACEOF
13811 #define SIZEOF_SHORT $ac_cv_sizeof_short
13812 _ACEOF
13813
13814
13815 # The cast to long int works around a bug in the HP C Compiler
13816 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13817 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13818 # This bug is HP SR number 8606223364.
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
13820 $as_echo_n "checking size of char... " >&6; }
13821 if ${ac_cv_sizeof_char+:} false; then :
13822 $as_echo_n "(cached) " >&6
13823 else
13824 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
13825
13826 else
13827 if test "$ac_cv_type_char" = yes; then
13828 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13829 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13830 as_fn_error 77 "cannot compute sizeof (char)
13831 See \`config.log' for more details" "$LINENO" 5; }
13832 else
13833 ac_cv_sizeof_char=0
13834 fi
13835 fi
13836
13837 fi
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
13839 $as_echo "$ac_cv_sizeof_char" >&6; }
13840
13841
13842
13843 cat >>confdefs.h <<_ACEOF
13844 #define SIZEOF_CHAR $ac_cv_sizeof_char
13845 _ACEOF
13846
13847
13848
13849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
13850 $as_echo_n "checking for type equivalent to int8_t... " >&6; }
13851 case "$ac_cv_sizeof_char" in
13852 1) acx_cv_type_int8_t=char ;;
13853 *) as_fn_error $? "no 8-bit type, please report a bug" "$LINENO" 5
13854 esac
13855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
13856 $as_echo "$acx_cv_type_int8_t" >&6; }
13857
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
13859 $as_echo_n "checking for type equivalent to int16_t... " >&6; }
13860 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
13861 2:*) acx_cv_type_int16_t=int ;;
13862 *:2) acx_cv_type_int16_t=short ;;
13863 *) as_fn_error $? "no 16-bit type, please report a bug" "$LINENO" 5
13864 esac
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
13866 $as_echo "$acx_cv_type_int16_t" >&6; }
13867
13868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
13869 $as_echo_n "checking for type equivalent to int32_t... " >&6; }
13870 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
13871 4:*) acx_cv_type_int32_t=int ;;
13872 *:4) acx_cv_type_int32_t=long ;;
13873 *) as_fn_error $? "no 32-bit type, please report a bug" "$LINENO" 5
13874 esac
13875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
13876 $as_echo "$acx_cv_type_int32_t" >&6; }
13877 fi
13878
13879 # These tests are here to make the output prettier
13880
13881 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
13882 case "$ac_cv_sizeof_long" in
13883 8) acx_cv_type_int64_t=long ;;
13884 esac
13885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
13886 $as_echo_n "checking for type equivalent to int64_t... " >&6; }
13887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
13888 $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
13889 fi
13890
13891 # Now we can use the above types
13892
13893 if test "$ac_cv_type_uintptr_t" != yes; then
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
13895 $as_echo_n "checking for type equivalent to intptr_t... " >&6; }
13896 case $ac_cv_sizeof_void_p in
13897 2) acx_cv_type_intptr_t=int16_t ;;
13898 4) acx_cv_type_intptr_t=int32_t ;;
13899 8) acx_cv_type_intptr_t=int64_t ;;
13900 *) as_fn_error $? "no equivalent for intptr_t, please report a bug" "$LINENO" 5
13901 esac
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
13903 $as_echo "$acx_cv_type_intptr_t" >&6; }
13904 fi
13905
13906 # ----------------- done all checks, emit header -------------
13907 ac_config_commands="$ac_config_commands bfd_stdint.h"
13908
13909
13910
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
13912 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
13913 if ${ac_cv_header_time+:} false; then :
13914 $as_echo_n "(cached) " >&6
13915 else
13916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13917 /* end confdefs.h. */
13918 #include <sys/types.h>
13919 #include <sys/time.h>
13920 #include <time.h>
13921
13922 int
13923 main ()
13924 {
13925 if ((struct tm *) 0)
13926 return 0;
13927 ;
13928 return 0;
13929 }
13930 _ACEOF
13931 if ac_fn_c_try_compile "$LINENO"; then :
13932 ac_cv_header_time=yes
13933 else
13934 ac_cv_header_time=no
13935 fi
13936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13937 fi
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
13939 $as_echo "$ac_cv_header_time" >&6; }
13940 if test $ac_cv_header_time = yes; then
13941
13942 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
13943
13944 fi
13945
13946 ac_header_dirent=no
13947 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
13948 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
13950 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
13951 if eval \${$as_ac_Header+:} false; then :
13952 $as_echo_n "(cached) " >&6
13953 else
13954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13955 /* end confdefs.h. */
13956 #include <sys/types.h>
13957 #include <$ac_hdr>
13958
13959 int
13960 main ()
13961 {
13962 if ((DIR *) 0)
13963 return 0;
13964 ;
13965 return 0;
13966 }
13967 _ACEOF
13968 if ac_fn_c_try_compile "$LINENO"; then :
13969 eval "$as_ac_Header=yes"
13970 else
13971 eval "$as_ac_Header=no"
13972 fi
13973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13974 fi
13975 eval ac_res=\$$as_ac_Header
13976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13977 $as_echo "$ac_res" >&6; }
13978 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13979 cat >>confdefs.h <<_ACEOF
13980 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
13981 _ACEOF
13982
13983 ac_header_dirent=$ac_hdr; break
13984 fi
13985
13986 done
13987 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
13988 if test $ac_header_dirent = dirent.h; then
13989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13990 $as_echo_n "checking for library containing opendir... " >&6; }
13991 if ${ac_cv_search_opendir+:} false; then :
13992 $as_echo_n "(cached) " >&6
13993 else
13994 ac_func_search_save_LIBS=$LIBS
13995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13996 /* end confdefs.h. */
13997
13998 /* Override any GCC internal prototype to avoid an error.
13999 Use char because int might match the return type of a GCC
14000 builtin and then its argument prototype would still apply. */
14001 #ifdef __cplusplus
14002 extern "C"
14003 #endif
14004 char opendir ();
14005 int
14006 main ()
14007 {
14008 return opendir ();
14009 ;
14010 return 0;
14011 }
14012 _ACEOF
14013 for ac_lib in '' dir; do
14014 if test -z "$ac_lib"; then
14015 ac_res="none required"
14016 else
14017 ac_res=-l$ac_lib
14018 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14019 fi
14020 if ac_fn_c_try_link "$LINENO"; then :
14021 ac_cv_search_opendir=$ac_res
14022 fi
14023 rm -f core conftest.err conftest.$ac_objext \
14024 conftest$ac_exeext
14025 if ${ac_cv_search_opendir+:} false; then :
14026 break
14027 fi
14028 done
14029 if ${ac_cv_search_opendir+:} false; then :
14030
14031 else
14032 ac_cv_search_opendir=no
14033 fi
14034 rm conftest.$ac_ext
14035 LIBS=$ac_func_search_save_LIBS
14036 fi
14037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
14038 $as_echo "$ac_cv_search_opendir" >&6; }
14039 ac_res=$ac_cv_search_opendir
14040 if test "$ac_res" != no; then :
14041 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14042
14043 fi
14044
14045 else
14046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
14047 $as_echo_n "checking for library containing opendir... " >&6; }
14048 if ${ac_cv_search_opendir+:} false; then :
14049 $as_echo_n "(cached) " >&6
14050 else
14051 ac_func_search_save_LIBS=$LIBS
14052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14053 /* end confdefs.h. */
14054
14055 /* Override any GCC internal prototype to avoid an error.
14056 Use char because int might match the return type of a GCC
14057 builtin and then its argument prototype would still apply. */
14058 #ifdef __cplusplus
14059 extern "C"
14060 #endif
14061 char opendir ();
14062 int
14063 main ()
14064 {
14065 return opendir ();
14066 ;
14067 return 0;
14068 }
14069 _ACEOF
14070 for ac_lib in '' x; do
14071 if test -z "$ac_lib"; then
14072 ac_res="none required"
14073 else
14074 ac_res=-l$ac_lib
14075 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14076 fi
14077 if ac_fn_c_try_link "$LINENO"; then :
14078 ac_cv_search_opendir=$ac_res
14079 fi
14080 rm -f core conftest.err conftest.$ac_objext \
14081 conftest$ac_exeext
14082 if ${ac_cv_search_opendir+:} false; then :
14083 break
14084 fi
14085 done
14086 if ${ac_cv_search_opendir+:} false; then :
14087
14088 else
14089 ac_cv_search_opendir=no
14090 fi
14091 rm conftest.$ac_ext
14092 LIBS=$ac_func_search_save_LIBS
14093 fi
14094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
14095 $as_echo "$ac_cv_search_opendir" >&6; }
14096 ac_res=$ac_cv_search_opendir
14097 if test "$ac_res" != no; then :
14098 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14099
14100 fi
14101
14102 fi
14103
14104
14105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
14106 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
14107 if ${gcc_cv_header_string+:} false; then :
14108 $as_echo_n "(cached) " >&6
14109 else
14110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14111 /* end confdefs.h. */
14112 #include <string.h>
14113 #include <strings.h>
14114 int
14115 main ()
14116 {
14117
14118 ;
14119 return 0;
14120 }
14121 _ACEOF
14122 if ac_fn_c_try_compile "$LINENO"; then :
14123 gcc_cv_header_string=yes
14124 else
14125 gcc_cv_header_string=no
14126 fi
14127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14128 fi
14129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
14130 $as_echo "$gcc_cv_header_string" >&6; }
14131 if test $gcc_cv_header_string = yes; then
14132
14133 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
14134
14135 fi
14136
14137 for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno fls
14138 do :
14139 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14140 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14141 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14142 cat >>confdefs.h <<_ACEOF
14143 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14144 _ACEOF
14145
14146 fi
14147 done
14148
14149 for ac_func in strtoull getrlimit
14150 do :
14151 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14152 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14153 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14154 cat >>confdefs.h <<_ACEOF
14155 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14156 _ACEOF
14157
14158 fi
14159 done
14160
14161
14162 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
14163 if test "x$ac_cv_have_decl_basename" = xyes; then :
14164 ac_have_decl=1
14165 else
14166 ac_have_decl=0
14167 fi
14168
14169 cat >>confdefs.h <<_ACEOF
14170 #define HAVE_DECL_BASENAME $ac_have_decl
14171 _ACEOF
14172
14173 ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
14174 if test "x$ac_cv_have_decl_ftello" = xyes; then :
14175 ac_have_decl=1
14176 else
14177 ac_have_decl=0
14178 fi
14179
14180 cat >>confdefs.h <<_ACEOF
14181 #define HAVE_DECL_FTELLO $ac_have_decl
14182 _ACEOF
14183
14184 ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
14185 if test "x$ac_cv_have_decl_ftello64" = xyes; then :
14186 ac_have_decl=1
14187 else
14188 ac_have_decl=0
14189 fi
14190
14191 cat >>confdefs.h <<_ACEOF
14192 #define HAVE_DECL_FTELLO64 $ac_have_decl
14193 _ACEOF
14194
14195 ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
14196 if test "x$ac_cv_have_decl_fseeko" = xyes; then :
14197 ac_have_decl=1
14198 else
14199 ac_have_decl=0
14200 fi
14201
14202 cat >>confdefs.h <<_ACEOF
14203 #define HAVE_DECL_FSEEKO $ac_have_decl
14204 _ACEOF
14205
14206 ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
14207 if test "x$ac_cv_have_decl_fseeko64" = xyes; then :
14208 ac_have_decl=1
14209 else
14210 ac_have_decl=0
14211 fi
14212
14213 cat >>confdefs.h <<_ACEOF
14214 #define HAVE_DECL_FSEEKO64 $ac_have_decl
14215 _ACEOF
14216
14217
14218
14219 case "${host}" in
14220 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14221
14222 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
14223 ;;
14224 esac
14225
14226 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
14227 if test "x$ac_cv_have_decl_ffs" = xyes; then :
14228 ac_have_decl=1
14229 else
14230 ac_have_decl=0
14231 fi
14232
14233 cat >>confdefs.h <<_ACEOF
14234 #define HAVE_DECL_FFS $ac_have_decl
14235 _ACEOF
14236
14237 ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
14238 if test "x$ac_cv_have_decl_free" = xyes; then :
14239 ac_have_decl=1
14240 else
14241 ac_have_decl=0
14242 fi
14243
14244 cat >>confdefs.h <<_ACEOF
14245 #define HAVE_DECL_FREE $ac_have_decl
14246 _ACEOF
14247
14248 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14249 if test "x$ac_cv_have_decl_getenv" = xyes; then :
14250 ac_have_decl=1
14251 else
14252 ac_have_decl=0
14253 fi
14254
14255 cat >>confdefs.h <<_ACEOF
14256 #define HAVE_DECL_GETENV $ac_have_decl
14257 _ACEOF
14258
14259 ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
14260 if test "x$ac_cv_have_decl_malloc" = xyes; then :
14261 ac_have_decl=1
14262 else
14263 ac_have_decl=0
14264 fi
14265
14266 cat >>confdefs.h <<_ACEOF
14267 #define HAVE_DECL_MALLOC $ac_have_decl
14268 _ACEOF
14269
14270 ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
14271 if test "x$ac_cv_have_decl_realloc" = xyes; then :
14272 ac_have_decl=1
14273 else
14274 ac_have_decl=0
14275 fi
14276
14277 cat >>confdefs.h <<_ACEOF
14278 #define HAVE_DECL_REALLOC $ac_have_decl
14279 _ACEOF
14280
14281 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14282 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
14283 ac_have_decl=1
14284 else
14285 ac_have_decl=0
14286 fi
14287
14288 cat >>confdefs.h <<_ACEOF
14289 #define HAVE_DECL_STPCPY $ac_have_decl
14290 _ACEOF
14291
14292 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14293 if test "x$ac_cv_have_decl_strstr" = xyes; then :
14294 ac_have_decl=1
14295 else
14296 ac_have_decl=0
14297 fi
14298
14299 cat >>confdefs.h <<_ACEOF
14300 #define HAVE_DECL_STRSTR $ac_have_decl
14301 _ACEOF
14302
14303 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
14304 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
14305 ac_have_decl=1
14306 else
14307 ac_have_decl=0
14308 fi
14309
14310 cat >>confdefs.h <<_ACEOF
14311 #define HAVE_DECL_ASPRINTF $ac_have_decl
14312 _ACEOF
14313
14314 ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
14315 if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
14316 ac_have_decl=1
14317 else
14318 ac_have_decl=0
14319 fi
14320
14321 cat >>confdefs.h <<_ACEOF
14322 #define HAVE_DECL_VASPRINTF $ac_have_decl
14323 _ACEOF
14324
14325 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
14326 if test "x$ac_cv_have_decl_snprintf" = xyes; then :
14327 ac_have_decl=1
14328 else
14329 ac_have_decl=0
14330 fi
14331
14332 cat >>confdefs.h <<_ACEOF
14333 #define HAVE_DECL_SNPRINTF $ac_have_decl
14334 _ACEOF
14335
14336 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14337 if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
14338 ac_have_decl=1
14339 else
14340 ac_have_decl=0
14341 fi
14342
14343 cat >>confdefs.h <<_ACEOF
14344 #define HAVE_DECL_VSNPRINTF $ac_have_decl
14345 _ACEOF
14346
14347 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
14348 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
14349 ac_have_decl=1
14350 else
14351 ac_have_decl=0
14352 fi
14353
14354 cat >>confdefs.h <<_ACEOF
14355 #define HAVE_DECL_STRNLEN $ac_have_decl
14356 _ACEOF
14357
14358
14359 # Link in zlib if we can. This allows us to read compressed debug sections.
14360 # This is used only by compress.c.
14361
14362 # Use the system's zlib library.
14363 zlibdir="-L\$(top_builddir)/../zlib"
14364 zlibinc="-I\$(top_srcdir)/../zlib"
14365
14366 # Check whether --with-system-zlib was given.
14367 if test "${with_system_zlib+set}" = set; then :
14368 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14369 zlibdir=
14370 zlibinc=
14371 fi
14372
14373 fi
14374
14375
14376
14377
14378
14379 save_CFLAGS="$CFLAGS"
14380 CFLAGS="$CFLAGS -Werror"
14381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
14382 $as_echo_n "checking compiler support for hidden visibility... " >&6; }
14383 if ${bfd_cv_hidden+:} false; then :
14384 $as_echo_n "(cached) " >&6
14385 else
14386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14387 /* end confdefs.h. */
14388
14389 const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
14390 extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
14391 int
14392 main ()
14393 {
14394 print (hw);
14395 ;
14396 return 0;
14397 }
14398 _ACEOF
14399 if ac_fn_c_try_compile "$LINENO"; then :
14400 bfd_cv_hidden=yes
14401 else
14402 bfd_cv_hidden=no
14403 fi
14404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14405 fi
14406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
14407 $as_echo "$bfd_cv_hidden" >&6; }
14408 CFLAGS="$save_CFLAGS"
14409 if test $bfd_cv_hidden = yes; then
14410
14411 $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
14412
14413 fi
14414
14415 # Check if linker supports --as-needed and --no-as-needed options
14416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
14417 $as_echo_n "checking linker --as-needed support... " >&6; }
14418 if ${bfd_cv_ld_as_needed+:} false; then :
14419 $as_echo_n "(cached) " >&6
14420 else
14421 bfd_cv_ld_as_needed=no
14422 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
14423 bfd_cv_ld_as_needed=yes
14424 fi
14425
14426 fi
14427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
14428 $as_echo "$bfd_cv_ld_as_needed" >&6; }
14429
14430 LIBM=
14431 case $host in
14432 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
14433 # These system don't have libm, or don't need it
14434 ;;
14435 *-ncr-sysv4.3*)
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14437 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
14438 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
14439 $as_echo_n "(cached) " >&6
14440 else
14441 ac_check_lib_save_LIBS=$LIBS
14442 LIBS="-lmw $LIBS"
14443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14444 /* end confdefs.h. */
14445
14446 /* Override any GCC internal prototype to avoid an error.
14447 Use char because int might match the return type of a GCC
14448 builtin and then its argument prototype would still apply. */
14449 #ifdef __cplusplus
14450 extern "C"
14451 #endif
14452 char _mwvalidcheckl ();
14453 int
14454 main ()
14455 {
14456 return _mwvalidcheckl ();
14457 ;
14458 return 0;
14459 }
14460 _ACEOF
14461 if ac_fn_c_try_link "$LINENO"; then :
14462 ac_cv_lib_mw__mwvalidcheckl=yes
14463 else
14464 ac_cv_lib_mw__mwvalidcheckl=no
14465 fi
14466 rm -f core conftest.err conftest.$ac_objext \
14467 conftest$ac_exeext conftest.$ac_ext
14468 LIBS=$ac_check_lib_save_LIBS
14469 fi
14470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14471 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
14472 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
14473 LIBM="-lmw"
14474 fi
14475
14476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14477 $as_echo_n "checking for cos in -lm... " >&6; }
14478 if ${ac_cv_lib_m_cos+:} false; then :
14479 $as_echo_n "(cached) " >&6
14480 else
14481 ac_check_lib_save_LIBS=$LIBS
14482 LIBS="-lm $LIBS"
14483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14484 /* end confdefs.h. */
14485
14486 /* Override any GCC internal prototype to avoid an error.
14487 Use char because int might match the return type of a GCC
14488 builtin and then its argument prototype would still apply. */
14489 #ifdef __cplusplus
14490 extern "C"
14491 #endif
14492 char cos ();
14493 int
14494 main ()
14495 {
14496 return cos ();
14497 ;
14498 return 0;
14499 }
14500 _ACEOF
14501 if ac_fn_c_try_link "$LINENO"; then :
14502 ac_cv_lib_m_cos=yes
14503 else
14504 ac_cv_lib_m_cos=no
14505 fi
14506 rm -f core conftest.err conftest.$ac_objext \
14507 conftest$ac_exeext conftest.$ac_ext
14508 LIBS=$ac_check_lib_save_LIBS
14509 fi
14510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14511 $as_echo "$ac_cv_lib_m_cos" >&6; }
14512 if test "x$ac_cv_lib_m_cos" = xyes; then :
14513 LIBM="$LIBM -lm"
14514 fi
14515
14516 ;;
14517 *)
14518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14519 $as_echo_n "checking for cos in -lm... " >&6; }
14520 if ${ac_cv_lib_m_cos+:} false; then :
14521 $as_echo_n "(cached) " >&6
14522 else
14523 ac_check_lib_save_LIBS=$LIBS
14524 LIBS="-lm $LIBS"
14525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14526 /* end confdefs.h. */
14527
14528 /* Override any GCC internal prototype to avoid an error.
14529 Use char because int might match the return type of a GCC
14530 builtin and then its argument prototype would still apply. */
14531 #ifdef __cplusplus
14532 extern "C"
14533 #endif
14534 char cos ();
14535 int
14536 main ()
14537 {
14538 return cos ();
14539 ;
14540 return 0;
14541 }
14542 _ACEOF
14543 if ac_fn_c_try_link "$LINENO"; then :
14544 ac_cv_lib_m_cos=yes
14545 else
14546 ac_cv_lib_m_cos=no
14547 fi
14548 rm -f core conftest.err conftest.$ac_objext \
14549 conftest$ac_exeext conftest.$ac_ext
14550 LIBS=$ac_check_lib_save_LIBS
14551 fi
14552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14553 $as_echo "$ac_cv_lib_m_cos" >&6; }
14554 if test "x$ac_cv_lib_m_cos" = xyes; then :
14555 LIBM="-lm"
14556 fi
14557
14558 ;;
14559 esac
14560
14561
14562
14563 # When building a shared libbfd, link against the pic version of libiberty
14564 # so that apps that use libbfd won't need libiberty just to satisfy any
14565 # libbfd references.
14566 # We can't do that if a pic libiberty is unavailable since including non-pic
14567 # code would insert text relocations into libbfd.
14568 SHARED_LIBADD=
14569 SHARED_LDFLAGS=
14570 if test "$enable_shared" = "yes"; then
14571 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
14572 if test -n "$x"; then
14573 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
14574 fi
14575
14576 case "${host}" in
14577 # More hacks to build DLLs on Windows.
14578 *-*-cygwin*)
14579 SHARED_LDFLAGS="-no-undefined"
14580 SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
14581 ;;
14582
14583 # Use built-in libintl on macOS, since it is not provided by libc.
14584 *-*-darwin*)
14585 SHARED_LIBADD="-L`pwd`/../libiberty/pic -L`pwd`/../intl -liberty -lintl"
14586 ;;
14587 esac
14588
14589 if test -n "$SHARED_LIBADD"; then
14590 if test -n "$LIBM"; then
14591 if test x"$bfd_cv_ld_as_needed" = xyes; then
14592 # Link against libm only when needed. Put -lc, -lm inside -Wl
14593 # to stop libtool reordering these options.
14594 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
14595 else
14596 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
14597 fi
14598 fi
14599 fi
14600 fi
14601
14602
14603
14604 # target stuff:
14605
14606 # Canonicalize the secondary target names.
14607 if test -n "$enable_targets" ; then
14608 for targ in `echo $enable_targets | sed 's/,/ /g'`
14609 do
14610 result=`$ac_config_sub $targ 2>/dev/null`
14611 if test -n "$result" ; then
14612 canon_targets="$canon_targets $result"
14613 else
14614 # Allow targets that config.sub doesn't recognize, like "all".
14615 canon_targets="$canon_targets $targ"
14616 fi
14617 done
14618 fi
14619
14620 all_targets=false
14621 defvec=
14622 selvecs=
14623 assocvecs=
14624 selarchs=
14625 TDEFINES=
14626 for targ in $target $canon_targets
14627 do
14628 if test "x$targ" = "xall"; then
14629 all_targets=true
14630 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
14631 else
14632 . $srcdir/config.bfd
14633 if test "x$targ" = "x$target"; then
14634 defvec=$targ_defvec
14635 fi
14636 selvecs="$selvecs $targ_defvec $targ_selvecs"
14637 selarchs="$selarchs $targ_archs"
14638 TDEFINES="$TDEFINES $targ_cflags"
14639 fi
14640 done
14641
14642
14643 # This processing still needs to be done if we're to decide properly whether
14644 # 64-bit support needs to be compiled in. Currently, it will be included if
14645 # the default or any other explicitly requested target requires it; it
14646 # will not be included on a 32-bit host if no 64-bit target is requested, and
14647 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
14648 # used.
14649
14650 # uniq the default and selected vectors in all the configured targets.
14651 f=""
14652 for i in $selvecs ; do
14653 case " $f " in
14654 *" $i "*) ;;
14655 *) f="$f $i" ;;
14656 esac
14657 done
14658 selvecs="$f"
14659
14660
14661 # uniq the associated vectors in all the configured targets.
14662 f=""
14663 for i in $assocvecs ; do
14664 case " $f " in
14665 *" $i "*) ;;
14666 *) f="$f $i" ;;
14667 esac
14668 done
14669 assocvecs="$f"
14670
14671
14672 # uniq the architectures in all the configured targets.
14673 f=""
14674 for i in $selarchs ; do
14675 case " $f " in
14676 *" $i "*) ;;
14677 *) f="$f $i" ;;
14678 esac
14679 done
14680 selarchs="$f"
14681
14682 # Target backend .o files.
14683 tb=
14684
14685 elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
14686 dwarf1.lo dwarf2.lo"
14687 coffgen="coffgen.lo dwarf2.lo"
14688 coff="cofflink.lo $coffgen"
14689 ecoff="ecofflink.lo $coffgen"
14690 xcoff="xcofflink.lo $coffgen"
14691
14692 elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo"
14693 for vec in $selvecs
14694 do
14695 target_size=32
14696 case "$vec" in
14697 # This list is alphabetized to make it easy to compare
14698 # with the two vector lists in targets.c. For the same reason,
14699 # use one entry per line, even though this leads to long lines.
14700 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14701 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14702 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14703 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14704 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14705 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14706 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
14707 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
14708 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14709 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14710 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
14711 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
14712 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
14713 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
14714 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
14715 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
14716 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14717 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14718 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14719 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14720 arm_elf32_fdpic_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14721 arm_elf32_fdpic_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14722 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14723 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14724 arm_elf32_symbian_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14725 arm_elf32_symbian_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14726 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14727 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14728 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
14729 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
14730 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14731 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14732 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
14733 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
14734 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
14735 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
14736 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
14737 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
14738 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14739 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14740 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
14741 cr16c_elf32_vec) tb="$tb elf32-cr16c.lo elf32.lo $elf" ;;
14742 cris_aout_vec) tb="$tb aout-cris.lo" ;;
14743 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
14744 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
14745 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
14746 csky_elf32_be_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
14747 csky_elf32_le_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
14748 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
14749 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
14750 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
14751 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14752 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14753 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14754 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14755 bpf_elf64_le_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;;
14756 bpf_elf64_be_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;;
14757 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
14758 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
14759 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14760 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14761 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
14762 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
14763 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14764 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14765 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14766 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14767 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14768 hppa_som_vec) tb="$tb som.lo" ;;
14769 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
14770 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
14771 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
14772 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
14773 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
14774 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
14775 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
14776 i386_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14777 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14778 i386_elf32_nacl_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14779 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14780 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14781 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
14782 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
14783 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
14784 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
14785 iamcu_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14786 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14787 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14788 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14789 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14790 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14791 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 ;;
14792 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
14793 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
14794 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
14795 k1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14796 k1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14797 l1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14798 l1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14799 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14800 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14801 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
14802 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14803 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14804 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14805 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14806 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14807 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14808 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
14809 s12z_elf32_vec) tb="$tb elf32-s12z.lo elf32.lo $elf" ;;
14810 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14811 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14812 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14813 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14814 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14815 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14816 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14817 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
14818 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
14819 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14820 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14821 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
14822 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
14823 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
14824 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14825 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14826 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14827 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14828 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14829 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14830 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14831 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14832 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14833 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14834 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14835 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14836 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14837 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14838 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14839 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14840 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14841 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14842 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14843 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 ;;
14844 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 ;;
14845 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 ;;
14846 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 ;;
14847 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
14848 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
14849 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
14850 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
14851 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14852 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14853 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14854 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14855 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
14856 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14857 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14858 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14859 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14860 nfp_elf64_vec) tb="$tb elf64-nfp.lo elf64.lo $elf" ;;
14861 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14862 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14863 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
14864 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
14865 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
14866 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
14867 pef_vec) tb="$tb pef.lo" ;;
14868 pef_xlib_vec) tb="$tb pef.lo" ;;
14869 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14870 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14871 plugin_vec) tb="$tb plugin.lo" ;;
14872 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
14873 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14874 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14875 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14876 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14877 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14878 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14879 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14880 powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo $coff" ;;
14881 powerpc_pe_le_vec) tb="$tb pe-ppc.lo peigen.lo $coff" ;;
14882 powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo $coff" ;;
14883 powerpc_pei_le_vec) tb="$tb pei-ppc.lo peigen.lo $coff" ;;
14884 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
14885 pru_elf32_vec) tb="$tb elf32-pru.lo elf32.lo $elf" ;;
14886 riscv_elf32_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf32.lo $elf" ;;
14887 riscv_elf64_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf32.lo $elf"; target_size=64 ;;
14888 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
14889 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14890 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14891 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
14892 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14893 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14894 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14895 rx_elf32_linux_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14896 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
14897 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
14898 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;;
14899 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;;
14900 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
14901 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
14902 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
14903 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
14904 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14905 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14906 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14907 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14908 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14909 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14910 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14911 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14912 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14913 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14914 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
14915 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
14916 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14917 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14918 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14919 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14920 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14921 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14922 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
14923 sym_vec) tb="$tb xsym.lo" ;;
14924 tic30_aout_vec) tb="$tb aout-tic30.lo" ;;
14925 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
14926 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14927 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14928 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14929 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14930 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14931 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14932 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14933 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14934 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14935 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14936 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14937 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14938 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14939 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14940 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14941 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14942 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14943 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14944 tic80_coff_vec) tb="$tb coff-tic80.lo $coff" ;;
14945 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14946 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14947 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14948 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14949 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
14950 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14951 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14952 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
14953 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
14954 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
14955 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
14956 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
14957 wasm_vec) tb="$tb wasm-module.lo" ;;
14958 wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
14959 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
14960 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
14961 x86_64_elf32_nacl_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
14962 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14963 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14964 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14965 x86_64_elf64_nacl_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14966 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14967 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
14968 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14969 x86_64_pe_be_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14970 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14971 xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
14972 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
14973 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
14974 xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14975 xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14976 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
14977 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
14978
14979 # These appear out of order in targets.c
14980 srec_vec) tb="$tb srec.lo" ;;
14981 symbolsrec_vec) tb="$tb srec.lo" ;;
14982 tekhex_vec) tb="$tb tekhex.lo" ;;
14983 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
14984 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
14985
14986 "") ;;
14987 *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;;
14988 esac
14989
14990 if test ${target_size} = 64; then
14991 target64=true
14992 fi
14993 if test x"${vec}" = x"${defvec}"; then
14994 bfd_default_target_size=${target_size}
14995 fi
14996 done
14997
14998 # Target architecture .o files.
14999 # A couple of CPUs use shorter file names to avoid problems on DOS
15000 # filesystems.
15001 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
15002
15003 # Weed out duplicate .o files.
15004 f=""
15005 for i in $tb ; do
15006 case " $f " in
15007 *" $i "*) ;;
15008 *) f="$f $i" ;;
15009 esac
15010 done
15011 tb="$f"
15012
15013 f=""
15014 for i in $ta ; do
15015 case " $f " in
15016 *" $i "*) ;;
15017 *) f="$f $i" ;;
15018 esac
15019 done
15020 ta="$f"
15021
15022 bfd_backends="$tb"
15023 bfd_machines="$ta"
15024
15025 if test x${all_targets} = xtrue ; then
15026 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
15027 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
15028 selvecs=
15029 havevecs=-DHAVE_all_vecs
15030 selarchs=
15031 test -n "$assocvecs" &&
15032 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15033 else # all_targets is true
15034 # Only set these if they will be nonempty, for the clever echo.
15035 havevecs=
15036 assocvecs=
15037 test -n "$selvecs" &&
15038 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
15039 test -n "$selvecs" &&
15040 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15041 test -n "$selarchs" &&
15042 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15043 fi # all_targets is true
15044
15045 # 64-bit archives need a 64-bit bfd_vma.
15046 if test "x$want_64_bit_archive" = xtrue; then
15047 want64=true
15048
15049 $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
15050
15051 fi
15052
15053 case ${host64}-${target64}-${want64} in
15054 *true*)
15055 wordsize=64
15056 bfd64_libs='$(BFD64_LIBS)'
15057 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
15058 if test $BFD_HOST_64_BIT_DEFINED = 0; then
15059 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
15060 $as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
15061 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
15062 $as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
15063 fi
15064 if test -n "$GCC" ; then
15065 bad_64bit_gcc=no;
15066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
15067 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
15068 # Add more tests for gcc versions with non-working 64-bit support here.
15069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15070 /* end confdefs.h. */
15071 :__GNUC__:__GNUC_MINOR__:__i386__:
15072 _ACEOF
15073 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15074 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
15075 bad_64bit_gcc=yes;
15076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
15077 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
15078 else
15079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15080 $as_echo "no" >&6; }
15081 fi
15082 rm -f conftest*
15083
15084 if test $bad_64bit_gcc = yes ; then
15085 as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
15086 fi
15087 fi
15088 ;;
15089 false-false-false)
15090 wordsize=32
15091 all_backends='$(BFD32_BACKENDS)'
15092 ;;
15093 esac
15094
15095 tdefaults=""
15096 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
15097 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
15098 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
15099 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
15100
15101
15102
15103
15104
15105
15106
15107
15108
15109
15110 # If we are configured native, pick a core file support file.
15111 COREFILE=
15112 COREFLAG=
15113 CORE_HEADER=
15114 TRAD_HEADER=
15115 if test "${target}" = "${host}"; then
15116 case "${host}" in
15117 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
15118 COREFILE=''
15119 ;;
15120 alpha*-*-linux-*)
15121 COREFILE=trad-core.lo
15122 TRAD_HEADER='"hosts/alphalinux.h"'
15123 ;;
15124 alpha*-*-netbsd* | alpha*-*-openbsd*)
15125 COREFILE=netbsd-core.lo
15126 ;;
15127 alpha*-*-*)
15128 COREFILE=osf-core.lo
15129 ;;
15130 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
15131 COREFILE='' ;;
15132 arm-*-netbsd* | arm-*-openbsd*)
15133 COREFILE=netbsd-core.lo
15134 ;;
15135 arm-*-riscix) COREFILE=trad-core.lo ;;
15136 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
15137 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
15138 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
15139 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
15140 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
15141 hppa*-*-netbsd* | hppa*-*-openbsd*)
15142 COREFILE=netbsd-core.lo
15143 ;;
15144
15145 i[3-7]86-sequent-bsd*)
15146 COREFILE=trad-core.lo
15147 TRAD_HEADER='"hosts/symmetry.h"'
15148 ;;
15149 i[3-7]86-sequent-sysv4*) ;;
15150 i[3-7]86-sequent-sysv*)
15151 COREFILE=trad-core.lo
15152 TRAD_HEADER='"hosts/symmetry.h"'
15153 ;;
15154 i[3-7]86-*-bsdi)
15155 COREFILE=
15156 ;;
15157 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*)
15158 COREFILE=trad-core.lo
15159 TRAD_HEADER='"hosts/i386bsd.h"'
15160 ;;
15161 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
15162 COREFILE=''
15163 TRAD_HEADER='"hosts/i386bsd.h"'
15164 ;;
15165 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
15166 COREFILE=netbsd-core.lo
15167 ;;
15168 i[3-7]86-esix-sysv3*)
15169 COREFILE=trad-core.lo
15170 TRAD_HEADER='"hosts/esix.h"'
15171 ;;
15172 i[3-7]86-*-sco3.2v5*)
15173 COREFILE=sco5-core.lo
15174 ;;
15175 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
15176 COREFILE=trad-core.lo
15177 TRAD_HEADER='"hosts/i386sco.h"'
15178 ;;
15179 i[3-7]86-*-mach3*)
15180 COREFILE=trad-core.lo
15181 TRAD_HEADER='"hosts/i386mach3.h"'
15182 ;;
15183 i[3-7]86-*-linux-*)
15184 COREFILE=trad-core.lo
15185 TRAD_HEADER='"hosts/i386linux.h"'
15186 case "$enable_targets"-"$want64" in
15187 *x86_64-*linux*|*-true)
15188 CORE_HEADER='"hosts/x86-64linux.h"'
15189 esac
15190 ;;
15191 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
15192 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
15193 mips-*-netbsd* | mips*-*-openbsd*)
15194 COREFILE=netbsd-core.lo
15195 ;;
15196 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
15197 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
15198 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
15199 m68*-*-linux-*)
15200 COREFILE=trad-core.lo
15201 TRAD_HEADER='"hosts/m68klinux.h"'
15202 ;;
15203 m68*-*-netbsd*)
15204 COREFILE=netbsd-core.lo
15205 ;;
15206 ns32k-pc532-mach)
15207 COREFILE=trad-core.lo
15208 TRAD_HEADER='"hosts/pc532mach.h"'
15209 ;;
15210 ns32k-*-netbsd* | ns32k-*-openbsd*)
15211 COREFILE=netbsd-core.lo
15212 ;;
15213 rs6000-*-lynx*)
15214 COREFILE=lynx-core.lo
15215 ;;
15216 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
15217 COREFILE=rs6000-core.lo
15218 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
15219 ;;
15220 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
15221 COREFILE=rs6000-core.lo
15222 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
15223 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
15224 # have c_impl as a member of struct core_dumpx
15225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
15226 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
15227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15228 /* end confdefs.h. */
15229 #include <core.h>
15230 int
15231 main ()
15232 {
15233 struct core_dumpx c; c.c_impl = 0;
15234 ;
15235 return 0;
15236 }
15237 _ACEOF
15238 if ac_fn_c_try_compile "$LINENO"; then :
15239
15240 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
15241
15242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15243 $as_echo "yes" >&6; }
15244 else
15245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15246 $as_echo "no" >&6; }
15247 fi
15248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15249 ;;
15250 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
15251 rs6000-*-*) COREFILE=rs6000-core.lo ;;
15252 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
15253 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
15254 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
15255 powerpc-*-beos*) ;;
15256 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
15257 COREFILE='' ;;
15258 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
15259 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
15260 s390*-*-*) COREFILE=trad-core.lo ;;
15261 sh*-*-netbsd* | sh*-*-openbsd*)
15262 COREFILE=netbsd-core.lo
15263 ;;
15264 sparc-*-netbsd* | sparc*-*-openbsd*)
15265 COREFILE=netbsd-core.lo
15266 ;;
15267 vax-*-netbsd* | vax-*-openbsd*)
15268 COREFILE=netbsd-core.lo
15269 ;;
15270 vax-*-ultrix2*)
15271 COREFILE=trad-core.lo
15272 TRAD_HEADER='"hosts/vaxult2.h"'
15273 ;;
15274 vax-*-ultrix*)
15275 COREFILE=trad-core.lo
15276 TRAD_HEADER='"hosts/vaxult2.h"'
15277 ;;
15278 vax-*-linux-*)
15279 COREFILE=trad-core.lo
15280 TRAD_HEADER='"hosts/vaxlinux.h"'
15281 ;;
15282 vax-*-*)
15283 COREFILE=trad-core.lo
15284 TRAD_HEADER='"hosts/vaxbsd.h"'
15285 ;;
15286 x86_64-*-linux*)
15287 CORE_HEADER='"hosts/x86-64linux.h"'
15288 ;;
15289 x86_64-*-netbsd* | x86_64-*-openbsd*)
15290 COREFILE=netbsd-core.lo
15291 ;;
15292 esac
15293
15294 case "$COREFILE" in
15295 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
15296 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
15297 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
15298 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
15299 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
15300 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
15301 osf-core.lo) COREFLAG=-DOSF_CORE ;;
15302 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
15303 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
15304 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
15305 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
15306 esac
15307
15308 # ELF corefile support has several flavors, but all of
15309 # them use something called <sys/procfs.h>
15310 for ac_header in sys/procfs.h
15311 do :
15312 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
15313 if test "x$ac_cv_header_sys_procfs_h" = xyes; then :
15314 cat >>confdefs.h <<_ACEOF
15315 #define HAVE_SYS_PROCFS_H 1
15316 _ACEOF
15317
15318 fi
15319
15320 done
15321
15322 if test "$ac_cv_header_sys_procfs_h" = yes; then
15323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
15324 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
15325 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then :
15326 $as_echo_n "(cached) " >&6
15327 else
15328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15329 /* end confdefs.h. */
15330
15331 #define _SYSCALL32
15332 /* Needed for new procfs interface on sparc-solaris. */
15333 #define _STRUCTURED_PROC 1
15334 #include <sys/procfs.h>
15335 int
15336 main ()
15337 {
15338 prstatus_t avar
15339 ;
15340 return 0;
15341 }
15342 _ACEOF
15343 if ac_fn_c_try_compile "$LINENO"; then :
15344 bfd_cv_have_sys_procfs_type_prstatus_t=yes
15345 else
15346 bfd_cv_have_sys_procfs_type_prstatus_t=no
15347
15348 fi
15349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15350 fi
15351
15352 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
15353
15354 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
15355
15356 fi
15357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
15358 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
15359
15360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
15361 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
15362 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then :
15363 $as_echo_n "(cached) " >&6
15364 else
15365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15366 /* end confdefs.h. */
15367
15368 #define _SYSCALL32
15369 /* Needed for new procfs interface on sparc-solaris. */
15370 #define _STRUCTURED_PROC 1
15371 #include <sys/procfs.h>
15372 int
15373 main ()
15374 {
15375 prstatus32_t avar
15376 ;
15377 return 0;
15378 }
15379 _ACEOF
15380 if ac_fn_c_try_compile "$LINENO"; then :
15381 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
15382 else
15383 bfd_cv_have_sys_procfs_type_prstatus32_t=no
15384
15385 fi
15386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15387 fi
15388
15389 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
15390
15391 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
15392
15393 fi
15394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
15395 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
15396
15397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
15398 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
15399 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then :
15400 $as_echo_n "(cached) " >&6
15401 else
15402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15403 /* end confdefs.h. */
15404
15405 #define _SYSCALL32
15406 /* Needed for new procfs interface on sparc-solaris. */
15407 #define _STRUCTURED_PROC 1
15408 #include <sys/procfs.h>
15409 int
15410 main ()
15411 {
15412 prstatus_t avar; void* aref = (void*) &avar.pr_who
15413 ;
15414 return 0;
15415 }
15416 _ACEOF
15417 if ac_fn_c_try_compile "$LINENO"; then :
15418 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
15419 else
15420 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
15421
15422 fi
15423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15424 fi
15425
15426 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
15427
15428 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
15429
15430 fi
15431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
15432 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
15433
15434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
15435 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
15436 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then :
15437 $as_echo_n "(cached) " >&6
15438 else
15439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15440 /* end confdefs.h. */
15441
15442 #define _SYSCALL32
15443 /* Needed for new procfs interface on sparc-solaris. */
15444 #define _STRUCTURED_PROC 1
15445 #include <sys/procfs.h>
15446 int
15447 main ()
15448 {
15449 prstatus32_t avar; void* aref = (void*) &avar.pr_who
15450 ;
15451 return 0;
15452 }
15453 _ACEOF
15454 if ac_fn_c_try_compile "$LINENO"; then :
15455 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
15456 else
15457 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
15458
15459 fi
15460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15461 fi
15462
15463 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
15464
15465 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
15466
15467 fi
15468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
15469 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
15470
15471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
15472 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
15473 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then :
15474 $as_echo_n "(cached) " >&6
15475 else
15476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15477 /* end confdefs.h. */
15478
15479 #define _SYSCALL32
15480 /* Needed for new procfs interface on sparc-solaris. */
15481 #define _STRUCTURED_PROC 1
15482 #include <sys/procfs.h>
15483 int
15484 main ()
15485 {
15486 pstatus_t avar
15487 ;
15488 return 0;
15489 }
15490 _ACEOF
15491 if ac_fn_c_try_compile "$LINENO"; then :
15492 bfd_cv_have_sys_procfs_type_pstatus_t=yes
15493 else
15494 bfd_cv_have_sys_procfs_type_pstatus_t=no
15495
15496 fi
15497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15498 fi
15499
15500 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
15501
15502 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
15503
15504 fi
15505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
15506 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
15507
15508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
15509 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
15510 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then :
15511 $as_echo_n "(cached) " >&6
15512 else
15513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15514 /* end confdefs.h. */
15515
15516 #define _SYSCALL32
15517 /* Needed for new procfs interface on sparc-solaris. */
15518 #define _STRUCTURED_PROC 1
15519 #include <sys/procfs.h>
15520 int
15521 main ()
15522 {
15523 pxstatus_t avar
15524 ;
15525 return 0;
15526 }
15527 _ACEOF
15528 if ac_fn_c_try_compile "$LINENO"; then :
15529 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
15530 else
15531 bfd_cv_have_sys_procfs_type_pxstatus_t=no
15532
15533 fi
15534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15535 fi
15536
15537 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
15538
15539 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
15540
15541 fi
15542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
15543 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
15544
15545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
15546 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
15547 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then :
15548 $as_echo_n "(cached) " >&6
15549 else
15550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15551 /* end confdefs.h. */
15552
15553 #define _SYSCALL32
15554 /* Needed for new procfs interface on sparc-solaris. */
15555 #define _STRUCTURED_PROC 1
15556 #include <sys/procfs.h>
15557 int
15558 main ()
15559 {
15560 pstatus32_t avar
15561 ;
15562 return 0;
15563 }
15564 _ACEOF
15565 if ac_fn_c_try_compile "$LINENO"; then :
15566 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
15567 else
15568 bfd_cv_have_sys_procfs_type_pstatus32_t=no
15569
15570 fi
15571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15572 fi
15573
15574 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
15575
15576 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
15577
15578 fi
15579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
15580 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
15581
15582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
15583 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
15584 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then :
15585 $as_echo_n "(cached) " >&6
15586 else
15587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15588 /* end confdefs.h. */
15589
15590 #define _SYSCALL32
15591 /* Needed for new procfs interface on sparc-solaris. */
15592 #define _STRUCTURED_PROC 1
15593 #include <sys/procfs.h>
15594 int
15595 main ()
15596 {
15597 prpsinfo_t avar
15598 ;
15599 return 0;
15600 }
15601 _ACEOF
15602 if ac_fn_c_try_compile "$LINENO"; then :
15603 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
15604 else
15605 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
15606
15607 fi
15608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15609 fi
15610
15611 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
15612
15613 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
15614
15615 fi
15616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
15617 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
15618
15619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
15620 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
15621 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then :
15622 $as_echo_n "(cached) " >&6
15623 else
15624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15625 /* end confdefs.h. */
15626
15627 #define _SYSCALL32
15628 /* Needed for new procfs interface on sparc-solaris. */
15629 #define _STRUCTURED_PROC 1
15630 #include <sys/procfs.h>
15631 int
15632 main ()
15633 {
15634 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
15635 ;
15636 return 0;
15637 }
15638 _ACEOF
15639 if ac_fn_c_try_compile "$LINENO"; then :
15640 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
15641 else
15642 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
15643
15644 fi
15645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15646 fi
15647
15648 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
15649
15650 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
15651
15652 fi
15653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
15654 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
15655
15656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
15657 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
15658 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then :
15659 $as_echo_n "(cached) " >&6
15660 else
15661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15662 /* end confdefs.h. */
15663
15664 #define _SYSCALL32
15665 /* Needed for new procfs interface on sparc-solaris. */
15666 #define _STRUCTURED_PROC 1
15667 #include <sys/procfs.h>
15668 int
15669 main ()
15670 {
15671 prpsinfo32_t avar
15672 ;
15673 return 0;
15674 }
15675 _ACEOF
15676 if ac_fn_c_try_compile "$LINENO"; then :
15677 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
15678 else
15679 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
15680
15681 fi
15682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15683 fi
15684
15685 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
15686
15687 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
15688
15689 fi
15690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
15691 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
15692
15693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
15694 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15695 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then :
15696 $as_echo_n "(cached) " >&6
15697 else
15698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15699 /* end confdefs.h. */
15700
15701 #define _SYSCALL32
15702 /* Needed for new procfs interface on sparc-solaris. */
15703 #define _STRUCTURED_PROC 1
15704 #include <sys/procfs.h>
15705 int
15706 main ()
15707 {
15708 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
15709 ;
15710 return 0;
15711 }
15712 _ACEOF
15713 if ac_fn_c_try_compile "$LINENO"; then :
15714 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
15715 else
15716 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
15717
15718 fi
15719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15720 fi
15721
15722 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
15723
15724 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
15725
15726 fi
15727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
15728 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
15729
15730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
15731 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
15732 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then :
15733 $as_echo_n "(cached) " >&6
15734 else
15735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15736 /* end confdefs.h. */
15737
15738 #define _SYSCALL32
15739 /* Needed for new procfs interface on sparc-solaris. */
15740 #define _STRUCTURED_PROC 1
15741 #include <sys/procfs.h>
15742 int
15743 main ()
15744 {
15745 psinfo_t avar
15746 ;
15747 return 0;
15748 }
15749 _ACEOF
15750 if ac_fn_c_try_compile "$LINENO"; then :
15751 bfd_cv_have_sys_procfs_type_psinfo_t=yes
15752 else
15753 bfd_cv_have_sys_procfs_type_psinfo_t=no
15754
15755 fi
15756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15757 fi
15758
15759 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
15760
15761 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
15762
15763 fi
15764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
15765 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
15766
15767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
15768 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
15769 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then :
15770 $as_echo_n "(cached) " >&6
15771 else
15772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15773 /* end confdefs.h. */
15774
15775 #define _SYSCALL32
15776 /* Needed for new procfs interface on sparc-solaris. */
15777 #define _STRUCTURED_PROC 1
15778 #include <sys/procfs.h>
15779 int
15780 main ()
15781 {
15782 psinfo_t avar; void* aref = (void*) &avar.pr_pid
15783 ;
15784 return 0;
15785 }
15786 _ACEOF
15787 if ac_fn_c_try_compile "$LINENO"; then :
15788 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
15789 else
15790 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
15791
15792 fi
15793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15794 fi
15795
15796 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
15797
15798 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
15799
15800 fi
15801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
15802 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
15803
15804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
15805 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
15806 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then :
15807 $as_echo_n "(cached) " >&6
15808 else
15809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15810 /* end confdefs.h. */
15811
15812 #define _SYSCALL32
15813 /* Needed for new procfs interface on sparc-solaris. */
15814 #define _STRUCTURED_PROC 1
15815 #include <sys/procfs.h>
15816 int
15817 main ()
15818 {
15819 psinfo32_t avar
15820 ;
15821 return 0;
15822 }
15823 _ACEOF
15824 if ac_fn_c_try_compile "$LINENO"; then :
15825 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
15826 else
15827 bfd_cv_have_sys_procfs_type_psinfo32_t=no
15828
15829 fi
15830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15831 fi
15832
15833 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
15834
15835 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
15836
15837 fi
15838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
15839 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
15840
15841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
15842 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15843 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then :
15844 $as_echo_n "(cached) " >&6
15845 else
15846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15847 /* end confdefs.h. */
15848
15849 #define _SYSCALL32
15850 /* Needed for new procfs interface on sparc-solaris. */
15851 #define _STRUCTURED_PROC 1
15852 #include <sys/procfs.h>
15853 int
15854 main ()
15855 {
15856 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
15857 ;
15858 return 0;
15859 }
15860 _ACEOF
15861 if ac_fn_c_try_compile "$LINENO"; then :
15862 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
15863 else
15864 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
15865
15866 fi
15867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15868 fi
15869
15870 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
15871
15872 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
15873
15874 fi
15875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
15876 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
15877
15878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
15879 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
15880 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then :
15881 $as_echo_n "(cached) " >&6
15882 else
15883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15884 /* end confdefs.h. */
15885
15886 #define _SYSCALL32
15887 /* Needed for new procfs interface on sparc-solaris. */
15888 #define _STRUCTURED_PROC 1
15889 #include <sys/procfs.h>
15890 int
15891 main ()
15892 {
15893 lwpstatus_t avar
15894 ;
15895 return 0;
15896 }
15897 _ACEOF
15898 if ac_fn_c_try_compile "$LINENO"; then :
15899 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
15900 else
15901 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
15902
15903 fi
15904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15905 fi
15906
15907 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
15908
15909 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
15910
15911 fi
15912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
15913 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
15914
15915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
15916 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
15917 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then :
15918 $as_echo_n "(cached) " >&6
15919 else
15920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15921 /* end confdefs.h. */
15922
15923 #define _SYSCALL32
15924 /* Needed for new procfs interface on sparc-solaris. */
15925 #define _STRUCTURED_PROC 1
15926 #include <sys/procfs.h>
15927 int
15928 main ()
15929 {
15930 lwpxstatus_t avar
15931 ;
15932 return 0;
15933 }
15934 _ACEOF
15935 if ac_fn_c_try_compile "$LINENO"; then :
15936 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
15937 else
15938 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
15939
15940 fi
15941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15942 fi
15943
15944 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
15945
15946 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
15947
15948 fi
15949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
15950 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
15951
15952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
15953 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
15954 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then :
15955 $as_echo_n "(cached) " >&6
15956 else
15957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15958 /* end confdefs.h. */
15959
15960 #define _SYSCALL32
15961 /* Needed for new procfs interface on sparc-solaris. */
15962 #define _STRUCTURED_PROC 1
15963 #include <sys/procfs.h>
15964 int
15965 main ()
15966 {
15967 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
15968 ;
15969 return 0;
15970 }
15971 _ACEOF
15972 if ac_fn_c_try_compile "$LINENO"; then :
15973 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
15974 else
15975 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
15976
15977 fi
15978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15979 fi
15980
15981 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
15982
15983 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
15984
15985 fi
15986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
15987 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
15988
15989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
15990 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
15991 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then :
15992 $as_echo_n "(cached) " >&6
15993 else
15994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15995 /* end confdefs.h. */
15996
15997 #define _SYSCALL32
15998 /* Needed for new procfs interface on sparc-solaris. */
15999 #define _STRUCTURED_PROC 1
16000 #include <sys/procfs.h>
16001 int
16002 main ()
16003 {
16004 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
16005 ;
16006 return 0;
16007 }
16008 _ACEOF
16009 if ac_fn_c_try_compile "$LINENO"; then :
16010 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
16011 else
16012 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
16013
16014 fi
16015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16016 fi
16017
16018 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
16019
16020 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
16021
16022 fi
16023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
16024 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
16025
16026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
16027 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
16028 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then :
16029 $as_echo_n "(cached) " >&6
16030 else
16031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16032 /* end confdefs.h. */
16033
16034 #define _SYSCALL32
16035 /* Needed for new procfs interface on sparc-solaris. */
16036 #define _STRUCTURED_PROC 1
16037 #include <sys/procfs.h>
16038 int
16039 main ()
16040 {
16041 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
16042 ;
16043 return 0;
16044 }
16045 _ACEOF
16046 if ac_fn_c_try_compile "$LINENO"; then :
16047 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
16048 else
16049 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
16050
16051 fi
16052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16053 fi
16054
16055 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
16056
16057 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
16058
16059 fi
16060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
16061 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
16062
16063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
16064 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
16065 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then :
16066 $as_echo_n "(cached) " >&6
16067 else
16068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16069 /* end confdefs.h. */
16070
16071 #define _SYSCALL32
16072 /* Needed for new procfs interface on sparc-solaris. */
16073 #define _STRUCTURED_PROC 1
16074 #include <sys/procfs.h>
16075 int
16076 main ()
16077 {
16078 win32_pstatus_t avar
16079 ;
16080 return 0;
16081 }
16082 _ACEOF
16083 if ac_fn_c_try_compile "$LINENO"; then :
16084 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
16085 else
16086 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
16087
16088 fi
16089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16090 fi
16091
16092 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
16093
16094 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
16095
16096 fi
16097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
16098 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
16099
16100 fi
16101 fi
16102
16103
16104 if test -n "$CORE_HEADER"; then
16105
16106 cat >>confdefs.h <<_ACEOF
16107 #define CORE_HEADER $CORE_HEADER
16108 _ACEOF
16109
16110 fi
16111 if test -n "$TRAD_HEADER"; then
16112
16113 cat >>confdefs.h <<_ACEOF
16114 #define TRAD_HEADER $TRAD_HEADER
16115 _ACEOF
16116
16117 fi
16118
16119 if test "$plugins" = "yes"; then
16120 supports_plugins=1
16121 else
16122 supports_plugins=0
16123 fi
16124
16125
16126
16127 # Determine the host dependent file_ptr a.k.a. off_t type. In order
16128 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
16129 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
16130 # Hopefully a reasonable assumption since fseeko et.al. should be
16131 # upward compatible.
16132 for ac_func in ftello ftello64 fseeko fseeko64 fopen64
16133 do :
16134 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16135 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16136 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16137 cat >>confdefs.h <<_ACEOF
16138 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16139 _ACEOF
16140
16141 fi
16142 done
16143
16144 if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
16145 # The cast to long int works around a bug in the HP C Compiler
16146 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16147 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16148 # This bug is HP SR number 8606223364.
16149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
16150 $as_echo_n "checking size of off_t... " >&6; }
16151 if ${ac_cv_sizeof_off_t+:} false; then :
16152 $as_echo_n "(cached) " >&6
16153 else
16154 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
16155
16156 else
16157 if test "$ac_cv_type_off_t" = yes; then
16158 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16159 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16160 as_fn_error 77 "cannot compute sizeof (off_t)
16161 See \`config.log' for more details" "$LINENO" 5; }
16162 else
16163 ac_cv_sizeof_off_t=0
16164 fi
16165 fi
16166
16167 fi
16168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
16169 $as_echo "$ac_cv_sizeof_off_t" >&6; }
16170
16171
16172
16173 cat >>confdefs.h <<_ACEOF
16174 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
16175 _ACEOF
16176
16177
16178 fi
16179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
16180 $as_echo_n "checking file_ptr type... " >&6; }
16181 bfd_file_ptr="long"
16182 bfd_ufile_ptr="unsigned long"
16183 if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
16184 -o x"${ac_cv_sizeof_off_t}" = x8; then
16185 bfd_file_ptr=BFD_HOST_64_BIT
16186 bfd_ufile_ptr=BFD_HOST_U_64_BIT
16187 fi
16188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
16189 $as_echo "$bfd_file_ptr" >&6; }
16190
16191
16192
16193
16194
16195
16196 for ac_header in $ac_header_list
16197 do :
16198 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16199 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
16200 "
16201 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
16202 cat >>confdefs.h <<_ACEOF
16203 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16204 _ACEOF
16205
16206 fi
16207
16208 done
16209
16210
16211
16212
16213
16214
16215
16216
16217 for ac_func in getpagesize
16218 do :
16219 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
16220 if test "x$ac_cv_func_getpagesize" = xyes; then :
16221 cat >>confdefs.h <<_ACEOF
16222 #define HAVE_GETPAGESIZE 1
16223 _ACEOF
16224
16225 fi
16226 done
16227
16228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
16229 $as_echo_n "checking for working mmap... " >&6; }
16230 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
16231 $as_echo_n "(cached) " >&6
16232 else
16233 if test "$cross_compiling" = yes; then :
16234 ac_cv_func_mmap_fixed_mapped=no
16235 else
16236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16237 /* end confdefs.h. */
16238 $ac_includes_default
16239 /* malloc might have been renamed as rpl_malloc. */
16240 #undef malloc
16241
16242 /* Thanks to Mike Haertel and Jim Avera for this test.
16243 Here is a matrix of mmap possibilities:
16244 mmap private not fixed
16245 mmap private fixed at somewhere currently unmapped
16246 mmap private fixed at somewhere already mapped
16247 mmap shared not fixed
16248 mmap shared fixed at somewhere currently unmapped
16249 mmap shared fixed at somewhere already mapped
16250 For private mappings, we should verify that changes cannot be read()
16251 back from the file, nor mmap's back from the file at a different
16252 address. (There have been systems where private was not correctly
16253 implemented like the infamous i386 svr4.0, and systems where the
16254 VM page cache was not coherent with the file system buffer cache
16255 like early versions of FreeBSD and possibly contemporary NetBSD.)
16256 For shared mappings, we should conversely verify that changes get
16257 propagated back to all the places they're supposed to be.
16258
16259 Grep wants private fixed already mapped.
16260 The main things grep needs to know about mmap are:
16261 * does it exist and is it safe to write into the mmap'd area
16262 * how to use it (BSD variants) */
16263
16264 #include <fcntl.h>
16265 #include <sys/mman.h>
16266
16267 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
16268 char *malloc ();
16269 #endif
16270
16271 /* This mess was copied from the GNU getpagesize.h. */
16272 #ifndef HAVE_GETPAGESIZE
16273 # ifdef _SC_PAGESIZE
16274 # define getpagesize() sysconf(_SC_PAGESIZE)
16275 # else /* no _SC_PAGESIZE */
16276 # ifdef HAVE_SYS_PARAM_H
16277 # include <sys/param.h>
16278 # ifdef EXEC_PAGESIZE
16279 # define getpagesize() EXEC_PAGESIZE
16280 # else /* no EXEC_PAGESIZE */
16281 # ifdef NBPG
16282 # define getpagesize() NBPG * CLSIZE
16283 # ifndef CLSIZE
16284 # define CLSIZE 1
16285 # endif /* no CLSIZE */
16286 # else /* no NBPG */
16287 # ifdef NBPC
16288 # define getpagesize() NBPC
16289 # else /* no NBPC */
16290 # ifdef PAGESIZE
16291 # define getpagesize() PAGESIZE
16292 # endif /* PAGESIZE */
16293 # endif /* no NBPC */
16294 # endif /* no NBPG */
16295 # endif /* no EXEC_PAGESIZE */
16296 # else /* no HAVE_SYS_PARAM_H */
16297 # define getpagesize() 8192 /* punt totally */
16298 # endif /* no HAVE_SYS_PARAM_H */
16299 # endif /* no _SC_PAGESIZE */
16300
16301 #endif /* no HAVE_GETPAGESIZE */
16302
16303 int
16304 main ()
16305 {
16306 char *data, *data2, *data3;
16307 const char *cdata2;
16308 int i, pagesize;
16309 int fd, fd2;
16310
16311 pagesize = getpagesize ();
16312
16313 /* First, make a file with some known garbage in it. */
16314 data = (char *) malloc (pagesize);
16315 if (!data)
16316 return 1;
16317 for (i = 0; i < pagesize; ++i)
16318 *(data + i) = rand ();
16319 umask (0);
16320 fd = creat ("conftest.mmap", 0600);
16321 if (fd < 0)
16322 return 2;
16323 if (write (fd, data, pagesize) != pagesize)
16324 return 3;
16325 close (fd);
16326
16327 /* Next, check that the tail of a page is zero-filled. File must have
16328 non-zero length, otherwise we risk SIGBUS for entire page. */
16329 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
16330 if (fd2 < 0)
16331 return 4;
16332 cdata2 = "";
16333 if (write (fd2, cdata2, 1) != 1)
16334 return 5;
16335 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
16336 if (data2 == MAP_FAILED)
16337 return 6;
16338 for (i = 0; i < pagesize; ++i)
16339 if (*(data2 + i))
16340 return 7;
16341 close (fd2);
16342 if (munmap (data2, pagesize))
16343 return 8;
16344
16345 /* Next, try to mmap the file at a fixed address which already has
16346 something else allocated at it. If we can, also make sure that
16347 we see the same garbage. */
16348 fd = open ("conftest.mmap", O_RDWR);
16349 if (fd < 0)
16350 return 9;
16351 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
16352 MAP_PRIVATE | MAP_FIXED, fd, 0L))
16353 return 10;
16354 for (i = 0; i < pagesize; ++i)
16355 if (*(data + i) != *(data2 + i))
16356 return 11;
16357
16358 /* Finally, make sure that changes to the mapped area do not
16359 percolate back to the file as seen by read(). (This is a bug on
16360 some variants of i386 svr4.0.) */
16361 for (i = 0; i < pagesize; ++i)
16362 *(data2 + i) = *(data2 + i) + 1;
16363 data3 = (char *) malloc (pagesize);
16364 if (!data3)
16365 return 12;
16366 if (read (fd, data3, pagesize) != pagesize)
16367 return 13;
16368 for (i = 0; i < pagesize; ++i)
16369 if (*(data + i) != *(data3 + i))
16370 return 14;
16371 close (fd);
16372 return 0;
16373 }
16374 _ACEOF
16375 if ac_fn_c_try_run "$LINENO"; then :
16376 ac_cv_func_mmap_fixed_mapped=yes
16377 else
16378 ac_cv_func_mmap_fixed_mapped=no
16379 fi
16380 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16381 conftest.$ac_objext conftest.beam conftest.$ac_ext
16382 fi
16383
16384 fi
16385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
16386 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
16387 if test $ac_cv_func_mmap_fixed_mapped = yes; then
16388
16389 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
16390
16391 fi
16392 rm -f conftest.mmap conftest.txt
16393
16394 for ac_func in madvise mprotect
16395 do :
16396 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16397 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16398 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16399 cat >>confdefs.h <<_ACEOF
16400 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16401 _ACEOF
16402
16403 fi
16404 done
16405
16406 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
16407 true+yes )
16408 $as_echo "#define USE_MMAP 1" >>confdefs.h
16409 ;;
16410 esac
16411
16412 rm -f doc/config.status
16413 ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
16414
16415
16416 ac_config_commands="$ac_config_commands default"
16417
16418
16419
16420
16421
16422
16423
16424 cat >confcache <<\_ACEOF
16425 # This file is a shell script that caches the results of configure
16426 # tests run on this system so they can be shared between configure
16427 # scripts and configure runs, see configure's option --config-cache.
16428 # It is not useful on other systems. If it contains results you don't
16429 # want to keep, you may remove or edit it.
16430 #
16431 # config.status only pays attention to the cache file if you give it
16432 # the --recheck option to rerun configure.
16433 #
16434 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16435 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16436 # following values.
16437
16438 _ACEOF
16439
16440 # The following way of writing the cache mishandles newlines in values,
16441 # but we know of no workaround that is simple, portable, and efficient.
16442 # So, we kill variables containing newlines.
16443 # Ultrix sh set writes to stderr and can't be redirected directly,
16444 # and sets the high bit in the cache file unless we assign to the vars.
16445 (
16446 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16447 eval ac_val=\$$ac_var
16448 case $ac_val in #(
16449 *${as_nl}*)
16450 case $ac_var in #(
16451 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16452 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16453 esac
16454 case $ac_var in #(
16455 _ | IFS | as_nl) ;; #(
16456 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16457 *) { eval $ac_var=; unset $ac_var;} ;;
16458 esac ;;
16459 esac
16460 done
16461
16462 (set) 2>&1 |
16463 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16464 *${as_nl}ac_space=\ *)
16465 # `set' does not quote correctly, so add quotes: double-quote
16466 # substitution turns \\\\ into \\, and sed turns \\ into \.
16467 sed -n \
16468 "s/'/'\\\\''/g;
16469 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16470 ;; #(
16471 *)
16472 # `set' quotes correctly as required by POSIX, so do not add quotes.
16473 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16474 ;;
16475 esac |
16476 sort
16477 ) |
16478 sed '
16479 /^ac_cv_env_/b end
16480 t clear
16481 :clear
16482 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16483 t end
16484 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16485 :end' >>confcache
16486 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16487 if test -w "$cache_file"; then
16488 if test "x$cache_file" != "x/dev/null"; then
16489 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16490 $as_echo "$as_me: updating cache $cache_file" >&6;}
16491 if test ! -f "$cache_file" || test -h "$cache_file"; then
16492 cat confcache >"$cache_file"
16493 else
16494 case $cache_file in #(
16495 */* | ?:*)
16496 mv -f confcache "$cache_file"$$ &&
16497 mv -f "$cache_file"$$ "$cache_file" ;; #(
16498 *)
16499 mv -f confcache "$cache_file" ;;
16500 esac
16501 fi
16502 fi
16503 else
16504 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16505 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16506 fi
16507 fi
16508 rm -f confcache
16509
16510 test "x$prefix" = xNONE && prefix=$ac_default_prefix
16511 # Let make expand exec_prefix.
16512 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16513
16514 DEFS=-DHAVE_CONFIG_H
16515
16516 ac_libobjs=
16517 ac_ltlibobjs=
16518 U=
16519 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16520 # 1. Remove the extension, and $U if already installed.
16521 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16522 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16523 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16524 # will be set to the directory where LIBOBJS objects are built.
16525 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16526 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
16527 done
16528 LIBOBJS=$ac_libobjs
16529
16530 LTLIBOBJS=$ac_ltlibobjs
16531
16532
16533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
16534 $as_echo_n "checking that generated files are newer than configure... " >&6; }
16535 if test -n "$am_sleep_pid"; then
16536 # Hide warnings about reused PIDs.
16537 wait $am_sleep_pid 2>/dev/null
16538 fi
16539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
16540 $as_echo "done" >&6; }
16541 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
16542 as_fn_error $? "conditional \"AMDEP\" was never defined.
16543 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16544 fi
16545 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
16546 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
16547 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16548 fi
16549 if test -n "$EXEEXT"; then
16550 am__EXEEXT_TRUE=
16551 am__EXEEXT_FALSE='#'
16552 else
16553 am__EXEEXT_TRUE='#'
16554 am__EXEEXT_FALSE=
16555 fi
16556
16557 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
16558 as_fn_error $? "conditional \"PLUGINS\" was never defined.
16559 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16560 fi
16561 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
16562 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
16563 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16564 fi
16565 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
16566 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
16567 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16568 fi
16569 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
16570 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
16571 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16572 fi
16573
16574 : "${CONFIG_STATUS=./config.status}"
16575 ac_write_fail=0
16576 ac_clean_files_save=$ac_clean_files
16577 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16578 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16579 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16580 as_write_fail=0
16581 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16582 #! $SHELL
16583 # Generated by $as_me.
16584 # Run this file to recreate the current configuration.
16585 # Compiler output produced by configure, useful for debugging
16586 # configure, is in config.log if it exists.
16587
16588 debug=false
16589 ac_cs_recheck=false
16590 ac_cs_silent=false
16591
16592 SHELL=\${CONFIG_SHELL-$SHELL}
16593 export SHELL
16594 _ASEOF
16595 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16596 ## -------------------- ##
16597 ## M4sh Initialization. ##
16598 ## -------------------- ##
16599
16600 # Be more Bourne compatible
16601 DUALCASE=1; export DUALCASE # for MKS sh
16602 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
16603 emulate sh
16604 NULLCMD=:
16605 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16606 # is contrary to our usage. Disable this feature.
16607 alias -g '${1+"$@"}'='"$@"'
16608 setopt NO_GLOB_SUBST
16609 else
16610 case `(set -o) 2>/dev/null` in #(
16611 *posix*) :
16612 set -o posix ;; #(
16613 *) :
16614 ;;
16615 esac
16616 fi
16617
16618
16619 as_nl='
16620 '
16621 export as_nl
16622 # Printing a long string crashes Solaris 7 /usr/bin/printf.
16623 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16624 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16625 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16626 # Prefer a ksh shell builtin over an external printf program on Solaris,
16627 # but without wasting forks for bash or zsh.
16628 if test -z "$BASH_VERSION$ZSH_VERSION" \
16629 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16630 as_echo='print -r --'
16631 as_echo_n='print -rn --'
16632 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16633 as_echo='printf %s\n'
16634 as_echo_n='printf %s'
16635 else
16636 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16637 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16638 as_echo_n='/usr/ucb/echo -n'
16639 else
16640 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16641 as_echo_n_body='eval
16642 arg=$1;
16643 case $arg in #(
16644 *"$as_nl"*)
16645 expr "X$arg" : "X\\(.*\\)$as_nl";
16646 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16647 esac;
16648 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16649 '
16650 export as_echo_n_body
16651 as_echo_n='sh -c $as_echo_n_body as_echo'
16652 fi
16653 export as_echo_body
16654 as_echo='sh -c $as_echo_body as_echo'
16655 fi
16656
16657 # The user is always right.
16658 if test "${PATH_SEPARATOR+set}" != set; then
16659 PATH_SEPARATOR=:
16660 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16661 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16662 PATH_SEPARATOR=';'
16663 }
16664 fi
16665
16666
16667 # IFS
16668 # We need space, tab and new line, in precisely that order. Quoting is
16669 # there to prevent editors from complaining about space-tab.
16670 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16671 # splitting by setting IFS to empty value.)
16672 IFS=" "" $as_nl"
16673
16674 # Find who we are. Look in the path if we contain no directory separator.
16675 as_myself=
16676 case $0 in #((
16677 *[\\/]* ) as_myself=$0 ;;
16678 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16679 for as_dir in $PATH
16680 do
16681 IFS=$as_save_IFS
16682 test -z "$as_dir" && as_dir=.
16683 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16684 done
16685 IFS=$as_save_IFS
16686
16687 ;;
16688 esac
16689 # We did not find ourselves, most probably we were run as `sh COMMAND'
16690 # in which case we are not to be found in the path.
16691 if test "x$as_myself" = x; then
16692 as_myself=$0
16693 fi
16694 if test ! -f "$as_myself"; then
16695 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16696 exit 1
16697 fi
16698
16699 # Unset variables that we do not need and which cause bugs (e.g. in
16700 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16701 # suppresses any "Segmentation fault" message there. '((' could
16702 # trigger a bug in pdksh 5.2.14.
16703 for as_var in BASH_ENV ENV MAIL MAILPATH
16704 do eval test x\${$as_var+set} = xset \
16705 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16706 done
16707 PS1='$ '
16708 PS2='> '
16709 PS4='+ '
16710
16711 # NLS nuisances.
16712 LC_ALL=C
16713 export LC_ALL
16714 LANGUAGE=C
16715 export LANGUAGE
16716
16717 # CDPATH.
16718 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16719
16720
16721 # as_fn_error STATUS ERROR [LINENO LOG_FD]
16722 # ----------------------------------------
16723 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16724 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16725 # script with STATUS, using 1 if that was 0.
16726 as_fn_error ()
16727 {
16728 as_status=$1; test $as_status -eq 0 && as_status=1
16729 if test "$4"; then
16730 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16731 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
16732 fi
16733 $as_echo "$as_me: error: $2" >&2
16734 as_fn_exit $as_status
16735 } # as_fn_error
16736
16737
16738 # as_fn_set_status STATUS
16739 # -----------------------
16740 # Set $? to STATUS, without forking.
16741 as_fn_set_status ()
16742 {
16743 return $1
16744 } # as_fn_set_status
16745
16746 # as_fn_exit STATUS
16747 # -----------------
16748 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16749 as_fn_exit ()
16750 {
16751 set +e
16752 as_fn_set_status $1
16753 exit $1
16754 } # as_fn_exit
16755
16756 # as_fn_unset VAR
16757 # ---------------
16758 # Portably unset VAR.
16759 as_fn_unset ()
16760 {
16761 { eval $1=; unset $1;}
16762 }
16763 as_unset=as_fn_unset
16764 # as_fn_append VAR VALUE
16765 # ----------------------
16766 # Append the text in VALUE to the end of the definition contained in VAR. Take
16767 # advantage of any shell optimizations that allow amortized linear growth over
16768 # repeated appends, instead of the typical quadratic growth present in naive
16769 # implementations.
16770 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16771 eval 'as_fn_append ()
16772 {
16773 eval $1+=\$2
16774 }'
16775 else
16776 as_fn_append ()
16777 {
16778 eval $1=\$$1\$2
16779 }
16780 fi # as_fn_append
16781
16782 # as_fn_arith ARG...
16783 # ------------------
16784 # Perform arithmetic evaluation on the ARGs, and store the result in the
16785 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16786 # must be portable across $(()) and expr.
16787 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16788 eval 'as_fn_arith ()
16789 {
16790 as_val=$(( $* ))
16791 }'
16792 else
16793 as_fn_arith ()
16794 {
16795 as_val=`expr "$@" || test $? -eq 1`
16796 }
16797 fi # as_fn_arith
16798
16799
16800 if expr a : '\(a\)' >/dev/null 2>&1 &&
16801 test "X`expr 00001 : '.*\(...\)'`" = X001; then
16802 as_expr=expr
16803 else
16804 as_expr=false
16805 fi
16806
16807 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16808 as_basename=basename
16809 else
16810 as_basename=false
16811 fi
16812
16813 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16814 as_dirname=dirname
16815 else
16816 as_dirname=false
16817 fi
16818
16819 as_me=`$as_basename -- "$0" ||
16820 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16821 X"$0" : 'X\(//\)$' \| \
16822 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16823 $as_echo X/"$0" |
16824 sed '/^.*\/\([^/][^/]*\)\/*$/{
16825 s//\1/
16826 q
16827 }
16828 /^X\/\(\/\/\)$/{
16829 s//\1/
16830 q
16831 }
16832 /^X\/\(\/\).*/{
16833 s//\1/
16834 q
16835 }
16836 s/.*/./; q'`
16837
16838 # Avoid depending upon Character Ranges.
16839 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16840 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16841 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16842 as_cr_digits='0123456789'
16843 as_cr_alnum=$as_cr_Letters$as_cr_digits
16844
16845 ECHO_C= ECHO_N= ECHO_T=
16846 case `echo -n x` in #(((((
16847 -n*)
16848 case `echo 'xy\c'` in
16849 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16850 xy) ECHO_C='\c';;
16851 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16852 ECHO_T=' ';;
16853 esac;;
16854 *)
16855 ECHO_N='-n';;
16856 esac
16857
16858 rm -f conf$$ conf$$.exe conf$$.file
16859 if test -d conf$$.dir; then
16860 rm -f conf$$.dir/conf$$.file
16861 else
16862 rm -f conf$$.dir
16863 mkdir conf$$.dir 2>/dev/null
16864 fi
16865 if (echo >conf$$.file) 2>/dev/null; then
16866 if ln -s conf$$.file conf$$ 2>/dev/null; then
16867 as_ln_s='ln -s'
16868 # ... but there are two gotchas:
16869 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16870 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16871 # In both cases, we have to default to `cp -pR'.
16872 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16873 as_ln_s='cp -pR'
16874 elif ln conf$$.file conf$$ 2>/dev/null; then
16875 as_ln_s=ln
16876 else
16877 as_ln_s='cp -pR'
16878 fi
16879 else
16880 as_ln_s='cp -pR'
16881 fi
16882 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16883 rmdir conf$$.dir 2>/dev/null
16884
16885
16886 # as_fn_mkdir_p
16887 # -------------
16888 # Create "$as_dir" as a directory, including parents if necessary.
16889 as_fn_mkdir_p ()
16890 {
16891
16892 case $as_dir in #(
16893 -*) as_dir=./$as_dir;;
16894 esac
16895 test -d "$as_dir" || eval $as_mkdir_p || {
16896 as_dirs=
16897 while :; do
16898 case $as_dir in #(
16899 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16900 *) as_qdir=$as_dir;;
16901 esac
16902 as_dirs="'$as_qdir' $as_dirs"
16903 as_dir=`$as_dirname -- "$as_dir" ||
16904 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16905 X"$as_dir" : 'X\(//\)[^/]' \| \
16906 X"$as_dir" : 'X\(//\)$' \| \
16907 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16908 $as_echo X"$as_dir" |
16909 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16910 s//\1/
16911 q
16912 }
16913 /^X\(\/\/\)[^/].*/{
16914 s//\1/
16915 q
16916 }
16917 /^X\(\/\/\)$/{
16918 s//\1/
16919 q
16920 }
16921 /^X\(\/\).*/{
16922 s//\1/
16923 q
16924 }
16925 s/.*/./; q'`
16926 test -d "$as_dir" && break
16927 done
16928 test -z "$as_dirs" || eval "mkdir $as_dirs"
16929 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16930
16931
16932 } # as_fn_mkdir_p
16933 if mkdir -p . 2>/dev/null; then
16934 as_mkdir_p='mkdir -p "$as_dir"'
16935 else
16936 test -d ./-p && rmdir ./-p
16937 as_mkdir_p=false
16938 fi
16939
16940
16941 # as_fn_executable_p FILE
16942 # -----------------------
16943 # Test if FILE is an executable regular file.
16944 as_fn_executable_p ()
16945 {
16946 test -f "$1" && test -x "$1"
16947 } # as_fn_executable_p
16948 as_test_x='test -x'
16949 as_executable_p=as_fn_executable_p
16950
16951 # Sed expression to map a string onto a valid CPP name.
16952 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16953
16954 # Sed expression to map a string onto a valid variable name.
16955 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16956
16957
16958 exec 6>&1
16959 ## ----------------------------------- ##
16960 ## Main body of $CONFIG_STATUS script. ##
16961 ## ----------------------------------- ##
16962 _ASEOF
16963 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16964
16965 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16966 # Save the log message, to keep $0 and so on meaningful, and to
16967 # report actual input values of CONFIG_FILES etc. instead of their
16968 # values after options handling.
16969 ac_log="
16970 This file was extended by bfd $as_me 2.32.51, which was
16971 generated by GNU Autoconf 2.69. Invocation command line was
16972
16973 CONFIG_FILES = $CONFIG_FILES
16974 CONFIG_HEADERS = $CONFIG_HEADERS
16975 CONFIG_LINKS = $CONFIG_LINKS
16976 CONFIG_COMMANDS = $CONFIG_COMMANDS
16977 $ $0 $@
16978
16979 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16980 "
16981
16982 _ACEOF
16983
16984 case $ac_config_files in *"
16985 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16986 esac
16987
16988 case $ac_config_headers in *"
16989 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16990 esac
16991
16992
16993 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16994 # Files that config.status was made for.
16995 config_files="$ac_config_files"
16996 config_headers="$ac_config_headers"
16997 config_commands="$ac_config_commands"
16998
16999 _ACEOF
17000
17001 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17002 ac_cs_usage="\
17003 \`$as_me' instantiates files and other configuration actions
17004 from templates according to the current configuration. Unless the files
17005 and actions are specified as TAGs, all are instantiated by default.
17006
17007 Usage: $0 [OPTION]... [TAG]...
17008
17009 -h, --help print this help, then exit
17010 -V, --version print version number and configuration settings, then exit
17011 --config print configuration, then exit
17012 -q, --quiet, --silent
17013 do not print progress messages
17014 -d, --debug don't remove temporary files
17015 --recheck update $as_me by reconfiguring in the same conditions
17016 --file=FILE[:TEMPLATE]
17017 instantiate the configuration file FILE
17018 --header=FILE[:TEMPLATE]
17019 instantiate the configuration header FILE
17020
17021 Configuration files:
17022 $config_files
17023
17024 Configuration headers:
17025 $config_headers
17026
17027 Configuration commands:
17028 $config_commands
17029
17030 Report bugs to the package provider."
17031
17032 _ACEOF
17033 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17034 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17035 ac_cs_version="\\
17036 bfd config.status 2.32.51
17037 configured by $0, generated by GNU Autoconf 2.69,
17038 with options \\"\$ac_cs_config\\"
17039
17040 Copyright (C) 2012 Free Software Foundation, Inc.
17041 This config.status script is free software; the Free Software Foundation
17042 gives unlimited permission to copy, distribute and modify it."
17043
17044 ac_pwd='$ac_pwd'
17045 srcdir='$srcdir'
17046 INSTALL='$INSTALL'
17047 MKDIR_P='$MKDIR_P'
17048 AWK='$AWK'
17049 test -n "\$AWK" || AWK=awk
17050 _ACEOF
17051
17052 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17053 # The default lists apply if the user does not specify any file.
17054 ac_need_defaults=:
17055 while test $# != 0
17056 do
17057 case $1 in
17058 --*=?*)
17059 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17060 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
17061 ac_shift=:
17062 ;;
17063 --*=)
17064 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17065 ac_optarg=
17066 ac_shift=:
17067 ;;
17068 *)
17069 ac_option=$1
17070 ac_optarg=$2
17071 ac_shift=shift
17072 ;;
17073 esac
17074
17075 case $ac_option in
17076 # Handling of the options.
17077 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17078 ac_cs_recheck=: ;;
17079 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
17080 $as_echo "$ac_cs_version"; exit ;;
17081 --config | --confi | --conf | --con | --co | --c )
17082 $as_echo "$ac_cs_config"; exit ;;
17083 --debug | --debu | --deb | --de | --d | -d )
17084 debug=: ;;
17085 --file | --fil | --fi | --f )
17086 $ac_shift
17087 case $ac_optarg in
17088 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17089 '') as_fn_error $? "missing file argument" ;;
17090 esac
17091 as_fn_append CONFIG_FILES " '$ac_optarg'"
17092 ac_need_defaults=false;;
17093 --header | --heade | --head | --hea )
17094 $ac_shift
17095 case $ac_optarg in
17096 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17097 esac
17098 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
17099 ac_need_defaults=false;;
17100 --he | --h)
17101 # Conflict between --help and --header
17102 as_fn_error $? "ambiguous option: \`$1'
17103 Try \`$0 --help' for more information.";;
17104 --help | --hel | -h )
17105 $as_echo "$ac_cs_usage"; exit ;;
17106 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17107 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17108 ac_cs_silent=: ;;
17109
17110 # This is an error.
17111 -*) as_fn_error $? "unrecognized option: \`$1'
17112 Try \`$0 --help' for more information." ;;
17113
17114 *) as_fn_append ac_config_targets " $1"
17115 ac_need_defaults=false ;;
17116
17117 esac
17118 shift
17119 done
17120
17121 ac_configure_extra_args=
17122
17123 if $ac_cs_silent; then
17124 exec 6>/dev/null
17125 ac_configure_extra_args="$ac_configure_extra_args --silent"
17126 fi
17127
17128 _ACEOF
17129 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17130 if \$ac_cs_recheck; then
17131 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17132 shift
17133 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17134 CONFIG_SHELL='$SHELL'
17135 export CONFIG_SHELL
17136 exec "\$@"
17137 fi
17138
17139 _ACEOF
17140 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17141 exec 5>>config.log
17142 {
17143 echo
17144 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17145 ## Running $as_me. ##
17146 _ASBOX
17147 $as_echo "$ac_log"
17148 } >&5
17149
17150 _ACEOF
17151 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17152 #
17153 # INIT-COMMANDS
17154 #
17155 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
17156
17157
17158 # The HP-UX ksh and POSIX shell print the target directory to stdout
17159 # if CDPATH is set.
17160 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17161
17162 sed_quote_subst='$sed_quote_subst'
17163 double_quote_subst='$double_quote_subst'
17164 delay_variable_subst='$delay_variable_subst'
17165 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
17166 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
17167 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
17168 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
17169 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
17170 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
17171 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
17172 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
17173 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
17174 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
17175 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
17176 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
17177 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
17178 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
17179 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
17180 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
17181 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
17182 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
17183 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
17184 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
17185 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
17186 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
17187 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
17188 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
17189 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
17190 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
17191 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
17192 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
17193 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
17194 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
17195 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
17196 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
17197 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
17198 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
17199 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
17200 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
17201 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
17202 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17203 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17204 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
17205 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
17206 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
17207 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
17208 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
17209 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
17210 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
17211 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
17212 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
17213 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"`'
17214 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
17215 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
17216 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
17217 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
17218 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
17219 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
17220 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
17221 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
17222 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
17223 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
17224 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
17225 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
17226 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
17227 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
17228 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
17229 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17230 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
17231 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
17232 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
17233 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
17234 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
17235 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
17236 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17237 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
17238 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17239 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
17240 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17241 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
17242 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
17243 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
17244 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
17245 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
17246 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
17247 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
17248 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
17249 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
17250 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
17251 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
17252 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
17253 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
17254 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
17255 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
17256 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
17257 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
17258 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
17259 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
17260 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
17261 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
17262 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
17263 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
17264 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
17265 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
17266 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
17267 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
17268 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
17269 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
17270 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
17271 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
17272 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17273 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17274 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
17275 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
17276 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
17277 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
17278 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
17279 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
17280 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
17281 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
17282 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
17283 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
17284 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
17285
17286 LTCC='$LTCC'
17287 LTCFLAGS='$LTCFLAGS'
17288 compiler='$compiler_DEFAULT'
17289
17290 # A function that is used when there is no print builtin or printf.
17291 func_fallback_echo ()
17292 {
17293 eval 'cat <<_LTECHO_EOF
17294 \$1
17295 _LTECHO_EOF'
17296 }
17297
17298 # Quote evaled strings.
17299 for var in SHELL \
17300 ECHO \
17301 SED \
17302 GREP \
17303 EGREP \
17304 FGREP \
17305 LD \
17306 NM \
17307 LN_S \
17308 lt_SP2NL \
17309 lt_NL2SP \
17310 reload_flag \
17311 OBJDUMP \
17312 deplibs_check_method \
17313 file_magic_cmd \
17314 AR \
17315 AR_FLAGS \
17316 STRIP \
17317 RANLIB \
17318 CC \
17319 CFLAGS \
17320 compiler \
17321 lt_cv_sys_global_symbol_pipe \
17322 lt_cv_sys_global_symbol_to_cdecl \
17323 lt_cv_sys_global_symbol_to_c_name_address \
17324 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
17325 lt_prog_compiler_no_builtin_flag \
17326 lt_prog_compiler_wl \
17327 lt_prog_compiler_pic \
17328 lt_prog_compiler_static \
17329 lt_cv_prog_compiler_c_o \
17330 need_locks \
17331 DSYMUTIL \
17332 NMEDIT \
17333 LIPO \
17334 OTOOL \
17335 OTOOL64 \
17336 shrext_cmds \
17337 export_dynamic_flag_spec \
17338 whole_archive_flag_spec \
17339 compiler_needs_object \
17340 with_gnu_ld \
17341 allow_undefined_flag \
17342 no_undefined_flag \
17343 hardcode_libdir_flag_spec \
17344 hardcode_libdir_flag_spec_ld \
17345 hardcode_libdir_separator \
17346 fix_srcfile_path \
17347 exclude_expsyms \
17348 include_expsyms \
17349 file_list_spec \
17350 variables_saved_for_relink \
17351 libname_spec \
17352 library_names_spec \
17353 soname_spec \
17354 install_override_mode \
17355 finish_eval \
17356 old_striplib \
17357 striplib; do
17358 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
17359 *[\\\\\\\`\\"\\\$]*)
17360 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
17361 ;;
17362 *)
17363 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17364 ;;
17365 esac
17366 done
17367
17368 # Double-quote double-evaled strings.
17369 for var in reload_cmds \
17370 old_postinstall_cmds \
17371 old_postuninstall_cmds \
17372 old_archive_cmds \
17373 extract_expsyms_cmds \
17374 old_archive_from_new_cmds \
17375 old_archive_from_expsyms_cmds \
17376 archive_cmds \
17377 archive_expsym_cmds \
17378 module_cmds \
17379 module_expsym_cmds \
17380 export_symbols_cmds \
17381 prelink_cmds \
17382 postinstall_cmds \
17383 postuninstall_cmds \
17384 finish_cmds \
17385 sys_lib_search_path_spec \
17386 sys_lib_dlsearch_path_spec; do
17387 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
17388 *[\\\\\\\`\\"\\\$]*)
17389 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
17390 ;;
17391 *)
17392 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17393 ;;
17394 esac
17395 done
17396
17397 ac_aux_dir='$ac_aux_dir'
17398 xsi_shell='$xsi_shell'
17399 lt_shell_append='$lt_shell_append'
17400
17401 # See if we are running on zsh, and set the options which allow our
17402 # commands through without removal of \ escapes INIT.
17403 if test -n "\${ZSH_VERSION+set}" ; then
17404 setopt NO_GLOB_SUBST
17405 fi
17406
17407
17408 PACKAGE='$PACKAGE'
17409 VERSION='$VERSION'
17410 TIMESTAMP='$TIMESTAMP'
17411 RM='$RM'
17412 ofile='$ofile'
17413
17414
17415
17416 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
17417 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
17418 # from automake.
17419 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
17420 # Capture the value of LINGUAS because we need it to compute CATALOGS.
17421 LINGUAS="${LINGUAS-%UNSET%}"
17422
17423
17424 GCC="$GCC"
17425 CC="$CC"
17426 acx_cv_header_stdint="$acx_cv_header_stdint"
17427 acx_cv_type_int8_t="$acx_cv_type_int8_t"
17428 acx_cv_type_int16_t="$acx_cv_type_int16_t"
17429 acx_cv_type_int32_t="$acx_cv_type_int32_t"
17430 acx_cv_type_int64_t="$acx_cv_type_int64_t"
17431 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
17432 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
17433 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
17434 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
17435 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
17436 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
17437 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
17438 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
17439 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
17440
17441
17442
17443 _ACEOF
17444
17445 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17446
17447 # Handling of arguments.
17448 for ac_config_target in $ac_config_targets
17449 do
17450 case $ac_config_target in
17451 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
17452 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
17453 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
17454 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
17455 "bfd_stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS bfd_stdint.h" ;;
17456 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17457 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17458 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
17459 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
17460 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
17461
17462 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
17463 esac
17464 done
17465
17466
17467 # If the user did not use the arguments to specify the items to instantiate,
17468 # then the envvar interface is used. Set only those that are not.
17469 # We use the long form for the default assignment because of an extremely
17470 # bizarre bug on SunOS 4.1.3.
17471 if $ac_need_defaults; then
17472 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17473 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17474 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17475 fi
17476
17477 # Have a temporary directory for convenience. Make it in the build tree
17478 # simply because there is no reason against having it here, and in addition,
17479 # creating and moving files from /tmp can sometimes cause problems.
17480 # Hook for its removal unless debugging.
17481 # Note that there is a small window in which the directory will not be cleaned:
17482 # after its creation but before its name has been assigned to `$tmp'.
17483 $debug ||
17484 {
17485 tmp= ac_tmp=
17486 trap 'exit_status=$?
17487 : "${ac_tmp:=$tmp}"
17488 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
17489 ' 0
17490 trap 'as_fn_exit 1' 1 2 13 15
17491 }
17492 # Create a (secure) tmp directory for tmp files.
17493
17494 {
17495 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
17496 test -d "$tmp"
17497 } ||
17498 {
17499 tmp=./conf$$-$RANDOM
17500 (umask 077 && mkdir "$tmp")
17501 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
17502 ac_tmp=$tmp
17503
17504 # Set up the scripts for CONFIG_FILES section.
17505 # No need to generate them if there are no CONFIG_FILES.
17506 # This happens for instance with `./config.status config.h'.
17507 if test -n "$CONFIG_FILES"; then
17508
17509
17510 ac_cr=`echo X | tr X '\015'`
17511 # On cygwin, bash can eat \r inside `` if the user requested igncr.
17512 # But we know of no other shell where ac_cr would be empty at this
17513 # point, so we can use a bashism as a fallback.
17514 if test "x$ac_cr" = x; then
17515 eval ac_cr=\$\'\\r\'
17516 fi
17517 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17518 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17519 ac_cs_awk_cr='\\r'
17520 else
17521 ac_cs_awk_cr=$ac_cr
17522 fi
17523
17524 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
17525 _ACEOF
17526
17527
17528 {
17529 echo "cat >conf$$subs.awk <<_ACEOF" &&
17530 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17531 echo "_ACEOF"
17532 } >conf$$subs.sh ||
17533 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17534 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
17535 ac_delim='%!_!# '
17536 for ac_last_try in false false false false false :; do
17537 . ./conf$$subs.sh ||
17538 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17539
17540 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17541 if test $ac_delim_n = $ac_delim_num; then
17542 break
17543 elif $ac_last_try; then
17544 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17545 else
17546 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17547 fi
17548 done
17549 rm -f conf$$subs.sh
17550
17551 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17552 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
17553 _ACEOF
17554 sed -n '
17555 h
17556 s/^/S["/; s/!.*/"]=/
17557 p
17558 g
17559 s/^[^!]*!//
17560 :repl
17561 t repl
17562 s/'"$ac_delim"'$//
17563 t delim
17564 :nl
17565 h
17566 s/\(.\{148\}\)..*/\1/
17567 t more1
17568 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17569 p
17570 n
17571 b repl
17572 :more1
17573 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17574 p
17575 g
17576 s/.\{148\}//
17577 t nl
17578 :delim
17579 h
17580 s/\(.\{148\}\)..*/\1/
17581 t more2
17582 s/["\\]/\\&/g; s/^/"/; s/$/"/
17583 p
17584 b
17585 :more2
17586 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17587 p
17588 g
17589 s/.\{148\}//
17590 t delim
17591 ' <conf$$subs.awk | sed '
17592 /^[^""]/{
17593 N
17594 s/\n//
17595 }
17596 ' >>$CONFIG_STATUS || ac_write_fail=1
17597 rm -f conf$$subs.awk
17598 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17599 _ACAWK
17600 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
17601 for (key in S) S_is_set[key] = 1
17602 FS = "\a"
17603
17604 }
17605 {
17606 line = $ 0
17607 nfields = split(line, field, "@")
17608 substed = 0
17609 len = length(field[1])
17610 for (i = 2; i < nfields; i++) {
17611 key = field[i]
17612 keylen = length(key)
17613 if (S_is_set[key]) {
17614 value = S[key]
17615 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17616 len += length(value) + length(field[++i])
17617 substed = 1
17618 } else
17619 len += 1 + keylen
17620 }
17621
17622 print line
17623 }
17624
17625 _ACAWK
17626 _ACEOF
17627 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17628 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17629 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17630 else
17631 cat
17632 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
17633 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
17634 _ACEOF
17635
17636 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
17637 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
17638 # trailing colons and then remove the whole line if VPATH becomes empty
17639 # (actually we leave an empty line to preserve line numbers).
17640 if test "x$srcdir" = x.; then
17641 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
17642 h
17643 s///
17644 s/^/:/
17645 s/[ ]*$/:/
17646 s/:\$(srcdir):/:/g
17647 s/:\${srcdir}:/:/g
17648 s/:@srcdir@:/:/g
17649 s/^:*//
17650 s/:*$//
17651 x
17652 s/\(=[ ]*\).*/\1/
17653 G
17654 s/\n//
17655 s/^[^=]*=[ ]*$//
17656 }'
17657 fi
17658
17659 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17660 fi # test -n "$CONFIG_FILES"
17661
17662 # Set up the scripts for CONFIG_HEADERS section.
17663 # No need to generate them if there are no CONFIG_HEADERS.
17664 # This happens for instance with `./config.status Makefile'.
17665 if test -n "$CONFIG_HEADERS"; then
17666 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
17667 BEGIN {
17668 _ACEOF
17669
17670 # Transform confdefs.h into an awk script `defines.awk', embedded as
17671 # here-document in config.status, that substitutes the proper values into
17672 # config.h.in to produce config.h.
17673
17674 # Create a delimiter string that does not exist in confdefs.h, to ease
17675 # handling of long lines.
17676 ac_delim='%!_!# '
17677 for ac_last_try in false false :; do
17678 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
17679 if test -z "$ac_tt"; then
17680 break
17681 elif $ac_last_try; then
17682 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
17683 else
17684 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17685 fi
17686 done
17687
17688 # For the awk script, D is an array of macro values keyed by name,
17689 # likewise P contains macro parameters if any. Preserve backslash
17690 # newline sequences.
17691
17692 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17693 sed -n '
17694 s/.\{148\}/&'"$ac_delim"'/g
17695 t rset
17696 :rset
17697 s/^[ ]*#[ ]*define[ ][ ]*/ /
17698 t def
17699 d
17700 :def
17701 s/\\$//
17702 t bsnl
17703 s/["\\]/\\&/g
17704 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17705 D["\1"]=" \3"/p
17706 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17707 d
17708 :bsnl
17709 s/["\\]/\\&/g
17710 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17711 D["\1"]=" \3\\\\\\n"\\/p
17712 t cont
17713 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17714 t cont
17715 d
17716 :cont
17717 n
17718 s/.\{148\}/&'"$ac_delim"'/g
17719 t clear
17720 :clear
17721 s/\\$//
17722 t bsnlc
17723 s/["\\]/\\&/g; s/^/"/; s/$/"/p
17724 d
17725 :bsnlc
17726 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17727 b cont
17728 ' <confdefs.h | sed '
17729 s/'"$ac_delim"'/"\\\
17730 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17731
17732 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17733 for (key in D) D_is_set[key] = 1
17734 FS = "\a"
17735 }
17736 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17737 line = \$ 0
17738 split(line, arg, " ")
17739 if (arg[1] == "#") {
17740 defundef = arg[2]
17741 mac1 = arg[3]
17742 } else {
17743 defundef = substr(arg[1], 2)
17744 mac1 = arg[2]
17745 }
17746 split(mac1, mac2, "(") #)
17747 macro = mac2[1]
17748 prefix = substr(line, 1, index(line, defundef) - 1)
17749 if (D_is_set[macro]) {
17750 # Preserve the white space surrounding the "#".
17751 print prefix "define", macro P[macro] D[macro]
17752 next
17753 } else {
17754 # Replace #undef with comments. This is necessary, for example,
17755 # in the case of _POSIX_SOURCE, which is predefined and required
17756 # on some systems where configure will not decide to define it.
17757 if (defundef == "undef") {
17758 print "/*", prefix defundef, macro, "*/"
17759 next
17760 }
17761 }
17762 }
17763 { print }
17764 _ACAWK
17765 _ACEOF
17766 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17767 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
17768 fi # test -n "$CONFIG_HEADERS"
17769
17770
17771 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17772 shift
17773 for ac_tag
17774 do
17775 case $ac_tag in
17776 :[FHLC]) ac_mode=$ac_tag; continue;;
17777 esac
17778 case $ac_mode$ac_tag in
17779 :[FHL]*:*);;
17780 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
17781 :[FH]-) ac_tag=-:-;;
17782 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17783 esac
17784 ac_save_IFS=$IFS
17785 IFS=:
17786 set x $ac_tag
17787 IFS=$ac_save_IFS
17788 shift
17789 ac_file=$1
17790 shift
17791
17792 case $ac_mode in
17793 :L) ac_source=$1;;
17794 :[FH])
17795 ac_file_inputs=
17796 for ac_f
17797 do
17798 case $ac_f in
17799 -) ac_f="$ac_tmp/stdin";;
17800 *) # Look for the file first in the build tree, then in the source tree
17801 # (if the path is not absolute). The absolute path cannot be DOS-style,
17802 # because $ac_f cannot contain `:'.
17803 test -f "$ac_f" ||
17804 case $ac_f in
17805 [\\/$]*) false;;
17806 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17807 esac ||
17808 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17809 esac
17810 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17811 as_fn_append ac_file_inputs " '$ac_f'"
17812 done
17813
17814 # Let's still pretend it is `configure' which instantiates (i.e., don't
17815 # use $as_me), people would be surprised to read:
17816 # /* config.h. Generated by config.status. */
17817 configure_input='Generated from '`
17818 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17819 `' by configure.'
17820 if test x"$ac_file" != x-; then
17821 configure_input="$ac_file. $configure_input"
17822 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17823 $as_echo "$as_me: creating $ac_file" >&6;}
17824 fi
17825 # Neutralize special characters interpreted by sed in replacement strings.
17826 case $configure_input in #(
17827 *\&* | *\|* | *\\* )
17828 ac_sed_conf_input=`$as_echo "$configure_input" |
17829 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17830 *) ac_sed_conf_input=$configure_input;;
17831 esac
17832
17833 case $ac_tag in
17834 *:-:* | *:-) cat >"$ac_tmp/stdin" \
17835 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
17836 esac
17837 ;;
17838 esac
17839
17840 ac_dir=`$as_dirname -- "$ac_file" ||
17841 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17842 X"$ac_file" : 'X\(//\)[^/]' \| \
17843 X"$ac_file" : 'X\(//\)$' \| \
17844 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17845 $as_echo X"$ac_file" |
17846 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17847 s//\1/
17848 q
17849 }
17850 /^X\(\/\/\)[^/].*/{
17851 s//\1/
17852 q
17853 }
17854 /^X\(\/\/\)$/{
17855 s//\1/
17856 q
17857 }
17858 /^X\(\/\).*/{
17859 s//\1/
17860 q
17861 }
17862 s/.*/./; q'`
17863 as_dir="$ac_dir"; as_fn_mkdir_p
17864 ac_builddir=.
17865
17866 case "$ac_dir" in
17867 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17868 *)
17869 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17870 # A ".." for each directory in $ac_dir_suffix.
17871 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17872 case $ac_top_builddir_sub in
17873 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17874 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17875 esac ;;
17876 esac
17877 ac_abs_top_builddir=$ac_pwd
17878 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17879 # for backward compatibility:
17880 ac_top_builddir=$ac_top_build_prefix
17881
17882 case $srcdir in
17883 .) # We are building in place.
17884 ac_srcdir=.
17885 ac_top_srcdir=$ac_top_builddir_sub
17886 ac_abs_top_srcdir=$ac_pwd ;;
17887 [\\/]* | ?:[\\/]* ) # Absolute name.
17888 ac_srcdir=$srcdir$ac_dir_suffix;
17889 ac_top_srcdir=$srcdir
17890 ac_abs_top_srcdir=$srcdir ;;
17891 *) # Relative name.
17892 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17893 ac_top_srcdir=$ac_top_build_prefix$srcdir
17894 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17895 esac
17896 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17897
17898
17899 case $ac_mode in
17900 :F)
17901 #
17902 # CONFIG_FILE
17903 #
17904
17905 case $INSTALL in
17906 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17907 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17908 esac
17909 ac_MKDIR_P=$MKDIR_P
17910 case $MKDIR_P in
17911 [\\/$]* | ?:[\\/]* ) ;;
17912 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17913 esac
17914 _ACEOF
17915
17916 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17917 # If the template does not know about datarootdir, expand it.
17918 # FIXME: This hack should be removed a few years after 2.60.
17919 ac_datarootdir_hack=; ac_datarootdir_seen=
17920 ac_sed_dataroot='
17921 /datarootdir/ {
17922 p
17923 q
17924 }
17925 /@datadir@/p
17926 /@docdir@/p
17927 /@infodir@/p
17928 /@localedir@/p
17929 /@mandir@/p'
17930 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17931 *datarootdir*) ac_datarootdir_seen=yes;;
17932 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17933 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17934 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17935 _ACEOF
17936 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17937 ac_datarootdir_hack='
17938 s&@datadir@&$datadir&g
17939 s&@docdir@&$docdir&g
17940 s&@infodir@&$infodir&g
17941 s&@localedir@&$localedir&g
17942 s&@mandir@&$mandir&g
17943 s&\\\${datarootdir}&$datarootdir&g' ;;
17944 esac
17945 _ACEOF
17946
17947 # Neutralize VPATH when `$srcdir' = `.'.
17948 # Shell code in configure.ac might set extrasub.
17949 # FIXME: do we really want to maintain this feature?
17950 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17951 ac_sed_extra="$ac_vpsub
17952 $extrasub
17953 _ACEOF
17954 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17955 :t
17956 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17957 s|@configure_input@|$ac_sed_conf_input|;t t
17958 s&@top_builddir@&$ac_top_builddir_sub&;t t
17959 s&@top_build_prefix@&$ac_top_build_prefix&;t t
17960 s&@srcdir@&$ac_srcdir&;t t
17961 s&@abs_srcdir@&$ac_abs_srcdir&;t t
17962 s&@top_srcdir@&$ac_top_srcdir&;t t
17963 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17964 s&@builddir@&$ac_builddir&;t t
17965 s&@abs_builddir@&$ac_abs_builddir&;t t
17966 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17967 s&@INSTALL@&$ac_INSTALL&;t t
17968 s&@MKDIR_P@&$ac_MKDIR_P&;t t
17969 $ac_datarootdir_hack
17970 "
17971 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17972 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17973
17974 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17975 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17976 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17977 "$ac_tmp/out"`; test -z "$ac_out"; } &&
17978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17979 which seems to be undefined. Please make sure it is defined" >&5
17980 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17981 which seems to be undefined. Please make sure it is defined" >&2;}
17982
17983 rm -f "$ac_tmp/stdin"
17984 case $ac_file in
17985 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17986 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17987 esac \
17988 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17989 ;;
17990 :H)
17991 #
17992 # CONFIG_HEADER
17993 #
17994 if test x"$ac_file" != x-; then
17995 {
17996 $as_echo "/* $configure_input */" \
17997 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17998 } >"$ac_tmp/config.h" \
17999 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18000 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
18001 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18002 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18003 else
18004 rm -f "$ac_file"
18005 mv "$ac_tmp/config.h" "$ac_file" \
18006 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18007 fi
18008 else
18009 $as_echo "/* $configure_input */" \
18010 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18011 || as_fn_error $? "could not create -" "$LINENO" 5
18012 fi
18013 # Compute "$ac_file"'s index in $config_headers.
18014 _am_arg="$ac_file"
18015 _am_stamp_count=1
18016 for _am_header in $config_headers :; do
18017 case $_am_header in
18018 $_am_arg | $_am_arg:* )
18019 break ;;
18020 * )
18021 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
18022 esac
18023 done
18024 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
18025 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18026 X"$_am_arg" : 'X\(//\)[^/]' \| \
18027 X"$_am_arg" : 'X\(//\)$' \| \
18028 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
18029 $as_echo X"$_am_arg" |
18030 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18031 s//\1/
18032 q
18033 }
18034 /^X\(\/\/\)[^/].*/{
18035 s//\1/
18036 q
18037 }
18038 /^X\(\/\/\)$/{
18039 s//\1/
18040 q
18041 }
18042 /^X\(\/\).*/{
18043 s//\1/
18044 q
18045 }
18046 s/.*/./; q'`/stamp-h$_am_stamp_count
18047 ;;
18048
18049 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18050 $as_echo "$as_me: executing $ac_file commands" >&6;}
18051 ;;
18052 esac
18053
18054
18055 case $ac_file$ac_mode in
18056 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
18057 # Older Autoconf quotes --file arguments for eval, but not when files
18058 # are listed without --file. Let's play safe and only enable the eval
18059 # if we detect the quoting.
18060 case $CONFIG_FILES in
18061 *\'*) eval set x "$CONFIG_FILES" ;;
18062 *) set x $CONFIG_FILES ;;
18063 esac
18064 shift
18065 for mf
18066 do
18067 # Strip MF so we end up with the name of the file.
18068 mf=`echo "$mf" | sed -e 's/:.*$//'`
18069 # Check whether this is an Automake generated Makefile or not.
18070 # We used to match only the files named 'Makefile.in', but
18071 # some people rename them; so instead we look at the file content.
18072 # Grep'ing the first line is not enough: some people post-process
18073 # each Makefile.in and add a new line on top of each file to say so.
18074 # Grep'ing the whole file is not good either: AIX grep has a line
18075 # limit of 2048, but all sed's we know have understand at least 4000.
18076 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
18077 dirpart=`$as_dirname -- "$mf" ||
18078 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18079 X"$mf" : 'X\(//\)[^/]' \| \
18080 X"$mf" : 'X\(//\)$' \| \
18081 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18082 $as_echo X"$mf" |
18083 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18084 s//\1/
18085 q
18086 }
18087 /^X\(\/\/\)[^/].*/{
18088 s//\1/
18089 q
18090 }
18091 /^X\(\/\/\)$/{
18092 s//\1/
18093 q
18094 }
18095 /^X\(\/\).*/{
18096 s//\1/
18097 q
18098 }
18099 s/.*/./; q'`
18100 else
18101 continue
18102 fi
18103 # Extract the definition of DEPDIR, am__include, and am__quote
18104 # from the Makefile without running 'make'.
18105 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
18106 test -z "$DEPDIR" && continue
18107 am__include=`sed -n 's/^am__include = //p' < "$mf"`
18108 test -z "$am__include" && continue
18109 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
18110 # Find all dependency output files, they are included files with
18111 # $(DEPDIR) in their names. We invoke sed twice because it is the
18112 # simplest approach to changing $(DEPDIR) to its actual value in the
18113 # expansion.
18114 for file in `sed -n "
18115 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18116 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
18117 # Make sure the directory exists.
18118 test -f "$dirpart/$file" && continue
18119 fdir=`$as_dirname -- "$file" ||
18120 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18121 X"$file" : 'X\(//\)[^/]' \| \
18122 X"$file" : 'X\(//\)$' \| \
18123 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18124 $as_echo X"$file" |
18125 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18126 s//\1/
18127 q
18128 }
18129 /^X\(\/\/\)[^/].*/{
18130 s//\1/
18131 q
18132 }
18133 /^X\(\/\/\)$/{
18134 s//\1/
18135 q
18136 }
18137 /^X\(\/\).*/{
18138 s//\1/
18139 q
18140 }
18141 s/.*/./; q'`
18142 as_dir=$dirpart/$fdir; as_fn_mkdir_p
18143 # echo "creating $dirpart/$file"
18144 echo '# dummy' > "$dirpart/$file"
18145 done
18146 done
18147 }
18148 ;;
18149 "libtool":C)
18150
18151 # See if we are running on zsh, and set the options which allow our
18152 # commands through without removal of \ escapes.
18153 if test -n "${ZSH_VERSION+set}" ; then
18154 setopt NO_GLOB_SUBST
18155 fi
18156
18157 cfgfile="${ofile}T"
18158 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
18159 $RM "$cfgfile"
18160
18161 cat <<_LT_EOF >> "$cfgfile"
18162 #! $SHELL
18163
18164 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
18165 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
18166 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18167 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
18168 #
18169 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
18170 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
18171 # Written by Gordon Matzigkeit, 1996
18172 #
18173 # This file is part of GNU Libtool.
18174 #
18175 # GNU Libtool is free software; you can redistribute it and/or
18176 # modify it under the terms of the GNU General Public License as
18177 # published by the Free Software Foundation; either version 2 of
18178 # the License, or (at your option) any later version.
18179 #
18180 # As a special exception to the GNU General Public License,
18181 # if you distribute this file as part of a program or library that
18182 # is built using GNU Libtool, you may include this file under the
18183 # same distribution terms that you use for the rest of that program.
18184 #
18185 # GNU Libtool is distributed in the hope that it will be useful,
18186 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18187 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18188 # GNU General Public License for more details.
18189 #
18190 # You should have received a copy of the GNU General Public License
18191 # along with GNU Libtool; see the file COPYING. If not, a copy
18192 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
18193 # obtained by writing to the Free Software Foundation, Inc.,
18194 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18195
18196
18197 # The names of the tagged configurations supported by this script.
18198 available_tags=""
18199
18200 # ### BEGIN LIBTOOL CONFIG
18201
18202 # Whether or not to build shared libraries.
18203 build_libtool_libs=$enable_shared
18204
18205 # Which release of libtool.m4 was used?
18206 macro_version=$macro_version
18207 macro_revision=$macro_revision
18208
18209 # Whether or not to build static libraries.
18210 build_old_libs=$enable_static
18211
18212 # What type of objects to build.
18213 pic_mode=$pic_mode
18214
18215 # Whether or not to optimize for fast installation.
18216 fast_install=$enable_fast_install
18217
18218 # Shell to use when invoking shell scripts.
18219 SHELL=$lt_SHELL
18220
18221 # An echo program that protects backslashes.
18222 ECHO=$lt_ECHO
18223
18224 # The host system.
18225 host_alias=$host_alias
18226 host=$host
18227 host_os=$host_os
18228
18229 # The build system.
18230 build_alias=$build_alias
18231 build=$build
18232 build_os=$build_os
18233
18234 # A sed program that does not truncate output.
18235 SED=$lt_SED
18236
18237 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
18238 Xsed="\$SED -e 1s/^X//"
18239
18240 # A grep program that handles long lines.
18241 GREP=$lt_GREP
18242
18243 # An ERE matcher.
18244 EGREP=$lt_EGREP
18245
18246 # A literal string matcher.
18247 FGREP=$lt_FGREP
18248
18249 # A BSD- or MS-compatible name lister.
18250 NM=$lt_NM
18251
18252 # Whether we need soft or hard links.
18253 LN_S=$lt_LN_S
18254
18255 # What is the maximum length of a command?
18256 max_cmd_len=$max_cmd_len
18257
18258 # Object file suffix (normally "o").
18259 objext=$ac_objext
18260
18261 # Executable file suffix (normally "").
18262 exeext=$exeext
18263
18264 # whether the shell understands "unset".
18265 lt_unset=$lt_unset
18266
18267 # turn spaces into newlines.
18268 SP2NL=$lt_lt_SP2NL
18269
18270 # turn newlines into spaces.
18271 NL2SP=$lt_lt_NL2SP
18272
18273 # An object symbol dumper.
18274 OBJDUMP=$lt_OBJDUMP
18275
18276 # Method to check whether dependent libraries are shared objects.
18277 deplibs_check_method=$lt_deplibs_check_method
18278
18279 # Command to use when deplibs_check_method == "file_magic".
18280 file_magic_cmd=$lt_file_magic_cmd
18281
18282 # The archiver.
18283 AR=$lt_AR
18284 AR_FLAGS=$lt_AR_FLAGS
18285
18286 # A symbol stripping program.
18287 STRIP=$lt_STRIP
18288
18289 # Commands used to install an old-style archive.
18290 RANLIB=$lt_RANLIB
18291 old_postinstall_cmds=$lt_old_postinstall_cmds
18292 old_postuninstall_cmds=$lt_old_postuninstall_cmds
18293
18294 # Whether to use a lock for old archive extraction.
18295 lock_old_archive_extraction=$lock_old_archive_extraction
18296
18297 # A C compiler.
18298 LTCC=$lt_CC
18299
18300 # LTCC compiler flags.
18301 LTCFLAGS=$lt_CFLAGS
18302
18303 # Take the output of nm and produce a listing of raw symbols and C names.
18304 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
18305
18306 # Transform the output of nm in a proper C declaration.
18307 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
18308
18309 # Transform the output of nm in a C name address pair.
18310 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
18311
18312 # Transform the output of nm in a C name address pair when lib prefix is needed.
18313 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
18314
18315 # The name of the directory that contains temporary libtool files.
18316 objdir=$objdir
18317
18318 # Used to examine libraries when file_magic_cmd begins with "file".
18319 MAGIC_CMD=$MAGIC_CMD
18320
18321 # Must we lock files when doing compilation?
18322 need_locks=$lt_need_locks
18323
18324 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
18325 DSYMUTIL=$lt_DSYMUTIL
18326
18327 # Tool to change global to local symbols on Mac OS X.
18328 NMEDIT=$lt_NMEDIT
18329
18330 # Tool to manipulate fat objects and archives on Mac OS X.
18331 LIPO=$lt_LIPO
18332
18333 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
18334 OTOOL=$lt_OTOOL
18335
18336 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
18337 OTOOL64=$lt_OTOOL64
18338
18339 # Old archive suffix (normally "a").
18340 libext=$libext
18341
18342 # Shared library suffix (normally ".so").
18343 shrext_cmds=$lt_shrext_cmds
18344
18345 # The commands to extract the exported symbol list from a shared archive.
18346 extract_expsyms_cmds=$lt_extract_expsyms_cmds
18347
18348 # Variables whose values should be saved in libtool wrapper scripts and
18349 # restored at link time.
18350 variables_saved_for_relink=$lt_variables_saved_for_relink
18351
18352 # Do we need the "lib" prefix for modules?
18353 need_lib_prefix=$need_lib_prefix
18354
18355 # Do we need a version for libraries?
18356 need_version=$need_version
18357
18358 # Library versioning type.
18359 version_type=$version_type
18360
18361 # Shared library runtime path variable.
18362 runpath_var=$runpath_var
18363
18364 # Shared library path variable.
18365 shlibpath_var=$shlibpath_var
18366
18367 # Is shlibpath searched before the hard-coded library search path?
18368 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
18369
18370 # Format of library name prefix.
18371 libname_spec=$lt_libname_spec
18372
18373 # List of archive names. First name is the real one, the rest are links.
18374 # The last name is the one that the linker finds with -lNAME
18375 library_names_spec=$lt_library_names_spec
18376
18377 # The coded name of the library, if different from the real name.
18378 soname_spec=$lt_soname_spec
18379
18380 # Permission mode override for installation of shared libraries.
18381 install_override_mode=$lt_install_override_mode
18382
18383 # Command to use after installation of a shared archive.
18384 postinstall_cmds=$lt_postinstall_cmds
18385
18386 # Command to use after uninstallation of a shared archive.
18387 postuninstall_cmds=$lt_postuninstall_cmds
18388
18389 # Commands used to finish a libtool library installation in a directory.
18390 finish_cmds=$lt_finish_cmds
18391
18392 # As "finish_cmds", except a single script fragment to be evaled but
18393 # not shown.
18394 finish_eval=$lt_finish_eval
18395
18396 # Whether we should hardcode library paths into libraries.
18397 hardcode_into_libs=$hardcode_into_libs
18398
18399 # Compile-time system search path for libraries.
18400 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
18401
18402 # Run-time system search path for libraries.
18403 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
18404
18405 # Whether dlopen is supported.
18406 dlopen_support=$enable_dlopen
18407
18408 # Whether dlopen of programs is supported.
18409 dlopen_self=$enable_dlopen_self
18410
18411 # Whether dlopen of statically linked programs is supported.
18412 dlopen_self_static=$enable_dlopen_self_static
18413
18414 # Commands to strip libraries.
18415 old_striplib=$lt_old_striplib
18416 striplib=$lt_striplib
18417
18418
18419 # The linker used to build libraries.
18420 LD=$lt_LD
18421
18422 # How to create reloadable object files.
18423 reload_flag=$lt_reload_flag
18424 reload_cmds=$lt_reload_cmds
18425
18426 # Commands used to build an old-style archive.
18427 old_archive_cmds=$lt_old_archive_cmds
18428
18429 # A language specific compiler.
18430 CC=$lt_compiler
18431
18432 # Is the compiler the GNU compiler?
18433 with_gcc=$GCC
18434
18435 # Compiler flag to turn off builtin functions.
18436 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
18437
18438 # How to pass a linker flag through the compiler.
18439 wl=$lt_lt_prog_compiler_wl
18440
18441 # Additional compiler flags for building library objects.
18442 pic_flag=$lt_lt_prog_compiler_pic
18443
18444 # Compiler flag to prevent dynamic linking.
18445 link_static_flag=$lt_lt_prog_compiler_static
18446
18447 # Does compiler simultaneously support -c and -o options?
18448 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
18449
18450 # Whether or not to add -lc for building shared libraries.
18451 build_libtool_need_lc=$archive_cmds_need_lc
18452
18453 # Whether or not to disallow shared libs when runtime libs are static.
18454 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
18455
18456 # Compiler flag to allow reflexive dlopens.
18457 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
18458
18459 # Compiler flag to generate shared objects directly from archives.
18460 whole_archive_flag_spec=$lt_whole_archive_flag_spec
18461
18462 # Whether the compiler copes with passing no objects directly.
18463 compiler_needs_object=$lt_compiler_needs_object
18464
18465 # Create an old-style archive from a shared archive.
18466 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
18467
18468 # Create a temporary old-style archive to link instead of a shared archive.
18469 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
18470
18471 # Commands used to build a shared archive.
18472 archive_cmds=$lt_archive_cmds
18473 archive_expsym_cmds=$lt_archive_expsym_cmds
18474
18475 # Commands used to build a loadable module if different from building
18476 # a shared archive.
18477 module_cmds=$lt_module_cmds
18478 module_expsym_cmds=$lt_module_expsym_cmds
18479
18480 # Whether we are building with GNU ld or not.
18481 with_gnu_ld=$lt_with_gnu_ld
18482
18483 # Flag that allows shared libraries with undefined symbols to be built.
18484 allow_undefined_flag=$lt_allow_undefined_flag
18485
18486 # Flag that enforces no undefined symbols.
18487 no_undefined_flag=$lt_no_undefined_flag
18488
18489 # Flag to hardcode \$libdir into a binary during linking.
18490 # This must work even if \$libdir does not exist
18491 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
18492
18493 # If ld is used when linking, flag to hardcode \$libdir into a binary
18494 # during linking. This must work even if \$libdir does not exist.
18495 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
18496
18497 # Whether we need a single "-rpath" flag with a separated argument.
18498 hardcode_libdir_separator=$lt_hardcode_libdir_separator
18499
18500 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18501 # DIR into the resulting binary.
18502 hardcode_direct=$hardcode_direct
18503
18504 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18505 # DIR into the resulting binary and the resulting library dependency is
18506 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
18507 # library is relocated.
18508 hardcode_direct_absolute=$hardcode_direct_absolute
18509
18510 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
18511 # into the resulting binary.
18512 hardcode_minus_L=$hardcode_minus_L
18513
18514 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
18515 # into the resulting binary.
18516 hardcode_shlibpath_var=$hardcode_shlibpath_var
18517
18518 # Set to "yes" if building a shared library automatically hardcodes DIR
18519 # into the library and all subsequent libraries and executables linked
18520 # against it.
18521 hardcode_automatic=$hardcode_automatic
18522
18523 # Set to yes if linker adds runtime paths of dependent libraries
18524 # to runtime path list.
18525 inherit_rpath=$inherit_rpath
18526
18527 # Whether libtool must link a program against all its dependency libraries.
18528 link_all_deplibs=$link_all_deplibs
18529
18530 # Fix the shell variable \$srcfile for the compiler.
18531 fix_srcfile_path=$lt_fix_srcfile_path
18532
18533 # Set to "yes" if exported symbols are required.
18534 always_export_symbols=$always_export_symbols
18535
18536 # The commands to list exported symbols.
18537 export_symbols_cmds=$lt_export_symbols_cmds
18538
18539 # Symbols that should not be listed in the preloaded symbols.
18540 exclude_expsyms=$lt_exclude_expsyms
18541
18542 # Symbols that must always be exported.
18543 include_expsyms=$lt_include_expsyms
18544
18545 # Commands necessary for linking programs (against libraries) with templates.
18546 prelink_cmds=$lt_prelink_cmds
18547
18548 # Specify filename containing input files.
18549 file_list_spec=$lt_file_list_spec
18550
18551 # How to hardcode a shared library path into an executable.
18552 hardcode_action=$hardcode_action
18553
18554 # ### END LIBTOOL CONFIG
18555
18556 _LT_EOF
18557
18558 case $host_os in
18559 aix3*)
18560 cat <<\_LT_EOF >> "$cfgfile"
18561 # AIX sometimes has problems with the GCC collect2 program. For some
18562 # reason, if we set the COLLECT_NAMES environment variable, the problems
18563 # vanish in a puff of smoke.
18564 if test "X${COLLECT_NAMES+set}" != Xset; then
18565 COLLECT_NAMES=
18566 export COLLECT_NAMES
18567 fi
18568 _LT_EOF
18569 ;;
18570 esac
18571
18572
18573 ltmain="$ac_aux_dir/ltmain.sh"
18574
18575
18576 # We use sed instead of cat because bash on DJGPP gets confused if
18577 # if finds mixed CR/LF and LF-only lines. Since sed operates in
18578 # text mode, it properly converts lines to CR/LF. This bash problem
18579 # is reportedly fixed, but why not run on old versions too?
18580 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
18581 || (rm -f "$cfgfile"; exit 1)
18582
18583 case $xsi_shell in
18584 yes)
18585 cat << \_LT_EOF >> "$cfgfile"
18586
18587 # func_dirname file append nondir_replacement
18588 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
18589 # otherwise set result to NONDIR_REPLACEMENT.
18590 func_dirname ()
18591 {
18592 case ${1} in
18593 */*) func_dirname_result="${1%/*}${2}" ;;
18594 * ) func_dirname_result="${3}" ;;
18595 esac
18596 }
18597
18598 # func_basename file
18599 func_basename ()
18600 {
18601 func_basename_result="${1##*/}"
18602 }
18603
18604 # func_dirname_and_basename file append nondir_replacement
18605 # perform func_basename and func_dirname in a single function
18606 # call:
18607 # dirname: Compute the dirname of FILE. If nonempty,
18608 # add APPEND to the result, otherwise set result
18609 # to NONDIR_REPLACEMENT.
18610 # value returned in "$func_dirname_result"
18611 # basename: Compute filename of FILE.
18612 # value retuned in "$func_basename_result"
18613 # Implementation must be kept synchronized with func_dirname
18614 # and func_basename. For efficiency, we do not delegate to
18615 # those functions but instead duplicate the functionality here.
18616 func_dirname_and_basename ()
18617 {
18618 case ${1} in
18619 */*) func_dirname_result="${1%/*}${2}" ;;
18620 * ) func_dirname_result="${3}" ;;
18621 esac
18622 func_basename_result="${1##*/}"
18623 }
18624
18625 # func_stripname prefix suffix name
18626 # strip PREFIX and SUFFIX off of NAME.
18627 # PREFIX and SUFFIX must not contain globbing or regex special
18628 # characters, hashes, percent signs, but SUFFIX may contain a leading
18629 # dot (in which case that matches only a dot).
18630 func_stripname ()
18631 {
18632 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
18633 # positional parameters, so assign one to ordinary parameter first.
18634 func_stripname_result=${3}
18635 func_stripname_result=${func_stripname_result#"${1}"}
18636 func_stripname_result=${func_stripname_result%"${2}"}
18637 }
18638
18639 # func_opt_split
18640 func_opt_split ()
18641 {
18642 func_opt_split_opt=${1%%=*}
18643 func_opt_split_arg=${1#*=}
18644 }
18645
18646 # func_lo2o object
18647 func_lo2o ()
18648 {
18649 case ${1} in
18650 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
18651 *) func_lo2o_result=${1} ;;
18652 esac
18653 }
18654
18655 # func_xform libobj-or-source
18656 func_xform ()
18657 {
18658 func_xform_result=${1%.*}.lo
18659 }
18660
18661 # func_arith arithmetic-term...
18662 func_arith ()
18663 {
18664 func_arith_result=$(( $* ))
18665 }
18666
18667 # func_len string
18668 # STRING may not start with a hyphen.
18669 func_len ()
18670 {
18671 func_len_result=${#1}
18672 }
18673
18674 _LT_EOF
18675 ;;
18676 *) # Bourne compatible functions.
18677 cat << \_LT_EOF >> "$cfgfile"
18678
18679 # func_dirname file append nondir_replacement
18680 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
18681 # otherwise set result to NONDIR_REPLACEMENT.
18682 func_dirname ()
18683 {
18684 # Extract subdirectory from the argument.
18685 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
18686 if test "X$func_dirname_result" = "X${1}"; then
18687 func_dirname_result="${3}"
18688 else
18689 func_dirname_result="$func_dirname_result${2}"
18690 fi
18691 }
18692
18693 # func_basename file
18694 func_basename ()
18695 {
18696 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
18697 }
18698
18699
18700 # func_stripname prefix suffix name
18701 # strip PREFIX and SUFFIX off of NAME.
18702 # PREFIX and SUFFIX must not contain globbing or regex special
18703 # characters, hashes, percent signs, but SUFFIX may contain a leading
18704 # dot (in which case that matches only a dot).
18705 # func_strip_suffix prefix name
18706 func_stripname ()
18707 {
18708 case ${2} in
18709 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18710 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
18711 esac
18712 }
18713
18714 # sed scripts:
18715 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
18716 my_sed_long_arg='1s/^-[^=]*=//'
18717
18718 # func_opt_split
18719 func_opt_split ()
18720 {
18721 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18722 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
18723 }
18724
18725 # func_lo2o object
18726 func_lo2o ()
18727 {
18728 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
18729 }
18730
18731 # func_xform libobj-or-source
18732 func_xform ()
18733 {
18734 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
18735 }
18736
18737 # func_arith arithmetic-term...
18738 func_arith ()
18739 {
18740 func_arith_result=`expr "$@"`
18741 }
18742
18743 # func_len string
18744 # STRING may not start with a hyphen.
18745 func_len ()
18746 {
18747 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18748 }
18749
18750 _LT_EOF
18751 esac
18752
18753 case $lt_shell_append in
18754 yes)
18755 cat << \_LT_EOF >> "$cfgfile"
18756
18757 # func_append var value
18758 # Append VALUE to the end of shell variable VAR.
18759 func_append ()
18760 {
18761 eval "$1+=\$2"
18762 }
18763 _LT_EOF
18764 ;;
18765 *)
18766 cat << \_LT_EOF >> "$cfgfile"
18767
18768 # func_append var value
18769 # Append VALUE to the end of shell variable VAR.
18770 func_append ()
18771 {
18772 eval "$1=\$$1\$2"
18773 }
18774
18775 _LT_EOF
18776 ;;
18777 esac
18778
18779
18780 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18781 || (rm -f "$cfgfile"; exit 1)
18782
18783 mv -f "$cfgfile" "$ofile" ||
18784 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18785 chmod +x "$ofile"
18786
18787 ;;
18788 "default-1":C)
18789 for ac_file in $CONFIG_FILES; do
18790 # Support "outfile[:infile[:infile...]]"
18791 case "$ac_file" in
18792 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18793 esac
18794 # PO directories have a Makefile.in generated from Makefile.in.in.
18795 case "$ac_file" in */Makefile.in)
18796 # Adjust a relative srcdir.
18797 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
18798 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
18799 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
18800 # In autoconf-2.13 it is called $ac_given_srcdir.
18801 # In autoconf-2.50 it is called $srcdir.
18802 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
18803 case "$ac_given_srcdir" in
18804 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
18805 /*) top_srcdir="$ac_given_srcdir" ;;
18806 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
18807 esac
18808 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
18809 rm -f "$ac_dir/POTFILES"
18810 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
18811 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
18812 POMAKEFILEDEPS="POTFILES.in"
18813 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
18814 # on $ac_dir but don't depend on user-specified configuration
18815 # parameters.
18816 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
18817 # The LINGUAS file contains the set of available languages.
18818 if test -n "$OBSOLETE_ALL_LINGUAS"; then
18819 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
18820 fi
18821 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
18822 # Hide the ALL_LINGUAS assigment from automake.
18823 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
18824 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
18825 else
18826 # The set of available languages was given in configure.ac.
18827 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
18828 fi
18829 case "$ac_given_srcdir" in
18830 .) srcdirpre= ;;
18831 *) srcdirpre='$(srcdir)/' ;;
18832 esac
18833 POFILES=
18834 GMOFILES=
18835 UPDATEPOFILES=
18836 DUMMYPOFILES=
18837 for lang in $ALL_LINGUAS; do
18838 POFILES="$POFILES $srcdirpre$lang.po"
18839 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18840 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
18841 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
18842 done
18843 # CATALOGS depends on both $ac_dir and the user's LINGUAS
18844 # environment variable.
18845 INST_LINGUAS=
18846 if test -n "$ALL_LINGUAS"; then
18847 for presentlang in $ALL_LINGUAS; do
18848 useit=no
18849 if test "%UNSET%" != "$LINGUAS"; then
18850 desiredlanguages="$LINGUAS"
18851 else
18852 desiredlanguages="$ALL_LINGUAS"
18853 fi
18854 for desiredlang in $desiredlanguages; do
18855 # Use the presentlang catalog if desiredlang is
18856 # a. equal to presentlang, or
18857 # b. a variant of presentlang (because in this case,
18858 # presentlang can be used as a fallback for messages
18859 # which are not translated in the desiredlang catalog).
18860 case "$desiredlang" in
18861 "$presentlang"*) useit=yes;;
18862 esac
18863 done
18864 if test $useit = yes; then
18865 INST_LINGUAS="$INST_LINGUAS $presentlang"
18866 fi
18867 done
18868 fi
18869 CATALOGS=
18870 if test -n "$INST_LINGUAS"; then
18871 for lang in $INST_LINGUAS; do
18872 CATALOGS="$CATALOGS $lang.gmo"
18873 done
18874 fi
18875 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
18876 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"
18877 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
18878 if test -f "$f"; then
18879 case "$f" in
18880 *.orig | *.bak | *~) ;;
18881 *) cat "$f" >> "$ac_dir/Makefile" ;;
18882 esac
18883 fi
18884 done
18885 fi
18886 ;;
18887 esac
18888 done ;;
18889 "bfd_stdint.h":C)
18890 if test "$GCC" = yes; then
18891 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18892 else
18893 echo "/* generated for $CC */" > tmp-stdint.h
18894 fi
18895
18896 sed 's/^ *//' >> tmp-stdint.h <<EOF
18897
18898 #ifndef GCC_GENERATED_STDINT_H
18899 #define GCC_GENERATED_STDINT_H 1
18900
18901 #include <sys/types.h>
18902 EOF
18903
18904 if test "$acx_cv_header_stdint" != stdint.h; then
18905 echo "#include <stddef.h>" >> tmp-stdint.h
18906 fi
18907 if test "$acx_cv_header_stdint" != stddef.h; then
18908 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18909 fi
18910
18911 sed 's/^ *//' >> tmp-stdint.h <<EOF
18912 /* glibc uses these symbols as guards to prevent redefinitions. */
18913 #ifdef __int8_t_defined
18914 #define _INT8_T
18915 #define _INT16_T
18916 #define _INT32_T
18917 #endif
18918 #ifdef __uint32_t_defined
18919 #define _UINT32_T
18920 #endif
18921
18922 EOF
18923
18924 # ----------------- done header, emit basic int types -------------
18925 if test "$acx_cv_header_stdint" = stddef.h; then
18926 sed 's/^ *//' >> tmp-stdint.h <<EOF
18927
18928 #ifndef _UINT8_T
18929 #define _UINT8_T
18930 #ifndef __uint8_t_defined
18931 #define __uint8_t_defined
18932 #ifndef uint8_t
18933 typedef unsigned $acx_cv_type_int8_t uint8_t;
18934 #endif
18935 #endif
18936 #endif
18937
18938 #ifndef _UINT16_T
18939 #define _UINT16_T
18940 #ifndef __uint16_t_defined
18941 #define __uint16_t_defined
18942 #ifndef uint16_t
18943 typedef unsigned $acx_cv_type_int16_t uint16_t;
18944 #endif
18945 #endif
18946 #endif
18947
18948 #ifndef _UINT32_T
18949 #define _UINT32_T
18950 #ifndef __uint32_t_defined
18951 #define __uint32_t_defined
18952 #ifndef uint32_t
18953 typedef unsigned $acx_cv_type_int32_t uint32_t;
18954 #endif
18955 #endif
18956 #endif
18957
18958 #ifndef _INT8_T
18959 #define _INT8_T
18960 #ifndef __int8_t_defined
18961 #define __int8_t_defined
18962 #ifndef int8_t
18963 typedef $acx_cv_type_int8_t int8_t;
18964 #endif
18965 #endif
18966 #endif
18967
18968 #ifndef _INT16_T
18969 #define _INT16_T
18970 #ifndef __int16_t_defined
18971 #define __int16_t_defined
18972 #ifndef int16_t
18973 typedef $acx_cv_type_int16_t int16_t;
18974 #endif
18975 #endif
18976 #endif
18977
18978 #ifndef _INT32_T
18979 #define _INT32_T
18980 #ifndef __int32_t_defined
18981 #define __int32_t_defined
18982 #ifndef int32_t
18983 typedef $acx_cv_type_int32_t int32_t;
18984 #endif
18985 #endif
18986 #endif
18987 EOF
18988 elif test "$ac_cv_type_u_int32_t" = yes; then
18989 sed 's/^ *//' >> tmp-stdint.h <<EOF
18990
18991 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18992 #ifndef _INT8_T
18993 #define _INT8_T
18994 #endif
18995 #ifndef _INT16_T
18996 #define _INT16_T
18997 #endif
18998 #ifndef _INT32_T
18999 #define _INT32_T
19000 #endif
19001
19002 #ifndef _UINT8_T
19003 #define _UINT8_T
19004 #ifndef __uint8_t_defined
19005 #define __uint8_t_defined
19006 #ifndef uint8_t
19007 typedef u_int8_t uint8_t;
19008 #endif
19009 #endif
19010 #endif
19011
19012 #ifndef _UINT16_T
19013 #define _UINT16_T
19014 #ifndef __uint16_t_defined
19015 #define __uint16_t_defined
19016 #ifndef uint16_t
19017 typedef u_int16_t uint16_t;
19018 #endif
19019 #endif
19020 #endif
19021
19022 #ifndef _UINT32_T
19023 #define _UINT32_T
19024 #ifndef __uint32_t_defined
19025 #define __uint32_t_defined
19026 #ifndef uint32_t
19027 typedef u_int32_t uint32_t;
19028 #endif
19029 #endif
19030 #endif
19031 EOF
19032 else
19033 sed 's/^ *//' >> tmp-stdint.h <<EOF
19034
19035 /* Some systems have guard macros to prevent redefinitions, define them. */
19036 #ifndef _INT8_T
19037 #define _INT8_T
19038 #endif
19039 #ifndef _INT16_T
19040 #define _INT16_T
19041 #endif
19042 #ifndef _INT32_T
19043 #define _INT32_T
19044 #endif
19045 #ifndef _UINT8_T
19046 #define _UINT8_T
19047 #endif
19048 #ifndef _UINT16_T
19049 #define _UINT16_T
19050 #endif
19051 #ifndef _UINT32_T
19052 #define _UINT32_T
19053 #endif
19054 EOF
19055 fi
19056
19057 # ------------- done basic int types, emit int64_t types ------------
19058 if test "$ac_cv_type_uint64_t" = yes; then
19059 sed 's/^ *//' >> tmp-stdint.h <<EOF
19060
19061 /* system headers have good uint64_t and int64_t */
19062 #ifndef _INT64_T
19063 #define _INT64_T
19064 #endif
19065 #ifndef _UINT64_T
19066 #define _UINT64_T
19067 #endif
19068 EOF
19069 elif test "$ac_cv_type_u_int64_t" = yes; then
19070 sed 's/^ *//' >> tmp-stdint.h <<EOF
19071
19072 /* system headers have an u_int64_t (and int64_t) */
19073 #ifndef _INT64_T
19074 #define _INT64_T
19075 #endif
19076 #ifndef _UINT64_T
19077 #define _UINT64_T
19078 #ifndef __uint64_t_defined
19079 #define __uint64_t_defined
19080 #ifndef uint64_t
19081 typedef u_int64_t uint64_t;
19082 #endif
19083 #endif
19084 #endif
19085 EOF
19086 elif test -n "$acx_cv_type_int64_t"; then
19087 sed 's/^ *//' >> tmp-stdint.h <<EOF
19088
19089 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
19090 #ifndef _INT64_T
19091 #define _INT64_T
19092 #ifndef int64_t
19093 typedef $acx_cv_type_int64_t int64_t;
19094 #endif
19095 #endif
19096 #ifndef _UINT64_T
19097 #define _UINT64_T
19098 #ifndef __uint64_t_defined
19099 #define __uint64_t_defined
19100 #ifndef uint64_t
19101 typedef unsigned $acx_cv_type_int64_t uint64_t;
19102 #endif
19103 #endif
19104 #endif
19105 EOF
19106 else
19107 sed 's/^ *//' >> tmp-stdint.h <<EOF
19108
19109 /* some common heuristics for int64_t, using compiler-specific tests */
19110 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
19111 #ifndef _INT64_T
19112 #define _INT64_T
19113 #ifndef __int64_t_defined
19114 #ifndef int64_t
19115 typedef long long int64_t;
19116 #endif
19117 #endif
19118 #endif
19119 #ifndef _UINT64_T
19120 #define _UINT64_T
19121 #ifndef uint64_t
19122 typedef unsigned long long uint64_t;
19123 #endif
19124 #endif
19125
19126 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
19127 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
19128 does not implement __extension__. But that compiler doesn't define
19129 __GNUC_MINOR__. */
19130 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
19131 # define __extension__
19132 # endif
19133
19134 # ifndef _INT64_T
19135 # define _INT64_T
19136 # ifndef int64_t
19137 __extension__ typedef long long int64_t;
19138 # endif
19139 # endif
19140 # ifndef _UINT64_T
19141 # define _UINT64_T
19142 # ifndef uint64_t
19143 __extension__ typedef unsigned long long uint64_t;
19144 # endif
19145 # endif
19146
19147 #elif !defined __STRICT_ANSI__
19148 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
19149
19150 # ifndef _INT64_T
19151 # define _INT64_T
19152 # ifndef int64_t
19153 typedef __int64 int64_t;
19154 # endif
19155 # endif
19156 # ifndef _UINT64_T
19157 # define _UINT64_T
19158 # ifndef uint64_t
19159 typedef unsigned __int64 uint64_t;
19160 # endif
19161 # endif
19162 # endif /* compiler */
19163
19164 #endif /* ANSI version */
19165 EOF
19166 fi
19167
19168 # ------------- done int64_t types, emit intptr types ------------
19169 if test "$ac_cv_type_uintptr_t" != yes; then
19170 sed 's/^ *//' >> tmp-stdint.h <<EOF
19171
19172 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
19173 #ifndef __uintptr_t_defined
19174 #ifndef uintptr_t
19175 typedef u$acx_cv_type_intptr_t uintptr_t;
19176 #endif
19177 #endif
19178 #ifndef __intptr_t_defined
19179 #ifndef intptr_t
19180 typedef $acx_cv_type_intptr_t intptr_t;
19181 #endif
19182 #endif
19183 EOF
19184 fi
19185
19186 # ------------- done intptr types, emit int_least types ------------
19187 if test "$ac_cv_type_int_least32_t" != yes; then
19188 sed 's/^ *//' >> tmp-stdint.h <<EOF
19189
19190 /* Define int_least types */
19191 typedef int8_t int_least8_t;
19192 typedef int16_t int_least16_t;
19193 typedef int32_t int_least32_t;
19194 #ifdef _INT64_T
19195 typedef int64_t int_least64_t;
19196 #endif
19197
19198 typedef uint8_t uint_least8_t;
19199 typedef uint16_t uint_least16_t;
19200 typedef uint32_t uint_least32_t;
19201 #ifdef _UINT64_T
19202 typedef uint64_t uint_least64_t;
19203 #endif
19204 EOF
19205 fi
19206
19207 # ------------- done intptr types, emit int_fast types ------------
19208 if test "$ac_cv_type_int_fast32_t" != yes; then
19209 sed 's/^ *//' >> tmp-stdint.h <<EOF
19210
19211 /* Define int_fast types. short is often slow */
19212 typedef int8_t int_fast8_t;
19213 typedef int int_fast16_t;
19214 typedef int32_t int_fast32_t;
19215 #ifdef _INT64_T
19216 typedef int64_t int_fast64_t;
19217 #endif
19218
19219 typedef uint8_t uint_fast8_t;
19220 typedef unsigned int uint_fast16_t;
19221 typedef uint32_t uint_fast32_t;
19222 #ifdef _UINT64_T
19223 typedef uint64_t uint_fast64_t;
19224 #endif
19225 EOF
19226 fi
19227
19228 if test "$ac_cv_type_uintmax_t" != yes; then
19229 sed 's/^ *//' >> tmp-stdint.h <<EOF
19230
19231 /* Define intmax based on what we found */
19232 #ifndef intmax_t
19233 #ifdef _INT64_T
19234 typedef int64_t intmax_t;
19235 #else
19236 typedef long intmax_t;
19237 #endif
19238 #endif
19239 #ifndef uintmax_t
19240 #ifdef _UINT64_T
19241 typedef uint64_t uintmax_t;
19242 #else
19243 typedef unsigned long uintmax_t;
19244 #endif
19245 #endif
19246 EOF
19247 fi
19248
19249 sed 's/^ *//' >> tmp-stdint.h <<EOF
19250
19251 #endif /* GCC_GENERATED_STDINT_H */
19252 EOF
19253
19254 if test -r bfd_stdint.h && cmp -s tmp-stdint.h bfd_stdint.h; then
19255 rm -f tmp-stdint.h
19256 else
19257 mv -f tmp-stdint.h bfd_stdint.h
19258 fi
19259
19260 ;;
19261 "default":C)
19262 case "$srcdir" in
19263 .) srcdirpre= ;;
19264 *) srcdirpre='$(srcdir)/' ;;
19265 esac
19266 POFILES=
19267 GMOFILES=
19268 for lang in dummy $OBSOLETE_ALL_LINGUAS; do
19269 if test $lang != dummy; then
19270 POFILES="$POFILES $srcdirpre$lang.po"
19271 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
19272 fi
19273 done
19274 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
19275 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
19276 -e "s,@POFILES@,$POFILES," \
19277 -e "s,@GMOFILES@,$GMOFILES," \
19278 po/Makefile.in > po/Makefile ;;
19279
19280 esac
19281 done # for ac_tag
19282
19283
19284 as_fn_exit 0
19285 _ACEOF
19286 ac_clean_files=$ac_clean_files_save
19287
19288 test $ac_write_fail = 0 ||
19289 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19290
19291
19292 # configure is writing to config.log, and then calls config.status.
19293 # config.status does its own redirection, appending to config.log.
19294 # Unfortunately, on DOS this fails, as config.log is still kept open
19295 # by configure, so config.status won't be able to write to it; its
19296 # output is simply discarded. So we exec the FD to /dev/null,
19297 # effectively closing config.log, so it can be properly (re)opened and
19298 # appended to by config.status. When coming back to configure, we
19299 # need to make the FD available again.
19300 if test "$no_create" != yes; then
19301 ac_cs_success=:
19302 ac_config_status_args=
19303 test "$silent" = yes &&
19304 ac_config_status_args="$ac_config_status_args --quiet"
19305 exec 5>/dev/null
19306 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19307 exec 5>>config.log
19308 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19309 # would make configure fail if this is the last instruction.
19310 $ac_cs_success || as_fn_exit 1
19311 fi
19312 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19313 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19314 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19315 fi
19316
This page took 0.440868 seconds and 4 git commands to generate.