Automatic date update in version.in
[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.37.50.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279 fi
280 exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517 *)
518 ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME='bfd'
589 PACKAGE_TARNAME='bfd'
590 PACKAGE_VERSION='2.37.50'
591 PACKAGE_STRING='bfd 2.37.50'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
594
595 ac_unique_file="libbfd.c"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 # include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 # include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
631
632 ac_header_list=
633 ac_subst_vars='am__EXEEXT_FALSE
634 am__EXEEXT_TRUE
635 LTLIBOBJS
636 LIBOBJS
637 bfd_ufile_ptr
638 bfd_file_ptr
639 lt_cv_dlopen_libs
640 supports_plugins
641 COREFLAG
642 COREFILE
643 havevecs
644 tdefaults
645 bfd_default_target_size
646 bfd_machines
647 bfd_backends
648 all_backends
649 bfd64_libs
650 wordsize
651 TDEFINES
652 SHARED_LIBADD
653 SHARED_LDFLAGS
654 LIBM
655 zlibinc
656 zlibdir
657 EXEEXT_FOR_BUILD
658 CC_FOR_BUILD
659 BFD_HOSTPTR_T
660 BFD_HOST_U_64_BIT
661 BFD_HOST_64_BIT
662 BFD_HOST_64_BIT_DEFINED
663 BFD_HOST_64BIT_LONG_LONG
664 BFD_HOST_64BIT_LONG
665 HDEFINES
666 MSGMERGE
667 MSGFMT
668 MKINSTALLDIRS
669 CATOBJEXT
670 GENCAT
671 INSTOBJEXT
672 DATADIRNAME
673 CATALOGS
674 POSUB
675 GMSGFMT
676 XGETTEXT
677 INCINTL
678 LIBINTL_DEP
679 LIBINTL
680 USE_NLS
681 bfdincludedir
682 bfdlibdir
683 target_noncanonical
684 host_noncanonical
685 INSTALL_LIBBFD_FALSE
686 INSTALL_LIBBFD_TRUE
687 GENINSRC_NEVER_FALSE
688 GENINSRC_NEVER_TRUE
689 MAINT
690 MAINTAINER_MODE_FALSE
691 MAINTAINER_MODE_TRUE
692 WARN_WRITE_STRINGS
693 NO_WERROR
694 WARN_CFLAGS_FOR_BUILD
695 WARN_CFLAGS
696 REPORT_BUGS_TEXI
697 REPORT_BUGS_TO
698 PKGVERSION
699 DEBUGDIR
700 PLUGINS_FALSE
701 PLUGINS_TRUE
702 LARGEFILE_CPPFLAGS
703 OTOOL64
704 OTOOL
705 LIPO
706 NMEDIT
707 DSYMUTIL
708 OBJDUMP
709 LN_S
710 NM
711 ac_ct_DUMPBIN
712 DUMPBIN
713 LD
714 FGREP
715 SED
716 LIBTOOL
717 EGREP
718 GREP
719 CPP
720 am__fastdepCC_FALSE
721 am__fastdepCC_TRUE
722 CCDEPMODE
723 am__nodep
724 AMDEPBACKSLASH
725 AMDEP_FALSE
726 AMDEP_TRUE
727 am__quote
728 am__include
729 DEPDIR
730 OBJEXT
731 EXEEXT
732 ac_ct_CC
733 CPPFLAGS
734 LDFLAGS
735 CFLAGS
736 CC
737 RANLIB
738 AR
739 AM_BACKSLASH
740 AM_DEFAULT_VERBOSITY
741 AM_DEFAULT_V
742 AM_V
743 am__untar
744 am__tar
745 AMTAR
746 am__leading_dot
747 SET_MAKE
748 AWK
749 mkdir_p
750 MKDIR_P
751 INSTALL_STRIP_PROGRAM
752 STRIP
753 install_sh
754 MAKEINFO
755 AUTOHEADER
756 AUTOMAKE
757 AUTOCONF
758 ACLOCAL
759 VERSION
760 PACKAGE
761 CYGPATH_W
762 am__isrc
763 INSTALL_DATA
764 INSTALL_SCRIPT
765 INSTALL_PROGRAM
766 target_os
767 target_vendor
768 target_cpu
769 target
770 host_os
771 host_vendor
772 host_cpu
773 host
774 build_os
775 build_vendor
776 build_cpu
777 build
778 target_alias
779 host_alias
780 build_alias
781 LIBS
782 ECHO_T
783 ECHO_N
784 ECHO_C
785 DEFS
786 mandir
787 localedir
788 libdir
789 psdir
790 pdfdir
791 dvidir
792 htmldir
793 infodir
794 docdir
795 oldincludedir
796 includedir
797 localstatedir
798 sharedstatedir
799 sysconfdir
800 datadir
801 datarootdir
802 libexecdir
803 sbindir
804 bindir
805 program_transform_name
806 prefix
807 exec_prefix
808 PACKAGE_URL
809 PACKAGE_BUGREPORT
810 PACKAGE_STRING
811 PACKAGE_VERSION
812 PACKAGE_TARNAME
813 PACKAGE_NAME
814 PATH_SEPARATOR
815 SHELL'
816 ac_subst_files=''
817 ac_user_opts='
818 enable_option_checking
819 enable_silent_rules
820 enable_shared
821 enable_dependency_tracking
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_checking
830 enable_64_bit_bfd
831 enable_targets
832 enable_64_bit_archive
833 with_mmap
834 enable_secureplt
835 enable_separate_code
836 enable_leading_mingw64_underscores
837 with_separate_debug_dir
838 with_pkgversion
839 with_bugurl
840 enable_werror
841 enable_build_warnings
842 enable_maintainer_mode
843 enable_install_libbfd
844 enable_nls
845 with_system_zlib
846 '
847 ac_precious_vars='build_alias
848 host_alias
849 target_alias
850 CC
851 CFLAGS
852 LDFLAGS
853 LIBS
854 CPPFLAGS
855 CPP'
856
857
858 # Initialize some variables set by options.
859 ac_init_help=
860 ac_init_version=false
861 ac_unrecognized_opts=
862 ac_unrecognized_sep=
863 # The variables have the same names as the options, with
864 # dashes changed to underlines.
865 cache_file=/dev/null
866 exec_prefix=NONE
867 no_create=
868 no_recursion=
869 prefix=NONE
870 program_prefix=NONE
871 program_suffix=NONE
872 program_transform_name=s,x,x,
873 silent=
874 site=
875 srcdir=
876 verbose=
877 x_includes=NONE
878 x_libraries=NONE
879
880 # Installation directory options.
881 # These are left unexpanded so users can "make install exec_prefix=/foo"
882 # and all the variables that are supposed to be based on exec_prefix
883 # by default will actually change.
884 # Use braces instead of parens because sh, perl, etc. also accept them.
885 # (The list follows the same order as the GNU Coding Standards.)
886 bindir='${exec_prefix}/bin'
887 sbindir='${exec_prefix}/sbin'
888 libexecdir='${exec_prefix}/libexec'
889 datarootdir='${prefix}/share'
890 datadir='${datarootdir}'
891 sysconfdir='${prefix}/etc'
892 sharedstatedir='${prefix}/com'
893 localstatedir='${prefix}/var'
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 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1147 ac_prev=sbindir ;;
1148 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1149 | --sbi=* | --sb=*)
1150 sbindir=$ac_optarg ;;
1151
1152 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1153 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1154 | --sharedst | --shareds | --shared | --share | --shar \
1155 | --sha | --sh)
1156 ac_prev=sharedstatedir ;;
1157 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1158 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1159 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1160 | --sha=* | --sh=*)
1161 sharedstatedir=$ac_optarg ;;
1162
1163 -site | --site | --sit)
1164 ac_prev=site ;;
1165 -site=* | --site=* | --sit=*)
1166 site=$ac_optarg ;;
1167
1168 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1169 ac_prev=srcdir ;;
1170 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1171 srcdir=$ac_optarg ;;
1172
1173 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1174 | --syscon | --sysco | --sysc | --sys | --sy)
1175 ac_prev=sysconfdir ;;
1176 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1177 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1178 sysconfdir=$ac_optarg ;;
1179
1180 -target | --target | --targe | --targ | --tar | --ta | --t)
1181 ac_prev=target_alias ;;
1182 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1183 target_alias=$ac_optarg ;;
1184
1185 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1186 verbose=yes ;;
1187
1188 -version | --version | --versio | --versi | --vers | -V)
1189 ac_init_version=: ;;
1190
1191 -with-* | --with-*)
1192 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1193 # Reject names that are not valid shell variable names.
1194 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1195 as_fn_error $? "invalid package name: $ac_useropt"
1196 ac_useropt_orig=$ac_useropt
1197 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1198 case $ac_user_opts in
1199 *"
1200 "with_$ac_useropt"
1201 "*) ;;
1202 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1203 ac_unrecognized_sep=', ';;
1204 esac
1205 eval with_$ac_useropt=\$ac_optarg ;;
1206
1207 -without-* | --without-*)
1208 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1209 # Reject names that are not valid shell variable names.
1210 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1211 as_fn_error $? "invalid package name: $ac_useropt"
1212 ac_useropt_orig=$ac_useropt
1213 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1214 case $ac_user_opts in
1215 *"
1216 "with_$ac_useropt"
1217 "*) ;;
1218 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1219 ac_unrecognized_sep=', ';;
1220 esac
1221 eval with_$ac_useropt=no ;;
1222
1223 --x)
1224 # Obsolete; use --with-x.
1225 with_x=yes ;;
1226
1227 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1228 | --x-incl | --x-inc | --x-in | --x-i)
1229 ac_prev=x_includes ;;
1230 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1231 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1232 x_includes=$ac_optarg ;;
1233
1234 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1235 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1236 ac_prev=x_libraries ;;
1237 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1238 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1239 x_libraries=$ac_optarg ;;
1240
1241 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1242 Try \`$0 --help' for more information"
1243 ;;
1244
1245 *=*)
1246 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1247 # Reject names that are not valid shell variable names.
1248 case $ac_envvar in #(
1249 '' | [0-9]* | *[!_$as_cr_alnum]* )
1250 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1251 esac
1252 eval $ac_envvar=\$ac_optarg
1253 export $ac_envvar ;;
1254
1255 *)
1256 # FIXME: should be removed in autoconf 3.0.
1257 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1258 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1259 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1260 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1261 ;;
1262
1263 esac
1264 done
1265
1266 if test -n "$ac_prev"; then
1267 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1268 as_fn_error $? "missing argument to $ac_option"
1269 fi
1270
1271 if test -n "$ac_unrecognized_opts"; then
1272 case $enable_option_checking in
1273 no) ;;
1274 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1275 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1276 esac
1277 fi
1278
1279 # Check all directory arguments for consistency.
1280 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1281 datadir sysconfdir sharedstatedir localstatedir includedir \
1282 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1283 libdir localedir mandir
1284 do
1285 eval ac_val=\$$ac_var
1286 # Remove trailing slashes.
1287 case $ac_val in
1288 */ )
1289 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1290 eval $ac_var=\$ac_val;;
1291 esac
1292 # Be sure to have absolute directory names.
1293 case $ac_val in
1294 [\\/$]* | ?:[\\/]* ) continue;;
1295 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1296 esac
1297 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1298 done
1299
1300 # There might be people who depend on the old broken behavior: `$host'
1301 # used to hold the argument of --host etc.
1302 # FIXME: To remove some day.
1303 build=$build_alias
1304 host=$host_alias
1305 target=$target_alias
1306
1307 # FIXME: To remove some day.
1308 if test "x$host_alias" != x; then
1309 if test "x$build_alias" = x; then
1310 cross_compiling=maybe
1311 elif test "x$build_alias" != "x$host_alias"; then
1312 cross_compiling=yes
1313 fi
1314 fi
1315
1316 ac_tool_prefix=
1317 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1318
1319 test "$silent" = yes && exec 6>/dev/null
1320
1321
1322 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1323 ac_ls_di=`ls -di .` &&
1324 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1325 as_fn_error $? "working directory cannot be determined"
1326 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1327 as_fn_error $? "pwd does not report name of working directory"
1328
1329
1330 # Find the source files, if location was not specified.
1331 if test -z "$srcdir"; then
1332 ac_srcdir_defaulted=yes
1333 # Try the directory containing this script, then the parent directory.
1334 ac_confdir=`$as_dirname -- "$as_myself" ||
1335 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1336 X"$as_myself" : 'X\(//\)[^/]' \| \
1337 X"$as_myself" : 'X\(//\)$' \| \
1338 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1339 $as_echo X"$as_myself" |
1340 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1341 s//\1/
1342 q
1343 }
1344 /^X\(\/\/\)[^/].*/{
1345 s//\1/
1346 q
1347 }
1348 /^X\(\/\/\)$/{
1349 s//\1/
1350 q
1351 }
1352 /^X\(\/\).*/{
1353 s//\1/
1354 q
1355 }
1356 s/.*/./; q'`
1357 srcdir=$ac_confdir
1358 if test ! -r "$srcdir/$ac_unique_file"; then
1359 srcdir=..
1360 fi
1361 else
1362 ac_srcdir_defaulted=no
1363 fi
1364 if test ! -r "$srcdir/$ac_unique_file"; then
1365 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1366 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1367 fi
1368 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1369 ac_abs_confdir=`(
1370 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1371 pwd)`
1372 # When building in place, set srcdir=.
1373 if test "$ac_abs_confdir" = "$ac_pwd"; then
1374 srcdir=.
1375 fi
1376 # Remove unnecessary trailing slashes from srcdir.
1377 # Double slashes in file names in object file debugging info
1378 # mess up M-x gdb in Emacs.
1379 case $srcdir in
1380 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1381 esac
1382 for ac_var in $ac_precious_vars; do
1383 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1384 eval ac_env_${ac_var}_value=\$${ac_var}
1385 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1386 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1387 done
1388
1389 #
1390 # Report the --help message.
1391 #
1392 if test "$ac_init_help" = "long"; then
1393 # Omit some internal or obsolete options to make the list less imposing.
1394 # This message is too long to be a string in the A/UX 3.1 sh.
1395 cat <<_ACEOF
1396 \`configure' configures bfd 2.37.50 to adapt to many kinds of systems.
1397
1398 Usage: $0 [OPTION]... [VAR=VALUE]...
1399
1400 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1401 VAR=VALUE. See below for descriptions of some of the useful variables.
1402
1403 Defaults for the options are specified in brackets.
1404
1405 Configuration:
1406 -h, --help display this help and exit
1407 --help=short display options specific to this package
1408 --help=recursive display the short help of all the included packages
1409 -V, --version display version information and exit
1410 -q, --quiet, --silent do not print \`checking ...' messages
1411 --cache-file=FILE cache test results in FILE [disabled]
1412 -C, --config-cache alias for \`--cache-file=config.cache'
1413 -n, --no-create do not create output files
1414 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1415
1416 Installation directories:
1417 --prefix=PREFIX install architecture-independent files in PREFIX
1418 [$ac_default_prefix]
1419 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1420 [PREFIX]
1421
1422 By default, \`make install' will install all the files in
1423 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1424 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1425 for instance \`--prefix=\$HOME'.
1426
1427 For better control, use the options below.
1428
1429 Fine tuning of the installation directories:
1430 --bindir=DIR user executables [EPREFIX/bin]
1431 --sbindir=DIR system admin executables [EPREFIX/sbin]
1432 --libexecdir=DIR program executables [EPREFIX/libexec]
1433 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1434 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1435 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1436 --libdir=DIR object code libraries [EPREFIX/lib]
1437 --includedir=DIR C header files [PREFIX/include]
1438 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1439 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1440 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1441 --infodir=DIR info documentation [DATAROOTDIR/info]
1442 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1443 --mandir=DIR man documentation [DATAROOTDIR/man]
1444 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
1445 --htmldir=DIR html documentation [DOCDIR]
1446 --dvidir=DIR dvi documentation [DOCDIR]
1447 --pdfdir=DIR pdf documentation [DOCDIR]
1448 --psdir=DIR ps documentation [DOCDIR]
1449 _ACEOF
1450
1451 cat <<\_ACEOF
1452
1453 Program names:
1454 --program-prefix=PREFIX prepend PREFIX to installed program names
1455 --program-suffix=SUFFIX append SUFFIX to installed program names
1456 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1457
1458 System types:
1459 --build=BUILD configure for building on BUILD [guessed]
1460 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1461 --target=TARGET configure for building compilers for TARGET [HOST]
1462 _ACEOF
1463 fi
1464
1465 if test -n "$ac_init_help"; then
1466 case $ac_init_help in
1467 short | recursive ) echo "Configuration of bfd 2.37.50:";;
1468 esac
1469 cat <<\_ACEOF
1470
1471 Optional Features:
1472 --disable-option-checking ignore unrecognized --enable/--with options
1473 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1474 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1475 --enable-silent-rules less verbose build output (undo: "make V=1")
1476 --disable-silent-rules verbose build output (undo: "make V=0")
1477 --enable-shared[=PKGS] build shared libraries [default=no]
1478 --enable-dependency-tracking
1479 do not reject slow dependency extractors
1480 --disable-dependency-tracking
1481 speeds up one-time build
1482 --enable-static[=PKGS] build static libraries [default=yes]
1483 --enable-fast-install[=PKGS]
1484 optimize for fast installation [default=yes]
1485 --disable-libtool-lock avoid locking (might break parallel builds)
1486 --enable-plugins Enable support for plugins
1487 --disable-largefile omit support for large files
1488 --enable-checking enable run-time checks
1489 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1490 --enable-targets alternative target configurations
1491 --enable-64-bit-archive force 64-bit archives
1492 --enable-secureplt Default to creating read-only plt entries
1493 --enable-separate-code enable -z separate-code in ELF linker by default
1494 --enable-leading-mingw64-underscores
1495 Enable leading underscores on 64 bit mingw targets
1496 --enable-werror treat compile warnings as errors
1497 --enable-build-warnings enable build-time compiler warnings
1498 --enable-maintainer-mode
1499 enable make rules and dependencies not useful (and
1500 sometimes confusing) to the casual installer
1501 --enable-install-libbfd controls installation of libbfd and related headers
1502 --disable-nls do not use Native Language Support
1503
1504 Optional Packages:
1505 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1506 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1507 --with-pic try to use only PIC/non-PIC objects [default=use
1508 both]
1509 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1510 --with-mmap try using mmap for BFD input files if available
1511 --with-separate-debug-dir=DIR
1512 Look for global separate debug info in DIR
1513 [[default=LIBDIR/debug]]
1514 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1515 Binutils"
1516 --with-bugurl=URL Direct users to URL to report a bug
1517 --with-system-zlib use installed libz
1518
1519 Some influential environment variables:
1520 CC C compiler command
1521 CFLAGS C compiler flags
1522 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1523 nonstandard directory <lib dir>
1524 LIBS libraries to pass to the linker, e.g. -l<library>
1525 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1526 you have headers in a nonstandard directory <include dir>
1527 CPP C preprocessor
1528
1529 Use these variables to override the choices made by `configure' or to help
1530 it to find libraries and programs with nonstandard names/locations.
1531
1532 Report bugs to the package provider.
1533 _ACEOF
1534 ac_status=$?
1535 fi
1536
1537 if test "$ac_init_help" = "recursive"; then
1538 # If there are subdirs, report their specific --help.
1539 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1540 test -d "$ac_dir" ||
1541 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1542 continue
1543 ac_builddir=.
1544
1545 case "$ac_dir" in
1546 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1547 *)
1548 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1549 # A ".." for each directory in $ac_dir_suffix.
1550 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1551 case $ac_top_builddir_sub in
1552 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1553 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1554 esac ;;
1555 esac
1556 ac_abs_top_builddir=$ac_pwd
1557 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1558 # for backward compatibility:
1559 ac_top_builddir=$ac_top_build_prefix
1560
1561 case $srcdir in
1562 .) # We are building in place.
1563 ac_srcdir=.
1564 ac_top_srcdir=$ac_top_builddir_sub
1565 ac_abs_top_srcdir=$ac_pwd ;;
1566 [\\/]* | ?:[\\/]* ) # Absolute name.
1567 ac_srcdir=$srcdir$ac_dir_suffix;
1568 ac_top_srcdir=$srcdir
1569 ac_abs_top_srcdir=$srcdir ;;
1570 *) # Relative name.
1571 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1572 ac_top_srcdir=$ac_top_build_prefix$srcdir
1573 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1574 esac
1575 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1576
1577 cd "$ac_dir" || { ac_status=$?; continue; }
1578 # Check for guested configure.
1579 if test -f "$ac_srcdir/configure.gnu"; then
1580 echo &&
1581 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1582 elif test -f "$ac_srcdir/configure"; then
1583 echo &&
1584 $SHELL "$ac_srcdir/configure" --help=recursive
1585 else
1586 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1587 fi || ac_status=$?
1588 cd "$ac_pwd" || { ac_status=$?; break; }
1589 done
1590 fi
1591
1592 test -n "$ac_init_help" && exit $ac_status
1593 if $ac_init_version; then
1594 cat <<\_ACEOF
1595 bfd configure 2.37.50
1596 generated by GNU Autoconf 2.69
1597
1598 Copyright (C) 2012 Free Software Foundation, Inc.
1599 This configure script is free software; the Free Software Foundation
1600 gives unlimited permission to copy, distribute and modify it.
1601 _ACEOF
1602 exit
1603 fi
1604
1605 ## ------------------------ ##
1606 ## Autoconf initialization. ##
1607 ## ------------------------ ##
1608
1609 # ac_fn_c_try_compile LINENO
1610 # --------------------------
1611 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1612 ac_fn_c_try_compile ()
1613 {
1614 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1615 rm -f conftest.$ac_objext
1616 if { { ac_try="$ac_compile"
1617 case "(($ac_try" in
1618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1619 *) ac_try_echo=$ac_try;;
1620 esac
1621 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1622 $as_echo "$ac_try_echo"; } >&5
1623 (eval "$ac_compile") 2>conftest.err
1624 ac_status=$?
1625 if test -s conftest.err; then
1626 grep -v '^ *+' conftest.err >conftest.er1
1627 cat conftest.er1 >&5
1628 mv -f conftest.er1 conftest.err
1629 fi
1630 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1631 test $ac_status = 0; } && {
1632 test -z "$ac_c_werror_flag" ||
1633 test ! -s conftest.err
1634 } && test -s conftest.$ac_objext; then :
1635 ac_retval=0
1636 else
1637 $as_echo "$as_me: failed program was:" >&5
1638 sed 's/^/| /' conftest.$ac_ext >&5
1639
1640 ac_retval=1
1641 fi
1642 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1643 as_fn_set_status $ac_retval
1644
1645 } # ac_fn_c_try_compile
1646
1647 # ac_fn_c_try_cpp LINENO
1648 # ----------------------
1649 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1650 ac_fn_c_try_cpp ()
1651 {
1652 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1653 if { { ac_try="$ac_cpp conftest.$ac_ext"
1654 case "(($ac_try" in
1655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1656 *) ac_try_echo=$ac_try;;
1657 esac
1658 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1659 $as_echo "$ac_try_echo"; } >&5
1660 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1661 ac_status=$?
1662 if test -s conftest.err; then
1663 grep -v '^ *+' conftest.err >conftest.er1
1664 cat conftest.er1 >&5
1665 mv -f conftest.er1 conftest.err
1666 fi
1667 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1668 test $ac_status = 0; } > conftest.i && {
1669 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1670 test ! -s conftest.err
1671 }; then :
1672 ac_retval=0
1673 else
1674 $as_echo "$as_me: failed program was:" >&5
1675 sed 's/^/| /' conftest.$ac_ext >&5
1676
1677 ac_retval=1
1678 fi
1679 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1680 as_fn_set_status $ac_retval
1681
1682 } # ac_fn_c_try_cpp
1683
1684 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1685 # -------------------------------------------------------
1686 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1687 # the include files in INCLUDES and setting the cache variable VAR
1688 # accordingly.
1689 ac_fn_c_check_header_mongrel ()
1690 {
1691 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1692 if eval \${$3+:} false; then :
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1694 $as_echo_n "checking for $2... " >&6; }
1695 if eval \${$3+:} false; then :
1696 $as_echo_n "(cached) " >&6
1697 fi
1698 eval ac_res=\$$3
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1700 $as_echo "$ac_res" >&6; }
1701 else
1702 # Is the header compilable?
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1704 $as_echo_n "checking $2 usability... " >&6; }
1705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1706 /* end confdefs.h. */
1707 $4
1708 #include <$2>
1709 _ACEOF
1710 if ac_fn_c_try_compile "$LINENO"; then :
1711 ac_header_compiler=yes
1712 else
1713 ac_header_compiler=no
1714 fi
1715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1717 $as_echo "$ac_header_compiler" >&6; }
1718
1719 # Is the header present?
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1721 $as_echo_n "checking $2 presence... " >&6; }
1722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1723 /* end confdefs.h. */
1724 #include <$2>
1725 _ACEOF
1726 if ac_fn_c_try_cpp "$LINENO"; then :
1727 ac_header_preproc=yes
1728 else
1729 ac_header_preproc=no
1730 fi
1731 rm -f conftest.err conftest.i conftest.$ac_ext
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1733 $as_echo "$ac_header_preproc" >&6; }
1734
1735 # So? What about this header?
1736 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1737 yes:no: )
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1739 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1741 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1742 ;;
1743 no:yes:* )
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1745 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1747 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1749 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1751 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1753 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1754 ;;
1755 esac
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1757 $as_echo_n "checking for $2... " >&6; }
1758 if eval \${$3+:} false; then :
1759 $as_echo_n "(cached) " >&6
1760 else
1761 eval "$3=\$ac_header_compiler"
1762 fi
1763 eval ac_res=\$$3
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1765 $as_echo "$ac_res" >&6; }
1766 fi
1767 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1768
1769 } # ac_fn_c_check_header_mongrel
1770
1771 # ac_fn_c_try_run LINENO
1772 # ----------------------
1773 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1774 # that executables *can* be run.
1775 ac_fn_c_try_run ()
1776 {
1777 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1778 if { { ac_try="$ac_link"
1779 case "(($ac_try" in
1780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1781 *) ac_try_echo=$ac_try;;
1782 esac
1783 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1784 $as_echo "$ac_try_echo"; } >&5
1785 (eval "$ac_link") 2>&5
1786 ac_status=$?
1787 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1788 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1789 { { case "(($ac_try" in
1790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1791 *) ac_try_echo=$ac_try;;
1792 esac
1793 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1794 $as_echo "$ac_try_echo"; } >&5
1795 (eval "$ac_try") 2>&5
1796 ac_status=$?
1797 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1798 test $ac_status = 0; }; }; then :
1799 ac_retval=0
1800 else
1801 $as_echo "$as_me: program exited with status $ac_status" >&5
1802 $as_echo "$as_me: failed program was:" >&5
1803 sed 's/^/| /' conftest.$ac_ext >&5
1804
1805 ac_retval=$ac_status
1806 fi
1807 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1808 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1809 as_fn_set_status $ac_retval
1810
1811 } # ac_fn_c_try_run
1812
1813 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1814 # -------------------------------------------------------
1815 # Tests whether HEADER exists and can be compiled using the include files in
1816 # INCLUDES, setting the cache variable VAR accordingly.
1817 ac_fn_c_check_header_compile ()
1818 {
1819 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1821 $as_echo_n "checking for $2... " >&6; }
1822 if eval \${$3+:} false; then :
1823 $as_echo_n "(cached) " >&6
1824 else
1825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1826 /* end confdefs.h. */
1827 $4
1828 #include <$2>
1829 _ACEOF
1830 if ac_fn_c_try_compile "$LINENO"; then :
1831 eval "$3=yes"
1832 else
1833 eval "$3=no"
1834 fi
1835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1836 fi
1837 eval ac_res=\$$3
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1839 $as_echo "$ac_res" >&6; }
1840 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1841
1842 } # ac_fn_c_check_header_compile
1843
1844 # ac_fn_c_try_link LINENO
1845 # -----------------------
1846 # Try to link conftest.$ac_ext, and return whether this succeeded.
1847 ac_fn_c_try_link ()
1848 {
1849 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1850 rm -f conftest.$ac_objext conftest$ac_exeext
1851 if { { ac_try="$ac_link"
1852 case "(($ac_try" in
1853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1854 *) ac_try_echo=$ac_try;;
1855 esac
1856 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1857 $as_echo "$ac_try_echo"; } >&5
1858 (eval "$ac_link") 2>conftest.err
1859 ac_status=$?
1860 if test -s conftest.err; then
1861 grep -v '^ *+' conftest.err >conftest.er1
1862 cat conftest.er1 >&5
1863 mv -f conftest.er1 conftest.err
1864 fi
1865 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1866 test $ac_status = 0; } && {
1867 test -z "$ac_c_werror_flag" ||
1868 test ! -s conftest.err
1869 } && test -s conftest$ac_exeext && {
1870 test "$cross_compiling" = yes ||
1871 test -x conftest$ac_exeext
1872 }; then :
1873 ac_retval=0
1874 else
1875 $as_echo "$as_me: failed program was:" >&5
1876 sed 's/^/| /' conftest.$ac_ext >&5
1877
1878 ac_retval=1
1879 fi
1880 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1881 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1882 # interfere with the next link command; also delete a directory that is
1883 # left behind by Apple's compiler. We do this before executing the actions.
1884 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1885 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1886 as_fn_set_status $ac_retval
1887
1888 } # ac_fn_c_try_link
1889
1890 # ac_fn_c_check_func LINENO FUNC VAR
1891 # ----------------------------------
1892 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1893 ac_fn_c_check_func ()
1894 {
1895 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1897 $as_echo_n "checking for $2... " >&6; }
1898 if eval \${$3+:} false; then :
1899 $as_echo_n "(cached) " >&6
1900 else
1901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1902 /* end confdefs.h. */
1903 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1904 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1905 #define $2 innocuous_$2
1906
1907 /* System header to define __stub macros and hopefully few prototypes,
1908 which can conflict with char $2 (); below.
1909 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1910 <limits.h> exists even on freestanding compilers. */
1911
1912 #ifdef __STDC__
1913 # include <limits.h>
1914 #else
1915 # include <assert.h>
1916 #endif
1917
1918 #undef $2
1919
1920 /* Override any GCC internal prototype to avoid an error.
1921 Use char because int might match the return type of a GCC
1922 builtin and then its argument prototype would still apply. */
1923 #ifdef __cplusplus
1924 extern "C"
1925 #endif
1926 char $2 ();
1927 /* The GNU C library defines this for functions which it implements
1928 to always fail with ENOSYS. Some functions are actually named
1929 something starting with __ and the normal name is an alias. */
1930 #if defined __stub_$2 || defined __stub___$2
1931 choke me
1932 #endif
1933
1934 int
1935 main ()
1936 {
1937 return $2 ();
1938 ;
1939 return 0;
1940 }
1941 _ACEOF
1942 if ac_fn_c_try_link "$LINENO"; then :
1943 eval "$3=yes"
1944 else
1945 eval "$3=no"
1946 fi
1947 rm -f core conftest.err conftest.$ac_objext \
1948 conftest$ac_exeext conftest.$ac_ext
1949 fi
1950 eval ac_res=\$$3
1951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1952 $as_echo "$ac_res" >&6; }
1953 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1954
1955 } # ac_fn_c_check_func
1956
1957 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1958 # --------------------------------------------
1959 # Tries to find the compile-time value of EXPR in a program that includes
1960 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1961 # computed
1962 ac_fn_c_compute_int ()
1963 {
1964 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1965 if test "$cross_compiling" = yes; then
1966 # Depending upon the size, compute the lo and hi bounds.
1967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1968 /* end confdefs.h. */
1969 $4
1970 int
1971 main ()
1972 {
1973 static int test_array [1 - 2 * !(($2) >= 0)];
1974 test_array [0] = 0;
1975 return test_array [0];
1976
1977 ;
1978 return 0;
1979 }
1980 _ACEOF
1981 if ac_fn_c_try_compile "$LINENO"; then :
1982 ac_lo=0 ac_mid=0
1983 while :; do
1984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1985 /* end confdefs.h. */
1986 $4
1987 int
1988 main ()
1989 {
1990 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1991 test_array [0] = 0;
1992 return test_array [0];
1993
1994 ;
1995 return 0;
1996 }
1997 _ACEOF
1998 if ac_fn_c_try_compile "$LINENO"; then :
1999 ac_hi=$ac_mid; break
2000 else
2001 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2002 if test $ac_lo -le $ac_mid; then
2003 ac_lo= ac_hi=
2004 break
2005 fi
2006 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2007 fi
2008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2009 done
2010 else
2011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2012 /* end confdefs.h. */
2013 $4
2014 int
2015 main ()
2016 {
2017 static int test_array [1 - 2 * !(($2) < 0)];
2018 test_array [0] = 0;
2019 return test_array [0];
2020
2021 ;
2022 return 0;
2023 }
2024 _ACEOF
2025 if ac_fn_c_try_compile "$LINENO"; then :
2026 ac_hi=-1 ac_mid=-1
2027 while :; do
2028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2029 /* end confdefs.h. */
2030 $4
2031 int
2032 main ()
2033 {
2034 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2035 test_array [0] = 0;
2036 return test_array [0];
2037
2038 ;
2039 return 0;
2040 }
2041 _ACEOF
2042 if ac_fn_c_try_compile "$LINENO"; then :
2043 ac_lo=$ac_mid; break
2044 else
2045 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2046 if test $ac_mid -le $ac_hi; then
2047 ac_lo= ac_hi=
2048 break
2049 fi
2050 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2051 fi
2052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2053 done
2054 else
2055 ac_lo= ac_hi=
2056 fi
2057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2058 fi
2059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2060 # Binary search between lo and hi bounds.
2061 while test "x$ac_lo" != "x$ac_hi"; do
2062 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2064 /* end confdefs.h. */
2065 $4
2066 int
2067 main ()
2068 {
2069 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2070 test_array [0] = 0;
2071 return test_array [0];
2072
2073 ;
2074 return 0;
2075 }
2076 _ACEOF
2077 if ac_fn_c_try_compile "$LINENO"; then :
2078 ac_hi=$ac_mid
2079 else
2080 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2081 fi
2082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2083 done
2084 case $ac_lo in #((
2085 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2086 '') ac_retval=1 ;;
2087 esac
2088 else
2089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2090 /* end confdefs.h. */
2091 $4
2092 static long int longval () { return $2; }
2093 static unsigned long int ulongval () { return $2; }
2094 #include <stdio.h>
2095 #include <stdlib.h>
2096 int
2097 main ()
2098 {
2099
2100 FILE *f = fopen ("conftest.val", "w");
2101 if (! f)
2102 return 1;
2103 if (($2) < 0)
2104 {
2105 long int i = longval ();
2106 if (i != ($2))
2107 return 1;
2108 fprintf (f, "%ld", i);
2109 }
2110 else
2111 {
2112 unsigned long int i = ulongval ();
2113 if (i != ($2))
2114 return 1;
2115 fprintf (f, "%lu", i);
2116 }
2117 /* Do not output a trailing newline, as this causes \r\n confusion
2118 on some platforms. */
2119 return ferror (f) || fclose (f) != 0;
2120
2121 ;
2122 return 0;
2123 }
2124 _ACEOF
2125 if ac_fn_c_try_run "$LINENO"; then :
2126 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2127 else
2128 ac_retval=1
2129 fi
2130 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2131 conftest.$ac_objext conftest.beam conftest.$ac_ext
2132 rm -f conftest.val
2133
2134 fi
2135 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2136 as_fn_set_status $ac_retval
2137
2138 } # ac_fn_c_compute_int
2139
2140 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2141 # ---------------------------------------------
2142 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2143 # accordingly.
2144 ac_fn_c_check_decl ()
2145 {
2146 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2147 as_decl_name=`echo $2|sed 's/ *(.*//'`
2148 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2150 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2151 if eval \${$3+:} false; then :
2152 $as_echo_n "(cached) " >&6
2153 else
2154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2155 /* end confdefs.h. */
2156 $4
2157 int
2158 main ()
2159 {
2160 #ifndef $as_decl_name
2161 #ifdef __cplusplus
2162 (void) $as_decl_use;
2163 #else
2164 (void) $as_decl_name;
2165 #endif
2166 #endif
2167
2168 ;
2169 return 0;
2170 }
2171 _ACEOF
2172 if ac_fn_c_try_compile "$LINENO"; then :
2173 eval "$3=yes"
2174 else
2175 eval "$3=no"
2176 fi
2177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2178 fi
2179 eval ac_res=\$$3
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2181 $as_echo "$ac_res" >&6; }
2182 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2183
2184 } # ac_fn_c_check_decl
2185 cat >config.log <<_ACEOF
2186 This file contains any messages produced by compilers while
2187 running configure, to aid debugging if configure makes a mistake.
2188
2189 It was created by bfd $as_me 2.37.50, which was
2190 generated by GNU Autoconf 2.69. Invocation command line was
2191
2192 $ $0 $@
2193
2194 _ACEOF
2195 exec 5>>config.log
2196 {
2197 cat <<_ASUNAME
2198 ## --------- ##
2199 ## Platform. ##
2200 ## --------- ##
2201
2202 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2203 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2204 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2205 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2206 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2207
2208 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2209 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2210
2211 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2212 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2213 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2214 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2215 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2216 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2217 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2218
2219 _ASUNAME
2220
2221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2222 for as_dir in $PATH
2223 do
2224 IFS=$as_save_IFS
2225 test -z "$as_dir" && as_dir=.
2226 $as_echo "PATH: $as_dir"
2227 done
2228 IFS=$as_save_IFS
2229
2230 } >&5
2231
2232 cat >&5 <<_ACEOF
2233
2234
2235 ## ----------- ##
2236 ## Core tests. ##
2237 ## ----------- ##
2238
2239 _ACEOF
2240
2241
2242 # Keep a trace of the command line.
2243 # Strip out --no-create and --no-recursion so they do not pile up.
2244 # Strip out --silent because we don't want to record it for future runs.
2245 # Also quote any args containing shell meta-characters.
2246 # Make two passes to allow for proper duplicate-argument suppression.
2247 ac_configure_args=
2248 ac_configure_args0=
2249 ac_configure_args1=
2250 ac_must_keep_next=false
2251 for ac_pass in 1 2
2252 do
2253 for ac_arg
2254 do
2255 case $ac_arg in
2256 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2257 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2258 | -silent | --silent | --silen | --sile | --sil)
2259 continue ;;
2260 *\'*)
2261 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2262 esac
2263 case $ac_pass in
2264 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2265 2)
2266 as_fn_append ac_configure_args1 " '$ac_arg'"
2267 if test $ac_must_keep_next = true; then
2268 ac_must_keep_next=false # Got value, back to normal.
2269 else
2270 case $ac_arg in
2271 *=* | --config-cache | -C | -disable-* | --disable-* \
2272 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2273 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2274 | -with-* | --with-* | -without-* | --without-* | --x)
2275 case "$ac_configure_args0 " in
2276 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2277 esac
2278 ;;
2279 -* ) ac_must_keep_next=true ;;
2280 esac
2281 fi
2282 as_fn_append ac_configure_args " '$ac_arg'"
2283 ;;
2284 esac
2285 done
2286 done
2287 { ac_configure_args0=; unset ac_configure_args0;}
2288 { ac_configure_args1=; unset ac_configure_args1;}
2289
2290 # When interrupted or exit'd, cleanup temporary files, and complete
2291 # config.log. We remove comments because anyway the quotes in there
2292 # would cause problems or look ugly.
2293 # WARNING: Use '\'' to represent an apostrophe within the trap.
2294 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2295 trap 'exit_status=$?
2296 # Save into config.log some information that might help in debugging.
2297 {
2298 echo
2299
2300 $as_echo "## ---------------- ##
2301 ## Cache variables. ##
2302 ## ---------------- ##"
2303 echo
2304 # The following way of writing the cache mishandles newlines in values,
2305 (
2306 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2307 eval ac_val=\$$ac_var
2308 case $ac_val in #(
2309 *${as_nl}*)
2310 case $ac_var in #(
2311 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2312 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2313 esac
2314 case $ac_var in #(
2315 _ | IFS | as_nl) ;; #(
2316 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2317 *) { eval $ac_var=; unset $ac_var;} ;;
2318 esac ;;
2319 esac
2320 done
2321 (set) 2>&1 |
2322 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2323 *${as_nl}ac_space=\ *)
2324 sed -n \
2325 "s/'\''/'\''\\\\'\'''\''/g;
2326 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2327 ;; #(
2328 *)
2329 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2330 ;;
2331 esac |
2332 sort
2333 )
2334 echo
2335
2336 $as_echo "## ----------------- ##
2337 ## Output variables. ##
2338 ## ----------------- ##"
2339 echo
2340 for ac_var in $ac_subst_vars
2341 do
2342 eval ac_val=\$$ac_var
2343 case $ac_val in
2344 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2345 esac
2346 $as_echo "$ac_var='\''$ac_val'\''"
2347 done | sort
2348 echo
2349
2350 if test -n "$ac_subst_files"; then
2351 $as_echo "## ------------------- ##
2352 ## File substitutions. ##
2353 ## ------------------- ##"
2354 echo
2355 for ac_var in $ac_subst_files
2356 do
2357 eval ac_val=\$$ac_var
2358 case $ac_val in
2359 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2360 esac
2361 $as_echo "$ac_var='\''$ac_val'\''"
2362 done | sort
2363 echo
2364 fi
2365
2366 if test -s confdefs.h; then
2367 $as_echo "## ----------- ##
2368 ## confdefs.h. ##
2369 ## ----------- ##"
2370 echo
2371 cat confdefs.h
2372 echo
2373 fi
2374 test "$ac_signal" != 0 &&
2375 $as_echo "$as_me: caught signal $ac_signal"
2376 $as_echo "$as_me: exit $exit_status"
2377 } >&5
2378 rm -f core *.core core.conftest.* &&
2379 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2380 exit $exit_status
2381 ' 0
2382 for ac_signal in 1 2 13 15; do
2383 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2384 done
2385 ac_signal=0
2386
2387 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2388 rm -f -r conftest* confdefs.h
2389
2390 $as_echo "/* confdefs.h */" > confdefs.h
2391
2392 # Predefined preprocessor variables.
2393
2394 cat >>confdefs.h <<_ACEOF
2395 #define PACKAGE_NAME "$PACKAGE_NAME"
2396 _ACEOF
2397
2398 cat >>confdefs.h <<_ACEOF
2399 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2400 _ACEOF
2401
2402 cat >>confdefs.h <<_ACEOF
2403 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2404 _ACEOF
2405
2406 cat >>confdefs.h <<_ACEOF
2407 #define PACKAGE_STRING "$PACKAGE_STRING"
2408 _ACEOF
2409
2410 cat >>confdefs.h <<_ACEOF
2411 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2412 _ACEOF
2413
2414 cat >>confdefs.h <<_ACEOF
2415 #define PACKAGE_URL "$PACKAGE_URL"
2416 _ACEOF
2417
2418
2419 # Let the site file select an alternate cache file if it wants to.
2420 # Prefer an explicitly selected file to automatically selected ones.
2421 ac_site_file1=NONE
2422 ac_site_file2=NONE
2423 if test -n "$CONFIG_SITE"; then
2424 # We do not want a PATH search for config.site.
2425 case $CONFIG_SITE in #((
2426 -*) ac_site_file1=./$CONFIG_SITE;;
2427 */*) ac_site_file1=$CONFIG_SITE;;
2428 *) ac_site_file1=./$CONFIG_SITE;;
2429 esac
2430 elif test "x$prefix" != xNONE; then
2431 ac_site_file1=$prefix/share/config.site
2432 ac_site_file2=$prefix/etc/config.site
2433 else
2434 ac_site_file1=$ac_default_prefix/share/config.site
2435 ac_site_file2=$ac_default_prefix/etc/config.site
2436 fi
2437 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2438 do
2439 test "x$ac_site_file" = xNONE && continue
2440 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2442 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2443 sed 's/^/| /' "$ac_site_file" >&5
2444 . "$ac_site_file" \
2445 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2446 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2447 as_fn_error $? "failed to load site script $ac_site_file
2448 See \`config.log' for more details" "$LINENO" 5; }
2449 fi
2450 done
2451
2452 if test -r "$cache_file"; then
2453 # Some versions of bash will fail to source /dev/null (special files
2454 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2455 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2457 $as_echo "$as_me: loading cache $cache_file" >&6;}
2458 case $cache_file in
2459 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2460 *) . "./$cache_file";;
2461 esac
2462 fi
2463 else
2464 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2465 $as_echo "$as_me: creating cache $cache_file" >&6;}
2466 >$cache_file
2467 fi
2468
2469 as_fn_append ac_header_list " stdlib.h"
2470 as_fn_append ac_header_list " unistd.h"
2471 as_fn_append ac_header_list " sys/param.h"
2472 # Check that the precious variables saved in the cache have kept the same
2473 # value.
2474 ac_cache_corrupted=false
2475 for ac_var in $ac_precious_vars; do
2476 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2477 eval ac_new_set=\$ac_env_${ac_var}_set
2478 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2479 eval ac_new_val=\$ac_env_${ac_var}_value
2480 case $ac_old_set,$ac_new_set in
2481 set,)
2482 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2483 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2484 ac_cache_corrupted=: ;;
2485 ,set)
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2487 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2488 ac_cache_corrupted=: ;;
2489 ,);;
2490 *)
2491 if test "x$ac_old_val" != "x$ac_new_val"; then
2492 # differences in whitespace do not lead to failure.
2493 ac_old_val_w=`echo x $ac_old_val`
2494 ac_new_val_w=`echo x $ac_new_val`
2495 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2496 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2497 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2498 ac_cache_corrupted=:
2499 else
2500 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2501 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2502 eval $ac_var=\$ac_old_val
2503 fi
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2505 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2507 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2508 fi;;
2509 esac
2510 # Pass precious variables to config.status.
2511 if test "$ac_new_set" = set; then
2512 case $ac_new_val in
2513 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2514 *) ac_arg=$ac_var=$ac_new_val ;;
2515 esac
2516 case " $ac_configure_args " in
2517 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2518 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2519 esac
2520 fi
2521 done
2522 if $ac_cache_corrupted; then
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2524 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2525 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2526 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2527 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2528 fi
2529 ## -------------------- ##
2530 ## Main body of script. ##
2531 ## -------------------- ##
2532
2533 ac_ext=c
2534 ac_cpp='$CPP $CPPFLAGS'
2535 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2536 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2537 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2538
2539
2540
2541
2542
2543
2544
2545 ac_aux_dir=
2546 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2547 if test -f "$ac_dir/install-sh"; then
2548 ac_aux_dir=$ac_dir
2549 ac_install_sh="$ac_aux_dir/install-sh -c"
2550 break
2551 elif test -f "$ac_dir/install.sh"; then
2552 ac_aux_dir=$ac_dir
2553 ac_install_sh="$ac_aux_dir/install.sh -c"
2554 break
2555 elif test -f "$ac_dir/shtool"; then
2556 ac_aux_dir=$ac_dir
2557 ac_install_sh="$ac_aux_dir/shtool install -c"
2558 break
2559 fi
2560 done
2561 if test -z "$ac_aux_dir"; then
2562 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2563 fi
2564
2565 # These three variables are undocumented and unsupported,
2566 # and are intended to be withdrawn in a future Autoconf release.
2567 # They can cause serious problems if a builder's source tree is in a directory
2568 # whose full name contains unusual characters.
2569 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2570 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2571 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2572
2573
2574 # Make sure we can run config.sub.
2575 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2576 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2577
2578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2579 $as_echo_n "checking build system type... " >&6; }
2580 if ${ac_cv_build+:} false; then :
2581 $as_echo_n "(cached) " >&6
2582 else
2583 ac_build_alias=$build_alias
2584 test "x$ac_build_alias" = x &&
2585 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2586 test "x$ac_build_alias" = x &&
2587 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2588 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2589 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2590
2591 fi
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2593 $as_echo "$ac_cv_build" >&6; }
2594 case $ac_cv_build in
2595 *-*-*) ;;
2596 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2597 esac
2598 build=$ac_cv_build
2599 ac_save_IFS=$IFS; IFS='-'
2600 set x $ac_cv_build
2601 shift
2602 build_cpu=$1
2603 build_vendor=$2
2604 shift; shift
2605 # Remember, the first character of IFS is used to create $*,
2606 # except with old shells:
2607 build_os=$*
2608 IFS=$ac_save_IFS
2609 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2610
2611
2612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2613 $as_echo_n "checking host system type... " >&6; }
2614 if ${ac_cv_host+:} false; then :
2615 $as_echo_n "(cached) " >&6
2616 else
2617 if test "x$host_alias" = x; then
2618 ac_cv_host=$ac_cv_build
2619 else
2620 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2621 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2622 fi
2623
2624 fi
2625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2626 $as_echo "$ac_cv_host" >&6; }
2627 case $ac_cv_host in
2628 *-*-*) ;;
2629 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2630 esac
2631 host=$ac_cv_host
2632 ac_save_IFS=$IFS; IFS='-'
2633 set x $ac_cv_host
2634 shift
2635 host_cpu=$1
2636 host_vendor=$2
2637 shift; shift
2638 # Remember, the first character of IFS is used to create $*,
2639 # except with old shells:
2640 host_os=$*
2641 IFS=$ac_save_IFS
2642 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2643
2644
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2646 $as_echo_n "checking target system type... " >&6; }
2647 if ${ac_cv_target+:} false; then :
2648 $as_echo_n "(cached) " >&6
2649 else
2650 if test "x$target_alias" = x; then
2651 ac_cv_target=$ac_cv_host
2652 else
2653 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2654 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2655 fi
2656
2657 fi
2658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2659 $as_echo "$ac_cv_target" >&6; }
2660 case $ac_cv_target in
2661 *-*-*) ;;
2662 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2663 esac
2664 target=$ac_cv_target
2665 ac_save_IFS=$IFS; IFS='-'
2666 set x $ac_cv_target
2667 shift
2668 target_cpu=$1
2669 target_vendor=$2
2670 shift; shift
2671 # Remember, the first character of IFS is used to create $*,
2672 # except with old shells:
2673 target_os=$*
2674 IFS=$ac_save_IFS
2675 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2676
2677
2678 # The aliases save the names the user supplied, while $host etc.
2679 # will get canonicalized.
2680 test -n "$target_alias" &&
2681 test "$program_prefix$program_suffix$program_transform_name" = \
2682 NONENONEs,x,x, &&
2683 program_prefix=${target_alias}-
2684
2685 am__api_version='1.15'
2686
2687 # Find a good install program. We prefer a C program (faster),
2688 # so one script is as good as another. But avoid the broken or
2689 # incompatible versions:
2690 # SysV /etc/install, /usr/sbin/install
2691 # SunOS /usr/etc/install
2692 # IRIX /sbin/install
2693 # AIX /bin/install
2694 # AmigaOS /C/install, which installs bootblocks on floppy discs
2695 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2696 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2697 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2698 # OS/2's system install, which has a completely different semantic
2699 # ./install, which can be erroneously created by make from ./install.sh.
2700 # Reject install programs that cannot install multiple files.
2701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2702 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2703 if test -z "$INSTALL"; then
2704 if ${ac_cv_path_install+:} false; then :
2705 $as_echo_n "(cached) " >&6
2706 else
2707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2708 for as_dir in $PATH
2709 do
2710 IFS=$as_save_IFS
2711 test -z "$as_dir" && as_dir=.
2712 # Account for people who put trailing slashes in PATH elements.
2713 case $as_dir/ in #((
2714 ./ | .// | /[cC]/* | \
2715 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2716 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2717 /usr/ucb/* ) ;;
2718 *)
2719 # OSF1 and SCO ODT 3.0 have their own names for install.
2720 # Don't use installbsd from OSF since it installs stuff as root
2721 # by default.
2722 for ac_prog in ginstall scoinst install; do
2723 for ac_exec_ext in '' $ac_executable_extensions; do
2724 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2725 if test $ac_prog = install &&
2726 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2727 # AIX install. It has an incompatible calling convention.
2728 :
2729 elif test $ac_prog = install &&
2730 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2731 # program-specific install script used by HP pwplus--don't use.
2732 :
2733 else
2734 rm -rf conftest.one conftest.two conftest.dir
2735 echo one > conftest.one
2736 echo two > conftest.two
2737 mkdir conftest.dir
2738 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2739 test -s conftest.one && test -s conftest.two &&
2740 test -s conftest.dir/conftest.one &&
2741 test -s conftest.dir/conftest.two
2742 then
2743 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2744 break 3
2745 fi
2746 fi
2747 fi
2748 done
2749 done
2750 ;;
2751 esac
2752
2753 done
2754 IFS=$as_save_IFS
2755
2756 rm -rf conftest.one conftest.two conftest.dir
2757
2758 fi
2759 if test "${ac_cv_path_install+set}" = set; then
2760 INSTALL=$ac_cv_path_install
2761 else
2762 # As a last resort, use the slow shell script. Don't cache a
2763 # value for INSTALL within a source directory, because that will
2764 # break other packages using the cache if that directory is
2765 # removed, or if the value is a relative name.
2766 INSTALL=$ac_install_sh
2767 fi
2768 fi
2769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2770 $as_echo "$INSTALL" >&6; }
2771
2772 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2773 # It thinks the first close brace ends the variable substitution.
2774 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2775
2776 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2777
2778 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2779
2780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2781 $as_echo_n "checking whether build environment is sane... " >&6; }
2782 # Reject unsafe characters in $srcdir or the absolute working directory
2783 # name. Accept space and tab only in the latter.
2784 am_lf='
2785 '
2786 case `pwd` in
2787 *[\\\"\#\$\&\'\`$am_lf]*)
2788 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2789 esac
2790 case $srcdir in
2791 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2792 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2793 esac
2794
2795 # Do 'set' in a subshell so we don't clobber the current shell's
2796 # arguments. Must try -L first in case configure is actually a
2797 # symlink; some systems play weird games with the mod time of symlinks
2798 # (eg FreeBSD returns the mod time of the symlink's containing
2799 # directory).
2800 if (
2801 am_has_slept=no
2802 for am_try in 1 2; do
2803 echo "timestamp, slept: $am_has_slept" > conftest.file
2804 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2805 if test "$*" = "X"; then
2806 # -L didn't work.
2807 set X `ls -t "$srcdir/configure" conftest.file`
2808 fi
2809 if test "$*" != "X $srcdir/configure conftest.file" \
2810 && test "$*" != "X conftest.file $srcdir/configure"; then
2811
2812 # If neither matched, then we have a broken ls. This can happen
2813 # if, for instance, CONFIG_SHELL is bash and it inherits a
2814 # broken ls alias from the environment. This has actually
2815 # happened. Such a system could not be considered "sane".
2816 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2817 alias in your environment" "$LINENO" 5
2818 fi
2819 if test "$2" = conftest.file || test $am_try -eq 2; then
2820 break
2821 fi
2822 # Just in case.
2823 sleep 1
2824 am_has_slept=yes
2825 done
2826 test "$2" = conftest.file
2827 )
2828 then
2829 # Ok.
2830 :
2831 else
2832 as_fn_error $? "newly created file is older than distributed files!
2833 Check your system clock" "$LINENO" 5
2834 fi
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2836 $as_echo "yes" >&6; }
2837 # If we didn't sleep, we still need to ensure time stamps of config.status and
2838 # generated files are strictly newer.
2839 am_sleep_pid=
2840 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2841 ( sleep 1 ) &
2842 am_sleep_pid=$!
2843 fi
2844
2845 rm -f conftest.file
2846
2847 test "$program_prefix" != NONE &&
2848 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2849 # Use a double $ so make ignores it.
2850 test "$program_suffix" != NONE &&
2851 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2852 # Double any \ or $.
2853 # By default was `s,x,x', remove it if useless.
2854 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2855 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2856
2857 # Expand $ac_aux_dir to an absolute path.
2858 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2859
2860 if test x"${MISSING+set}" != xset; then
2861 case $am_aux_dir in
2862 *\ * | *\ *)
2863 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2864 *)
2865 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2866 esac
2867 fi
2868 # Use eval to expand $SHELL
2869 if eval "$MISSING --is-lightweight"; then
2870 am_missing_run="$MISSING "
2871 else
2872 am_missing_run=
2873 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2874 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2875 fi
2876
2877 if test x"${install_sh+set}" != xset; then
2878 case $am_aux_dir in
2879 *\ * | *\ *)
2880 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2881 *)
2882 install_sh="\${SHELL} $am_aux_dir/install-sh"
2883 esac
2884 fi
2885
2886 # Installed binaries are usually stripped using 'strip' when the user
2887 # run "make install-strip". However 'strip' might not be the right
2888 # tool to use in cross-compilation environments, therefore Automake
2889 # will honor the 'STRIP' environment variable to overrule this program.
2890 if test "$cross_compiling" != no; then
2891 if test -n "$ac_tool_prefix"; then
2892 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2893 set dummy ${ac_tool_prefix}strip; ac_word=$2
2894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2895 $as_echo_n "checking for $ac_word... " >&6; }
2896 if ${ac_cv_prog_STRIP+:} false; then :
2897 $as_echo_n "(cached) " >&6
2898 else
2899 if test -n "$STRIP"; then
2900 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2901 else
2902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2903 for as_dir in $PATH
2904 do
2905 IFS=$as_save_IFS
2906 test -z "$as_dir" && as_dir=.
2907 for ac_exec_ext in '' $ac_executable_extensions; do
2908 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2909 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2911 break 2
2912 fi
2913 done
2914 done
2915 IFS=$as_save_IFS
2916
2917 fi
2918 fi
2919 STRIP=$ac_cv_prog_STRIP
2920 if test -n "$STRIP"; then
2921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2922 $as_echo "$STRIP" >&6; }
2923 else
2924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2925 $as_echo "no" >&6; }
2926 fi
2927
2928
2929 fi
2930 if test -z "$ac_cv_prog_STRIP"; then
2931 ac_ct_STRIP=$STRIP
2932 # Extract the first word of "strip", so it can be a program name with args.
2933 set dummy strip; ac_word=$2
2934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2935 $as_echo_n "checking for $ac_word... " >&6; }
2936 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2937 $as_echo_n "(cached) " >&6
2938 else
2939 if test -n "$ac_ct_STRIP"; then
2940 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2941 else
2942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2943 for as_dir in $PATH
2944 do
2945 IFS=$as_save_IFS
2946 test -z "$as_dir" && as_dir=.
2947 for ac_exec_ext in '' $ac_executable_extensions; do
2948 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2949 ac_cv_prog_ac_ct_STRIP="strip"
2950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2951 break 2
2952 fi
2953 done
2954 done
2955 IFS=$as_save_IFS
2956
2957 fi
2958 fi
2959 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2960 if test -n "$ac_ct_STRIP"; then
2961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2962 $as_echo "$ac_ct_STRIP" >&6; }
2963 else
2964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2965 $as_echo "no" >&6; }
2966 fi
2967
2968 if test "x$ac_ct_STRIP" = x; then
2969 STRIP=":"
2970 else
2971 case $cross_compiling:$ac_tool_warned in
2972 yes:)
2973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2974 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2975 ac_tool_warned=yes ;;
2976 esac
2977 STRIP=$ac_ct_STRIP
2978 fi
2979 else
2980 STRIP="$ac_cv_prog_STRIP"
2981 fi
2982
2983 fi
2984 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2985
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2987 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2988 if test -z "$MKDIR_P"; then
2989 if ${ac_cv_path_mkdir+:} false; then :
2990 $as_echo_n "(cached) " >&6
2991 else
2992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2993 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2994 do
2995 IFS=$as_save_IFS
2996 test -z "$as_dir" && as_dir=.
2997 for ac_prog in mkdir gmkdir; do
2998 for ac_exec_ext in '' $ac_executable_extensions; do
2999 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3000 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3001 'mkdir (GNU coreutils) '* | \
3002 'mkdir (coreutils) '* | \
3003 'mkdir (fileutils) '4.1*)
3004 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3005 break 3;;
3006 esac
3007 done
3008 done
3009 done
3010 IFS=$as_save_IFS
3011
3012 fi
3013
3014 test -d ./--version && rmdir ./--version
3015 if test "${ac_cv_path_mkdir+set}" = set; then
3016 MKDIR_P="$ac_cv_path_mkdir -p"
3017 else
3018 # As a last resort, use the slow shell script. Don't cache a
3019 # value for MKDIR_P within a source directory, because that will
3020 # break other packages using the cache if that directory is
3021 # removed, or if the value is a relative name.
3022 MKDIR_P="$ac_install_sh -d"
3023 fi
3024 fi
3025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3026 $as_echo "$MKDIR_P" >&6; }
3027
3028 for ac_prog in gawk mawk nawk awk
3029 do
3030 # Extract the first word of "$ac_prog", so it can be a program name with args.
3031 set dummy $ac_prog; ac_word=$2
3032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3033 $as_echo_n "checking for $ac_word... " >&6; }
3034 if ${ac_cv_prog_AWK+:} false; then :
3035 $as_echo_n "(cached) " >&6
3036 else
3037 if test -n "$AWK"; then
3038 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3039 else
3040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3041 for as_dir in $PATH
3042 do
3043 IFS=$as_save_IFS
3044 test -z "$as_dir" && as_dir=.
3045 for ac_exec_ext in '' $ac_executable_extensions; do
3046 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3047 ac_cv_prog_AWK="$ac_prog"
3048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3049 break 2
3050 fi
3051 done
3052 done
3053 IFS=$as_save_IFS
3054
3055 fi
3056 fi
3057 AWK=$ac_cv_prog_AWK
3058 if test -n "$AWK"; then
3059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3060 $as_echo "$AWK" >&6; }
3061 else
3062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3063 $as_echo "no" >&6; }
3064 fi
3065
3066
3067 test -n "$AWK" && break
3068 done
3069
3070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3071 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3072 set x ${MAKE-make}
3073 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3074 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3075 $as_echo_n "(cached) " >&6
3076 else
3077 cat >conftest.make <<\_ACEOF
3078 SHELL = /bin/sh
3079 all:
3080 @echo '@@@%%%=$(MAKE)=@@@%%%'
3081 _ACEOF
3082 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3083 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3084 *@@@%%%=?*=@@@%%%*)
3085 eval ac_cv_prog_make_${ac_make}_set=yes;;
3086 *)
3087 eval ac_cv_prog_make_${ac_make}_set=no;;
3088 esac
3089 rm -f conftest.make
3090 fi
3091 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3093 $as_echo "yes" >&6; }
3094 SET_MAKE=
3095 else
3096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3097 $as_echo "no" >&6; }
3098 SET_MAKE="MAKE=${MAKE-make}"
3099 fi
3100
3101 rm -rf .tst 2>/dev/null
3102 mkdir .tst 2>/dev/null
3103 if test -d .tst; then
3104 am__leading_dot=.
3105 else
3106 am__leading_dot=_
3107 fi
3108 rmdir .tst 2>/dev/null
3109
3110 # Check whether --enable-silent-rules was given.
3111 if test "${enable_silent_rules+set}" = set; then :
3112 enableval=$enable_silent_rules;
3113 fi
3114
3115 case $enable_silent_rules in # (((
3116 yes) AM_DEFAULT_VERBOSITY=0;;
3117 no) AM_DEFAULT_VERBOSITY=1;;
3118 *) AM_DEFAULT_VERBOSITY=1;;
3119 esac
3120 am_make=${MAKE-make}
3121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3122 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3123 if ${am_cv_make_support_nested_variables+:} false; then :
3124 $as_echo_n "(cached) " >&6
3125 else
3126 if $as_echo 'TRUE=$(BAR$(V))
3127 BAR0=false
3128 BAR1=true
3129 V=1
3130 am__doit:
3131 @$(TRUE)
3132 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3133 am_cv_make_support_nested_variables=yes
3134 else
3135 am_cv_make_support_nested_variables=no
3136 fi
3137 fi
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3139 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3140 if test $am_cv_make_support_nested_variables = yes; then
3141 AM_V='$(V)'
3142 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3143 else
3144 AM_V=$AM_DEFAULT_VERBOSITY
3145 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3146 fi
3147 AM_BACKSLASH='\'
3148
3149 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3150 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3151 # is not polluted with repeated "-I."
3152 am__isrc=' -I$(srcdir)'
3153 # test to see if srcdir already configured
3154 if test -f $srcdir/config.status; then
3155 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3156 fi
3157 fi
3158
3159 # test whether we have cygpath
3160 if test -z "$CYGPATH_W"; then
3161 if (cygpath --version) >/dev/null 2>/dev/null; then
3162 CYGPATH_W='cygpath -w'
3163 else
3164 CYGPATH_W=echo
3165 fi
3166 fi
3167
3168
3169 # Define the identity of the package.
3170 PACKAGE='bfd'
3171 VERSION='2.37.50'
3172
3173
3174 cat >>confdefs.h <<_ACEOF
3175 #define PACKAGE "$PACKAGE"
3176 _ACEOF
3177
3178
3179 cat >>confdefs.h <<_ACEOF
3180 #define VERSION "$VERSION"
3181 _ACEOF
3182
3183 # Some tools Automake needs.
3184
3185 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3186
3187
3188 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3189
3190
3191 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3192
3193
3194 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3195
3196
3197 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3198
3199 # For better backward compatibility. To be removed once Automake 1.9.x
3200 # dies out for good. For more background, see:
3201 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3202 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3203 mkdir_p='$(MKDIR_P)'
3204
3205 # We need awk for the "check" target (and possibly the TAP driver). The
3206 # system "awk" is bad on some platforms.
3207 # Always define AMTAR for backward compatibility. Yes, it's still used
3208 # in the wild :-( We should find a proper way to deprecate it ...
3209 AMTAR='$${TAR-tar}'
3210
3211
3212 # We'll loop over all known methods to create a tar archive until one works.
3213 _am_tools='gnutar pax cpio none'
3214
3215 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3216
3217
3218
3219
3220
3221
3222 # POSIX will say in a future version that running "rm -f" with no argument
3223 # is OK; and we want to be able to make that assumption in our Makefile
3224 # recipes. So use an aggressive probe to check that the usage we want is
3225 # actually supported "in the wild" to an acceptable degree.
3226 # See automake bug#10828.
3227 # To make any issue more visible, cause the running configure to be aborted
3228 # by default if the 'rm' program in use doesn't match our expectations; the
3229 # user can still override this though.
3230 if rm -f && rm -fr && rm -rf; then : OK; else
3231 cat >&2 <<'END'
3232 Oops!
3233
3234 Your 'rm' program seems unable to run without file operands specified
3235 on the command line, even when the '-f' option is present. This is contrary
3236 to the behaviour of most rm programs out there, and not conforming with
3237 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3238
3239 Please tell bug-automake@gnu.org about your system, including the value
3240 of your $PATH and any error possibly output before this message. This
3241 can help us improve future automake versions.
3242
3243 END
3244 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3245 echo 'Configuration will proceed anyway, since you have set the' >&2
3246 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3247 echo >&2
3248 else
3249 cat >&2 <<'END'
3250 Aborting the configuration process, to ensure you take notice of the issue.
3251
3252 You can download and install GNU coreutils to get an 'rm' implementation
3253 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3254
3255 If you want to complete the configuration process using your problematic
3256 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3257 to "yes", and re-run configure.
3258
3259 END
3260 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3261 fi
3262 fi
3263
3264
3265 if test -n "$ac_tool_prefix"; then
3266 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3267 set dummy ${ac_tool_prefix}ar; ac_word=$2
3268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3269 $as_echo_n "checking for $ac_word... " >&6; }
3270 if ${ac_cv_prog_AR+:} false; then :
3271 $as_echo_n "(cached) " >&6
3272 else
3273 if test -n "$AR"; then
3274 ac_cv_prog_AR="$AR" # Let the user override the test.
3275 else
3276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3277 for as_dir in $PATH
3278 do
3279 IFS=$as_save_IFS
3280 test -z "$as_dir" && as_dir=.
3281 for ac_exec_ext in '' $ac_executable_extensions; do
3282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3283 ac_cv_prog_AR="${ac_tool_prefix}ar"
3284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3285 break 2
3286 fi
3287 done
3288 done
3289 IFS=$as_save_IFS
3290
3291 fi
3292 fi
3293 AR=$ac_cv_prog_AR
3294 if test -n "$AR"; then
3295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3296 $as_echo "$AR" >&6; }
3297 else
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3299 $as_echo "no" >&6; }
3300 fi
3301
3302
3303 fi
3304 if test -z "$ac_cv_prog_AR"; then
3305 ac_ct_AR=$AR
3306 # Extract the first word of "ar", so it can be a program name with args.
3307 set dummy ar; ac_word=$2
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3309 $as_echo_n "checking for $ac_word... " >&6; }
3310 if ${ac_cv_prog_ac_ct_AR+:} false; then :
3311 $as_echo_n "(cached) " >&6
3312 else
3313 if test -n "$ac_ct_AR"; then
3314 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3315 else
3316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3317 for as_dir in $PATH
3318 do
3319 IFS=$as_save_IFS
3320 test -z "$as_dir" && as_dir=.
3321 for ac_exec_ext in '' $ac_executable_extensions; do
3322 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3323 ac_cv_prog_ac_ct_AR="ar"
3324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3325 break 2
3326 fi
3327 done
3328 done
3329 IFS=$as_save_IFS
3330
3331 fi
3332 fi
3333 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3334 if test -n "$ac_ct_AR"; then
3335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
3336 $as_echo "$ac_ct_AR" >&6; }
3337 else
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3339 $as_echo "no" >&6; }
3340 fi
3341
3342 if test "x$ac_ct_AR" = x; then
3343 AR=""
3344 else
3345 case $cross_compiling:$ac_tool_warned in
3346 yes:)
3347 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3348 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3349 ac_tool_warned=yes ;;
3350 esac
3351 AR=$ac_ct_AR
3352 fi
3353 else
3354 AR="$ac_cv_prog_AR"
3355 fi
3356
3357 if test -n "$ac_tool_prefix"; then
3358 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3359 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3361 $as_echo_n "checking for $ac_word... " >&6; }
3362 if ${ac_cv_prog_RANLIB+:} false; then :
3363 $as_echo_n "(cached) " >&6
3364 else
3365 if test -n "$RANLIB"; then
3366 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3367 else
3368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3369 for as_dir in $PATH
3370 do
3371 IFS=$as_save_IFS
3372 test -z "$as_dir" && as_dir=.
3373 for ac_exec_ext in '' $ac_executable_extensions; do
3374 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3375 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3377 break 2
3378 fi
3379 done
3380 done
3381 IFS=$as_save_IFS
3382
3383 fi
3384 fi
3385 RANLIB=$ac_cv_prog_RANLIB
3386 if test -n "$RANLIB"; then
3387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3388 $as_echo "$RANLIB" >&6; }
3389 else
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3391 $as_echo "no" >&6; }
3392 fi
3393
3394
3395 fi
3396 if test -z "$ac_cv_prog_RANLIB"; then
3397 ac_ct_RANLIB=$RANLIB
3398 # Extract the first word of "ranlib", so it can be a program name with args.
3399 set dummy ranlib; ac_word=$2
3400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3401 $as_echo_n "checking for $ac_word... " >&6; }
3402 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
3403 $as_echo_n "(cached) " >&6
3404 else
3405 if test -n "$ac_ct_RANLIB"; then
3406 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3407 else
3408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3409 for as_dir in $PATH
3410 do
3411 IFS=$as_save_IFS
3412 test -z "$as_dir" && as_dir=.
3413 for ac_exec_ext in '' $ac_executable_extensions; do
3414 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3415 ac_cv_prog_ac_ct_RANLIB="ranlib"
3416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3417 break 2
3418 fi
3419 done
3420 done
3421 IFS=$as_save_IFS
3422
3423 fi
3424 fi
3425 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3426 if test -n "$ac_ct_RANLIB"; then
3427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3428 $as_echo "$ac_ct_RANLIB" >&6; }
3429 else
3430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3431 $as_echo "no" >&6; }
3432 fi
3433
3434 if test "x$ac_ct_RANLIB" = x; then
3435 RANLIB=":"
3436 else
3437 case $cross_compiling:$ac_tool_warned in
3438 yes:)
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3440 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3441 ac_tool_warned=yes ;;
3442 esac
3443 RANLIB=$ac_ct_RANLIB
3444 fi
3445 else
3446 RANLIB="$ac_cv_prog_RANLIB"
3447 fi
3448
3449
3450 # Check whether --enable-shared was given.
3451 if test "${enable_shared+set}" = set; then :
3452 enableval=$enable_shared; p=${PACKAGE-default}
3453 case $enableval in
3454 yes) enable_shared=yes ;;
3455 no) enable_shared=no ;;
3456 *)
3457 enable_shared=no
3458 # Look at the argument we got. We use all the common list separators.
3459 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3460 for pkg in $enableval; do
3461 IFS="$lt_save_ifs"
3462 if test "X$pkg" = "X$p"; then
3463 enable_shared=yes
3464 fi
3465 done
3466 IFS="$lt_save_ifs"
3467 ;;
3468 esac
3469 else
3470 enable_shared=no
3471 fi
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482 ac_ext=c
3483 ac_cpp='$CPP $CPPFLAGS'
3484 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3485 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3486 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3487 if test -n "$ac_tool_prefix"; then
3488 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3489 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3491 $as_echo_n "checking for $ac_word... " >&6; }
3492 if ${ac_cv_prog_CC+:} false; then :
3493 $as_echo_n "(cached) " >&6
3494 else
3495 if test -n "$CC"; then
3496 ac_cv_prog_CC="$CC" # Let the user override the test.
3497 else
3498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3499 for as_dir in $PATH
3500 do
3501 IFS=$as_save_IFS
3502 test -z "$as_dir" && as_dir=.
3503 for ac_exec_ext in '' $ac_executable_extensions; do
3504 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3505 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3507 break 2
3508 fi
3509 done
3510 done
3511 IFS=$as_save_IFS
3512
3513 fi
3514 fi
3515 CC=$ac_cv_prog_CC
3516 if test -n "$CC"; then
3517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3518 $as_echo "$CC" >&6; }
3519 else
3520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3521 $as_echo "no" >&6; }
3522 fi
3523
3524
3525 fi
3526 if test -z "$ac_cv_prog_CC"; then
3527 ac_ct_CC=$CC
3528 # Extract the first word of "gcc", so it can be a program name with args.
3529 set dummy gcc; ac_word=$2
3530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3531 $as_echo_n "checking for $ac_word... " >&6; }
3532 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3533 $as_echo_n "(cached) " >&6
3534 else
3535 if test -n "$ac_ct_CC"; then
3536 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3537 else
3538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3539 for as_dir in $PATH
3540 do
3541 IFS=$as_save_IFS
3542 test -z "$as_dir" && as_dir=.
3543 for ac_exec_ext in '' $ac_executable_extensions; do
3544 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3545 ac_cv_prog_ac_ct_CC="gcc"
3546 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3547 break 2
3548 fi
3549 done
3550 done
3551 IFS=$as_save_IFS
3552
3553 fi
3554 fi
3555 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3556 if test -n "$ac_ct_CC"; then
3557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3558 $as_echo "$ac_ct_CC" >&6; }
3559 else
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3561 $as_echo "no" >&6; }
3562 fi
3563
3564 if test "x$ac_ct_CC" = x; then
3565 CC=""
3566 else
3567 case $cross_compiling:$ac_tool_warned in
3568 yes:)
3569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3570 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3571 ac_tool_warned=yes ;;
3572 esac
3573 CC=$ac_ct_CC
3574 fi
3575 else
3576 CC="$ac_cv_prog_CC"
3577 fi
3578
3579 if test -z "$CC"; then
3580 if test -n "$ac_tool_prefix"; then
3581 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3582 set dummy ${ac_tool_prefix}cc; ac_word=$2
3583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3584 $as_echo_n "checking for $ac_word... " >&6; }
3585 if ${ac_cv_prog_CC+:} false; then :
3586 $as_echo_n "(cached) " >&6
3587 else
3588 if test -n "$CC"; then
3589 ac_cv_prog_CC="$CC" # Let the user override the test.
3590 else
3591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3592 for as_dir in $PATH
3593 do
3594 IFS=$as_save_IFS
3595 test -z "$as_dir" && as_dir=.
3596 for ac_exec_ext in '' $ac_executable_extensions; do
3597 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3598 ac_cv_prog_CC="${ac_tool_prefix}cc"
3599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3600 break 2
3601 fi
3602 done
3603 done
3604 IFS=$as_save_IFS
3605
3606 fi
3607 fi
3608 CC=$ac_cv_prog_CC
3609 if test -n "$CC"; then
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3611 $as_echo "$CC" >&6; }
3612 else
3613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3614 $as_echo "no" >&6; }
3615 fi
3616
3617
3618 fi
3619 fi
3620 if test -z "$CC"; then
3621 # Extract the first word of "cc", so it can be a program name with args.
3622 set dummy cc; ac_word=$2
3623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3624 $as_echo_n "checking for $ac_word... " >&6; }
3625 if ${ac_cv_prog_CC+:} false; then :
3626 $as_echo_n "(cached) " >&6
3627 else
3628 if test -n "$CC"; then
3629 ac_cv_prog_CC="$CC" # Let the user override the test.
3630 else
3631 ac_prog_rejected=no
3632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3633 for as_dir in $PATH
3634 do
3635 IFS=$as_save_IFS
3636 test -z "$as_dir" && as_dir=.
3637 for ac_exec_ext in '' $ac_executable_extensions; do
3638 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3639 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3640 ac_prog_rejected=yes
3641 continue
3642 fi
3643 ac_cv_prog_CC="cc"
3644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3645 break 2
3646 fi
3647 done
3648 done
3649 IFS=$as_save_IFS
3650
3651 if test $ac_prog_rejected = yes; then
3652 # We found a bogon in the path, so make sure we never use it.
3653 set dummy $ac_cv_prog_CC
3654 shift
3655 if test $# != 0; then
3656 # We chose a different compiler from the bogus one.
3657 # However, it has the same basename, so the bogon will be chosen
3658 # first if we set CC to just the basename; use the full file name.
3659 shift
3660 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3661 fi
3662 fi
3663 fi
3664 fi
3665 CC=$ac_cv_prog_CC
3666 if test -n "$CC"; then
3667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3668 $as_echo "$CC" >&6; }
3669 else
3670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3671 $as_echo "no" >&6; }
3672 fi
3673
3674
3675 fi
3676 if test -z "$CC"; then
3677 if test -n "$ac_tool_prefix"; then
3678 for ac_prog in cl.exe
3679 do
3680 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3681 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3683 $as_echo_n "checking for $ac_word... " >&6; }
3684 if ${ac_cv_prog_CC+:} false; then :
3685 $as_echo_n "(cached) " >&6
3686 else
3687 if test -n "$CC"; then
3688 ac_cv_prog_CC="$CC" # Let the user override the test.
3689 else
3690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3691 for as_dir in $PATH
3692 do
3693 IFS=$as_save_IFS
3694 test -z "$as_dir" && as_dir=.
3695 for ac_exec_ext in '' $ac_executable_extensions; do
3696 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3697 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3699 break 2
3700 fi
3701 done
3702 done
3703 IFS=$as_save_IFS
3704
3705 fi
3706 fi
3707 CC=$ac_cv_prog_CC
3708 if test -n "$CC"; then
3709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3710 $as_echo "$CC" >&6; }
3711 else
3712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3713 $as_echo "no" >&6; }
3714 fi
3715
3716
3717 test -n "$CC" && break
3718 done
3719 fi
3720 if test -z "$CC"; then
3721 ac_ct_CC=$CC
3722 for ac_prog in cl.exe
3723 do
3724 # Extract the first word of "$ac_prog", so it can be a program name with args.
3725 set dummy $ac_prog; ac_word=$2
3726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3727 $as_echo_n "checking for $ac_word... " >&6; }
3728 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3729 $as_echo_n "(cached) " >&6
3730 else
3731 if test -n "$ac_ct_CC"; then
3732 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3733 else
3734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3735 for as_dir in $PATH
3736 do
3737 IFS=$as_save_IFS
3738 test -z "$as_dir" && as_dir=.
3739 for ac_exec_ext in '' $ac_executable_extensions; do
3740 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3741 ac_cv_prog_ac_ct_CC="$ac_prog"
3742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3743 break 2
3744 fi
3745 done
3746 done
3747 IFS=$as_save_IFS
3748
3749 fi
3750 fi
3751 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3752 if test -n "$ac_ct_CC"; then
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3754 $as_echo "$ac_ct_CC" >&6; }
3755 else
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3757 $as_echo "no" >&6; }
3758 fi
3759
3760
3761 test -n "$ac_ct_CC" && break
3762 done
3763
3764 if test "x$ac_ct_CC" = x; then
3765 CC=""
3766 else
3767 case $cross_compiling:$ac_tool_warned in
3768 yes:)
3769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3770 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3771 ac_tool_warned=yes ;;
3772 esac
3773 CC=$ac_ct_CC
3774 fi
3775 fi
3776
3777 fi
3778
3779
3780 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3781 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3782 as_fn_error $? "no acceptable C compiler found in \$PATH
3783 See \`config.log' for more details" "$LINENO" 5; }
3784
3785 # Provide some information about the compiler.
3786 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3787 set X $ac_compile
3788 ac_compiler=$2
3789 for ac_option in --version -v -V -qversion; do
3790 { { ac_try="$ac_compiler $ac_option >&5"
3791 case "(($ac_try" in
3792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3793 *) ac_try_echo=$ac_try;;
3794 esac
3795 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3796 $as_echo "$ac_try_echo"; } >&5
3797 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3798 ac_status=$?
3799 if test -s conftest.err; then
3800 sed '10a\
3801 ... rest of stderr output deleted ...
3802 10q' conftest.err >conftest.er1
3803 cat conftest.er1 >&5
3804 fi
3805 rm -f conftest.er1 conftest.err
3806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3807 test $ac_status = 0; }
3808 done
3809
3810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3811 /* end confdefs.h. */
3812
3813 int
3814 main ()
3815 {
3816
3817 ;
3818 return 0;
3819 }
3820 _ACEOF
3821 ac_clean_files_save=$ac_clean_files
3822 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3823 # Try to create an executable without -o first, disregard a.out.
3824 # It will help us diagnose broken compilers, and finding out an intuition
3825 # of exeext.
3826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3827 $as_echo_n "checking whether the C compiler works... " >&6; }
3828 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3829
3830 # The possible output files:
3831 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3832
3833 ac_rmfiles=
3834 for ac_file in $ac_files
3835 do
3836 case $ac_file in
3837 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3838 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3839 esac
3840 done
3841 rm -f $ac_rmfiles
3842
3843 if { { ac_try="$ac_link_default"
3844 case "(($ac_try" in
3845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3846 *) ac_try_echo=$ac_try;;
3847 esac
3848 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3849 $as_echo "$ac_try_echo"; } >&5
3850 (eval "$ac_link_default") 2>&5
3851 ac_status=$?
3852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3853 test $ac_status = 0; }; then :
3854 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3855 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3856 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3857 # so that the user can short-circuit this test for compilers unknown to
3858 # Autoconf.
3859 for ac_file in $ac_files ''
3860 do
3861 test -f "$ac_file" || continue
3862 case $ac_file in
3863 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3864 ;;
3865 [ab].out )
3866 # We found the default executable, but exeext='' is most
3867 # certainly right.
3868 break;;
3869 *.* )
3870 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3871 then :; else
3872 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3873 fi
3874 # We set ac_cv_exeext here because the later test for it is not
3875 # safe: cross compilers may not add the suffix if given an `-o'
3876 # argument, so we may need to know it at that point already.
3877 # Even if this section looks crufty: it has the advantage of
3878 # actually working.
3879 break;;
3880 * )
3881 break;;
3882 esac
3883 done
3884 test "$ac_cv_exeext" = no && ac_cv_exeext=
3885
3886 else
3887 ac_file=''
3888 fi
3889 if test -z "$ac_file"; then :
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3891 $as_echo "no" >&6; }
3892 $as_echo "$as_me: failed program was:" >&5
3893 sed 's/^/| /' conftest.$ac_ext >&5
3894
3895 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3896 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3897 as_fn_error 77 "C compiler cannot create executables
3898 See \`config.log' for more details" "$LINENO" 5; }
3899 else
3900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3901 $as_echo "yes" >&6; }
3902 fi
3903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3904 $as_echo_n "checking for C compiler default output file name... " >&6; }
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3906 $as_echo "$ac_file" >&6; }
3907 ac_exeext=$ac_cv_exeext
3908
3909 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3910 ac_clean_files=$ac_clean_files_save
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3912 $as_echo_n "checking for suffix of executables... " >&6; }
3913 if { { ac_try="$ac_link"
3914 case "(($ac_try" in
3915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3916 *) ac_try_echo=$ac_try;;
3917 esac
3918 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3919 $as_echo "$ac_try_echo"; } >&5
3920 (eval "$ac_link") 2>&5
3921 ac_status=$?
3922 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3923 test $ac_status = 0; }; then :
3924 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3925 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3926 # work properly (i.e., refer to `conftest.exe'), while it won't with
3927 # `rm'.
3928 for ac_file in conftest.exe conftest conftest.*; do
3929 test -f "$ac_file" || continue
3930 case $ac_file in
3931 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3932 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3933 break;;
3934 * ) break;;
3935 esac
3936 done
3937 else
3938 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3939 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3940 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3941 See \`config.log' for more details" "$LINENO" 5; }
3942 fi
3943 rm -f conftest conftest$ac_cv_exeext
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3945 $as_echo "$ac_cv_exeext" >&6; }
3946
3947 rm -f conftest.$ac_ext
3948 EXEEXT=$ac_cv_exeext
3949 ac_exeext=$EXEEXT
3950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3951 /* end confdefs.h. */
3952 #include <stdio.h>
3953 int
3954 main ()
3955 {
3956 FILE *f = fopen ("conftest.out", "w");
3957 return ferror (f) || fclose (f) != 0;
3958
3959 ;
3960 return 0;
3961 }
3962 _ACEOF
3963 ac_clean_files="$ac_clean_files conftest.out"
3964 # Check that the compiler produces executables we can run. If not, either
3965 # the compiler is broken, or we cross compile.
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3967 $as_echo_n "checking whether we are cross compiling... " >&6; }
3968 if test "$cross_compiling" != yes; then
3969 { { ac_try="$ac_link"
3970 case "(($ac_try" in
3971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3972 *) ac_try_echo=$ac_try;;
3973 esac
3974 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3975 $as_echo "$ac_try_echo"; } >&5
3976 (eval "$ac_link") 2>&5
3977 ac_status=$?
3978 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3979 test $ac_status = 0; }
3980 if { ac_try='./conftest$ac_cv_exeext'
3981 { { case "(($ac_try" in
3982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3983 *) ac_try_echo=$ac_try;;
3984 esac
3985 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3986 $as_echo "$ac_try_echo"; } >&5
3987 (eval "$ac_try") 2>&5
3988 ac_status=$?
3989 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3990 test $ac_status = 0; }; }; then
3991 cross_compiling=no
3992 else
3993 if test "$cross_compiling" = maybe; then
3994 cross_compiling=yes
3995 else
3996 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3997 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3998 as_fn_error $? "cannot run C compiled programs.
3999 If you meant to cross compile, use \`--host'.
4000 See \`config.log' for more details" "$LINENO" 5; }
4001 fi
4002 fi
4003 fi
4004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4005 $as_echo "$cross_compiling" >&6; }
4006
4007 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4008 ac_clean_files=$ac_clean_files_save
4009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4010 $as_echo_n "checking for suffix of object files... " >&6; }
4011 if ${ac_cv_objext+:} false; then :
4012 $as_echo_n "(cached) " >&6
4013 else
4014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4015 /* end confdefs.h. */
4016
4017 int
4018 main ()
4019 {
4020
4021 ;
4022 return 0;
4023 }
4024 _ACEOF
4025 rm -f conftest.o conftest.obj
4026 if { { ac_try="$ac_compile"
4027 case "(($ac_try" in
4028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4029 *) ac_try_echo=$ac_try;;
4030 esac
4031 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4032 $as_echo "$ac_try_echo"; } >&5
4033 (eval "$ac_compile") 2>&5
4034 ac_status=$?
4035 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4036 test $ac_status = 0; }; then :
4037 for ac_file in conftest.o conftest.obj conftest.*; do
4038 test -f "$ac_file" || continue;
4039 case $ac_file in
4040 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4041 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4042 break;;
4043 esac
4044 done
4045 else
4046 $as_echo "$as_me: failed program was:" >&5
4047 sed 's/^/| /' conftest.$ac_ext >&5
4048
4049 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4050 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4051 as_fn_error $? "cannot compute suffix of object files: cannot compile
4052 See \`config.log' for more details" "$LINENO" 5; }
4053 fi
4054 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4055 fi
4056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4057 $as_echo "$ac_cv_objext" >&6; }
4058 OBJEXT=$ac_cv_objext
4059 ac_objext=$OBJEXT
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4061 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4062 if ${ac_cv_c_compiler_gnu+:} false; then :
4063 $as_echo_n "(cached) " >&6
4064 else
4065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4066 /* end confdefs.h. */
4067
4068 int
4069 main ()
4070 {
4071 #ifndef __GNUC__
4072 choke me
4073 #endif
4074
4075 ;
4076 return 0;
4077 }
4078 _ACEOF
4079 if ac_fn_c_try_compile "$LINENO"; then :
4080 ac_compiler_gnu=yes
4081 else
4082 ac_compiler_gnu=no
4083 fi
4084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4085 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4086
4087 fi
4088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4089 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4090 if test $ac_compiler_gnu = yes; then
4091 GCC=yes
4092 else
4093 GCC=
4094 fi
4095 ac_test_CFLAGS=${CFLAGS+set}
4096 ac_save_CFLAGS=$CFLAGS
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4098 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4099 if ${ac_cv_prog_cc_g+:} false; then :
4100 $as_echo_n "(cached) " >&6
4101 else
4102 ac_save_c_werror_flag=$ac_c_werror_flag
4103 ac_c_werror_flag=yes
4104 ac_cv_prog_cc_g=no
4105 CFLAGS="-g"
4106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4107 /* end confdefs.h. */
4108
4109 int
4110 main ()
4111 {
4112
4113 ;
4114 return 0;
4115 }
4116 _ACEOF
4117 if ac_fn_c_try_compile "$LINENO"; then :
4118 ac_cv_prog_cc_g=yes
4119 else
4120 CFLAGS=""
4121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4122 /* end confdefs.h. */
4123
4124 int
4125 main ()
4126 {
4127
4128 ;
4129 return 0;
4130 }
4131 _ACEOF
4132 if ac_fn_c_try_compile "$LINENO"; then :
4133
4134 else
4135 ac_c_werror_flag=$ac_save_c_werror_flag
4136 CFLAGS="-g"
4137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4138 /* end confdefs.h. */
4139
4140 int
4141 main ()
4142 {
4143
4144 ;
4145 return 0;
4146 }
4147 _ACEOF
4148 if ac_fn_c_try_compile "$LINENO"; then :
4149 ac_cv_prog_cc_g=yes
4150 fi
4151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4152 fi
4153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4154 fi
4155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4156 ac_c_werror_flag=$ac_save_c_werror_flag
4157 fi
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4159 $as_echo "$ac_cv_prog_cc_g" >&6; }
4160 if test "$ac_test_CFLAGS" = set; then
4161 CFLAGS=$ac_save_CFLAGS
4162 elif test $ac_cv_prog_cc_g = yes; then
4163 if test "$GCC" = yes; then
4164 CFLAGS="-g -O2"
4165 else
4166 CFLAGS="-g"
4167 fi
4168 else
4169 if test "$GCC" = yes; then
4170 CFLAGS="-O2"
4171 else
4172 CFLAGS=
4173 fi
4174 fi
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4176 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4177 if ${ac_cv_prog_cc_c89+:} false; then :
4178 $as_echo_n "(cached) " >&6
4179 else
4180 ac_cv_prog_cc_c89=no
4181 ac_save_CC=$CC
4182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4183 /* end confdefs.h. */
4184 #include <stdarg.h>
4185 #include <stdio.h>
4186 struct stat;
4187 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4188 struct buf { int x; };
4189 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4190 static char *e (p, i)
4191 char **p;
4192 int i;
4193 {
4194 return p[i];
4195 }
4196 static char *f (char * (*g) (char **, int), char **p, ...)
4197 {
4198 char *s;
4199 va_list v;
4200 va_start (v,p);
4201 s = g (p, va_arg (v,int));
4202 va_end (v);
4203 return s;
4204 }
4205
4206 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4207 function prototypes and stuff, but not '\xHH' hex character constants.
4208 These don't provoke an error unfortunately, instead are silently treated
4209 as 'x'. The following induces an error, until -std is added to get
4210 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4211 array size at least. It's necessary to write '\x00'==0 to get something
4212 that's true only with -std. */
4213 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4214
4215 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4216 inside strings and character constants. */
4217 #define FOO(x) 'x'
4218 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4219
4220 int test (int i, double x);
4221 struct s1 {int (*f) (int a);};
4222 struct s2 {int (*f) (double a);};
4223 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4224 int argc;
4225 char **argv;
4226 int
4227 main ()
4228 {
4229 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4230 ;
4231 return 0;
4232 }
4233 _ACEOF
4234 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4235 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4236 do
4237 CC="$ac_save_CC $ac_arg"
4238 if ac_fn_c_try_compile "$LINENO"; then :
4239 ac_cv_prog_cc_c89=$ac_arg
4240 fi
4241 rm -f core conftest.err conftest.$ac_objext
4242 test "x$ac_cv_prog_cc_c89" != "xno" && break
4243 done
4244 rm -f conftest.$ac_ext
4245 CC=$ac_save_CC
4246
4247 fi
4248 # AC_CACHE_VAL
4249 case "x$ac_cv_prog_cc_c89" in
4250 x)
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4252 $as_echo "none needed" >&6; } ;;
4253 xno)
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4255 $as_echo "unsupported" >&6; } ;;
4256 *)
4257 CC="$CC $ac_cv_prog_cc_c89"
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4259 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4260 esac
4261 if test "x$ac_cv_prog_cc_c89" != xno; then :
4262
4263 fi
4264
4265 ac_ext=c
4266 ac_cpp='$CPP $CPPFLAGS'
4267 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4268 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4269 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4270
4271 ac_ext=c
4272 ac_cpp='$CPP $CPPFLAGS'
4273 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4274 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4275 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4277 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4278 if ${am_cv_prog_cc_c_o+:} false; then :
4279 $as_echo_n "(cached) " >&6
4280 else
4281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4282 /* end confdefs.h. */
4283
4284 int
4285 main ()
4286 {
4287
4288 ;
4289 return 0;
4290 }
4291 _ACEOF
4292 # Make sure it works both with $CC and with simple cc.
4293 # Following AC_PROG_CC_C_O, we do the test twice because some
4294 # compilers refuse to overwrite an existing .o file with -o,
4295 # though they will create one.
4296 am_cv_prog_cc_c_o=yes
4297 for am_i in 1 2; do
4298 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4299 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4300 ac_status=$?
4301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4302 (exit $ac_status); } \
4303 && test -f conftest2.$ac_objext; then
4304 : OK
4305 else
4306 am_cv_prog_cc_c_o=no
4307 break
4308 fi
4309 done
4310 rm -f core conftest*
4311 unset am_i
4312 fi
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4314 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4315 if test "$am_cv_prog_cc_c_o" != yes; then
4316 # Losing compiler, so override with the script.
4317 # FIXME: It is wrong to rewrite CC.
4318 # But if we don't then we get into trouble of one sort or another.
4319 # A longer-term fix would be to have automake use am__CC in this case,
4320 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4321 CC="$am_aux_dir/compile $CC"
4322 fi
4323 ac_ext=c
4324 ac_cpp='$CPP $CPPFLAGS'
4325 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4326 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4327 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4328
4329 DEPDIR="${am__leading_dot}deps"
4330
4331 ac_config_commands="$ac_config_commands depfiles"
4332
4333
4334 am_make=${MAKE-make}
4335 cat > confinc << 'END'
4336 am__doit:
4337 @echo this is the am__doit target
4338 .PHONY: am__doit
4339 END
4340 # If we don't find an include directive, just comment out the code.
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4342 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4343 am__include="#"
4344 am__quote=
4345 _am_result=none
4346 # First try GNU make style include.
4347 echo "include confinc" > confmf
4348 # Ignore all kinds of additional output from 'make'.
4349 case `$am_make -s -f confmf 2> /dev/null` in #(
4350 *the\ am__doit\ target*)
4351 am__include=include
4352 am__quote=
4353 _am_result=GNU
4354 ;;
4355 esac
4356 # Now try BSD make style include.
4357 if test "$am__include" = "#"; then
4358 echo '.include "confinc"' > confmf
4359 case `$am_make -s -f confmf 2> /dev/null` in #(
4360 *the\ am__doit\ target*)
4361 am__include=.include
4362 am__quote="\""
4363 _am_result=BSD
4364 ;;
4365 esac
4366 fi
4367
4368
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4370 $as_echo "$_am_result" >&6; }
4371 rm -f confinc confmf
4372
4373 # Check whether --enable-dependency-tracking was given.
4374 if test "${enable_dependency_tracking+set}" = set; then :
4375 enableval=$enable_dependency_tracking;
4376 fi
4377
4378 if test "x$enable_dependency_tracking" != xno; then
4379 am_depcomp="$ac_aux_dir/depcomp"
4380 AMDEPBACKSLASH='\'
4381 am__nodep='_no'
4382 fi
4383 if test "x$enable_dependency_tracking" != xno; then
4384 AMDEP_TRUE=
4385 AMDEP_FALSE='#'
4386 else
4387 AMDEP_TRUE='#'
4388 AMDEP_FALSE=
4389 fi
4390
4391
4392
4393 depcc="$CC" am_compiler_list=
4394
4395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4396 $as_echo_n "checking dependency style of $depcc... " >&6; }
4397 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4398 $as_echo_n "(cached) " >&6
4399 else
4400 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4401 # We make a subdir and do the tests there. Otherwise we can end up
4402 # making bogus files that we don't know about and never remove. For
4403 # instance it was reported that on HP-UX the gcc test will end up
4404 # making a dummy file named 'D' -- because '-MD' means "put the output
4405 # in D".
4406 rm -rf conftest.dir
4407 mkdir conftest.dir
4408 # Copy depcomp to subdir because otherwise we won't find it if we're
4409 # using a relative directory.
4410 cp "$am_depcomp" conftest.dir
4411 cd conftest.dir
4412 # We will build objects and dependencies in a subdirectory because
4413 # it helps to detect inapplicable dependency modes. For instance
4414 # both Tru64's cc and ICC support -MD to output dependencies as a
4415 # side effect of compilation, but ICC will put the dependencies in
4416 # the current directory while Tru64 will put them in the object
4417 # directory.
4418 mkdir sub
4419
4420 am_cv_CC_dependencies_compiler_type=none
4421 if test "$am_compiler_list" = ""; then
4422 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4423 fi
4424 am__universal=false
4425 case " $depcc " in #(
4426 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4427 esac
4428
4429 for depmode in $am_compiler_list; do
4430 # Setup a source with many dependencies, because some compilers
4431 # like to wrap large dependency lists on column 80 (with \), and
4432 # we should not choose a depcomp mode which is confused by this.
4433 #
4434 # We need to recreate these files for each test, as the compiler may
4435 # overwrite some of them when testing with obscure command lines.
4436 # This happens at least with the AIX C compiler.
4437 : > sub/conftest.c
4438 for i in 1 2 3 4 5 6; do
4439 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4440 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4441 # Solaris 10 /bin/sh.
4442 echo '/* dummy */' > sub/conftst$i.h
4443 done
4444 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4445
4446 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4447 # mode. It turns out that the SunPro C++ compiler does not properly
4448 # handle '-M -o', and we need to detect this. Also, some Intel
4449 # versions had trouble with output in subdirs.
4450 am__obj=sub/conftest.${OBJEXT-o}
4451 am__minus_obj="-o $am__obj"
4452 case $depmode in
4453 gcc)
4454 # This depmode causes a compiler race in universal mode.
4455 test "$am__universal" = false || continue
4456 ;;
4457 nosideeffect)
4458 # After this tag, mechanisms are not by side-effect, so they'll
4459 # only be used when explicitly requested.
4460 if test "x$enable_dependency_tracking" = xyes; then
4461 continue
4462 else
4463 break
4464 fi
4465 ;;
4466 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4467 # This compiler won't grok '-c -o', but also, the minuso test has
4468 # not run yet. These depmodes are late enough in the game, and
4469 # so weak that their functioning should not be impacted.
4470 am__obj=conftest.${OBJEXT-o}
4471 am__minus_obj=
4472 ;;
4473 none) break ;;
4474 esac
4475 if depmode=$depmode \
4476 source=sub/conftest.c object=$am__obj \
4477 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4478 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4479 >/dev/null 2>conftest.err &&
4480 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4481 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4482 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4483 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4484 # icc doesn't choke on unknown options, it will just issue warnings
4485 # or remarks (even with -Werror). So we grep stderr for any message
4486 # that says an option was ignored or not supported.
4487 # When given -MP, icc 7.0 and 7.1 complain thusly:
4488 # icc: Command line warning: ignoring option '-M'; no argument required
4489 # The diagnosis changed in icc 8.0:
4490 # icc: Command line remark: option '-MP' not supported
4491 if (grep 'ignoring option' conftest.err ||
4492 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4493 am_cv_CC_dependencies_compiler_type=$depmode
4494 break
4495 fi
4496 fi
4497 done
4498
4499 cd ..
4500 rm -rf conftest.dir
4501 else
4502 am_cv_CC_dependencies_compiler_type=none
4503 fi
4504
4505 fi
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4507 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4508 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4509
4510 if
4511 test "x$enable_dependency_tracking" != xno \
4512 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4513 am__fastdepCC_TRUE=
4514 am__fastdepCC_FALSE='#'
4515 else
4516 am__fastdepCC_TRUE='#'
4517 am__fastdepCC_FALSE=
4518 fi
4519
4520
4521
4522 ac_ext=c
4523 ac_cpp='$CPP $CPPFLAGS'
4524 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4525 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4526 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4528 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4529 # On Suns, sometimes $CPP names a directory.
4530 if test -n "$CPP" && test -d "$CPP"; then
4531 CPP=
4532 fi
4533 if test -z "$CPP"; then
4534 if ${ac_cv_prog_CPP+:} false; then :
4535 $as_echo_n "(cached) " >&6
4536 else
4537 # Double quotes because CPP needs to be expanded
4538 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4539 do
4540 ac_preproc_ok=false
4541 for ac_c_preproc_warn_flag in '' yes
4542 do
4543 # Use a header file that comes with gcc, so configuring glibc
4544 # with a fresh cross-compiler works.
4545 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4546 # <limits.h> exists even on freestanding compilers.
4547 # On the NeXT, cc -E runs the code through the compiler's parser,
4548 # not just through cpp. "Syntax error" is here to catch this case.
4549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4550 /* end confdefs.h. */
4551 #ifdef __STDC__
4552 # include <limits.h>
4553 #else
4554 # include <assert.h>
4555 #endif
4556 Syntax error
4557 _ACEOF
4558 if ac_fn_c_try_cpp "$LINENO"; then :
4559
4560 else
4561 # Broken: fails on valid input.
4562 continue
4563 fi
4564 rm -f conftest.err conftest.i conftest.$ac_ext
4565
4566 # OK, works on sane cases. Now check whether nonexistent headers
4567 # can be detected and how.
4568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4569 /* end confdefs.h. */
4570 #include <ac_nonexistent.h>
4571 _ACEOF
4572 if ac_fn_c_try_cpp "$LINENO"; then :
4573 # Broken: success on invalid input.
4574 continue
4575 else
4576 # Passes both tests.
4577 ac_preproc_ok=:
4578 break
4579 fi
4580 rm -f conftest.err conftest.i conftest.$ac_ext
4581
4582 done
4583 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4584 rm -f conftest.i conftest.err conftest.$ac_ext
4585 if $ac_preproc_ok; then :
4586 break
4587 fi
4588
4589 done
4590 ac_cv_prog_CPP=$CPP
4591
4592 fi
4593 CPP=$ac_cv_prog_CPP
4594 else
4595 ac_cv_prog_CPP=$CPP
4596 fi
4597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4598 $as_echo "$CPP" >&6; }
4599 ac_preproc_ok=false
4600 for ac_c_preproc_warn_flag in '' yes
4601 do
4602 # Use a header file that comes with gcc, so configuring glibc
4603 # with a fresh cross-compiler works.
4604 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4605 # <limits.h> exists even on freestanding compilers.
4606 # On the NeXT, cc -E runs the code through the compiler's parser,
4607 # not just through cpp. "Syntax error" is here to catch this case.
4608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4609 /* end confdefs.h. */
4610 #ifdef __STDC__
4611 # include <limits.h>
4612 #else
4613 # include <assert.h>
4614 #endif
4615 Syntax error
4616 _ACEOF
4617 if ac_fn_c_try_cpp "$LINENO"; then :
4618
4619 else
4620 # Broken: fails on valid input.
4621 continue
4622 fi
4623 rm -f conftest.err conftest.i conftest.$ac_ext
4624
4625 # OK, works on sane cases. Now check whether nonexistent headers
4626 # can be detected and how.
4627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4628 /* end confdefs.h. */
4629 #include <ac_nonexistent.h>
4630 _ACEOF
4631 if ac_fn_c_try_cpp "$LINENO"; then :
4632 # Broken: success on invalid input.
4633 continue
4634 else
4635 # Passes both tests.
4636 ac_preproc_ok=:
4637 break
4638 fi
4639 rm -f conftest.err conftest.i conftest.$ac_ext
4640
4641 done
4642 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4643 rm -f conftest.i conftest.err conftest.$ac_ext
4644 if $ac_preproc_ok; then :
4645
4646 else
4647 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4648 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4649 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4650 See \`config.log' for more details" "$LINENO" 5; }
4651 fi
4652
4653 ac_ext=c
4654 ac_cpp='$CPP $CPPFLAGS'
4655 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4656 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4657 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4658
4659
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4661 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4662 if ${ac_cv_path_GREP+:} false; then :
4663 $as_echo_n "(cached) " >&6
4664 else
4665 if test -z "$GREP"; then
4666 ac_path_GREP_found=false
4667 # Loop through the user's path and test for each of PROGNAME-LIST
4668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4669 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4670 do
4671 IFS=$as_save_IFS
4672 test -z "$as_dir" && as_dir=.
4673 for ac_prog in grep ggrep; do
4674 for ac_exec_ext in '' $ac_executable_extensions; do
4675 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4676 as_fn_executable_p "$ac_path_GREP" || continue
4677 # Check for GNU ac_path_GREP and select it if it is found.
4678 # Check for GNU $ac_path_GREP
4679 case `"$ac_path_GREP" --version 2>&1` in
4680 *GNU*)
4681 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4682 *)
4683 ac_count=0
4684 $as_echo_n 0123456789 >"conftest.in"
4685 while :
4686 do
4687 cat "conftest.in" "conftest.in" >"conftest.tmp"
4688 mv "conftest.tmp" "conftest.in"
4689 cp "conftest.in" "conftest.nl"
4690 $as_echo 'GREP' >> "conftest.nl"
4691 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4692 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4693 as_fn_arith $ac_count + 1 && ac_count=$as_val
4694 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4695 # Best one so far, save it but keep looking for a better one
4696 ac_cv_path_GREP="$ac_path_GREP"
4697 ac_path_GREP_max=$ac_count
4698 fi
4699 # 10*(2^10) chars as input seems more than enough
4700 test $ac_count -gt 10 && break
4701 done
4702 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4703 esac
4704
4705 $ac_path_GREP_found && break 3
4706 done
4707 done
4708 done
4709 IFS=$as_save_IFS
4710 if test -z "$ac_cv_path_GREP"; then
4711 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4712 fi
4713 else
4714 ac_cv_path_GREP=$GREP
4715 fi
4716
4717 fi
4718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4719 $as_echo "$ac_cv_path_GREP" >&6; }
4720 GREP="$ac_cv_path_GREP"
4721
4722
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4724 $as_echo_n "checking for egrep... " >&6; }
4725 if ${ac_cv_path_EGREP+:} false; then :
4726 $as_echo_n "(cached) " >&6
4727 else
4728 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4729 then ac_cv_path_EGREP="$GREP -E"
4730 else
4731 if test -z "$EGREP"; then
4732 ac_path_EGREP_found=false
4733 # Loop through the user's path and test for each of PROGNAME-LIST
4734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4735 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4736 do
4737 IFS=$as_save_IFS
4738 test -z "$as_dir" && as_dir=.
4739 for ac_prog in egrep; do
4740 for ac_exec_ext in '' $ac_executable_extensions; do
4741 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4742 as_fn_executable_p "$ac_path_EGREP" || continue
4743 # Check for GNU ac_path_EGREP and select it if it is found.
4744 # Check for GNU $ac_path_EGREP
4745 case `"$ac_path_EGREP" --version 2>&1` in
4746 *GNU*)
4747 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4748 *)
4749 ac_count=0
4750 $as_echo_n 0123456789 >"conftest.in"
4751 while :
4752 do
4753 cat "conftest.in" "conftest.in" >"conftest.tmp"
4754 mv "conftest.tmp" "conftest.in"
4755 cp "conftest.in" "conftest.nl"
4756 $as_echo 'EGREP' >> "conftest.nl"
4757 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4758 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4759 as_fn_arith $ac_count + 1 && ac_count=$as_val
4760 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4761 # Best one so far, save it but keep looking for a better one
4762 ac_cv_path_EGREP="$ac_path_EGREP"
4763 ac_path_EGREP_max=$ac_count
4764 fi
4765 # 10*(2^10) chars as input seems more than enough
4766 test $ac_count -gt 10 && break
4767 done
4768 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4769 esac
4770
4771 $ac_path_EGREP_found && break 3
4772 done
4773 done
4774 done
4775 IFS=$as_save_IFS
4776 if test -z "$ac_cv_path_EGREP"; then
4777 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4778 fi
4779 else
4780 ac_cv_path_EGREP=$EGREP
4781 fi
4782
4783 fi
4784 fi
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4786 $as_echo "$ac_cv_path_EGREP" >&6; }
4787 EGREP="$ac_cv_path_EGREP"
4788
4789
4790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4791 $as_echo_n "checking for ANSI C header files... " >&6; }
4792 if ${ac_cv_header_stdc+:} false; then :
4793 $as_echo_n "(cached) " >&6
4794 else
4795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4796 /* end confdefs.h. */
4797 #include <stdlib.h>
4798 #include <stdarg.h>
4799 #include <string.h>
4800 #include <float.h>
4801
4802 int
4803 main ()
4804 {
4805
4806 ;
4807 return 0;
4808 }
4809 _ACEOF
4810 if ac_fn_c_try_compile "$LINENO"; then :
4811 ac_cv_header_stdc=yes
4812 else
4813 ac_cv_header_stdc=no
4814 fi
4815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4816
4817 if test $ac_cv_header_stdc = yes; then
4818 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4820 /* end confdefs.h. */
4821 #include <string.h>
4822
4823 _ACEOF
4824 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4825 $EGREP "memchr" >/dev/null 2>&1; then :
4826
4827 else
4828 ac_cv_header_stdc=no
4829 fi
4830 rm -f conftest*
4831
4832 fi
4833
4834 if test $ac_cv_header_stdc = yes; then
4835 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4837 /* end confdefs.h. */
4838 #include <stdlib.h>
4839
4840 _ACEOF
4841 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4842 $EGREP "free" >/dev/null 2>&1; then :
4843
4844 else
4845 ac_cv_header_stdc=no
4846 fi
4847 rm -f conftest*
4848
4849 fi
4850
4851 if test $ac_cv_header_stdc = yes; then
4852 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4853 if test "$cross_compiling" = yes; then :
4854 :
4855 else
4856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4857 /* end confdefs.h. */
4858 #include <ctype.h>
4859 #include <stdlib.h>
4860 #if ((' ' & 0x0FF) == 0x020)
4861 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4862 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4863 #else
4864 # define ISLOWER(c) \
4865 (('a' <= (c) && (c) <= 'i') \
4866 || ('j' <= (c) && (c) <= 'r') \
4867 || ('s' <= (c) && (c) <= 'z'))
4868 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4869 #endif
4870
4871 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4872 int
4873 main ()
4874 {
4875 int i;
4876 for (i = 0; i < 256; i++)
4877 if (XOR (islower (i), ISLOWER (i))
4878 || toupper (i) != TOUPPER (i))
4879 return 2;
4880 return 0;
4881 }
4882 _ACEOF
4883 if ac_fn_c_try_run "$LINENO"; then :
4884
4885 else
4886 ac_cv_header_stdc=no
4887 fi
4888 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4889 conftest.$ac_objext conftest.beam conftest.$ac_ext
4890 fi
4891
4892 fi
4893 fi
4894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4895 $as_echo "$ac_cv_header_stdc" >&6; }
4896 if test $ac_cv_header_stdc = yes; then
4897
4898 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4899
4900 fi
4901
4902 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4903 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4904 inttypes.h stdint.h unistd.h
4905 do :
4906 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4907 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4908 "
4909 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4910 cat >>confdefs.h <<_ACEOF
4911 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4912 _ACEOF
4913
4914 fi
4915
4916 done
4917
4918
4919
4920 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4921 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4922 MINIX=yes
4923 else
4924 MINIX=
4925 fi
4926
4927
4928 if test "$MINIX" = yes; then
4929
4930 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4931
4932
4933 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4934
4935
4936 $as_echo "#define _MINIX 1" >>confdefs.h
4937
4938 fi
4939
4940
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4942 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4943 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4944 $as_echo_n "(cached) " >&6
4945 else
4946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4947 /* end confdefs.h. */
4948
4949 # define __EXTENSIONS__ 1
4950 $ac_includes_default
4951 int
4952 main ()
4953 {
4954
4955 ;
4956 return 0;
4957 }
4958 _ACEOF
4959 if ac_fn_c_try_compile "$LINENO"; then :
4960 ac_cv_safe_to_define___extensions__=yes
4961 else
4962 ac_cv_safe_to_define___extensions__=no
4963 fi
4964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4965 fi
4966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4967 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4968 test $ac_cv_safe_to_define___extensions__ = yes &&
4969 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4970
4971 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4972
4973 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4974
4975 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4976
4977 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4978
4979
4980
4981
4982
4983 case `pwd` in
4984 *\ * | *\ *)
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4986 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4987 esac
4988
4989
4990
4991 macro_version='2.2.7a'
4992 macro_revision='1.3134'
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006 ltmain="$ac_aux_dir/ltmain.sh"
5007
5008 # Backslashify metacharacters that are still active within
5009 # double-quoted strings.
5010 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5011
5012 # Same as above, but do not quote variable references.
5013 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5014
5015 # Sed substitution to delay expansion of an escaped shell variable in a
5016 # double_quote_subst'ed string.
5017 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5018
5019 # Sed substitution to delay expansion of an escaped single quote.
5020 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5021
5022 # Sed substitution to avoid accidental globbing in evaled expressions
5023 no_glob_subst='s/\*/\\\*/g'
5024
5025 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5026 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5027 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5028
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5030 $as_echo_n "checking how to print strings... " >&6; }
5031 # Test print first, because it will be a builtin if present.
5032 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5033 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5034 ECHO='print -r --'
5035 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5036 ECHO='printf %s\n'
5037 else
5038 # Use this function as a fallback that always works.
5039 func_fallback_echo ()
5040 {
5041 eval 'cat <<_LTECHO_EOF
5042 $1
5043 _LTECHO_EOF'
5044 }
5045 ECHO='func_fallback_echo'
5046 fi
5047
5048 # func_echo_all arg...
5049 # Invoke $ECHO with all args, space-separated.
5050 func_echo_all ()
5051 {
5052 $ECHO ""
5053 }
5054
5055 case "$ECHO" in
5056 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5057 $as_echo "printf" >&6; } ;;
5058 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5059 $as_echo "print -r" >&6; } ;;
5060 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5061 $as_echo "cat" >&6; } ;;
5062 esac
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5078 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5079 if ${ac_cv_path_SED+:} false; then :
5080 $as_echo_n "(cached) " >&6
5081 else
5082 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5083 for ac_i in 1 2 3 4 5 6 7; do
5084 ac_script="$ac_script$as_nl$ac_script"
5085 done
5086 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5087 { ac_script=; unset ac_script;}
5088 if test -z "$SED"; then
5089 ac_path_SED_found=false
5090 # Loop through the user's path and test for each of PROGNAME-LIST
5091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5092 for as_dir in $PATH
5093 do
5094 IFS=$as_save_IFS
5095 test -z "$as_dir" && as_dir=.
5096 for ac_prog in sed gsed; do
5097 for ac_exec_ext in '' $ac_executable_extensions; do
5098 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5099 as_fn_executable_p "$ac_path_SED" || continue
5100 # Check for GNU ac_path_SED and select it if it is found.
5101 # Check for GNU $ac_path_SED
5102 case `"$ac_path_SED" --version 2>&1` in
5103 *GNU*)
5104 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5105 *)
5106 ac_count=0
5107 $as_echo_n 0123456789 >"conftest.in"
5108 while :
5109 do
5110 cat "conftest.in" "conftest.in" >"conftest.tmp"
5111 mv "conftest.tmp" "conftest.in"
5112 cp "conftest.in" "conftest.nl"
5113 $as_echo '' >> "conftest.nl"
5114 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5115 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5116 as_fn_arith $ac_count + 1 && ac_count=$as_val
5117 if test $ac_count -gt ${ac_path_SED_max-0}; then
5118 # Best one so far, save it but keep looking for a better one
5119 ac_cv_path_SED="$ac_path_SED"
5120 ac_path_SED_max=$ac_count
5121 fi
5122 # 10*(2^10) chars as input seems more than enough
5123 test $ac_count -gt 10 && break
5124 done
5125 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5126 esac
5127
5128 $ac_path_SED_found && break 3
5129 done
5130 done
5131 done
5132 IFS=$as_save_IFS
5133 if test -z "$ac_cv_path_SED"; then
5134 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5135 fi
5136 else
5137 ac_cv_path_SED=$SED
5138 fi
5139
5140 fi
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5142 $as_echo "$ac_cv_path_SED" >&6; }
5143 SED="$ac_cv_path_SED"
5144 rm -f conftest.sed
5145
5146 test -z "$SED" && SED=sed
5147 Xsed="$SED -e 1s/^X//"
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5160 $as_echo_n "checking for fgrep... " >&6; }
5161 if ${ac_cv_path_FGREP+:} false; then :
5162 $as_echo_n "(cached) " >&6
5163 else
5164 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5165 then ac_cv_path_FGREP="$GREP -F"
5166 else
5167 if test -z "$FGREP"; then
5168 ac_path_FGREP_found=false
5169 # Loop through the user's path and test for each of PROGNAME-LIST
5170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5171 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5172 do
5173 IFS=$as_save_IFS
5174 test -z "$as_dir" && as_dir=.
5175 for ac_prog in fgrep; do
5176 for ac_exec_ext in '' $ac_executable_extensions; do
5177 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5178 as_fn_executable_p "$ac_path_FGREP" || continue
5179 # Check for GNU ac_path_FGREP and select it if it is found.
5180 # Check for GNU $ac_path_FGREP
5181 case `"$ac_path_FGREP" --version 2>&1` in
5182 *GNU*)
5183 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5184 *)
5185 ac_count=0
5186 $as_echo_n 0123456789 >"conftest.in"
5187 while :
5188 do
5189 cat "conftest.in" "conftest.in" >"conftest.tmp"
5190 mv "conftest.tmp" "conftest.in"
5191 cp "conftest.in" "conftest.nl"
5192 $as_echo 'FGREP' >> "conftest.nl"
5193 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5194 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5195 as_fn_arith $ac_count + 1 && ac_count=$as_val
5196 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5197 # Best one so far, save it but keep looking for a better one
5198 ac_cv_path_FGREP="$ac_path_FGREP"
5199 ac_path_FGREP_max=$ac_count
5200 fi
5201 # 10*(2^10) chars as input seems more than enough
5202 test $ac_count -gt 10 && break
5203 done
5204 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5205 esac
5206
5207 $ac_path_FGREP_found && break 3
5208 done
5209 done
5210 done
5211 IFS=$as_save_IFS
5212 if test -z "$ac_cv_path_FGREP"; then
5213 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5214 fi
5215 else
5216 ac_cv_path_FGREP=$FGREP
5217 fi
5218
5219 fi
5220 fi
5221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5222 $as_echo "$ac_cv_path_FGREP" >&6; }
5223 FGREP="$ac_cv_path_FGREP"
5224
5225
5226 test -z "$GREP" && GREP=grep
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246 # Check whether --with-gnu-ld was given.
5247 if test "${with_gnu_ld+set}" = set; then :
5248 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5249 else
5250 with_gnu_ld=no
5251 fi
5252
5253 ac_prog=ld
5254 if test "$GCC" = yes; then
5255 # Check if gcc -print-prog-name=ld gives a path.
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5257 $as_echo_n "checking for ld used by $CC... " >&6; }
5258 case $host in
5259 *-*-mingw*)
5260 # gcc leaves a trailing carriage return which upsets mingw
5261 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5262 *)
5263 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5264 esac
5265 case $ac_prog in
5266 # Accept absolute paths.
5267 [\\/]* | ?:[\\/]*)
5268 re_direlt='/[^/][^/]*/\.\./'
5269 # Canonicalize the pathname of ld
5270 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5271 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5272 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5273 done
5274 test -z "$LD" && LD="$ac_prog"
5275 ;;
5276 "")
5277 # If it fails, then pretend we aren't using GCC.
5278 ac_prog=ld
5279 ;;
5280 *)
5281 # If it is relative, then search for the first ld in PATH.
5282 with_gnu_ld=unknown
5283 ;;
5284 esac
5285 elif test "$with_gnu_ld" = yes; then
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5287 $as_echo_n "checking for GNU ld... " >&6; }
5288 else
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5290 $as_echo_n "checking for non-GNU ld... " >&6; }
5291 fi
5292 if ${lt_cv_path_LD+:} false; then :
5293 $as_echo_n "(cached) " >&6
5294 else
5295 if test -z "$LD"; then
5296 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5297 for ac_dir in $PATH; do
5298 IFS="$lt_save_ifs"
5299 test -z "$ac_dir" && ac_dir=.
5300 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5301 lt_cv_path_LD="$ac_dir/$ac_prog"
5302 # Check to see if the program is GNU ld. I'd rather use --version,
5303 # but apparently some variants of GNU ld only accept -v.
5304 # Break only if it was the GNU/non-GNU ld that we prefer.
5305 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5306 *GNU* | *'with BFD'*)
5307 test "$with_gnu_ld" != no && break
5308 ;;
5309 *)
5310 test "$with_gnu_ld" != yes && break
5311 ;;
5312 esac
5313 fi
5314 done
5315 IFS="$lt_save_ifs"
5316 else
5317 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5318 fi
5319 fi
5320
5321 LD="$lt_cv_path_LD"
5322 if test -n "$LD"; then
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5324 $as_echo "$LD" >&6; }
5325 else
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5327 $as_echo "no" >&6; }
5328 fi
5329 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5331 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5332 if ${lt_cv_prog_gnu_ld+:} false; then :
5333 $as_echo_n "(cached) " >&6
5334 else
5335 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5336 case `$LD -v 2>&1 </dev/null` in
5337 *GNU* | *'with BFD'*)
5338 lt_cv_prog_gnu_ld=yes
5339 ;;
5340 *)
5341 lt_cv_prog_gnu_ld=no
5342 ;;
5343 esac
5344 fi
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5346 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5347 with_gnu_ld=$lt_cv_prog_gnu_ld
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5358 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5359 if ${lt_cv_path_NM+:} false; then :
5360 $as_echo_n "(cached) " >&6
5361 else
5362 if test -n "$NM"; then
5363 # Let the user override the nm to test.
5364 lt_nm_to_check="$NM"
5365 else
5366 lt_nm_to_check="${ac_tool_prefix}nm"
5367 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5368 lt_nm_to_check="$lt_nm_to_check nm"
5369 fi
5370 fi
5371 for lt_tmp_nm in $lt_nm_to_check; do
5372 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5373 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5374 IFS="$lt_save_ifs"
5375 test -z "$ac_dir" && ac_dir=.
5376 case "$lt_tmp_nm" in
5377 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5378 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5379 esac
5380 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5381 # Check to see if the nm accepts a BSD-compat flag.
5382 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5383 # nm: unknown option "B" ignored
5384 case `"$tmp_nm" -B "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5385 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5386 break
5387 ;;
5388 *)
5389 case `"$tmp_nm" -p "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5390 *$tmp_nm*)
5391 lt_cv_path_NM="$tmp_nm -p"
5392 break
5393 ;;
5394 *)
5395 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5396 continue # so that we can try to find one that supports BSD flags
5397 ;;
5398 esac
5399 ;;
5400 esac
5401 fi
5402 done
5403 IFS="$lt_save_ifs"
5404 done
5405 : ${lt_cv_path_NM=no}
5406 fi
5407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5408 $as_echo "$lt_cv_path_NM" >&6; }
5409 if test "$lt_cv_path_NM" != "no"; then
5410 NM="$lt_cv_path_NM"
5411 else
5412 # Didn't find any BSD compatible name lister, look for dumpbin.
5413 if test -n "$DUMPBIN"; then :
5414 # Let the user override the test.
5415 else
5416 if test -n "$ac_tool_prefix"; then
5417 for ac_prog in dumpbin "link -dump"
5418 do
5419 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5420 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5422 $as_echo_n "checking for $ac_word... " >&6; }
5423 if ${ac_cv_prog_DUMPBIN+:} false; then :
5424 $as_echo_n "(cached) " >&6
5425 else
5426 if test -n "$DUMPBIN"; then
5427 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5428 else
5429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5430 for as_dir in $PATH
5431 do
5432 IFS=$as_save_IFS
5433 test -z "$as_dir" && as_dir=.
5434 for ac_exec_ext in '' $ac_executable_extensions; do
5435 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5436 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5438 break 2
5439 fi
5440 done
5441 done
5442 IFS=$as_save_IFS
5443
5444 fi
5445 fi
5446 DUMPBIN=$ac_cv_prog_DUMPBIN
5447 if test -n "$DUMPBIN"; then
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5449 $as_echo "$DUMPBIN" >&6; }
5450 else
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5452 $as_echo "no" >&6; }
5453 fi
5454
5455
5456 test -n "$DUMPBIN" && break
5457 done
5458 fi
5459 if test -z "$DUMPBIN"; then
5460 ac_ct_DUMPBIN=$DUMPBIN
5461 for ac_prog in dumpbin "link -dump"
5462 do
5463 # Extract the first word of "$ac_prog", so it can be a program name with args.
5464 set dummy $ac_prog; ac_word=$2
5465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5466 $as_echo_n "checking for $ac_word... " >&6; }
5467 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5468 $as_echo_n "(cached) " >&6
5469 else
5470 if test -n "$ac_ct_DUMPBIN"; then
5471 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5472 else
5473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5474 for as_dir in $PATH
5475 do
5476 IFS=$as_save_IFS
5477 test -z "$as_dir" && as_dir=.
5478 for ac_exec_ext in '' $ac_executable_extensions; do
5479 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5480 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5482 break 2
5483 fi
5484 done
5485 done
5486 IFS=$as_save_IFS
5487
5488 fi
5489 fi
5490 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5491 if test -n "$ac_ct_DUMPBIN"; then
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5493 $as_echo "$ac_ct_DUMPBIN" >&6; }
5494 else
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5496 $as_echo "no" >&6; }
5497 fi
5498
5499
5500 test -n "$ac_ct_DUMPBIN" && break
5501 done
5502
5503 if test "x$ac_ct_DUMPBIN" = x; then
5504 DUMPBIN=":"
5505 else
5506 case $cross_compiling:$ac_tool_warned in
5507 yes:)
5508 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5509 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5510 ac_tool_warned=yes ;;
5511 esac
5512 DUMPBIN=$ac_ct_DUMPBIN
5513 fi
5514 fi
5515
5516 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5517 *COFF*)
5518 DUMPBIN="$DUMPBIN -symbols"
5519 ;;
5520 *)
5521 DUMPBIN=:
5522 ;;
5523 esac
5524 fi
5525
5526 if test "$DUMPBIN" != ":"; then
5527 NM="$DUMPBIN"
5528 fi
5529 fi
5530 test -z "$NM" && NM=nm
5531
5532
5533
5534
5535
5536
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5538 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5539 if ${lt_cv_nm_interface+:} false; then :
5540 $as_echo_n "(cached) " >&6
5541 else
5542 lt_cv_nm_interface="BSD nm"
5543 echo "int some_variable = 0;" > conftest.$ac_ext
5544 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5545 (eval "$ac_compile" 2>conftest.err)
5546 cat conftest.err >&5
5547 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5548 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5549 cat conftest.err >&5
5550 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5551 cat conftest.out >&5
5552 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5553 lt_cv_nm_interface="MS dumpbin"
5554 fi
5555 rm -f conftest*
5556 fi
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5558 $as_echo "$lt_cv_nm_interface" >&6; }
5559
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5561 $as_echo_n "checking whether ln -s works... " >&6; }
5562 LN_S=$as_ln_s
5563 if test "$LN_S" = "ln -s"; then
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5565 $as_echo "yes" >&6; }
5566 else
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5568 $as_echo "no, using $LN_S" >&6; }
5569 fi
5570
5571 # find the maximum length of command line arguments
5572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5573 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5574 if ${lt_cv_sys_max_cmd_len+:} false; then :
5575 $as_echo_n "(cached) " >&6
5576 else
5577 i=0
5578 teststring="ABCD"
5579
5580 case $build_os in
5581 msdosdjgpp*)
5582 # On DJGPP, this test can blow up pretty badly due to problems in libc
5583 # (any single argument exceeding 2000 bytes causes a buffer overrun
5584 # during glob expansion). Even if it were fixed, the result of this
5585 # check would be larger than it should be.
5586 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5587 ;;
5588
5589 gnu*)
5590 # Under GNU Hurd, this test is not required because there is
5591 # no limit to the length of command line arguments.
5592 # Libtool will interpret -1 as no limit whatsoever
5593 lt_cv_sys_max_cmd_len=-1;
5594 ;;
5595
5596 cygwin* | mingw* | cegcc*)
5597 # On Win9x/ME, this test blows up -- it succeeds, but takes
5598 # about 5 minutes as the teststring grows exponentially.
5599 # Worse, since 9x/ME are not pre-emptively multitasking,
5600 # you end up with a "frozen" computer, even though with patience
5601 # the test eventually succeeds (with a max line length of 256k).
5602 # Instead, let's just punt: use the minimum linelength reported by
5603 # all of the supported platforms: 8192 (on NT/2K/XP).
5604 lt_cv_sys_max_cmd_len=8192;
5605 ;;
5606
5607 mint*)
5608 # On MiNT this can take a long time and run out of memory.
5609 lt_cv_sys_max_cmd_len=8192;
5610 ;;
5611
5612 amigaos*)
5613 # On AmigaOS with pdksh, this test takes hours, literally.
5614 # So we just punt and use a minimum line length of 8192.
5615 lt_cv_sys_max_cmd_len=8192;
5616 ;;
5617
5618 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5619 # This has been around since 386BSD, at least. Likely further.
5620 if test -x /sbin/sysctl; then
5621 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5622 elif test -x /usr/sbin/sysctl; then
5623 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5624 else
5625 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5626 fi
5627 # And add a safety zone
5628 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5629 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5630 ;;
5631
5632 interix*)
5633 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5634 lt_cv_sys_max_cmd_len=196608
5635 ;;
5636
5637 osf*)
5638 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5639 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5640 # nice to cause kernel panics so lets avoid the loop below.
5641 # First set a reasonable default.
5642 lt_cv_sys_max_cmd_len=16384
5643 #
5644 if test -x /sbin/sysconfig; then
5645 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5646 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5647 esac
5648 fi
5649 ;;
5650 sco3.2v5*)
5651 lt_cv_sys_max_cmd_len=102400
5652 ;;
5653 sysv5* | sco5v6* | sysv4.2uw2*)
5654 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5655 if test -n "$kargmax"; then
5656 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5657 else
5658 lt_cv_sys_max_cmd_len=32768
5659 fi
5660 ;;
5661 *)
5662 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5663 if test -n "$lt_cv_sys_max_cmd_len"; then
5664 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5665 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5666 else
5667 # Make teststring a little bigger before we do anything with it.
5668 # a 1K string should be a reasonable start.
5669 for i in 1 2 3 4 5 6 7 8 ; do
5670 teststring=$teststring$teststring
5671 done
5672 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5673 # If test is not a shell built-in, we'll probably end up computing a
5674 # maximum length that is only half of the actual maximum length, but
5675 # we can't tell.
5676 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5677 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5678 test $i != 17 # 1/2 MB should be enough
5679 do
5680 i=`expr $i + 1`
5681 teststring=$teststring$teststring
5682 done
5683 # Only check the string length outside the loop.
5684 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5685 teststring=
5686 # Add a significant safety factor because C++ compilers can tack on
5687 # massive amounts of additional arguments before passing them to the
5688 # linker. It appears as though 1/2 is a usable value.
5689 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5690 fi
5691 ;;
5692 esac
5693
5694 fi
5695
5696 if test -n $lt_cv_sys_max_cmd_len ; then
5697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5698 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5699 else
5700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5701 $as_echo "none" >&6; }
5702 fi
5703 max_cmd_len=$lt_cv_sys_max_cmd_len
5704
5705
5706
5707
5708
5709
5710 : ${CP="cp -f"}
5711 : ${MV="mv -f"}
5712 : ${RM="rm -f"}
5713
5714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5715 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5716 # Try some XSI features
5717 xsi_shell=no
5718 ( _lt_dummy="a/b/c"
5719 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5720 = c,a/b,, \
5721 && eval 'test $(( 1 + 1 )) -eq 2 \
5722 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5723 && xsi_shell=yes
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5725 $as_echo "$xsi_shell" >&6; }
5726
5727
5728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5729 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5730 lt_shell_append=no
5731 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5732 >/dev/null 2>&1 \
5733 && lt_shell_append=yes
5734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5735 $as_echo "$lt_shell_append" >&6; }
5736
5737
5738 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5739 lt_unset=unset
5740 else
5741 lt_unset=false
5742 fi
5743
5744
5745
5746
5747
5748 # test EBCDIC or ASCII
5749 case `echo X|tr X '\101'` in
5750 A) # ASCII based system
5751 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5752 lt_SP2NL='tr \040 \012'
5753 lt_NL2SP='tr \015\012 \040\040'
5754 ;;
5755 *) # EBCDIC based system
5756 lt_SP2NL='tr \100 \n'
5757 lt_NL2SP='tr \r\n \100\100'
5758 ;;
5759 esac
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5770 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5771 if ${lt_cv_ld_reload_flag+:} false; then :
5772 $as_echo_n "(cached) " >&6
5773 else
5774 lt_cv_ld_reload_flag='-r'
5775 fi
5776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5777 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5778 reload_flag=$lt_cv_ld_reload_flag
5779 case $reload_flag in
5780 "" | " "*) ;;
5781 *) reload_flag=" $reload_flag" ;;
5782 esac
5783 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5784 case $host_os in
5785 darwin*)
5786 if test "$GCC" = yes; then
5787 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5788 else
5789 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5790 fi
5791 ;;
5792 esac
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802 if test -n "$ac_tool_prefix"; then
5803 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5804 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5806 $as_echo_n "checking for $ac_word... " >&6; }
5807 if ${ac_cv_prog_OBJDUMP+:} false; then :
5808 $as_echo_n "(cached) " >&6
5809 else
5810 if test -n "$OBJDUMP"; then
5811 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5812 else
5813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5814 for as_dir in $PATH
5815 do
5816 IFS=$as_save_IFS
5817 test -z "$as_dir" && as_dir=.
5818 for ac_exec_ext in '' $ac_executable_extensions; do
5819 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5820 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5822 break 2
5823 fi
5824 done
5825 done
5826 IFS=$as_save_IFS
5827
5828 fi
5829 fi
5830 OBJDUMP=$ac_cv_prog_OBJDUMP
5831 if test -n "$OBJDUMP"; then
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5833 $as_echo "$OBJDUMP" >&6; }
5834 else
5835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5836 $as_echo "no" >&6; }
5837 fi
5838
5839
5840 fi
5841 if test -z "$ac_cv_prog_OBJDUMP"; then
5842 ac_ct_OBJDUMP=$OBJDUMP
5843 # Extract the first word of "objdump", so it can be a program name with args.
5844 set dummy objdump; ac_word=$2
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5846 $as_echo_n "checking for $ac_word... " >&6; }
5847 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5848 $as_echo_n "(cached) " >&6
5849 else
5850 if test -n "$ac_ct_OBJDUMP"; then
5851 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5852 else
5853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5854 for as_dir in $PATH
5855 do
5856 IFS=$as_save_IFS
5857 test -z "$as_dir" && as_dir=.
5858 for ac_exec_ext in '' $ac_executable_extensions; do
5859 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5860 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5862 break 2
5863 fi
5864 done
5865 done
5866 IFS=$as_save_IFS
5867
5868 fi
5869 fi
5870 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5871 if test -n "$ac_ct_OBJDUMP"; then
5872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5873 $as_echo "$ac_ct_OBJDUMP" >&6; }
5874 else
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5876 $as_echo "no" >&6; }
5877 fi
5878
5879 if test "x$ac_ct_OBJDUMP" = x; then
5880 OBJDUMP="false"
5881 else
5882 case $cross_compiling:$ac_tool_warned in
5883 yes:)
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5885 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5886 ac_tool_warned=yes ;;
5887 esac
5888 OBJDUMP=$ac_ct_OBJDUMP
5889 fi
5890 else
5891 OBJDUMP="$ac_cv_prog_OBJDUMP"
5892 fi
5893
5894 test -z "$OBJDUMP" && OBJDUMP=objdump
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5905 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5906 if ${lt_cv_deplibs_check_method+:} false; then :
5907 $as_echo_n "(cached) " >&6
5908 else
5909 lt_cv_file_magic_cmd='$MAGIC_CMD'
5910 lt_cv_file_magic_test_file=
5911 lt_cv_deplibs_check_method='unknown'
5912 # Need to set the preceding variable on all platforms that support
5913 # interlibrary dependencies.
5914 # 'none' -- dependencies not supported.
5915 # `unknown' -- same as none, but documents that we really don't know.
5916 # 'pass_all' -- all dependencies passed with no checks.
5917 # 'test_compile' -- check by making test program.
5918 # 'file_magic [[regex]]' -- check by looking for files in library path
5919 # which responds to the $file_magic_cmd with a given extended regex.
5920 # If you have `file' or equivalent on your system and you're not sure
5921 # whether `pass_all' will *always* work, you probably want this one.
5922
5923 case $host_os in
5924 aix[4-9]*)
5925 lt_cv_deplibs_check_method=pass_all
5926 ;;
5927
5928 beos*)
5929 lt_cv_deplibs_check_method=pass_all
5930 ;;
5931
5932 bsdi[45]*)
5933 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5934 lt_cv_file_magic_cmd='/usr/bin/file -L'
5935 lt_cv_file_magic_test_file=/shlib/libc.so
5936 ;;
5937
5938 cygwin*)
5939 # func_win32_libid is a shell function defined in ltmain.sh
5940 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5941 lt_cv_file_magic_cmd='func_win32_libid'
5942 ;;
5943
5944 mingw* | pw32*)
5945 # Base MSYS/MinGW do not provide the 'file' command needed by
5946 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5947 # unless we find 'file', for example because we are cross-compiling.
5948 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5949 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5950 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5951 lt_cv_file_magic_cmd='func_win32_libid'
5952 else
5953 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5954 lt_cv_file_magic_cmd='$OBJDUMP -f'
5955 fi
5956 ;;
5957
5958 cegcc*)
5959 # use the weaker test based on 'objdump'. See mingw*.
5960 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5961 lt_cv_file_magic_cmd='$OBJDUMP -f'
5962 ;;
5963
5964 darwin* | rhapsody*)
5965 lt_cv_deplibs_check_method=pass_all
5966 ;;
5967
5968 freebsd* | dragonfly*)
5969 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5970 case $host_cpu in
5971 i*86 )
5972 # Not sure whether the presence of OpenBSD here was a mistake.
5973 # Let's accept both of them until this is cleared up.
5974 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5975 lt_cv_file_magic_cmd=/usr/bin/file
5976 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5977 ;;
5978 esac
5979 else
5980 lt_cv_deplibs_check_method=pass_all
5981 fi
5982 ;;
5983
5984 gnu*)
5985 lt_cv_deplibs_check_method=pass_all
5986 ;;
5987
5988 haiku*)
5989 lt_cv_deplibs_check_method=pass_all
5990 ;;
5991
5992 hpux10.20* | hpux11*)
5993 lt_cv_file_magic_cmd=/usr/bin/file
5994 case $host_cpu in
5995 ia64*)
5996 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5997 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5998 ;;
5999 hppa*64*)
6000 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]'
6001 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6002 ;;
6003 *)
6004 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6005 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6006 ;;
6007 esac
6008 ;;
6009
6010 interix[3-9]*)
6011 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6012 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6013 ;;
6014
6015 irix5* | irix6* | nonstopux*)
6016 case $LD in
6017 *-32|*"-32 ") libmagic=32-bit;;
6018 *-n32|*"-n32 ") libmagic=N32;;
6019 *-64|*"-64 ") libmagic=64-bit;;
6020 *) libmagic=never-match;;
6021 esac
6022 lt_cv_deplibs_check_method=pass_all
6023 ;;
6024
6025 # This must be Linux ELF.
6026 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6027 lt_cv_deplibs_check_method=pass_all
6028 ;;
6029
6030 netbsd*)
6031 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6032 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6033 else
6034 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6035 fi
6036 ;;
6037
6038 newos6*)
6039 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6040 lt_cv_file_magic_cmd=/usr/bin/file
6041 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6042 ;;
6043
6044 *nto* | *qnx*)
6045 lt_cv_deplibs_check_method=pass_all
6046 ;;
6047
6048 openbsd*)
6049 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6050 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6051 else
6052 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6053 fi
6054 ;;
6055
6056 osf3* | osf4* | osf5*)
6057 lt_cv_deplibs_check_method=pass_all
6058 ;;
6059
6060 rdos*)
6061 lt_cv_deplibs_check_method=pass_all
6062 ;;
6063
6064 solaris*)
6065 lt_cv_deplibs_check_method=pass_all
6066 ;;
6067
6068 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6069 lt_cv_deplibs_check_method=pass_all
6070 ;;
6071
6072 sysv4 | sysv4.3*)
6073 case $host_vendor in
6074 motorola)
6075 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]'
6076 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6077 ;;
6078 ncr)
6079 lt_cv_deplibs_check_method=pass_all
6080 ;;
6081 sequent)
6082 lt_cv_file_magic_cmd='/bin/file'
6083 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6084 ;;
6085 sni)
6086 lt_cv_file_magic_cmd='/bin/file'
6087 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6088 lt_cv_file_magic_test_file=/lib/libc.so
6089 ;;
6090 siemens)
6091 lt_cv_deplibs_check_method=pass_all
6092 ;;
6093 pc)
6094 lt_cv_deplibs_check_method=pass_all
6095 ;;
6096 esac
6097 ;;
6098
6099 tpf*)
6100 lt_cv_deplibs_check_method=pass_all
6101 ;;
6102 esac
6103
6104 fi
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6106 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6107 file_magic_cmd=$lt_cv_file_magic_cmd
6108 deplibs_check_method=$lt_cv_deplibs_check_method
6109 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122 plugin_option=
6123 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6124 for plugin in $plugin_names; do
6125 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6126 if test x$plugin_so = x$plugin; then
6127 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6128 fi
6129 if test x$plugin_so != x$plugin; then
6130 plugin_option="--plugin $plugin_so"
6131 break
6132 fi
6133 done
6134
6135 if test -n "$ac_tool_prefix"; then
6136 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6137 set dummy ${ac_tool_prefix}ar; ac_word=$2
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6139 $as_echo_n "checking for $ac_word... " >&6; }
6140 if ${ac_cv_prog_AR+:} false; then :
6141 $as_echo_n "(cached) " >&6
6142 else
6143 if test -n "$AR"; then
6144 ac_cv_prog_AR="$AR" # Let the user override the test.
6145 else
6146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6147 for as_dir in $PATH
6148 do
6149 IFS=$as_save_IFS
6150 test -z "$as_dir" && as_dir=.
6151 for ac_exec_ext in '' $ac_executable_extensions; do
6152 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6153 ac_cv_prog_AR="${ac_tool_prefix}ar"
6154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6155 break 2
6156 fi
6157 done
6158 done
6159 IFS=$as_save_IFS
6160
6161 fi
6162 fi
6163 AR=$ac_cv_prog_AR
6164 if test -n "$AR"; then
6165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6166 $as_echo "$AR" >&6; }
6167 else
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6169 $as_echo "no" >&6; }
6170 fi
6171
6172
6173 fi
6174 if test -z "$ac_cv_prog_AR"; then
6175 ac_ct_AR=$AR
6176 # Extract the first word of "ar", so it can be a program name with args.
6177 set dummy ar; ac_word=$2
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6179 $as_echo_n "checking for $ac_word... " >&6; }
6180 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6181 $as_echo_n "(cached) " >&6
6182 else
6183 if test -n "$ac_ct_AR"; then
6184 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6185 else
6186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6187 for as_dir in $PATH
6188 do
6189 IFS=$as_save_IFS
6190 test -z "$as_dir" && as_dir=.
6191 for ac_exec_ext in '' $ac_executable_extensions; do
6192 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6193 ac_cv_prog_ac_ct_AR="ar"
6194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6195 break 2
6196 fi
6197 done
6198 done
6199 IFS=$as_save_IFS
6200
6201 fi
6202 fi
6203 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6204 if test -n "$ac_ct_AR"; then
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6206 $as_echo "$ac_ct_AR" >&6; }
6207 else
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6209 $as_echo "no" >&6; }
6210 fi
6211
6212 if test "x$ac_ct_AR" = x; then
6213 AR="false"
6214 else
6215 case $cross_compiling:$ac_tool_warned in
6216 yes:)
6217 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6218 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6219 ac_tool_warned=yes ;;
6220 esac
6221 AR=$ac_ct_AR
6222 fi
6223 else
6224 AR="$ac_cv_prog_AR"
6225 fi
6226
6227 test -z "$AR" && AR=ar
6228 if test -n "$plugin_option"; then
6229 if $AR --help 2>&1 | grep -q "\--plugin"; then
6230 touch conftest.c
6231 $AR $plugin_option rc conftest.a conftest.c
6232 if test "$?" != 0; then
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6234 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6235 else
6236 AR="$AR $plugin_option"
6237 fi
6238 rm -f conftest.*
6239 fi
6240 fi
6241 test -z "$AR_FLAGS" && AR_FLAGS=cru
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253 if test -n "$ac_tool_prefix"; then
6254 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6255 set dummy ${ac_tool_prefix}strip; ac_word=$2
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6257 $as_echo_n "checking for $ac_word... " >&6; }
6258 if ${ac_cv_prog_STRIP+:} false; then :
6259 $as_echo_n "(cached) " >&6
6260 else
6261 if test -n "$STRIP"; then
6262 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6263 else
6264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6265 for as_dir in $PATH
6266 do
6267 IFS=$as_save_IFS
6268 test -z "$as_dir" && as_dir=.
6269 for ac_exec_ext in '' $ac_executable_extensions; do
6270 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6271 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6273 break 2
6274 fi
6275 done
6276 done
6277 IFS=$as_save_IFS
6278
6279 fi
6280 fi
6281 STRIP=$ac_cv_prog_STRIP
6282 if test -n "$STRIP"; then
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6284 $as_echo "$STRIP" >&6; }
6285 else
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6287 $as_echo "no" >&6; }
6288 fi
6289
6290
6291 fi
6292 if test -z "$ac_cv_prog_STRIP"; then
6293 ac_ct_STRIP=$STRIP
6294 # Extract the first word of "strip", so it can be a program name with args.
6295 set dummy strip; ac_word=$2
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6297 $as_echo_n "checking for $ac_word... " >&6; }
6298 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6299 $as_echo_n "(cached) " >&6
6300 else
6301 if test -n "$ac_ct_STRIP"; then
6302 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6303 else
6304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6305 for as_dir in $PATH
6306 do
6307 IFS=$as_save_IFS
6308 test -z "$as_dir" && as_dir=.
6309 for ac_exec_ext in '' $ac_executable_extensions; do
6310 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6311 ac_cv_prog_ac_ct_STRIP="strip"
6312 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6313 break 2
6314 fi
6315 done
6316 done
6317 IFS=$as_save_IFS
6318
6319 fi
6320 fi
6321 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6322 if test -n "$ac_ct_STRIP"; then
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6324 $as_echo "$ac_ct_STRIP" >&6; }
6325 else
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6327 $as_echo "no" >&6; }
6328 fi
6329
6330 if test "x$ac_ct_STRIP" = x; then
6331 STRIP=":"
6332 else
6333 case $cross_compiling:$ac_tool_warned in
6334 yes:)
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6336 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6337 ac_tool_warned=yes ;;
6338 esac
6339 STRIP=$ac_ct_STRIP
6340 fi
6341 else
6342 STRIP="$ac_cv_prog_STRIP"
6343 fi
6344
6345 test -z "$STRIP" && STRIP=:
6346
6347
6348
6349
6350
6351
6352 if test -n "$ac_tool_prefix"; then
6353 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6354 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6356 $as_echo_n "checking for $ac_word... " >&6; }
6357 if ${ac_cv_prog_RANLIB+:} false; then :
6358 $as_echo_n "(cached) " >&6
6359 else
6360 if test -n "$RANLIB"; then
6361 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6362 else
6363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6364 for as_dir in $PATH
6365 do
6366 IFS=$as_save_IFS
6367 test -z "$as_dir" && as_dir=.
6368 for ac_exec_ext in '' $ac_executable_extensions; do
6369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6370 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6372 break 2
6373 fi
6374 done
6375 done
6376 IFS=$as_save_IFS
6377
6378 fi
6379 fi
6380 RANLIB=$ac_cv_prog_RANLIB
6381 if test -n "$RANLIB"; then
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6383 $as_echo "$RANLIB" >&6; }
6384 else
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6386 $as_echo "no" >&6; }
6387 fi
6388
6389
6390 fi
6391 if test -z "$ac_cv_prog_RANLIB"; then
6392 ac_ct_RANLIB=$RANLIB
6393 # Extract the first word of "ranlib", so it can be a program name with args.
6394 set dummy ranlib; ac_word=$2
6395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6396 $as_echo_n "checking for $ac_word... " >&6; }
6397 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6398 $as_echo_n "(cached) " >&6
6399 else
6400 if test -n "$ac_ct_RANLIB"; then
6401 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6402 else
6403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6404 for as_dir in $PATH
6405 do
6406 IFS=$as_save_IFS
6407 test -z "$as_dir" && as_dir=.
6408 for ac_exec_ext in '' $ac_executable_extensions; do
6409 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6410 ac_cv_prog_ac_ct_RANLIB="ranlib"
6411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6412 break 2
6413 fi
6414 done
6415 done
6416 IFS=$as_save_IFS
6417
6418 fi
6419 fi
6420 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6421 if test -n "$ac_ct_RANLIB"; then
6422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6423 $as_echo "$ac_ct_RANLIB" >&6; }
6424 else
6425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6426 $as_echo "no" >&6; }
6427 fi
6428
6429 if test "x$ac_ct_RANLIB" = x; then
6430 RANLIB=":"
6431 else
6432 case $cross_compiling:$ac_tool_warned in
6433 yes:)
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6435 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6436 ac_tool_warned=yes ;;
6437 esac
6438 RANLIB=$ac_ct_RANLIB
6439 fi
6440 else
6441 RANLIB="$ac_cv_prog_RANLIB"
6442 fi
6443
6444 test -z "$RANLIB" && RANLIB=:
6445 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6446 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6447 RANLIB="$RANLIB $plugin_option"
6448 fi
6449 fi
6450
6451
6452
6453
6454
6455
6456 # Determine commands to create old-style static archives.
6457 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6458 old_postinstall_cmds='chmod 644 $oldlib'
6459 old_postuninstall_cmds=
6460
6461 if test -n "$RANLIB"; then
6462 case $host_os in
6463 openbsd*)
6464 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6465 ;;
6466 *)
6467 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6468 ;;
6469 esac
6470 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6471 fi
6472
6473 case $host_os in
6474 darwin*)
6475 lock_old_archive_extraction=yes ;;
6476 *)
6477 lock_old_archive_extraction=no ;;
6478 esac
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518 # If no C compiler was specified, use CC.
6519 LTCC=${LTCC-"$CC"}
6520
6521 # If no C compiler flags were specified, use CFLAGS.
6522 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6523
6524 # Allow CC to be a program name with arguments.
6525 compiler=$CC
6526
6527
6528 # Check for command to grab the raw symbol name followed by C symbol from nm.
6529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6530 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6531 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6532 $as_echo_n "(cached) " >&6
6533 else
6534
6535 # These are sane defaults that work on at least a few old systems.
6536 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6537
6538 # Character class describing NM global symbol codes.
6539 symcode='[BCDEGRST]'
6540
6541 # Regexp to match symbols that can be accessed directly from C.
6542 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6543
6544 # Define system-specific variables.
6545 case $host_os in
6546 aix*)
6547 symcode='[BCDT]'
6548 ;;
6549 cygwin* | mingw* | pw32* | cegcc*)
6550 symcode='[ABCDGISTW]'
6551 ;;
6552 hpux*)
6553 if test "$host_cpu" = ia64; then
6554 symcode='[ABCDEGRST]'
6555 fi
6556 ;;
6557 irix* | nonstopux*)
6558 symcode='[BCDEGRST]'
6559 ;;
6560 osf*)
6561 symcode='[BCDEGQRST]'
6562 ;;
6563 solaris*)
6564 symcode='[BCDRT]'
6565 ;;
6566 sco3.2v5*)
6567 symcode='[DT]'
6568 ;;
6569 sysv4.2uw2*)
6570 symcode='[DT]'
6571 ;;
6572 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6573 symcode='[ABDT]'
6574 ;;
6575 sysv4)
6576 symcode='[DFNSTU]'
6577 ;;
6578 esac
6579
6580 # If we're using GNU nm, then use its standard symbol codes.
6581 case `$NM -V 2>&1` in
6582 *GNU* | *'with BFD'*)
6583 symcode='[ABCDGIRSTW]' ;;
6584 esac
6585
6586 # Transform an extracted symbol line into a proper C declaration.
6587 # Some systems (esp. on ia64) link data and code symbols differently,
6588 # so use this general approach.
6589 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6590
6591 # Transform an extracted symbol line into symbol name and symbol address
6592 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6593 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'"
6594
6595 # Handle CRLF in mingw tool chain
6596 opt_cr=
6597 case $build_os in
6598 mingw*)
6599 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6600 ;;
6601 esac
6602
6603 # Try without a prefix underscore, then with it.
6604 for ac_symprfx in "" "_"; do
6605
6606 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6607 symxfrm="\\1 $ac_symprfx\\2 \\2"
6608
6609 # Write the raw and C identifiers.
6610 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6611 # Fake it for dumpbin and say T for any non-static function
6612 # and D for any global variable.
6613 # Also find C++ and __fastcall symbols from MSVC++,
6614 # which start with @ or ?.
6615 lt_cv_sys_global_symbol_pipe="$AWK '"\
6616 " {last_section=section; section=\$ 3};"\
6617 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6618 " \$ 0!~/External *\|/{next};"\
6619 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6620 " {if(hide[section]) next};"\
6621 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6622 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6623 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6624 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6625 " ' prfx=^$ac_symprfx"
6626 else
6627 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6628 fi
6629
6630 # Check to see that the pipe works correctly.
6631 pipe_works=no
6632
6633 rm -f conftest*
6634 cat > conftest.$ac_ext <<_LT_EOF
6635 #ifdef __cplusplus
6636 extern "C" {
6637 #endif
6638 char nm_test_var;
6639 void nm_test_func(void);
6640 void nm_test_func(void){}
6641 #ifdef __cplusplus
6642 }
6643 #endif
6644 int main(){nm_test_var='a';nm_test_func();return(0);}
6645 _LT_EOF
6646
6647 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6648 (eval $ac_compile) 2>&5
6649 ac_status=$?
6650 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6651 test $ac_status = 0; }; then
6652 # Now try to grab the symbols.
6653 nlist=conftest.nm
6654 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6655 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6656 ac_status=$?
6657 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6658 test $ac_status = 0; } && test -s "$nlist"; then
6659 # Try sorting and uniquifying the output.
6660 if sort "$nlist" | uniq > "$nlist"T; then
6661 mv -f "$nlist"T "$nlist"
6662 else
6663 rm -f "$nlist"T
6664 fi
6665
6666 # Make sure that we snagged all the symbols we need.
6667 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6668 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6669 cat <<_LT_EOF > conftest.$ac_ext
6670 #ifdef __cplusplus
6671 extern "C" {
6672 #endif
6673
6674 _LT_EOF
6675 # Now generate the symbol file.
6676 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6677
6678 cat <<_LT_EOF >> conftest.$ac_ext
6679
6680 /* The mapping between symbol names and symbols. */
6681 const struct {
6682 const char *name;
6683 void *address;
6684 }
6685 lt__PROGRAM__LTX_preloaded_symbols[] =
6686 {
6687 { "@PROGRAM@", (void *) 0 },
6688 _LT_EOF
6689 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6690 cat <<\_LT_EOF >> conftest.$ac_ext
6691 {0, (void *) 0}
6692 };
6693
6694 /* This works around a problem in FreeBSD linker */
6695 #ifdef FREEBSD_WORKAROUND
6696 static const void *lt_preloaded_setup() {
6697 return lt__PROGRAM__LTX_preloaded_symbols;
6698 }
6699 #endif
6700
6701 #ifdef __cplusplus
6702 }
6703 #endif
6704 _LT_EOF
6705 # Now try linking the two files.
6706 mv conftest.$ac_objext conftstm.$ac_objext
6707 lt_save_LIBS="$LIBS"
6708 lt_save_CFLAGS="$CFLAGS"
6709 LIBS="conftstm.$ac_objext"
6710 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6711 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6712 (eval $ac_link) 2>&5
6713 ac_status=$?
6714 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6715 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6716 pipe_works=yes
6717 fi
6718 LIBS="$lt_save_LIBS"
6719 CFLAGS="$lt_save_CFLAGS"
6720 else
6721 echo "cannot find nm_test_func in $nlist" >&5
6722 fi
6723 else
6724 echo "cannot find nm_test_var in $nlist" >&5
6725 fi
6726 else
6727 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6728 fi
6729 else
6730 echo "$progname: failed program was:" >&5
6731 cat conftest.$ac_ext >&5
6732 fi
6733 rm -rf conftest* conftst*
6734
6735 # Do not use the global_symbol_pipe unless it works.
6736 if test "$pipe_works" = yes; then
6737 break
6738 else
6739 lt_cv_sys_global_symbol_pipe=
6740 fi
6741 done
6742
6743 fi
6744
6745 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6746 lt_cv_sys_global_symbol_to_cdecl=
6747 fi
6748 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6750 $as_echo "failed" >&6; }
6751 else
6752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6753 $as_echo "ok" >&6; }
6754 fi
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777 # Check whether --enable-libtool-lock was given.
6778 if test "${enable_libtool_lock+set}" = set; then :
6779 enableval=$enable_libtool_lock;
6780 fi
6781
6782 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6783
6784 # Some flags need to be propagated to the compiler or linker for good
6785 # libtool support.
6786 case $host in
6787 ia64-*-hpux*)
6788 # Find out which ABI we are using.
6789 echo 'int i;' > conftest.$ac_ext
6790 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6791 (eval $ac_compile) 2>&5
6792 ac_status=$?
6793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6794 test $ac_status = 0; }; then
6795 case `/usr/bin/file conftest.$ac_objext` in
6796 *ELF-32*)
6797 HPUX_IA64_MODE="32"
6798 ;;
6799 *ELF-64*)
6800 HPUX_IA64_MODE="64"
6801 ;;
6802 esac
6803 fi
6804 rm -rf conftest*
6805 ;;
6806 *-*-irix6*)
6807 # Find out which ABI we are using.
6808 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6809 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6810 (eval $ac_compile) 2>&5
6811 ac_status=$?
6812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6813 test $ac_status = 0; }; then
6814 if test "$lt_cv_prog_gnu_ld" = yes; then
6815 case `/usr/bin/file conftest.$ac_objext` in
6816 *32-bit*)
6817 LD="${LD-ld} -melf32bsmip"
6818 ;;
6819 *N32*)
6820 LD="${LD-ld} -melf32bmipn32"
6821 ;;
6822 *64-bit*)
6823 LD="${LD-ld} -melf64bmip"
6824 ;;
6825 esac
6826 else
6827 case `/usr/bin/file conftest.$ac_objext` in
6828 *32-bit*)
6829 LD="${LD-ld} -32"
6830 ;;
6831 *N32*)
6832 LD="${LD-ld} -n32"
6833 ;;
6834 *64-bit*)
6835 LD="${LD-ld} -64"
6836 ;;
6837 esac
6838 fi
6839 fi
6840 rm -rf conftest*
6841 ;;
6842
6843 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6844 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6845 # Find out which ABI we are using.
6846 echo 'int i;' > conftest.$ac_ext
6847 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6848 (eval $ac_compile) 2>&5
6849 ac_status=$?
6850 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6851 test $ac_status = 0; }; then
6852 case `/usr/bin/file conftest.o` in
6853 *32-bit*)
6854 case $host in
6855 x86_64-*kfreebsd*-gnu)
6856 LD="${LD-ld} -m elf_i386_fbsd"
6857 ;;
6858 x86_64-*linux*)
6859 case `/usr/bin/file conftest.o` in
6860 *x86-64*)
6861 LD="${LD-ld} -m elf32_x86_64"
6862 ;;
6863 *)
6864 LD="${LD-ld} -m elf_i386"
6865 ;;
6866 esac
6867 ;;
6868 powerpc64le-*linux*)
6869 LD="${LD-ld} -m elf32lppclinux"
6870 ;;
6871 powerpc64-*linux*)
6872 LD="${LD-ld} -m elf32ppclinux"
6873 ;;
6874 s390x-*linux*)
6875 LD="${LD-ld} -m elf_s390"
6876 ;;
6877 sparc64-*linux*)
6878 LD="${LD-ld} -m elf32_sparc"
6879 ;;
6880 esac
6881 ;;
6882 *64-bit*)
6883 case $host in
6884 x86_64-*kfreebsd*-gnu)
6885 LD="${LD-ld} -m elf_x86_64_fbsd"
6886 ;;
6887 x86_64-*linux*)
6888 LD="${LD-ld} -m elf_x86_64"
6889 ;;
6890 powerpcle-*linux*)
6891 LD="${LD-ld} -m elf64lppc"
6892 ;;
6893 powerpc-*linux*)
6894 LD="${LD-ld} -m elf64ppc"
6895 ;;
6896 s390*-*linux*|s390*-*tpf*)
6897 LD="${LD-ld} -m elf64_s390"
6898 ;;
6899 sparc*-*linux*)
6900 LD="${LD-ld} -m elf64_sparc"
6901 ;;
6902 esac
6903 ;;
6904 esac
6905 fi
6906 rm -rf conftest*
6907 ;;
6908
6909 *-*-sco3.2v5*)
6910 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6911 SAVE_CFLAGS="$CFLAGS"
6912 CFLAGS="$CFLAGS -belf"
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6914 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6915 if ${lt_cv_cc_needs_belf+:} false; then :
6916 $as_echo_n "(cached) " >&6
6917 else
6918 ac_ext=c
6919 ac_cpp='$CPP $CPPFLAGS'
6920 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6921 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6922 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6923
6924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6925 /* end confdefs.h. */
6926
6927 int
6928 main ()
6929 {
6930
6931 ;
6932 return 0;
6933 }
6934 _ACEOF
6935 if ac_fn_c_try_link "$LINENO"; then :
6936 lt_cv_cc_needs_belf=yes
6937 else
6938 lt_cv_cc_needs_belf=no
6939 fi
6940 rm -f core conftest.err conftest.$ac_objext \
6941 conftest$ac_exeext conftest.$ac_ext
6942 ac_ext=c
6943 ac_cpp='$CPP $CPPFLAGS'
6944 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6945 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6946 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6947
6948 fi
6949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6950 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6951 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6952 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6953 CFLAGS="$SAVE_CFLAGS"
6954 fi
6955 ;;
6956 sparc*-*solaris*)
6957 # Find out which ABI we are using.
6958 echo 'int i;' > conftest.$ac_ext
6959 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6960 (eval $ac_compile) 2>&5
6961 ac_status=$?
6962 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6963 test $ac_status = 0; }; then
6964 case `/usr/bin/file conftest.o` in
6965 *64-bit*)
6966 case $lt_cv_prog_gnu_ld in
6967 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6968 *)
6969 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6970 LD="${LD-ld} -64"
6971 fi
6972 ;;
6973 esac
6974 ;;
6975 esac
6976 fi
6977 rm -rf conftest*
6978 ;;
6979 esac
6980
6981 need_locks="$enable_libtool_lock"
6982
6983
6984 case $host_os in
6985 rhapsody* | darwin*)
6986 if test -n "$ac_tool_prefix"; then
6987 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6988 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6990 $as_echo_n "checking for $ac_word... " >&6; }
6991 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6992 $as_echo_n "(cached) " >&6
6993 else
6994 if test -n "$DSYMUTIL"; then
6995 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6996 else
6997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6998 for as_dir in $PATH
6999 do
7000 IFS=$as_save_IFS
7001 test -z "$as_dir" && as_dir=.
7002 for ac_exec_ext in '' $ac_executable_extensions; do
7003 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7004 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7006 break 2
7007 fi
7008 done
7009 done
7010 IFS=$as_save_IFS
7011
7012 fi
7013 fi
7014 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7015 if test -n "$DSYMUTIL"; then
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7017 $as_echo "$DSYMUTIL" >&6; }
7018 else
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7020 $as_echo "no" >&6; }
7021 fi
7022
7023
7024 fi
7025 if test -z "$ac_cv_prog_DSYMUTIL"; then
7026 ac_ct_DSYMUTIL=$DSYMUTIL
7027 # Extract the first word of "dsymutil", so it can be a program name with args.
7028 set dummy dsymutil; ac_word=$2
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7030 $as_echo_n "checking for $ac_word... " >&6; }
7031 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7032 $as_echo_n "(cached) " >&6
7033 else
7034 if test -n "$ac_ct_DSYMUTIL"; then
7035 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7036 else
7037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7038 for as_dir in $PATH
7039 do
7040 IFS=$as_save_IFS
7041 test -z "$as_dir" && as_dir=.
7042 for ac_exec_ext in '' $ac_executable_extensions; do
7043 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7044 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7046 break 2
7047 fi
7048 done
7049 done
7050 IFS=$as_save_IFS
7051
7052 fi
7053 fi
7054 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7055 if test -n "$ac_ct_DSYMUTIL"; then
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7057 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7058 else
7059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7060 $as_echo "no" >&6; }
7061 fi
7062
7063 if test "x$ac_ct_DSYMUTIL" = x; then
7064 DSYMUTIL=":"
7065 else
7066 case $cross_compiling:$ac_tool_warned in
7067 yes:)
7068 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7069 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7070 ac_tool_warned=yes ;;
7071 esac
7072 DSYMUTIL=$ac_ct_DSYMUTIL
7073 fi
7074 else
7075 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7076 fi
7077
7078 if test -n "$ac_tool_prefix"; then
7079 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7080 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7082 $as_echo_n "checking for $ac_word... " >&6; }
7083 if ${ac_cv_prog_NMEDIT+:} false; then :
7084 $as_echo_n "(cached) " >&6
7085 else
7086 if test -n "$NMEDIT"; then
7087 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7088 else
7089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7090 for as_dir in $PATH
7091 do
7092 IFS=$as_save_IFS
7093 test -z "$as_dir" && as_dir=.
7094 for ac_exec_ext in '' $ac_executable_extensions; do
7095 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7096 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7097 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7098 break 2
7099 fi
7100 done
7101 done
7102 IFS=$as_save_IFS
7103
7104 fi
7105 fi
7106 NMEDIT=$ac_cv_prog_NMEDIT
7107 if test -n "$NMEDIT"; then
7108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7109 $as_echo "$NMEDIT" >&6; }
7110 else
7111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7112 $as_echo "no" >&6; }
7113 fi
7114
7115
7116 fi
7117 if test -z "$ac_cv_prog_NMEDIT"; then
7118 ac_ct_NMEDIT=$NMEDIT
7119 # Extract the first word of "nmedit", so it can be a program name with args.
7120 set dummy nmedit; ac_word=$2
7121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7122 $as_echo_n "checking for $ac_word... " >&6; }
7123 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7124 $as_echo_n "(cached) " >&6
7125 else
7126 if test -n "$ac_ct_NMEDIT"; then
7127 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7128 else
7129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7130 for as_dir in $PATH
7131 do
7132 IFS=$as_save_IFS
7133 test -z "$as_dir" && as_dir=.
7134 for ac_exec_ext in '' $ac_executable_extensions; do
7135 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7136 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7137 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7138 break 2
7139 fi
7140 done
7141 done
7142 IFS=$as_save_IFS
7143
7144 fi
7145 fi
7146 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7147 if test -n "$ac_ct_NMEDIT"; then
7148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7149 $as_echo "$ac_ct_NMEDIT" >&6; }
7150 else
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7152 $as_echo "no" >&6; }
7153 fi
7154
7155 if test "x$ac_ct_NMEDIT" = x; then
7156 NMEDIT=":"
7157 else
7158 case $cross_compiling:$ac_tool_warned in
7159 yes:)
7160 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7161 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7162 ac_tool_warned=yes ;;
7163 esac
7164 NMEDIT=$ac_ct_NMEDIT
7165 fi
7166 else
7167 NMEDIT="$ac_cv_prog_NMEDIT"
7168 fi
7169
7170 if test -n "$ac_tool_prefix"; then
7171 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7172 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7174 $as_echo_n "checking for $ac_word... " >&6; }
7175 if ${ac_cv_prog_LIPO+:} false; then :
7176 $as_echo_n "(cached) " >&6
7177 else
7178 if test -n "$LIPO"; then
7179 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7180 else
7181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7182 for as_dir in $PATH
7183 do
7184 IFS=$as_save_IFS
7185 test -z "$as_dir" && as_dir=.
7186 for ac_exec_ext in '' $ac_executable_extensions; do
7187 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7188 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7190 break 2
7191 fi
7192 done
7193 done
7194 IFS=$as_save_IFS
7195
7196 fi
7197 fi
7198 LIPO=$ac_cv_prog_LIPO
7199 if test -n "$LIPO"; then
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7201 $as_echo "$LIPO" >&6; }
7202 else
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7204 $as_echo "no" >&6; }
7205 fi
7206
7207
7208 fi
7209 if test -z "$ac_cv_prog_LIPO"; then
7210 ac_ct_LIPO=$LIPO
7211 # Extract the first word of "lipo", so it can be a program name with args.
7212 set dummy lipo; ac_word=$2
7213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7214 $as_echo_n "checking for $ac_word... " >&6; }
7215 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7216 $as_echo_n "(cached) " >&6
7217 else
7218 if test -n "$ac_ct_LIPO"; then
7219 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7220 else
7221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7222 for as_dir in $PATH
7223 do
7224 IFS=$as_save_IFS
7225 test -z "$as_dir" && as_dir=.
7226 for ac_exec_ext in '' $ac_executable_extensions; do
7227 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7228 ac_cv_prog_ac_ct_LIPO="lipo"
7229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7230 break 2
7231 fi
7232 done
7233 done
7234 IFS=$as_save_IFS
7235
7236 fi
7237 fi
7238 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7239 if test -n "$ac_ct_LIPO"; then
7240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7241 $as_echo "$ac_ct_LIPO" >&6; }
7242 else
7243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7244 $as_echo "no" >&6; }
7245 fi
7246
7247 if test "x$ac_ct_LIPO" = x; then
7248 LIPO=":"
7249 else
7250 case $cross_compiling:$ac_tool_warned in
7251 yes:)
7252 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7253 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7254 ac_tool_warned=yes ;;
7255 esac
7256 LIPO=$ac_ct_LIPO
7257 fi
7258 else
7259 LIPO="$ac_cv_prog_LIPO"
7260 fi
7261
7262 if test -n "$ac_tool_prefix"; then
7263 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7264 set dummy ${ac_tool_prefix}otool; ac_word=$2
7265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7266 $as_echo_n "checking for $ac_word... " >&6; }
7267 if ${ac_cv_prog_OTOOL+:} false; then :
7268 $as_echo_n "(cached) " >&6
7269 else
7270 if test -n "$OTOOL"; then
7271 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7272 else
7273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7274 for as_dir in $PATH
7275 do
7276 IFS=$as_save_IFS
7277 test -z "$as_dir" && as_dir=.
7278 for ac_exec_ext in '' $ac_executable_extensions; do
7279 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7280 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7282 break 2
7283 fi
7284 done
7285 done
7286 IFS=$as_save_IFS
7287
7288 fi
7289 fi
7290 OTOOL=$ac_cv_prog_OTOOL
7291 if test -n "$OTOOL"; then
7292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7293 $as_echo "$OTOOL" >&6; }
7294 else
7295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7296 $as_echo "no" >&6; }
7297 fi
7298
7299
7300 fi
7301 if test -z "$ac_cv_prog_OTOOL"; then
7302 ac_ct_OTOOL=$OTOOL
7303 # Extract the first word of "otool", so it can be a program name with args.
7304 set dummy otool; ac_word=$2
7305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7306 $as_echo_n "checking for $ac_word... " >&6; }
7307 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7308 $as_echo_n "(cached) " >&6
7309 else
7310 if test -n "$ac_ct_OTOOL"; then
7311 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7312 else
7313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7314 for as_dir in $PATH
7315 do
7316 IFS=$as_save_IFS
7317 test -z "$as_dir" && as_dir=.
7318 for ac_exec_ext in '' $ac_executable_extensions; do
7319 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7320 ac_cv_prog_ac_ct_OTOOL="otool"
7321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7322 break 2
7323 fi
7324 done
7325 done
7326 IFS=$as_save_IFS
7327
7328 fi
7329 fi
7330 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7331 if test -n "$ac_ct_OTOOL"; then
7332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7333 $as_echo "$ac_ct_OTOOL" >&6; }
7334 else
7335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7336 $as_echo "no" >&6; }
7337 fi
7338
7339 if test "x$ac_ct_OTOOL" = x; then
7340 OTOOL=":"
7341 else
7342 case $cross_compiling:$ac_tool_warned in
7343 yes:)
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7345 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7346 ac_tool_warned=yes ;;
7347 esac
7348 OTOOL=$ac_ct_OTOOL
7349 fi
7350 else
7351 OTOOL="$ac_cv_prog_OTOOL"
7352 fi
7353
7354 if test -n "$ac_tool_prefix"; then
7355 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7356 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7358 $as_echo_n "checking for $ac_word... " >&6; }
7359 if ${ac_cv_prog_OTOOL64+:} false; then :
7360 $as_echo_n "(cached) " >&6
7361 else
7362 if test -n "$OTOOL64"; then
7363 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7364 else
7365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7366 for as_dir in $PATH
7367 do
7368 IFS=$as_save_IFS
7369 test -z "$as_dir" && as_dir=.
7370 for ac_exec_ext in '' $ac_executable_extensions; do
7371 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7372 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7374 break 2
7375 fi
7376 done
7377 done
7378 IFS=$as_save_IFS
7379
7380 fi
7381 fi
7382 OTOOL64=$ac_cv_prog_OTOOL64
7383 if test -n "$OTOOL64"; then
7384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7385 $as_echo "$OTOOL64" >&6; }
7386 else
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7388 $as_echo "no" >&6; }
7389 fi
7390
7391
7392 fi
7393 if test -z "$ac_cv_prog_OTOOL64"; then
7394 ac_ct_OTOOL64=$OTOOL64
7395 # Extract the first word of "otool64", so it can be a program name with args.
7396 set dummy otool64; ac_word=$2
7397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7398 $as_echo_n "checking for $ac_word... " >&6; }
7399 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7400 $as_echo_n "(cached) " >&6
7401 else
7402 if test -n "$ac_ct_OTOOL64"; then
7403 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7404 else
7405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7406 for as_dir in $PATH
7407 do
7408 IFS=$as_save_IFS
7409 test -z "$as_dir" && as_dir=.
7410 for ac_exec_ext in '' $ac_executable_extensions; do
7411 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7412 ac_cv_prog_ac_ct_OTOOL64="otool64"
7413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7414 break 2
7415 fi
7416 done
7417 done
7418 IFS=$as_save_IFS
7419
7420 fi
7421 fi
7422 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7423 if test -n "$ac_ct_OTOOL64"; then
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7425 $as_echo "$ac_ct_OTOOL64" >&6; }
7426 else
7427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7428 $as_echo "no" >&6; }
7429 fi
7430
7431 if test "x$ac_ct_OTOOL64" = x; then
7432 OTOOL64=":"
7433 else
7434 case $cross_compiling:$ac_tool_warned in
7435 yes:)
7436 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7437 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7438 ac_tool_warned=yes ;;
7439 esac
7440 OTOOL64=$ac_ct_OTOOL64
7441 fi
7442 else
7443 OTOOL64="$ac_cv_prog_OTOOL64"
7444 fi
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7473 $as_echo_n "checking for -single_module linker flag... " >&6; }
7474 if ${lt_cv_apple_cc_single_mod+:} false; then :
7475 $as_echo_n "(cached) " >&6
7476 else
7477 lt_cv_apple_cc_single_mod=no
7478 if test -z "${LT_MULTI_MODULE}"; then
7479 # By default we will add the -single_module flag. You can override
7480 # by either setting the environment variable LT_MULTI_MODULE
7481 # non-empty at configure time, or by adding -multi_module to the
7482 # link flags.
7483 rm -rf libconftest.dylib*
7484 echo "int foo(void){return 1;}" > conftest.c
7485 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7486 -dynamiclib -Wl,-single_module conftest.c" >&5
7487 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7488 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7489 _lt_result=$?
7490 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7491 lt_cv_apple_cc_single_mod=yes
7492 else
7493 cat conftest.err >&5
7494 fi
7495 rm -rf libconftest.dylib*
7496 rm -f conftest.*
7497 fi
7498 fi
7499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7500 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7502 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7503 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7504 $as_echo_n "(cached) " >&6
7505 else
7506 lt_cv_ld_exported_symbols_list=no
7507 save_LDFLAGS=$LDFLAGS
7508 echo "_main" > conftest.sym
7509 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7511 /* end confdefs.h. */
7512
7513 int
7514 main ()
7515 {
7516
7517 ;
7518 return 0;
7519 }
7520 _ACEOF
7521 if ac_fn_c_try_link "$LINENO"; then :
7522 lt_cv_ld_exported_symbols_list=yes
7523 else
7524 lt_cv_ld_exported_symbols_list=no
7525 fi
7526 rm -f core conftest.err conftest.$ac_objext \
7527 conftest$ac_exeext conftest.$ac_ext
7528 LDFLAGS="$save_LDFLAGS"
7529
7530 fi
7531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7532 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7534 $as_echo_n "checking for -force_load linker flag... " >&6; }
7535 if ${lt_cv_ld_force_load+:} false; then :
7536 $as_echo_n "(cached) " >&6
7537 else
7538 lt_cv_ld_force_load=no
7539 cat > conftest.c << _LT_EOF
7540 int forced_loaded() { return 2;}
7541 _LT_EOF
7542 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7543 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7544 echo "$AR cru libconftest.a conftest.o" >&5
7545 $AR cru libconftest.a conftest.o 2>&5
7546 cat > conftest.c << _LT_EOF
7547 int main() { return 0;}
7548 _LT_EOF
7549 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7550 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7551 _lt_result=$?
7552 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7553 lt_cv_ld_force_load=yes
7554 else
7555 cat conftest.err >&5
7556 fi
7557 rm -f conftest.err libconftest.a conftest conftest.c
7558 rm -rf conftest.dSYM
7559
7560 fi
7561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7562 $as_echo "$lt_cv_ld_force_load" >&6; }
7563 case $host_os in
7564 rhapsody* | darwin1.[012])
7565 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7566 darwin1.*)
7567 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7568 darwin*) # darwin 5.x on
7569 # if running on 10.5 or later, the deployment target defaults
7570 # to the OS version, if on x86, and 10.4, the deployment
7571 # target defaults to 10.4. Don't you love it?
7572 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7573 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7574 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7575 10.[012][,.]*)
7576 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7577 10.*)
7578 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7579 esac
7580 ;;
7581 esac
7582 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7583 _lt_dar_single_mod='$single_module'
7584 fi
7585 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7586 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7587 else
7588 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7589 fi
7590 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7591 _lt_dsymutil='~$DSYMUTIL $lib || :'
7592 else
7593 _lt_dsymutil=
7594 fi
7595 ;;
7596 esac
7597
7598 for ac_header in dlfcn.h
7599 do :
7600 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7601 "
7602 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7603 cat >>confdefs.h <<_ACEOF
7604 #define HAVE_DLFCN_H 1
7605 _ACEOF
7606
7607 fi
7608
7609 done
7610
7611
7612
7613
7614
7615 # Set options
7616 enable_dlopen=yes
7617
7618
7619
7620
7621 enable_win32_dll=no
7622
7623
7624
7625 # Check whether --enable-static was given.
7626 if test "${enable_static+set}" = set; then :
7627 enableval=$enable_static; p=${PACKAGE-default}
7628 case $enableval in
7629 yes) enable_static=yes ;;
7630 no) enable_static=no ;;
7631 *)
7632 enable_static=no
7633 # Look at the argument we got. We use all the common list separators.
7634 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7635 for pkg in $enableval; do
7636 IFS="$lt_save_ifs"
7637 if test "X$pkg" = "X$p"; then
7638 enable_static=yes
7639 fi
7640 done
7641 IFS="$lt_save_ifs"
7642 ;;
7643 esac
7644 else
7645 enable_static=yes
7646 fi
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657 # Check whether --with-pic was given.
7658 if test "${with_pic+set}" = set; then :
7659 withval=$with_pic; pic_mode="$withval"
7660 else
7661 pic_mode=default
7662 fi
7663
7664
7665 test -z "$pic_mode" && pic_mode=default
7666
7667
7668
7669
7670
7671
7672
7673 # Check whether --enable-fast-install was given.
7674 if test "${enable_fast_install+set}" = set; then :
7675 enableval=$enable_fast_install; p=${PACKAGE-default}
7676 case $enableval in
7677 yes) enable_fast_install=yes ;;
7678 no) enable_fast_install=no ;;
7679 *)
7680 enable_fast_install=no
7681 # Look at the argument we got. We use all the common list separators.
7682 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7683 for pkg in $enableval; do
7684 IFS="$lt_save_ifs"
7685 if test "X$pkg" = "X$p"; then
7686 enable_fast_install=yes
7687 fi
7688 done
7689 IFS="$lt_save_ifs"
7690 ;;
7691 esac
7692 else
7693 enable_fast_install=yes
7694 fi
7695
7696
7697
7698
7699
7700
7701
7702
7703
7704
7705
7706 # This can be used to rebuild libtool when needed
7707 LIBTOOL_DEPS="$ltmain"
7708
7709 # Always use our own libtool.
7710 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
7734
7735
7736
7737 test -z "$LN_S" && LN_S="ln -s"
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752 if test -n "${ZSH_VERSION+set}" ; then
7753 setopt NO_GLOB_SUBST
7754 fi
7755
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7757 $as_echo_n "checking for objdir... " >&6; }
7758 if ${lt_cv_objdir+:} false; then :
7759 $as_echo_n "(cached) " >&6
7760 else
7761 rm -f .libs 2>/dev/null
7762 mkdir .libs 2>/dev/null
7763 if test -d .libs; then
7764 lt_cv_objdir=.libs
7765 else
7766 # MS-DOS does not allow filenames that begin with a dot.
7767 lt_cv_objdir=_libs
7768 fi
7769 rmdir .libs 2>/dev/null
7770 fi
7771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7772 $as_echo "$lt_cv_objdir" >&6; }
7773 objdir=$lt_cv_objdir
7774
7775
7776
7777
7778
7779 cat >>confdefs.h <<_ACEOF
7780 #define LT_OBJDIR "$lt_cv_objdir/"
7781 _ACEOF
7782
7783
7784
7785
7786 case $host_os in
7787 aix3*)
7788 # AIX sometimes has problems with the GCC collect2 program. For some
7789 # reason, if we set the COLLECT_NAMES environment variable, the problems
7790 # vanish in a puff of smoke.
7791 if test "X${COLLECT_NAMES+set}" != Xset; then
7792 COLLECT_NAMES=
7793 export COLLECT_NAMES
7794 fi
7795 ;;
7796 esac
7797
7798 # Global variables:
7799 ofile=libtool
7800 can_build_shared=yes
7801
7802 # All known linkers require a `.a' archive for static linking (except MSVC,
7803 # which needs '.lib').
7804 libext=a
7805
7806 with_gnu_ld="$lt_cv_prog_gnu_ld"
7807
7808 old_CC="$CC"
7809 old_CFLAGS="$CFLAGS"
7810
7811 # Set sane defaults for various variables
7812 test -z "$CC" && CC=cc
7813 test -z "$LTCC" && LTCC=$CC
7814 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7815 test -z "$LD" && LD=ld
7816 test -z "$ac_objext" && ac_objext=o
7817
7818 for cc_temp in $compiler""; do
7819 case $cc_temp in
7820 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7821 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7822 \-*) ;;
7823 *) break;;
7824 esac
7825 done
7826 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7827
7828
7829 # Only perform the check for file, if the check method requires it
7830 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7831 case $deplibs_check_method in
7832 file_magic*)
7833 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7835 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7836 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7837 $as_echo_n "(cached) " >&6
7838 else
7839 case $MAGIC_CMD in
7840 [\\/*] | ?:[\\/]*)
7841 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7842 ;;
7843 *)
7844 lt_save_MAGIC_CMD="$MAGIC_CMD"
7845 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7846 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7847 for ac_dir in $ac_dummy; do
7848 IFS="$lt_save_ifs"
7849 test -z "$ac_dir" && ac_dir=.
7850 if test -f $ac_dir/${ac_tool_prefix}file; then
7851 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7852 if test -n "$file_magic_test_file"; then
7853 case $deplibs_check_method in
7854 "file_magic "*)
7855 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7856 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7857 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7858 $EGREP "$file_magic_regex" > /dev/null; then
7859 :
7860 else
7861 cat <<_LT_EOF 1>&2
7862
7863 *** Warning: the command libtool uses to detect shared libraries,
7864 *** $file_magic_cmd, produces output that libtool cannot recognize.
7865 *** The result is that libtool may fail to recognize shared libraries
7866 *** as such. This will affect the creation of libtool libraries that
7867 *** depend on shared libraries, but programs linked with such libtool
7868 *** libraries will work regardless of this problem. Nevertheless, you
7869 *** may want to report the problem to your system manager and/or to
7870 *** bug-libtool@gnu.org
7871
7872 _LT_EOF
7873 fi ;;
7874 esac
7875 fi
7876 break
7877 fi
7878 done
7879 IFS="$lt_save_ifs"
7880 MAGIC_CMD="$lt_save_MAGIC_CMD"
7881 ;;
7882 esac
7883 fi
7884
7885 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7886 if test -n "$MAGIC_CMD"; then
7887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7888 $as_echo "$MAGIC_CMD" >&6; }
7889 else
7890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7891 $as_echo "no" >&6; }
7892 fi
7893
7894
7895
7896
7897
7898 if test -z "$lt_cv_path_MAGIC_CMD"; then
7899 if test -n "$ac_tool_prefix"; then
7900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7901 $as_echo_n "checking for file... " >&6; }
7902 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7903 $as_echo_n "(cached) " >&6
7904 else
7905 case $MAGIC_CMD in
7906 [\\/*] | ?:[\\/]*)
7907 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7908 ;;
7909 *)
7910 lt_save_MAGIC_CMD="$MAGIC_CMD"
7911 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7912 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7913 for ac_dir in $ac_dummy; do
7914 IFS="$lt_save_ifs"
7915 test -z "$ac_dir" && ac_dir=.
7916 if test -f $ac_dir/file; then
7917 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7918 if test -n "$file_magic_test_file"; then
7919 case $deplibs_check_method in
7920 "file_magic "*)
7921 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7922 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7923 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7924 $EGREP "$file_magic_regex" > /dev/null; then
7925 :
7926 else
7927 cat <<_LT_EOF 1>&2
7928
7929 *** Warning: the command libtool uses to detect shared libraries,
7930 *** $file_magic_cmd, produces output that libtool cannot recognize.
7931 *** The result is that libtool may fail to recognize shared libraries
7932 *** as such. This will affect the creation of libtool libraries that
7933 *** depend on shared libraries, but programs linked with such libtool
7934 *** libraries will work regardless of this problem. Nevertheless, you
7935 *** may want to report the problem to your system manager and/or to
7936 *** bug-libtool@gnu.org
7937
7938 _LT_EOF
7939 fi ;;
7940 esac
7941 fi
7942 break
7943 fi
7944 done
7945 IFS="$lt_save_ifs"
7946 MAGIC_CMD="$lt_save_MAGIC_CMD"
7947 ;;
7948 esac
7949 fi
7950
7951 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7952 if test -n "$MAGIC_CMD"; then
7953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7954 $as_echo "$MAGIC_CMD" >&6; }
7955 else
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7957 $as_echo "no" >&6; }
7958 fi
7959
7960
7961 else
7962 MAGIC_CMD=:
7963 fi
7964 fi
7965
7966 fi
7967 ;;
7968 esac
7969
7970 # Use C for the default configuration in the libtool script
7971
7972 lt_save_CC="$CC"
7973 ac_ext=c
7974 ac_cpp='$CPP $CPPFLAGS'
7975 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7976 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7977 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7978
7979
7980 # Source file extension for C test sources.
7981 ac_ext=c
7982
7983 # Object file extension for compiled C test sources.
7984 objext=o
7985 objext=$objext
7986
7987 # Code to be used in simple compile tests
7988 lt_simple_compile_test_code="int some_variable = 0;"
7989
7990 # Code to be used in simple link tests
7991 lt_simple_link_test_code='int main(){return(0);}'
7992
7993
7994
7995
7996
7997
7998
7999 # If no C compiler was specified, use CC.
8000 LTCC=${LTCC-"$CC"}
8001
8002 # If no C compiler flags were specified, use CFLAGS.
8003 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8004
8005 # Allow CC to be a program name with arguments.
8006 compiler=$CC
8007
8008 # Save the default compiler, since it gets overwritten when the other
8009 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8010 compiler_DEFAULT=$CC
8011
8012 # save warnings/boilerplate of simple test code
8013 ac_outfile=conftest.$ac_objext
8014 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8015 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8016 _lt_compiler_boilerplate=`cat conftest.err`
8017 $RM conftest*
8018
8019 ac_outfile=conftest.$ac_objext
8020 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8021 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8022 _lt_linker_boilerplate=`cat conftest.err`
8023 $RM -r conftest*
8024
8025
8026 ## CAVEAT EMPTOR:
8027 ## There is no encapsulation within the following macros, do not change
8028 ## the running order or otherwise move them around unless you know exactly
8029 ## what you are doing...
8030 if test -n "$compiler"; then
8031
8032 lt_prog_compiler_no_builtin_flag=
8033
8034 if test "$GCC" = yes; then
8035 case $cc_basename in
8036 nvcc*)
8037 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8038 *)
8039 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8040 esac
8041
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8043 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8044 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8045 $as_echo_n "(cached) " >&6
8046 else
8047 lt_cv_prog_compiler_rtti_exceptions=no
8048 ac_outfile=conftest.$ac_objext
8049 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8050 lt_compiler_flag="-fno-rtti -fno-exceptions"
8051 # Insert the option either (1) after the last *FLAGS variable, or
8052 # (2) before a word containing "conftest.", or (3) at the end.
8053 # Note that $ac_compile itself does not contain backslashes and begins
8054 # with a dollar sign (not a hyphen), so the echo should work correctly.
8055 # The option is referenced via a variable to avoid confusing sed.
8056 lt_compile=`echo "$ac_compile" | $SED \
8057 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8058 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8059 -e 's:$: $lt_compiler_flag:'`
8060 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8061 (eval "$lt_compile" 2>conftest.err)
8062 ac_status=$?
8063 cat conftest.err >&5
8064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8065 if (exit $ac_status) && test -s "$ac_outfile"; then
8066 # The compiler can only warn and ignore the option if not recognized
8067 # So say no if there are warnings other than the usual output.
8068 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8069 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8070 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8071 lt_cv_prog_compiler_rtti_exceptions=yes
8072 fi
8073 fi
8074 $RM conftest*
8075
8076 fi
8077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8078 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8079
8080 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8081 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8082 else
8083 :
8084 fi
8085
8086 fi
8087
8088
8089
8090
8091
8092
8093 lt_prog_compiler_wl=
8094 lt_prog_compiler_pic=
8095 lt_prog_compiler_static=
8096
8097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8098 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8099
8100 if test "$GCC" = yes; then
8101 lt_prog_compiler_wl='-Wl,'
8102 lt_prog_compiler_static='-static'
8103
8104 case $host_os in
8105 aix*)
8106 # All AIX code is PIC.
8107 if test "$host_cpu" = ia64; then
8108 # AIX 5 now supports IA64 processor
8109 lt_prog_compiler_static='-Bstatic'
8110 fi
8111 lt_prog_compiler_pic='-fPIC'
8112 ;;
8113
8114 amigaos*)
8115 case $host_cpu in
8116 powerpc)
8117 # see comment about AmigaOS4 .so support
8118 lt_prog_compiler_pic='-fPIC'
8119 ;;
8120 m68k)
8121 # FIXME: we need at least 68020 code to build shared libraries, but
8122 # adding the `-m68020' flag to GCC prevents building anything better,
8123 # like `-m68040'.
8124 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8125 ;;
8126 esac
8127 ;;
8128
8129 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8130 # PIC is the default for these OSes.
8131 ;;
8132
8133 mingw* | cygwin* | pw32* | os2* | cegcc*)
8134 # This hack is so that the source file can tell whether it is being
8135 # built for inclusion in a dll (and should export symbols for example).
8136 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8137 # (--disable-auto-import) libraries
8138 lt_prog_compiler_pic='-DDLL_EXPORT'
8139 ;;
8140
8141 darwin* | rhapsody*)
8142 # PIC is the default on this platform
8143 # Common symbols not allowed in MH_DYLIB files
8144 lt_prog_compiler_pic='-fno-common'
8145 ;;
8146
8147 haiku*)
8148 # PIC is the default for Haiku.
8149 # The "-static" flag exists, but is broken.
8150 lt_prog_compiler_static=
8151 ;;
8152
8153 hpux*)
8154 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8155 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8156 # sets the default TLS model and affects inlining.
8157 case $host_cpu in
8158 hppa*64*)
8159 # +Z the default
8160 ;;
8161 *)
8162 lt_prog_compiler_pic='-fPIC'
8163 ;;
8164 esac
8165 ;;
8166
8167 interix[3-9]*)
8168 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8169 # Instead, we relocate shared libraries at runtime.
8170 ;;
8171
8172 msdosdjgpp*)
8173 # Just because we use GCC doesn't mean we suddenly get shared libraries
8174 # on systems that don't support them.
8175 lt_prog_compiler_can_build_shared=no
8176 enable_shared=no
8177 ;;
8178
8179 *nto* | *qnx*)
8180 # QNX uses GNU C++, but need to define -shared option too, otherwise
8181 # it will coredump.
8182 lt_prog_compiler_pic='-fPIC -shared'
8183 ;;
8184
8185 sysv4*MP*)
8186 if test -d /usr/nec; then
8187 lt_prog_compiler_pic=-Kconform_pic
8188 fi
8189 ;;
8190
8191 *)
8192 lt_prog_compiler_pic='-fPIC'
8193 ;;
8194 esac
8195
8196 case $cc_basename in
8197 nvcc*) # Cuda Compiler Driver 2.2
8198 lt_prog_compiler_wl='-Xlinker '
8199 lt_prog_compiler_pic='-Xcompiler -fPIC'
8200 ;;
8201 esac
8202 else
8203 # PORTME Check for flag to pass linker flags through the system compiler.
8204 case $host_os in
8205 aix*)
8206 lt_prog_compiler_wl='-Wl,'
8207 if test "$host_cpu" = ia64; then
8208 # AIX 5 now supports IA64 processor
8209 lt_prog_compiler_static='-Bstatic'
8210 else
8211 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8212 fi
8213 ;;
8214
8215 mingw* | cygwin* | pw32* | os2* | cegcc*)
8216 # This hack is so that the source file can tell whether it is being
8217 # built for inclusion in a dll (and should export symbols for example).
8218 lt_prog_compiler_pic='-DDLL_EXPORT'
8219 ;;
8220
8221 hpux9* | hpux10* | hpux11*)
8222 lt_prog_compiler_wl='-Wl,'
8223 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8224 # not for PA HP-UX.
8225 case $host_cpu in
8226 hppa*64*|ia64*)
8227 # +Z the default
8228 ;;
8229 *)
8230 lt_prog_compiler_pic='+Z'
8231 ;;
8232 esac
8233 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8234 lt_prog_compiler_static='${wl}-a ${wl}archive'
8235 ;;
8236
8237 irix5* | irix6* | nonstopux*)
8238 lt_prog_compiler_wl='-Wl,'
8239 # PIC (with -KPIC) is the default.
8240 lt_prog_compiler_static='-non_shared'
8241 ;;
8242
8243 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8244 case $cc_basename in
8245 # old Intel for x86_64 which still supported -KPIC.
8246 ecc*)
8247 lt_prog_compiler_wl='-Wl,'
8248 lt_prog_compiler_pic='-KPIC'
8249 lt_prog_compiler_static='-static'
8250 ;;
8251 # icc used to be incompatible with GCC.
8252 # ICC 10 doesn't accept -KPIC any more.
8253 icc* | ifort*)
8254 lt_prog_compiler_wl='-Wl,'
8255 lt_prog_compiler_pic='-fPIC'
8256 lt_prog_compiler_static='-static'
8257 ;;
8258 # Lahey Fortran 8.1.
8259 lf95*)
8260 lt_prog_compiler_wl='-Wl,'
8261 lt_prog_compiler_pic='--shared'
8262 lt_prog_compiler_static='--static'
8263 ;;
8264 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8265 # Portland Group compilers (*not* the Pentium gcc compiler,
8266 # which looks to be a dead project)
8267 lt_prog_compiler_wl='-Wl,'
8268 lt_prog_compiler_pic='-fpic'
8269 lt_prog_compiler_static='-Bstatic'
8270 ;;
8271 ccc*)
8272 lt_prog_compiler_wl='-Wl,'
8273 # All Alpha code is PIC.
8274 lt_prog_compiler_static='-non_shared'
8275 ;;
8276 xl* | bgxl* | bgf* | mpixl*)
8277 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8278 lt_prog_compiler_wl='-Wl,'
8279 lt_prog_compiler_pic='-qpic'
8280 lt_prog_compiler_static='-qstaticlink'
8281 ;;
8282 *)
8283 case `$CC -V 2>&1 | sed 5q` in
8284 *Sun\ F* | *Sun*Fortran*)
8285 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8286 lt_prog_compiler_pic='-KPIC'
8287 lt_prog_compiler_static='-Bstatic'
8288 lt_prog_compiler_wl=''
8289 ;;
8290 *Sun\ C*)
8291 # Sun C 5.9
8292 lt_prog_compiler_pic='-KPIC'
8293 lt_prog_compiler_static='-Bstatic'
8294 lt_prog_compiler_wl='-Wl,'
8295 ;;
8296 esac
8297 ;;
8298 esac
8299 ;;
8300
8301 newsos6)
8302 lt_prog_compiler_pic='-KPIC'
8303 lt_prog_compiler_static='-Bstatic'
8304 ;;
8305
8306 *nto* | *qnx*)
8307 # QNX uses GNU C++, but need to define -shared option too, otherwise
8308 # it will coredump.
8309 lt_prog_compiler_pic='-fPIC -shared'
8310 ;;
8311
8312 osf3* | osf4* | osf5*)
8313 lt_prog_compiler_wl='-Wl,'
8314 # All OSF/1 code is PIC.
8315 lt_prog_compiler_static='-non_shared'
8316 ;;
8317
8318 rdos*)
8319 lt_prog_compiler_static='-non_shared'
8320 ;;
8321
8322 solaris*)
8323 lt_prog_compiler_pic='-KPIC'
8324 lt_prog_compiler_static='-Bstatic'
8325 case $cc_basename in
8326 f77* | f90* | f95*)
8327 lt_prog_compiler_wl='-Qoption ld ';;
8328 *)
8329 lt_prog_compiler_wl='-Wl,';;
8330 esac
8331 ;;
8332
8333 sunos4*)
8334 lt_prog_compiler_wl='-Qoption ld '
8335 lt_prog_compiler_pic='-PIC'
8336 lt_prog_compiler_static='-Bstatic'
8337 ;;
8338
8339 sysv4 | sysv4.2uw2* | sysv4.3*)
8340 lt_prog_compiler_wl='-Wl,'
8341 lt_prog_compiler_pic='-KPIC'
8342 lt_prog_compiler_static='-Bstatic'
8343 ;;
8344
8345 sysv4*MP*)
8346 if test -d /usr/nec ;then
8347 lt_prog_compiler_pic='-Kconform_pic'
8348 lt_prog_compiler_static='-Bstatic'
8349 fi
8350 ;;
8351
8352 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8353 lt_prog_compiler_wl='-Wl,'
8354 lt_prog_compiler_pic='-KPIC'
8355 lt_prog_compiler_static='-Bstatic'
8356 ;;
8357
8358 unicos*)
8359 lt_prog_compiler_wl='-Wl,'
8360 lt_prog_compiler_can_build_shared=no
8361 ;;
8362
8363 uts4*)
8364 lt_prog_compiler_pic='-pic'
8365 lt_prog_compiler_static='-Bstatic'
8366 ;;
8367
8368 *)
8369 lt_prog_compiler_can_build_shared=no
8370 ;;
8371 esac
8372 fi
8373
8374 case $host_os in
8375 # For platforms which do not support PIC, -DPIC is meaningless:
8376 *djgpp*)
8377 lt_prog_compiler_pic=
8378 ;;
8379 *)
8380 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8381 ;;
8382 esac
8383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8384 $as_echo "$lt_prog_compiler_pic" >&6; }
8385
8386
8387
8388
8389
8390
8391 #
8392 # Check to make sure the PIC flag actually works.
8393 #
8394 if test -n "$lt_prog_compiler_pic"; then
8395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8396 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8397 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8398 $as_echo_n "(cached) " >&6
8399 else
8400 lt_cv_prog_compiler_pic_works=no
8401 ac_outfile=conftest.$ac_objext
8402 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8403 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8404 # Insert the option either (1) after the last *FLAGS variable, or
8405 # (2) before a word containing "conftest.", or (3) at the end.
8406 # Note that $ac_compile itself does not contain backslashes and begins
8407 # with a dollar sign (not a hyphen), so the echo should work correctly.
8408 # The option is referenced via a variable to avoid confusing sed.
8409 lt_compile=`echo "$ac_compile" | $SED \
8410 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8411 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8412 -e 's:$: $lt_compiler_flag:'`
8413 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8414 (eval "$lt_compile" 2>conftest.err)
8415 ac_status=$?
8416 cat conftest.err >&5
8417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8418 if (exit $ac_status) && test -s "$ac_outfile"; then
8419 # The compiler can only warn and ignore the option if not recognized
8420 # So say no if there are warnings other than the usual output.
8421 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8422 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8423 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8424 lt_cv_prog_compiler_pic_works=yes
8425 fi
8426 fi
8427 $RM conftest*
8428
8429 fi
8430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8431 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8432
8433 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8434 case $lt_prog_compiler_pic in
8435 "" | " "*) ;;
8436 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8437 esac
8438 else
8439 lt_prog_compiler_pic=
8440 lt_prog_compiler_can_build_shared=no
8441 fi
8442
8443 fi
8444
8445
8446
8447
8448
8449
8450 #
8451 # Check to make sure the static flag actually works.
8452 #
8453 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8455 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8456 if ${lt_cv_prog_compiler_static_works+:} false; then :
8457 $as_echo_n "(cached) " >&6
8458 else
8459 lt_cv_prog_compiler_static_works=no
8460 save_LDFLAGS="$LDFLAGS"
8461 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8462 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8463 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8464 # The linker can only warn and ignore the option if not recognized
8465 # So say no if there are warnings
8466 if test -s conftest.err; then
8467 # Append any errors to the config.log.
8468 cat conftest.err 1>&5
8469 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8470 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8471 if diff conftest.exp conftest.er2 >/dev/null; then
8472 lt_cv_prog_compiler_static_works=yes
8473 fi
8474 else
8475 lt_cv_prog_compiler_static_works=yes
8476 fi
8477 fi
8478 $RM -r conftest*
8479 LDFLAGS="$save_LDFLAGS"
8480
8481 fi
8482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8483 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8484
8485 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8486 :
8487 else
8488 lt_prog_compiler_static=
8489 fi
8490
8491
8492
8493
8494
8495
8496
8497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8498 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8499 if ${lt_cv_prog_compiler_c_o+:} false; then :
8500 $as_echo_n "(cached) " >&6
8501 else
8502 lt_cv_prog_compiler_c_o=no
8503 $RM -r conftest 2>/dev/null
8504 mkdir conftest
8505 cd conftest
8506 mkdir out
8507 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8508
8509 lt_compiler_flag="-o out/conftest2.$ac_objext"
8510 # Insert the option either (1) after the last *FLAGS variable, or
8511 # (2) before a word containing "conftest.", or (3) at the end.
8512 # Note that $ac_compile itself does not contain backslashes and begins
8513 # with a dollar sign (not a hyphen), so the echo should work correctly.
8514 lt_compile=`echo "$ac_compile" | $SED \
8515 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8516 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8517 -e 's:$: $lt_compiler_flag:'`
8518 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8519 (eval "$lt_compile" 2>out/conftest.err)
8520 ac_status=$?
8521 cat out/conftest.err >&5
8522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8523 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8524 then
8525 # The compiler can only warn and ignore the option if not recognized
8526 # So say no if there are warnings
8527 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8528 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8529 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8530 lt_cv_prog_compiler_c_o=yes
8531 fi
8532 fi
8533 chmod u+w . 2>&5
8534 $RM conftest*
8535 # SGI C++ compiler will create directory out/ii_files/ for
8536 # template instantiation
8537 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8538 $RM out/* && rmdir out
8539 cd ..
8540 $RM -r conftest
8541 $RM conftest*
8542
8543 fi
8544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8545 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8546
8547
8548
8549
8550
8551
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8553 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8554 if ${lt_cv_prog_compiler_c_o+:} false; then :
8555 $as_echo_n "(cached) " >&6
8556 else
8557 lt_cv_prog_compiler_c_o=no
8558 $RM -r conftest 2>/dev/null
8559 mkdir conftest
8560 cd conftest
8561 mkdir out
8562 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8563
8564 lt_compiler_flag="-o out/conftest2.$ac_objext"
8565 # Insert the option either (1) after the last *FLAGS variable, or
8566 # (2) before a word containing "conftest.", or (3) at the end.
8567 # Note that $ac_compile itself does not contain backslashes and begins
8568 # with a dollar sign (not a hyphen), so the echo should work correctly.
8569 lt_compile=`echo "$ac_compile" | $SED \
8570 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8571 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8572 -e 's:$: $lt_compiler_flag:'`
8573 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8574 (eval "$lt_compile" 2>out/conftest.err)
8575 ac_status=$?
8576 cat out/conftest.err >&5
8577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8578 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8579 then
8580 # The compiler can only warn and ignore the option if not recognized
8581 # So say no if there are warnings
8582 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8583 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8584 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8585 lt_cv_prog_compiler_c_o=yes
8586 fi
8587 fi
8588 chmod u+w . 2>&5
8589 $RM conftest*
8590 # SGI C++ compiler will create directory out/ii_files/ for
8591 # template instantiation
8592 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8593 $RM out/* && rmdir out
8594 cd ..
8595 $RM -r conftest
8596 $RM conftest*
8597
8598 fi
8599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8600 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8601
8602
8603
8604
8605 hard_links="nottested"
8606 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8607 # do not overwrite the value of need_locks provided by the user
8608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8609 $as_echo_n "checking if we can lock with hard links... " >&6; }
8610 hard_links=yes
8611 $RM conftest*
8612 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8613 touch conftest.a
8614 ln conftest.a conftest.b 2>&5 || hard_links=no
8615 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8617 $as_echo "$hard_links" >&6; }
8618 if test "$hard_links" = no; then
8619 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8620 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8621 need_locks=warn
8622 fi
8623 else
8624 need_locks=no
8625 fi
8626
8627
8628
8629
8630
8631
8632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8633 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8634
8635 runpath_var=
8636 allow_undefined_flag=
8637 always_export_symbols=no
8638 archive_cmds=
8639 archive_expsym_cmds=
8640 compiler_needs_object=no
8641 enable_shared_with_static_runtimes=no
8642 export_dynamic_flag_spec=
8643 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8644 hardcode_automatic=no
8645 hardcode_direct=no
8646 hardcode_direct_absolute=no
8647 hardcode_libdir_flag_spec=
8648 hardcode_libdir_flag_spec_ld=
8649 hardcode_libdir_separator=
8650 hardcode_minus_L=no
8651 hardcode_shlibpath_var=unsupported
8652 inherit_rpath=no
8653 link_all_deplibs=unknown
8654 module_cmds=
8655 module_expsym_cmds=
8656 old_archive_from_new_cmds=
8657 old_archive_from_expsyms_cmds=
8658 thread_safe_flag_spec=
8659 whole_archive_flag_spec=
8660 # include_expsyms should be a list of space-separated symbols to be *always*
8661 # included in the symbol list
8662 include_expsyms=
8663 # exclude_expsyms can be an extended regexp of symbols to exclude
8664 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8665 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8666 # as well as any symbol that contains `d'.
8667 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8668 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8669 # platforms (ab)use it in PIC code, but their linkers get confused if
8670 # the symbol is explicitly referenced. Since portable code cannot
8671 # rely on this symbol name, it's probably fine to never include it in
8672 # preloaded symbol tables.
8673 # Exclude shared library initialization/finalization symbols.
8674 extract_expsyms_cmds=
8675
8676 case $host_os in
8677 cygwin* | mingw* | pw32* | cegcc*)
8678 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8679 # When not using gcc, we currently assume that we are using
8680 # Microsoft Visual C++.
8681 if test "$GCC" != yes; then
8682 with_gnu_ld=no
8683 fi
8684 ;;
8685 interix*)
8686 # we just hope/assume this is gcc and not c89 (= MSVC++)
8687 with_gnu_ld=yes
8688 ;;
8689 openbsd*)
8690 with_gnu_ld=no
8691 ;;
8692 esac
8693
8694 ld_shlibs=yes
8695
8696 # On some targets, GNU ld is compatible enough with the native linker
8697 # that we're better off using the native interface for both.
8698 lt_use_gnu_ld_interface=no
8699 if test "$with_gnu_ld" = yes; then
8700 case $host_os in
8701 aix*)
8702 # The AIX port of GNU ld has always aspired to compatibility
8703 # with the native linker. However, as the warning in the GNU ld
8704 # block says, versions before 2.19.5* couldn't really create working
8705 # shared libraries, regardless of the interface used.
8706 case `$LD -v 2>&1` in
8707 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8708 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8709 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8710 *)
8711 lt_use_gnu_ld_interface=yes
8712 ;;
8713 esac
8714 ;;
8715 *)
8716 lt_use_gnu_ld_interface=yes
8717 ;;
8718 esac
8719 fi
8720
8721 if test "$lt_use_gnu_ld_interface" = yes; then
8722 # If archive_cmds runs LD, not CC, wlarc should be empty
8723 wlarc='${wl}'
8724
8725 # Set some defaults for GNU ld with shared library support. These
8726 # are reset later if shared libraries are not supported. Putting them
8727 # here allows them to be overridden if necessary.
8728 runpath_var=LD_RUN_PATH
8729 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8730 export_dynamic_flag_spec='${wl}--export-dynamic'
8731 # ancient GNU ld didn't support --whole-archive et. al.
8732 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8733 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8734 else
8735 whole_archive_flag_spec=
8736 fi
8737 supports_anon_versioning=no
8738 case `$LD -v 2>&1` in
8739 *GNU\ gold*) supports_anon_versioning=yes ;;
8740 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8741 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8742 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8743 *\ 2.11.*) ;; # other 2.11 versions
8744 *) supports_anon_versioning=yes ;;
8745 esac
8746
8747 # See if GNU ld supports shared libraries.
8748 case $host_os in
8749 aix[3-9]*)
8750 # On AIX/PPC, the GNU linker is very broken
8751 if test "$host_cpu" != ia64; then
8752 ld_shlibs=no
8753 cat <<_LT_EOF 1>&2
8754
8755 *** Warning: the GNU linker, at least up to release 2.19, is reported
8756 *** to be unable to reliably create shared libraries on AIX.
8757 *** Therefore, libtool is disabling shared libraries support. If you
8758 *** really care for shared libraries, you may want to install binutils
8759 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8760 *** You will then need to restart the configuration process.
8761
8762 _LT_EOF
8763 fi
8764 ;;
8765
8766 amigaos*)
8767 case $host_cpu in
8768 powerpc)
8769 # see comment about AmigaOS4 .so support
8770 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8771 archive_expsym_cmds=''
8772 ;;
8773 m68k)
8774 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)'
8775 hardcode_libdir_flag_spec='-L$libdir'
8776 hardcode_minus_L=yes
8777 ;;
8778 esac
8779 ;;
8780
8781 beos*)
8782 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8783 allow_undefined_flag=unsupported
8784 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8785 # support --undefined. This deserves some investigation. FIXME
8786 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8787 else
8788 ld_shlibs=no
8789 fi
8790 ;;
8791
8792 cygwin* | mingw* | pw32* | cegcc*)
8793 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8794 # as there is no search path for DLLs.
8795 hardcode_libdir_flag_spec='-L$libdir'
8796 export_dynamic_flag_spec='${wl}--export-all-symbols'
8797 allow_undefined_flag=unsupported
8798 always_export_symbols=no
8799 enable_shared_with_static_runtimes=yes
8800 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8801
8802 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8803 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8804 # If the export-symbols file already is a .def file (1st line
8805 # is EXPORTS), use it as is; otherwise, prepend...
8806 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8807 cp $export_symbols $output_objdir/$soname.def;
8808 else
8809 echo EXPORTS > $output_objdir/$soname.def;
8810 cat $export_symbols >> $output_objdir/$soname.def;
8811 fi~
8812 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8813 else
8814 ld_shlibs=no
8815 fi
8816 ;;
8817
8818 haiku*)
8819 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8820 link_all_deplibs=yes
8821 ;;
8822
8823 interix[3-9]*)
8824 hardcode_direct=no
8825 hardcode_shlibpath_var=no
8826 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8827 export_dynamic_flag_spec='${wl}-E'
8828 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8829 # Instead, shared libraries are loaded at an image base (0x10000000 by
8830 # default) and relocated if they conflict, which is a slow very memory
8831 # consuming and fragmenting process. To avoid this, we pick a random,
8832 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8833 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8834 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8835 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'
8836 ;;
8837
8838 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8839 tmp_diet=no
8840 if test "$host_os" = linux-dietlibc; then
8841 case $cc_basename in
8842 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8843 esac
8844 fi
8845 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8846 && test "$tmp_diet" = no
8847 then
8848 tmp_addflag=' $pic_flag'
8849 tmp_sharedflag='-shared'
8850 case $cc_basename,$host_cpu in
8851 pgcc*) # Portland Group C compiler
8852 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'
8853 tmp_addflag=' $pic_flag'
8854 ;;
8855 pgf77* | pgf90* | pgf95* | pgfortran*)
8856 # Portland Group f77 and f90 compilers
8857 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'
8858 tmp_addflag=' $pic_flag -Mnomain' ;;
8859 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8860 tmp_addflag=' -i_dynamic' ;;
8861 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8862 tmp_addflag=' -i_dynamic -nofor_main' ;;
8863 ifc* | ifort*) # Intel Fortran compiler
8864 tmp_addflag=' -nofor_main' ;;
8865 lf95*) # Lahey Fortran 8.1
8866 whole_archive_flag_spec=
8867 tmp_sharedflag='--shared' ;;
8868 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8869 tmp_sharedflag='-qmkshrobj'
8870 tmp_addflag= ;;
8871 nvcc*) # Cuda Compiler Driver 2.2
8872 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'
8873 compiler_needs_object=yes
8874 ;;
8875 esac
8876 case `$CC -V 2>&1 | sed 5q` in
8877 *Sun\ C*) # Sun C 5.9
8878 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'
8879 compiler_needs_object=yes
8880 tmp_sharedflag='-G' ;;
8881 *Sun\ F*) # Sun Fortran 8.3
8882 tmp_sharedflag='-G' ;;
8883 esac
8884 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8885
8886 if test "x$supports_anon_versioning" = xyes; then
8887 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8888 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8889 echo "local: *; };" >> $output_objdir/$libname.ver~
8890 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8891 fi
8892
8893 case $cc_basename in
8894 xlf* | bgf* | bgxlf* | mpixlf*)
8895 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8896 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8897 hardcode_libdir_flag_spec=
8898 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8899 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8900 if test "x$supports_anon_versioning" = xyes; then
8901 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8902 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8903 echo "local: *; };" >> $output_objdir/$libname.ver~
8904 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8905 fi
8906 ;;
8907 esac
8908 else
8909 ld_shlibs=no
8910 fi
8911 ;;
8912
8913 netbsd*)
8914 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8915 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8916 wlarc=
8917 else
8918 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8919 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8920 fi
8921 ;;
8922
8923 solaris*)
8924 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8925 ld_shlibs=no
8926 cat <<_LT_EOF 1>&2
8927
8928 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8929 *** create shared libraries on Solaris systems. Therefore, libtool
8930 *** is disabling shared libraries support. We urge you to upgrade GNU
8931 *** binutils to release 2.9.1 or newer. Another option is to modify
8932 *** your PATH or compiler configuration so that the native linker is
8933 *** used, and then restart.
8934
8935 _LT_EOF
8936 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8937 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8938 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8939 else
8940 ld_shlibs=no
8941 fi
8942 ;;
8943
8944 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8945 case `$LD -v 2>&1` in
8946 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8947 ld_shlibs=no
8948 cat <<_LT_EOF 1>&2
8949
8950 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8951 *** reliably create shared libraries on SCO systems. Therefore, libtool
8952 *** is disabling shared libraries support. We urge you to upgrade GNU
8953 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8954 *** your PATH or compiler configuration so that the native linker is
8955 *** used, and then restart.
8956
8957 _LT_EOF
8958 ;;
8959 *)
8960 # For security reasons, it is highly recommended that you always
8961 # use absolute paths for naming shared libraries, and exclude the
8962 # DT_RUNPATH tag from executables and libraries. But doing so
8963 # requires that you compile everything twice, which is a pain.
8964 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8965 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8966 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8967 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8968 else
8969 ld_shlibs=no
8970 fi
8971 ;;
8972 esac
8973 ;;
8974
8975 sunos4*)
8976 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8977 wlarc=
8978 hardcode_direct=yes
8979 hardcode_shlibpath_var=no
8980 ;;
8981
8982 *)
8983 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8984 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8985 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8986 else
8987 ld_shlibs=no
8988 fi
8989 ;;
8990 esac
8991
8992 if test "$ld_shlibs" = no; then
8993 runpath_var=
8994 hardcode_libdir_flag_spec=
8995 export_dynamic_flag_spec=
8996 whole_archive_flag_spec=
8997 fi
8998 else
8999 # PORTME fill in a description of your system's linker (not GNU ld)
9000 case $host_os in
9001 aix3*)
9002 allow_undefined_flag=unsupported
9003 always_export_symbols=yes
9004 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'
9005 # Note: this linker hardcodes the directories in LIBPATH if there
9006 # are no directories specified by -L.
9007 hardcode_minus_L=yes
9008 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9009 # Neither direct hardcoding nor static linking is supported with a
9010 # broken collect2.
9011 hardcode_direct=unsupported
9012 fi
9013 ;;
9014
9015 aix[4-9]*)
9016 if test "$host_cpu" = ia64; then
9017 # On IA64, the linker does run time linking by default, so we don't
9018 # have to do anything special.
9019 aix_use_runtimelinking=no
9020 exp_sym_flag='-Bexport'
9021 no_entry_flag=""
9022 else
9023 # If we're using GNU nm, then we don't want the "-C" option.
9024 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9025 # Also, AIX nm treats weak defined symbols like other global
9026 # defined symbols, whereas GNU nm marks them as "W".
9027 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9028 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'
9029 else
9030 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'
9031 fi
9032 aix_use_runtimelinking=no
9033
9034 # Test if we are trying to use run time linking or normal
9035 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9036 # need to do runtime linking.
9037 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9038 for ld_flag in $LDFLAGS; do
9039 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9040 aix_use_runtimelinking=yes
9041 break
9042 fi
9043 done
9044 ;;
9045 esac
9046
9047 exp_sym_flag='-bexport'
9048 no_entry_flag='-bnoentry'
9049 fi
9050
9051 # When large executables or shared objects are built, AIX ld can
9052 # have problems creating the table of contents. If linking a library
9053 # or program results in "error TOC overflow" add -mminimal-toc to
9054 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9055 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9056
9057 archive_cmds=''
9058 hardcode_direct=yes
9059 hardcode_direct_absolute=yes
9060 hardcode_libdir_separator=':'
9061 link_all_deplibs=yes
9062 file_list_spec='${wl}-f,'
9063
9064 if test "$GCC" = yes; then
9065 case $host_os in aix4.[012]|aix4.[012].*)
9066 # We only want to do this on AIX 4.2 and lower, the check
9067 # below for broken collect2 doesn't work under 4.3+
9068 collect2name=`${CC} -print-prog-name=collect2`
9069 if test -f "$collect2name" &&
9070 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9071 then
9072 # We have reworked collect2
9073 :
9074 else
9075 # We have old collect2
9076 hardcode_direct=unsupported
9077 # It fails to find uninstalled libraries when the uninstalled
9078 # path is not listed in the libpath. Setting hardcode_minus_L
9079 # to unsupported forces relinking
9080 hardcode_minus_L=yes
9081 hardcode_libdir_flag_spec='-L$libdir'
9082 hardcode_libdir_separator=
9083 fi
9084 ;;
9085 esac
9086 shared_flag='-shared'
9087 if test "$aix_use_runtimelinking" = yes; then
9088 shared_flag="$shared_flag "'${wl}-G'
9089 fi
9090 else
9091 # not using gcc
9092 if test "$host_cpu" = ia64; then
9093 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9094 # chokes on -Wl,-G. The following line is correct:
9095 shared_flag='-G'
9096 else
9097 if test "$aix_use_runtimelinking" = yes; then
9098 shared_flag='${wl}-G'
9099 else
9100 shared_flag='${wl}-bM:SRE'
9101 fi
9102 fi
9103 fi
9104
9105 export_dynamic_flag_spec='${wl}-bexpall'
9106 # It seems that -bexpall does not export symbols beginning with
9107 # underscore (_), so it is better to generate a list of symbols to export.
9108 always_export_symbols=yes
9109 if test "$aix_use_runtimelinking" = yes; then
9110 # Warning - without using the other runtime loading flags (-brtl),
9111 # -berok will link without error, but may produce a broken library.
9112 allow_undefined_flag='-berok'
9113 # Determine the default libpath from the value encoded in an
9114 # empty executable.
9115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9116 /* end confdefs.h. */
9117
9118 int
9119 main ()
9120 {
9121
9122 ;
9123 return 0;
9124 }
9125 _ACEOF
9126 if ac_fn_c_try_link "$LINENO"; then :
9127
9128 lt_aix_libpath_sed='
9129 /Import File Strings/,/^$/ {
9130 /^0/ {
9131 s/^0 *\(.*\)$/\1/
9132 p
9133 }
9134 }'
9135 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9136 # Check for a 64-bit object if we didn't find anything.
9137 if test -z "$aix_libpath"; then
9138 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9139 fi
9140 fi
9141 rm -f core conftest.err conftest.$ac_objext \
9142 conftest$ac_exeext conftest.$ac_ext
9143 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9144
9145 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9146 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"
9147 else
9148 if test "$host_cpu" = ia64; then
9149 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9150 allow_undefined_flag="-z nodefs"
9151 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"
9152 else
9153 # Determine the default libpath from the value encoded in an
9154 # empty executable.
9155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9156 /* end confdefs.h. */
9157
9158 int
9159 main ()
9160 {
9161
9162 ;
9163 return 0;
9164 }
9165 _ACEOF
9166 if ac_fn_c_try_link "$LINENO"; then :
9167
9168 lt_aix_libpath_sed='
9169 /Import File Strings/,/^$/ {
9170 /^0/ {
9171 s/^0 *\(.*\)$/\1/
9172 p
9173 }
9174 }'
9175 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9176 # Check for a 64-bit object if we didn't find anything.
9177 if test -z "$aix_libpath"; then
9178 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9179 fi
9180 fi
9181 rm -f core conftest.err conftest.$ac_objext \
9182 conftest$ac_exeext conftest.$ac_ext
9183 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9184
9185 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9186 # Warning - without using the other run time loading flags,
9187 # -berok will link without error, but may produce a broken library.
9188 no_undefined_flag=' ${wl}-bernotok'
9189 allow_undefined_flag=' ${wl}-berok'
9190 if test "$with_gnu_ld" = yes; then
9191 # We only use this code for GNU lds that support --whole-archive.
9192 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9193 else
9194 # Exported symbols can be pulled into shared objects from archives
9195 whole_archive_flag_spec='$convenience'
9196 fi
9197 archive_cmds_need_lc=yes
9198 # This is similar to how AIX traditionally builds its shared libraries.
9199 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'
9200 fi
9201 fi
9202 ;;
9203
9204 amigaos*)
9205 case $host_cpu in
9206 powerpc)
9207 # see comment about AmigaOS4 .so support
9208 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9209 archive_expsym_cmds=''
9210 ;;
9211 m68k)
9212 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)'
9213 hardcode_libdir_flag_spec='-L$libdir'
9214 hardcode_minus_L=yes
9215 ;;
9216 esac
9217 ;;
9218
9219 bsdi[45]*)
9220 export_dynamic_flag_spec=-rdynamic
9221 ;;
9222
9223 cygwin* | mingw* | pw32* | cegcc*)
9224 # When not using gcc, we currently assume that we are using
9225 # Microsoft Visual C++.
9226 # hardcode_libdir_flag_spec is actually meaningless, as there is
9227 # no search path for DLLs.
9228 hardcode_libdir_flag_spec=' '
9229 allow_undefined_flag=unsupported
9230 # Tell ltmain to make .lib files, not .a files.
9231 libext=lib
9232 # Tell ltmain to make .dll files, not .so files.
9233 shrext_cmds=".dll"
9234 # FIXME: Setting linknames here is a bad hack.
9235 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9236 # The linker will automatically build a .lib file if we build a DLL.
9237 old_archive_from_new_cmds='true'
9238 # FIXME: Should let the user specify the lib program.
9239 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9240 fix_srcfile_path='`cygpath -w "$srcfile"`'
9241 enable_shared_with_static_runtimes=yes
9242 ;;
9243
9244 darwin* | rhapsody*)
9245
9246
9247 archive_cmds_need_lc=no
9248 hardcode_direct=no
9249 hardcode_automatic=yes
9250 hardcode_shlibpath_var=unsupported
9251 if test "$lt_cv_ld_force_load" = "yes"; then
9252 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\"`'
9253 else
9254 whole_archive_flag_spec=''
9255 fi
9256 link_all_deplibs=yes
9257 allow_undefined_flag="$_lt_dar_allow_undefined"
9258 case $cc_basename in
9259 ifort*) _lt_dar_can_shared=yes ;;
9260 *) _lt_dar_can_shared=$GCC ;;
9261 esac
9262 if test "$_lt_dar_can_shared" = "yes"; then
9263 output_verbose_link_cmd=func_echo_all
9264 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9265 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9266 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}"
9267 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}"
9268
9269 else
9270 ld_shlibs=no
9271 fi
9272
9273 ;;
9274
9275 dgux*)
9276 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9277 hardcode_libdir_flag_spec='-L$libdir'
9278 hardcode_shlibpath_var=no
9279 ;;
9280
9281 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9282 # support. Future versions do this automatically, but an explicit c++rt0.o
9283 # does not break anything, and helps significantly (at the cost of a little
9284 # extra space).
9285 freebsd2.2*)
9286 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9287 hardcode_libdir_flag_spec='-R$libdir'
9288 hardcode_direct=yes
9289 hardcode_shlibpath_var=no
9290 ;;
9291
9292 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9293 freebsd2.*)
9294 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9295 hardcode_direct=yes
9296 hardcode_minus_L=yes
9297 hardcode_shlibpath_var=no
9298 ;;
9299
9300 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9301 freebsd* | dragonfly*)
9302 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9303 hardcode_libdir_flag_spec='-R$libdir'
9304 hardcode_direct=yes
9305 hardcode_shlibpath_var=no
9306 ;;
9307
9308 hpux9*)
9309 if test "$GCC" = yes; then
9310 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'
9311 else
9312 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'
9313 fi
9314 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9315 hardcode_libdir_separator=:
9316 hardcode_direct=yes
9317
9318 # hardcode_minus_L: Not really in the search PATH,
9319 # but as the default location of the library.
9320 hardcode_minus_L=yes
9321 export_dynamic_flag_spec='${wl}-E'
9322 ;;
9323
9324 hpux10*)
9325 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9326 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9327 else
9328 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9329 fi
9330 if test "$with_gnu_ld" = no; then
9331 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9332 hardcode_libdir_flag_spec_ld='+b $libdir'
9333 hardcode_libdir_separator=:
9334 hardcode_direct=yes
9335 hardcode_direct_absolute=yes
9336 export_dynamic_flag_spec='${wl}-E'
9337 # hardcode_minus_L: Not really in the search PATH,
9338 # but as the default location of the library.
9339 hardcode_minus_L=yes
9340 fi
9341 ;;
9342
9343 hpux11*)
9344 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9345 case $host_cpu in
9346 hppa*64*)
9347 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9348 ;;
9349 ia64*)
9350 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9351 ;;
9352 *)
9353 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9354 ;;
9355 esac
9356 else
9357 case $host_cpu in
9358 hppa*64*)
9359 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9360 ;;
9361 ia64*)
9362 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9363 ;;
9364 *)
9365
9366 # Older versions of the 11.00 compiler do not understand -b yet
9367 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9369 $as_echo_n "checking if $CC understands -b... " >&6; }
9370 if ${lt_cv_prog_compiler__b+:} false; then :
9371 $as_echo_n "(cached) " >&6
9372 else
9373 lt_cv_prog_compiler__b=no
9374 save_LDFLAGS="$LDFLAGS"
9375 LDFLAGS="$LDFLAGS -b"
9376 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9377 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9378 # The linker can only warn and ignore the option if not recognized
9379 # So say no if there are warnings
9380 if test -s conftest.err; then
9381 # Append any errors to the config.log.
9382 cat conftest.err 1>&5
9383 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9384 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9385 if diff conftest.exp conftest.er2 >/dev/null; then
9386 lt_cv_prog_compiler__b=yes
9387 fi
9388 else
9389 lt_cv_prog_compiler__b=yes
9390 fi
9391 fi
9392 $RM -r conftest*
9393 LDFLAGS="$save_LDFLAGS"
9394
9395 fi
9396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9397 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9398
9399 if test x"$lt_cv_prog_compiler__b" = xyes; then
9400 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9401 else
9402 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9403 fi
9404
9405 ;;
9406 esac
9407 fi
9408 if test "$with_gnu_ld" = no; then
9409 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9410 hardcode_libdir_separator=:
9411
9412 case $host_cpu in
9413 hppa*64*|ia64*)
9414 hardcode_direct=no
9415 hardcode_shlibpath_var=no
9416 ;;
9417 *)
9418 hardcode_direct=yes
9419 hardcode_direct_absolute=yes
9420 export_dynamic_flag_spec='${wl}-E'
9421
9422 # hardcode_minus_L: Not really in the search PATH,
9423 # but as the default location of the library.
9424 hardcode_minus_L=yes
9425 ;;
9426 esac
9427 fi
9428 ;;
9429
9430 irix5* | irix6* | nonstopux*)
9431 if test "$GCC" = yes; then
9432 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'
9433 # Try to use the -exported_symbol ld option, if it does not
9434 # work, assume that -exports_file does not work either and
9435 # implicitly export all symbols.
9436 save_LDFLAGS="$LDFLAGS"
9437 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9439 /* end confdefs.h. */
9440 int foo(void) {}
9441 _ACEOF
9442 if ac_fn_c_try_link "$LINENO"; then :
9443 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'
9444
9445 fi
9446 rm -f core conftest.err conftest.$ac_objext \
9447 conftest$ac_exeext conftest.$ac_ext
9448 LDFLAGS="$save_LDFLAGS"
9449 else
9450 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'
9451 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'
9452 fi
9453 archive_cmds_need_lc='no'
9454 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9455 hardcode_libdir_separator=:
9456 inherit_rpath=yes
9457 link_all_deplibs=yes
9458 ;;
9459
9460 netbsd*)
9461 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9462 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9463 else
9464 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9465 fi
9466 hardcode_libdir_flag_spec='-R$libdir'
9467 hardcode_direct=yes
9468 hardcode_shlibpath_var=no
9469 ;;
9470
9471 newsos6)
9472 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9473 hardcode_direct=yes
9474 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9475 hardcode_libdir_separator=:
9476 hardcode_shlibpath_var=no
9477 ;;
9478
9479 *nto* | *qnx*)
9480 ;;
9481
9482 openbsd*)
9483 if test -f /usr/libexec/ld.so; then
9484 hardcode_direct=yes
9485 hardcode_shlibpath_var=no
9486 hardcode_direct_absolute=yes
9487 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9488 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9489 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9490 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9491 export_dynamic_flag_spec='${wl}-E'
9492 else
9493 case $host_os in
9494 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9495 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9496 hardcode_libdir_flag_spec='-R$libdir'
9497 ;;
9498 *)
9499 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9500 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9501 ;;
9502 esac
9503 fi
9504 else
9505 ld_shlibs=no
9506 fi
9507 ;;
9508
9509 os2*)
9510 hardcode_libdir_flag_spec='-L$libdir'
9511 hardcode_minus_L=yes
9512 allow_undefined_flag=unsupported
9513 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'
9514 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9515 ;;
9516
9517 osf3*)
9518 if test "$GCC" = yes; then
9519 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9520 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'
9521 else
9522 allow_undefined_flag=' -expect_unresolved \*'
9523 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'
9524 fi
9525 archive_cmds_need_lc='no'
9526 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9527 hardcode_libdir_separator=:
9528 ;;
9529
9530 osf4* | osf5*) # as osf3* with the addition of -msym flag
9531 if test "$GCC" = yes; then
9532 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9533 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'
9534 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9535 else
9536 allow_undefined_flag=' -expect_unresolved \*'
9537 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'
9538 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~
9539 $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'
9540
9541 # Both c and cxx compiler support -rpath directly
9542 hardcode_libdir_flag_spec='-rpath $libdir'
9543 fi
9544 archive_cmds_need_lc='no'
9545 hardcode_libdir_separator=:
9546 ;;
9547
9548 solaris*)
9549 no_undefined_flag=' -z defs'
9550 if test "$GCC" = yes; then
9551 wlarc='${wl}'
9552 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9553 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9554 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9555 else
9556 case `$CC -V 2>&1` in
9557 *"Compilers 5.0"*)
9558 wlarc=''
9559 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9560 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9561 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9562 ;;
9563 *)
9564 wlarc='${wl}'
9565 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9566 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9567 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9568 ;;
9569 esac
9570 fi
9571 hardcode_libdir_flag_spec='-R$libdir'
9572 hardcode_shlibpath_var=no
9573 case $host_os in
9574 solaris2.[0-5] | solaris2.[0-5].*) ;;
9575 *)
9576 # The compiler driver will combine and reorder linker options,
9577 # but understands `-z linker_flag'. GCC discards it without `$wl',
9578 # but is careful enough not to reorder.
9579 # Supported since Solaris 2.6 (maybe 2.5.1?)
9580 if test "$GCC" = yes; then
9581 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9582 else
9583 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9584 fi
9585 ;;
9586 esac
9587 link_all_deplibs=yes
9588 ;;
9589
9590 sunos4*)
9591 if test "x$host_vendor" = xsequent; then
9592 # Use $CC to link under sequent, because it throws in some extra .o
9593 # files that make .init and .fini sections work.
9594 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9595 else
9596 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9597 fi
9598 hardcode_libdir_flag_spec='-L$libdir'
9599 hardcode_direct=yes
9600 hardcode_minus_L=yes
9601 hardcode_shlibpath_var=no
9602 ;;
9603
9604 sysv4)
9605 case $host_vendor in
9606 sni)
9607 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9608 hardcode_direct=yes # is this really true???
9609 ;;
9610 siemens)
9611 ## LD is ld it makes a PLAMLIB
9612 ## CC just makes a GrossModule.
9613 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9614 reload_cmds='$CC -r -o $output$reload_objs'
9615 hardcode_direct=no
9616 ;;
9617 motorola)
9618 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9619 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9620 ;;
9621 esac
9622 runpath_var='LD_RUN_PATH'
9623 hardcode_shlibpath_var=no
9624 ;;
9625
9626 sysv4.3*)
9627 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9628 hardcode_shlibpath_var=no
9629 export_dynamic_flag_spec='-Bexport'
9630 ;;
9631
9632 sysv4*MP*)
9633 if test -d /usr/nec; then
9634 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9635 hardcode_shlibpath_var=no
9636 runpath_var=LD_RUN_PATH
9637 hardcode_runpath_var=yes
9638 ld_shlibs=yes
9639 fi
9640 ;;
9641
9642 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9643 no_undefined_flag='${wl}-z,text'
9644 archive_cmds_need_lc=no
9645 hardcode_shlibpath_var=no
9646 runpath_var='LD_RUN_PATH'
9647
9648 if test "$GCC" = yes; then
9649 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9650 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9651 else
9652 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9653 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9654 fi
9655 ;;
9656
9657 sysv5* | sco3.2v5* | sco5v6*)
9658 # Note: We can NOT use -z defs as we might desire, because we do not
9659 # link with -lc, and that would cause any symbols used from libc to
9660 # always be unresolved, which means just about no library would
9661 # ever link correctly. If we're not using GNU ld we use -z text
9662 # though, which does catch some bad symbols but isn't as heavy-handed
9663 # as -z defs.
9664 no_undefined_flag='${wl}-z,text'
9665 allow_undefined_flag='${wl}-z,nodefs'
9666 archive_cmds_need_lc=no
9667 hardcode_shlibpath_var=no
9668 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9669 hardcode_libdir_separator=':'
9670 link_all_deplibs=yes
9671 export_dynamic_flag_spec='${wl}-Bexport'
9672 runpath_var='LD_RUN_PATH'
9673
9674 if test "$GCC" = yes; then
9675 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9676 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9677 else
9678 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9679 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9680 fi
9681 ;;
9682
9683 uts4*)
9684 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9685 hardcode_libdir_flag_spec='-L$libdir'
9686 hardcode_shlibpath_var=no
9687 ;;
9688
9689 *)
9690 ld_shlibs=no
9691 ;;
9692 esac
9693
9694 if test x$host_vendor = xsni; then
9695 case $host in
9696 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9697 export_dynamic_flag_spec='${wl}-Blargedynsym'
9698 ;;
9699 esac
9700 fi
9701 fi
9702
9703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9704 $as_echo "$ld_shlibs" >&6; }
9705 test "$ld_shlibs" = no && can_build_shared=no
9706
9707 with_gnu_ld=$with_gnu_ld
9708
9709
9710
9711
9712
9713
9714
9715
9716
9717
9718
9719
9720
9721
9722
9723 #
9724 # Do we need to explicitly link libc?
9725 #
9726 case "x$archive_cmds_need_lc" in
9727 x|xyes)
9728 # Assume -lc should be added
9729 archive_cmds_need_lc=yes
9730
9731 if test "$enable_shared" = yes && test "$GCC" = yes; then
9732 case $archive_cmds in
9733 *'~'*)
9734 # FIXME: we may have to deal with multi-command sequences.
9735 ;;
9736 '$CC '*)
9737 # Test whether the compiler implicitly links with -lc since on some
9738 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9739 # to ld, don't add -lc before -lgcc.
9740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9741 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9742 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9743 $as_echo_n "(cached) " >&6
9744 else
9745 $RM conftest*
9746 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9747
9748 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9749 (eval $ac_compile) 2>&5
9750 ac_status=$?
9751 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9752 test $ac_status = 0; } 2>conftest.err; then
9753 soname=conftest
9754 lib=conftest
9755 libobjs=conftest.$ac_objext
9756 deplibs=
9757 wl=$lt_prog_compiler_wl
9758 pic_flag=$lt_prog_compiler_pic
9759 compiler_flags=-v
9760 linker_flags=-v
9761 verstring=
9762 output_objdir=.
9763 libname=conftest
9764 lt_save_allow_undefined_flag=$allow_undefined_flag
9765 allow_undefined_flag=
9766 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9767 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9768 ac_status=$?
9769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9770 test $ac_status = 0; }
9771 then
9772 lt_cv_archive_cmds_need_lc=no
9773 else
9774 lt_cv_archive_cmds_need_lc=yes
9775 fi
9776 allow_undefined_flag=$lt_save_allow_undefined_flag
9777 else
9778 cat conftest.err 1>&5
9779 fi
9780 $RM conftest*
9781
9782 fi
9783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9784 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9785 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9786 ;;
9787 esac
9788 fi
9789 ;;
9790 esac
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
9923
9924
9925
9926
9927
9928
9929
9930
9931
9932
9933
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9949 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9950
9951 if test "$GCC" = yes; then
9952 case $host_os in
9953 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9954 *) lt_awk_arg="/^libraries:/" ;;
9955 esac
9956 case $host_os in
9957 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9958 *) lt_sed_strip_eq="s,=/,/,g" ;;
9959 esac
9960 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9961 case $lt_search_path_spec in
9962 *\;*)
9963 # if the path contains ";" then we assume it to be the separator
9964 # otherwise default to the standard path separator (i.e. ":") - it is
9965 # assumed that no part of a normal pathname contains ";" but that should
9966 # okay in the real world where ";" in dirpaths is itself problematic.
9967 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9968 ;;
9969 *)
9970 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9971 ;;
9972 esac
9973 # Ok, now we have the path, separated by spaces, we can step through it
9974 # and add multilib dir if necessary.
9975 lt_tmp_lt_search_path_spec=
9976 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9977 for lt_sys_path in $lt_search_path_spec; do
9978 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9979 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9980 else
9981 test -d "$lt_sys_path" && \
9982 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9983 fi
9984 done
9985 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9986 BEGIN {RS=" "; FS="/|\n";} {
9987 lt_foo="";
9988 lt_count=0;
9989 for (lt_i = NF; lt_i > 0; lt_i--) {
9990 if ($lt_i != "" && $lt_i != ".") {
9991 if ($lt_i == "..") {
9992 lt_count++;
9993 } else {
9994 if (lt_count == 0) {
9995 lt_foo="/" $lt_i lt_foo;
9996 } else {
9997 lt_count--;
9998 }
9999 }
10000 }
10001 }
10002 if (lt_foo != "") { lt_freq[lt_foo]++; }
10003 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10004 }'`
10005 # AWK program above erroneously prepends '/' to C:/dos/paths
10006 # for these hosts.
10007 case $host_os in
10008 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10009 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10010 esac
10011 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10012 else
10013 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10014 fi
10015 library_names_spec=
10016 libname_spec='lib$name'
10017 soname_spec=
10018 shrext_cmds=".so"
10019 postinstall_cmds=
10020 postuninstall_cmds=
10021 finish_cmds=
10022 finish_eval=
10023 shlibpath_var=
10024 shlibpath_overrides_runpath=unknown
10025 version_type=none
10026 dynamic_linker="$host_os ld.so"
10027 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10028 need_lib_prefix=unknown
10029 hardcode_into_libs=no
10030
10031 # when you set need_version to no, make sure it does not cause -set_version
10032 # flags to be left without arguments
10033 need_version=unknown
10034
10035 case $host_os in
10036 aix3*)
10037 version_type=linux
10038 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10039 shlibpath_var=LIBPATH
10040
10041 # AIX 3 has no versioning support, so we append a major version to the name.
10042 soname_spec='${libname}${release}${shared_ext}$major'
10043 ;;
10044
10045 aix[4-9]*)
10046 version_type=linux
10047 need_lib_prefix=no
10048 need_version=no
10049 hardcode_into_libs=yes
10050 if test "$host_cpu" = ia64; then
10051 # AIX 5 supports IA64
10052 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10053 shlibpath_var=LD_LIBRARY_PATH
10054 else
10055 # With GCC up to 2.95.x, collect2 would create an import file
10056 # for dependence libraries. The import file would start with
10057 # the line `#! .'. This would cause the generated library to
10058 # depend on `.', always an invalid library. This was fixed in
10059 # development snapshots of GCC prior to 3.0.
10060 case $host_os in
10061 aix4 | aix4.[01] | aix4.[01].*)
10062 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10063 echo ' yes '
10064 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10065 :
10066 else
10067 can_build_shared=no
10068 fi
10069 ;;
10070 esac
10071 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10072 # soname into executable. Probably we can add versioning support to
10073 # collect2, so additional links can be useful in future.
10074 if test "$aix_use_runtimelinking" = yes; then
10075 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10076 # instead of lib<name>.a to let people know that these are not
10077 # typical AIX shared libraries.
10078 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10079 else
10080 # We preserve .a as extension for shared libraries through AIX4.2
10081 # and later when we are not doing run time linking.
10082 library_names_spec='${libname}${release}.a $libname.a'
10083 soname_spec='${libname}${release}${shared_ext}$major'
10084 fi
10085 shlibpath_var=LIBPATH
10086 fi
10087 ;;
10088
10089 amigaos*)
10090 case $host_cpu in
10091 powerpc)
10092 # Since July 2007 AmigaOS4 officially supports .so libraries.
10093 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10094 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10095 ;;
10096 m68k)
10097 library_names_spec='$libname.ixlibrary $libname.a'
10098 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10099 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'
10100 ;;
10101 esac
10102 ;;
10103
10104 beos*)
10105 library_names_spec='${libname}${shared_ext}'
10106 dynamic_linker="$host_os ld.so"
10107 shlibpath_var=LIBRARY_PATH
10108 ;;
10109
10110 bsdi[45]*)
10111 version_type=linux
10112 need_version=no
10113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10114 soname_spec='${libname}${release}${shared_ext}$major'
10115 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10116 shlibpath_var=LD_LIBRARY_PATH
10117 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10118 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10119 # the default ld.so.conf also contains /usr/contrib/lib and
10120 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10121 # libtool to hard-code these into programs
10122 ;;
10123
10124 cygwin* | mingw* | pw32* | cegcc*)
10125 version_type=windows
10126 shrext_cmds=".dll"
10127 need_version=no
10128 need_lib_prefix=no
10129
10130 case $GCC,$host_os in
10131 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10132 library_names_spec='$libname.dll.a'
10133 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10134 postinstall_cmds='base_file=`basename \${file}`~
10135 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10136 dldir=$destdir/`dirname \$dlpath`~
10137 test -d \$dldir || mkdir -p \$dldir~
10138 $install_prog $dir/$dlname \$dldir/$dlname~
10139 chmod a+x \$dldir/$dlname~
10140 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10141 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10142 fi'
10143 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10144 dlpath=$dir/\$dldll~
10145 $RM \$dlpath'
10146 shlibpath_overrides_runpath=yes
10147
10148 case $host_os in
10149 cygwin*)
10150 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10151 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10152
10153 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10154 ;;
10155 mingw* | cegcc*)
10156 # MinGW DLLs use traditional 'lib' prefix
10157 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10158 ;;
10159 pw32*)
10160 # pw32 DLLs use 'pw' prefix rather than 'lib'
10161 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10162 ;;
10163 esac
10164 ;;
10165
10166 *)
10167 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10168 ;;
10169 esac
10170 dynamic_linker='Win32 ld.exe'
10171 # FIXME: first we should search . and the directory the executable is in
10172 shlibpath_var=PATH
10173 ;;
10174
10175 darwin* | rhapsody*)
10176 dynamic_linker="$host_os dyld"
10177 version_type=darwin
10178 need_lib_prefix=no
10179 need_version=no
10180 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10181 soname_spec='${libname}${release}${major}$shared_ext'
10182 shlibpath_overrides_runpath=yes
10183 shlibpath_var=DYLD_LIBRARY_PATH
10184 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10185
10186 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10187 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10188 ;;
10189
10190 dgux*)
10191 version_type=linux
10192 need_lib_prefix=no
10193 need_version=no
10194 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10195 soname_spec='${libname}${release}${shared_ext}$major'
10196 shlibpath_var=LD_LIBRARY_PATH
10197 ;;
10198
10199 freebsd* | dragonfly*)
10200 # DragonFly does not have aout. When/if they implement a new
10201 # versioning mechanism, adjust this.
10202 if test -x /usr/bin/objformat; then
10203 objformat=`/usr/bin/objformat`
10204 else
10205 case $host_os in
10206 freebsd[23].*) objformat=aout ;;
10207 *) objformat=elf ;;
10208 esac
10209 fi
10210 version_type=freebsd-$objformat
10211 case $version_type in
10212 freebsd-elf*)
10213 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10214 need_version=no
10215 need_lib_prefix=no
10216 ;;
10217 freebsd-*)
10218 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10219 need_version=yes
10220 ;;
10221 esac
10222 shlibpath_var=LD_LIBRARY_PATH
10223 case $host_os in
10224 freebsd2.*)
10225 shlibpath_overrides_runpath=yes
10226 ;;
10227 freebsd3.[01]* | freebsdelf3.[01]*)
10228 shlibpath_overrides_runpath=yes
10229 hardcode_into_libs=yes
10230 ;;
10231 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10232 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10233 shlibpath_overrides_runpath=no
10234 hardcode_into_libs=yes
10235 ;;
10236 *) # from 4.6 on, and DragonFly
10237 shlibpath_overrides_runpath=yes
10238 hardcode_into_libs=yes
10239 ;;
10240 esac
10241 ;;
10242
10243 haiku*)
10244 version_type=linux
10245 need_lib_prefix=no
10246 need_version=no
10247 dynamic_linker="$host_os runtime_loader"
10248 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10249 soname_spec='${libname}${release}${shared_ext}$major'
10250 shlibpath_var=LIBRARY_PATH
10251 shlibpath_overrides_runpath=yes
10252 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10253 hardcode_into_libs=yes
10254 ;;
10255
10256 hpux9* | hpux10* | hpux11*)
10257 # Give a soname corresponding to the major version so that dld.sl refuses to
10258 # link against other versions.
10259 version_type=sunos
10260 need_lib_prefix=no
10261 need_version=no
10262 case $host_cpu in
10263 ia64*)
10264 shrext_cmds='.so'
10265 hardcode_into_libs=yes
10266 dynamic_linker="$host_os dld.so"
10267 shlibpath_var=LD_LIBRARY_PATH
10268 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10269 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10270 soname_spec='${libname}${release}${shared_ext}$major'
10271 if test "X$HPUX_IA64_MODE" = X32; then
10272 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10273 else
10274 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10275 fi
10276 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10277 ;;
10278 hppa*64*)
10279 shrext_cmds='.sl'
10280 hardcode_into_libs=yes
10281 dynamic_linker="$host_os dld.sl"
10282 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10283 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10284 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10285 soname_spec='${libname}${release}${shared_ext}$major'
10286 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10287 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10288 ;;
10289 *)
10290 shrext_cmds='.sl'
10291 dynamic_linker="$host_os dld.sl"
10292 shlibpath_var=SHLIB_PATH
10293 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10294 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10295 soname_spec='${libname}${release}${shared_ext}$major'
10296 ;;
10297 esac
10298 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10299 postinstall_cmds='chmod 555 $lib'
10300 # or fails outright, so override atomically:
10301 install_override_mode=555
10302 ;;
10303
10304 interix[3-9]*)
10305 version_type=linux
10306 need_lib_prefix=no
10307 need_version=no
10308 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10309 soname_spec='${libname}${release}${shared_ext}$major'
10310 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10311 shlibpath_var=LD_LIBRARY_PATH
10312 shlibpath_overrides_runpath=no
10313 hardcode_into_libs=yes
10314 ;;
10315
10316 irix5* | irix6* | nonstopux*)
10317 case $host_os in
10318 nonstopux*) version_type=nonstopux ;;
10319 *)
10320 if test "$lt_cv_prog_gnu_ld" = yes; then
10321 version_type=linux
10322 else
10323 version_type=irix
10324 fi ;;
10325 esac
10326 need_lib_prefix=no
10327 need_version=no
10328 soname_spec='${libname}${release}${shared_ext}$major'
10329 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10330 case $host_os in
10331 irix5* | nonstopux*)
10332 libsuff= shlibsuff=
10333 ;;
10334 *)
10335 case $LD in # libtool.m4 will add one of these switches to LD
10336 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10337 libsuff= shlibsuff= libmagic=32-bit;;
10338 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10339 libsuff=32 shlibsuff=N32 libmagic=N32;;
10340 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10341 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10342 *) libsuff= shlibsuff= libmagic=never-match;;
10343 esac
10344 ;;
10345 esac
10346 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10347 shlibpath_overrides_runpath=no
10348 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10349 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10350 hardcode_into_libs=yes
10351 ;;
10352
10353 # No shared lib support for Linux oldld, aout, or coff.
10354 linux*oldld* | linux*aout* | linux*coff*)
10355 dynamic_linker=no
10356 ;;
10357
10358 # This must be Linux ELF.
10359 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10360 version_type=linux
10361 need_lib_prefix=no
10362 need_version=no
10363 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10364 soname_spec='${libname}${release}${shared_ext}$major'
10365 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10366 shlibpath_var=LD_LIBRARY_PATH
10367 shlibpath_overrides_runpath=no
10368
10369 # Some binutils ld are patched to set DT_RUNPATH
10370 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10371 $as_echo_n "(cached) " >&6
10372 else
10373 lt_cv_shlibpath_overrides_runpath=no
10374 save_LDFLAGS=$LDFLAGS
10375 save_libdir=$libdir
10376 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10377 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10379 /* end confdefs.h. */
10380
10381 int
10382 main ()
10383 {
10384
10385 ;
10386 return 0;
10387 }
10388 _ACEOF
10389 if ac_fn_c_try_link "$LINENO"; then :
10390 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10391 lt_cv_shlibpath_overrides_runpath=yes
10392 fi
10393 fi
10394 rm -f core conftest.err conftest.$ac_objext \
10395 conftest$ac_exeext conftest.$ac_ext
10396 LDFLAGS=$save_LDFLAGS
10397 libdir=$save_libdir
10398
10399 fi
10400
10401 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10402
10403 # This implies no fast_install, which is unacceptable.
10404 # Some rework will be needed to allow for fast_install
10405 # before this can be enabled.
10406 hardcode_into_libs=yes
10407
10408 # Append ld.so.conf contents to the search path
10409 if test -f /etc/ld.so.conf; then
10410 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' ' '`
10411 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10412 fi
10413
10414 # We used to test for /lib/ld.so.1 and disable shared libraries on
10415 # powerpc, because MkLinux only supported shared libraries with the
10416 # GNU dynamic linker. Since this was broken with cross compilers,
10417 # most powerpc-linux boxes support dynamic linking these days and
10418 # people can always --disable-shared, the test was removed, and we
10419 # assume the GNU/Linux dynamic linker is in use.
10420 dynamic_linker='GNU/Linux ld.so'
10421 ;;
10422
10423 netbsd*)
10424 version_type=sunos
10425 need_lib_prefix=no
10426 need_version=no
10427 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10428 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10429 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10430 dynamic_linker='NetBSD (a.out) ld.so'
10431 else
10432 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10433 soname_spec='${libname}${release}${shared_ext}$major'
10434 dynamic_linker='NetBSD ld.elf_so'
10435 fi
10436 shlibpath_var=LD_LIBRARY_PATH
10437 shlibpath_overrides_runpath=yes
10438 hardcode_into_libs=yes
10439 ;;
10440
10441 newsos6)
10442 version_type=linux
10443 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10444 shlibpath_var=LD_LIBRARY_PATH
10445 shlibpath_overrides_runpath=yes
10446 ;;
10447
10448 *nto* | *qnx*)
10449 version_type=qnx
10450 need_lib_prefix=no
10451 need_version=no
10452 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10453 soname_spec='${libname}${release}${shared_ext}$major'
10454 shlibpath_var=LD_LIBRARY_PATH
10455 shlibpath_overrides_runpath=no
10456 hardcode_into_libs=yes
10457 dynamic_linker='ldqnx.so'
10458 ;;
10459
10460 openbsd*)
10461 version_type=sunos
10462 sys_lib_dlsearch_path_spec="/usr/lib"
10463 need_lib_prefix=no
10464 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10465 case $host_os in
10466 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10467 *) need_version=no ;;
10468 esac
10469 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10470 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10471 shlibpath_var=LD_LIBRARY_PATH
10472 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10473 case $host_os in
10474 openbsd2.[89] | openbsd2.[89].*)
10475 shlibpath_overrides_runpath=no
10476 ;;
10477 *)
10478 shlibpath_overrides_runpath=yes
10479 ;;
10480 esac
10481 else
10482 shlibpath_overrides_runpath=yes
10483 fi
10484 ;;
10485
10486 os2*)
10487 libname_spec='$name'
10488 shrext_cmds=".dll"
10489 need_lib_prefix=no
10490 library_names_spec='$libname${shared_ext} $libname.a'
10491 dynamic_linker='OS/2 ld.exe'
10492 shlibpath_var=LIBPATH
10493 ;;
10494
10495 osf3* | osf4* | osf5*)
10496 version_type=osf
10497 need_lib_prefix=no
10498 need_version=no
10499 soname_spec='${libname}${release}${shared_ext}$major'
10500 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10501 shlibpath_var=LD_LIBRARY_PATH
10502 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10503 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10504 ;;
10505
10506 rdos*)
10507 dynamic_linker=no
10508 ;;
10509
10510 solaris*)
10511 version_type=linux
10512 need_lib_prefix=no
10513 need_version=no
10514 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10515 soname_spec='${libname}${release}${shared_ext}$major'
10516 shlibpath_var=LD_LIBRARY_PATH
10517 shlibpath_overrides_runpath=yes
10518 hardcode_into_libs=yes
10519 # ldd complains unless libraries are executable
10520 postinstall_cmds='chmod +x $lib'
10521 ;;
10522
10523 sunos4*)
10524 version_type=sunos
10525 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10526 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10527 shlibpath_var=LD_LIBRARY_PATH
10528 shlibpath_overrides_runpath=yes
10529 if test "$with_gnu_ld" = yes; then
10530 need_lib_prefix=no
10531 fi
10532 need_version=yes
10533 ;;
10534
10535 sysv4 | sysv4.3*)
10536 version_type=linux
10537 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10538 soname_spec='${libname}${release}${shared_ext}$major'
10539 shlibpath_var=LD_LIBRARY_PATH
10540 case $host_vendor in
10541 sni)
10542 shlibpath_overrides_runpath=no
10543 need_lib_prefix=no
10544 runpath_var=LD_RUN_PATH
10545 ;;
10546 siemens)
10547 need_lib_prefix=no
10548 ;;
10549 motorola)
10550 need_lib_prefix=no
10551 need_version=no
10552 shlibpath_overrides_runpath=no
10553 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10554 ;;
10555 esac
10556 ;;
10557
10558 sysv4*MP*)
10559 if test -d /usr/nec ;then
10560 version_type=linux
10561 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10562 soname_spec='$libname${shared_ext}.$major'
10563 shlibpath_var=LD_LIBRARY_PATH
10564 fi
10565 ;;
10566
10567 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10568 version_type=freebsd-elf
10569 need_lib_prefix=no
10570 need_version=no
10571 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10572 soname_spec='${libname}${release}${shared_ext}$major'
10573 shlibpath_var=LD_LIBRARY_PATH
10574 shlibpath_overrides_runpath=yes
10575 hardcode_into_libs=yes
10576 if test "$with_gnu_ld" = yes; then
10577 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10578 else
10579 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10580 case $host_os in
10581 sco3.2v5*)
10582 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10583 ;;
10584 esac
10585 fi
10586 sys_lib_dlsearch_path_spec='/usr/lib'
10587 ;;
10588
10589 tpf*)
10590 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10591 version_type=linux
10592 need_lib_prefix=no
10593 need_version=no
10594 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10595 shlibpath_var=LD_LIBRARY_PATH
10596 shlibpath_overrides_runpath=no
10597 hardcode_into_libs=yes
10598 ;;
10599
10600 uts4*)
10601 version_type=linux
10602 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10603 soname_spec='${libname}${release}${shared_ext}$major'
10604 shlibpath_var=LD_LIBRARY_PATH
10605 ;;
10606
10607 *)
10608 dynamic_linker=no
10609 ;;
10610 esac
10611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10612 $as_echo "$dynamic_linker" >&6; }
10613 test "$dynamic_linker" = no && can_build_shared=no
10614
10615 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10616 if test "$GCC" = yes; then
10617 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10618 fi
10619
10620 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10621 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10622 fi
10623 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10624 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10625 fi
10626
10627
10628
10629
10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
10644
10645
10646
10647
10648
10649
10650
10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
10662
10663
10664
10665
10666
10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
10678
10679
10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
10693
10694
10695
10696
10697
10698
10699
10700
10701
10702
10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10719 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10720 hardcode_action=
10721 if test -n "$hardcode_libdir_flag_spec" ||
10722 test -n "$runpath_var" ||
10723 test "X$hardcode_automatic" = "Xyes" ; then
10724
10725 # We can hardcode non-existent directories.
10726 if test "$hardcode_direct" != no &&
10727 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10728 # have to relink, otherwise we might link with an installed library
10729 # when we should be linking with a yet-to-be-installed one
10730 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10731 test "$hardcode_minus_L" != no; then
10732 # Linking always hardcodes the temporary library directory.
10733 hardcode_action=relink
10734 else
10735 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10736 hardcode_action=immediate
10737 fi
10738 else
10739 # We cannot hardcode anything, or else we can only hardcode existing
10740 # directories.
10741 hardcode_action=unsupported
10742 fi
10743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10744 $as_echo "$hardcode_action" >&6; }
10745
10746 if test "$hardcode_action" = relink ||
10747 test "$inherit_rpath" = yes; then
10748 # Fast installation is not supported
10749 enable_fast_install=no
10750 elif test "$shlibpath_overrides_runpath" = yes ||
10751 test "$enable_shared" = no; then
10752 # Fast installation is not necessary
10753 enable_fast_install=needless
10754 fi
10755
10756
10757
10758
10759
10760
10761 if test "x$enable_dlopen" != xyes; then
10762 enable_dlopen=unknown
10763 enable_dlopen_self=unknown
10764 enable_dlopen_self_static=unknown
10765 else
10766 lt_cv_dlopen=no
10767 lt_cv_dlopen_libs=
10768
10769 case $host_os in
10770 beos*)
10771 lt_cv_dlopen="load_add_on"
10772 lt_cv_dlopen_libs=
10773 lt_cv_dlopen_self=yes
10774 ;;
10775
10776 mingw* | pw32* | cegcc*)
10777 lt_cv_dlopen="LoadLibrary"
10778 lt_cv_dlopen_libs=
10779 ;;
10780
10781 cygwin*)
10782 lt_cv_dlopen="dlopen"
10783 lt_cv_dlopen_libs=
10784 ;;
10785
10786 darwin*)
10787 # if libdl is installed we need to link against it
10788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10789 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10790 if ${ac_cv_lib_dl_dlopen+:} false; then :
10791 $as_echo_n "(cached) " >&6
10792 else
10793 ac_check_lib_save_LIBS=$LIBS
10794 LIBS="-ldl $LIBS"
10795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10796 /* end confdefs.h. */
10797
10798 /* Override any GCC internal prototype to avoid an error.
10799 Use char because int might match the return type of a GCC
10800 builtin and then its argument prototype would still apply. */
10801 #ifdef __cplusplus
10802 extern "C"
10803 #endif
10804 char dlopen ();
10805 int
10806 main ()
10807 {
10808 return dlopen ();
10809 ;
10810 return 0;
10811 }
10812 _ACEOF
10813 if ac_fn_c_try_link "$LINENO"; then :
10814 ac_cv_lib_dl_dlopen=yes
10815 else
10816 ac_cv_lib_dl_dlopen=no
10817 fi
10818 rm -f core conftest.err conftest.$ac_objext \
10819 conftest$ac_exeext conftest.$ac_ext
10820 LIBS=$ac_check_lib_save_LIBS
10821 fi
10822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10823 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10824 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10825 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10826 else
10827
10828 lt_cv_dlopen="dyld"
10829 lt_cv_dlopen_libs=
10830 lt_cv_dlopen_self=yes
10831
10832 fi
10833
10834 ;;
10835
10836 *)
10837 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10838 if test "x$ac_cv_func_shl_load" = xyes; then :
10839 lt_cv_dlopen="shl_load"
10840 else
10841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10842 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10843 if ${ac_cv_lib_dld_shl_load+:} false; then :
10844 $as_echo_n "(cached) " >&6
10845 else
10846 ac_check_lib_save_LIBS=$LIBS
10847 LIBS="-ldld $LIBS"
10848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10849 /* end confdefs.h. */
10850
10851 /* Override any GCC internal prototype to avoid an error.
10852 Use char because int might match the return type of a GCC
10853 builtin and then its argument prototype would still apply. */
10854 #ifdef __cplusplus
10855 extern "C"
10856 #endif
10857 char shl_load ();
10858 int
10859 main ()
10860 {
10861 return shl_load ();
10862 ;
10863 return 0;
10864 }
10865 _ACEOF
10866 if ac_fn_c_try_link "$LINENO"; then :
10867 ac_cv_lib_dld_shl_load=yes
10868 else
10869 ac_cv_lib_dld_shl_load=no
10870 fi
10871 rm -f core conftest.err conftest.$ac_objext \
10872 conftest$ac_exeext conftest.$ac_ext
10873 LIBS=$ac_check_lib_save_LIBS
10874 fi
10875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10876 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10877 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10878 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10879 else
10880 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10881 if test "x$ac_cv_func_dlopen" = xyes; then :
10882 lt_cv_dlopen="dlopen"
10883 else
10884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10885 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10886 if ${ac_cv_lib_dl_dlopen+:} false; then :
10887 $as_echo_n "(cached) " >&6
10888 else
10889 ac_check_lib_save_LIBS=$LIBS
10890 LIBS="-ldl $LIBS"
10891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10892 /* end confdefs.h. */
10893
10894 /* Override any GCC internal prototype to avoid an error.
10895 Use char because int might match the return type of a GCC
10896 builtin and then its argument prototype would still apply. */
10897 #ifdef __cplusplus
10898 extern "C"
10899 #endif
10900 char dlopen ();
10901 int
10902 main ()
10903 {
10904 return dlopen ();
10905 ;
10906 return 0;
10907 }
10908 _ACEOF
10909 if ac_fn_c_try_link "$LINENO"; then :
10910 ac_cv_lib_dl_dlopen=yes
10911 else
10912 ac_cv_lib_dl_dlopen=no
10913 fi
10914 rm -f core conftest.err conftest.$ac_objext \
10915 conftest$ac_exeext conftest.$ac_ext
10916 LIBS=$ac_check_lib_save_LIBS
10917 fi
10918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10919 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10920 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10921 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10922 else
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10924 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10925 if ${ac_cv_lib_svld_dlopen+:} false; then :
10926 $as_echo_n "(cached) " >&6
10927 else
10928 ac_check_lib_save_LIBS=$LIBS
10929 LIBS="-lsvld $LIBS"
10930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10931 /* end confdefs.h. */
10932
10933 /* Override any GCC internal prototype to avoid an error.
10934 Use char because int might match the return type of a GCC
10935 builtin and then its argument prototype would still apply. */
10936 #ifdef __cplusplus
10937 extern "C"
10938 #endif
10939 char dlopen ();
10940 int
10941 main ()
10942 {
10943 return dlopen ();
10944 ;
10945 return 0;
10946 }
10947 _ACEOF
10948 if ac_fn_c_try_link "$LINENO"; then :
10949 ac_cv_lib_svld_dlopen=yes
10950 else
10951 ac_cv_lib_svld_dlopen=no
10952 fi
10953 rm -f core conftest.err conftest.$ac_objext \
10954 conftest$ac_exeext conftest.$ac_ext
10955 LIBS=$ac_check_lib_save_LIBS
10956 fi
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10958 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10959 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10960 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10961 else
10962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10963 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10964 if ${ac_cv_lib_dld_dld_link+:} false; then :
10965 $as_echo_n "(cached) " >&6
10966 else
10967 ac_check_lib_save_LIBS=$LIBS
10968 LIBS="-ldld $LIBS"
10969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10970 /* end confdefs.h. */
10971
10972 /* Override any GCC internal prototype to avoid an error.
10973 Use char because int might match the return type of a GCC
10974 builtin and then its argument prototype would still apply. */
10975 #ifdef __cplusplus
10976 extern "C"
10977 #endif
10978 char dld_link ();
10979 int
10980 main ()
10981 {
10982 return dld_link ();
10983 ;
10984 return 0;
10985 }
10986 _ACEOF
10987 if ac_fn_c_try_link "$LINENO"; then :
10988 ac_cv_lib_dld_dld_link=yes
10989 else
10990 ac_cv_lib_dld_dld_link=no
10991 fi
10992 rm -f core conftest.err conftest.$ac_objext \
10993 conftest$ac_exeext conftest.$ac_ext
10994 LIBS=$ac_check_lib_save_LIBS
10995 fi
10996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10997 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10998 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10999 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11000 fi
11001
11002
11003 fi
11004
11005
11006 fi
11007
11008
11009 fi
11010
11011
11012 fi
11013
11014
11015 fi
11016
11017 ;;
11018 esac
11019
11020 if test "x$lt_cv_dlopen" != xno; then
11021 enable_dlopen=yes
11022 else
11023 enable_dlopen=no
11024 fi
11025
11026 case $lt_cv_dlopen in
11027 dlopen)
11028 save_CPPFLAGS="$CPPFLAGS"
11029 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11030
11031 save_LDFLAGS="$LDFLAGS"
11032 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11033
11034 save_LIBS="$LIBS"
11035 LIBS="$lt_cv_dlopen_libs $LIBS"
11036
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11038 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11039 if ${lt_cv_dlopen_self+:} false; then :
11040 $as_echo_n "(cached) " >&6
11041 else
11042 if test "$cross_compiling" = yes; then :
11043 lt_cv_dlopen_self=cross
11044 else
11045 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11046 lt_status=$lt_dlunknown
11047 cat > conftest.$ac_ext <<_LT_EOF
11048 #line 11048 "configure"
11049 #include "confdefs.h"
11050
11051 #if HAVE_DLFCN_H
11052 #include <dlfcn.h>
11053 #endif
11054
11055 #include <stdio.h>
11056
11057 #ifdef RTLD_GLOBAL
11058 # define LT_DLGLOBAL RTLD_GLOBAL
11059 #else
11060 # ifdef DL_GLOBAL
11061 # define LT_DLGLOBAL DL_GLOBAL
11062 # else
11063 # define LT_DLGLOBAL 0
11064 # endif
11065 #endif
11066
11067 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11068 find out it does not work in some platform. */
11069 #ifndef LT_DLLAZY_OR_NOW
11070 # ifdef RTLD_LAZY
11071 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11072 # else
11073 # ifdef DL_LAZY
11074 # define LT_DLLAZY_OR_NOW DL_LAZY
11075 # else
11076 # ifdef RTLD_NOW
11077 # define LT_DLLAZY_OR_NOW RTLD_NOW
11078 # else
11079 # ifdef DL_NOW
11080 # define LT_DLLAZY_OR_NOW DL_NOW
11081 # else
11082 # define LT_DLLAZY_OR_NOW 0
11083 # endif
11084 # endif
11085 # endif
11086 # endif
11087 #endif
11088
11089 /* When -fvisbility=hidden is used, assume the code has been annotated
11090 correspondingly for the symbols needed. */
11091 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11092 void fnord () __attribute__((visibility("default")));
11093 #endif
11094
11095 void fnord () { int i=42; }
11096 int main ()
11097 {
11098 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11099 int status = $lt_dlunknown;
11100
11101 if (self)
11102 {
11103 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11104 else
11105 {
11106 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11107 else puts (dlerror ());
11108 }
11109 /* dlclose (self); */
11110 }
11111 else
11112 puts (dlerror ());
11113
11114 return status;
11115 }
11116 _LT_EOF
11117 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11118 (eval $ac_link) 2>&5
11119 ac_status=$?
11120 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11121 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11122 (./conftest; exit; ) >&5 2>/dev/null
11123 lt_status=$?
11124 case x$lt_status in
11125 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11126 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11127 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11128 esac
11129 else :
11130 # compilation failed
11131 lt_cv_dlopen_self=no
11132 fi
11133 fi
11134 rm -fr conftest*
11135
11136
11137 fi
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11139 $as_echo "$lt_cv_dlopen_self" >&6; }
11140
11141 if test "x$lt_cv_dlopen_self" = xyes; then
11142 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11144 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11145 if ${lt_cv_dlopen_self_static+:} false; then :
11146 $as_echo_n "(cached) " >&6
11147 else
11148 if test "$cross_compiling" = yes; then :
11149 lt_cv_dlopen_self_static=cross
11150 else
11151 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11152 lt_status=$lt_dlunknown
11153 cat > conftest.$ac_ext <<_LT_EOF
11154 #line 11154 "configure"
11155 #include "confdefs.h"
11156
11157 #if HAVE_DLFCN_H
11158 #include <dlfcn.h>
11159 #endif
11160
11161 #include <stdio.h>
11162
11163 #ifdef RTLD_GLOBAL
11164 # define LT_DLGLOBAL RTLD_GLOBAL
11165 #else
11166 # ifdef DL_GLOBAL
11167 # define LT_DLGLOBAL DL_GLOBAL
11168 # else
11169 # define LT_DLGLOBAL 0
11170 # endif
11171 #endif
11172
11173 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11174 find out it does not work in some platform. */
11175 #ifndef LT_DLLAZY_OR_NOW
11176 # ifdef RTLD_LAZY
11177 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11178 # else
11179 # ifdef DL_LAZY
11180 # define LT_DLLAZY_OR_NOW DL_LAZY
11181 # else
11182 # ifdef RTLD_NOW
11183 # define LT_DLLAZY_OR_NOW RTLD_NOW
11184 # else
11185 # ifdef DL_NOW
11186 # define LT_DLLAZY_OR_NOW DL_NOW
11187 # else
11188 # define LT_DLLAZY_OR_NOW 0
11189 # endif
11190 # endif
11191 # endif
11192 # endif
11193 #endif
11194
11195 /* When -fvisbility=hidden is used, assume the code has been annotated
11196 correspondingly for the symbols needed. */
11197 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11198 void fnord () __attribute__((visibility("default")));
11199 #endif
11200
11201 void fnord () { int i=42; }
11202 int main ()
11203 {
11204 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11205 int status = $lt_dlunknown;
11206
11207 if (self)
11208 {
11209 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11210 else
11211 {
11212 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11213 else puts (dlerror ());
11214 }
11215 /* dlclose (self); */
11216 }
11217 else
11218 puts (dlerror ());
11219
11220 return status;
11221 }
11222 _LT_EOF
11223 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11224 (eval $ac_link) 2>&5
11225 ac_status=$?
11226 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11227 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11228 (./conftest; exit; ) >&5 2>/dev/null
11229 lt_status=$?
11230 case x$lt_status in
11231 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11232 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11233 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11234 esac
11235 else :
11236 # compilation failed
11237 lt_cv_dlopen_self_static=no
11238 fi
11239 fi
11240 rm -fr conftest*
11241
11242
11243 fi
11244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11245 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11246 fi
11247
11248 CPPFLAGS="$save_CPPFLAGS"
11249 LDFLAGS="$save_LDFLAGS"
11250 LIBS="$save_LIBS"
11251 ;;
11252 esac
11253
11254 case $lt_cv_dlopen_self in
11255 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11256 *) enable_dlopen_self=unknown ;;
11257 esac
11258
11259 case $lt_cv_dlopen_self_static in
11260 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11261 *) enable_dlopen_self_static=unknown ;;
11262 esac
11263 fi
11264
11265
11266
11267
11268
11269
11270
11271
11272
11273
11274
11275
11276
11277
11278
11279
11280
11281 striplib=
11282 old_striplib=
11283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11284 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11285 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11286 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11287 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11289 $as_echo "yes" >&6; }
11290 else
11291 # FIXME - insert some real tests, host_os isn't really good enough
11292 case $host_os in
11293 darwin*)
11294 if test -n "$STRIP" ; then
11295 striplib="$STRIP -x"
11296 old_striplib="$STRIP -S"
11297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11298 $as_echo "yes" >&6; }
11299 else
11300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11301 $as_echo "no" >&6; }
11302 fi
11303 ;;
11304 *)
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11306 $as_echo "no" >&6; }
11307 ;;
11308 esac
11309 fi
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321
11322 # Report which library types will actually be built
11323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11324 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11326 $as_echo "$can_build_shared" >&6; }
11327
11328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11329 $as_echo_n "checking whether to build shared libraries... " >&6; }
11330 test "$can_build_shared" = "no" && enable_shared=no
11331
11332 # On AIX, shared libraries and static libraries use the same namespace, and
11333 # are all built from PIC.
11334 case $host_os in
11335 aix3*)
11336 test "$enable_shared" = yes && enable_static=no
11337 if test -n "$RANLIB"; then
11338 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11339 postinstall_cmds='$RANLIB $lib'
11340 fi
11341 ;;
11342
11343 aix[4-9]*)
11344 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11345 test "$enable_shared" = yes && enable_static=no
11346 fi
11347 ;;
11348 esac
11349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11350 $as_echo "$enable_shared" >&6; }
11351
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11353 $as_echo_n "checking whether to build static libraries... " >&6; }
11354 # Make sure either enable_shared or enable_static is yes.
11355 test "$enable_shared" = yes || enable_static=yes
11356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11357 $as_echo "$enable_static" >&6; }
11358
11359
11360
11361
11362 fi
11363 ac_ext=c
11364 ac_cpp='$CPP $CPPFLAGS'
11365 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11366 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11367 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11368
11369 CC="$lt_save_CC"
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
11382
11383 ac_config_commands="$ac_config_commands libtool"
11384
11385
11386
11387
11388 # Only expand once:
11389
11390
11391
11392 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11393
11394 # The tests for host and target for $enable_largefile require
11395 # canonical names.
11396
11397
11398
11399 # As the $enable_largefile decision depends on --enable-plugins we must set it
11400 # even in directories otherwise not depending on the $plugins option.
11401
11402
11403 maybe_plugins=no
11404 for ac_header in dlfcn.h
11405 do :
11406 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11407 "
11408 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11409 cat >>confdefs.h <<_ACEOF
11410 #define HAVE_DLFCN_H 1
11411 _ACEOF
11412 maybe_plugins=yes
11413 fi
11414
11415 done
11416
11417 for ac_header in windows.h
11418 do :
11419 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11420 "
11421 if test "x$ac_cv_header_windows_h" = xyes; then :
11422 cat >>confdefs.h <<_ACEOF
11423 #define HAVE_WINDOWS_H 1
11424 _ACEOF
11425 maybe_plugins=yes
11426 fi
11427
11428 done
11429
11430
11431 # Check whether --enable-plugins was given.
11432 if test "${enable_plugins+set}" = set; then :
11433 enableval=$enable_plugins; case "${enableval}" in
11434 no) plugins=no ;;
11435 *) plugins=yes
11436 if test "$maybe_plugins" != "yes" ; then
11437 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11438 fi ;;
11439 esac
11440 else
11441 plugins=$maybe_plugins
11442
11443 fi
11444
11445 if test "$plugins" = "yes"; then
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11447 $as_echo_n "checking for library containing dlsym... " >&6; }
11448 if ${ac_cv_search_dlsym+:} false; then :
11449 $as_echo_n "(cached) " >&6
11450 else
11451 ac_func_search_save_LIBS=$LIBS
11452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11453 /* end confdefs.h. */
11454
11455 /* Override any GCC internal prototype to avoid an error.
11456 Use char because int might match the return type of a GCC
11457 builtin and then its argument prototype would still apply. */
11458 #ifdef __cplusplus
11459 extern "C"
11460 #endif
11461 char dlsym ();
11462 int
11463 main ()
11464 {
11465 return dlsym ();
11466 ;
11467 return 0;
11468 }
11469 _ACEOF
11470 for ac_lib in '' dl; do
11471 if test -z "$ac_lib"; then
11472 ac_res="none required"
11473 else
11474 ac_res=-l$ac_lib
11475 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11476 fi
11477 if ac_fn_c_try_link "$LINENO"; then :
11478 ac_cv_search_dlsym=$ac_res
11479 fi
11480 rm -f core conftest.err conftest.$ac_objext \
11481 conftest$ac_exeext
11482 if ${ac_cv_search_dlsym+:} false; then :
11483 break
11484 fi
11485 done
11486 if ${ac_cv_search_dlsym+:} false; then :
11487
11488 else
11489 ac_cv_search_dlsym=no
11490 fi
11491 rm conftest.$ac_ext
11492 LIBS=$ac_func_search_save_LIBS
11493 fi
11494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11495 $as_echo "$ac_cv_search_dlsym" >&6; }
11496 ac_res=$ac_cv_search_dlsym
11497 if test "$ac_res" != no; then :
11498 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11499
11500 fi
11501
11502 fi
11503
11504
11505 case "${host}" in
11506 sparc-*-solaris*|i?86-*-solaris*)
11507 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11508 # were mutually exclusive until Solaris 11.3. Without procfs support,
11509 # the bfd/ elf module cannot provide certain routines such as
11510 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11511 # explicitly requested large-file support through the
11512 # --enable-largefile switch, disable large-file support in favor of
11513 # procfs support.
11514 #
11515 # Check if <sys/procfs.h> is incompatible with large-file support.
11516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11517 /* end confdefs.h. */
11518 #define _FILE_OFFSET_BITS 64
11519 #define _STRUCTURED_PROC 1
11520 #include <sys/procfs.h>
11521 int
11522 main ()
11523 {
11524
11525 ;
11526 return 0;
11527 }
11528 _ACEOF
11529 if ac_fn_c_try_compile "$LINENO"; then :
11530 acx_cv_procfs_lfs=yes
11531 else
11532 acx_cv_procfs_lfs=no
11533 fi
11534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11535 #
11536 # Forcefully disable large-file support only if necessary, gdb is in
11537 # tree and enabled.
11538 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11539 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11540 : ${enable_largefile="no"}
11541 if test "$plugins" = yes; then
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11543 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11544 $as_echo "$as_me: WARNING:
11545 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11546 plugins=no
11547 fi
11548 fi
11549 #
11550 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11551 # benefit of g++ 9+ which predefines it on Solaris.
11552 if test "$enable_largefile" = no; then
11553 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11554
11555 fi
11556 ;;
11557 esac
11558
11559 # Check whether --enable-largefile was given.
11560 if test "${enable_largefile+set}" = set; then :
11561 enableval=$enable_largefile;
11562 fi
11563
11564 if test "$enable_largefile" != no; then
11565
11566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11567 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11568 if ${ac_cv_sys_largefile_CC+:} false; then :
11569 $as_echo_n "(cached) " >&6
11570 else
11571 ac_cv_sys_largefile_CC=no
11572 if test "$GCC" != yes; then
11573 ac_save_CC=$CC
11574 while :; do
11575 # IRIX 6.2 and later do not support large files by default,
11576 # so use the C compiler's -n32 option if that helps.
11577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11578 /* end confdefs.h. */
11579 #include <sys/types.h>
11580 /* Check that off_t can represent 2**63 - 1 correctly.
11581 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11582 since some C++ compilers masquerading as C compilers
11583 incorrectly reject 9223372036854775807. */
11584 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11585 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11586 && LARGE_OFF_T % 2147483647 == 1)
11587 ? 1 : -1];
11588 int
11589 main ()
11590 {
11591
11592 ;
11593 return 0;
11594 }
11595 _ACEOF
11596 if ac_fn_c_try_compile "$LINENO"; then :
11597 break
11598 fi
11599 rm -f core conftest.err conftest.$ac_objext
11600 CC="$CC -n32"
11601 if ac_fn_c_try_compile "$LINENO"; then :
11602 ac_cv_sys_largefile_CC=' -n32'; break
11603 fi
11604 rm -f core conftest.err conftest.$ac_objext
11605 break
11606 done
11607 CC=$ac_save_CC
11608 rm -f conftest.$ac_ext
11609 fi
11610 fi
11611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11612 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11613 if test "$ac_cv_sys_largefile_CC" != no; then
11614 CC=$CC$ac_cv_sys_largefile_CC
11615 fi
11616
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11618 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11619 if ${ac_cv_sys_file_offset_bits+:} false; then :
11620 $as_echo_n "(cached) " >&6
11621 else
11622 while :; do
11623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11624 /* end confdefs.h. */
11625 #include <sys/types.h>
11626 /* Check that off_t can represent 2**63 - 1 correctly.
11627 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11628 since some C++ compilers masquerading as C compilers
11629 incorrectly reject 9223372036854775807. */
11630 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11631 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11632 && LARGE_OFF_T % 2147483647 == 1)
11633 ? 1 : -1];
11634 int
11635 main ()
11636 {
11637
11638 ;
11639 return 0;
11640 }
11641 _ACEOF
11642 if ac_fn_c_try_compile "$LINENO"; then :
11643 ac_cv_sys_file_offset_bits=no; break
11644 fi
11645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11647 /* end confdefs.h. */
11648 #define _FILE_OFFSET_BITS 64
11649 #include <sys/types.h>
11650 /* Check that off_t can represent 2**63 - 1 correctly.
11651 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11652 since some C++ compilers masquerading as C compilers
11653 incorrectly reject 9223372036854775807. */
11654 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11655 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11656 && LARGE_OFF_T % 2147483647 == 1)
11657 ? 1 : -1];
11658 int
11659 main ()
11660 {
11661
11662 ;
11663 return 0;
11664 }
11665 _ACEOF
11666 if ac_fn_c_try_compile "$LINENO"; then :
11667 ac_cv_sys_file_offset_bits=64; break
11668 fi
11669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11670 ac_cv_sys_file_offset_bits=unknown
11671 break
11672 done
11673 fi
11674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11675 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11676 case $ac_cv_sys_file_offset_bits in #(
11677 no | unknown) ;;
11678 *)
11679 cat >>confdefs.h <<_ACEOF
11680 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11681 _ACEOF
11682 ;;
11683 esac
11684 rm -rf conftest*
11685 if test $ac_cv_sys_file_offset_bits = unknown; then
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11687 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11688 if ${ac_cv_sys_large_files+:} false; then :
11689 $as_echo_n "(cached) " >&6
11690 else
11691 while :; do
11692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11693 /* end confdefs.h. */
11694 #include <sys/types.h>
11695 /* Check that off_t can represent 2**63 - 1 correctly.
11696 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11697 since some C++ compilers masquerading as C compilers
11698 incorrectly reject 9223372036854775807. */
11699 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11700 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11701 && LARGE_OFF_T % 2147483647 == 1)
11702 ? 1 : -1];
11703 int
11704 main ()
11705 {
11706
11707 ;
11708 return 0;
11709 }
11710 _ACEOF
11711 if ac_fn_c_try_compile "$LINENO"; then :
11712 ac_cv_sys_large_files=no; break
11713 fi
11714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11716 /* end confdefs.h. */
11717 #define _LARGE_FILES 1
11718 #include <sys/types.h>
11719 /* Check that off_t can represent 2**63 - 1 correctly.
11720 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11721 since some C++ compilers masquerading as C compilers
11722 incorrectly reject 9223372036854775807. */
11723 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11724 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11725 && LARGE_OFF_T % 2147483647 == 1)
11726 ? 1 : -1];
11727 int
11728 main ()
11729 {
11730
11731 ;
11732 return 0;
11733 }
11734 _ACEOF
11735 if ac_fn_c_try_compile "$LINENO"; then :
11736 ac_cv_sys_large_files=1; break
11737 fi
11738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11739 ac_cv_sys_large_files=unknown
11740 break
11741 done
11742 fi
11743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11744 $as_echo "$ac_cv_sys_large_files" >&6; }
11745 case $ac_cv_sys_large_files in #(
11746 no | unknown) ;;
11747 *)
11748 cat >>confdefs.h <<_ACEOF
11749 #define _LARGE_FILES $ac_cv_sys_large_files
11750 _ACEOF
11751 ;;
11752 esac
11753 rm -rf conftest*
11754 fi
11755
11756
11757 fi
11758
11759
11760
11761 case "${target}" in
11762 hppa*64*-*-*) ;;
11763 *-*-*aout*| i[3-7]86-*-msdos* | ns32k-*-* | pdp11-*-*)
11764 if test "$plugins" = "yes"; then
11765 if test "${enable_plugins+set}" = set; then
11766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
11767 $as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
11768 else
11769 plugins=no
11770 fi
11771 fi ;;
11772 hppa*-*-hpux* | *-*-*vms* | \
11773 powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
11774 if test "$plugins" = "yes"; then
11775 if test "${enable_plugins+set}" = set; then
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
11777 $as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
11778 else
11779 plugins=no
11780 fi
11781 fi ;;
11782 esac
11783
11784 if test "$plugins" = "yes"; then
11785 PLUGINS_TRUE=
11786 PLUGINS_FALSE='#'
11787 else
11788 PLUGINS_TRUE='#'
11789 PLUGINS_FALSE=
11790 fi
11791
11792
11793 ac_checking=
11794 . ${srcdir}/development.sh
11795 test "$development" = true && ac_checking=yes
11796 # Check whether --enable-checking was given.
11797 if test "${enable_checking+set}" = set; then :
11798 enableval=$enable_checking; case "${enableval}" in
11799 no|none) ac_checking= ;;
11800 *) ac_checking=yes ;;
11801 esac
11802 fi
11803 if test x$ac_checking != x ; then
11804
11805 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11806
11807 fi
11808
11809 # Check whether --enable-64-bit-bfd was given.
11810 if test "${enable_64_bit_bfd+set}" = set; then :
11811 enableval=$enable_64_bit_bfd; case "${enableval}" in
11812 yes) want64=true ;;
11813 no) want64=false ;;
11814 *) as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
11815 esac
11816 else
11817 want64=false
11818 fi
11819
11820 # Check whether --enable-targets was given.
11821 if test "${enable_targets+set}" = set; then :
11822 enableval=$enable_targets; case "${enableval}" in
11823 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11824 ;;
11825 no) enable_targets= ;;
11826 *) enable_targets=$enableval ;;
11827 esac
11828 fi
11829
11830 # Check whether --enable-64_bit_archive was given.
11831 if test "${enable_64_bit_archive+set}" = set; then :
11832 enableval=$enable_64_bit_archive; case "${enableval}" in
11833 yes) want_64_bit_archive=true ;;
11834 no) want_64_bit_archive=false ;;
11835 *) as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
11836 esac
11837 else
11838 want_64_bit_archive=unset
11839 fi
11840
11841
11842 # Check whether --with-mmap was given.
11843 if test "${with_mmap+set}" = set; then :
11844 withval=$with_mmap; case "${withval}" in
11845 yes) want_mmap=true ;;
11846 no) want_mmap=false ;;
11847 *) as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
11848 esac
11849 else
11850 want_mmap=false
11851 fi
11852
11853 # Check whether --enable-secureplt was given.
11854 if test "${enable_secureplt+set}" = set; then :
11855 enableval=$enable_secureplt; case "${enableval}" in
11856 yes) use_secureplt=true ;;
11857 no) use_secureplt=false ;;
11858 *) as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
11859 esac
11860 else
11861 use_secureplt=true
11862 fi
11863 if test $use_secureplt = true; then
11864
11865 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
11866
11867 fi
11868
11869 # Decide if -z separate-code should be enabled in ELF linker by default.
11870 ac_default_ld_z_separate_code=unset
11871 # Check whether --enable-separate-code was given.
11872 if test "${enable_separate_code+set}" = set; then :
11873 enableval=$enable_separate_code; case "${enableval}" in
11874 yes) ac_default_ld_z_separate_code=1 ;;
11875 no) ac_default_ld_z_separate_code=0 ;;
11876 esac
11877 fi
11878
11879 # Enable -z separate-code by default for Linux/x86.
11880 case "${target}" in
11881 i[3-7]86-*-linux-* | x86_64-*-linux-*)
11882 if test ${ac_default_ld_z_separate_code} = unset; then
11883 ac_default_ld_z_separate_code=1
11884 fi
11885 ;;
11886 esac
11887 if test "${ac_default_ld_z_separate_code}" = unset; then
11888 ac_default_ld_z_separate_code=0
11889 fi
11890
11891 cat >>confdefs.h <<_ACEOF
11892 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
11893 _ACEOF
11894
11895
11896 # Check whether --enable-leading-mingw64-underscores was given.
11897 if test "${enable_leading_mingw64_underscores+set}" = set; then :
11898 enableval=$enable_leading_mingw64_underscores;
11899 fi
11900
11901 if test x"$enable_leading_mingw64_underscores" = xyes ; then :
11902
11903 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
11904
11905 fi
11906
11907 DEBUGDIR=${libdir}/debug
11908
11909 # Check whether --with-separate-debug-dir was given.
11910 if test "${with_separate_debug_dir+set}" = set; then :
11911 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
11912 fi
11913
11914
11915
11916
11917
11918 # Check whether --with-pkgversion was given.
11919 if test "${with_pkgversion+set}" = set; then :
11920 withval=$with_pkgversion; case "$withval" in
11921 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
11922 no) PKGVERSION= ;;
11923 *) PKGVERSION="($withval) " ;;
11924 esac
11925 else
11926 PKGVERSION="(GNU Binutils) "
11927
11928 fi
11929
11930
11931
11932
11933
11934 # Check whether --with-bugurl was given.
11935 if test "${with_bugurl+set}" = set; then :
11936 withval=$with_bugurl; case "$withval" in
11937 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
11938 no) BUGURL=
11939 ;;
11940 *) BUGURL="$withval"
11941 ;;
11942 esac
11943 else
11944 BUGURL="https://sourceware.org/bugzilla/"
11945
11946 fi
11947
11948 case ${BUGURL} in
11949 "")
11950 REPORT_BUGS_TO=
11951 REPORT_BUGS_TEXI=
11952 ;;
11953 *)
11954 REPORT_BUGS_TO="<$BUGURL>"
11955 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11956 ;;
11957 esac;
11958
11959
11960
11961
11962
11963 # Set the 'development' global.
11964 . $srcdir/../bfd/development.sh
11965
11966 # Set acp_cpp_for_build variable
11967 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11968
11969 # Default set of GCC warnings to enable.
11970 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11971 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11972
11973 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11975 /* end confdefs.h. */
11976 __GNUC__
11977 _ACEOF
11978 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11979 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11980
11981 else
11982 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11983 fi
11984 rm -f conftest*
11985
11986
11987 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11989 /* end confdefs.h. */
11990 __GNUC__
11991 _ACEOF
11992 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11993 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11994
11995 else
11996 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11997 fi
11998 rm -f conftest*
11999
12000
12001 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12002 WARN_WRITE_STRINGS=""
12003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12004 /* end confdefs.h. */
12005 __GNUC__
12006 _ACEOF
12007 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12008 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12009
12010 else
12011 WARN_WRITE_STRINGS="-Wwrite-strings"
12012 fi
12013 rm -f conftest*
12014
12015
12016 # Verify CC_FOR_BUILD to be compatible with warning flags
12017
12018 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12020 /* end confdefs.h. */
12021 __GNUC__
12022 _ACEOF
12023 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12024 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12025
12026 else
12027 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12028 fi
12029 rm -f conftest*
12030
12031
12032 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12034 /* end confdefs.h. */
12035 __GNUC__
12036 _ACEOF
12037 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12038 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12039
12040 else
12041 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12042 fi
12043 rm -f conftest*
12044
12045
12046 # Check whether --enable-werror was given.
12047 if test "${enable_werror+set}" = set; then :
12048 enableval=$enable_werror; case "${enableval}" in
12049 yes | y) ERROR_ON_WARNING="yes" ;;
12050 no | n) ERROR_ON_WARNING="no" ;;
12051 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12052 esac
12053 fi
12054
12055
12056 # Disable -Wformat by default when using gcc on mingw
12057 case "${host}" in
12058 *-*-mingw32*)
12059 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12060 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12061 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12062 fi
12063 ;;
12064 *) ;;
12065 esac
12066
12067 # Enable -Werror by default when using gcc. Turn it off for releases.
12068 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12069 ERROR_ON_WARNING=yes
12070 fi
12071
12072 NO_WERROR=
12073 if test "${ERROR_ON_WARNING}" = yes ; then
12074 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12075 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12076 NO_WERROR="-Wno-error"
12077 fi
12078
12079 if test "${GCC}" = yes ; then
12080 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12081 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12082 fi
12083
12084 # Check whether --enable-build-warnings was given.
12085 if test "${enable_build_warnings+set}" = set; then :
12086 enableval=$enable_build_warnings; case "${enableval}" in
12087 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12088 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12089 no) if test "${GCC}" = yes ; then
12090 WARN_CFLAGS="-w"
12091 WARN_CFLAGS_FOR_BUILD="-w"
12092 fi;;
12093 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12094 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12095 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12096 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12097 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12098 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12099 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12100 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12101 esac
12102 fi
12103
12104
12105 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12106 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12107 fi
12108
12109
12110
12111
12112
12113
12114
12115 ac_config_headers="$ac_config_headers config.h:config.in"
12116
12117
12118 # PR 14072
12119
12120
12121 if test -z "$target" ; then
12122 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12123 fi
12124
12125
12126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12127 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12128 # Check whether --enable-maintainer-mode was given.
12129 if test "${enable_maintainer_mode+set}" = set; then :
12130 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12131 else
12132 USE_MAINTAINER_MODE=no
12133 fi
12134
12135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12136 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12137 if test $USE_MAINTAINER_MODE = yes; then
12138 MAINTAINER_MODE_TRUE=
12139 MAINTAINER_MODE_FALSE='#'
12140 else
12141 MAINTAINER_MODE_TRUE='#'
12142 MAINTAINER_MODE_FALSE=
12143 fi
12144
12145 MAINT=$MAINTAINER_MODE_TRUE
12146
12147
12148 if false; then
12149 GENINSRC_NEVER_TRUE=
12150 GENINSRC_NEVER_FALSE='#'
12151 else
12152 GENINSRC_NEVER_TRUE='#'
12153 GENINSRC_NEVER_FALSE=
12154 fi
12155
12156 case ${build_alias} in
12157 "") build_noncanonical=${build} ;;
12158 *) build_noncanonical=${build_alias} ;;
12159 esac
12160
12161 case ${host_alias} in
12162 "") host_noncanonical=${build_noncanonical} ;;
12163 *) host_noncanonical=${host_alias} ;;
12164 esac
12165
12166 case ${target_alias} in
12167 "") target_noncanonical=${host_noncanonical} ;;
12168 *) target_noncanonical=${target_alias} ;;
12169 esac
12170
12171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12172 $as_echo_n "checking whether to install libbfd... " >&6; }
12173 # Check whether --enable-install-libbfd was given.
12174 if test "${enable_install_libbfd+set}" = set; then :
12175 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12176 else
12177 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12178 install_libbfd_p=yes
12179 else
12180 install_libbfd_p=no
12181 fi
12182 fi
12183
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12185 $as_echo "$install_libbfd_p" >&6; }
12186 if test $install_libbfd_p = yes; then
12187 INSTALL_LIBBFD_TRUE=
12188 INSTALL_LIBBFD_FALSE='#'
12189 else
12190 INSTALL_LIBBFD_TRUE='#'
12191 INSTALL_LIBBFD_FALSE=
12192 fi
12193
12194 # Need _noncanonical variables for this.
12195
12196
12197
12198
12199 # libbfd.a is a host library containing target dependent code
12200 bfdlibdir='$(libdir)'
12201 bfdincludedir='$(includedir)'
12202 if test "${host}" != "${target}"; then
12203 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12204 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12205 fi
12206
12207
12208
12209
12210
12211
12212
12213
12214 host64=false
12215 target64=false
12216 bfd_default_target_size=32
12217
12218 # host stuff:
12219
12220 ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12221 # If we haven't got the data from the intl directory,
12222 # assume NLS is disabled.
12223 USE_NLS=no
12224 LIBINTL=
12225 LIBINTL_DEP=
12226 INCINTL=
12227 XGETTEXT=
12228 GMSGFMT=
12229 POSUB=
12230
12231 if test -f ../intl/config.intl; then
12232 . ../intl/config.intl
12233 fi
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12235 $as_echo_n "checking whether NLS is requested... " >&6; }
12236 if test x"$USE_NLS" != xyes; then
12237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12238 $as_echo "no" >&6; }
12239 else
12240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12241 $as_echo "yes" >&6; }
12242
12243 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12244
12245
12246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12247 $as_echo_n "checking for catalogs to be installed... " >&6; }
12248 # Look for .po and .gmo files in the source directory.
12249 CATALOGS=
12250 XLINGUAS=
12251 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12252 # If there aren't any .gmo files the shell will give us the
12253 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12254 # weeded out.
12255 case "$cat" in *\**)
12256 continue;;
12257 esac
12258 # The quadruple backslash is collapsed to a double backslash
12259 # by the backticks, then collapsed again by the double quotes,
12260 # leaving us with one backslash in the sed expression (right
12261 # before the dot that mustn't act as a wildcard).
12262 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12263 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12264 # The user is allowed to set LINGUAS to a list of languages to
12265 # install catalogs for. If it's empty that means "all of them."
12266 if test "x$LINGUAS" = x; then
12267 CATALOGS="$CATALOGS $cat"
12268 XLINGUAS="$XLINGUAS $lang"
12269 else
12270 case "$LINGUAS" in *$lang*)
12271 CATALOGS="$CATALOGS $cat"
12272 XLINGUAS="$XLINGUAS $lang"
12273 ;;
12274 esac
12275 fi
12276 done
12277 LINGUAS="$XLINGUAS"
12278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12279 $as_echo "$LINGUAS" >&6; }
12280
12281
12282 DATADIRNAME=share
12283
12284 INSTOBJEXT=.mo
12285
12286 GENCAT=gencat
12287
12288 CATOBJEXT=.gmo
12289
12290 fi
12291
12292 MKINSTALLDIRS=
12293 if test -n "$ac_aux_dir"; then
12294 case "$ac_aux_dir" in
12295 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12296 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12297 esac
12298 fi
12299 if test -z "$MKINSTALLDIRS"; then
12300 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12301 fi
12302
12303
12304
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12306 $as_echo_n "checking whether NLS is requested... " >&6; }
12307 # Check whether --enable-nls was given.
12308 if test "${enable_nls+set}" = set; then :
12309 enableval=$enable_nls; USE_NLS=$enableval
12310 else
12311 USE_NLS=yes
12312 fi
12313
12314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12315 $as_echo "$USE_NLS" >&6; }
12316
12317
12318
12319
12320
12321
12322 # Prepare PATH_SEPARATOR.
12323 # The user is always right.
12324 if test "${PATH_SEPARATOR+set}" != set; then
12325 echo "#! /bin/sh" >conf$$.sh
12326 echo "exit 0" >>conf$$.sh
12327 chmod +x conf$$.sh
12328 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12329 PATH_SEPARATOR=';'
12330 else
12331 PATH_SEPARATOR=:
12332 fi
12333 rm -f conf$$.sh
12334 fi
12335
12336 # Find out how to test for executable files. Don't use a zero-byte file,
12337 # as systems may use methods other than mode bits to determine executability.
12338 cat >conf$$.file <<_ASEOF
12339 #! /bin/sh
12340 exit 0
12341 _ASEOF
12342 chmod +x conf$$.file
12343 if test -x conf$$.file >/dev/null 2>&1; then
12344 ac_executable_p="test -x"
12345 else
12346 ac_executable_p="test -f"
12347 fi
12348 rm -f conf$$.file
12349
12350 # Extract the first word of "msgfmt", so it can be a program name with args.
12351 set dummy msgfmt; ac_word=$2
12352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12353 $as_echo_n "checking for $ac_word... " >&6; }
12354 if ${ac_cv_path_MSGFMT+:} false; then :
12355 $as_echo_n "(cached) " >&6
12356 else
12357 case "$MSGFMT" in
12358 [\\/]* | ?:[\\/]*)
12359 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12360 ;;
12361 *)
12362 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12363 for ac_dir in $PATH; do
12364 IFS="$ac_save_IFS"
12365 test -z "$ac_dir" && ac_dir=.
12366 for ac_exec_ext in '' $ac_executable_extensions; do
12367 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12368 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12369 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12370 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12371 break 2
12372 fi
12373 fi
12374 done
12375 done
12376 IFS="$ac_save_IFS"
12377 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12378 ;;
12379 esac
12380 fi
12381 MSGFMT="$ac_cv_path_MSGFMT"
12382 if test "$MSGFMT" != ":"; then
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12384 $as_echo "$MSGFMT" >&6; }
12385 else
12386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12387 $as_echo "no" >&6; }
12388 fi
12389
12390 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12391 set dummy gmsgfmt; ac_word=$2
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12393 $as_echo_n "checking for $ac_word... " >&6; }
12394 if ${ac_cv_path_GMSGFMT+:} false; then :
12395 $as_echo_n "(cached) " >&6
12396 else
12397 case $GMSGFMT in
12398 [\\/]* | ?:[\\/]*)
12399 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12400 ;;
12401 *)
12402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12403 for as_dir in $PATH
12404 do
12405 IFS=$as_save_IFS
12406 test -z "$as_dir" && as_dir=.
12407 for ac_exec_ext in '' $ac_executable_extensions; do
12408 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12409 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12411 break 2
12412 fi
12413 done
12414 done
12415 IFS=$as_save_IFS
12416
12417 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12418 ;;
12419 esac
12420 fi
12421 GMSGFMT=$ac_cv_path_GMSGFMT
12422 if test -n "$GMSGFMT"; then
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12424 $as_echo "$GMSGFMT" >&6; }
12425 else
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12427 $as_echo "no" >&6; }
12428 fi
12429
12430
12431
12432
12433 # Prepare PATH_SEPARATOR.
12434 # The user is always right.
12435 if test "${PATH_SEPARATOR+set}" != set; then
12436 echo "#! /bin/sh" >conf$$.sh
12437 echo "exit 0" >>conf$$.sh
12438 chmod +x conf$$.sh
12439 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12440 PATH_SEPARATOR=';'
12441 else
12442 PATH_SEPARATOR=:
12443 fi
12444 rm -f conf$$.sh
12445 fi
12446
12447 # Find out how to test for executable files. Don't use a zero-byte file,
12448 # as systems may use methods other than mode bits to determine executability.
12449 cat >conf$$.file <<_ASEOF
12450 #! /bin/sh
12451 exit 0
12452 _ASEOF
12453 chmod +x conf$$.file
12454 if test -x conf$$.file >/dev/null 2>&1; then
12455 ac_executable_p="test -x"
12456 else
12457 ac_executable_p="test -f"
12458 fi
12459 rm -f conf$$.file
12460
12461 # Extract the first word of "xgettext", so it can be a program name with args.
12462 set dummy xgettext; ac_word=$2
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12464 $as_echo_n "checking for $ac_word... " >&6; }
12465 if ${ac_cv_path_XGETTEXT+:} false; then :
12466 $as_echo_n "(cached) " >&6
12467 else
12468 case "$XGETTEXT" in
12469 [\\/]* | ?:[\\/]*)
12470 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12471 ;;
12472 *)
12473 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12474 for ac_dir in $PATH; do
12475 IFS="$ac_save_IFS"
12476 test -z "$ac_dir" && ac_dir=.
12477 for ac_exec_ext in '' $ac_executable_extensions; do
12478 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12479 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12480 (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
12481 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12482 break 2
12483 fi
12484 fi
12485 done
12486 done
12487 IFS="$ac_save_IFS"
12488 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12489 ;;
12490 esac
12491 fi
12492 XGETTEXT="$ac_cv_path_XGETTEXT"
12493 if test "$XGETTEXT" != ":"; then
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12495 $as_echo "$XGETTEXT" >&6; }
12496 else
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12498 $as_echo "no" >&6; }
12499 fi
12500
12501 rm -f messages.po
12502
12503
12504 # Prepare PATH_SEPARATOR.
12505 # The user is always right.
12506 if test "${PATH_SEPARATOR+set}" != set; then
12507 echo "#! /bin/sh" >conf$$.sh
12508 echo "exit 0" >>conf$$.sh
12509 chmod +x conf$$.sh
12510 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12511 PATH_SEPARATOR=';'
12512 else
12513 PATH_SEPARATOR=:
12514 fi
12515 rm -f conf$$.sh
12516 fi
12517
12518 # Find out how to test for executable files. Don't use a zero-byte file,
12519 # as systems may use methods other than mode bits to determine executability.
12520 cat >conf$$.file <<_ASEOF
12521 #! /bin/sh
12522 exit 0
12523 _ASEOF
12524 chmod +x conf$$.file
12525 if test -x conf$$.file >/dev/null 2>&1; then
12526 ac_executable_p="test -x"
12527 else
12528 ac_executable_p="test -f"
12529 fi
12530 rm -f conf$$.file
12531
12532 # Extract the first word of "msgmerge", so it can be a program name with args.
12533 set dummy msgmerge; ac_word=$2
12534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12535 $as_echo_n "checking for $ac_word... " >&6; }
12536 if ${ac_cv_path_MSGMERGE+:} false; then :
12537 $as_echo_n "(cached) " >&6
12538 else
12539 case "$MSGMERGE" in
12540 [\\/]* | ?:[\\/]*)
12541 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12542 ;;
12543 *)
12544 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12545 for ac_dir in $PATH; do
12546 IFS="$ac_save_IFS"
12547 test -z "$ac_dir" && ac_dir=.
12548 for ac_exec_ext in '' $ac_executable_extensions; do
12549 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12550 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12551 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12552 break 2
12553 fi
12554 fi
12555 done
12556 done
12557 IFS="$ac_save_IFS"
12558 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12559 ;;
12560 esac
12561 fi
12562 MSGMERGE="$ac_cv_path_MSGMERGE"
12563 if test "$MSGMERGE" != ":"; then
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12565 $as_echo "$MSGMERGE" >&6; }
12566 else
12567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12568 $as_echo "no" >&6; }
12569 fi
12570
12571
12572 if test "$GMSGFMT" != ":"; then
12573 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12574 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12575 : ;
12576 else
12577 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12579 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12580 GMSGFMT=":"
12581 fi
12582 fi
12583
12584 if test "$XGETTEXT" != ":"; then
12585 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12586 (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
12587 : ;
12588 else
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12590 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12591 XGETTEXT=":"
12592 fi
12593 rm -f messages.po
12594 fi
12595
12596 ac_config_commands="$ac_config_commands default-1"
12597
12598
12599
12600 # Permit host specific settings.
12601 . ${srcdir}/configure.host
12602
12603
12604
12605
12606 BFD_HOST_64BIT_LONG=0
12607 BFD_HOST_64BIT_LONG_LONG=0
12608 BFD_HOST_64_BIT_DEFINED=0
12609 BFD_HOST_64_BIT=
12610 BFD_HOST_U_64_BIT=
12611 BFD_HOSTPTR_T="unsigned long"
12612
12613 # The cast to long int works around a bug in the HP C Compiler
12614 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12615 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12616 # This bug is HP SR number 8606223364.
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12618 $as_echo_n "checking size of long long... " >&6; }
12619 if ${ac_cv_sizeof_long_long+:} false; then :
12620 $as_echo_n "(cached) " >&6
12621 else
12622 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12623
12624 else
12625 if test "$ac_cv_type_long_long" = yes; then
12626 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12627 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12628 as_fn_error 77 "cannot compute sizeof (long long)
12629 See \`config.log' for more details" "$LINENO" 5; }
12630 else
12631 ac_cv_sizeof_long_long=0
12632 fi
12633 fi
12634
12635 fi
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12637 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12638
12639
12640
12641 cat >>confdefs.h <<_ACEOF
12642 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12643 _ACEOF
12644
12645
12646 # The cast to long int works around a bug in the HP C Compiler
12647 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12648 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12649 # This bug is HP SR number 8606223364.
12650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12651 $as_echo_n "checking size of void *... " >&6; }
12652 if ${ac_cv_sizeof_void_p+:} false; then :
12653 $as_echo_n "(cached) " >&6
12654 else
12655 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12656
12657 else
12658 if test "$ac_cv_type_void_p" = yes; then
12659 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12660 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12661 as_fn_error 77 "cannot compute sizeof (void *)
12662 See \`config.log' for more details" "$LINENO" 5; }
12663 else
12664 ac_cv_sizeof_void_p=0
12665 fi
12666 fi
12667
12668 fi
12669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12670 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12671
12672
12673
12674 cat >>confdefs.h <<_ACEOF
12675 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12676 _ACEOF
12677
12678
12679 # The cast to long int works around a bug in the HP C Compiler
12680 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12681 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12682 # This bug is HP SR number 8606223364.
12683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12684 $as_echo_n "checking size of long... " >&6; }
12685 if ${ac_cv_sizeof_long+:} false; then :
12686 $as_echo_n "(cached) " >&6
12687 else
12688 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12689
12690 else
12691 if test "$ac_cv_type_long" = yes; then
12692 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12693 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12694 as_fn_error 77 "cannot compute sizeof (long)
12695 See \`config.log' for more details" "$LINENO" 5; }
12696 else
12697 ac_cv_sizeof_long=0
12698 fi
12699 fi
12700
12701 fi
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12703 $as_echo "$ac_cv_sizeof_long" >&6; }
12704
12705
12706
12707 cat >>confdefs.h <<_ACEOF
12708 #define SIZEOF_LONG $ac_cv_sizeof_long
12709 _ACEOF
12710
12711
12712 # The cast to long int works around a bug in the HP C Compiler
12713 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12714 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12715 # This bug is HP SR number 8606223364.
12716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
12717 $as_echo_n "checking size of int... " >&6; }
12718 if ${ac_cv_sizeof_int+:} false; then :
12719 $as_echo_n "(cached) " >&6
12720 else
12721 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
12722
12723 else
12724 if test "$ac_cv_type_int" = yes; then
12725 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12726 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12727 as_fn_error 77 "cannot compute sizeof (int)
12728 See \`config.log' for more details" "$LINENO" 5; }
12729 else
12730 ac_cv_sizeof_int=0
12731 fi
12732 fi
12733
12734 fi
12735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
12736 $as_echo "$ac_cv_sizeof_int" >&6; }
12737
12738
12739
12740 cat >>confdefs.h <<_ACEOF
12741 #define SIZEOF_INT $ac_cv_sizeof_int
12742 _ACEOF
12743
12744
12745
12746 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12747 host64=true
12748 fi
12749
12750 if test "x${ac_cv_sizeof_long}" = "x8"; then
12751 BFD_HOST_64BIT_LONG=1
12752 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12753 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12754 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12755 BFD_HOST_64BIT_LONG_LONG=1
12756 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12757 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12758 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12759 BFD_HOSTPTR_T="unsigned long long"
12760 fi
12761 fi
12762
12763 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12764 BFD_HOST_64_BIT_DEFINED=1
12765 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12766 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
12767 fi
12768
12769
12770
12771
12772
12773
12774
12775
12776 # Put a plausible default for CC_FOR_BUILD in Makefile.
12777 if test -z "$CC_FOR_BUILD"; then
12778 if test "x$cross_compiling" = "xno"; then
12779 CC_FOR_BUILD='$(CC)'
12780 else
12781 CC_FOR_BUILD=gcc
12782 fi
12783 fi
12784
12785 # Also set EXEEXT_FOR_BUILD.
12786 if test "x$cross_compiling" = "xno"; then
12787 EXEEXT_FOR_BUILD='$(EXEEXT)'
12788 else
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12790 $as_echo_n "checking for build system executable suffix... " >&6; }
12791 if ${bfd_cv_build_exeext+:} false; then :
12792 $as_echo_n "(cached) " >&6
12793 else
12794 rm -f conftest*
12795 echo 'int main () { return 0; }' > conftest.c
12796 bfd_cv_build_exeext=
12797 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12798 for file in conftest.*; do
12799 case $file in
12800 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12801 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12802 esac
12803 done
12804 rm -f conftest*
12805 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12806 fi
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12808 $as_echo "$bfd_cv_build_exeext" >&6; }
12809 EXEEXT_FOR_BUILD=""
12810 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12811 fi
12812
12813
12814 for ac_header in fcntl.h sys/file.h sys/resource.h sys/stat.h sys/types.h \
12815 unistd.h
12816 do :
12817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12818 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12819 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12820 cat >>confdefs.h <<_ACEOF
12821 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12822 _ACEOF
12823
12824 fi
12825
12826 done
12827
12828
12829 for ac_func in fcntl fdopen fileno fls getgid getpagesize getrlimit getuid \
12830 sysconf
12831 do :
12832 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12833 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12834 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12835 cat >>confdefs.h <<_ACEOF
12836 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12837 _ACEOF
12838
12839 fi
12840 done
12841
12842
12843 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12844 if test "x$ac_cv_have_decl_basename" = xyes; then :
12845 ac_have_decl=1
12846 else
12847 ac_have_decl=0
12848 fi
12849
12850 cat >>confdefs.h <<_ACEOF
12851 #define HAVE_DECL_BASENAME $ac_have_decl
12852 _ACEOF
12853 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
12854 if test "x$ac_cv_have_decl_ffs" = xyes; then :
12855 ac_have_decl=1
12856 else
12857 ac_have_decl=0
12858 fi
12859
12860 cat >>confdefs.h <<_ACEOF
12861 #define HAVE_DECL_FFS $ac_have_decl
12862 _ACEOF
12863 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12864 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
12865 ac_have_decl=1
12866 else
12867 ac_have_decl=0
12868 fi
12869
12870 cat >>confdefs.h <<_ACEOF
12871 #define HAVE_DECL_STPCPY $ac_have_decl
12872 _ACEOF
12873 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
12874 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
12875 ac_have_decl=1
12876 else
12877 ac_have_decl=0
12878 fi
12879
12880 cat >>confdefs.h <<_ACEOF
12881 #define HAVE_DECL_ASPRINTF $ac_have_decl
12882 _ACEOF
12883 ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
12884 if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
12885 ac_have_decl=1
12886 else
12887 ac_have_decl=0
12888 fi
12889
12890 cat >>confdefs.h <<_ACEOF
12891 #define HAVE_DECL_VASPRINTF $ac_have_decl
12892 _ACEOF
12893 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
12894 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
12895 ac_have_decl=1
12896 else
12897 ac_have_decl=0
12898 fi
12899
12900 cat >>confdefs.h <<_ACEOF
12901 #define HAVE_DECL_STRNLEN $ac_have_decl
12902 _ACEOF
12903
12904
12905
12906 case "${host}" in
12907 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
12908
12909 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
12910 ;;
12911 esac
12912
12913 # Link in zlib if we can. This allows us to read compressed debug sections.
12914 # This is used only by compress.c.
12915
12916 # Use the system's zlib library.
12917 zlibdir="-L\$(top_builddir)/../zlib"
12918 zlibinc="-I\$(top_srcdir)/../zlib"
12919
12920 # Check whether --with-system-zlib was given.
12921 if test "${with_system_zlib+set}" = set; then :
12922 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
12923 zlibdir=
12924 zlibinc=
12925 fi
12926
12927 fi
12928
12929
12930
12931
12932
12933 save_CFLAGS="$CFLAGS"
12934 CFLAGS="$CFLAGS -Werror"
12935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
12936 $as_echo_n "checking compiler support for hidden visibility... " >&6; }
12937 if ${bfd_cv_hidden+:} false; then :
12938 $as_echo_n "(cached) " >&6
12939 else
12940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12941 /* end confdefs.h. */
12942
12943 const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
12944 extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
12945 int
12946 main ()
12947 {
12948 print (hw);
12949 ;
12950 return 0;
12951 }
12952 _ACEOF
12953 if ac_fn_c_try_compile "$LINENO"; then :
12954 bfd_cv_hidden=yes
12955 else
12956 bfd_cv_hidden=no
12957 fi
12958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12959 fi
12960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
12961 $as_echo "$bfd_cv_hidden" >&6; }
12962 CFLAGS="$save_CFLAGS"
12963 if test $bfd_cv_hidden = yes; then
12964
12965 $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
12966
12967 fi
12968
12969 # Check if linker supports --as-needed and --no-as-needed options
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12971 $as_echo_n "checking linker --as-needed support... " >&6; }
12972 if ${bfd_cv_ld_as_needed+:} false; then :
12973 $as_echo_n "(cached) " >&6
12974 else
12975 bfd_cv_ld_as_needed=no
12976 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12977 bfd_cv_ld_as_needed=yes
12978 fi
12979
12980 fi
12981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12982 $as_echo "$bfd_cv_ld_as_needed" >&6; }
12983
12984 LIBM=
12985 case $host in
12986 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
12987 # These system don't have libm, or don't need it
12988 ;;
12989 *-ncr-sysv4.3*)
12990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12991 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12992 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
12993 $as_echo_n "(cached) " >&6
12994 else
12995 ac_check_lib_save_LIBS=$LIBS
12996 LIBS="-lmw $LIBS"
12997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12998 /* end confdefs.h. */
12999
13000 /* Override any GCC internal prototype to avoid an error.
13001 Use char because int might match the return type of a GCC
13002 builtin and then its argument prototype would still apply. */
13003 #ifdef __cplusplus
13004 extern "C"
13005 #endif
13006 char _mwvalidcheckl ();
13007 int
13008 main ()
13009 {
13010 return _mwvalidcheckl ();
13011 ;
13012 return 0;
13013 }
13014 _ACEOF
13015 if ac_fn_c_try_link "$LINENO"; then :
13016 ac_cv_lib_mw__mwvalidcheckl=yes
13017 else
13018 ac_cv_lib_mw__mwvalidcheckl=no
13019 fi
13020 rm -f core conftest.err conftest.$ac_objext \
13021 conftest$ac_exeext conftest.$ac_ext
13022 LIBS=$ac_check_lib_save_LIBS
13023 fi
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13025 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13026 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13027 LIBM="-lmw"
13028 fi
13029
13030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13031 $as_echo_n "checking for cos in -lm... " >&6; }
13032 if ${ac_cv_lib_m_cos+:} false; then :
13033 $as_echo_n "(cached) " >&6
13034 else
13035 ac_check_lib_save_LIBS=$LIBS
13036 LIBS="-lm $LIBS"
13037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13038 /* end confdefs.h. */
13039
13040 /* Override any GCC internal prototype to avoid an error.
13041 Use char because int might match the return type of a GCC
13042 builtin and then its argument prototype would still apply. */
13043 #ifdef __cplusplus
13044 extern "C"
13045 #endif
13046 char cos ();
13047 int
13048 main ()
13049 {
13050 return cos ();
13051 ;
13052 return 0;
13053 }
13054 _ACEOF
13055 if ac_fn_c_try_link "$LINENO"; then :
13056 ac_cv_lib_m_cos=yes
13057 else
13058 ac_cv_lib_m_cos=no
13059 fi
13060 rm -f core conftest.err conftest.$ac_objext \
13061 conftest$ac_exeext conftest.$ac_ext
13062 LIBS=$ac_check_lib_save_LIBS
13063 fi
13064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13065 $as_echo "$ac_cv_lib_m_cos" >&6; }
13066 if test "x$ac_cv_lib_m_cos" = xyes; then :
13067 LIBM="$LIBM -lm"
13068 fi
13069
13070 ;;
13071 *)
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13073 $as_echo_n "checking for cos in -lm... " >&6; }
13074 if ${ac_cv_lib_m_cos+:} false; then :
13075 $as_echo_n "(cached) " >&6
13076 else
13077 ac_check_lib_save_LIBS=$LIBS
13078 LIBS="-lm $LIBS"
13079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13080 /* end confdefs.h. */
13081
13082 /* Override any GCC internal prototype to avoid an error.
13083 Use char because int might match the return type of a GCC
13084 builtin and then its argument prototype would still apply. */
13085 #ifdef __cplusplus
13086 extern "C"
13087 #endif
13088 char cos ();
13089 int
13090 main ()
13091 {
13092 return cos ();
13093 ;
13094 return 0;
13095 }
13096 _ACEOF
13097 if ac_fn_c_try_link "$LINENO"; then :
13098 ac_cv_lib_m_cos=yes
13099 else
13100 ac_cv_lib_m_cos=no
13101 fi
13102 rm -f core conftest.err conftest.$ac_objext \
13103 conftest$ac_exeext conftest.$ac_ext
13104 LIBS=$ac_check_lib_save_LIBS
13105 fi
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13107 $as_echo "$ac_cv_lib_m_cos" >&6; }
13108 if test "x$ac_cv_lib_m_cos" = xyes; then :
13109 LIBM="-lm"
13110 fi
13111
13112 ;;
13113 esac
13114
13115
13116
13117 # When building a shared libbfd, link against the pic version of libiberty
13118 # so that apps that use libbfd won't need libiberty just to satisfy any
13119 # libbfd references.
13120 # We can't do that if a pic libiberty is unavailable since including non-pic
13121 # code would insert text relocations into libbfd.
13122 SHARED_LIBADD=
13123 SHARED_LDFLAGS=
13124 if test "$enable_shared" = "yes"; then
13125 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
13126 if test -n "$x"; then
13127 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
13128 fi
13129 fi
13130
13131 SHARED_LIBADD="$SHARED_LIBADD $LIBINTL"
13132
13133 if test "$enable_shared" = "yes"; then
13134 case "${host}" in
13135 # More hacks to build DLLs on Windows.
13136 *-*-cygwin*)
13137 SHARED_LDFLAGS="-no-undefined"
13138 SHARED_LIBADD="-L`pwd`/../libiberty -liberty $SHARED_LIBADD -lcygwin -lkernel32"
13139 ;;
13140 esac
13141
13142 if test -n "$SHARED_LIBADD"; then
13143 if test -n "$LIBM"; then
13144 if test x"$bfd_cv_ld_as_needed" = xyes; then
13145 # Link against libm only when needed. Put -lc, -lm inside -Wl
13146 # to stop libtool reordering these options.
13147 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
13148 else
13149 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
13150 fi
13151 fi
13152 fi
13153 fi
13154
13155
13156
13157 # target stuff:
13158
13159 # Canonicalize the secondary target names.
13160 if test -n "$enable_targets" ; then
13161 for targ in `echo $enable_targets | sed 's/,/ /g'`
13162 do
13163 result=`$ac_config_sub $targ 2>/dev/null`
13164 if test -n "$result" ; then
13165 canon_targets="$canon_targets $result"
13166 else
13167 # Allow targets that config.sub doesn't recognize, like "all".
13168 canon_targets="$canon_targets $targ"
13169 fi
13170 done
13171 fi
13172
13173 all_targets=false
13174 defvec=
13175 selvecs=
13176 assocvecs=
13177 selarchs=
13178 TDEFINES=
13179 for targ in $target $canon_targets
13180 do
13181 if test $targ = all; then
13182 all_targets=true
13183 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
13184 elif test $targ != plugin; then
13185 . $srcdir/config.bfd
13186 if test $targ = $target; then
13187 defvec=$targ_defvec
13188 fi
13189 selvecs="$selvecs $targ_defvec $targ_selvecs"
13190 selarchs="$selarchs $targ_archs"
13191 TDEFINES="$TDEFINES $targ_cflags"
13192 fi
13193 done
13194
13195
13196 # This processing still needs to be done if we're to decide properly whether
13197 # 64-bit support needs to be compiled in. Currently, it will be included if
13198 # the default or any other explicitly requested target requires it; it
13199 # will not be included on a 32-bit host if no 64-bit target is requested, and
13200 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
13201 # used.
13202
13203 # uniq the default and selected vectors in all the configured targets.
13204 f=""
13205 for i in $selvecs ; do
13206 case " $f " in
13207 *" $i "*) ;;
13208 *) f="$f $i" ;;
13209 esac
13210 done
13211 selvecs="$f"
13212
13213
13214 # uniq the associated vectors in all the configured targets.
13215 f=""
13216 for i in $assocvecs ; do
13217 case " $f " in
13218 *" $i "*) ;;
13219 *) f="$f $i" ;;
13220 esac
13221 done
13222 assocvecs="$f"
13223
13224
13225 # uniq the architectures in all the configured targets.
13226 f=""
13227 for i in $selarchs ; do
13228 case " $f " in
13229 *" $i "*) ;;
13230 *) f="$f $i" ;;
13231 esac
13232 done
13233 selarchs="$f"
13234
13235 # Target backend .o files.
13236 tb=
13237
13238 elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
13239 dwarf1.lo dwarf2.lo"
13240 coffgen="coffgen.lo dwarf2.lo"
13241 coff="cofflink.lo $coffgen"
13242 ecoff="ecofflink.lo $coffgen"
13243 xcoff="xcofflink.lo $coffgen"
13244
13245 elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
13246 for vec in $selvecs
13247 do
13248 target_size=32
13249 case "$vec" in
13250 # This list is alphabetized to make it easy to compare
13251 # with the two vector lists in targets.c. For the same reason,
13252 # use one entry per line, even though this leads to long lines.
13253 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13254 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13255 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13256 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13257 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13258 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13259 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
13260 aarch64_pei_vec) tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
13261 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
13262 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13263 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13264 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
13265 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
13266 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
13267 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
13268 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
13269 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
13270 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13271 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13272 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13273 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13274 arm_elf32_fdpic_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13275 arm_elf32_fdpic_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13276 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13277 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13278 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13279 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13280 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13281 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13282 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13283 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13284 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13285 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13286 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13287 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13288 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
13289 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
13290 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13291 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13292 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
13293 cris_aout_vec) tb="$tb aout-cris.lo" ;;
13294 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
13295 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
13296 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
13297 csky_elf32_be_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13298 csky_elf32_le_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13299 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
13300 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
13301 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
13302 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13303 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13304 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13305 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13306 bpf_elf64_le_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;;
13307 bpf_elf64_be_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;;
13308 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
13309 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
13310 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13311 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13312 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
13313 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
13314 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13315 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13316 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13317 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13318 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13319 hppa_som_vec) tb="$tb som.lo" ;;
13320 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
13321 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
13322 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
13323 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
13324 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
13325 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
13326 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
13327 i386_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13328 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13329 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13330 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13331 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
13332 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
13333 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
13334 i386_pe_big_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
13335 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
13336 iamcu_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13337 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13338 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13339 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13340 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13341 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13342 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 ;;
13343 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
13344 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
13345 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
13346 k1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13347 k1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13348 l1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13349 l1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13350 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
13351 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
13352 loongarch_elf32_vec) tb="$tb elf32-loongarch.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf" ;;
13353 loongarch_elf64_vec) tb="$tb elf64-loongarch.lo elf64.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf"; target_size=64 ;;
13354 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
13355 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13356 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13357 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13358 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13359 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13360 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13361 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
13362 s12z_elf32_vec) tb="$tb elf32-s12z.lo elf32.lo $elf" ;;
13363 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13364 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13365 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13366 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13367 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13368 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13369 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13370 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
13371 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
13372 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13373 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13374 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
13375 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13376 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13377 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13378 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13379 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13380 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13381 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13382 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13383 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13384 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13385 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13386 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13387 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13388 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13389 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13390 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13391 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13392 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13393 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13394 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13395 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13396 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 ;;
13397 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 ;;
13398 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 ;;
13399 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 ;;
13400 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
13401 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
13402 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
13403 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
13404 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
13405 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
13406 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
13407 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
13408 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
13409 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13410 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13411 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13412 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13413 nfp_elf64_vec) tb="$tb elf64-nfp.lo elf64.lo $elf" ;;
13414 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
13415 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
13416 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
13417 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
13418 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
13419 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
13420 pef_vec) tb="$tb pef.lo" ;;
13421 pef_xlib_vec) tb="$tb pef.lo" ;;
13422 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
13423 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
13424 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
13425 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13426 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13427 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13428 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13429 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13430 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13431 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13432 powerpc_elf64_fbsd_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13433 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
13434 pru_elf32_vec) tb="$tb elf32-pru.lo elf32.lo $elf" ;;
13435 riscv_elf32_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13436 riscv_elf64_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13437 riscv_elf32_be_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13438 riscv_elf64_be_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13439 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
13440 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
13441 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
13442 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
13443 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13444 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13445 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13446 rx_elf32_linux_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13447 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
13448 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
13449 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
13450 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
13451 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
13452 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
13453 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
13454 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
13455 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13456 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13457 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13458 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13459 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13460 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13461 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13462 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13463 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13464 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13465 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
13466 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
13467 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13468 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13469 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13470 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13471 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13472 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13473 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
13474 sym_vec) tb="$tb xsym.lo" ;;
13475 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
13476 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13477 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13478 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13479 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13480 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13481 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13482 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13483 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13484 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13485 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13486 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13487 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13488 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13489 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13490 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13491 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13492 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13493 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13494 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
13495 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
13496 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
13497 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
13498 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
13499 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
13500 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
13501 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
13502 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
13503 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
13504 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
13505 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
13506 wasm_vec) tb="$tb wasm-module.lo" ;;
13507 wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
13508 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
13509 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
13510 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13511 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13512 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13513 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13514 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
13515 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13516 x86_64_pe_big_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13517 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13518 xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
13519 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
13520 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
13521 xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13522 xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13523 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
13524 z80_elf32_vec) tb="$tb elf32-z80.lo elf32.lo $elf" ;;
13525 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
13526
13527 # These appear out of order in targets.c
13528 srec_vec) tb="$tb srec.lo" ;;
13529 symbolsrec_vec) tb="$tb srec.lo" ;;
13530 tekhex_vec) tb="$tb tekhex.lo" ;;
13531 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
13532 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
13533
13534 "") ;;
13535 *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;;
13536 esac
13537
13538 if test ${target_size} = 64; then
13539 target64=true
13540 fi
13541 if test x"${vec}" = x"${defvec}"; then
13542 bfd_default_target_size=${target_size}
13543 fi
13544 done
13545
13546 if test "$plugins" = "yes"; then
13547 tb="$tb plugin.lo"
13548 fi
13549
13550 # Target architecture .o files.
13551 # A couple of CPUs use shorter file names to avoid problems on DOS
13552 # filesystems.
13553 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
13554
13555 # Weed out duplicate .o files.
13556 f=""
13557 for i in $tb ; do
13558 case " $f " in
13559 *" $i "*) ;;
13560 *) f="$f $i" ;;
13561 esac
13562 done
13563 tb="$f"
13564
13565 f=""
13566 for i in $ta ; do
13567 case " $f " in
13568 *" $i "*) ;;
13569 *) f="$f $i" ;;
13570 esac
13571 done
13572 ta="$f"
13573
13574 bfd_backends="$tb"
13575 bfd_machines="$ta"
13576
13577 if test x${all_targets} = xtrue ; then
13578 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
13579 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
13580 selvecs=
13581 havevecs=-DHAVE_all_vecs
13582 selarchs=
13583 test -n "$assocvecs" &&
13584 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13585 else # all_targets is true
13586 # Only set these if they will be nonempty, for the clever echo.
13587 havevecs=
13588 assocvecs=
13589 test -n "$selvecs" &&
13590 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
13591 test -n "$selvecs" &&
13592 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13593 test -n "$selarchs" &&
13594 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13595 fi # all_targets is true
13596
13597 # 64-bit archives need a 64-bit bfd_vma.
13598 if test "x$want_64_bit_archive" = xtrue; then
13599 want64=true
13600
13601 $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
13602
13603 fi
13604
13605 case ${host64}-${target64}-${want64} in
13606 *true*)
13607 wordsize=64
13608 bfd64_libs='$(BFD64_LIBS)'
13609 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
13610 if test $BFD_HOST_64_BIT_DEFINED = 0; then
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
13612 $as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
13613 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
13614 $as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
13615 fi
13616 if test -n "$GCC" ; then
13617 bad_64bit_gcc=no;
13618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
13619 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
13620 # Add more tests for gcc versions with non-working 64-bit support here.
13621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13622 /* end confdefs.h. */
13623 :__GNUC__:__GNUC_MINOR__:__i386__:
13624 _ACEOF
13625 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13626 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
13627 bad_64bit_gcc=yes;
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
13629 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
13630 else
13631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13632 $as_echo "no" >&6; }
13633 fi
13634 rm -f conftest*
13635
13636 if test $bad_64bit_gcc = yes ; then
13637 as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
13638 fi
13639 fi
13640 ;;
13641 false-false-false)
13642 wordsize=32
13643 all_backends='$(BFD32_BACKENDS)'
13644 ;;
13645 esac
13646
13647 tdefaults=""
13648 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
13649 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
13650 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
13651 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
13652
13653
13654
13655
13656
13657
13658
13659
13660
13661
13662 # If we are configured native, pick a core file support file.
13663 COREFILE=
13664 COREFLAG=
13665 CORE_HEADER=
13666 TRAD_HEADER=
13667 if test "${target}" = "${host}"; then
13668 case "${host}" in
13669 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
13670 COREFILE=''
13671 ;;
13672 alpha*-*-linux-*)
13673 COREFILE=trad-core.lo
13674 TRAD_HEADER='"hosts/alphalinux.h"'
13675 ;;
13676 alpha*-*-netbsd* | alpha*-*-openbsd*)
13677 COREFILE=netbsd-core.lo
13678 ;;
13679 alpha*-*-*)
13680 COREFILE=osf-core.lo
13681 ;;
13682 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
13683 COREFILE='' ;;
13684 arm*-*-netbsd* | arm-*-openbsd*)
13685 COREFILE=netbsd-core.lo
13686 ;;
13687 arm-*-riscix) COREFILE=trad-core.lo ;;
13688 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
13689 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
13690 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
13691 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
13692 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
13693 hppa*-*-netbsd* | hppa*-*-openbsd*)
13694 COREFILE=netbsd-core.lo
13695 ;;
13696
13697 i[3-7]86-sequent-bsd*)
13698 COREFILE=trad-core.lo
13699 TRAD_HEADER='"hosts/symmetry.h"'
13700 ;;
13701 i[3-7]86-sequent-sysv4*) ;;
13702 i[3-7]86-sequent-sysv*)
13703 COREFILE=trad-core.lo
13704 TRAD_HEADER='"hosts/symmetry.h"'
13705 ;;
13706 i[3-7]86-*-bsdi)
13707 COREFILE=
13708 ;;
13709 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*)
13710 COREFILE=trad-core.lo
13711 TRAD_HEADER='"hosts/i386bsd.h"'
13712 ;;
13713 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
13714 COREFILE=''
13715 TRAD_HEADER='"hosts/i386bsd.h"'
13716 ;;
13717 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
13718 COREFILE=netbsd-core.lo
13719 ;;
13720 i[3-7]86-esix-sysv3*)
13721 COREFILE=trad-core.lo
13722 TRAD_HEADER='"hosts/esix.h"'
13723 ;;
13724 i[3-7]86-*-sco3.2v5*)
13725 COREFILE=sco5-core.lo
13726 ;;
13727 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
13728 COREFILE=trad-core.lo
13729 TRAD_HEADER='"hosts/i386sco.h"'
13730 ;;
13731 i[3-7]86-*-mach3*)
13732 COREFILE=trad-core.lo
13733 TRAD_HEADER='"hosts/i386mach3.h"'
13734 ;;
13735 i[3-7]86-*-linux-*)
13736 COREFILE=trad-core.lo
13737 TRAD_HEADER='"hosts/i386linux.h"'
13738 case "$enable_targets"-"$want64" in
13739 *x86_64-*linux*|*-true)
13740 CORE_HEADER='"hosts/x86-64linux.h"'
13741 esac
13742 ;;
13743 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
13744 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
13745 mips*-*-netbsd* | mips*-*-openbsd*)
13746 COREFILE=netbsd-core.lo
13747 ;;
13748 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
13749 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
13750 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
13751 m68*-*-linux-*)
13752 COREFILE=trad-core.lo
13753 TRAD_HEADER='"hosts/m68klinux.h"'
13754 ;;
13755 m68*-*-netbsd*)
13756 COREFILE=netbsd-core.lo
13757 ;;
13758 ns32k-pc532-mach)
13759 COREFILE=trad-core.lo
13760 TRAD_HEADER='"hosts/pc532mach.h"'
13761 ;;
13762 ns32k-*-netbsd* | ns32k-*-openbsd*)
13763 COREFILE=netbsd-core.lo
13764 ;;
13765 rs6000-*-lynx*)
13766 COREFILE=lynx-core.lo
13767 ;;
13768 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
13769 COREFILE=rs6000-core.lo
13770 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
13771 ;;
13772 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
13773 COREFILE=rs6000-core.lo
13774 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
13775 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
13776 # have c_impl as a member of struct core_dumpx
13777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
13778 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
13779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13780 /* end confdefs.h. */
13781 #include <core.h>
13782 int
13783 main ()
13784 {
13785 struct core_dumpx c; c.c_impl = 0;
13786 ;
13787 return 0;
13788 }
13789 _ACEOF
13790 if ac_fn_c_try_compile "$LINENO"; then :
13791
13792 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
13793
13794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13795 $as_echo "yes" >&6; }
13796 else
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13798 $as_echo "no" >&6; }
13799 fi
13800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13801 ;;
13802 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
13803 rs6000-*-*) COREFILE=rs6000-core.lo ;;
13804 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
13805 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
13806 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
13807 powerpc-*-beos*) ;;
13808 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
13809 COREFILE='' ;;
13810 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
13811 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
13812 s390*-*-*) COREFILE=trad-core.lo ;;
13813 sh*-*-netbsd* | sh*-*-openbsd*)
13814 COREFILE=netbsd-core.lo
13815 ;;
13816 sparc-*-netbsd* | sparc*-*-openbsd*)
13817 COREFILE=netbsd-core.lo
13818 ;;
13819 vax-*-netbsd* | vax-*-openbsd*)
13820 COREFILE=netbsd-core.lo
13821 ;;
13822 vax-*-ultrix2*)
13823 COREFILE=trad-core.lo
13824 TRAD_HEADER='"hosts/vaxult2.h"'
13825 ;;
13826 vax-*-ultrix*)
13827 COREFILE=trad-core.lo
13828 TRAD_HEADER='"hosts/vaxult2.h"'
13829 ;;
13830 vax-*-linux-*)
13831 COREFILE=trad-core.lo
13832 TRAD_HEADER='"hosts/vaxlinux.h"'
13833 ;;
13834 vax-*-*)
13835 COREFILE=trad-core.lo
13836 TRAD_HEADER='"hosts/vaxbsd.h"'
13837 ;;
13838 x86_64-*-linux*)
13839 CORE_HEADER='"hosts/x86-64linux.h"'
13840 ;;
13841 x86_64-*-netbsd* | x86_64-*-openbsd*)
13842 COREFILE=netbsd-core.lo
13843 ;;
13844 esac
13845
13846 case "$COREFILE" in
13847 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
13848 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
13849 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
13850 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
13851 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
13852 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
13853 osf-core.lo) COREFLAG=-DOSF_CORE ;;
13854 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
13855 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
13856 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
13857 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
13858 esac
13859
13860 # ELF corefile support has several flavors, but all of
13861 # them use something called <sys/procfs.h>
13862
13863 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
13864
13865 for ac_header in sys/procfs.h
13866 do :
13867 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
13868 if test "x$ac_cv_header_sys_procfs_h" = xyes; then :
13869 cat >>confdefs.h <<_ACEOF
13870 #define HAVE_SYS_PROCFS_H 1
13871 _ACEOF
13872
13873 fi
13874
13875 done
13876
13877 if test "$ac_cv_header_sys_procfs_h" = yes; then
13878
13879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
13880 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
13881 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then :
13882 $as_echo_n "(cached) " >&6
13883 else
13884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13885 /* end confdefs.h. */
13886
13887 #define _SYSCALL32
13888 #include <sys/procfs.h>
13889 int
13890 main ()
13891 {
13892 prstatus_t avar
13893 ;
13894 return 0;
13895 }
13896 _ACEOF
13897 if ac_fn_c_try_compile "$LINENO"; then :
13898 bfd_cv_have_sys_procfs_type_prstatus_t=yes
13899 else
13900 bfd_cv_have_sys_procfs_type_prstatus_t=no
13901
13902 fi
13903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13904 fi
13905
13906 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
13907
13908 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
13909
13910 fi
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
13912 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
13913
13914
13915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
13916 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
13917 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then :
13918 $as_echo_n "(cached) " >&6
13919 else
13920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13921 /* end confdefs.h. */
13922
13923 #define _SYSCALL32
13924 #include <sys/procfs.h>
13925 int
13926 main ()
13927 {
13928 prstatus32_t avar
13929 ;
13930 return 0;
13931 }
13932 _ACEOF
13933 if ac_fn_c_try_compile "$LINENO"; then :
13934 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
13935 else
13936 bfd_cv_have_sys_procfs_type_prstatus32_t=no
13937
13938 fi
13939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13940 fi
13941
13942 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
13943
13944 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
13945
13946 fi
13947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
13948 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
13949
13950
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
13952 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
13953 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then :
13954 $as_echo_n "(cached) " >&6
13955 else
13956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13957 /* end confdefs.h. */
13958
13959 #define _SYSCALL32
13960 #include <sys/procfs.h>
13961 int
13962 main ()
13963 {
13964 prstatus_t avar; void* aref = (void*) &avar.pr_who
13965 ;
13966 return 0;
13967 }
13968 _ACEOF
13969 if ac_fn_c_try_compile "$LINENO"; then :
13970 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
13971 else
13972 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
13973
13974 fi
13975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13976 fi
13977
13978 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
13979
13980 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
13981
13982 fi
13983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
13984 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
13985
13986
13987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
13988 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
13989 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then :
13990 $as_echo_n "(cached) " >&6
13991 else
13992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13993 /* end confdefs.h. */
13994
13995 #define _SYSCALL32
13996 #include <sys/procfs.h>
13997 int
13998 main ()
13999 {
14000 prstatus32_t avar; void* aref = (void*) &avar.pr_who
14001 ;
14002 return 0;
14003 }
14004 _ACEOF
14005 if ac_fn_c_try_compile "$LINENO"; then :
14006 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
14007 else
14008 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
14009
14010 fi
14011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14012 fi
14013
14014 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14015
14016 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14017
14018 fi
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14020 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14021
14022
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14024 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14025 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then :
14026 $as_echo_n "(cached) " >&6
14027 else
14028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14029 /* end confdefs.h. */
14030
14031 #define _SYSCALL32
14032 #include <sys/procfs.h>
14033 int
14034 main ()
14035 {
14036 pstatus_t avar
14037 ;
14038 return 0;
14039 }
14040 _ACEOF
14041 if ac_fn_c_try_compile "$LINENO"; then :
14042 bfd_cv_have_sys_procfs_type_pstatus_t=yes
14043 else
14044 bfd_cv_have_sys_procfs_type_pstatus_t=no
14045
14046 fi
14047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14048 fi
14049
14050 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14051
14052 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14053
14054 fi
14055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14056 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14057
14058
14059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14060 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14061 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then :
14062 $as_echo_n "(cached) " >&6
14063 else
14064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14065 /* end confdefs.h. */
14066
14067 #define _SYSCALL32
14068 #include <sys/procfs.h>
14069 int
14070 main ()
14071 {
14072 pxstatus_t avar
14073 ;
14074 return 0;
14075 }
14076 _ACEOF
14077 if ac_fn_c_try_compile "$LINENO"; then :
14078 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
14079 else
14080 bfd_cv_have_sys_procfs_type_pxstatus_t=no
14081
14082 fi
14083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14084 fi
14085
14086 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14087
14088 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14089
14090 fi
14091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14092 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14093
14094
14095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14096 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14097 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then :
14098 $as_echo_n "(cached) " >&6
14099 else
14100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14101 /* end confdefs.h. */
14102
14103 #define _SYSCALL32
14104 #include <sys/procfs.h>
14105 int
14106 main ()
14107 {
14108 pstatus32_t avar
14109 ;
14110 return 0;
14111 }
14112 _ACEOF
14113 if ac_fn_c_try_compile "$LINENO"; then :
14114 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
14115 else
14116 bfd_cv_have_sys_procfs_type_pstatus32_t=no
14117
14118 fi
14119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14120 fi
14121
14122 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14123
14124 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14125
14126 fi
14127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14128 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14129
14130
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14132 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14133 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then :
14134 $as_echo_n "(cached) " >&6
14135 else
14136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14137 /* end confdefs.h. */
14138
14139 #define _SYSCALL32
14140 #include <sys/procfs.h>
14141 int
14142 main ()
14143 {
14144 prpsinfo_t avar
14145 ;
14146 return 0;
14147 }
14148 _ACEOF
14149 if ac_fn_c_try_compile "$LINENO"; then :
14150 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
14151 else
14152 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
14153
14154 fi
14155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14156 fi
14157
14158 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14159
14160 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14161
14162 fi
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14164 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14165
14166
14167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
14168 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
14169 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then :
14170 $as_echo_n "(cached) " >&6
14171 else
14172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14173 /* end confdefs.h. */
14174
14175 #define _SYSCALL32
14176 #include <sys/procfs.h>
14177 int
14178 main ()
14179 {
14180 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14181 ;
14182 return 0;
14183 }
14184 _ACEOF
14185 if ac_fn_c_try_compile "$LINENO"; then :
14186 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
14187 else
14188 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
14189
14190 fi
14191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14192 fi
14193
14194 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14195
14196 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14197
14198 fi
14199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14200 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14201
14202
14203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14204 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14205 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then :
14206 $as_echo_n "(cached) " >&6
14207 else
14208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14209 /* end confdefs.h. */
14210
14211 #define _SYSCALL32
14212 #include <sys/procfs.h>
14213 int
14214 main ()
14215 {
14216 prpsinfo32_t avar
14217 ;
14218 return 0;
14219 }
14220 _ACEOF
14221 if ac_fn_c_try_compile "$LINENO"; then :
14222 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
14223 else
14224 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
14225
14226 fi
14227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14228 fi
14229
14230 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14231
14232 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14233
14234 fi
14235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14236 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14237
14238
14239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
14240 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14241 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then :
14242 $as_echo_n "(cached) " >&6
14243 else
14244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14245 /* end confdefs.h. */
14246
14247 #define _SYSCALL32
14248 #include <sys/procfs.h>
14249 int
14250 main ()
14251 {
14252 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14253 ;
14254 return 0;
14255 }
14256 _ACEOF
14257 if ac_fn_c_try_compile "$LINENO"; then :
14258 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
14259 else
14260 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
14261
14262 fi
14263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14264 fi
14265
14266 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14267
14268 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14269
14270 fi
14271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14272 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14273
14274
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14276 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14277 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then :
14278 $as_echo_n "(cached) " >&6
14279 else
14280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14281 /* end confdefs.h. */
14282
14283 #define _SYSCALL32
14284 #include <sys/procfs.h>
14285 int
14286 main ()
14287 {
14288 psinfo_t avar
14289 ;
14290 return 0;
14291 }
14292 _ACEOF
14293 if ac_fn_c_try_compile "$LINENO"; then :
14294 bfd_cv_have_sys_procfs_type_psinfo_t=yes
14295 else
14296 bfd_cv_have_sys_procfs_type_psinfo_t=no
14297
14298 fi
14299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14300 fi
14301
14302 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14303
14304 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14305
14306 fi
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14308 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14309
14310
14311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
14312 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
14313 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then :
14314 $as_echo_n "(cached) " >&6
14315 else
14316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14317 /* end confdefs.h. */
14318
14319 #define _SYSCALL32
14320 #include <sys/procfs.h>
14321 int
14322 main ()
14323 {
14324 psinfo_t avar; void* aref = (void*) &avar.pr_pid
14325 ;
14326 return 0;
14327 }
14328 _ACEOF
14329 if ac_fn_c_try_compile "$LINENO"; then :
14330 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
14331 else
14332 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
14333
14334 fi
14335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14336 fi
14337
14338 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14339
14340 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14341
14342 fi
14343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14344 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14345
14346
14347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14348 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14349 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then :
14350 $as_echo_n "(cached) " >&6
14351 else
14352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14353 /* end confdefs.h. */
14354
14355 #define _SYSCALL32
14356 #include <sys/procfs.h>
14357 int
14358 main ()
14359 {
14360 psinfo32_t avar
14361 ;
14362 return 0;
14363 }
14364 _ACEOF
14365 if ac_fn_c_try_compile "$LINENO"; then :
14366 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
14367 else
14368 bfd_cv_have_sys_procfs_type_psinfo32_t=no
14369
14370 fi
14371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14372 fi
14373
14374 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14375
14376 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14377
14378 fi
14379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14380 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14381
14382
14383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
14384 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14385 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then :
14386 $as_echo_n "(cached) " >&6
14387 else
14388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14389 /* end confdefs.h. */
14390
14391 #define _SYSCALL32
14392 #include <sys/procfs.h>
14393 int
14394 main ()
14395 {
14396 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
14397 ;
14398 return 0;
14399 }
14400 _ACEOF
14401 if ac_fn_c_try_compile "$LINENO"; then :
14402 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
14403 else
14404 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
14405
14406 fi
14407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14408 fi
14409
14410 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
14411
14412 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
14413
14414 fi
14415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
14416 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
14417
14418
14419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
14420 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
14421 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then :
14422 $as_echo_n "(cached) " >&6
14423 else
14424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14425 /* end confdefs.h. */
14426
14427 #define _SYSCALL32
14428 #include <sys/procfs.h>
14429 int
14430 main ()
14431 {
14432 lwpstatus_t avar
14433 ;
14434 return 0;
14435 }
14436 _ACEOF
14437 if ac_fn_c_try_compile "$LINENO"; then :
14438 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
14439 else
14440 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
14441
14442 fi
14443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14444 fi
14445
14446 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14447
14448 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14449
14450 fi
14451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14452 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
14453
14454
14455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
14456 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
14457 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then :
14458 $as_echo_n "(cached) " >&6
14459 else
14460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14461 /* end confdefs.h. */
14462
14463 #define _SYSCALL32
14464 #include <sys/procfs.h>
14465 int
14466 main ()
14467 {
14468 lwpxstatus_t avar
14469 ;
14470 return 0;
14471 }
14472 _ACEOF
14473 if ac_fn_c_try_compile "$LINENO"; then :
14474 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
14475 else
14476 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
14477
14478 fi
14479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14480 fi
14481
14482 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
14483
14484 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
14485
14486 fi
14487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
14488 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
14489
14490
14491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
14492 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
14493 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then :
14494 $as_echo_n "(cached) " >&6
14495 else
14496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14497 /* end confdefs.h. */
14498
14499 #define _SYSCALL32
14500 #include <sys/procfs.h>
14501 int
14502 main ()
14503 {
14504 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
14505 ;
14506 return 0;
14507 }
14508 _ACEOF
14509 if ac_fn_c_try_compile "$LINENO"; then :
14510 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
14511 else
14512 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
14513
14514 fi
14515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14516 fi
14517
14518 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
14519
14520 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
14521
14522 fi
14523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
14524 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
14525
14526
14527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
14528 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
14529 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then :
14530 $as_echo_n "(cached) " >&6
14531 else
14532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14533 /* end confdefs.h. */
14534
14535 #define _SYSCALL32
14536 #include <sys/procfs.h>
14537 int
14538 main ()
14539 {
14540 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
14541 ;
14542 return 0;
14543 }
14544 _ACEOF
14545 if ac_fn_c_try_compile "$LINENO"; then :
14546 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
14547 else
14548 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
14549
14550 fi
14551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14552 fi
14553
14554 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
14555
14556 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
14557
14558 fi
14559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
14560 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
14561
14562
14563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
14564 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
14565 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then :
14566 $as_echo_n "(cached) " >&6
14567 else
14568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14569 /* end confdefs.h. */
14570
14571 #define _SYSCALL32
14572 #include <sys/procfs.h>
14573 int
14574 main ()
14575 {
14576 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
14577 ;
14578 return 0;
14579 }
14580 _ACEOF
14581 if ac_fn_c_try_compile "$LINENO"; then :
14582 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
14583 else
14584 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
14585
14586 fi
14587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14588 fi
14589
14590 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
14591
14592 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
14593
14594 fi
14595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
14596 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
14597
14598
14599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
14600 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
14601 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then :
14602 $as_echo_n "(cached) " >&6
14603 else
14604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14605 /* end confdefs.h. */
14606
14607 #define _SYSCALL32
14608 #include <sys/procfs.h>
14609 int
14610 main ()
14611 {
14612 win32_pstatus_t avar
14613 ;
14614 return 0;
14615 }
14616 _ACEOF
14617 if ac_fn_c_try_compile "$LINENO"; then :
14618 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
14619 else
14620 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
14621
14622 fi
14623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14624 fi
14625
14626 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
14627
14628 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
14629
14630 fi
14631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
14632 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
14633
14634 fi
14635 fi
14636
14637
14638 if test -n "$CORE_HEADER"; then
14639
14640 cat >>confdefs.h <<_ACEOF
14641 #define CORE_HEADER $CORE_HEADER
14642 _ACEOF
14643
14644 fi
14645 if test -n "$TRAD_HEADER"; then
14646
14647 cat >>confdefs.h <<_ACEOF
14648 #define TRAD_HEADER $TRAD_HEADER
14649 _ACEOF
14650
14651 fi
14652
14653 if test "$plugins" = "yes"; then
14654 supports_plugins=1
14655 else
14656 supports_plugins=0
14657 fi
14658
14659
14660
14661 # Determine the host dependent file_ptr a.k.a. off_t type. In order
14662 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
14663 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
14664 # Hopefully a reasonable assumption since fseeko et.al. should be
14665 # upward compatible.
14666 for ac_func in ftello ftello64 fseeko fseeko64 fopen64
14667 do :
14668 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14669 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14670 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14671 cat >>confdefs.h <<_ACEOF
14672 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14673 _ACEOF
14674
14675 fi
14676 done
14677
14678 ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
14679 if test "x$ac_cv_have_decl_ftello" = xyes; then :
14680 ac_have_decl=1
14681 else
14682 ac_have_decl=0
14683 fi
14684
14685 cat >>confdefs.h <<_ACEOF
14686 #define HAVE_DECL_FTELLO $ac_have_decl
14687 _ACEOF
14688 ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
14689 if test "x$ac_cv_have_decl_ftello64" = xyes; then :
14690 ac_have_decl=1
14691 else
14692 ac_have_decl=0
14693 fi
14694
14695 cat >>confdefs.h <<_ACEOF
14696 #define HAVE_DECL_FTELLO64 $ac_have_decl
14697 _ACEOF
14698 ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
14699 if test "x$ac_cv_have_decl_fseeko" = xyes; then :
14700 ac_have_decl=1
14701 else
14702 ac_have_decl=0
14703 fi
14704
14705 cat >>confdefs.h <<_ACEOF
14706 #define HAVE_DECL_FSEEKO $ac_have_decl
14707 _ACEOF
14708 ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
14709 if test "x$ac_cv_have_decl_fseeko64" = xyes; then :
14710 ac_have_decl=1
14711 else
14712 ac_have_decl=0
14713 fi
14714
14715 cat >>confdefs.h <<_ACEOF
14716 #define HAVE_DECL_FSEEKO64 $ac_have_decl
14717 _ACEOF
14718 ac_fn_c_check_decl "$LINENO" "fopen64" "ac_cv_have_decl_fopen64" "$ac_includes_default"
14719 if test "x$ac_cv_have_decl_fopen64" = xyes; then :
14720 ac_have_decl=1
14721 else
14722 ac_have_decl=0
14723 fi
14724
14725 cat >>confdefs.h <<_ACEOF
14726 #define HAVE_DECL_FOPEN64 $ac_have_decl
14727 _ACEOF
14728
14729 if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
14730 # The cast to long int works around a bug in the HP C Compiler
14731 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14732 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14733 # This bug is HP SR number 8606223364.
14734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
14735 $as_echo_n "checking size of off_t... " >&6; }
14736 if ${ac_cv_sizeof_off_t+:} false; then :
14737 $as_echo_n "(cached) " >&6
14738 else
14739 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
14740
14741 else
14742 if test "$ac_cv_type_off_t" = yes; then
14743 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14744 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14745 as_fn_error 77 "cannot compute sizeof (off_t)
14746 See \`config.log' for more details" "$LINENO" 5; }
14747 else
14748 ac_cv_sizeof_off_t=0
14749 fi
14750 fi
14751
14752 fi
14753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
14754 $as_echo "$ac_cv_sizeof_off_t" >&6; }
14755
14756
14757
14758 cat >>confdefs.h <<_ACEOF
14759 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
14760 _ACEOF
14761
14762
14763 fi
14764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
14765 $as_echo_n "checking file_ptr type... " >&6; }
14766 bfd_file_ptr="long"
14767 bfd_ufile_ptr="unsigned long"
14768 if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
14769 -o x"${ac_cv_sizeof_off_t}" = x8; then
14770 bfd_file_ptr=BFD_HOST_64_BIT
14771 bfd_ufile_ptr=BFD_HOST_U_64_BIT
14772 fi
14773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
14774 $as_echo "$bfd_file_ptr" >&6; }
14775
14776
14777
14778
14779
14780
14781 for ac_header in $ac_header_list
14782 do :
14783 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14784 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
14785 "
14786 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14787 cat >>confdefs.h <<_ACEOF
14788 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14789 _ACEOF
14790
14791 fi
14792
14793 done
14794
14795
14796
14797
14798
14799
14800
14801
14802 for ac_func in getpagesize
14803 do :
14804 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
14805 if test "x$ac_cv_func_getpagesize" = xyes; then :
14806 cat >>confdefs.h <<_ACEOF
14807 #define HAVE_GETPAGESIZE 1
14808 _ACEOF
14809
14810 fi
14811 done
14812
14813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
14814 $as_echo_n "checking for working mmap... " >&6; }
14815 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
14816 $as_echo_n "(cached) " >&6
14817 else
14818 if test "$cross_compiling" = yes; then :
14819 ac_cv_func_mmap_fixed_mapped=no
14820 else
14821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14822 /* end confdefs.h. */
14823 $ac_includes_default
14824 /* malloc might have been renamed as rpl_malloc. */
14825 #undef malloc
14826
14827 /* Thanks to Mike Haertel and Jim Avera for this test.
14828 Here is a matrix of mmap possibilities:
14829 mmap private not fixed
14830 mmap private fixed at somewhere currently unmapped
14831 mmap private fixed at somewhere already mapped
14832 mmap shared not fixed
14833 mmap shared fixed at somewhere currently unmapped
14834 mmap shared fixed at somewhere already mapped
14835 For private mappings, we should verify that changes cannot be read()
14836 back from the file, nor mmap's back from the file at a different
14837 address. (There have been systems where private was not correctly
14838 implemented like the infamous i386 svr4.0, and systems where the
14839 VM page cache was not coherent with the file system buffer cache
14840 like early versions of FreeBSD and possibly contemporary NetBSD.)
14841 For shared mappings, we should conversely verify that changes get
14842 propagated back to all the places they're supposed to be.
14843
14844 Grep wants private fixed already mapped.
14845 The main things grep needs to know about mmap are:
14846 * does it exist and is it safe to write into the mmap'd area
14847 * how to use it (BSD variants) */
14848
14849 #include <fcntl.h>
14850 #include <sys/mman.h>
14851
14852 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
14853 char *malloc ();
14854 #endif
14855
14856 /* This mess was copied from the GNU getpagesize.h. */
14857 #ifndef HAVE_GETPAGESIZE
14858 # ifdef _SC_PAGESIZE
14859 # define getpagesize() sysconf(_SC_PAGESIZE)
14860 # else /* no _SC_PAGESIZE */
14861 # ifdef HAVE_SYS_PARAM_H
14862 # include <sys/param.h>
14863 # ifdef EXEC_PAGESIZE
14864 # define getpagesize() EXEC_PAGESIZE
14865 # else /* no EXEC_PAGESIZE */
14866 # ifdef NBPG
14867 # define getpagesize() NBPG * CLSIZE
14868 # ifndef CLSIZE
14869 # define CLSIZE 1
14870 # endif /* no CLSIZE */
14871 # else /* no NBPG */
14872 # ifdef NBPC
14873 # define getpagesize() NBPC
14874 # else /* no NBPC */
14875 # ifdef PAGESIZE
14876 # define getpagesize() PAGESIZE
14877 # endif /* PAGESIZE */
14878 # endif /* no NBPC */
14879 # endif /* no NBPG */
14880 # endif /* no EXEC_PAGESIZE */
14881 # else /* no HAVE_SYS_PARAM_H */
14882 # define getpagesize() 8192 /* punt totally */
14883 # endif /* no HAVE_SYS_PARAM_H */
14884 # endif /* no _SC_PAGESIZE */
14885
14886 #endif /* no HAVE_GETPAGESIZE */
14887
14888 int
14889 main ()
14890 {
14891 char *data, *data2, *data3;
14892 const char *cdata2;
14893 int i, pagesize;
14894 int fd, fd2;
14895
14896 pagesize = getpagesize ();
14897
14898 /* First, make a file with some known garbage in it. */
14899 data = (char *) malloc (pagesize);
14900 if (!data)
14901 return 1;
14902 for (i = 0; i < pagesize; ++i)
14903 *(data + i) = rand ();
14904 umask (0);
14905 fd = creat ("conftest.mmap", 0600);
14906 if (fd < 0)
14907 return 2;
14908 if (write (fd, data, pagesize) != pagesize)
14909 return 3;
14910 close (fd);
14911
14912 /* Next, check that the tail of a page is zero-filled. File must have
14913 non-zero length, otherwise we risk SIGBUS for entire page. */
14914 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
14915 if (fd2 < 0)
14916 return 4;
14917 cdata2 = "";
14918 if (write (fd2, cdata2, 1) != 1)
14919 return 5;
14920 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
14921 if (data2 == MAP_FAILED)
14922 return 6;
14923 for (i = 0; i < pagesize; ++i)
14924 if (*(data2 + i))
14925 return 7;
14926 close (fd2);
14927 if (munmap (data2, pagesize))
14928 return 8;
14929
14930 /* Next, try to mmap the file at a fixed address which already has
14931 something else allocated at it. If we can, also make sure that
14932 we see the same garbage. */
14933 fd = open ("conftest.mmap", O_RDWR);
14934 if (fd < 0)
14935 return 9;
14936 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
14937 MAP_PRIVATE | MAP_FIXED, fd, 0L))
14938 return 10;
14939 for (i = 0; i < pagesize; ++i)
14940 if (*(data + i) != *(data2 + i))
14941 return 11;
14942
14943 /* Finally, make sure that changes to the mapped area do not
14944 percolate back to the file as seen by read(). (This is a bug on
14945 some variants of i386 svr4.0.) */
14946 for (i = 0; i < pagesize; ++i)
14947 *(data2 + i) = *(data2 + i) + 1;
14948 data3 = (char *) malloc (pagesize);
14949 if (!data3)
14950 return 12;
14951 if (read (fd, data3, pagesize) != pagesize)
14952 return 13;
14953 for (i = 0; i < pagesize; ++i)
14954 if (*(data + i) != *(data3 + i))
14955 return 14;
14956 close (fd);
14957 return 0;
14958 }
14959 _ACEOF
14960 if ac_fn_c_try_run "$LINENO"; then :
14961 ac_cv_func_mmap_fixed_mapped=yes
14962 else
14963 ac_cv_func_mmap_fixed_mapped=no
14964 fi
14965 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14966 conftest.$ac_objext conftest.beam conftest.$ac_ext
14967 fi
14968
14969 fi
14970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
14971 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
14972 if test $ac_cv_func_mmap_fixed_mapped = yes; then
14973
14974 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
14975
14976 fi
14977 rm -f conftest.mmap conftest.txt
14978
14979 for ac_func in madvise mprotect
14980 do :
14981 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14982 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14983 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14984 cat >>confdefs.h <<_ACEOF
14985 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14986 _ACEOF
14987
14988 fi
14989 done
14990
14991 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
14992 true+yes )
14993 $as_echo "#define USE_MMAP 1" >>confdefs.h
14994 ;;
14995 esac
14996
14997 rm -f doc/config.status
14998 ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
14999
15000
15001 ac_config_commands="$ac_config_commands default"
15002
15003
15004
15005
15006
15007
15008
15009 cat >confcache <<\_ACEOF
15010 # This file is a shell script that caches the results of configure
15011 # tests run on this system so they can be shared between configure
15012 # scripts and configure runs, see configure's option --config-cache.
15013 # It is not useful on other systems. If it contains results you don't
15014 # want to keep, you may remove or edit it.
15015 #
15016 # config.status only pays attention to the cache file if you give it
15017 # the --recheck option to rerun configure.
15018 #
15019 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15020 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15021 # following values.
15022
15023 _ACEOF
15024
15025 # The following way of writing the cache mishandles newlines in values,
15026 # but we know of no workaround that is simple, portable, and efficient.
15027 # So, we kill variables containing newlines.
15028 # Ultrix sh set writes to stderr and can't be redirected directly,
15029 # and sets the high bit in the cache file unless we assign to the vars.
15030 (
15031 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15032 eval ac_val=\$$ac_var
15033 case $ac_val in #(
15034 *${as_nl}*)
15035 case $ac_var in #(
15036 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15037 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15038 esac
15039 case $ac_var in #(
15040 _ | IFS | as_nl) ;; #(
15041 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15042 *) { eval $ac_var=; unset $ac_var;} ;;
15043 esac ;;
15044 esac
15045 done
15046
15047 (set) 2>&1 |
15048 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15049 *${as_nl}ac_space=\ *)
15050 # `set' does not quote correctly, so add quotes: double-quote
15051 # substitution turns \\\\ into \\, and sed turns \\ into \.
15052 sed -n \
15053 "s/'/'\\\\''/g;
15054 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15055 ;; #(
15056 *)
15057 # `set' quotes correctly as required by POSIX, so do not add quotes.
15058 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15059 ;;
15060 esac |
15061 sort
15062 ) |
15063 sed '
15064 /^ac_cv_env_/b end
15065 t clear
15066 :clear
15067 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15068 t end
15069 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15070 :end' >>confcache
15071 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15072 if test -w "$cache_file"; then
15073 if test "x$cache_file" != "x/dev/null"; then
15074 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15075 $as_echo "$as_me: updating cache $cache_file" >&6;}
15076 if test ! -f "$cache_file" || test -h "$cache_file"; then
15077 cat confcache >"$cache_file"
15078 else
15079 case $cache_file in #(
15080 */* | ?:*)
15081 mv -f confcache "$cache_file"$$ &&
15082 mv -f "$cache_file"$$ "$cache_file" ;; #(
15083 *)
15084 mv -f confcache "$cache_file" ;;
15085 esac
15086 fi
15087 fi
15088 else
15089 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15090 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15091 fi
15092 fi
15093 rm -f confcache
15094
15095 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15096 # Let make expand exec_prefix.
15097 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15098
15099 DEFS=-DHAVE_CONFIG_H
15100
15101 ac_libobjs=
15102 ac_ltlibobjs=
15103 U=
15104 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15105 # 1. Remove the extension, and $U if already installed.
15106 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15107 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15108 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15109 # will be set to the directory where LIBOBJS objects are built.
15110 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15111 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15112 done
15113 LIBOBJS=$ac_libobjs
15114
15115 LTLIBOBJS=$ac_ltlibobjs
15116
15117
15118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15119 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15120 if test -n "$am_sleep_pid"; then
15121 # Hide warnings about reused PIDs.
15122 wait $am_sleep_pid 2>/dev/null
15123 fi
15124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15125 $as_echo "done" >&6; }
15126 if test -n "$EXEEXT"; then
15127 am__EXEEXT_TRUE=
15128 am__EXEEXT_FALSE='#'
15129 else
15130 am__EXEEXT_TRUE='#'
15131 am__EXEEXT_FALSE=
15132 fi
15133
15134 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15135 as_fn_error $? "conditional \"AMDEP\" was never defined.
15136 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15137 fi
15138 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15139 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15140 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15141 fi
15142 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
15143 as_fn_error $? "conditional \"PLUGINS\" was never defined.
15144 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15145 fi
15146 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15147 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15148 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15149 fi
15150 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15151 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15152 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15153 fi
15154 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
15155 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
15156 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15157 fi
15158
15159 : "${CONFIG_STATUS=./config.status}"
15160 ac_write_fail=0
15161 ac_clean_files_save=$ac_clean_files
15162 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15163 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15164 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15165 as_write_fail=0
15166 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15167 #! $SHELL
15168 # Generated by $as_me.
15169 # Run this file to recreate the current configuration.
15170 # Compiler output produced by configure, useful for debugging
15171 # configure, is in config.log if it exists.
15172
15173 debug=false
15174 ac_cs_recheck=false
15175 ac_cs_silent=false
15176
15177 SHELL=\${CONFIG_SHELL-$SHELL}
15178 export SHELL
15179 _ASEOF
15180 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15181 ## -------------------- ##
15182 ## M4sh Initialization. ##
15183 ## -------------------- ##
15184
15185 # Be more Bourne compatible
15186 DUALCASE=1; export DUALCASE # for MKS sh
15187 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15188 emulate sh
15189 NULLCMD=:
15190 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15191 # is contrary to our usage. Disable this feature.
15192 alias -g '${1+"$@"}'='"$@"'
15193 setopt NO_GLOB_SUBST
15194 else
15195 case `(set -o) 2>/dev/null` in #(
15196 *posix*) :
15197 set -o posix ;; #(
15198 *) :
15199 ;;
15200 esac
15201 fi
15202
15203
15204 as_nl='
15205 '
15206 export as_nl
15207 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15208 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15209 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15210 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15211 # Prefer a ksh shell builtin over an external printf program on Solaris,
15212 # but without wasting forks for bash or zsh.
15213 if test -z "$BASH_VERSION$ZSH_VERSION" \
15214 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15215 as_echo='print -r --'
15216 as_echo_n='print -rn --'
15217 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15218 as_echo='printf %s\n'
15219 as_echo_n='printf %s'
15220 else
15221 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15222 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15223 as_echo_n='/usr/ucb/echo -n'
15224 else
15225 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15226 as_echo_n_body='eval
15227 arg=$1;
15228 case $arg in #(
15229 *"$as_nl"*)
15230 expr "X$arg" : "X\\(.*\\)$as_nl";
15231 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15232 esac;
15233 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15234 '
15235 export as_echo_n_body
15236 as_echo_n='sh -c $as_echo_n_body as_echo'
15237 fi
15238 export as_echo_body
15239 as_echo='sh -c $as_echo_body as_echo'
15240 fi
15241
15242 # The user is always right.
15243 if test "${PATH_SEPARATOR+set}" != set; then
15244 PATH_SEPARATOR=:
15245 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15246 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15247 PATH_SEPARATOR=';'
15248 }
15249 fi
15250
15251
15252 # IFS
15253 # We need space, tab and new line, in precisely that order. Quoting is
15254 # there to prevent editors from complaining about space-tab.
15255 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15256 # splitting by setting IFS to empty value.)
15257 IFS=" "" $as_nl"
15258
15259 # Find who we are. Look in the path if we contain no directory separator.
15260 as_myself=
15261 case $0 in #((
15262 *[\\/]* ) as_myself=$0 ;;
15263 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15264 for as_dir in $PATH
15265 do
15266 IFS=$as_save_IFS
15267 test -z "$as_dir" && as_dir=.
15268 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15269 done
15270 IFS=$as_save_IFS
15271
15272 ;;
15273 esac
15274 # We did not find ourselves, most probably we were run as `sh COMMAND'
15275 # in which case we are not to be found in the path.
15276 if test "x$as_myself" = x; then
15277 as_myself=$0
15278 fi
15279 if test ! -f "$as_myself"; then
15280 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15281 exit 1
15282 fi
15283
15284 # Unset variables that we do not need and which cause bugs (e.g. in
15285 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15286 # suppresses any "Segmentation fault" message there. '((' could
15287 # trigger a bug in pdksh 5.2.14.
15288 for as_var in BASH_ENV ENV MAIL MAILPATH
15289 do eval test x\${$as_var+set} = xset \
15290 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15291 done
15292 PS1='$ '
15293 PS2='> '
15294 PS4='+ '
15295
15296 # NLS nuisances.
15297 LC_ALL=C
15298 export LC_ALL
15299 LANGUAGE=C
15300 export LANGUAGE
15301
15302 # CDPATH.
15303 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15304
15305
15306 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15307 # ----------------------------------------
15308 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15309 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15310 # script with STATUS, using 1 if that was 0.
15311 as_fn_error ()
15312 {
15313 as_status=$1; test $as_status -eq 0 && as_status=1
15314 if test "$4"; then
15315 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15316 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15317 fi
15318 $as_echo "$as_me: error: $2" >&2
15319 as_fn_exit $as_status
15320 } # as_fn_error
15321
15322
15323 # as_fn_set_status STATUS
15324 # -----------------------
15325 # Set $? to STATUS, without forking.
15326 as_fn_set_status ()
15327 {
15328 return $1
15329 } # as_fn_set_status
15330
15331 # as_fn_exit STATUS
15332 # -----------------
15333 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15334 as_fn_exit ()
15335 {
15336 set +e
15337 as_fn_set_status $1
15338 exit $1
15339 } # as_fn_exit
15340
15341 # as_fn_unset VAR
15342 # ---------------
15343 # Portably unset VAR.
15344 as_fn_unset ()
15345 {
15346 { eval $1=; unset $1;}
15347 }
15348 as_unset=as_fn_unset
15349 # as_fn_append VAR VALUE
15350 # ----------------------
15351 # Append the text in VALUE to the end of the definition contained in VAR. Take
15352 # advantage of any shell optimizations that allow amortized linear growth over
15353 # repeated appends, instead of the typical quadratic growth present in naive
15354 # implementations.
15355 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15356 eval 'as_fn_append ()
15357 {
15358 eval $1+=\$2
15359 }'
15360 else
15361 as_fn_append ()
15362 {
15363 eval $1=\$$1\$2
15364 }
15365 fi # as_fn_append
15366
15367 # as_fn_arith ARG...
15368 # ------------------
15369 # Perform arithmetic evaluation on the ARGs, and store the result in the
15370 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15371 # must be portable across $(()) and expr.
15372 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15373 eval 'as_fn_arith ()
15374 {
15375 as_val=$(( $* ))
15376 }'
15377 else
15378 as_fn_arith ()
15379 {
15380 as_val=`expr "$@" || test $? -eq 1`
15381 }
15382 fi # as_fn_arith
15383
15384
15385 if expr a : '\(a\)' >/dev/null 2>&1 &&
15386 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15387 as_expr=expr
15388 else
15389 as_expr=false
15390 fi
15391
15392 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15393 as_basename=basename
15394 else
15395 as_basename=false
15396 fi
15397
15398 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15399 as_dirname=dirname
15400 else
15401 as_dirname=false
15402 fi
15403
15404 as_me=`$as_basename -- "$0" ||
15405 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15406 X"$0" : 'X\(//\)$' \| \
15407 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15408 $as_echo X/"$0" |
15409 sed '/^.*\/\([^/][^/]*\)\/*$/{
15410 s//\1/
15411 q
15412 }
15413 /^X\/\(\/\/\)$/{
15414 s//\1/
15415 q
15416 }
15417 /^X\/\(\/\).*/{
15418 s//\1/
15419 q
15420 }
15421 s/.*/./; q'`
15422
15423 # Avoid depending upon Character Ranges.
15424 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15425 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15426 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15427 as_cr_digits='0123456789'
15428 as_cr_alnum=$as_cr_Letters$as_cr_digits
15429
15430 ECHO_C= ECHO_N= ECHO_T=
15431 case `echo -n x` in #(((((
15432 -n*)
15433 case `echo 'xy\c'` in
15434 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15435 xy) ECHO_C='\c';;
15436 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15437 ECHO_T=' ';;
15438 esac;;
15439 *)
15440 ECHO_N='-n';;
15441 esac
15442
15443 rm -f conf$$ conf$$.exe conf$$.file
15444 if test -d conf$$.dir; then
15445 rm -f conf$$.dir/conf$$.file
15446 else
15447 rm -f conf$$.dir
15448 mkdir conf$$.dir 2>/dev/null
15449 fi
15450 if (echo >conf$$.file) 2>/dev/null; then
15451 if ln -s conf$$.file conf$$ 2>/dev/null; then
15452 as_ln_s='ln -s'
15453 # ... but there are two gotchas:
15454 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15455 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15456 # In both cases, we have to default to `cp -pR'.
15457 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15458 as_ln_s='cp -pR'
15459 elif ln conf$$.file conf$$ 2>/dev/null; then
15460 as_ln_s=ln
15461 else
15462 as_ln_s='cp -pR'
15463 fi
15464 else
15465 as_ln_s='cp -pR'
15466 fi
15467 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15468 rmdir conf$$.dir 2>/dev/null
15469
15470
15471 # as_fn_mkdir_p
15472 # -------------
15473 # Create "$as_dir" as a directory, including parents if necessary.
15474 as_fn_mkdir_p ()
15475 {
15476
15477 case $as_dir in #(
15478 -*) as_dir=./$as_dir;;
15479 esac
15480 test -d "$as_dir" || eval $as_mkdir_p || {
15481 as_dirs=
15482 while :; do
15483 case $as_dir in #(
15484 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15485 *) as_qdir=$as_dir;;
15486 esac
15487 as_dirs="'$as_qdir' $as_dirs"
15488 as_dir=`$as_dirname -- "$as_dir" ||
15489 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15490 X"$as_dir" : 'X\(//\)[^/]' \| \
15491 X"$as_dir" : 'X\(//\)$' \| \
15492 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15493 $as_echo X"$as_dir" |
15494 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15495 s//\1/
15496 q
15497 }
15498 /^X\(\/\/\)[^/].*/{
15499 s//\1/
15500 q
15501 }
15502 /^X\(\/\/\)$/{
15503 s//\1/
15504 q
15505 }
15506 /^X\(\/\).*/{
15507 s//\1/
15508 q
15509 }
15510 s/.*/./; q'`
15511 test -d "$as_dir" && break
15512 done
15513 test -z "$as_dirs" || eval "mkdir $as_dirs"
15514 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15515
15516
15517 } # as_fn_mkdir_p
15518 if mkdir -p . 2>/dev/null; then
15519 as_mkdir_p='mkdir -p "$as_dir"'
15520 else
15521 test -d ./-p && rmdir ./-p
15522 as_mkdir_p=false
15523 fi
15524
15525
15526 # as_fn_executable_p FILE
15527 # -----------------------
15528 # Test if FILE is an executable regular file.
15529 as_fn_executable_p ()
15530 {
15531 test -f "$1" && test -x "$1"
15532 } # as_fn_executable_p
15533 as_test_x='test -x'
15534 as_executable_p=as_fn_executable_p
15535
15536 # Sed expression to map a string onto a valid CPP name.
15537 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15538
15539 # Sed expression to map a string onto a valid variable name.
15540 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15541
15542
15543 exec 6>&1
15544 ## ----------------------------------- ##
15545 ## Main body of $CONFIG_STATUS script. ##
15546 ## ----------------------------------- ##
15547 _ASEOF
15548 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15549
15550 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15551 # Save the log message, to keep $0 and so on meaningful, and to
15552 # report actual input values of CONFIG_FILES etc. instead of their
15553 # values after options handling.
15554 ac_log="
15555 This file was extended by bfd $as_me 2.37.50, which was
15556 generated by GNU Autoconf 2.69. Invocation command line was
15557
15558 CONFIG_FILES = $CONFIG_FILES
15559 CONFIG_HEADERS = $CONFIG_HEADERS
15560 CONFIG_LINKS = $CONFIG_LINKS
15561 CONFIG_COMMANDS = $CONFIG_COMMANDS
15562 $ $0 $@
15563
15564 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15565 "
15566
15567 _ACEOF
15568
15569 case $ac_config_files in *"
15570 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15571 esac
15572
15573 case $ac_config_headers in *"
15574 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15575 esac
15576
15577
15578 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15579 # Files that config.status was made for.
15580 config_files="$ac_config_files"
15581 config_headers="$ac_config_headers"
15582 config_commands="$ac_config_commands"
15583
15584 _ACEOF
15585
15586 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15587 ac_cs_usage="\
15588 \`$as_me' instantiates files and other configuration actions
15589 from templates according to the current configuration. Unless the files
15590 and actions are specified as TAGs, all are instantiated by default.
15591
15592 Usage: $0 [OPTION]... [TAG]...
15593
15594 -h, --help print this help, then exit
15595 -V, --version print version number and configuration settings, then exit
15596 --config print configuration, then exit
15597 -q, --quiet, --silent
15598 do not print progress messages
15599 -d, --debug don't remove temporary files
15600 --recheck update $as_me by reconfiguring in the same conditions
15601 --file=FILE[:TEMPLATE]
15602 instantiate the configuration file FILE
15603 --header=FILE[:TEMPLATE]
15604 instantiate the configuration header FILE
15605
15606 Configuration files:
15607 $config_files
15608
15609 Configuration headers:
15610 $config_headers
15611
15612 Configuration commands:
15613 $config_commands
15614
15615 Report bugs to the package provider."
15616
15617 _ACEOF
15618 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15619 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15620 ac_cs_version="\\
15621 bfd config.status 2.37.50
15622 configured by $0, generated by GNU Autoconf 2.69,
15623 with options \\"\$ac_cs_config\\"
15624
15625 Copyright (C) 2012 Free Software Foundation, Inc.
15626 This config.status script is free software; the Free Software Foundation
15627 gives unlimited permission to copy, distribute and modify it."
15628
15629 ac_pwd='$ac_pwd'
15630 srcdir='$srcdir'
15631 INSTALL='$INSTALL'
15632 MKDIR_P='$MKDIR_P'
15633 AWK='$AWK'
15634 test -n "\$AWK" || AWK=awk
15635 _ACEOF
15636
15637 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15638 # The default lists apply if the user does not specify any file.
15639 ac_need_defaults=:
15640 while test $# != 0
15641 do
15642 case $1 in
15643 --*=?*)
15644 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15645 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15646 ac_shift=:
15647 ;;
15648 --*=)
15649 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15650 ac_optarg=
15651 ac_shift=:
15652 ;;
15653 *)
15654 ac_option=$1
15655 ac_optarg=$2
15656 ac_shift=shift
15657 ;;
15658 esac
15659
15660 case $ac_option in
15661 # Handling of the options.
15662 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15663 ac_cs_recheck=: ;;
15664 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15665 $as_echo "$ac_cs_version"; exit ;;
15666 --config | --confi | --conf | --con | --co | --c )
15667 $as_echo "$ac_cs_config"; exit ;;
15668 --debug | --debu | --deb | --de | --d | -d )
15669 debug=: ;;
15670 --file | --fil | --fi | --f )
15671 $ac_shift
15672 case $ac_optarg in
15673 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15674 '') as_fn_error $? "missing file argument" ;;
15675 esac
15676 as_fn_append CONFIG_FILES " '$ac_optarg'"
15677 ac_need_defaults=false;;
15678 --header | --heade | --head | --hea )
15679 $ac_shift
15680 case $ac_optarg in
15681 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15682 esac
15683 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15684 ac_need_defaults=false;;
15685 --he | --h)
15686 # Conflict between --help and --header
15687 as_fn_error $? "ambiguous option: \`$1'
15688 Try \`$0 --help' for more information.";;
15689 --help | --hel | -h )
15690 $as_echo "$ac_cs_usage"; exit ;;
15691 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15692 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15693 ac_cs_silent=: ;;
15694
15695 # This is an error.
15696 -*) as_fn_error $? "unrecognized option: \`$1'
15697 Try \`$0 --help' for more information." ;;
15698
15699 *) as_fn_append ac_config_targets " $1"
15700 ac_need_defaults=false ;;
15701
15702 esac
15703 shift
15704 done
15705
15706 ac_configure_extra_args=
15707
15708 if $ac_cs_silent; then
15709 exec 6>/dev/null
15710 ac_configure_extra_args="$ac_configure_extra_args --silent"
15711 fi
15712
15713 _ACEOF
15714 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15715 if \$ac_cs_recheck; then
15716 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15717 shift
15718 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15719 CONFIG_SHELL='$SHELL'
15720 export CONFIG_SHELL
15721 exec "\$@"
15722 fi
15723
15724 _ACEOF
15725 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15726 exec 5>>config.log
15727 {
15728 echo
15729 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15730 ## Running $as_me. ##
15731 _ASBOX
15732 $as_echo "$ac_log"
15733 } >&5
15734
15735 _ACEOF
15736 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15737 #
15738 # INIT-COMMANDS
15739 #
15740 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15741
15742
15743 # The HP-UX ksh and POSIX shell print the target directory to stdout
15744 # if CDPATH is set.
15745 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15746
15747 sed_quote_subst='$sed_quote_subst'
15748 double_quote_subst='$double_quote_subst'
15749 delay_variable_subst='$delay_variable_subst'
15750 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15751 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15752 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15753 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15754 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15755 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15756 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15757 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15758 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15759 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15760 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15761 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15762 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15763 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15764 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15765 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15766 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15767 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15768 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15769 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15770 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15771 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15772 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15773 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15774 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15775 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15776 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15777 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15778 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15779 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15780 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15781 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15782 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15783 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15784 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15785 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15786 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15787 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15788 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15789 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15790 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15791 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15792 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15793 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15794 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15795 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15796 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15797 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15798 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"`'
15799 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15800 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15801 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15802 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15803 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15804 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15805 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15806 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15807 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15808 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15809 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15810 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15811 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15812 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15813 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15814 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15815 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15816 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15817 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15818 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15819 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15820 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15821 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15822 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15823 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15824 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15825 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15826 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15827 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15828 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15829 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15830 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15831 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15832 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15833 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15834 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15835 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15836 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15837 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15838 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15839 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15840 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15841 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15842 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15843 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15844 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15845 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15846 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15847 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15848 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15849 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15850 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15851 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15852 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15853 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15854 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15855 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15856 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15857 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15858 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15859 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15860 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15861 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15862 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15863 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15864 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15865 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15866 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15867 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15868 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15869 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15870
15871 LTCC='$LTCC'
15872 LTCFLAGS='$LTCFLAGS'
15873 compiler='$compiler_DEFAULT'
15874
15875 # A function that is used when there is no print builtin or printf.
15876 func_fallback_echo ()
15877 {
15878 eval 'cat <<_LTECHO_EOF
15879 \$1
15880 _LTECHO_EOF'
15881 }
15882
15883 # Quote evaled strings.
15884 for var in SHELL \
15885 ECHO \
15886 SED \
15887 GREP \
15888 EGREP \
15889 FGREP \
15890 LD \
15891 NM \
15892 LN_S \
15893 lt_SP2NL \
15894 lt_NL2SP \
15895 reload_flag \
15896 OBJDUMP \
15897 deplibs_check_method \
15898 file_magic_cmd \
15899 AR \
15900 AR_FLAGS \
15901 STRIP \
15902 RANLIB \
15903 CC \
15904 CFLAGS \
15905 compiler \
15906 lt_cv_sys_global_symbol_pipe \
15907 lt_cv_sys_global_symbol_to_cdecl \
15908 lt_cv_sys_global_symbol_to_c_name_address \
15909 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15910 lt_prog_compiler_no_builtin_flag \
15911 lt_prog_compiler_wl \
15912 lt_prog_compiler_pic \
15913 lt_prog_compiler_static \
15914 lt_cv_prog_compiler_c_o \
15915 need_locks \
15916 DSYMUTIL \
15917 NMEDIT \
15918 LIPO \
15919 OTOOL \
15920 OTOOL64 \
15921 shrext_cmds \
15922 export_dynamic_flag_spec \
15923 whole_archive_flag_spec \
15924 compiler_needs_object \
15925 with_gnu_ld \
15926 allow_undefined_flag \
15927 no_undefined_flag \
15928 hardcode_libdir_flag_spec \
15929 hardcode_libdir_flag_spec_ld \
15930 hardcode_libdir_separator \
15931 fix_srcfile_path \
15932 exclude_expsyms \
15933 include_expsyms \
15934 file_list_spec \
15935 variables_saved_for_relink \
15936 libname_spec \
15937 library_names_spec \
15938 soname_spec \
15939 install_override_mode \
15940 finish_eval \
15941 old_striplib \
15942 striplib; do
15943 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15944 *[\\\\\\\`\\"\\\$]*)
15945 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15946 ;;
15947 *)
15948 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15949 ;;
15950 esac
15951 done
15952
15953 # Double-quote double-evaled strings.
15954 for var in reload_cmds \
15955 old_postinstall_cmds \
15956 old_postuninstall_cmds \
15957 old_archive_cmds \
15958 extract_expsyms_cmds \
15959 old_archive_from_new_cmds \
15960 old_archive_from_expsyms_cmds \
15961 archive_cmds \
15962 archive_expsym_cmds \
15963 module_cmds \
15964 module_expsym_cmds \
15965 export_symbols_cmds \
15966 prelink_cmds \
15967 postinstall_cmds \
15968 postuninstall_cmds \
15969 finish_cmds \
15970 sys_lib_search_path_spec \
15971 sys_lib_dlsearch_path_spec; do
15972 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15973 *[\\\\\\\`\\"\\\$]*)
15974 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15975 ;;
15976 *)
15977 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15978 ;;
15979 esac
15980 done
15981
15982 ac_aux_dir='$ac_aux_dir'
15983 xsi_shell='$xsi_shell'
15984 lt_shell_append='$lt_shell_append'
15985
15986 # See if we are running on zsh, and set the options which allow our
15987 # commands through without removal of \ escapes INIT.
15988 if test -n "\${ZSH_VERSION+set}" ; then
15989 setopt NO_GLOB_SUBST
15990 fi
15991
15992
15993 PACKAGE='$PACKAGE'
15994 VERSION='$VERSION'
15995 TIMESTAMP='$TIMESTAMP'
15996 RM='$RM'
15997 ofile='$ofile'
15998
15999
16000
16001 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16002 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16003 # from automake.
16004 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16005 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16006 LINGUAS="${LINGUAS-%UNSET%}"
16007
16008
16009
16010 _ACEOF
16011
16012 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16013
16014 # Handling of arguments.
16015 for ac_config_target in $ac_config_targets
16016 do
16017 case $ac_config_target in
16018 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16019 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16020 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16021 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16022 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16023 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16024 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16025 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16026 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16027
16028 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16029 esac
16030 done
16031
16032
16033 # If the user did not use the arguments to specify the items to instantiate,
16034 # then the envvar interface is used. Set only those that are not.
16035 # We use the long form for the default assignment because of an extremely
16036 # bizarre bug on SunOS 4.1.3.
16037 if $ac_need_defaults; then
16038 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16039 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16040 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16041 fi
16042
16043 # Have a temporary directory for convenience. Make it in the build tree
16044 # simply because there is no reason against having it here, and in addition,
16045 # creating and moving files from /tmp can sometimes cause problems.
16046 # Hook for its removal unless debugging.
16047 # Note that there is a small window in which the directory will not be cleaned:
16048 # after its creation but before its name has been assigned to `$tmp'.
16049 $debug ||
16050 {
16051 tmp= ac_tmp=
16052 trap 'exit_status=$?
16053 : "${ac_tmp:=$tmp}"
16054 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16055 ' 0
16056 trap 'as_fn_exit 1' 1 2 13 15
16057 }
16058 # Create a (secure) tmp directory for tmp files.
16059
16060 {
16061 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16062 test -d "$tmp"
16063 } ||
16064 {
16065 tmp=./conf$$-$RANDOM
16066 (umask 077 && mkdir "$tmp")
16067 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16068 ac_tmp=$tmp
16069
16070 # Set up the scripts for CONFIG_FILES section.
16071 # No need to generate them if there are no CONFIG_FILES.
16072 # This happens for instance with `./config.status config.h'.
16073 if test -n "$CONFIG_FILES"; then
16074
16075
16076 ac_cr=`echo X | tr X '\015'`
16077 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16078 # But we know of no other shell where ac_cr would be empty at this
16079 # point, so we can use a bashism as a fallback.
16080 if test "x$ac_cr" = x; then
16081 eval ac_cr=\$\'\\r\'
16082 fi
16083 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16084 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16085 ac_cs_awk_cr='\\r'
16086 else
16087 ac_cs_awk_cr=$ac_cr
16088 fi
16089
16090 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16091 _ACEOF
16092
16093
16094 {
16095 echo "cat >conf$$subs.awk <<_ACEOF" &&
16096 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16097 echo "_ACEOF"
16098 } >conf$$subs.sh ||
16099 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16100 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16101 ac_delim='%!_!# '
16102 for ac_last_try in false false false false false :; do
16103 . ./conf$$subs.sh ||
16104 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16105
16106 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16107 if test $ac_delim_n = $ac_delim_num; then
16108 break
16109 elif $ac_last_try; then
16110 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16111 else
16112 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16113 fi
16114 done
16115 rm -f conf$$subs.sh
16116
16117 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16118 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16119 _ACEOF
16120 sed -n '
16121 h
16122 s/^/S["/; s/!.*/"]=/
16123 p
16124 g
16125 s/^[^!]*!//
16126 :repl
16127 t repl
16128 s/'"$ac_delim"'$//
16129 t delim
16130 :nl
16131 h
16132 s/\(.\{148\}\)..*/\1/
16133 t more1
16134 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16135 p
16136 n
16137 b repl
16138 :more1
16139 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16140 p
16141 g
16142 s/.\{148\}//
16143 t nl
16144 :delim
16145 h
16146 s/\(.\{148\}\)..*/\1/
16147 t more2
16148 s/["\\]/\\&/g; s/^/"/; s/$/"/
16149 p
16150 b
16151 :more2
16152 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16153 p
16154 g
16155 s/.\{148\}//
16156 t delim
16157 ' <conf$$subs.awk | sed '
16158 /^[^""]/{
16159 N
16160 s/\n//
16161 }
16162 ' >>$CONFIG_STATUS || ac_write_fail=1
16163 rm -f conf$$subs.awk
16164 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16165 _ACAWK
16166 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16167 for (key in S) S_is_set[key] = 1
16168 FS = "\a"
16169
16170 }
16171 {
16172 line = $ 0
16173 nfields = split(line, field, "@")
16174 substed = 0
16175 len = length(field[1])
16176 for (i = 2; i < nfields; i++) {
16177 key = field[i]
16178 keylen = length(key)
16179 if (S_is_set[key]) {
16180 value = S[key]
16181 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16182 len += length(value) + length(field[++i])
16183 substed = 1
16184 } else
16185 len += 1 + keylen
16186 }
16187
16188 print line
16189 }
16190
16191 _ACAWK
16192 _ACEOF
16193 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16194 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16195 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16196 else
16197 cat
16198 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16199 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16200 _ACEOF
16201
16202 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16203 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16204 # trailing colons and then remove the whole line if VPATH becomes empty
16205 # (actually we leave an empty line to preserve line numbers).
16206 if test "x$srcdir" = x.; then
16207 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16208 h
16209 s///
16210 s/^/:/
16211 s/[ ]*$/:/
16212 s/:\$(srcdir):/:/g
16213 s/:\${srcdir}:/:/g
16214 s/:@srcdir@:/:/g
16215 s/^:*//
16216 s/:*$//
16217 x
16218 s/\(=[ ]*\).*/\1/
16219 G
16220 s/\n//
16221 s/^[^=]*=[ ]*$//
16222 }'
16223 fi
16224
16225 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16226 fi # test -n "$CONFIG_FILES"
16227
16228 # Set up the scripts for CONFIG_HEADERS section.
16229 # No need to generate them if there are no CONFIG_HEADERS.
16230 # This happens for instance with `./config.status Makefile'.
16231 if test -n "$CONFIG_HEADERS"; then
16232 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16233 BEGIN {
16234 _ACEOF
16235
16236 # Transform confdefs.h into an awk script `defines.awk', embedded as
16237 # here-document in config.status, that substitutes the proper values into
16238 # config.h.in to produce config.h.
16239
16240 # Create a delimiter string that does not exist in confdefs.h, to ease
16241 # handling of long lines.
16242 ac_delim='%!_!# '
16243 for ac_last_try in false false :; do
16244 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16245 if test -z "$ac_tt"; then
16246 break
16247 elif $ac_last_try; then
16248 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16249 else
16250 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16251 fi
16252 done
16253
16254 # For the awk script, D is an array of macro values keyed by name,
16255 # likewise P contains macro parameters if any. Preserve backslash
16256 # newline sequences.
16257
16258 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16259 sed -n '
16260 s/.\{148\}/&'"$ac_delim"'/g
16261 t rset
16262 :rset
16263 s/^[ ]*#[ ]*define[ ][ ]*/ /
16264 t def
16265 d
16266 :def
16267 s/\\$//
16268 t bsnl
16269 s/["\\]/\\&/g
16270 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16271 D["\1"]=" \3"/p
16272 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16273 d
16274 :bsnl
16275 s/["\\]/\\&/g
16276 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16277 D["\1"]=" \3\\\\\\n"\\/p
16278 t cont
16279 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16280 t cont
16281 d
16282 :cont
16283 n
16284 s/.\{148\}/&'"$ac_delim"'/g
16285 t clear
16286 :clear
16287 s/\\$//
16288 t bsnlc
16289 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16290 d
16291 :bsnlc
16292 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16293 b cont
16294 ' <confdefs.h | sed '
16295 s/'"$ac_delim"'/"\\\
16296 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16297
16298 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16299 for (key in D) D_is_set[key] = 1
16300 FS = "\a"
16301 }
16302 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16303 line = \$ 0
16304 split(line, arg, " ")
16305 if (arg[1] == "#") {
16306 defundef = arg[2]
16307 mac1 = arg[3]
16308 } else {
16309 defundef = substr(arg[1], 2)
16310 mac1 = arg[2]
16311 }
16312 split(mac1, mac2, "(") #)
16313 macro = mac2[1]
16314 prefix = substr(line, 1, index(line, defundef) - 1)
16315 if (D_is_set[macro]) {
16316 # Preserve the white space surrounding the "#".
16317 print prefix "define", macro P[macro] D[macro]
16318 next
16319 } else {
16320 # Replace #undef with comments. This is necessary, for example,
16321 # in the case of _POSIX_SOURCE, which is predefined and required
16322 # on some systems where configure will not decide to define it.
16323 if (defundef == "undef") {
16324 print "/*", prefix defundef, macro, "*/"
16325 next
16326 }
16327 }
16328 }
16329 { print }
16330 _ACAWK
16331 _ACEOF
16332 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16333 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16334 fi # test -n "$CONFIG_HEADERS"
16335
16336
16337 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16338 shift
16339 for ac_tag
16340 do
16341 case $ac_tag in
16342 :[FHLC]) ac_mode=$ac_tag; continue;;
16343 esac
16344 case $ac_mode$ac_tag in
16345 :[FHL]*:*);;
16346 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16347 :[FH]-) ac_tag=-:-;;
16348 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16349 esac
16350 ac_save_IFS=$IFS
16351 IFS=:
16352 set x $ac_tag
16353 IFS=$ac_save_IFS
16354 shift
16355 ac_file=$1
16356 shift
16357
16358 case $ac_mode in
16359 :L) ac_source=$1;;
16360 :[FH])
16361 ac_file_inputs=
16362 for ac_f
16363 do
16364 case $ac_f in
16365 -) ac_f="$ac_tmp/stdin";;
16366 *) # Look for the file first in the build tree, then in the source tree
16367 # (if the path is not absolute). The absolute path cannot be DOS-style,
16368 # because $ac_f cannot contain `:'.
16369 test -f "$ac_f" ||
16370 case $ac_f in
16371 [\\/$]*) false;;
16372 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16373 esac ||
16374 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16375 esac
16376 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16377 as_fn_append ac_file_inputs " '$ac_f'"
16378 done
16379
16380 # Let's still pretend it is `configure' which instantiates (i.e., don't
16381 # use $as_me), people would be surprised to read:
16382 # /* config.h. Generated by config.status. */
16383 configure_input='Generated from '`
16384 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16385 `' by configure.'
16386 if test x"$ac_file" != x-; then
16387 configure_input="$ac_file. $configure_input"
16388 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16389 $as_echo "$as_me: creating $ac_file" >&6;}
16390 fi
16391 # Neutralize special characters interpreted by sed in replacement strings.
16392 case $configure_input in #(
16393 *\&* | *\|* | *\\* )
16394 ac_sed_conf_input=`$as_echo "$configure_input" |
16395 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16396 *) ac_sed_conf_input=$configure_input;;
16397 esac
16398
16399 case $ac_tag in
16400 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16401 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16402 esac
16403 ;;
16404 esac
16405
16406 ac_dir=`$as_dirname -- "$ac_file" ||
16407 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16408 X"$ac_file" : 'X\(//\)[^/]' \| \
16409 X"$ac_file" : 'X\(//\)$' \| \
16410 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16411 $as_echo X"$ac_file" |
16412 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16413 s//\1/
16414 q
16415 }
16416 /^X\(\/\/\)[^/].*/{
16417 s//\1/
16418 q
16419 }
16420 /^X\(\/\/\)$/{
16421 s//\1/
16422 q
16423 }
16424 /^X\(\/\).*/{
16425 s//\1/
16426 q
16427 }
16428 s/.*/./; q'`
16429 as_dir="$ac_dir"; as_fn_mkdir_p
16430 ac_builddir=.
16431
16432 case "$ac_dir" in
16433 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16434 *)
16435 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16436 # A ".." for each directory in $ac_dir_suffix.
16437 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16438 case $ac_top_builddir_sub in
16439 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16440 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16441 esac ;;
16442 esac
16443 ac_abs_top_builddir=$ac_pwd
16444 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16445 # for backward compatibility:
16446 ac_top_builddir=$ac_top_build_prefix
16447
16448 case $srcdir in
16449 .) # We are building in place.
16450 ac_srcdir=.
16451 ac_top_srcdir=$ac_top_builddir_sub
16452 ac_abs_top_srcdir=$ac_pwd ;;
16453 [\\/]* | ?:[\\/]* ) # Absolute name.
16454 ac_srcdir=$srcdir$ac_dir_suffix;
16455 ac_top_srcdir=$srcdir
16456 ac_abs_top_srcdir=$srcdir ;;
16457 *) # Relative name.
16458 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16459 ac_top_srcdir=$ac_top_build_prefix$srcdir
16460 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16461 esac
16462 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16463
16464
16465 case $ac_mode in
16466 :F)
16467 #
16468 # CONFIG_FILE
16469 #
16470
16471 case $INSTALL in
16472 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16473 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16474 esac
16475 ac_MKDIR_P=$MKDIR_P
16476 case $MKDIR_P in
16477 [\\/$]* | ?:[\\/]* ) ;;
16478 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16479 esac
16480 _ACEOF
16481
16482 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16483 # If the template does not know about datarootdir, expand it.
16484 # FIXME: This hack should be removed a few years after 2.60.
16485 ac_datarootdir_hack=; ac_datarootdir_seen=
16486 ac_sed_dataroot='
16487 /datarootdir/ {
16488 p
16489 q
16490 }
16491 /@datadir@/p
16492 /@docdir@/p
16493 /@infodir@/p
16494 /@localedir@/p
16495 /@mandir@/p'
16496 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16497 *datarootdir*) ac_datarootdir_seen=yes;;
16498 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16499 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16500 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16501 _ACEOF
16502 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16503 ac_datarootdir_hack='
16504 s&@datadir@&$datadir&g
16505 s&@docdir@&$docdir&g
16506 s&@infodir@&$infodir&g
16507 s&@localedir@&$localedir&g
16508 s&@mandir@&$mandir&g
16509 s&\\\${datarootdir}&$datarootdir&g' ;;
16510 esac
16511 _ACEOF
16512
16513 # Neutralize VPATH when `$srcdir' = `.'.
16514 # Shell code in configure.ac might set extrasub.
16515 # FIXME: do we really want to maintain this feature?
16516 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16517 ac_sed_extra="$ac_vpsub
16518 $extrasub
16519 _ACEOF
16520 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16521 :t
16522 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16523 s|@configure_input@|$ac_sed_conf_input|;t t
16524 s&@top_builddir@&$ac_top_builddir_sub&;t t
16525 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16526 s&@srcdir@&$ac_srcdir&;t t
16527 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16528 s&@top_srcdir@&$ac_top_srcdir&;t t
16529 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16530 s&@builddir@&$ac_builddir&;t t
16531 s&@abs_builddir@&$ac_abs_builddir&;t t
16532 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16533 s&@INSTALL@&$ac_INSTALL&;t t
16534 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16535 $ac_datarootdir_hack
16536 "
16537 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16538 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16539
16540 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16541 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16542 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16543 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16544 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16545 which seems to be undefined. Please make sure it is defined" >&5
16546 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16547 which seems to be undefined. Please make sure it is defined" >&2;}
16548
16549 rm -f "$ac_tmp/stdin"
16550 case $ac_file in
16551 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16552 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16553 esac \
16554 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16555 ;;
16556 :H)
16557 #
16558 # CONFIG_HEADER
16559 #
16560 if test x"$ac_file" != x-; then
16561 {
16562 $as_echo "/* $configure_input */" \
16563 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16564 } >"$ac_tmp/config.h" \
16565 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16566 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16567 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16568 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16569 else
16570 rm -f "$ac_file"
16571 mv "$ac_tmp/config.h" "$ac_file" \
16572 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16573 fi
16574 else
16575 $as_echo "/* $configure_input */" \
16576 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16577 || as_fn_error $? "could not create -" "$LINENO" 5
16578 fi
16579 # Compute "$ac_file"'s index in $config_headers.
16580 _am_arg="$ac_file"
16581 _am_stamp_count=1
16582 for _am_header in $config_headers :; do
16583 case $_am_header in
16584 $_am_arg | $_am_arg:* )
16585 break ;;
16586 * )
16587 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16588 esac
16589 done
16590 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16591 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16592 X"$_am_arg" : 'X\(//\)[^/]' \| \
16593 X"$_am_arg" : 'X\(//\)$' \| \
16594 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16595 $as_echo X"$_am_arg" |
16596 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16597 s//\1/
16598 q
16599 }
16600 /^X\(\/\/\)[^/].*/{
16601 s//\1/
16602 q
16603 }
16604 /^X\(\/\/\)$/{
16605 s//\1/
16606 q
16607 }
16608 /^X\(\/\).*/{
16609 s//\1/
16610 q
16611 }
16612 s/.*/./; q'`/stamp-h$_am_stamp_count
16613 ;;
16614
16615 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16616 $as_echo "$as_me: executing $ac_file commands" >&6;}
16617 ;;
16618 esac
16619
16620
16621 case $ac_file$ac_mode in
16622 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16623 # Older Autoconf quotes --file arguments for eval, but not when files
16624 # are listed without --file. Let's play safe and only enable the eval
16625 # if we detect the quoting.
16626 case $CONFIG_FILES in
16627 *\'*) eval set x "$CONFIG_FILES" ;;
16628 *) set x $CONFIG_FILES ;;
16629 esac
16630 shift
16631 for mf
16632 do
16633 # Strip MF so we end up with the name of the file.
16634 mf=`echo "$mf" | sed -e 's/:.*$//'`
16635 # Check whether this is an Automake generated Makefile or not.
16636 # We used to match only the files named 'Makefile.in', but
16637 # some people rename them; so instead we look at the file content.
16638 # Grep'ing the first line is not enough: some people post-process
16639 # each Makefile.in and add a new line on top of each file to say so.
16640 # Grep'ing the whole file is not good either: AIX grep has a line
16641 # limit of 2048, but all sed's we know have understand at least 4000.
16642 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16643 dirpart=`$as_dirname -- "$mf" ||
16644 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16645 X"$mf" : 'X\(//\)[^/]' \| \
16646 X"$mf" : 'X\(//\)$' \| \
16647 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16648 $as_echo X"$mf" |
16649 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16650 s//\1/
16651 q
16652 }
16653 /^X\(\/\/\)[^/].*/{
16654 s//\1/
16655 q
16656 }
16657 /^X\(\/\/\)$/{
16658 s//\1/
16659 q
16660 }
16661 /^X\(\/\).*/{
16662 s//\1/
16663 q
16664 }
16665 s/.*/./; q'`
16666 else
16667 continue
16668 fi
16669 # Extract the definition of DEPDIR, am__include, and am__quote
16670 # from the Makefile without running 'make'.
16671 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16672 test -z "$DEPDIR" && continue
16673 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16674 test -z "$am__include" && continue
16675 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16676 # Find all dependency output files, they are included files with
16677 # $(DEPDIR) in their names. We invoke sed twice because it is the
16678 # simplest approach to changing $(DEPDIR) to its actual value in the
16679 # expansion.
16680 for file in `sed -n "
16681 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16682 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16683 # Make sure the directory exists.
16684 test -f "$dirpart/$file" && continue
16685 fdir=`$as_dirname -- "$file" ||
16686 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16687 X"$file" : 'X\(//\)[^/]' \| \
16688 X"$file" : 'X\(//\)$' \| \
16689 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16690 $as_echo X"$file" |
16691 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16692 s//\1/
16693 q
16694 }
16695 /^X\(\/\/\)[^/].*/{
16696 s//\1/
16697 q
16698 }
16699 /^X\(\/\/\)$/{
16700 s//\1/
16701 q
16702 }
16703 /^X\(\/\).*/{
16704 s//\1/
16705 q
16706 }
16707 s/.*/./; q'`
16708 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16709 # echo "creating $dirpart/$file"
16710 echo '# dummy' > "$dirpart/$file"
16711 done
16712 done
16713 }
16714 ;;
16715 "libtool":C)
16716
16717 # See if we are running on zsh, and set the options which allow our
16718 # commands through without removal of \ escapes.
16719 if test -n "${ZSH_VERSION+set}" ; then
16720 setopt NO_GLOB_SUBST
16721 fi
16722
16723 cfgfile="${ofile}T"
16724 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16725 $RM "$cfgfile"
16726
16727 cat <<_LT_EOF >> "$cfgfile"
16728 #! $SHELL
16729
16730 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16731 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16732 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16733 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16734 #
16735 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16736 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16737 # Written by Gordon Matzigkeit, 1996
16738 #
16739 # This file is part of GNU Libtool.
16740 #
16741 # GNU Libtool is free software; you can redistribute it and/or
16742 # modify it under the terms of the GNU General Public License as
16743 # published by the Free Software Foundation; either version 2 of
16744 # the License, or (at your option) any later version.
16745 #
16746 # As a special exception to the GNU General Public License,
16747 # if you distribute this file as part of a program or library that
16748 # is built using GNU Libtool, you may include this file under the
16749 # same distribution terms that you use for the rest of that program.
16750 #
16751 # GNU Libtool is distributed in the hope that it will be useful,
16752 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16753 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16754 # GNU General Public License for more details.
16755 #
16756 # You should have received a copy of the GNU General Public License
16757 # along with GNU Libtool; see the file COPYING. If not, a copy
16758 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16759 # obtained by writing to the Free Software Foundation, Inc.,
16760 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16761
16762
16763 # The names of the tagged configurations supported by this script.
16764 available_tags=""
16765
16766 # ### BEGIN LIBTOOL CONFIG
16767
16768 # Whether or not to build shared libraries.
16769 build_libtool_libs=$enable_shared
16770
16771 # Which release of libtool.m4 was used?
16772 macro_version=$macro_version
16773 macro_revision=$macro_revision
16774
16775 # Whether or not to build static libraries.
16776 build_old_libs=$enable_static
16777
16778 # What type of objects to build.
16779 pic_mode=$pic_mode
16780
16781 # Whether or not to optimize for fast installation.
16782 fast_install=$enable_fast_install
16783
16784 # Shell to use when invoking shell scripts.
16785 SHELL=$lt_SHELL
16786
16787 # An echo program that protects backslashes.
16788 ECHO=$lt_ECHO
16789
16790 # The host system.
16791 host_alias=$host_alias
16792 host=$host
16793 host_os=$host_os
16794
16795 # The build system.
16796 build_alias=$build_alias
16797 build=$build
16798 build_os=$build_os
16799
16800 # A sed program that does not truncate output.
16801 SED=$lt_SED
16802
16803 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16804 Xsed="\$SED -e 1s/^X//"
16805
16806 # A grep program that handles long lines.
16807 GREP=$lt_GREP
16808
16809 # An ERE matcher.
16810 EGREP=$lt_EGREP
16811
16812 # A literal string matcher.
16813 FGREP=$lt_FGREP
16814
16815 # A BSD- or MS-compatible name lister.
16816 NM=$lt_NM
16817
16818 # Whether we need soft or hard links.
16819 LN_S=$lt_LN_S
16820
16821 # What is the maximum length of a command?
16822 max_cmd_len=$max_cmd_len
16823
16824 # Object file suffix (normally "o").
16825 objext=$ac_objext
16826
16827 # Executable file suffix (normally "").
16828 exeext=$exeext
16829
16830 # whether the shell understands "unset".
16831 lt_unset=$lt_unset
16832
16833 # turn spaces into newlines.
16834 SP2NL=$lt_lt_SP2NL
16835
16836 # turn newlines into spaces.
16837 NL2SP=$lt_lt_NL2SP
16838
16839 # An object symbol dumper.
16840 OBJDUMP=$lt_OBJDUMP
16841
16842 # Method to check whether dependent libraries are shared objects.
16843 deplibs_check_method=$lt_deplibs_check_method
16844
16845 # Command to use when deplibs_check_method == "file_magic".
16846 file_magic_cmd=$lt_file_magic_cmd
16847
16848 # The archiver.
16849 AR=$lt_AR
16850 AR_FLAGS=$lt_AR_FLAGS
16851
16852 # A symbol stripping program.
16853 STRIP=$lt_STRIP
16854
16855 # Commands used to install an old-style archive.
16856 RANLIB=$lt_RANLIB
16857 old_postinstall_cmds=$lt_old_postinstall_cmds
16858 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16859
16860 # Whether to use a lock for old archive extraction.
16861 lock_old_archive_extraction=$lock_old_archive_extraction
16862
16863 # A C compiler.
16864 LTCC=$lt_CC
16865
16866 # LTCC compiler flags.
16867 LTCFLAGS=$lt_CFLAGS
16868
16869 # Take the output of nm and produce a listing of raw symbols and C names.
16870 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16871
16872 # Transform the output of nm in a proper C declaration.
16873 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16874
16875 # Transform the output of nm in a C name address pair.
16876 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16877
16878 # Transform the output of nm in a C name address pair when lib prefix is needed.
16879 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16880
16881 # The name of the directory that contains temporary libtool files.
16882 objdir=$objdir
16883
16884 # Used to examine libraries when file_magic_cmd begins with "file".
16885 MAGIC_CMD=$MAGIC_CMD
16886
16887 # Must we lock files when doing compilation?
16888 need_locks=$lt_need_locks
16889
16890 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16891 DSYMUTIL=$lt_DSYMUTIL
16892
16893 # Tool to change global to local symbols on Mac OS X.
16894 NMEDIT=$lt_NMEDIT
16895
16896 # Tool to manipulate fat objects and archives on Mac OS X.
16897 LIPO=$lt_LIPO
16898
16899 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16900 OTOOL=$lt_OTOOL
16901
16902 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16903 OTOOL64=$lt_OTOOL64
16904
16905 # Old archive suffix (normally "a").
16906 libext=$libext
16907
16908 # Shared library suffix (normally ".so").
16909 shrext_cmds=$lt_shrext_cmds
16910
16911 # The commands to extract the exported symbol list from a shared archive.
16912 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16913
16914 # Variables whose values should be saved in libtool wrapper scripts and
16915 # restored at link time.
16916 variables_saved_for_relink=$lt_variables_saved_for_relink
16917
16918 # Do we need the "lib" prefix for modules?
16919 need_lib_prefix=$need_lib_prefix
16920
16921 # Do we need a version for libraries?
16922 need_version=$need_version
16923
16924 # Library versioning type.
16925 version_type=$version_type
16926
16927 # Shared library runtime path variable.
16928 runpath_var=$runpath_var
16929
16930 # Shared library path variable.
16931 shlibpath_var=$shlibpath_var
16932
16933 # Is shlibpath searched before the hard-coded library search path?
16934 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16935
16936 # Format of library name prefix.
16937 libname_spec=$lt_libname_spec
16938
16939 # List of archive names. First name is the real one, the rest are links.
16940 # The last name is the one that the linker finds with -lNAME
16941 library_names_spec=$lt_library_names_spec
16942
16943 # The coded name of the library, if different from the real name.
16944 soname_spec=$lt_soname_spec
16945
16946 # Permission mode override for installation of shared libraries.
16947 install_override_mode=$lt_install_override_mode
16948
16949 # Command to use after installation of a shared archive.
16950 postinstall_cmds=$lt_postinstall_cmds
16951
16952 # Command to use after uninstallation of a shared archive.
16953 postuninstall_cmds=$lt_postuninstall_cmds
16954
16955 # Commands used to finish a libtool library installation in a directory.
16956 finish_cmds=$lt_finish_cmds
16957
16958 # As "finish_cmds", except a single script fragment to be evaled but
16959 # not shown.
16960 finish_eval=$lt_finish_eval
16961
16962 # Whether we should hardcode library paths into libraries.
16963 hardcode_into_libs=$hardcode_into_libs
16964
16965 # Compile-time system search path for libraries.
16966 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16967
16968 # Run-time system search path for libraries.
16969 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16970
16971 # Whether dlopen is supported.
16972 dlopen_support=$enable_dlopen
16973
16974 # Whether dlopen of programs is supported.
16975 dlopen_self=$enable_dlopen_self
16976
16977 # Whether dlopen of statically linked programs is supported.
16978 dlopen_self_static=$enable_dlopen_self_static
16979
16980 # Commands to strip libraries.
16981 old_striplib=$lt_old_striplib
16982 striplib=$lt_striplib
16983
16984
16985 # The linker used to build libraries.
16986 LD=$lt_LD
16987
16988 # How to create reloadable object files.
16989 reload_flag=$lt_reload_flag
16990 reload_cmds=$lt_reload_cmds
16991
16992 # Commands used to build an old-style archive.
16993 old_archive_cmds=$lt_old_archive_cmds
16994
16995 # A language specific compiler.
16996 CC=$lt_compiler
16997
16998 # Is the compiler the GNU compiler?
16999 with_gcc=$GCC
17000
17001 # Compiler flag to turn off builtin functions.
17002 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17003
17004 # How to pass a linker flag through the compiler.
17005 wl=$lt_lt_prog_compiler_wl
17006
17007 # Additional compiler flags for building library objects.
17008 pic_flag=$lt_lt_prog_compiler_pic
17009
17010 # Compiler flag to prevent dynamic linking.
17011 link_static_flag=$lt_lt_prog_compiler_static
17012
17013 # Does compiler simultaneously support -c and -o options?
17014 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17015
17016 # Whether or not to add -lc for building shared libraries.
17017 build_libtool_need_lc=$archive_cmds_need_lc
17018
17019 # Whether or not to disallow shared libs when runtime libs are static.
17020 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17021
17022 # Compiler flag to allow reflexive dlopens.
17023 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17024
17025 # Compiler flag to generate shared objects directly from archives.
17026 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17027
17028 # Whether the compiler copes with passing no objects directly.
17029 compiler_needs_object=$lt_compiler_needs_object
17030
17031 # Create an old-style archive from a shared archive.
17032 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17033
17034 # Create a temporary old-style archive to link instead of a shared archive.
17035 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17036
17037 # Commands used to build a shared archive.
17038 archive_cmds=$lt_archive_cmds
17039 archive_expsym_cmds=$lt_archive_expsym_cmds
17040
17041 # Commands used to build a loadable module if different from building
17042 # a shared archive.
17043 module_cmds=$lt_module_cmds
17044 module_expsym_cmds=$lt_module_expsym_cmds
17045
17046 # Whether we are building with GNU ld or not.
17047 with_gnu_ld=$lt_with_gnu_ld
17048
17049 # Flag that allows shared libraries with undefined symbols to be built.
17050 allow_undefined_flag=$lt_allow_undefined_flag
17051
17052 # Flag that enforces no undefined symbols.
17053 no_undefined_flag=$lt_no_undefined_flag
17054
17055 # Flag to hardcode \$libdir into a binary during linking.
17056 # This must work even if \$libdir does not exist
17057 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17058
17059 # If ld is used when linking, flag to hardcode \$libdir into a binary
17060 # during linking. This must work even if \$libdir does not exist.
17061 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17062
17063 # Whether we need a single "-rpath" flag with a separated argument.
17064 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17065
17066 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17067 # DIR into the resulting binary.
17068 hardcode_direct=$hardcode_direct
17069
17070 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17071 # DIR into the resulting binary and the resulting library dependency is
17072 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17073 # library is relocated.
17074 hardcode_direct_absolute=$hardcode_direct_absolute
17075
17076 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17077 # into the resulting binary.
17078 hardcode_minus_L=$hardcode_minus_L
17079
17080 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17081 # into the resulting binary.
17082 hardcode_shlibpath_var=$hardcode_shlibpath_var
17083
17084 # Set to "yes" if building a shared library automatically hardcodes DIR
17085 # into the library and all subsequent libraries and executables linked
17086 # against it.
17087 hardcode_automatic=$hardcode_automatic
17088
17089 # Set to yes if linker adds runtime paths of dependent libraries
17090 # to runtime path list.
17091 inherit_rpath=$inherit_rpath
17092
17093 # Whether libtool must link a program against all its dependency libraries.
17094 link_all_deplibs=$link_all_deplibs
17095
17096 # Fix the shell variable \$srcfile for the compiler.
17097 fix_srcfile_path=$lt_fix_srcfile_path
17098
17099 # Set to "yes" if exported symbols are required.
17100 always_export_symbols=$always_export_symbols
17101
17102 # The commands to list exported symbols.
17103 export_symbols_cmds=$lt_export_symbols_cmds
17104
17105 # Symbols that should not be listed in the preloaded symbols.
17106 exclude_expsyms=$lt_exclude_expsyms
17107
17108 # Symbols that must always be exported.
17109 include_expsyms=$lt_include_expsyms
17110
17111 # Commands necessary for linking programs (against libraries) with templates.
17112 prelink_cmds=$lt_prelink_cmds
17113
17114 # Specify filename containing input files.
17115 file_list_spec=$lt_file_list_spec
17116
17117 # How to hardcode a shared library path into an executable.
17118 hardcode_action=$hardcode_action
17119
17120 # ### END LIBTOOL CONFIG
17121
17122 _LT_EOF
17123
17124 case $host_os in
17125 aix3*)
17126 cat <<\_LT_EOF >> "$cfgfile"
17127 # AIX sometimes has problems with the GCC collect2 program. For some
17128 # reason, if we set the COLLECT_NAMES environment variable, the problems
17129 # vanish in a puff of smoke.
17130 if test "X${COLLECT_NAMES+set}" != Xset; then
17131 COLLECT_NAMES=
17132 export COLLECT_NAMES
17133 fi
17134 _LT_EOF
17135 ;;
17136 esac
17137
17138
17139 ltmain="$ac_aux_dir/ltmain.sh"
17140
17141
17142 # We use sed instead of cat because bash on DJGPP gets confused if
17143 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17144 # text mode, it properly converts lines to CR/LF. This bash problem
17145 # is reportedly fixed, but why not run on old versions too?
17146 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17147 || (rm -f "$cfgfile"; exit 1)
17148
17149 case $xsi_shell in
17150 yes)
17151 cat << \_LT_EOF >> "$cfgfile"
17152
17153 # func_dirname file append nondir_replacement
17154 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17155 # otherwise set result to NONDIR_REPLACEMENT.
17156 func_dirname ()
17157 {
17158 case ${1} in
17159 */*) func_dirname_result="${1%/*}${2}" ;;
17160 * ) func_dirname_result="${3}" ;;
17161 esac
17162 }
17163
17164 # func_basename file
17165 func_basename ()
17166 {
17167 func_basename_result="${1##*/}"
17168 }
17169
17170 # func_dirname_and_basename file append nondir_replacement
17171 # perform func_basename and func_dirname in a single function
17172 # call:
17173 # dirname: Compute the dirname of FILE. If nonempty,
17174 # add APPEND to the result, otherwise set result
17175 # to NONDIR_REPLACEMENT.
17176 # value returned in "$func_dirname_result"
17177 # basename: Compute filename of FILE.
17178 # value retuned in "$func_basename_result"
17179 # Implementation must be kept synchronized with func_dirname
17180 # and func_basename. For efficiency, we do not delegate to
17181 # those functions but instead duplicate the functionality here.
17182 func_dirname_and_basename ()
17183 {
17184 case ${1} in
17185 */*) func_dirname_result="${1%/*}${2}" ;;
17186 * ) func_dirname_result="${3}" ;;
17187 esac
17188 func_basename_result="${1##*/}"
17189 }
17190
17191 # func_stripname prefix suffix name
17192 # strip PREFIX and SUFFIX off of NAME.
17193 # PREFIX and SUFFIX must not contain globbing or regex special
17194 # characters, hashes, percent signs, but SUFFIX may contain a leading
17195 # dot (in which case that matches only a dot).
17196 func_stripname ()
17197 {
17198 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17199 # positional parameters, so assign one to ordinary parameter first.
17200 func_stripname_result=${3}
17201 func_stripname_result=${func_stripname_result#"${1}"}
17202 func_stripname_result=${func_stripname_result%"${2}"}
17203 }
17204
17205 # func_opt_split
17206 func_opt_split ()
17207 {
17208 func_opt_split_opt=${1%%=*}
17209 func_opt_split_arg=${1#*=}
17210 }
17211
17212 # func_lo2o object
17213 func_lo2o ()
17214 {
17215 case ${1} in
17216 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17217 *) func_lo2o_result=${1} ;;
17218 esac
17219 }
17220
17221 # func_xform libobj-or-source
17222 func_xform ()
17223 {
17224 func_xform_result=${1%.*}.lo
17225 }
17226
17227 # func_arith arithmetic-term...
17228 func_arith ()
17229 {
17230 func_arith_result=$(( $* ))
17231 }
17232
17233 # func_len string
17234 # STRING may not start with a hyphen.
17235 func_len ()
17236 {
17237 func_len_result=${#1}
17238 }
17239
17240 _LT_EOF
17241 ;;
17242 *) # Bourne compatible functions.
17243 cat << \_LT_EOF >> "$cfgfile"
17244
17245 # func_dirname file append nondir_replacement
17246 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17247 # otherwise set result to NONDIR_REPLACEMENT.
17248 func_dirname ()
17249 {
17250 # Extract subdirectory from the argument.
17251 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17252 if test "X$func_dirname_result" = "X${1}"; then
17253 func_dirname_result="${3}"
17254 else
17255 func_dirname_result="$func_dirname_result${2}"
17256 fi
17257 }
17258
17259 # func_basename file
17260 func_basename ()
17261 {
17262 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17263 }
17264
17265
17266 # func_stripname prefix suffix name
17267 # strip PREFIX and SUFFIX off of NAME.
17268 # PREFIX and SUFFIX must not contain globbing or regex special
17269 # characters, hashes, percent signs, but SUFFIX may contain a leading
17270 # dot (in which case that matches only a dot).
17271 # func_strip_suffix prefix name
17272 func_stripname ()
17273 {
17274 case ${2} in
17275 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17276 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17277 esac
17278 }
17279
17280 # sed scripts:
17281 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17282 my_sed_long_arg='1s/^-[^=]*=//'
17283
17284 # func_opt_split
17285 func_opt_split ()
17286 {
17287 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17288 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17289 }
17290
17291 # func_lo2o object
17292 func_lo2o ()
17293 {
17294 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17295 }
17296
17297 # func_xform libobj-or-source
17298 func_xform ()
17299 {
17300 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17301 }
17302
17303 # func_arith arithmetic-term...
17304 func_arith ()
17305 {
17306 func_arith_result=`expr "$@"`
17307 }
17308
17309 # func_len string
17310 # STRING may not start with a hyphen.
17311 func_len ()
17312 {
17313 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17314 }
17315
17316 _LT_EOF
17317 esac
17318
17319 case $lt_shell_append in
17320 yes)
17321 cat << \_LT_EOF >> "$cfgfile"
17322
17323 # func_append var value
17324 # Append VALUE to the end of shell variable VAR.
17325 func_append ()
17326 {
17327 eval "$1+=\$2"
17328 }
17329 _LT_EOF
17330 ;;
17331 *)
17332 cat << \_LT_EOF >> "$cfgfile"
17333
17334 # func_append var value
17335 # Append VALUE to the end of shell variable VAR.
17336 func_append ()
17337 {
17338 eval "$1=\$$1\$2"
17339 }
17340
17341 _LT_EOF
17342 ;;
17343 esac
17344
17345
17346 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17347 || (rm -f "$cfgfile"; exit 1)
17348
17349 mv -f "$cfgfile" "$ofile" ||
17350 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17351 chmod +x "$ofile"
17352
17353 ;;
17354 "default-1":C)
17355 for ac_file in $CONFIG_FILES; do
17356 # Support "outfile[:infile[:infile...]]"
17357 case "$ac_file" in
17358 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17359 esac
17360 # PO directories have a Makefile.in generated from Makefile.in.in.
17361 case "$ac_file" in */Makefile.in)
17362 # Adjust a relative srcdir.
17363 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17364 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17365 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17366 # In autoconf-2.13 it is called $ac_given_srcdir.
17367 # In autoconf-2.50 it is called $srcdir.
17368 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17369 case "$ac_given_srcdir" in
17370 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17371 /*) top_srcdir="$ac_given_srcdir" ;;
17372 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17373 esac
17374 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17375 rm -f "$ac_dir/POTFILES"
17376 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17377 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17378 POMAKEFILEDEPS="POTFILES.in"
17379 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17380 # on $ac_dir but don't depend on user-specified configuration
17381 # parameters.
17382 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17383 # The LINGUAS file contains the set of available languages.
17384 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17385 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17386 fi
17387 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17388 # Hide the ALL_LINGUAS assigment from automake.
17389 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17390 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17391 else
17392 # The set of available languages was given in configure.ac.
17393 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17394 fi
17395 case "$ac_given_srcdir" in
17396 .) srcdirpre= ;;
17397 *) srcdirpre='$(srcdir)/' ;;
17398 esac
17399 POFILES=
17400 GMOFILES=
17401 UPDATEPOFILES=
17402 DUMMYPOFILES=
17403 for lang in $ALL_LINGUAS; do
17404 POFILES="$POFILES $srcdirpre$lang.po"
17405 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17406 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17407 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17408 done
17409 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17410 # environment variable.
17411 INST_LINGUAS=
17412 if test -n "$ALL_LINGUAS"; then
17413 for presentlang in $ALL_LINGUAS; do
17414 useit=no
17415 if test "%UNSET%" != "$LINGUAS"; then
17416 desiredlanguages="$LINGUAS"
17417 else
17418 desiredlanguages="$ALL_LINGUAS"
17419 fi
17420 for desiredlang in $desiredlanguages; do
17421 # Use the presentlang catalog if desiredlang is
17422 # a. equal to presentlang, or
17423 # b. a variant of presentlang (because in this case,
17424 # presentlang can be used as a fallback for messages
17425 # which are not translated in the desiredlang catalog).
17426 case "$desiredlang" in
17427 "$presentlang"*) useit=yes;;
17428 esac
17429 done
17430 if test $useit = yes; then
17431 INST_LINGUAS="$INST_LINGUAS $presentlang"
17432 fi
17433 done
17434 fi
17435 CATALOGS=
17436 if test -n "$INST_LINGUAS"; then
17437 for lang in $INST_LINGUAS; do
17438 CATALOGS="$CATALOGS $lang.gmo"
17439 done
17440 fi
17441 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17442 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"
17443 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17444 if test -f "$f"; then
17445 case "$f" in
17446 *.orig | *.bak | *~) ;;
17447 *) cat "$f" >> "$ac_dir/Makefile" ;;
17448 esac
17449 fi
17450 done
17451 fi
17452 ;;
17453 esac
17454 done ;;
17455 "default":C)
17456 case "$srcdir" in
17457 .) srcdirpre= ;;
17458 *) srcdirpre='$(srcdir)/' ;;
17459 esac
17460 POFILES=
17461 GMOFILES=
17462 for lang in dummy $OBSOLETE_ALL_LINGUAS; do
17463 if test $lang != dummy; then
17464 POFILES="$POFILES $srcdirpre$lang.po"
17465 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17466 fi
17467 done
17468 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
17469 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
17470 -e "s,@POFILES@,$POFILES," \
17471 -e "s,@GMOFILES@,$GMOFILES," \
17472 po/Makefile.in > po/Makefile ;;
17473
17474 esac
17475 done # for ac_tag
17476
17477
17478 as_fn_exit 0
17479 _ACEOF
17480 ac_clean_files=$ac_clean_files_save
17481
17482 test $ac_write_fail = 0 ||
17483 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17484
17485
17486 # configure is writing to config.log, and then calls config.status.
17487 # config.status does its own redirection, appending to config.log.
17488 # Unfortunately, on DOS this fails, as config.log is still kept open
17489 # by configure, so config.status won't be able to write to it; its
17490 # output is simply discarded. So we exec the FD to /dev/null,
17491 # effectively closing config.log, so it can be properly (re)opened and
17492 # appended to by config.status. When coming back to configure, we
17493 # need to make the FD available again.
17494 if test "$no_create" != yes; then
17495 ac_cs_success=:
17496 ac_config_status_args=
17497 test "$silent" = yes &&
17498 ac_config_status_args="$ac_config_status_args --quiet"
17499 exec 5>/dev/null
17500 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17501 exec 5>>config.log
17502 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17503 # would make configure fail if this is the last instruction.
17504 $ac_cs_success || as_fn_exit 1
17505 fi
17506 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17507 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17508 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17509 fi
17510
17511
17512
17513 touch config.status.tmp
17514 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
17515 sed '/as_fn_exit 0/i \
17516 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
17517 touch --reference=Makefile Makefile.tmp \
17518 mv Makefile.tmp Makefile \
17519 ' config.status > config.status.tmp
17520 touch --reference=config.status config.status.tmp
17521 mv config.status.tmp config.status
17522 chmod +x config.status
17523 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
17524 touch --reference=Makefile Makefile.tmp
17525 mv Makefile.tmp Makefile
17526 else
17527 rm -f config.status.tmp
17528 fi