bfd_section_from_shdr: Support SHT_RELR sections
[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 # Check whether --enable-silent-rules was given.
3265 if test "${enable_silent_rules+set}" = set; then :
3266 enableval=$enable_silent_rules;
3267 fi
3268
3269 case $enable_silent_rules in # (((
3270 yes) AM_DEFAULT_VERBOSITY=0;;
3271 no) AM_DEFAULT_VERBOSITY=1;;
3272 *) AM_DEFAULT_VERBOSITY=0;;
3273 esac
3274 am_make=${MAKE-make}
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3276 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3277 if ${am_cv_make_support_nested_variables+:} false; then :
3278 $as_echo_n "(cached) " >&6
3279 else
3280 if $as_echo 'TRUE=$(BAR$(V))
3281 BAR0=false
3282 BAR1=true
3283 V=1
3284 am__doit:
3285 @$(TRUE)
3286 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3287 am_cv_make_support_nested_variables=yes
3288 else
3289 am_cv_make_support_nested_variables=no
3290 fi
3291 fi
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3293 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3294 if test $am_cv_make_support_nested_variables = yes; then
3295 AM_V='$(V)'
3296 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3297 else
3298 AM_V=$AM_DEFAULT_VERBOSITY
3299 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3300 fi
3301 AM_BACKSLASH='\'
3302
3303
3304 if test -n "$ac_tool_prefix"; then
3305 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3306 set dummy ${ac_tool_prefix}ar; ac_word=$2
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3308 $as_echo_n "checking for $ac_word... " >&6; }
3309 if ${ac_cv_prog_AR+:} false; then :
3310 $as_echo_n "(cached) " >&6
3311 else
3312 if test -n "$AR"; then
3313 ac_cv_prog_AR="$AR" # Let the user override the test.
3314 else
3315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3316 for as_dir in $PATH
3317 do
3318 IFS=$as_save_IFS
3319 test -z "$as_dir" && as_dir=.
3320 for ac_exec_ext in '' $ac_executable_extensions; do
3321 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3322 ac_cv_prog_AR="${ac_tool_prefix}ar"
3323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3324 break 2
3325 fi
3326 done
3327 done
3328 IFS=$as_save_IFS
3329
3330 fi
3331 fi
3332 AR=$ac_cv_prog_AR
3333 if test -n "$AR"; then
3334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3335 $as_echo "$AR" >&6; }
3336 else
3337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3338 $as_echo "no" >&6; }
3339 fi
3340
3341
3342 fi
3343 if test -z "$ac_cv_prog_AR"; then
3344 ac_ct_AR=$AR
3345 # Extract the first word of "ar", so it can be a program name with args.
3346 set dummy ar; ac_word=$2
3347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3348 $as_echo_n "checking for $ac_word... " >&6; }
3349 if ${ac_cv_prog_ac_ct_AR+:} false; then :
3350 $as_echo_n "(cached) " >&6
3351 else
3352 if test -n "$ac_ct_AR"; then
3353 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3354 else
3355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3356 for as_dir in $PATH
3357 do
3358 IFS=$as_save_IFS
3359 test -z "$as_dir" && as_dir=.
3360 for ac_exec_ext in '' $ac_executable_extensions; do
3361 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3362 ac_cv_prog_ac_ct_AR="ar"
3363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3364 break 2
3365 fi
3366 done
3367 done
3368 IFS=$as_save_IFS
3369
3370 fi
3371 fi
3372 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3373 if test -n "$ac_ct_AR"; then
3374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
3375 $as_echo "$ac_ct_AR" >&6; }
3376 else
3377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3378 $as_echo "no" >&6; }
3379 fi
3380
3381 if test "x$ac_ct_AR" = x; then
3382 AR=""
3383 else
3384 case $cross_compiling:$ac_tool_warned in
3385 yes:)
3386 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3387 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3388 ac_tool_warned=yes ;;
3389 esac
3390 AR=$ac_ct_AR
3391 fi
3392 else
3393 AR="$ac_cv_prog_AR"
3394 fi
3395
3396 if test -n "$ac_tool_prefix"; then
3397 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3398 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3400 $as_echo_n "checking for $ac_word... " >&6; }
3401 if ${ac_cv_prog_RANLIB+:} false; then :
3402 $as_echo_n "(cached) " >&6
3403 else
3404 if test -n "$RANLIB"; then
3405 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3406 else
3407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3408 for as_dir in $PATH
3409 do
3410 IFS=$as_save_IFS
3411 test -z "$as_dir" && as_dir=.
3412 for ac_exec_ext in '' $ac_executable_extensions; do
3413 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3414 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3416 break 2
3417 fi
3418 done
3419 done
3420 IFS=$as_save_IFS
3421
3422 fi
3423 fi
3424 RANLIB=$ac_cv_prog_RANLIB
3425 if test -n "$RANLIB"; then
3426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3427 $as_echo "$RANLIB" >&6; }
3428 else
3429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3430 $as_echo "no" >&6; }
3431 fi
3432
3433
3434 fi
3435 if test -z "$ac_cv_prog_RANLIB"; then
3436 ac_ct_RANLIB=$RANLIB
3437 # Extract the first word of "ranlib", so it can be a program name with args.
3438 set dummy ranlib; ac_word=$2
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3440 $as_echo_n "checking for $ac_word... " >&6; }
3441 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
3442 $as_echo_n "(cached) " >&6
3443 else
3444 if test -n "$ac_ct_RANLIB"; then
3445 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3446 else
3447 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3448 for as_dir in $PATH
3449 do
3450 IFS=$as_save_IFS
3451 test -z "$as_dir" && as_dir=.
3452 for ac_exec_ext in '' $ac_executable_extensions; do
3453 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3454 ac_cv_prog_ac_ct_RANLIB="ranlib"
3455 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3456 break 2
3457 fi
3458 done
3459 done
3460 IFS=$as_save_IFS
3461
3462 fi
3463 fi
3464 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3465 if test -n "$ac_ct_RANLIB"; then
3466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3467 $as_echo "$ac_ct_RANLIB" >&6; }
3468 else
3469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3470 $as_echo "no" >&6; }
3471 fi
3472
3473 if test "x$ac_ct_RANLIB" = x; then
3474 RANLIB=":"
3475 else
3476 case $cross_compiling:$ac_tool_warned in
3477 yes:)
3478 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3479 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3480 ac_tool_warned=yes ;;
3481 esac
3482 RANLIB=$ac_ct_RANLIB
3483 fi
3484 else
3485 RANLIB="$ac_cv_prog_RANLIB"
3486 fi
3487
3488
3489 # Check whether --enable-shared was given.
3490 if test "${enable_shared+set}" = set; then :
3491 enableval=$enable_shared; p=${PACKAGE-default}
3492 case $enableval in
3493 yes) enable_shared=yes ;;
3494 no) enable_shared=no ;;
3495 *)
3496 enable_shared=no
3497 # Look at the argument we got. We use all the common list separators.
3498 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3499 for pkg in $enableval; do
3500 IFS="$lt_save_ifs"
3501 if test "X$pkg" = "X$p"; then
3502 enable_shared=yes
3503 fi
3504 done
3505 IFS="$lt_save_ifs"
3506 ;;
3507 esac
3508 else
3509 enable_shared=no
3510 fi
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521 ac_ext=c
3522 ac_cpp='$CPP $CPPFLAGS'
3523 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3524 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3525 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3526 if test -n "$ac_tool_prefix"; then
3527 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3528 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3530 $as_echo_n "checking for $ac_word... " >&6; }
3531 if ${ac_cv_prog_CC+:} false; then :
3532 $as_echo_n "(cached) " >&6
3533 else
3534 if test -n "$CC"; then
3535 ac_cv_prog_CC="$CC" # Let the user override the test.
3536 else
3537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3538 for as_dir in $PATH
3539 do
3540 IFS=$as_save_IFS
3541 test -z "$as_dir" && as_dir=.
3542 for ac_exec_ext in '' $ac_executable_extensions; do
3543 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3544 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3546 break 2
3547 fi
3548 done
3549 done
3550 IFS=$as_save_IFS
3551
3552 fi
3553 fi
3554 CC=$ac_cv_prog_CC
3555 if test -n "$CC"; then
3556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3557 $as_echo "$CC" >&6; }
3558 else
3559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3560 $as_echo "no" >&6; }
3561 fi
3562
3563
3564 fi
3565 if test -z "$ac_cv_prog_CC"; then
3566 ac_ct_CC=$CC
3567 # Extract the first word of "gcc", so it can be a program name with args.
3568 set dummy gcc; ac_word=$2
3569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3570 $as_echo_n "checking for $ac_word... " >&6; }
3571 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3572 $as_echo_n "(cached) " >&6
3573 else
3574 if test -n "$ac_ct_CC"; then
3575 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3576 else
3577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3578 for as_dir in $PATH
3579 do
3580 IFS=$as_save_IFS
3581 test -z "$as_dir" && as_dir=.
3582 for ac_exec_ext in '' $ac_executable_extensions; do
3583 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3584 ac_cv_prog_ac_ct_CC="gcc"
3585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3586 break 2
3587 fi
3588 done
3589 done
3590 IFS=$as_save_IFS
3591
3592 fi
3593 fi
3594 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3595 if test -n "$ac_ct_CC"; then
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3597 $as_echo "$ac_ct_CC" >&6; }
3598 else
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3600 $as_echo "no" >&6; }
3601 fi
3602
3603 if test "x$ac_ct_CC" = x; then
3604 CC=""
3605 else
3606 case $cross_compiling:$ac_tool_warned in
3607 yes:)
3608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3609 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3610 ac_tool_warned=yes ;;
3611 esac
3612 CC=$ac_ct_CC
3613 fi
3614 else
3615 CC="$ac_cv_prog_CC"
3616 fi
3617
3618 if test -z "$CC"; then
3619 if test -n "$ac_tool_prefix"; then
3620 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3621 set dummy ${ac_tool_prefix}cc; ac_word=$2
3622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3623 $as_echo_n "checking for $ac_word... " >&6; }
3624 if ${ac_cv_prog_CC+:} false; then :
3625 $as_echo_n "(cached) " >&6
3626 else
3627 if test -n "$CC"; then
3628 ac_cv_prog_CC="$CC" # Let the user override the test.
3629 else
3630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3631 for as_dir in $PATH
3632 do
3633 IFS=$as_save_IFS
3634 test -z "$as_dir" && as_dir=.
3635 for ac_exec_ext in '' $ac_executable_extensions; do
3636 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3637 ac_cv_prog_CC="${ac_tool_prefix}cc"
3638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3639 break 2
3640 fi
3641 done
3642 done
3643 IFS=$as_save_IFS
3644
3645 fi
3646 fi
3647 CC=$ac_cv_prog_CC
3648 if test -n "$CC"; then
3649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3650 $as_echo "$CC" >&6; }
3651 else
3652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3653 $as_echo "no" >&6; }
3654 fi
3655
3656
3657 fi
3658 fi
3659 if test -z "$CC"; then
3660 # Extract the first word of "cc", so it can be a program name with args.
3661 set dummy cc; ac_word=$2
3662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3663 $as_echo_n "checking for $ac_word... " >&6; }
3664 if ${ac_cv_prog_CC+:} false; then :
3665 $as_echo_n "(cached) " >&6
3666 else
3667 if test -n "$CC"; then
3668 ac_cv_prog_CC="$CC" # Let the user override the test.
3669 else
3670 ac_prog_rejected=no
3671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3672 for as_dir in $PATH
3673 do
3674 IFS=$as_save_IFS
3675 test -z "$as_dir" && as_dir=.
3676 for ac_exec_ext in '' $ac_executable_extensions; do
3677 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3678 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3679 ac_prog_rejected=yes
3680 continue
3681 fi
3682 ac_cv_prog_CC="cc"
3683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3684 break 2
3685 fi
3686 done
3687 done
3688 IFS=$as_save_IFS
3689
3690 if test $ac_prog_rejected = yes; then
3691 # We found a bogon in the path, so make sure we never use it.
3692 set dummy $ac_cv_prog_CC
3693 shift
3694 if test $# != 0; then
3695 # We chose a different compiler from the bogus one.
3696 # However, it has the same basename, so the bogon will be chosen
3697 # first if we set CC to just the basename; use the full file name.
3698 shift
3699 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3700 fi
3701 fi
3702 fi
3703 fi
3704 CC=$ac_cv_prog_CC
3705 if test -n "$CC"; then
3706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3707 $as_echo "$CC" >&6; }
3708 else
3709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3710 $as_echo "no" >&6; }
3711 fi
3712
3713
3714 fi
3715 if test -z "$CC"; then
3716 if test -n "$ac_tool_prefix"; then
3717 for ac_prog in cl.exe
3718 do
3719 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3720 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3722 $as_echo_n "checking for $ac_word... " >&6; }
3723 if ${ac_cv_prog_CC+:} false; then :
3724 $as_echo_n "(cached) " >&6
3725 else
3726 if test -n "$CC"; then
3727 ac_cv_prog_CC="$CC" # Let the user override the test.
3728 else
3729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3730 for as_dir in $PATH
3731 do
3732 IFS=$as_save_IFS
3733 test -z "$as_dir" && as_dir=.
3734 for ac_exec_ext in '' $ac_executable_extensions; do
3735 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3736 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3738 break 2
3739 fi
3740 done
3741 done
3742 IFS=$as_save_IFS
3743
3744 fi
3745 fi
3746 CC=$ac_cv_prog_CC
3747 if test -n "$CC"; then
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3749 $as_echo "$CC" >&6; }
3750 else
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3752 $as_echo "no" >&6; }
3753 fi
3754
3755
3756 test -n "$CC" && break
3757 done
3758 fi
3759 if test -z "$CC"; then
3760 ac_ct_CC=$CC
3761 for ac_prog in cl.exe
3762 do
3763 # Extract the first word of "$ac_prog", so it can be a program name with args.
3764 set dummy $ac_prog; ac_word=$2
3765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3766 $as_echo_n "checking for $ac_word... " >&6; }
3767 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3768 $as_echo_n "(cached) " >&6
3769 else
3770 if test -n "$ac_ct_CC"; then
3771 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3772 else
3773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3774 for as_dir in $PATH
3775 do
3776 IFS=$as_save_IFS
3777 test -z "$as_dir" && as_dir=.
3778 for ac_exec_ext in '' $ac_executable_extensions; do
3779 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3780 ac_cv_prog_ac_ct_CC="$ac_prog"
3781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3782 break 2
3783 fi
3784 done
3785 done
3786 IFS=$as_save_IFS
3787
3788 fi
3789 fi
3790 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3791 if test -n "$ac_ct_CC"; then
3792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3793 $as_echo "$ac_ct_CC" >&6; }
3794 else
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3796 $as_echo "no" >&6; }
3797 fi
3798
3799
3800 test -n "$ac_ct_CC" && break
3801 done
3802
3803 if test "x$ac_ct_CC" = x; then
3804 CC=""
3805 else
3806 case $cross_compiling:$ac_tool_warned in
3807 yes:)
3808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3809 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3810 ac_tool_warned=yes ;;
3811 esac
3812 CC=$ac_ct_CC
3813 fi
3814 fi
3815
3816 fi
3817
3818
3819 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3820 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3821 as_fn_error $? "no acceptable C compiler found in \$PATH
3822 See \`config.log' for more details" "$LINENO" 5; }
3823
3824 # Provide some information about the compiler.
3825 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3826 set X $ac_compile
3827 ac_compiler=$2
3828 for ac_option in --version -v -V -qversion; do
3829 { { ac_try="$ac_compiler $ac_option >&5"
3830 case "(($ac_try" in
3831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3832 *) ac_try_echo=$ac_try;;
3833 esac
3834 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3835 $as_echo "$ac_try_echo"; } >&5
3836 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3837 ac_status=$?
3838 if test -s conftest.err; then
3839 sed '10a\
3840 ... rest of stderr output deleted ...
3841 10q' conftest.err >conftest.er1
3842 cat conftest.er1 >&5
3843 fi
3844 rm -f conftest.er1 conftest.err
3845 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3846 test $ac_status = 0; }
3847 done
3848
3849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3850 /* end confdefs.h. */
3851
3852 int
3853 main ()
3854 {
3855
3856 ;
3857 return 0;
3858 }
3859 _ACEOF
3860 ac_clean_files_save=$ac_clean_files
3861 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3862 # Try to create an executable without -o first, disregard a.out.
3863 # It will help us diagnose broken compilers, and finding out an intuition
3864 # of exeext.
3865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3866 $as_echo_n "checking whether the C compiler works... " >&6; }
3867 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3868
3869 # The possible output files:
3870 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3871
3872 ac_rmfiles=
3873 for ac_file in $ac_files
3874 do
3875 case $ac_file in
3876 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3877 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3878 esac
3879 done
3880 rm -f $ac_rmfiles
3881
3882 if { { ac_try="$ac_link_default"
3883 case "(($ac_try" in
3884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3885 *) ac_try_echo=$ac_try;;
3886 esac
3887 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3888 $as_echo "$ac_try_echo"; } >&5
3889 (eval "$ac_link_default") 2>&5
3890 ac_status=$?
3891 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3892 test $ac_status = 0; }; then :
3893 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3894 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3895 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3896 # so that the user can short-circuit this test for compilers unknown to
3897 # Autoconf.
3898 for ac_file in $ac_files ''
3899 do
3900 test -f "$ac_file" || continue
3901 case $ac_file in
3902 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3903 ;;
3904 [ab].out )
3905 # We found the default executable, but exeext='' is most
3906 # certainly right.
3907 break;;
3908 *.* )
3909 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3910 then :; else
3911 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3912 fi
3913 # We set ac_cv_exeext here because the later test for it is not
3914 # safe: cross compilers may not add the suffix if given an `-o'
3915 # argument, so we may need to know it at that point already.
3916 # Even if this section looks crufty: it has the advantage of
3917 # actually working.
3918 break;;
3919 * )
3920 break;;
3921 esac
3922 done
3923 test "$ac_cv_exeext" = no && ac_cv_exeext=
3924
3925 else
3926 ac_file=''
3927 fi
3928 if test -z "$ac_file"; then :
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3930 $as_echo "no" >&6; }
3931 $as_echo "$as_me: failed program was:" >&5
3932 sed 's/^/| /' conftest.$ac_ext >&5
3933
3934 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3936 as_fn_error 77 "C compiler cannot create executables
3937 See \`config.log' for more details" "$LINENO" 5; }
3938 else
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3940 $as_echo "yes" >&6; }
3941 fi
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3943 $as_echo_n "checking for C compiler default output file name... " >&6; }
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3945 $as_echo "$ac_file" >&6; }
3946 ac_exeext=$ac_cv_exeext
3947
3948 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3949 ac_clean_files=$ac_clean_files_save
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3951 $as_echo_n "checking for suffix of executables... " >&6; }
3952 if { { ac_try="$ac_link"
3953 case "(($ac_try" in
3954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3955 *) ac_try_echo=$ac_try;;
3956 esac
3957 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3958 $as_echo "$ac_try_echo"; } >&5
3959 (eval "$ac_link") 2>&5
3960 ac_status=$?
3961 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3962 test $ac_status = 0; }; then :
3963 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3964 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3965 # work properly (i.e., refer to `conftest.exe'), while it won't with
3966 # `rm'.
3967 for ac_file in conftest.exe conftest conftest.*; do
3968 test -f "$ac_file" || continue
3969 case $ac_file in
3970 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3971 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3972 break;;
3973 * ) break;;
3974 esac
3975 done
3976 else
3977 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3978 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3979 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3980 See \`config.log' for more details" "$LINENO" 5; }
3981 fi
3982 rm -f conftest conftest$ac_cv_exeext
3983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3984 $as_echo "$ac_cv_exeext" >&6; }
3985
3986 rm -f conftest.$ac_ext
3987 EXEEXT=$ac_cv_exeext
3988 ac_exeext=$EXEEXT
3989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3990 /* end confdefs.h. */
3991 #include <stdio.h>
3992 int
3993 main ()
3994 {
3995 FILE *f = fopen ("conftest.out", "w");
3996 return ferror (f) || fclose (f) != 0;
3997
3998 ;
3999 return 0;
4000 }
4001 _ACEOF
4002 ac_clean_files="$ac_clean_files conftest.out"
4003 # Check that the compiler produces executables we can run. If not, either
4004 # the compiler is broken, or we cross compile.
4005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4006 $as_echo_n "checking whether we are cross compiling... " >&6; }
4007 if test "$cross_compiling" != yes; then
4008 { { ac_try="$ac_link"
4009 case "(($ac_try" in
4010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4011 *) ac_try_echo=$ac_try;;
4012 esac
4013 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4014 $as_echo "$ac_try_echo"; } >&5
4015 (eval "$ac_link") 2>&5
4016 ac_status=$?
4017 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4018 test $ac_status = 0; }
4019 if { ac_try='./conftest$ac_cv_exeext'
4020 { { case "(($ac_try" in
4021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4022 *) ac_try_echo=$ac_try;;
4023 esac
4024 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4025 $as_echo "$ac_try_echo"; } >&5
4026 (eval "$ac_try") 2>&5
4027 ac_status=$?
4028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4029 test $ac_status = 0; }; }; then
4030 cross_compiling=no
4031 else
4032 if test "$cross_compiling" = maybe; then
4033 cross_compiling=yes
4034 else
4035 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4036 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4037 as_fn_error $? "cannot run C compiled programs.
4038 If you meant to cross compile, use \`--host'.
4039 See \`config.log' for more details" "$LINENO" 5; }
4040 fi
4041 fi
4042 fi
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4044 $as_echo "$cross_compiling" >&6; }
4045
4046 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4047 ac_clean_files=$ac_clean_files_save
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4049 $as_echo_n "checking for suffix of object files... " >&6; }
4050 if ${ac_cv_objext+:} false; then :
4051 $as_echo_n "(cached) " >&6
4052 else
4053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4054 /* end confdefs.h. */
4055
4056 int
4057 main ()
4058 {
4059
4060 ;
4061 return 0;
4062 }
4063 _ACEOF
4064 rm -f conftest.o conftest.obj
4065 if { { ac_try="$ac_compile"
4066 case "(($ac_try" in
4067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4068 *) ac_try_echo=$ac_try;;
4069 esac
4070 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4071 $as_echo "$ac_try_echo"; } >&5
4072 (eval "$ac_compile") 2>&5
4073 ac_status=$?
4074 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4075 test $ac_status = 0; }; then :
4076 for ac_file in conftest.o conftest.obj conftest.*; do
4077 test -f "$ac_file" || continue;
4078 case $ac_file in
4079 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4080 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4081 break;;
4082 esac
4083 done
4084 else
4085 $as_echo "$as_me: failed program was:" >&5
4086 sed 's/^/| /' conftest.$ac_ext >&5
4087
4088 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4089 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4090 as_fn_error $? "cannot compute suffix of object files: cannot compile
4091 See \`config.log' for more details" "$LINENO" 5; }
4092 fi
4093 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4094 fi
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4096 $as_echo "$ac_cv_objext" >&6; }
4097 OBJEXT=$ac_cv_objext
4098 ac_objext=$OBJEXT
4099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4100 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4101 if ${ac_cv_c_compiler_gnu+:} false; then :
4102 $as_echo_n "(cached) " >&6
4103 else
4104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4105 /* end confdefs.h. */
4106
4107 int
4108 main ()
4109 {
4110 #ifndef __GNUC__
4111 choke me
4112 #endif
4113
4114 ;
4115 return 0;
4116 }
4117 _ACEOF
4118 if ac_fn_c_try_compile "$LINENO"; then :
4119 ac_compiler_gnu=yes
4120 else
4121 ac_compiler_gnu=no
4122 fi
4123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4124 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4125
4126 fi
4127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4128 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4129 if test $ac_compiler_gnu = yes; then
4130 GCC=yes
4131 else
4132 GCC=
4133 fi
4134 ac_test_CFLAGS=${CFLAGS+set}
4135 ac_save_CFLAGS=$CFLAGS
4136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4137 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4138 if ${ac_cv_prog_cc_g+:} false; then :
4139 $as_echo_n "(cached) " >&6
4140 else
4141 ac_save_c_werror_flag=$ac_c_werror_flag
4142 ac_c_werror_flag=yes
4143 ac_cv_prog_cc_g=no
4144 CFLAGS="-g"
4145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4146 /* end confdefs.h. */
4147
4148 int
4149 main ()
4150 {
4151
4152 ;
4153 return 0;
4154 }
4155 _ACEOF
4156 if ac_fn_c_try_compile "$LINENO"; then :
4157 ac_cv_prog_cc_g=yes
4158 else
4159 CFLAGS=""
4160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4161 /* end confdefs.h. */
4162
4163 int
4164 main ()
4165 {
4166
4167 ;
4168 return 0;
4169 }
4170 _ACEOF
4171 if ac_fn_c_try_compile "$LINENO"; then :
4172
4173 else
4174 ac_c_werror_flag=$ac_save_c_werror_flag
4175 CFLAGS="-g"
4176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4177 /* end confdefs.h. */
4178
4179 int
4180 main ()
4181 {
4182
4183 ;
4184 return 0;
4185 }
4186 _ACEOF
4187 if ac_fn_c_try_compile "$LINENO"; then :
4188 ac_cv_prog_cc_g=yes
4189 fi
4190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4191 fi
4192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4193 fi
4194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4195 ac_c_werror_flag=$ac_save_c_werror_flag
4196 fi
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4198 $as_echo "$ac_cv_prog_cc_g" >&6; }
4199 if test "$ac_test_CFLAGS" = set; then
4200 CFLAGS=$ac_save_CFLAGS
4201 elif test $ac_cv_prog_cc_g = yes; then
4202 if test "$GCC" = yes; then
4203 CFLAGS="-g -O2"
4204 else
4205 CFLAGS="-g"
4206 fi
4207 else
4208 if test "$GCC" = yes; then
4209 CFLAGS="-O2"
4210 else
4211 CFLAGS=
4212 fi
4213 fi
4214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4215 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4216 if ${ac_cv_prog_cc_c89+:} false; then :
4217 $as_echo_n "(cached) " >&6
4218 else
4219 ac_cv_prog_cc_c89=no
4220 ac_save_CC=$CC
4221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4222 /* end confdefs.h. */
4223 #include <stdarg.h>
4224 #include <stdio.h>
4225 struct stat;
4226 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4227 struct buf { int x; };
4228 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4229 static char *e (p, i)
4230 char **p;
4231 int i;
4232 {
4233 return p[i];
4234 }
4235 static char *f (char * (*g) (char **, int), char **p, ...)
4236 {
4237 char *s;
4238 va_list v;
4239 va_start (v,p);
4240 s = g (p, va_arg (v,int));
4241 va_end (v);
4242 return s;
4243 }
4244
4245 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4246 function prototypes and stuff, but not '\xHH' hex character constants.
4247 These don't provoke an error unfortunately, instead are silently treated
4248 as 'x'. The following induces an error, until -std is added to get
4249 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4250 array size at least. It's necessary to write '\x00'==0 to get something
4251 that's true only with -std. */
4252 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4253
4254 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4255 inside strings and character constants. */
4256 #define FOO(x) 'x'
4257 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4258
4259 int test (int i, double x);
4260 struct s1 {int (*f) (int a);};
4261 struct s2 {int (*f) (double a);};
4262 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4263 int argc;
4264 char **argv;
4265 int
4266 main ()
4267 {
4268 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4269 ;
4270 return 0;
4271 }
4272 _ACEOF
4273 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4274 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4275 do
4276 CC="$ac_save_CC $ac_arg"
4277 if ac_fn_c_try_compile "$LINENO"; then :
4278 ac_cv_prog_cc_c89=$ac_arg
4279 fi
4280 rm -f core conftest.err conftest.$ac_objext
4281 test "x$ac_cv_prog_cc_c89" != "xno" && break
4282 done
4283 rm -f conftest.$ac_ext
4284 CC=$ac_save_CC
4285
4286 fi
4287 # AC_CACHE_VAL
4288 case "x$ac_cv_prog_cc_c89" in
4289 x)
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4291 $as_echo "none needed" >&6; } ;;
4292 xno)
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4294 $as_echo "unsupported" >&6; } ;;
4295 *)
4296 CC="$CC $ac_cv_prog_cc_c89"
4297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4298 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4299 esac
4300 if test "x$ac_cv_prog_cc_c89" != xno; then :
4301
4302 fi
4303
4304 ac_ext=c
4305 ac_cpp='$CPP $CPPFLAGS'
4306 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4307 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4308 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4309
4310 ac_ext=c
4311 ac_cpp='$CPP $CPPFLAGS'
4312 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4313 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4314 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4316 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4317 if ${am_cv_prog_cc_c_o+:} false; then :
4318 $as_echo_n "(cached) " >&6
4319 else
4320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4321 /* end confdefs.h. */
4322
4323 int
4324 main ()
4325 {
4326
4327 ;
4328 return 0;
4329 }
4330 _ACEOF
4331 # Make sure it works both with $CC and with simple cc.
4332 # Following AC_PROG_CC_C_O, we do the test twice because some
4333 # compilers refuse to overwrite an existing .o file with -o,
4334 # though they will create one.
4335 am_cv_prog_cc_c_o=yes
4336 for am_i in 1 2; do
4337 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4338 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4339 ac_status=$?
4340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4341 (exit $ac_status); } \
4342 && test -f conftest2.$ac_objext; then
4343 : OK
4344 else
4345 am_cv_prog_cc_c_o=no
4346 break
4347 fi
4348 done
4349 rm -f core conftest*
4350 unset am_i
4351 fi
4352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4353 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4354 if test "$am_cv_prog_cc_c_o" != yes; then
4355 # Losing compiler, so override with the script.
4356 # FIXME: It is wrong to rewrite CC.
4357 # But if we don't then we get into trouble of one sort or another.
4358 # A longer-term fix would be to have automake use am__CC in this case,
4359 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4360 CC="$am_aux_dir/compile $CC"
4361 fi
4362 ac_ext=c
4363 ac_cpp='$CPP $CPPFLAGS'
4364 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4365 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4366 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4367
4368 DEPDIR="${am__leading_dot}deps"
4369
4370 ac_config_commands="$ac_config_commands depfiles"
4371
4372
4373 am_make=${MAKE-make}
4374 cat > confinc << 'END'
4375 am__doit:
4376 @echo this is the am__doit target
4377 .PHONY: am__doit
4378 END
4379 # If we don't find an include directive, just comment out the code.
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4381 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4382 am__include="#"
4383 am__quote=
4384 _am_result=none
4385 # First try GNU make style include.
4386 echo "include confinc" > confmf
4387 # Ignore all kinds of additional output from 'make'.
4388 case `$am_make -s -f confmf 2> /dev/null` in #(
4389 *the\ am__doit\ target*)
4390 am__include=include
4391 am__quote=
4392 _am_result=GNU
4393 ;;
4394 esac
4395 # Now try BSD make style include.
4396 if test "$am__include" = "#"; then
4397 echo '.include "confinc"' > confmf
4398 case `$am_make -s -f confmf 2> /dev/null` in #(
4399 *the\ am__doit\ target*)
4400 am__include=.include
4401 am__quote="\""
4402 _am_result=BSD
4403 ;;
4404 esac
4405 fi
4406
4407
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4409 $as_echo "$_am_result" >&6; }
4410 rm -f confinc confmf
4411
4412 # Check whether --enable-dependency-tracking was given.
4413 if test "${enable_dependency_tracking+set}" = set; then :
4414 enableval=$enable_dependency_tracking;
4415 fi
4416
4417 if test "x$enable_dependency_tracking" != xno; then
4418 am_depcomp="$ac_aux_dir/depcomp"
4419 AMDEPBACKSLASH='\'
4420 am__nodep='_no'
4421 fi
4422 if test "x$enable_dependency_tracking" != xno; then
4423 AMDEP_TRUE=
4424 AMDEP_FALSE='#'
4425 else
4426 AMDEP_TRUE='#'
4427 AMDEP_FALSE=
4428 fi
4429
4430
4431
4432 depcc="$CC" am_compiler_list=
4433
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4435 $as_echo_n "checking dependency style of $depcc... " >&6; }
4436 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4437 $as_echo_n "(cached) " >&6
4438 else
4439 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4440 # We make a subdir and do the tests there. Otherwise we can end up
4441 # making bogus files that we don't know about and never remove. For
4442 # instance it was reported that on HP-UX the gcc test will end up
4443 # making a dummy file named 'D' -- because '-MD' means "put the output
4444 # in D".
4445 rm -rf conftest.dir
4446 mkdir conftest.dir
4447 # Copy depcomp to subdir because otherwise we won't find it if we're
4448 # using a relative directory.
4449 cp "$am_depcomp" conftest.dir
4450 cd conftest.dir
4451 # We will build objects and dependencies in a subdirectory because
4452 # it helps to detect inapplicable dependency modes. For instance
4453 # both Tru64's cc and ICC support -MD to output dependencies as a
4454 # side effect of compilation, but ICC will put the dependencies in
4455 # the current directory while Tru64 will put them in the object
4456 # directory.
4457 mkdir sub
4458
4459 am_cv_CC_dependencies_compiler_type=none
4460 if test "$am_compiler_list" = ""; then
4461 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4462 fi
4463 am__universal=false
4464 case " $depcc " in #(
4465 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4466 esac
4467
4468 for depmode in $am_compiler_list; do
4469 # Setup a source with many dependencies, because some compilers
4470 # like to wrap large dependency lists on column 80 (with \), and
4471 # we should not choose a depcomp mode which is confused by this.
4472 #
4473 # We need to recreate these files for each test, as the compiler may
4474 # overwrite some of them when testing with obscure command lines.
4475 # This happens at least with the AIX C compiler.
4476 : > sub/conftest.c
4477 for i in 1 2 3 4 5 6; do
4478 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4479 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4480 # Solaris 10 /bin/sh.
4481 echo '/* dummy */' > sub/conftst$i.h
4482 done
4483 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4484
4485 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4486 # mode. It turns out that the SunPro C++ compiler does not properly
4487 # handle '-M -o', and we need to detect this. Also, some Intel
4488 # versions had trouble with output in subdirs.
4489 am__obj=sub/conftest.${OBJEXT-o}
4490 am__minus_obj="-o $am__obj"
4491 case $depmode in
4492 gcc)
4493 # This depmode causes a compiler race in universal mode.
4494 test "$am__universal" = false || continue
4495 ;;
4496 nosideeffect)
4497 # After this tag, mechanisms are not by side-effect, so they'll
4498 # only be used when explicitly requested.
4499 if test "x$enable_dependency_tracking" = xyes; then
4500 continue
4501 else
4502 break
4503 fi
4504 ;;
4505 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4506 # This compiler won't grok '-c -o', but also, the minuso test has
4507 # not run yet. These depmodes are late enough in the game, and
4508 # so weak that their functioning should not be impacted.
4509 am__obj=conftest.${OBJEXT-o}
4510 am__minus_obj=
4511 ;;
4512 none) break ;;
4513 esac
4514 if depmode=$depmode \
4515 source=sub/conftest.c object=$am__obj \
4516 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4517 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4518 >/dev/null 2>conftest.err &&
4519 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4520 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4521 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4522 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4523 # icc doesn't choke on unknown options, it will just issue warnings
4524 # or remarks (even with -Werror). So we grep stderr for any message
4525 # that says an option was ignored or not supported.
4526 # When given -MP, icc 7.0 and 7.1 complain thusly:
4527 # icc: Command line warning: ignoring option '-M'; no argument required
4528 # The diagnosis changed in icc 8.0:
4529 # icc: Command line remark: option '-MP' not supported
4530 if (grep 'ignoring option' conftest.err ||
4531 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4532 am_cv_CC_dependencies_compiler_type=$depmode
4533 break
4534 fi
4535 fi
4536 done
4537
4538 cd ..
4539 rm -rf conftest.dir
4540 else
4541 am_cv_CC_dependencies_compiler_type=none
4542 fi
4543
4544 fi
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4546 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4547 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4548
4549 if
4550 test "x$enable_dependency_tracking" != xno \
4551 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4552 am__fastdepCC_TRUE=
4553 am__fastdepCC_FALSE='#'
4554 else
4555 am__fastdepCC_TRUE='#'
4556 am__fastdepCC_FALSE=
4557 fi
4558
4559
4560
4561 ac_ext=c
4562 ac_cpp='$CPP $CPPFLAGS'
4563 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4564 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4565 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4567 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4568 # On Suns, sometimes $CPP names a directory.
4569 if test -n "$CPP" && test -d "$CPP"; then
4570 CPP=
4571 fi
4572 if test -z "$CPP"; then
4573 if ${ac_cv_prog_CPP+:} false; then :
4574 $as_echo_n "(cached) " >&6
4575 else
4576 # Double quotes because CPP needs to be expanded
4577 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4578 do
4579 ac_preproc_ok=false
4580 for ac_c_preproc_warn_flag in '' yes
4581 do
4582 # Use a header file that comes with gcc, so configuring glibc
4583 # with a fresh cross-compiler works.
4584 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4585 # <limits.h> exists even on freestanding compilers.
4586 # On the NeXT, cc -E runs the code through the compiler's parser,
4587 # not just through cpp. "Syntax error" is here to catch this case.
4588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4589 /* end confdefs.h. */
4590 #ifdef __STDC__
4591 # include <limits.h>
4592 #else
4593 # include <assert.h>
4594 #endif
4595 Syntax error
4596 _ACEOF
4597 if ac_fn_c_try_cpp "$LINENO"; then :
4598
4599 else
4600 # Broken: fails on valid input.
4601 continue
4602 fi
4603 rm -f conftest.err conftest.i conftest.$ac_ext
4604
4605 # OK, works on sane cases. Now check whether nonexistent headers
4606 # can be detected and how.
4607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4608 /* end confdefs.h. */
4609 #include <ac_nonexistent.h>
4610 _ACEOF
4611 if ac_fn_c_try_cpp "$LINENO"; then :
4612 # Broken: success on invalid input.
4613 continue
4614 else
4615 # Passes both tests.
4616 ac_preproc_ok=:
4617 break
4618 fi
4619 rm -f conftest.err conftest.i conftest.$ac_ext
4620
4621 done
4622 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4623 rm -f conftest.i conftest.err conftest.$ac_ext
4624 if $ac_preproc_ok; then :
4625 break
4626 fi
4627
4628 done
4629 ac_cv_prog_CPP=$CPP
4630
4631 fi
4632 CPP=$ac_cv_prog_CPP
4633 else
4634 ac_cv_prog_CPP=$CPP
4635 fi
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4637 $as_echo "$CPP" >&6; }
4638 ac_preproc_ok=false
4639 for ac_c_preproc_warn_flag in '' yes
4640 do
4641 # Use a header file that comes with gcc, so configuring glibc
4642 # with a fresh cross-compiler works.
4643 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4644 # <limits.h> exists even on freestanding compilers.
4645 # On the NeXT, cc -E runs the code through the compiler's parser,
4646 # not just through cpp. "Syntax error" is here to catch this case.
4647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4648 /* end confdefs.h. */
4649 #ifdef __STDC__
4650 # include <limits.h>
4651 #else
4652 # include <assert.h>
4653 #endif
4654 Syntax error
4655 _ACEOF
4656 if ac_fn_c_try_cpp "$LINENO"; then :
4657
4658 else
4659 # Broken: fails on valid input.
4660 continue
4661 fi
4662 rm -f conftest.err conftest.i conftest.$ac_ext
4663
4664 # OK, works on sane cases. Now check whether nonexistent headers
4665 # can be detected and how.
4666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4667 /* end confdefs.h. */
4668 #include <ac_nonexistent.h>
4669 _ACEOF
4670 if ac_fn_c_try_cpp "$LINENO"; then :
4671 # Broken: success on invalid input.
4672 continue
4673 else
4674 # Passes both tests.
4675 ac_preproc_ok=:
4676 break
4677 fi
4678 rm -f conftest.err conftest.i conftest.$ac_ext
4679
4680 done
4681 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4682 rm -f conftest.i conftest.err conftest.$ac_ext
4683 if $ac_preproc_ok; then :
4684
4685 else
4686 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4687 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4688 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4689 See \`config.log' for more details" "$LINENO" 5; }
4690 fi
4691
4692 ac_ext=c
4693 ac_cpp='$CPP $CPPFLAGS'
4694 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4695 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4696 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4697
4698
4699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4700 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4701 if ${ac_cv_path_GREP+:} false; then :
4702 $as_echo_n "(cached) " >&6
4703 else
4704 if test -z "$GREP"; then
4705 ac_path_GREP_found=false
4706 # Loop through the user's path and test for each of PROGNAME-LIST
4707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4708 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4709 do
4710 IFS=$as_save_IFS
4711 test -z "$as_dir" && as_dir=.
4712 for ac_prog in grep ggrep; do
4713 for ac_exec_ext in '' $ac_executable_extensions; do
4714 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4715 as_fn_executable_p "$ac_path_GREP" || continue
4716 # Check for GNU ac_path_GREP and select it if it is found.
4717 # Check for GNU $ac_path_GREP
4718 case `"$ac_path_GREP" --version 2>&1` in
4719 *GNU*)
4720 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4721 *)
4722 ac_count=0
4723 $as_echo_n 0123456789 >"conftest.in"
4724 while :
4725 do
4726 cat "conftest.in" "conftest.in" >"conftest.tmp"
4727 mv "conftest.tmp" "conftest.in"
4728 cp "conftest.in" "conftest.nl"
4729 $as_echo 'GREP' >> "conftest.nl"
4730 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4731 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4732 as_fn_arith $ac_count + 1 && ac_count=$as_val
4733 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4734 # Best one so far, save it but keep looking for a better one
4735 ac_cv_path_GREP="$ac_path_GREP"
4736 ac_path_GREP_max=$ac_count
4737 fi
4738 # 10*(2^10) chars as input seems more than enough
4739 test $ac_count -gt 10 && break
4740 done
4741 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4742 esac
4743
4744 $ac_path_GREP_found && break 3
4745 done
4746 done
4747 done
4748 IFS=$as_save_IFS
4749 if test -z "$ac_cv_path_GREP"; then
4750 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4751 fi
4752 else
4753 ac_cv_path_GREP=$GREP
4754 fi
4755
4756 fi
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4758 $as_echo "$ac_cv_path_GREP" >&6; }
4759 GREP="$ac_cv_path_GREP"
4760
4761
4762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4763 $as_echo_n "checking for egrep... " >&6; }
4764 if ${ac_cv_path_EGREP+:} false; then :
4765 $as_echo_n "(cached) " >&6
4766 else
4767 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4768 then ac_cv_path_EGREP="$GREP -E"
4769 else
4770 if test -z "$EGREP"; then
4771 ac_path_EGREP_found=false
4772 # Loop through the user's path and test for each of PROGNAME-LIST
4773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4774 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4775 do
4776 IFS=$as_save_IFS
4777 test -z "$as_dir" && as_dir=.
4778 for ac_prog in egrep; do
4779 for ac_exec_ext in '' $ac_executable_extensions; do
4780 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4781 as_fn_executable_p "$ac_path_EGREP" || continue
4782 # Check for GNU ac_path_EGREP and select it if it is found.
4783 # Check for GNU $ac_path_EGREP
4784 case `"$ac_path_EGREP" --version 2>&1` in
4785 *GNU*)
4786 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4787 *)
4788 ac_count=0
4789 $as_echo_n 0123456789 >"conftest.in"
4790 while :
4791 do
4792 cat "conftest.in" "conftest.in" >"conftest.tmp"
4793 mv "conftest.tmp" "conftest.in"
4794 cp "conftest.in" "conftest.nl"
4795 $as_echo 'EGREP' >> "conftest.nl"
4796 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4797 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4798 as_fn_arith $ac_count + 1 && ac_count=$as_val
4799 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4800 # Best one so far, save it but keep looking for a better one
4801 ac_cv_path_EGREP="$ac_path_EGREP"
4802 ac_path_EGREP_max=$ac_count
4803 fi
4804 # 10*(2^10) chars as input seems more than enough
4805 test $ac_count -gt 10 && break
4806 done
4807 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4808 esac
4809
4810 $ac_path_EGREP_found && break 3
4811 done
4812 done
4813 done
4814 IFS=$as_save_IFS
4815 if test -z "$ac_cv_path_EGREP"; then
4816 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4817 fi
4818 else
4819 ac_cv_path_EGREP=$EGREP
4820 fi
4821
4822 fi
4823 fi
4824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4825 $as_echo "$ac_cv_path_EGREP" >&6; }
4826 EGREP="$ac_cv_path_EGREP"
4827
4828
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4830 $as_echo_n "checking for ANSI C header files... " >&6; }
4831 if ${ac_cv_header_stdc+:} false; then :
4832 $as_echo_n "(cached) " >&6
4833 else
4834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4835 /* end confdefs.h. */
4836 #include <stdlib.h>
4837 #include <stdarg.h>
4838 #include <string.h>
4839 #include <float.h>
4840
4841 int
4842 main ()
4843 {
4844
4845 ;
4846 return 0;
4847 }
4848 _ACEOF
4849 if ac_fn_c_try_compile "$LINENO"; then :
4850 ac_cv_header_stdc=yes
4851 else
4852 ac_cv_header_stdc=no
4853 fi
4854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4855
4856 if test $ac_cv_header_stdc = yes; then
4857 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4859 /* end confdefs.h. */
4860 #include <string.h>
4861
4862 _ACEOF
4863 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4864 $EGREP "memchr" >/dev/null 2>&1; then :
4865
4866 else
4867 ac_cv_header_stdc=no
4868 fi
4869 rm -f conftest*
4870
4871 fi
4872
4873 if test $ac_cv_header_stdc = yes; then
4874 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4876 /* end confdefs.h. */
4877 #include <stdlib.h>
4878
4879 _ACEOF
4880 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4881 $EGREP "free" >/dev/null 2>&1; then :
4882
4883 else
4884 ac_cv_header_stdc=no
4885 fi
4886 rm -f conftest*
4887
4888 fi
4889
4890 if test $ac_cv_header_stdc = yes; then
4891 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4892 if test "$cross_compiling" = yes; then :
4893 :
4894 else
4895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4896 /* end confdefs.h. */
4897 #include <ctype.h>
4898 #include <stdlib.h>
4899 #if ((' ' & 0x0FF) == 0x020)
4900 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4901 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4902 #else
4903 # define ISLOWER(c) \
4904 (('a' <= (c) && (c) <= 'i') \
4905 || ('j' <= (c) && (c) <= 'r') \
4906 || ('s' <= (c) && (c) <= 'z'))
4907 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4908 #endif
4909
4910 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4911 int
4912 main ()
4913 {
4914 int i;
4915 for (i = 0; i < 256; i++)
4916 if (XOR (islower (i), ISLOWER (i))
4917 || toupper (i) != TOUPPER (i))
4918 return 2;
4919 return 0;
4920 }
4921 _ACEOF
4922 if ac_fn_c_try_run "$LINENO"; then :
4923
4924 else
4925 ac_cv_header_stdc=no
4926 fi
4927 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4928 conftest.$ac_objext conftest.beam conftest.$ac_ext
4929 fi
4930
4931 fi
4932 fi
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4934 $as_echo "$ac_cv_header_stdc" >&6; }
4935 if test $ac_cv_header_stdc = yes; then
4936
4937 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4938
4939 fi
4940
4941 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4942 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4943 inttypes.h stdint.h unistd.h
4944 do :
4945 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4946 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4947 "
4948 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4949 cat >>confdefs.h <<_ACEOF
4950 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4951 _ACEOF
4952
4953 fi
4954
4955 done
4956
4957
4958
4959 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4960 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4961 MINIX=yes
4962 else
4963 MINIX=
4964 fi
4965
4966
4967 if test "$MINIX" = yes; then
4968
4969 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4970
4971
4972 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4973
4974
4975 $as_echo "#define _MINIX 1" >>confdefs.h
4976
4977 fi
4978
4979
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4981 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4982 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4983 $as_echo_n "(cached) " >&6
4984 else
4985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4986 /* end confdefs.h. */
4987
4988 # define __EXTENSIONS__ 1
4989 $ac_includes_default
4990 int
4991 main ()
4992 {
4993
4994 ;
4995 return 0;
4996 }
4997 _ACEOF
4998 if ac_fn_c_try_compile "$LINENO"; then :
4999 ac_cv_safe_to_define___extensions__=yes
5000 else
5001 ac_cv_safe_to_define___extensions__=no
5002 fi
5003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5004 fi
5005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5006 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5007 test $ac_cv_safe_to_define___extensions__ = yes &&
5008 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5009
5010 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5011
5012 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5013
5014 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5015
5016 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5017
5018
5019
5020
5021
5022 case `pwd` in
5023 *\ * | *\ *)
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5025 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5026 esac
5027
5028
5029
5030 macro_version='2.2.7a'
5031 macro_revision='1.3134'
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045 ltmain="$ac_aux_dir/ltmain.sh"
5046
5047 # Backslashify metacharacters that are still active within
5048 # double-quoted strings.
5049 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5050
5051 # Same as above, but do not quote variable references.
5052 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5053
5054 # Sed substitution to delay expansion of an escaped shell variable in a
5055 # double_quote_subst'ed string.
5056 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5057
5058 # Sed substitution to delay expansion of an escaped single quote.
5059 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5060
5061 # Sed substitution to avoid accidental globbing in evaled expressions
5062 no_glob_subst='s/\*/\\\*/g'
5063
5064 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5065 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5066 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5067
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5069 $as_echo_n "checking how to print strings... " >&6; }
5070 # Test print first, because it will be a builtin if present.
5071 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5072 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5073 ECHO='print -r --'
5074 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5075 ECHO='printf %s\n'
5076 else
5077 # Use this function as a fallback that always works.
5078 func_fallback_echo ()
5079 {
5080 eval 'cat <<_LTECHO_EOF
5081 $1
5082 _LTECHO_EOF'
5083 }
5084 ECHO='func_fallback_echo'
5085 fi
5086
5087 # func_echo_all arg...
5088 # Invoke $ECHO with all args, space-separated.
5089 func_echo_all ()
5090 {
5091 $ECHO ""
5092 }
5093
5094 case "$ECHO" in
5095 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5096 $as_echo "printf" >&6; } ;;
5097 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5098 $as_echo "print -r" >&6; } ;;
5099 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5100 $as_echo "cat" >&6; } ;;
5101 esac
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5117 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5118 if ${ac_cv_path_SED+:} false; then :
5119 $as_echo_n "(cached) " >&6
5120 else
5121 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5122 for ac_i in 1 2 3 4 5 6 7; do
5123 ac_script="$ac_script$as_nl$ac_script"
5124 done
5125 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5126 { ac_script=; unset ac_script;}
5127 if test -z "$SED"; then
5128 ac_path_SED_found=false
5129 # Loop through the user's path and test for each of PROGNAME-LIST
5130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5131 for as_dir in $PATH
5132 do
5133 IFS=$as_save_IFS
5134 test -z "$as_dir" && as_dir=.
5135 for ac_prog in sed gsed; do
5136 for ac_exec_ext in '' $ac_executable_extensions; do
5137 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5138 as_fn_executable_p "$ac_path_SED" || continue
5139 # Check for GNU ac_path_SED and select it if it is found.
5140 # Check for GNU $ac_path_SED
5141 case `"$ac_path_SED" --version 2>&1` in
5142 *GNU*)
5143 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5144 *)
5145 ac_count=0
5146 $as_echo_n 0123456789 >"conftest.in"
5147 while :
5148 do
5149 cat "conftest.in" "conftest.in" >"conftest.tmp"
5150 mv "conftest.tmp" "conftest.in"
5151 cp "conftest.in" "conftest.nl"
5152 $as_echo '' >> "conftest.nl"
5153 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5154 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5155 as_fn_arith $ac_count + 1 && ac_count=$as_val
5156 if test $ac_count -gt ${ac_path_SED_max-0}; then
5157 # Best one so far, save it but keep looking for a better one
5158 ac_cv_path_SED="$ac_path_SED"
5159 ac_path_SED_max=$ac_count
5160 fi
5161 # 10*(2^10) chars as input seems more than enough
5162 test $ac_count -gt 10 && break
5163 done
5164 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5165 esac
5166
5167 $ac_path_SED_found && break 3
5168 done
5169 done
5170 done
5171 IFS=$as_save_IFS
5172 if test -z "$ac_cv_path_SED"; then
5173 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5174 fi
5175 else
5176 ac_cv_path_SED=$SED
5177 fi
5178
5179 fi
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5181 $as_echo "$ac_cv_path_SED" >&6; }
5182 SED="$ac_cv_path_SED"
5183 rm -f conftest.sed
5184
5185 test -z "$SED" && SED=sed
5186 Xsed="$SED -e 1s/^X//"
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5199 $as_echo_n "checking for fgrep... " >&6; }
5200 if ${ac_cv_path_FGREP+:} false; then :
5201 $as_echo_n "(cached) " >&6
5202 else
5203 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5204 then ac_cv_path_FGREP="$GREP -F"
5205 else
5206 if test -z "$FGREP"; then
5207 ac_path_FGREP_found=false
5208 # Loop through the user's path and test for each of PROGNAME-LIST
5209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5210 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5211 do
5212 IFS=$as_save_IFS
5213 test -z "$as_dir" && as_dir=.
5214 for ac_prog in fgrep; do
5215 for ac_exec_ext in '' $ac_executable_extensions; do
5216 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5217 as_fn_executable_p "$ac_path_FGREP" || continue
5218 # Check for GNU ac_path_FGREP and select it if it is found.
5219 # Check for GNU $ac_path_FGREP
5220 case `"$ac_path_FGREP" --version 2>&1` in
5221 *GNU*)
5222 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5223 *)
5224 ac_count=0
5225 $as_echo_n 0123456789 >"conftest.in"
5226 while :
5227 do
5228 cat "conftest.in" "conftest.in" >"conftest.tmp"
5229 mv "conftest.tmp" "conftest.in"
5230 cp "conftest.in" "conftest.nl"
5231 $as_echo 'FGREP' >> "conftest.nl"
5232 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5233 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5234 as_fn_arith $ac_count + 1 && ac_count=$as_val
5235 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5236 # Best one so far, save it but keep looking for a better one
5237 ac_cv_path_FGREP="$ac_path_FGREP"
5238 ac_path_FGREP_max=$ac_count
5239 fi
5240 # 10*(2^10) chars as input seems more than enough
5241 test $ac_count -gt 10 && break
5242 done
5243 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5244 esac
5245
5246 $ac_path_FGREP_found && break 3
5247 done
5248 done
5249 done
5250 IFS=$as_save_IFS
5251 if test -z "$ac_cv_path_FGREP"; then
5252 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5253 fi
5254 else
5255 ac_cv_path_FGREP=$FGREP
5256 fi
5257
5258 fi
5259 fi
5260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5261 $as_echo "$ac_cv_path_FGREP" >&6; }
5262 FGREP="$ac_cv_path_FGREP"
5263
5264
5265 test -z "$GREP" && GREP=grep
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285 # Check whether --with-gnu-ld was given.
5286 if test "${with_gnu_ld+set}" = set; then :
5287 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5288 else
5289 with_gnu_ld=no
5290 fi
5291
5292 ac_prog=ld
5293 if test "$GCC" = yes; then
5294 # Check if gcc -print-prog-name=ld gives a path.
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5296 $as_echo_n "checking for ld used by $CC... " >&6; }
5297 case $host in
5298 *-*-mingw*)
5299 # gcc leaves a trailing carriage return which upsets mingw
5300 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5301 *)
5302 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5303 esac
5304 case $ac_prog in
5305 # Accept absolute paths.
5306 [\\/]* | ?:[\\/]*)
5307 re_direlt='/[^/][^/]*/\.\./'
5308 # Canonicalize the pathname of ld
5309 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5310 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5311 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5312 done
5313 test -z "$LD" && LD="$ac_prog"
5314 ;;
5315 "")
5316 # If it fails, then pretend we aren't using GCC.
5317 ac_prog=ld
5318 ;;
5319 *)
5320 # If it is relative, then search for the first ld in PATH.
5321 with_gnu_ld=unknown
5322 ;;
5323 esac
5324 elif test "$with_gnu_ld" = yes; then
5325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5326 $as_echo_n "checking for GNU ld... " >&6; }
5327 else
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5329 $as_echo_n "checking for non-GNU ld... " >&6; }
5330 fi
5331 if ${lt_cv_path_LD+:} false; then :
5332 $as_echo_n "(cached) " >&6
5333 else
5334 if test -z "$LD"; then
5335 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5336 for ac_dir in $PATH; do
5337 IFS="$lt_save_ifs"
5338 test -z "$ac_dir" && ac_dir=.
5339 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5340 lt_cv_path_LD="$ac_dir/$ac_prog"
5341 # Check to see if the program is GNU ld. I'd rather use --version,
5342 # but apparently some variants of GNU ld only accept -v.
5343 # Break only if it was the GNU/non-GNU ld that we prefer.
5344 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5345 *GNU* | *'with BFD'*)
5346 test "$with_gnu_ld" != no && break
5347 ;;
5348 *)
5349 test "$with_gnu_ld" != yes && break
5350 ;;
5351 esac
5352 fi
5353 done
5354 IFS="$lt_save_ifs"
5355 else
5356 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5357 fi
5358 fi
5359
5360 LD="$lt_cv_path_LD"
5361 if test -n "$LD"; then
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5363 $as_echo "$LD" >&6; }
5364 else
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5366 $as_echo "no" >&6; }
5367 fi
5368 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5370 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5371 if ${lt_cv_prog_gnu_ld+:} false; then :
5372 $as_echo_n "(cached) " >&6
5373 else
5374 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5375 case `$LD -v 2>&1 </dev/null` in
5376 *GNU* | *'with BFD'*)
5377 lt_cv_prog_gnu_ld=yes
5378 ;;
5379 *)
5380 lt_cv_prog_gnu_ld=no
5381 ;;
5382 esac
5383 fi
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5385 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5386 with_gnu_ld=$lt_cv_prog_gnu_ld
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5397 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5398 if ${lt_cv_path_NM+:} false; then :
5399 $as_echo_n "(cached) " >&6
5400 else
5401 if test -n "$NM"; then
5402 # Let the user override the nm to test.
5403 lt_nm_to_check="$NM"
5404 else
5405 lt_nm_to_check="${ac_tool_prefix}nm"
5406 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5407 lt_nm_to_check="$lt_nm_to_check nm"
5408 fi
5409 fi
5410 for lt_tmp_nm in $lt_nm_to_check; do
5411 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5412 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5413 IFS="$lt_save_ifs"
5414 test -z "$ac_dir" && ac_dir=.
5415 case "$lt_tmp_nm" in
5416 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5417 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5418 esac
5419 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5420 # Check to see if the nm accepts a BSD-compat flag.
5421 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5422 # nm: unknown option "B" ignored
5423 case `"$tmp_nm" -B "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5424 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5425 break
5426 ;;
5427 *)
5428 case `"$tmp_nm" -p "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5429 *$tmp_nm*)
5430 lt_cv_path_NM="$tmp_nm -p"
5431 break
5432 ;;
5433 *)
5434 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5435 continue # so that we can try to find one that supports BSD flags
5436 ;;
5437 esac
5438 ;;
5439 esac
5440 fi
5441 done
5442 IFS="$lt_save_ifs"
5443 done
5444 : ${lt_cv_path_NM=no}
5445 fi
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5447 $as_echo "$lt_cv_path_NM" >&6; }
5448 if test "$lt_cv_path_NM" != "no"; then
5449 NM="$lt_cv_path_NM"
5450 else
5451 # Didn't find any BSD compatible name lister, look for dumpbin.
5452 if test -n "$DUMPBIN"; then :
5453 # Let the user override the test.
5454 else
5455 if test -n "$ac_tool_prefix"; then
5456 for ac_prog in dumpbin "link -dump"
5457 do
5458 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5459 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5461 $as_echo_n "checking for $ac_word... " >&6; }
5462 if ${ac_cv_prog_DUMPBIN+:} false; then :
5463 $as_echo_n "(cached) " >&6
5464 else
5465 if test -n "$DUMPBIN"; then
5466 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5467 else
5468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5469 for as_dir in $PATH
5470 do
5471 IFS=$as_save_IFS
5472 test -z "$as_dir" && as_dir=.
5473 for ac_exec_ext in '' $ac_executable_extensions; do
5474 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5475 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5477 break 2
5478 fi
5479 done
5480 done
5481 IFS=$as_save_IFS
5482
5483 fi
5484 fi
5485 DUMPBIN=$ac_cv_prog_DUMPBIN
5486 if test -n "$DUMPBIN"; then
5487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5488 $as_echo "$DUMPBIN" >&6; }
5489 else
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5491 $as_echo "no" >&6; }
5492 fi
5493
5494
5495 test -n "$DUMPBIN" && break
5496 done
5497 fi
5498 if test -z "$DUMPBIN"; then
5499 ac_ct_DUMPBIN=$DUMPBIN
5500 for ac_prog in dumpbin "link -dump"
5501 do
5502 # Extract the first word of "$ac_prog", so it can be a program name with args.
5503 set dummy $ac_prog; ac_word=$2
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5505 $as_echo_n "checking for $ac_word... " >&6; }
5506 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5507 $as_echo_n "(cached) " >&6
5508 else
5509 if test -n "$ac_ct_DUMPBIN"; then
5510 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5511 else
5512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5513 for as_dir in $PATH
5514 do
5515 IFS=$as_save_IFS
5516 test -z "$as_dir" && as_dir=.
5517 for ac_exec_ext in '' $ac_executable_extensions; do
5518 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5519 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5521 break 2
5522 fi
5523 done
5524 done
5525 IFS=$as_save_IFS
5526
5527 fi
5528 fi
5529 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5530 if test -n "$ac_ct_DUMPBIN"; then
5531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5532 $as_echo "$ac_ct_DUMPBIN" >&6; }
5533 else
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5535 $as_echo "no" >&6; }
5536 fi
5537
5538
5539 test -n "$ac_ct_DUMPBIN" && break
5540 done
5541
5542 if test "x$ac_ct_DUMPBIN" = x; then
5543 DUMPBIN=":"
5544 else
5545 case $cross_compiling:$ac_tool_warned in
5546 yes:)
5547 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5548 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5549 ac_tool_warned=yes ;;
5550 esac
5551 DUMPBIN=$ac_ct_DUMPBIN
5552 fi
5553 fi
5554
5555 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5556 *COFF*)
5557 DUMPBIN="$DUMPBIN -symbols"
5558 ;;
5559 *)
5560 DUMPBIN=:
5561 ;;
5562 esac
5563 fi
5564
5565 if test "$DUMPBIN" != ":"; then
5566 NM="$DUMPBIN"
5567 fi
5568 fi
5569 test -z "$NM" && NM=nm
5570
5571
5572
5573
5574
5575
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5577 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5578 if ${lt_cv_nm_interface+:} false; then :
5579 $as_echo_n "(cached) " >&6
5580 else
5581 lt_cv_nm_interface="BSD nm"
5582 echo "int some_variable = 0;" > conftest.$ac_ext
5583 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5584 (eval "$ac_compile" 2>conftest.err)
5585 cat conftest.err >&5
5586 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5587 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5588 cat conftest.err >&5
5589 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5590 cat conftest.out >&5
5591 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5592 lt_cv_nm_interface="MS dumpbin"
5593 fi
5594 rm -f conftest*
5595 fi
5596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5597 $as_echo "$lt_cv_nm_interface" >&6; }
5598
5599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5600 $as_echo_n "checking whether ln -s works... " >&6; }
5601 LN_S=$as_ln_s
5602 if test "$LN_S" = "ln -s"; then
5603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5604 $as_echo "yes" >&6; }
5605 else
5606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5607 $as_echo "no, using $LN_S" >&6; }
5608 fi
5609
5610 # find the maximum length of command line arguments
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5612 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5613 if ${lt_cv_sys_max_cmd_len+:} false; then :
5614 $as_echo_n "(cached) " >&6
5615 else
5616 i=0
5617 teststring="ABCD"
5618
5619 case $build_os in
5620 msdosdjgpp*)
5621 # On DJGPP, this test can blow up pretty badly due to problems in libc
5622 # (any single argument exceeding 2000 bytes causes a buffer overrun
5623 # during glob expansion). Even if it were fixed, the result of this
5624 # check would be larger than it should be.
5625 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5626 ;;
5627
5628 gnu*)
5629 # Under GNU Hurd, this test is not required because there is
5630 # no limit to the length of command line arguments.
5631 # Libtool will interpret -1 as no limit whatsoever
5632 lt_cv_sys_max_cmd_len=-1;
5633 ;;
5634
5635 cygwin* | mingw* | cegcc*)
5636 # On Win9x/ME, this test blows up -- it succeeds, but takes
5637 # about 5 minutes as the teststring grows exponentially.
5638 # Worse, since 9x/ME are not pre-emptively multitasking,
5639 # you end up with a "frozen" computer, even though with patience
5640 # the test eventually succeeds (with a max line length of 256k).
5641 # Instead, let's just punt: use the minimum linelength reported by
5642 # all of the supported platforms: 8192 (on NT/2K/XP).
5643 lt_cv_sys_max_cmd_len=8192;
5644 ;;
5645
5646 mint*)
5647 # On MiNT this can take a long time and run out of memory.
5648 lt_cv_sys_max_cmd_len=8192;
5649 ;;
5650
5651 amigaos*)
5652 # On AmigaOS with pdksh, this test takes hours, literally.
5653 # So we just punt and use a minimum line length of 8192.
5654 lt_cv_sys_max_cmd_len=8192;
5655 ;;
5656
5657 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5658 # This has been around since 386BSD, at least. Likely further.
5659 if test -x /sbin/sysctl; then
5660 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5661 elif test -x /usr/sbin/sysctl; then
5662 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5663 else
5664 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5665 fi
5666 # And add a safety zone
5667 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5668 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5669 ;;
5670
5671 interix*)
5672 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5673 lt_cv_sys_max_cmd_len=196608
5674 ;;
5675
5676 osf*)
5677 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5678 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5679 # nice to cause kernel panics so lets avoid the loop below.
5680 # First set a reasonable default.
5681 lt_cv_sys_max_cmd_len=16384
5682 #
5683 if test -x /sbin/sysconfig; then
5684 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5685 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5686 esac
5687 fi
5688 ;;
5689 sco3.2v5*)
5690 lt_cv_sys_max_cmd_len=102400
5691 ;;
5692 sysv5* | sco5v6* | sysv4.2uw2*)
5693 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5694 if test -n "$kargmax"; then
5695 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5696 else
5697 lt_cv_sys_max_cmd_len=32768
5698 fi
5699 ;;
5700 *)
5701 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5702 if test -n "$lt_cv_sys_max_cmd_len"; then
5703 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5704 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5705 else
5706 # Make teststring a little bigger before we do anything with it.
5707 # a 1K string should be a reasonable start.
5708 for i in 1 2 3 4 5 6 7 8 ; do
5709 teststring=$teststring$teststring
5710 done
5711 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5712 # If test is not a shell built-in, we'll probably end up computing a
5713 # maximum length that is only half of the actual maximum length, but
5714 # we can't tell.
5715 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5716 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5717 test $i != 17 # 1/2 MB should be enough
5718 do
5719 i=`expr $i + 1`
5720 teststring=$teststring$teststring
5721 done
5722 # Only check the string length outside the loop.
5723 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5724 teststring=
5725 # Add a significant safety factor because C++ compilers can tack on
5726 # massive amounts of additional arguments before passing them to the
5727 # linker. It appears as though 1/2 is a usable value.
5728 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5729 fi
5730 ;;
5731 esac
5732
5733 fi
5734
5735 if test -n $lt_cv_sys_max_cmd_len ; then
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5737 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5738 else
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5740 $as_echo "none" >&6; }
5741 fi
5742 max_cmd_len=$lt_cv_sys_max_cmd_len
5743
5744
5745
5746
5747
5748
5749 : ${CP="cp -f"}
5750 : ${MV="mv -f"}
5751 : ${RM="rm -f"}
5752
5753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5754 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5755 # Try some XSI features
5756 xsi_shell=no
5757 ( _lt_dummy="a/b/c"
5758 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5759 = c,a/b,, \
5760 && eval 'test $(( 1 + 1 )) -eq 2 \
5761 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5762 && xsi_shell=yes
5763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5764 $as_echo "$xsi_shell" >&6; }
5765
5766
5767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5768 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5769 lt_shell_append=no
5770 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5771 >/dev/null 2>&1 \
5772 && lt_shell_append=yes
5773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5774 $as_echo "$lt_shell_append" >&6; }
5775
5776
5777 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5778 lt_unset=unset
5779 else
5780 lt_unset=false
5781 fi
5782
5783
5784
5785
5786
5787 # test EBCDIC or ASCII
5788 case `echo X|tr X '\101'` in
5789 A) # ASCII based system
5790 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5791 lt_SP2NL='tr \040 \012'
5792 lt_NL2SP='tr \015\012 \040\040'
5793 ;;
5794 *) # EBCDIC based system
5795 lt_SP2NL='tr \100 \n'
5796 lt_NL2SP='tr \r\n \100\100'
5797 ;;
5798 esac
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5809 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5810 if ${lt_cv_ld_reload_flag+:} false; then :
5811 $as_echo_n "(cached) " >&6
5812 else
5813 lt_cv_ld_reload_flag='-r'
5814 fi
5815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5816 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5817 reload_flag=$lt_cv_ld_reload_flag
5818 case $reload_flag in
5819 "" | " "*) ;;
5820 *) reload_flag=" $reload_flag" ;;
5821 esac
5822 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5823 case $host_os in
5824 darwin*)
5825 if test "$GCC" = yes; then
5826 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5827 else
5828 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5829 fi
5830 ;;
5831 esac
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841 if test -n "$ac_tool_prefix"; then
5842 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5843 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5845 $as_echo_n "checking for $ac_word... " >&6; }
5846 if ${ac_cv_prog_OBJDUMP+:} false; then :
5847 $as_echo_n "(cached) " >&6
5848 else
5849 if test -n "$OBJDUMP"; then
5850 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5851 else
5852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5853 for as_dir in $PATH
5854 do
5855 IFS=$as_save_IFS
5856 test -z "$as_dir" && as_dir=.
5857 for ac_exec_ext in '' $ac_executable_extensions; do
5858 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5859 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5861 break 2
5862 fi
5863 done
5864 done
5865 IFS=$as_save_IFS
5866
5867 fi
5868 fi
5869 OBJDUMP=$ac_cv_prog_OBJDUMP
5870 if test -n "$OBJDUMP"; then
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5872 $as_echo "$OBJDUMP" >&6; }
5873 else
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5875 $as_echo "no" >&6; }
5876 fi
5877
5878
5879 fi
5880 if test -z "$ac_cv_prog_OBJDUMP"; then
5881 ac_ct_OBJDUMP=$OBJDUMP
5882 # Extract the first word of "objdump", so it can be a program name with args.
5883 set dummy objdump; ac_word=$2
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5885 $as_echo_n "checking for $ac_word... " >&6; }
5886 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5887 $as_echo_n "(cached) " >&6
5888 else
5889 if test -n "$ac_ct_OBJDUMP"; then
5890 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5891 else
5892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5893 for as_dir in $PATH
5894 do
5895 IFS=$as_save_IFS
5896 test -z "$as_dir" && as_dir=.
5897 for ac_exec_ext in '' $ac_executable_extensions; do
5898 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5899 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5901 break 2
5902 fi
5903 done
5904 done
5905 IFS=$as_save_IFS
5906
5907 fi
5908 fi
5909 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5910 if test -n "$ac_ct_OBJDUMP"; then
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5912 $as_echo "$ac_ct_OBJDUMP" >&6; }
5913 else
5914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5915 $as_echo "no" >&6; }
5916 fi
5917
5918 if test "x$ac_ct_OBJDUMP" = x; then
5919 OBJDUMP="false"
5920 else
5921 case $cross_compiling:$ac_tool_warned in
5922 yes:)
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5924 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5925 ac_tool_warned=yes ;;
5926 esac
5927 OBJDUMP=$ac_ct_OBJDUMP
5928 fi
5929 else
5930 OBJDUMP="$ac_cv_prog_OBJDUMP"
5931 fi
5932
5933 test -z "$OBJDUMP" && OBJDUMP=objdump
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5944 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5945 if ${lt_cv_deplibs_check_method+:} false; then :
5946 $as_echo_n "(cached) " >&6
5947 else
5948 lt_cv_file_magic_cmd='$MAGIC_CMD'
5949 lt_cv_file_magic_test_file=
5950 lt_cv_deplibs_check_method='unknown'
5951 # Need to set the preceding variable on all platforms that support
5952 # interlibrary dependencies.
5953 # 'none' -- dependencies not supported.
5954 # `unknown' -- same as none, but documents that we really don't know.
5955 # 'pass_all' -- all dependencies passed with no checks.
5956 # 'test_compile' -- check by making test program.
5957 # 'file_magic [[regex]]' -- check by looking for files in library path
5958 # which responds to the $file_magic_cmd with a given extended regex.
5959 # If you have `file' or equivalent on your system and you're not sure
5960 # whether `pass_all' will *always* work, you probably want this one.
5961
5962 case $host_os in
5963 aix[4-9]*)
5964 lt_cv_deplibs_check_method=pass_all
5965 ;;
5966
5967 beos*)
5968 lt_cv_deplibs_check_method=pass_all
5969 ;;
5970
5971 bsdi[45]*)
5972 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5973 lt_cv_file_magic_cmd='/usr/bin/file -L'
5974 lt_cv_file_magic_test_file=/shlib/libc.so
5975 ;;
5976
5977 cygwin*)
5978 # func_win32_libid is a shell function defined in ltmain.sh
5979 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5980 lt_cv_file_magic_cmd='func_win32_libid'
5981 ;;
5982
5983 mingw* | pw32*)
5984 # Base MSYS/MinGW do not provide the 'file' command needed by
5985 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5986 # unless we find 'file', for example because we are cross-compiling.
5987 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5988 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5989 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5990 lt_cv_file_magic_cmd='func_win32_libid'
5991 else
5992 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5993 lt_cv_file_magic_cmd='$OBJDUMP -f'
5994 fi
5995 ;;
5996
5997 cegcc*)
5998 # use the weaker test based on 'objdump'. See mingw*.
5999 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6000 lt_cv_file_magic_cmd='$OBJDUMP -f'
6001 ;;
6002
6003 darwin* | rhapsody*)
6004 lt_cv_deplibs_check_method=pass_all
6005 ;;
6006
6007 freebsd* | dragonfly*)
6008 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6009 case $host_cpu in
6010 i*86 )
6011 # Not sure whether the presence of OpenBSD here was a mistake.
6012 # Let's accept both of them until this is cleared up.
6013 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6014 lt_cv_file_magic_cmd=/usr/bin/file
6015 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6016 ;;
6017 esac
6018 else
6019 lt_cv_deplibs_check_method=pass_all
6020 fi
6021 ;;
6022
6023 gnu*)
6024 lt_cv_deplibs_check_method=pass_all
6025 ;;
6026
6027 haiku*)
6028 lt_cv_deplibs_check_method=pass_all
6029 ;;
6030
6031 hpux10.20* | hpux11*)
6032 lt_cv_file_magic_cmd=/usr/bin/file
6033 case $host_cpu in
6034 ia64*)
6035 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6036 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6037 ;;
6038 hppa*64*)
6039 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]'
6040 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6041 ;;
6042 *)
6043 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6044 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6045 ;;
6046 esac
6047 ;;
6048
6049 interix[3-9]*)
6050 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6051 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6052 ;;
6053
6054 irix5* | irix6* | nonstopux*)
6055 case $LD in
6056 *-32|*"-32 ") libmagic=32-bit;;
6057 *-n32|*"-n32 ") libmagic=N32;;
6058 *-64|*"-64 ") libmagic=64-bit;;
6059 *) libmagic=never-match;;
6060 esac
6061 lt_cv_deplibs_check_method=pass_all
6062 ;;
6063
6064 # This must be Linux ELF.
6065 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6066 lt_cv_deplibs_check_method=pass_all
6067 ;;
6068
6069 netbsd*)
6070 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6071 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6072 else
6073 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6074 fi
6075 ;;
6076
6077 newos6*)
6078 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6079 lt_cv_file_magic_cmd=/usr/bin/file
6080 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6081 ;;
6082
6083 *nto* | *qnx*)
6084 lt_cv_deplibs_check_method=pass_all
6085 ;;
6086
6087 openbsd*)
6088 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6089 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6090 else
6091 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6092 fi
6093 ;;
6094
6095 osf3* | osf4* | osf5*)
6096 lt_cv_deplibs_check_method=pass_all
6097 ;;
6098
6099 rdos*)
6100 lt_cv_deplibs_check_method=pass_all
6101 ;;
6102
6103 solaris*)
6104 lt_cv_deplibs_check_method=pass_all
6105 ;;
6106
6107 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6108 lt_cv_deplibs_check_method=pass_all
6109 ;;
6110
6111 sysv4 | sysv4.3*)
6112 case $host_vendor in
6113 motorola)
6114 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]'
6115 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6116 ;;
6117 ncr)
6118 lt_cv_deplibs_check_method=pass_all
6119 ;;
6120 sequent)
6121 lt_cv_file_magic_cmd='/bin/file'
6122 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6123 ;;
6124 sni)
6125 lt_cv_file_magic_cmd='/bin/file'
6126 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6127 lt_cv_file_magic_test_file=/lib/libc.so
6128 ;;
6129 siemens)
6130 lt_cv_deplibs_check_method=pass_all
6131 ;;
6132 pc)
6133 lt_cv_deplibs_check_method=pass_all
6134 ;;
6135 esac
6136 ;;
6137
6138 tpf*)
6139 lt_cv_deplibs_check_method=pass_all
6140 ;;
6141 esac
6142
6143 fi
6144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6145 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6146 file_magic_cmd=$lt_cv_file_magic_cmd
6147 deplibs_check_method=$lt_cv_deplibs_check_method
6148 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161 plugin_option=
6162 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6163 for plugin in $plugin_names; do
6164 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6165 if test x$plugin_so = x$plugin; then
6166 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6167 fi
6168 if test x$plugin_so != x$plugin; then
6169 plugin_option="--plugin $plugin_so"
6170 break
6171 fi
6172 done
6173
6174 if test -n "$ac_tool_prefix"; then
6175 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6176 set dummy ${ac_tool_prefix}ar; ac_word=$2
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6178 $as_echo_n "checking for $ac_word... " >&6; }
6179 if ${ac_cv_prog_AR+:} false; then :
6180 $as_echo_n "(cached) " >&6
6181 else
6182 if test -n "$AR"; then
6183 ac_cv_prog_AR="$AR" # Let the user override the test.
6184 else
6185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6186 for as_dir in $PATH
6187 do
6188 IFS=$as_save_IFS
6189 test -z "$as_dir" && as_dir=.
6190 for ac_exec_ext in '' $ac_executable_extensions; do
6191 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6192 ac_cv_prog_AR="${ac_tool_prefix}ar"
6193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6194 break 2
6195 fi
6196 done
6197 done
6198 IFS=$as_save_IFS
6199
6200 fi
6201 fi
6202 AR=$ac_cv_prog_AR
6203 if test -n "$AR"; then
6204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6205 $as_echo "$AR" >&6; }
6206 else
6207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6208 $as_echo "no" >&6; }
6209 fi
6210
6211
6212 fi
6213 if test -z "$ac_cv_prog_AR"; then
6214 ac_ct_AR=$AR
6215 # Extract the first word of "ar", so it can be a program name with args.
6216 set dummy ar; ac_word=$2
6217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6218 $as_echo_n "checking for $ac_word... " >&6; }
6219 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6220 $as_echo_n "(cached) " >&6
6221 else
6222 if test -n "$ac_ct_AR"; then
6223 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6224 else
6225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6226 for as_dir in $PATH
6227 do
6228 IFS=$as_save_IFS
6229 test -z "$as_dir" && as_dir=.
6230 for ac_exec_ext in '' $ac_executable_extensions; do
6231 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6232 ac_cv_prog_ac_ct_AR="ar"
6233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6234 break 2
6235 fi
6236 done
6237 done
6238 IFS=$as_save_IFS
6239
6240 fi
6241 fi
6242 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6243 if test -n "$ac_ct_AR"; then
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6245 $as_echo "$ac_ct_AR" >&6; }
6246 else
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6248 $as_echo "no" >&6; }
6249 fi
6250
6251 if test "x$ac_ct_AR" = x; then
6252 AR="false"
6253 else
6254 case $cross_compiling:$ac_tool_warned in
6255 yes:)
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6257 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6258 ac_tool_warned=yes ;;
6259 esac
6260 AR=$ac_ct_AR
6261 fi
6262 else
6263 AR="$ac_cv_prog_AR"
6264 fi
6265
6266 test -z "$AR" && AR=ar
6267 if test -n "$plugin_option"; then
6268 if $AR --help 2>&1 | grep -q "\--plugin"; then
6269 touch conftest.c
6270 $AR $plugin_option rc conftest.a conftest.c
6271 if test "$?" != 0; then
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6273 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6274 else
6275 AR="$AR $plugin_option"
6276 fi
6277 rm -f conftest.*
6278 fi
6279 fi
6280 test -z "$AR_FLAGS" && AR_FLAGS=cru
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292 if test -n "$ac_tool_prefix"; then
6293 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6294 set dummy ${ac_tool_prefix}strip; ac_word=$2
6295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6296 $as_echo_n "checking for $ac_word... " >&6; }
6297 if ${ac_cv_prog_STRIP+:} false; then :
6298 $as_echo_n "(cached) " >&6
6299 else
6300 if test -n "$STRIP"; then
6301 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6302 else
6303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6304 for as_dir in $PATH
6305 do
6306 IFS=$as_save_IFS
6307 test -z "$as_dir" && as_dir=.
6308 for ac_exec_ext in '' $ac_executable_extensions; do
6309 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6310 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6312 break 2
6313 fi
6314 done
6315 done
6316 IFS=$as_save_IFS
6317
6318 fi
6319 fi
6320 STRIP=$ac_cv_prog_STRIP
6321 if test -n "$STRIP"; then
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6323 $as_echo "$STRIP" >&6; }
6324 else
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6326 $as_echo "no" >&6; }
6327 fi
6328
6329
6330 fi
6331 if test -z "$ac_cv_prog_STRIP"; then
6332 ac_ct_STRIP=$STRIP
6333 # Extract the first word of "strip", so it can be a program name with args.
6334 set dummy strip; ac_word=$2
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6336 $as_echo_n "checking for $ac_word... " >&6; }
6337 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6338 $as_echo_n "(cached) " >&6
6339 else
6340 if test -n "$ac_ct_STRIP"; then
6341 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6342 else
6343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6344 for as_dir in $PATH
6345 do
6346 IFS=$as_save_IFS
6347 test -z "$as_dir" && as_dir=.
6348 for ac_exec_ext in '' $ac_executable_extensions; do
6349 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6350 ac_cv_prog_ac_ct_STRIP="strip"
6351 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6352 break 2
6353 fi
6354 done
6355 done
6356 IFS=$as_save_IFS
6357
6358 fi
6359 fi
6360 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6361 if test -n "$ac_ct_STRIP"; then
6362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6363 $as_echo "$ac_ct_STRIP" >&6; }
6364 else
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6366 $as_echo "no" >&6; }
6367 fi
6368
6369 if test "x$ac_ct_STRIP" = x; then
6370 STRIP=":"
6371 else
6372 case $cross_compiling:$ac_tool_warned in
6373 yes:)
6374 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6375 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6376 ac_tool_warned=yes ;;
6377 esac
6378 STRIP=$ac_ct_STRIP
6379 fi
6380 else
6381 STRIP="$ac_cv_prog_STRIP"
6382 fi
6383
6384 test -z "$STRIP" && STRIP=:
6385
6386
6387
6388
6389
6390
6391 if test -n "$ac_tool_prefix"; then
6392 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6393 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6395 $as_echo_n "checking for $ac_word... " >&6; }
6396 if ${ac_cv_prog_RANLIB+:} false; then :
6397 $as_echo_n "(cached) " >&6
6398 else
6399 if test -n "$RANLIB"; then
6400 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6401 else
6402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6403 for as_dir in $PATH
6404 do
6405 IFS=$as_save_IFS
6406 test -z "$as_dir" && as_dir=.
6407 for ac_exec_ext in '' $ac_executable_extensions; do
6408 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6409 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6411 break 2
6412 fi
6413 done
6414 done
6415 IFS=$as_save_IFS
6416
6417 fi
6418 fi
6419 RANLIB=$ac_cv_prog_RANLIB
6420 if test -n "$RANLIB"; then
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6422 $as_echo "$RANLIB" >&6; }
6423 else
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6425 $as_echo "no" >&6; }
6426 fi
6427
6428
6429 fi
6430 if test -z "$ac_cv_prog_RANLIB"; then
6431 ac_ct_RANLIB=$RANLIB
6432 # Extract the first word of "ranlib", so it can be a program name with args.
6433 set dummy ranlib; ac_word=$2
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6435 $as_echo_n "checking for $ac_word... " >&6; }
6436 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6437 $as_echo_n "(cached) " >&6
6438 else
6439 if test -n "$ac_ct_RANLIB"; then
6440 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6441 else
6442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6443 for as_dir in $PATH
6444 do
6445 IFS=$as_save_IFS
6446 test -z "$as_dir" && as_dir=.
6447 for ac_exec_ext in '' $ac_executable_extensions; do
6448 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6449 ac_cv_prog_ac_ct_RANLIB="ranlib"
6450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6451 break 2
6452 fi
6453 done
6454 done
6455 IFS=$as_save_IFS
6456
6457 fi
6458 fi
6459 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6460 if test -n "$ac_ct_RANLIB"; then
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6462 $as_echo "$ac_ct_RANLIB" >&6; }
6463 else
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6465 $as_echo "no" >&6; }
6466 fi
6467
6468 if test "x$ac_ct_RANLIB" = x; then
6469 RANLIB=":"
6470 else
6471 case $cross_compiling:$ac_tool_warned in
6472 yes:)
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6474 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6475 ac_tool_warned=yes ;;
6476 esac
6477 RANLIB=$ac_ct_RANLIB
6478 fi
6479 else
6480 RANLIB="$ac_cv_prog_RANLIB"
6481 fi
6482
6483 test -z "$RANLIB" && RANLIB=:
6484 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6485 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6486 RANLIB="$RANLIB $plugin_option"
6487 fi
6488 fi
6489
6490
6491
6492
6493
6494
6495 # Determine commands to create old-style static archives.
6496 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6497 old_postinstall_cmds='chmod 644 $oldlib'
6498 old_postuninstall_cmds=
6499
6500 if test -n "$RANLIB"; then
6501 case $host_os in
6502 openbsd*)
6503 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6504 ;;
6505 *)
6506 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6507 ;;
6508 esac
6509 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6510 fi
6511
6512 case $host_os in
6513 darwin*)
6514 lock_old_archive_extraction=yes ;;
6515 *)
6516 lock_old_archive_extraction=no ;;
6517 esac
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
6536
6537
6538
6539
6540
6541
6542
6543
6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555
6556
6557 # If no C compiler was specified, use CC.
6558 LTCC=${LTCC-"$CC"}
6559
6560 # If no C compiler flags were specified, use CFLAGS.
6561 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6562
6563 # Allow CC to be a program name with arguments.
6564 compiler=$CC
6565
6566
6567 # Check for command to grab the raw symbol name followed by C symbol from nm.
6568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6569 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6570 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6571 $as_echo_n "(cached) " >&6
6572 else
6573
6574 # These are sane defaults that work on at least a few old systems.
6575 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6576
6577 # Character class describing NM global symbol codes.
6578 symcode='[BCDEGRST]'
6579
6580 # Regexp to match symbols that can be accessed directly from C.
6581 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6582
6583 # Define system-specific variables.
6584 case $host_os in
6585 aix*)
6586 symcode='[BCDT]'
6587 ;;
6588 cygwin* | mingw* | pw32* | cegcc*)
6589 symcode='[ABCDGISTW]'
6590 ;;
6591 hpux*)
6592 if test "$host_cpu" = ia64; then
6593 symcode='[ABCDEGRST]'
6594 fi
6595 ;;
6596 irix* | nonstopux*)
6597 symcode='[BCDEGRST]'
6598 ;;
6599 osf*)
6600 symcode='[BCDEGQRST]'
6601 ;;
6602 solaris*)
6603 symcode='[BCDRT]'
6604 ;;
6605 sco3.2v5*)
6606 symcode='[DT]'
6607 ;;
6608 sysv4.2uw2*)
6609 symcode='[DT]'
6610 ;;
6611 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6612 symcode='[ABDT]'
6613 ;;
6614 sysv4)
6615 symcode='[DFNSTU]'
6616 ;;
6617 esac
6618
6619 # If we're using GNU nm, then use its standard symbol codes.
6620 case `$NM -V 2>&1` in
6621 *GNU* | *'with BFD'*)
6622 symcode='[ABCDGIRSTW]' ;;
6623 esac
6624
6625 # Transform an extracted symbol line into a proper C declaration.
6626 # Some systems (esp. on ia64) link data and code symbols differently,
6627 # so use this general approach.
6628 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6629
6630 # Transform an extracted symbol line into symbol name and symbol address
6631 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6632 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'"
6633
6634 # Handle CRLF in mingw tool chain
6635 opt_cr=
6636 case $build_os in
6637 mingw*)
6638 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6639 ;;
6640 esac
6641
6642 # Try without a prefix underscore, then with it.
6643 for ac_symprfx in "" "_"; do
6644
6645 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6646 symxfrm="\\1 $ac_symprfx\\2 \\2"
6647
6648 # Write the raw and C identifiers.
6649 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6650 # Fake it for dumpbin and say T for any non-static function
6651 # and D for any global variable.
6652 # Also find C++ and __fastcall symbols from MSVC++,
6653 # which start with @ or ?.
6654 lt_cv_sys_global_symbol_pipe="$AWK '"\
6655 " {last_section=section; section=\$ 3};"\
6656 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6657 " \$ 0!~/External *\|/{next};"\
6658 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6659 " {if(hide[section]) next};"\
6660 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6661 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6662 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6663 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6664 " ' prfx=^$ac_symprfx"
6665 else
6666 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6667 fi
6668
6669 # Check to see that the pipe works correctly.
6670 pipe_works=no
6671
6672 rm -f conftest*
6673 cat > conftest.$ac_ext <<_LT_EOF
6674 #ifdef __cplusplus
6675 extern "C" {
6676 #endif
6677 char nm_test_var;
6678 void nm_test_func(void);
6679 void nm_test_func(void){}
6680 #ifdef __cplusplus
6681 }
6682 #endif
6683 int main(){nm_test_var='a';nm_test_func();return(0);}
6684 _LT_EOF
6685
6686 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6687 (eval $ac_compile) 2>&5
6688 ac_status=$?
6689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6690 test $ac_status = 0; }; then
6691 # Now try to grab the symbols.
6692 nlist=conftest.nm
6693 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6694 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6695 ac_status=$?
6696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6697 test $ac_status = 0; } && test -s "$nlist"; then
6698 # Try sorting and uniquifying the output.
6699 if sort "$nlist" | uniq > "$nlist"T; then
6700 mv -f "$nlist"T "$nlist"
6701 else
6702 rm -f "$nlist"T
6703 fi
6704
6705 # Make sure that we snagged all the symbols we need.
6706 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6707 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6708 cat <<_LT_EOF > conftest.$ac_ext
6709 #ifdef __cplusplus
6710 extern "C" {
6711 #endif
6712
6713 _LT_EOF
6714 # Now generate the symbol file.
6715 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6716
6717 cat <<_LT_EOF >> conftest.$ac_ext
6718
6719 /* The mapping between symbol names and symbols. */
6720 const struct {
6721 const char *name;
6722 void *address;
6723 }
6724 lt__PROGRAM__LTX_preloaded_symbols[] =
6725 {
6726 { "@PROGRAM@", (void *) 0 },
6727 _LT_EOF
6728 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6729 cat <<\_LT_EOF >> conftest.$ac_ext
6730 {0, (void *) 0}
6731 };
6732
6733 /* This works around a problem in FreeBSD linker */
6734 #ifdef FREEBSD_WORKAROUND
6735 static const void *lt_preloaded_setup() {
6736 return lt__PROGRAM__LTX_preloaded_symbols;
6737 }
6738 #endif
6739
6740 #ifdef __cplusplus
6741 }
6742 #endif
6743 _LT_EOF
6744 # Now try linking the two files.
6745 mv conftest.$ac_objext conftstm.$ac_objext
6746 lt_save_LIBS="$LIBS"
6747 lt_save_CFLAGS="$CFLAGS"
6748 LIBS="conftstm.$ac_objext"
6749 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6750 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6751 (eval $ac_link) 2>&5
6752 ac_status=$?
6753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6754 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6755 pipe_works=yes
6756 fi
6757 LIBS="$lt_save_LIBS"
6758 CFLAGS="$lt_save_CFLAGS"
6759 else
6760 echo "cannot find nm_test_func in $nlist" >&5
6761 fi
6762 else
6763 echo "cannot find nm_test_var in $nlist" >&5
6764 fi
6765 else
6766 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6767 fi
6768 else
6769 echo "$progname: failed program was:" >&5
6770 cat conftest.$ac_ext >&5
6771 fi
6772 rm -rf conftest* conftst*
6773
6774 # Do not use the global_symbol_pipe unless it works.
6775 if test "$pipe_works" = yes; then
6776 break
6777 else
6778 lt_cv_sys_global_symbol_pipe=
6779 fi
6780 done
6781
6782 fi
6783
6784 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6785 lt_cv_sys_global_symbol_to_cdecl=
6786 fi
6787 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6789 $as_echo "failed" >&6; }
6790 else
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6792 $as_echo "ok" >&6; }
6793 fi
6794
6795
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816 # Check whether --enable-libtool-lock was given.
6817 if test "${enable_libtool_lock+set}" = set; then :
6818 enableval=$enable_libtool_lock;
6819 fi
6820
6821 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6822
6823 # Some flags need to be propagated to the compiler or linker for good
6824 # libtool support.
6825 case $host in
6826 ia64-*-hpux*)
6827 # Find out which ABI we are using.
6828 echo 'int i;' > conftest.$ac_ext
6829 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6830 (eval $ac_compile) 2>&5
6831 ac_status=$?
6832 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6833 test $ac_status = 0; }; then
6834 case `/usr/bin/file conftest.$ac_objext` in
6835 *ELF-32*)
6836 HPUX_IA64_MODE="32"
6837 ;;
6838 *ELF-64*)
6839 HPUX_IA64_MODE="64"
6840 ;;
6841 esac
6842 fi
6843 rm -rf conftest*
6844 ;;
6845 *-*-irix6*)
6846 # Find out which ABI we are using.
6847 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6848 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6849 (eval $ac_compile) 2>&5
6850 ac_status=$?
6851 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6852 test $ac_status = 0; }; then
6853 if test "$lt_cv_prog_gnu_ld" = yes; then
6854 case `/usr/bin/file conftest.$ac_objext` in
6855 *32-bit*)
6856 LD="${LD-ld} -melf32bsmip"
6857 ;;
6858 *N32*)
6859 LD="${LD-ld} -melf32bmipn32"
6860 ;;
6861 *64-bit*)
6862 LD="${LD-ld} -melf64bmip"
6863 ;;
6864 esac
6865 else
6866 case `/usr/bin/file conftest.$ac_objext` in
6867 *32-bit*)
6868 LD="${LD-ld} -32"
6869 ;;
6870 *N32*)
6871 LD="${LD-ld} -n32"
6872 ;;
6873 *64-bit*)
6874 LD="${LD-ld} -64"
6875 ;;
6876 esac
6877 fi
6878 fi
6879 rm -rf conftest*
6880 ;;
6881
6882 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6883 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6884 # Find out which ABI we are using.
6885 echo 'int i;' > conftest.$ac_ext
6886 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6887 (eval $ac_compile) 2>&5
6888 ac_status=$?
6889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6890 test $ac_status = 0; }; then
6891 case `/usr/bin/file conftest.o` in
6892 *32-bit*)
6893 case $host in
6894 x86_64-*kfreebsd*-gnu)
6895 LD="${LD-ld} -m elf_i386_fbsd"
6896 ;;
6897 x86_64-*linux*)
6898 case `/usr/bin/file conftest.o` in
6899 *x86-64*)
6900 LD="${LD-ld} -m elf32_x86_64"
6901 ;;
6902 *)
6903 LD="${LD-ld} -m elf_i386"
6904 ;;
6905 esac
6906 ;;
6907 powerpc64le-*linux*)
6908 LD="${LD-ld} -m elf32lppclinux"
6909 ;;
6910 powerpc64-*linux*)
6911 LD="${LD-ld} -m elf32ppclinux"
6912 ;;
6913 s390x-*linux*)
6914 LD="${LD-ld} -m elf_s390"
6915 ;;
6916 sparc64-*linux*)
6917 LD="${LD-ld} -m elf32_sparc"
6918 ;;
6919 esac
6920 ;;
6921 *64-bit*)
6922 case $host in
6923 x86_64-*kfreebsd*-gnu)
6924 LD="${LD-ld} -m elf_x86_64_fbsd"
6925 ;;
6926 x86_64-*linux*)
6927 LD="${LD-ld} -m elf_x86_64"
6928 ;;
6929 powerpcle-*linux*)
6930 LD="${LD-ld} -m elf64lppc"
6931 ;;
6932 powerpc-*linux*)
6933 LD="${LD-ld} -m elf64ppc"
6934 ;;
6935 s390*-*linux*|s390*-*tpf*)
6936 LD="${LD-ld} -m elf64_s390"
6937 ;;
6938 sparc*-*linux*)
6939 LD="${LD-ld} -m elf64_sparc"
6940 ;;
6941 esac
6942 ;;
6943 esac
6944 fi
6945 rm -rf conftest*
6946 ;;
6947
6948 *-*-sco3.2v5*)
6949 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6950 SAVE_CFLAGS="$CFLAGS"
6951 CFLAGS="$CFLAGS -belf"
6952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6953 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6954 if ${lt_cv_cc_needs_belf+:} false; then :
6955 $as_echo_n "(cached) " >&6
6956 else
6957 ac_ext=c
6958 ac_cpp='$CPP $CPPFLAGS'
6959 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6960 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6961 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6962
6963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6964 /* end confdefs.h. */
6965
6966 int
6967 main ()
6968 {
6969
6970 ;
6971 return 0;
6972 }
6973 _ACEOF
6974 if ac_fn_c_try_link "$LINENO"; then :
6975 lt_cv_cc_needs_belf=yes
6976 else
6977 lt_cv_cc_needs_belf=no
6978 fi
6979 rm -f core conftest.err conftest.$ac_objext \
6980 conftest$ac_exeext conftest.$ac_ext
6981 ac_ext=c
6982 ac_cpp='$CPP $CPPFLAGS'
6983 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6984 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6985 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6986
6987 fi
6988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6989 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6990 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6991 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6992 CFLAGS="$SAVE_CFLAGS"
6993 fi
6994 ;;
6995 sparc*-*solaris*)
6996 # Find out which ABI we are using.
6997 echo 'int i;' > conftest.$ac_ext
6998 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6999 (eval $ac_compile) 2>&5
7000 ac_status=$?
7001 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7002 test $ac_status = 0; }; then
7003 case `/usr/bin/file conftest.o` in
7004 *64-bit*)
7005 case $lt_cv_prog_gnu_ld in
7006 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7007 *)
7008 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7009 LD="${LD-ld} -64"
7010 fi
7011 ;;
7012 esac
7013 ;;
7014 esac
7015 fi
7016 rm -rf conftest*
7017 ;;
7018 esac
7019
7020 need_locks="$enable_libtool_lock"
7021
7022
7023 case $host_os in
7024 rhapsody* | darwin*)
7025 if test -n "$ac_tool_prefix"; then
7026 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7027 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7029 $as_echo_n "checking for $ac_word... " >&6; }
7030 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7031 $as_echo_n "(cached) " >&6
7032 else
7033 if test -n "$DSYMUTIL"; then
7034 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7035 else
7036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7037 for as_dir in $PATH
7038 do
7039 IFS=$as_save_IFS
7040 test -z "$as_dir" && as_dir=.
7041 for ac_exec_ext in '' $ac_executable_extensions; do
7042 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7043 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7045 break 2
7046 fi
7047 done
7048 done
7049 IFS=$as_save_IFS
7050
7051 fi
7052 fi
7053 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7054 if test -n "$DSYMUTIL"; then
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7056 $as_echo "$DSYMUTIL" >&6; }
7057 else
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7059 $as_echo "no" >&6; }
7060 fi
7061
7062
7063 fi
7064 if test -z "$ac_cv_prog_DSYMUTIL"; then
7065 ac_ct_DSYMUTIL=$DSYMUTIL
7066 # Extract the first word of "dsymutil", so it can be a program name with args.
7067 set dummy dsymutil; ac_word=$2
7068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7069 $as_echo_n "checking for $ac_word... " >&6; }
7070 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7071 $as_echo_n "(cached) " >&6
7072 else
7073 if test -n "$ac_ct_DSYMUTIL"; then
7074 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7075 else
7076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7077 for as_dir in $PATH
7078 do
7079 IFS=$as_save_IFS
7080 test -z "$as_dir" && as_dir=.
7081 for ac_exec_ext in '' $ac_executable_extensions; do
7082 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7083 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7085 break 2
7086 fi
7087 done
7088 done
7089 IFS=$as_save_IFS
7090
7091 fi
7092 fi
7093 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7094 if test -n "$ac_ct_DSYMUTIL"; then
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7096 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7097 else
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7099 $as_echo "no" >&6; }
7100 fi
7101
7102 if test "x$ac_ct_DSYMUTIL" = x; then
7103 DSYMUTIL=":"
7104 else
7105 case $cross_compiling:$ac_tool_warned in
7106 yes:)
7107 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7108 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7109 ac_tool_warned=yes ;;
7110 esac
7111 DSYMUTIL=$ac_ct_DSYMUTIL
7112 fi
7113 else
7114 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7115 fi
7116
7117 if test -n "$ac_tool_prefix"; then
7118 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7119 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7121 $as_echo_n "checking for $ac_word... " >&6; }
7122 if ${ac_cv_prog_NMEDIT+:} false; then :
7123 $as_echo_n "(cached) " >&6
7124 else
7125 if test -n "$NMEDIT"; then
7126 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7127 else
7128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7129 for as_dir in $PATH
7130 do
7131 IFS=$as_save_IFS
7132 test -z "$as_dir" && as_dir=.
7133 for ac_exec_ext in '' $ac_executable_extensions; do
7134 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7135 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7137 break 2
7138 fi
7139 done
7140 done
7141 IFS=$as_save_IFS
7142
7143 fi
7144 fi
7145 NMEDIT=$ac_cv_prog_NMEDIT
7146 if test -n "$NMEDIT"; then
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7148 $as_echo "$NMEDIT" >&6; }
7149 else
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7151 $as_echo "no" >&6; }
7152 fi
7153
7154
7155 fi
7156 if test -z "$ac_cv_prog_NMEDIT"; then
7157 ac_ct_NMEDIT=$NMEDIT
7158 # Extract the first word of "nmedit", so it can be a program name with args.
7159 set dummy nmedit; ac_word=$2
7160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7161 $as_echo_n "checking for $ac_word... " >&6; }
7162 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7163 $as_echo_n "(cached) " >&6
7164 else
7165 if test -n "$ac_ct_NMEDIT"; then
7166 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7167 else
7168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7169 for as_dir in $PATH
7170 do
7171 IFS=$as_save_IFS
7172 test -z "$as_dir" && as_dir=.
7173 for ac_exec_ext in '' $ac_executable_extensions; do
7174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7175 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7177 break 2
7178 fi
7179 done
7180 done
7181 IFS=$as_save_IFS
7182
7183 fi
7184 fi
7185 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7186 if test -n "$ac_ct_NMEDIT"; then
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7188 $as_echo "$ac_ct_NMEDIT" >&6; }
7189 else
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7191 $as_echo "no" >&6; }
7192 fi
7193
7194 if test "x$ac_ct_NMEDIT" = x; then
7195 NMEDIT=":"
7196 else
7197 case $cross_compiling:$ac_tool_warned in
7198 yes:)
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7200 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7201 ac_tool_warned=yes ;;
7202 esac
7203 NMEDIT=$ac_ct_NMEDIT
7204 fi
7205 else
7206 NMEDIT="$ac_cv_prog_NMEDIT"
7207 fi
7208
7209 if test -n "$ac_tool_prefix"; then
7210 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7211 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7213 $as_echo_n "checking for $ac_word... " >&6; }
7214 if ${ac_cv_prog_LIPO+:} false; then :
7215 $as_echo_n "(cached) " >&6
7216 else
7217 if test -n "$LIPO"; then
7218 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7219 else
7220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7221 for as_dir in $PATH
7222 do
7223 IFS=$as_save_IFS
7224 test -z "$as_dir" && as_dir=.
7225 for ac_exec_ext in '' $ac_executable_extensions; do
7226 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7227 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7229 break 2
7230 fi
7231 done
7232 done
7233 IFS=$as_save_IFS
7234
7235 fi
7236 fi
7237 LIPO=$ac_cv_prog_LIPO
7238 if test -n "$LIPO"; then
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7240 $as_echo "$LIPO" >&6; }
7241 else
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7243 $as_echo "no" >&6; }
7244 fi
7245
7246
7247 fi
7248 if test -z "$ac_cv_prog_LIPO"; then
7249 ac_ct_LIPO=$LIPO
7250 # Extract the first word of "lipo", so it can be a program name with args.
7251 set dummy lipo; ac_word=$2
7252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7253 $as_echo_n "checking for $ac_word... " >&6; }
7254 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7255 $as_echo_n "(cached) " >&6
7256 else
7257 if test -n "$ac_ct_LIPO"; then
7258 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7259 else
7260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7261 for as_dir in $PATH
7262 do
7263 IFS=$as_save_IFS
7264 test -z "$as_dir" && as_dir=.
7265 for ac_exec_ext in '' $ac_executable_extensions; do
7266 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7267 ac_cv_prog_ac_ct_LIPO="lipo"
7268 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7269 break 2
7270 fi
7271 done
7272 done
7273 IFS=$as_save_IFS
7274
7275 fi
7276 fi
7277 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7278 if test -n "$ac_ct_LIPO"; then
7279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7280 $as_echo "$ac_ct_LIPO" >&6; }
7281 else
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7283 $as_echo "no" >&6; }
7284 fi
7285
7286 if test "x$ac_ct_LIPO" = x; then
7287 LIPO=":"
7288 else
7289 case $cross_compiling:$ac_tool_warned in
7290 yes:)
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7292 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7293 ac_tool_warned=yes ;;
7294 esac
7295 LIPO=$ac_ct_LIPO
7296 fi
7297 else
7298 LIPO="$ac_cv_prog_LIPO"
7299 fi
7300
7301 if test -n "$ac_tool_prefix"; then
7302 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7303 set dummy ${ac_tool_prefix}otool; ac_word=$2
7304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7305 $as_echo_n "checking for $ac_word... " >&6; }
7306 if ${ac_cv_prog_OTOOL+:} false; then :
7307 $as_echo_n "(cached) " >&6
7308 else
7309 if test -n "$OTOOL"; then
7310 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7311 else
7312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7313 for as_dir in $PATH
7314 do
7315 IFS=$as_save_IFS
7316 test -z "$as_dir" && as_dir=.
7317 for ac_exec_ext in '' $ac_executable_extensions; do
7318 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7319 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7321 break 2
7322 fi
7323 done
7324 done
7325 IFS=$as_save_IFS
7326
7327 fi
7328 fi
7329 OTOOL=$ac_cv_prog_OTOOL
7330 if test -n "$OTOOL"; then
7331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7332 $as_echo "$OTOOL" >&6; }
7333 else
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7335 $as_echo "no" >&6; }
7336 fi
7337
7338
7339 fi
7340 if test -z "$ac_cv_prog_OTOOL"; then
7341 ac_ct_OTOOL=$OTOOL
7342 # Extract the first word of "otool", so it can be a program name with args.
7343 set dummy otool; ac_word=$2
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7345 $as_echo_n "checking for $ac_word... " >&6; }
7346 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7347 $as_echo_n "(cached) " >&6
7348 else
7349 if test -n "$ac_ct_OTOOL"; then
7350 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7351 else
7352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7353 for as_dir in $PATH
7354 do
7355 IFS=$as_save_IFS
7356 test -z "$as_dir" && as_dir=.
7357 for ac_exec_ext in '' $ac_executable_extensions; do
7358 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7359 ac_cv_prog_ac_ct_OTOOL="otool"
7360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7361 break 2
7362 fi
7363 done
7364 done
7365 IFS=$as_save_IFS
7366
7367 fi
7368 fi
7369 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7370 if test -n "$ac_ct_OTOOL"; then
7371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7372 $as_echo "$ac_ct_OTOOL" >&6; }
7373 else
7374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7375 $as_echo "no" >&6; }
7376 fi
7377
7378 if test "x$ac_ct_OTOOL" = x; then
7379 OTOOL=":"
7380 else
7381 case $cross_compiling:$ac_tool_warned in
7382 yes:)
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7384 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7385 ac_tool_warned=yes ;;
7386 esac
7387 OTOOL=$ac_ct_OTOOL
7388 fi
7389 else
7390 OTOOL="$ac_cv_prog_OTOOL"
7391 fi
7392
7393 if test -n "$ac_tool_prefix"; then
7394 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7395 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7397 $as_echo_n "checking for $ac_word... " >&6; }
7398 if ${ac_cv_prog_OTOOL64+:} false; then :
7399 $as_echo_n "(cached) " >&6
7400 else
7401 if test -n "$OTOOL64"; then
7402 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7403 else
7404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7405 for as_dir in $PATH
7406 do
7407 IFS=$as_save_IFS
7408 test -z "$as_dir" && as_dir=.
7409 for ac_exec_ext in '' $ac_executable_extensions; do
7410 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7411 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7413 break 2
7414 fi
7415 done
7416 done
7417 IFS=$as_save_IFS
7418
7419 fi
7420 fi
7421 OTOOL64=$ac_cv_prog_OTOOL64
7422 if test -n "$OTOOL64"; then
7423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7424 $as_echo "$OTOOL64" >&6; }
7425 else
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7427 $as_echo "no" >&6; }
7428 fi
7429
7430
7431 fi
7432 if test -z "$ac_cv_prog_OTOOL64"; then
7433 ac_ct_OTOOL64=$OTOOL64
7434 # Extract the first word of "otool64", so it can be a program name with args.
7435 set dummy otool64; ac_word=$2
7436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7437 $as_echo_n "checking for $ac_word... " >&6; }
7438 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7439 $as_echo_n "(cached) " >&6
7440 else
7441 if test -n "$ac_ct_OTOOL64"; then
7442 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7443 else
7444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7445 for as_dir in $PATH
7446 do
7447 IFS=$as_save_IFS
7448 test -z "$as_dir" && as_dir=.
7449 for ac_exec_ext in '' $ac_executable_extensions; do
7450 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7451 ac_cv_prog_ac_ct_OTOOL64="otool64"
7452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7453 break 2
7454 fi
7455 done
7456 done
7457 IFS=$as_save_IFS
7458
7459 fi
7460 fi
7461 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7462 if test -n "$ac_ct_OTOOL64"; then
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7464 $as_echo "$ac_ct_OTOOL64" >&6; }
7465 else
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7467 $as_echo "no" >&6; }
7468 fi
7469
7470 if test "x$ac_ct_OTOOL64" = x; then
7471 OTOOL64=":"
7472 else
7473 case $cross_compiling:$ac_tool_warned in
7474 yes:)
7475 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7476 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7477 ac_tool_warned=yes ;;
7478 esac
7479 OTOOL64=$ac_ct_OTOOL64
7480 fi
7481 else
7482 OTOOL64="$ac_cv_prog_OTOOL64"
7483 fi
7484
7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7512 $as_echo_n "checking for -single_module linker flag... " >&6; }
7513 if ${lt_cv_apple_cc_single_mod+:} false; then :
7514 $as_echo_n "(cached) " >&6
7515 else
7516 lt_cv_apple_cc_single_mod=no
7517 if test -z "${LT_MULTI_MODULE}"; then
7518 # By default we will add the -single_module flag. You can override
7519 # by either setting the environment variable LT_MULTI_MODULE
7520 # non-empty at configure time, or by adding -multi_module to the
7521 # link flags.
7522 rm -rf libconftest.dylib*
7523 echo "int foo(void){return 1;}" > conftest.c
7524 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7525 -dynamiclib -Wl,-single_module conftest.c" >&5
7526 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7527 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7528 _lt_result=$?
7529 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7530 lt_cv_apple_cc_single_mod=yes
7531 else
7532 cat conftest.err >&5
7533 fi
7534 rm -rf libconftest.dylib*
7535 rm -f conftest.*
7536 fi
7537 fi
7538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7539 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7541 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7542 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7543 $as_echo_n "(cached) " >&6
7544 else
7545 lt_cv_ld_exported_symbols_list=no
7546 save_LDFLAGS=$LDFLAGS
7547 echo "_main" > conftest.sym
7548 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7550 /* end confdefs.h. */
7551
7552 int
7553 main ()
7554 {
7555
7556 ;
7557 return 0;
7558 }
7559 _ACEOF
7560 if ac_fn_c_try_link "$LINENO"; then :
7561 lt_cv_ld_exported_symbols_list=yes
7562 else
7563 lt_cv_ld_exported_symbols_list=no
7564 fi
7565 rm -f core conftest.err conftest.$ac_objext \
7566 conftest$ac_exeext conftest.$ac_ext
7567 LDFLAGS="$save_LDFLAGS"
7568
7569 fi
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7571 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7573 $as_echo_n "checking for -force_load linker flag... " >&6; }
7574 if ${lt_cv_ld_force_load+:} false; then :
7575 $as_echo_n "(cached) " >&6
7576 else
7577 lt_cv_ld_force_load=no
7578 cat > conftest.c << _LT_EOF
7579 int forced_loaded() { return 2;}
7580 _LT_EOF
7581 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7582 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7583 echo "$AR cru libconftest.a conftest.o" >&5
7584 $AR cru libconftest.a conftest.o 2>&5
7585 cat > conftest.c << _LT_EOF
7586 int main() { return 0;}
7587 _LT_EOF
7588 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7589 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7590 _lt_result=$?
7591 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7592 lt_cv_ld_force_load=yes
7593 else
7594 cat conftest.err >&5
7595 fi
7596 rm -f conftest.err libconftest.a conftest conftest.c
7597 rm -rf conftest.dSYM
7598
7599 fi
7600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7601 $as_echo "$lt_cv_ld_force_load" >&6; }
7602 case $host_os in
7603 rhapsody* | darwin1.[012])
7604 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7605 darwin1.*)
7606 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7607 darwin*) # darwin 5.x on
7608 # if running on 10.5 or later, the deployment target defaults
7609 # to the OS version, if on x86, and 10.4, the deployment
7610 # target defaults to 10.4. Don't you love it?
7611 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7612 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7613 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7614 10.[012][,.]*)
7615 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7616 10.*)
7617 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7618 esac
7619 ;;
7620 esac
7621 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7622 _lt_dar_single_mod='$single_module'
7623 fi
7624 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7625 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7626 else
7627 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7628 fi
7629 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7630 _lt_dsymutil='~$DSYMUTIL $lib || :'
7631 else
7632 _lt_dsymutil=
7633 fi
7634 ;;
7635 esac
7636
7637 for ac_header in dlfcn.h
7638 do :
7639 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7640 "
7641 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7642 cat >>confdefs.h <<_ACEOF
7643 #define HAVE_DLFCN_H 1
7644 _ACEOF
7645
7646 fi
7647
7648 done
7649
7650
7651
7652
7653
7654 # Set options
7655 enable_dlopen=yes
7656
7657
7658
7659
7660 enable_win32_dll=no
7661
7662
7663
7664 # Check whether --enable-static was given.
7665 if test "${enable_static+set}" = set; then :
7666 enableval=$enable_static; p=${PACKAGE-default}
7667 case $enableval in
7668 yes) enable_static=yes ;;
7669 no) enable_static=no ;;
7670 *)
7671 enable_static=no
7672 # Look at the argument we got. We use all the common list separators.
7673 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7674 for pkg in $enableval; do
7675 IFS="$lt_save_ifs"
7676 if test "X$pkg" = "X$p"; then
7677 enable_static=yes
7678 fi
7679 done
7680 IFS="$lt_save_ifs"
7681 ;;
7682 esac
7683 else
7684 enable_static=yes
7685 fi
7686
7687
7688
7689
7690
7691
7692
7693
7694
7695
7696 # Check whether --with-pic was given.
7697 if test "${with_pic+set}" = set; then :
7698 withval=$with_pic; pic_mode="$withval"
7699 else
7700 pic_mode=default
7701 fi
7702
7703
7704 test -z "$pic_mode" && pic_mode=default
7705
7706
7707
7708
7709
7710
7711
7712 # Check whether --enable-fast-install was given.
7713 if test "${enable_fast_install+set}" = set; then :
7714 enableval=$enable_fast_install; p=${PACKAGE-default}
7715 case $enableval in
7716 yes) enable_fast_install=yes ;;
7717 no) enable_fast_install=no ;;
7718 *)
7719 enable_fast_install=no
7720 # Look at the argument we got. We use all the common list separators.
7721 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7722 for pkg in $enableval; do
7723 IFS="$lt_save_ifs"
7724 if test "X$pkg" = "X$p"; then
7725 enable_fast_install=yes
7726 fi
7727 done
7728 IFS="$lt_save_ifs"
7729 ;;
7730 esac
7731 else
7732 enable_fast_install=yes
7733 fi
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745 # This can be used to rebuild libtool when needed
7746 LIBTOOL_DEPS="$ltmain"
7747
7748 # Always use our own libtool.
7749 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7750
7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776 test -z "$LN_S" && LN_S="ln -s"
7777
7778
7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791 if test -n "${ZSH_VERSION+set}" ; then
7792 setopt NO_GLOB_SUBST
7793 fi
7794
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7796 $as_echo_n "checking for objdir... " >&6; }
7797 if ${lt_cv_objdir+:} false; then :
7798 $as_echo_n "(cached) " >&6
7799 else
7800 rm -f .libs 2>/dev/null
7801 mkdir .libs 2>/dev/null
7802 if test -d .libs; then
7803 lt_cv_objdir=.libs
7804 else
7805 # MS-DOS does not allow filenames that begin with a dot.
7806 lt_cv_objdir=_libs
7807 fi
7808 rmdir .libs 2>/dev/null
7809 fi
7810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7811 $as_echo "$lt_cv_objdir" >&6; }
7812 objdir=$lt_cv_objdir
7813
7814
7815
7816
7817
7818 cat >>confdefs.h <<_ACEOF
7819 #define LT_OBJDIR "$lt_cv_objdir/"
7820 _ACEOF
7821
7822
7823
7824
7825 case $host_os in
7826 aix3*)
7827 # AIX sometimes has problems with the GCC collect2 program. For some
7828 # reason, if we set the COLLECT_NAMES environment variable, the problems
7829 # vanish in a puff of smoke.
7830 if test "X${COLLECT_NAMES+set}" != Xset; then
7831 COLLECT_NAMES=
7832 export COLLECT_NAMES
7833 fi
7834 ;;
7835 esac
7836
7837 # Global variables:
7838 ofile=libtool
7839 can_build_shared=yes
7840
7841 # All known linkers require a `.a' archive for static linking (except MSVC,
7842 # which needs '.lib').
7843 libext=a
7844
7845 with_gnu_ld="$lt_cv_prog_gnu_ld"
7846
7847 old_CC="$CC"
7848 old_CFLAGS="$CFLAGS"
7849
7850 # Set sane defaults for various variables
7851 test -z "$CC" && CC=cc
7852 test -z "$LTCC" && LTCC=$CC
7853 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7854 test -z "$LD" && LD=ld
7855 test -z "$ac_objext" && ac_objext=o
7856
7857 for cc_temp in $compiler""; do
7858 case $cc_temp in
7859 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7860 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7861 \-*) ;;
7862 *) break;;
7863 esac
7864 done
7865 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7866
7867
7868 # Only perform the check for file, if the check method requires it
7869 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7870 case $deplibs_check_method in
7871 file_magic*)
7872 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7874 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7875 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7876 $as_echo_n "(cached) " >&6
7877 else
7878 case $MAGIC_CMD in
7879 [\\/*] | ?:[\\/]*)
7880 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7881 ;;
7882 *)
7883 lt_save_MAGIC_CMD="$MAGIC_CMD"
7884 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7885 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7886 for ac_dir in $ac_dummy; do
7887 IFS="$lt_save_ifs"
7888 test -z "$ac_dir" && ac_dir=.
7889 if test -f $ac_dir/${ac_tool_prefix}file; then
7890 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7891 if test -n "$file_magic_test_file"; then
7892 case $deplibs_check_method in
7893 "file_magic "*)
7894 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7895 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7896 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7897 $EGREP "$file_magic_regex" > /dev/null; then
7898 :
7899 else
7900 cat <<_LT_EOF 1>&2
7901
7902 *** Warning: the command libtool uses to detect shared libraries,
7903 *** $file_magic_cmd, produces output that libtool cannot recognize.
7904 *** The result is that libtool may fail to recognize shared libraries
7905 *** as such. This will affect the creation of libtool libraries that
7906 *** depend on shared libraries, but programs linked with such libtool
7907 *** libraries will work regardless of this problem. Nevertheless, you
7908 *** may want to report the problem to your system manager and/or to
7909 *** bug-libtool@gnu.org
7910
7911 _LT_EOF
7912 fi ;;
7913 esac
7914 fi
7915 break
7916 fi
7917 done
7918 IFS="$lt_save_ifs"
7919 MAGIC_CMD="$lt_save_MAGIC_CMD"
7920 ;;
7921 esac
7922 fi
7923
7924 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7925 if test -n "$MAGIC_CMD"; then
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7927 $as_echo "$MAGIC_CMD" >&6; }
7928 else
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7930 $as_echo "no" >&6; }
7931 fi
7932
7933
7934
7935
7936
7937 if test -z "$lt_cv_path_MAGIC_CMD"; then
7938 if test -n "$ac_tool_prefix"; then
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7940 $as_echo_n "checking for file... " >&6; }
7941 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7942 $as_echo_n "(cached) " >&6
7943 else
7944 case $MAGIC_CMD in
7945 [\\/*] | ?:[\\/]*)
7946 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7947 ;;
7948 *)
7949 lt_save_MAGIC_CMD="$MAGIC_CMD"
7950 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7951 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7952 for ac_dir in $ac_dummy; do
7953 IFS="$lt_save_ifs"
7954 test -z "$ac_dir" && ac_dir=.
7955 if test -f $ac_dir/file; then
7956 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7957 if test -n "$file_magic_test_file"; then
7958 case $deplibs_check_method in
7959 "file_magic "*)
7960 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7961 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7962 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7963 $EGREP "$file_magic_regex" > /dev/null; then
7964 :
7965 else
7966 cat <<_LT_EOF 1>&2
7967
7968 *** Warning: the command libtool uses to detect shared libraries,
7969 *** $file_magic_cmd, produces output that libtool cannot recognize.
7970 *** The result is that libtool may fail to recognize shared libraries
7971 *** as such. This will affect the creation of libtool libraries that
7972 *** depend on shared libraries, but programs linked with such libtool
7973 *** libraries will work regardless of this problem. Nevertheless, you
7974 *** may want to report the problem to your system manager and/or to
7975 *** bug-libtool@gnu.org
7976
7977 _LT_EOF
7978 fi ;;
7979 esac
7980 fi
7981 break
7982 fi
7983 done
7984 IFS="$lt_save_ifs"
7985 MAGIC_CMD="$lt_save_MAGIC_CMD"
7986 ;;
7987 esac
7988 fi
7989
7990 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7991 if test -n "$MAGIC_CMD"; then
7992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7993 $as_echo "$MAGIC_CMD" >&6; }
7994 else
7995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7996 $as_echo "no" >&6; }
7997 fi
7998
7999
8000 else
8001 MAGIC_CMD=:
8002 fi
8003 fi
8004
8005 fi
8006 ;;
8007 esac
8008
8009 # Use C for the default configuration in the libtool script
8010
8011 lt_save_CC="$CC"
8012 ac_ext=c
8013 ac_cpp='$CPP $CPPFLAGS'
8014 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8015 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8016 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8017
8018
8019 # Source file extension for C test sources.
8020 ac_ext=c
8021
8022 # Object file extension for compiled C test sources.
8023 objext=o
8024 objext=$objext
8025
8026 # Code to be used in simple compile tests
8027 lt_simple_compile_test_code="int some_variable = 0;"
8028
8029 # Code to be used in simple link tests
8030 lt_simple_link_test_code='int main(){return(0);}'
8031
8032
8033
8034
8035
8036
8037
8038 # If no C compiler was specified, use CC.
8039 LTCC=${LTCC-"$CC"}
8040
8041 # If no C compiler flags were specified, use CFLAGS.
8042 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8043
8044 # Allow CC to be a program name with arguments.
8045 compiler=$CC
8046
8047 # Save the default compiler, since it gets overwritten when the other
8048 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8049 compiler_DEFAULT=$CC
8050
8051 # save warnings/boilerplate of simple test code
8052 ac_outfile=conftest.$ac_objext
8053 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8054 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8055 _lt_compiler_boilerplate=`cat conftest.err`
8056 $RM conftest*
8057
8058 ac_outfile=conftest.$ac_objext
8059 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8060 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8061 _lt_linker_boilerplate=`cat conftest.err`
8062 $RM -r conftest*
8063
8064
8065 ## CAVEAT EMPTOR:
8066 ## There is no encapsulation within the following macros, do not change
8067 ## the running order or otherwise move them around unless you know exactly
8068 ## what you are doing...
8069 if test -n "$compiler"; then
8070
8071 lt_prog_compiler_no_builtin_flag=
8072
8073 if test "$GCC" = yes; then
8074 case $cc_basename in
8075 nvcc*)
8076 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8077 *)
8078 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8079 esac
8080
8081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8082 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8083 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8084 $as_echo_n "(cached) " >&6
8085 else
8086 lt_cv_prog_compiler_rtti_exceptions=no
8087 ac_outfile=conftest.$ac_objext
8088 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8089 lt_compiler_flag="-fno-rtti -fno-exceptions"
8090 # Insert the option either (1) after the last *FLAGS variable, or
8091 # (2) before a word containing "conftest.", or (3) at the end.
8092 # Note that $ac_compile itself does not contain backslashes and begins
8093 # with a dollar sign (not a hyphen), so the echo should work correctly.
8094 # The option is referenced via a variable to avoid confusing sed.
8095 lt_compile=`echo "$ac_compile" | $SED \
8096 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8097 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8098 -e 's:$: $lt_compiler_flag:'`
8099 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8100 (eval "$lt_compile" 2>conftest.err)
8101 ac_status=$?
8102 cat conftest.err >&5
8103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8104 if (exit $ac_status) && test -s "$ac_outfile"; then
8105 # The compiler can only warn and ignore the option if not recognized
8106 # So say no if there are warnings other than the usual output.
8107 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8108 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8109 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8110 lt_cv_prog_compiler_rtti_exceptions=yes
8111 fi
8112 fi
8113 $RM conftest*
8114
8115 fi
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8117 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8118
8119 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8120 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8121 else
8122 :
8123 fi
8124
8125 fi
8126
8127
8128
8129
8130
8131
8132 lt_prog_compiler_wl=
8133 lt_prog_compiler_pic=
8134 lt_prog_compiler_static=
8135
8136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8137 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8138
8139 if test "$GCC" = yes; then
8140 lt_prog_compiler_wl='-Wl,'
8141 lt_prog_compiler_static='-static'
8142
8143 case $host_os in
8144 aix*)
8145 # All AIX code is PIC.
8146 if test "$host_cpu" = ia64; then
8147 # AIX 5 now supports IA64 processor
8148 lt_prog_compiler_static='-Bstatic'
8149 fi
8150 lt_prog_compiler_pic='-fPIC'
8151 ;;
8152
8153 amigaos*)
8154 case $host_cpu in
8155 powerpc)
8156 # see comment about AmigaOS4 .so support
8157 lt_prog_compiler_pic='-fPIC'
8158 ;;
8159 m68k)
8160 # FIXME: we need at least 68020 code to build shared libraries, but
8161 # adding the `-m68020' flag to GCC prevents building anything better,
8162 # like `-m68040'.
8163 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8164 ;;
8165 esac
8166 ;;
8167
8168 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8169 # PIC is the default for these OSes.
8170 ;;
8171
8172 mingw* | cygwin* | pw32* | os2* | cegcc*)
8173 # This hack is so that the source file can tell whether it is being
8174 # built for inclusion in a dll (and should export symbols for example).
8175 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8176 # (--disable-auto-import) libraries
8177 lt_prog_compiler_pic='-DDLL_EXPORT'
8178 ;;
8179
8180 darwin* | rhapsody*)
8181 # PIC is the default on this platform
8182 # Common symbols not allowed in MH_DYLIB files
8183 lt_prog_compiler_pic='-fno-common'
8184 ;;
8185
8186 haiku*)
8187 # PIC is the default for Haiku.
8188 # The "-static" flag exists, but is broken.
8189 lt_prog_compiler_static=
8190 ;;
8191
8192 hpux*)
8193 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8194 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8195 # sets the default TLS model and affects inlining.
8196 case $host_cpu in
8197 hppa*64*)
8198 # +Z the default
8199 ;;
8200 *)
8201 lt_prog_compiler_pic='-fPIC'
8202 ;;
8203 esac
8204 ;;
8205
8206 interix[3-9]*)
8207 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8208 # Instead, we relocate shared libraries at runtime.
8209 ;;
8210
8211 msdosdjgpp*)
8212 # Just because we use GCC doesn't mean we suddenly get shared libraries
8213 # on systems that don't support them.
8214 lt_prog_compiler_can_build_shared=no
8215 enable_shared=no
8216 ;;
8217
8218 *nto* | *qnx*)
8219 # QNX uses GNU C++, but need to define -shared option too, otherwise
8220 # it will coredump.
8221 lt_prog_compiler_pic='-fPIC -shared'
8222 ;;
8223
8224 sysv4*MP*)
8225 if test -d /usr/nec; then
8226 lt_prog_compiler_pic=-Kconform_pic
8227 fi
8228 ;;
8229
8230 *)
8231 lt_prog_compiler_pic='-fPIC'
8232 ;;
8233 esac
8234
8235 case $cc_basename in
8236 nvcc*) # Cuda Compiler Driver 2.2
8237 lt_prog_compiler_wl='-Xlinker '
8238 lt_prog_compiler_pic='-Xcompiler -fPIC'
8239 ;;
8240 esac
8241 else
8242 # PORTME Check for flag to pass linker flags through the system compiler.
8243 case $host_os in
8244 aix*)
8245 lt_prog_compiler_wl='-Wl,'
8246 if test "$host_cpu" = ia64; then
8247 # AIX 5 now supports IA64 processor
8248 lt_prog_compiler_static='-Bstatic'
8249 else
8250 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8251 fi
8252 ;;
8253
8254 mingw* | cygwin* | pw32* | os2* | cegcc*)
8255 # This hack is so that the source file can tell whether it is being
8256 # built for inclusion in a dll (and should export symbols for example).
8257 lt_prog_compiler_pic='-DDLL_EXPORT'
8258 ;;
8259
8260 hpux9* | hpux10* | hpux11*)
8261 lt_prog_compiler_wl='-Wl,'
8262 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8263 # not for PA HP-UX.
8264 case $host_cpu in
8265 hppa*64*|ia64*)
8266 # +Z the default
8267 ;;
8268 *)
8269 lt_prog_compiler_pic='+Z'
8270 ;;
8271 esac
8272 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8273 lt_prog_compiler_static='${wl}-a ${wl}archive'
8274 ;;
8275
8276 irix5* | irix6* | nonstopux*)
8277 lt_prog_compiler_wl='-Wl,'
8278 # PIC (with -KPIC) is the default.
8279 lt_prog_compiler_static='-non_shared'
8280 ;;
8281
8282 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8283 case $cc_basename in
8284 # old Intel for x86_64 which still supported -KPIC.
8285 ecc*)
8286 lt_prog_compiler_wl='-Wl,'
8287 lt_prog_compiler_pic='-KPIC'
8288 lt_prog_compiler_static='-static'
8289 ;;
8290 # icc used to be incompatible with GCC.
8291 # ICC 10 doesn't accept -KPIC any more.
8292 icc* | ifort*)
8293 lt_prog_compiler_wl='-Wl,'
8294 lt_prog_compiler_pic='-fPIC'
8295 lt_prog_compiler_static='-static'
8296 ;;
8297 # Lahey Fortran 8.1.
8298 lf95*)
8299 lt_prog_compiler_wl='-Wl,'
8300 lt_prog_compiler_pic='--shared'
8301 lt_prog_compiler_static='--static'
8302 ;;
8303 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8304 # Portland Group compilers (*not* the Pentium gcc compiler,
8305 # which looks to be a dead project)
8306 lt_prog_compiler_wl='-Wl,'
8307 lt_prog_compiler_pic='-fpic'
8308 lt_prog_compiler_static='-Bstatic'
8309 ;;
8310 ccc*)
8311 lt_prog_compiler_wl='-Wl,'
8312 # All Alpha code is PIC.
8313 lt_prog_compiler_static='-non_shared'
8314 ;;
8315 xl* | bgxl* | bgf* | mpixl*)
8316 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8317 lt_prog_compiler_wl='-Wl,'
8318 lt_prog_compiler_pic='-qpic'
8319 lt_prog_compiler_static='-qstaticlink'
8320 ;;
8321 *)
8322 case `$CC -V 2>&1 | sed 5q` in
8323 *Sun\ F* | *Sun*Fortran*)
8324 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8325 lt_prog_compiler_pic='-KPIC'
8326 lt_prog_compiler_static='-Bstatic'
8327 lt_prog_compiler_wl=''
8328 ;;
8329 *Sun\ C*)
8330 # Sun C 5.9
8331 lt_prog_compiler_pic='-KPIC'
8332 lt_prog_compiler_static='-Bstatic'
8333 lt_prog_compiler_wl='-Wl,'
8334 ;;
8335 esac
8336 ;;
8337 esac
8338 ;;
8339
8340 newsos6)
8341 lt_prog_compiler_pic='-KPIC'
8342 lt_prog_compiler_static='-Bstatic'
8343 ;;
8344
8345 *nto* | *qnx*)
8346 # QNX uses GNU C++, but need to define -shared option too, otherwise
8347 # it will coredump.
8348 lt_prog_compiler_pic='-fPIC -shared'
8349 ;;
8350
8351 osf3* | osf4* | osf5*)
8352 lt_prog_compiler_wl='-Wl,'
8353 # All OSF/1 code is PIC.
8354 lt_prog_compiler_static='-non_shared'
8355 ;;
8356
8357 rdos*)
8358 lt_prog_compiler_static='-non_shared'
8359 ;;
8360
8361 solaris*)
8362 lt_prog_compiler_pic='-KPIC'
8363 lt_prog_compiler_static='-Bstatic'
8364 case $cc_basename in
8365 f77* | f90* | f95*)
8366 lt_prog_compiler_wl='-Qoption ld ';;
8367 *)
8368 lt_prog_compiler_wl='-Wl,';;
8369 esac
8370 ;;
8371
8372 sunos4*)
8373 lt_prog_compiler_wl='-Qoption ld '
8374 lt_prog_compiler_pic='-PIC'
8375 lt_prog_compiler_static='-Bstatic'
8376 ;;
8377
8378 sysv4 | sysv4.2uw2* | sysv4.3*)
8379 lt_prog_compiler_wl='-Wl,'
8380 lt_prog_compiler_pic='-KPIC'
8381 lt_prog_compiler_static='-Bstatic'
8382 ;;
8383
8384 sysv4*MP*)
8385 if test -d /usr/nec ;then
8386 lt_prog_compiler_pic='-Kconform_pic'
8387 lt_prog_compiler_static='-Bstatic'
8388 fi
8389 ;;
8390
8391 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8392 lt_prog_compiler_wl='-Wl,'
8393 lt_prog_compiler_pic='-KPIC'
8394 lt_prog_compiler_static='-Bstatic'
8395 ;;
8396
8397 unicos*)
8398 lt_prog_compiler_wl='-Wl,'
8399 lt_prog_compiler_can_build_shared=no
8400 ;;
8401
8402 uts4*)
8403 lt_prog_compiler_pic='-pic'
8404 lt_prog_compiler_static='-Bstatic'
8405 ;;
8406
8407 *)
8408 lt_prog_compiler_can_build_shared=no
8409 ;;
8410 esac
8411 fi
8412
8413 case $host_os in
8414 # For platforms which do not support PIC, -DPIC is meaningless:
8415 *djgpp*)
8416 lt_prog_compiler_pic=
8417 ;;
8418 *)
8419 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8420 ;;
8421 esac
8422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8423 $as_echo "$lt_prog_compiler_pic" >&6; }
8424
8425
8426
8427
8428
8429
8430 #
8431 # Check to make sure the PIC flag actually works.
8432 #
8433 if test -n "$lt_prog_compiler_pic"; then
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8435 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8436 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8437 $as_echo_n "(cached) " >&6
8438 else
8439 lt_cv_prog_compiler_pic_works=no
8440 ac_outfile=conftest.$ac_objext
8441 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8442 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8443 # Insert the option either (1) after the last *FLAGS variable, or
8444 # (2) before a word containing "conftest.", or (3) at the end.
8445 # Note that $ac_compile itself does not contain backslashes and begins
8446 # with a dollar sign (not a hyphen), so the echo should work correctly.
8447 # The option is referenced via a variable to avoid confusing sed.
8448 lt_compile=`echo "$ac_compile" | $SED \
8449 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8450 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8451 -e 's:$: $lt_compiler_flag:'`
8452 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8453 (eval "$lt_compile" 2>conftest.err)
8454 ac_status=$?
8455 cat conftest.err >&5
8456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8457 if (exit $ac_status) && test -s "$ac_outfile"; then
8458 # The compiler can only warn and ignore the option if not recognized
8459 # So say no if there are warnings other than the usual output.
8460 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8461 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8462 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8463 lt_cv_prog_compiler_pic_works=yes
8464 fi
8465 fi
8466 $RM conftest*
8467
8468 fi
8469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8470 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8471
8472 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8473 case $lt_prog_compiler_pic in
8474 "" | " "*) ;;
8475 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8476 esac
8477 else
8478 lt_prog_compiler_pic=
8479 lt_prog_compiler_can_build_shared=no
8480 fi
8481
8482 fi
8483
8484
8485
8486
8487
8488
8489 #
8490 # Check to make sure the static flag actually works.
8491 #
8492 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8494 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8495 if ${lt_cv_prog_compiler_static_works+:} false; then :
8496 $as_echo_n "(cached) " >&6
8497 else
8498 lt_cv_prog_compiler_static_works=no
8499 save_LDFLAGS="$LDFLAGS"
8500 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8501 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8502 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8503 # The linker can only warn and ignore the option if not recognized
8504 # So say no if there are warnings
8505 if test -s conftest.err; then
8506 # Append any errors to the config.log.
8507 cat conftest.err 1>&5
8508 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8509 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8510 if diff conftest.exp conftest.er2 >/dev/null; then
8511 lt_cv_prog_compiler_static_works=yes
8512 fi
8513 else
8514 lt_cv_prog_compiler_static_works=yes
8515 fi
8516 fi
8517 $RM -r conftest*
8518 LDFLAGS="$save_LDFLAGS"
8519
8520 fi
8521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8522 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8523
8524 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8525 :
8526 else
8527 lt_prog_compiler_static=
8528 fi
8529
8530
8531
8532
8533
8534
8535
8536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8537 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8538 if ${lt_cv_prog_compiler_c_o+:} false; then :
8539 $as_echo_n "(cached) " >&6
8540 else
8541 lt_cv_prog_compiler_c_o=no
8542 $RM -r conftest 2>/dev/null
8543 mkdir conftest
8544 cd conftest
8545 mkdir out
8546 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8547
8548 lt_compiler_flag="-o out/conftest2.$ac_objext"
8549 # Insert the option either (1) after the last *FLAGS variable, or
8550 # (2) before a word containing "conftest.", or (3) at the end.
8551 # Note that $ac_compile itself does not contain backslashes and begins
8552 # with a dollar sign (not a hyphen), so the echo should work correctly.
8553 lt_compile=`echo "$ac_compile" | $SED \
8554 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8555 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8556 -e 's:$: $lt_compiler_flag:'`
8557 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8558 (eval "$lt_compile" 2>out/conftest.err)
8559 ac_status=$?
8560 cat out/conftest.err >&5
8561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8562 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8563 then
8564 # The compiler can only warn and ignore the option if not recognized
8565 # So say no if there are warnings
8566 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8567 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8568 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8569 lt_cv_prog_compiler_c_o=yes
8570 fi
8571 fi
8572 chmod u+w . 2>&5
8573 $RM conftest*
8574 # SGI C++ compiler will create directory out/ii_files/ for
8575 # template instantiation
8576 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8577 $RM out/* && rmdir out
8578 cd ..
8579 $RM -r conftest
8580 $RM conftest*
8581
8582 fi
8583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8584 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8585
8586
8587
8588
8589
8590
8591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8592 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8593 if ${lt_cv_prog_compiler_c_o+:} false; then :
8594 $as_echo_n "(cached) " >&6
8595 else
8596 lt_cv_prog_compiler_c_o=no
8597 $RM -r conftest 2>/dev/null
8598 mkdir conftest
8599 cd conftest
8600 mkdir out
8601 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8602
8603 lt_compiler_flag="-o out/conftest2.$ac_objext"
8604 # Insert the option either (1) after the last *FLAGS variable, or
8605 # (2) before a word containing "conftest.", or (3) at the end.
8606 # Note that $ac_compile itself does not contain backslashes and begins
8607 # with a dollar sign (not a hyphen), so the echo should work correctly.
8608 lt_compile=`echo "$ac_compile" | $SED \
8609 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8610 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8611 -e 's:$: $lt_compiler_flag:'`
8612 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8613 (eval "$lt_compile" 2>out/conftest.err)
8614 ac_status=$?
8615 cat out/conftest.err >&5
8616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8617 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8618 then
8619 # The compiler can only warn and ignore the option if not recognized
8620 # So say no if there are warnings
8621 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8622 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8623 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8624 lt_cv_prog_compiler_c_o=yes
8625 fi
8626 fi
8627 chmod u+w . 2>&5
8628 $RM conftest*
8629 # SGI C++ compiler will create directory out/ii_files/ for
8630 # template instantiation
8631 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8632 $RM out/* && rmdir out
8633 cd ..
8634 $RM -r conftest
8635 $RM conftest*
8636
8637 fi
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8639 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8640
8641
8642
8643
8644 hard_links="nottested"
8645 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8646 # do not overwrite the value of need_locks provided by the user
8647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8648 $as_echo_n "checking if we can lock with hard links... " >&6; }
8649 hard_links=yes
8650 $RM conftest*
8651 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8652 touch conftest.a
8653 ln conftest.a conftest.b 2>&5 || hard_links=no
8654 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8656 $as_echo "$hard_links" >&6; }
8657 if test "$hard_links" = no; then
8658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8659 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8660 need_locks=warn
8661 fi
8662 else
8663 need_locks=no
8664 fi
8665
8666
8667
8668
8669
8670
8671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8672 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8673
8674 runpath_var=
8675 allow_undefined_flag=
8676 always_export_symbols=no
8677 archive_cmds=
8678 archive_expsym_cmds=
8679 compiler_needs_object=no
8680 enable_shared_with_static_runtimes=no
8681 export_dynamic_flag_spec=
8682 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8683 hardcode_automatic=no
8684 hardcode_direct=no
8685 hardcode_direct_absolute=no
8686 hardcode_libdir_flag_spec=
8687 hardcode_libdir_flag_spec_ld=
8688 hardcode_libdir_separator=
8689 hardcode_minus_L=no
8690 hardcode_shlibpath_var=unsupported
8691 inherit_rpath=no
8692 link_all_deplibs=unknown
8693 module_cmds=
8694 module_expsym_cmds=
8695 old_archive_from_new_cmds=
8696 old_archive_from_expsyms_cmds=
8697 thread_safe_flag_spec=
8698 whole_archive_flag_spec=
8699 # include_expsyms should be a list of space-separated symbols to be *always*
8700 # included in the symbol list
8701 include_expsyms=
8702 # exclude_expsyms can be an extended regexp of symbols to exclude
8703 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8704 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8705 # as well as any symbol that contains `d'.
8706 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8707 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8708 # platforms (ab)use it in PIC code, but their linkers get confused if
8709 # the symbol is explicitly referenced. Since portable code cannot
8710 # rely on this symbol name, it's probably fine to never include it in
8711 # preloaded symbol tables.
8712 # Exclude shared library initialization/finalization symbols.
8713 extract_expsyms_cmds=
8714
8715 case $host_os in
8716 cygwin* | mingw* | pw32* | cegcc*)
8717 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8718 # When not using gcc, we currently assume that we are using
8719 # Microsoft Visual C++.
8720 if test "$GCC" != yes; then
8721 with_gnu_ld=no
8722 fi
8723 ;;
8724 interix*)
8725 # we just hope/assume this is gcc and not c89 (= MSVC++)
8726 with_gnu_ld=yes
8727 ;;
8728 openbsd*)
8729 with_gnu_ld=no
8730 ;;
8731 esac
8732
8733 ld_shlibs=yes
8734
8735 # On some targets, GNU ld is compatible enough with the native linker
8736 # that we're better off using the native interface for both.
8737 lt_use_gnu_ld_interface=no
8738 if test "$with_gnu_ld" = yes; then
8739 case $host_os in
8740 aix*)
8741 # The AIX port of GNU ld has always aspired to compatibility
8742 # with the native linker. However, as the warning in the GNU ld
8743 # block says, versions before 2.19.5* couldn't really create working
8744 # shared libraries, regardless of the interface used.
8745 case `$LD -v 2>&1` in
8746 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8747 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8748 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8749 *)
8750 lt_use_gnu_ld_interface=yes
8751 ;;
8752 esac
8753 ;;
8754 *)
8755 lt_use_gnu_ld_interface=yes
8756 ;;
8757 esac
8758 fi
8759
8760 if test "$lt_use_gnu_ld_interface" = yes; then
8761 # If archive_cmds runs LD, not CC, wlarc should be empty
8762 wlarc='${wl}'
8763
8764 # Set some defaults for GNU ld with shared library support. These
8765 # are reset later if shared libraries are not supported. Putting them
8766 # here allows them to be overridden if necessary.
8767 runpath_var=LD_RUN_PATH
8768 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8769 export_dynamic_flag_spec='${wl}--export-dynamic'
8770 # ancient GNU ld didn't support --whole-archive et. al.
8771 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8772 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8773 else
8774 whole_archive_flag_spec=
8775 fi
8776 supports_anon_versioning=no
8777 case `$LD -v 2>&1` in
8778 *GNU\ gold*) supports_anon_versioning=yes ;;
8779 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8780 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8781 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8782 *\ 2.11.*) ;; # other 2.11 versions
8783 *) supports_anon_versioning=yes ;;
8784 esac
8785
8786 # See if GNU ld supports shared libraries.
8787 case $host_os in
8788 aix[3-9]*)
8789 # On AIX/PPC, the GNU linker is very broken
8790 if test "$host_cpu" != ia64; then
8791 ld_shlibs=no
8792 cat <<_LT_EOF 1>&2
8793
8794 *** Warning: the GNU linker, at least up to release 2.19, is reported
8795 *** to be unable to reliably create shared libraries on AIX.
8796 *** Therefore, libtool is disabling shared libraries support. If you
8797 *** really care for shared libraries, you may want to install binutils
8798 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8799 *** You will then need to restart the configuration process.
8800
8801 _LT_EOF
8802 fi
8803 ;;
8804
8805 amigaos*)
8806 case $host_cpu in
8807 powerpc)
8808 # see comment about AmigaOS4 .so support
8809 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8810 archive_expsym_cmds=''
8811 ;;
8812 m68k)
8813 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)'
8814 hardcode_libdir_flag_spec='-L$libdir'
8815 hardcode_minus_L=yes
8816 ;;
8817 esac
8818 ;;
8819
8820 beos*)
8821 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8822 allow_undefined_flag=unsupported
8823 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8824 # support --undefined. This deserves some investigation. FIXME
8825 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8826 else
8827 ld_shlibs=no
8828 fi
8829 ;;
8830
8831 cygwin* | mingw* | pw32* | cegcc*)
8832 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8833 # as there is no search path for DLLs.
8834 hardcode_libdir_flag_spec='-L$libdir'
8835 export_dynamic_flag_spec='${wl}--export-all-symbols'
8836 allow_undefined_flag=unsupported
8837 always_export_symbols=no
8838 enable_shared_with_static_runtimes=yes
8839 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8840
8841 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8842 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8843 # If the export-symbols file already is a .def file (1st line
8844 # is EXPORTS), use it as is; otherwise, prepend...
8845 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8846 cp $export_symbols $output_objdir/$soname.def;
8847 else
8848 echo EXPORTS > $output_objdir/$soname.def;
8849 cat $export_symbols >> $output_objdir/$soname.def;
8850 fi~
8851 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8852 else
8853 ld_shlibs=no
8854 fi
8855 ;;
8856
8857 haiku*)
8858 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8859 link_all_deplibs=yes
8860 ;;
8861
8862 interix[3-9]*)
8863 hardcode_direct=no
8864 hardcode_shlibpath_var=no
8865 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8866 export_dynamic_flag_spec='${wl}-E'
8867 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8868 # Instead, shared libraries are loaded at an image base (0x10000000 by
8869 # default) and relocated if they conflict, which is a slow very memory
8870 # consuming and fragmenting process. To avoid this, we pick a random,
8871 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8872 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8873 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8874 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'
8875 ;;
8876
8877 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8878 tmp_diet=no
8879 if test "$host_os" = linux-dietlibc; then
8880 case $cc_basename in
8881 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8882 esac
8883 fi
8884 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8885 && test "$tmp_diet" = no
8886 then
8887 tmp_addflag=' $pic_flag'
8888 tmp_sharedflag='-shared'
8889 case $cc_basename,$host_cpu in
8890 pgcc*) # Portland Group C compiler
8891 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'
8892 tmp_addflag=' $pic_flag'
8893 ;;
8894 pgf77* | pgf90* | pgf95* | pgfortran*)
8895 # Portland Group f77 and f90 compilers
8896 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'
8897 tmp_addflag=' $pic_flag -Mnomain' ;;
8898 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8899 tmp_addflag=' -i_dynamic' ;;
8900 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8901 tmp_addflag=' -i_dynamic -nofor_main' ;;
8902 ifc* | ifort*) # Intel Fortran compiler
8903 tmp_addflag=' -nofor_main' ;;
8904 lf95*) # Lahey Fortran 8.1
8905 whole_archive_flag_spec=
8906 tmp_sharedflag='--shared' ;;
8907 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8908 tmp_sharedflag='-qmkshrobj'
8909 tmp_addflag= ;;
8910 nvcc*) # Cuda Compiler Driver 2.2
8911 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'
8912 compiler_needs_object=yes
8913 ;;
8914 esac
8915 case `$CC -V 2>&1 | sed 5q` in
8916 *Sun\ C*) # Sun C 5.9
8917 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'
8918 compiler_needs_object=yes
8919 tmp_sharedflag='-G' ;;
8920 *Sun\ F*) # Sun Fortran 8.3
8921 tmp_sharedflag='-G' ;;
8922 esac
8923 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8924
8925 if test "x$supports_anon_versioning" = xyes; then
8926 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8927 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8928 echo "local: *; };" >> $output_objdir/$libname.ver~
8929 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8930 fi
8931
8932 case $cc_basename in
8933 xlf* | bgf* | bgxlf* | mpixlf*)
8934 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8935 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8936 hardcode_libdir_flag_spec=
8937 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8938 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8939 if test "x$supports_anon_versioning" = xyes; then
8940 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8941 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8942 echo "local: *; };" >> $output_objdir/$libname.ver~
8943 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8944 fi
8945 ;;
8946 esac
8947 else
8948 ld_shlibs=no
8949 fi
8950 ;;
8951
8952 netbsd*)
8953 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8954 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8955 wlarc=
8956 else
8957 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8958 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8959 fi
8960 ;;
8961
8962 solaris*)
8963 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8964 ld_shlibs=no
8965 cat <<_LT_EOF 1>&2
8966
8967 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8968 *** create shared libraries on Solaris systems. Therefore, libtool
8969 *** is disabling shared libraries support. We urge you to upgrade GNU
8970 *** binutils to release 2.9.1 or newer. Another option is to modify
8971 *** your PATH or compiler configuration so that the native linker is
8972 *** used, and then restart.
8973
8974 _LT_EOF
8975 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8976 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8977 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8978 else
8979 ld_shlibs=no
8980 fi
8981 ;;
8982
8983 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8984 case `$LD -v 2>&1` in
8985 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8986 ld_shlibs=no
8987 cat <<_LT_EOF 1>&2
8988
8989 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8990 *** reliably create shared libraries on SCO systems. Therefore, libtool
8991 *** is disabling shared libraries support. We urge you to upgrade GNU
8992 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8993 *** your PATH or compiler configuration so that the native linker is
8994 *** used, and then restart.
8995
8996 _LT_EOF
8997 ;;
8998 *)
8999 # For security reasons, it is highly recommended that you always
9000 # use absolute paths for naming shared libraries, and exclude the
9001 # DT_RUNPATH tag from executables and libraries. But doing so
9002 # requires that you compile everything twice, which is a pain.
9003 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9004 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9005 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9006 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9007 else
9008 ld_shlibs=no
9009 fi
9010 ;;
9011 esac
9012 ;;
9013
9014 sunos4*)
9015 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9016 wlarc=
9017 hardcode_direct=yes
9018 hardcode_shlibpath_var=no
9019 ;;
9020
9021 *)
9022 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9023 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9024 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9025 else
9026 ld_shlibs=no
9027 fi
9028 ;;
9029 esac
9030
9031 if test "$ld_shlibs" = no; then
9032 runpath_var=
9033 hardcode_libdir_flag_spec=
9034 export_dynamic_flag_spec=
9035 whole_archive_flag_spec=
9036 fi
9037 else
9038 # PORTME fill in a description of your system's linker (not GNU ld)
9039 case $host_os in
9040 aix3*)
9041 allow_undefined_flag=unsupported
9042 always_export_symbols=yes
9043 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'
9044 # Note: this linker hardcodes the directories in LIBPATH if there
9045 # are no directories specified by -L.
9046 hardcode_minus_L=yes
9047 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9048 # Neither direct hardcoding nor static linking is supported with a
9049 # broken collect2.
9050 hardcode_direct=unsupported
9051 fi
9052 ;;
9053
9054 aix[4-9]*)
9055 if test "$host_cpu" = ia64; then
9056 # On IA64, the linker does run time linking by default, so we don't
9057 # have to do anything special.
9058 aix_use_runtimelinking=no
9059 exp_sym_flag='-Bexport'
9060 no_entry_flag=""
9061 else
9062 # If we're using GNU nm, then we don't want the "-C" option.
9063 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9064 # Also, AIX nm treats weak defined symbols like other global
9065 # defined symbols, whereas GNU nm marks them as "W".
9066 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9067 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'
9068 else
9069 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'
9070 fi
9071 aix_use_runtimelinking=no
9072
9073 # Test if we are trying to use run time linking or normal
9074 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9075 # need to do runtime linking.
9076 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9077 for ld_flag in $LDFLAGS; do
9078 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9079 aix_use_runtimelinking=yes
9080 break
9081 fi
9082 done
9083 ;;
9084 esac
9085
9086 exp_sym_flag='-bexport'
9087 no_entry_flag='-bnoentry'
9088 fi
9089
9090 # When large executables or shared objects are built, AIX ld can
9091 # have problems creating the table of contents. If linking a library
9092 # or program results in "error TOC overflow" add -mminimal-toc to
9093 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9094 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9095
9096 archive_cmds=''
9097 hardcode_direct=yes
9098 hardcode_direct_absolute=yes
9099 hardcode_libdir_separator=':'
9100 link_all_deplibs=yes
9101 file_list_spec='${wl}-f,'
9102
9103 if test "$GCC" = yes; then
9104 case $host_os in aix4.[012]|aix4.[012].*)
9105 # We only want to do this on AIX 4.2 and lower, the check
9106 # below for broken collect2 doesn't work under 4.3+
9107 collect2name=`${CC} -print-prog-name=collect2`
9108 if test -f "$collect2name" &&
9109 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9110 then
9111 # We have reworked collect2
9112 :
9113 else
9114 # We have old collect2
9115 hardcode_direct=unsupported
9116 # It fails to find uninstalled libraries when the uninstalled
9117 # path is not listed in the libpath. Setting hardcode_minus_L
9118 # to unsupported forces relinking
9119 hardcode_minus_L=yes
9120 hardcode_libdir_flag_spec='-L$libdir'
9121 hardcode_libdir_separator=
9122 fi
9123 ;;
9124 esac
9125 shared_flag='-shared'
9126 if test "$aix_use_runtimelinking" = yes; then
9127 shared_flag="$shared_flag "'${wl}-G'
9128 fi
9129 else
9130 # not using gcc
9131 if test "$host_cpu" = ia64; then
9132 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9133 # chokes on -Wl,-G. The following line is correct:
9134 shared_flag='-G'
9135 else
9136 if test "$aix_use_runtimelinking" = yes; then
9137 shared_flag='${wl}-G'
9138 else
9139 shared_flag='${wl}-bM:SRE'
9140 fi
9141 fi
9142 fi
9143
9144 export_dynamic_flag_spec='${wl}-bexpall'
9145 # It seems that -bexpall does not export symbols beginning with
9146 # underscore (_), so it is better to generate a list of symbols to export.
9147 always_export_symbols=yes
9148 if test "$aix_use_runtimelinking" = yes; then
9149 # Warning - without using the other runtime loading flags (-brtl),
9150 # -berok will link without error, but may produce a broken library.
9151 allow_undefined_flag='-berok'
9152 # Determine the default libpath from the value encoded in an
9153 # empty executable.
9154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9155 /* end confdefs.h. */
9156
9157 int
9158 main ()
9159 {
9160
9161 ;
9162 return 0;
9163 }
9164 _ACEOF
9165 if ac_fn_c_try_link "$LINENO"; then :
9166
9167 lt_aix_libpath_sed='
9168 /Import File Strings/,/^$/ {
9169 /^0/ {
9170 s/^0 *\(.*\)$/\1/
9171 p
9172 }
9173 }'
9174 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9175 # Check for a 64-bit object if we didn't find anything.
9176 if test -z "$aix_libpath"; then
9177 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9178 fi
9179 fi
9180 rm -f core conftest.err conftest.$ac_objext \
9181 conftest$ac_exeext conftest.$ac_ext
9182 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9183
9184 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9185 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"
9186 else
9187 if test "$host_cpu" = ia64; then
9188 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9189 allow_undefined_flag="-z nodefs"
9190 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"
9191 else
9192 # Determine the default libpath from the value encoded in an
9193 # empty executable.
9194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9195 /* end confdefs.h. */
9196
9197 int
9198 main ()
9199 {
9200
9201 ;
9202 return 0;
9203 }
9204 _ACEOF
9205 if ac_fn_c_try_link "$LINENO"; then :
9206
9207 lt_aix_libpath_sed='
9208 /Import File Strings/,/^$/ {
9209 /^0/ {
9210 s/^0 *\(.*\)$/\1/
9211 p
9212 }
9213 }'
9214 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9215 # Check for a 64-bit object if we didn't find anything.
9216 if test -z "$aix_libpath"; then
9217 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9218 fi
9219 fi
9220 rm -f core conftest.err conftest.$ac_objext \
9221 conftest$ac_exeext conftest.$ac_ext
9222 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9223
9224 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9225 # Warning - without using the other run time loading flags,
9226 # -berok will link without error, but may produce a broken library.
9227 no_undefined_flag=' ${wl}-bernotok'
9228 allow_undefined_flag=' ${wl}-berok'
9229 if test "$with_gnu_ld" = yes; then
9230 # We only use this code for GNU lds that support --whole-archive.
9231 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9232 else
9233 # Exported symbols can be pulled into shared objects from archives
9234 whole_archive_flag_spec='$convenience'
9235 fi
9236 archive_cmds_need_lc=yes
9237 # This is similar to how AIX traditionally builds its shared libraries.
9238 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'
9239 fi
9240 fi
9241 ;;
9242
9243 amigaos*)
9244 case $host_cpu in
9245 powerpc)
9246 # see comment about AmigaOS4 .so support
9247 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9248 archive_expsym_cmds=''
9249 ;;
9250 m68k)
9251 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)'
9252 hardcode_libdir_flag_spec='-L$libdir'
9253 hardcode_minus_L=yes
9254 ;;
9255 esac
9256 ;;
9257
9258 bsdi[45]*)
9259 export_dynamic_flag_spec=-rdynamic
9260 ;;
9261
9262 cygwin* | mingw* | pw32* | cegcc*)
9263 # When not using gcc, we currently assume that we are using
9264 # Microsoft Visual C++.
9265 # hardcode_libdir_flag_spec is actually meaningless, as there is
9266 # no search path for DLLs.
9267 hardcode_libdir_flag_spec=' '
9268 allow_undefined_flag=unsupported
9269 # Tell ltmain to make .lib files, not .a files.
9270 libext=lib
9271 # Tell ltmain to make .dll files, not .so files.
9272 shrext_cmds=".dll"
9273 # FIXME: Setting linknames here is a bad hack.
9274 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9275 # The linker will automatically build a .lib file if we build a DLL.
9276 old_archive_from_new_cmds='true'
9277 # FIXME: Should let the user specify the lib program.
9278 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9279 fix_srcfile_path='`cygpath -w "$srcfile"`'
9280 enable_shared_with_static_runtimes=yes
9281 ;;
9282
9283 darwin* | rhapsody*)
9284
9285
9286 archive_cmds_need_lc=no
9287 hardcode_direct=no
9288 hardcode_automatic=yes
9289 hardcode_shlibpath_var=unsupported
9290 if test "$lt_cv_ld_force_load" = "yes"; then
9291 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\"`'
9292 else
9293 whole_archive_flag_spec=''
9294 fi
9295 link_all_deplibs=yes
9296 allow_undefined_flag="$_lt_dar_allow_undefined"
9297 case $cc_basename in
9298 ifort*) _lt_dar_can_shared=yes ;;
9299 *) _lt_dar_can_shared=$GCC ;;
9300 esac
9301 if test "$_lt_dar_can_shared" = "yes"; then
9302 output_verbose_link_cmd=func_echo_all
9303 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9304 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9305 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}"
9306 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}"
9307
9308 else
9309 ld_shlibs=no
9310 fi
9311
9312 ;;
9313
9314 dgux*)
9315 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9316 hardcode_libdir_flag_spec='-L$libdir'
9317 hardcode_shlibpath_var=no
9318 ;;
9319
9320 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9321 # support. Future versions do this automatically, but an explicit c++rt0.o
9322 # does not break anything, and helps significantly (at the cost of a little
9323 # extra space).
9324 freebsd2.2*)
9325 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9326 hardcode_libdir_flag_spec='-R$libdir'
9327 hardcode_direct=yes
9328 hardcode_shlibpath_var=no
9329 ;;
9330
9331 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9332 freebsd2.*)
9333 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9334 hardcode_direct=yes
9335 hardcode_minus_L=yes
9336 hardcode_shlibpath_var=no
9337 ;;
9338
9339 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9340 freebsd* | dragonfly*)
9341 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9342 hardcode_libdir_flag_spec='-R$libdir'
9343 hardcode_direct=yes
9344 hardcode_shlibpath_var=no
9345 ;;
9346
9347 hpux9*)
9348 if test "$GCC" = yes; then
9349 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'
9350 else
9351 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'
9352 fi
9353 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9354 hardcode_libdir_separator=:
9355 hardcode_direct=yes
9356
9357 # hardcode_minus_L: Not really in the search PATH,
9358 # but as the default location of the library.
9359 hardcode_minus_L=yes
9360 export_dynamic_flag_spec='${wl}-E'
9361 ;;
9362
9363 hpux10*)
9364 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9365 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9366 else
9367 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9368 fi
9369 if test "$with_gnu_ld" = no; then
9370 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9371 hardcode_libdir_flag_spec_ld='+b $libdir'
9372 hardcode_libdir_separator=:
9373 hardcode_direct=yes
9374 hardcode_direct_absolute=yes
9375 export_dynamic_flag_spec='${wl}-E'
9376 # hardcode_minus_L: Not really in the search PATH,
9377 # but as the default location of the library.
9378 hardcode_minus_L=yes
9379 fi
9380 ;;
9381
9382 hpux11*)
9383 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9384 case $host_cpu in
9385 hppa*64*)
9386 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9387 ;;
9388 ia64*)
9389 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9390 ;;
9391 *)
9392 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9393 ;;
9394 esac
9395 else
9396 case $host_cpu in
9397 hppa*64*)
9398 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9399 ;;
9400 ia64*)
9401 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9402 ;;
9403 *)
9404
9405 # Older versions of the 11.00 compiler do not understand -b yet
9406 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9408 $as_echo_n "checking if $CC understands -b... " >&6; }
9409 if ${lt_cv_prog_compiler__b+:} false; then :
9410 $as_echo_n "(cached) " >&6
9411 else
9412 lt_cv_prog_compiler__b=no
9413 save_LDFLAGS="$LDFLAGS"
9414 LDFLAGS="$LDFLAGS -b"
9415 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9416 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9417 # The linker can only warn and ignore the option if not recognized
9418 # So say no if there are warnings
9419 if test -s conftest.err; then
9420 # Append any errors to the config.log.
9421 cat conftest.err 1>&5
9422 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9423 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9424 if diff conftest.exp conftest.er2 >/dev/null; then
9425 lt_cv_prog_compiler__b=yes
9426 fi
9427 else
9428 lt_cv_prog_compiler__b=yes
9429 fi
9430 fi
9431 $RM -r conftest*
9432 LDFLAGS="$save_LDFLAGS"
9433
9434 fi
9435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9436 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9437
9438 if test x"$lt_cv_prog_compiler__b" = xyes; then
9439 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9440 else
9441 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9442 fi
9443
9444 ;;
9445 esac
9446 fi
9447 if test "$with_gnu_ld" = no; then
9448 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9449 hardcode_libdir_separator=:
9450
9451 case $host_cpu in
9452 hppa*64*|ia64*)
9453 hardcode_direct=no
9454 hardcode_shlibpath_var=no
9455 ;;
9456 *)
9457 hardcode_direct=yes
9458 hardcode_direct_absolute=yes
9459 export_dynamic_flag_spec='${wl}-E'
9460
9461 # hardcode_minus_L: Not really in the search PATH,
9462 # but as the default location of the library.
9463 hardcode_minus_L=yes
9464 ;;
9465 esac
9466 fi
9467 ;;
9468
9469 irix5* | irix6* | nonstopux*)
9470 if test "$GCC" = yes; then
9471 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'
9472 # Try to use the -exported_symbol ld option, if it does not
9473 # work, assume that -exports_file does not work either and
9474 # implicitly export all symbols.
9475 save_LDFLAGS="$LDFLAGS"
9476 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9478 /* end confdefs.h. */
9479 int foo(void) {}
9480 _ACEOF
9481 if ac_fn_c_try_link "$LINENO"; then :
9482 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'
9483
9484 fi
9485 rm -f core conftest.err conftest.$ac_objext \
9486 conftest$ac_exeext conftest.$ac_ext
9487 LDFLAGS="$save_LDFLAGS"
9488 else
9489 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'
9490 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'
9491 fi
9492 archive_cmds_need_lc='no'
9493 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9494 hardcode_libdir_separator=:
9495 inherit_rpath=yes
9496 link_all_deplibs=yes
9497 ;;
9498
9499 netbsd*)
9500 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9501 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9502 else
9503 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9504 fi
9505 hardcode_libdir_flag_spec='-R$libdir'
9506 hardcode_direct=yes
9507 hardcode_shlibpath_var=no
9508 ;;
9509
9510 newsos6)
9511 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9512 hardcode_direct=yes
9513 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9514 hardcode_libdir_separator=:
9515 hardcode_shlibpath_var=no
9516 ;;
9517
9518 *nto* | *qnx*)
9519 ;;
9520
9521 openbsd*)
9522 if test -f /usr/libexec/ld.so; then
9523 hardcode_direct=yes
9524 hardcode_shlibpath_var=no
9525 hardcode_direct_absolute=yes
9526 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9527 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9528 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9529 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9530 export_dynamic_flag_spec='${wl}-E'
9531 else
9532 case $host_os in
9533 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9534 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9535 hardcode_libdir_flag_spec='-R$libdir'
9536 ;;
9537 *)
9538 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9539 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9540 ;;
9541 esac
9542 fi
9543 else
9544 ld_shlibs=no
9545 fi
9546 ;;
9547
9548 os2*)
9549 hardcode_libdir_flag_spec='-L$libdir'
9550 hardcode_minus_L=yes
9551 allow_undefined_flag=unsupported
9552 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'
9553 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9554 ;;
9555
9556 osf3*)
9557 if test "$GCC" = yes; then
9558 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9559 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'
9560 else
9561 allow_undefined_flag=' -expect_unresolved \*'
9562 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'
9563 fi
9564 archive_cmds_need_lc='no'
9565 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9566 hardcode_libdir_separator=:
9567 ;;
9568
9569 osf4* | osf5*) # as osf3* with the addition of -msym flag
9570 if test "$GCC" = yes; then
9571 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9572 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'
9573 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9574 else
9575 allow_undefined_flag=' -expect_unresolved \*'
9576 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'
9577 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~
9578 $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'
9579
9580 # Both c and cxx compiler support -rpath directly
9581 hardcode_libdir_flag_spec='-rpath $libdir'
9582 fi
9583 archive_cmds_need_lc='no'
9584 hardcode_libdir_separator=:
9585 ;;
9586
9587 solaris*)
9588 no_undefined_flag=' -z defs'
9589 if test "$GCC" = yes; then
9590 wlarc='${wl}'
9591 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9592 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9593 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9594 else
9595 case `$CC -V 2>&1` in
9596 *"Compilers 5.0"*)
9597 wlarc=''
9598 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9599 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9600 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9601 ;;
9602 *)
9603 wlarc='${wl}'
9604 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9605 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9606 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9607 ;;
9608 esac
9609 fi
9610 hardcode_libdir_flag_spec='-R$libdir'
9611 hardcode_shlibpath_var=no
9612 case $host_os in
9613 solaris2.[0-5] | solaris2.[0-5].*) ;;
9614 *)
9615 # The compiler driver will combine and reorder linker options,
9616 # but understands `-z linker_flag'. GCC discards it without `$wl',
9617 # but is careful enough not to reorder.
9618 # Supported since Solaris 2.6 (maybe 2.5.1?)
9619 if test "$GCC" = yes; then
9620 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9621 else
9622 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9623 fi
9624 ;;
9625 esac
9626 link_all_deplibs=yes
9627 ;;
9628
9629 sunos4*)
9630 if test "x$host_vendor" = xsequent; then
9631 # Use $CC to link under sequent, because it throws in some extra .o
9632 # files that make .init and .fini sections work.
9633 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9634 else
9635 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9636 fi
9637 hardcode_libdir_flag_spec='-L$libdir'
9638 hardcode_direct=yes
9639 hardcode_minus_L=yes
9640 hardcode_shlibpath_var=no
9641 ;;
9642
9643 sysv4)
9644 case $host_vendor in
9645 sni)
9646 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9647 hardcode_direct=yes # is this really true???
9648 ;;
9649 siemens)
9650 ## LD is ld it makes a PLAMLIB
9651 ## CC just makes a GrossModule.
9652 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9653 reload_cmds='$CC -r -o $output$reload_objs'
9654 hardcode_direct=no
9655 ;;
9656 motorola)
9657 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9658 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9659 ;;
9660 esac
9661 runpath_var='LD_RUN_PATH'
9662 hardcode_shlibpath_var=no
9663 ;;
9664
9665 sysv4.3*)
9666 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9667 hardcode_shlibpath_var=no
9668 export_dynamic_flag_spec='-Bexport'
9669 ;;
9670
9671 sysv4*MP*)
9672 if test -d /usr/nec; then
9673 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9674 hardcode_shlibpath_var=no
9675 runpath_var=LD_RUN_PATH
9676 hardcode_runpath_var=yes
9677 ld_shlibs=yes
9678 fi
9679 ;;
9680
9681 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9682 no_undefined_flag='${wl}-z,text'
9683 archive_cmds_need_lc=no
9684 hardcode_shlibpath_var=no
9685 runpath_var='LD_RUN_PATH'
9686
9687 if test "$GCC" = yes; then
9688 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9689 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9690 else
9691 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9692 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9693 fi
9694 ;;
9695
9696 sysv5* | sco3.2v5* | sco5v6*)
9697 # Note: We can NOT use -z defs as we might desire, because we do not
9698 # link with -lc, and that would cause any symbols used from libc to
9699 # always be unresolved, which means just about no library would
9700 # ever link correctly. If we're not using GNU ld we use -z text
9701 # though, which does catch some bad symbols but isn't as heavy-handed
9702 # as -z defs.
9703 no_undefined_flag='${wl}-z,text'
9704 allow_undefined_flag='${wl}-z,nodefs'
9705 archive_cmds_need_lc=no
9706 hardcode_shlibpath_var=no
9707 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9708 hardcode_libdir_separator=':'
9709 link_all_deplibs=yes
9710 export_dynamic_flag_spec='${wl}-Bexport'
9711 runpath_var='LD_RUN_PATH'
9712
9713 if test "$GCC" = yes; then
9714 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9715 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9716 else
9717 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9718 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9719 fi
9720 ;;
9721
9722 uts4*)
9723 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9724 hardcode_libdir_flag_spec='-L$libdir'
9725 hardcode_shlibpath_var=no
9726 ;;
9727
9728 *)
9729 ld_shlibs=no
9730 ;;
9731 esac
9732
9733 if test x$host_vendor = xsni; then
9734 case $host in
9735 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9736 export_dynamic_flag_spec='${wl}-Blargedynsym'
9737 ;;
9738 esac
9739 fi
9740 fi
9741
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9743 $as_echo "$ld_shlibs" >&6; }
9744 test "$ld_shlibs" = no && can_build_shared=no
9745
9746 with_gnu_ld=$with_gnu_ld
9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762 #
9763 # Do we need to explicitly link libc?
9764 #
9765 case "x$archive_cmds_need_lc" in
9766 x|xyes)
9767 # Assume -lc should be added
9768 archive_cmds_need_lc=yes
9769
9770 if test "$enable_shared" = yes && test "$GCC" = yes; then
9771 case $archive_cmds in
9772 *'~'*)
9773 # FIXME: we may have to deal with multi-command sequences.
9774 ;;
9775 '$CC '*)
9776 # Test whether the compiler implicitly links with -lc since on some
9777 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9778 # to ld, don't add -lc before -lgcc.
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9780 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9781 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9782 $as_echo_n "(cached) " >&6
9783 else
9784 $RM conftest*
9785 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9786
9787 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9788 (eval $ac_compile) 2>&5
9789 ac_status=$?
9790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9791 test $ac_status = 0; } 2>conftest.err; then
9792 soname=conftest
9793 lib=conftest
9794 libobjs=conftest.$ac_objext
9795 deplibs=
9796 wl=$lt_prog_compiler_wl
9797 pic_flag=$lt_prog_compiler_pic
9798 compiler_flags=-v
9799 linker_flags=-v
9800 verstring=
9801 output_objdir=.
9802 libname=conftest
9803 lt_save_allow_undefined_flag=$allow_undefined_flag
9804 allow_undefined_flag=
9805 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9806 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9807 ac_status=$?
9808 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9809 test $ac_status = 0; }
9810 then
9811 lt_cv_archive_cmds_need_lc=no
9812 else
9813 lt_cv_archive_cmds_need_lc=yes
9814 fi
9815 allow_undefined_flag=$lt_save_allow_undefined_flag
9816 else
9817 cat conftest.err 1>&5
9818 fi
9819 $RM conftest*
9820
9821 fi
9822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9823 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9824 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9825 ;;
9826 esac
9827 fi
9828 ;;
9829 esac
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
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9988 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9989
9990 if test "$GCC" = yes; then
9991 case $host_os in
9992 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9993 *) lt_awk_arg="/^libraries:/" ;;
9994 esac
9995 case $host_os in
9996 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9997 *) lt_sed_strip_eq="s,=/,/,g" ;;
9998 esac
9999 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10000 case $lt_search_path_spec in
10001 *\;*)
10002 # if the path contains ";" then we assume it to be the separator
10003 # otherwise default to the standard path separator (i.e. ":") - it is
10004 # assumed that no part of a normal pathname contains ";" but that should
10005 # okay in the real world where ";" in dirpaths is itself problematic.
10006 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10007 ;;
10008 *)
10009 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10010 ;;
10011 esac
10012 # Ok, now we have the path, separated by spaces, we can step through it
10013 # and add multilib dir if necessary.
10014 lt_tmp_lt_search_path_spec=
10015 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10016 for lt_sys_path in $lt_search_path_spec; do
10017 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10018 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10019 else
10020 test -d "$lt_sys_path" && \
10021 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10022 fi
10023 done
10024 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10025 BEGIN {RS=" "; FS="/|\n";} {
10026 lt_foo="";
10027 lt_count=0;
10028 for (lt_i = NF; lt_i > 0; lt_i--) {
10029 if ($lt_i != "" && $lt_i != ".") {
10030 if ($lt_i == "..") {
10031 lt_count++;
10032 } else {
10033 if (lt_count == 0) {
10034 lt_foo="/" $lt_i lt_foo;
10035 } else {
10036 lt_count--;
10037 }
10038 }
10039 }
10040 }
10041 if (lt_foo != "") { lt_freq[lt_foo]++; }
10042 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10043 }'`
10044 # AWK program above erroneously prepends '/' to C:/dos/paths
10045 # for these hosts.
10046 case $host_os in
10047 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10048 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10049 esac
10050 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10051 else
10052 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10053 fi
10054 library_names_spec=
10055 libname_spec='lib$name'
10056 soname_spec=
10057 shrext_cmds=".so"
10058 postinstall_cmds=
10059 postuninstall_cmds=
10060 finish_cmds=
10061 finish_eval=
10062 shlibpath_var=
10063 shlibpath_overrides_runpath=unknown
10064 version_type=none
10065 dynamic_linker="$host_os ld.so"
10066 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10067 need_lib_prefix=unknown
10068 hardcode_into_libs=no
10069
10070 # when you set need_version to no, make sure it does not cause -set_version
10071 # flags to be left without arguments
10072 need_version=unknown
10073
10074 case $host_os in
10075 aix3*)
10076 version_type=linux
10077 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10078 shlibpath_var=LIBPATH
10079
10080 # AIX 3 has no versioning support, so we append a major version to the name.
10081 soname_spec='${libname}${release}${shared_ext}$major'
10082 ;;
10083
10084 aix[4-9]*)
10085 version_type=linux
10086 need_lib_prefix=no
10087 need_version=no
10088 hardcode_into_libs=yes
10089 if test "$host_cpu" = ia64; then
10090 # AIX 5 supports IA64
10091 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10092 shlibpath_var=LD_LIBRARY_PATH
10093 else
10094 # With GCC up to 2.95.x, collect2 would create an import file
10095 # for dependence libraries. The import file would start with
10096 # the line `#! .'. This would cause the generated library to
10097 # depend on `.', always an invalid library. This was fixed in
10098 # development snapshots of GCC prior to 3.0.
10099 case $host_os in
10100 aix4 | aix4.[01] | aix4.[01].*)
10101 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10102 echo ' yes '
10103 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10104 :
10105 else
10106 can_build_shared=no
10107 fi
10108 ;;
10109 esac
10110 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10111 # soname into executable. Probably we can add versioning support to
10112 # collect2, so additional links can be useful in future.
10113 if test "$aix_use_runtimelinking" = yes; then
10114 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10115 # instead of lib<name>.a to let people know that these are not
10116 # typical AIX shared libraries.
10117 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10118 else
10119 # We preserve .a as extension for shared libraries through AIX4.2
10120 # and later when we are not doing run time linking.
10121 library_names_spec='${libname}${release}.a $libname.a'
10122 soname_spec='${libname}${release}${shared_ext}$major'
10123 fi
10124 shlibpath_var=LIBPATH
10125 fi
10126 ;;
10127
10128 amigaos*)
10129 case $host_cpu in
10130 powerpc)
10131 # Since July 2007 AmigaOS4 officially supports .so libraries.
10132 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10133 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10134 ;;
10135 m68k)
10136 library_names_spec='$libname.ixlibrary $libname.a'
10137 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10138 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'
10139 ;;
10140 esac
10141 ;;
10142
10143 beos*)
10144 library_names_spec='${libname}${shared_ext}'
10145 dynamic_linker="$host_os ld.so"
10146 shlibpath_var=LIBRARY_PATH
10147 ;;
10148
10149 bsdi[45]*)
10150 version_type=linux
10151 need_version=no
10152 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10153 soname_spec='${libname}${release}${shared_ext}$major'
10154 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10155 shlibpath_var=LD_LIBRARY_PATH
10156 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10157 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10158 # the default ld.so.conf also contains /usr/contrib/lib and
10159 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10160 # libtool to hard-code these into programs
10161 ;;
10162
10163 cygwin* | mingw* | pw32* | cegcc*)
10164 version_type=windows
10165 shrext_cmds=".dll"
10166 need_version=no
10167 need_lib_prefix=no
10168
10169 case $GCC,$host_os in
10170 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10171 library_names_spec='$libname.dll.a'
10172 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10173 postinstall_cmds='base_file=`basename \${file}`~
10174 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10175 dldir=$destdir/`dirname \$dlpath`~
10176 test -d \$dldir || mkdir -p \$dldir~
10177 $install_prog $dir/$dlname \$dldir/$dlname~
10178 chmod a+x \$dldir/$dlname~
10179 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10180 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10181 fi'
10182 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10183 dlpath=$dir/\$dldll~
10184 $RM \$dlpath'
10185 shlibpath_overrides_runpath=yes
10186
10187 case $host_os in
10188 cygwin*)
10189 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10190 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10191
10192 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10193 ;;
10194 mingw* | cegcc*)
10195 # MinGW DLLs use traditional 'lib' prefix
10196 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10197 ;;
10198 pw32*)
10199 # pw32 DLLs use 'pw' prefix rather than 'lib'
10200 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10201 ;;
10202 esac
10203 ;;
10204
10205 *)
10206 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10207 ;;
10208 esac
10209 dynamic_linker='Win32 ld.exe'
10210 # FIXME: first we should search . and the directory the executable is in
10211 shlibpath_var=PATH
10212 ;;
10213
10214 darwin* | rhapsody*)
10215 dynamic_linker="$host_os dyld"
10216 version_type=darwin
10217 need_lib_prefix=no
10218 need_version=no
10219 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10220 soname_spec='${libname}${release}${major}$shared_ext'
10221 shlibpath_overrides_runpath=yes
10222 shlibpath_var=DYLD_LIBRARY_PATH
10223 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10224
10225 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10226 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10227 ;;
10228
10229 dgux*)
10230 version_type=linux
10231 need_lib_prefix=no
10232 need_version=no
10233 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10234 soname_spec='${libname}${release}${shared_ext}$major'
10235 shlibpath_var=LD_LIBRARY_PATH
10236 ;;
10237
10238 freebsd* | dragonfly*)
10239 # DragonFly does not have aout. When/if they implement a new
10240 # versioning mechanism, adjust this.
10241 if test -x /usr/bin/objformat; then
10242 objformat=`/usr/bin/objformat`
10243 else
10244 case $host_os in
10245 freebsd[23].*) objformat=aout ;;
10246 *) objformat=elf ;;
10247 esac
10248 fi
10249 version_type=freebsd-$objformat
10250 case $version_type in
10251 freebsd-elf*)
10252 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10253 need_version=no
10254 need_lib_prefix=no
10255 ;;
10256 freebsd-*)
10257 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10258 need_version=yes
10259 ;;
10260 esac
10261 shlibpath_var=LD_LIBRARY_PATH
10262 case $host_os in
10263 freebsd2.*)
10264 shlibpath_overrides_runpath=yes
10265 ;;
10266 freebsd3.[01]* | freebsdelf3.[01]*)
10267 shlibpath_overrides_runpath=yes
10268 hardcode_into_libs=yes
10269 ;;
10270 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10271 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10272 shlibpath_overrides_runpath=no
10273 hardcode_into_libs=yes
10274 ;;
10275 *) # from 4.6 on, and DragonFly
10276 shlibpath_overrides_runpath=yes
10277 hardcode_into_libs=yes
10278 ;;
10279 esac
10280 ;;
10281
10282 haiku*)
10283 version_type=linux
10284 need_lib_prefix=no
10285 need_version=no
10286 dynamic_linker="$host_os runtime_loader"
10287 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10288 soname_spec='${libname}${release}${shared_ext}$major'
10289 shlibpath_var=LIBRARY_PATH
10290 shlibpath_overrides_runpath=yes
10291 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10292 hardcode_into_libs=yes
10293 ;;
10294
10295 hpux9* | hpux10* | hpux11*)
10296 # Give a soname corresponding to the major version so that dld.sl refuses to
10297 # link against other versions.
10298 version_type=sunos
10299 need_lib_prefix=no
10300 need_version=no
10301 case $host_cpu in
10302 ia64*)
10303 shrext_cmds='.so'
10304 hardcode_into_libs=yes
10305 dynamic_linker="$host_os dld.so"
10306 shlibpath_var=LD_LIBRARY_PATH
10307 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
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 if test "X$HPUX_IA64_MODE" = X32; then
10311 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10312 else
10313 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10314 fi
10315 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10316 ;;
10317 hppa*64*)
10318 shrext_cmds='.sl'
10319 hardcode_into_libs=yes
10320 dynamic_linker="$host_os dld.sl"
10321 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10322 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10323 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10324 soname_spec='${libname}${release}${shared_ext}$major'
10325 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10326 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10327 ;;
10328 *)
10329 shrext_cmds='.sl'
10330 dynamic_linker="$host_os dld.sl"
10331 shlibpath_var=SHLIB_PATH
10332 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10333 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10334 soname_spec='${libname}${release}${shared_ext}$major'
10335 ;;
10336 esac
10337 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10338 postinstall_cmds='chmod 555 $lib'
10339 # or fails outright, so override atomically:
10340 install_override_mode=555
10341 ;;
10342
10343 interix[3-9]*)
10344 version_type=linux
10345 need_lib_prefix=no
10346 need_version=no
10347 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10348 soname_spec='${libname}${release}${shared_ext}$major'
10349 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10350 shlibpath_var=LD_LIBRARY_PATH
10351 shlibpath_overrides_runpath=no
10352 hardcode_into_libs=yes
10353 ;;
10354
10355 irix5* | irix6* | nonstopux*)
10356 case $host_os in
10357 nonstopux*) version_type=nonstopux ;;
10358 *)
10359 if test "$lt_cv_prog_gnu_ld" = yes; then
10360 version_type=linux
10361 else
10362 version_type=irix
10363 fi ;;
10364 esac
10365 need_lib_prefix=no
10366 need_version=no
10367 soname_spec='${libname}${release}${shared_ext}$major'
10368 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10369 case $host_os in
10370 irix5* | nonstopux*)
10371 libsuff= shlibsuff=
10372 ;;
10373 *)
10374 case $LD in # libtool.m4 will add one of these switches to LD
10375 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10376 libsuff= shlibsuff= libmagic=32-bit;;
10377 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10378 libsuff=32 shlibsuff=N32 libmagic=N32;;
10379 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10380 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10381 *) libsuff= shlibsuff= libmagic=never-match;;
10382 esac
10383 ;;
10384 esac
10385 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10386 shlibpath_overrides_runpath=no
10387 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10388 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10389 hardcode_into_libs=yes
10390 ;;
10391
10392 # No shared lib support for Linux oldld, aout, or coff.
10393 linux*oldld* | linux*aout* | linux*coff*)
10394 dynamic_linker=no
10395 ;;
10396
10397 # This must be Linux ELF.
10398 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10399 version_type=linux
10400 need_lib_prefix=no
10401 need_version=no
10402 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10403 soname_spec='${libname}${release}${shared_ext}$major'
10404 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10405 shlibpath_var=LD_LIBRARY_PATH
10406 shlibpath_overrides_runpath=no
10407
10408 # Some binutils ld are patched to set DT_RUNPATH
10409 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10410 $as_echo_n "(cached) " >&6
10411 else
10412 lt_cv_shlibpath_overrides_runpath=no
10413 save_LDFLAGS=$LDFLAGS
10414 save_libdir=$libdir
10415 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10416 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10418 /* end confdefs.h. */
10419
10420 int
10421 main ()
10422 {
10423
10424 ;
10425 return 0;
10426 }
10427 _ACEOF
10428 if ac_fn_c_try_link "$LINENO"; then :
10429 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10430 lt_cv_shlibpath_overrides_runpath=yes
10431 fi
10432 fi
10433 rm -f core conftest.err conftest.$ac_objext \
10434 conftest$ac_exeext conftest.$ac_ext
10435 LDFLAGS=$save_LDFLAGS
10436 libdir=$save_libdir
10437
10438 fi
10439
10440 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10441
10442 # This implies no fast_install, which is unacceptable.
10443 # Some rework will be needed to allow for fast_install
10444 # before this can be enabled.
10445 hardcode_into_libs=yes
10446
10447 # Append ld.so.conf contents to the search path
10448 if test -f /etc/ld.so.conf; then
10449 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' ' '`
10450 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10451 fi
10452
10453 # We used to test for /lib/ld.so.1 and disable shared libraries on
10454 # powerpc, because MkLinux only supported shared libraries with the
10455 # GNU dynamic linker. Since this was broken with cross compilers,
10456 # most powerpc-linux boxes support dynamic linking these days and
10457 # people can always --disable-shared, the test was removed, and we
10458 # assume the GNU/Linux dynamic linker is in use.
10459 dynamic_linker='GNU/Linux ld.so'
10460 ;;
10461
10462 netbsd*)
10463 version_type=sunos
10464 need_lib_prefix=no
10465 need_version=no
10466 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10467 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10468 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10469 dynamic_linker='NetBSD (a.out) ld.so'
10470 else
10471 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10472 soname_spec='${libname}${release}${shared_ext}$major'
10473 dynamic_linker='NetBSD ld.elf_so'
10474 fi
10475 shlibpath_var=LD_LIBRARY_PATH
10476 shlibpath_overrides_runpath=yes
10477 hardcode_into_libs=yes
10478 ;;
10479
10480 newsos6)
10481 version_type=linux
10482 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10483 shlibpath_var=LD_LIBRARY_PATH
10484 shlibpath_overrides_runpath=yes
10485 ;;
10486
10487 *nto* | *qnx*)
10488 version_type=qnx
10489 need_lib_prefix=no
10490 need_version=no
10491 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10492 soname_spec='${libname}${release}${shared_ext}$major'
10493 shlibpath_var=LD_LIBRARY_PATH
10494 shlibpath_overrides_runpath=no
10495 hardcode_into_libs=yes
10496 dynamic_linker='ldqnx.so'
10497 ;;
10498
10499 openbsd*)
10500 version_type=sunos
10501 sys_lib_dlsearch_path_spec="/usr/lib"
10502 need_lib_prefix=no
10503 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10504 case $host_os in
10505 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10506 *) need_version=no ;;
10507 esac
10508 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10509 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10510 shlibpath_var=LD_LIBRARY_PATH
10511 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10512 case $host_os in
10513 openbsd2.[89] | openbsd2.[89].*)
10514 shlibpath_overrides_runpath=no
10515 ;;
10516 *)
10517 shlibpath_overrides_runpath=yes
10518 ;;
10519 esac
10520 else
10521 shlibpath_overrides_runpath=yes
10522 fi
10523 ;;
10524
10525 os2*)
10526 libname_spec='$name'
10527 shrext_cmds=".dll"
10528 need_lib_prefix=no
10529 library_names_spec='$libname${shared_ext} $libname.a'
10530 dynamic_linker='OS/2 ld.exe'
10531 shlibpath_var=LIBPATH
10532 ;;
10533
10534 osf3* | osf4* | osf5*)
10535 version_type=osf
10536 need_lib_prefix=no
10537 need_version=no
10538 soname_spec='${libname}${release}${shared_ext}$major'
10539 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10540 shlibpath_var=LD_LIBRARY_PATH
10541 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10542 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10543 ;;
10544
10545 rdos*)
10546 dynamic_linker=no
10547 ;;
10548
10549 solaris*)
10550 version_type=linux
10551 need_lib_prefix=no
10552 need_version=no
10553 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10554 soname_spec='${libname}${release}${shared_ext}$major'
10555 shlibpath_var=LD_LIBRARY_PATH
10556 shlibpath_overrides_runpath=yes
10557 hardcode_into_libs=yes
10558 # ldd complains unless libraries are executable
10559 postinstall_cmds='chmod +x $lib'
10560 ;;
10561
10562 sunos4*)
10563 version_type=sunos
10564 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10565 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10566 shlibpath_var=LD_LIBRARY_PATH
10567 shlibpath_overrides_runpath=yes
10568 if test "$with_gnu_ld" = yes; then
10569 need_lib_prefix=no
10570 fi
10571 need_version=yes
10572 ;;
10573
10574 sysv4 | sysv4.3*)
10575 version_type=linux
10576 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10577 soname_spec='${libname}${release}${shared_ext}$major'
10578 shlibpath_var=LD_LIBRARY_PATH
10579 case $host_vendor in
10580 sni)
10581 shlibpath_overrides_runpath=no
10582 need_lib_prefix=no
10583 runpath_var=LD_RUN_PATH
10584 ;;
10585 siemens)
10586 need_lib_prefix=no
10587 ;;
10588 motorola)
10589 need_lib_prefix=no
10590 need_version=no
10591 shlibpath_overrides_runpath=no
10592 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10593 ;;
10594 esac
10595 ;;
10596
10597 sysv4*MP*)
10598 if test -d /usr/nec ;then
10599 version_type=linux
10600 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10601 soname_spec='$libname${shared_ext}.$major'
10602 shlibpath_var=LD_LIBRARY_PATH
10603 fi
10604 ;;
10605
10606 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10607 version_type=freebsd-elf
10608 need_lib_prefix=no
10609 need_version=no
10610 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10611 soname_spec='${libname}${release}${shared_ext}$major'
10612 shlibpath_var=LD_LIBRARY_PATH
10613 shlibpath_overrides_runpath=yes
10614 hardcode_into_libs=yes
10615 if test "$with_gnu_ld" = yes; then
10616 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10617 else
10618 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10619 case $host_os in
10620 sco3.2v5*)
10621 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10622 ;;
10623 esac
10624 fi
10625 sys_lib_dlsearch_path_spec='/usr/lib'
10626 ;;
10627
10628 tpf*)
10629 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10630 version_type=linux
10631 need_lib_prefix=no
10632 need_version=no
10633 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10634 shlibpath_var=LD_LIBRARY_PATH
10635 shlibpath_overrides_runpath=no
10636 hardcode_into_libs=yes
10637 ;;
10638
10639 uts4*)
10640 version_type=linux
10641 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10642 soname_spec='${libname}${release}${shared_ext}$major'
10643 shlibpath_var=LD_LIBRARY_PATH
10644 ;;
10645
10646 *)
10647 dynamic_linker=no
10648 ;;
10649 esac
10650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10651 $as_echo "$dynamic_linker" >&6; }
10652 test "$dynamic_linker" = no && can_build_shared=no
10653
10654 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10655 if test "$GCC" = yes; then
10656 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10657 fi
10658
10659 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10660 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10661 fi
10662 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10663 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10664 fi
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
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10758 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10759 hardcode_action=
10760 if test -n "$hardcode_libdir_flag_spec" ||
10761 test -n "$runpath_var" ||
10762 test "X$hardcode_automatic" = "Xyes" ; then
10763
10764 # We can hardcode non-existent directories.
10765 if test "$hardcode_direct" != no &&
10766 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10767 # have to relink, otherwise we might link with an installed library
10768 # when we should be linking with a yet-to-be-installed one
10769 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10770 test "$hardcode_minus_L" != no; then
10771 # Linking always hardcodes the temporary library directory.
10772 hardcode_action=relink
10773 else
10774 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10775 hardcode_action=immediate
10776 fi
10777 else
10778 # We cannot hardcode anything, or else we can only hardcode existing
10779 # directories.
10780 hardcode_action=unsupported
10781 fi
10782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10783 $as_echo "$hardcode_action" >&6; }
10784
10785 if test "$hardcode_action" = relink ||
10786 test "$inherit_rpath" = yes; then
10787 # Fast installation is not supported
10788 enable_fast_install=no
10789 elif test "$shlibpath_overrides_runpath" = yes ||
10790 test "$enable_shared" = no; then
10791 # Fast installation is not necessary
10792 enable_fast_install=needless
10793 fi
10794
10795
10796
10797
10798
10799
10800 if test "x$enable_dlopen" != xyes; then
10801 enable_dlopen=unknown
10802 enable_dlopen_self=unknown
10803 enable_dlopen_self_static=unknown
10804 else
10805 lt_cv_dlopen=no
10806 lt_cv_dlopen_libs=
10807
10808 case $host_os in
10809 beos*)
10810 lt_cv_dlopen="load_add_on"
10811 lt_cv_dlopen_libs=
10812 lt_cv_dlopen_self=yes
10813 ;;
10814
10815 mingw* | pw32* | cegcc*)
10816 lt_cv_dlopen="LoadLibrary"
10817 lt_cv_dlopen_libs=
10818 ;;
10819
10820 cygwin*)
10821 lt_cv_dlopen="dlopen"
10822 lt_cv_dlopen_libs=
10823 ;;
10824
10825 darwin*)
10826 # if libdl is installed we need to link against it
10827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10828 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10829 if ${ac_cv_lib_dl_dlopen+:} false; then :
10830 $as_echo_n "(cached) " >&6
10831 else
10832 ac_check_lib_save_LIBS=$LIBS
10833 LIBS="-ldl $LIBS"
10834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10835 /* end confdefs.h. */
10836
10837 /* Override any GCC internal prototype to avoid an error.
10838 Use char because int might match the return type of a GCC
10839 builtin and then its argument prototype would still apply. */
10840 #ifdef __cplusplus
10841 extern "C"
10842 #endif
10843 char dlopen ();
10844 int
10845 main ()
10846 {
10847 return dlopen ();
10848 ;
10849 return 0;
10850 }
10851 _ACEOF
10852 if ac_fn_c_try_link "$LINENO"; then :
10853 ac_cv_lib_dl_dlopen=yes
10854 else
10855 ac_cv_lib_dl_dlopen=no
10856 fi
10857 rm -f core conftest.err conftest.$ac_objext \
10858 conftest$ac_exeext conftest.$ac_ext
10859 LIBS=$ac_check_lib_save_LIBS
10860 fi
10861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10862 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10863 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10864 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10865 else
10866
10867 lt_cv_dlopen="dyld"
10868 lt_cv_dlopen_libs=
10869 lt_cv_dlopen_self=yes
10870
10871 fi
10872
10873 ;;
10874
10875 *)
10876 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10877 if test "x$ac_cv_func_shl_load" = xyes; then :
10878 lt_cv_dlopen="shl_load"
10879 else
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10881 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10882 if ${ac_cv_lib_dld_shl_load+:} false; then :
10883 $as_echo_n "(cached) " >&6
10884 else
10885 ac_check_lib_save_LIBS=$LIBS
10886 LIBS="-ldld $LIBS"
10887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10888 /* end confdefs.h. */
10889
10890 /* Override any GCC internal prototype to avoid an error.
10891 Use char because int might match the return type of a GCC
10892 builtin and then its argument prototype would still apply. */
10893 #ifdef __cplusplus
10894 extern "C"
10895 #endif
10896 char shl_load ();
10897 int
10898 main ()
10899 {
10900 return shl_load ();
10901 ;
10902 return 0;
10903 }
10904 _ACEOF
10905 if ac_fn_c_try_link "$LINENO"; then :
10906 ac_cv_lib_dld_shl_load=yes
10907 else
10908 ac_cv_lib_dld_shl_load=no
10909 fi
10910 rm -f core conftest.err conftest.$ac_objext \
10911 conftest$ac_exeext conftest.$ac_ext
10912 LIBS=$ac_check_lib_save_LIBS
10913 fi
10914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10915 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10916 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10917 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10918 else
10919 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10920 if test "x$ac_cv_func_dlopen" = xyes; then :
10921 lt_cv_dlopen="dlopen"
10922 else
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10924 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10925 if ${ac_cv_lib_dl_dlopen+:} false; then :
10926 $as_echo_n "(cached) " >&6
10927 else
10928 ac_check_lib_save_LIBS=$LIBS
10929 LIBS="-ldl $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_dl_dlopen=yes
10950 else
10951 ac_cv_lib_dl_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_dl_dlopen" >&5
10958 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10959 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10960 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10961 else
10962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10963 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10964 if ${ac_cv_lib_svld_dlopen+:} false; then :
10965 $as_echo_n "(cached) " >&6
10966 else
10967 ac_check_lib_save_LIBS=$LIBS
10968 LIBS="-lsvld $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 dlopen ();
10979 int
10980 main ()
10981 {
10982 return dlopen ();
10983 ;
10984 return 0;
10985 }
10986 _ACEOF
10987 if ac_fn_c_try_link "$LINENO"; then :
10988 ac_cv_lib_svld_dlopen=yes
10989 else
10990 ac_cv_lib_svld_dlopen=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_svld_dlopen" >&5
10997 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10998 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10999 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11000 else
11001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11002 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11003 if ${ac_cv_lib_dld_dld_link+:} false; then :
11004 $as_echo_n "(cached) " >&6
11005 else
11006 ac_check_lib_save_LIBS=$LIBS
11007 LIBS="-ldld $LIBS"
11008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11009 /* end confdefs.h. */
11010
11011 /* Override any GCC internal prototype to avoid an error.
11012 Use char because int might match the return type of a GCC
11013 builtin and then its argument prototype would still apply. */
11014 #ifdef __cplusplus
11015 extern "C"
11016 #endif
11017 char dld_link ();
11018 int
11019 main ()
11020 {
11021 return dld_link ();
11022 ;
11023 return 0;
11024 }
11025 _ACEOF
11026 if ac_fn_c_try_link "$LINENO"; then :
11027 ac_cv_lib_dld_dld_link=yes
11028 else
11029 ac_cv_lib_dld_dld_link=no
11030 fi
11031 rm -f core conftest.err conftest.$ac_objext \
11032 conftest$ac_exeext conftest.$ac_ext
11033 LIBS=$ac_check_lib_save_LIBS
11034 fi
11035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11036 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11037 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11038 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11039 fi
11040
11041
11042 fi
11043
11044
11045 fi
11046
11047
11048 fi
11049
11050
11051 fi
11052
11053
11054 fi
11055
11056 ;;
11057 esac
11058
11059 if test "x$lt_cv_dlopen" != xno; then
11060 enable_dlopen=yes
11061 else
11062 enable_dlopen=no
11063 fi
11064
11065 case $lt_cv_dlopen in
11066 dlopen)
11067 save_CPPFLAGS="$CPPFLAGS"
11068 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11069
11070 save_LDFLAGS="$LDFLAGS"
11071 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11072
11073 save_LIBS="$LIBS"
11074 LIBS="$lt_cv_dlopen_libs $LIBS"
11075
11076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11077 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11078 if ${lt_cv_dlopen_self+:} false; then :
11079 $as_echo_n "(cached) " >&6
11080 else
11081 if test "$cross_compiling" = yes; then :
11082 lt_cv_dlopen_self=cross
11083 else
11084 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11085 lt_status=$lt_dlunknown
11086 cat > conftest.$ac_ext <<_LT_EOF
11087 #line 11087 "configure"
11088 #include "confdefs.h"
11089
11090 #if HAVE_DLFCN_H
11091 #include <dlfcn.h>
11092 #endif
11093
11094 #include <stdio.h>
11095
11096 #ifdef RTLD_GLOBAL
11097 # define LT_DLGLOBAL RTLD_GLOBAL
11098 #else
11099 # ifdef DL_GLOBAL
11100 # define LT_DLGLOBAL DL_GLOBAL
11101 # else
11102 # define LT_DLGLOBAL 0
11103 # endif
11104 #endif
11105
11106 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11107 find out it does not work in some platform. */
11108 #ifndef LT_DLLAZY_OR_NOW
11109 # ifdef RTLD_LAZY
11110 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11111 # else
11112 # ifdef DL_LAZY
11113 # define LT_DLLAZY_OR_NOW DL_LAZY
11114 # else
11115 # ifdef RTLD_NOW
11116 # define LT_DLLAZY_OR_NOW RTLD_NOW
11117 # else
11118 # ifdef DL_NOW
11119 # define LT_DLLAZY_OR_NOW DL_NOW
11120 # else
11121 # define LT_DLLAZY_OR_NOW 0
11122 # endif
11123 # endif
11124 # endif
11125 # endif
11126 #endif
11127
11128 /* When -fvisbility=hidden is used, assume the code has been annotated
11129 correspondingly for the symbols needed. */
11130 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11131 void fnord () __attribute__((visibility("default")));
11132 #endif
11133
11134 void fnord () { int i=42; }
11135 int main ()
11136 {
11137 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11138 int status = $lt_dlunknown;
11139
11140 if (self)
11141 {
11142 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11143 else
11144 {
11145 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11146 else puts (dlerror ());
11147 }
11148 /* dlclose (self); */
11149 }
11150 else
11151 puts (dlerror ());
11152
11153 return status;
11154 }
11155 _LT_EOF
11156 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11157 (eval $ac_link) 2>&5
11158 ac_status=$?
11159 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11160 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11161 (./conftest; exit; ) >&5 2>/dev/null
11162 lt_status=$?
11163 case x$lt_status in
11164 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11165 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11166 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11167 esac
11168 else :
11169 # compilation failed
11170 lt_cv_dlopen_self=no
11171 fi
11172 fi
11173 rm -fr conftest*
11174
11175
11176 fi
11177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11178 $as_echo "$lt_cv_dlopen_self" >&6; }
11179
11180 if test "x$lt_cv_dlopen_self" = xyes; then
11181 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11183 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11184 if ${lt_cv_dlopen_self_static+:} false; then :
11185 $as_echo_n "(cached) " >&6
11186 else
11187 if test "$cross_compiling" = yes; then :
11188 lt_cv_dlopen_self_static=cross
11189 else
11190 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11191 lt_status=$lt_dlunknown
11192 cat > conftest.$ac_ext <<_LT_EOF
11193 #line 11193 "configure"
11194 #include "confdefs.h"
11195
11196 #if HAVE_DLFCN_H
11197 #include <dlfcn.h>
11198 #endif
11199
11200 #include <stdio.h>
11201
11202 #ifdef RTLD_GLOBAL
11203 # define LT_DLGLOBAL RTLD_GLOBAL
11204 #else
11205 # ifdef DL_GLOBAL
11206 # define LT_DLGLOBAL DL_GLOBAL
11207 # else
11208 # define LT_DLGLOBAL 0
11209 # endif
11210 #endif
11211
11212 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11213 find out it does not work in some platform. */
11214 #ifndef LT_DLLAZY_OR_NOW
11215 # ifdef RTLD_LAZY
11216 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11217 # else
11218 # ifdef DL_LAZY
11219 # define LT_DLLAZY_OR_NOW DL_LAZY
11220 # else
11221 # ifdef RTLD_NOW
11222 # define LT_DLLAZY_OR_NOW RTLD_NOW
11223 # else
11224 # ifdef DL_NOW
11225 # define LT_DLLAZY_OR_NOW DL_NOW
11226 # else
11227 # define LT_DLLAZY_OR_NOW 0
11228 # endif
11229 # endif
11230 # endif
11231 # endif
11232 #endif
11233
11234 /* When -fvisbility=hidden is used, assume the code has been annotated
11235 correspondingly for the symbols needed. */
11236 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11237 void fnord () __attribute__((visibility("default")));
11238 #endif
11239
11240 void fnord () { int i=42; }
11241 int main ()
11242 {
11243 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11244 int status = $lt_dlunknown;
11245
11246 if (self)
11247 {
11248 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11249 else
11250 {
11251 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11252 else puts (dlerror ());
11253 }
11254 /* dlclose (self); */
11255 }
11256 else
11257 puts (dlerror ());
11258
11259 return status;
11260 }
11261 _LT_EOF
11262 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11263 (eval $ac_link) 2>&5
11264 ac_status=$?
11265 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11266 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11267 (./conftest; exit; ) >&5 2>/dev/null
11268 lt_status=$?
11269 case x$lt_status in
11270 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11271 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11272 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11273 esac
11274 else :
11275 # compilation failed
11276 lt_cv_dlopen_self_static=no
11277 fi
11278 fi
11279 rm -fr conftest*
11280
11281
11282 fi
11283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11284 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11285 fi
11286
11287 CPPFLAGS="$save_CPPFLAGS"
11288 LDFLAGS="$save_LDFLAGS"
11289 LIBS="$save_LIBS"
11290 ;;
11291 esac
11292
11293 case $lt_cv_dlopen_self in
11294 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11295 *) enable_dlopen_self=unknown ;;
11296 esac
11297
11298 case $lt_cv_dlopen_self_static in
11299 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11300 *) enable_dlopen_self_static=unknown ;;
11301 esac
11302 fi
11303
11304
11305
11306
11307
11308
11309
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320 striplib=
11321 old_striplib=
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11323 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11324 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11325 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11326 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11328 $as_echo "yes" >&6; }
11329 else
11330 # FIXME - insert some real tests, host_os isn't really good enough
11331 case $host_os in
11332 darwin*)
11333 if test -n "$STRIP" ; then
11334 striplib="$STRIP -x"
11335 old_striplib="$STRIP -S"
11336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11337 $as_echo "yes" >&6; }
11338 else
11339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11340 $as_echo "no" >&6; }
11341 fi
11342 ;;
11343 *)
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11345 $as_echo "no" >&6; }
11346 ;;
11347 esac
11348 fi
11349
11350
11351
11352
11353
11354
11355
11356
11357
11358
11359
11360
11361 # Report which library types will actually be built
11362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11363 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11365 $as_echo "$can_build_shared" >&6; }
11366
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11368 $as_echo_n "checking whether to build shared libraries... " >&6; }
11369 test "$can_build_shared" = "no" && enable_shared=no
11370
11371 # On AIX, shared libraries and static libraries use the same namespace, and
11372 # are all built from PIC.
11373 case $host_os in
11374 aix3*)
11375 test "$enable_shared" = yes && enable_static=no
11376 if test -n "$RANLIB"; then
11377 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11378 postinstall_cmds='$RANLIB $lib'
11379 fi
11380 ;;
11381
11382 aix[4-9]*)
11383 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11384 test "$enable_shared" = yes && enable_static=no
11385 fi
11386 ;;
11387 esac
11388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11389 $as_echo "$enable_shared" >&6; }
11390
11391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11392 $as_echo_n "checking whether to build static libraries... " >&6; }
11393 # Make sure either enable_shared or enable_static is yes.
11394 test "$enable_shared" = yes || enable_static=yes
11395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11396 $as_echo "$enable_static" >&6; }
11397
11398
11399
11400
11401 fi
11402 ac_ext=c
11403 ac_cpp='$CPP $CPPFLAGS'
11404 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11405 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11406 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11407
11408 CC="$lt_save_CC"
11409
11410
11411
11412
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422 ac_config_commands="$ac_config_commands libtool"
11423
11424
11425
11426
11427 # Only expand once:
11428
11429
11430
11431 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11432
11433 # The tests for host and target for $enable_largefile require
11434 # canonical names.
11435
11436
11437
11438 # As the $enable_largefile decision depends on --enable-plugins we must set it
11439 # even in directories otherwise not depending on the $plugins option.
11440
11441
11442 maybe_plugins=no
11443 for ac_header in dlfcn.h
11444 do :
11445 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11446 "
11447 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11448 cat >>confdefs.h <<_ACEOF
11449 #define HAVE_DLFCN_H 1
11450 _ACEOF
11451 maybe_plugins=yes
11452 fi
11453
11454 done
11455
11456 for ac_header in windows.h
11457 do :
11458 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11459 "
11460 if test "x$ac_cv_header_windows_h" = xyes; then :
11461 cat >>confdefs.h <<_ACEOF
11462 #define HAVE_WINDOWS_H 1
11463 _ACEOF
11464 maybe_plugins=yes
11465 fi
11466
11467 done
11468
11469
11470 # Check whether --enable-plugins was given.
11471 if test "${enable_plugins+set}" = set; then :
11472 enableval=$enable_plugins; case "${enableval}" in
11473 no) plugins=no ;;
11474 *) plugins=yes
11475 if test "$maybe_plugins" != "yes" ; then
11476 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11477 fi ;;
11478 esac
11479 else
11480 plugins=$maybe_plugins
11481
11482 fi
11483
11484 if test "$plugins" = "yes"; then
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11486 $as_echo_n "checking for library containing dlsym... " >&6; }
11487 if ${ac_cv_search_dlsym+:} false; then :
11488 $as_echo_n "(cached) " >&6
11489 else
11490 ac_func_search_save_LIBS=$LIBS
11491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11492 /* end confdefs.h. */
11493
11494 /* Override any GCC internal prototype to avoid an error.
11495 Use char because int might match the return type of a GCC
11496 builtin and then its argument prototype would still apply. */
11497 #ifdef __cplusplus
11498 extern "C"
11499 #endif
11500 char dlsym ();
11501 int
11502 main ()
11503 {
11504 return dlsym ();
11505 ;
11506 return 0;
11507 }
11508 _ACEOF
11509 for ac_lib in '' dl; do
11510 if test -z "$ac_lib"; then
11511 ac_res="none required"
11512 else
11513 ac_res=-l$ac_lib
11514 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11515 fi
11516 if ac_fn_c_try_link "$LINENO"; then :
11517 ac_cv_search_dlsym=$ac_res
11518 fi
11519 rm -f core conftest.err conftest.$ac_objext \
11520 conftest$ac_exeext
11521 if ${ac_cv_search_dlsym+:} false; then :
11522 break
11523 fi
11524 done
11525 if ${ac_cv_search_dlsym+:} false; then :
11526
11527 else
11528 ac_cv_search_dlsym=no
11529 fi
11530 rm conftest.$ac_ext
11531 LIBS=$ac_func_search_save_LIBS
11532 fi
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11534 $as_echo "$ac_cv_search_dlsym" >&6; }
11535 ac_res=$ac_cv_search_dlsym
11536 if test "$ac_res" != no; then :
11537 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11538
11539 fi
11540
11541 fi
11542
11543
11544 case "${host}" in
11545 sparc-*-solaris*|i?86-*-solaris*)
11546 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11547 # were mutually exclusive until Solaris 11.3. Without procfs support,
11548 # the bfd/ elf module cannot provide certain routines such as
11549 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11550 # explicitly requested large-file support through the
11551 # --enable-largefile switch, disable large-file support in favor of
11552 # procfs support.
11553 #
11554 # Check if <sys/procfs.h> is incompatible with large-file support.
11555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11556 /* end confdefs.h. */
11557 #define _FILE_OFFSET_BITS 64
11558 #define _STRUCTURED_PROC 1
11559 #include <sys/procfs.h>
11560 int
11561 main ()
11562 {
11563
11564 ;
11565 return 0;
11566 }
11567 _ACEOF
11568 if ac_fn_c_try_compile "$LINENO"; then :
11569 acx_cv_procfs_lfs=yes
11570 else
11571 acx_cv_procfs_lfs=no
11572 fi
11573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11574 #
11575 # Forcefully disable large-file support only if necessary, gdb is in
11576 # tree and enabled.
11577 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11578 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11579 : ${enable_largefile="no"}
11580 if test "$plugins" = yes; then
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11582 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11583 $as_echo "$as_me: WARNING:
11584 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11585 plugins=no
11586 fi
11587 fi
11588 #
11589 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11590 # benefit of g++ 9+ which predefines it on Solaris.
11591 if test "$enable_largefile" = no; then
11592 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11593
11594 fi
11595 ;;
11596 esac
11597
11598 # Check whether --enable-largefile was given.
11599 if test "${enable_largefile+set}" = set; then :
11600 enableval=$enable_largefile;
11601 fi
11602
11603 if test "$enable_largefile" != no; then
11604
11605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11606 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11607 if ${ac_cv_sys_largefile_CC+:} false; then :
11608 $as_echo_n "(cached) " >&6
11609 else
11610 ac_cv_sys_largefile_CC=no
11611 if test "$GCC" != yes; then
11612 ac_save_CC=$CC
11613 while :; do
11614 # IRIX 6.2 and later do not support large files by default,
11615 # so use the C compiler's -n32 option if that helps.
11616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11617 /* end confdefs.h. */
11618 #include <sys/types.h>
11619 /* Check that off_t can represent 2**63 - 1 correctly.
11620 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11621 since some C++ compilers masquerading as C compilers
11622 incorrectly reject 9223372036854775807. */
11623 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11624 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11625 && LARGE_OFF_T % 2147483647 == 1)
11626 ? 1 : -1];
11627 int
11628 main ()
11629 {
11630
11631 ;
11632 return 0;
11633 }
11634 _ACEOF
11635 if ac_fn_c_try_compile "$LINENO"; then :
11636 break
11637 fi
11638 rm -f core conftest.err conftest.$ac_objext
11639 CC="$CC -n32"
11640 if ac_fn_c_try_compile "$LINENO"; then :
11641 ac_cv_sys_largefile_CC=' -n32'; break
11642 fi
11643 rm -f core conftest.err conftest.$ac_objext
11644 break
11645 done
11646 CC=$ac_save_CC
11647 rm -f conftest.$ac_ext
11648 fi
11649 fi
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11651 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11652 if test "$ac_cv_sys_largefile_CC" != no; then
11653 CC=$CC$ac_cv_sys_largefile_CC
11654 fi
11655
11656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11657 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11658 if ${ac_cv_sys_file_offset_bits+:} false; then :
11659 $as_echo_n "(cached) " >&6
11660 else
11661 while :; do
11662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11663 /* end confdefs.h. */
11664 #include <sys/types.h>
11665 /* Check that off_t can represent 2**63 - 1 correctly.
11666 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11667 since some C++ compilers masquerading as C compilers
11668 incorrectly reject 9223372036854775807. */
11669 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11670 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11671 && LARGE_OFF_T % 2147483647 == 1)
11672 ? 1 : -1];
11673 int
11674 main ()
11675 {
11676
11677 ;
11678 return 0;
11679 }
11680 _ACEOF
11681 if ac_fn_c_try_compile "$LINENO"; then :
11682 ac_cv_sys_file_offset_bits=no; break
11683 fi
11684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11686 /* end confdefs.h. */
11687 #define _FILE_OFFSET_BITS 64
11688 #include <sys/types.h>
11689 /* Check that off_t can represent 2**63 - 1 correctly.
11690 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11691 since some C++ compilers masquerading as C compilers
11692 incorrectly reject 9223372036854775807. */
11693 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11694 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11695 && LARGE_OFF_T % 2147483647 == 1)
11696 ? 1 : -1];
11697 int
11698 main ()
11699 {
11700
11701 ;
11702 return 0;
11703 }
11704 _ACEOF
11705 if ac_fn_c_try_compile "$LINENO"; then :
11706 ac_cv_sys_file_offset_bits=64; break
11707 fi
11708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11709 ac_cv_sys_file_offset_bits=unknown
11710 break
11711 done
11712 fi
11713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11714 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11715 case $ac_cv_sys_file_offset_bits in #(
11716 no | unknown) ;;
11717 *)
11718 cat >>confdefs.h <<_ACEOF
11719 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11720 _ACEOF
11721 ;;
11722 esac
11723 rm -rf conftest*
11724 if test $ac_cv_sys_file_offset_bits = unknown; then
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11726 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11727 if ${ac_cv_sys_large_files+:} false; then :
11728 $as_echo_n "(cached) " >&6
11729 else
11730 while :; do
11731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11732 /* end confdefs.h. */
11733 #include <sys/types.h>
11734 /* Check that off_t can represent 2**63 - 1 correctly.
11735 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11736 since some C++ compilers masquerading as C compilers
11737 incorrectly reject 9223372036854775807. */
11738 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11739 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11740 && LARGE_OFF_T % 2147483647 == 1)
11741 ? 1 : -1];
11742 int
11743 main ()
11744 {
11745
11746 ;
11747 return 0;
11748 }
11749 _ACEOF
11750 if ac_fn_c_try_compile "$LINENO"; then :
11751 ac_cv_sys_large_files=no; break
11752 fi
11753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11755 /* end confdefs.h. */
11756 #define _LARGE_FILES 1
11757 #include <sys/types.h>
11758 /* Check that off_t can represent 2**63 - 1 correctly.
11759 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11760 since some C++ compilers masquerading as C compilers
11761 incorrectly reject 9223372036854775807. */
11762 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11763 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11764 && LARGE_OFF_T % 2147483647 == 1)
11765 ? 1 : -1];
11766 int
11767 main ()
11768 {
11769
11770 ;
11771 return 0;
11772 }
11773 _ACEOF
11774 if ac_fn_c_try_compile "$LINENO"; then :
11775 ac_cv_sys_large_files=1; break
11776 fi
11777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11778 ac_cv_sys_large_files=unknown
11779 break
11780 done
11781 fi
11782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11783 $as_echo "$ac_cv_sys_large_files" >&6; }
11784 case $ac_cv_sys_large_files in #(
11785 no | unknown) ;;
11786 *)
11787 cat >>confdefs.h <<_ACEOF
11788 #define _LARGE_FILES $ac_cv_sys_large_files
11789 _ACEOF
11790 ;;
11791 esac
11792 rm -rf conftest*
11793 fi
11794
11795
11796 fi
11797
11798
11799
11800 case "${target}" in
11801 hppa*64*-*-*) ;;
11802 *-*-*aout*| i[3-7]86-*-msdos* | ns32k-*-* | pdp11-*-*)
11803 if test "$plugins" = "yes"; then
11804 if test "${enable_plugins+set}" = set; then
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
11806 $as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
11807 else
11808 plugins=no
11809 fi
11810 fi ;;
11811 hppa*-*-hpux* | *-*-*vms* | \
11812 powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
11813 if test "$plugins" = "yes"; then
11814 if test "${enable_plugins+set}" = set; then
11815 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
11816 $as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
11817 else
11818 plugins=no
11819 fi
11820 fi ;;
11821 esac
11822
11823 if test "$plugins" = "yes"; then
11824 PLUGINS_TRUE=
11825 PLUGINS_FALSE='#'
11826 else
11827 PLUGINS_TRUE='#'
11828 PLUGINS_FALSE=
11829 fi
11830
11831
11832 ac_checking=
11833 . ${srcdir}/development.sh
11834 test "$development" = true && ac_checking=yes
11835 # Check whether --enable-checking was given.
11836 if test "${enable_checking+set}" = set; then :
11837 enableval=$enable_checking; case "${enableval}" in
11838 no|none) ac_checking= ;;
11839 *) ac_checking=yes ;;
11840 esac
11841 fi
11842 if test x$ac_checking != x ; then
11843
11844 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11845
11846 fi
11847
11848 # Check whether --enable-64-bit-bfd was given.
11849 if test "${enable_64_bit_bfd+set}" = set; then :
11850 enableval=$enable_64_bit_bfd; case "${enableval}" in
11851 yes) want64=true ;;
11852 no) want64=false ;;
11853 *) as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
11854 esac
11855 else
11856 want64=false
11857 fi
11858
11859 # Check whether --enable-targets was given.
11860 if test "${enable_targets+set}" = set; then :
11861 enableval=$enable_targets; case "${enableval}" in
11862 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11863 ;;
11864 no) enable_targets= ;;
11865 *) enable_targets=$enableval ;;
11866 esac
11867 fi
11868
11869 # Check whether --enable-64_bit_archive was given.
11870 if test "${enable_64_bit_archive+set}" = set; then :
11871 enableval=$enable_64_bit_archive; case "${enableval}" in
11872 yes) want_64_bit_archive=true ;;
11873 no) want_64_bit_archive=false ;;
11874 *) as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
11875 esac
11876 else
11877 want_64_bit_archive=unset
11878 fi
11879
11880
11881 # Check whether --with-mmap was given.
11882 if test "${with_mmap+set}" = set; then :
11883 withval=$with_mmap; case "${withval}" in
11884 yes) want_mmap=true ;;
11885 no) want_mmap=false ;;
11886 *) as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
11887 esac
11888 else
11889 want_mmap=false
11890 fi
11891
11892 # Check whether --enable-secureplt was given.
11893 if test "${enable_secureplt+set}" = set; then :
11894 enableval=$enable_secureplt; case "${enableval}" in
11895 yes) use_secureplt=true ;;
11896 no) use_secureplt=false ;;
11897 *) as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
11898 esac
11899 else
11900 use_secureplt=true
11901 fi
11902 if test $use_secureplt = true; then
11903
11904 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
11905
11906 fi
11907
11908 # Decide if -z separate-code should be enabled in ELF linker by default.
11909 ac_default_ld_z_separate_code=unset
11910 # Check whether --enable-separate-code was given.
11911 if test "${enable_separate_code+set}" = set; then :
11912 enableval=$enable_separate_code; case "${enableval}" in
11913 yes) ac_default_ld_z_separate_code=1 ;;
11914 no) ac_default_ld_z_separate_code=0 ;;
11915 esac
11916 fi
11917
11918 # Enable -z separate-code by default for Linux/x86.
11919 case "${target}" in
11920 i[3-7]86-*-linux-* | x86_64-*-linux-*)
11921 if test ${ac_default_ld_z_separate_code} = unset; then
11922 ac_default_ld_z_separate_code=1
11923 fi
11924 ;;
11925 esac
11926 if test "${ac_default_ld_z_separate_code}" = unset; then
11927 ac_default_ld_z_separate_code=0
11928 fi
11929
11930 cat >>confdefs.h <<_ACEOF
11931 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
11932 _ACEOF
11933
11934
11935 # Check whether --enable-leading-mingw64-underscores was given.
11936 if test "${enable_leading_mingw64_underscores+set}" = set; then :
11937 enableval=$enable_leading_mingw64_underscores;
11938 fi
11939
11940 if test x"$enable_leading_mingw64_underscores" = xyes ; then :
11941
11942 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
11943
11944 fi
11945
11946 DEBUGDIR=${libdir}/debug
11947
11948 # Check whether --with-separate-debug-dir was given.
11949 if test "${with_separate_debug_dir+set}" = set; then :
11950 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
11951 fi
11952
11953
11954
11955
11956
11957 # Check whether --with-pkgversion was given.
11958 if test "${with_pkgversion+set}" = set; then :
11959 withval=$with_pkgversion; case "$withval" in
11960 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
11961 no) PKGVERSION= ;;
11962 *) PKGVERSION="($withval) " ;;
11963 esac
11964 else
11965 PKGVERSION="(GNU Binutils) "
11966
11967 fi
11968
11969
11970
11971
11972
11973 # Check whether --with-bugurl was given.
11974 if test "${with_bugurl+set}" = set; then :
11975 withval=$with_bugurl; case "$withval" in
11976 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
11977 no) BUGURL=
11978 ;;
11979 *) BUGURL="$withval"
11980 ;;
11981 esac
11982 else
11983 BUGURL="https://sourceware.org/bugzilla/"
11984
11985 fi
11986
11987 case ${BUGURL} in
11988 "")
11989 REPORT_BUGS_TO=
11990 REPORT_BUGS_TEXI=
11991 ;;
11992 *)
11993 REPORT_BUGS_TO="<$BUGURL>"
11994 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11995 ;;
11996 esac;
11997
11998
11999
12000
12001
12002 # Set the 'development' global.
12003 . $srcdir/../bfd/development.sh
12004
12005 # Set acp_cpp_for_build variable
12006 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12007
12008 # Default set of GCC warnings to enable.
12009 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12010 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12011
12012 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12014 /* end confdefs.h. */
12015 __GNUC__
12016 _ACEOF
12017 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12018 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12019
12020 else
12021 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12022 fi
12023 rm -f conftest*
12024
12025
12026 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12028 /* end confdefs.h. */
12029 __GNUC__
12030 _ACEOF
12031 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12032 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12033
12034 else
12035 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12036 fi
12037 rm -f conftest*
12038
12039
12040 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12041 WARN_WRITE_STRINGS=""
12042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12043 /* end confdefs.h. */
12044 __GNUC__
12045 _ACEOF
12046 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12047 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12048
12049 else
12050 WARN_WRITE_STRINGS="-Wwrite-strings"
12051 fi
12052 rm -f conftest*
12053
12054
12055 # Verify CC_FOR_BUILD to be compatible with warning flags
12056
12057 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12059 /* end confdefs.h. */
12060 __GNUC__
12061 _ACEOF
12062 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12063 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12064
12065 else
12066 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12067 fi
12068 rm -f conftest*
12069
12070
12071 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12073 /* end confdefs.h. */
12074 __GNUC__
12075 _ACEOF
12076 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12077 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12078
12079 else
12080 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12081 fi
12082 rm -f conftest*
12083
12084
12085 # Check whether --enable-werror was given.
12086 if test "${enable_werror+set}" = set; then :
12087 enableval=$enable_werror; case "${enableval}" in
12088 yes | y) ERROR_ON_WARNING="yes" ;;
12089 no | n) ERROR_ON_WARNING="no" ;;
12090 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12091 esac
12092 fi
12093
12094
12095 # Disable -Wformat by default when using gcc on mingw
12096 case "${host}" in
12097 *-*-mingw32*)
12098 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12099 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12100 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12101 fi
12102 ;;
12103 *) ;;
12104 esac
12105
12106 # Enable -Werror by default when using gcc. Turn it off for releases.
12107 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12108 ERROR_ON_WARNING=yes
12109 fi
12110
12111 NO_WERROR=
12112 if test "${ERROR_ON_WARNING}" = yes ; then
12113 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12114 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12115 NO_WERROR="-Wno-error"
12116 fi
12117
12118 if test "${GCC}" = yes ; then
12119 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12120 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12121 fi
12122
12123 # Check whether --enable-build-warnings was given.
12124 if test "${enable_build_warnings+set}" = set; then :
12125 enableval=$enable_build_warnings; case "${enableval}" in
12126 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12127 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12128 no) if test "${GCC}" = yes ; then
12129 WARN_CFLAGS="-w"
12130 WARN_CFLAGS_FOR_BUILD="-w"
12131 fi;;
12132 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12133 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12134 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12135 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12136 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12137 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12138 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12139 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12140 esac
12141 fi
12142
12143
12144 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12145 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12146 fi
12147
12148
12149
12150
12151
12152
12153
12154 ac_config_headers="$ac_config_headers config.h:config.in"
12155
12156
12157 # PR 14072
12158
12159
12160 if test -z "$target" ; then
12161 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12162 fi
12163
12164
12165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12166 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12167 # Check whether --enable-maintainer-mode was given.
12168 if test "${enable_maintainer_mode+set}" = set; then :
12169 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12170 else
12171 USE_MAINTAINER_MODE=no
12172 fi
12173
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12175 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12176 if test $USE_MAINTAINER_MODE = yes; then
12177 MAINTAINER_MODE_TRUE=
12178 MAINTAINER_MODE_FALSE='#'
12179 else
12180 MAINTAINER_MODE_TRUE='#'
12181 MAINTAINER_MODE_FALSE=
12182 fi
12183
12184 MAINT=$MAINTAINER_MODE_TRUE
12185
12186
12187 if false; then
12188 GENINSRC_NEVER_TRUE=
12189 GENINSRC_NEVER_FALSE='#'
12190 else
12191 GENINSRC_NEVER_TRUE='#'
12192 GENINSRC_NEVER_FALSE=
12193 fi
12194
12195 case ${build_alias} in
12196 "") build_noncanonical=${build} ;;
12197 *) build_noncanonical=${build_alias} ;;
12198 esac
12199
12200 case ${host_alias} in
12201 "") host_noncanonical=${build_noncanonical} ;;
12202 *) host_noncanonical=${host_alias} ;;
12203 esac
12204
12205 case ${target_alias} in
12206 "") target_noncanonical=${host_noncanonical} ;;
12207 *) target_noncanonical=${target_alias} ;;
12208 esac
12209
12210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12211 $as_echo_n "checking whether to install libbfd... " >&6; }
12212 # Check whether --enable-install-libbfd was given.
12213 if test "${enable_install_libbfd+set}" = set; then :
12214 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12215 else
12216 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12217 install_libbfd_p=yes
12218 else
12219 install_libbfd_p=no
12220 fi
12221 fi
12222
12223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12224 $as_echo "$install_libbfd_p" >&6; }
12225 if test $install_libbfd_p = yes; then
12226 INSTALL_LIBBFD_TRUE=
12227 INSTALL_LIBBFD_FALSE='#'
12228 else
12229 INSTALL_LIBBFD_TRUE='#'
12230 INSTALL_LIBBFD_FALSE=
12231 fi
12232
12233 # Need _noncanonical variables for this.
12234
12235
12236
12237
12238 # libbfd.a is a host library containing target dependent code
12239 bfdlibdir='$(libdir)'
12240 bfdincludedir='$(includedir)'
12241 if test "${host}" != "${target}"; then
12242 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12243 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12244 fi
12245
12246
12247
12248
12249
12250
12251
12252
12253 host64=false
12254 target64=false
12255 bfd_default_target_size=32
12256
12257 # host stuff:
12258
12259 ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12260 # If we haven't got the data from the intl directory,
12261 # assume NLS is disabled.
12262 USE_NLS=no
12263 LIBINTL=
12264 LIBINTL_DEP=
12265 INCINTL=
12266 XGETTEXT=
12267 GMSGFMT=
12268 POSUB=
12269
12270 if test -f ../intl/config.intl; then
12271 . ../intl/config.intl
12272 fi
12273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12274 $as_echo_n "checking whether NLS is requested... " >&6; }
12275 if test x"$USE_NLS" != xyes; then
12276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12277 $as_echo "no" >&6; }
12278 else
12279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12280 $as_echo "yes" >&6; }
12281
12282 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12283
12284
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12286 $as_echo_n "checking for catalogs to be installed... " >&6; }
12287 # Look for .po and .gmo files in the source directory.
12288 CATALOGS=
12289 XLINGUAS=
12290 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12291 # If there aren't any .gmo files the shell will give us the
12292 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12293 # weeded out.
12294 case "$cat" in *\**)
12295 continue;;
12296 esac
12297 # The quadruple backslash is collapsed to a double backslash
12298 # by the backticks, then collapsed again by the double quotes,
12299 # leaving us with one backslash in the sed expression (right
12300 # before the dot that mustn't act as a wildcard).
12301 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12302 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12303 # The user is allowed to set LINGUAS to a list of languages to
12304 # install catalogs for. If it's empty that means "all of them."
12305 if test "x$LINGUAS" = x; then
12306 CATALOGS="$CATALOGS $cat"
12307 XLINGUAS="$XLINGUAS $lang"
12308 else
12309 case "$LINGUAS" in *$lang*)
12310 CATALOGS="$CATALOGS $cat"
12311 XLINGUAS="$XLINGUAS $lang"
12312 ;;
12313 esac
12314 fi
12315 done
12316 LINGUAS="$XLINGUAS"
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12318 $as_echo "$LINGUAS" >&6; }
12319
12320
12321 DATADIRNAME=share
12322
12323 INSTOBJEXT=.mo
12324
12325 GENCAT=gencat
12326
12327 CATOBJEXT=.gmo
12328
12329 fi
12330
12331 MKINSTALLDIRS=
12332 if test -n "$ac_aux_dir"; then
12333 case "$ac_aux_dir" in
12334 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12335 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12336 esac
12337 fi
12338 if test -z "$MKINSTALLDIRS"; then
12339 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12340 fi
12341
12342
12343
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12345 $as_echo_n "checking whether NLS is requested... " >&6; }
12346 # Check whether --enable-nls was given.
12347 if test "${enable_nls+set}" = set; then :
12348 enableval=$enable_nls; USE_NLS=$enableval
12349 else
12350 USE_NLS=yes
12351 fi
12352
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12354 $as_echo "$USE_NLS" >&6; }
12355
12356
12357
12358
12359
12360
12361 # Prepare PATH_SEPARATOR.
12362 # The user is always right.
12363 if test "${PATH_SEPARATOR+set}" != set; then
12364 echo "#! /bin/sh" >conf$$.sh
12365 echo "exit 0" >>conf$$.sh
12366 chmod +x conf$$.sh
12367 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12368 PATH_SEPARATOR=';'
12369 else
12370 PATH_SEPARATOR=:
12371 fi
12372 rm -f conf$$.sh
12373 fi
12374
12375 # Find out how to test for executable files. Don't use a zero-byte file,
12376 # as systems may use methods other than mode bits to determine executability.
12377 cat >conf$$.file <<_ASEOF
12378 #! /bin/sh
12379 exit 0
12380 _ASEOF
12381 chmod +x conf$$.file
12382 if test -x conf$$.file >/dev/null 2>&1; then
12383 ac_executable_p="test -x"
12384 else
12385 ac_executable_p="test -f"
12386 fi
12387 rm -f conf$$.file
12388
12389 # Extract the first word of "msgfmt", so it can be a program name with args.
12390 set dummy msgfmt; ac_word=$2
12391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12392 $as_echo_n "checking for $ac_word... " >&6; }
12393 if ${ac_cv_path_MSGFMT+:} false; then :
12394 $as_echo_n "(cached) " >&6
12395 else
12396 case "$MSGFMT" in
12397 [\\/]* | ?:[\\/]*)
12398 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12399 ;;
12400 *)
12401 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12402 for ac_dir in $PATH; do
12403 IFS="$ac_save_IFS"
12404 test -z "$ac_dir" && ac_dir=.
12405 for ac_exec_ext in '' $ac_executable_extensions; do
12406 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12407 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12408 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12409 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12410 break 2
12411 fi
12412 fi
12413 done
12414 done
12415 IFS="$ac_save_IFS"
12416 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12417 ;;
12418 esac
12419 fi
12420 MSGFMT="$ac_cv_path_MSGFMT"
12421 if test "$MSGFMT" != ":"; then
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12423 $as_echo "$MSGFMT" >&6; }
12424 else
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12426 $as_echo "no" >&6; }
12427 fi
12428
12429 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12430 set dummy gmsgfmt; ac_word=$2
12431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12432 $as_echo_n "checking for $ac_word... " >&6; }
12433 if ${ac_cv_path_GMSGFMT+:} false; then :
12434 $as_echo_n "(cached) " >&6
12435 else
12436 case $GMSGFMT in
12437 [\\/]* | ?:[\\/]*)
12438 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12439 ;;
12440 *)
12441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12442 for as_dir in $PATH
12443 do
12444 IFS=$as_save_IFS
12445 test -z "$as_dir" && as_dir=.
12446 for ac_exec_ext in '' $ac_executable_extensions; do
12447 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12448 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12450 break 2
12451 fi
12452 done
12453 done
12454 IFS=$as_save_IFS
12455
12456 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12457 ;;
12458 esac
12459 fi
12460 GMSGFMT=$ac_cv_path_GMSGFMT
12461 if test -n "$GMSGFMT"; then
12462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12463 $as_echo "$GMSGFMT" >&6; }
12464 else
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12466 $as_echo "no" >&6; }
12467 fi
12468
12469
12470
12471
12472 # Prepare PATH_SEPARATOR.
12473 # The user is always right.
12474 if test "${PATH_SEPARATOR+set}" != set; then
12475 echo "#! /bin/sh" >conf$$.sh
12476 echo "exit 0" >>conf$$.sh
12477 chmod +x conf$$.sh
12478 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12479 PATH_SEPARATOR=';'
12480 else
12481 PATH_SEPARATOR=:
12482 fi
12483 rm -f conf$$.sh
12484 fi
12485
12486 # Find out how to test for executable files. Don't use a zero-byte file,
12487 # as systems may use methods other than mode bits to determine executability.
12488 cat >conf$$.file <<_ASEOF
12489 #! /bin/sh
12490 exit 0
12491 _ASEOF
12492 chmod +x conf$$.file
12493 if test -x conf$$.file >/dev/null 2>&1; then
12494 ac_executable_p="test -x"
12495 else
12496 ac_executable_p="test -f"
12497 fi
12498 rm -f conf$$.file
12499
12500 # Extract the first word of "xgettext", so it can be a program name with args.
12501 set dummy xgettext; ac_word=$2
12502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12503 $as_echo_n "checking for $ac_word... " >&6; }
12504 if ${ac_cv_path_XGETTEXT+:} false; then :
12505 $as_echo_n "(cached) " >&6
12506 else
12507 case "$XGETTEXT" in
12508 [\\/]* | ?:[\\/]*)
12509 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12510 ;;
12511 *)
12512 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12513 for ac_dir in $PATH; do
12514 IFS="$ac_save_IFS"
12515 test -z "$ac_dir" && ac_dir=.
12516 for ac_exec_ext in '' $ac_executable_extensions; do
12517 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12518 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12519 (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
12520 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12521 break 2
12522 fi
12523 fi
12524 done
12525 done
12526 IFS="$ac_save_IFS"
12527 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12528 ;;
12529 esac
12530 fi
12531 XGETTEXT="$ac_cv_path_XGETTEXT"
12532 if test "$XGETTEXT" != ":"; then
12533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12534 $as_echo "$XGETTEXT" >&6; }
12535 else
12536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12537 $as_echo "no" >&6; }
12538 fi
12539
12540 rm -f messages.po
12541
12542
12543 # Prepare PATH_SEPARATOR.
12544 # The user is always right.
12545 if test "${PATH_SEPARATOR+set}" != set; then
12546 echo "#! /bin/sh" >conf$$.sh
12547 echo "exit 0" >>conf$$.sh
12548 chmod +x conf$$.sh
12549 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12550 PATH_SEPARATOR=';'
12551 else
12552 PATH_SEPARATOR=:
12553 fi
12554 rm -f conf$$.sh
12555 fi
12556
12557 # Find out how to test for executable files. Don't use a zero-byte file,
12558 # as systems may use methods other than mode bits to determine executability.
12559 cat >conf$$.file <<_ASEOF
12560 #! /bin/sh
12561 exit 0
12562 _ASEOF
12563 chmod +x conf$$.file
12564 if test -x conf$$.file >/dev/null 2>&1; then
12565 ac_executable_p="test -x"
12566 else
12567 ac_executable_p="test -f"
12568 fi
12569 rm -f conf$$.file
12570
12571 # Extract the first word of "msgmerge", so it can be a program name with args.
12572 set dummy msgmerge; ac_word=$2
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12574 $as_echo_n "checking for $ac_word... " >&6; }
12575 if ${ac_cv_path_MSGMERGE+:} false; then :
12576 $as_echo_n "(cached) " >&6
12577 else
12578 case "$MSGMERGE" in
12579 [\\/]* | ?:[\\/]*)
12580 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12581 ;;
12582 *)
12583 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12584 for ac_dir in $PATH; do
12585 IFS="$ac_save_IFS"
12586 test -z "$ac_dir" && ac_dir=.
12587 for ac_exec_ext in '' $ac_executable_extensions; do
12588 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12589 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12590 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12591 break 2
12592 fi
12593 fi
12594 done
12595 done
12596 IFS="$ac_save_IFS"
12597 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12598 ;;
12599 esac
12600 fi
12601 MSGMERGE="$ac_cv_path_MSGMERGE"
12602 if test "$MSGMERGE" != ":"; then
12603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12604 $as_echo "$MSGMERGE" >&6; }
12605 else
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12607 $as_echo "no" >&6; }
12608 fi
12609
12610
12611 if test "$GMSGFMT" != ":"; then
12612 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12613 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12614 : ;
12615 else
12616 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12618 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12619 GMSGFMT=":"
12620 fi
12621 fi
12622
12623 if test "$XGETTEXT" != ":"; then
12624 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12625 (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
12626 : ;
12627 else
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12629 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12630 XGETTEXT=":"
12631 fi
12632 rm -f messages.po
12633 fi
12634
12635 ac_config_commands="$ac_config_commands default-1"
12636
12637
12638
12639 # Permit host specific settings.
12640 . ${srcdir}/configure.host
12641
12642
12643
12644
12645 BFD_HOST_64BIT_LONG=0
12646 BFD_HOST_64BIT_LONG_LONG=0
12647 BFD_HOST_64_BIT_DEFINED=0
12648 BFD_HOST_64_BIT=
12649 BFD_HOST_U_64_BIT=
12650 BFD_HOSTPTR_T="unsigned long"
12651
12652 # The cast to long int works around a bug in the HP C Compiler
12653 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12654 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12655 # This bug is HP SR number 8606223364.
12656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12657 $as_echo_n "checking size of long long... " >&6; }
12658 if ${ac_cv_sizeof_long_long+:} false; then :
12659 $as_echo_n "(cached) " >&6
12660 else
12661 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12662
12663 else
12664 if test "$ac_cv_type_long_long" = yes; then
12665 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12666 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12667 as_fn_error 77 "cannot compute sizeof (long long)
12668 See \`config.log' for more details" "$LINENO" 5; }
12669 else
12670 ac_cv_sizeof_long_long=0
12671 fi
12672 fi
12673
12674 fi
12675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12676 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12677
12678
12679
12680 cat >>confdefs.h <<_ACEOF
12681 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12682 _ACEOF
12683
12684
12685 # The cast to long int works around a bug in the HP C Compiler
12686 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12687 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12688 # This bug is HP SR number 8606223364.
12689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12690 $as_echo_n "checking size of void *... " >&6; }
12691 if ${ac_cv_sizeof_void_p+:} false; then :
12692 $as_echo_n "(cached) " >&6
12693 else
12694 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12695
12696 else
12697 if test "$ac_cv_type_void_p" = yes; then
12698 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12699 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12700 as_fn_error 77 "cannot compute sizeof (void *)
12701 See \`config.log' for more details" "$LINENO" 5; }
12702 else
12703 ac_cv_sizeof_void_p=0
12704 fi
12705 fi
12706
12707 fi
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12709 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12710
12711
12712
12713 cat >>confdefs.h <<_ACEOF
12714 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12715 _ACEOF
12716
12717
12718 # The cast to long int works around a bug in the HP C Compiler
12719 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12720 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12721 # This bug is HP SR number 8606223364.
12722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12723 $as_echo_n "checking size of long... " >&6; }
12724 if ${ac_cv_sizeof_long+:} false; then :
12725 $as_echo_n "(cached) " >&6
12726 else
12727 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12728
12729 else
12730 if test "$ac_cv_type_long" = yes; then
12731 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12732 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12733 as_fn_error 77 "cannot compute sizeof (long)
12734 See \`config.log' for more details" "$LINENO" 5; }
12735 else
12736 ac_cv_sizeof_long=0
12737 fi
12738 fi
12739
12740 fi
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12742 $as_echo "$ac_cv_sizeof_long" >&6; }
12743
12744
12745
12746 cat >>confdefs.h <<_ACEOF
12747 #define SIZEOF_LONG $ac_cv_sizeof_long
12748 _ACEOF
12749
12750
12751 # The cast to long int works around a bug in the HP C Compiler
12752 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12753 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12754 # This bug is HP SR number 8606223364.
12755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
12756 $as_echo_n "checking size of int... " >&6; }
12757 if ${ac_cv_sizeof_int+:} false; then :
12758 $as_echo_n "(cached) " >&6
12759 else
12760 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
12761
12762 else
12763 if test "$ac_cv_type_int" = yes; then
12764 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12765 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12766 as_fn_error 77 "cannot compute sizeof (int)
12767 See \`config.log' for more details" "$LINENO" 5; }
12768 else
12769 ac_cv_sizeof_int=0
12770 fi
12771 fi
12772
12773 fi
12774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
12775 $as_echo "$ac_cv_sizeof_int" >&6; }
12776
12777
12778
12779 cat >>confdefs.h <<_ACEOF
12780 #define SIZEOF_INT $ac_cv_sizeof_int
12781 _ACEOF
12782
12783
12784
12785 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12786 host64=true
12787 fi
12788
12789 if test "x${ac_cv_sizeof_long}" = "x8"; then
12790 BFD_HOST_64BIT_LONG=1
12791 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12792 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12793 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12794 BFD_HOST_64BIT_LONG_LONG=1
12795 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12796 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12797 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12798 BFD_HOSTPTR_T="unsigned long long"
12799 fi
12800 fi
12801
12802 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12803 BFD_HOST_64_BIT_DEFINED=1
12804 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12805 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
12806 fi
12807
12808
12809
12810
12811
12812
12813
12814
12815 # Put a plausible default for CC_FOR_BUILD in Makefile.
12816 if test -z "$CC_FOR_BUILD"; then
12817 if test "x$cross_compiling" = "xno"; then
12818 CC_FOR_BUILD='$(CC)'
12819 else
12820 CC_FOR_BUILD=gcc
12821 fi
12822 fi
12823
12824 # Also set EXEEXT_FOR_BUILD.
12825 if test "x$cross_compiling" = "xno"; then
12826 EXEEXT_FOR_BUILD='$(EXEEXT)'
12827 else
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12829 $as_echo_n "checking for build system executable suffix... " >&6; }
12830 if ${bfd_cv_build_exeext+:} false; then :
12831 $as_echo_n "(cached) " >&6
12832 else
12833 rm -f conftest*
12834 echo 'int main () { return 0; }' > conftest.c
12835 bfd_cv_build_exeext=
12836 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12837 for file in conftest.*; do
12838 case $file in
12839 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12840 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12841 esac
12842 done
12843 rm -f conftest*
12844 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12845 fi
12846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12847 $as_echo "$bfd_cv_build_exeext" >&6; }
12848 EXEEXT_FOR_BUILD=""
12849 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12850 fi
12851
12852
12853 for ac_header in fcntl.h sys/file.h sys/resource.h sys/stat.h sys/types.h \
12854 unistd.h
12855 do :
12856 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12857 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12858 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12859 cat >>confdefs.h <<_ACEOF
12860 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12861 _ACEOF
12862
12863 fi
12864
12865 done
12866
12867
12868 for ac_func in fcntl fdopen fileno fls getgid getpagesize getrlimit getuid \
12869 sysconf
12870 do :
12871 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12872 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12873 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12874 cat >>confdefs.h <<_ACEOF
12875 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12876 _ACEOF
12877
12878 fi
12879 done
12880
12881
12882 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12883 if test "x$ac_cv_have_decl_basename" = xyes; then :
12884 ac_have_decl=1
12885 else
12886 ac_have_decl=0
12887 fi
12888
12889 cat >>confdefs.h <<_ACEOF
12890 #define HAVE_DECL_BASENAME $ac_have_decl
12891 _ACEOF
12892 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
12893 if test "x$ac_cv_have_decl_ffs" = xyes; then :
12894 ac_have_decl=1
12895 else
12896 ac_have_decl=0
12897 fi
12898
12899 cat >>confdefs.h <<_ACEOF
12900 #define HAVE_DECL_FFS $ac_have_decl
12901 _ACEOF
12902 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12903 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
12904 ac_have_decl=1
12905 else
12906 ac_have_decl=0
12907 fi
12908
12909 cat >>confdefs.h <<_ACEOF
12910 #define HAVE_DECL_STPCPY $ac_have_decl
12911 _ACEOF
12912 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
12913 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
12914 ac_have_decl=1
12915 else
12916 ac_have_decl=0
12917 fi
12918
12919 cat >>confdefs.h <<_ACEOF
12920 #define HAVE_DECL_ASPRINTF $ac_have_decl
12921 _ACEOF
12922 ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
12923 if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
12924 ac_have_decl=1
12925 else
12926 ac_have_decl=0
12927 fi
12928
12929 cat >>confdefs.h <<_ACEOF
12930 #define HAVE_DECL_VASPRINTF $ac_have_decl
12931 _ACEOF
12932 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
12933 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
12934 ac_have_decl=1
12935 else
12936 ac_have_decl=0
12937 fi
12938
12939 cat >>confdefs.h <<_ACEOF
12940 #define HAVE_DECL_STRNLEN $ac_have_decl
12941 _ACEOF
12942
12943
12944
12945 case "${host}" in
12946 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
12947
12948 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
12949 ;;
12950 esac
12951
12952 # Link in zlib if we can. This allows us to read compressed debug sections.
12953 # This is used only by compress.c.
12954
12955 # Use the system's zlib library.
12956 zlibdir="-L\$(top_builddir)/../zlib"
12957 zlibinc="-I\$(top_srcdir)/../zlib"
12958
12959 # Check whether --with-system-zlib was given.
12960 if test "${with_system_zlib+set}" = set; then :
12961 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
12962 zlibdir=
12963 zlibinc=
12964 fi
12965
12966 fi
12967
12968
12969
12970
12971
12972 save_CFLAGS="$CFLAGS"
12973 CFLAGS="$CFLAGS -Werror"
12974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
12975 $as_echo_n "checking compiler support for hidden visibility... " >&6; }
12976 if ${bfd_cv_hidden+:} false; then :
12977 $as_echo_n "(cached) " >&6
12978 else
12979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12980 /* end confdefs.h. */
12981
12982 const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
12983 extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
12984 int
12985 main ()
12986 {
12987 print (hw);
12988 ;
12989 return 0;
12990 }
12991 _ACEOF
12992 if ac_fn_c_try_compile "$LINENO"; then :
12993 bfd_cv_hidden=yes
12994 else
12995 bfd_cv_hidden=no
12996 fi
12997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12998 fi
12999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
13000 $as_echo "$bfd_cv_hidden" >&6; }
13001 CFLAGS="$save_CFLAGS"
13002 if test $bfd_cv_hidden = yes; then
13003
13004 $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
13005
13006 fi
13007
13008 # Check if linker supports --as-needed and --no-as-needed options
13009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
13010 $as_echo_n "checking linker --as-needed support... " >&6; }
13011 if ${bfd_cv_ld_as_needed+:} false; then :
13012 $as_echo_n "(cached) " >&6
13013 else
13014 bfd_cv_ld_as_needed=no
13015 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
13016 bfd_cv_ld_as_needed=yes
13017 fi
13018
13019 fi
13020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
13021 $as_echo "$bfd_cv_ld_as_needed" >&6; }
13022
13023 LIBM=
13024 case $host in
13025 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13026 # These system don't have libm, or don't need it
13027 ;;
13028 *-ncr-sysv4.3*)
13029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13030 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13031 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13032 $as_echo_n "(cached) " >&6
13033 else
13034 ac_check_lib_save_LIBS=$LIBS
13035 LIBS="-lmw $LIBS"
13036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13037 /* end confdefs.h. */
13038
13039 /* Override any GCC internal prototype to avoid an error.
13040 Use char because int might match the return type of a GCC
13041 builtin and then its argument prototype would still apply. */
13042 #ifdef __cplusplus
13043 extern "C"
13044 #endif
13045 char _mwvalidcheckl ();
13046 int
13047 main ()
13048 {
13049 return _mwvalidcheckl ();
13050 ;
13051 return 0;
13052 }
13053 _ACEOF
13054 if ac_fn_c_try_link "$LINENO"; then :
13055 ac_cv_lib_mw__mwvalidcheckl=yes
13056 else
13057 ac_cv_lib_mw__mwvalidcheckl=no
13058 fi
13059 rm -f core conftest.err conftest.$ac_objext \
13060 conftest$ac_exeext conftest.$ac_ext
13061 LIBS=$ac_check_lib_save_LIBS
13062 fi
13063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13064 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13065 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13066 LIBM="-lmw"
13067 fi
13068
13069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13070 $as_echo_n "checking for cos in -lm... " >&6; }
13071 if ${ac_cv_lib_m_cos+:} false; then :
13072 $as_echo_n "(cached) " >&6
13073 else
13074 ac_check_lib_save_LIBS=$LIBS
13075 LIBS="-lm $LIBS"
13076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13077 /* end confdefs.h. */
13078
13079 /* Override any GCC internal prototype to avoid an error.
13080 Use char because int might match the return type of a GCC
13081 builtin and then its argument prototype would still apply. */
13082 #ifdef __cplusplus
13083 extern "C"
13084 #endif
13085 char cos ();
13086 int
13087 main ()
13088 {
13089 return cos ();
13090 ;
13091 return 0;
13092 }
13093 _ACEOF
13094 if ac_fn_c_try_link "$LINENO"; then :
13095 ac_cv_lib_m_cos=yes
13096 else
13097 ac_cv_lib_m_cos=no
13098 fi
13099 rm -f core conftest.err conftest.$ac_objext \
13100 conftest$ac_exeext conftest.$ac_ext
13101 LIBS=$ac_check_lib_save_LIBS
13102 fi
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13104 $as_echo "$ac_cv_lib_m_cos" >&6; }
13105 if test "x$ac_cv_lib_m_cos" = xyes; then :
13106 LIBM="$LIBM -lm"
13107 fi
13108
13109 ;;
13110 *)
13111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13112 $as_echo_n "checking for cos in -lm... " >&6; }
13113 if ${ac_cv_lib_m_cos+:} false; then :
13114 $as_echo_n "(cached) " >&6
13115 else
13116 ac_check_lib_save_LIBS=$LIBS
13117 LIBS="-lm $LIBS"
13118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13119 /* end confdefs.h. */
13120
13121 /* Override any GCC internal prototype to avoid an error.
13122 Use char because int might match the return type of a GCC
13123 builtin and then its argument prototype would still apply. */
13124 #ifdef __cplusplus
13125 extern "C"
13126 #endif
13127 char cos ();
13128 int
13129 main ()
13130 {
13131 return cos ();
13132 ;
13133 return 0;
13134 }
13135 _ACEOF
13136 if ac_fn_c_try_link "$LINENO"; then :
13137 ac_cv_lib_m_cos=yes
13138 else
13139 ac_cv_lib_m_cos=no
13140 fi
13141 rm -f core conftest.err conftest.$ac_objext \
13142 conftest$ac_exeext conftest.$ac_ext
13143 LIBS=$ac_check_lib_save_LIBS
13144 fi
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13146 $as_echo "$ac_cv_lib_m_cos" >&6; }
13147 if test "x$ac_cv_lib_m_cos" = xyes; then :
13148 LIBM="-lm"
13149 fi
13150
13151 ;;
13152 esac
13153
13154
13155
13156 # When building a shared libbfd, link against the pic version of libiberty
13157 # so that apps that use libbfd won't need libiberty just to satisfy any
13158 # libbfd references.
13159 # We can't do that if a pic libiberty is unavailable since including non-pic
13160 # code would insert text relocations into libbfd.
13161 SHARED_LIBADD=
13162 SHARED_LDFLAGS=
13163 if test "$enable_shared" = "yes"; then
13164 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
13165 if test -n "$x"; then
13166 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
13167 fi
13168 fi
13169
13170 SHARED_LIBADD="$SHARED_LIBADD $LIBINTL"
13171
13172 if test "$enable_shared" = "yes"; then
13173 case "${host}" in
13174 # More hacks to build DLLs on Windows.
13175 *-*-cygwin*)
13176 SHARED_LDFLAGS="-no-undefined"
13177 SHARED_LIBADD="-L`pwd`/../libiberty -liberty $SHARED_LIBADD -lcygwin -lkernel32"
13178 ;;
13179 esac
13180
13181 if test -n "$SHARED_LIBADD"; then
13182 if test -n "$LIBM"; then
13183 if test x"$bfd_cv_ld_as_needed" = xyes; then
13184 # Link against libm only when needed. Put -lc, -lm inside -Wl
13185 # to stop libtool reordering these options.
13186 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
13187 else
13188 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
13189 fi
13190 fi
13191 fi
13192 fi
13193
13194
13195
13196 # target stuff:
13197
13198 # Canonicalize the secondary target names.
13199 if test -n "$enable_targets" ; then
13200 for targ in `echo $enable_targets | sed 's/,/ /g'`
13201 do
13202 result=`$ac_config_sub $targ 2>/dev/null`
13203 if test -n "$result" ; then
13204 canon_targets="$canon_targets $result"
13205 else
13206 # Allow targets that config.sub doesn't recognize, like "all".
13207 canon_targets="$canon_targets $targ"
13208 fi
13209 done
13210 fi
13211
13212 all_targets=false
13213 defvec=
13214 selvecs=
13215 assocvecs=
13216 selarchs=
13217 TDEFINES=
13218 for targ in $target $canon_targets
13219 do
13220 if test $targ = all; then
13221 all_targets=true
13222 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
13223 elif test $targ != plugin; then
13224 . $srcdir/config.bfd
13225 if test $targ = $target; then
13226 defvec=$targ_defvec
13227 fi
13228 selvecs="$selvecs $targ_defvec $targ_selvecs"
13229 selarchs="$selarchs $targ_archs"
13230 TDEFINES="$TDEFINES $targ_cflags"
13231 fi
13232 done
13233
13234
13235 # This processing still needs to be done if we're to decide properly whether
13236 # 64-bit support needs to be compiled in. Currently, it will be included if
13237 # the default or any other explicitly requested target requires it; it
13238 # will not be included on a 32-bit host if no 64-bit target is requested, and
13239 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
13240 # used.
13241
13242 # uniq the default and selected vectors in all the configured targets.
13243 f=""
13244 for i in $selvecs ; do
13245 case " $f " in
13246 *" $i "*) ;;
13247 *) f="$f $i" ;;
13248 esac
13249 done
13250 selvecs="$f"
13251
13252
13253 # uniq the associated vectors in all the configured targets.
13254 f=""
13255 for i in $assocvecs ; do
13256 case " $f " in
13257 *" $i "*) ;;
13258 *) f="$f $i" ;;
13259 esac
13260 done
13261 assocvecs="$f"
13262
13263
13264 # uniq the architectures in all the configured targets.
13265 f=""
13266 for i in $selarchs ; do
13267 case " $f " in
13268 *" $i "*) ;;
13269 *) f="$f $i" ;;
13270 esac
13271 done
13272 selarchs="$f"
13273
13274 # Target backend .o files.
13275 tb=
13276
13277 elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
13278 dwarf1.lo dwarf2.lo"
13279 coffgen="coffgen.lo dwarf2.lo"
13280 coff="cofflink.lo $coffgen"
13281 ecoff="ecofflink.lo $coffgen"
13282 xcoff="xcofflink.lo $coffgen"
13283
13284 elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
13285 for vec in $selvecs
13286 do
13287 target_size=32
13288 case "$vec" in
13289 # This list is alphabetized to make it easy to compare
13290 # with the two vector lists in targets.c. For the same reason,
13291 # use one entry per line, even though this leads to long lines.
13292 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13293 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13294 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13295 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13296 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13297 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13298 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
13299 aarch64_pei_vec) tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
13300 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
13301 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13302 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13303 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
13304 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
13305 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
13306 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
13307 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
13308 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
13309 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13310 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13311 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13312 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13313 arm_elf32_fdpic_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13314 arm_elf32_fdpic_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13315 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13316 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13317 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13318 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13319 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13320 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13321 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13322 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13323 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13324 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13325 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13326 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13327 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
13328 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
13329 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13330 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13331 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
13332 cris_aout_vec) tb="$tb aout-cris.lo" ;;
13333 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
13334 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
13335 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
13336 csky_elf32_be_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13337 csky_elf32_le_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13338 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
13339 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
13340 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
13341 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13342 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13343 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13344 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13345 bpf_elf64_le_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;;
13346 bpf_elf64_be_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;;
13347 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
13348 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
13349 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13350 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13351 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
13352 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
13353 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13354 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13355 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13356 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13357 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13358 hppa_som_vec) tb="$tb som.lo" ;;
13359 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
13360 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
13361 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
13362 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
13363 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
13364 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
13365 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
13366 i386_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13367 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13368 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13369 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13370 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
13371 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
13372 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
13373 i386_pe_big_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
13374 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
13375 iamcu_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13376 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13377 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13378 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13379 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13380 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13381 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 ;;
13382 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
13383 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
13384 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
13385 k1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13386 k1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13387 l1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13388 l1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13389 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
13390 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
13391 loongarch_elf32_vec) tb="$tb elf32-loongarch.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf" ;;
13392 loongarch_elf64_vec) tb="$tb elf64-loongarch.lo elf64.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf"; target_size=64 ;;
13393 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
13394 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13395 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13396 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13397 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13398 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13399 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13400 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
13401 s12z_elf32_vec) tb="$tb elf32-s12z.lo elf32.lo $elf" ;;
13402 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13403 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13404 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13405 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13406 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13407 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13408 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13409 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
13410 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
13411 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13412 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13413 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
13414 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13415 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13416 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13417 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13418 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13419 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13420 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13421 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13422 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13423 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13424 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13425 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13426 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13427 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13428 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13429 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13430 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13431 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13432 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13433 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13434 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13435 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 ;;
13436 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 ;;
13437 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 ;;
13438 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 ;;
13439 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
13440 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
13441 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
13442 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
13443 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
13444 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
13445 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
13446 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
13447 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
13448 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13449 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13450 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13451 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13452 nfp_elf64_vec) tb="$tb elf64-nfp.lo elf64.lo $elf" ;;
13453 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
13454 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
13455 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
13456 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
13457 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
13458 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
13459 pef_vec) tb="$tb pef.lo" ;;
13460 pef_xlib_vec) tb="$tb pef.lo" ;;
13461 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
13462 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
13463 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
13464 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13465 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13466 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13467 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13468 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13469 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13470 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13471 powerpc_elf64_fbsd_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13472 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
13473 pru_elf32_vec) tb="$tb elf32-pru.lo elf32.lo $elf" ;;
13474 riscv_elf32_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13475 riscv_elf64_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13476 riscv_elf32_be_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13477 riscv_elf64_be_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13478 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
13479 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
13480 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
13481 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
13482 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13483 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13484 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13485 rx_elf32_linux_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13486 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
13487 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
13488 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
13489 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
13490 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
13491 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
13492 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
13493 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
13494 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13495 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13496 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13497 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13498 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13499 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13500 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13501 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13502 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13503 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13504 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
13505 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
13506 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13507 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13508 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13509 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13510 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13511 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13512 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
13513 sym_vec) tb="$tb xsym.lo" ;;
13514 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
13515 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13516 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13517 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13518 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13519 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13520 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13521 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13522 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13523 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13524 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13525 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13526 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13527 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13528 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13529 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13530 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13531 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13532 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13533 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
13534 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
13535 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
13536 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
13537 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
13538 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
13539 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
13540 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
13541 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
13542 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
13543 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
13544 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
13545 wasm_vec) tb="$tb wasm-module.lo" ;;
13546 wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
13547 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
13548 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
13549 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13550 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13551 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13552 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13553 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
13554 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13555 x86_64_pe_big_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13556 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13557 xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
13558 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
13559 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
13560 xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13561 xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13562 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
13563 z80_elf32_vec) tb="$tb elf32-z80.lo elf32.lo $elf" ;;
13564 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
13565
13566 # These appear out of order in targets.c
13567 srec_vec) tb="$tb srec.lo" ;;
13568 symbolsrec_vec) tb="$tb srec.lo" ;;
13569 tekhex_vec) tb="$tb tekhex.lo" ;;
13570 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
13571 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
13572
13573 "") ;;
13574 *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;;
13575 esac
13576
13577 if test ${target_size} = 64; then
13578 target64=true
13579 fi
13580 if test x"${vec}" = x"${defvec}"; then
13581 bfd_default_target_size=${target_size}
13582 fi
13583 done
13584
13585 if test "$plugins" = "yes"; then
13586 tb="$tb plugin.lo"
13587 fi
13588
13589 # Target architecture .o files.
13590 # A couple of CPUs use shorter file names to avoid problems on DOS
13591 # filesystems.
13592 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
13593
13594 # Weed out duplicate .o files.
13595 f=""
13596 for i in $tb ; do
13597 case " $f " in
13598 *" $i "*) ;;
13599 *) f="$f $i" ;;
13600 esac
13601 done
13602 tb="$f"
13603
13604 f=""
13605 for i in $ta ; do
13606 case " $f " in
13607 *" $i "*) ;;
13608 *) f="$f $i" ;;
13609 esac
13610 done
13611 ta="$f"
13612
13613 bfd_backends="$tb"
13614 bfd_machines="$ta"
13615
13616 if test x${all_targets} = xtrue ; then
13617 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
13618 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
13619 selvecs=
13620 havevecs=-DHAVE_all_vecs
13621 selarchs=
13622 test -n "$assocvecs" &&
13623 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13624 else # all_targets is true
13625 # Only set these if they will be nonempty, for the clever echo.
13626 havevecs=
13627 assocvecs=
13628 test -n "$selvecs" &&
13629 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
13630 test -n "$selvecs" &&
13631 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13632 test -n "$selarchs" &&
13633 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13634 fi # all_targets is true
13635
13636 # 64-bit archives need a 64-bit bfd_vma.
13637 if test "x$want_64_bit_archive" = xtrue; then
13638 want64=true
13639
13640 $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
13641
13642 fi
13643
13644 case ${host64}-${target64}-${want64} in
13645 *true*)
13646 wordsize=64
13647 bfd64_libs='$(BFD64_LIBS)'
13648 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
13649 if test $BFD_HOST_64_BIT_DEFINED = 0; then
13650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
13651 $as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
13653 $as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
13654 fi
13655 if test -n "$GCC" ; then
13656 bad_64bit_gcc=no;
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
13658 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
13659 # Add more tests for gcc versions with non-working 64-bit support here.
13660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13661 /* end confdefs.h. */
13662 :__GNUC__:__GNUC_MINOR__:__i386__:
13663 _ACEOF
13664 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13665 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
13666 bad_64bit_gcc=yes;
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
13668 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
13669 else
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13671 $as_echo "no" >&6; }
13672 fi
13673 rm -f conftest*
13674
13675 if test $bad_64bit_gcc = yes ; then
13676 as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
13677 fi
13678 fi
13679 ;;
13680 false-false-false)
13681 wordsize=32
13682 all_backends='$(BFD32_BACKENDS)'
13683 ;;
13684 esac
13685
13686 tdefaults=""
13687 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
13688 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
13689 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
13690 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
13691
13692
13693
13694
13695
13696
13697
13698
13699
13700
13701 # If we are configured native, pick a core file support file.
13702 COREFILE=
13703 COREFLAG=
13704 CORE_HEADER=
13705 TRAD_HEADER=
13706 if test "${target}" = "${host}"; then
13707 case "${host}" in
13708 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
13709 COREFILE=''
13710 ;;
13711 alpha*-*-linux-*)
13712 COREFILE=trad-core.lo
13713 TRAD_HEADER='"hosts/alphalinux.h"'
13714 ;;
13715 alpha*-*-netbsd* | alpha*-*-openbsd*)
13716 COREFILE=netbsd-core.lo
13717 ;;
13718 alpha*-*-*)
13719 COREFILE=osf-core.lo
13720 ;;
13721 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
13722 COREFILE='' ;;
13723 arm*-*-netbsd* | arm-*-openbsd*)
13724 COREFILE=netbsd-core.lo
13725 ;;
13726 arm-*-riscix) COREFILE=trad-core.lo ;;
13727 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
13728 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
13729 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
13730 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
13731 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
13732 hppa*-*-netbsd* | hppa*-*-openbsd*)
13733 COREFILE=netbsd-core.lo
13734 ;;
13735
13736 i[3-7]86-sequent-bsd*)
13737 COREFILE=trad-core.lo
13738 TRAD_HEADER='"hosts/symmetry.h"'
13739 ;;
13740 i[3-7]86-sequent-sysv4*) ;;
13741 i[3-7]86-sequent-sysv*)
13742 COREFILE=trad-core.lo
13743 TRAD_HEADER='"hosts/symmetry.h"'
13744 ;;
13745 i[3-7]86-*-bsdi)
13746 COREFILE=
13747 ;;
13748 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*)
13749 COREFILE=trad-core.lo
13750 TRAD_HEADER='"hosts/i386bsd.h"'
13751 ;;
13752 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
13753 COREFILE=''
13754 TRAD_HEADER='"hosts/i386bsd.h"'
13755 ;;
13756 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
13757 COREFILE=netbsd-core.lo
13758 ;;
13759 i[3-7]86-esix-sysv3*)
13760 COREFILE=trad-core.lo
13761 TRAD_HEADER='"hosts/esix.h"'
13762 ;;
13763 i[3-7]86-*-sco3.2v5*)
13764 COREFILE=sco5-core.lo
13765 ;;
13766 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
13767 COREFILE=trad-core.lo
13768 TRAD_HEADER='"hosts/i386sco.h"'
13769 ;;
13770 i[3-7]86-*-mach3*)
13771 COREFILE=trad-core.lo
13772 TRAD_HEADER='"hosts/i386mach3.h"'
13773 ;;
13774 i[3-7]86-*-linux-*)
13775 COREFILE=trad-core.lo
13776 TRAD_HEADER='"hosts/i386linux.h"'
13777 case "$enable_targets"-"$want64" in
13778 *x86_64-*linux*|*-true)
13779 CORE_HEADER='"hosts/x86-64linux.h"'
13780 esac
13781 ;;
13782 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
13783 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
13784 mips*-*-netbsd* | mips*-*-openbsd*)
13785 COREFILE=netbsd-core.lo
13786 ;;
13787 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
13788 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
13789 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
13790 m68*-*-linux-*)
13791 COREFILE=trad-core.lo
13792 TRAD_HEADER='"hosts/m68klinux.h"'
13793 ;;
13794 m68*-*-netbsd*)
13795 COREFILE=netbsd-core.lo
13796 ;;
13797 ns32k-pc532-mach)
13798 COREFILE=trad-core.lo
13799 TRAD_HEADER='"hosts/pc532mach.h"'
13800 ;;
13801 ns32k-*-netbsd* | ns32k-*-openbsd*)
13802 COREFILE=netbsd-core.lo
13803 ;;
13804 rs6000-*-lynx*)
13805 COREFILE=lynx-core.lo
13806 ;;
13807 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
13808 COREFILE=rs6000-core.lo
13809 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
13810 ;;
13811 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
13812 COREFILE=rs6000-core.lo
13813 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
13814 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
13815 # have c_impl as a member of struct core_dumpx
13816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
13817 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
13818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13819 /* end confdefs.h. */
13820 #include <core.h>
13821 int
13822 main ()
13823 {
13824 struct core_dumpx c; c.c_impl = 0;
13825 ;
13826 return 0;
13827 }
13828 _ACEOF
13829 if ac_fn_c_try_compile "$LINENO"; then :
13830
13831 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
13832
13833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13834 $as_echo "yes" >&6; }
13835 else
13836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13837 $as_echo "no" >&6; }
13838 fi
13839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13840 ;;
13841 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
13842 rs6000-*-*) COREFILE=rs6000-core.lo ;;
13843 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
13844 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
13845 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
13846 powerpc-*-beos*) ;;
13847 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
13848 COREFILE='' ;;
13849 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
13850 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
13851 s390*-*-*) COREFILE=trad-core.lo ;;
13852 sh*-*-netbsd* | sh*-*-openbsd*)
13853 COREFILE=netbsd-core.lo
13854 ;;
13855 sparc-*-netbsd* | sparc*-*-openbsd*)
13856 COREFILE=netbsd-core.lo
13857 ;;
13858 vax-*-netbsd* | vax-*-openbsd*)
13859 COREFILE=netbsd-core.lo
13860 ;;
13861 vax-*-ultrix2*)
13862 COREFILE=trad-core.lo
13863 TRAD_HEADER='"hosts/vaxult2.h"'
13864 ;;
13865 vax-*-ultrix*)
13866 COREFILE=trad-core.lo
13867 TRAD_HEADER='"hosts/vaxult2.h"'
13868 ;;
13869 vax-*-linux-*)
13870 COREFILE=trad-core.lo
13871 TRAD_HEADER='"hosts/vaxlinux.h"'
13872 ;;
13873 vax-*-*)
13874 COREFILE=trad-core.lo
13875 TRAD_HEADER='"hosts/vaxbsd.h"'
13876 ;;
13877 x86_64-*-linux*)
13878 CORE_HEADER='"hosts/x86-64linux.h"'
13879 ;;
13880 x86_64-*-netbsd* | x86_64-*-openbsd*)
13881 COREFILE=netbsd-core.lo
13882 ;;
13883 esac
13884
13885 case "$COREFILE" in
13886 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
13887 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
13888 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
13889 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
13890 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
13891 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
13892 osf-core.lo) COREFLAG=-DOSF_CORE ;;
13893 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
13894 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
13895 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
13896 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
13897 esac
13898
13899 # ELF corefile support has several flavors, but all of
13900 # them use something called <sys/procfs.h>
13901
13902 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
13903
13904 for ac_header in sys/procfs.h
13905 do :
13906 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
13907 if test "x$ac_cv_header_sys_procfs_h" = xyes; then :
13908 cat >>confdefs.h <<_ACEOF
13909 #define HAVE_SYS_PROCFS_H 1
13910 _ACEOF
13911
13912 fi
13913
13914 done
13915
13916 if test "$ac_cv_header_sys_procfs_h" = yes; then
13917
13918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
13919 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
13920 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then :
13921 $as_echo_n "(cached) " >&6
13922 else
13923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13924 /* end confdefs.h. */
13925
13926 #define _SYSCALL32
13927 #include <sys/procfs.h>
13928 int
13929 main ()
13930 {
13931 prstatus_t avar
13932 ;
13933 return 0;
13934 }
13935 _ACEOF
13936 if ac_fn_c_try_compile "$LINENO"; then :
13937 bfd_cv_have_sys_procfs_type_prstatus_t=yes
13938 else
13939 bfd_cv_have_sys_procfs_type_prstatus_t=no
13940
13941 fi
13942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13943 fi
13944
13945 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
13946
13947 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
13948
13949 fi
13950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
13951 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
13952
13953
13954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
13955 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
13956 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then :
13957 $as_echo_n "(cached) " >&6
13958 else
13959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13960 /* end confdefs.h. */
13961
13962 #define _SYSCALL32
13963 #include <sys/procfs.h>
13964 int
13965 main ()
13966 {
13967 prstatus32_t avar
13968 ;
13969 return 0;
13970 }
13971 _ACEOF
13972 if ac_fn_c_try_compile "$LINENO"; then :
13973 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
13974 else
13975 bfd_cv_have_sys_procfs_type_prstatus32_t=no
13976
13977 fi
13978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13979 fi
13980
13981 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
13982
13983 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
13984
13985 fi
13986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
13987 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
13988
13989
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
13991 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
13992 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then :
13993 $as_echo_n "(cached) " >&6
13994 else
13995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13996 /* end confdefs.h. */
13997
13998 #define _SYSCALL32
13999 #include <sys/procfs.h>
14000 int
14001 main ()
14002 {
14003 prstatus_t avar; void* aref = (void*) &avar.pr_who
14004 ;
14005 return 0;
14006 }
14007 _ACEOF
14008 if ac_fn_c_try_compile "$LINENO"; then :
14009 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
14010 else
14011 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
14012
14013 fi
14014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14015 fi
14016
14017 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
14018
14019 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
14020
14021 fi
14022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
14023 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
14024
14025
14026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
14027 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
14028 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then :
14029 $as_echo_n "(cached) " >&6
14030 else
14031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14032 /* end confdefs.h. */
14033
14034 #define _SYSCALL32
14035 #include <sys/procfs.h>
14036 int
14037 main ()
14038 {
14039 prstatus32_t avar; void* aref = (void*) &avar.pr_who
14040 ;
14041 return 0;
14042 }
14043 _ACEOF
14044 if ac_fn_c_try_compile "$LINENO"; then :
14045 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
14046 else
14047 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
14048
14049 fi
14050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14051 fi
14052
14053 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14054
14055 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14056
14057 fi
14058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14059 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14060
14061
14062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14063 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14064 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then :
14065 $as_echo_n "(cached) " >&6
14066 else
14067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14068 /* end confdefs.h. */
14069
14070 #define _SYSCALL32
14071 #include <sys/procfs.h>
14072 int
14073 main ()
14074 {
14075 pstatus_t avar
14076 ;
14077 return 0;
14078 }
14079 _ACEOF
14080 if ac_fn_c_try_compile "$LINENO"; then :
14081 bfd_cv_have_sys_procfs_type_pstatus_t=yes
14082 else
14083 bfd_cv_have_sys_procfs_type_pstatus_t=no
14084
14085 fi
14086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14087 fi
14088
14089 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14090
14091 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14092
14093 fi
14094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14095 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14096
14097
14098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14099 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14100 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then :
14101 $as_echo_n "(cached) " >&6
14102 else
14103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14104 /* end confdefs.h. */
14105
14106 #define _SYSCALL32
14107 #include <sys/procfs.h>
14108 int
14109 main ()
14110 {
14111 pxstatus_t avar
14112 ;
14113 return 0;
14114 }
14115 _ACEOF
14116 if ac_fn_c_try_compile "$LINENO"; then :
14117 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
14118 else
14119 bfd_cv_have_sys_procfs_type_pxstatus_t=no
14120
14121 fi
14122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14123 fi
14124
14125 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14126
14127 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14128
14129 fi
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14131 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14132
14133
14134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14135 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14136 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then :
14137 $as_echo_n "(cached) " >&6
14138 else
14139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14140 /* end confdefs.h. */
14141
14142 #define _SYSCALL32
14143 #include <sys/procfs.h>
14144 int
14145 main ()
14146 {
14147 pstatus32_t avar
14148 ;
14149 return 0;
14150 }
14151 _ACEOF
14152 if ac_fn_c_try_compile "$LINENO"; then :
14153 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
14154 else
14155 bfd_cv_have_sys_procfs_type_pstatus32_t=no
14156
14157 fi
14158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14159 fi
14160
14161 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14162
14163 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14164
14165 fi
14166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14167 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14168
14169
14170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14171 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14172 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then :
14173 $as_echo_n "(cached) " >&6
14174 else
14175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14176 /* end confdefs.h. */
14177
14178 #define _SYSCALL32
14179 #include <sys/procfs.h>
14180 int
14181 main ()
14182 {
14183 prpsinfo_t avar
14184 ;
14185 return 0;
14186 }
14187 _ACEOF
14188 if ac_fn_c_try_compile "$LINENO"; then :
14189 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
14190 else
14191 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
14192
14193 fi
14194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14195 fi
14196
14197 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14198
14199 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14200
14201 fi
14202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14203 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14204
14205
14206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
14207 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
14208 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then :
14209 $as_echo_n "(cached) " >&6
14210 else
14211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14212 /* end confdefs.h. */
14213
14214 #define _SYSCALL32
14215 #include <sys/procfs.h>
14216 int
14217 main ()
14218 {
14219 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14220 ;
14221 return 0;
14222 }
14223 _ACEOF
14224 if ac_fn_c_try_compile "$LINENO"; then :
14225 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
14226 else
14227 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
14228
14229 fi
14230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14231 fi
14232
14233 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14234
14235 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14236
14237 fi
14238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14239 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14240
14241
14242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14243 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14244 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then :
14245 $as_echo_n "(cached) " >&6
14246 else
14247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14248 /* end confdefs.h. */
14249
14250 #define _SYSCALL32
14251 #include <sys/procfs.h>
14252 int
14253 main ()
14254 {
14255 prpsinfo32_t avar
14256 ;
14257 return 0;
14258 }
14259 _ACEOF
14260 if ac_fn_c_try_compile "$LINENO"; then :
14261 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
14262 else
14263 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
14264
14265 fi
14266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14267 fi
14268
14269 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14270
14271 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14272
14273 fi
14274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14275 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14276
14277
14278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
14279 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14280 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then :
14281 $as_echo_n "(cached) " >&6
14282 else
14283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14284 /* end confdefs.h. */
14285
14286 #define _SYSCALL32
14287 #include <sys/procfs.h>
14288 int
14289 main ()
14290 {
14291 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14292 ;
14293 return 0;
14294 }
14295 _ACEOF
14296 if ac_fn_c_try_compile "$LINENO"; then :
14297 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
14298 else
14299 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
14300
14301 fi
14302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14303 fi
14304
14305 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14306
14307 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14308
14309 fi
14310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14311 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14312
14313
14314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14315 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14316 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then :
14317 $as_echo_n "(cached) " >&6
14318 else
14319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14320 /* end confdefs.h. */
14321
14322 #define _SYSCALL32
14323 #include <sys/procfs.h>
14324 int
14325 main ()
14326 {
14327 psinfo_t avar
14328 ;
14329 return 0;
14330 }
14331 _ACEOF
14332 if ac_fn_c_try_compile "$LINENO"; then :
14333 bfd_cv_have_sys_procfs_type_psinfo_t=yes
14334 else
14335 bfd_cv_have_sys_procfs_type_psinfo_t=no
14336
14337 fi
14338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14339 fi
14340
14341 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14342
14343 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14344
14345 fi
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14347 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14348
14349
14350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
14351 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
14352 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then :
14353 $as_echo_n "(cached) " >&6
14354 else
14355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14356 /* end confdefs.h. */
14357
14358 #define _SYSCALL32
14359 #include <sys/procfs.h>
14360 int
14361 main ()
14362 {
14363 psinfo_t avar; void* aref = (void*) &avar.pr_pid
14364 ;
14365 return 0;
14366 }
14367 _ACEOF
14368 if ac_fn_c_try_compile "$LINENO"; then :
14369 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
14370 else
14371 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
14372
14373 fi
14374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14375 fi
14376
14377 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14378
14379 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14380
14381 fi
14382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14383 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14384
14385
14386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14387 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14388 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then :
14389 $as_echo_n "(cached) " >&6
14390 else
14391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14392 /* end confdefs.h. */
14393
14394 #define _SYSCALL32
14395 #include <sys/procfs.h>
14396 int
14397 main ()
14398 {
14399 psinfo32_t avar
14400 ;
14401 return 0;
14402 }
14403 _ACEOF
14404 if ac_fn_c_try_compile "$LINENO"; then :
14405 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
14406 else
14407 bfd_cv_have_sys_procfs_type_psinfo32_t=no
14408
14409 fi
14410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14411 fi
14412
14413 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14414
14415 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14416
14417 fi
14418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14419 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14420
14421
14422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
14423 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14424 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then :
14425 $as_echo_n "(cached) " >&6
14426 else
14427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14428 /* end confdefs.h. */
14429
14430 #define _SYSCALL32
14431 #include <sys/procfs.h>
14432 int
14433 main ()
14434 {
14435 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
14436 ;
14437 return 0;
14438 }
14439 _ACEOF
14440 if ac_fn_c_try_compile "$LINENO"; then :
14441 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
14442 else
14443 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
14444
14445 fi
14446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14447 fi
14448
14449 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
14450
14451 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
14452
14453 fi
14454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
14455 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
14456
14457
14458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
14459 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
14460 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then :
14461 $as_echo_n "(cached) " >&6
14462 else
14463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14464 /* end confdefs.h. */
14465
14466 #define _SYSCALL32
14467 #include <sys/procfs.h>
14468 int
14469 main ()
14470 {
14471 lwpstatus_t avar
14472 ;
14473 return 0;
14474 }
14475 _ACEOF
14476 if ac_fn_c_try_compile "$LINENO"; then :
14477 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
14478 else
14479 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
14480
14481 fi
14482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14483 fi
14484
14485 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14486
14487 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14488
14489 fi
14490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14491 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
14492
14493
14494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
14495 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
14496 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then :
14497 $as_echo_n "(cached) " >&6
14498 else
14499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14500 /* end confdefs.h. */
14501
14502 #define _SYSCALL32
14503 #include <sys/procfs.h>
14504 int
14505 main ()
14506 {
14507 lwpxstatus_t avar
14508 ;
14509 return 0;
14510 }
14511 _ACEOF
14512 if ac_fn_c_try_compile "$LINENO"; then :
14513 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
14514 else
14515 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
14516
14517 fi
14518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14519 fi
14520
14521 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
14522
14523 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
14524
14525 fi
14526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
14527 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
14528
14529
14530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
14531 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
14532 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then :
14533 $as_echo_n "(cached) " >&6
14534 else
14535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14536 /* end confdefs.h. */
14537
14538 #define _SYSCALL32
14539 #include <sys/procfs.h>
14540 int
14541 main ()
14542 {
14543 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
14544 ;
14545 return 0;
14546 }
14547 _ACEOF
14548 if ac_fn_c_try_compile "$LINENO"; then :
14549 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
14550 else
14551 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
14552
14553 fi
14554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14555 fi
14556
14557 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
14558
14559 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
14560
14561 fi
14562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
14563 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
14564
14565
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
14567 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
14568 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then :
14569 $as_echo_n "(cached) " >&6
14570 else
14571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14572 /* end confdefs.h. */
14573
14574 #define _SYSCALL32
14575 #include <sys/procfs.h>
14576 int
14577 main ()
14578 {
14579 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
14580 ;
14581 return 0;
14582 }
14583 _ACEOF
14584 if ac_fn_c_try_compile "$LINENO"; then :
14585 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
14586 else
14587 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
14588
14589 fi
14590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14591 fi
14592
14593 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
14594
14595 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
14596
14597 fi
14598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
14599 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
14600
14601
14602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
14603 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
14604 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then :
14605 $as_echo_n "(cached) " >&6
14606 else
14607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14608 /* end confdefs.h. */
14609
14610 #define _SYSCALL32
14611 #include <sys/procfs.h>
14612 int
14613 main ()
14614 {
14615 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
14616 ;
14617 return 0;
14618 }
14619 _ACEOF
14620 if ac_fn_c_try_compile "$LINENO"; then :
14621 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
14622 else
14623 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
14624
14625 fi
14626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14627 fi
14628
14629 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
14630
14631 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
14632
14633 fi
14634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
14635 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
14636
14637
14638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
14639 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
14640 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then :
14641 $as_echo_n "(cached) " >&6
14642 else
14643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14644 /* end confdefs.h. */
14645
14646 #define _SYSCALL32
14647 #include <sys/procfs.h>
14648 int
14649 main ()
14650 {
14651 win32_pstatus_t avar
14652 ;
14653 return 0;
14654 }
14655 _ACEOF
14656 if ac_fn_c_try_compile "$LINENO"; then :
14657 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
14658 else
14659 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
14660
14661 fi
14662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14663 fi
14664
14665 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
14666
14667 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
14668
14669 fi
14670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
14671 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
14672
14673 fi
14674 fi
14675
14676
14677 if test -n "$CORE_HEADER"; then
14678
14679 cat >>confdefs.h <<_ACEOF
14680 #define CORE_HEADER $CORE_HEADER
14681 _ACEOF
14682
14683 fi
14684 if test -n "$TRAD_HEADER"; then
14685
14686 cat >>confdefs.h <<_ACEOF
14687 #define TRAD_HEADER $TRAD_HEADER
14688 _ACEOF
14689
14690 fi
14691
14692 if test "$plugins" = "yes"; then
14693 supports_plugins=1
14694 else
14695 supports_plugins=0
14696 fi
14697
14698
14699
14700 # Determine the host dependent file_ptr a.k.a. off_t type. In order
14701 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
14702 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
14703 # Hopefully a reasonable assumption since fseeko et.al. should be
14704 # upward compatible.
14705 for ac_func in ftello ftello64 fseeko fseeko64 fopen64
14706 do :
14707 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14708 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14709 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14710 cat >>confdefs.h <<_ACEOF
14711 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14712 _ACEOF
14713
14714 fi
14715 done
14716
14717 ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
14718 if test "x$ac_cv_have_decl_ftello" = xyes; then :
14719 ac_have_decl=1
14720 else
14721 ac_have_decl=0
14722 fi
14723
14724 cat >>confdefs.h <<_ACEOF
14725 #define HAVE_DECL_FTELLO $ac_have_decl
14726 _ACEOF
14727 ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
14728 if test "x$ac_cv_have_decl_ftello64" = xyes; then :
14729 ac_have_decl=1
14730 else
14731 ac_have_decl=0
14732 fi
14733
14734 cat >>confdefs.h <<_ACEOF
14735 #define HAVE_DECL_FTELLO64 $ac_have_decl
14736 _ACEOF
14737 ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
14738 if test "x$ac_cv_have_decl_fseeko" = xyes; then :
14739 ac_have_decl=1
14740 else
14741 ac_have_decl=0
14742 fi
14743
14744 cat >>confdefs.h <<_ACEOF
14745 #define HAVE_DECL_FSEEKO $ac_have_decl
14746 _ACEOF
14747 ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
14748 if test "x$ac_cv_have_decl_fseeko64" = xyes; then :
14749 ac_have_decl=1
14750 else
14751 ac_have_decl=0
14752 fi
14753
14754 cat >>confdefs.h <<_ACEOF
14755 #define HAVE_DECL_FSEEKO64 $ac_have_decl
14756 _ACEOF
14757 ac_fn_c_check_decl "$LINENO" "fopen64" "ac_cv_have_decl_fopen64" "$ac_includes_default"
14758 if test "x$ac_cv_have_decl_fopen64" = xyes; then :
14759 ac_have_decl=1
14760 else
14761 ac_have_decl=0
14762 fi
14763
14764 cat >>confdefs.h <<_ACEOF
14765 #define HAVE_DECL_FOPEN64 $ac_have_decl
14766 _ACEOF
14767
14768 if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
14769 # The cast to long int works around a bug in the HP C Compiler
14770 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14771 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14772 # This bug is HP SR number 8606223364.
14773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
14774 $as_echo_n "checking size of off_t... " >&6; }
14775 if ${ac_cv_sizeof_off_t+:} false; then :
14776 $as_echo_n "(cached) " >&6
14777 else
14778 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
14779
14780 else
14781 if test "$ac_cv_type_off_t" = yes; then
14782 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14783 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14784 as_fn_error 77 "cannot compute sizeof (off_t)
14785 See \`config.log' for more details" "$LINENO" 5; }
14786 else
14787 ac_cv_sizeof_off_t=0
14788 fi
14789 fi
14790
14791 fi
14792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
14793 $as_echo "$ac_cv_sizeof_off_t" >&6; }
14794
14795
14796
14797 cat >>confdefs.h <<_ACEOF
14798 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
14799 _ACEOF
14800
14801
14802 fi
14803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
14804 $as_echo_n "checking file_ptr type... " >&6; }
14805 bfd_file_ptr="long"
14806 bfd_ufile_ptr="unsigned long"
14807 if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
14808 -o x"${ac_cv_sizeof_off_t}" = x8; then
14809 bfd_file_ptr=BFD_HOST_64_BIT
14810 bfd_ufile_ptr=BFD_HOST_U_64_BIT
14811 fi
14812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
14813 $as_echo "$bfd_file_ptr" >&6; }
14814
14815
14816
14817
14818
14819
14820 for ac_header in $ac_header_list
14821 do :
14822 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14823 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
14824 "
14825 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14826 cat >>confdefs.h <<_ACEOF
14827 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14828 _ACEOF
14829
14830 fi
14831
14832 done
14833
14834
14835
14836
14837
14838
14839
14840
14841 for ac_func in getpagesize
14842 do :
14843 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
14844 if test "x$ac_cv_func_getpagesize" = xyes; then :
14845 cat >>confdefs.h <<_ACEOF
14846 #define HAVE_GETPAGESIZE 1
14847 _ACEOF
14848
14849 fi
14850 done
14851
14852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
14853 $as_echo_n "checking for working mmap... " >&6; }
14854 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
14855 $as_echo_n "(cached) " >&6
14856 else
14857 if test "$cross_compiling" = yes; then :
14858 ac_cv_func_mmap_fixed_mapped=no
14859 else
14860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14861 /* end confdefs.h. */
14862 $ac_includes_default
14863 /* malloc might have been renamed as rpl_malloc. */
14864 #undef malloc
14865
14866 /* Thanks to Mike Haertel and Jim Avera for this test.
14867 Here is a matrix of mmap possibilities:
14868 mmap private not fixed
14869 mmap private fixed at somewhere currently unmapped
14870 mmap private fixed at somewhere already mapped
14871 mmap shared not fixed
14872 mmap shared fixed at somewhere currently unmapped
14873 mmap shared fixed at somewhere already mapped
14874 For private mappings, we should verify that changes cannot be read()
14875 back from the file, nor mmap's back from the file at a different
14876 address. (There have been systems where private was not correctly
14877 implemented like the infamous i386 svr4.0, and systems where the
14878 VM page cache was not coherent with the file system buffer cache
14879 like early versions of FreeBSD and possibly contemporary NetBSD.)
14880 For shared mappings, we should conversely verify that changes get
14881 propagated back to all the places they're supposed to be.
14882
14883 Grep wants private fixed already mapped.
14884 The main things grep needs to know about mmap are:
14885 * does it exist and is it safe to write into the mmap'd area
14886 * how to use it (BSD variants) */
14887
14888 #include <fcntl.h>
14889 #include <sys/mman.h>
14890
14891 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
14892 char *malloc ();
14893 #endif
14894
14895 /* This mess was copied from the GNU getpagesize.h. */
14896 #ifndef HAVE_GETPAGESIZE
14897 # ifdef _SC_PAGESIZE
14898 # define getpagesize() sysconf(_SC_PAGESIZE)
14899 # else /* no _SC_PAGESIZE */
14900 # ifdef HAVE_SYS_PARAM_H
14901 # include <sys/param.h>
14902 # ifdef EXEC_PAGESIZE
14903 # define getpagesize() EXEC_PAGESIZE
14904 # else /* no EXEC_PAGESIZE */
14905 # ifdef NBPG
14906 # define getpagesize() NBPG * CLSIZE
14907 # ifndef CLSIZE
14908 # define CLSIZE 1
14909 # endif /* no CLSIZE */
14910 # else /* no NBPG */
14911 # ifdef NBPC
14912 # define getpagesize() NBPC
14913 # else /* no NBPC */
14914 # ifdef PAGESIZE
14915 # define getpagesize() PAGESIZE
14916 # endif /* PAGESIZE */
14917 # endif /* no NBPC */
14918 # endif /* no NBPG */
14919 # endif /* no EXEC_PAGESIZE */
14920 # else /* no HAVE_SYS_PARAM_H */
14921 # define getpagesize() 8192 /* punt totally */
14922 # endif /* no HAVE_SYS_PARAM_H */
14923 # endif /* no _SC_PAGESIZE */
14924
14925 #endif /* no HAVE_GETPAGESIZE */
14926
14927 int
14928 main ()
14929 {
14930 char *data, *data2, *data3;
14931 const char *cdata2;
14932 int i, pagesize;
14933 int fd, fd2;
14934
14935 pagesize = getpagesize ();
14936
14937 /* First, make a file with some known garbage in it. */
14938 data = (char *) malloc (pagesize);
14939 if (!data)
14940 return 1;
14941 for (i = 0; i < pagesize; ++i)
14942 *(data + i) = rand ();
14943 umask (0);
14944 fd = creat ("conftest.mmap", 0600);
14945 if (fd < 0)
14946 return 2;
14947 if (write (fd, data, pagesize) != pagesize)
14948 return 3;
14949 close (fd);
14950
14951 /* Next, check that the tail of a page is zero-filled. File must have
14952 non-zero length, otherwise we risk SIGBUS for entire page. */
14953 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
14954 if (fd2 < 0)
14955 return 4;
14956 cdata2 = "";
14957 if (write (fd2, cdata2, 1) != 1)
14958 return 5;
14959 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
14960 if (data2 == MAP_FAILED)
14961 return 6;
14962 for (i = 0; i < pagesize; ++i)
14963 if (*(data2 + i))
14964 return 7;
14965 close (fd2);
14966 if (munmap (data2, pagesize))
14967 return 8;
14968
14969 /* Next, try to mmap the file at a fixed address which already has
14970 something else allocated at it. If we can, also make sure that
14971 we see the same garbage. */
14972 fd = open ("conftest.mmap", O_RDWR);
14973 if (fd < 0)
14974 return 9;
14975 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
14976 MAP_PRIVATE | MAP_FIXED, fd, 0L))
14977 return 10;
14978 for (i = 0; i < pagesize; ++i)
14979 if (*(data + i) != *(data2 + i))
14980 return 11;
14981
14982 /* Finally, make sure that changes to the mapped area do not
14983 percolate back to the file as seen by read(). (This is a bug on
14984 some variants of i386 svr4.0.) */
14985 for (i = 0; i < pagesize; ++i)
14986 *(data2 + i) = *(data2 + i) + 1;
14987 data3 = (char *) malloc (pagesize);
14988 if (!data3)
14989 return 12;
14990 if (read (fd, data3, pagesize) != pagesize)
14991 return 13;
14992 for (i = 0; i < pagesize; ++i)
14993 if (*(data + i) != *(data3 + i))
14994 return 14;
14995 close (fd);
14996 return 0;
14997 }
14998 _ACEOF
14999 if ac_fn_c_try_run "$LINENO"; then :
15000 ac_cv_func_mmap_fixed_mapped=yes
15001 else
15002 ac_cv_func_mmap_fixed_mapped=no
15003 fi
15004 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15005 conftest.$ac_objext conftest.beam conftest.$ac_ext
15006 fi
15007
15008 fi
15009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15010 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
15011 if test $ac_cv_func_mmap_fixed_mapped = yes; then
15012
15013 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
15014
15015 fi
15016 rm -f conftest.mmap conftest.txt
15017
15018 for ac_func in madvise mprotect
15019 do :
15020 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15021 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15022 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15023 cat >>confdefs.h <<_ACEOF
15024 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15025 _ACEOF
15026
15027 fi
15028 done
15029
15030 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15031 true+yes )
15032 $as_echo "#define USE_MMAP 1" >>confdefs.h
15033 ;;
15034 esac
15035
15036 rm -f doc/config.status
15037 ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
15038
15039
15040 ac_config_commands="$ac_config_commands default"
15041
15042
15043
15044
15045
15046
15047
15048 cat >confcache <<\_ACEOF
15049 # This file is a shell script that caches the results of configure
15050 # tests run on this system so they can be shared between configure
15051 # scripts and configure runs, see configure's option --config-cache.
15052 # It is not useful on other systems. If it contains results you don't
15053 # want to keep, you may remove or edit it.
15054 #
15055 # config.status only pays attention to the cache file if you give it
15056 # the --recheck option to rerun configure.
15057 #
15058 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15059 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15060 # following values.
15061
15062 _ACEOF
15063
15064 # The following way of writing the cache mishandles newlines in values,
15065 # but we know of no workaround that is simple, portable, and efficient.
15066 # So, we kill variables containing newlines.
15067 # Ultrix sh set writes to stderr and can't be redirected directly,
15068 # and sets the high bit in the cache file unless we assign to the vars.
15069 (
15070 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15071 eval ac_val=\$$ac_var
15072 case $ac_val in #(
15073 *${as_nl}*)
15074 case $ac_var in #(
15075 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15076 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15077 esac
15078 case $ac_var in #(
15079 _ | IFS | as_nl) ;; #(
15080 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15081 *) { eval $ac_var=; unset $ac_var;} ;;
15082 esac ;;
15083 esac
15084 done
15085
15086 (set) 2>&1 |
15087 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15088 *${as_nl}ac_space=\ *)
15089 # `set' does not quote correctly, so add quotes: double-quote
15090 # substitution turns \\\\ into \\, and sed turns \\ into \.
15091 sed -n \
15092 "s/'/'\\\\''/g;
15093 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15094 ;; #(
15095 *)
15096 # `set' quotes correctly as required by POSIX, so do not add quotes.
15097 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15098 ;;
15099 esac |
15100 sort
15101 ) |
15102 sed '
15103 /^ac_cv_env_/b end
15104 t clear
15105 :clear
15106 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15107 t end
15108 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15109 :end' >>confcache
15110 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15111 if test -w "$cache_file"; then
15112 if test "x$cache_file" != "x/dev/null"; then
15113 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15114 $as_echo "$as_me: updating cache $cache_file" >&6;}
15115 if test ! -f "$cache_file" || test -h "$cache_file"; then
15116 cat confcache >"$cache_file"
15117 else
15118 case $cache_file in #(
15119 */* | ?:*)
15120 mv -f confcache "$cache_file"$$ &&
15121 mv -f "$cache_file"$$ "$cache_file" ;; #(
15122 *)
15123 mv -f confcache "$cache_file" ;;
15124 esac
15125 fi
15126 fi
15127 else
15128 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15129 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15130 fi
15131 fi
15132 rm -f confcache
15133
15134 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15135 # Let make expand exec_prefix.
15136 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15137
15138 DEFS=-DHAVE_CONFIG_H
15139
15140 ac_libobjs=
15141 ac_ltlibobjs=
15142 U=
15143 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15144 # 1. Remove the extension, and $U if already installed.
15145 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15146 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15147 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15148 # will be set to the directory where LIBOBJS objects are built.
15149 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15150 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15151 done
15152 LIBOBJS=$ac_libobjs
15153
15154 LTLIBOBJS=$ac_ltlibobjs
15155
15156
15157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15158 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15159 if test -n "$am_sleep_pid"; then
15160 # Hide warnings about reused PIDs.
15161 wait $am_sleep_pid 2>/dev/null
15162 fi
15163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15164 $as_echo "done" >&6; }
15165 if test -n "$EXEEXT"; then
15166 am__EXEEXT_TRUE=
15167 am__EXEEXT_FALSE='#'
15168 else
15169 am__EXEEXT_TRUE='#'
15170 am__EXEEXT_FALSE=
15171 fi
15172
15173 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15174 as_fn_error $? "conditional \"AMDEP\" was never defined.
15175 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15176 fi
15177 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15178 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15179 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15180 fi
15181 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
15182 as_fn_error $? "conditional \"PLUGINS\" was never defined.
15183 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15184 fi
15185 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15186 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15187 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15188 fi
15189 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15190 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15191 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15192 fi
15193 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
15194 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
15195 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15196 fi
15197
15198 : "${CONFIG_STATUS=./config.status}"
15199 ac_write_fail=0
15200 ac_clean_files_save=$ac_clean_files
15201 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15202 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15203 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15204 as_write_fail=0
15205 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15206 #! $SHELL
15207 # Generated by $as_me.
15208 # Run this file to recreate the current configuration.
15209 # Compiler output produced by configure, useful for debugging
15210 # configure, is in config.log if it exists.
15211
15212 debug=false
15213 ac_cs_recheck=false
15214 ac_cs_silent=false
15215
15216 SHELL=\${CONFIG_SHELL-$SHELL}
15217 export SHELL
15218 _ASEOF
15219 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15220 ## -------------------- ##
15221 ## M4sh Initialization. ##
15222 ## -------------------- ##
15223
15224 # Be more Bourne compatible
15225 DUALCASE=1; export DUALCASE # for MKS sh
15226 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15227 emulate sh
15228 NULLCMD=:
15229 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15230 # is contrary to our usage. Disable this feature.
15231 alias -g '${1+"$@"}'='"$@"'
15232 setopt NO_GLOB_SUBST
15233 else
15234 case `(set -o) 2>/dev/null` in #(
15235 *posix*) :
15236 set -o posix ;; #(
15237 *) :
15238 ;;
15239 esac
15240 fi
15241
15242
15243 as_nl='
15244 '
15245 export as_nl
15246 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15247 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15248 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15249 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15250 # Prefer a ksh shell builtin over an external printf program on Solaris,
15251 # but without wasting forks for bash or zsh.
15252 if test -z "$BASH_VERSION$ZSH_VERSION" \
15253 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15254 as_echo='print -r --'
15255 as_echo_n='print -rn --'
15256 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15257 as_echo='printf %s\n'
15258 as_echo_n='printf %s'
15259 else
15260 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15261 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15262 as_echo_n='/usr/ucb/echo -n'
15263 else
15264 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15265 as_echo_n_body='eval
15266 arg=$1;
15267 case $arg in #(
15268 *"$as_nl"*)
15269 expr "X$arg" : "X\\(.*\\)$as_nl";
15270 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15271 esac;
15272 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15273 '
15274 export as_echo_n_body
15275 as_echo_n='sh -c $as_echo_n_body as_echo'
15276 fi
15277 export as_echo_body
15278 as_echo='sh -c $as_echo_body as_echo'
15279 fi
15280
15281 # The user is always right.
15282 if test "${PATH_SEPARATOR+set}" != set; then
15283 PATH_SEPARATOR=:
15284 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15285 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15286 PATH_SEPARATOR=';'
15287 }
15288 fi
15289
15290
15291 # IFS
15292 # We need space, tab and new line, in precisely that order. Quoting is
15293 # there to prevent editors from complaining about space-tab.
15294 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15295 # splitting by setting IFS to empty value.)
15296 IFS=" "" $as_nl"
15297
15298 # Find who we are. Look in the path if we contain no directory separator.
15299 as_myself=
15300 case $0 in #((
15301 *[\\/]* ) as_myself=$0 ;;
15302 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15303 for as_dir in $PATH
15304 do
15305 IFS=$as_save_IFS
15306 test -z "$as_dir" && as_dir=.
15307 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15308 done
15309 IFS=$as_save_IFS
15310
15311 ;;
15312 esac
15313 # We did not find ourselves, most probably we were run as `sh COMMAND'
15314 # in which case we are not to be found in the path.
15315 if test "x$as_myself" = x; then
15316 as_myself=$0
15317 fi
15318 if test ! -f "$as_myself"; then
15319 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15320 exit 1
15321 fi
15322
15323 # Unset variables that we do not need and which cause bugs (e.g. in
15324 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15325 # suppresses any "Segmentation fault" message there. '((' could
15326 # trigger a bug in pdksh 5.2.14.
15327 for as_var in BASH_ENV ENV MAIL MAILPATH
15328 do eval test x\${$as_var+set} = xset \
15329 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15330 done
15331 PS1='$ '
15332 PS2='> '
15333 PS4='+ '
15334
15335 # NLS nuisances.
15336 LC_ALL=C
15337 export LC_ALL
15338 LANGUAGE=C
15339 export LANGUAGE
15340
15341 # CDPATH.
15342 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15343
15344
15345 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15346 # ----------------------------------------
15347 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15348 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15349 # script with STATUS, using 1 if that was 0.
15350 as_fn_error ()
15351 {
15352 as_status=$1; test $as_status -eq 0 && as_status=1
15353 if test "$4"; then
15354 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15355 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15356 fi
15357 $as_echo "$as_me: error: $2" >&2
15358 as_fn_exit $as_status
15359 } # as_fn_error
15360
15361
15362 # as_fn_set_status STATUS
15363 # -----------------------
15364 # Set $? to STATUS, without forking.
15365 as_fn_set_status ()
15366 {
15367 return $1
15368 } # as_fn_set_status
15369
15370 # as_fn_exit STATUS
15371 # -----------------
15372 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15373 as_fn_exit ()
15374 {
15375 set +e
15376 as_fn_set_status $1
15377 exit $1
15378 } # as_fn_exit
15379
15380 # as_fn_unset VAR
15381 # ---------------
15382 # Portably unset VAR.
15383 as_fn_unset ()
15384 {
15385 { eval $1=; unset $1;}
15386 }
15387 as_unset=as_fn_unset
15388 # as_fn_append VAR VALUE
15389 # ----------------------
15390 # Append the text in VALUE to the end of the definition contained in VAR. Take
15391 # advantage of any shell optimizations that allow amortized linear growth over
15392 # repeated appends, instead of the typical quadratic growth present in naive
15393 # implementations.
15394 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15395 eval 'as_fn_append ()
15396 {
15397 eval $1+=\$2
15398 }'
15399 else
15400 as_fn_append ()
15401 {
15402 eval $1=\$$1\$2
15403 }
15404 fi # as_fn_append
15405
15406 # as_fn_arith ARG...
15407 # ------------------
15408 # Perform arithmetic evaluation on the ARGs, and store the result in the
15409 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15410 # must be portable across $(()) and expr.
15411 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15412 eval 'as_fn_arith ()
15413 {
15414 as_val=$(( $* ))
15415 }'
15416 else
15417 as_fn_arith ()
15418 {
15419 as_val=`expr "$@" || test $? -eq 1`
15420 }
15421 fi # as_fn_arith
15422
15423
15424 if expr a : '\(a\)' >/dev/null 2>&1 &&
15425 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15426 as_expr=expr
15427 else
15428 as_expr=false
15429 fi
15430
15431 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15432 as_basename=basename
15433 else
15434 as_basename=false
15435 fi
15436
15437 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15438 as_dirname=dirname
15439 else
15440 as_dirname=false
15441 fi
15442
15443 as_me=`$as_basename -- "$0" ||
15444 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15445 X"$0" : 'X\(//\)$' \| \
15446 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15447 $as_echo X/"$0" |
15448 sed '/^.*\/\([^/][^/]*\)\/*$/{
15449 s//\1/
15450 q
15451 }
15452 /^X\/\(\/\/\)$/{
15453 s//\1/
15454 q
15455 }
15456 /^X\/\(\/\).*/{
15457 s//\1/
15458 q
15459 }
15460 s/.*/./; q'`
15461
15462 # Avoid depending upon Character Ranges.
15463 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15464 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15465 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15466 as_cr_digits='0123456789'
15467 as_cr_alnum=$as_cr_Letters$as_cr_digits
15468
15469 ECHO_C= ECHO_N= ECHO_T=
15470 case `echo -n x` in #(((((
15471 -n*)
15472 case `echo 'xy\c'` in
15473 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15474 xy) ECHO_C='\c';;
15475 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15476 ECHO_T=' ';;
15477 esac;;
15478 *)
15479 ECHO_N='-n';;
15480 esac
15481
15482 rm -f conf$$ conf$$.exe conf$$.file
15483 if test -d conf$$.dir; then
15484 rm -f conf$$.dir/conf$$.file
15485 else
15486 rm -f conf$$.dir
15487 mkdir conf$$.dir 2>/dev/null
15488 fi
15489 if (echo >conf$$.file) 2>/dev/null; then
15490 if ln -s conf$$.file conf$$ 2>/dev/null; then
15491 as_ln_s='ln -s'
15492 # ... but there are two gotchas:
15493 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15494 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15495 # In both cases, we have to default to `cp -pR'.
15496 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15497 as_ln_s='cp -pR'
15498 elif ln conf$$.file conf$$ 2>/dev/null; then
15499 as_ln_s=ln
15500 else
15501 as_ln_s='cp -pR'
15502 fi
15503 else
15504 as_ln_s='cp -pR'
15505 fi
15506 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15507 rmdir conf$$.dir 2>/dev/null
15508
15509
15510 # as_fn_mkdir_p
15511 # -------------
15512 # Create "$as_dir" as a directory, including parents if necessary.
15513 as_fn_mkdir_p ()
15514 {
15515
15516 case $as_dir in #(
15517 -*) as_dir=./$as_dir;;
15518 esac
15519 test -d "$as_dir" || eval $as_mkdir_p || {
15520 as_dirs=
15521 while :; do
15522 case $as_dir in #(
15523 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15524 *) as_qdir=$as_dir;;
15525 esac
15526 as_dirs="'$as_qdir' $as_dirs"
15527 as_dir=`$as_dirname -- "$as_dir" ||
15528 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15529 X"$as_dir" : 'X\(//\)[^/]' \| \
15530 X"$as_dir" : 'X\(//\)$' \| \
15531 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15532 $as_echo X"$as_dir" |
15533 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15534 s//\1/
15535 q
15536 }
15537 /^X\(\/\/\)[^/].*/{
15538 s//\1/
15539 q
15540 }
15541 /^X\(\/\/\)$/{
15542 s//\1/
15543 q
15544 }
15545 /^X\(\/\).*/{
15546 s//\1/
15547 q
15548 }
15549 s/.*/./; q'`
15550 test -d "$as_dir" && break
15551 done
15552 test -z "$as_dirs" || eval "mkdir $as_dirs"
15553 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15554
15555
15556 } # as_fn_mkdir_p
15557 if mkdir -p . 2>/dev/null; then
15558 as_mkdir_p='mkdir -p "$as_dir"'
15559 else
15560 test -d ./-p && rmdir ./-p
15561 as_mkdir_p=false
15562 fi
15563
15564
15565 # as_fn_executable_p FILE
15566 # -----------------------
15567 # Test if FILE is an executable regular file.
15568 as_fn_executable_p ()
15569 {
15570 test -f "$1" && test -x "$1"
15571 } # as_fn_executable_p
15572 as_test_x='test -x'
15573 as_executable_p=as_fn_executable_p
15574
15575 # Sed expression to map a string onto a valid CPP name.
15576 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15577
15578 # Sed expression to map a string onto a valid variable name.
15579 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15580
15581
15582 exec 6>&1
15583 ## ----------------------------------- ##
15584 ## Main body of $CONFIG_STATUS script. ##
15585 ## ----------------------------------- ##
15586 _ASEOF
15587 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15588
15589 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15590 # Save the log message, to keep $0 and so on meaningful, and to
15591 # report actual input values of CONFIG_FILES etc. instead of their
15592 # values after options handling.
15593 ac_log="
15594 This file was extended by bfd $as_me 2.37.50, which was
15595 generated by GNU Autoconf 2.69. Invocation command line was
15596
15597 CONFIG_FILES = $CONFIG_FILES
15598 CONFIG_HEADERS = $CONFIG_HEADERS
15599 CONFIG_LINKS = $CONFIG_LINKS
15600 CONFIG_COMMANDS = $CONFIG_COMMANDS
15601 $ $0 $@
15602
15603 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15604 "
15605
15606 _ACEOF
15607
15608 case $ac_config_files in *"
15609 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15610 esac
15611
15612 case $ac_config_headers in *"
15613 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15614 esac
15615
15616
15617 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15618 # Files that config.status was made for.
15619 config_files="$ac_config_files"
15620 config_headers="$ac_config_headers"
15621 config_commands="$ac_config_commands"
15622
15623 _ACEOF
15624
15625 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15626 ac_cs_usage="\
15627 \`$as_me' instantiates files and other configuration actions
15628 from templates according to the current configuration. Unless the files
15629 and actions are specified as TAGs, all are instantiated by default.
15630
15631 Usage: $0 [OPTION]... [TAG]...
15632
15633 -h, --help print this help, then exit
15634 -V, --version print version number and configuration settings, then exit
15635 --config print configuration, then exit
15636 -q, --quiet, --silent
15637 do not print progress messages
15638 -d, --debug don't remove temporary files
15639 --recheck update $as_me by reconfiguring in the same conditions
15640 --file=FILE[:TEMPLATE]
15641 instantiate the configuration file FILE
15642 --header=FILE[:TEMPLATE]
15643 instantiate the configuration header FILE
15644
15645 Configuration files:
15646 $config_files
15647
15648 Configuration headers:
15649 $config_headers
15650
15651 Configuration commands:
15652 $config_commands
15653
15654 Report bugs to the package provider."
15655
15656 _ACEOF
15657 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15658 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15659 ac_cs_version="\\
15660 bfd config.status 2.37.50
15661 configured by $0, generated by GNU Autoconf 2.69,
15662 with options \\"\$ac_cs_config\\"
15663
15664 Copyright (C) 2012 Free Software Foundation, Inc.
15665 This config.status script is free software; the Free Software Foundation
15666 gives unlimited permission to copy, distribute and modify it."
15667
15668 ac_pwd='$ac_pwd'
15669 srcdir='$srcdir'
15670 INSTALL='$INSTALL'
15671 MKDIR_P='$MKDIR_P'
15672 AWK='$AWK'
15673 test -n "\$AWK" || AWK=awk
15674 _ACEOF
15675
15676 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15677 # The default lists apply if the user does not specify any file.
15678 ac_need_defaults=:
15679 while test $# != 0
15680 do
15681 case $1 in
15682 --*=?*)
15683 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15684 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15685 ac_shift=:
15686 ;;
15687 --*=)
15688 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15689 ac_optarg=
15690 ac_shift=:
15691 ;;
15692 *)
15693 ac_option=$1
15694 ac_optarg=$2
15695 ac_shift=shift
15696 ;;
15697 esac
15698
15699 case $ac_option in
15700 # Handling of the options.
15701 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15702 ac_cs_recheck=: ;;
15703 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15704 $as_echo "$ac_cs_version"; exit ;;
15705 --config | --confi | --conf | --con | --co | --c )
15706 $as_echo "$ac_cs_config"; exit ;;
15707 --debug | --debu | --deb | --de | --d | -d )
15708 debug=: ;;
15709 --file | --fil | --fi | --f )
15710 $ac_shift
15711 case $ac_optarg in
15712 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15713 '') as_fn_error $? "missing file argument" ;;
15714 esac
15715 as_fn_append CONFIG_FILES " '$ac_optarg'"
15716 ac_need_defaults=false;;
15717 --header | --heade | --head | --hea )
15718 $ac_shift
15719 case $ac_optarg in
15720 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15721 esac
15722 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15723 ac_need_defaults=false;;
15724 --he | --h)
15725 # Conflict between --help and --header
15726 as_fn_error $? "ambiguous option: \`$1'
15727 Try \`$0 --help' for more information.";;
15728 --help | --hel | -h )
15729 $as_echo "$ac_cs_usage"; exit ;;
15730 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15731 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15732 ac_cs_silent=: ;;
15733
15734 # This is an error.
15735 -*) as_fn_error $? "unrecognized option: \`$1'
15736 Try \`$0 --help' for more information." ;;
15737
15738 *) as_fn_append ac_config_targets " $1"
15739 ac_need_defaults=false ;;
15740
15741 esac
15742 shift
15743 done
15744
15745 ac_configure_extra_args=
15746
15747 if $ac_cs_silent; then
15748 exec 6>/dev/null
15749 ac_configure_extra_args="$ac_configure_extra_args --silent"
15750 fi
15751
15752 _ACEOF
15753 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15754 if \$ac_cs_recheck; then
15755 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15756 shift
15757 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15758 CONFIG_SHELL='$SHELL'
15759 export CONFIG_SHELL
15760 exec "\$@"
15761 fi
15762
15763 _ACEOF
15764 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15765 exec 5>>config.log
15766 {
15767 echo
15768 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15769 ## Running $as_me. ##
15770 _ASBOX
15771 $as_echo "$ac_log"
15772 } >&5
15773
15774 _ACEOF
15775 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15776 #
15777 # INIT-COMMANDS
15778 #
15779 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15780
15781
15782 # The HP-UX ksh and POSIX shell print the target directory to stdout
15783 # if CDPATH is set.
15784 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15785
15786 sed_quote_subst='$sed_quote_subst'
15787 double_quote_subst='$double_quote_subst'
15788 delay_variable_subst='$delay_variable_subst'
15789 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15790 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15791 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15792 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15793 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15794 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15795 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15796 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15797 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15798 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15799 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15800 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15801 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15802 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15803 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15804 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15805 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15806 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15807 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15808 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15809 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15810 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15811 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15812 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15813 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15814 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15815 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15816 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15817 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15818 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15819 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15820 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15821 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15822 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15823 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15824 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15825 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15826 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15827 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15828 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15829 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15830 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15831 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15832 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15833 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15834 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15835 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15836 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15837 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"`'
15838 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15839 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15840 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15841 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15842 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15843 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15844 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15845 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15846 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15847 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15848 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15849 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15850 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15851 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15852 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15853 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15854 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15855 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15856 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15857 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15858 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15859 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15860 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15861 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15862 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15863 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15864 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15865 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15866 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15867 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15868 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15869 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15870 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15871 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15872 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15873 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15874 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15875 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15876 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15877 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15878 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15879 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15880 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15881 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15882 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15883 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15884 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15885 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15886 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15887 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15888 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15889 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15890 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15891 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15892 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15893 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15894 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15895 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15896 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15897 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15898 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15899 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15900 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15901 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15902 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15903 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15904 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15905 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15906 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15907 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15908 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15909
15910 LTCC='$LTCC'
15911 LTCFLAGS='$LTCFLAGS'
15912 compiler='$compiler_DEFAULT'
15913
15914 # A function that is used when there is no print builtin or printf.
15915 func_fallback_echo ()
15916 {
15917 eval 'cat <<_LTECHO_EOF
15918 \$1
15919 _LTECHO_EOF'
15920 }
15921
15922 # Quote evaled strings.
15923 for var in SHELL \
15924 ECHO \
15925 SED \
15926 GREP \
15927 EGREP \
15928 FGREP \
15929 LD \
15930 NM \
15931 LN_S \
15932 lt_SP2NL \
15933 lt_NL2SP \
15934 reload_flag \
15935 OBJDUMP \
15936 deplibs_check_method \
15937 file_magic_cmd \
15938 AR \
15939 AR_FLAGS \
15940 STRIP \
15941 RANLIB \
15942 CC \
15943 CFLAGS \
15944 compiler \
15945 lt_cv_sys_global_symbol_pipe \
15946 lt_cv_sys_global_symbol_to_cdecl \
15947 lt_cv_sys_global_symbol_to_c_name_address \
15948 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15949 lt_prog_compiler_no_builtin_flag \
15950 lt_prog_compiler_wl \
15951 lt_prog_compiler_pic \
15952 lt_prog_compiler_static \
15953 lt_cv_prog_compiler_c_o \
15954 need_locks \
15955 DSYMUTIL \
15956 NMEDIT \
15957 LIPO \
15958 OTOOL \
15959 OTOOL64 \
15960 shrext_cmds \
15961 export_dynamic_flag_spec \
15962 whole_archive_flag_spec \
15963 compiler_needs_object \
15964 with_gnu_ld \
15965 allow_undefined_flag \
15966 no_undefined_flag \
15967 hardcode_libdir_flag_spec \
15968 hardcode_libdir_flag_spec_ld \
15969 hardcode_libdir_separator \
15970 fix_srcfile_path \
15971 exclude_expsyms \
15972 include_expsyms \
15973 file_list_spec \
15974 variables_saved_for_relink \
15975 libname_spec \
15976 library_names_spec \
15977 soname_spec \
15978 install_override_mode \
15979 finish_eval \
15980 old_striplib \
15981 striplib; do
15982 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15983 *[\\\\\\\`\\"\\\$]*)
15984 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15985 ;;
15986 *)
15987 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15988 ;;
15989 esac
15990 done
15991
15992 # Double-quote double-evaled strings.
15993 for var in reload_cmds \
15994 old_postinstall_cmds \
15995 old_postuninstall_cmds \
15996 old_archive_cmds \
15997 extract_expsyms_cmds \
15998 old_archive_from_new_cmds \
15999 old_archive_from_expsyms_cmds \
16000 archive_cmds \
16001 archive_expsym_cmds \
16002 module_cmds \
16003 module_expsym_cmds \
16004 export_symbols_cmds \
16005 prelink_cmds \
16006 postinstall_cmds \
16007 postuninstall_cmds \
16008 finish_cmds \
16009 sys_lib_search_path_spec \
16010 sys_lib_dlsearch_path_spec; do
16011 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16012 *[\\\\\\\`\\"\\\$]*)
16013 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16014 ;;
16015 *)
16016 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16017 ;;
16018 esac
16019 done
16020
16021 ac_aux_dir='$ac_aux_dir'
16022 xsi_shell='$xsi_shell'
16023 lt_shell_append='$lt_shell_append'
16024
16025 # See if we are running on zsh, and set the options which allow our
16026 # commands through without removal of \ escapes INIT.
16027 if test -n "\${ZSH_VERSION+set}" ; then
16028 setopt NO_GLOB_SUBST
16029 fi
16030
16031
16032 PACKAGE='$PACKAGE'
16033 VERSION='$VERSION'
16034 TIMESTAMP='$TIMESTAMP'
16035 RM='$RM'
16036 ofile='$ofile'
16037
16038
16039
16040 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16041 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16042 # from automake.
16043 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16044 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16045 LINGUAS="${LINGUAS-%UNSET%}"
16046
16047
16048
16049 _ACEOF
16050
16051 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16052
16053 # Handling of arguments.
16054 for ac_config_target in $ac_config_targets
16055 do
16056 case $ac_config_target in
16057 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16058 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16059 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16060 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16061 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16062 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16063 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16064 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16065 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16066
16067 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16068 esac
16069 done
16070
16071
16072 # If the user did not use the arguments to specify the items to instantiate,
16073 # then the envvar interface is used. Set only those that are not.
16074 # We use the long form for the default assignment because of an extremely
16075 # bizarre bug on SunOS 4.1.3.
16076 if $ac_need_defaults; then
16077 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16078 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16079 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16080 fi
16081
16082 # Have a temporary directory for convenience. Make it in the build tree
16083 # simply because there is no reason against having it here, and in addition,
16084 # creating and moving files from /tmp can sometimes cause problems.
16085 # Hook for its removal unless debugging.
16086 # Note that there is a small window in which the directory will not be cleaned:
16087 # after its creation but before its name has been assigned to `$tmp'.
16088 $debug ||
16089 {
16090 tmp= ac_tmp=
16091 trap 'exit_status=$?
16092 : "${ac_tmp:=$tmp}"
16093 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16094 ' 0
16095 trap 'as_fn_exit 1' 1 2 13 15
16096 }
16097 # Create a (secure) tmp directory for tmp files.
16098
16099 {
16100 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16101 test -d "$tmp"
16102 } ||
16103 {
16104 tmp=./conf$$-$RANDOM
16105 (umask 077 && mkdir "$tmp")
16106 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16107 ac_tmp=$tmp
16108
16109 # Set up the scripts for CONFIG_FILES section.
16110 # No need to generate them if there are no CONFIG_FILES.
16111 # This happens for instance with `./config.status config.h'.
16112 if test -n "$CONFIG_FILES"; then
16113
16114
16115 ac_cr=`echo X | tr X '\015'`
16116 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16117 # But we know of no other shell where ac_cr would be empty at this
16118 # point, so we can use a bashism as a fallback.
16119 if test "x$ac_cr" = x; then
16120 eval ac_cr=\$\'\\r\'
16121 fi
16122 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16123 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16124 ac_cs_awk_cr='\\r'
16125 else
16126 ac_cs_awk_cr=$ac_cr
16127 fi
16128
16129 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16130 _ACEOF
16131
16132
16133 {
16134 echo "cat >conf$$subs.awk <<_ACEOF" &&
16135 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16136 echo "_ACEOF"
16137 } >conf$$subs.sh ||
16138 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16139 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16140 ac_delim='%!_!# '
16141 for ac_last_try in false false false false false :; do
16142 . ./conf$$subs.sh ||
16143 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16144
16145 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16146 if test $ac_delim_n = $ac_delim_num; then
16147 break
16148 elif $ac_last_try; then
16149 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16150 else
16151 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16152 fi
16153 done
16154 rm -f conf$$subs.sh
16155
16156 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16157 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16158 _ACEOF
16159 sed -n '
16160 h
16161 s/^/S["/; s/!.*/"]=/
16162 p
16163 g
16164 s/^[^!]*!//
16165 :repl
16166 t repl
16167 s/'"$ac_delim"'$//
16168 t delim
16169 :nl
16170 h
16171 s/\(.\{148\}\)..*/\1/
16172 t more1
16173 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16174 p
16175 n
16176 b repl
16177 :more1
16178 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16179 p
16180 g
16181 s/.\{148\}//
16182 t nl
16183 :delim
16184 h
16185 s/\(.\{148\}\)..*/\1/
16186 t more2
16187 s/["\\]/\\&/g; s/^/"/; s/$/"/
16188 p
16189 b
16190 :more2
16191 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16192 p
16193 g
16194 s/.\{148\}//
16195 t delim
16196 ' <conf$$subs.awk | sed '
16197 /^[^""]/{
16198 N
16199 s/\n//
16200 }
16201 ' >>$CONFIG_STATUS || ac_write_fail=1
16202 rm -f conf$$subs.awk
16203 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16204 _ACAWK
16205 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16206 for (key in S) S_is_set[key] = 1
16207 FS = "\a"
16208
16209 }
16210 {
16211 line = $ 0
16212 nfields = split(line, field, "@")
16213 substed = 0
16214 len = length(field[1])
16215 for (i = 2; i < nfields; i++) {
16216 key = field[i]
16217 keylen = length(key)
16218 if (S_is_set[key]) {
16219 value = S[key]
16220 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16221 len += length(value) + length(field[++i])
16222 substed = 1
16223 } else
16224 len += 1 + keylen
16225 }
16226
16227 print line
16228 }
16229
16230 _ACAWK
16231 _ACEOF
16232 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16233 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16234 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16235 else
16236 cat
16237 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16238 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16239 _ACEOF
16240
16241 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16242 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16243 # trailing colons and then remove the whole line if VPATH becomes empty
16244 # (actually we leave an empty line to preserve line numbers).
16245 if test "x$srcdir" = x.; then
16246 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16247 h
16248 s///
16249 s/^/:/
16250 s/[ ]*$/:/
16251 s/:\$(srcdir):/:/g
16252 s/:\${srcdir}:/:/g
16253 s/:@srcdir@:/:/g
16254 s/^:*//
16255 s/:*$//
16256 x
16257 s/\(=[ ]*\).*/\1/
16258 G
16259 s/\n//
16260 s/^[^=]*=[ ]*$//
16261 }'
16262 fi
16263
16264 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16265 fi # test -n "$CONFIG_FILES"
16266
16267 # Set up the scripts for CONFIG_HEADERS section.
16268 # No need to generate them if there are no CONFIG_HEADERS.
16269 # This happens for instance with `./config.status Makefile'.
16270 if test -n "$CONFIG_HEADERS"; then
16271 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16272 BEGIN {
16273 _ACEOF
16274
16275 # Transform confdefs.h into an awk script `defines.awk', embedded as
16276 # here-document in config.status, that substitutes the proper values into
16277 # config.h.in to produce config.h.
16278
16279 # Create a delimiter string that does not exist in confdefs.h, to ease
16280 # handling of long lines.
16281 ac_delim='%!_!# '
16282 for ac_last_try in false false :; do
16283 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16284 if test -z "$ac_tt"; then
16285 break
16286 elif $ac_last_try; then
16287 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16288 else
16289 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16290 fi
16291 done
16292
16293 # For the awk script, D is an array of macro values keyed by name,
16294 # likewise P contains macro parameters if any. Preserve backslash
16295 # newline sequences.
16296
16297 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16298 sed -n '
16299 s/.\{148\}/&'"$ac_delim"'/g
16300 t rset
16301 :rset
16302 s/^[ ]*#[ ]*define[ ][ ]*/ /
16303 t def
16304 d
16305 :def
16306 s/\\$//
16307 t bsnl
16308 s/["\\]/\\&/g
16309 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16310 D["\1"]=" \3"/p
16311 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16312 d
16313 :bsnl
16314 s/["\\]/\\&/g
16315 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16316 D["\1"]=" \3\\\\\\n"\\/p
16317 t cont
16318 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16319 t cont
16320 d
16321 :cont
16322 n
16323 s/.\{148\}/&'"$ac_delim"'/g
16324 t clear
16325 :clear
16326 s/\\$//
16327 t bsnlc
16328 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16329 d
16330 :bsnlc
16331 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16332 b cont
16333 ' <confdefs.h | sed '
16334 s/'"$ac_delim"'/"\\\
16335 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16336
16337 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16338 for (key in D) D_is_set[key] = 1
16339 FS = "\a"
16340 }
16341 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16342 line = \$ 0
16343 split(line, arg, " ")
16344 if (arg[1] == "#") {
16345 defundef = arg[2]
16346 mac1 = arg[3]
16347 } else {
16348 defundef = substr(arg[1], 2)
16349 mac1 = arg[2]
16350 }
16351 split(mac1, mac2, "(") #)
16352 macro = mac2[1]
16353 prefix = substr(line, 1, index(line, defundef) - 1)
16354 if (D_is_set[macro]) {
16355 # Preserve the white space surrounding the "#".
16356 print prefix "define", macro P[macro] D[macro]
16357 next
16358 } else {
16359 # Replace #undef with comments. This is necessary, for example,
16360 # in the case of _POSIX_SOURCE, which is predefined and required
16361 # on some systems where configure will not decide to define it.
16362 if (defundef == "undef") {
16363 print "/*", prefix defundef, macro, "*/"
16364 next
16365 }
16366 }
16367 }
16368 { print }
16369 _ACAWK
16370 _ACEOF
16371 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16372 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16373 fi # test -n "$CONFIG_HEADERS"
16374
16375
16376 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16377 shift
16378 for ac_tag
16379 do
16380 case $ac_tag in
16381 :[FHLC]) ac_mode=$ac_tag; continue;;
16382 esac
16383 case $ac_mode$ac_tag in
16384 :[FHL]*:*);;
16385 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16386 :[FH]-) ac_tag=-:-;;
16387 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16388 esac
16389 ac_save_IFS=$IFS
16390 IFS=:
16391 set x $ac_tag
16392 IFS=$ac_save_IFS
16393 shift
16394 ac_file=$1
16395 shift
16396
16397 case $ac_mode in
16398 :L) ac_source=$1;;
16399 :[FH])
16400 ac_file_inputs=
16401 for ac_f
16402 do
16403 case $ac_f in
16404 -) ac_f="$ac_tmp/stdin";;
16405 *) # Look for the file first in the build tree, then in the source tree
16406 # (if the path is not absolute). The absolute path cannot be DOS-style,
16407 # because $ac_f cannot contain `:'.
16408 test -f "$ac_f" ||
16409 case $ac_f in
16410 [\\/$]*) false;;
16411 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16412 esac ||
16413 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16414 esac
16415 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16416 as_fn_append ac_file_inputs " '$ac_f'"
16417 done
16418
16419 # Let's still pretend it is `configure' which instantiates (i.e., don't
16420 # use $as_me), people would be surprised to read:
16421 # /* config.h. Generated by config.status. */
16422 configure_input='Generated from '`
16423 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16424 `' by configure.'
16425 if test x"$ac_file" != x-; then
16426 configure_input="$ac_file. $configure_input"
16427 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16428 $as_echo "$as_me: creating $ac_file" >&6;}
16429 fi
16430 # Neutralize special characters interpreted by sed in replacement strings.
16431 case $configure_input in #(
16432 *\&* | *\|* | *\\* )
16433 ac_sed_conf_input=`$as_echo "$configure_input" |
16434 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16435 *) ac_sed_conf_input=$configure_input;;
16436 esac
16437
16438 case $ac_tag in
16439 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16440 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16441 esac
16442 ;;
16443 esac
16444
16445 ac_dir=`$as_dirname -- "$ac_file" ||
16446 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16447 X"$ac_file" : 'X\(//\)[^/]' \| \
16448 X"$ac_file" : 'X\(//\)$' \| \
16449 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16450 $as_echo X"$ac_file" |
16451 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16452 s//\1/
16453 q
16454 }
16455 /^X\(\/\/\)[^/].*/{
16456 s//\1/
16457 q
16458 }
16459 /^X\(\/\/\)$/{
16460 s//\1/
16461 q
16462 }
16463 /^X\(\/\).*/{
16464 s//\1/
16465 q
16466 }
16467 s/.*/./; q'`
16468 as_dir="$ac_dir"; as_fn_mkdir_p
16469 ac_builddir=.
16470
16471 case "$ac_dir" in
16472 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16473 *)
16474 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16475 # A ".." for each directory in $ac_dir_suffix.
16476 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16477 case $ac_top_builddir_sub in
16478 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16479 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16480 esac ;;
16481 esac
16482 ac_abs_top_builddir=$ac_pwd
16483 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16484 # for backward compatibility:
16485 ac_top_builddir=$ac_top_build_prefix
16486
16487 case $srcdir in
16488 .) # We are building in place.
16489 ac_srcdir=.
16490 ac_top_srcdir=$ac_top_builddir_sub
16491 ac_abs_top_srcdir=$ac_pwd ;;
16492 [\\/]* | ?:[\\/]* ) # Absolute name.
16493 ac_srcdir=$srcdir$ac_dir_suffix;
16494 ac_top_srcdir=$srcdir
16495 ac_abs_top_srcdir=$srcdir ;;
16496 *) # Relative name.
16497 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16498 ac_top_srcdir=$ac_top_build_prefix$srcdir
16499 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16500 esac
16501 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16502
16503
16504 case $ac_mode in
16505 :F)
16506 #
16507 # CONFIG_FILE
16508 #
16509
16510 case $INSTALL in
16511 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16512 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16513 esac
16514 ac_MKDIR_P=$MKDIR_P
16515 case $MKDIR_P in
16516 [\\/$]* | ?:[\\/]* ) ;;
16517 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16518 esac
16519 _ACEOF
16520
16521 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16522 # If the template does not know about datarootdir, expand it.
16523 # FIXME: This hack should be removed a few years after 2.60.
16524 ac_datarootdir_hack=; ac_datarootdir_seen=
16525 ac_sed_dataroot='
16526 /datarootdir/ {
16527 p
16528 q
16529 }
16530 /@datadir@/p
16531 /@docdir@/p
16532 /@infodir@/p
16533 /@localedir@/p
16534 /@mandir@/p'
16535 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16536 *datarootdir*) ac_datarootdir_seen=yes;;
16537 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16538 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16539 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16540 _ACEOF
16541 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16542 ac_datarootdir_hack='
16543 s&@datadir@&$datadir&g
16544 s&@docdir@&$docdir&g
16545 s&@infodir@&$infodir&g
16546 s&@localedir@&$localedir&g
16547 s&@mandir@&$mandir&g
16548 s&\\\${datarootdir}&$datarootdir&g' ;;
16549 esac
16550 _ACEOF
16551
16552 # Neutralize VPATH when `$srcdir' = `.'.
16553 # Shell code in configure.ac might set extrasub.
16554 # FIXME: do we really want to maintain this feature?
16555 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16556 ac_sed_extra="$ac_vpsub
16557 $extrasub
16558 _ACEOF
16559 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16560 :t
16561 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16562 s|@configure_input@|$ac_sed_conf_input|;t t
16563 s&@top_builddir@&$ac_top_builddir_sub&;t t
16564 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16565 s&@srcdir@&$ac_srcdir&;t t
16566 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16567 s&@top_srcdir@&$ac_top_srcdir&;t t
16568 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16569 s&@builddir@&$ac_builddir&;t t
16570 s&@abs_builddir@&$ac_abs_builddir&;t t
16571 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16572 s&@INSTALL@&$ac_INSTALL&;t t
16573 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16574 $ac_datarootdir_hack
16575 "
16576 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16577 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16578
16579 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16580 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16581 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16582 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16584 which seems to be undefined. Please make sure it is defined" >&5
16585 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16586 which seems to be undefined. Please make sure it is defined" >&2;}
16587
16588 rm -f "$ac_tmp/stdin"
16589 case $ac_file in
16590 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16591 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16592 esac \
16593 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16594 ;;
16595 :H)
16596 #
16597 # CONFIG_HEADER
16598 #
16599 if test x"$ac_file" != x-; then
16600 {
16601 $as_echo "/* $configure_input */" \
16602 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16603 } >"$ac_tmp/config.h" \
16604 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16605 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16606 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16607 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16608 else
16609 rm -f "$ac_file"
16610 mv "$ac_tmp/config.h" "$ac_file" \
16611 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16612 fi
16613 else
16614 $as_echo "/* $configure_input */" \
16615 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16616 || as_fn_error $? "could not create -" "$LINENO" 5
16617 fi
16618 # Compute "$ac_file"'s index in $config_headers.
16619 _am_arg="$ac_file"
16620 _am_stamp_count=1
16621 for _am_header in $config_headers :; do
16622 case $_am_header in
16623 $_am_arg | $_am_arg:* )
16624 break ;;
16625 * )
16626 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16627 esac
16628 done
16629 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16630 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16631 X"$_am_arg" : 'X\(//\)[^/]' \| \
16632 X"$_am_arg" : 'X\(//\)$' \| \
16633 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16634 $as_echo X"$_am_arg" |
16635 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16636 s//\1/
16637 q
16638 }
16639 /^X\(\/\/\)[^/].*/{
16640 s//\1/
16641 q
16642 }
16643 /^X\(\/\/\)$/{
16644 s//\1/
16645 q
16646 }
16647 /^X\(\/\).*/{
16648 s//\1/
16649 q
16650 }
16651 s/.*/./; q'`/stamp-h$_am_stamp_count
16652 ;;
16653
16654 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16655 $as_echo "$as_me: executing $ac_file commands" >&6;}
16656 ;;
16657 esac
16658
16659
16660 case $ac_file$ac_mode in
16661 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16662 # Older Autoconf quotes --file arguments for eval, but not when files
16663 # are listed without --file. Let's play safe and only enable the eval
16664 # if we detect the quoting.
16665 case $CONFIG_FILES in
16666 *\'*) eval set x "$CONFIG_FILES" ;;
16667 *) set x $CONFIG_FILES ;;
16668 esac
16669 shift
16670 for mf
16671 do
16672 # Strip MF so we end up with the name of the file.
16673 mf=`echo "$mf" | sed -e 's/:.*$//'`
16674 # Check whether this is an Automake generated Makefile or not.
16675 # We used to match only the files named 'Makefile.in', but
16676 # some people rename them; so instead we look at the file content.
16677 # Grep'ing the first line is not enough: some people post-process
16678 # each Makefile.in and add a new line on top of each file to say so.
16679 # Grep'ing the whole file is not good either: AIX grep has a line
16680 # limit of 2048, but all sed's we know have understand at least 4000.
16681 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16682 dirpart=`$as_dirname -- "$mf" ||
16683 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16684 X"$mf" : 'X\(//\)[^/]' \| \
16685 X"$mf" : 'X\(//\)$' \| \
16686 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16687 $as_echo X"$mf" |
16688 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16689 s//\1/
16690 q
16691 }
16692 /^X\(\/\/\)[^/].*/{
16693 s//\1/
16694 q
16695 }
16696 /^X\(\/\/\)$/{
16697 s//\1/
16698 q
16699 }
16700 /^X\(\/\).*/{
16701 s//\1/
16702 q
16703 }
16704 s/.*/./; q'`
16705 else
16706 continue
16707 fi
16708 # Extract the definition of DEPDIR, am__include, and am__quote
16709 # from the Makefile without running 'make'.
16710 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16711 test -z "$DEPDIR" && continue
16712 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16713 test -z "$am__include" && continue
16714 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16715 # Find all dependency output files, they are included files with
16716 # $(DEPDIR) in their names. We invoke sed twice because it is the
16717 # simplest approach to changing $(DEPDIR) to its actual value in the
16718 # expansion.
16719 for file in `sed -n "
16720 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16721 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16722 # Make sure the directory exists.
16723 test -f "$dirpart/$file" && continue
16724 fdir=`$as_dirname -- "$file" ||
16725 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16726 X"$file" : 'X\(//\)[^/]' \| \
16727 X"$file" : 'X\(//\)$' \| \
16728 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16729 $as_echo X"$file" |
16730 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16731 s//\1/
16732 q
16733 }
16734 /^X\(\/\/\)[^/].*/{
16735 s//\1/
16736 q
16737 }
16738 /^X\(\/\/\)$/{
16739 s//\1/
16740 q
16741 }
16742 /^X\(\/\).*/{
16743 s//\1/
16744 q
16745 }
16746 s/.*/./; q'`
16747 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16748 # echo "creating $dirpart/$file"
16749 echo '# dummy' > "$dirpart/$file"
16750 done
16751 done
16752 }
16753 ;;
16754 "libtool":C)
16755
16756 # See if we are running on zsh, and set the options which allow our
16757 # commands through without removal of \ escapes.
16758 if test -n "${ZSH_VERSION+set}" ; then
16759 setopt NO_GLOB_SUBST
16760 fi
16761
16762 cfgfile="${ofile}T"
16763 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16764 $RM "$cfgfile"
16765
16766 cat <<_LT_EOF >> "$cfgfile"
16767 #! $SHELL
16768
16769 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16770 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16771 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16772 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16773 #
16774 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16775 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16776 # Written by Gordon Matzigkeit, 1996
16777 #
16778 # This file is part of GNU Libtool.
16779 #
16780 # GNU Libtool is free software; you can redistribute it and/or
16781 # modify it under the terms of the GNU General Public License as
16782 # published by the Free Software Foundation; either version 2 of
16783 # the License, or (at your option) any later version.
16784 #
16785 # As a special exception to the GNU General Public License,
16786 # if you distribute this file as part of a program or library that
16787 # is built using GNU Libtool, you may include this file under the
16788 # same distribution terms that you use for the rest of that program.
16789 #
16790 # GNU Libtool is distributed in the hope that it will be useful,
16791 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16792 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16793 # GNU General Public License for more details.
16794 #
16795 # You should have received a copy of the GNU General Public License
16796 # along with GNU Libtool; see the file COPYING. If not, a copy
16797 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16798 # obtained by writing to the Free Software Foundation, Inc.,
16799 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16800
16801
16802 # The names of the tagged configurations supported by this script.
16803 available_tags=""
16804
16805 # ### BEGIN LIBTOOL CONFIG
16806
16807 # Whether or not to build shared libraries.
16808 build_libtool_libs=$enable_shared
16809
16810 # Which release of libtool.m4 was used?
16811 macro_version=$macro_version
16812 macro_revision=$macro_revision
16813
16814 # Whether or not to build static libraries.
16815 build_old_libs=$enable_static
16816
16817 # What type of objects to build.
16818 pic_mode=$pic_mode
16819
16820 # Whether or not to optimize for fast installation.
16821 fast_install=$enable_fast_install
16822
16823 # Shell to use when invoking shell scripts.
16824 SHELL=$lt_SHELL
16825
16826 # An echo program that protects backslashes.
16827 ECHO=$lt_ECHO
16828
16829 # The host system.
16830 host_alias=$host_alias
16831 host=$host
16832 host_os=$host_os
16833
16834 # The build system.
16835 build_alias=$build_alias
16836 build=$build
16837 build_os=$build_os
16838
16839 # A sed program that does not truncate output.
16840 SED=$lt_SED
16841
16842 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16843 Xsed="\$SED -e 1s/^X//"
16844
16845 # A grep program that handles long lines.
16846 GREP=$lt_GREP
16847
16848 # An ERE matcher.
16849 EGREP=$lt_EGREP
16850
16851 # A literal string matcher.
16852 FGREP=$lt_FGREP
16853
16854 # A BSD- or MS-compatible name lister.
16855 NM=$lt_NM
16856
16857 # Whether we need soft or hard links.
16858 LN_S=$lt_LN_S
16859
16860 # What is the maximum length of a command?
16861 max_cmd_len=$max_cmd_len
16862
16863 # Object file suffix (normally "o").
16864 objext=$ac_objext
16865
16866 # Executable file suffix (normally "").
16867 exeext=$exeext
16868
16869 # whether the shell understands "unset".
16870 lt_unset=$lt_unset
16871
16872 # turn spaces into newlines.
16873 SP2NL=$lt_lt_SP2NL
16874
16875 # turn newlines into spaces.
16876 NL2SP=$lt_lt_NL2SP
16877
16878 # An object symbol dumper.
16879 OBJDUMP=$lt_OBJDUMP
16880
16881 # Method to check whether dependent libraries are shared objects.
16882 deplibs_check_method=$lt_deplibs_check_method
16883
16884 # Command to use when deplibs_check_method == "file_magic".
16885 file_magic_cmd=$lt_file_magic_cmd
16886
16887 # The archiver.
16888 AR=$lt_AR
16889 AR_FLAGS=$lt_AR_FLAGS
16890
16891 # A symbol stripping program.
16892 STRIP=$lt_STRIP
16893
16894 # Commands used to install an old-style archive.
16895 RANLIB=$lt_RANLIB
16896 old_postinstall_cmds=$lt_old_postinstall_cmds
16897 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16898
16899 # Whether to use a lock for old archive extraction.
16900 lock_old_archive_extraction=$lock_old_archive_extraction
16901
16902 # A C compiler.
16903 LTCC=$lt_CC
16904
16905 # LTCC compiler flags.
16906 LTCFLAGS=$lt_CFLAGS
16907
16908 # Take the output of nm and produce a listing of raw symbols and C names.
16909 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16910
16911 # Transform the output of nm in a proper C declaration.
16912 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16913
16914 # Transform the output of nm in a C name address pair.
16915 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16916
16917 # Transform the output of nm in a C name address pair when lib prefix is needed.
16918 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16919
16920 # The name of the directory that contains temporary libtool files.
16921 objdir=$objdir
16922
16923 # Used to examine libraries when file_magic_cmd begins with "file".
16924 MAGIC_CMD=$MAGIC_CMD
16925
16926 # Must we lock files when doing compilation?
16927 need_locks=$lt_need_locks
16928
16929 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16930 DSYMUTIL=$lt_DSYMUTIL
16931
16932 # Tool to change global to local symbols on Mac OS X.
16933 NMEDIT=$lt_NMEDIT
16934
16935 # Tool to manipulate fat objects and archives on Mac OS X.
16936 LIPO=$lt_LIPO
16937
16938 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16939 OTOOL=$lt_OTOOL
16940
16941 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16942 OTOOL64=$lt_OTOOL64
16943
16944 # Old archive suffix (normally "a").
16945 libext=$libext
16946
16947 # Shared library suffix (normally ".so").
16948 shrext_cmds=$lt_shrext_cmds
16949
16950 # The commands to extract the exported symbol list from a shared archive.
16951 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16952
16953 # Variables whose values should be saved in libtool wrapper scripts and
16954 # restored at link time.
16955 variables_saved_for_relink=$lt_variables_saved_for_relink
16956
16957 # Do we need the "lib" prefix for modules?
16958 need_lib_prefix=$need_lib_prefix
16959
16960 # Do we need a version for libraries?
16961 need_version=$need_version
16962
16963 # Library versioning type.
16964 version_type=$version_type
16965
16966 # Shared library runtime path variable.
16967 runpath_var=$runpath_var
16968
16969 # Shared library path variable.
16970 shlibpath_var=$shlibpath_var
16971
16972 # Is shlibpath searched before the hard-coded library search path?
16973 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16974
16975 # Format of library name prefix.
16976 libname_spec=$lt_libname_spec
16977
16978 # List of archive names. First name is the real one, the rest are links.
16979 # The last name is the one that the linker finds with -lNAME
16980 library_names_spec=$lt_library_names_spec
16981
16982 # The coded name of the library, if different from the real name.
16983 soname_spec=$lt_soname_spec
16984
16985 # Permission mode override for installation of shared libraries.
16986 install_override_mode=$lt_install_override_mode
16987
16988 # Command to use after installation of a shared archive.
16989 postinstall_cmds=$lt_postinstall_cmds
16990
16991 # Command to use after uninstallation of a shared archive.
16992 postuninstall_cmds=$lt_postuninstall_cmds
16993
16994 # Commands used to finish a libtool library installation in a directory.
16995 finish_cmds=$lt_finish_cmds
16996
16997 # As "finish_cmds", except a single script fragment to be evaled but
16998 # not shown.
16999 finish_eval=$lt_finish_eval
17000
17001 # Whether we should hardcode library paths into libraries.
17002 hardcode_into_libs=$hardcode_into_libs
17003
17004 # Compile-time system search path for libraries.
17005 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17006
17007 # Run-time system search path for libraries.
17008 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17009
17010 # Whether dlopen is supported.
17011 dlopen_support=$enable_dlopen
17012
17013 # Whether dlopen of programs is supported.
17014 dlopen_self=$enable_dlopen_self
17015
17016 # Whether dlopen of statically linked programs is supported.
17017 dlopen_self_static=$enable_dlopen_self_static
17018
17019 # Commands to strip libraries.
17020 old_striplib=$lt_old_striplib
17021 striplib=$lt_striplib
17022
17023
17024 # The linker used to build libraries.
17025 LD=$lt_LD
17026
17027 # How to create reloadable object files.
17028 reload_flag=$lt_reload_flag
17029 reload_cmds=$lt_reload_cmds
17030
17031 # Commands used to build an old-style archive.
17032 old_archive_cmds=$lt_old_archive_cmds
17033
17034 # A language specific compiler.
17035 CC=$lt_compiler
17036
17037 # Is the compiler the GNU compiler?
17038 with_gcc=$GCC
17039
17040 # Compiler flag to turn off builtin functions.
17041 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17042
17043 # How to pass a linker flag through the compiler.
17044 wl=$lt_lt_prog_compiler_wl
17045
17046 # Additional compiler flags for building library objects.
17047 pic_flag=$lt_lt_prog_compiler_pic
17048
17049 # Compiler flag to prevent dynamic linking.
17050 link_static_flag=$lt_lt_prog_compiler_static
17051
17052 # Does compiler simultaneously support -c and -o options?
17053 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17054
17055 # Whether or not to add -lc for building shared libraries.
17056 build_libtool_need_lc=$archive_cmds_need_lc
17057
17058 # Whether or not to disallow shared libs when runtime libs are static.
17059 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17060
17061 # Compiler flag to allow reflexive dlopens.
17062 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17063
17064 # Compiler flag to generate shared objects directly from archives.
17065 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17066
17067 # Whether the compiler copes with passing no objects directly.
17068 compiler_needs_object=$lt_compiler_needs_object
17069
17070 # Create an old-style archive from a shared archive.
17071 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17072
17073 # Create a temporary old-style archive to link instead of a shared archive.
17074 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17075
17076 # Commands used to build a shared archive.
17077 archive_cmds=$lt_archive_cmds
17078 archive_expsym_cmds=$lt_archive_expsym_cmds
17079
17080 # Commands used to build a loadable module if different from building
17081 # a shared archive.
17082 module_cmds=$lt_module_cmds
17083 module_expsym_cmds=$lt_module_expsym_cmds
17084
17085 # Whether we are building with GNU ld or not.
17086 with_gnu_ld=$lt_with_gnu_ld
17087
17088 # Flag that allows shared libraries with undefined symbols to be built.
17089 allow_undefined_flag=$lt_allow_undefined_flag
17090
17091 # Flag that enforces no undefined symbols.
17092 no_undefined_flag=$lt_no_undefined_flag
17093
17094 # Flag to hardcode \$libdir into a binary during linking.
17095 # This must work even if \$libdir does not exist
17096 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17097
17098 # If ld is used when linking, flag to hardcode \$libdir into a binary
17099 # during linking. This must work even if \$libdir does not exist.
17100 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17101
17102 # Whether we need a single "-rpath" flag with a separated argument.
17103 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17104
17105 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17106 # DIR into the resulting binary.
17107 hardcode_direct=$hardcode_direct
17108
17109 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17110 # DIR into the resulting binary and the resulting library dependency is
17111 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17112 # library is relocated.
17113 hardcode_direct_absolute=$hardcode_direct_absolute
17114
17115 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17116 # into the resulting binary.
17117 hardcode_minus_L=$hardcode_minus_L
17118
17119 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17120 # into the resulting binary.
17121 hardcode_shlibpath_var=$hardcode_shlibpath_var
17122
17123 # Set to "yes" if building a shared library automatically hardcodes DIR
17124 # into the library and all subsequent libraries and executables linked
17125 # against it.
17126 hardcode_automatic=$hardcode_automatic
17127
17128 # Set to yes if linker adds runtime paths of dependent libraries
17129 # to runtime path list.
17130 inherit_rpath=$inherit_rpath
17131
17132 # Whether libtool must link a program against all its dependency libraries.
17133 link_all_deplibs=$link_all_deplibs
17134
17135 # Fix the shell variable \$srcfile for the compiler.
17136 fix_srcfile_path=$lt_fix_srcfile_path
17137
17138 # Set to "yes" if exported symbols are required.
17139 always_export_symbols=$always_export_symbols
17140
17141 # The commands to list exported symbols.
17142 export_symbols_cmds=$lt_export_symbols_cmds
17143
17144 # Symbols that should not be listed in the preloaded symbols.
17145 exclude_expsyms=$lt_exclude_expsyms
17146
17147 # Symbols that must always be exported.
17148 include_expsyms=$lt_include_expsyms
17149
17150 # Commands necessary for linking programs (against libraries) with templates.
17151 prelink_cmds=$lt_prelink_cmds
17152
17153 # Specify filename containing input files.
17154 file_list_spec=$lt_file_list_spec
17155
17156 # How to hardcode a shared library path into an executable.
17157 hardcode_action=$hardcode_action
17158
17159 # ### END LIBTOOL CONFIG
17160
17161 _LT_EOF
17162
17163 case $host_os in
17164 aix3*)
17165 cat <<\_LT_EOF >> "$cfgfile"
17166 # AIX sometimes has problems with the GCC collect2 program. For some
17167 # reason, if we set the COLLECT_NAMES environment variable, the problems
17168 # vanish in a puff of smoke.
17169 if test "X${COLLECT_NAMES+set}" != Xset; then
17170 COLLECT_NAMES=
17171 export COLLECT_NAMES
17172 fi
17173 _LT_EOF
17174 ;;
17175 esac
17176
17177
17178 ltmain="$ac_aux_dir/ltmain.sh"
17179
17180
17181 # We use sed instead of cat because bash on DJGPP gets confused if
17182 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17183 # text mode, it properly converts lines to CR/LF. This bash problem
17184 # is reportedly fixed, but why not run on old versions too?
17185 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17186 || (rm -f "$cfgfile"; exit 1)
17187
17188 case $xsi_shell in
17189 yes)
17190 cat << \_LT_EOF >> "$cfgfile"
17191
17192 # func_dirname file append nondir_replacement
17193 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17194 # otherwise set result to NONDIR_REPLACEMENT.
17195 func_dirname ()
17196 {
17197 case ${1} in
17198 */*) func_dirname_result="${1%/*}${2}" ;;
17199 * ) func_dirname_result="${3}" ;;
17200 esac
17201 }
17202
17203 # func_basename file
17204 func_basename ()
17205 {
17206 func_basename_result="${1##*/}"
17207 }
17208
17209 # func_dirname_and_basename file append nondir_replacement
17210 # perform func_basename and func_dirname in a single function
17211 # call:
17212 # dirname: Compute the dirname of FILE. If nonempty,
17213 # add APPEND to the result, otherwise set result
17214 # to NONDIR_REPLACEMENT.
17215 # value returned in "$func_dirname_result"
17216 # basename: Compute filename of FILE.
17217 # value retuned in "$func_basename_result"
17218 # Implementation must be kept synchronized with func_dirname
17219 # and func_basename. For efficiency, we do not delegate to
17220 # those functions but instead duplicate the functionality here.
17221 func_dirname_and_basename ()
17222 {
17223 case ${1} in
17224 */*) func_dirname_result="${1%/*}${2}" ;;
17225 * ) func_dirname_result="${3}" ;;
17226 esac
17227 func_basename_result="${1##*/}"
17228 }
17229
17230 # func_stripname prefix suffix name
17231 # strip PREFIX and SUFFIX off of NAME.
17232 # PREFIX and SUFFIX must not contain globbing or regex special
17233 # characters, hashes, percent signs, but SUFFIX may contain a leading
17234 # dot (in which case that matches only a dot).
17235 func_stripname ()
17236 {
17237 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17238 # positional parameters, so assign one to ordinary parameter first.
17239 func_stripname_result=${3}
17240 func_stripname_result=${func_stripname_result#"${1}"}
17241 func_stripname_result=${func_stripname_result%"${2}"}
17242 }
17243
17244 # func_opt_split
17245 func_opt_split ()
17246 {
17247 func_opt_split_opt=${1%%=*}
17248 func_opt_split_arg=${1#*=}
17249 }
17250
17251 # func_lo2o object
17252 func_lo2o ()
17253 {
17254 case ${1} in
17255 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17256 *) func_lo2o_result=${1} ;;
17257 esac
17258 }
17259
17260 # func_xform libobj-or-source
17261 func_xform ()
17262 {
17263 func_xform_result=${1%.*}.lo
17264 }
17265
17266 # func_arith arithmetic-term...
17267 func_arith ()
17268 {
17269 func_arith_result=$(( $* ))
17270 }
17271
17272 # func_len string
17273 # STRING may not start with a hyphen.
17274 func_len ()
17275 {
17276 func_len_result=${#1}
17277 }
17278
17279 _LT_EOF
17280 ;;
17281 *) # Bourne compatible functions.
17282 cat << \_LT_EOF >> "$cfgfile"
17283
17284 # func_dirname file append nondir_replacement
17285 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17286 # otherwise set result to NONDIR_REPLACEMENT.
17287 func_dirname ()
17288 {
17289 # Extract subdirectory from the argument.
17290 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17291 if test "X$func_dirname_result" = "X${1}"; then
17292 func_dirname_result="${3}"
17293 else
17294 func_dirname_result="$func_dirname_result${2}"
17295 fi
17296 }
17297
17298 # func_basename file
17299 func_basename ()
17300 {
17301 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17302 }
17303
17304
17305 # func_stripname prefix suffix name
17306 # strip PREFIX and SUFFIX off of NAME.
17307 # PREFIX and SUFFIX must not contain globbing or regex special
17308 # characters, hashes, percent signs, but SUFFIX may contain a leading
17309 # dot (in which case that matches only a dot).
17310 # func_strip_suffix prefix name
17311 func_stripname ()
17312 {
17313 case ${2} in
17314 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17315 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17316 esac
17317 }
17318
17319 # sed scripts:
17320 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17321 my_sed_long_arg='1s/^-[^=]*=//'
17322
17323 # func_opt_split
17324 func_opt_split ()
17325 {
17326 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17327 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17328 }
17329
17330 # func_lo2o object
17331 func_lo2o ()
17332 {
17333 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17334 }
17335
17336 # func_xform libobj-or-source
17337 func_xform ()
17338 {
17339 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17340 }
17341
17342 # func_arith arithmetic-term...
17343 func_arith ()
17344 {
17345 func_arith_result=`expr "$@"`
17346 }
17347
17348 # func_len string
17349 # STRING may not start with a hyphen.
17350 func_len ()
17351 {
17352 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17353 }
17354
17355 _LT_EOF
17356 esac
17357
17358 case $lt_shell_append in
17359 yes)
17360 cat << \_LT_EOF >> "$cfgfile"
17361
17362 # func_append var value
17363 # Append VALUE to the end of shell variable VAR.
17364 func_append ()
17365 {
17366 eval "$1+=\$2"
17367 }
17368 _LT_EOF
17369 ;;
17370 *)
17371 cat << \_LT_EOF >> "$cfgfile"
17372
17373 # func_append var value
17374 # Append VALUE to the end of shell variable VAR.
17375 func_append ()
17376 {
17377 eval "$1=\$$1\$2"
17378 }
17379
17380 _LT_EOF
17381 ;;
17382 esac
17383
17384
17385 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17386 || (rm -f "$cfgfile"; exit 1)
17387
17388 mv -f "$cfgfile" "$ofile" ||
17389 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17390 chmod +x "$ofile"
17391
17392 ;;
17393 "default-1":C)
17394 for ac_file in $CONFIG_FILES; do
17395 # Support "outfile[:infile[:infile...]]"
17396 case "$ac_file" in
17397 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17398 esac
17399 # PO directories have a Makefile.in generated from Makefile.in.in.
17400 case "$ac_file" in */Makefile.in)
17401 # Adjust a relative srcdir.
17402 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17403 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17404 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17405 # In autoconf-2.13 it is called $ac_given_srcdir.
17406 # In autoconf-2.50 it is called $srcdir.
17407 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17408 case "$ac_given_srcdir" in
17409 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17410 /*) top_srcdir="$ac_given_srcdir" ;;
17411 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17412 esac
17413 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17414 rm -f "$ac_dir/POTFILES"
17415 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17416 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17417 POMAKEFILEDEPS="POTFILES.in"
17418 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17419 # on $ac_dir but don't depend on user-specified configuration
17420 # parameters.
17421 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17422 # The LINGUAS file contains the set of available languages.
17423 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17424 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17425 fi
17426 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17427 # Hide the ALL_LINGUAS assigment from automake.
17428 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17429 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17430 else
17431 # The set of available languages was given in configure.ac.
17432 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17433 fi
17434 case "$ac_given_srcdir" in
17435 .) srcdirpre= ;;
17436 *) srcdirpre='$(srcdir)/' ;;
17437 esac
17438 POFILES=
17439 GMOFILES=
17440 UPDATEPOFILES=
17441 DUMMYPOFILES=
17442 for lang in $ALL_LINGUAS; do
17443 POFILES="$POFILES $srcdirpre$lang.po"
17444 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17445 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17446 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17447 done
17448 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17449 # environment variable.
17450 INST_LINGUAS=
17451 if test -n "$ALL_LINGUAS"; then
17452 for presentlang in $ALL_LINGUAS; do
17453 useit=no
17454 if test "%UNSET%" != "$LINGUAS"; then
17455 desiredlanguages="$LINGUAS"
17456 else
17457 desiredlanguages="$ALL_LINGUAS"
17458 fi
17459 for desiredlang in $desiredlanguages; do
17460 # Use the presentlang catalog if desiredlang is
17461 # a. equal to presentlang, or
17462 # b. a variant of presentlang (because in this case,
17463 # presentlang can be used as a fallback for messages
17464 # which are not translated in the desiredlang catalog).
17465 case "$desiredlang" in
17466 "$presentlang"*) useit=yes;;
17467 esac
17468 done
17469 if test $useit = yes; then
17470 INST_LINGUAS="$INST_LINGUAS $presentlang"
17471 fi
17472 done
17473 fi
17474 CATALOGS=
17475 if test -n "$INST_LINGUAS"; then
17476 for lang in $INST_LINGUAS; do
17477 CATALOGS="$CATALOGS $lang.gmo"
17478 done
17479 fi
17480 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17481 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"
17482 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17483 if test -f "$f"; then
17484 case "$f" in
17485 *.orig | *.bak | *~) ;;
17486 *) cat "$f" >> "$ac_dir/Makefile" ;;
17487 esac
17488 fi
17489 done
17490 fi
17491 ;;
17492 esac
17493 done ;;
17494 "default":C)
17495 case "$srcdir" in
17496 .) srcdirpre= ;;
17497 *) srcdirpre='$(srcdir)/' ;;
17498 esac
17499 POFILES=
17500 GMOFILES=
17501 for lang in dummy $OBSOLETE_ALL_LINGUAS; do
17502 if test $lang != dummy; then
17503 POFILES="$POFILES $srcdirpre$lang.po"
17504 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17505 fi
17506 done
17507 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
17508 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
17509 -e "s,@POFILES@,$POFILES," \
17510 -e "s,@GMOFILES@,$GMOFILES," \
17511 po/Makefile.in > po/Makefile ;;
17512
17513 esac
17514 done # for ac_tag
17515
17516
17517 as_fn_exit 0
17518 _ACEOF
17519 ac_clean_files=$ac_clean_files_save
17520
17521 test $ac_write_fail = 0 ||
17522 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17523
17524
17525 # configure is writing to config.log, and then calls config.status.
17526 # config.status does its own redirection, appending to config.log.
17527 # Unfortunately, on DOS this fails, as config.log is still kept open
17528 # by configure, so config.status won't be able to write to it; its
17529 # output is simply discarded. So we exec the FD to /dev/null,
17530 # effectively closing config.log, so it can be properly (re)opened and
17531 # appended to by config.status. When coming back to configure, we
17532 # need to make the FD available again.
17533 if test "$no_create" != yes; then
17534 ac_cs_success=:
17535 ac_config_status_args=
17536 test "$silent" = yes &&
17537 ac_config_status_args="$ac_config_status_args --quiet"
17538 exec 5>/dev/null
17539 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17540 exec 5>>config.log
17541 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17542 # would make configure fail if this is the last instruction.
17543 $ac_cs_success || as_fn_exit 1
17544 fi
17545 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17546 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17547 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17548 fi
17549
17550
17551
17552 touch config.status.tmp
17553 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
17554 sed '/as_fn_exit 0/i \
17555 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
17556 touch --reference=Makefile Makefile.tmp \
17557 mv Makefile.tmp Makefile \
17558 ' config.status > config.status.tmp
17559 touch --reference=config.status config.status.tmp
17560 mv config.status.tmp config.status
17561 chmod +x config.status
17562 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
17563 touch --reference=Makefile Makefile.tmp
17564 mv Makefile.tmp Makefile
17565 else
17566 rm -f config.status.tmp
17567 fi