gdb/testsuite: make gdb.ada/mi_prot.exp stop at expected location
[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.38.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.38.50'
591 PACKAGE_STRING='bfd 2.38.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 ENABLE_BFD_64_BIT_FALSE
701 ENABLE_BFD_64_BIT_TRUE
702 PLUGINS_FALSE
703 PLUGINS_TRUE
704 LARGEFILE_CPPFLAGS
705 OTOOL64
706 OTOOL
707 LIPO
708 NMEDIT
709 DSYMUTIL
710 OBJDUMP
711 LN_S
712 NM
713 ac_ct_DUMPBIN
714 DUMPBIN
715 LD
716 FGREP
717 SED
718 LIBTOOL
719 EGREP
720 GREP
721 CPP
722 am__fastdepCC_FALSE
723 am__fastdepCC_TRUE
724 CCDEPMODE
725 am__nodep
726 AMDEPBACKSLASH
727 AMDEP_FALSE
728 AMDEP_TRUE
729 am__quote
730 am__include
731 DEPDIR
732 OBJEXT
733 EXEEXT
734 ac_ct_CC
735 CPPFLAGS
736 LDFLAGS
737 CFLAGS
738 CC
739 RANLIB
740 AR
741 AM_BACKSLASH
742 AM_DEFAULT_VERBOSITY
743 AM_DEFAULT_V
744 AM_V
745 am__untar
746 am__tar
747 AMTAR
748 am__leading_dot
749 SET_MAKE
750 AWK
751 mkdir_p
752 MKDIR_P
753 INSTALL_STRIP_PROGRAM
754 STRIP
755 install_sh
756 MAKEINFO
757 AUTOHEADER
758 AUTOMAKE
759 AUTOCONF
760 ACLOCAL
761 VERSION
762 PACKAGE
763 CYGPATH_W
764 am__isrc
765 INSTALL_DATA
766 INSTALL_SCRIPT
767 INSTALL_PROGRAM
768 target_os
769 target_vendor
770 target_cpu
771 target
772 host_os
773 host_vendor
774 host_cpu
775 host
776 build_os
777 build_vendor
778 build_cpu
779 build
780 target_alias
781 host_alias
782 build_alias
783 LIBS
784 ECHO_T
785 ECHO_N
786 ECHO_C
787 DEFS
788 mandir
789 localedir
790 libdir
791 psdir
792 pdfdir
793 dvidir
794 htmldir
795 infodir
796 docdir
797 oldincludedir
798 includedir
799 localstatedir
800 sharedstatedir
801 sysconfdir
802 datadir
803 datarootdir
804 libexecdir
805 sbindir
806 bindir
807 program_transform_name
808 prefix
809 exec_prefix
810 PACKAGE_URL
811 PACKAGE_BUGREPORT
812 PACKAGE_STRING
813 PACKAGE_VERSION
814 PACKAGE_TARNAME
815 PACKAGE_NAME
816 PATH_SEPARATOR
817 SHELL'
818 ac_subst_files=''
819 ac_user_opts='
820 enable_option_checking
821 enable_silent_rules
822 enable_shared
823 enable_dependency_tracking
824 enable_static
825 with_pic
826 enable_fast_install
827 with_gnu_ld
828 enable_libtool_lock
829 enable_plugins
830 enable_largefile
831 enable_checking
832 enable_64_bit_bfd
833 enable_targets
834 enable_64_bit_archive
835 with_mmap
836 enable_secureplt
837 enable_separate_code
838 enable_leading_mingw64_underscores
839 with_separate_debug_dir
840 with_pkgversion
841 with_bugurl
842 enable_werror
843 enable_build_warnings
844 enable_maintainer_mode
845 enable_install_libbfd
846 enable_nls
847 with_system_zlib
848 '
849 ac_precious_vars='build_alias
850 host_alias
851 target_alias
852 CC
853 CFLAGS
854 LDFLAGS
855 LIBS
856 CPPFLAGS
857 CPP'
858
859
860 # Initialize some variables set by options.
861 ac_init_help=
862 ac_init_version=false
863 ac_unrecognized_opts=
864 ac_unrecognized_sep=
865 # The variables have the same names as the options, with
866 # dashes changed to underlines.
867 cache_file=/dev/null
868 exec_prefix=NONE
869 no_create=
870 no_recursion=
871 prefix=NONE
872 program_prefix=NONE
873 program_suffix=NONE
874 program_transform_name=s,x,x,
875 silent=
876 site=
877 srcdir=
878 verbose=
879 x_includes=NONE
880 x_libraries=NONE
881
882 # Installation directory options.
883 # These are left unexpanded so users can "make install exec_prefix=/foo"
884 # and all the variables that are supposed to be based on exec_prefix
885 # by default will actually change.
886 # Use braces instead of parens because sh, perl, etc. also accept them.
887 # (The list follows the same order as the GNU Coding Standards.)
888 bindir='${exec_prefix}/bin'
889 sbindir='${exec_prefix}/sbin'
890 libexecdir='${exec_prefix}/libexec'
891 datarootdir='${prefix}/share'
892 datadir='${datarootdir}'
893 sysconfdir='${prefix}/etc'
894 sharedstatedir='${prefix}/com'
895 localstatedir='${prefix}/var'
896 includedir='${prefix}/include'
897 oldincludedir='/usr/include'
898 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
899 infodir='${datarootdir}/info'
900 htmldir='${docdir}'
901 dvidir='${docdir}'
902 pdfdir='${docdir}'
903 psdir='${docdir}'
904 libdir='${exec_prefix}/lib'
905 localedir='${datarootdir}/locale'
906 mandir='${datarootdir}/man'
907
908 ac_prev=
909 ac_dashdash=
910 for ac_option
911 do
912 # If the previous option needs an argument, assign it.
913 if test -n "$ac_prev"; then
914 eval $ac_prev=\$ac_option
915 ac_prev=
916 continue
917 fi
918
919 case $ac_option in
920 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
921 *=) ac_optarg= ;;
922 *) ac_optarg=yes ;;
923 esac
924
925 # Accept the important Cygnus configure options, so we can diagnose typos.
926
927 case $ac_dashdash$ac_option in
928 --)
929 ac_dashdash=yes ;;
930
931 -bindir | --bindir | --bindi | --bind | --bin | --bi)
932 ac_prev=bindir ;;
933 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
934 bindir=$ac_optarg ;;
935
936 -build | --build | --buil | --bui | --bu)
937 ac_prev=build_alias ;;
938 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
939 build_alias=$ac_optarg ;;
940
941 -cache-file | --cache-file | --cache-fil | --cache-fi \
942 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
943 ac_prev=cache_file ;;
944 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
945 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
946 cache_file=$ac_optarg ;;
947
948 --config-cache | -C)
949 cache_file=config.cache ;;
950
951 -datadir | --datadir | --datadi | --datad)
952 ac_prev=datadir ;;
953 -datadir=* | --datadir=* | --datadi=* | --datad=*)
954 datadir=$ac_optarg ;;
955
956 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
957 | --dataroo | --dataro | --datar)
958 ac_prev=datarootdir ;;
959 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
960 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
961 datarootdir=$ac_optarg ;;
962
963 -disable-* | --disable-*)
964 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
965 # Reject names that are not valid shell variable names.
966 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
967 as_fn_error $? "invalid feature name: $ac_useropt"
968 ac_useropt_orig=$ac_useropt
969 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
970 case $ac_user_opts in
971 *"
972 "enable_$ac_useropt"
973 "*) ;;
974 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
975 ac_unrecognized_sep=', ';;
976 esac
977 eval enable_$ac_useropt=no ;;
978
979 -docdir | --docdir | --docdi | --doc | --do)
980 ac_prev=docdir ;;
981 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
982 docdir=$ac_optarg ;;
983
984 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
985 ac_prev=dvidir ;;
986 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
987 dvidir=$ac_optarg ;;
988
989 -enable-* | --enable-*)
990 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
991 # Reject names that are not valid shell variable names.
992 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
993 as_fn_error $? "invalid feature name: $ac_useropt"
994 ac_useropt_orig=$ac_useropt
995 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
996 case $ac_user_opts in
997 *"
998 "enable_$ac_useropt"
999 "*) ;;
1000 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1001 ac_unrecognized_sep=', ';;
1002 esac
1003 eval enable_$ac_useropt=\$ac_optarg ;;
1004
1005 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1006 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1007 | --exec | --exe | --ex)
1008 ac_prev=exec_prefix ;;
1009 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1010 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1011 | --exec=* | --exe=* | --ex=*)
1012 exec_prefix=$ac_optarg ;;
1013
1014 -gas | --gas | --ga | --g)
1015 # Obsolete; use --with-gas.
1016 with_gas=yes ;;
1017
1018 -help | --help | --hel | --he | -h)
1019 ac_init_help=long ;;
1020 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1021 ac_init_help=recursive ;;
1022 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1023 ac_init_help=short ;;
1024
1025 -host | --host | --hos | --ho)
1026 ac_prev=host_alias ;;
1027 -host=* | --host=* | --hos=* | --ho=*)
1028 host_alias=$ac_optarg ;;
1029
1030 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1031 ac_prev=htmldir ;;
1032 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1033 | --ht=*)
1034 htmldir=$ac_optarg ;;
1035
1036 -includedir | --includedir | --includedi | --included | --include \
1037 | --includ | --inclu | --incl | --inc)
1038 ac_prev=includedir ;;
1039 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1040 | --includ=* | --inclu=* | --incl=* | --inc=*)
1041 includedir=$ac_optarg ;;
1042
1043 -infodir | --infodir | --infodi | --infod | --info | --inf)
1044 ac_prev=infodir ;;
1045 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1046 infodir=$ac_optarg ;;
1047
1048 -libdir | --libdir | --libdi | --libd)
1049 ac_prev=libdir ;;
1050 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1051 libdir=$ac_optarg ;;
1052
1053 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1054 | --libexe | --libex | --libe)
1055 ac_prev=libexecdir ;;
1056 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1057 | --libexe=* | --libex=* | --libe=*)
1058 libexecdir=$ac_optarg ;;
1059
1060 -localedir | --localedir | --localedi | --localed | --locale)
1061 ac_prev=localedir ;;
1062 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1063 localedir=$ac_optarg ;;
1064
1065 -localstatedir | --localstatedir | --localstatedi | --localstated \
1066 | --localstate | --localstat | --localsta | --localst | --locals)
1067 ac_prev=localstatedir ;;
1068 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1069 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1070 localstatedir=$ac_optarg ;;
1071
1072 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1073 ac_prev=mandir ;;
1074 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1075 mandir=$ac_optarg ;;
1076
1077 -nfp | --nfp | --nf)
1078 # Obsolete; use --without-fp.
1079 with_fp=no ;;
1080
1081 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1082 | --no-cr | --no-c | -n)
1083 no_create=yes ;;
1084
1085 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1086 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1087 no_recursion=yes ;;
1088
1089 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1090 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1091 | --oldin | --oldi | --old | --ol | --o)
1092 ac_prev=oldincludedir ;;
1093 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1094 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1095 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1096 oldincludedir=$ac_optarg ;;
1097
1098 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1099 ac_prev=prefix ;;
1100 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1101 prefix=$ac_optarg ;;
1102
1103 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1104 | --program-pre | --program-pr | --program-p)
1105 ac_prev=program_prefix ;;
1106 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1107 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1108 program_prefix=$ac_optarg ;;
1109
1110 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1111 | --program-suf | --program-su | --program-s)
1112 ac_prev=program_suffix ;;
1113 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1114 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1115 program_suffix=$ac_optarg ;;
1116
1117 -program-transform-name | --program-transform-name \
1118 | --program-transform-nam | --program-transform-na \
1119 | --program-transform-n | --program-transform- \
1120 | --program-transform | --program-transfor \
1121 | --program-transfo | --program-transf \
1122 | --program-trans | --program-tran \
1123 | --progr-tra | --program-tr | --program-t)
1124 ac_prev=program_transform_name ;;
1125 -program-transform-name=* | --program-transform-name=* \
1126 | --program-transform-nam=* | --program-transform-na=* \
1127 | --program-transform-n=* | --program-transform-=* \
1128 | --program-transform=* | --program-transfor=* \
1129 | --program-transfo=* | --program-transf=* \
1130 | --program-trans=* | --program-tran=* \
1131 | --progr-tra=* | --program-tr=* | --program-t=*)
1132 program_transform_name=$ac_optarg ;;
1133
1134 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1135 ac_prev=pdfdir ;;
1136 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1137 pdfdir=$ac_optarg ;;
1138
1139 -psdir | --psdir | --psdi | --psd | --ps)
1140 ac_prev=psdir ;;
1141 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1142 psdir=$ac_optarg ;;
1143
1144 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1145 | -silent | --silent | --silen | --sile | --sil)
1146 silent=yes ;;
1147
1148 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1149 ac_prev=sbindir ;;
1150 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1151 | --sbi=* | --sb=*)
1152 sbindir=$ac_optarg ;;
1153
1154 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1155 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1156 | --sharedst | --shareds | --shared | --share | --shar \
1157 | --sha | --sh)
1158 ac_prev=sharedstatedir ;;
1159 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1160 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1161 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1162 | --sha=* | --sh=*)
1163 sharedstatedir=$ac_optarg ;;
1164
1165 -site | --site | --sit)
1166 ac_prev=site ;;
1167 -site=* | --site=* | --sit=*)
1168 site=$ac_optarg ;;
1169
1170 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1171 ac_prev=srcdir ;;
1172 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1173 srcdir=$ac_optarg ;;
1174
1175 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1176 | --syscon | --sysco | --sysc | --sys | --sy)
1177 ac_prev=sysconfdir ;;
1178 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1179 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1180 sysconfdir=$ac_optarg ;;
1181
1182 -target | --target | --targe | --targ | --tar | --ta | --t)
1183 ac_prev=target_alias ;;
1184 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1185 target_alias=$ac_optarg ;;
1186
1187 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1188 verbose=yes ;;
1189
1190 -version | --version | --versio | --versi | --vers | -V)
1191 ac_init_version=: ;;
1192
1193 -with-* | --with-*)
1194 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1195 # Reject names that are not valid shell variable names.
1196 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1197 as_fn_error $? "invalid package name: $ac_useropt"
1198 ac_useropt_orig=$ac_useropt
1199 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1200 case $ac_user_opts in
1201 *"
1202 "with_$ac_useropt"
1203 "*) ;;
1204 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1205 ac_unrecognized_sep=', ';;
1206 esac
1207 eval with_$ac_useropt=\$ac_optarg ;;
1208
1209 -without-* | --without-*)
1210 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1211 # Reject names that are not valid shell variable names.
1212 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1213 as_fn_error $? "invalid package name: $ac_useropt"
1214 ac_useropt_orig=$ac_useropt
1215 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216 case $ac_user_opts in
1217 *"
1218 "with_$ac_useropt"
1219 "*) ;;
1220 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1221 ac_unrecognized_sep=', ';;
1222 esac
1223 eval with_$ac_useropt=no ;;
1224
1225 --x)
1226 # Obsolete; use --with-x.
1227 with_x=yes ;;
1228
1229 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1230 | --x-incl | --x-inc | --x-in | --x-i)
1231 ac_prev=x_includes ;;
1232 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1233 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1234 x_includes=$ac_optarg ;;
1235
1236 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1237 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1238 ac_prev=x_libraries ;;
1239 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1240 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1241 x_libraries=$ac_optarg ;;
1242
1243 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1244 Try \`$0 --help' for more information"
1245 ;;
1246
1247 *=*)
1248 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1249 # Reject names that are not valid shell variable names.
1250 case $ac_envvar in #(
1251 '' | [0-9]* | *[!_$as_cr_alnum]* )
1252 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1253 esac
1254 eval $ac_envvar=\$ac_optarg
1255 export $ac_envvar ;;
1256
1257 *)
1258 # FIXME: should be removed in autoconf 3.0.
1259 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1260 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1261 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1262 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1263 ;;
1264
1265 esac
1266 done
1267
1268 if test -n "$ac_prev"; then
1269 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1270 as_fn_error $? "missing argument to $ac_option"
1271 fi
1272
1273 if test -n "$ac_unrecognized_opts"; then
1274 case $enable_option_checking in
1275 no) ;;
1276 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1277 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1278 esac
1279 fi
1280
1281 # Check all directory arguments for consistency.
1282 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1283 datadir sysconfdir sharedstatedir localstatedir includedir \
1284 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1285 libdir localedir mandir
1286 do
1287 eval ac_val=\$$ac_var
1288 # Remove trailing slashes.
1289 case $ac_val in
1290 */ )
1291 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1292 eval $ac_var=\$ac_val;;
1293 esac
1294 # Be sure to have absolute directory names.
1295 case $ac_val in
1296 [\\/$]* | ?:[\\/]* ) continue;;
1297 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1298 esac
1299 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1300 done
1301
1302 # There might be people who depend on the old broken behavior: `$host'
1303 # used to hold the argument of --host etc.
1304 # FIXME: To remove some day.
1305 build=$build_alias
1306 host=$host_alias
1307 target=$target_alias
1308
1309 # FIXME: To remove some day.
1310 if test "x$host_alias" != x; then
1311 if test "x$build_alias" = x; then
1312 cross_compiling=maybe
1313 elif test "x$build_alias" != "x$host_alias"; then
1314 cross_compiling=yes
1315 fi
1316 fi
1317
1318 ac_tool_prefix=
1319 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1320
1321 test "$silent" = yes && exec 6>/dev/null
1322
1323
1324 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1325 ac_ls_di=`ls -di .` &&
1326 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1327 as_fn_error $? "working directory cannot be determined"
1328 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1329 as_fn_error $? "pwd does not report name of working directory"
1330
1331
1332 # Find the source files, if location was not specified.
1333 if test -z "$srcdir"; then
1334 ac_srcdir_defaulted=yes
1335 # Try the directory containing this script, then the parent directory.
1336 ac_confdir=`$as_dirname -- "$as_myself" ||
1337 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1338 X"$as_myself" : 'X\(//\)[^/]' \| \
1339 X"$as_myself" : 'X\(//\)$' \| \
1340 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1341 $as_echo X"$as_myself" |
1342 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1343 s//\1/
1344 q
1345 }
1346 /^X\(\/\/\)[^/].*/{
1347 s//\1/
1348 q
1349 }
1350 /^X\(\/\/\)$/{
1351 s//\1/
1352 q
1353 }
1354 /^X\(\/\).*/{
1355 s//\1/
1356 q
1357 }
1358 s/.*/./; q'`
1359 srcdir=$ac_confdir
1360 if test ! -r "$srcdir/$ac_unique_file"; then
1361 srcdir=..
1362 fi
1363 else
1364 ac_srcdir_defaulted=no
1365 fi
1366 if test ! -r "$srcdir/$ac_unique_file"; then
1367 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1368 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1369 fi
1370 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1371 ac_abs_confdir=`(
1372 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1373 pwd)`
1374 # When building in place, set srcdir=.
1375 if test "$ac_abs_confdir" = "$ac_pwd"; then
1376 srcdir=.
1377 fi
1378 # Remove unnecessary trailing slashes from srcdir.
1379 # Double slashes in file names in object file debugging info
1380 # mess up M-x gdb in Emacs.
1381 case $srcdir in
1382 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1383 esac
1384 for ac_var in $ac_precious_vars; do
1385 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1386 eval ac_env_${ac_var}_value=\$${ac_var}
1387 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1388 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1389 done
1390
1391 #
1392 # Report the --help message.
1393 #
1394 if test "$ac_init_help" = "long"; then
1395 # Omit some internal or obsolete options to make the list less imposing.
1396 # This message is too long to be a string in the A/UX 3.1 sh.
1397 cat <<_ACEOF
1398 \`configure' configures bfd 2.38.50 to adapt to many kinds of systems.
1399
1400 Usage: $0 [OPTION]... [VAR=VALUE]...
1401
1402 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1403 VAR=VALUE. See below for descriptions of some of the useful variables.
1404
1405 Defaults for the options are specified in brackets.
1406
1407 Configuration:
1408 -h, --help display this help and exit
1409 --help=short display options specific to this package
1410 --help=recursive display the short help of all the included packages
1411 -V, --version display version information and exit
1412 -q, --quiet, --silent do not print \`checking ...' messages
1413 --cache-file=FILE cache test results in FILE [disabled]
1414 -C, --config-cache alias for \`--cache-file=config.cache'
1415 -n, --no-create do not create output files
1416 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1417
1418 Installation directories:
1419 --prefix=PREFIX install architecture-independent files in PREFIX
1420 [$ac_default_prefix]
1421 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1422 [PREFIX]
1423
1424 By default, \`make install' will install all the files in
1425 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1426 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1427 for instance \`--prefix=\$HOME'.
1428
1429 For better control, use the options below.
1430
1431 Fine tuning of the installation directories:
1432 --bindir=DIR user executables [EPREFIX/bin]
1433 --sbindir=DIR system admin executables [EPREFIX/sbin]
1434 --libexecdir=DIR program executables [EPREFIX/libexec]
1435 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1436 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1437 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1438 --libdir=DIR object code libraries [EPREFIX/lib]
1439 --includedir=DIR C header files [PREFIX/include]
1440 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1441 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1442 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1443 --infodir=DIR info documentation [DATAROOTDIR/info]
1444 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1445 --mandir=DIR man documentation [DATAROOTDIR/man]
1446 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
1447 --htmldir=DIR html documentation [DOCDIR]
1448 --dvidir=DIR dvi documentation [DOCDIR]
1449 --pdfdir=DIR pdf documentation [DOCDIR]
1450 --psdir=DIR ps documentation [DOCDIR]
1451 _ACEOF
1452
1453 cat <<\_ACEOF
1454
1455 Program names:
1456 --program-prefix=PREFIX prepend PREFIX to installed program names
1457 --program-suffix=SUFFIX append SUFFIX to installed program names
1458 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1459
1460 System types:
1461 --build=BUILD configure for building on BUILD [guessed]
1462 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1463 --target=TARGET configure for building compilers for TARGET [HOST]
1464 _ACEOF
1465 fi
1466
1467 if test -n "$ac_init_help"; then
1468 case $ac_init_help in
1469 short | recursive ) echo "Configuration of bfd 2.38.50:";;
1470 esac
1471 cat <<\_ACEOF
1472
1473 Optional Features:
1474 --disable-option-checking ignore unrecognized --enable/--with options
1475 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1476 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1477 --enable-silent-rules less verbose build output (undo: "make V=1")
1478 --disable-silent-rules verbose build output (undo: "make V=0")
1479 --enable-shared[=PKGS] build shared libraries [default=no]
1480 --enable-dependency-tracking
1481 do not reject slow dependency extractors
1482 --disable-dependency-tracking
1483 speeds up one-time build
1484 --enable-static[=PKGS] build static libraries [default=yes]
1485 --enable-fast-install[=PKGS]
1486 optimize for fast installation [default=yes]
1487 --disable-libtool-lock avoid locking (might break parallel builds)
1488 --enable-plugins Enable support for plugins
1489 --disable-largefile omit support for large files
1490 --enable-checking enable run-time checks
1491 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1492 --enable-targets alternative target configurations
1493 --enable-64-bit-archive force 64-bit archives
1494 --enable-secureplt Default to creating read-only plt entries
1495 --enable-separate-code enable -z separate-code in ELF linker by default
1496 --enable-leading-mingw64-underscores
1497 Enable leading underscores on 64 bit mingw targets
1498 --enable-werror treat compile warnings as errors
1499 --enable-build-warnings enable build-time compiler warnings
1500 --enable-maintainer-mode
1501 enable make rules and dependencies not useful (and
1502 sometimes confusing) to the casual installer
1503 --enable-install-libbfd controls installation of libbfd and related headers
1504 --disable-nls do not use Native Language Support
1505
1506 Optional Packages:
1507 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1508 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1509 --with-pic try to use only PIC/non-PIC objects [default=use
1510 both]
1511 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1512 --with-mmap try using mmap for BFD input files if available
1513 --with-separate-debug-dir=DIR
1514 Look for global separate debug info in DIR
1515 [[default=LIBDIR/debug]]
1516 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1517 Binutils"
1518 --with-bugurl=URL Direct users to URL to report a bug
1519 --with-system-zlib use installed libz
1520
1521 Some influential environment variables:
1522 CC C compiler command
1523 CFLAGS C compiler flags
1524 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1525 nonstandard directory <lib dir>
1526 LIBS libraries to pass to the linker, e.g. -l<library>
1527 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1528 you have headers in a nonstandard directory <include dir>
1529 CPP C preprocessor
1530
1531 Use these variables to override the choices made by `configure' or to help
1532 it to find libraries and programs with nonstandard names/locations.
1533
1534 Report bugs to the package provider.
1535 _ACEOF
1536 ac_status=$?
1537 fi
1538
1539 if test "$ac_init_help" = "recursive"; then
1540 # If there are subdirs, report their specific --help.
1541 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1542 test -d "$ac_dir" ||
1543 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1544 continue
1545 ac_builddir=.
1546
1547 case "$ac_dir" in
1548 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1549 *)
1550 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1551 # A ".." for each directory in $ac_dir_suffix.
1552 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1553 case $ac_top_builddir_sub in
1554 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1555 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1556 esac ;;
1557 esac
1558 ac_abs_top_builddir=$ac_pwd
1559 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1560 # for backward compatibility:
1561 ac_top_builddir=$ac_top_build_prefix
1562
1563 case $srcdir in
1564 .) # We are building in place.
1565 ac_srcdir=.
1566 ac_top_srcdir=$ac_top_builddir_sub
1567 ac_abs_top_srcdir=$ac_pwd ;;
1568 [\\/]* | ?:[\\/]* ) # Absolute name.
1569 ac_srcdir=$srcdir$ac_dir_suffix;
1570 ac_top_srcdir=$srcdir
1571 ac_abs_top_srcdir=$srcdir ;;
1572 *) # Relative name.
1573 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1574 ac_top_srcdir=$ac_top_build_prefix$srcdir
1575 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1576 esac
1577 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1578
1579 cd "$ac_dir" || { ac_status=$?; continue; }
1580 # Check for guested configure.
1581 if test -f "$ac_srcdir/configure.gnu"; then
1582 echo &&
1583 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1584 elif test -f "$ac_srcdir/configure"; then
1585 echo &&
1586 $SHELL "$ac_srcdir/configure" --help=recursive
1587 else
1588 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1589 fi || ac_status=$?
1590 cd "$ac_pwd" || { ac_status=$?; break; }
1591 done
1592 fi
1593
1594 test -n "$ac_init_help" && exit $ac_status
1595 if $ac_init_version; then
1596 cat <<\_ACEOF
1597 bfd configure 2.38.50
1598 generated by GNU Autoconf 2.69
1599
1600 Copyright (C) 2012 Free Software Foundation, Inc.
1601 This configure script is free software; the Free Software Foundation
1602 gives unlimited permission to copy, distribute and modify it.
1603 _ACEOF
1604 exit
1605 fi
1606
1607 ## ------------------------ ##
1608 ## Autoconf initialization. ##
1609 ## ------------------------ ##
1610
1611 # ac_fn_c_try_compile LINENO
1612 # --------------------------
1613 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1614 ac_fn_c_try_compile ()
1615 {
1616 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1617 rm -f conftest.$ac_objext
1618 if { { ac_try="$ac_compile"
1619 case "(($ac_try" in
1620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1621 *) ac_try_echo=$ac_try;;
1622 esac
1623 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1624 $as_echo "$ac_try_echo"; } >&5
1625 (eval "$ac_compile") 2>conftest.err
1626 ac_status=$?
1627 if test -s conftest.err; then
1628 grep -v '^ *+' conftest.err >conftest.er1
1629 cat conftest.er1 >&5
1630 mv -f conftest.er1 conftest.err
1631 fi
1632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1633 test $ac_status = 0; } && {
1634 test -z "$ac_c_werror_flag" ||
1635 test ! -s conftest.err
1636 } && test -s conftest.$ac_objext; then :
1637 ac_retval=0
1638 else
1639 $as_echo "$as_me: failed program was:" >&5
1640 sed 's/^/| /' conftest.$ac_ext >&5
1641
1642 ac_retval=1
1643 fi
1644 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1645 as_fn_set_status $ac_retval
1646
1647 } # ac_fn_c_try_compile
1648
1649 # ac_fn_c_try_cpp LINENO
1650 # ----------------------
1651 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1652 ac_fn_c_try_cpp ()
1653 {
1654 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1655 if { { ac_try="$ac_cpp conftest.$ac_ext"
1656 case "(($ac_try" in
1657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1658 *) ac_try_echo=$ac_try;;
1659 esac
1660 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1661 $as_echo "$ac_try_echo"; } >&5
1662 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1663 ac_status=$?
1664 if test -s conftest.err; then
1665 grep -v '^ *+' conftest.err >conftest.er1
1666 cat conftest.er1 >&5
1667 mv -f conftest.er1 conftest.err
1668 fi
1669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1670 test $ac_status = 0; } > conftest.i && {
1671 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1672 test ! -s conftest.err
1673 }; then :
1674 ac_retval=0
1675 else
1676 $as_echo "$as_me: failed program was:" >&5
1677 sed 's/^/| /' conftest.$ac_ext >&5
1678
1679 ac_retval=1
1680 fi
1681 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1682 as_fn_set_status $ac_retval
1683
1684 } # ac_fn_c_try_cpp
1685
1686 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1687 # -------------------------------------------------------
1688 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1689 # the include files in INCLUDES and setting the cache variable VAR
1690 # accordingly.
1691 ac_fn_c_check_header_mongrel ()
1692 {
1693 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1694 if eval \${$3+:} false; then :
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1696 $as_echo_n "checking for $2... " >&6; }
1697 if eval \${$3+:} false; then :
1698 $as_echo_n "(cached) " >&6
1699 fi
1700 eval ac_res=\$$3
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1702 $as_echo "$ac_res" >&6; }
1703 else
1704 # Is the header compilable?
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1706 $as_echo_n "checking $2 usability... " >&6; }
1707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1708 /* end confdefs.h. */
1709 $4
1710 #include <$2>
1711 _ACEOF
1712 if ac_fn_c_try_compile "$LINENO"; then :
1713 ac_header_compiler=yes
1714 else
1715 ac_header_compiler=no
1716 fi
1717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1719 $as_echo "$ac_header_compiler" >&6; }
1720
1721 # Is the header present?
1722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1723 $as_echo_n "checking $2 presence... " >&6; }
1724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1725 /* end confdefs.h. */
1726 #include <$2>
1727 _ACEOF
1728 if ac_fn_c_try_cpp "$LINENO"; then :
1729 ac_header_preproc=yes
1730 else
1731 ac_header_preproc=no
1732 fi
1733 rm -f conftest.err conftest.i conftest.$ac_ext
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1735 $as_echo "$ac_header_preproc" >&6; }
1736
1737 # So? What about this header?
1738 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1739 yes:no: )
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1741 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1743 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1744 ;;
1745 no:yes:* )
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1747 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1749 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1751 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1753 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1755 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1756 ;;
1757 esac
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1759 $as_echo_n "checking for $2... " >&6; }
1760 if eval \${$3+:} false; then :
1761 $as_echo_n "(cached) " >&6
1762 else
1763 eval "$3=\$ac_header_compiler"
1764 fi
1765 eval ac_res=\$$3
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1767 $as_echo "$ac_res" >&6; }
1768 fi
1769 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1770
1771 } # ac_fn_c_check_header_mongrel
1772
1773 # ac_fn_c_try_run LINENO
1774 # ----------------------
1775 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1776 # that executables *can* be run.
1777 ac_fn_c_try_run ()
1778 {
1779 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1780 if { { ac_try="$ac_link"
1781 case "(($ac_try" in
1782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1783 *) ac_try_echo=$ac_try;;
1784 esac
1785 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1786 $as_echo "$ac_try_echo"; } >&5
1787 (eval "$ac_link") 2>&5
1788 ac_status=$?
1789 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1790 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1791 { { case "(($ac_try" in
1792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1793 *) ac_try_echo=$ac_try;;
1794 esac
1795 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1796 $as_echo "$ac_try_echo"; } >&5
1797 (eval "$ac_try") 2>&5
1798 ac_status=$?
1799 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1800 test $ac_status = 0; }; }; then :
1801 ac_retval=0
1802 else
1803 $as_echo "$as_me: program exited with status $ac_status" >&5
1804 $as_echo "$as_me: failed program was:" >&5
1805 sed 's/^/| /' conftest.$ac_ext >&5
1806
1807 ac_retval=$ac_status
1808 fi
1809 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1810 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1811 as_fn_set_status $ac_retval
1812
1813 } # ac_fn_c_try_run
1814
1815 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1816 # -------------------------------------------------------
1817 # Tests whether HEADER exists and can be compiled using the include files in
1818 # INCLUDES, setting the cache variable VAR accordingly.
1819 ac_fn_c_check_header_compile ()
1820 {
1821 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1823 $as_echo_n "checking for $2... " >&6; }
1824 if eval \${$3+:} false; then :
1825 $as_echo_n "(cached) " >&6
1826 else
1827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1828 /* end confdefs.h. */
1829 $4
1830 #include <$2>
1831 _ACEOF
1832 if ac_fn_c_try_compile "$LINENO"; then :
1833 eval "$3=yes"
1834 else
1835 eval "$3=no"
1836 fi
1837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1838 fi
1839 eval ac_res=\$$3
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1841 $as_echo "$ac_res" >&6; }
1842 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1843
1844 } # ac_fn_c_check_header_compile
1845
1846 # ac_fn_c_try_link LINENO
1847 # -----------------------
1848 # Try to link conftest.$ac_ext, and return whether this succeeded.
1849 ac_fn_c_try_link ()
1850 {
1851 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1852 rm -f conftest.$ac_objext conftest$ac_exeext
1853 if { { ac_try="$ac_link"
1854 case "(($ac_try" in
1855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1856 *) ac_try_echo=$ac_try;;
1857 esac
1858 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1859 $as_echo "$ac_try_echo"; } >&5
1860 (eval "$ac_link") 2>conftest.err
1861 ac_status=$?
1862 if test -s conftest.err; then
1863 grep -v '^ *+' conftest.err >conftest.er1
1864 cat conftest.er1 >&5
1865 mv -f conftest.er1 conftest.err
1866 fi
1867 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1868 test $ac_status = 0; } && {
1869 test -z "$ac_c_werror_flag" ||
1870 test ! -s conftest.err
1871 } && test -s conftest$ac_exeext && {
1872 test "$cross_compiling" = yes ||
1873 test -x conftest$ac_exeext
1874 }; then :
1875 ac_retval=0
1876 else
1877 $as_echo "$as_me: failed program was:" >&5
1878 sed 's/^/| /' conftest.$ac_ext >&5
1879
1880 ac_retval=1
1881 fi
1882 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1883 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1884 # interfere with the next link command; also delete a directory that is
1885 # left behind by Apple's compiler. We do this before executing the actions.
1886 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1887 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1888 as_fn_set_status $ac_retval
1889
1890 } # ac_fn_c_try_link
1891
1892 # ac_fn_c_check_func LINENO FUNC VAR
1893 # ----------------------------------
1894 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1895 ac_fn_c_check_func ()
1896 {
1897 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1899 $as_echo_n "checking for $2... " >&6; }
1900 if eval \${$3+:} false; then :
1901 $as_echo_n "(cached) " >&6
1902 else
1903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904 /* end confdefs.h. */
1905 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1906 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1907 #define $2 innocuous_$2
1908
1909 /* System header to define __stub macros and hopefully few prototypes,
1910 which can conflict with char $2 (); below.
1911 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1912 <limits.h> exists even on freestanding compilers. */
1913
1914 #ifdef __STDC__
1915 # include <limits.h>
1916 #else
1917 # include <assert.h>
1918 #endif
1919
1920 #undef $2
1921
1922 /* Override any GCC internal prototype to avoid an error.
1923 Use char because int might match the return type of a GCC
1924 builtin and then its argument prototype would still apply. */
1925 #ifdef __cplusplus
1926 extern "C"
1927 #endif
1928 char $2 ();
1929 /* The GNU C library defines this for functions which it implements
1930 to always fail with ENOSYS. Some functions are actually named
1931 something starting with __ and the normal name is an alias. */
1932 #if defined __stub_$2 || defined __stub___$2
1933 choke me
1934 #endif
1935
1936 int
1937 main ()
1938 {
1939 return $2 ();
1940 ;
1941 return 0;
1942 }
1943 _ACEOF
1944 if ac_fn_c_try_link "$LINENO"; then :
1945 eval "$3=yes"
1946 else
1947 eval "$3=no"
1948 fi
1949 rm -f core conftest.err conftest.$ac_objext \
1950 conftest$ac_exeext conftest.$ac_ext
1951 fi
1952 eval ac_res=\$$3
1953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1954 $as_echo "$ac_res" >&6; }
1955 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1956
1957 } # ac_fn_c_check_func
1958
1959 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1960 # --------------------------------------------
1961 # Tries to find the compile-time value of EXPR in a program that includes
1962 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1963 # computed
1964 ac_fn_c_compute_int ()
1965 {
1966 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1967 if test "$cross_compiling" = yes; then
1968 # Depending upon the size, compute the lo and hi bounds.
1969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1970 /* end confdefs.h. */
1971 $4
1972 int
1973 main ()
1974 {
1975 static int test_array [1 - 2 * !(($2) >= 0)];
1976 test_array [0] = 0;
1977 return test_array [0];
1978
1979 ;
1980 return 0;
1981 }
1982 _ACEOF
1983 if ac_fn_c_try_compile "$LINENO"; then :
1984 ac_lo=0 ac_mid=0
1985 while :; do
1986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1987 /* end confdefs.h. */
1988 $4
1989 int
1990 main ()
1991 {
1992 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1993 test_array [0] = 0;
1994 return test_array [0];
1995
1996 ;
1997 return 0;
1998 }
1999 _ACEOF
2000 if ac_fn_c_try_compile "$LINENO"; then :
2001 ac_hi=$ac_mid; break
2002 else
2003 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2004 if test $ac_lo -le $ac_mid; then
2005 ac_lo= ac_hi=
2006 break
2007 fi
2008 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2009 fi
2010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2011 done
2012 else
2013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2014 /* end confdefs.h. */
2015 $4
2016 int
2017 main ()
2018 {
2019 static int test_array [1 - 2 * !(($2) < 0)];
2020 test_array [0] = 0;
2021 return test_array [0];
2022
2023 ;
2024 return 0;
2025 }
2026 _ACEOF
2027 if ac_fn_c_try_compile "$LINENO"; then :
2028 ac_hi=-1 ac_mid=-1
2029 while :; do
2030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2031 /* end confdefs.h. */
2032 $4
2033 int
2034 main ()
2035 {
2036 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2037 test_array [0] = 0;
2038 return test_array [0];
2039
2040 ;
2041 return 0;
2042 }
2043 _ACEOF
2044 if ac_fn_c_try_compile "$LINENO"; then :
2045 ac_lo=$ac_mid; break
2046 else
2047 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2048 if test $ac_mid -le $ac_hi; then
2049 ac_lo= ac_hi=
2050 break
2051 fi
2052 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2053 fi
2054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2055 done
2056 else
2057 ac_lo= ac_hi=
2058 fi
2059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2060 fi
2061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2062 # Binary search between lo and hi bounds.
2063 while test "x$ac_lo" != "x$ac_hi"; do
2064 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2066 /* end confdefs.h. */
2067 $4
2068 int
2069 main ()
2070 {
2071 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2072 test_array [0] = 0;
2073 return test_array [0];
2074
2075 ;
2076 return 0;
2077 }
2078 _ACEOF
2079 if ac_fn_c_try_compile "$LINENO"; then :
2080 ac_hi=$ac_mid
2081 else
2082 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2083 fi
2084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2085 done
2086 case $ac_lo in #((
2087 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2088 '') ac_retval=1 ;;
2089 esac
2090 else
2091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2092 /* end confdefs.h. */
2093 $4
2094 static long int longval () { return $2; }
2095 static unsigned long int ulongval () { return $2; }
2096 #include <stdio.h>
2097 #include <stdlib.h>
2098 int
2099 main ()
2100 {
2101
2102 FILE *f = fopen ("conftest.val", "w");
2103 if (! f)
2104 return 1;
2105 if (($2) < 0)
2106 {
2107 long int i = longval ();
2108 if (i != ($2))
2109 return 1;
2110 fprintf (f, "%ld", i);
2111 }
2112 else
2113 {
2114 unsigned long int i = ulongval ();
2115 if (i != ($2))
2116 return 1;
2117 fprintf (f, "%lu", i);
2118 }
2119 /* Do not output a trailing newline, as this causes \r\n confusion
2120 on some platforms. */
2121 return ferror (f) || fclose (f) != 0;
2122
2123 ;
2124 return 0;
2125 }
2126 _ACEOF
2127 if ac_fn_c_try_run "$LINENO"; then :
2128 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2129 else
2130 ac_retval=1
2131 fi
2132 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2133 conftest.$ac_objext conftest.beam conftest.$ac_ext
2134 rm -f conftest.val
2135
2136 fi
2137 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2138 as_fn_set_status $ac_retval
2139
2140 } # ac_fn_c_compute_int
2141
2142 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2143 # ---------------------------------------------
2144 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2145 # accordingly.
2146 ac_fn_c_check_decl ()
2147 {
2148 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2149 as_decl_name=`echo $2|sed 's/ *(.*//'`
2150 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2152 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2153 if eval \${$3+:} false; then :
2154 $as_echo_n "(cached) " >&6
2155 else
2156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2157 /* end confdefs.h. */
2158 $4
2159 int
2160 main ()
2161 {
2162 #ifndef $as_decl_name
2163 #ifdef __cplusplus
2164 (void) $as_decl_use;
2165 #else
2166 (void) $as_decl_name;
2167 #endif
2168 #endif
2169
2170 ;
2171 return 0;
2172 }
2173 _ACEOF
2174 if ac_fn_c_try_compile "$LINENO"; then :
2175 eval "$3=yes"
2176 else
2177 eval "$3=no"
2178 fi
2179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2180 fi
2181 eval ac_res=\$$3
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2183 $as_echo "$ac_res" >&6; }
2184 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2185
2186 } # ac_fn_c_check_decl
2187 cat >config.log <<_ACEOF
2188 This file contains any messages produced by compilers while
2189 running configure, to aid debugging if configure makes a mistake.
2190
2191 It was created by bfd $as_me 2.38.50, which was
2192 generated by GNU Autoconf 2.69. Invocation command line was
2193
2194 $ $0 $@
2195
2196 _ACEOF
2197 exec 5>>config.log
2198 {
2199 cat <<_ASUNAME
2200 ## --------- ##
2201 ## Platform. ##
2202 ## --------- ##
2203
2204 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2205 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2206 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2207 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2208 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2209
2210 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2211 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2212
2213 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2214 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2215 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2216 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2217 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2218 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2219 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2220
2221 _ASUNAME
2222
2223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2224 for as_dir in $PATH
2225 do
2226 IFS=$as_save_IFS
2227 test -z "$as_dir" && as_dir=.
2228 $as_echo "PATH: $as_dir"
2229 done
2230 IFS=$as_save_IFS
2231
2232 } >&5
2233
2234 cat >&5 <<_ACEOF
2235
2236
2237 ## ----------- ##
2238 ## Core tests. ##
2239 ## ----------- ##
2240
2241 _ACEOF
2242
2243
2244 # Keep a trace of the command line.
2245 # Strip out --no-create and --no-recursion so they do not pile up.
2246 # Strip out --silent because we don't want to record it for future runs.
2247 # Also quote any args containing shell meta-characters.
2248 # Make two passes to allow for proper duplicate-argument suppression.
2249 ac_configure_args=
2250 ac_configure_args0=
2251 ac_configure_args1=
2252 ac_must_keep_next=false
2253 for ac_pass in 1 2
2254 do
2255 for ac_arg
2256 do
2257 case $ac_arg in
2258 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2259 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2260 | -silent | --silent | --silen | --sile | --sil)
2261 continue ;;
2262 *\'*)
2263 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2264 esac
2265 case $ac_pass in
2266 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2267 2)
2268 as_fn_append ac_configure_args1 " '$ac_arg'"
2269 if test $ac_must_keep_next = true; then
2270 ac_must_keep_next=false # Got value, back to normal.
2271 else
2272 case $ac_arg in
2273 *=* | --config-cache | -C | -disable-* | --disable-* \
2274 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2275 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2276 | -with-* | --with-* | -without-* | --without-* | --x)
2277 case "$ac_configure_args0 " in
2278 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2279 esac
2280 ;;
2281 -* ) ac_must_keep_next=true ;;
2282 esac
2283 fi
2284 as_fn_append ac_configure_args " '$ac_arg'"
2285 ;;
2286 esac
2287 done
2288 done
2289 { ac_configure_args0=; unset ac_configure_args0;}
2290 { ac_configure_args1=; unset ac_configure_args1;}
2291
2292 # When interrupted or exit'd, cleanup temporary files, and complete
2293 # config.log. We remove comments because anyway the quotes in there
2294 # would cause problems or look ugly.
2295 # WARNING: Use '\'' to represent an apostrophe within the trap.
2296 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2297 trap 'exit_status=$?
2298 # Save into config.log some information that might help in debugging.
2299 {
2300 echo
2301
2302 $as_echo "## ---------------- ##
2303 ## Cache variables. ##
2304 ## ---------------- ##"
2305 echo
2306 # The following way of writing the cache mishandles newlines in values,
2307 (
2308 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2309 eval ac_val=\$$ac_var
2310 case $ac_val in #(
2311 *${as_nl}*)
2312 case $ac_var in #(
2313 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2314 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2315 esac
2316 case $ac_var in #(
2317 _ | IFS | as_nl) ;; #(
2318 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2319 *) { eval $ac_var=; unset $ac_var;} ;;
2320 esac ;;
2321 esac
2322 done
2323 (set) 2>&1 |
2324 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2325 *${as_nl}ac_space=\ *)
2326 sed -n \
2327 "s/'\''/'\''\\\\'\'''\''/g;
2328 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2329 ;; #(
2330 *)
2331 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2332 ;;
2333 esac |
2334 sort
2335 )
2336 echo
2337
2338 $as_echo "## ----------------- ##
2339 ## Output variables. ##
2340 ## ----------------- ##"
2341 echo
2342 for ac_var in $ac_subst_vars
2343 do
2344 eval ac_val=\$$ac_var
2345 case $ac_val in
2346 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2347 esac
2348 $as_echo "$ac_var='\''$ac_val'\''"
2349 done | sort
2350 echo
2351
2352 if test -n "$ac_subst_files"; then
2353 $as_echo "## ------------------- ##
2354 ## File substitutions. ##
2355 ## ------------------- ##"
2356 echo
2357 for ac_var in $ac_subst_files
2358 do
2359 eval ac_val=\$$ac_var
2360 case $ac_val in
2361 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2362 esac
2363 $as_echo "$ac_var='\''$ac_val'\''"
2364 done | sort
2365 echo
2366 fi
2367
2368 if test -s confdefs.h; then
2369 $as_echo "## ----------- ##
2370 ## confdefs.h. ##
2371 ## ----------- ##"
2372 echo
2373 cat confdefs.h
2374 echo
2375 fi
2376 test "$ac_signal" != 0 &&
2377 $as_echo "$as_me: caught signal $ac_signal"
2378 $as_echo "$as_me: exit $exit_status"
2379 } >&5
2380 rm -f core *.core core.conftest.* &&
2381 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2382 exit $exit_status
2383 ' 0
2384 for ac_signal in 1 2 13 15; do
2385 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2386 done
2387 ac_signal=0
2388
2389 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2390 rm -f -r conftest* confdefs.h
2391
2392 $as_echo "/* confdefs.h */" > confdefs.h
2393
2394 # Predefined preprocessor variables.
2395
2396 cat >>confdefs.h <<_ACEOF
2397 #define PACKAGE_NAME "$PACKAGE_NAME"
2398 _ACEOF
2399
2400 cat >>confdefs.h <<_ACEOF
2401 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2402 _ACEOF
2403
2404 cat >>confdefs.h <<_ACEOF
2405 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2406 _ACEOF
2407
2408 cat >>confdefs.h <<_ACEOF
2409 #define PACKAGE_STRING "$PACKAGE_STRING"
2410 _ACEOF
2411
2412 cat >>confdefs.h <<_ACEOF
2413 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2414 _ACEOF
2415
2416 cat >>confdefs.h <<_ACEOF
2417 #define PACKAGE_URL "$PACKAGE_URL"
2418 _ACEOF
2419
2420
2421 # Let the site file select an alternate cache file if it wants to.
2422 # Prefer an explicitly selected file to automatically selected ones.
2423 ac_site_file1=NONE
2424 ac_site_file2=NONE
2425 if test -n "$CONFIG_SITE"; then
2426 # We do not want a PATH search for config.site.
2427 case $CONFIG_SITE in #((
2428 -*) ac_site_file1=./$CONFIG_SITE;;
2429 */*) ac_site_file1=$CONFIG_SITE;;
2430 *) ac_site_file1=./$CONFIG_SITE;;
2431 esac
2432 elif test "x$prefix" != xNONE; then
2433 ac_site_file1=$prefix/share/config.site
2434 ac_site_file2=$prefix/etc/config.site
2435 else
2436 ac_site_file1=$ac_default_prefix/share/config.site
2437 ac_site_file2=$ac_default_prefix/etc/config.site
2438 fi
2439 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2440 do
2441 test "x$ac_site_file" = xNONE && continue
2442 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2444 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2445 sed 's/^/| /' "$ac_site_file" >&5
2446 . "$ac_site_file" \
2447 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2448 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2449 as_fn_error $? "failed to load site script $ac_site_file
2450 See \`config.log' for more details" "$LINENO" 5; }
2451 fi
2452 done
2453
2454 if test -r "$cache_file"; then
2455 # Some versions of bash will fail to source /dev/null (special files
2456 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2457 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2459 $as_echo "$as_me: loading cache $cache_file" >&6;}
2460 case $cache_file in
2461 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2462 *) . "./$cache_file";;
2463 esac
2464 fi
2465 else
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2467 $as_echo "$as_me: creating cache $cache_file" >&6;}
2468 >$cache_file
2469 fi
2470
2471 as_fn_append ac_header_list " stdlib.h"
2472 as_fn_append ac_header_list " unistd.h"
2473 as_fn_append ac_header_list " sys/param.h"
2474 # Check that the precious variables saved in the cache have kept the same
2475 # value.
2476 ac_cache_corrupted=false
2477 for ac_var in $ac_precious_vars; do
2478 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2479 eval ac_new_set=\$ac_env_${ac_var}_set
2480 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2481 eval ac_new_val=\$ac_env_${ac_var}_value
2482 case $ac_old_set,$ac_new_set in
2483 set,)
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2485 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2486 ac_cache_corrupted=: ;;
2487 ,set)
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2489 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2490 ac_cache_corrupted=: ;;
2491 ,);;
2492 *)
2493 if test "x$ac_old_val" != "x$ac_new_val"; then
2494 # differences in whitespace do not lead to failure.
2495 ac_old_val_w=`echo x $ac_old_val`
2496 ac_new_val_w=`echo x $ac_new_val`
2497 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2499 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2500 ac_cache_corrupted=:
2501 else
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2503 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2504 eval $ac_var=\$ac_old_val
2505 fi
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2507 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2508 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2509 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2510 fi;;
2511 esac
2512 # Pass precious variables to config.status.
2513 if test "$ac_new_set" = set; then
2514 case $ac_new_val in
2515 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2516 *) ac_arg=$ac_var=$ac_new_val ;;
2517 esac
2518 case " $ac_configure_args " in
2519 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2520 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2521 esac
2522 fi
2523 done
2524 if $ac_cache_corrupted; then
2525 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2526 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2528 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2529 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2530 fi
2531 ## -------------------- ##
2532 ## Main body of script. ##
2533 ## -------------------- ##
2534
2535 ac_ext=c
2536 ac_cpp='$CPP $CPPFLAGS'
2537 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2538 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2539 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2540
2541
2542
2543
2544
2545
2546
2547 ac_aux_dir=
2548 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2549 if test -f "$ac_dir/install-sh"; then
2550 ac_aux_dir=$ac_dir
2551 ac_install_sh="$ac_aux_dir/install-sh -c"
2552 break
2553 elif test -f "$ac_dir/install.sh"; then
2554 ac_aux_dir=$ac_dir
2555 ac_install_sh="$ac_aux_dir/install.sh -c"
2556 break
2557 elif test -f "$ac_dir/shtool"; then
2558 ac_aux_dir=$ac_dir
2559 ac_install_sh="$ac_aux_dir/shtool install -c"
2560 break
2561 fi
2562 done
2563 if test -z "$ac_aux_dir"; then
2564 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2565 fi
2566
2567 # These three variables are undocumented and unsupported,
2568 # and are intended to be withdrawn in a future Autoconf release.
2569 # They can cause serious problems if a builder's source tree is in a directory
2570 # whose full name contains unusual characters.
2571 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2572 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2573 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2574
2575
2576 # Make sure we can run config.sub.
2577 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2578 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2579
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2581 $as_echo_n "checking build system type... " >&6; }
2582 if ${ac_cv_build+:} false; then :
2583 $as_echo_n "(cached) " >&6
2584 else
2585 ac_build_alias=$build_alias
2586 test "x$ac_build_alias" = x &&
2587 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2588 test "x$ac_build_alias" = x &&
2589 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2590 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2591 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2592
2593 fi
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2595 $as_echo "$ac_cv_build" >&6; }
2596 case $ac_cv_build in
2597 *-*-*) ;;
2598 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2599 esac
2600 build=$ac_cv_build
2601 ac_save_IFS=$IFS; IFS='-'
2602 set x $ac_cv_build
2603 shift
2604 build_cpu=$1
2605 build_vendor=$2
2606 shift; shift
2607 # Remember, the first character of IFS is used to create $*,
2608 # except with old shells:
2609 build_os=$*
2610 IFS=$ac_save_IFS
2611 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2612
2613
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2615 $as_echo_n "checking host system type... " >&6; }
2616 if ${ac_cv_host+:} false; then :
2617 $as_echo_n "(cached) " >&6
2618 else
2619 if test "x$host_alias" = x; then
2620 ac_cv_host=$ac_cv_build
2621 else
2622 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2623 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2624 fi
2625
2626 fi
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2628 $as_echo "$ac_cv_host" >&6; }
2629 case $ac_cv_host in
2630 *-*-*) ;;
2631 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2632 esac
2633 host=$ac_cv_host
2634 ac_save_IFS=$IFS; IFS='-'
2635 set x $ac_cv_host
2636 shift
2637 host_cpu=$1
2638 host_vendor=$2
2639 shift; shift
2640 # Remember, the first character of IFS is used to create $*,
2641 # except with old shells:
2642 host_os=$*
2643 IFS=$ac_save_IFS
2644 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2645
2646
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2648 $as_echo_n "checking target system type... " >&6; }
2649 if ${ac_cv_target+:} false; then :
2650 $as_echo_n "(cached) " >&6
2651 else
2652 if test "x$target_alias" = x; then
2653 ac_cv_target=$ac_cv_host
2654 else
2655 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2656 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2657 fi
2658
2659 fi
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2661 $as_echo "$ac_cv_target" >&6; }
2662 case $ac_cv_target in
2663 *-*-*) ;;
2664 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2665 esac
2666 target=$ac_cv_target
2667 ac_save_IFS=$IFS; IFS='-'
2668 set x $ac_cv_target
2669 shift
2670 target_cpu=$1
2671 target_vendor=$2
2672 shift; shift
2673 # Remember, the first character of IFS is used to create $*,
2674 # except with old shells:
2675 target_os=$*
2676 IFS=$ac_save_IFS
2677 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2678
2679
2680 # The aliases save the names the user supplied, while $host etc.
2681 # will get canonicalized.
2682 test -n "$target_alias" &&
2683 test "$program_prefix$program_suffix$program_transform_name" = \
2684 NONENONEs,x,x, &&
2685 program_prefix=${target_alias}-
2686
2687 am__api_version='1.15'
2688
2689 # Find a good install program. We prefer a C program (faster),
2690 # so one script is as good as another. But avoid the broken or
2691 # incompatible versions:
2692 # SysV /etc/install, /usr/sbin/install
2693 # SunOS /usr/etc/install
2694 # IRIX /sbin/install
2695 # AIX /bin/install
2696 # AmigaOS /C/install, which installs bootblocks on floppy discs
2697 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2698 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2699 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2700 # OS/2's system install, which has a completely different semantic
2701 # ./install, which can be erroneously created by make from ./install.sh.
2702 # Reject install programs that cannot install multiple files.
2703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2704 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2705 if test -z "$INSTALL"; then
2706 if ${ac_cv_path_install+:} false; then :
2707 $as_echo_n "(cached) " >&6
2708 else
2709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2710 for as_dir in $PATH
2711 do
2712 IFS=$as_save_IFS
2713 test -z "$as_dir" && as_dir=.
2714 # Account for people who put trailing slashes in PATH elements.
2715 case $as_dir/ in #((
2716 ./ | .// | /[cC]/* | \
2717 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2718 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2719 /usr/ucb/* ) ;;
2720 *)
2721 # OSF1 and SCO ODT 3.0 have their own names for install.
2722 # Don't use installbsd from OSF since it installs stuff as root
2723 # by default.
2724 for ac_prog in ginstall scoinst install; do
2725 for ac_exec_ext in '' $ac_executable_extensions; do
2726 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2727 if test $ac_prog = install &&
2728 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2729 # AIX install. It has an incompatible calling convention.
2730 :
2731 elif test $ac_prog = install &&
2732 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2733 # program-specific install script used by HP pwplus--don't use.
2734 :
2735 else
2736 rm -rf conftest.one conftest.two conftest.dir
2737 echo one > conftest.one
2738 echo two > conftest.two
2739 mkdir conftest.dir
2740 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2741 test -s conftest.one && test -s conftest.two &&
2742 test -s conftest.dir/conftest.one &&
2743 test -s conftest.dir/conftest.two
2744 then
2745 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2746 break 3
2747 fi
2748 fi
2749 fi
2750 done
2751 done
2752 ;;
2753 esac
2754
2755 done
2756 IFS=$as_save_IFS
2757
2758 rm -rf conftest.one conftest.two conftest.dir
2759
2760 fi
2761 if test "${ac_cv_path_install+set}" = set; then
2762 INSTALL=$ac_cv_path_install
2763 else
2764 # As a last resort, use the slow shell script. Don't cache a
2765 # value for INSTALL within a source directory, because that will
2766 # break other packages using the cache if that directory is
2767 # removed, or if the value is a relative name.
2768 INSTALL=$ac_install_sh
2769 fi
2770 fi
2771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2772 $as_echo "$INSTALL" >&6; }
2773
2774 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2775 # It thinks the first close brace ends the variable substitution.
2776 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2777
2778 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2779
2780 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2781
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2783 $as_echo_n "checking whether build environment is sane... " >&6; }
2784 # Reject unsafe characters in $srcdir or the absolute working directory
2785 # name. Accept space and tab only in the latter.
2786 am_lf='
2787 '
2788 case `pwd` in
2789 *[\\\"\#\$\&\'\`$am_lf]*)
2790 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2791 esac
2792 case $srcdir in
2793 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2794 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2795 esac
2796
2797 # Do 'set' in a subshell so we don't clobber the current shell's
2798 # arguments. Must try -L first in case configure is actually a
2799 # symlink; some systems play weird games with the mod time of symlinks
2800 # (eg FreeBSD returns the mod time of the symlink's containing
2801 # directory).
2802 if (
2803 am_has_slept=no
2804 for am_try in 1 2; do
2805 echo "timestamp, slept: $am_has_slept" > conftest.file
2806 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2807 if test "$*" = "X"; then
2808 # -L didn't work.
2809 set X `ls -t "$srcdir/configure" conftest.file`
2810 fi
2811 if test "$*" != "X $srcdir/configure conftest.file" \
2812 && test "$*" != "X conftest.file $srcdir/configure"; then
2813
2814 # If neither matched, then we have a broken ls. This can happen
2815 # if, for instance, CONFIG_SHELL is bash and it inherits a
2816 # broken ls alias from the environment. This has actually
2817 # happened. Such a system could not be considered "sane".
2818 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2819 alias in your environment" "$LINENO" 5
2820 fi
2821 if test "$2" = conftest.file || test $am_try -eq 2; then
2822 break
2823 fi
2824 # Just in case.
2825 sleep 1
2826 am_has_slept=yes
2827 done
2828 test "$2" = conftest.file
2829 )
2830 then
2831 # Ok.
2832 :
2833 else
2834 as_fn_error $? "newly created file is older than distributed files!
2835 Check your system clock" "$LINENO" 5
2836 fi
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2838 $as_echo "yes" >&6; }
2839 # If we didn't sleep, we still need to ensure time stamps of config.status and
2840 # generated files are strictly newer.
2841 am_sleep_pid=
2842 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2843 ( sleep 1 ) &
2844 am_sleep_pid=$!
2845 fi
2846
2847 rm -f conftest.file
2848
2849 test "$program_prefix" != NONE &&
2850 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2851 # Use a double $ so make ignores it.
2852 test "$program_suffix" != NONE &&
2853 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2854 # Double any \ or $.
2855 # By default was `s,x,x', remove it if useless.
2856 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2857 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2858
2859 # Expand $ac_aux_dir to an absolute path.
2860 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2861
2862 if test x"${MISSING+set}" != xset; then
2863 case $am_aux_dir in
2864 *\ * | *\ *)
2865 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2866 *)
2867 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2868 esac
2869 fi
2870 # Use eval to expand $SHELL
2871 if eval "$MISSING --is-lightweight"; then
2872 am_missing_run="$MISSING "
2873 else
2874 am_missing_run=
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2876 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2877 fi
2878
2879 if test x"${install_sh+set}" != xset; then
2880 case $am_aux_dir in
2881 *\ * | *\ *)
2882 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2883 *)
2884 install_sh="\${SHELL} $am_aux_dir/install-sh"
2885 esac
2886 fi
2887
2888 # Installed binaries are usually stripped using 'strip' when the user
2889 # run "make install-strip". However 'strip' might not be the right
2890 # tool to use in cross-compilation environments, therefore Automake
2891 # will honor the 'STRIP' environment variable to overrule this program.
2892 if test "$cross_compiling" != no; then
2893 if test -n "$ac_tool_prefix"; then
2894 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2895 set dummy ${ac_tool_prefix}strip; ac_word=$2
2896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2897 $as_echo_n "checking for $ac_word... " >&6; }
2898 if ${ac_cv_prog_STRIP+:} false; then :
2899 $as_echo_n "(cached) " >&6
2900 else
2901 if test -n "$STRIP"; then
2902 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2903 else
2904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2905 for as_dir in $PATH
2906 do
2907 IFS=$as_save_IFS
2908 test -z "$as_dir" && as_dir=.
2909 for ac_exec_ext in '' $ac_executable_extensions; do
2910 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2911 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2913 break 2
2914 fi
2915 done
2916 done
2917 IFS=$as_save_IFS
2918
2919 fi
2920 fi
2921 STRIP=$ac_cv_prog_STRIP
2922 if test -n "$STRIP"; then
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2924 $as_echo "$STRIP" >&6; }
2925 else
2926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2927 $as_echo "no" >&6; }
2928 fi
2929
2930
2931 fi
2932 if test -z "$ac_cv_prog_STRIP"; then
2933 ac_ct_STRIP=$STRIP
2934 # Extract the first word of "strip", so it can be a program name with args.
2935 set dummy strip; ac_word=$2
2936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2937 $as_echo_n "checking for $ac_word... " >&6; }
2938 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2939 $as_echo_n "(cached) " >&6
2940 else
2941 if test -n "$ac_ct_STRIP"; then
2942 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2943 else
2944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2945 for as_dir in $PATH
2946 do
2947 IFS=$as_save_IFS
2948 test -z "$as_dir" && as_dir=.
2949 for ac_exec_ext in '' $ac_executable_extensions; do
2950 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2951 ac_cv_prog_ac_ct_STRIP="strip"
2952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2953 break 2
2954 fi
2955 done
2956 done
2957 IFS=$as_save_IFS
2958
2959 fi
2960 fi
2961 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2962 if test -n "$ac_ct_STRIP"; then
2963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2964 $as_echo "$ac_ct_STRIP" >&6; }
2965 else
2966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2967 $as_echo "no" >&6; }
2968 fi
2969
2970 if test "x$ac_ct_STRIP" = x; then
2971 STRIP=":"
2972 else
2973 case $cross_compiling:$ac_tool_warned in
2974 yes:)
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2976 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2977 ac_tool_warned=yes ;;
2978 esac
2979 STRIP=$ac_ct_STRIP
2980 fi
2981 else
2982 STRIP="$ac_cv_prog_STRIP"
2983 fi
2984
2985 fi
2986 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2987
2988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2989 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2990 if test -z "$MKDIR_P"; then
2991 if ${ac_cv_path_mkdir+:} false; then :
2992 $as_echo_n "(cached) " >&6
2993 else
2994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2995 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2996 do
2997 IFS=$as_save_IFS
2998 test -z "$as_dir" && as_dir=.
2999 for ac_prog in mkdir gmkdir; do
3000 for ac_exec_ext in '' $ac_executable_extensions; do
3001 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3002 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3003 'mkdir (GNU coreutils) '* | \
3004 'mkdir (coreutils) '* | \
3005 'mkdir (fileutils) '4.1*)
3006 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3007 break 3;;
3008 esac
3009 done
3010 done
3011 done
3012 IFS=$as_save_IFS
3013
3014 fi
3015
3016 test -d ./--version && rmdir ./--version
3017 if test "${ac_cv_path_mkdir+set}" = set; then
3018 MKDIR_P="$ac_cv_path_mkdir -p"
3019 else
3020 # As a last resort, use the slow shell script. Don't cache a
3021 # value for MKDIR_P within a source directory, because that will
3022 # break other packages using the cache if that directory is
3023 # removed, or if the value is a relative name.
3024 MKDIR_P="$ac_install_sh -d"
3025 fi
3026 fi
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3028 $as_echo "$MKDIR_P" >&6; }
3029
3030 for ac_prog in gawk mawk nawk awk
3031 do
3032 # Extract the first word of "$ac_prog", so it can be a program name with args.
3033 set dummy $ac_prog; ac_word=$2
3034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3035 $as_echo_n "checking for $ac_word... " >&6; }
3036 if ${ac_cv_prog_AWK+:} false; then :
3037 $as_echo_n "(cached) " >&6
3038 else
3039 if test -n "$AWK"; then
3040 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3041 else
3042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3043 for as_dir in $PATH
3044 do
3045 IFS=$as_save_IFS
3046 test -z "$as_dir" && as_dir=.
3047 for ac_exec_ext in '' $ac_executable_extensions; do
3048 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3049 ac_cv_prog_AWK="$ac_prog"
3050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3051 break 2
3052 fi
3053 done
3054 done
3055 IFS=$as_save_IFS
3056
3057 fi
3058 fi
3059 AWK=$ac_cv_prog_AWK
3060 if test -n "$AWK"; then
3061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3062 $as_echo "$AWK" >&6; }
3063 else
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3065 $as_echo "no" >&6; }
3066 fi
3067
3068
3069 test -n "$AWK" && break
3070 done
3071
3072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3073 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3074 set x ${MAKE-make}
3075 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3076 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3077 $as_echo_n "(cached) " >&6
3078 else
3079 cat >conftest.make <<\_ACEOF
3080 SHELL = /bin/sh
3081 all:
3082 @echo '@@@%%%=$(MAKE)=@@@%%%'
3083 _ACEOF
3084 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3085 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3086 *@@@%%%=?*=@@@%%%*)
3087 eval ac_cv_prog_make_${ac_make}_set=yes;;
3088 *)
3089 eval ac_cv_prog_make_${ac_make}_set=no;;
3090 esac
3091 rm -f conftest.make
3092 fi
3093 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3095 $as_echo "yes" >&6; }
3096 SET_MAKE=
3097 else
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3099 $as_echo "no" >&6; }
3100 SET_MAKE="MAKE=${MAKE-make}"
3101 fi
3102
3103 rm -rf .tst 2>/dev/null
3104 mkdir .tst 2>/dev/null
3105 if test -d .tst; then
3106 am__leading_dot=.
3107 else
3108 am__leading_dot=_
3109 fi
3110 rmdir .tst 2>/dev/null
3111
3112 # Check whether --enable-silent-rules was given.
3113 if test "${enable_silent_rules+set}" = set; then :
3114 enableval=$enable_silent_rules;
3115 fi
3116
3117 case $enable_silent_rules in # (((
3118 yes) AM_DEFAULT_VERBOSITY=0;;
3119 no) AM_DEFAULT_VERBOSITY=1;;
3120 *) AM_DEFAULT_VERBOSITY=1;;
3121 esac
3122 am_make=${MAKE-make}
3123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3124 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3125 if ${am_cv_make_support_nested_variables+:} false; then :
3126 $as_echo_n "(cached) " >&6
3127 else
3128 if $as_echo 'TRUE=$(BAR$(V))
3129 BAR0=false
3130 BAR1=true
3131 V=1
3132 am__doit:
3133 @$(TRUE)
3134 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3135 am_cv_make_support_nested_variables=yes
3136 else
3137 am_cv_make_support_nested_variables=no
3138 fi
3139 fi
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3141 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3142 if test $am_cv_make_support_nested_variables = yes; then
3143 AM_V='$(V)'
3144 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3145 else
3146 AM_V=$AM_DEFAULT_VERBOSITY
3147 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3148 fi
3149 AM_BACKSLASH='\'
3150
3151 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3152 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3153 # is not polluted with repeated "-I."
3154 am__isrc=' -I$(srcdir)'
3155 # test to see if srcdir already configured
3156 if test -f $srcdir/config.status; then
3157 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3158 fi
3159 fi
3160
3161 # test whether we have cygpath
3162 if test -z "$CYGPATH_W"; then
3163 if (cygpath --version) >/dev/null 2>/dev/null; then
3164 CYGPATH_W='cygpath -w'
3165 else
3166 CYGPATH_W=echo
3167 fi
3168 fi
3169
3170
3171 # Define the identity of the package.
3172 PACKAGE='bfd'
3173 VERSION='2.38.50'
3174
3175
3176 cat >>confdefs.h <<_ACEOF
3177 #define PACKAGE "$PACKAGE"
3178 _ACEOF
3179
3180
3181 cat >>confdefs.h <<_ACEOF
3182 #define VERSION "$VERSION"
3183 _ACEOF
3184
3185 # Some tools Automake needs.
3186
3187 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3188
3189
3190 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3191
3192
3193 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3194
3195
3196 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3197
3198
3199 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3200
3201 # For better backward compatibility. To be removed once Automake 1.9.x
3202 # dies out for good. For more background, see:
3203 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3204 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3205 mkdir_p='$(MKDIR_P)'
3206
3207 # We need awk for the "check" target (and possibly the TAP driver). The
3208 # system "awk" is bad on some platforms.
3209 # Always define AMTAR for backward compatibility. Yes, it's still used
3210 # in the wild :-( We should find a proper way to deprecate it ...
3211 AMTAR='$${TAR-tar}'
3212
3213
3214 # We'll loop over all known methods to create a tar archive until one works.
3215 _am_tools='gnutar pax cpio none'
3216
3217 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3218
3219
3220
3221
3222
3223
3224 # POSIX will say in a future version that running "rm -f" with no argument
3225 # is OK; and we want to be able to make that assumption in our Makefile
3226 # recipes. So use an aggressive probe to check that the usage we want is
3227 # actually supported "in the wild" to an acceptable degree.
3228 # See automake bug#10828.
3229 # To make any issue more visible, cause the running configure to be aborted
3230 # by default if the 'rm' program in use doesn't match our expectations; the
3231 # user can still override this though.
3232 if rm -f && rm -fr && rm -rf; then : OK; else
3233 cat >&2 <<'END'
3234 Oops!
3235
3236 Your 'rm' program seems unable to run without file operands specified
3237 on the command line, even when the '-f' option is present. This is contrary
3238 to the behaviour of most rm programs out there, and not conforming with
3239 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3240
3241 Please tell bug-automake@gnu.org about your system, including the value
3242 of your $PATH and any error possibly output before this message. This
3243 can help us improve future automake versions.
3244
3245 END
3246 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3247 echo 'Configuration will proceed anyway, since you have set the' >&2
3248 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3249 echo >&2
3250 else
3251 cat >&2 <<'END'
3252 Aborting the configuration process, to ensure you take notice of the issue.
3253
3254 You can download and install GNU coreutils to get an 'rm' implementation
3255 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3256
3257 If you want to complete the configuration process using your problematic
3258 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3259 to "yes", and re-run configure.
3260
3261 END
3262 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3263 fi
3264 fi
3265
3266 # Check whether --enable-silent-rules was given.
3267 if test "${enable_silent_rules+set}" = set; then :
3268 enableval=$enable_silent_rules;
3269 fi
3270
3271 case $enable_silent_rules in # (((
3272 yes) AM_DEFAULT_VERBOSITY=0;;
3273 no) AM_DEFAULT_VERBOSITY=1;;
3274 *) AM_DEFAULT_VERBOSITY=0;;
3275 esac
3276 am_make=${MAKE-make}
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3278 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3279 if ${am_cv_make_support_nested_variables+:} false; then :
3280 $as_echo_n "(cached) " >&6
3281 else
3282 if $as_echo 'TRUE=$(BAR$(V))
3283 BAR0=false
3284 BAR1=true
3285 V=1
3286 am__doit:
3287 @$(TRUE)
3288 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3289 am_cv_make_support_nested_variables=yes
3290 else
3291 am_cv_make_support_nested_variables=no
3292 fi
3293 fi
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3295 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3296 if test $am_cv_make_support_nested_variables = yes; then
3297 AM_V='$(V)'
3298 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3299 else
3300 AM_V=$AM_DEFAULT_VERBOSITY
3301 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3302 fi
3303 AM_BACKSLASH='\'
3304
3305
3306 if test -n "$ac_tool_prefix"; then
3307 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3308 set dummy ${ac_tool_prefix}ar; ac_word=$2
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3310 $as_echo_n "checking for $ac_word... " >&6; }
3311 if ${ac_cv_prog_AR+:} false; then :
3312 $as_echo_n "(cached) " >&6
3313 else
3314 if test -n "$AR"; then
3315 ac_cv_prog_AR="$AR" # Let the user override the test.
3316 else
3317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3318 for as_dir in $PATH
3319 do
3320 IFS=$as_save_IFS
3321 test -z "$as_dir" && as_dir=.
3322 for ac_exec_ext in '' $ac_executable_extensions; do
3323 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3324 ac_cv_prog_AR="${ac_tool_prefix}ar"
3325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3326 break 2
3327 fi
3328 done
3329 done
3330 IFS=$as_save_IFS
3331
3332 fi
3333 fi
3334 AR=$ac_cv_prog_AR
3335 if test -n "$AR"; then
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3337 $as_echo "$AR" >&6; }
3338 else
3339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3340 $as_echo "no" >&6; }
3341 fi
3342
3343
3344 fi
3345 if test -z "$ac_cv_prog_AR"; then
3346 ac_ct_AR=$AR
3347 # Extract the first word of "ar", so it can be a program name with args.
3348 set dummy ar; ac_word=$2
3349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3350 $as_echo_n "checking for $ac_word... " >&6; }
3351 if ${ac_cv_prog_ac_ct_AR+:} false; then :
3352 $as_echo_n "(cached) " >&6
3353 else
3354 if test -n "$ac_ct_AR"; then
3355 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3356 else
3357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3358 for as_dir in $PATH
3359 do
3360 IFS=$as_save_IFS
3361 test -z "$as_dir" && as_dir=.
3362 for ac_exec_ext in '' $ac_executable_extensions; do
3363 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3364 ac_cv_prog_ac_ct_AR="ar"
3365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3366 break 2
3367 fi
3368 done
3369 done
3370 IFS=$as_save_IFS
3371
3372 fi
3373 fi
3374 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3375 if test -n "$ac_ct_AR"; then
3376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
3377 $as_echo "$ac_ct_AR" >&6; }
3378 else
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3380 $as_echo "no" >&6; }
3381 fi
3382
3383 if test "x$ac_ct_AR" = x; then
3384 AR=""
3385 else
3386 case $cross_compiling:$ac_tool_warned in
3387 yes:)
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3389 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3390 ac_tool_warned=yes ;;
3391 esac
3392 AR=$ac_ct_AR
3393 fi
3394 else
3395 AR="$ac_cv_prog_AR"
3396 fi
3397
3398 if test -n "$ac_tool_prefix"; then
3399 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3400 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3402 $as_echo_n "checking for $ac_word... " >&6; }
3403 if ${ac_cv_prog_RANLIB+:} false; then :
3404 $as_echo_n "(cached) " >&6
3405 else
3406 if test -n "$RANLIB"; then
3407 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3408 else
3409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3410 for as_dir in $PATH
3411 do
3412 IFS=$as_save_IFS
3413 test -z "$as_dir" && as_dir=.
3414 for ac_exec_ext in '' $ac_executable_extensions; do
3415 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3416 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3418 break 2
3419 fi
3420 done
3421 done
3422 IFS=$as_save_IFS
3423
3424 fi
3425 fi
3426 RANLIB=$ac_cv_prog_RANLIB
3427 if test -n "$RANLIB"; then
3428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3429 $as_echo "$RANLIB" >&6; }
3430 else
3431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3432 $as_echo "no" >&6; }
3433 fi
3434
3435
3436 fi
3437 if test -z "$ac_cv_prog_RANLIB"; then
3438 ac_ct_RANLIB=$RANLIB
3439 # Extract the first word of "ranlib", so it can be a program name with args.
3440 set dummy ranlib; ac_word=$2
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3442 $as_echo_n "checking for $ac_word... " >&6; }
3443 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
3444 $as_echo_n "(cached) " >&6
3445 else
3446 if test -n "$ac_ct_RANLIB"; then
3447 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3448 else
3449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3450 for as_dir in $PATH
3451 do
3452 IFS=$as_save_IFS
3453 test -z "$as_dir" && as_dir=.
3454 for ac_exec_ext in '' $ac_executable_extensions; do
3455 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3456 ac_cv_prog_ac_ct_RANLIB="ranlib"
3457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3458 break 2
3459 fi
3460 done
3461 done
3462 IFS=$as_save_IFS
3463
3464 fi
3465 fi
3466 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3467 if test -n "$ac_ct_RANLIB"; then
3468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3469 $as_echo "$ac_ct_RANLIB" >&6; }
3470 else
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3472 $as_echo "no" >&6; }
3473 fi
3474
3475 if test "x$ac_ct_RANLIB" = x; then
3476 RANLIB=":"
3477 else
3478 case $cross_compiling:$ac_tool_warned in
3479 yes:)
3480 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3481 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3482 ac_tool_warned=yes ;;
3483 esac
3484 RANLIB=$ac_ct_RANLIB
3485 fi
3486 else
3487 RANLIB="$ac_cv_prog_RANLIB"
3488 fi
3489
3490
3491 # Check whether --enable-shared was given.
3492 if test "${enable_shared+set}" = set; then :
3493 enableval=$enable_shared; p=${PACKAGE-default}
3494 case $enableval in
3495 yes) enable_shared=yes ;;
3496 no) enable_shared=no ;;
3497 *)
3498 enable_shared=no
3499 # Look at the argument we got. We use all the common list separators.
3500 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3501 for pkg in $enableval; do
3502 IFS="$lt_save_ifs"
3503 if test "X$pkg" = "X$p"; then
3504 enable_shared=yes
3505 fi
3506 done
3507 IFS="$lt_save_ifs"
3508 ;;
3509 esac
3510 else
3511 enable_shared=no
3512 fi
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523 ac_ext=c
3524 ac_cpp='$CPP $CPPFLAGS'
3525 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3526 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3527 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3528 if test -n "$ac_tool_prefix"; then
3529 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3530 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3532 $as_echo_n "checking for $ac_word... " >&6; }
3533 if ${ac_cv_prog_CC+:} false; then :
3534 $as_echo_n "(cached) " >&6
3535 else
3536 if test -n "$CC"; then
3537 ac_cv_prog_CC="$CC" # Let the user override the test.
3538 else
3539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3540 for as_dir in $PATH
3541 do
3542 IFS=$as_save_IFS
3543 test -z "$as_dir" && as_dir=.
3544 for ac_exec_ext in '' $ac_executable_extensions; do
3545 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3546 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3548 break 2
3549 fi
3550 done
3551 done
3552 IFS=$as_save_IFS
3553
3554 fi
3555 fi
3556 CC=$ac_cv_prog_CC
3557 if test -n "$CC"; then
3558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3559 $as_echo "$CC" >&6; }
3560 else
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3562 $as_echo "no" >&6; }
3563 fi
3564
3565
3566 fi
3567 if test -z "$ac_cv_prog_CC"; then
3568 ac_ct_CC=$CC
3569 # Extract the first word of "gcc", so it can be a program name with args.
3570 set dummy gcc; ac_word=$2
3571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3572 $as_echo_n "checking for $ac_word... " >&6; }
3573 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3574 $as_echo_n "(cached) " >&6
3575 else
3576 if test -n "$ac_ct_CC"; then
3577 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3578 else
3579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3580 for as_dir in $PATH
3581 do
3582 IFS=$as_save_IFS
3583 test -z "$as_dir" && as_dir=.
3584 for ac_exec_ext in '' $ac_executable_extensions; do
3585 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3586 ac_cv_prog_ac_ct_CC="gcc"
3587 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3588 break 2
3589 fi
3590 done
3591 done
3592 IFS=$as_save_IFS
3593
3594 fi
3595 fi
3596 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3597 if test -n "$ac_ct_CC"; then
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3599 $as_echo "$ac_ct_CC" >&6; }
3600 else
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3602 $as_echo "no" >&6; }
3603 fi
3604
3605 if test "x$ac_ct_CC" = x; then
3606 CC=""
3607 else
3608 case $cross_compiling:$ac_tool_warned in
3609 yes:)
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3611 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3612 ac_tool_warned=yes ;;
3613 esac
3614 CC=$ac_ct_CC
3615 fi
3616 else
3617 CC="$ac_cv_prog_CC"
3618 fi
3619
3620 if test -z "$CC"; then
3621 if test -n "$ac_tool_prefix"; then
3622 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3623 set dummy ${ac_tool_prefix}cc; ac_word=$2
3624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3625 $as_echo_n "checking for $ac_word... " >&6; }
3626 if ${ac_cv_prog_CC+:} false; then :
3627 $as_echo_n "(cached) " >&6
3628 else
3629 if test -n "$CC"; then
3630 ac_cv_prog_CC="$CC" # Let the user override the test.
3631 else
3632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3633 for as_dir in $PATH
3634 do
3635 IFS=$as_save_IFS
3636 test -z "$as_dir" && as_dir=.
3637 for ac_exec_ext in '' $ac_executable_extensions; do
3638 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3639 ac_cv_prog_CC="${ac_tool_prefix}cc"
3640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3641 break 2
3642 fi
3643 done
3644 done
3645 IFS=$as_save_IFS
3646
3647 fi
3648 fi
3649 CC=$ac_cv_prog_CC
3650 if test -n "$CC"; then
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3652 $as_echo "$CC" >&6; }
3653 else
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3655 $as_echo "no" >&6; }
3656 fi
3657
3658
3659 fi
3660 fi
3661 if test -z "$CC"; then
3662 # Extract the first word of "cc", so it can be a program name with args.
3663 set dummy cc; ac_word=$2
3664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3665 $as_echo_n "checking for $ac_word... " >&6; }
3666 if ${ac_cv_prog_CC+:} false; then :
3667 $as_echo_n "(cached) " >&6
3668 else
3669 if test -n "$CC"; then
3670 ac_cv_prog_CC="$CC" # Let the user override the test.
3671 else
3672 ac_prog_rejected=no
3673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3674 for as_dir in $PATH
3675 do
3676 IFS=$as_save_IFS
3677 test -z "$as_dir" && as_dir=.
3678 for ac_exec_ext in '' $ac_executable_extensions; do
3679 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3680 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3681 ac_prog_rejected=yes
3682 continue
3683 fi
3684 ac_cv_prog_CC="cc"
3685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3686 break 2
3687 fi
3688 done
3689 done
3690 IFS=$as_save_IFS
3691
3692 if test $ac_prog_rejected = yes; then
3693 # We found a bogon in the path, so make sure we never use it.
3694 set dummy $ac_cv_prog_CC
3695 shift
3696 if test $# != 0; then
3697 # We chose a different compiler from the bogus one.
3698 # However, it has the same basename, so the bogon will be chosen
3699 # first if we set CC to just the basename; use the full file name.
3700 shift
3701 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3702 fi
3703 fi
3704 fi
3705 fi
3706 CC=$ac_cv_prog_CC
3707 if test -n "$CC"; then
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3709 $as_echo "$CC" >&6; }
3710 else
3711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3712 $as_echo "no" >&6; }
3713 fi
3714
3715
3716 fi
3717 if test -z "$CC"; then
3718 if test -n "$ac_tool_prefix"; then
3719 for ac_prog in cl.exe
3720 do
3721 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3722 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if ${ac_cv_prog_CC+:} false; then :
3726 $as_echo_n "(cached) " >&6
3727 else
3728 if test -n "$CC"; then
3729 ac_cv_prog_CC="$CC" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3733 do
3734 IFS=$as_save_IFS
3735 test -z "$as_dir" && as_dir=.
3736 for ac_exec_ext in '' $ac_executable_extensions; do
3737 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3738 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 break 2
3741 fi
3742 done
3743 done
3744 IFS=$as_save_IFS
3745
3746 fi
3747 fi
3748 CC=$ac_cv_prog_CC
3749 if test -n "$CC"; then
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3751 $as_echo "$CC" >&6; }
3752 else
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3754 $as_echo "no" >&6; }
3755 fi
3756
3757
3758 test -n "$CC" && break
3759 done
3760 fi
3761 if test -z "$CC"; then
3762 ac_ct_CC=$CC
3763 for ac_prog in cl.exe
3764 do
3765 # Extract the first word of "$ac_prog", so it can be a program name with args.
3766 set dummy $ac_prog; ac_word=$2
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3768 $as_echo_n "checking for $ac_word... " >&6; }
3769 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3770 $as_echo_n "(cached) " >&6
3771 else
3772 if test -n "$ac_ct_CC"; then
3773 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3774 else
3775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3776 for as_dir in $PATH
3777 do
3778 IFS=$as_save_IFS
3779 test -z "$as_dir" && as_dir=.
3780 for ac_exec_ext in '' $ac_executable_extensions; do
3781 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3782 ac_cv_prog_ac_ct_CC="$ac_prog"
3783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3784 break 2
3785 fi
3786 done
3787 done
3788 IFS=$as_save_IFS
3789
3790 fi
3791 fi
3792 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3793 if test -n "$ac_ct_CC"; then
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3795 $as_echo "$ac_ct_CC" >&6; }
3796 else
3797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3798 $as_echo "no" >&6; }
3799 fi
3800
3801
3802 test -n "$ac_ct_CC" && break
3803 done
3804
3805 if test "x$ac_ct_CC" = x; then
3806 CC=""
3807 else
3808 case $cross_compiling:$ac_tool_warned in
3809 yes:)
3810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3811 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3812 ac_tool_warned=yes ;;
3813 esac
3814 CC=$ac_ct_CC
3815 fi
3816 fi
3817
3818 fi
3819
3820
3821 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3822 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3823 as_fn_error $? "no acceptable C compiler found in \$PATH
3824 See \`config.log' for more details" "$LINENO" 5; }
3825
3826 # Provide some information about the compiler.
3827 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3828 set X $ac_compile
3829 ac_compiler=$2
3830 for ac_option in --version -v -V -qversion; do
3831 { { ac_try="$ac_compiler $ac_option >&5"
3832 case "(($ac_try" in
3833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3834 *) ac_try_echo=$ac_try;;
3835 esac
3836 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3837 $as_echo "$ac_try_echo"; } >&5
3838 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3839 ac_status=$?
3840 if test -s conftest.err; then
3841 sed '10a\
3842 ... rest of stderr output deleted ...
3843 10q' conftest.err >conftest.er1
3844 cat conftest.er1 >&5
3845 fi
3846 rm -f conftest.er1 conftest.err
3847 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3848 test $ac_status = 0; }
3849 done
3850
3851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3852 /* end confdefs.h. */
3853
3854 int
3855 main ()
3856 {
3857
3858 ;
3859 return 0;
3860 }
3861 _ACEOF
3862 ac_clean_files_save=$ac_clean_files
3863 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3864 # Try to create an executable without -o first, disregard a.out.
3865 # It will help us diagnose broken compilers, and finding out an intuition
3866 # of exeext.
3867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3868 $as_echo_n "checking whether the C compiler works... " >&6; }
3869 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3870
3871 # The possible output files:
3872 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3873
3874 ac_rmfiles=
3875 for ac_file in $ac_files
3876 do
3877 case $ac_file in
3878 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3879 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3880 esac
3881 done
3882 rm -f $ac_rmfiles
3883
3884 if { { ac_try="$ac_link_default"
3885 case "(($ac_try" in
3886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3887 *) ac_try_echo=$ac_try;;
3888 esac
3889 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3890 $as_echo "$ac_try_echo"; } >&5
3891 (eval "$ac_link_default") 2>&5
3892 ac_status=$?
3893 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3894 test $ac_status = 0; }; then :
3895 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3896 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3897 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3898 # so that the user can short-circuit this test for compilers unknown to
3899 # Autoconf.
3900 for ac_file in $ac_files ''
3901 do
3902 test -f "$ac_file" || continue
3903 case $ac_file in
3904 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3905 ;;
3906 [ab].out )
3907 # We found the default executable, but exeext='' is most
3908 # certainly right.
3909 break;;
3910 *.* )
3911 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3912 then :; else
3913 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3914 fi
3915 # We set ac_cv_exeext here because the later test for it is not
3916 # safe: cross compilers may not add the suffix if given an `-o'
3917 # argument, so we may need to know it at that point already.
3918 # Even if this section looks crufty: it has the advantage of
3919 # actually working.
3920 break;;
3921 * )
3922 break;;
3923 esac
3924 done
3925 test "$ac_cv_exeext" = no && ac_cv_exeext=
3926
3927 else
3928 ac_file=''
3929 fi
3930 if test -z "$ac_file"; then :
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3932 $as_echo "no" >&6; }
3933 $as_echo "$as_me: failed program was:" >&5
3934 sed 's/^/| /' conftest.$ac_ext >&5
3935
3936 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3937 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3938 as_fn_error 77 "C compiler cannot create executables
3939 See \`config.log' for more details" "$LINENO" 5; }
3940 else
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3942 $as_echo "yes" >&6; }
3943 fi
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3945 $as_echo_n "checking for C compiler default output file name... " >&6; }
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3947 $as_echo "$ac_file" >&6; }
3948 ac_exeext=$ac_cv_exeext
3949
3950 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3951 ac_clean_files=$ac_clean_files_save
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3953 $as_echo_n "checking for suffix of executables... " >&6; }
3954 if { { ac_try="$ac_link"
3955 case "(($ac_try" in
3956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3957 *) ac_try_echo=$ac_try;;
3958 esac
3959 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3960 $as_echo "$ac_try_echo"; } >&5
3961 (eval "$ac_link") 2>&5
3962 ac_status=$?
3963 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3964 test $ac_status = 0; }; then :
3965 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3966 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3967 # work properly (i.e., refer to `conftest.exe'), while it won't with
3968 # `rm'.
3969 for ac_file in conftest.exe conftest conftest.*; do
3970 test -f "$ac_file" || continue
3971 case $ac_file in
3972 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3973 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3974 break;;
3975 * ) break;;
3976 esac
3977 done
3978 else
3979 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3980 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3981 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3982 See \`config.log' for more details" "$LINENO" 5; }
3983 fi
3984 rm -f conftest conftest$ac_cv_exeext
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3986 $as_echo "$ac_cv_exeext" >&6; }
3987
3988 rm -f conftest.$ac_ext
3989 EXEEXT=$ac_cv_exeext
3990 ac_exeext=$EXEEXT
3991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3992 /* end confdefs.h. */
3993 #include <stdio.h>
3994 int
3995 main ()
3996 {
3997 FILE *f = fopen ("conftest.out", "w");
3998 return ferror (f) || fclose (f) != 0;
3999
4000 ;
4001 return 0;
4002 }
4003 _ACEOF
4004 ac_clean_files="$ac_clean_files conftest.out"
4005 # Check that the compiler produces executables we can run. If not, either
4006 # the compiler is broken, or we cross compile.
4007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4008 $as_echo_n "checking whether we are cross compiling... " >&6; }
4009 if test "$cross_compiling" != yes; then
4010 { { ac_try="$ac_link"
4011 case "(($ac_try" in
4012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4013 *) ac_try_echo=$ac_try;;
4014 esac
4015 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4016 $as_echo "$ac_try_echo"; } >&5
4017 (eval "$ac_link") 2>&5
4018 ac_status=$?
4019 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4020 test $ac_status = 0; }
4021 if { ac_try='./conftest$ac_cv_exeext'
4022 { { case "(($ac_try" in
4023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4024 *) ac_try_echo=$ac_try;;
4025 esac
4026 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4027 $as_echo "$ac_try_echo"; } >&5
4028 (eval "$ac_try") 2>&5
4029 ac_status=$?
4030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4031 test $ac_status = 0; }; }; then
4032 cross_compiling=no
4033 else
4034 if test "$cross_compiling" = maybe; then
4035 cross_compiling=yes
4036 else
4037 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4038 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4039 as_fn_error $? "cannot run C compiled programs.
4040 If you meant to cross compile, use \`--host'.
4041 See \`config.log' for more details" "$LINENO" 5; }
4042 fi
4043 fi
4044 fi
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4046 $as_echo "$cross_compiling" >&6; }
4047
4048 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4049 ac_clean_files=$ac_clean_files_save
4050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4051 $as_echo_n "checking for suffix of object files... " >&6; }
4052 if ${ac_cv_objext+:} false; then :
4053 $as_echo_n "(cached) " >&6
4054 else
4055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4056 /* end confdefs.h. */
4057
4058 int
4059 main ()
4060 {
4061
4062 ;
4063 return 0;
4064 }
4065 _ACEOF
4066 rm -f conftest.o conftest.obj
4067 if { { ac_try="$ac_compile"
4068 case "(($ac_try" in
4069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4070 *) ac_try_echo=$ac_try;;
4071 esac
4072 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4073 $as_echo "$ac_try_echo"; } >&5
4074 (eval "$ac_compile") 2>&5
4075 ac_status=$?
4076 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4077 test $ac_status = 0; }; then :
4078 for ac_file in conftest.o conftest.obj conftest.*; do
4079 test -f "$ac_file" || continue;
4080 case $ac_file in
4081 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4082 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4083 break;;
4084 esac
4085 done
4086 else
4087 $as_echo "$as_me: failed program was:" >&5
4088 sed 's/^/| /' conftest.$ac_ext >&5
4089
4090 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4091 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4092 as_fn_error $? "cannot compute suffix of object files: cannot compile
4093 See \`config.log' for more details" "$LINENO" 5; }
4094 fi
4095 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4096 fi
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4098 $as_echo "$ac_cv_objext" >&6; }
4099 OBJEXT=$ac_cv_objext
4100 ac_objext=$OBJEXT
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4102 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4103 if ${ac_cv_c_compiler_gnu+:} false; then :
4104 $as_echo_n "(cached) " >&6
4105 else
4106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4107 /* end confdefs.h. */
4108
4109 int
4110 main ()
4111 {
4112 #ifndef __GNUC__
4113 choke me
4114 #endif
4115
4116 ;
4117 return 0;
4118 }
4119 _ACEOF
4120 if ac_fn_c_try_compile "$LINENO"; then :
4121 ac_compiler_gnu=yes
4122 else
4123 ac_compiler_gnu=no
4124 fi
4125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4126 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4127
4128 fi
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4130 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4131 if test $ac_compiler_gnu = yes; then
4132 GCC=yes
4133 else
4134 GCC=
4135 fi
4136 ac_test_CFLAGS=${CFLAGS+set}
4137 ac_save_CFLAGS=$CFLAGS
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4139 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4140 if ${ac_cv_prog_cc_g+:} false; then :
4141 $as_echo_n "(cached) " >&6
4142 else
4143 ac_save_c_werror_flag=$ac_c_werror_flag
4144 ac_c_werror_flag=yes
4145 ac_cv_prog_cc_g=no
4146 CFLAGS="-g"
4147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4148 /* end confdefs.h. */
4149
4150 int
4151 main ()
4152 {
4153
4154 ;
4155 return 0;
4156 }
4157 _ACEOF
4158 if ac_fn_c_try_compile "$LINENO"; then :
4159 ac_cv_prog_cc_g=yes
4160 else
4161 CFLAGS=""
4162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4163 /* end confdefs.h. */
4164
4165 int
4166 main ()
4167 {
4168
4169 ;
4170 return 0;
4171 }
4172 _ACEOF
4173 if ac_fn_c_try_compile "$LINENO"; then :
4174
4175 else
4176 ac_c_werror_flag=$ac_save_c_werror_flag
4177 CFLAGS="-g"
4178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4179 /* end confdefs.h. */
4180
4181 int
4182 main ()
4183 {
4184
4185 ;
4186 return 0;
4187 }
4188 _ACEOF
4189 if ac_fn_c_try_compile "$LINENO"; then :
4190 ac_cv_prog_cc_g=yes
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 fi
4196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4197 ac_c_werror_flag=$ac_save_c_werror_flag
4198 fi
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4200 $as_echo "$ac_cv_prog_cc_g" >&6; }
4201 if test "$ac_test_CFLAGS" = set; then
4202 CFLAGS=$ac_save_CFLAGS
4203 elif test $ac_cv_prog_cc_g = yes; then
4204 if test "$GCC" = yes; then
4205 CFLAGS="-g -O2"
4206 else
4207 CFLAGS="-g"
4208 fi
4209 else
4210 if test "$GCC" = yes; then
4211 CFLAGS="-O2"
4212 else
4213 CFLAGS=
4214 fi
4215 fi
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4217 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4218 if ${ac_cv_prog_cc_c89+:} false; then :
4219 $as_echo_n "(cached) " >&6
4220 else
4221 ac_cv_prog_cc_c89=no
4222 ac_save_CC=$CC
4223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4224 /* end confdefs.h. */
4225 #include <stdarg.h>
4226 #include <stdio.h>
4227 struct stat;
4228 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4229 struct buf { int x; };
4230 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4231 static char *e (p, i)
4232 char **p;
4233 int i;
4234 {
4235 return p[i];
4236 }
4237 static char *f (char * (*g) (char **, int), char **p, ...)
4238 {
4239 char *s;
4240 va_list v;
4241 va_start (v,p);
4242 s = g (p, va_arg (v,int));
4243 va_end (v);
4244 return s;
4245 }
4246
4247 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4248 function prototypes and stuff, but not '\xHH' hex character constants.
4249 These don't provoke an error unfortunately, instead are silently treated
4250 as 'x'. The following induces an error, until -std is added to get
4251 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4252 array size at least. It's necessary to write '\x00'==0 to get something
4253 that's true only with -std. */
4254 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4255
4256 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4257 inside strings and character constants. */
4258 #define FOO(x) 'x'
4259 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4260
4261 int test (int i, double x);
4262 struct s1 {int (*f) (int a);};
4263 struct s2 {int (*f) (double a);};
4264 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4265 int argc;
4266 char **argv;
4267 int
4268 main ()
4269 {
4270 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4271 ;
4272 return 0;
4273 }
4274 _ACEOF
4275 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4276 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4277 do
4278 CC="$ac_save_CC $ac_arg"
4279 if ac_fn_c_try_compile "$LINENO"; then :
4280 ac_cv_prog_cc_c89=$ac_arg
4281 fi
4282 rm -f core conftest.err conftest.$ac_objext
4283 test "x$ac_cv_prog_cc_c89" != "xno" && break
4284 done
4285 rm -f conftest.$ac_ext
4286 CC=$ac_save_CC
4287
4288 fi
4289 # AC_CACHE_VAL
4290 case "x$ac_cv_prog_cc_c89" in
4291 x)
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4293 $as_echo "none needed" >&6; } ;;
4294 xno)
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4296 $as_echo "unsupported" >&6; } ;;
4297 *)
4298 CC="$CC $ac_cv_prog_cc_c89"
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4300 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4301 esac
4302 if test "x$ac_cv_prog_cc_c89" != xno; then :
4303
4304 fi
4305
4306 ac_ext=c
4307 ac_cpp='$CPP $CPPFLAGS'
4308 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4309 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4310 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4311
4312 ac_ext=c
4313 ac_cpp='$CPP $CPPFLAGS'
4314 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4315 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4316 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4318 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4319 if ${am_cv_prog_cc_c_o+:} false; then :
4320 $as_echo_n "(cached) " >&6
4321 else
4322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4323 /* end confdefs.h. */
4324
4325 int
4326 main ()
4327 {
4328
4329 ;
4330 return 0;
4331 }
4332 _ACEOF
4333 # Make sure it works both with $CC and with simple cc.
4334 # Following AC_PROG_CC_C_O, we do the test twice because some
4335 # compilers refuse to overwrite an existing .o file with -o,
4336 # though they will create one.
4337 am_cv_prog_cc_c_o=yes
4338 for am_i in 1 2; do
4339 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4340 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4341 ac_status=$?
4342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4343 (exit $ac_status); } \
4344 && test -f conftest2.$ac_objext; then
4345 : OK
4346 else
4347 am_cv_prog_cc_c_o=no
4348 break
4349 fi
4350 done
4351 rm -f core conftest*
4352 unset am_i
4353 fi
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4355 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4356 if test "$am_cv_prog_cc_c_o" != yes; then
4357 # Losing compiler, so override with the script.
4358 # FIXME: It is wrong to rewrite CC.
4359 # But if we don't then we get into trouble of one sort or another.
4360 # A longer-term fix would be to have automake use am__CC in this case,
4361 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4362 CC="$am_aux_dir/compile $CC"
4363 fi
4364 ac_ext=c
4365 ac_cpp='$CPP $CPPFLAGS'
4366 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4367 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4368 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4369
4370 DEPDIR="${am__leading_dot}deps"
4371
4372 ac_config_commands="$ac_config_commands depfiles"
4373
4374
4375 am_make=${MAKE-make}
4376 cat > confinc << 'END'
4377 am__doit:
4378 @echo this is the am__doit target
4379 .PHONY: am__doit
4380 END
4381 # If we don't find an include directive, just comment out the code.
4382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4383 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4384 am__include="#"
4385 am__quote=
4386 _am_result=none
4387 # First try GNU make style include.
4388 echo "include confinc" > confmf
4389 # Ignore all kinds of additional output from 'make'.
4390 case `$am_make -s -f confmf 2> /dev/null` in #(
4391 *the\ am__doit\ target*)
4392 am__include=include
4393 am__quote=
4394 _am_result=GNU
4395 ;;
4396 esac
4397 # Now try BSD make style include.
4398 if test "$am__include" = "#"; then
4399 echo '.include "confinc"' > confmf
4400 case `$am_make -s -f confmf 2> /dev/null` in #(
4401 *the\ am__doit\ target*)
4402 am__include=.include
4403 am__quote="\""
4404 _am_result=BSD
4405 ;;
4406 esac
4407 fi
4408
4409
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4411 $as_echo "$_am_result" >&6; }
4412 rm -f confinc confmf
4413
4414 # Check whether --enable-dependency-tracking was given.
4415 if test "${enable_dependency_tracking+set}" = set; then :
4416 enableval=$enable_dependency_tracking;
4417 fi
4418
4419 if test "x$enable_dependency_tracking" != xno; then
4420 am_depcomp="$ac_aux_dir/depcomp"
4421 AMDEPBACKSLASH='\'
4422 am__nodep='_no'
4423 fi
4424 if test "x$enable_dependency_tracking" != xno; then
4425 AMDEP_TRUE=
4426 AMDEP_FALSE='#'
4427 else
4428 AMDEP_TRUE='#'
4429 AMDEP_FALSE=
4430 fi
4431
4432
4433
4434 depcc="$CC" am_compiler_list=
4435
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4437 $as_echo_n "checking dependency style of $depcc... " >&6; }
4438 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4439 $as_echo_n "(cached) " >&6
4440 else
4441 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4442 # We make a subdir and do the tests there. Otherwise we can end up
4443 # making bogus files that we don't know about and never remove. For
4444 # instance it was reported that on HP-UX the gcc test will end up
4445 # making a dummy file named 'D' -- because '-MD' means "put the output
4446 # in D".
4447 rm -rf conftest.dir
4448 mkdir conftest.dir
4449 # Copy depcomp to subdir because otherwise we won't find it if we're
4450 # using a relative directory.
4451 cp "$am_depcomp" conftest.dir
4452 cd conftest.dir
4453 # We will build objects and dependencies in a subdirectory because
4454 # it helps to detect inapplicable dependency modes. For instance
4455 # both Tru64's cc and ICC support -MD to output dependencies as a
4456 # side effect of compilation, but ICC will put the dependencies in
4457 # the current directory while Tru64 will put them in the object
4458 # directory.
4459 mkdir sub
4460
4461 am_cv_CC_dependencies_compiler_type=none
4462 if test "$am_compiler_list" = ""; then
4463 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4464 fi
4465 am__universal=false
4466 case " $depcc " in #(
4467 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4468 esac
4469
4470 for depmode in $am_compiler_list; do
4471 # Setup a source with many dependencies, because some compilers
4472 # like to wrap large dependency lists on column 80 (with \), and
4473 # we should not choose a depcomp mode which is confused by this.
4474 #
4475 # We need to recreate these files for each test, as the compiler may
4476 # overwrite some of them when testing with obscure command lines.
4477 # This happens at least with the AIX C compiler.
4478 : > sub/conftest.c
4479 for i in 1 2 3 4 5 6; do
4480 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4481 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4482 # Solaris 10 /bin/sh.
4483 echo '/* dummy */' > sub/conftst$i.h
4484 done
4485 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4486
4487 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4488 # mode. It turns out that the SunPro C++ compiler does not properly
4489 # handle '-M -o', and we need to detect this. Also, some Intel
4490 # versions had trouble with output in subdirs.
4491 am__obj=sub/conftest.${OBJEXT-o}
4492 am__minus_obj="-o $am__obj"
4493 case $depmode in
4494 gcc)
4495 # This depmode causes a compiler race in universal mode.
4496 test "$am__universal" = false || continue
4497 ;;
4498 nosideeffect)
4499 # After this tag, mechanisms are not by side-effect, so they'll
4500 # only be used when explicitly requested.
4501 if test "x$enable_dependency_tracking" = xyes; then
4502 continue
4503 else
4504 break
4505 fi
4506 ;;
4507 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4508 # This compiler won't grok '-c -o', but also, the minuso test has
4509 # not run yet. These depmodes are late enough in the game, and
4510 # so weak that their functioning should not be impacted.
4511 am__obj=conftest.${OBJEXT-o}
4512 am__minus_obj=
4513 ;;
4514 none) break ;;
4515 esac
4516 if depmode=$depmode \
4517 source=sub/conftest.c object=$am__obj \
4518 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4519 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4520 >/dev/null 2>conftest.err &&
4521 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4522 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4523 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4524 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4525 # icc doesn't choke on unknown options, it will just issue warnings
4526 # or remarks (even with -Werror). So we grep stderr for any message
4527 # that says an option was ignored or not supported.
4528 # When given -MP, icc 7.0 and 7.1 complain thusly:
4529 # icc: Command line warning: ignoring option '-M'; no argument required
4530 # The diagnosis changed in icc 8.0:
4531 # icc: Command line remark: option '-MP' not supported
4532 if (grep 'ignoring option' conftest.err ||
4533 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4534 am_cv_CC_dependencies_compiler_type=$depmode
4535 break
4536 fi
4537 fi
4538 done
4539
4540 cd ..
4541 rm -rf conftest.dir
4542 else
4543 am_cv_CC_dependencies_compiler_type=none
4544 fi
4545
4546 fi
4547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4548 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4549 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4550
4551 if
4552 test "x$enable_dependency_tracking" != xno \
4553 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4554 am__fastdepCC_TRUE=
4555 am__fastdepCC_FALSE='#'
4556 else
4557 am__fastdepCC_TRUE='#'
4558 am__fastdepCC_FALSE=
4559 fi
4560
4561
4562
4563 ac_ext=c
4564 ac_cpp='$CPP $CPPFLAGS'
4565 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4566 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4567 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4569 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4570 # On Suns, sometimes $CPP names a directory.
4571 if test -n "$CPP" && test -d "$CPP"; then
4572 CPP=
4573 fi
4574 if test -z "$CPP"; then
4575 if ${ac_cv_prog_CPP+:} false; then :
4576 $as_echo_n "(cached) " >&6
4577 else
4578 # Double quotes because CPP needs to be expanded
4579 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4580 do
4581 ac_preproc_ok=false
4582 for ac_c_preproc_warn_flag in '' yes
4583 do
4584 # Use a header file that comes with gcc, so configuring glibc
4585 # with a fresh cross-compiler works.
4586 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4587 # <limits.h> exists even on freestanding compilers.
4588 # On the NeXT, cc -E runs the code through the compiler's parser,
4589 # not just through cpp. "Syntax error" is here to catch this case.
4590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4591 /* end confdefs.h. */
4592 #ifdef __STDC__
4593 # include <limits.h>
4594 #else
4595 # include <assert.h>
4596 #endif
4597 Syntax error
4598 _ACEOF
4599 if ac_fn_c_try_cpp "$LINENO"; then :
4600
4601 else
4602 # Broken: fails on valid input.
4603 continue
4604 fi
4605 rm -f conftest.err conftest.i conftest.$ac_ext
4606
4607 # OK, works on sane cases. Now check whether nonexistent headers
4608 # can be detected and how.
4609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4610 /* end confdefs.h. */
4611 #include <ac_nonexistent.h>
4612 _ACEOF
4613 if ac_fn_c_try_cpp "$LINENO"; then :
4614 # Broken: success on invalid input.
4615 continue
4616 else
4617 # Passes both tests.
4618 ac_preproc_ok=:
4619 break
4620 fi
4621 rm -f conftest.err conftest.i conftest.$ac_ext
4622
4623 done
4624 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4625 rm -f conftest.i conftest.err conftest.$ac_ext
4626 if $ac_preproc_ok; then :
4627 break
4628 fi
4629
4630 done
4631 ac_cv_prog_CPP=$CPP
4632
4633 fi
4634 CPP=$ac_cv_prog_CPP
4635 else
4636 ac_cv_prog_CPP=$CPP
4637 fi
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4639 $as_echo "$CPP" >&6; }
4640 ac_preproc_ok=false
4641 for ac_c_preproc_warn_flag in '' yes
4642 do
4643 # Use a header file that comes with gcc, so configuring glibc
4644 # with a fresh cross-compiler works.
4645 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4646 # <limits.h> exists even on freestanding compilers.
4647 # On the NeXT, cc -E runs the code through the compiler's parser,
4648 # not just through cpp. "Syntax error" is here to catch this case.
4649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4650 /* end confdefs.h. */
4651 #ifdef __STDC__
4652 # include <limits.h>
4653 #else
4654 # include <assert.h>
4655 #endif
4656 Syntax error
4657 _ACEOF
4658 if ac_fn_c_try_cpp "$LINENO"; then :
4659
4660 else
4661 # Broken: fails on valid input.
4662 continue
4663 fi
4664 rm -f conftest.err conftest.i conftest.$ac_ext
4665
4666 # OK, works on sane cases. Now check whether nonexistent headers
4667 # can be detected and how.
4668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4669 /* end confdefs.h. */
4670 #include <ac_nonexistent.h>
4671 _ACEOF
4672 if ac_fn_c_try_cpp "$LINENO"; then :
4673 # Broken: success on invalid input.
4674 continue
4675 else
4676 # Passes both tests.
4677 ac_preproc_ok=:
4678 break
4679 fi
4680 rm -f conftest.err conftest.i conftest.$ac_ext
4681
4682 done
4683 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4684 rm -f conftest.i conftest.err conftest.$ac_ext
4685 if $ac_preproc_ok; then :
4686
4687 else
4688 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4689 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4690 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4691 See \`config.log' for more details" "$LINENO" 5; }
4692 fi
4693
4694 ac_ext=c
4695 ac_cpp='$CPP $CPPFLAGS'
4696 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4697 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4698 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4699
4700
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4702 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4703 if ${ac_cv_path_GREP+:} false; then :
4704 $as_echo_n "(cached) " >&6
4705 else
4706 if test -z "$GREP"; then
4707 ac_path_GREP_found=false
4708 # Loop through the user's path and test for each of PROGNAME-LIST
4709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4710 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4711 do
4712 IFS=$as_save_IFS
4713 test -z "$as_dir" && as_dir=.
4714 for ac_prog in grep ggrep; do
4715 for ac_exec_ext in '' $ac_executable_extensions; do
4716 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4717 as_fn_executable_p "$ac_path_GREP" || continue
4718 # Check for GNU ac_path_GREP and select it if it is found.
4719 # Check for GNU $ac_path_GREP
4720 case `"$ac_path_GREP" --version 2>&1` in
4721 *GNU*)
4722 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4723 *)
4724 ac_count=0
4725 $as_echo_n 0123456789 >"conftest.in"
4726 while :
4727 do
4728 cat "conftest.in" "conftest.in" >"conftest.tmp"
4729 mv "conftest.tmp" "conftest.in"
4730 cp "conftest.in" "conftest.nl"
4731 $as_echo 'GREP' >> "conftest.nl"
4732 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4733 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4734 as_fn_arith $ac_count + 1 && ac_count=$as_val
4735 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4736 # Best one so far, save it but keep looking for a better one
4737 ac_cv_path_GREP="$ac_path_GREP"
4738 ac_path_GREP_max=$ac_count
4739 fi
4740 # 10*(2^10) chars as input seems more than enough
4741 test $ac_count -gt 10 && break
4742 done
4743 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4744 esac
4745
4746 $ac_path_GREP_found && break 3
4747 done
4748 done
4749 done
4750 IFS=$as_save_IFS
4751 if test -z "$ac_cv_path_GREP"; then
4752 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4753 fi
4754 else
4755 ac_cv_path_GREP=$GREP
4756 fi
4757
4758 fi
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4760 $as_echo "$ac_cv_path_GREP" >&6; }
4761 GREP="$ac_cv_path_GREP"
4762
4763
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4765 $as_echo_n "checking for egrep... " >&6; }
4766 if ${ac_cv_path_EGREP+:} false; then :
4767 $as_echo_n "(cached) " >&6
4768 else
4769 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4770 then ac_cv_path_EGREP="$GREP -E"
4771 else
4772 if test -z "$EGREP"; then
4773 ac_path_EGREP_found=false
4774 # Loop through the user's path and test for each of PROGNAME-LIST
4775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4776 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4777 do
4778 IFS=$as_save_IFS
4779 test -z "$as_dir" && as_dir=.
4780 for ac_prog in egrep; do
4781 for ac_exec_ext in '' $ac_executable_extensions; do
4782 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4783 as_fn_executable_p "$ac_path_EGREP" || continue
4784 # Check for GNU ac_path_EGREP and select it if it is found.
4785 # Check for GNU $ac_path_EGREP
4786 case `"$ac_path_EGREP" --version 2>&1` in
4787 *GNU*)
4788 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4789 *)
4790 ac_count=0
4791 $as_echo_n 0123456789 >"conftest.in"
4792 while :
4793 do
4794 cat "conftest.in" "conftest.in" >"conftest.tmp"
4795 mv "conftest.tmp" "conftest.in"
4796 cp "conftest.in" "conftest.nl"
4797 $as_echo 'EGREP' >> "conftest.nl"
4798 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4799 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4800 as_fn_arith $ac_count + 1 && ac_count=$as_val
4801 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4802 # Best one so far, save it but keep looking for a better one
4803 ac_cv_path_EGREP="$ac_path_EGREP"
4804 ac_path_EGREP_max=$ac_count
4805 fi
4806 # 10*(2^10) chars as input seems more than enough
4807 test $ac_count -gt 10 && break
4808 done
4809 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4810 esac
4811
4812 $ac_path_EGREP_found && break 3
4813 done
4814 done
4815 done
4816 IFS=$as_save_IFS
4817 if test -z "$ac_cv_path_EGREP"; then
4818 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4819 fi
4820 else
4821 ac_cv_path_EGREP=$EGREP
4822 fi
4823
4824 fi
4825 fi
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4827 $as_echo "$ac_cv_path_EGREP" >&6; }
4828 EGREP="$ac_cv_path_EGREP"
4829
4830
4831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4832 $as_echo_n "checking for ANSI C header files... " >&6; }
4833 if ${ac_cv_header_stdc+:} false; then :
4834 $as_echo_n "(cached) " >&6
4835 else
4836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4837 /* end confdefs.h. */
4838 #include <stdlib.h>
4839 #include <stdarg.h>
4840 #include <string.h>
4841 #include <float.h>
4842
4843 int
4844 main ()
4845 {
4846
4847 ;
4848 return 0;
4849 }
4850 _ACEOF
4851 if ac_fn_c_try_compile "$LINENO"; then :
4852 ac_cv_header_stdc=yes
4853 else
4854 ac_cv_header_stdc=no
4855 fi
4856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4857
4858 if test $ac_cv_header_stdc = yes; then
4859 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4861 /* end confdefs.h. */
4862 #include <string.h>
4863
4864 _ACEOF
4865 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4866 $EGREP "memchr" >/dev/null 2>&1; then :
4867
4868 else
4869 ac_cv_header_stdc=no
4870 fi
4871 rm -f conftest*
4872
4873 fi
4874
4875 if test $ac_cv_header_stdc = yes; then
4876 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4878 /* end confdefs.h. */
4879 #include <stdlib.h>
4880
4881 _ACEOF
4882 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4883 $EGREP "free" >/dev/null 2>&1; then :
4884
4885 else
4886 ac_cv_header_stdc=no
4887 fi
4888 rm -f conftest*
4889
4890 fi
4891
4892 if test $ac_cv_header_stdc = yes; then
4893 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4894 if test "$cross_compiling" = yes; then :
4895 :
4896 else
4897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4898 /* end confdefs.h. */
4899 #include <ctype.h>
4900 #include <stdlib.h>
4901 #if ((' ' & 0x0FF) == 0x020)
4902 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4903 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4904 #else
4905 # define ISLOWER(c) \
4906 (('a' <= (c) && (c) <= 'i') \
4907 || ('j' <= (c) && (c) <= 'r') \
4908 || ('s' <= (c) && (c) <= 'z'))
4909 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4910 #endif
4911
4912 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4913 int
4914 main ()
4915 {
4916 int i;
4917 for (i = 0; i < 256; i++)
4918 if (XOR (islower (i), ISLOWER (i))
4919 || toupper (i) != TOUPPER (i))
4920 return 2;
4921 return 0;
4922 }
4923 _ACEOF
4924 if ac_fn_c_try_run "$LINENO"; then :
4925
4926 else
4927 ac_cv_header_stdc=no
4928 fi
4929 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4930 conftest.$ac_objext conftest.beam conftest.$ac_ext
4931 fi
4932
4933 fi
4934 fi
4935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4936 $as_echo "$ac_cv_header_stdc" >&6; }
4937 if test $ac_cv_header_stdc = yes; then
4938
4939 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4940
4941 fi
4942
4943 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4944 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4945 inttypes.h stdint.h unistd.h
4946 do :
4947 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4948 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4949 "
4950 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4951 cat >>confdefs.h <<_ACEOF
4952 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4953 _ACEOF
4954
4955 fi
4956
4957 done
4958
4959
4960
4961 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4962 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4963 MINIX=yes
4964 else
4965 MINIX=
4966 fi
4967
4968
4969 if test "$MINIX" = yes; then
4970
4971 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4972
4973
4974 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4975
4976
4977 $as_echo "#define _MINIX 1" >>confdefs.h
4978
4979 fi
4980
4981
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4983 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4984 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4985 $as_echo_n "(cached) " >&6
4986 else
4987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4988 /* end confdefs.h. */
4989
4990 # define __EXTENSIONS__ 1
4991 $ac_includes_default
4992 int
4993 main ()
4994 {
4995
4996 ;
4997 return 0;
4998 }
4999 _ACEOF
5000 if ac_fn_c_try_compile "$LINENO"; then :
5001 ac_cv_safe_to_define___extensions__=yes
5002 else
5003 ac_cv_safe_to_define___extensions__=no
5004 fi
5005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5006 fi
5007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5008 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5009 test $ac_cv_safe_to_define___extensions__ = yes &&
5010 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5011
5012 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5013
5014 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5015
5016 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5017
5018 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5019
5020
5021
5022
5023
5024 case `pwd` in
5025 *\ * | *\ *)
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5027 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5028 esac
5029
5030
5031
5032 macro_version='2.2.7a'
5033 macro_revision='1.3134'
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047 ltmain="$ac_aux_dir/ltmain.sh"
5048
5049 # Backslashify metacharacters that are still active within
5050 # double-quoted strings.
5051 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5052
5053 # Same as above, but do not quote variable references.
5054 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5055
5056 # Sed substitution to delay expansion of an escaped shell variable in a
5057 # double_quote_subst'ed string.
5058 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5059
5060 # Sed substitution to delay expansion of an escaped single quote.
5061 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5062
5063 # Sed substitution to avoid accidental globbing in evaled expressions
5064 no_glob_subst='s/\*/\\\*/g'
5065
5066 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5067 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5068 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5069
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5071 $as_echo_n "checking how to print strings... " >&6; }
5072 # Test print first, because it will be a builtin if present.
5073 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5074 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5075 ECHO='print -r --'
5076 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5077 ECHO='printf %s\n'
5078 else
5079 # Use this function as a fallback that always works.
5080 func_fallback_echo ()
5081 {
5082 eval 'cat <<_LTECHO_EOF
5083 $1
5084 _LTECHO_EOF'
5085 }
5086 ECHO='func_fallback_echo'
5087 fi
5088
5089 # func_echo_all arg...
5090 # Invoke $ECHO with all args, space-separated.
5091 func_echo_all ()
5092 {
5093 $ECHO ""
5094 }
5095
5096 case "$ECHO" in
5097 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5098 $as_echo "printf" >&6; } ;;
5099 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5100 $as_echo "print -r" >&6; } ;;
5101 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5102 $as_echo "cat" >&6; } ;;
5103 esac
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5119 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5120 if ${ac_cv_path_SED+:} false; then :
5121 $as_echo_n "(cached) " >&6
5122 else
5123 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5124 for ac_i in 1 2 3 4 5 6 7; do
5125 ac_script="$ac_script$as_nl$ac_script"
5126 done
5127 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5128 { ac_script=; unset ac_script;}
5129 if test -z "$SED"; then
5130 ac_path_SED_found=false
5131 # Loop through the user's path and test for each of PROGNAME-LIST
5132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5133 for as_dir in $PATH
5134 do
5135 IFS=$as_save_IFS
5136 test -z "$as_dir" && as_dir=.
5137 for ac_prog in sed gsed; do
5138 for ac_exec_ext in '' $ac_executable_extensions; do
5139 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5140 as_fn_executable_p "$ac_path_SED" || continue
5141 # Check for GNU ac_path_SED and select it if it is found.
5142 # Check for GNU $ac_path_SED
5143 case `"$ac_path_SED" --version 2>&1` in
5144 *GNU*)
5145 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5146 *)
5147 ac_count=0
5148 $as_echo_n 0123456789 >"conftest.in"
5149 while :
5150 do
5151 cat "conftest.in" "conftest.in" >"conftest.tmp"
5152 mv "conftest.tmp" "conftest.in"
5153 cp "conftest.in" "conftest.nl"
5154 $as_echo '' >> "conftest.nl"
5155 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5156 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5157 as_fn_arith $ac_count + 1 && ac_count=$as_val
5158 if test $ac_count -gt ${ac_path_SED_max-0}; then
5159 # Best one so far, save it but keep looking for a better one
5160 ac_cv_path_SED="$ac_path_SED"
5161 ac_path_SED_max=$ac_count
5162 fi
5163 # 10*(2^10) chars as input seems more than enough
5164 test $ac_count -gt 10 && break
5165 done
5166 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5167 esac
5168
5169 $ac_path_SED_found && break 3
5170 done
5171 done
5172 done
5173 IFS=$as_save_IFS
5174 if test -z "$ac_cv_path_SED"; then
5175 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5176 fi
5177 else
5178 ac_cv_path_SED=$SED
5179 fi
5180
5181 fi
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5183 $as_echo "$ac_cv_path_SED" >&6; }
5184 SED="$ac_cv_path_SED"
5185 rm -f conftest.sed
5186
5187 test -z "$SED" && SED=sed
5188 Xsed="$SED -e 1s/^X//"
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5201 $as_echo_n "checking for fgrep... " >&6; }
5202 if ${ac_cv_path_FGREP+:} false; then :
5203 $as_echo_n "(cached) " >&6
5204 else
5205 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5206 then ac_cv_path_FGREP="$GREP -F"
5207 else
5208 if test -z "$FGREP"; then
5209 ac_path_FGREP_found=false
5210 # Loop through the user's path and test for each of PROGNAME-LIST
5211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5212 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5213 do
5214 IFS=$as_save_IFS
5215 test -z "$as_dir" && as_dir=.
5216 for ac_prog in fgrep; do
5217 for ac_exec_ext in '' $ac_executable_extensions; do
5218 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5219 as_fn_executable_p "$ac_path_FGREP" || continue
5220 # Check for GNU ac_path_FGREP and select it if it is found.
5221 # Check for GNU $ac_path_FGREP
5222 case `"$ac_path_FGREP" --version 2>&1` in
5223 *GNU*)
5224 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5225 *)
5226 ac_count=0
5227 $as_echo_n 0123456789 >"conftest.in"
5228 while :
5229 do
5230 cat "conftest.in" "conftest.in" >"conftest.tmp"
5231 mv "conftest.tmp" "conftest.in"
5232 cp "conftest.in" "conftest.nl"
5233 $as_echo 'FGREP' >> "conftest.nl"
5234 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5235 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5236 as_fn_arith $ac_count + 1 && ac_count=$as_val
5237 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5238 # Best one so far, save it but keep looking for a better one
5239 ac_cv_path_FGREP="$ac_path_FGREP"
5240 ac_path_FGREP_max=$ac_count
5241 fi
5242 # 10*(2^10) chars as input seems more than enough
5243 test $ac_count -gt 10 && break
5244 done
5245 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5246 esac
5247
5248 $ac_path_FGREP_found && break 3
5249 done
5250 done
5251 done
5252 IFS=$as_save_IFS
5253 if test -z "$ac_cv_path_FGREP"; then
5254 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5255 fi
5256 else
5257 ac_cv_path_FGREP=$FGREP
5258 fi
5259
5260 fi
5261 fi
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5263 $as_echo "$ac_cv_path_FGREP" >&6; }
5264 FGREP="$ac_cv_path_FGREP"
5265
5266
5267 test -z "$GREP" && GREP=grep
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287 # Check whether --with-gnu-ld was given.
5288 if test "${with_gnu_ld+set}" = set; then :
5289 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5290 else
5291 with_gnu_ld=no
5292 fi
5293
5294 ac_prog=ld
5295 if test "$GCC" = yes; then
5296 # Check if gcc -print-prog-name=ld gives a path.
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5298 $as_echo_n "checking for ld used by $CC... " >&6; }
5299 case $host in
5300 *-*-mingw*)
5301 # gcc leaves a trailing carriage return which upsets mingw
5302 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5303 *)
5304 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5305 esac
5306 case $ac_prog in
5307 # Accept absolute paths.
5308 [\\/]* | ?:[\\/]*)
5309 re_direlt='/[^/][^/]*/\.\./'
5310 # Canonicalize the pathname of ld
5311 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5312 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5313 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5314 done
5315 test -z "$LD" && LD="$ac_prog"
5316 ;;
5317 "")
5318 # If it fails, then pretend we aren't using GCC.
5319 ac_prog=ld
5320 ;;
5321 *)
5322 # If it is relative, then search for the first ld in PATH.
5323 with_gnu_ld=unknown
5324 ;;
5325 esac
5326 elif test "$with_gnu_ld" = yes; then
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5328 $as_echo_n "checking for GNU ld... " >&6; }
5329 else
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5331 $as_echo_n "checking for non-GNU ld... " >&6; }
5332 fi
5333 if ${lt_cv_path_LD+:} false; then :
5334 $as_echo_n "(cached) " >&6
5335 else
5336 if test -z "$LD"; then
5337 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5338 for ac_dir in $PATH; do
5339 IFS="$lt_save_ifs"
5340 test -z "$ac_dir" && ac_dir=.
5341 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5342 lt_cv_path_LD="$ac_dir/$ac_prog"
5343 # Check to see if the program is GNU ld. I'd rather use --version,
5344 # but apparently some variants of GNU ld only accept -v.
5345 # Break only if it was the GNU/non-GNU ld that we prefer.
5346 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5347 *GNU* | *'with BFD'*)
5348 test "$with_gnu_ld" != no && break
5349 ;;
5350 *)
5351 test "$with_gnu_ld" != yes && break
5352 ;;
5353 esac
5354 fi
5355 done
5356 IFS="$lt_save_ifs"
5357 else
5358 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5359 fi
5360 fi
5361
5362 LD="$lt_cv_path_LD"
5363 if test -n "$LD"; then
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5365 $as_echo "$LD" >&6; }
5366 else
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5368 $as_echo "no" >&6; }
5369 fi
5370 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5372 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5373 if ${lt_cv_prog_gnu_ld+:} false; then :
5374 $as_echo_n "(cached) " >&6
5375 else
5376 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5377 case `$LD -v 2>&1 </dev/null` in
5378 *GNU* | *'with BFD'*)
5379 lt_cv_prog_gnu_ld=yes
5380 ;;
5381 *)
5382 lt_cv_prog_gnu_ld=no
5383 ;;
5384 esac
5385 fi
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5387 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5388 with_gnu_ld=$lt_cv_prog_gnu_ld
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5399 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5400 if ${lt_cv_path_NM+:} false; then :
5401 $as_echo_n "(cached) " >&6
5402 else
5403 if test -n "$NM"; then
5404 # Let the user override the nm to test.
5405 lt_nm_to_check="$NM"
5406 else
5407 lt_nm_to_check="${ac_tool_prefix}nm"
5408 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5409 lt_nm_to_check="$lt_nm_to_check nm"
5410 fi
5411 fi
5412 for lt_tmp_nm in "$lt_nm_to_check"; do
5413 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5414 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5415 IFS="$lt_save_ifs"
5416 test -z "$ac_dir" && ac_dir=.
5417 # Strip out any user-provided options from the nm to test twice,
5418 # the first time to test to see if nm (rather than its options) has
5419 # an explicit path, the second time to yield a file which can be
5420 # nm'ed itself.
5421 tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5422 case "$tmp_nm_path" in
5423 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5424 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5425 esac
5426 tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5427 if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
5428 # Check to see if the nm accepts a BSD-compat flag.
5429 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5430 # nm: unknown option "B" ignored
5431 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5432 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5433 break
5434 ;;
5435 *)
5436 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5437 *$tmp_nm*)
5438 lt_cv_path_NM="$tmp_nm -p"
5439 break
5440 ;;
5441 *)
5442 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5443 continue # so that we can try to find one that supports BSD flags
5444 ;;
5445 esac
5446 ;;
5447 esac
5448 fi
5449 done
5450 IFS="$lt_save_ifs"
5451 done
5452 : ${lt_cv_path_NM=no}
5453 fi
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5455 $as_echo "$lt_cv_path_NM" >&6; }
5456 if test "$lt_cv_path_NM" != "no"; then
5457 NM="$lt_cv_path_NM"
5458 else
5459 # Didn't find any BSD compatible name lister, look for dumpbin.
5460 if test -n "$DUMPBIN"; then :
5461 # Let the user override the test.
5462 else
5463 if test -n "$ac_tool_prefix"; then
5464 for ac_prog in dumpbin "link -dump"
5465 do
5466 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5467 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5469 $as_echo_n "checking for $ac_word... " >&6; }
5470 if ${ac_cv_prog_DUMPBIN+:} false; then :
5471 $as_echo_n "(cached) " >&6
5472 else
5473 if test -n "$DUMPBIN"; then
5474 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5475 else
5476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5477 for as_dir in $PATH
5478 do
5479 IFS=$as_save_IFS
5480 test -z "$as_dir" && as_dir=.
5481 for ac_exec_ext in '' $ac_executable_extensions; do
5482 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5483 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5485 break 2
5486 fi
5487 done
5488 done
5489 IFS=$as_save_IFS
5490
5491 fi
5492 fi
5493 DUMPBIN=$ac_cv_prog_DUMPBIN
5494 if test -n "$DUMPBIN"; then
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5496 $as_echo "$DUMPBIN" >&6; }
5497 else
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5499 $as_echo "no" >&6; }
5500 fi
5501
5502
5503 test -n "$DUMPBIN" && break
5504 done
5505 fi
5506 if test -z "$DUMPBIN"; then
5507 ac_ct_DUMPBIN=$DUMPBIN
5508 for ac_prog in dumpbin "link -dump"
5509 do
5510 # Extract the first word of "$ac_prog", so it can be a program name with args.
5511 set dummy $ac_prog; ac_word=$2
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5513 $as_echo_n "checking for $ac_word... " >&6; }
5514 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5515 $as_echo_n "(cached) " >&6
5516 else
5517 if test -n "$ac_ct_DUMPBIN"; then
5518 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5519 else
5520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5521 for as_dir in $PATH
5522 do
5523 IFS=$as_save_IFS
5524 test -z "$as_dir" && as_dir=.
5525 for ac_exec_ext in '' $ac_executable_extensions; do
5526 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5527 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5529 break 2
5530 fi
5531 done
5532 done
5533 IFS=$as_save_IFS
5534
5535 fi
5536 fi
5537 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5538 if test -n "$ac_ct_DUMPBIN"; then
5539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5540 $as_echo "$ac_ct_DUMPBIN" >&6; }
5541 else
5542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5543 $as_echo "no" >&6; }
5544 fi
5545
5546
5547 test -n "$ac_ct_DUMPBIN" && break
5548 done
5549
5550 if test "x$ac_ct_DUMPBIN" = x; then
5551 DUMPBIN=":"
5552 else
5553 case $cross_compiling:$ac_tool_warned in
5554 yes:)
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5556 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5557 ac_tool_warned=yes ;;
5558 esac
5559 DUMPBIN=$ac_ct_DUMPBIN
5560 fi
5561 fi
5562
5563 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5564 *COFF*)
5565 DUMPBIN="$DUMPBIN -symbols"
5566 ;;
5567 *)
5568 DUMPBIN=:
5569 ;;
5570 esac
5571 fi
5572
5573 if test "$DUMPBIN" != ":"; then
5574 NM="$DUMPBIN"
5575 fi
5576 fi
5577 test -z "$NM" && NM=nm
5578
5579
5580
5581
5582
5583
5584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5585 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5586 if ${lt_cv_nm_interface+:} false; then :
5587 $as_echo_n "(cached) " >&6
5588 else
5589 lt_cv_nm_interface="BSD nm"
5590 echo "int some_variable = 0;" > conftest.$ac_ext
5591 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5592 (eval "$ac_compile" 2>conftest.err)
5593 cat conftest.err >&5
5594 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5595 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5596 cat conftest.err >&5
5597 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5598 cat conftest.out >&5
5599 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5600 lt_cv_nm_interface="MS dumpbin"
5601 fi
5602 rm -f conftest*
5603 fi
5604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5605 $as_echo "$lt_cv_nm_interface" >&6; }
5606
5607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5608 $as_echo_n "checking whether ln -s works... " >&6; }
5609 LN_S=$as_ln_s
5610 if test "$LN_S" = "ln -s"; then
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5612 $as_echo "yes" >&6; }
5613 else
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5615 $as_echo "no, using $LN_S" >&6; }
5616 fi
5617
5618 # find the maximum length of command line arguments
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5620 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5621 if ${lt_cv_sys_max_cmd_len+:} false; then :
5622 $as_echo_n "(cached) " >&6
5623 else
5624 i=0
5625 teststring="ABCD"
5626
5627 case $build_os in
5628 msdosdjgpp*)
5629 # On DJGPP, this test can blow up pretty badly due to problems in libc
5630 # (any single argument exceeding 2000 bytes causes a buffer overrun
5631 # during glob expansion). Even if it were fixed, the result of this
5632 # check would be larger than it should be.
5633 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5634 ;;
5635
5636 gnu*)
5637 # Under GNU Hurd, this test is not required because there is
5638 # no limit to the length of command line arguments.
5639 # Libtool will interpret -1 as no limit whatsoever
5640 lt_cv_sys_max_cmd_len=-1;
5641 ;;
5642
5643 cygwin* | mingw* | cegcc*)
5644 # On Win9x/ME, this test blows up -- it succeeds, but takes
5645 # about 5 minutes as the teststring grows exponentially.
5646 # Worse, since 9x/ME are not pre-emptively multitasking,
5647 # you end up with a "frozen" computer, even though with patience
5648 # the test eventually succeeds (with a max line length of 256k).
5649 # Instead, let's just punt: use the minimum linelength reported by
5650 # all of the supported platforms: 8192 (on NT/2K/XP).
5651 lt_cv_sys_max_cmd_len=8192;
5652 ;;
5653
5654 mint*)
5655 # On MiNT this can take a long time and run out of memory.
5656 lt_cv_sys_max_cmd_len=8192;
5657 ;;
5658
5659 amigaos*)
5660 # On AmigaOS with pdksh, this test takes hours, literally.
5661 # So we just punt and use a minimum line length of 8192.
5662 lt_cv_sys_max_cmd_len=8192;
5663 ;;
5664
5665 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5666 # This has been around since 386BSD, at least. Likely further.
5667 if test -x /sbin/sysctl; then
5668 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5669 elif test -x /usr/sbin/sysctl; then
5670 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5671 else
5672 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5673 fi
5674 # And add a safety zone
5675 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5676 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5677 ;;
5678
5679 interix*)
5680 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5681 lt_cv_sys_max_cmd_len=196608
5682 ;;
5683
5684 osf*)
5685 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5686 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5687 # nice to cause kernel panics so lets avoid the loop below.
5688 # First set a reasonable default.
5689 lt_cv_sys_max_cmd_len=16384
5690 #
5691 if test -x /sbin/sysconfig; then
5692 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5693 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5694 esac
5695 fi
5696 ;;
5697 sco3.2v5*)
5698 lt_cv_sys_max_cmd_len=102400
5699 ;;
5700 sysv5* | sco5v6* | sysv4.2uw2*)
5701 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5702 if test -n "$kargmax"; then
5703 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5704 else
5705 lt_cv_sys_max_cmd_len=32768
5706 fi
5707 ;;
5708 *)
5709 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5710 if test -n "$lt_cv_sys_max_cmd_len"; then
5711 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5712 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5713 else
5714 # Make teststring a little bigger before we do anything with it.
5715 # a 1K string should be a reasonable start.
5716 for i in 1 2 3 4 5 6 7 8 ; do
5717 teststring=$teststring$teststring
5718 done
5719 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5720 # If test is not a shell built-in, we'll probably end up computing a
5721 # maximum length that is only half of the actual maximum length, but
5722 # we can't tell.
5723 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5724 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5725 test $i != 17 # 1/2 MB should be enough
5726 do
5727 i=`expr $i + 1`
5728 teststring=$teststring$teststring
5729 done
5730 # Only check the string length outside the loop.
5731 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5732 teststring=
5733 # Add a significant safety factor because C++ compilers can tack on
5734 # massive amounts of additional arguments before passing them to the
5735 # linker. It appears as though 1/2 is a usable value.
5736 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5737 fi
5738 ;;
5739 esac
5740
5741 fi
5742
5743 if test -n $lt_cv_sys_max_cmd_len ; then
5744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5745 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5746 else
5747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5748 $as_echo "none" >&6; }
5749 fi
5750 max_cmd_len=$lt_cv_sys_max_cmd_len
5751
5752
5753
5754
5755
5756
5757 : ${CP="cp -f"}
5758 : ${MV="mv -f"}
5759 : ${RM="rm -f"}
5760
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5762 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5763 # Try some XSI features
5764 xsi_shell=no
5765 ( _lt_dummy="a/b/c"
5766 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5767 = c,a/b,, \
5768 && eval 'test $(( 1 + 1 )) -eq 2 \
5769 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5770 && xsi_shell=yes
5771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5772 $as_echo "$xsi_shell" >&6; }
5773
5774
5775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5776 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5777 lt_shell_append=no
5778 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5779 >/dev/null 2>&1 \
5780 && lt_shell_append=yes
5781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5782 $as_echo "$lt_shell_append" >&6; }
5783
5784
5785 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5786 lt_unset=unset
5787 else
5788 lt_unset=false
5789 fi
5790
5791
5792
5793
5794
5795 # test EBCDIC or ASCII
5796 case `echo X|tr X '\101'` in
5797 A) # ASCII based system
5798 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5799 lt_SP2NL='tr \040 \012'
5800 lt_NL2SP='tr \015\012 \040\040'
5801 ;;
5802 *) # EBCDIC based system
5803 lt_SP2NL='tr \100 \n'
5804 lt_NL2SP='tr \r\n \100\100'
5805 ;;
5806 esac
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5817 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5818 if ${lt_cv_ld_reload_flag+:} false; then :
5819 $as_echo_n "(cached) " >&6
5820 else
5821 lt_cv_ld_reload_flag='-r'
5822 fi
5823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5824 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5825 reload_flag=$lt_cv_ld_reload_flag
5826 case $reload_flag in
5827 "" | " "*) ;;
5828 *) reload_flag=" $reload_flag" ;;
5829 esac
5830 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5831 case $host_os in
5832 darwin*)
5833 if test "$GCC" = yes; then
5834 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5835 else
5836 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5837 fi
5838 ;;
5839 esac
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849 if test -n "$ac_tool_prefix"; then
5850 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5851 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5853 $as_echo_n "checking for $ac_word... " >&6; }
5854 if ${ac_cv_prog_OBJDUMP+:} false; then :
5855 $as_echo_n "(cached) " >&6
5856 else
5857 if test -n "$OBJDUMP"; then
5858 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5859 else
5860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5861 for as_dir in $PATH
5862 do
5863 IFS=$as_save_IFS
5864 test -z "$as_dir" && as_dir=.
5865 for ac_exec_ext in '' $ac_executable_extensions; do
5866 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5867 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5869 break 2
5870 fi
5871 done
5872 done
5873 IFS=$as_save_IFS
5874
5875 fi
5876 fi
5877 OBJDUMP=$ac_cv_prog_OBJDUMP
5878 if test -n "$OBJDUMP"; then
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5880 $as_echo "$OBJDUMP" >&6; }
5881 else
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5883 $as_echo "no" >&6; }
5884 fi
5885
5886
5887 fi
5888 if test -z "$ac_cv_prog_OBJDUMP"; then
5889 ac_ct_OBJDUMP=$OBJDUMP
5890 # Extract the first word of "objdump", so it can be a program name with args.
5891 set dummy objdump; ac_word=$2
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5893 $as_echo_n "checking for $ac_word... " >&6; }
5894 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5895 $as_echo_n "(cached) " >&6
5896 else
5897 if test -n "$ac_ct_OBJDUMP"; then
5898 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5899 else
5900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5901 for as_dir in $PATH
5902 do
5903 IFS=$as_save_IFS
5904 test -z "$as_dir" && as_dir=.
5905 for ac_exec_ext in '' $ac_executable_extensions; do
5906 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5907 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5909 break 2
5910 fi
5911 done
5912 done
5913 IFS=$as_save_IFS
5914
5915 fi
5916 fi
5917 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5918 if test -n "$ac_ct_OBJDUMP"; then
5919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5920 $as_echo "$ac_ct_OBJDUMP" >&6; }
5921 else
5922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5923 $as_echo "no" >&6; }
5924 fi
5925
5926 if test "x$ac_ct_OBJDUMP" = x; then
5927 OBJDUMP="false"
5928 else
5929 case $cross_compiling:$ac_tool_warned in
5930 yes:)
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5932 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5933 ac_tool_warned=yes ;;
5934 esac
5935 OBJDUMP=$ac_ct_OBJDUMP
5936 fi
5937 else
5938 OBJDUMP="$ac_cv_prog_OBJDUMP"
5939 fi
5940
5941 test -z "$OBJDUMP" && OBJDUMP=objdump
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5952 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5953 if ${lt_cv_deplibs_check_method+:} false; then :
5954 $as_echo_n "(cached) " >&6
5955 else
5956 lt_cv_file_magic_cmd='$MAGIC_CMD'
5957 lt_cv_file_magic_test_file=
5958 lt_cv_deplibs_check_method='unknown'
5959 # Need to set the preceding variable on all platforms that support
5960 # interlibrary dependencies.
5961 # 'none' -- dependencies not supported.
5962 # `unknown' -- same as none, but documents that we really don't know.
5963 # 'pass_all' -- all dependencies passed with no checks.
5964 # 'test_compile' -- check by making test program.
5965 # 'file_magic [[regex]]' -- check by looking for files in library path
5966 # which responds to the $file_magic_cmd with a given extended regex.
5967 # If you have `file' or equivalent on your system and you're not sure
5968 # whether `pass_all' will *always* work, you probably want this one.
5969
5970 case $host_os in
5971 aix[4-9]*)
5972 lt_cv_deplibs_check_method=pass_all
5973 ;;
5974
5975 beos*)
5976 lt_cv_deplibs_check_method=pass_all
5977 ;;
5978
5979 bsdi[45]*)
5980 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5981 lt_cv_file_magic_cmd='/usr/bin/file -L'
5982 lt_cv_file_magic_test_file=/shlib/libc.so
5983 ;;
5984
5985 cygwin*)
5986 # func_win32_libid is a shell function defined in ltmain.sh
5987 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5988 lt_cv_file_magic_cmd='func_win32_libid'
5989 ;;
5990
5991 mingw* | pw32*)
5992 # Base MSYS/MinGW do not provide the 'file' command needed by
5993 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5994 # unless we find 'file', for example because we are cross-compiling.
5995 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5996 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5997 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5998 lt_cv_file_magic_cmd='func_win32_libid'
5999 else
6000 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6001 lt_cv_file_magic_cmd='$OBJDUMP -f'
6002 fi
6003 ;;
6004
6005 cegcc*)
6006 # use the weaker test based on 'objdump'. See mingw*.
6007 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6008 lt_cv_file_magic_cmd='$OBJDUMP -f'
6009 ;;
6010
6011 darwin* | rhapsody*)
6012 lt_cv_deplibs_check_method=pass_all
6013 ;;
6014
6015 freebsd* | dragonfly*)
6016 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6017 case $host_cpu in
6018 i*86 )
6019 # Not sure whether the presence of OpenBSD here was a mistake.
6020 # Let's accept both of them until this is cleared up.
6021 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6022 lt_cv_file_magic_cmd=/usr/bin/file
6023 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6024 ;;
6025 esac
6026 else
6027 lt_cv_deplibs_check_method=pass_all
6028 fi
6029 ;;
6030
6031 gnu*)
6032 lt_cv_deplibs_check_method=pass_all
6033 ;;
6034
6035 haiku*)
6036 lt_cv_deplibs_check_method=pass_all
6037 ;;
6038
6039 hpux10.20* | hpux11*)
6040 lt_cv_file_magic_cmd=/usr/bin/file
6041 case $host_cpu in
6042 ia64*)
6043 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6044 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6045 ;;
6046 hppa*64*)
6047 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]'
6048 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6049 ;;
6050 *)
6051 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6052 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6053 ;;
6054 esac
6055 ;;
6056
6057 interix[3-9]*)
6058 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6059 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6060 ;;
6061
6062 irix5* | irix6* | nonstopux*)
6063 case $LD in
6064 *-32|*"-32 ") libmagic=32-bit;;
6065 *-n32|*"-n32 ") libmagic=N32;;
6066 *-64|*"-64 ") libmagic=64-bit;;
6067 *) libmagic=never-match;;
6068 esac
6069 lt_cv_deplibs_check_method=pass_all
6070 ;;
6071
6072 # This must be Linux ELF.
6073 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6074 lt_cv_deplibs_check_method=pass_all
6075 ;;
6076
6077 netbsd*)
6078 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6079 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6080 else
6081 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6082 fi
6083 ;;
6084
6085 newos6*)
6086 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6087 lt_cv_file_magic_cmd=/usr/bin/file
6088 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6089 ;;
6090
6091 *nto* | *qnx*)
6092 lt_cv_deplibs_check_method=pass_all
6093 ;;
6094
6095 openbsd*)
6096 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6097 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6098 else
6099 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6100 fi
6101 ;;
6102
6103 osf3* | osf4* | osf5*)
6104 lt_cv_deplibs_check_method=pass_all
6105 ;;
6106
6107 rdos*)
6108 lt_cv_deplibs_check_method=pass_all
6109 ;;
6110
6111 solaris*)
6112 lt_cv_deplibs_check_method=pass_all
6113 ;;
6114
6115 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6116 lt_cv_deplibs_check_method=pass_all
6117 ;;
6118
6119 sysv4 | sysv4.3*)
6120 case $host_vendor in
6121 motorola)
6122 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]'
6123 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6124 ;;
6125 ncr)
6126 lt_cv_deplibs_check_method=pass_all
6127 ;;
6128 sequent)
6129 lt_cv_file_magic_cmd='/bin/file'
6130 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6131 ;;
6132 sni)
6133 lt_cv_file_magic_cmd='/bin/file'
6134 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6135 lt_cv_file_magic_test_file=/lib/libc.so
6136 ;;
6137 siemens)
6138 lt_cv_deplibs_check_method=pass_all
6139 ;;
6140 pc)
6141 lt_cv_deplibs_check_method=pass_all
6142 ;;
6143 esac
6144 ;;
6145
6146 tpf*)
6147 lt_cv_deplibs_check_method=pass_all
6148 ;;
6149 esac
6150
6151 fi
6152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6153 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6154 file_magic_cmd=$lt_cv_file_magic_cmd
6155 deplibs_check_method=$lt_cv_deplibs_check_method
6156 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169 plugin_option=
6170 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6171 for plugin in $plugin_names; do
6172 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6173 if test x$plugin_so = x$plugin; then
6174 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6175 fi
6176 if test x$plugin_so != x$plugin; then
6177 plugin_option="--plugin $plugin_so"
6178 break
6179 fi
6180 done
6181
6182 if test -n "$ac_tool_prefix"; then
6183 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6184 set dummy ${ac_tool_prefix}ar; ac_word=$2
6185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6186 $as_echo_n "checking for $ac_word... " >&6; }
6187 if ${ac_cv_prog_AR+:} false; then :
6188 $as_echo_n "(cached) " >&6
6189 else
6190 if test -n "$AR"; then
6191 ac_cv_prog_AR="$AR" # Let the user override the test.
6192 else
6193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6194 for as_dir in $PATH
6195 do
6196 IFS=$as_save_IFS
6197 test -z "$as_dir" && as_dir=.
6198 for ac_exec_ext in '' $ac_executable_extensions; do
6199 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6200 ac_cv_prog_AR="${ac_tool_prefix}ar"
6201 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6202 break 2
6203 fi
6204 done
6205 done
6206 IFS=$as_save_IFS
6207
6208 fi
6209 fi
6210 AR=$ac_cv_prog_AR
6211 if test -n "$AR"; then
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6213 $as_echo "$AR" >&6; }
6214 else
6215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6216 $as_echo "no" >&6; }
6217 fi
6218
6219
6220 fi
6221 if test -z "$ac_cv_prog_AR"; then
6222 ac_ct_AR=$AR
6223 # Extract the first word of "ar", so it can be a program name with args.
6224 set dummy ar; ac_word=$2
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6226 $as_echo_n "checking for $ac_word... " >&6; }
6227 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6228 $as_echo_n "(cached) " >&6
6229 else
6230 if test -n "$ac_ct_AR"; then
6231 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6232 else
6233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6234 for as_dir in $PATH
6235 do
6236 IFS=$as_save_IFS
6237 test -z "$as_dir" && as_dir=.
6238 for ac_exec_ext in '' $ac_executable_extensions; do
6239 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6240 ac_cv_prog_ac_ct_AR="ar"
6241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6242 break 2
6243 fi
6244 done
6245 done
6246 IFS=$as_save_IFS
6247
6248 fi
6249 fi
6250 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6251 if test -n "$ac_ct_AR"; then
6252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6253 $as_echo "$ac_ct_AR" >&6; }
6254 else
6255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6256 $as_echo "no" >&6; }
6257 fi
6258
6259 if test "x$ac_ct_AR" = x; then
6260 AR="false"
6261 else
6262 case $cross_compiling:$ac_tool_warned in
6263 yes:)
6264 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6265 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6266 ac_tool_warned=yes ;;
6267 esac
6268 AR=$ac_ct_AR
6269 fi
6270 else
6271 AR="$ac_cv_prog_AR"
6272 fi
6273
6274 test -z "$AR" && AR=ar
6275 if test -n "$plugin_option"; then
6276 if $AR --help 2>&1 | grep -q "\--plugin"; then
6277 touch conftest.c
6278 $AR $plugin_option rc conftest.a conftest.c
6279 if test "$?" != 0; then
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6281 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6282 else
6283 AR="$AR $plugin_option"
6284 fi
6285 rm -f conftest.*
6286 fi
6287 fi
6288 test -z "$AR_FLAGS" && AR_FLAGS=cru
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300 if test -n "$ac_tool_prefix"; then
6301 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6302 set dummy ${ac_tool_prefix}strip; ac_word=$2
6303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6304 $as_echo_n "checking for $ac_word... " >&6; }
6305 if ${ac_cv_prog_STRIP+:} false; then :
6306 $as_echo_n "(cached) " >&6
6307 else
6308 if test -n "$STRIP"; then
6309 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6310 else
6311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6312 for as_dir in $PATH
6313 do
6314 IFS=$as_save_IFS
6315 test -z "$as_dir" && as_dir=.
6316 for ac_exec_ext in '' $ac_executable_extensions; do
6317 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6318 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6320 break 2
6321 fi
6322 done
6323 done
6324 IFS=$as_save_IFS
6325
6326 fi
6327 fi
6328 STRIP=$ac_cv_prog_STRIP
6329 if test -n "$STRIP"; then
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6331 $as_echo "$STRIP" >&6; }
6332 else
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6334 $as_echo "no" >&6; }
6335 fi
6336
6337
6338 fi
6339 if test -z "$ac_cv_prog_STRIP"; then
6340 ac_ct_STRIP=$STRIP
6341 # Extract the first word of "strip", so it can be a program name with args.
6342 set dummy strip; ac_word=$2
6343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6344 $as_echo_n "checking for $ac_word... " >&6; }
6345 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6346 $as_echo_n "(cached) " >&6
6347 else
6348 if test -n "$ac_ct_STRIP"; then
6349 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6350 else
6351 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6352 for as_dir in $PATH
6353 do
6354 IFS=$as_save_IFS
6355 test -z "$as_dir" && as_dir=.
6356 for ac_exec_ext in '' $ac_executable_extensions; do
6357 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6358 ac_cv_prog_ac_ct_STRIP="strip"
6359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6360 break 2
6361 fi
6362 done
6363 done
6364 IFS=$as_save_IFS
6365
6366 fi
6367 fi
6368 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6369 if test -n "$ac_ct_STRIP"; then
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6371 $as_echo "$ac_ct_STRIP" >&6; }
6372 else
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6374 $as_echo "no" >&6; }
6375 fi
6376
6377 if test "x$ac_ct_STRIP" = x; then
6378 STRIP=":"
6379 else
6380 case $cross_compiling:$ac_tool_warned in
6381 yes:)
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6383 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6384 ac_tool_warned=yes ;;
6385 esac
6386 STRIP=$ac_ct_STRIP
6387 fi
6388 else
6389 STRIP="$ac_cv_prog_STRIP"
6390 fi
6391
6392 test -z "$STRIP" && STRIP=:
6393
6394
6395
6396
6397
6398
6399 if test -n "$ac_tool_prefix"; then
6400 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6401 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6403 $as_echo_n "checking for $ac_word... " >&6; }
6404 if ${ac_cv_prog_RANLIB+:} false; then :
6405 $as_echo_n "(cached) " >&6
6406 else
6407 if test -n "$RANLIB"; then
6408 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6409 else
6410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6411 for as_dir in $PATH
6412 do
6413 IFS=$as_save_IFS
6414 test -z "$as_dir" && as_dir=.
6415 for ac_exec_ext in '' $ac_executable_extensions; do
6416 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6417 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6419 break 2
6420 fi
6421 done
6422 done
6423 IFS=$as_save_IFS
6424
6425 fi
6426 fi
6427 RANLIB=$ac_cv_prog_RANLIB
6428 if test -n "$RANLIB"; then
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6430 $as_echo "$RANLIB" >&6; }
6431 else
6432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6433 $as_echo "no" >&6; }
6434 fi
6435
6436
6437 fi
6438 if test -z "$ac_cv_prog_RANLIB"; then
6439 ac_ct_RANLIB=$RANLIB
6440 # Extract the first word of "ranlib", so it can be a program name with args.
6441 set dummy ranlib; ac_word=$2
6442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6443 $as_echo_n "checking for $ac_word... " >&6; }
6444 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6445 $as_echo_n "(cached) " >&6
6446 else
6447 if test -n "$ac_ct_RANLIB"; then
6448 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6449 else
6450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6451 for as_dir in $PATH
6452 do
6453 IFS=$as_save_IFS
6454 test -z "$as_dir" && as_dir=.
6455 for ac_exec_ext in '' $ac_executable_extensions; do
6456 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6457 ac_cv_prog_ac_ct_RANLIB="ranlib"
6458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6459 break 2
6460 fi
6461 done
6462 done
6463 IFS=$as_save_IFS
6464
6465 fi
6466 fi
6467 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6468 if test -n "$ac_ct_RANLIB"; then
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6470 $as_echo "$ac_ct_RANLIB" >&6; }
6471 else
6472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6473 $as_echo "no" >&6; }
6474 fi
6475
6476 if test "x$ac_ct_RANLIB" = x; then
6477 RANLIB=":"
6478 else
6479 case $cross_compiling:$ac_tool_warned in
6480 yes:)
6481 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6482 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6483 ac_tool_warned=yes ;;
6484 esac
6485 RANLIB=$ac_ct_RANLIB
6486 fi
6487 else
6488 RANLIB="$ac_cv_prog_RANLIB"
6489 fi
6490
6491 test -z "$RANLIB" && RANLIB=:
6492 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6493 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6494 RANLIB="$RANLIB $plugin_option"
6495 fi
6496 fi
6497
6498
6499
6500
6501
6502
6503 # Determine commands to create old-style static archives.
6504 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6505 old_postinstall_cmds='chmod 644 $oldlib'
6506 old_postuninstall_cmds=
6507
6508 if test -n "$RANLIB"; then
6509 case $host_os in
6510 openbsd*)
6511 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6512 ;;
6513 *)
6514 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6515 ;;
6516 esac
6517 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6518 fi
6519
6520 case $host_os in
6521 darwin*)
6522 lock_old_archive_extraction=yes ;;
6523 *)
6524 lock_old_archive_extraction=no ;;
6525 esac
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
6558
6559
6560
6561
6562
6563
6564
6565 # If no C compiler was specified, use CC.
6566 LTCC=${LTCC-"$CC"}
6567
6568 # If no C compiler flags were specified, use CFLAGS.
6569 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6570
6571 # Allow CC to be a program name with arguments.
6572 compiler=$CC
6573
6574
6575 # Check for command to grab the raw symbol name followed by C symbol from nm.
6576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6577 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6578 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6579 $as_echo_n "(cached) " >&6
6580 else
6581
6582 # These are sane defaults that work on at least a few old systems.
6583 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6584
6585 # Character class describing NM global symbol codes.
6586 symcode='[BCDEGRST]'
6587
6588 # Regexp to match symbols that can be accessed directly from C.
6589 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6590
6591 # Define system-specific variables.
6592 case $host_os in
6593 aix*)
6594 symcode='[BCDT]'
6595 ;;
6596 cygwin* | mingw* | pw32* | cegcc*)
6597 symcode='[ABCDGISTW]'
6598 ;;
6599 hpux*)
6600 if test "$host_cpu" = ia64; then
6601 symcode='[ABCDEGRST]'
6602 fi
6603 ;;
6604 irix* | nonstopux*)
6605 symcode='[BCDEGRST]'
6606 ;;
6607 osf*)
6608 symcode='[BCDEGQRST]'
6609 ;;
6610 solaris*)
6611 symcode='[BCDRT]'
6612 ;;
6613 sco3.2v5*)
6614 symcode='[DT]'
6615 ;;
6616 sysv4.2uw2*)
6617 symcode='[DT]'
6618 ;;
6619 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6620 symcode='[ABDT]'
6621 ;;
6622 sysv4)
6623 symcode='[DFNSTU]'
6624 ;;
6625 esac
6626
6627 # If we're using GNU nm, then use its standard symbol codes.
6628 case `$NM -V 2>&1` in
6629 *GNU* | *'with BFD'*)
6630 symcode='[ABCDGIRSTW]' ;;
6631 esac
6632
6633 # Transform an extracted symbol line into a proper C declaration.
6634 # Some systems (esp. on ia64) link data and code symbols differently,
6635 # so use this general approach.
6636 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6637
6638 # Transform an extracted symbol line into symbol name and symbol address
6639 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6640 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'"
6641
6642 # Handle CRLF in mingw tool chain
6643 opt_cr=
6644 case $build_os in
6645 mingw*)
6646 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6647 ;;
6648 esac
6649
6650 # Try without a prefix underscore, then with it.
6651 for ac_symprfx in "" "_"; do
6652
6653 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6654 symxfrm="\\1 $ac_symprfx\\2 \\2"
6655
6656 # Write the raw and C identifiers.
6657 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6658 # Fake it for dumpbin and say T for any non-static function
6659 # and D for any global variable.
6660 # Also find C++ and __fastcall symbols from MSVC++,
6661 # which start with @ or ?.
6662 lt_cv_sys_global_symbol_pipe="$AWK '"\
6663 " {last_section=section; section=\$ 3};"\
6664 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6665 " \$ 0!~/External *\|/{next};"\
6666 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6667 " {if(hide[section]) next};"\
6668 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6669 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6670 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6671 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6672 " ' prfx=^$ac_symprfx"
6673 else
6674 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6675 fi
6676
6677 # Check to see that the pipe works correctly.
6678 pipe_works=no
6679
6680 rm -f conftest*
6681 cat > conftest.$ac_ext <<_LT_EOF
6682 #ifdef __cplusplus
6683 extern "C" {
6684 #endif
6685 char nm_test_var;
6686 void nm_test_func(void);
6687 void nm_test_func(void){}
6688 #ifdef __cplusplus
6689 }
6690 #endif
6691 int main(){nm_test_var='a';nm_test_func();return(0);}
6692 _LT_EOF
6693
6694 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6695 (eval $ac_compile) 2>&5
6696 ac_status=$?
6697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6698 test $ac_status = 0; }; then
6699 # Now try to grab the symbols.
6700 nlist=conftest.nm
6701 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6702 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6703 ac_status=$?
6704 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6705 test $ac_status = 0; } && test -s "$nlist"; then
6706 # Try sorting and uniquifying the output.
6707 if sort "$nlist" | uniq > "$nlist"T; then
6708 mv -f "$nlist"T "$nlist"
6709 else
6710 rm -f "$nlist"T
6711 fi
6712
6713 # Make sure that we snagged all the symbols we need.
6714 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6715 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6716 cat <<_LT_EOF > conftest.$ac_ext
6717 #ifdef __cplusplus
6718 extern "C" {
6719 #endif
6720
6721 _LT_EOF
6722 # Now generate the symbol file.
6723 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6724
6725 cat <<_LT_EOF >> conftest.$ac_ext
6726
6727 /* The mapping between symbol names and symbols. */
6728 const struct {
6729 const char *name;
6730 void *address;
6731 }
6732 lt__PROGRAM__LTX_preloaded_symbols[] =
6733 {
6734 { "@PROGRAM@", (void *) 0 },
6735 _LT_EOF
6736 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6737 cat <<\_LT_EOF >> conftest.$ac_ext
6738 {0, (void *) 0}
6739 };
6740
6741 /* This works around a problem in FreeBSD linker */
6742 #ifdef FREEBSD_WORKAROUND
6743 static const void *lt_preloaded_setup() {
6744 return lt__PROGRAM__LTX_preloaded_symbols;
6745 }
6746 #endif
6747
6748 #ifdef __cplusplus
6749 }
6750 #endif
6751 _LT_EOF
6752 # Now try linking the two files.
6753 mv conftest.$ac_objext conftstm.$ac_objext
6754 lt_save_LIBS="$LIBS"
6755 lt_save_CFLAGS="$CFLAGS"
6756 LIBS="conftstm.$ac_objext"
6757 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6758 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6759 (eval $ac_link) 2>&5
6760 ac_status=$?
6761 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6762 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6763 pipe_works=yes
6764 fi
6765 LIBS="$lt_save_LIBS"
6766 CFLAGS="$lt_save_CFLAGS"
6767 else
6768 echo "cannot find nm_test_func in $nlist" >&5
6769 fi
6770 else
6771 echo "cannot find nm_test_var in $nlist" >&5
6772 fi
6773 else
6774 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6775 fi
6776 else
6777 echo "$progname: failed program was:" >&5
6778 cat conftest.$ac_ext >&5
6779 fi
6780 rm -rf conftest* conftst*
6781
6782 # Do not use the global_symbol_pipe unless it works.
6783 if test "$pipe_works" = yes; then
6784 break
6785 else
6786 lt_cv_sys_global_symbol_pipe=
6787 fi
6788 done
6789
6790 fi
6791
6792 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6793 lt_cv_sys_global_symbol_to_cdecl=
6794 fi
6795 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6797 $as_echo "failed" >&6; }
6798 else
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6800 $as_echo "ok" >&6; }
6801 fi
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824 # Check whether --enable-libtool-lock was given.
6825 if test "${enable_libtool_lock+set}" = set; then :
6826 enableval=$enable_libtool_lock;
6827 fi
6828
6829 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6830
6831 # Some flags need to be propagated to the compiler or linker for good
6832 # libtool support.
6833 case $host in
6834 ia64-*-hpux*)
6835 # Find out which ABI we are using.
6836 echo 'int i;' > conftest.$ac_ext
6837 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6838 (eval $ac_compile) 2>&5
6839 ac_status=$?
6840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6841 test $ac_status = 0; }; then
6842 case `/usr/bin/file conftest.$ac_objext` in
6843 *ELF-32*)
6844 HPUX_IA64_MODE="32"
6845 ;;
6846 *ELF-64*)
6847 HPUX_IA64_MODE="64"
6848 ;;
6849 esac
6850 fi
6851 rm -rf conftest*
6852 ;;
6853 *-*-irix6*)
6854 # Find out which ABI we are using.
6855 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6856 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6857 (eval $ac_compile) 2>&5
6858 ac_status=$?
6859 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6860 test $ac_status = 0; }; then
6861 if test "$lt_cv_prog_gnu_ld" = yes; then
6862 case `/usr/bin/file conftest.$ac_objext` in
6863 *32-bit*)
6864 LD="${LD-ld} -melf32bsmip"
6865 ;;
6866 *N32*)
6867 LD="${LD-ld} -melf32bmipn32"
6868 ;;
6869 *64-bit*)
6870 LD="${LD-ld} -melf64bmip"
6871 ;;
6872 esac
6873 else
6874 case `/usr/bin/file conftest.$ac_objext` in
6875 *32-bit*)
6876 LD="${LD-ld} -32"
6877 ;;
6878 *N32*)
6879 LD="${LD-ld} -n32"
6880 ;;
6881 *64-bit*)
6882 LD="${LD-ld} -64"
6883 ;;
6884 esac
6885 fi
6886 fi
6887 rm -rf conftest*
6888 ;;
6889
6890 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6891 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6892 # Find out which ABI we are using.
6893 echo 'int i;' > conftest.$ac_ext
6894 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6895 (eval $ac_compile) 2>&5
6896 ac_status=$?
6897 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6898 test $ac_status = 0; }; then
6899 case `/usr/bin/file conftest.o` in
6900 *32-bit*)
6901 case $host in
6902 x86_64-*kfreebsd*-gnu)
6903 LD="${LD-ld} -m elf_i386_fbsd"
6904 ;;
6905 x86_64-*linux*)
6906 case `/usr/bin/file conftest.o` in
6907 *x86-64*)
6908 LD="${LD-ld} -m elf32_x86_64"
6909 ;;
6910 *)
6911 LD="${LD-ld} -m elf_i386"
6912 ;;
6913 esac
6914 ;;
6915 powerpc64le-*linux*)
6916 LD="${LD-ld} -m elf32lppclinux"
6917 ;;
6918 powerpc64-*linux*)
6919 LD="${LD-ld} -m elf32ppclinux"
6920 ;;
6921 s390x-*linux*)
6922 LD="${LD-ld} -m elf_s390"
6923 ;;
6924 sparc64-*linux*)
6925 LD="${LD-ld} -m elf32_sparc"
6926 ;;
6927 esac
6928 ;;
6929 *64-bit*)
6930 case $host in
6931 x86_64-*kfreebsd*-gnu)
6932 LD="${LD-ld} -m elf_x86_64_fbsd"
6933 ;;
6934 x86_64-*linux*)
6935 LD="${LD-ld} -m elf_x86_64"
6936 ;;
6937 powerpcle-*linux*)
6938 LD="${LD-ld} -m elf64lppc"
6939 ;;
6940 powerpc-*linux*)
6941 LD="${LD-ld} -m elf64ppc"
6942 ;;
6943 s390*-*linux*|s390*-*tpf*)
6944 LD="${LD-ld} -m elf64_s390"
6945 ;;
6946 sparc*-*linux*)
6947 LD="${LD-ld} -m elf64_sparc"
6948 ;;
6949 esac
6950 ;;
6951 esac
6952 fi
6953 rm -rf conftest*
6954 ;;
6955
6956 *-*-sco3.2v5*)
6957 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6958 SAVE_CFLAGS="$CFLAGS"
6959 CFLAGS="$CFLAGS -belf"
6960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6961 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6962 if ${lt_cv_cc_needs_belf+:} false; then :
6963 $as_echo_n "(cached) " >&6
6964 else
6965 ac_ext=c
6966 ac_cpp='$CPP $CPPFLAGS'
6967 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6968 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6969 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6970
6971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6972 /* end confdefs.h. */
6973
6974 int
6975 main ()
6976 {
6977
6978 ;
6979 return 0;
6980 }
6981 _ACEOF
6982 if ac_fn_c_try_link "$LINENO"; then :
6983 lt_cv_cc_needs_belf=yes
6984 else
6985 lt_cv_cc_needs_belf=no
6986 fi
6987 rm -f core conftest.err conftest.$ac_objext \
6988 conftest$ac_exeext conftest.$ac_ext
6989 ac_ext=c
6990 ac_cpp='$CPP $CPPFLAGS'
6991 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6992 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6993 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6994
6995 fi
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6997 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6998 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6999 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7000 CFLAGS="$SAVE_CFLAGS"
7001 fi
7002 ;;
7003 sparc*-*solaris*)
7004 # Find out which ABI we are using.
7005 echo 'int i;' > conftest.$ac_ext
7006 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7007 (eval $ac_compile) 2>&5
7008 ac_status=$?
7009 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7010 test $ac_status = 0; }; then
7011 case `/usr/bin/file conftest.o` in
7012 *64-bit*)
7013 case $lt_cv_prog_gnu_ld in
7014 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7015 *)
7016 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7017 LD="${LD-ld} -64"
7018 fi
7019 ;;
7020 esac
7021 ;;
7022 esac
7023 fi
7024 rm -rf conftest*
7025 ;;
7026 esac
7027
7028 need_locks="$enable_libtool_lock"
7029
7030
7031 case $host_os in
7032 rhapsody* | darwin*)
7033 if test -n "$ac_tool_prefix"; then
7034 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7035 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7037 $as_echo_n "checking for $ac_word... " >&6; }
7038 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7039 $as_echo_n "(cached) " >&6
7040 else
7041 if test -n "$DSYMUTIL"; then
7042 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7043 else
7044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7045 for as_dir in $PATH
7046 do
7047 IFS=$as_save_IFS
7048 test -z "$as_dir" && as_dir=.
7049 for ac_exec_ext in '' $ac_executable_extensions; do
7050 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7051 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7053 break 2
7054 fi
7055 done
7056 done
7057 IFS=$as_save_IFS
7058
7059 fi
7060 fi
7061 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7062 if test -n "$DSYMUTIL"; then
7063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7064 $as_echo "$DSYMUTIL" >&6; }
7065 else
7066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7067 $as_echo "no" >&6; }
7068 fi
7069
7070
7071 fi
7072 if test -z "$ac_cv_prog_DSYMUTIL"; then
7073 ac_ct_DSYMUTIL=$DSYMUTIL
7074 # Extract the first word of "dsymutil", so it can be a program name with args.
7075 set dummy dsymutil; ac_word=$2
7076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7077 $as_echo_n "checking for $ac_word... " >&6; }
7078 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7079 $as_echo_n "(cached) " >&6
7080 else
7081 if test -n "$ac_ct_DSYMUTIL"; then
7082 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7083 else
7084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7085 for as_dir in $PATH
7086 do
7087 IFS=$as_save_IFS
7088 test -z "$as_dir" && as_dir=.
7089 for ac_exec_ext in '' $ac_executable_extensions; do
7090 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7091 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7093 break 2
7094 fi
7095 done
7096 done
7097 IFS=$as_save_IFS
7098
7099 fi
7100 fi
7101 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7102 if test -n "$ac_ct_DSYMUTIL"; then
7103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7104 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7105 else
7106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7107 $as_echo "no" >&6; }
7108 fi
7109
7110 if test "x$ac_ct_DSYMUTIL" = x; then
7111 DSYMUTIL=":"
7112 else
7113 case $cross_compiling:$ac_tool_warned in
7114 yes:)
7115 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7116 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7117 ac_tool_warned=yes ;;
7118 esac
7119 DSYMUTIL=$ac_ct_DSYMUTIL
7120 fi
7121 else
7122 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7123 fi
7124
7125 if test -n "$ac_tool_prefix"; then
7126 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7127 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7129 $as_echo_n "checking for $ac_word... " >&6; }
7130 if ${ac_cv_prog_NMEDIT+:} false; then :
7131 $as_echo_n "(cached) " >&6
7132 else
7133 if test -n "$NMEDIT"; then
7134 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7135 else
7136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7137 for as_dir in $PATH
7138 do
7139 IFS=$as_save_IFS
7140 test -z "$as_dir" && as_dir=.
7141 for ac_exec_ext in '' $ac_executable_extensions; do
7142 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7143 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7145 break 2
7146 fi
7147 done
7148 done
7149 IFS=$as_save_IFS
7150
7151 fi
7152 fi
7153 NMEDIT=$ac_cv_prog_NMEDIT
7154 if test -n "$NMEDIT"; then
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7156 $as_echo "$NMEDIT" >&6; }
7157 else
7158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7159 $as_echo "no" >&6; }
7160 fi
7161
7162
7163 fi
7164 if test -z "$ac_cv_prog_NMEDIT"; then
7165 ac_ct_NMEDIT=$NMEDIT
7166 # Extract the first word of "nmedit", so it can be a program name with args.
7167 set dummy nmedit; ac_word=$2
7168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7169 $as_echo_n "checking for $ac_word... " >&6; }
7170 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7171 $as_echo_n "(cached) " >&6
7172 else
7173 if test -n "$ac_ct_NMEDIT"; then
7174 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7175 else
7176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7177 for as_dir in $PATH
7178 do
7179 IFS=$as_save_IFS
7180 test -z "$as_dir" && as_dir=.
7181 for ac_exec_ext in '' $ac_executable_extensions; do
7182 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7183 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7185 break 2
7186 fi
7187 done
7188 done
7189 IFS=$as_save_IFS
7190
7191 fi
7192 fi
7193 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7194 if test -n "$ac_ct_NMEDIT"; then
7195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7196 $as_echo "$ac_ct_NMEDIT" >&6; }
7197 else
7198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7199 $as_echo "no" >&6; }
7200 fi
7201
7202 if test "x$ac_ct_NMEDIT" = x; then
7203 NMEDIT=":"
7204 else
7205 case $cross_compiling:$ac_tool_warned in
7206 yes:)
7207 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7208 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7209 ac_tool_warned=yes ;;
7210 esac
7211 NMEDIT=$ac_ct_NMEDIT
7212 fi
7213 else
7214 NMEDIT="$ac_cv_prog_NMEDIT"
7215 fi
7216
7217 if test -n "$ac_tool_prefix"; then
7218 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7219 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7221 $as_echo_n "checking for $ac_word... " >&6; }
7222 if ${ac_cv_prog_LIPO+:} false; then :
7223 $as_echo_n "(cached) " >&6
7224 else
7225 if test -n "$LIPO"; then
7226 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7227 else
7228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7229 for as_dir in $PATH
7230 do
7231 IFS=$as_save_IFS
7232 test -z "$as_dir" && as_dir=.
7233 for ac_exec_ext in '' $ac_executable_extensions; do
7234 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7235 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7237 break 2
7238 fi
7239 done
7240 done
7241 IFS=$as_save_IFS
7242
7243 fi
7244 fi
7245 LIPO=$ac_cv_prog_LIPO
7246 if test -n "$LIPO"; then
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7248 $as_echo "$LIPO" >&6; }
7249 else
7250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7251 $as_echo "no" >&6; }
7252 fi
7253
7254
7255 fi
7256 if test -z "$ac_cv_prog_LIPO"; then
7257 ac_ct_LIPO=$LIPO
7258 # Extract the first word of "lipo", so it can be a program name with args.
7259 set dummy lipo; ac_word=$2
7260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7261 $as_echo_n "checking for $ac_word... " >&6; }
7262 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7263 $as_echo_n "(cached) " >&6
7264 else
7265 if test -n "$ac_ct_LIPO"; then
7266 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7267 else
7268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7269 for as_dir in $PATH
7270 do
7271 IFS=$as_save_IFS
7272 test -z "$as_dir" && as_dir=.
7273 for ac_exec_ext in '' $ac_executable_extensions; do
7274 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7275 ac_cv_prog_ac_ct_LIPO="lipo"
7276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7277 break 2
7278 fi
7279 done
7280 done
7281 IFS=$as_save_IFS
7282
7283 fi
7284 fi
7285 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7286 if test -n "$ac_ct_LIPO"; then
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7288 $as_echo "$ac_ct_LIPO" >&6; }
7289 else
7290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7291 $as_echo "no" >&6; }
7292 fi
7293
7294 if test "x$ac_ct_LIPO" = x; then
7295 LIPO=":"
7296 else
7297 case $cross_compiling:$ac_tool_warned in
7298 yes:)
7299 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7300 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7301 ac_tool_warned=yes ;;
7302 esac
7303 LIPO=$ac_ct_LIPO
7304 fi
7305 else
7306 LIPO="$ac_cv_prog_LIPO"
7307 fi
7308
7309 if test -n "$ac_tool_prefix"; then
7310 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7311 set dummy ${ac_tool_prefix}otool; ac_word=$2
7312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7313 $as_echo_n "checking for $ac_word... " >&6; }
7314 if ${ac_cv_prog_OTOOL+:} false; then :
7315 $as_echo_n "(cached) " >&6
7316 else
7317 if test -n "$OTOOL"; then
7318 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7319 else
7320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7321 for as_dir in $PATH
7322 do
7323 IFS=$as_save_IFS
7324 test -z "$as_dir" && as_dir=.
7325 for ac_exec_ext in '' $ac_executable_extensions; do
7326 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7327 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7328 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7329 break 2
7330 fi
7331 done
7332 done
7333 IFS=$as_save_IFS
7334
7335 fi
7336 fi
7337 OTOOL=$ac_cv_prog_OTOOL
7338 if test -n "$OTOOL"; then
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7340 $as_echo "$OTOOL" >&6; }
7341 else
7342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7343 $as_echo "no" >&6; }
7344 fi
7345
7346
7347 fi
7348 if test -z "$ac_cv_prog_OTOOL"; then
7349 ac_ct_OTOOL=$OTOOL
7350 # Extract the first word of "otool", so it can be a program name with args.
7351 set dummy otool; ac_word=$2
7352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7353 $as_echo_n "checking for $ac_word... " >&6; }
7354 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7355 $as_echo_n "(cached) " >&6
7356 else
7357 if test -n "$ac_ct_OTOOL"; then
7358 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7359 else
7360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7361 for as_dir in $PATH
7362 do
7363 IFS=$as_save_IFS
7364 test -z "$as_dir" && as_dir=.
7365 for ac_exec_ext in '' $ac_executable_extensions; do
7366 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7367 ac_cv_prog_ac_ct_OTOOL="otool"
7368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7369 break 2
7370 fi
7371 done
7372 done
7373 IFS=$as_save_IFS
7374
7375 fi
7376 fi
7377 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7378 if test -n "$ac_ct_OTOOL"; then
7379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7380 $as_echo "$ac_ct_OTOOL" >&6; }
7381 else
7382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7383 $as_echo "no" >&6; }
7384 fi
7385
7386 if test "x$ac_ct_OTOOL" = x; then
7387 OTOOL=":"
7388 else
7389 case $cross_compiling:$ac_tool_warned in
7390 yes:)
7391 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7392 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7393 ac_tool_warned=yes ;;
7394 esac
7395 OTOOL=$ac_ct_OTOOL
7396 fi
7397 else
7398 OTOOL="$ac_cv_prog_OTOOL"
7399 fi
7400
7401 if test -n "$ac_tool_prefix"; then
7402 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7403 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7405 $as_echo_n "checking for $ac_word... " >&6; }
7406 if ${ac_cv_prog_OTOOL64+:} false; then :
7407 $as_echo_n "(cached) " >&6
7408 else
7409 if test -n "$OTOOL64"; then
7410 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7411 else
7412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7413 for as_dir in $PATH
7414 do
7415 IFS=$as_save_IFS
7416 test -z "$as_dir" && as_dir=.
7417 for ac_exec_ext in '' $ac_executable_extensions; do
7418 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7419 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7421 break 2
7422 fi
7423 done
7424 done
7425 IFS=$as_save_IFS
7426
7427 fi
7428 fi
7429 OTOOL64=$ac_cv_prog_OTOOL64
7430 if test -n "$OTOOL64"; then
7431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7432 $as_echo "$OTOOL64" >&6; }
7433 else
7434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7435 $as_echo "no" >&6; }
7436 fi
7437
7438
7439 fi
7440 if test -z "$ac_cv_prog_OTOOL64"; then
7441 ac_ct_OTOOL64=$OTOOL64
7442 # Extract the first word of "otool64", so it can be a program name with args.
7443 set dummy otool64; ac_word=$2
7444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7445 $as_echo_n "checking for $ac_word... " >&6; }
7446 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7447 $as_echo_n "(cached) " >&6
7448 else
7449 if test -n "$ac_ct_OTOOL64"; then
7450 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7451 else
7452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7453 for as_dir in $PATH
7454 do
7455 IFS=$as_save_IFS
7456 test -z "$as_dir" && as_dir=.
7457 for ac_exec_ext in '' $ac_executable_extensions; do
7458 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7459 ac_cv_prog_ac_ct_OTOOL64="otool64"
7460 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7461 break 2
7462 fi
7463 done
7464 done
7465 IFS=$as_save_IFS
7466
7467 fi
7468 fi
7469 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7470 if test -n "$ac_ct_OTOOL64"; then
7471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7472 $as_echo "$ac_ct_OTOOL64" >&6; }
7473 else
7474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7475 $as_echo "no" >&6; }
7476 fi
7477
7478 if test "x$ac_ct_OTOOL64" = x; then
7479 OTOOL64=":"
7480 else
7481 case $cross_compiling:$ac_tool_warned in
7482 yes:)
7483 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7484 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7485 ac_tool_warned=yes ;;
7486 esac
7487 OTOOL64=$ac_ct_OTOOL64
7488 fi
7489 else
7490 OTOOL64="$ac_cv_prog_OTOOL64"
7491 fi
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7520 $as_echo_n "checking for -single_module linker flag... " >&6; }
7521 if ${lt_cv_apple_cc_single_mod+:} false; then :
7522 $as_echo_n "(cached) " >&6
7523 else
7524 lt_cv_apple_cc_single_mod=no
7525 if test -z "${LT_MULTI_MODULE}"; then
7526 # By default we will add the -single_module flag. You can override
7527 # by either setting the environment variable LT_MULTI_MODULE
7528 # non-empty at configure time, or by adding -multi_module to the
7529 # link flags.
7530 rm -rf libconftest.dylib*
7531 echo "int foo(void){return 1;}" > conftest.c
7532 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7533 -dynamiclib -Wl,-single_module conftest.c" >&5
7534 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7535 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7536 _lt_result=$?
7537 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7538 lt_cv_apple_cc_single_mod=yes
7539 else
7540 cat conftest.err >&5
7541 fi
7542 rm -rf libconftest.dylib*
7543 rm -f conftest.*
7544 fi
7545 fi
7546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7547 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7549 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7550 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7551 $as_echo_n "(cached) " >&6
7552 else
7553 lt_cv_ld_exported_symbols_list=no
7554 save_LDFLAGS=$LDFLAGS
7555 echo "_main" > conftest.sym
7556 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7558 /* end confdefs.h. */
7559
7560 int
7561 main ()
7562 {
7563
7564 ;
7565 return 0;
7566 }
7567 _ACEOF
7568 if ac_fn_c_try_link "$LINENO"; then :
7569 lt_cv_ld_exported_symbols_list=yes
7570 else
7571 lt_cv_ld_exported_symbols_list=no
7572 fi
7573 rm -f core conftest.err conftest.$ac_objext \
7574 conftest$ac_exeext conftest.$ac_ext
7575 LDFLAGS="$save_LDFLAGS"
7576
7577 fi
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7579 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7581 $as_echo_n "checking for -force_load linker flag... " >&6; }
7582 if ${lt_cv_ld_force_load+:} false; then :
7583 $as_echo_n "(cached) " >&6
7584 else
7585 lt_cv_ld_force_load=no
7586 cat > conftest.c << _LT_EOF
7587 int forced_loaded() { return 2;}
7588 _LT_EOF
7589 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7590 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7591 echo "$AR cru libconftest.a conftest.o" >&5
7592 $AR cru libconftest.a conftest.o 2>&5
7593 cat > conftest.c << _LT_EOF
7594 int main() { return 0;}
7595 _LT_EOF
7596 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7597 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7598 _lt_result=$?
7599 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7600 lt_cv_ld_force_load=yes
7601 else
7602 cat conftest.err >&5
7603 fi
7604 rm -f conftest.err libconftest.a conftest conftest.c
7605 rm -rf conftest.dSYM
7606
7607 fi
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7609 $as_echo "$lt_cv_ld_force_load" >&6; }
7610 case $host_os in
7611 rhapsody* | darwin1.[012])
7612 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7613 darwin1.*)
7614 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7615 darwin*) # darwin 5.x on
7616 # if running on 10.5 or later, the deployment target defaults
7617 # to the OS version, if on x86, and 10.4, the deployment
7618 # target defaults to 10.4. Don't you love it?
7619 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7620 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7621 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7622 10.[012][,.]*)
7623 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7624 10.*)
7625 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7626 esac
7627 ;;
7628 esac
7629 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7630 _lt_dar_single_mod='$single_module'
7631 fi
7632 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7633 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7634 else
7635 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7636 fi
7637 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7638 _lt_dsymutil='~$DSYMUTIL $lib || :'
7639 else
7640 _lt_dsymutil=
7641 fi
7642 ;;
7643 esac
7644
7645 for ac_header in dlfcn.h
7646 do :
7647 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7648 "
7649 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7650 cat >>confdefs.h <<_ACEOF
7651 #define HAVE_DLFCN_H 1
7652 _ACEOF
7653
7654 fi
7655
7656 done
7657
7658
7659
7660
7661
7662 # Set options
7663 enable_dlopen=yes
7664
7665
7666
7667
7668 enable_win32_dll=no
7669
7670
7671
7672 # Check whether --enable-static was given.
7673 if test "${enable_static+set}" = set; then :
7674 enableval=$enable_static; p=${PACKAGE-default}
7675 case $enableval in
7676 yes) enable_static=yes ;;
7677 no) enable_static=no ;;
7678 *)
7679 enable_static=no
7680 # Look at the argument we got. We use all the common list separators.
7681 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7682 for pkg in $enableval; do
7683 IFS="$lt_save_ifs"
7684 if test "X$pkg" = "X$p"; then
7685 enable_static=yes
7686 fi
7687 done
7688 IFS="$lt_save_ifs"
7689 ;;
7690 esac
7691 else
7692 enable_static=yes
7693 fi
7694
7695
7696
7697
7698
7699
7700
7701
7702
7703
7704 # Check whether --with-pic was given.
7705 if test "${with_pic+set}" = set; then :
7706 withval=$with_pic; pic_mode="$withval"
7707 else
7708 pic_mode=default
7709 fi
7710
7711
7712 test -z "$pic_mode" && pic_mode=default
7713
7714
7715
7716
7717
7718
7719
7720 # Check whether --enable-fast-install was given.
7721 if test "${enable_fast_install+set}" = set; then :
7722 enableval=$enable_fast_install; p=${PACKAGE-default}
7723 case $enableval in
7724 yes) enable_fast_install=yes ;;
7725 no) enable_fast_install=no ;;
7726 *)
7727 enable_fast_install=no
7728 # Look at the argument we got. We use all the common list separators.
7729 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7730 for pkg in $enableval; do
7731 IFS="$lt_save_ifs"
7732 if test "X$pkg" = "X$p"; then
7733 enable_fast_install=yes
7734 fi
7735 done
7736 IFS="$lt_save_ifs"
7737 ;;
7738 esac
7739 else
7740 enable_fast_install=yes
7741 fi
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
7753 # This can be used to rebuild libtool when needed
7754 LIBTOOL_DEPS="$ltmain"
7755
7756 # Always use our own libtool.
7757 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784 test -z "$LN_S" && LN_S="ln -s"
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799 if test -n "${ZSH_VERSION+set}" ; then
7800 setopt NO_GLOB_SUBST
7801 fi
7802
7803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7804 $as_echo_n "checking for objdir... " >&6; }
7805 if ${lt_cv_objdir+:} false; then :
7806 $as_echo_n "(cached) " >&6
7807 else
7808 rm -f .libs 2>/dev/null
7809 mkdir .libs 2>/dev/null
7810 if test -d .libs; then
7811 lt_cv_objdir=.libs
7812 else
7813 # MS-DOS does not allow filenames that begin with a dot.
7814 lt_cv_objdir=_libs
7815 fi
7816 rmdir .libs 2>/dev/null
7817 fi
7818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7819 $as_echo "$lt_cv_objdir" >&6; }
7820 objdir=$lt_cv_objdir
7821
7822
7823
7824
7825
7826 cat >>confdefs.h <<_ACEOF
7827 #define LT_OBJDIR "$lt_cv_objdir/"
7828 _ACEOF
7829
7830
7831
7832
7833 case $host_os in
7834 aix3*)
7835 # AIX sometimes has problems with the GCC collect2 program. For some
7836 # reason, if we set the COLLECT_NAMES environment variable, the problems
7837 # vanish in a puff of smoke.
7838 if test "X${COLLECT_NAMES+set}" != Xset; then
7839 COLLECT_NAMES=
7840 export COLLECT_NAMES
7841 fi
7842 ;;
7843 esac
7844
7845 # Global variables:
7846 ofile=libtool
7847 can_build_shared=yes
7848
7849 # All known linkers require a `.a' archive for static linking (except MSVC,
7850 # which needs '.lib').
7851 libext=a
7852
7853 with_gnu_ld="$lt_cv_prog_gnu_ld"
7854
7855 old_CC="$CC"
7856 old_CFLAGS="$CFLAGS"
7857
7858 # Set sane defaults for various variables
7859 test -z "$CC" && CC=cc
7860 test -z "$LTCC" && LTCC=$CC
7861 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7862 test -z "$LD" && LD=ld
7863 test -z "$ac_objext" && ac_objext=o
7864
7865 for cc_temp in $compiler""; do
7866 case $cc_temp in
7867 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7868 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7869 \-*) ;;
7870 *) break;;
7871 esac
7872 done
7873 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7874
7875
7876 # Only perform the check for file, if the check method requires it
7877 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7878 case $deplibs_check_method in
7879 file_magic*)
7880 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7882 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7883 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7884 $as_echo_n "(cached) " >&6
7885 else
7886 case $MAGIC_CMD in
7887 [\\/*] | ?:[\\/]*)
7888 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7889 ;;
7890 *)
7891 lt_save_MAGIC_CMD="$MAGIC_CMD"
7892 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7893 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7894 for ac_dir in $ac_dummy; do
7895 IFS="$lt_save_ifs"
7896 test -z "$ac_dir" && ac_dir=.
7897 if test -f $ac_dir/${ac_tool_prefix}file; then
7898 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7899 if test -n "$file_magic_test_file"; then
7900 case $deplibs_check_method in
7901 "file_magic "*)
7902 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7903 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7904 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7905 $EGREP "$file_magic_regex" > /dev/null; then
7906 :
7907 else
7908 cat <<_LT_EOF 1>&2
7909
7910 *** Warning: the command libtool uses to detect shared libraries,
7911 *** $file_magic_cmd, produces output that libtool cannot recognize.
7912 *** The result is that libtool may fail to recognize shared libraries
7913 *** as such. This will affect the creation of libtool libraries that
7914 *** depend on shared libraries, but programs linked with such libtool
7915 *** libraries will work regardless of this problem. Nevertheless, you
7916 *** may want to report the problem to your system manager and/or to
7917 *** bug-libtool@gnu.org
7918
7919 _LT_EOF
7920 fi ;;
7921 esac
7922 fi
7923 break
7924 fi
7925 done
7926 IFS="$lt_save_ifs"
7927 MAGIC_CMD="$lt_save_MAGIC_CMD"
7928 ;;
7929 esac
7930 fi
7931
7932 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7933 if test -n "$MAGIC_CMD"; then
7934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7935 $as_echo "$MAGIC_CMD" >&6; }
7936 else
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7938 $as_echo "no" >&6; }
7939 fi
7940
7941
7942
7943
7944
7945 if test -z "$lt_cv_path_MAGIC_CMD"; then
7946 if test -n "$ac_tool_prefix"; then
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7948 $as_echo_n "checking for file... " >&6; }
7949 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7950 $as_echo_n "(cached) " >&6
7951 else
7952 case $MAGIC_CMD in
7953 [\\/*] | ?:[\\/]*)
7954 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7955 ;;
7956 *)
7957 lt_save_MAGIC_CMD="$MAGIC_CMD"
7958 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7959 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7960 for ac_dir in $ac_dummy; do
7961 IFS="$lt_save_ifs"
7962 test -z "$ac_dir" && ac_dir=.
7963 if test -f $ac_dir/file; then
7964 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7965 if test -n "$file_magic_test_file"; then
7966 case $deplibs_check_method in
7967 "file_magic "*)
7968 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7969 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7970 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7971 $EGREP "$file_magic_regex" > /dev/null; then
7972 :
7973 else
7974 cat <<_LT_EOF 1>&2
7975
7976 *** Warning: the command libtool uses to detect shared libraries,
7977 *** $file_magic_cmd, produces output that libtool cannot recognize.
7978 *** The result is that libtool may fail to recognize shared libraries
7979 *** as such. This will affect the creation of libtool libraries that
7980 *** depend on shared libraries, but programs linked with such libtool
7981 *** libraries will work regardless of this problem. Nevertheless, you
7982 *** may want to report the problem to your system manager and/or to
7983 *** bug-libtool@gnu.org
7984
7985 _LT_EOF
7986 fi ;;
7987 esac
7988 fi
7989 break
7990 fi
7991 done
7992 IFS="$lt_save_ifs"
7993 MAGIC_CMD="$lt_save_MAGIC_CMD"
7994 ;;
7995 esac
7996 fi
7997
7998 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7999 if test -n "$MAGIC_CMD"; then
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8001 $as_echo "$MAGIC_CMD" >&6; }
8002 else
8003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8004 $as_echo "no" >&6; }
8005 fi
8006
8007
8008 else
8009 MAGIC_CMD=:
8010 fi
8011 fi
8012
8013 fi
8014 ;;
8015 esac
8016
8017 # Use C for the default configuration in the libtool script
8018
8019 lt_save_CC="$CC"
8020 ac_ext=c
8021 ac_cpp='$CPP $CPPFLAGS'
8022 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8023 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8024 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8025
8026
8027 # Source file extension for C test sources.
8028 ac_ext=c
8029
8030 # Object file extension for compiled C test sources.
8031 objext=o
8032 objext=$objext
8033
8034 # Code to be used in simple compile tests
8035 lt_simple_compile_test_code="int some_variable = 0;"
8036
8037 # Code to be used in simple link tests
8038 lt_simple_link_test_code='int main(){return(0);}'
8039
8040
8041
8042
8043
8044
8045
8046 # If no C compiler was specified, use CC.
8047 LTCC=${LTCC-"$CC"}
8048
8049 # If no C compiler flags were specified, use CFLAGS.
8050 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8051
8052 # Allow CC to be a program name with arguments.
8053 compiler=$CC
8054
8055 # Save the default compiler, since it gets overwritten when the other
8056 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8057 compiler_DEFAULT=$CC
8058
8059 # save warnings/boilerplate of simple test code
8060 ac_outfile=conftest.$ac_objext
8061 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8062 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8063 _lt_compiler_boilerplate=`cat conftest.err`
8064 $RM conftest*
8065
8066 ac_outfile=conftest.$ac_objext
8067 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8068 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8069 _lt_linker_boilerplate=`cat conftest.err`
8070 $RM -r conftest*
8071
8072
8073 ## CAVEAT EMPTOR:
8074 ## There is no encapsulation within the following macros, do not change
8075 ## the running order or otherwise move them around unless you know exactly
8076 ## what you are doing...
8077 if test -n "$compiler"; then
8078
8079 lt_prog_compiler_no_builtin_flag=
8080
8081 if test "$GCC" = yes; then
8082 case $cc_basename in
8083 nvcc*)
8084 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8085 *)
8086 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8087 esac
8088
8089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8090 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8091 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8092 $as_echo_n "(cached) " >&6
8093 else
8094 lt_cv_prog_compiler_rtti_exceptions=no
8095 ac_outfile=conftest.$ac_objext
8096 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8097 lt_compiler_flag="-fno-rtti -fno-exceptions"
8098 # Insert the option either (1) after the last *FLAGS variable, or
8099 # (2) before a word containing "conftest.", or (3) at the end.
8100 # Note that $ac_compile itself does not contain backslashes and begins
8101 # with a dollar sign (not a hyphen), so the echo should work correctly.
8102 # The option is referenced via a variable to avoid confusing sed.
8103 lt_compile=`echo "$ac_compile" | $SED \
8104 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8105 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8106 -e 's:$: $lt_compiler_flag:'`
8107 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8108 (eval "$lt_compile" 2>conftest.err)
8109 ac_status=$?
8110 cat conftest.err >&5
8111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8112 if (exit $ac_status) && test -s "$ac_outfile"; then
8113 # The compiler can only warn and ignore the option if not recognized
8114 # So say no if there are warnings other than the usual output.
8115 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8116 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8117 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8118 lt_cv_prog_compiler_rtti_exceptions=yes
8119 fi
8120 fi
8121 $RM conftest*
8122
8123 fi
8124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8125 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8126
8127 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8128 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8129 else
8130 :
8131 fi
8132
8133 fi
8134
8135
8136
8137
8138
8139
8140 lt_prog_compiler_wl=
8141 lt_prog_compiler_pic=
8142 lt_prog_compiler_static=
8143
8144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8145 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8146
8147 if test "$GCC" = yes; then
8148 lt_prog_compiler_wl='-Wl,'
8149 lt_prog_compiler_static='-static'
8150
8151 case $host_os in
8152 aix*)
8153 # All AIX code is PIC.
8154 if test "$host_cpu" = ia64; then
8155 # AIX 5 now supports IA64 processor
8156 lt_prog_compiler_static='-Bstatic'
8157 fi
8158 lt_prog_compiler_pic='-fPIC'
8159 ;;
8160
8161 amigaos*)
8162 case $host_cpu in
8163 powerpc)
8164 # see comment about AmigaOS4 .so support
8165 lt_prog_compiler_pic='-fPIC'
8166 ;;
8167 m68k)
8168 # FIXME: we need at least 68020 code to build shared libraries, but
8169 # adding the `-m68020' flag to GCC prevents building anything better,
8170 # like `-m68040'.
8171 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8172 ;;
8173 esac
8174 ;;
8175
8176 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8177 # PIC is the default for these OSes.
8178 ;;
8179
8180 mingw* | cygwin* | pw32* | os2* | cegcc*)
8181 # This hack is so that the source file can tell whether it is being
8182 # built for inclusion in a dll (and should export symbols for example).
8183 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8184 # (--disable-auto-import) libraries
8185 lt_prog_compiler_pic='-DDLL_EXPORT'
8186 ;;
8187
8188 darwin* | rhapsody*)
8189 # PIC is the default on this platform
8190 # Common symbols not allowed in MH_DYLIB files
8191 lt_prog_compiler_pic='-fno-common'
8192 ;;
8193
8194 haiku*)
8195 # PIC is the default for Haiku.
8196 # The "-static" flag exists, but is broken.
8197 lt_prog_compiler_static=
8198 ;;
8199
8200 hpux*)
8201 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8202 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8203 # sets the default TLS model and affects inlining.
8204 case $host_cpu in
8205 hppa*64*)
8206 # +Z the default
8207 ;;
8208 *)
8209 lt_prog_compiler_pic='-fPIC'
8210 ;;
8211 esac
8212 ;;
8213
8214 interix[3-9]*)
8215 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8216 # Instead, we relocate shared libraries at runtime.
8217 ;;
8218
8219 msdosdjgpp*)
8220 # Just because we use GCC doesn't mean we suddenly get shared libraries
8221 # on systems that don't support them.
8222 lt_prog_compiler_can_build_shared=no
8223 enable_shared=no
8224 ;;
8225
8226 *nto* | *qnx*)
8227 # QNX uses GNU C++, but need to define -shared option too, otherwise
8228 # it will coredump.
8229 lt_prog_compiler_pic='-fPIC -shared'
8230 ;;
8231
8232 sysv4*MP*)
8233 if test -d /usr/nec; then
8234 lt_prog_compiler_pic=-Kconform_pic
8235 fi
8236 ;;
8237
8238 *)
8239 lt_prog_compiler_pic='-fPIC'
8240 ;;
8241 esac
8242
8243 case $cc_basename in
8244 nvcc*) # Cuda Compiler Driver 2.2
8245 lt_prog_compiler_wl='-Xlinker '
8246 lt_prog_compiler_pic='-Xcompiler -fPIC'
8247 ;;
8248 esac
8249 else
8250 # PORTME Check for flag to pass linker flags through the system compiler.
8251 case $host_os in
8252 aix*)
8253 lt_prog_compiler_wl='-Wl,'
8254 if test "$host_cpu" = ia64; then
8255 # AIX 5 now supports IA64 processor
8256 lt_prog_compiler_static='-Bstatic'
8257 else
8258 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8259 fi
8260 ;;
8261
8262 mingw* | cygwin* | pw32* | os2* | cegcc*)
8263 # This hack is so that the source file can tell whether it is being
8264 # built for inclusion in a dll (and should export symbols for example).
8265 lt_prog_compiler_pic='-DDLL_EXPORT'
8266 ;;
8267
8268 hpux9* | hpux10* | hpux11*)
8269 lt_prog_compiler_wl='-Wl,'
8270 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8271 # not for PA HP-UX.
8272 case $host_cpu in
8273 hppa*64*|ia64*)
8274 # +Z the default
8275 ;;
8276 *)
8277 lt_prog_compiler_pic='+Z'
8278 ;;
8279 esac
8280 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8281 lt_prog_compiler_static='${wl}-a ${wl}archive'
8282 ;;
8283
8284 irix5* | irix6* | nonstopux*)
8285 lt_prog_compiler_wl='-Wl,'
8286 # PIC (with -KPIC) is the default.
8287 lt_prog_compiler_static='-non_shared'
8288 ;;
8289
8290 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8291 case $cc_basename in
8292 # old Intel for x86_64 which still supported -KPIC.
8293 ecc*)
8294 lt_prog_compiler_wl='-Wl,'
8295 lt_prog_compiler_pic='-KPIC'
8296 lt_prog_compiler_static='-static'
8297 ;;
8298 # icc used to be incompatible with GCC.
8299 # ICC 10 doesn't accept -KPIC any more.
8300 icc* | ifort*)
8301 lt_prog_compiler_wl='-Wl,'
8302 lt_prog_compiler_pic='-fPIC'
8303 lt_prog_compiler_static='-static'
8304 ;;
8305 # Lahey Fortran 8.1.
8306 lf95*)
8307 lt_prog_compiler_wl='-Wl,'
8308 lt_prog_compiler_pic='--shared'
8309 lt_prog_compiler_static='--static'
8310 ;;
8311 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8312 # Portland Group compilers (*not* the Pentium gcc compiler,
8313 # which looks to be a dead project)
8314 lt_prog_compiler_wl='-Wl,'
8315 lt_prog_compiler_pic='-fpic'
8316 lt_prog_compiler_static='-Bstatic'
8317 ;;
8318 ccc*)
8319 lt_prog_compiler_wl='-Wl,'
8320 # All Alpha code is PIC.
8321 lt_prog_compiler_static='-non_shared'
8322 ;;
8323 xl* | bgxl* | bgf* | mpixl*)
8324 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8325 lt_prog_compiler_wl='-Wl,'
8326 lt_prog_compiler_pic='-qpic'
8327 lt_prog_compiler_static='-qstaticlink'
8328 ;;
8329 *)
8330 case `$CC -V 2>&1 | sed 5q` in
8331 *Sun\ F* | *Sun*Fortran*)
8332 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8333 lt_prog_compiler_pic='-KPIC'
8334 lt_prog_compiler_static='-Bstatic'
8335 lt_prog_compiler_wl=''
8336 ;;
8337 *Sun\ C*)
8338 # Sun C 5.9
8339 lt_prog_compiler_pic='-KPIC'
8340 lt_prog_compiler_static='-Bstatic'
8341 lt_prog_compiler_wl='-Wl,'
8342 ;;
8343 esac
8344 ;;
8345 esac
8346 ;;
8347
8348 newsos6)
8349 lt_prog_compiler_pic='-KPIC'
8350 lt_prog_compiler_static='-Bstatic'
8351 ;;
8352
8353 *nto* | *qnx*)
8354 # QNX uses GNU C++, but need to define -shared option too, otherwise
8355 # it will coredump.
8356 lt_prog_compiler_pic='-fPIC -shared'
8357 ;;
8358
8359 osf3* | osf4* | osf5*)
8360 lt_prog_compiler_wl='-Wl,'
8361 # All OSF/1 code is PIC.
8362 lt_prog_compiler_static='-non_shared'
8363 ;;
8364
8365 rdos*)
8366 lt_prog_compiler_static='-non_shared'
8367 ;;
8368
8369 solaris*)
8370 lt_prog_compiler_pic='-KPIC'
8371 lt_prog_compiler_static='-Bstatic'
8372 case $cc_basename in
8373 f77* | f90* | f95*)
8374 lt_prog_compiler_wl='-Qoption ld ';;
8375 *)
8376 lt_prog_compiler_wl='-Wl,';;
8377 esac
8378 ;;
8379
8380 sunos4*)
8381 lt_prog_compiler_wl='-Qoption ld '
8382 lt_prog_compiler_pic='-PIC'
8383 lt_prog_compiler_static='-Bstatic'
8384 ;;
8385
8386 sysv4 | sysv4.2uw2* | sysv4.3*)
8387 lt_prog_compiler_wl='-Wl,'
8388 lt_prog_compiler_pic='-KPIC'
8389 lt_prog_compiler_static='-Bstatic'
8390 ;;
8391
8392 sysv4*MP*)
8393 if test -d /usr/nec ;then
8394 lt_prog_compiler_pic='-Kconform_pic'
8395 lt_prog_compiler_static='-Bstatic'
8396 fi
8397 ;;
8398
8399 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8400 lt_prog_compiler_wl='-Wl,'
8401 lt_prog_compiler_pic='-KPIC'
8402 lt_prog_compiler_static='-Bstatic'
8403 ;;
8404
8405 unicos*)
8406 lt_prog_compiler_wl='-Wl,'
8407 lt_prog_compiler_can_build_shared=no
8408 ;;
8409
8410 uts4*)
8411 lt_prog_compiler_pic='-pic'
8412 lt_prog_compiler_static='-Bstatic'
8413 ;;
8414
8415 *)
8416 lt_prog_compiler_can_build_shared=no
8417 ;;
8418 esac
8419 fi
8420
8421 case $host_os in
8422 # For platforms which do not support PIC, -DPIC is meaningless:
8423 *djgpp*)
8424 lt_prog_compiler_pic=
8425 ;;
8426 *)
8427 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8428 ;;
8429 esac
8430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8431 $as_echo "$lt_prog_compiler_pic" >&6; }
8432
8433
8434
8435
8436
8437
8438 #
8439 # Check to make sure the PIC flag actually works.
8440 #
8441 if test -n "$lt_prog_compiler_pic"; then
8442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8443 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8444 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8445 $as_echo_n "(cached) " >&6
8446 else
8447 lt_cv_prog_compiler_pic_works=no
8448 ac_outfile=conftest.$ac_objext
8449 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8450 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8451 # Insert the option either (1) after the last *FLAGS variable, or
8452 # (2) before a word containing "conftest.", or (3) at the end.
8453 # Note that $ac_compile itself does not contain backslashes and begins
8454 # with a dollar sign (not a hyphen), so the echo should work correctly.
8455 # The option is referenced via a variable to avoid confusing sed.
8456 lt_compile=`echo "$ac_compile" | $SED \
8457 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8458 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8459 -e 's:$: $lt_compiler_flag:'`
8460 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8461 (eval "$lt_compile" 2>conftest.err)
8462 ac_status=$?
8463 cat conftest.err >&5
8464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8465 if (exit $ac_status) && test -s "$ac_outfile"; then
8466 # The compiler can only warn and ignore the option if not recognized
8467 # So say no if there are warnings other than the usual output.
8468 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8469 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8470 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8471 lt_cv_prog_compiler_pic_works=yes
8472 fi
8473 fi
8474 $RM conftest*
8475
8476 fi
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8478 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8479
8480 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8481 case $lt_prog_compiler_pic in
8482 "" | " "*) ;;
8483 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8484 esac
8485 else
8486 lt_prog_compiler_pic=
8487 lt_prog_compiler_can_build_shared=no
8488 fi
8489
8490 fi
8491
8492
8493
8494
8495
8496
8497 #
8498 # Check to make sure the static flag actually works.
8499 #
8500 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8502 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8503 if ${lt_cv_prog_compiler_static_works+:} false; then :
8504 $as_echo_n "(cached) " >&6
8505 else
8506 lt_cv_prog_compiler_static_works=no
8507 save_LDFLAGS="$LDFLAGS"
8508 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8509 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8510 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8511 # The linker can only warn and ignore the option if not recognized
8512 # So say no if there are warnings
8513 if test -s conftest.err; then
8514 # Append any errors to the config.log.
8515 cat conftest.err 1>&5
8516 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8517 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8518 if diff conftest.exp conftest.er2 >/dev/null; then
8519 lt_cv_prog_compiler_static_works=yes
8520 fi
8521 else
8522 lt_cv_prog_compiler_static_works=yes
8523 fi
8524 fi
8525 $RM -r conftest*
8526 LDFLAGS="$save_LDFLAGS"
8527
8528 fi
8529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8530 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8531
8532 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8533 :
8534 else
8535 lt_prog_compiler_static=
8536 fi
8537
8538
8539
8540
8541
8542
8543
8544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8545 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8546 if ${lt_cv_prog_compiler_c_o+:} false; then :
8547 $as_echo_n "(cached) " >&6
8548 else
8549 lt_cv_prog_compiler_c_o=no
8550 $RM -r conftest 2>/dev/null
8551 mkdir conftest
8552 cd conftest
8553 mkdir out
8554 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8555
8556 lt_compiler_flag="-o out/conftest2.$ac_objext"
8557 # Insert the option either (1) after the last *FLAGS variable, or
8558 # (2) before a word containing "conftest.", or (3) at the end.
8559 # Note that $ac_compile itself does not contain backslashes and begins
8560 # with a dollar sign (not a hyphen), so the echo should work correctly.
8561 lt_compile=`echo "$ac_compile" | $SED \
8562 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8563 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8564 -e 's:$: $lt_compiler_flag:'`
8565 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8566 (eval "$lt_compile" 2>out/conftest.err)
8567 ac_status=$?
8568 cat out/conftest.err >&5
8569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8570 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8571 then
8572 # The compiler can only warn and ignore the option if not recognized
8573 # So say no if there are warnings
8574 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8575 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8576 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8577 lt_cv_prog_compiler_c_o=yes
8578 fi
8579 fi
8580 chmod u+w . 2>&5
8581 $RM conftest*
8582 # SGI C++ compiler will create directory out/ii_files/ for
8583 # template instantiation
8584 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8585 $RM out/* && rmdir out
8586 cd ..
8587 $RM -r conftest
8588 $RM conftest*
8589
8590 fi
8591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8592 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8593
8594
8595
8596
8597
8598
8599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8600 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8601 if ${lt_cv_prog_compiler_c_o+:} false; then :
8602 $as_echo_n "(cached) " >&6
8603 else
8604 lt_cv_prog_compiler_c_o=no
8605 $RM -r conftest 2>/dev/null
8606 mkdir conftest
8607 cd conftest
8608 mkdir out
8609 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8610
8611 lt_compiler_flag="-o out/conftest2.$ac_objext"
8612 # Insert the option either (1) after the last *FLAGS variable, or
8613 # (2) before a word containing "conftest.", or (3) at the end.
8614 # Note that $ac_compile itself does not contain backslashes and begins
8615 # with a dollar sign (not a hyphen), so the echo should work correctly.
8616 lt_compile=`echo "$ac_compile" | $SED \
8617 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8618 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8619 -e 's:$: $lt_compiler_flag:'`
8620 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8621 (eval "$lt_compile" 2>out/conftest.err)
8622 ac_status=$?
8623 cat out/conftest.err >&5
8624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8625 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8626 then
8627 # The compiler can only warn and ignore the option if not recognized
8628 # So say no if there are warnings
8629 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8630 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8631 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8632 lt_cv_prog_compiler_c_o=yes
8633 fi
8634 fi
8635 chmod u+w . 2>&5
8636 $RM conftest*
8637 # SGI C++ compiler will create directory out/ii_files/ for
8638 # template instantiation
8639 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8640 $RM out/* && rmdir out
8641 cd ..
8642 $RM -r conftest
8643 $RM conftest*
8644
8645 fi
8646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8647 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8648
8649
8650
8651
8652 hard_links="nottested"
8653 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8654 # do not overwrite the value of need_locks provided by the user
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8656 $as_echo_n "checking if we can lock with hard links... " >&6; }
8657 hard_links=yes
8658 $RM conftest*
8659 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8660 touch conftest.a
8661 ln conftest.a conftest.b 2>&5 || hard_links=no
8662 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8664 $as_echo "$hard_links" >&6; }
8665 if test "$hard_links" = no; then
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8667 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8668 need_locks=warn
8669 fi
8670 else
8671 need_locks=no
8672 fi
8673
8674
8675
8676
8677
8678
8679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8680 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8681
8682 runpath_var=
8683 allow_undefined_flag=
8684 always_export_symbols=no
8685 archive_cmds=
8686 archive_expsym_cmds=
8687 compiler_needs_object=no
8688 enable_shared_with_static_runtimes=no
8689 export_dynamic_flag_spec=
8690 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8691 hardcode_automatic=no
8692 hardcode_direct=no
8693 hardcode_direct_absolute=no
8694 hardcode_libdir_flag_spec=
8695 hardcode_libdir_flag_spec_ld=
8696 hardcode_libdir_separator=
8697 hardcode_minus_L=no
8698 hardcode_shlibpath_var=unsupported
8699 inherit_rpath=no
8700 link_all_deplibs=unknown
8701 module_cmds=
8702 module_expsym_cmds=
8703 old_archive_from_new_cmds=
8704 old_archive_from_expsyms_cmds=
8705 thread_safe_flag_spec=
8706 whole_archive_flag_spec=
8707 # include_expsyms should be a list of space-separated symbols to be *always*
8708 # included in the symbol list
8709 include_expsyms=
8710 # exclude_expsyms can be an extended regexp of symbols to exclude
8711 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8712 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8713 # as well as any symbol that contains `d'.
8714 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8715 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8716 # platforms (ab)use it in PIC code, but their linkers get confused if
8717 # the symbol is explicitly referenced. Since portable code cannot
8718 # rely on this symbol name, it's probably fine to never include it in
8719 # preloaded symbol tables.
8720 # Exclude shared library initialization/finalization symbols.
8721 extract_expsyms_cmds=
8722
8723 case $host_os in
8724 cygwin* | mingw* | pw32* | cegcc*)
8725 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8726 # When not using gcc, we currently assume that we are using
8727 # Microsoft Visual C++.
8728 if test "$GCC" != yes; then
8729 with_gnu_ld=no
8730 fi
8731 ;;
8732 interix*)
8733 # we just hope/assume this is gcc and not c89 (= MSVC++)
8734 with_gnu_ld=yes
8735 ;;
8736 openbsd*)
8737 with_gnu_ld=no
8738 ;;
8739 esac
8740
8741 ld_shlibs=yes
8742
8743 # On some targets, GNU ld is compatible enough with the native linker
8744 # that we're better off using the native interface for both.
8745 lt_use_gnu_ld_interface=no
8746 if test "$with_gnu_ld" = yes; then
8747 case $host_os in
8748 aix*)
8749 # The AIX port of GNU ld has always aspired to compatibility
8750 # with the native linker. However, as the warning in the GNU ld
8751 # block says, versions before 2.19.5* couldn't really create working
8752 # shared libraries, regardless of the interface used.
8753 case `$LD -v 2>&1` in
8754 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8755 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8756 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8757 *)
8758 lt_use_gnu_ld_interface=yes
8759 ;;
8760 esac
8761 ;;
8762 *)
8763 lt_use_gnu_ld_interface=yes
8764 ;;
8765 esac
8766 fi
8767
8768 if test "$lt_use_gnu_ld_interface" = yes; then
8769 # If archive_cmds runs LD, not CC, wlarc should be empty
8770 wlarc='${wl}'
8771
8772 # Set some defaults for GNU ld with shared library support. These
8773 # are reset later if shared libraries are not supported. Putting them
8774 # here allows them to be overridden if necessary.
8775 runpath_var=LD_RUN_PATH
8776 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8777 export_dynamic_flag_spec='${wl}--export-dynamic'
8778 # ancient GNU ld didn't support --whole-archive et. al.
8779 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8780 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8781 else
8782 whole_archive_flag_spec=
8783 fi
8784 supports_anon_versioning=no
8785 case `$LD -v 2>&1` in
8786 *GNU\ gold*) supports_anon_versioning=yes ;;
8787 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8788 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8789 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8790 *\ 2.11.*) ;; # other 2.11 versions
8791 *) supports_anon_versioning=yes ;;
8792 esac
8793
8794 # See if GNU ld supports shared libraries.
8795 case $host_os in
8796 aix[3-9]*)
8797 # On AIX/PPC, the GNU linker is very broken
8798 if test "$host_cpu" != ia64; then
8799 ld_shlibs=no
8800 cat <<_LT_EOF 1>&2
8801
8802 *** Warning: the GNU linker, at least up to release 2.19, is reported
8803 *** to be unable to reliably create shared libraries on AIX.
8804 *** Therefore, libtool is disabling shared libraries support. If you
8805 *** really care for shared libraries, you may want to install binutils
8806 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8807 *** You will then need to restart the configuration process.
8808
8809 _LT_EOF
8810 fi
8811 ;;
8812
8813 amigaos*)
8814 case $host_cpu in
8815 powerpc)
8816 # see comment about AmigaOS4 .so support
8817 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8818 archive_expsym_cmds=''
8819 ;;
8820 m68k)
8821 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)'
8822 hardcode_libdir_flag_spec='-L$libdir'
8823 hardcode_minus_L=yes
8824 ;;
8825 esac
8826 ;;
8827
8828 beos*)
8829 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8830 allow_undefined_flag=unsupported
8831 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8832 # support --undefined. This deserves some investigation. FIXME
8833 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8834 else
8835 ld_shlibs=no
8836 fi
8837 ;;
8838
8839 cygwin* | mingw* | pw32* | cegcc*)
8840 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8841 # as there is no search path for DLLs.
8842 hardcode_libdir_flag_spec='-L$libdir'
8843 export_dynamic_flag_spec='${wl}--export-all-symbols'
8844 allow_undefined_flag=unsupported
8845 always_export_symbols=no
8846 enable_shared_with_static_runtimes=yes
8847 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8848
8849 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8850 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8851 # If the export-symbols file already is a .def file (1st line
8852 # is EXPORTS), use it as is; otherwise, prepend...
8853 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8854 cp $export_symbols $output_objdir/$soname.def;
8855 else
8856 echo EXPORTS > $output_objdir/$soname.def;
8857 cat $export_symbols >> $output_objdir/$soname.def;
8858 fi~
8859 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8860 else
8861 ld_shlibs=no
8862 fi
8863 ;;
8864
8865 haiku*)
8866 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8867 link_all_deplibs=yes
8868 ;;
8869
8870 interix[3-9]*)
8871 hardcode_direct=no
8872 hardcode_shlibpath_var=no
8873 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8874 export_dynamic_flag_spec='${wl}-E'
8875 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8876 # Instead, shared libraries are loaded at an image base (0x10000000 by
8877 # default) and relocated if they conflict, which is a slow very memory
8878 # consuming and fragmenting process. To avoid this, we pick a random,
8879 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8880 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8881 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8882 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'
8883 ;;
8884
8885 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8886 tmp_diet=no
8887 if test "$host_os" = linux-dietlibc; then
8888 case $cc_basename in
8889 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8890 esac
8891 fi
8892 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8893 && test "$tmp_diet" = no
8894 then
8895 tmp_addflag=' $pic_flag'
8896 tmp_sharedflag='-shared'
8897 case $cc_basename,$host_cpu in
8898 pgcc*) # Portland Group C compiler
8899 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'
8900 tmp_addflag=' $pic_flag'
8901 ;;
8902 pgf77* | pgf90* | pgf95* | pgfortran*)
8903 # Portland Group f77 and f90 compilers
8904 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'
8905 tmp_addflag=' $pic_flag -Mnomain' ;;
8906 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8907 tmp_addflag=' -i_dynamic' ;;
8908 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8909 tmp_addflag=' -i_dynamic -nofor_main' ;;
8910 ifc* | ifort*) # Intel Fortran compiler
8911 tmp_addflag=' -nofor_main' ;;
8912 lf95*) # Lahey Fortran 8.1
8913 whole_archive_flag_spec=
8914 tmp_sharedflag='--shared' ;;
8915 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8916 tmp_sharedflag='-qmkshrobj'
8917 tmp_addflag= ;;
8918 nvcc*) # Cuda Compiler Driver 2.2
8919 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'
8920 compiler_needs_object=yes
8921 ;;
8922 esac
8923 case `$CC -V 2>&1 | sed 5q` in
8924 *Sun\ C*) # Sun C 5.9
8925 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'
8926 compiler_needs_object=yes
8927 tmp_sharedflag='-G' ;;
8928 *Sun\ F*) # Sun Fortran 8.3
8929 tmp_sharedflag='-G' ;;
8930 esac
8931 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8932
8933 if test "x$supports_anon_versioning" = xyes; then
8934 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8935 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8936 echo "local: *; };" >> $output_objdir/$libname.ver~
8937 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8938 fi
8939
8940 case $cc_basename in
8941 xlf* | bgf* | bgxlf* | mpixlf*)
8942 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8943 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8944 hardcode_libdir_flag_spec=
8945 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8946 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8947 if test "x$supports_anon_versioning" = xyes; then
8948 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8949 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8950 echo "local: *; };" >> $output_objdir/$libname.ver~
8951 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8952 fi
8953 ;;
8954 esac
8955 else
8956 ld_shlibs=no
8957 fi
8958 ;;
8959
8960 netbsd*)
8961 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8962 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8963 wlarc=
8964 else
8965 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8966 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8967 fi
8968 ;;
8969
8970 solaris*)
8971 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8972 ld_shlibs=no
8973 cat <<_LT_EOF 1>&2
8974
8975 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8976 *** create shared libraries on Solaris systems. Therefore, libtool
8977 *** is disabling shared libraries support. We urge you to upgrade GNU
8978 *** binutils to release 2.9.1 or newer. Another option is to modify
8979 *** your PATH or compiler configuration so that the native linker is
8980 *** used, and then restart.
8981
8982 _LT_EOF
8983 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8984 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8985 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8986 else
8987 ld_shlibs=no
8988 fi
8989 ;;
8990
8991 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8992 case `$LD -v 2>&1` in
8993 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8994 ld_shlibs=no
8995 cat <<_LT_EOF 1>&2
8996
8997 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8998 *** reliably create shared libraries on SCO systems. Therefore, libtool
8999 *** is disabling shared libraries support. We urge you to upgrade GNU
9000 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9001 *** your PATH or compiler configuration so that the native linker is
9002 *** used, and then restart.
9003
9004 _LT_EOF
9005 ;;
9006 *)
9007 # For security reasons, it is highly recommended that you always
9008 # use absolute paths for naming shared libraries, and exclude the
9009 # DT_RUNPATH tag from executables and libraries. But doing so
9010 # requires that you compile everything twice, which is a pain.
9011 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9012 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9013 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9014 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9015 else
9016 ld_shlibs=no
9017 fi
9018 ;;
9019 esac
9020 ;;
9021
9022 sunos4*)
9023 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9024 wlarc=
9025 hardcode_direct=yes
9026 hardcode_shlibpath_var=no
9027 ;;
9028
9029 *)
9030 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9031 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9032 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9033 else
9034 ld_shlibs=no
9035 fi
9036 ;;
9037 esac
9038
9039 if test "$ld_shlibs" = no; then
9040 runpath_var=
9041 hardcode_libdir_flag_spec=
9042 export_dynamic_flag_spec=
9043 whole_archive_flag_spec=
9044 fi
9045 else
9046 # PORTME fill in a description of your system's linker (not GNU ld)
9047 case $host_os in
9048 aix3*)
9049 allow_undefined_flag=unsupported
9050 always_export_symbols=yes
9051 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'
9052 # Note: this linker hardcodes the directories in LIBPATH if there
9053 # are no directories specified by -L.
9054 hardcode_minus_L=yes
9055 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9056 # Neither direct hardcoding nor static linking is supported with a
9057 # broken collect2.
9058 hardcode_direct=unsupported
9059 fi
9060 ;;
9061
9062 aix[4-9]*)
9063 if test "$host_cpu" = ia64; then
9064 # On IA64, the linker does run time linking by default, so we don't
9065 # have to do anything special.
9066 aix_use_runtimelinking=no
9067 exp_sym_flag='-Bexport'
9068 no_entry_flag=""
9069 else
9070 # If we're using GNU nm, then we don't want the "-C" option.
9071 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9072 # Also, AIX nm treats weak defined symbols like other global
9073 # defined symbols, whereas GNU nm marks them as "W".
9074 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9075 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'
9076 else
9077 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'
9078 fi
9079 aix_use_runtimelinking=no
9080
9081 # Test if we are trying to use run time linking or normal
9082 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9083 # need to do runtime linking.
9084 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9085 for ld_flag in $LDFLAGS; do
9086 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9087 aix_use_runtimelinking=yes
9088 break
9089 fi
9090 done
9091 ;;
9092 esac
9093
9094 exp_sym_flag='-bexport'
9095 no_entry_flag='-bnoentry'
9096 fi
9097
9098 # When large executables or shared objects are built, AIX ld can
9099 # have problems creating the table of contents. If linking a library
9100 # or program results in "error TOC overflow" add -mminimal-toc to
9101 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9102 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9103
9104 archive_cmds=''
9105 hardcode_direct=yes
9106 hardcode_direct_absolute=yes
9107 hardcode_libdir_separator=':'
9108 link_all_deplibs=yes
9109 file_list_spec='${wl}-f,'
9110
9111 if test "$GCC" = yes; then
9112 case $host_os in aix4.[012]|aix4.[012].*)
9113 # We only want to do this on AIX 4.2 and lower, the check
9114 # below for broken collect2 doesn't work under 4.3+
9115 collect2name=`${CC} -print-prog-name=collect2`
9116 if test -f "$collect2name" &&
9117 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9118 then
9119 # We have reworked collect2
9120 :
9121 else
9122 # We have old collect2
9123 hardcode_direct=unsupported
9124 # It fails to find uninstalled libraries when the uninstalled
9125 # path is not listed in the libpath. Setting hardcode_minus_L
9126 # to unsupported forces relinking
9127 hardcode_minus_L=yes
9128 hardcode_libdir_flag_spec='-L$libdir'
9129 hardcode_libdir_separator=
9130 fi
9131 ;;
9132 esac
9133 shared_flag='-shared'
9134 if test "$aix_use_runtimelinking" = yes; then
9135 shared_flag="$shared_flag "'${wl}-G'
9136 fi
9137 else
9138 # not using gcc
9139 if test "$host_cpu" = ia64; then
9140 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9141 # chokes on -Wl,-G. The following line is correct:
9142 shared_flag='-G'
9143 else
9144 if test "$aix_use_runtimelinking" = yes; then
9145 shared_flag='${wl}-G'
9146 else
9147 shared_flag='${wl}-bM:SRE'
9148 fi
9149 fi
9150 fi
9151
9152 export_dynamic_flag_spec='${wl}-bexpall'
9153 # It seems that -bexpall does not export symbols beginning with
9154 # underscore (_), so it is better to generate a list of symbols to export.
9155 always_export_symbols=yes
9156 if test "$aix_use_runtimelinking" = yes; then
9157 # Warning - without using the other runtime loading flags (-brtl),
9158 # -berok will link without error, but may produce a broken library.
9159 allow_undefined_flag='-berok'
9160 # Determine the default libpath from the value encoded in an
9161 # empty executable.
9162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9163 /* end confdefs.h. */
9164
9165 int
9166 main ()
9167 {
9168
9169 ;
9170 return 0;
9171 }
9172 _ACEOF
9173 if ac_fn_c_try_link "$LINENO"; then :
9174
9175 lt_aix_libpath_sed='
9176 /Import File Strings/,/^$/ {
9177 /^0/ {
9178 s/^0 *\(.*\)$/\1/
9179 p
9180 }
9181 }'
9182 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9183 # Check for a 64-bit object if we didn't find anything.
9184 if test -z "$aix_libpath"; then
9185 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9186 fi
9187 fi
9188 rm -f core conftest.err conftest.$ac_objext \
9189 conftest$ac_exeext conftest.$ac_ext
9190 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9191
9192 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9193 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"
9194 else
9195 if test "$host_cpu" = ia64; then
9196 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9197 allow_undefined_flag="-z nodefs"
9198 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"
9199 else
9200 # Determine the default libpath from the value encoded in an
9201 # empty executable.
9202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9203 /* end confdefs.h. */
9204
9205 int
9206 main ()
9207 {
9208
9209 ;
9210 return 0;
9211 }
9212 _ACEOF
9213 if ac_fn_c_try_link "$LINENO"; then :
9214
9215 lt_aix_libpath_sed='
9216 /Import File Strings/,/^$/ {
9217 /^0/ {
9218 s/^0 *\(.*\)$/\1/
9219 p
9220 }
9221 }'
9222 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9223 # Check for a 64-bit object if we didn't find anything.
9224 if test -z "$aix_libpath"; then
9225 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9226 fi
9227 fi
9228 rm -f core conftest.err conftest.$ac_objext \
9229 conftest$ac_exeext conftest.$ac_ext
9230 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9231
9232 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9233 # Warning - without using the other run time loading flags,
9234 # -berok will link without error, but may produce a broken library.
9235 no_undefined_flag=' ${wl}-bernotok'
9236 allow_undefined_flag=' ${wl}-berok'
9237 if test "$with_gnu_ld" = yes; then
9238 # We only use this code for GNU lds that support --whole-archive.
9239 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9240 else
9241 # Exported symbols can be pulled into shared objects from archives
9242 whole_archive_flag_spec='$convenience'
9243 fi
9244 archive_cmds_need_lc=yes
9245 # This is similar to how AIX traditionally builds its shared libraries.
9246 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'
9247 fi
9248 fi
9249 ;;
9250
9251 amigaos*)
9252 case $host_cpu in
9253 powerpc)
9254 # see comment about AmigaOS4 .so support
9255 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9256 archive_expsym_cmds=''
9257 ;;
9258 m68k)
9259 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)'
9260 hardcode_libdir_flag_spec='-L$libdir'
9261 hardcode_minus_L=yes
9262 ;;
9263 esac
9264 ;;
9265
9266 bsdi[45]*)
9267 export_dynamic_flag_spec=-rdynamic
9268 ;;
9269
9270 cygwin* | mingw* | pw32* | cegcc*)
9271 # When not using gcc, we currently assume that we are using
9272 # Microsoft Visual C++.
9273 # hardcode_libdir_flag_spec is actually meaningless, as there is
9274 # no search path for DLLs.
9275 hardcode_libdir_flag_spec=' '
9276 allow_undefined_flag=unsupported
9277 # Tell ltmain to make .lib files, not .a files.
9278 libext=lib
9279 # Tell ltmain to make .dll files, not .so files.
9280 shrext_cmds=".dll"
9281 # FIXME: Setting linknames here is a bad hack.
9282 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9283 # The linker will automatically build a .lib file if we build a DLL.
9284 old_archive_from_new_cmds='true'
9285 # FIXME: Should let the user specify the lib program.
9286 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9287 fix_srcfile_path='`cygpath -w "$srcfile"`'
9288 enable_shared_with_static_runtimes=yes
9289 ;;
9290
9291 darwin* | rhapsody*)
9292
9293
9294 archive_cmds_need_lc=no
9295 hardcode_direct=no
9296 hardcode_automatic=yes
9297 hardcode_shlibpath_var=unsupported
9298 if test "$lt_cv_ld_force_load" = "yes"; then
9299 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\"`'
9300 else
9301 whole_archive_flag_spec=''
9302 fi
9303 link_all_deplibs=yes
9304 allow_undefined_flag="$_lt_dar_allow_undefined"
9305 case $cc_basename in
9306 ifort*) _lt_dar_can_shared=yes ;;
9307 *) _lt_dar_can_shared=$GCC ;;
9308 esac
9309 if test "$_lt_dar_can_shared" = "yes"; then
9310 output_verbose_link_cmd=func_echo_all
9311 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9312 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9313 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}"
9314 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}"
9315
9316 else
9317 ld_shlibs=no
9318 fi
9319
9320 ;;
9321
9322 dgux*)
9323 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9324 hardcode_libdir_flag_spec='-L$libdir'
9325 hardcode_shlibpath_var=no
9326 ;;
9327
9328 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9329 # support. Future versions do this automatically, but an explicit c++rt0.o
9330 # does not break anything, and helps significantly (at the cost of a little
9331 # extra space).
9332 freebsd2.2*)
9333 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9334 hardcode_libdir_flag_spec='-R$libdir'
9335 hardcode_direct=yes
9336 hardcode_shlibpath_var=no
9337 ;;
9338
9339 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9340 freebsd2.*)
9341 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9342 hardcode_direct=yes
9343 hardcode_minus_L=yes
9344 hardcode_shlibpath_var=no
9345 ;;
9346
9347 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9348 freebsd* | dragonfly*)
9349 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9350 hardcode_libdir_flag_spec='-R$libdir'
9351 hardcode_direct=yes
9352 hardcode_shlibpath_var=no
9353 ;;
9354
9355 hpux9*)
9356 if test "$GCC" = yes; then
9357 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'
9358 else
9359 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'
9360 fi
9361 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9362 hardcode_libdir_separator=:
9363 hardcode_direct=yes
9364
9365 # hardcode_minus_L: Not really in the search PATH,
9366 # but as the default location of the library.
9367 hardcode_minus_L=yes
9368 export_dynamic_flag_spec='${wl}-E'
9369 ;;
9370
9371 hpux10*)
9372 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9373 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9374 else
9375 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9376 fi
9377 if test "$with_gnu_ld" = no; then
9378 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9379 hardcode_libdir_flag_spec_ld='+b $libdir'
9380 hardcode_libdir_separator=:
9381 hardcode_direct=yes
9382 hardcode_direct_absolute=yes
9383 export_dynamic_flag_spec='${wl}-E'
9384 # hardcode_minus_L: Not really in the search PATH,
9385 # but as the default location of the library.
9386 hardcode_minus_L=yes
9387 fi
9388 ;;
9389
9390 hpux11*)
9391 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9392 case $host_cpu in
9393 hppa*64*)
9394 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9395 ;;
9396 ia64*)
9397 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9398 ;;
9399 *)
9400 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9401 ;;
9402 esac
9403 else
9404 case $host_cpu in
9405 hppa*64*)
9406 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9407 ;;
9408 ia64*)
9409 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9410 ;;
9411 *)
9412
9413 # Older versions of the 11.00 compiler do not understand -b yet
9414 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9416 $as_echo_n "checking if $CC understands -b... " >&6; }
9417 if ${lt_cv_prog_compiler__b+:} false; then :
9418 $as_echo_n "(cached) " >&6
9419 else
9420 lt_cv_prog_compiler__b=no
9421 save_LDFLAGS="$LDFLAGS"
9422 LDFLAGS="$LDFLAGS -b"
9423 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9424 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9425 # The linker can only warn and ignore the option if not recognized
9426 # So say no if there are warnings
9427 if test -s conftest.err; then
9428 # Append any errors to the config.log.
9429 cat conftest.err 1>&5
9430 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9431 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9432 if diff conftest.exp conftest.er2 >/dev/null; then
9433 lt_cv_prog_compiler__b=yes
9434 fi
9435 else
9436 lt_cv_prog_compiler__b=yes
9437 fi
9438 fi
9439 $RM -r conftest*
9440 LDFLAGS="$save_LDFLAGS"
9441
9442 fi
9443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9444 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9445
9446 if test x"$lt_cv_prog_compiler__b" = xyes; then
9447 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9448 else
9449 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9450 fi
9451
9452 ;;
9453 esac
9454 fi
9455 if test "$with_gnu_ld" = no; then
9456 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9457 hardcode_libdir_separator=:
9458
9459 case $host_cpu in
9460 hppa*64*|ia64*)
9461 hardcode_direct=no
9462 hardcode_shlibpath_var=no
9463 ;;
9464 *)
9465 hardcode_direct=yes
9466 hardcode_direct_absolute=yes
9467 export_dynamic_flag_spec='${wl}-E'
9468
9469 # hardcode_minus_L: Not really in the search PATH,
9470 # but as the default location of the library.
9471 hardcode_minus_L=yes
9472 ;;
9473 esac
9474 fi
9475 ;;
9476
9477 irix5* | irix6* | nonstopux*)
9478 if test "$GCC" = yes; then
9479 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'
9480 # Try to use the -exported_symbol ld option, if it does not
9481 # work, assume that -exports_file does not work either and
9482 # implicitly export all symbols.
9483 save_LDFLAGS="$LDFLAGS"
9484 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9486 /* end confdefs.h. */
9487 int foo(void) {}
9488 _ACEOF
9489 if ac_fn_c_try_link "$LINENO"; then :
9490 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'
9491
9492 fi
9493 rm -f core conftest.err conftest.$ac_objext \
9494 conftest$ac_exeext conftest.$ac_ext
9495 LDFLAGS="$save_LDFLAGS"
9496 else
9497 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'
9498 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'
9499 fi
9500 archive_cmds_need_lc='no'
9501 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9502 hardcode_libdir_separator=:
9503 inherit_rpath=yes
9504 link_all_deplibs=yes
9505 ;;
9506
9507 netbsd*)
9508 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9509 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9510 else
9511 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9512 fi
9513 hardcode_libdir_flag_spec='-R$libdir'
9514 hardcode_direct=yes
9515 hardcode_shlibpath_var=no
9516 ;;
9517
9518 newsos6)
9519 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9520 hardcode_direct=yes
9521 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9522 hardcode_libdir_separator=:
9523 hardcode_shlibpath_var=no
9524 ;;
9525
9526 *nto* | *qnx*)
9527 ;;
9528
9529 openbsd*)
9530 if test -f /usr/libexec/ld.so; then
9531 hardcode_direct=yes
9532 hardcode_shlibpath_var=no
9533 hardcode_direct_absolute=yes
9534 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9535 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9536 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9537 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9538 export_dynamic_flag_spec='${wl}-E'
9539 else
9540 case $host_os in
9541 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9542 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9543 hardcode_libdir_flag_spec='-R$libdir'
9544 ;;
9545 *)
9546 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9547 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9548 ;;
9549 esac
9550 fi
9551 else
9552 ld_shlibs=no
9553 fi
9554 ;;
9555
9556 os2*)
9557 hardcode_libdir_flag_spec='-L$libdir'
9558 hardcode_minus_L=yes
9559 allow_undefined_flag=unsupported
9560 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'
9561 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9562 ;;
9563
9564 osf3*)
9565 if test "$GCC" = yes; then
9566 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9567 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'
9568 else
9569 allow_undefined_flag=' -expect_unresolved \*'
9570 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'
9571 fi
9572 archive_cmds_need_lc='no'
9573 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9574 hardcode_libdir_separator=:
9575 ;;
9576
9577 osf4* | osf5*) # as osf3* with the addition of -msym flag
9578 if test "$GCC" = yes; then
9579 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9580 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'
9581 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9582 else
9583 allow_undefined_flag=' -expect_unresolved \*'
9584 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'
9585 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~
9586 $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'
9587
9588 # Both c and cxx compiler support -rpath directly
9589 hardcode_libdir_flag_spec='-rpath $libdir'
9590 fi
9591 archive_cmds_need_lc='no'
9592 hardcode_libdir_separator=:
9593 ;;
9594
9595 solaris*)
9596 no_undefined_flag=' -z defs'
9597 if test "$GCC" = yes; then
9598 wlarc='${wl}'
9599 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9600 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9601 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9602 else
9603 case `$CC -V 2>&1` in
9604 *"Compilers 5.0"*)
9605 wlarc=''
9606 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9607 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9608 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9609 ;;
9610 *)
9611 wlarc='${wl}'
9612 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9613 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9614 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9615 ;;
9616 esac
9617 fi
9618 hardcode_libdir_flag_spec='-R$libdir'
9619 hardcode_shlibpath_var=no
9620 case $host_os in
9621 solaris2.[0-5] | solaris2.[0-5].*) ;;
9622 *)
9623 # The compiler driver will combine and reorder linker options,
9624 # but understands `-z linker_flag'. GCC discards it without `$wl',
9625 # but is careful enough not to reorder.
9626 # Supported since Solaris 2.6 (maybe 2.5.1?)
9627 if test "$GCC" = yes; then
9628 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9629 else
9630 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9631 fi
9632 ;;
9633 esac
9634 link_all_deplibs=yes
9635 ;;
9636
9637 sunos4*)
9638 if test "x$host_vendor" = xsequent; then
9639 # Use $CC to link under sequent, because it throws in some extra .o
9640 # files that make .init and .fini sections work.
9641 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9642 else
9643 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9644 fi
9645 hardcode_libdir_flag_spec='-L$libdir'
9646 hardcode_direct=yes
9647 hardcode_minus_L=yes
9648 hardcode_shlibpath_var=no
9649 ;;
9650
9651 sysv4)
9652 case $host_vendor in
9653 sni)
9654 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9655 hardcode_direct=yes # is this really true???
9656 ;;
9657 siemens)
9658 ## LD is ld it makes a PLAMLIB
9659 ## CC just makes a GrossModule.
9660 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9661 reload_cmds='$CC -r -o $output$reload_objs'
9662 hardcode_direct=no
9663 ;;
9664 motorola)
9665 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9666 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9667 ;;
9668 esac
9669 runpath_var='LD_RUN_PATH'
9670 hardcode_shlibpath_var=no
9671 ;;
9672
9673 sysv4.3*)
9674 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9675 hardcode_shlibpath_var=no
9676 export_dynamic_flag_spec='-Bexport'
9677 ;;
9678
9679 sysv4*MP*)
9680 if test -d /usr/nec; then
9681 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9682 hardcode_shlibpath_var=no
9683 runpath_var=LD_RUN_PATH
9684 hardcode_runpath_var=yes
9685 ld_shlibs=yes
9686 fi
9687 ;;
9688
9689 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9690 no_undefined_flag='${wl}-z,text'
9691 archive_cmds_need_lc=no
9692 hardcode_shlibpath_var=no
9693 runpath_var='LD_RUN_PATH'
9694
9695 if test "$GCC" = yes; then
9696 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9697 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9698 else
9699 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9700 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9701 fi
9702 ;;
9703
9704 sysv5* | sco3.2v5* | sco5v6*)
9705 # Note: We can NOT use -z defs as we might desire, because we do not
9706 # link with -lc, and that would cause any symbols used from libc to
9707 # always be unresolved, which means just about no library would
9708 # ever link correctly. If we're not using GNU ld we use -z text
9709 # though, which does catch some bad symbols but isn't as heavy-handed
9710 # as -z defs.
9711 no_undefined_flag='${wl}-z,text'
9712 allow_undefined_flag='${wl}-z,nodefs'
9713 archive_cmds_need_lc=no
9714 hardcode_shlibpath_var=no
9715 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9716 hardcode_libdir_separator=':'
9717 link_all_deplibs=yes
9718 export_dynamic_flag_spec='${wl}-Bexport'
9719 runpath_var='LD_RUN_PATH'
9720
9721 if test "$GCC" = yes; then
9722 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9723 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9724 else
9725 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9726 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9727 fi
9728 ;;
9729
9730 uts4*)
9731 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9732 hardcode_libdir_flag_spec='-L$libdir'
9733 hardcode_shlibpath_var=no
9734 ;;
9735
9736 *)
9737 ld_shlibs=no
9738 ;;
9739 esac
9740
9741 if test x$host_vendor = xsni; then
9742 case $host in
9743 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9744 export_dynamic_flag_spec='${wl}-Blargedynsym'
9745 ;;
9746 esac
9747 fi
9748 fi
9749
9750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9751 $as_echo "$ld_shlibs" >&6; }
9752 test "$ld_shlibs" = no && can_build_shared=no
9753
9754 with_gnu_ld=$with_gnu_ld
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770 #
9771 # Do we need to explicitly link libc?
9772 #
9773 case "x$archive_cmds_need_lc" in
9774 x|xyes)
9775 # Assume -lc should be added
9776 archive_cmds_need_lc=yes
9777
9778 if test "$enable_shared" = yes && test "$GCC" = yes; then
9779 case $archive_cmds in
9780 *'~'*)
9781 # FIXME: we may have to deal with multi-command sequences.
9782 ;;
9783 '$CC '*)
9784 # Test whether the compiler implicitly links with -lc since on some
9785 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9786 # to ld, don't add -lc before -lgcc.
9787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9788 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9789 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9790 $as_echo_n "(cached) " >&6
9791 else
9792 $RM conftest*
9793 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9794
9795 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9796 (eval $ac_compile) 2>&5
9797 ac_status=$?
9798 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9799 test $ac_status = 0; } 2>conftest.err; then
9800 soname=conftest
9801 lib=conftest
9802 libobjs=conftest.$ac_objext
9803 deplibs=
9804 wl=$lt_prog_compiler_wl
9805 pic_flag=$lt_prog_compiler_pic
9806 compiler_flags=-v
9807 linker_flags=-v
9808 verstring=
9809 output_objdir=.
9810 libname=conftest
9811 lt_save_allow_undefined_flag=$allow_undefined_flag
9812 allow_undefined_flag=
9813 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9814 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9815 ac_status=$?
9816 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9817 test $ac_status = 0; }
9818 then
9819 lt_cv_archive_cmds_need_lc=no
9820 else
9821 lt_cv_archive_cmds_need_lc=yes
9822 fi
9823 allow_undefined_flag=$lt_save_allow_undefined_flag
9824 else
9825 cat conftest.err 1>&5
9826 fi
9827 $RM conftest*
9828
9829 fi
9830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9831 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9832 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9833 ;;
9834 esac
9835 fi
9836 ;;
9837 esac
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
9988
9989
9990
9991
9992
9993
9994
9995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9996 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9997
9998 if test "$GCC" = yes; then
9999 case $host_os in
10000 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10001 *) lt_awk_arg="/^libraries:/" ;;
10002 esac
10003 case $host_os in
10004 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10005 *) lt_sed_strip_eq="s,=/,/,g" ;;
10006 esac
10007 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10008 case $lt_search_path_spec in
10009 *\;*)
10010 # if the path contains ";" then we assume it to be the separator
10011 # otherwise default to the standard path separator (i.e. ":") - it is
10012 # assumed that no part of a normal pathname contains ";" but that should
10013 # okay in the real world where ";" in dirpaths is itself problematic.
10014 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10015 ;;
10016 *)
10017 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10018 ;;
10019 esac
10020 # Ok, now we have the path, separated by spaces, we can step through it
10021 # and add multilib dir if necessary.
10022 lt_tmp_lt_search_path_spec=
10023 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10024 for lt_sys_path in $lt_search_path_spec; do
10025 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10026 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10027 else
10028 test -d "$lt_sys_path" && \
10029 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10030 fi
10031 done
10032 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10033 BEGIN {RS=" "; FS="/|\n";} {
10034 lt_foo="";
10035 lt_count=0;
10036 for (lt_i = NF; lt_i > 0; lt_i--) {
10037 if ($lt_i != "" && $lt_i != ".") {
10038 if ($lt_i == "..") {
10039 lt_count++;
10040 } else {
10041 if (lt_count == 0) {
10042 lt_foo="/" $lt_i lt_foo;
10043 } else {
10044 lt_count--;
10045 }
10046 }
10047 }
10048 }
10049 if (lt_foo != "") { lt_freq[lt_foo]++; }
10050 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10051 }'`
10052 # AWK program above erroneously prepends '/' to C:/dos/paths
10053 # for these hosts.
10054 case $host_os in
10055 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10056 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10057 esac
10058 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10059 else
10060 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10061 fi
10062 library_names_spec=
10063 libname_spec='lib$name'
10064 soname_spec=
10065 shrext_cmds=".so"
10066 postinstall_cmds=
10067 postuninstall_cmds=
10068 finish_cmds=
10069 finish_eval=
10070 shlibpath_var=
10071 shlibpath_overrides_runpath=unknown
10072 version_type=none
10073 dynamic_linker="$host_os ld.so"
10074 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10075 need_lib_prefix=unknown
10076 hardcode_into_libs=no
10077
10078 # when you set need_version to no, make sure it does not cause -set_version
10079 # flags to be left without arguments
10080 need_version=unknown
10081
10082 case $host_os in
10083 aix3*)
10084 version_type=linux
10085 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10086 shlibpath_var=LIBPATH
10087
10088 # AIX 3 has no versioning support, so we append a major version to the name.
10089 soname_spec='${libname}${release}${shared_ext}$major'
10090 ;;
10091
10092 aix[4-9]*)
10093 version_type=linux
10094 need_lib_prefix=no
10095 need_version=no
10096 hardcode_into_libs=yes
10097 if test "$host_cpu" = ia64; then
10098 # AIX 5 supports IA64
10099 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10100 shlibpath_var=LD_LIBRARY_PATH
10101 else
10102 # With GCC up to 2.95.x, collect2 would create an import file
10103 # for dependence libraries. The import file would start with
10104 # the line `#! .'. This would cause the generated library to
10105 # depend on `.', always an invalid library. This was fixed in
10106 # development snapshots of GCC prior to 3.0.
10107 case $host_os in
10108 aix4 | aix4.[01] | aix4.[01].*)
10109 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10110 echo ' yes '
10111 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10112 :
10113 else
10114 can_build_shared=no
10115 fi
10116 ;;
10117 esac
10118 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10119 # soname into executable. Probably we can add versioning support to
10120 # collect2, so additional links can be useful in future.
10121 if test "$aix_use_runtimelinking" = yes; then
10122 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10123 # instead of lib<name>.a to let people know that these are not
10124 # typical AIX shared libraries.
10125 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10126 else
10127 # We preserve .a as extension for shared libraries through AIX4.2
10128 # and later when we are not doing run time linking.
10129 library_names_spec='${libname}${release}.a $libname.a'
10130 soname_spec='${libname}${release}${shared_ext}$major'
10131 fi
10132 shlibpath_var=LIBPATH
10133 fi
10134 ;;
10135
10136 amigaos*)
10137 case $host_cpu in
10138 powerpc)
10139 # Since July 2007 AmigaOS4 officially supports .so libraries.
10140 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10141 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10142 ;;
10143 m68k)
10144 library_names_spec='$libname.ixlibrary $libname.a'
10145 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10146 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'
10147 ;;
10148 esac
10149 ;;
10150
10151 beos*)
10152 library_names_spec='${libname}${shared_ext}'
10153 dynamic_linker="$host_os ld.so"
10154 shlibpath_var=LIBRARY_PATH
10155 ;;
10156
10157 bsdi[45]*)
10158 version_type=linux
10159 need_version=no
10160 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10161 soname_spec='${libname}${release}${shared_ext}$major'
10162 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10163 shlibpath_var=LD_LIBRARY_PATH
10164 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10165 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10166 # the default ld.so.conf also contains /usr/contrib/lib and
10167 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10168 # libtool to hard-code these into programs
10169 ;;
10170
10171 cygwin* | mingw* | pw32* | cegcc*)
10172 version_type=windows
10173 shrext_cmds=".dll"
10174 need_version=no
10175 need_lib_prefix=no
10176
10177 case $GCC,$host_os in
10178 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10179 library_names_spec='$libname.dll.a'
10180 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10181 postinstall_cmds='base_file=`basename \${file}`~
10182 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10183 dldir=$destdir/`dirname \$dlpath`~
10184 test -d \$dldir || mkdir -p \$dldir~
10185 $install_prog $dir/$dlname \$dldir/$dlname~
10186 chmod a+x \$dldir/$dlname~
10187 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10188 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10189 fi'
10190 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10191 dlpath=$dir/\$dldll~
10192 $RM \$dlpath'
10193 shlibpath_overrides_runpath=yes
10194
10195 case $host_os in
10196 cygwin*)
10197 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10198 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10199
10200 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10201 ;;
10202 mingw* | cegcc*)
10203 # MinGW DLLs use traditional 'lib' prefix
10204 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10205 ;;
10206 pw32*)
10207 # pw32 DLLs use 'pw' prefix rather than 'lib'
10208 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10209 ;;
10210 esac
10211 ;;
10212
10213 *)
10214 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10215 ;;
10216 esac
10217 dynamic_linker='Win32 ld.exe'
10218 # FIXME: first we should search . and the directory the executable is in
10219 shlibpath_var=PATH
10220 ;;
10221
10222 darwin* | rhapsody*)
10223 dynamic_linker="$host_os dyld"
10224 version_type=darwin
10225 need_lib_prefix=no
10226 need_version=no
10227 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10228 soname_spec='${libname}${release}${major}$shared_ext'
10229 shlibpath_overrides_runpath=yes
10230 shlibpath_var=DYLD_LIBRARY_PATH
10231 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10232
10233 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10234 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10235 ;;
10236
10237 dgux*)
10238 version_type=linux
10239 need_lib_prefix=no
10240 need_version=no
10241 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10242 soname_spec='${libname}${release}${shared_ext}$major'
10243 shlibpath_var=LD_LIBRARY_PATH
10244 ;;
10245
10246 freebsd* | dragonfly*)
10247 # DragonFly does not have aout. When/if they implement a new
10248 # versioning mechanism, adjust this.
10249 if test -x /usr/bin/objformat; then
10250 objformat=`/usr/bin/objformat`
10251 else
10252 case $host_os in
10253 freebsd[23].*) objformat=aout ;;
10254 *) objformat=elf ;;
10255 esac
10256 fi
10257 version_type=freebsd-$objformat
10258 case $version_type in
10259 freebsd-elf*)
10260 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10261 need_version=no
10262 need_lib_prefix=no
10263 ;;
10264 freebsd-*)
10265 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10266 need_version=yes
10267 ;;
10268 esac
10269 shlibpath_var=LD_LIBRARY_PATH
10270 case $host_os in
10271 freebsd2.*)
10272 shlibpath_overrides_runpath=yes
10273 ;;
10274 freebsd3.[01]* | freebsdelf3.[01]*)
10275 shlibpath_overrides_runpath=yes
10276 hardcode_into_libs=yes
10277 ;;
10278 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10279 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10280 shlibpath_overrides_runpath=no
10281 hardcode_into_libs=yes
10282 ;;
10283 *) # from 4.6 on, and DragonFly
10284 shlibpath_overrides_runpath=yes
10285 hardcode_into_libs=yes
10286 ;;
10287 esac
10288 ;;
10289
10290 haiku*)
10291 version_type=linux
10292 need_lib_prefix=no
10293 need_version=no
10294 dynamic_linker="$host_os runtime_loader"
10295 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10296 soname_spec='${libname}${release}${shared_ext}$major'
10297 shlibpath_var=LIBRARY_PATH
10298 shlibpath_overrides_runpath=yes
10299 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10300 hardcode_into_libs=yes
10301 ;;
10302
10303 hpux9* | hpux10* | hpux11*)
10304 # Give a soname corresponding to the major version so that dld.sl refuses to
10305 # link against other versions.
10306 version_type=sunos
10307 need_lib_prefix=no
10308 need_version=no
10309 case $host_cpu in
10310 ia64*)
10311 shrext_cmds='.so'
10312 hardcode_into_libs=yes
10313 dynamic_linker="$host_os dld.so"
10314 shlibpath_var=LD_LIBRARY_PATH
10315 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10316 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10317 soname_spec='${libname}${release}${shared_ext}$major'
10318 if test "X$HPUX_IA64_MODE" = X32; then
10319 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10320 else
10321 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10322 fi
10323 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10324 ;;
10325 hppa*64*)
10326 shrext_cmds='.sl'
10327 hardcode_into_libs=yes
10328 dynamic_linker="$host_os dld.sl"
10329 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10330 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10331 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10332 soname_spec='${libname}${release}${shared_ext}$major'
10333 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10334 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10335 ;;
10336 *)
10337 shrext_cmds='.sl'
10338 dynamic_linker="$host_os dld.sl"
10339 shlibpath_var=SHLIB_PATH
10340 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10341 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10342 soname_spec='${libname}${release}${shared_ext}$major'
10343 ;;
10344 esac
10345 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10346 postinstall_cmds='chmod 555 $lib'
10347 # or fails outright, so override atomically:
10348 install_override_mode=555
10349 ;;
10350
10351 interix[3-9]*)
10352 version_type=linux
10353 need_lib_prefix=no
10354 need_version=no
10355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10356 soname_spec='${libname}${release}${shared_ext}$major'
10357 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10358 shlibpath_var=LD_LIBRARY_PATH
10359 shlibpath_overrides_runpath=no
10360 hardcode_into_libs=yes
10361 ;;
10362
10363 irix5* | irix6* | nonstopux*)
10364 case $host_os in
10365 nonstopux*) version_type=nonstopux ;;
10366 *)
10367 if test "$lt_cv_prog_gnu_ld" = yes; then
10368 version_type=linux
10369 else
10370 version_type=irix
10371 fi ;;
10372 esac
10373 need_lib_prefix=no
10374 need_version=no
10375 soname_spec='${libname}${release}${shared_ext}$major'
10376 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10377 case $host_os in
10378 irix5* | nonstopux*)
10379 libsuff= shlibsuff=
10380 ;;
10381 *)
10382 case $LD in # libtool.m4 will add one of these switches to LD
10383 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10384 libsuff= shlibsuff= libmagic=32-bit;;
10385 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10386 libsuff=32 shlibsuff=N32 libmagic=N32;;
10387 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10388 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10389 *) libsuff= shlibsuff= libmagic=never-match;;
10390 esac
10391 ;;
10392 esac
10393 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10394 shlibpath_overrides_runpath=no
10395 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10396 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10397 hardcode_into_libs=yes
10398 ;;
10399
10400 # No shared lib support for Linux oldld, aout, or coff.
10401 linux*oldld* | linux*aout* | linux*coff*)
10402 dynamic_linker=no
10403 ;;
10404
10405 # This must be Linux ELF.
10406 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10407 version_type=linux
10408 need_lib_prefix=no
10409 need_version=no
10410 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10411 soname_spec='${libname}${release}${shared_ext}$major'
10412 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10413 shlibpath_var=LD_LIBRARY_PATH
10414 shlibpath_overrides_runpath=no
10415
10416 # Some binutils ld are patched to set DT_RUNPATH
10417 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10418 $as_echo_n "(cached) " >&6
10419 else
10420 lt_cv_shlibpath_overrides_runpath=no
10421 save_LDFLAGS=$LDFLAGS
10422 save_libdir=$libdir
10423 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10424 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10426 /* end confdefs.h. */
10427
10428 int
10429 main ()
10430 {
10431
10432 ;
10433 return 0;
10434 }
10435 _ACEOF
10436 if ac_fn_c_try_link "$LINENO"; then :
10437 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10438 lt_cv_shlibpath_overrides_runpath=yes
10439 fi
10440 fi
10441 rm -f core conftest.err conftest.$ac_objext \
10442 conftest$ac_exeext conftest.$ac_ext
10443 LDFLAGS=$save_LDFLAGS
10444 libdir=$save_libdir
10445
10446 fi
10447
10448 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10449
10450 # This implies no fast_install, which is unacceptable.
10451 # Some rework will be needed to allow for fast_install
10452 # before this can be enabled.
10453 hardcode_into_libs=yes
10454
10455 # Append ld.so.conf contents to the search path
10456 if test -f /etc/ld.so.conf; then
10457 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' ' '`
10458 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10459 fi
10460
10461 # We used to test for /lib/ld.so.1 and disable shared libraries on
10462 # powerpc, because MkLinux only supported shared libraries with the
10463 # GNU dynamic linker. Since this was broken with cross compilers,
10464 # most powerpc-linux boxes support dynamic linking these days and
10465 # people can always --disable-shared, the test was removed, and we
10466 # assume the GNU/Linux dynamic linker is in use.
10467 dynamic_linker='GNU/Linux ld.so'
10468 ;;
10469
10470 netbsd*)
10471 version_type=sunos
10472 need_lib_prefix=no
10473 need_version=no
10474 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10475 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10476 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10477 dynamic_linker='NetBSD (a.out) ld.so'
10478 else
10479 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10480 soname_spec='${libname}${release}${shared_ext}$major'
10481 dynamic_linker='NetBSD ld.elf_so'
10482 fi
10483 shlibpath_var=LD_LIBRARY_PATH
10484 shlibpath_overrides_runpath=yes
10485 hardcode_into_libs=yes
10486 ;;
10487
10488 newsos6)
10489 version_type=linux
10490 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10491 shlibpath_var=LD_LIBRARY_PATH
10492 shlibpath_overrides_runpath=yes
10493 ;;
10494
10495 *nto* | *qnx*)
10496 version_type=qnx
10497 need_lib_prefix=no
10498 need_version=no
10499 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10500 soname_spec='${libname}${release}${shared_ext}$major'
10501 shlibpath_var=LD_LIBRARY_PATH
10502 shlibpath_overrides_runpath=no
10503 hardcode_into_libs=yes
10504 dynamic_linker='ldqnx.so'
10505 ;;
10506
10507 openbsd*)
10508 version_type=sunos
10509 sys_lib_dlsearch_path_spec="/usr/lib"
10510 need_lib_prefix=no
10511 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10512 case $host_os in
10513 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10514 *) need_version=no ;;
10515 esac
10516 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10517 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10518 shlibpath_var=LD_LIBRARY_PATH
10519 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10520 case $host_os in
10521 openbsd2.[89] | openbsd2.[89].*)
10522 shlibpath_overrides_runpath=no
10523 ;;
10524 *)
10525 shlibpath_overrides_runpath=yes
10526 ;;
10527 esac
10528 else
10529 shlibpath_overrides_runpath=yes
10530 fi
10531 ;;
10532
10533 os2*)
10534 libname_spec='$name'
10535 shrext_cmds=".dll"
10536 need_lib_prefix=no
10537 library_names_spec='$libname${shared_ext} $libname.a'
10538 dynamic_linker='OS/2 ld.exe'
10539 shlibpath_var=LIBPATH
10540 ;;
10541
10542 osf3* | osf4* | osf5*)
10543 version_type=osf
10544 need_lib_prefix=no
10545 need_version=no
10546 soname_spec='${libname}${release}${shared_ext}$major'
10547 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10548 shlibpath_var=LD_LIBRARY_PATH
10549 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10550 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10551 ;;
10552
10553 rdos*)
10554 dynamic_linker=no
10555 ;;
10556
10557 solaris*)
10558 version_type=linux
10559 need_lib_prefix=no
10560 need_version=no
10561 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10562 soname_spec='${libname}${release}${shared_ext}$major'
10563 shlibpath_var=LD_LIBRARY_PATH
10564 shlibpath_overrides_runpath=yes
10565 hardcode_into_libs=yes
10566 # ldd complains unless libraries are executable
10567 postinstall_cmds='chmod +x $lib'
10568 ;;
10569
10570 sunos4*)
10571 version_type=sunos
10572 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10573 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10574 shlibpath_var=LD_LIBRARY_PATH
10575 shlibpath_overrides_runpath=yes
10576 if test "$with_gnu_ld" = yes; then
10577 need_lib_prefix=no
10578 fi
10579 need_version=yes
10580 ;;
10581
10582 sysv4 | sysv4.3*)
10583 version_type=linux
10584 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10585 soname_spec='${libname}${release}${shared_ext}$major'
10586 shlibpath_var=LD_LIBRARY_PATH
10587 case $host_vendor in
10588 sni)
10589 shlibpath_overrides_runpath=no
10590 need_lib_prefix=no
10591 runpath_var=LD_RUN_PATH
10592 ;;
10593 siemens)
10594 need_lib_prefix=no
10595 ;;
10596 motorola)
10597 need_lib_prefix=no
10598 need_version=no
10599 shlibpath_overrides_runpath=no
10600 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10601 ;;
10602 esac
10603 ;;
10604
10605 sysv4*MP*)
10606 if test -d /usr/nec ;then
10607 version_type=linux
10608 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10609 soname_spec='$libname${shared_ext}.$major'
10610 shlibpath_var=LD_LIBRARY_PATH
10611 fi
10612 ;;
10613
10614 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10615 version_type=freebsd-elf
10616 need_lib_prefix=no
10617 need_version=no
10618 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10619 soname_spec='${libname}${release}${shared_ext}$major'
10620 shlibpath_var=LD_LIBRARY_PATH
10621 shlibpath_overrides_runpath=yes
10622 hardcode_into_libs=yes
10623 if test "$with_gnu_ld" = yes; then
10624 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10625 else
10626 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10627 case $host_os in
10628 sco3.2v5*)
10629 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10630 ;;
10631 esac
10632 fi
10633 sys_lib_dlsearch_path_spec='/usr/lib'
10634 ;;
10635
10636 tpf*)
10637 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10638 version_type=linux
10639 need_lib_prefix=no
10640 need_version=no
10641 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10642 shlibpath_var=LD_LIBRARY_PATH
10643 shlibpath_overrides_runpath=no
10644 hardcode_into_libs=yes
10645 ;;
10646
10647 uts4*)
10648 version_type=linux
10649 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10650 soname_spec='${libname}${release}${shared_ext}$major'
10651 shlibpath_var=LD_LIBRARY_PATH
10652 ;;
10653
10654 *)
10655 dynamic_linker=no
10656 ;;
10657 esac
10658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10659 $as_echo "$dynamic_linker" >&6; }
10660 test "$dynamic_linker" = no && can_build_shared=no
10661
10662 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10663 if test "$GCC" = yes; then
10664 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10665 fi
10666
10667 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10668 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10669 fi
10670 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10671 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10672 fi
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
10758
10759
10760
10761
10762
10763
10764
10765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10766 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10767 hardcode_action=
10768 if test -n "$hardcode_libdir_flag_spec" ||
10769 test -n "$runpath_var" ||
10770 test "X$hardcode_automatic" = "Xyes" ; then
10771
10772 # We can hardcode non-existent directories.
10773 if test "$hardcode_direct" != no &&
10774 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10775 # have to relink, otherwise we might link with an installed library
10776 # when we should be linking with a yet-to-be-installed one
10777 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10778 test "$hardcode_minus_L" != no; then
10779 # Linking always hardcodes the temporary library directory.
10780 hardcode_action=relink
10781 else
10782 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10783 hardcode_action=immediate
10784 fi
10785 else
10786 # We cannot hardcode anything, or else we can only hardcode existing
10787 # directories.
10788 hardcode_action=unsupported
10789 fi
10790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10791 $as_echo "$hardcode_action" >&6; }
10792
10793 if test "$hardcode_action" = relink ||
10794 test "$inherit_rpath" = yes; then
10795 # Fast installation is not supported
10796 enable_fast_install=no
10797 elif test "$shlibpath_overrides_runpath" = yes ||
10798 test "$enable_shared" = no; then
10799 # Fast installation is not necessary
10800 enable_fast_install=needless
10801 fi
10802
10803
10804
10805
10806
10807
10808 if test "x$enable_dlopen" != xyes; then
10809 enable_dlopen=unknown
10810 enable_dlopen_self=unknown
10811 enable_dlopen_self_static=unknown
10812 else
10813 lt_cv_dlopen=no
10814 lt_cv_dlopen_libs=
10815
10816 case $host_os in
10817 beos*)
10818 lt_cv_dlopen="load_add_on"
10819 lt_cv_dlopen_libs=
10820 lt_cv_dlopen_self=yes
10821 ;;
10822
10823 mingw* | pw32* | cegcc*)
10824 lt_cv_dlopen="LoadLibrary"
10825 lt_cv_dlopen_libs=
10826 ;;
10827
10828 cygwin*)
10829 lt_cv_dlopen="dlopen"
10830 lt_cv_dlopen_libs=
10831 ;;
10832
10833 darwin*)
10834 # if libdl is installed we need to link against it
10835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10836 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10837 if ${ac_cv_lib_dl_dlopen+:} false; then :
10838 $as_echo_n "(cached) " >&6
10839 else
10840 ac_check_lib_save_LIBS=$LIBS
10841 LIBS="-ldl $LIBS"
10842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10843 /* end confdefs.h. */
10844
10845 /* Override any GCC internal prototype to avoid an error.
10846 Use char because int might match the return type of a GCC
10847 builtin and then its argument prototype would still apply. */
10848 #ifdef __cplusplus
10849 extern "C"
10850 #endif
10851 char dlopen ();
10852 int
10853 main ()
10854 {
10855 return dlopen ();
10856 ;
10857 return 0;
10858 }
10859 _ACEOF
10860 if ac_fn_c_try_link "$LINENO"; then :
10861 ac_cv_lib_dl_dlopen=yes
10862 else
10863 ac_cv_lib_dl_dlopen=no
10864 fi
10865 rm -f core conftest.err conftest.$ac_objext \
10866 conftest$ac_exeext conftest.$ac_ext
10867 LIBS=$ac_check_lib_save_LIBS
10868 fi
10869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10870 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10871 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10872 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10873 else
10874
10875 lt_cv_dlopen="dyld"
10876 lt_cv_dlopen_libs=
10877 lt_cv_dlopen_self=yes
10878
10879 fi
10880
10881 ;;
10882
10883 *)
10884 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10885 if test "x$ac_cv_func_shl_load" = xyes; then :
10886 lt_cv_dlopen="shl_load"
10887 else
10888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10889 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10890 if ${ac_cv_lib_dld_shl_load+:} false; then :
10891 $as_echo_n "(cached) " >&6
10892 else
10893 ac_check_lib_save_LIBS=$LIBS
10894 LIBS="-ldld $LIBS"
10895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10896 /* end confdefs.h. */
10897
10898 /* Override any GCC internal prototype to avoid an error.
10899 Use char because int might match the return type of a GCC
10900 builtin and then its argument prototype would still apply. */
10901 #ifdef __cplusplus
10902 extern "C"
10903 #endif
10904 char shl_load ();
10905 int
10906 main ()
10907 {
10908 return shl_load ();
10909 ;
10910 return 0;
10911 }
10912 _ACEOF
10913 if ac_fn_c_try_link "$LINENO"; then :
10914 ac_cv_lib_dld_shl_load=yes
10915 else
10916 ac_cv_lib_dld_shl_load=no
10917 fi
10918 rm -f core conftest.err conftest.$ac_objext \
10919 conftest$ac_exeext conftest.$ac_ext
10920 LIBS=$ac_check_lib_save_LIBS
10921 fi
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10923 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10924 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10925 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10926 else
10927 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10928 if test "x$ac_cv_func_dlopen" = xyes; then :
10929 lt_cv_dlopen="dlopen"
10930 else
10931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10932 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10933 if ${ac_cv_lib_dl_dlopen+:} false; then :
10934 $as_echo_n "(cached) " >&6
10935 else
10936 ac_check_lib_save_LIBS=$LIBS
10937 LIBS="-ldl $LIBS"
10938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10939 /* end confdefs.h. */
10940
10941 /* Override any GCC internal prototype to avoid an error.
10942 Use char because int might match the return type of a GCC
10943 builtin and then its argument prototype would still apply. */
10944 #ifdef __cplusplus
10945 extern "C"
10946 #endif
10947 char dlopen ();
10948 int
10949 main ()
10950 {
10951 return dlopen ();
10952 ;
10953 return 0;
10954 }
10955 _ACEOF
10956 if ac_fn_c_try_link "$LINENO"; then :
10957 ac_cv_lib_dl_dlopen=yes
10958 else
10959 ac_cv_lib_dl_dlopen=no
10960 fi
10961 rm -f core conftest.err conftest.$ac_objext \
10962 conftest$ac_exeext conftest.$ac_ext
10963 LIBS=$ac_check_lib_save_LIBS
10964 fi
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10966 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10967 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10968 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10969 else
10970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10971 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10972 if ${ac_cv_lib_svld_dlopen+:} false; then :
10973 $as_echo_n "(cached) " >&6
10974 else
10975 ac_check_lib_save_LIBS=$LIBS
10976 LIBS="-lsvld $LIBS"
10977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10978 /* end confdefs.h. */
10979
10980 /* Override any GCC internal prototype to avoid an error.
10981 Use char because int might match the return type of a GCC
10982 builtin and then its argument prototype would still apply. */
10983 #ifdef __cplusplus
10984 extern "C"
10985 #endif
10986 char dlopen ();
10987 int
10988 main ()
10989 {
10990 return dlopen ();
10991 ;
10992 return 0;
10993 }
10994 _ACEOF
10995 if ac_fn_c_try_link "$LINENO"; then :
10996 ac_cv_lib_svld_dlopen=yes
10997 else
10998 ac_cv_lib_svld_dlopen=no
10999 fi
11000 rm -f core conftest.err conftest.$ac_objext \
11001 conftest$ac_exeext conftest.$ac_ext
11002 LIBS=$ac_check_lib_save_LIBS
11003 fi
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11005 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11006 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11007 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11008 else
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11010 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11011 if ${ac_cv_lib_dld_dld_link+:} false; then :
11012 $as_echo_n "(cached) " >&6
11013 else
11014 ac_check_lib_save_LIBS=$LIBS
11015 LIBS="-ldld $LIBS"
11016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11017 /* end confdefs.h. */
11018
11019 /* Override any GCC internal prototype to avoid an error.
11020 Use char because int might match the return type of a GCC
11021 builtin and then its argument prototype would still apply. */
11022 #ifdef __cplusplus
11023 extern "C"
11024 #endif
11025 char dld_link ();
11026 int
11027 main ()
11028 {
11029 return dld_link ();
11030 ;
11031 return 0;
11032 }
11033 _ACEOF
11034 if ac_fn_c_try_link "$LINENO"; then :
11035 ac_cv_lib_dld_dld_link=yes
11036 else
11037 ac_cv_lib_dld_dld_link=no
11038 fi
11039 rm -f core conftest.err conftest.$ac_objext \
11040 conftest$ac_exeext conftest.$ac_ext
11041 LIBS=$ac_check_lib_save_LIBS
11042 fi
11043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11044 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11045 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11046 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11047 fi
11048
11049
11050 fi
11051
11052
11053 fi
11054
11055
11056 fi
11057
11058
11059 fi
11060
11061
11062 fi
11063
11064 ;;
11065 esac
11066
11067 if test "x$lt_cv_dlopen" != xno; then
11068 enable_dlopen=yes
11069 else
11070 enable_dlopen=no
11071 fi
11072
11073 case $lt_cv_dlopen in
11074 dlopen)
11075 save_CPPFLAGS="$CPPFLAGS"
11076 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11077
11078 save_LDFLAGS="$LDFLAGS"
11079 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11080
11081 save_LIBS="$LIBS"
11082 LIBS="$lt_cv_dlopen_libs $LIBS"
11083
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11085 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11086 if ${lt_cv_dlopen_self+:} false; then :
11087 $as_echo_n "(cached) " >&6
11088 else
11089 if test "$cross_compiling" = yes; then :
11090 lt_cv_dlopen_self=cross
11091 else
11092 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11093 lt_status=$lt_dlunknown
11094 cat > conftest.$ac_ext <<_LT_EOF
11095 #line 11095 "configure"
11096 #include "confdefs.h"
11097
11098 #if HAVE_DLFCN_H
11099 #include <dlfcn.h>
11100 #endif
11101
11102 #include <stdio.h>
11103
11104 #ifdef RTLD_GLOBAL
11105 # define LT_DLGLOBAL RTLD_GLOBAL
11106 #else
11107 # ifdef DL_GLOBAL
11108 # define LT_DLGLOBAL DL_GLOBAL
11109 # else
11110 # define LT_DLGLOBAL 0
11111 # endif
11112 #endif
11113
11114 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11115 find out it does not work in some platform. */
11116 #ifndef LT_DLLAZY_OR_NOW
11117 # ifdef RTLD_LAZY
11118 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11119 # else
11120 # ifdef DL_LAZY
11121 # define LT_DLLAZY_OR_NOW DL_LAZY
11122 # else
11123 # ifdef RTLD_NOW
11124 # define LT_DLLAZY_OR_NOW RTLD_NOW
11125 # else
11126 # ifdef DL_NOW
11127 # define LT_DLLAZY_OR_NOW DL_NOW
11128 # else
11129 # define LT_DLLAZY_OR_NOW 0
11130 # endif
11131 # endif
11132 # endif
11133 # endif
11134 #endif
11135
11136 /* When -fvisbility=hidden is used, assume the code has been annotated
11137 correspondingly for the symbols needed. */
11138 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11139 void fnord () __attribute__((visibility("default")));
11140 #endif
11141
11142 void fnord () { int i=42; }
11143 int main ()
11144 {
11145 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11146 int status = $lt_dlunknown;
11147
11148 if (self)
11149 {
11150 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11151 else
11152 {
11153 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11154 else puts (dlerror ());
11155 }
11156 /* dlclose (self); */
11157 }
11158 else
11159 puts (dlerror ());
11160
11161 return status;
11162 }
11163 _LT_EOF
11164 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11165 (eval $ac_link) 2>&5
11166 ac_status=$?
11167 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11168 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11169 (./conftest; exit; ) >&5 2>/dev/null
11170 lt_status=$?
11171 case x$lt_status in
11172 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11173 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11174 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11175 esac
11176 else :
11177 # compilation failed
11178 lt_cv_dlopen_self=no
11179 fi
11180 fi
11181 rm -fr conftest*
11182
11183
11184 fi
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11186 $as_echo "$lt_cv_dlopen_self" >&6; }
11187
11188 if test "x$lt_cv_dlopen_self" = xyes; then
11189 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11191 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11192 if ${lt_cv_dlopen_self_static+:} false; then :
11193 $as_echo_n "(cached) " >&6
11194 else
11195 if test "$cross_compiling" = yes; then :
11196 lt_cv_dlopen_self_static=cross
11197 else
11198 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11199 lt_status=$lt_dlunknown
11200 cat > conftest.$ac_ext <<_LT_EOF
11201 #line 11201 "configure"
11202 #include "confdefs.h"
11203
11204 #if HAVE_DLFCN_H
11205 #include <dlfcn.h>
11206 #endif
11207
11208 #include <stdio.h>
11209
11210 #ifdef RTLD_GLOBAL
11211 # define LT_DLGLOBAL RTLD_GLOBAL
11212 #else
11213 # ifdef DL_GLOBAL
11214 # define LT_DLGLOBAL DL_GLOBAL
11215 # else
11216 # define LT_DLGLOBAL 0
11217 # endif
11218 #endif
11219
11220 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11221 find out it does not work in some platform. */
11222 #ifndef LT_DLLAZY_OR_NOW
11223 # ifdef RTLD_LAZY
11224 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11225 # else
11226 # ifdef DL_LAZY
11227 # define LT_DLLAZY_OR_NOW DL_LAZY
11228 # else
11229 # ifdef RTLD_NOW
11230 # define LT_DLLAZY_OR_NOW RTLD_NOW
11231 # else
11232 # ifdef DL_NOW
11233 # define LT_DLLAZY_OR_NOW DL_NOW
11234 # else
11235 # define LT_DLLAZY_OR_NOW 0
11236 # endif
11237 # endif
11238 # endif
11239 # endif
11240 #endif
11241
11242 /* When -fvisbility=hidden is used, assume the code has been annotated
11243 correspondingly for the symbols needed. */
11244 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11245 void fnord () __attribute__((visibility("default")));
11246 #endif
11247
11248 void fnord () { int i=42; }
11249 int main ()
11250 {
11251 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11252 int status = $lt_dlunknown;
11253
11254 if (self)
11255 {
11256 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11257 else
11258 {
11259 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11260 else puts (dlerror ());
11261 }
11262 /* dlclose (self); */
11263 }
11264 else
11265 puts (dlerror ());
11266
11267 return status;
11268 }
11269 _LT_EOF
11270 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11271 (eval $ac_link) 2>&5
11272 ac_status=$?
11273 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11274 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11275 (./conftest; exit; ) >&5 2>/dev/null
11276 lt_status=$?
11277 case x$lt_status in
11278 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11279 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11280 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11281 esac
11282 else :
11283 # compilation failed
11284 lt_cv_dlopen_self_static=no
11285 fi
11286 fi
11287 rm -fr conftest*
11288
11289
11290 fi
11291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11292 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11293 fi
11294
11295 CPPFLAGS="$save_CPPFLAGS"
11296 LDFLAGS="$save_LDFLAGS"
11297 LIBS="$save_LIBS"
11298 ;;
11299 esac
11300
11301 case $lt_cv_dlopen_self in
11302 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11303 *) enable_dlopen_self=unknown ;;
11304 esac
11305
11306 case $lt_cv_dlopen_self_static in
11307 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11308 *) enable_dlopen_self_static=unknown ;;
11309 esac
11310 fi
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321
11322
11323
11324
11325
11326
11327
11328 striplib=
11329 old_striplib=
11330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11331 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11332 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11333 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11334 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11336 $as_echo "yes" >&6; }
11337 else
11338 # FIXME - insert some real tests, host_os isn't really good enough
11339 case $host_os in
11340 darwin*)
11341 if test -n "$STRIP" ; then
11342 striplib="$STRIP -x"
11343 old_striplib="$STRIP -S"
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11345 $as_echo "yes" >&6; }
11346 else
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11348 $as_echo "no" >&6; }
11349 fi
11350 ;;
11351 *)
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11353 $as_echo "no" >&6; }
11354 ;;
11355 esac
11356 fi
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369 # Report which library types will actually be built
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11371 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11373 $as_echo "$can_build_shared" >&6; }
11374
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11376 $as_echo_n "checking whether to build shared libraries... " >&6; }
11377 test "$can_build_shared" = "no" && enable_shared=no
11378
11379 # On AIX, shared libraries and static libraries use the same namespace, and
11380 # are all built from PIC.
11381 case $host_os in
11382 aix3*)
11383 test "$enable_shared" = yes && enable_static=no
11384 if test -n "$RANLIB"; then
11385 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11386 postinstall_cmds='$RANLIB $lib'
11387 fi
11388 ;;
11389
11390 aix[4-9]*)
11391 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11392 test "$enable_shared" = yes && enable_static=no
11393 fi
11394 ;;
11395 esac
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11397 $as_echo "$enable_shared" >&6; }
11398
11399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11400 $as_echo_n "checking whether to build static libraries... " >&6; }
11401 # Make sure either enable_shared or enable_static is yes.
11402 test "$enable_shared" = yes || enable_static=yes
11403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11404 $as_echo "$enable_static" >&6; }
11405
11406
11407
11408
11409 fi
11410 ac_ext=c
11411 ac_cpp='$CPP $CPPFLAGS'
11412 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11413 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11414 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11415
11416 CC="$lt_save_CC"
11417
11418
11419
11420
11421
11422
11423
11424
11425
11426
11427
11428
11429
11430 ac_config_commands="$ac_config_commands libtool"
11431
11432
11433
11434
11435 # Only expand once:
11436
11437
11438
11439 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11440
11441 # The tests for host and target for $enable_largefile require
11442 # canonical names.
11443
11444
11445
11446 # As the $enable_largefile decision depends on --enable-plugins we must set it
11447 # even in directories otherwise not depending on the $plugins option.
11448
11449
11450 maybe_plugins=no
11451 for ac_header in dlfcn.h
11452 do :
11453 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11454 "
11455 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11456 cat >>confdefs.h <<_ACEOF
11457 #define HAVE_DLFCN_H 1
11458 _ACEOF
11459 maybe_plugins=yes
11460 fi
11461
11462 done
11463
11464 for ac_header in windows.h
11465 do :
11466 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11467 "
11468 if test "x$ac_cv_header_windows_h" = xyes; then :
11469 cat >>confdefs.h <<_ACEOF
11470 #define HAVE_WINDOWS_H 1
11471 _ACEOF
11472 maybe_plugins=yes
11473 fi
11474
11475 done
11476
11477
11478 # Check whether --enable-plugins was given.
11479 if test "${enable_plugins+set}" = set; then :
11480 enableval=$enable_plugins; case "${enableval}" in
11481 no) plugins=no ;;
11482 *) plugins=yes
11483 if test "$maybe_plugins" != "yes" ; then
11484 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11485 fi ;;
11486 esac
11487 else
11488 plugins=$maybe_plugins
11489
11490 fi
11491
11492 if test "$plugins" = "yes"; then
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11494 $as_echo_n "checking for library containing dlsym... " >&6; }
11495 if ${ac_cv_search_dlsym+:} false; then :
11496 $as_echo_n "(cached) " >&6
11497 else
11498 ac_func_search_save_LIBS=$LIBS
11499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11500 /* end confdefs.h. */
11501
11502 /* Override any GCC internal prototype to avoid an error.
11503 Use char because int might match the return type of a GCC
11504 builtin and then its argument prototype would still apply. */
11505 #ifdef __cplusplus
11506 extern "C"
11507 #endif
11508 char dlsym ();
11509 int
11510 main ()
11511 {
11512 return dlsym ();
11513 ;
11514 return 0;
11515 }
11516 _ACEOF
11517 for ac_lib in '' dl; do
11518 if test -z "$ac_lib"; then
11519 ac_res="none required"
11520 else
11521 ac_res=-l$ac_lib
11522 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11523 fi
11524 if ac_fn_c_try_link "$LINENO"; then :
11525 ac_cv_search_dlsym=$ac_res
11526 fi
11527 rm -f core conftest.err conftest.$ac_objext \
11528 conftest$ac_exeext
11529 if ${ac_cv_search_dlsym+:} false; then :
11530 break
11531 fi
11532 done
11533 if ${ac_cv_search_dlsym+:} false; then :
11534
11535 else
11536 ac_cv_search_dlsym=no
11537 fi
11538 rm conftest.$ac_ext
11539 LIBS=$ac_func_search_save_LIBS
11540 fi
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11542 $as_echo "$ac_cv_search_dlsym" >&6; }
11543 ac_res=$ac_cv_search_dlsym
11544 if test "$ac_res" != no; then :
11545 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11546
11547 fi
11548
11549 fi
11550
11551
11552 case "${host}" in
11553 sparc-*-solaris*|i?86-*-solaris*)
11554 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11555 # were mutually exclusive until Solaris 11.3. Without procfs support,
11556 # the bfd/ elf module cannot provide certain routines such as
11557 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11558 # explicitly requested large-file support through the
11559 # --enable-largefile switch, disable large-file support in favor of
11560 # procfs support.
11561 #
11562 # Check if <sys/procfs.h> is incompatible with large-file support.
11563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11564 /* end confdefs.h. */
11565 #define _FILE_OFFSET_BITS 64
11566 #define _STRUCTURED_PROC 1
11567 #include <sys/procfs.h>
11568 int
11569 main ()
11570 {
11571
11572 ;
11573 return 0;
11574 }
11575 _ACEOF
11576 if ac_fn_c_try_compile "$LINENO"; then :
11577 acx_cv_procfs_lfs=yes
11578 else
11579 acx_cv_procfs_lfs=no
11580 fi
11581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11582 #
11583 # Forcefully disable large-file support only if necessary, gdb is in
11584 # tree and enabled.
11585 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11586 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11587 : ${enable_largefile="no"}
11588 if test "$plugins" = yes; then
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11590 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11591 $as_echo "$as_me: WARNING:
11592 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11593 plugins=no
11594 fi
11595 fi
11596 #
11597 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11598 # benefit of g++ 9+ which predefines it on Solaris.
11599 if test "$enable_largefile" = no; then
11600 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11601
11602 fi
11603 ;;
11604 esac
11605
11606 # Check whether --enable-largefile was given.
11607 if test "${enable_largefile+set}" = set; then :
11608 enableval=$enable_largefile;
11609 fi
11610
11611 if test "$enable_largefile" != no; then
11612
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11614 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11615 if ${ac_cv_sys_largefile_CC+:} false; then :
11616 $as_echo_n "(cached) " >&6
11617 else
11618 ac_cv_sys_largefile_CC=no
11619 if test "$GCC" != yes; then
11620 ac_save_CC=$CC
11621 while :; do
11622 # IRIX 6.2 and later do not support large files by default,
11623 # so use the C compiler's -n32 option if that helps.
11624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11625 /* end confdefs.h. */
11626 #include <sys/types.h>
11627 /* Check that off_t can represent 2**63 - 1 correctly.
11628 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11629 since some C++ compilers masquerading as C compilers
11630 incorrectly reject 9223372036854775807. */
11631 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11632 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11633 && LARGE_OFF_T % 2147483647 == 1)
11634 ? 1 : -1];
11635 int
11636 main ()
11637 {
11638
11639 ;
11640 return 0;
11641 }
11642 _ACEOF
11643 if ac_fn_c_try_compile "$LINENO"; then :
11644 break
11645 fi
11646 rm -f core conftest.err conftest.$ac_objext
11647 CC="$CC -n32"
11648 if ac_fn_c_try_compile "$LINENO"; then :
11649 ac_cv_sys_largefile_CC=' -n32'; break
11650 fi
11651 rm -f core conftest.err conftest.$ac_objext
11652 break
11653 done
11654 CC=$ac_save_CC
11655 rm -f conftest.$ac_ext
11656 fi
11657 fi
11658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11659 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11660 if test "$ac_cv_sys_largefile_CC" != no; then
11661 CC=$CC$ac_cv_sys_largefile_CC
11662 fi
11663
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11665 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11666 if ${ac_cv_sys_file_offset_bits+:} false; then :
11667 $as_echo_n "(cached) " >&6
11668 else
11669 while :; do
11670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11671 /* end confdefs.h. */
11672 #include <sys/types.h>
11673 /* Check that off_t can represent 2**63 - 1 correctly.
11674 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11675 since some C++ compilers masquerading as C compilers
11676 incorrectly reject 9223372036854775807. */
11677 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11678 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11679 && LARGE_OFF_T % 2147483647 == 1)
11680 ? 1 : -1];
11681 int
11682 main ()
11683 {
11684
11685 ;
11686 return 0;
11687 }
11688 _ACEOF
11689 if ac_fn_c_try_compile "$LINENO"; then :
11690 ac_cv_sys_file_offset_bits=no; break
11691 fi
11692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11694 /* end confdefs.h. */
11695 #define _FILE_OFFSET_BITS 64
11696 #include <sys/types.h>
11697 /* Check that off_t can represent 2**63 - 1 correctly.
11698 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11699 since some C++ compilers masquerading as C compilers
11700 incorrectly reject 9223372036854775807. */
11701 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11702 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11703 && LARGE_OFF_T % 2147483647 == 1)
11704 ? 1 : -1];
11705 int
11706 main ()
11707 {
11708
11709 ;
11710 return 0;
11711 }
11712 _ACEOF
11713 if ac_fn_c_try_compile "$LINENO"; then :
11714 ac_cv_sys_file_offset_bits=64; break
11715 fi
11716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11717 ac_cv_sys_file_offset_bits=unknown
11718 break
11719 done
11720 fi
11721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11722 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11723 case $ac_cv_sys_file_offset_bits in #(
11724 no | unknown) ;;
11725 *)
11726 cat >>confdefs.h <<_ACEOF
11727 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11728 _ACEOF
11729 ;;
11730 esac
11731 rm -rf conftest*
11732 if test $ac_cv_sys_file_offset_bits = unknown; then
11733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11734 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11735 if ${ac_cv_sys_large_files+:} false; then :
11736 $as_echo_n "(cached) " >&6
11737 else
11738 while :; do
11739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11740 /* end confdefs.h. */
11741 #include <sys/types.h>
11742 /* Check that off_t can represent 2**63 - 1 correctly.
11743 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11744 since some C++ compilers masquerading as C compilers
11745 incorrectly reject 9223372036854775807. */
11746 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11747 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11748 && LARGE_OFF_T % 2147483647 == 1)
11749 ? 1 : -1];
11750 int
11751 main ()
11752 {
11753
11754 ;
11755 return 0;
11756 }
11757 _ACEOF
11758 if ac_fn_c_try_compile "$LINENO"; then :
11759 ac_cv_sys_large_files=no; break
11760 fi
11761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11763 /* end confdefs.h. */
11764 #define _LARGE_FILES 1
11765 #include <sys/types.h>
11766 /* Check that off_t can represent 2**63 - 1 correctly.
11767 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11768 since some C++ compilers masquerading as C compilers
11769 incorrectly reject 9223372036854775807. */
11770 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11771 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11772 && LARGE_OFF_T % 2147483647 == 1)
11773 ? 1 : -1];
11774 int
11775 main ()
11776 {
11777
11778 ;
11779 return 0;
11780 }
11781 _ACEOF
11782 if ac_fn_c_try_compile "$LINENO"; then :
11783 ac_cv_sys_large_files=1; break
11784 fi
11785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11786 ac_cv_sys_large_files=unknown
11787 break
11788 done
11789 fi
11790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11791 $as_echo "$ac_cv_sys_large_files" >&6; }
11792 case $ac_cv_sys_large_files in #(
11793 no | unknown) ;;
11794 *)
11795 cat >>confdefs.h <<_ACEOF
11796 #define _LARGE_FILES $ac_cv_sys_large_files
11797 _ACEOF
11798 ;;
11799 esac
11800 rm -rf conftest*
11801 fi
11802
11803
11804 fi
11805
11806
11807
11808 case "${target}" in
11809 hppa*64*-*-*) ;;
11810 *-*-*aout*| i[3-7]86-*-msdos* | ns32k-*-* | pdp11-*-*)
11811 if test "$plugins" = "yes"; then
11812 if test "${enable_plugins+set}" = set; then
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
11814 $as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
11815 else
11816 plugins=no
11817 fi
11818 fi ;;
11819 hppa*-*-hpux* | *-*-*vms* | \
11820 powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
11821 if test "$plugins" = "yes"; then
11822 if test "${enable_plugins+set}" = set; then
11823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
11824 $as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
11825 else
11826 plugins=no
11827 fi
11828 fi ;;
11829 esac
11830
11831 if test "$plugins" = "yes"; then
11832 PLUGINS_TRUE=
11833 PLUGINS_FALSE='#'
11834 else
11835 PLUGINS_TRUE='#'
11836 PLUGINS_FALSE=
11837 fi
11838
11839
11840 ac_checking=
11841 . ${srcdir}/development.sh
11842 test "$development" = true && ac_checking=yes
11843 # Check whether --enable-checking was given.
11844 if test "${enable_checking+set}" = set; then :
11845 enableval=$enable_checking; case "${enableval}" in
11846 no|none) ac_checking= ;;
11847 *) ac_checking=yes ;;
11848 esac
11849 fi
11850 if test x$ac_checking != x ; then
11851
11852 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11853
11854 fi
11855
11856 # Check whether --enable-64-bit-bfd was given.
11857 if test "${enable_64_bit_bfd+set}" = set; then :
11858 enableval=$enable_64_bit_bfd; case $enableval in #(
11859 yes|no) :
11860 ;; #(
11861 *) :
11862 as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; #(
11863 *) :
11864 ;;
11865 esac
11866 else
11867 enable_64_bit_bfd=no
11868 fi
11869
11870
11871 if test "x$enable_64_bit_bfd" = "xno"; then :
11872 # The cast to long int works around a bug in the HP C Compiler
11873 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11874 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11875 # This bug is HP SR number 8606223364.
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
11877 $as_echo_n "checking size of void *... " >&6; }
11878 if ${ac_cv_sizeof_void_p+:} false; then :
11879 $as_echo_n "(cached) " >&6
11880 else
11881 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
11882
11883 else
11884 if test "$ac_cv_type_void_p" = yes; then
11885 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11886 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11887 as_fn_error 77 "cannot compute sizeof (void *)
11888 See \`config.log' for more details" "$LINENO" 5; }
11889 else
11890 ac_cv_sizeof_void_p=0
11891 fi
11892 fi
11893
11894 fi
11895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
11896 $as_echo "$ac_cv_sizeof_void_p" >&6; }
11897
11898
11899
11900 cat >>confdefs.h <<_ACEOF
11901 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
11902 _ACEOF
11903
11904
11905 if test "x$ac_cv_sizeof_void_p" = "x8"; then :
11906 enable_64_bit_bfd=yes
11907 fi
11908
11909 fi
11910
11911 if test "x$enable_64_bit_bfd" = "xyes"; then
11912 ENABLE_BFD_64_BIT_TRUE=
11913 ENABLE_BFD_64_BIT_FALSE='#'
11914 else
11915 ENABLE_BFD_64_BIT_TRUE='#'
11916 ENABLE_BFD_64_BIT_FALSE=
11917 fi
11918
11919
11920 if test $enable_64_bit_bfd = yes ; then
11921 want64=true
11922 else
11923 want64=false
11924 fi
11925
11926 # Check whether --enable-targets was given.
11927 if test "${enable_targets+set}" = set; then :
11928 enableval=$enable_targets; case "${enableval}" in
11929 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11930 ;;
11931 no) enable_targets= ;;
11932 *) enable_targets=$enableval ;;
11933 esac
11934 fi
11935
11936 # Check whether --enable-64_bit_archive was given.
11937 if test "${enable_64_bit_archive+set}" = set; then :
11938 enableval=$enable_64_bit_archive; case "${enableval}" in
11939 yes) want_64_bit_archive=true ;;
11940 no) want_64_bit_archive=false ;;
11941 *) as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
11942 esac
11943 else
11944 want_64_bit_archive=unset
11945 fi
11946
11947
11948 # Check whether --with-mmap was given.
11949 if test "${with_mmap+set}" = set; then :
11950 withval=$with_mmap; case "${withval}" in
11951 yes) want_mmap=true ;;
11952 no) want_mmap=false ;;
11953 *) as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
11954 esac
11955 else
11956 want_mmap=false
11957 fi
11958
11959 # Check whether --enable-secureplt was given.
11960 if test "${enable_secureplt+set}" = set; then :
11961 enableval=$enable_secureplt; case "${enableval}" in
11962 yes) use_secureplt=true ;;
11963 no) use_secureplt=false ;;
11964 *) as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
11965 esac
11966 else
11967 use_secureplt=true
11968 fi
11969 if test $use_secureplt = true; then
11970
11971 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
11972
11973 fi
11974
11975 # Decide if -z separate-code should be enabled in ELF linker by default.
11976 ac_default_ld_z_separate_code=unset
11977 # Check whether --enable-separate-code was given.
11978 if test "${enable_separate_code+set}" = set; then :
11979 enableval=$enable_separate_code; case "${enableval}" in
11980 yes) ac_default_ld_z_separate_code=1 ;;
11981 no) ac_default_ld_z_separate_code=0 ;;
11982 esac
11983 fi
11984
11985 # Enable -z separate-code by default for Linux/x86.
11986 case "${target}" in
11987 i[3-7]86-*-linux-* | x86_64-*-linux-*)
11988 if test ${ac_default_ld_z_separate_code} = unset; then
11989 ac_default_ld_z_separate_code=1
11990 fi
11991 ;;
11992 esac
11993 if test "${ac_default_ld_z_separate_code}" = unset; then
11994 ac_default_ld_z_separate_code=0
11995 fi
11996
11997 cat >>confdefs.h <<_ACEOF
11998 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
11999 _ACEOF
12000
12001
12002 # Check whether --enable-leading-mingw64-underscores was given.
12003 if test "${enable_leading_mingw64_underscores+set}" = set; then :
12004 enableval=$enable_leading_mingw64_underscores;
12005 fi
12006
12007 if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12008
12009 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12010
12011 fi
12012
12013 DEBUGDIR=${libdir}/debug
12014
12015 # Check whether --with-separate-debug-dir was given.
12016 if test "${with_separate_debug_dir+set}" = set; then :
12017 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12018 fi
12019
12020
12021
12022
12023
12024 # Check whether --with-pkgversion was given.
12025 if test "${with_pkgversion+set}" = set; then :
12026 withval=$with_pkgversion; case "$withval" in
12027 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
12028 no) PKGVERSION= ;;
12029 *) PKGVERSION="($withval) " ;;
12030 esac
12031 else
12032 PKGVERSION="(GNU Binutils) "
12033
12034 fi
12035
12036
12037
12038
12039
12040 # Check whether --with-bugurl was given.
12041 if test "${with_bugurl+set}" = set; then :
12042 withval=$with_bugurl; case "$withval" in
12043 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
12044 no) BUGURL=
12045 ;;
12046 *) BUGURL="$withval"
12047 ;;
12048 esac
12049 else
12050 BUGURL="https://sourceware.org/bugzilla/"
12051
12052 fi
12053
12054 case ${BUGURL} in
12055 "")
12056 REPORT_BUGS_TO=
12057 REPORT_BUGS_TEXI=
12058 ;;
12059 *)
12060 REPORT_BUGS_TO="<$BUGURL>"
12061 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12062 ;;
12063 esac;
12064
12065
12066
12067
12068
12069 # Set the 'development' global.
12070 . $srcdir/../bfd/development.sh
12071
12072 # Set acp_cpp_for_build variable
12073 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12074
12075 # Default set of GCC warnings to enable.
12076 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12077 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12078
12079 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12081 /* end confdefs.h. */
12082 __GNUC__
12083 _ACEOF
12084 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12085 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12086
12087 else
12088 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12089 fi
12090 rm -f conftest*
12091
12092
12093 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12095 /* end confdefs.h. */
12096 __GNUC__
12097 _ACEOF
12098 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12099 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12100
12101 else
12102 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12103 fi
12104 rm -f conftest*
12105
12106
12107 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12108 WARN_WRITE_STRINGS=""
12109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12110 /* end confdefs.h. */
12111 __GNUC__
12112 _ACEOF
12113 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12114 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12115
12116 else
12117 WARN_WRITE_STRINGS="-Wwrite-strings"
12118 fi
12119 rm -f conftest*
12120
12121
12122 # Verify CC_FOR_BUILD to be compatible with warning flags
12123
12124 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12126 /* end confdefs.h. */
12127 __GNUC__
12128 _ACEOF
12129 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12130 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12131
12132 else
12133 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12134 fi
12135 rm -f conftest*
12136
12137
12138 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12140 /* end confdefs.h. */
12141 __GNUC__
12142 _ACEOF
12143 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12144 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12145
12146 else
12147 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12148 fi
12149 rm -f conftest*
12150
12151
12152 # Check whether --enable-werror was given.
12153 if test "${enable_werror+set}" = set; then :
12154 enableval=$enable_werror; case "${enableval}" in
12155 yes | y) ERROR_ON_WARNING="yes" ;;
12156 no | n) ERROR_ON_WARNING="no" ;;
12157 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12158 esac
12159 fi
12160
12161
12162 # Disable -Wformat by default when using gcc on mingw
12163 case "${host}" in
12164 *-*-mingw32*)
12165 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12166 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12167 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12168 fi
12169 ;;
12170 *) ;;
12171 esac
12172
12173 # Enable -Werror by default when using gcc. Turn it off for releases.
12174 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12175 ERROR_ON_WARNING=yes
12176 fi
12177
12178 NO_WERROR=
12179 if test "${ERROR_ON_WARNING}" = yes ; then
12180 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12181 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12182 NO_WERROR="-Wno-error"
12183 fi
12184
12185 if test "${GCC}" = yes ; then
12186 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12187 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12188 fi
12189
12190 # Check whether --enable-build-warnings was given.
12191 if test "${enable_build_warnings+set}" = set; then :
12192 enableval=$enable_build_warnings; case "${enableval}" in
12193 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12194 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12195 no) if test "${GCC}" = yes ; then
12196 WARN_CFLAGS="-w"
12197 WARN_CFLAGS_FOR_BUILD="-w"
12198 fi;;
12199 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12200 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12201 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12202 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12203 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12204 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12205 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12206 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12207 esac
12208 fi
12209
12210
12211 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12212 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12213 fi
12214
12215
12216
12217
12218
12219
12220
12221 ac_config_headers="$ac_config_headers config.h:config.in"
12222
12223
12224 # PR 14072
12225
12226
12227 if test -z "$target" ; then
12228 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12229 fi
12230
12231
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12233 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12234 # Check whether --enable-maintainer-mode was given.
12235 if test "${enable_maintainer_mode+set}" = set; then :
12236 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12237 else
12238 USE_MAINTAINER_MODE=no
12239 fi
12240
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12242 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12243 if test $USE_MAINTAINER_MODE = yes; then
12244 MAINTAINER_MODE_TRUE=
12245 MAINTAINER_MODE_FALSE='#'
12246 else
12247 MAINTAINER_MODE_TRUE='#'
12248 MAINTAINER_MODE_FALSE=
12249 fi
12250
12251 MAINT=$MAINTAINER_MODE_TRUE
12252
12253
12254 if false; then
12255 GENINSRC_NEVER_TRUE=
12256 GENINSRC_NEVER_FALSE='#'
12257 else
12258 GENINSRC_NEVER_TRUE='#'
12259 GENINSRC_NEVER_FALSE=
12260 fi
12261
12262 case ${build_alias} in
12263 "") build_noncanonical=${build} ;;
12264 *) build_noncanonical=${build_alias} ;;
12265 esac
12266
12267 case ${host_alias} in
12268 "") host_noncanonical=${build_noncanonical} ;;
12269 *) host_noncanonical=${host_alias} ;;
12270 esac
12271
12272 case ${target_alias} in
12273 "") target_noncanonical=${host_noncanonical} ;;
12274 *) target_noncanonical=${target_alias} ;;
12275 esac
12276
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12278 $as_echo_n "checking whether to install libbfd... " >&6; }
12279 # Check whether --enable-install-libbfd was given.
12280 if test "${enable_install_libbfd+set}" = set; then :
12281 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12282 else
12283 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12284 install_libbfd_p=yes
12285 else
12286 install_libbfd_p=no
12287 fi
12288 fi
12289
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12291 $as_echo "$install_libbfd_p" >&6; }
12292 if test $install_libbfd_p = yes; then
12293 INSTALL_LIBBFD_TRUE=
12294 INSTALL_LIBBFD_FALSE='#'
12295 else
12296 INSTALL_LIBBFD_TRUE='#'
12297 INSTALL_LIBBFD_FALSE=
12298 fi
12299
12300 # Need _noncanonical variables for this.
12301
12302
12303
12304
12305 # libbfd.a is a host library containing target dependent code
12306 bfdlibdir='$(libdir)'
12307 bfdincludedir='$(includedir)'
12308 if test "${host}" != "${target}"; then
12309 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12310 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12311 fi
12312
12313
12314
12315
12316
12317
12318
12319
12320 host64=false
12321 target64=false
12322 bfd_default_target_size=32
12323
12324 # host stuff:
12325
12326 ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12327 # If we haven't got the data from the intl directory,
12328 # assume NLS is disabled.
12329 USE_NLS=no
12330 LIBINTL=
12331 LIBINTL_DEP=
12332 INCINTL=
12333 XGETTEXT=
12334 GMSGFMT=
12335 POSUB=
12336
12337 if test -f ../intl/config.intl; then
12338 . ../intl/config.intl
12339 fi
12340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12341 $as_echo_n "checking whether NLS is requested... " >&6; }
12342 if test x"$USE_NLS" != xyes; then
12343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12344 $as_echo "no" >&6; }
12345 else
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12347 $as_echo "yes" >&6; }
12348
12349 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12350
12351
12352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12353 $as_echo_n "checking for catalogs to be installed... " >&6; }
12354 # Look for .po and .gmo files in the source directory.
12355 CATALOGS=
12356 XLINGUAS=
12357 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12358 # If there aren't any .gmo files the shell will give us the
12359 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12360 # weeded out.
12361 case "$cat" in *\**)
12362 continue;;
12363 esac
12364 # The quadruple backslash is collapsed to a double backslash
12365 # by the backticks, then collapsed again by the double quotes,
12366 # leaving us with one backslash in the sed expression (right
12367 # before the dot that mustn't act as a wildcard).
12368 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12369 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12370 # The user is allowed to set LINGUAS to a list of languages to
12371 # install catalogs for. If it's empty that means "all of them."
12372 if test "x$LINGUAS" = x; then
12373 CATALOGS="$CATALOGS $cat"
12374 XLINGUAS="$XLINGUAS $lang"
12375 else
12376 case "$LINGUAS" in *$lang*)
12377 CATALOGS="$CATALOGS $cat"
12378 XLINGUAS="$XLINGUAS $lang"
12379 ;;
12380 esac
12381 fi
12382 done
12383 LINGUAS="$XLINGUAS"
12384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12385 $as_echo "$LINGUAS" >&6; }
12386
12387
12388 DATADIRNAME=share
12389
12390 INSTOBJEXT=.mo
12391
12392 GENCAT=gencat
12393
12394 CATOBJEXT=.gmo
12395
12396 fi
12397
12398 MKINSTALLDIRS=
12399 if test -n "$ac_aux_dir"; then
12400 case "$ac_aux_dir" in
12401 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12402 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12403 esac
12404 fi
12405 if test -z "$MKINSTALLDIRS"; then
12406 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12407 fi
12408
12409
12410
12411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12412 $as_echo_n "checking whether NLS is requested... " >&6; }
12413 # Check whether --enable-nls was given.
12414 if test "${enable_nls+set}" = set; then :
12415 enableval=$enable_nls; USE_NLS=$enableval
12416 else
12417 USE_NLS=yes
12418 fi
12419
12420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12421 $as_echo "$USE_NLS" >&6; }
12422
12423
12424
12425
12426
12427
12428 # Prepare PATH_SEPARATOR.
12429 # The user is always right.
12430 if test "${PATH_SEPARATOR+set}" != set; then
12431 echo "#! /bin/sh" >conf$$.sh
12432 echo "exit 0" >>conf$$.sh
12433 chmod +x conf$$.sh
12434 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12435 PATH_SEPARATOR=';'
12436 else
12437 PATH_SEPARATOR=:
12438 fi
12439 rm -f conf$$.sh
12440 fi
12441
12442 # Find out how to test for executable files. Don't use a zero-byte file,
12443 # as systems may use methods other than mode bits to determine executability.
12444 cat >conf$$.file <<_ASEOF
12445 #! /bin/sh
12446 exit 0
12447 _ASEOF
12448 chmod +x conf$$.file
12449 if test -x conf$$.file >/dev/null 2>&1; then
12450 ac_executable_p="test -x"
12451 else
12452 ac_executable_p="test -f"
12453 fi
12454 rm -f conf$$.file
12455
12456 # Extract the first word of "msgfmt", so it can be a program name with args.
12457 set dummy msgfmt; ac_word=$2
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12459 $as_echo_n "checking for $ac_word... " >&6; }
12460 if ${ac_cv_path_MSGFMT+:} false; then :
12461 $as_echo_n "(cached) " >&6
12462 else
12463 case "$MSGFMT" in
12464 [\\/]* | ?:[\\/]*)
12465 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12466 ;;
12467 *)
12468 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12469 for ac_dir in $PATH; do
12470 IFS="$ac_save_IFS"
12471 test -z "$ac_dir" && ac_dir=.
12472 for ac_exec_ext in '' $ac_executable_extensions; do
12473 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12474 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12475 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12476 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12477 break 2
12478 fi
12479 fi
12480 done
12481 done
12482 IFS="$ac_save_IFS"
12483 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12484 ;;
12485 esac
12486 fi
12487 MSGFMT="$ac_cv_path_MSGFMT"
12488 if test "$MSGFMT" != ":"; then
12489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12490 $as_echo "$MSGFMT" >&6; }
12491 else
12492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12493 $as_echo "no" >&6; }
12494 fi
12495
12496 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12497 set dummy gmsgfmt; ac_word=$2
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12499 $as_echo_n "checking for $ac_word... " >&6; }
12500 if ${ac_cv_path_GMSGFMT+:} false; then :
12501 $as_echo_n "(cached) " >&6
12502 else
12503 case $GMSGFMT in
12504 [\\/]* | ?:[\\/]*)
12505 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12506 ;;
12507 *)
12508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12509 for as_dir in $PATH
12510 do
12511 IFS=$as_save_IFS
12512 test -z "$as_dir" && as_dir=.
12513 for ac_exec_ext in '' $ac_executable_extensions; do
12514 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12515 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12517 break 2
12518 fi
12519 done
12520 done
12521 IFS=$as_save_IFS
12522
12523 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12524 ;;
12525 esac
12526 fi
12527 GMSGFMT=$ac_cv_path_GMSGFMT
12528 if test -n "$GMSGFMT"; then
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12530 $as_echo "$GMSGFMT" >&6; }
12531 else
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12533 $as_echo "no" >&6; }
12534 fi
12535
12536
12537
12538
12539 # Prepare PATH_SEPARATOR.
12540 # The user is always right.
12541 if test "${PATH_SEPARATOR+set}" != set; then
12542 echo "#! /bin/sh" >conf$$.sh
12543 echo "exit 0" >>conf$$.sh
12544 chmod +x conf$$.sh
12545 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12546 PATH_SEPARATOR=';'
12547 else
12548 PATH_SEPARATOR=:
12549 fi
12550 rm -f conf$$.sh
12551 fi
12552
12553 # Find out how to test for executable files. Don't use a zero-byte file,
12554 # as systems may use methods other than mode bits to determine executability.
12555 cat >conf$$.file <<_ASEOF
12556 #! /bin/sh
12557 exit 0
12558 _ASEOF
12559 chmod +x conf$$.file
12560 if test -x conf$$.file >/dev/null 2>&1; then
12561 ac_executable_p="test -x"
12562 else
12563 ac_executable_p="test -f"
12564 fi
12565 rm -f conf$$.file
12566
12567 # Extract the first word of "xgettext", so it can be a program name with args.
12568 set dummy xgettext; ac_word=$2
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12570 $as_echo_n "checking for $ac_word... " >&6; }
12571 if ${ac_cv_path_XGETTEXT+:} false; then :
12572 $as_echo_n "(cached) " >&6
12573 else
12574 case "$XGETTEXT" in
12575 [\\/]* | ?:[\\/]*)
12576 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12577 ;;
12578 *)
12579 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12580 for ac_dir in $PATH; do
12581 IFS="$ac_save_IFS"
12582 test -z "$ac_dir" && ac_dir=.
12583 for ac_exec_ext in '' $ac_executable_extensions; do
12584 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12585 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12586 (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
12587 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12588 break 2
12589 fi
12590 fi
12591 done
12592 done
12593 IFS="$ac_save_IFS"
12594 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12595 ;;
12596 esac
12597 fi
12598 XGETTEXT="$ac_cv_path_XGETTEXT"
12599 if test "$XGETTEXT" != ":"; then
12600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12601 $as_echo "$XGETTEXT" >&6; }
12602 else
12603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12604 $as_echo "no" >&6; }
12605 fi
12606
12607 rm -f messages.po
12608
12609
12610 # Prepare PATH_SEPARATOR.
12611 # The user is always right.
12612 if test "${PATH_SEPARATOR+set}" != set; then
12613 echo "#! /bin/sh" >conf$$.sh
12614 echo "exit 0" >>conf$$.sh
12615 chmod +x conf$$.sh
12616 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12617 PATH_SEPARATOR=';'
12618 else
12619 PATH_SEPARATOR=:
12620 fi
12621 rm -f conf$$.sh
12622 fi
12623
12624 # Find out how to test for executable files. Don't use a zero-byte file,
12625 # as systems may use methods other than mode bits to determine executability.
12626 cat >conf$$.file <<_ASEOF
12627 #! /bin/sh
12628 exit 0
12629 _ASEOF
12630 chmod +x conf$$.file
12631 if test -x conf$$.file >/dev/null 2>&1; then
12632 ac_executable_p="test -x"
12633 else
12634 ac_executable_p="test -f"
12635 fi
12636 rm -f conf$$.file
12637
12638 # Extract the first word of "msgmerge", so it can be a program name with args.
12639 set dummy msgmerge; ac_word=$2
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12641 $as_echo_n "checking for $ac_word... " >&6; }
12642 if ${ac_cv_path_MSGMERGE+:} false; then :
12643 $as_echo_n "(cached) " >&6
12644 else
12645 case "$MSGMERGE" in
12646 [\\/]* | ?:[\\/]*)
12647 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12648 ;;
12649 *)
12650 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12651 for ac_dir in $PATH; do
12652 IFS="$ac_save_IFS"
12653 test -z "$ac_dir" && ac_dir=.
12654 for ac_exec_ext in '' $ac_executable_extensions; do
12655 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12656 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12657 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12658 break 2
12659 fi
12660 fi
12661 done
12662 done
12663 IFS="$ac_save_IFS"
12664 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12665 ;;
12666 esac
12667 fi
12668 MSGMERGE="$ac_cv_path_MSGMERGE"
12669 if test "$MSGMERGE" != ":"; then
12670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12671 $as_echo "$MSGMERGE" >&6; }
12672 else
12673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12674 $as_echo "no" >&6; }
12675 fi
12676
12677
12678 if test "$GMSGFMT" != ":"; then
12679 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12680 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12681 : ;
12682 else
12683 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12685 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12686 GMSGFMT=":"
12687 fi
12688 fi
12689
12690 if test "$XGETTEXT" != ":"; then
12691 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12692 (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
12693 : ;
12694 else
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12696 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12697 XGETTEXT=":"
12698 fi
12699 rm -f messages.po
12700 fi
12701
12702 ac_config_commands="$ac_config_commands default-1"
12703
12704
12705
12706 # Permit host specific settings.
12707 . ${srcdir}/configure.host
12708
12709
12710
12711
12712 BFD_HOST_64BIT_LONG=0
12713 BFD_HOST_64BIT_LONG_LONG=0
12714 BFD_HOST_64_BIT_DEFINED=0
12715 BFD_HOST_64_BIT=
12716 BFD_HOST_U_64_BIT=
12717 BFD_HOSTPTR_T="unsigned long"
12718
12719 # The cast to long int works around a bug in the HP C Compiler
12720 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12721 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12722 # This bug is HP SR number 8606223364.
12723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12724 $as_echo_n "checking size of long long... " >&6; }
12725 if ${ac_cv_sizeof_long_long+:} false; then :
12726 $as_echo_n "(cached) " >&6
12727 else
12728 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12729
12730 else
12731 if test "$ac_cv_type_long_long" = yes; then
12732 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12733 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12734 as_fn_error 77 "cannot compute sizeof (long long)
12735 See \`config.log' for more details" "$LINENO" 5; }
12736 else
12737 ac_cv_sizeof_long_long=0
12738 fi
12739 fi
12740
12741 fi
12742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12743 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12744
12745
12746
12747 cat >>confdefs.h <<_ACEOF
12748 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12749 _ACEOF
12750
12751
12752 # The cast to long int works around a bug in the HP C Compiler
12753 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12754 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12755 # This bug is HP SR number 8606223364.
12756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12757 $as_echo_n "checking size of void *... " >&6; }
12758 if ${ac_cv_sizeof_void_p+:} false; then :
12759 $as_echo_n "(cached) " >&6
12760 else
12761 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12762
12763 else
12764 if test "$ac_cv_type_void_p" = yes; then
12765 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12766 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12767 as_fn_error 77 "cannot compute sizeof (void *)
12768 See \`config.log' for more details" "$LINENO" 5; }
12769 else
12770 ac_cv_sizeof_void_p=0
12771 fi
12772 fi
12773
12774 fi
12775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12776 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12777
12778
12779
12780 cat >>confdefs.h <<_ACEOF
12781 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12782 _ACEOF
12783
12784
12785 # The cast to long int works around a bug in the HP C Compiler
12786 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12787 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12788 # This bug is HP SR number 8606223364.
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12790 $as_echo_n "checking size of long... " >&6; }
12791 if ${ac_cv_sizeof_long+:} false; then :
12792 $as_echo_n "(cached) " >&6
12793 else
12794 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12795
12796 else
12797 if test "$ac_cv_type_long" = yes; then
12798 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12799 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12800 as_fn_error 77 "cannot compute sizeof (long)
12801 See \`config.log' for more details" "$LINENO" 5; }
12802 else
12803 ac_cv_sizeof_long=0
12804 fi
12805 fi
12806
12807 fi
12808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12809 $as_echo "$ac_cv_sizeof_long" >&6; }
12810
12811
12812
12813 cat >>confdefs.h <<_ACEOF
12814 #define SIZEOF_LONG $ac_cv_sizeof_long
12815 _ACEOF
12816
12817
12818 # The cast to long int works around a bug in the HP C Compiler
12819 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12820 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12821 # This bug is HP SR number 8606223364.
12822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
12823 $as_echo_n "checking size of int... " >&6; }
12824 if ${ac_cv_sizeof_int+:} false; then :
12825 $as_echo_n "(cached) " >&6
12826 else
12827 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
12828
12829 else
12830 if test "$ac_cv_type_int" = yes; then
12831 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12832 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12833 as_fn_error 77 "cannot compute sizeof (int)
12834 See \`config.log' for more details" "$LINENO" 5; }
12835 else
12836 ac_cv_sizeof_int=0
12837 fi
12838 fi
12839
12840 fi
12841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
12842 $as_echo "$ac_cv_sizeof_int" >&6; }
12843
12844
12845
12846 cat >>confdefs.h <<_ACEOF
12847 #define SIZEOF_INT $ac_cv_sizeof_int
12848 _ACEOF
12849
12850
12851
12852 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12853 host64=true
12854 fi
12855
12856 if test "x${ac_cv_sizeof_long}" = "x8"; then
12857 BFD_HOST_64BIT_LONG=1
12858 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12859 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12860 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12861 BFD_HOST_64BIT_LONG_LONG=1
12862 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12863 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12864 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12865 BFD_HOSTPTR_T="unsigned long long"
12866 fi
12867 fi
12868
12869 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12870 BFD_HOST_64_BIT_DEFINED=1
12871 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12872 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
12873 fi
12874
12875
12876
12877
12878
12879
12880
12881
12882 # Put a plausible default for CC_FOR_BUILD in Makefile.
12883 if test -z "$CC_FOR_BUILD"; then
12884 if test "x$cross_compiling" = "xno"; then
12885 CC_FOR_BUILD='$(CC)'
12886 else
12887 CC_FOR_BUILD=gcc
12888 fi
12889 fi
12890
12891 # Also set EXEEXT_FOR_BUILD.
12892 if test "x$cross_compiling" = "xno"; then
12893 EXEEXT_FOR_BUILD='$(EXEEXT)'
12894 else
12895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12896 $as_echo_n "checking for build system executable suffix... " >&6; }
12897 if ${bfd_cv_build_exeext+:} false; then :
12898 $as_echo_n "(cached) " >&6
12899 else
12900 rm -f conftest*
12901 echo 'int main () { return 0; }' > conftest.c
12902 bfd_cv_build_exeext=
12903 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12904 for file in conftest.*; do
12905 case $file in
12906 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12907 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12908 esac
12909 done
12910 rm -f conftest*
12911 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12912 fi
12913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12914 $as_echo "$bfd_cv_build_exeext" >&6; }
12915 EXEEXT_FOR_BUILD=""
12916 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12917 fi
12918
12919
12920 for ac_header in fcntl.h sys/file.h sys/resource.h sys/stat.h sys/types.h \
12921 unistd.h
12922 do :
12923 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12924 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12925 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12926 cat >>confdefs.h <<_ACEOF
12927 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12928 _ACEOF
12929
12930 fi
12931
12932 done
12933
12934
12935 for ac_func in fcntl fdopen fileno fls getgid getpagesize getrlimit getuid \
12936 sysconf
12937 do :
12938 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12939 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12940 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12941 cat >>confdefs.h <<_ACEOF
12942 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12943 _ACEOF
12944
12945 fi
12946 done
12947
12948
12949 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12950 if test "x$ac_cv_have_decl_basename" = xyes; then :
12951 ac_have_decl=1
12952 else
12953 ac_have_decl=0
12954 fi
12955
12956 cat >>confdefs.h <<_ACEOF
12957 #define HAVE_DECL_BASENAME $ac_have_decl
12958 _ACEOF
12959 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
12960 if test "x$ac_cv_have_decl_ffs" = xyes; then :
12961 ac_have_decl=1
12962 else
12963 ac_have_decl=0
12964 fi
12965
12966 cat >>confdefs.h <<_ACEOF
12967 #define HAVE_DECL_FFS $ac_have_decl
12968 _ACEOF
12969 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12970 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
12971 ac_have_decl=1
12972 else
12973 ac_have_decl=0
12974 fi
12975
12976 cat >>confdefs.h <<_ACEOF
12977 #define HAVE_DECL_STPCPY $ac_have_decl
12978 _ACEOF
12979 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
12980 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
12981 ac_have_decl=1
12982 else
12983 ac_have_decl=0
12984 fi
12985
12986 cat >>confdefs.h <<_ACEOF
12987 #define HAVE_DECL_ASPRINTF $ac_have_decl
12988 _ACEOF
12989 ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
12990 if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
12991 ac_have_decl=1
12992 else
12993 ac_have_decl=0
12994 fi
12995
12996 cat >>confdefs.h <<_ACEOF
12997 #define HAVE_DECL_VASPRINTF $ac_have_decl
12998 _ACEOF
12999 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13000 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
13001 ac_have_decl=1
13002 else
13003 ac_have_decl=0
13004 fi
13005
13006 cat >>confdefs.h <<_ACEOF
13007 #define HAVE_DECL_STRNLEN $ac_have_decl
13008 _ACEOF
13009
13010
13011
13012 case "${host}" in
13013 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13014
13015 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13016 ;;
13017 esac
13018
13019 # Link in zlib if we can. This allows us to read compressed debug sections.
13020 # This is used only by compress.c.
13021
13022 # Use the system's zlib library.
13023 zlibdir="-L\$(top_builddir)/../zlib"
13024 zlibinc="-I\$(top_srcdir)/../zlib"
13025
13026 # Check whether --with-system-zlib was given.
13027 if test "${with_system_zlib+set}" = set; then :
13028 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13029 zlibdir=
13030 zlibinc=
13031 fi
13032
13033 fi
13034
13035
13036
13037
13038
13039 save_CFLAGS="$CFLAGS"
13040 CFLAGS="$CFLAGS -Werror"
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
13042 $as_echo_n "checking compiler support for hidden visibility... " >&6; }
13043 if ${bfd_cv_hidden+:} false; then :
13044 $as_echo_n "(cached) " >&6
13045 else
13046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13047 /* end confdefs.h. */
13048
13049 const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
13050 extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
13051 int
13052 main ()
13053 {
13054 print (hw);
13055 ;
13056 return 0;
13057 }
13058 _ACEOF
13059 if ac_fn_c_try_compile "$LINENO"; then :
13060 bfd_cv_hidden=yes
13061 else
13062 bfd_cv_hidden=no
13063 fi
13064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13065 fi
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
13067 $as_echo "$bfd_cv_hidden" >&6; }
13068 CFLAGS="$save_CFLAGS"
13069 if test $bfd_cv_hidden = yes; then
13070
13071 $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
13072
13073 fi
13074
13075 # Check if linker supports --as-needed and --no-as-needed options
13076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
13077 $as_echo_n "checking linker --as-needed support... " >&6; }
13078 if ${bfd_cv_ld_as_needed+:} false; then :
13079 $as_echo_n "(cached) " >&6
13080 else
13081 bfd_cv_ld_as_needed=no
13082 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
13083 bfd_cv_ld_as_needed=yes
13084 fi
13085
13086 fi
13087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
13088 $as_echo "$bfd_cv_ld_as_needed" >&6; }
13089
13090 LIBM=
13091 case $host in
13092 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13093 # These system don't have libm, or don't need it
13094 ;;
13095 *-ncr-sysv4.3*)
13096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13097 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13098 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13099 $as_echo_n "(cached) " >&6
13100 else
13101 ac_check_lib_save_LIBS=$LIBS
13102 LIBS="-lmw $LIBS"
13103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13104 /* end confdefs.h. */
13105
13106 /* Override any GCC internal prototype to avoid an error.
13107 Use char because int might match the return type of a GCC
13108 builtin and then its argument prototype would still apply. */
13109 #ifdef __cplusplus
13110 extern "C"
13111 #endif
13112 char _mwvalidcheckl ();
13113 int
13114 main ()
13115 {
13116 return _mwvalidcheckl ();
13117 ;
13118 return 0;
13119 }
13120 _ACEOF
13121 if ac_fn_c_try_link "$LINENO"; then :
13122 ac_cv_lib_mw__mwvalidcheckl=yes
13123 else
13124 ac_cv_lib_mw__mwvalidcheckl=no
13125 fi
13126 rm -f core conftest.err conftest.$ac_objext \
13127 conftest$ac_exeext conftest.$ac_ext
13128 LIBS=$ac_check_lib_save_LIBS
13129 fi
13130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13131 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13132 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13133 LIBM="-lmw"
13134 fi
13135
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13137 $as_echo_n "checking for cos in -lm... " >&6; }
13138 if ${ac_cv_lib_m_cos+:} false; then :
13139 $as_echo_n "(cached) " >&6
13140 else
13141 ac_check_lib_save_LIBS=$LIBS
13142 LIBS="-lm $LIBS"
13143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13144 /* end confdefs.h. */
13145
13146 /* Override any GCC internal prototype to avoid an error.
13147 Use char because int might match the return type of a GCC
13148 builtin and then its argument prototype would still apply. */
13149 #ifdef __cplusplus
13150 extern "C"
13151 #endif
13152 char cos ();
13153 int
13154 main ()
13155 {
13156 return cos ();
13157 ;
13158 return 0;
13159 }
13160 _ACEOF
13161 if ac_fn_c_try_link "$LINENO"; then :
13162 ac_cv_lib_m_cos=yes
13163 else
13164 ac_cv_lib_m_cos=no
13165 fi
13166 rm -f core conftest.err conftest.$ac_objext \
13167 conftest$ac_exeext conftest.$ac_ext
13168 LIBS=$ac_check_lib_save_LIBS
13169 fi
13170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13171 $as_echo "$ac_cv_lib_m_cos" >&6; }
13172 if test "x$ac_cv_lib_m_cos" = xyes; then :
13173 LIBM="$LIBM -lm"
13174 fi
13175
13176 ;;
13177 *)
13178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13179 $as_echo_n "checking for cos in -lm... " >&6; }
13180 if ${ac_cv_lib_m_cos+:} false; then :
13181 $as_echo_n "(cached) " >&6
13182 else
13183 ac_check_lib_save_LIBS=$LIBS
13184 LIBS="-lm $LIBS"
13185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13186 /* end confdefs.h. */
13187
13188 /* Override any GCC internal prototype to avoid an error.
13189 Use char because int might match the return type of a GCC
13190 builtin and then its argument prototype would still apply. */
13191 #ifdef __cplusplus
13192 extern "C"
13193 #endif
13194 char cos ();
13195 int
13196 main ()
13197 {
13198 return cos ();
13199 ;
13200 return 0;
13201 }
13202 _ACEOF
13203 if ac_fn_c_try_link "$LINENO"; then :
13204 ac_cv_lib_m_cos=yes
13205 else
13206 ac_cv_lib_m_cos=no
13207 fi
13208 rm -f core conftest.err conftest.$ac_objext \
13209 conftest$ac_exeext conftest.$ac_ext
13210 LIBS=$ac_check_lib_save_LIBS
13211 fi
13212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13213 $as_echo "$ac_cv_lib_m_cos" >&6; }
13214 if test "x$ac_cv_lib_m_cos" = xyes; then :
13215 LIBM="-lm"
13216 fi
13217
13218 ;;
13219 esac
13220
13221
13222
13223 # When building a shared libbfd, link against the pic version of libiberty
13224 # so that apps that use libbfd won't need libiberty just to satisfy any
13225 # libbfd references.
13226 # We can't do that if a pic libiberty is unavailable since including non-pic
13227 # code would insert text relocations into libbfd.
13228 SHARED_LIBADD=
13229 SHARED_LDFLAGS=
13230 if test "$enable_shared" = "yes"; then
13231 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
13232 if test -n "$x"; then
13233 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
13234 fi
13235 fi
13236
13237 SHARED_LIBADD="$SHARED_LIBADD $LIBINTL"
13238
13239 if test "$enable_shared" = "yes"; then
13240 case "${host}" in
13241 # More hacks to build DLLs on Windows.
13242 *-*-cygwin*)
13243 SHARED_LDFLAGS="-no-undefined"
13244 SHARED_LIBADD="-L`pwd`/../libiberty -liberty $SHARED_LIBADD -lcygwin -lkernel32"
13245 ;;
13246 esac
13247
13248 if test -n "$SHARED_LIBADD"; then
13249 if test -n "$LIBM"; then
13250 if test x"$bfd_cv_ld_as_needed" = xyes; then
13251 # Link against libm only when needed. Put -lc, -lm inside -Wl
13252 # to stop libtool reordering these options.
13253 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
13254 else
13255 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
13256 fi
13257 fi
13258 fi
13259 fi
13260
13261
13262
13263 # target stuff:
13264
13265 # Canonicalize the secondary target names.
13266 if test -n "$enable_targets" ; then
13267 for targ in `echo $enable_targets | sed 's/,/ /g'`
13268 do
13269 result=`$ac_config_sub $targ 2>/dev/null`
13270 if test -n "$result" ; then
13271 canon_targets="$canon_targets $result"
13272 else
13273 # Allow targets that config.sub doesn't recognize, like "all".
13274 canon_targets="$canon_targets $targ"
13275 fi
13276 done
13277 fi
13278
13279 all_targets=false
13280 defvec=
13281 selvecs=
13282 assocvecs=
13283 selarchs=
13284 TDEFINES=
13285 for targ in $target $canon_targets
13286 do
13287 if test $targ = all; then
13288 all_targets=true
13289 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
13290 elif test $targ != plugin; then
13291 . $srcdir/config.bfd
13292 if test $targ = $target; then
13293 defvec=$targ_defvec
13294 fi
13295 selvecs="$selvecs $targ_defvec $targ_selvecs"
13296 selarchs="$selarchs $targ_archs"
13297 TDEFINES="$TDEFINES $targ_cflags"
13298 fi
13299 done
13300
13301
13302 # This processing still needs to be done if we're to decide properly whether
13303 # 64-bit support needs to be compiled in. Currently, it will be included if
13304 # the default or any other explicitly requested target requires it; it
13305 # will not be included on a 32-bit host if no 64-bit target is requested, and
13306 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
13307 # used.
13308
13309 # uniq the default and selected vectors in all the configured targets.
13310 f=""
13311 for i in $selvecs ; do
13312 case " $f " in
13313 *" $i "*) ;;
13314 *) f="$f $i" ;;
13315 esac
13316 done
13317 selvecs="$f"
13318
13319
13320 # uniq the associated vectors in all the configured targets.
13321 f=""
13322 for i in $assocvecs ; do
13323 case " $f " in
13324 *" $i "*) ;;
13325 *) f="$f $i" ;;
13326 esac
13327 done
13328 assocvecs="$f"
13329
13330
13331 # uniq the architectures in all the configured targets.
13332 f=""
13333 for i in $selarchs ; do
13334 case " $f " in
13335 *" $i "*) ;;
13336 *) f="$f $i" ;;
13337 esac
13338 done
13339 selarchs="$f"
13340
13341 # Target backend .o files.
13342 tb=
13343
13344 elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
13345 dwarf1.lo dwarf2.lo"
13346 coffgen="coffgen.lo dwarf2.lo"
13347 coff="cofflink.lo $coffgen"
13348 ecoff="ecofflink.lo $coffgen"
13349 xcoff="xcofflink.lo $coffgen"
13350
13351 elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
13352 for vec in $selvecs
13353 do
13354 target_size=32
13355 case "$vec" in
13356 # This list is alphabetized to make it easy to compare
13357 # with the two vector lists in targets.c. For the same reason,
13358 # use one entry per line, even though this leads to long lines.
13359 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13360 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13361 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13362 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13363 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13364 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13365 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
13366 aarch64_pei_vec) tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
13367 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
13368 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13369 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13370 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
13371 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
13372 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
13373 amdgcn_elf64_le_vec) tb="$tb elf64-amdgcn.lo elf64.lo $elf"; target_size=64 ;;
13374 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
13375 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
13376 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
13377 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13378 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13379 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13380 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13381 arm_elf32_fdpic_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13382 arm_elf32_fdpic_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13383 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13384 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13385 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13386 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13387 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13388 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13389 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13390 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13391 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13392 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13393 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13394 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13395 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
13396 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
13397 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13398 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13399 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
13400 cris_aout_vec) tb="$tb aout-cris.lo" ;;
13401 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
13402 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
13403 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
13404 csky_elf32_be_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13405 csky_elf32_le_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13406 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
13407 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
13408 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
13409 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13410 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13411 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13412 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13413 bpf_elf64_le_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;;
13414 bpf_elf64_be_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;;
13415 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
13416 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
13417 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13418 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13419 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
13420 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
13421 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13422 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13423 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13424 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13425 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13426 hppa_som_vec) tb="$tb som.lo" ;;
13427 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
13428 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
13429 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
13430 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
13431 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
13432 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
13433 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
13434 i386_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13435 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13436 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13437 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13438 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
13439 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
13440 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
13441 i386_pe_big_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
13442 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
13443 iamcu_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13444 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13445 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13446 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13447 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13448 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13449 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 ;;
13450 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
13451 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
13452 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
13453 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
13454 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
13455 loongarch_elf32_vec) tb="$tb elf32-loongarch.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf" ;;
13456 loongarch_elf64_vec) tb="$tb elf64-loongarch.lo elf64.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf"; target_size=64 ;;
13457 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
13458 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13459 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13460 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13461 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13462 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13463 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13464 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
13465 s12z_elf32_vec) tb="$tb elf32-s12z.lo elf32.lo $elf" ;;
13466 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13467 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13468 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13469 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13470 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13471 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13472 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13473 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
13474 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
13475 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13476 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13477 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
13478 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13479 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13480 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13481 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13482 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13483 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13484 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13485 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13486 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13487 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13488 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13489 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13490 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13491 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13492 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13493 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13494 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13495 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13496 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13497 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13498 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13499 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 ;;
13500 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 ;;
13501 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 ;;
13502 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 ;;
13503 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
13504 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
13505 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
13506 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
13507 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
13508 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
13509 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
13510 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
13511 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
13512 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13513 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13514 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13515 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13516 nfp_elf64_vec) tb="$tb elf64-nfp.lo elf64.lo $elf" ;;
13517 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
13518 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
13519 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
13520 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
13521 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
13522 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
13523 pef_vec) tb="$tb pef.lo" ;;
13524 pef_xlib_vec) tb="$tb pef.lo" ;;
13525 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
13526 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
13527 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
13528 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13529 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13530 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13531 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13532 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13533 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13534 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13535 powerpc_elf64_fbsd_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13536 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
13537 pru_elf32_vec) tb="$tb elf32-pru.lo elf32.lo $elf" ;;
13538 riscv_elf32_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13539 riscv_elf64_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13540 riscv_elf32_be_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13541 riscv_elf64_be_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13542 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
13543 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
13544 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
13545 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
13546 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13547 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13548 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13549 rx_elf32_linux_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13550 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
13551 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
13552 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
13553 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
13554 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
13555 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
13556 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
13557 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
13558 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13559 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13560 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13561 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13562 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13563 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13564 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13565 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13566 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13567 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13568 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
13569 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
13570 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13571 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13572 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13573 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13574 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13575 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13576 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
13577 sym_vec) tb="$tb xsym.lo" ;;
13578 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
13579 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13580 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13581 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13582 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13583 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13584 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13585 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13586 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13587 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13588 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13589 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13590 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13591 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13592 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13593 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13594 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13595 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13596 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13597 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
13598 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
13599 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
13600 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
13601 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
13602 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
13603 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
13604 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
13605 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
13606 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
13607 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
13608 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
13609 wasm_vec) tb="$tb wasm-module.lo" ;;
13610 wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
13611 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
13612 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
13613 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13614 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13615 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13616 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13617 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
13618 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13619 x86_64_pe_big_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13620 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13621 xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
13622 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
13623 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
13624 xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13625 xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13626 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
13627 z80_elf32_vec) tb="$tb elf32-z80.lo elf32.lo $elf" ;;
13628 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
13629
13630 # These appear out of order in targets.c
13631 srec_vec) tb="$tb srec.lo" ;;
13632 symbolsrec_vec) tb="$tb srec.lo" ;;
13633 tekhex_vec) tb="$tb tekhex.lo" ;;
13634 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
13635 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
13636
13637 "") ;;
13638 *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;;
13639 esac
13640
13641 if test ${target_size} = 64; then
13642 target64=true
13643 fi
13644 if test x"${vec}" = x"${defvec}"; then
13645 bfd_default_target_size=${target_size}
13646 fi
13647 done
13648
13649 if test "$plugins" = "yes"; then
13650 tb="$tb plugin.lo"
13651 fi
13652
13653 # Target architecture .o files.
13654 # A couple of CPUs use shorter file names to avoid problems on DOS
13655 # filesystems.
13656 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
13657
13658 # Weed out duplicate .o files.
13659 f=""
13660 for i in $tb ; do
13661 case " $f " in
13662 *" $i "*) ;;
13663 *) f="$f $i" ;;
13664 esac
13665 done
13666 tb="$f"
13667
13668 f=""
13669 for i in $ta ; do
13670 case " $f " in
13671 *" $i "*) ;;
13672 *) f="$f $i" ;;
13673 esac
13674 done
13675 ta="$f"
13676
13677 bfd_backends="$tb"
13678 bfd_machines="$ta"
13679
13680 if test x${all_targets} = xtrue ; then
13681 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
13682 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
13683 selvecs=
13684 havevecs=-DHAVE_all_vecs
13685 selarchs=
13686 test -n "$assocvecs" &&
13687 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13688 else # all_targets is true
13689 # Only set these if they will be nonempty, for the clever echo.
13690 havevecs=
13691 assocvecs=
13692 test -n "$selvecs" &&
13693 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
13694 test -n "$selvecs" &&
13695 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13696 test -n "$selarchs" &&
13697 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13698 fi # all_targets is true
13699
13700 # 64-bit archives need a 64-bit bfd_vma.
13701 if test "x$want_64_bit_archive" = xtrue; then
13702 want64=true
13703
13704 $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
13705
13706 fi
13707
13708 case ${host64}-${target64}-${want64} in
13709 *true*)
13710 wordsize=64
13711 bfd64_libs='$(BFD64_LIBS)'
13712 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
13713 if test $BFD_HOST_64_BIT_DEFINED = 0; then
13714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
13715 $as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
13717 $as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
13718 fi
13719 if test -n "$GCC" ; then
13720 bad_64bit_gcc=no;
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
13722 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
13723 # Add more tests for gcc versions with non-working 64-bit support here.
13724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13725 /* end confdefs.h. */
13726 :__GNUC__:__GNUC_MINOR__:__i386__:
13727 _ACEOF
13728 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13729 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
13730 bad_64bit_gcc=yes;
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
13732 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
13733 else
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13735 $as_echo "no" >&6; }
13736 fi
13737 rm -f conftest*
13738
13739 if test $bad_64bit_gcc = yes ; then
13740 as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
13741 fi
13742 fi
13743 ;;
13744 false-false-false)
13745 wordsize=32
13746 all_backends='$(BFD32_BACKENDS)'
13747 ;;
13748 esac
13749
13750 tdefaults=""
13751 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
13752 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
13753 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
13754 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
13755
13756
13757
13758
13759
13760
13761
13762
13763
13764
13765 # If we are configured native, pick a core file support file.
13766 COREFILE=
13767 COREFLAG=
13768 CORE_HEADER=
13769 TRAD_HEADER=
13770 if test "${target}" = "${host}"; then
13771 case "${host}" in
13772 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
13773 COREFILE=''
13774 ;;
13775 alpha*-*-linux-*)
13776 COREFILE=trad-core.lo
13777 TRAD_HEADER='"hosts/alphalinux.h"'
13778 ;;
13779 alpha*-*-netbsd* | alpha*-*-openbsd*)
13780 COREFILE=netbsd-core.lo
13781 ;;
13782 alpha*-*-*)
13783 COREFILE=osf-core.lo
13784 ;;
13785 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
13786 COREFILE='' ;;
13787 arm*-*-netbsd* | arm-*-openbsd*)
13788 COREFILE=netbsd-core.lo
13789 ;;
13790 arm-*-riscix) COREFILE=trad-core.lo ;;
13791 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
13792 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
13793 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
13794 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
13795 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
13796 hppa*-*-netbsd* | hppa*-*-openbsd*)
13797 COREFILE=netbsd-core.lo
13798 ;;
13799
13800 i[3-7]86-sequent-bsd*)
13801 COREFILE=trad-core.lo
13802 TRAD_HEADER='"hosts/symmetry.h"'
13803 ;;
13804 i[3-7]86-sequent-sysv4*) ;;
13805 i[3-7]86-sequent-sysv*)
13806 COREFILE=trad-core.lo
13807 TRAD_HEADER='"hosts/symmetry.h"'
13808 ;;
13809 i[3-7]86-*-bsdi)
13810 COREFILE=
13811 ;;
13812 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*)
13813 COREFILE=trad-core.lo
13814 TRAD_HEADER='"hosts/i386bsd.h"'
13815 ;;
13816 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
13817 COREFILE=''
13818 TRAD_HEADER='"hosts/i386bsd.h"'
13819 ;;
13820 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
13821 COREFILE=netbsd-core.lo
13822 ;;
13823 i[3-7]86-esix-sysv3*)
13824 COREFILE=trad-core.lo
13825 TRAD_HEADER='"hosts/esix.h"'
13826 ;;
13827 i[3-7]86-*-sco3.2v5*)
13828 COREFILE=sco5-core.lo
13829 ;;
13830 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
13831 COREFILE=trad-core.lo
13832 TRAD_HEADER='"hosts/i386sco.h"'
13833 ;;
13834 i[3-7]86-*-mach3*)
13835 COREFILE=trad-core.lo
13836 TRAD_HEADER='"hosts/i386mach3.h"'
13837 ;;
13838 i[3-7]86-*-linux-*)
13839 COREFILE=trad-core.lo
13840 TRAD_HEADER='"hosts/i386linux.h"'
13841 case "$enable_targets"-"$want64" in
13842 *x86_64-*linux*|*-true)
13843 CORE_HEADER='"hosts/x86-64linux.h"'
13844 esac
13845 ;;
13846 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
13847 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
13848 mips*-*-netbsd* | mips*-*-openbsd*)
13849 COREFILE=netbsd-core.lo
13850 ;;
13851 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
13852 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
13853 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
13854 m68*-*-linux-*)
13855 COREFILE=trad-core.lo
13856 TRAD_HEADER='"hosts/m68klinux.h"'
13857 ;;
13858 m68*-*-netbsd*)
13859 COREFILE=netbsd-core.lo
13860 ;;
13861 ns32k-pc532-mach)
13862 COREFILE=trad-core.lo
13863 TRAD_HEADER='"hosts/pc532mach.h"'
13864 ;;
13865 ns32k-*-netbsd* | ns32k-*-openbsd*)
13866 COREFILE=netbsd-core.lo
13867 ;;
13868 rs6000-*-lynx*)
13869 COREFILE=lynx-core.lo
13870 ;;
13871 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
13872 COREFILE=rs6000-core.lo
13873 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
13874 ;;
13875 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
13876 COREFILE=rs6000-core.lo
13877 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
13878 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
13879 # have c_impl as a member of struct core_dumpx
13880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
13881 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
13882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13883 /* end confdefs.h. */
13884 #include <core.h>
13885 int
13886 main ()
13887 {
13888 struct core_dumpx c; c.c_impl = 0;
13889 ;
13890 return 0;
13891 }
13892 _ACEOF
13893 if ac_fn_c_try_compile "$LINENO"; then :
13894
13895 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
13896
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13898 $as_echo "yes" >&6; }
13899 else
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13901 $as_echo "no" >&6; }
13902 fi
13903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13904 ;;
13905 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
13906 rs6000-*-*) COREFILE=rs6000-core.lo ;;
13907 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
13908 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
13909 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
13910 powerpc-*-beos*) ;;
13911 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
13912 COREFILE='' ;;
13913 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
13914 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
13915 s390*-*-*) COREFILE=trad-core.lo ;;
13916 sh*-*-netbsd* | sh*-*-openbsd*)
13917 COREFILE=netbsd-core.lo
13918 ;;
13919 sparc-*-netbsd* | sparc*-*-openbsd*)
13920 COREFILE=netbsd-core.lo
13921 ;;
13922 vax-*-netbsd* | vax-*-openbsd*)
13923 COREFILE=netbsd-core.lo
13924 ;;
13925 vax-*-ultrix2*)
13926 COREFILE=trad-core.lo
13927 TRAD_HEADER='"hosts/vaxult2.h"'
13928 ;;
13929 vax-*-ultrix*)
13930 COREFILE=trad-core.lo
13931 TRAD_HEADER='"hosts/vaxult2.h"'
13932 ;;
13933 vax-*-linux-*)
13934 COREFILE=trad-core.lo
13935 TRAD_HEADER='"hosts/vaxlinux.h"'
13936 ;;
13937 vax-*-*)
13938 COREFILE=trad-core.lo
13939 TRAD_HEADER='"hosts/vaxbsd.h"'
13940 ;;
13941 x86_64-*-linux*)
13942 CORE_HEADER='"hosts/x86-64linux.h"'
13943 ;;
13944 x86_64-*-netbsd* | x86_64-*-openbsd*)
13945 COREFILE=netbsd-core.lo
13946 ;;
13947 esac
13948
13949 case "$COREFILE" in
13950 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
13951 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
13952 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
13953 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
13954 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
13955 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
13956 osf-core.lo) COREFLAG=-DOSF_CORE ;;
13957 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
13958 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
13959 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
13960 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
13961 esac
13962
13963 # ELF corefile support has several flavors, but all of
13964 # them use something called <sys/procfs.h>
13965
13966 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
13967
13968 for ac_header in sys/procfs.h
13969 do :
13970 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
13971 if test "x$ac_cv_header_sys_procfs_h" = xyes; then :
13972 cat >>confdefs.h <<_ACEOF
13973 #define HAVE_SYS_PROCFS_H 1
13974 _ACEOF
13975
13976 fi
13977
13978 done
13979
13980 if test "$ac_cv_header_sys_procfs_h" = yes; then
13981
13982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
13983 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
13984 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then :
13985 $as_echo_n "(cached) " >&6
13986 else
13987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13988 /* end confdefs.h. */
13989
13990 #define _SYSCALL32
13991 #include <sys/procfs.h>
13992 int
13993 main ()
13994 {
13995 prstatus_t avar
13996 ;
13997 return 0;
13998 }
13999 _ACEOF
14000 if ac_fn_c_try_compile "$LINENO"; then :
14001 bfd_cv_have_sys_procfs_type_prstatus_t=yes
14002 else
14003 bfd_cv_have_sys_procfs_type_prstatus_t=no
14004
14005 fi
14006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14007 fi
14008
14009 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
14010
14011 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
14012
14013 fi
14014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
14015 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
14016
14017
14018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
14019 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
14020 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then :
14021 $as_echo_n "(cached) " >&6
14022 else
14023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14024 /* end confdefs.h. */
14025
14026 #define _SYSCALL32
14027 #include <sys/procfs.h>
14028 int
14029 main ()
14030 {
14031 prstatus32_t avar
14032 ;
14033 return 0;
14034 }
14035 _ACEOF
14036 if ac_fn_c_try_compile "$LINENO"; then :
14037 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
14038 else
14039 bfd_cv_have_sys_procfs_type_prstatus32_t=no
14040
14041 fi
14042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14043 fi
14044
14045 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14046
14047 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14048
14049 fi
14050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
14051 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
14052
14053
14054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
14055 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
14056 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then :
14057 $as_echo_n "(cached) " >&6
14058 else
14059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14060 /* end confdefs.h. */
14061
14062 #define _SYSCALL32
14063 #include <sys/procfs.h>
14064 int
14065 main ()
14066 {
14067 prstatus_t avar; void* aref = (void*) &avar.pr_who
14068 ;
14069 return 0;
14070 }
14071 _ACEOF
14072 if ac_fn_c_try_compile "$LINENO"; then :
14073 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
14074 else
14075 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
14076
14077 fi
14078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14079 fi
14080
14081 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
14082
14083 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
14084
14085 fi
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
14087 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
14088
14089
14090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
14091 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
14092 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then :
14093 $as_echo_n "(cached) " >&6
14094 else
14095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14096 /* end confdefs.h. */
14097
14098 #define _SYSCALL32
14099 #include <sys/procfs.h>
14100 int
14101 main ()
14102 {
14103 prstatus32_t avar; void* aref = (void*) &avar.pr_who
14104 ;
14105 return 0;
14106 }
14107 _ACEOF
14108 if ac_fn_c_try_compile "$LINENO"; then :
14109 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
14110 else
14111 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
14112
14113 fi
14114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14115 fi
14116
14117 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14118
14119 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14120
14121 fi
14122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14123 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14124
14125
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14127 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14128 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then :
14129 $as_echo_n "(cached) " >&6
14130 else
14131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14132 /* end confdefs.h. */
14133
14134 #define _SYSCALL32
14135 #include <sys/procfs.h>
14136 int
14137 main ()
14138 {
14139 pstatus_t avar
14140 ;
14141 return 0;
14142 }
14143 _ACEOF
14144 if ac_fn_c_try_compile "$LINENO"; then :
14145 bfd_cv_have_sys_procfs_type_pstatus_t=yes
14146 else
14147 bfd_cv_have_sys_procfs_type_pstatus_t=no
14148
14149 fi
14150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14151 fi
14152
14153 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14154
14155 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14156
14157 fi
14158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14159 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14160
14161
14162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14163 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14164 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then :
14165 $as_echo_n "(cached) " >&6
14166 else
14167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14168 /* end confdefs.h. */
14169
14170 #define _SYSCALL32
14171 #include <sys/procfs.h>
14172 int
14173 main ()
14174 {
14175 pxstatus_t avar
14176 ;
14177 return 0;
14178 }
14179 _ACEOF
14180 if ac_fn_c_try_compile "$LINENO"; then :
14181 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
14182 else
14183 bfd_cv_have_sys_procfs_type_pxstatus_t=no
14184
14185 fi
14186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14187 fi
14188
14189 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14190
14191 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14192
14193 fi
14194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14195 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14196
14197
14198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14199 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14200 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then :
14201 $as_echo_n "(cached) " >&6
14202 else
14203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14204 /* end confdefs.h. */
14205
14206 #define _SYSCALL32
14207 #include <sys/procfs.h>
14208 int
14209 main ()
14210 {
14211 pstatus32_t avar
14212 ;
14213 return 0;
14214 }
14215 _ACEOF
14216 if ac_fn_c_try_compile "$LINENO"; then :
14217 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
14218 else
14219 bfd_cv_have_sys_procfs_type_pstatus32_t=no
14220
14221 fi
14222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14223 fi
14224
14225 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14226
14227 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14228
14229 fi
14230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14231 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14232
14233
14234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14235 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14236 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then :
14237 $as_echo_n "(cached) " >&6
14238 else
14239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14240 /* end confdefs.h. */
14241
14242 #define _SYSCALL32
14243 #include <sys/procfs.h>
14244 int
14245 main ()
14246 {
14247 prpsinfo_t avar
14248 ;
14249 return 0;
14250 }
14251 _ACEOF
14252 if ac_fn_c_try_compile "$LINENO"; then :
14253 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
14254 else
14255 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
14256
14257 fi
14258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14259 fi
14260
14261 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14262
14263 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14264
14265 fi
14266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14267 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14268
14269
14270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
14271 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
14272 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then :
14273 $as_echo_n "(cached) " >&6
14274 else
14275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14276 /* end confdefs.h. */
14277
14278 #define _SYSCALL32
14279 #include <sys/procfs.h>
14280 int
14281 main ()
14282 {
14283 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14284 ;
14285 return 0;
14286 }
14287 _ACEOF
14288 if ac_fn_c_try_compile "$LINENO"; then :
14289 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
14290 else
14291 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
14292
14293 fi
14294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14295 fi
14296
14297 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14298
14299 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14300
14301 fi
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14303 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14304
14305
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14307 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14308 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then :
14309 $as_echo_n "(cached) " >&6
14310 else
14311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14312 /* end confdefs.h. */
14313
14314 #define _SYSCALL32
14315 #include <sys/procfs.h>
14316 int
14317 main ()
14318 {
14319 prpsinfo32_t avar
14320 ;
14321 return 0;
14322 }
14323 _ACEOF
14324 if ac_fn_c_try_compile "$LINENO"; then :
14325 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
14326 else
14327 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
14328
14329 fi
14330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14331 fi
14332
14333 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14334
14335 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14336
14337 fi
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14339 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14340
14341
14342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
14343 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14344 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then :
14345 $as_echo_n "(cached) " >&6
14346 else
14347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14348 /* end confdefs.h. */
14349
14350 #define _SYSCALL32
14351 #include <sys/procfs.h>
14352 int
14353 main ()
14354 {
14355 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14356 ;
14357 return 0;
14358 }
14359 _ACEOF
14360 if ac_fn_c_try_compile "$LINENO"; then :
14361 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
14362 else
14363 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
14364
14365 fi
14366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14367 fi
14368
14369 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14370
14371 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14372
14373 fi
14374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14375 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14376
14377
14378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14379 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14380 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then :
14381 $as_echo_n "(cached) " >&6
14382 else
14383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14384 /* end confdefs.h. */
14385
14386 #define _SYSCALL32
14387 #include <sys/procfs.h>
14388 int
14389 main ()
14390 {
14391 psinfo_t avar
14392 ;
14393 return 0;
14394 }
14395 _ACEOF
14396 if ac_fn_c_try_compile "$LINENO"; then :
14397 bfd_cv_have_sys_procfs_type_psinfo_t=yes
14398 else
14399 bfd_cv_have_sys_procfs_type_psinfo_t=no
14400
14401 fi
14402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14403 fi
14404
14405 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14406
14407 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14408
14409 fi
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14411 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14412
14413
14414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
14415 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
14416 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then :
14417 $as_echo_n "(cached) " >&6
14418 else
14419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14420 /* end confdefs.h. */
14421
14422 #define _SYSCALL32
14423 #include <sys/procfs.h>
14424 int
14425 main ()
14426 {
14427 psinfo_t avar; void* aref = (void*) &avar.pr_pid
14428 ;
14429 return 0;
14430 }
14431 _ACEOF
14432 if ac_fn_c_try_compile "$LINENO"; then :
14433 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
14434 else
14435 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
14436
14437 fi
14438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14439 fi
14440
14441 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14442
14443 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14444
14445 fi
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14447 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14448
14449
14450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14451 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14452 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then :
14453 $as_echo_n "(cached) " >&6
14454 else
14455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14456 /* end confdefs.h. */
14457
14458 #define _SYSCALL32
14459 #include <sys/procfs.h>
14460 int
14461 main ()
14462 {
14463 psinfo32_t avar
14464 ;
14465 return 0;
14466 }
14467 _ACEOF
14468 if ac_fn_c_try_compile "$LINENO"; then :
14469 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
14470 else
14471 bfd_cv_have_sys_procfs_type_psinfo32_t=no
14472
14473 fi
14474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14475 fi
14476
14477 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14478
14479 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14480
14481 fi
14482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14483 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14484
14485
14486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
14487 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14488 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then :
14489 $as_echo_n "(cached) " >&6
14490 else
14491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14492 /* end confdefs.h. */
14493
14494 #define _SYSCALL32
14495 #include <sys/procfs.h>
14496 int
14497 main ()
14498 {
14499 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
14500 ;
14501 return 0;
14502 }
14503 _ACEOF
14504 if ac_fn_c_try_compile "$LINENO"; then :
14505 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
14506 else
14507 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
14508
14509 fi
14510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14511 fi
14512
14513 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
14514
14515 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
14516
14517 fi
14518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
14519 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
14520
14521
14522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
14523 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
14524 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then :
14525 $as_echo_n "(cached) " >&6
14526 else
14527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14528 /* end confdefs.h. */
14529
14530 #define _SYSCALL32
14531 #include <sys/procfs.h>
14532 int
14533 main ()
14534 {
14535 lwpstatus_t avar
14536 ;
14537 return 0;
14538 }
14539 _ACEOF
14540 if ac_fn_c_try_compile "$LINENO"; then :
14541 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
14542 else
14543 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
14544
14545 fi
14546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14547 fi
14548
14549 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14550
14551 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14552
14553 fi
14554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14555 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
14556
14557
14558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
14559 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
14560 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then :
14561 $as_echo_n "(cached) " >&6
14562 else
14563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14564 /* end confdefs.h. */
14565
14566 #define _SYSCALL32
14567 #include <sys/procfs.h>
14568 int
14569 main ()
14570 {
14571 lwpxstatus_t avar
14572 ;
14573 return 0;
14574 }
14575 _ACEOF
14576 if ac_fn_c_try_compile "$LINENO"; then :
14577 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
14578 else
14579 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
14580
14581 fi
14582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14583 fi
14584
14585 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
14586
14587 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
14588
14589 fi
14590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
14591 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
14592
14593
14594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
14595 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
14596 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then :
14597 $as_echo_n "(cached) " >&6
14598 else
14599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14600 /* end confdefs.h. */
14601
14602 #define _SYSCALL32
14603 #include <sys/procfs.h>
14604 int
14605 main ()
14606 {
14607 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
14608 ;
14609 return 0;
14610 }
14611 _ACEOF
14612 if ac_fn_c_try_compile "$LINENO"; then :
14613 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
14614 else
14615 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
14616
14617 fi
14618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14619 fi
14620
14621 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
14622
14623 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
14624
14625 fi
14626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
14627 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
14628
14629
14630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
14631 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
14632 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then :
14633 $as_echo_n "(cached) " >&6
14634 else
14635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14636 /* end confdefs.h. */
14637
14638 #define _SYSCALL32
14639 #include <sys/procfs.h>
14640 int
14641 main ()
14642 {
14643 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
14644 ;
14645 return 0;
14646 }
14647 _ACEOF
14648 if ac_fn_c_try_compile "$LINENO"; then :
14649 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
14650 else
14651 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
14652
14653 fi
14654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14655 fi
14656
14657 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
14658
14659 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
14660
14661 fi
14662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
14663 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
14664
14665
14666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
14667 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
14668 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then :
14669 $as_echo_n "(cached) " >&6
14670 else
14671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14672 /* end confdefs.h. */
14673
14674 #define _SYSCALL32
14675 #include <sys/procfs.h>
14676 int
14677 main ()
14678 {
14679 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
14680 ;
14681 return 0;
14682 }
14683 _ACEOF
14684 if ac_fn_c_try_compile "$LINENO"; then :
14685 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
14686 else
14687 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
14688
14689 fi
14690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14691 fi
14692
14693 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
14694
14695 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
14696
14697 fi
14698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
14699 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
14700
14701
14702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
14703 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
14704 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then :
14705 $as_echo_n "(cached) " >&6
14706 else
14707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14708 /* end confdefs.h. */
14709
14710 #define _SYSCALL32
14711 #include <sys/procfs.h>
14712 int
14713 main ()
14714 {
14715 win32_pstatus_t avar
14716 ;
14717 return 0;
14718 }
14719 _ACEOF
14720 if ac_fn_c_try_compile "$LINENO"; then :
14721 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
14722 else
14723 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
14724
14725 fi
14726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14727 fi
14728
14729 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
14730
14731 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
14732
14733 fi
14734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
14735 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
14736
14737 fi
14738 fi
14739
14740
14741 if test -n "$CORE_HEADER"; then
14742
14743 cat >>confdefs.h <<_ACEOF
14744 #define CORE_HEADER $CORE_HEADER
14745 _ACEOF
14746
14747 fi
14748 if test -n "$TRAD_HEADER"; then
14749
14750 cat >>confdefs.h <<_ACEOF
14751 #define TRAD_HEADER $TRAD_HEADER
14752 _ACEOF
14753
14754 fi
14755
14756 if test "$plugins" = "yes"; then
14757 supports_plugins=1
14758 else
14759 supports_plugins=0
14760 fi
14761
14762
14763
14764 # Determine the host dependent file_ptr a.k.a. off_t type. In order
14765 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
14766 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
14767 # Hopefully a reasonable assumption since fseeko et.al. should be
14768 # upward compatible.
14769 for ac_func in ftello ftello64 fseeko fseeko64 fopen64
14770 do :
14771 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14772 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14773 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14774 cat >>confdefs.h <<_ACEOF
14775 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14776 _ACEOF
14777
14778 fi
14779 done
14780
14781 ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
14782 if test "x$ac_cv_have_decl_ftello" = xyes; then :
14783 ac_have_decl=1
14784 else
14785 ac_have_decl=0
14786 fi
14787
14788 cat >>confdefs.h <<_ACEOF
14789 #define HAVE_DECL_FTELLO $ac_have_decl
14790 _ACEOF
14791 ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
14792 if test "x$ac_cv_have_decl_ftello64" = xyes; then :
14793 ac_have_decl=1
14794 else
14795 ac_have_decl=0
14796 fi
14797
14798 cat >>confdefs.h <<_ACEOF
14799 #define HAVE_DECL_FTELLO64 $ac_have_decl
14800 _ACEOF
14801 ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
14802 if test "x$ac_cv_have_decl_fseeko" = xyes; then :
14803 ac_have_decl=1
14804 else
14805 ac_have_decl=0
14806 fi
14807
14808 cat >>confdefs.h <<_ACEOF
14809 #define HAVE_DECL_FSEEKO $ac_have_decl
14810 _ACEOF
14811 ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
14812 if test "x$ac_cv_have_decl_fseeko64" = xyes; then :
14813 ac_have_decl=1
14814 else
14815 ac_have_decl=0
14816 fi
14817
14818 cat >>confdefs.h <<_ACEOF
14819 #define HAVE_DECL_FSEEKO64 $ac_have_decl
14820 _ACEOF
14821 ac_fn_c_check_decl "$LINENO" "fopen64" "ac_cv_have_decl_fopen64" "$ac_includes_default"
14822 if test "x$ac_cv_have_decl_fopen64" = xyes; then :
14823 ac_have_decl=1
14824 else
14825 ac_have_decl=0
14826 fi
14827
14828 cat >>confdefs.h <<_ACEOF
14829 #define HAVE_DECL_FOPEN64 $ac_have_decl
14830 _ACEOF
14831
14832 if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
14833 # The cast to long int works around a bug in the HP C Compiler
14834 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14835 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14836 # This bug is HP SR number 8606223364.
14837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
14838 $as_echo_n "checking size of off_t... " >&6; }
14839 if ${ac_cv_sizeof_off_t+:} false; then :
14840 $as_echo_n "(cached) " >&6
14841 else
14842 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
14843
14844 else
14845 if test "$ac_cv_type_off_t" = yes; then
14846 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14847 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14848 as_fn_error 77 "cannot compute sizeof (off_t)
14849 See \`config.log' for more details" "$LINENO" 5; }
14850 else
14851 ac_cv_sizeof_off_t=0
14852 fi
14853 fi
14854
14855 fi
14856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
14857 $as_echo "$ac_cv_sizeof_off_t" >&6; }
14858
14859
14860
14861 cat >>confdefs.h <<_ACEOF
14862 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
14863 _ACEOF
14864
14865
14866 fi
14867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
14868 $as_echo_n "checking file_ptr type... " >&6; }
14869 bfd_file_ptr="long"
14870 bfd_ufile_ptr="unsigned long"
14871 if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
14872 -o x"${ac_cv_sizeof_off_t}" = x8; then
14873 bfd_file_ptr=BFD_HOST_64_BIT
14874 bfd_ufile_ptr=BFD_HOST_U_64_BIT
14875 fi
14876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
14877 $as_echo "$bfd_file_ptr" >&6; }
14878
14879
14880
14881
14882
14883
14884 for ac_header in $ac_header_list
14885 do :
14886 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14887 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
14888 "
14889 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14890 cat >>confdefs.h <<_ACEOF
14891 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14892 _ACEOF
14893
14894 fi
14895
14896 done
14897
14898
14899
14900
14901
14902
14903
14904
14905 for ac_func in getpagesize
14906 do :
14907 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
14908 if test "x$ac_cv_func_getpagesize" = xyes; then :
14909 cat >>confdefs.h <<_ACEOF
14910 #define HAVE_GETPAGESIZE 1
14911 _ACEOF
14912
14913 fi
14914 done
14915
14916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
14917 $as_echo_n "checking for working mmap... " >&6; }
14918 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
14919 $as_echo_n "(cached) " >&6
14920 else
14921 if test "$cross_compiling" = yes; then :
14922 ac_cv_func_mmap_fixed_mapped=no
14923 else
14924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14925 /* end confdefs.h. */
14926 $ac_includes_default
14927 /* malloc might have been renamed as rpl_malloc. */
14928 #undef malloc
14929
14930 /* Thanks to Mike Haertel and Jim Avera for this test.
14931 Here is a matrix of mmap possibilities:
14932 mmap private not fixed
14933 mmap private fixed at somewhere currently unmapped
14934 mmap private fixed at somewhere already mapped
14935 mmap shared not fixed
14936 mmap shared fixed at somewhere currently unmapped
14937 mmap shared fixed at somewhere already mapped
14938 For private mappings, we should verify that changes cannot be read()
14939 back from the file, nor mmap's back from the file at a different
14940 address. (There have been systems where private was not correctly
14941 implemented like the infamous i386 svr4.0, and systems where the
14942 VM page cache was not coherent with the file system buffer cache
14943 like early versions of FreeBSD and possibly contemporary NetBSD.)
14944 For shared mappings, we should conversely verify that changes get
14945 propagated back to all the places they're supposed to be.
14946
14947 Grep wants private fixed already mapped.
14948 The main things grep needs to know about mmap are:
14949 * does it exist and is it safe to write into the mmap'd area
14950 * how to use it (BSD variants) */
14951
14952 #include <fcntl.h>
14953 #include <sys/mman.h>
14954
14955 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
14956 char *malloc ();
14957 #endif
14958
14959 /* This mess was copied from the GNU getpagesize.h. */
14960 #ifndef HAVE_GETPAGESIZE
14961 # ifdef _SC_PAGESIZE
14962 # define getpagesize() sysconf(_SC_PAGESIZE)
14963 # else /* no _SC_PAGESIZE */
14964 # ifdef HAVE_SYS_PARAM_H
14965 # include <sys/param.h>
14966 # ifdef EXEC_PAGESIZE
14967 # define getpagesize() EXEC_PAGESIZE
14968 # else /* no EXEC_PAGESIZE */
14969 # ifdef NBPG
14970 # define getpagesize() NBPG * CLSIZE
14971 # ifndef CLSIZE
14972 # define CLSIZE 1
14973 # endif /* no CLSIZE */
14974 # else /* no NBPG */
14975 # ifdef NBPC
14976 # define getpagesize() NBPC
14977 # else /* no NBPC */
14978 # ifdef PAGESIZE
14979 # define getpagesize() PAGESIZE
14980 # endif /* PAGESIZE */
14981 # endif /* no NBPC */
14982 # endif /* no NBPG */
14983 # endif /* no EXEC_PAGESIZE */
14984 # else /* no HAVE_SYS_PARAM_H */
14985 # define getpagesize() 8192 /* punt totally */
14986 # endif /* no HAVE_SYS_PARAM_H */
14987 # endif /* no _SC_PAGESIZE */
14988
14989 #endif /* no HAVE_GETPAGESIZE */
14990
14991 int
14992 main ()
14993 {
14994 char *data, *data2, *data3;
14995 const char *cdata2;
14996 int i, pagesize;
14997 int fd, fd2;
14998
14999 pagesize = getpagesize ();
15000
15001 /* First, make a file with some known garbage in it. */
15002 data = (char *) malloc (pagesize);
15003 if (!data)
15004 return 1;
15005 for (i = 0; i < pagesize; ++i)
15006 *(data + i) = rand ();
15007 umask (0);
15008 fd = creat ("conftest.mmap", 0600);
15009 if (fd < 0)
15010 return 2;
15011 if (write (fd, data, pagesize) != pagesize)
15012 return 3;
15013 close (fd);
15014
15015 /* Next, check that the tail of a page is zero-filled. File must have
15016 non-zero length, otherwise we risk SIGBUS for entire page. */
15017 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
15018 if (fd2 < 0)
15019 return 4;
15020 cdata2 = "";
15021 if (write (fd2, cdata2, 1) != 1)
15022 return 5;
15023 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
15024 if (data2 == MAP_FAILED)
15025 return 6;
15026 for (i = 0; i < pagesize; ++i)
15027 if (*(data2 + i))
15028 return 7;
15029 close (fd2);
15030 if (munmap (data2, pagesize))
15031 return 8;
15032
15033 /* Next, try to mmap the file at a fixed address which already has
15034 something else allocated at it. If we can, also make sure that
15035 we see the same garbage. */
15036 fd = open ("conftest.mmap", O_RDWR);
15037 if (fd < 0)
15038 return 9;
15039 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15040 MAP_PRIVATE | MAP_FIXED, fd, 0L))
15041 return 10;
15042 for (i = 0; i < pagesize; ++i)
15043 if (*(data + i) != *(data2 + i))
15044 return 11;
15045
15046 /* Finally, make sure that changes to the mapped area do not
15047 percolate back to the file as seen by read(). (This is a bug on
15048 some variants of i386 svr4.0.) */
15049 for (i = 0; i < pagesize; ++i)
15050 *(data2 + i) = *(data2 + i) + 1;
15051 data3 = (char *) malloc (pagesize);
15052 if (!data3)
15053 return 12;
15054 if (read (fd, data3, pagesize) != pagesize)
15055 return 13;
15056 for (i = 0; i < pagesize; ++i)
15057 if (*(data + i) != *(data3 + i))
15058 return 14;
15059 close (fd);
15060 return 0;
15061 }
15062 _ACEOF
15063 if ac_fn_c_try_run "$LINENO"; then :
15064 ac_cv_func_mmap_fixed_mapped=yes
15065 else
15066 ac_cv_func_mmap_fixed_mapped=no
15067 fi
15068 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15069 conftest.$ac_objext conftest.beam conftest.$ac_ext
15070 fi
15071
15072 fi
15073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15074 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
15075 if test $ac_cv_func_mmap_fixed_mapped = yes; then
15076
15077 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
15078
15079 fi
15080 rm -f conftest.mmap conftest.txt
15081
15082 for ac_func in madvise mprotect
15083 do :
15084 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15085 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15086 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15087 cat >>confdefs.h <<_ACEOF
15088 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15089 _ACEOF
15090
15091 fi
15092 done
15093
15094 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15095 true+yes )
15096 $as_echo "#define USE_MMAP 1" >>confdefs.h
15097 ;;
15098 esac
15099
15100 ac_config_files="$ac_config_files Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
15101
15102
15103 ac_config_commands="$ac_config_commands default"
15104
15105
15106
15107
15108
15109
15110
15111 cat >confcache <<\_ACEOF
15112 # This file is a shell script that caches the results of configure
15113 # tests run on this system so they can be shared between configure
15114 # scripts and configure runs, see configure's option --config-cache.
15115 # It is not useful on other systems. If it contains results you don't
15116 # want to keep, you may remove or edit it.
15117 #
15118 # config.status only pays attention to the cache file if you give it
15119 # the --recheck option to rerun configure.
15120 #
15121 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15122 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15123 # following values.
15124
15125 _ACEOF
15126
15127 # The following way of writing the cache mishandles newlines in values,
15128 # but we know of no workaround that is simple, portable, and efficient.
15129 # So, we kill variables containing newlines.
15130 # Ultrix sh set writes to stderr and can't be redirected directly,
15131 # and sets the high bit in the cache file unless we assign to the vars.
15132 (
15133 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15134 eval ac_val=\$$ac_var
15135 case $ac_val in #(
15136 *${as_nl}*)
15137 case $ac_var in #(
15138 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15139 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15140 esac
15141 case $ac_var in #(
15142 _ | IFS | as_nl) ;; #(
15143 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15144 *) { eval $ac_var=; unset $ac_var;} ;;
15145 esac ;;
15146 esac
15147 done
15148
15149 (set) 2>&1 |
15150 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15151 *${as_nl}ac_space=\ *)
15152 # `set' does not quote correctly, so add quotes: double-quote
15153 # substitution turns \\\\ into \\, and sed turns \\ into \.
15154 sed -n \
15155 "s/'/'\\\\''/g;
15156 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15157 ;; #(
15158 *)
15159 # `set' quotes correctly as required by POSIX, so do not add quotes.
15160 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15161 ;;
15162 esac |
15163 sort
15164 ) |
15165 sed '
15166 /^ac_cv_env_/b end
15167 t clear
15168 :clear
15169 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15170 t end
15171 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15172 :end' >>confcache
15173 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15174 if test -w "$cache_file"; then
15175 if test "x$cache_file" != "x/dev/null"; then
15176 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15177 $as_echo "$as_me: updating cache $cache_file" >&6;}
15178 if test ! -f "$cache_file" || test -h "$cache_file"; then
15179 cat confcache >"$cache_file"
15180 else
15181 case $cache_file in #(
15182 */* | ?:*)
15183 mv -f confcache "$cache_file"$$ &&
15184 mv -f "$cache_file"$$ "$cache_file" ;; #(
15185 *)
15186 mv -f confcache "$cache_file" ;;
15187 esac
15188 fi
15189 fi
15190 else
15191 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15192 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15193 fi
15194 fi
15195 rm -f confcache
15196
15197 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15198 # Let make expand exec_prefix.
15199 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15200
15201 DEFS=-DHAVE_CONFIG_H
15202
15203 ac_libobjs=
15204 ac_ltlibobjs=
15205 U=
15206 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15207 # 1. Remove the extension, and $U if already installed.
15208 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15209 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15210 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15211 # will be set to the directory where LIBOBJS objects are built.
15212 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15213 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15214 done
15215 LIBOBJS=$ac_libobjs
15216
15217 LTLIBOBJS=$ac_ltlibobjs
15218
15219
15220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15221 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15222 if test -n "$am_sleep_pid"; then
15223 # Hide warnings about reused PIDs.
15224 wait $am_sleep_pid 2>/dev/null
15225 fi
15226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15227 $as_echo "done" >&6; }
15228 if test -n "$EXEEXT"; then
15229 am__EXEEXT_TRUE=
15230 am__EXEEXT_FALSE='#'
15231 else
15232 am__EXEEXT_TRUE='#'
15233 am__EXEEXT_FALSE=
15234 fi
15235
15236 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15237 as_fn_error $? "conditional \"AMDEP\" was never defined.
15238 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15239 fi
15240 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15241 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15242 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15243 fi
15244 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
15245 as_fn_error $? "conditional \"PLUGINS\" was never defined.
15246 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15247 fi
15248 if test -z "${ENABLE_BFD_64_BIT_TRUE}" && test -z "${ENABLE_BFD_64_BIT_FALSE}"; then
15249 as_fn_error $? "conditional \"ENABLE_BFD_64_BIT\" was never defined.
15250 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15251 fi
15252 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15253 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15254 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15255 fi
15256 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15257 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15258 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15259 fi
15260 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
15261 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
15262 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15263 fi
15264
15265 : "${CONFIG_STATUS=./config.status}"
15266 ac_write_fail=0
15267 ac_clean_files_save=$ac_clean_files
15268 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15269 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15270 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15271 as_write_fail=0
15272 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15273 #! $SHELL
15274 # Generated by $as_me.
15275 # Run this file to recreate the current configuration.
15276 # Compiler output produced by configure, useful for debugging
15277 # configure, is in config.log if it exists.
15278
15279 debug=false
15280 ac_cs_recheck=false
15281 ac_cs_silent=false
15282
15283 SHELL=\${CONFIG_SHELL-$SHELL}
15284 export SHELL
15285 _ASEOF
15286 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15287 ## -------------------- ##
15288 ## M4sh Initialization. ##
15289 ## -------------------- ##
15290
15291 # Be more Bourne compatible
15292 DUALCASE=1; export DUALCASE # for MKS sh
15293 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15294 emulate sh
15295 NULLCMD=:
15296 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15297 # is contrary to our usage. Disable this feature.
15298 alias -g '${1+"$@"}'='"$@"'
15299 setopt NO_GLOB_SUBST
15300 else
15301 case `(set -o) 2>/dev/null` in #(
15302 *posix*) :
15303 set -o posix ;; #(
15304 *) :
15305 ;;
15306 esac
15307 fi
15308
15309
15310 as_nl='
15311 '
15312 export as_nl
15313 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15314 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15315 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15316 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15317 # Prefer a ksh shell builtin over an external printf program on Solaris,
15318 # but without wasting forks for bash or zsh.
15319 if test -z "$BASH_VERSION$ZSH_VERSION" \
15320 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15321 as_echo='print -r --'
15322 as_echo_n='print -rn --'
15323 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15324 as_echo='printf %s\n'
15325 as_echo_n='printf %s'
15326 else
15327 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15328 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15329 as_echo_n='/usr/ucb/echo -n'
15330 else
15331 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15332 as_echo_n_body='eval
15333 arg=$1;
15334 case $arg in #(
15335 *"$as_nl"*)
15336 expr "X$arg" : "X\\(.*\\)$as_nl";
15337 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15338 esac;
15339 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15340 '
15341 export as_echo_n_body
15342 as_echo_n='sh -c $as_echo_n_body as_echo'
15343 fi
15344 export as_echo_body
15345 as_echo='sh -c $as_echo_body as_echo'
15346 fi
15347
15348 # The user is always right.
15349 if test "${PATH_SEPARATOR+set}" != set; then
15350 PATH_SEPARATOR=:
15351 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15352 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15353 PATH_SEPARATOR=';'
15354 }
15355 fi
15356
15357
15358 # IFS
15359 # We need space, tab and new line, in precisely that order. Quoting is
15360 # there to prevent editors from complaining about space-tab.
15361 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15362 # splitting by setting IFS to empty value.)
15363 IFS=" "" $as_nl"
15364
15365 # Find who we are. Look in the path if we contain no directory separator.
15366 as_myself=
15367 case $0 in #((
15368 *[\\/]* ) as_myself=$0 ;;
15369 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15370 for as_dir in $PATH
15371 do
15372 IFS=$as_save_IFS
15373 test -z "$as_dir" && as_dir=.
15374 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15375 done
15376 IFS=$as_save_IFS
15377
15378 ;;
15379 esac
15380 # We did not find ourselves, most probably we were run as `sh COMMAND'
15381 # in which case we are not to be found in the path.
15382 if test "x$as_myself" = x; then
15383 as_myself=$0
15384 fi
15385 if test ! -f "$as_myself"; then
15386 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15387 exit 1
15388 fi
15389
15390 # Unset variables that we do not need and which cause bugs (e.g. in
15391 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15392 # suppresses any "Segmentation fault" message there. '((' could
15393 # trigger a bug in pdksh 5.2.14.
15394 for as_var in BASH_ENV ENV MAIL MAILPATH
15395 do eval test x\${$as_var+set} = xset \
15396 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15397 done
15398 PS1='$ '
15399 PS2='> '
15400 PS4='+ '
15401
15402 # NLS nuisances.
15403 LC_ALL=C
15404 export LC_ALL
15405 LANGUAGE=C
15406 export LANGUAGE
15407
15408 # CDPATH.
15409 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15410
15411
15412 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15413 # ----------------------------------------
15414 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15415 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15416 # script with STATUS, using 1 if that was 0.
15417 as_fn_error ()
15418 {
15419 as_status=$1; test $as_status -eq 0 && as_status=1
15420 if test "$4"; then
15421 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15422 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15423 fi
15424 $as_echo "$as_me: error: $2" >&2
15425 as_fn_exit $as_status
15426 } # as_fn_error
15427
15428
15429 # as_fn_set_status STATUS
15430 # -----------------------
15431 # Set $? to STATUS, without forking.
15432 as_fn_set_status ()
15433 {
15434 return $1
15435 } # as_fn_set_status
15436
15437 # as_fn_exit STATUS
15438 # -----------------
15439 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15440 as_fn_exit ()
15441 {
15442 set +e
15443 as_fn_set_status $1
15444 exit $1
15445 } # as_fn_exit
15446
15447 # as_fn_unset VAR
15448 # ---------------
15449 # Portably unset VAR.
15450 as_fn_unset ()
15451 {
15452 { eval $1=; unset $1;}
15453 }
15454 as_unset=as_fn_unset
15455 # as_fn_append VAR VALUE
15456 # ----------------------
15457 # Append the text in VALUE to the end of the definition contained in VAR. Take
15458 # advantage of any shell optimizations that allow amortized linear growth over
15459 # repeated appends, instead of the typical quadratic growth present in naive
15460 # implementations.
15461 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15462 eval 'as_fn_append ()
15463 {
15464 eval $1+=\$2
15465 }'
15466 else
15467 as_fn_append ()
15468 {
15469 eval $1=\$$1\$2
15470 }
15471 fi # as_fn_append
15472
15473 # as_fn_arith ARG...
15474 # ------------------
15475 # Perform arithmetic evaluation on the ARGs, and store the result in the
15476 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15477 # must be portable across $(()) and expr.
15478 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15479 eval 'as_fn_arith ()
15480 {
15481 as_val=$(( $* ))
15482 }'
15483 else
15484 as_fn_arith ()
15485 {
15486 as_val=`expr "$@" || test $? -eq 1`
15487 }
15488 fi # as_fn_arith
15489
15490
15491 if expr a : '\(a\)' >/dev/null 2>&1 &&
15492 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15493 as_expr=expr
15494 else
15495 as_expr=false
15496 fi
15497
15498 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15499 as_basename=basename
15500 else
15501 as_basename=false
15502 fi
15503
15504 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15505 as_dirname=dirname
15506 else
15507 as_dirname=false
15508 fi
15509
15510 as_me=`$as_basename -- "$0" ||
15511 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15512 X"$0" : 'X\(//\)$' \| \
15513 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15514 $as_echo X/"$0" |
15515 sed '/^.*\/\([^/][^/]*\)\/*$/{
15516 s//\1/
15517 q
15518 }
15519 /^X\/\(\/\/\)$/{
15520 s//\1/
15521 q
15522 }
15523 /^X\/\(\/\).*/{
15524 s//\1/
15525 q
15526 }
15527 s/.*/./; q'`
15528
15529 # Avoid depending upon Character Ranges.
15530 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15531 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15532 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15533 as_cr_digits='0123456789'
15534 as_cr_alnum=$as_cr_Letters$as_cr_digits
15535
15536 ECHO_C= ECHO_N= ECHO_T=
15537 case `echo -n x` in #(((((
15538 -n*)
15539 case `echo 'xy\c'` in
15540 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15541 xy) ECHO_C='\c';;
15542 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15543 ECHO_T=' ';;
15544 esac;;
15545 *)
15546 ECHO_N='-n';;
15547 esac
15548
15549 rm -f conf$$ conf$$.exe conf$$.file
15550 if test -d conf$$.dir; then
15551 rm -f conf$$.dir/conf$$.file
15552 else
15553 rm -f conf$$.dir
15554 mkdir conf$$.dir 2>/dev/null
15555 fi
15556 if (echo >conf$$.file) 2>/dev/null; then
15557 if ln -s conf$$.file conf$$ 2>/dev/null; then
15558 as_ln_s='ln -s'
15559 # ... but there are two gotchas:
15560 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15561 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15562 # In both cases, we have to default to `cp -pR'.
15563 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15564 as_ln_s='cp -pR'
15565 elif ln conf$$.file conf$$ 2>/dev/null; then
15566 as_ln_s=ln
15567 else
15568 as_ln_s='cp -pR'
15569 fi
15570 else
15571 as_ln_s='cp -pR'
15572 fi
15573 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15574 rmdir conf$$.dir 2>/dev/null
15575
15576
15577 # as_fn_mkdir_p
15578 # -------------
15579 # Create "$as_dir" as a directory, including parents if necessary.
15580 as_fn_mkdir_p ()
15581 {
15582
15583 case $as_dir in #(
15584 -*) as_dir=./$as_dir;;
15585 esac
15586 test -d "$as_dir" || eval $as_mkdir_p || {
15587 as_dirs=
15588 while :; do
15589 case $as_dir in #(
15590 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15591 *) as_qdir=$as_dir;;
15592 esac
15593 as_dirs="'$as_qdir' $as_dirs"
15594 as_dir=`$as_dirname -- "$as_dir" ||
15595 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15596 X"$as_dir" : 'X\(//\)[^/]' \| \
15597 X"$as_dir" : 'X\(//\)$' \| \
15598 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15599 $as_echo X"$as_dir" |
15600 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15601 s//\1/
15602 q
15603 }
15604 /^X\(\/\/\)[^/].*/{
15605 s//\1/
15606 q
15607 }
15608 /^X\(\/\/\)$/{
15609 s//\1/
15610 q
15611 }
15612 /^X\(\/\).*/{
15613 s//\1/
15614 q
15615 }
15616 s/.*/./; q'`
15617 test -d "$as_dir" && break
15618 done
15619 test -z "$as_dirs" || eval "mkdir $as_dirs"
15620 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15621
15622
15623 } # as_fn_mkdir_p
15624 if mkdir -p . 2>/dev/null; then
15625 as_mkdir_p='mkdir -p "$as_dir"'
15626 else
15627 test -d ./-p && rmdir ./-p
15628 as_mkdir_p=false
15629 fi
15630
15631
15632 # as_fn_executable_p FILE
15633 # -----------------------
15634 # Test if FILE is an executable regular file.
15635 as_fn_executable_p ()
15636 {
15637 test -f "$1" && test -x "$1"
15638 } # as_fn_executable_p
15639 as_test_x='test -x'
15640 as_executable_p=as_fn_executable_p
15641
15642 # Sed expression to map a string onto a valid CPP name.
15643 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15644
15645 # Sed expression to map a string onto a valid variable name.
15646 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15647
15648
15649 exec 6>&1
15650 ## ----------------------------------- ##
15651 ## Main body of $CONFIG_STATUS script. ##
15652 ## ----------------------------------- ##
15653 _ASEOF
15654 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15655
15656 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15657 # Save the log message, to keep $0 and so on meaningful, and to
15658 # report actual input values of CONFIG_FILES etc. instead of their
15659 # values after options handling.
15660 ac_log="
15661 This file was extended by bfd $as_me 2.38.50, which was
15662 generated by GNU Autoconf 2.69. Invocation command line was
15663
15664 CONFIG_FILES = $CONFIG_FILES
15665 CONFIG_HEADERS = $CONFIG_HEADERS
15666 CONFIG_LINKS = $CONFIG_LINKS
15667 CONFIG_COMMANDS = $CONFIG_COMMANDS
15668 $ $0 $@
15669
15670 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15671 "
15672
15673 _ACEOF
15674
15675 case $ac_config_files in *"
15676 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15677 esac
15678
15679 case $ac_config_headers in *"
15680 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15681 esac
15682
15683
15684 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15685 # Files that config.status was made for.
15686 config_files="$ac_config_files"
15687 config_headers="$ac_config_headers"
15688 config_commands="$ac_config_commands"
15689
15690 _ACEOF
15691
15692 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15693 ac_cs_usage="\
15694 \`$as_me' instantiates files and other configuration actions
15695 from templates according to the current configuration. Unless the files
15696 and actions are specified as TAGs, all are instantiated by default.
15697
15698 Usage: $0 [OPTION]... [TAG]...
15699
15700 -h, --help print this help, then exit
15701 -V, --version print version number and configuration settings, then exit
15702 --config print configuration, then exit
15703 -q, --quiet, --silent
15704 do not print progress messages
15705 -d, --debug don't remove temporary files
15706 --recheck update $as_me by reconfiguring in the same conditions
15707 --file=FILE[:TEMPLATE]
15708 instantiate the configuration file FILE
15709 --header=FILE[:TEMPLATE]
15710 instantiate the configuration header FILE
15711
15712 Configuration files:
15713 $config_files
15714
15715 Configuration headers:
15716 $config_headers
15717
15718 Configuration commands:
15719 $config_commands
15720
15721 Report bugs to the package provider."
15722
15723 _ACEOF
15724 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15725 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15726 ac_cs_version="\\
15727 bfd config.status 2.38.50
15728 configured by $0, generated by GNU Autoconf 2.69,
15729 with options \\"\$ac_cs_config\\"
15730
15731 Copyright (C) 2012 Free Software Foundation, Inc.
15732 This config.status script is free software; the Free Software Foundation
15733 gives unlimited permission to copy, distribute and modify it."
15734
15735 ac_pwd='$ac_pwd'
15736 srcdir='$srcdir'
15737 INSTALL='$INSTALL'
15738 MKDIR_P='$MKDIR_P'
15739 AWK='$AWK'
15740 test -n "\$AWK" || AWK=awk
15741 _ACEOF
15742
15743 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15744 # The default lists apply if the user does not specify any file.
15745 ac_need_defaults=:
15746 while test $# != 0
15747 do
15748 case $1 in
15749 --*=?*)
15750 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15751 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15752 ac_shift=:
15753 ;;
15754 --*=)
15755 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15756 ac_optarg=
15757 ac_shift=:
15758 ;;
15759 *)
15760 ac_option=$1
15761 ac_optarg=$2
15762 ac_shift=shift
15763 ;;
15764 esac
15765
15766 case $ac_option in
15767 # Handling of the options.
15768 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15769 ac_cs_recheck=: ;;
15770 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15771 $as_echo "$ac_cs_version"; exit ;;
15772 --config | --confi | --conf | --con | --co | --c )
15773 $as_echo "$ac_cs_config"; exit ;;
15774 --debug | --debu | --deb | --de | --d | -d )
15775 debug=: ;;
15776 --file | --fil | --fi | --f )
15777 $ac_shift
15778 case $ac_optarg in
15779 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15780 '') as_fn_error $? "missing file argument" ;;
15781 esac
15782 as_fn_append CONFIG_FILES " '$ac_optarg'"
15783 ac_need_defaults=false;;
15784 --header | --heade | --head | --hea )
15785 $ac_shift
15786 case $ac_optarg in
15787 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15788 esac
15789 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15790 ac_need_defaults=false;;
15791 --he | --h)
15792 # Conflict between --help and --header
15793 as_fn_error $? "ambiguous option: \`$1'
15794 Try \`$0 --help' for more information.";;
15795 --help | --hel | -h )
15796 $as_echo "$ac_cs_usage"; exit ;;
15797 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15798 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15799 ac_cs_silent=: ;;
15800
15801 # This is an error.
15802 -*) as_fn_error $? "unrecognized option: \`$1'
15803 Try \`$0 --help' for more information." ;;
15804
15805 *) as_fn_append ac_config_targets " $1"
15806 ac_need_defaults=false ;;
15807
15808 esac
15809 shift
15810 done
15811
15812 ac_configure_extra_args=
15813
15814 if $ac_cs_silent; then
15815 exec 6>/dev/null
15816 ac_configure_extra_args="$ac_configure_extra_args --silent"
15817 fi
15818
15819 _ACEOF
15820 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15821 if \$ac_cs_recheck; then
15822 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15823 shift
15824 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15825 CONFIG_SHELL='$SHELL'
15826 export CONFIG_SHELL
15827 exec "\$@"
15828 fi
15829
15830 _ACEOF
15831 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15832 exec 5>>config.log
15833 {
15834 echo
15835 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15836 ## Running $as_me. ##
15837 _ASBOX
15838 $as_echo "$ac_log"
15839 } >&5
15840
15841 _ACEOF
15842 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15843 #
15844 # INIT-COMMANDS
15845 #
15846 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15847
15848
15849 # The HP-UX ksh and POSIX shell print the target directory to stdout
15850 # if CDPATH is set.
15851 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15852
15853 sed_quote_subst='$sed_quote_subst'
15854 double_quote_subst='$double_quote_subst'
15855 delay_variable_subst='$delay_variable_subst'
15856 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15857 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15858 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15859 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15860 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15861 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15862 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15863 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15864 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15865 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15866 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15867 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15868 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15869 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15870 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15871 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15872 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15873 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15874 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15875 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15876 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15877 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15878 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15879 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15880 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15881 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15882 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15883 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15884 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15885 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15886 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15887 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15888 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15889 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15890 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15891 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15892 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15893 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15894 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15895 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15896 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15897 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15898 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15899 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15900 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15901 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15902 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15903 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15904 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"`'
15905 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15906 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15907 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15908 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15909 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15910 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15911 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15912 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15913 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15914 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15915 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15916 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15917 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15918 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15919 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15920 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15921 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15922 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15923 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15924 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15925 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15926 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15927 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15928 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15929 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15930 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15931 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15932 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15933 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15934 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15935 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15936 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15937 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15938 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15939 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15940 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15941 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15942 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15943 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15944 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15945 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15946 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15947 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15948 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15949 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15950 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15951 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15952 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15953 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15954 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15955 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15956 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15957 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15958 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15959 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15960 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15961 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15962 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15963 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15964 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15965 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15966 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15967 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15968 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15969 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15970 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15971 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15972 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15973 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15974 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15975 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15976
15977 LTCC='$LTCC'
15978 LTCFLAGS='$LTCFLAGS'
15979 compiler='$compiler_DEFAULT'
15980
15981 # A function that is used when there is no print builtin or printf.
15982 func_fallback_echo ()
15983 {
15984 eval 'cat <<_LTECHO_EOF
15985 \$1
15986 _LTECHO_EOF'
15987 }
15988
15989 # Quote evaled strings.
15990 for var in SHELL \
15991 ECHO \
15992 SED \
15993 GREP \
15994 EGREP \
15995 FGREP \
15996 LD \
15997 NM \
15998 LN_S \
15999 lt_SP2NL \
16000 lt_NL2SP \
16001 reload_flag \
16002 OBJDUMP \
16003 deplibs_check_method \
16004 file_magic_cmd \
16005 AR \
16006 AR_FLAGS \
16007 STRIP \
16008 RANLIB \
16009 CC \
16010 CFLAGS \
16011 compiler \
16012 lt_cv_sys_global_symbol_pipe \
16013 lt_cv_sys_global_symbol_to_cdecl \
16014 lt_cv_sys_global_symbol_to_c_name_address \
16015 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16016 lt_prog_compiler_no_builtin_flag \
16017 lt_prog_compiler_wl \
16018 lt_prog_compiler_pic \
16019 lt_prog_compiler_static \
16020 lt_cv_prog_compiler_c_o \
16021 need_locks \
16022 DSYMUTIL \
16023 NMEDIT \
16024 LIPO \
16025 OTOOL \
16026 OTOOL64 \
16027 shrext_cmds \
16028 export_dynamic_flag_spec \
16029 whole_archive_flag_spec \
16030 compiler_needs_object \
16031 with_gnu_ld \
16032 allow_undefined_flag \
16033 no_undefined_flag \
16034 hardcode_libdir_flag_spec \
16035 hardcode_libdir_flag_spec_ld \
16036 hardcode_libdir_separator \
16037 fix_srcfile_path \
16038 exclude_expsyms \
16039 include_expsyms \
16040 file_list_spec \
16041 variables_saved_for_relink \
16042 libname_spec \
16043 library_names_spec \
16044 soname_spec \
16045 install_override_mode \
16046 finish_eval \
16047 old_striplib \
16048 striplib; do
16049 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16050 *[\\\\\\\`\\"\\\$]*)
16051 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16052 ;;
16053 *)
16054 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16055 ;;
16056 esac
16057 done
16058
16059 # Double-quote double-evaled strings.
16060 for var in reload_cmds \
16061 old_postinstall_cmds \
16062 old_postuninstall_cmds \
16063 old_archive_cmds \
16064 extract_expsyms_cmds \
16065 old_archive_from_new_cmds \
16066 old_archive_from_expsyms_cmds \
16067 archive_cmds \
16068 archive_expsym_cmds \
16069 module_cmds \
16070 module_expsym_cmds \
16071 export_symbols_cmds \
16072 prelink_cmds \
16073 postinstall_cmds \
16074 postuninstall_cmds \
16075 finish_cmds \
16076 sys_lib_search_path_spec \
16077 sys_lib_dlsearch_path_spec; do
16078 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16079 *[\\\\\\\`\\"\\\$]*)
16080 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16081 ;;
16082 *)
16083 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16084 ;;
16085 esac
16086 done
16087
16088 ac_aux_dir='$ac_aux_dir'
16089 xsi_shell='$xsi_shell'
16090 lt_shell_append='$lt_shell_append'
16091
16092 # See if we are running on zsh, and set the options which allow our
16093 # commands through without removal of \ escapes INIT.
16094 if test -n "\${ZSH_VERSION+set}" ; then
16095 setopt NO_GLOB_SUBST
16096 fi
16097
16098
16099 PACKAGE='$PACKAGE'
16100 VERSION='$VERSION'
16101 TIMESTAMP='$TIMESTAMP'
16102 RM='$RM'
16103 ofile='$ofile'
16104
16105
16106
16107 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16108 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16109 # from automake.
16110 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16111 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16112 LINGUAS="${LINGUAS-%UNSET%}"
16113
16114
16115
16116 _ACEOF
16117
16118 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16119
16120 # Handling of arguments.
16121 for ac_config_target in $ac_config_targets
16122 do
16123 case $ac_config_target in
16124 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16125 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16126 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16127 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16128 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16129 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16130 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16131 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16132
16133 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16134 esac
16135 done
16136
16137
16138 # If the user did not use the arguments to specify the items to instantiate,
16139 # then the envvar interface is used. Set only those that are not.
16140 # We use the long form for the default assignment because of an extremely
16141 # bizarre bug on SunOS 4.1.3.
16142 if $ac_need_defaults; then
16143 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16144 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16145 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16146 fi
16147
16148 # Have a temporary directory for convenience. Make it in the build tree
16149 # simply because there is no reason against having it here, and in addition,
16150 # creating and moving files from /tmp can sometimes cause problems.
16151 # Hook for its removal unless debugging.
16152 # Note that there is a small window in which the directory will not be cleaned:
16153 # after its creation but before its name has been assigned to `$tmp'.
16154 $debug ||
16155 {
16156 tmp= ac_tmp=
16157 trap 'exit_status=$?
16158 : "${ac_tmp:=$tmp}"
16159 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16160 ' 0
16161 trap 'as_fn_exit 1' 1 2 13 15
16162 }
16163 # Create a (secure) tmp directory for tmp files.
16164
16165 {
16166 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16167 test -d "$tmp"
16168 } ||
16169 {
16170 tmp=./conf$$-$RANDOM
16171 (umask 077 && mkdir "$tmp")
16172 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16173 ac_tmp=$tmp
16174
16175 # Set up the scripts for CONFIG_FILES section.
16176 # No need to generate them if there are no CONFIG_FILES.
16177 # This happens for instance with `./config.status config.h'.
16178 if test -n "$CONFIG_FILES"; then
16179
16180
16181 ac_cr=`echo X | tr X '\015'`
16182 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16183 # But we know of no other shell where ac_cr would be empty at this
16184 # point, so we can use a bashism as a fallback.
16185 if test "x$ac_cr" = x; then
16186 eval ac_cr=\$\'\\r\'
16187 fi
16188 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16189 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16190 ac_cs_awk_cr='\\r'
16191 else
16192 ac_cs_awk_cr=$ac_cr
16193 fi
16194
16195 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16196 _ACEOF
16197
16198
16199 {
16200 echo "cat >conf$$subs.awk <<_ACEOF" &&
16201 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16202 echo "_ACEOF"
16203 } >conf$$subs.sh ||
16204 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16205 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16206 ac_delim='%!_!# '
16207 for ac_last_try in false false false false false :; do
16208 . ./conf$$subs.sh ||
16209 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16210
16211 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16212 if test $ac_delim_n = $ac_delim_num; then
16213 break
16214 elif $ac_last_try; then
16215 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16216 else
16217 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16218 fi
16219 done
16220 rm -f conf$$subs.sh
16221
16222 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16223 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16224 _ACEOF
16225 sed -n '
16226 h
16227 s/^/S["/; s/!.*/"]=/
16228 p
16229 g
16230 s/^[^!]*!//
16231 :repl
16232 t repl
16233 s/'"$ac_delim"'$//
16234 t delim
16235 :nl
16236 h
16237 s/\(.\{148\}\)..*/\1/
16238 t more1
16239 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16240 p
16241 n
16242 b repl
16243 :more1
16244 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16245 p
16246 g
16247 s/.\{148\}//
16248 t nl
16249 :delim
16250 h
16251 s/\(.\{148\}\)..*/\1/
16252 t more2
16253 s/["\\]/\\&/g; s/^/"/; s/$/"/
16254 p
16255 b
16256 :more2
16257 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16258 p
16259 g
16260 s/.\{148\}//
16261 t delim
16262 ' <conf$$subs.awk | sed '
16263 /^[^""]/{
16264 N
16265 s/\n//
16266 }
16267 ' >>$CONFIG_STATUS || ac_write_fail=1
16268 rm -f conf$$subs.awk
16269 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16270 _ACAWK
16271 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16272 for (key in S) S_is_set[key] = 1
16273 FS = "\a"
16274
16275 }
16276 {
16277 line = $ 0
16278 nfields = split(line, field, "@")
16279 substed = 0
16280 len = length(field[1])
16281 for (i = 2; i < nfields; i++) {
16282 key = field[i]
16283 keylen = length(key)
16284 if (S_is_set[key]) {
16285 value = S[key]
16286 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16287 len += length(value) + length(field[++i])
16288 substed = 1
16289 } else
16290 len += 1 + keylen
16291 }
16292
16293 print line
16294 }
16295
16296 _ACAWK
16297 _ACEOF
16298 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16299 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16300 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16301 else
16302 cat
16303 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16304 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16305 _ACEOF
16306
16307 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16308 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16309 # trailing colons and then remove the whole line if VPATH becomes empty
16310 # (actually we leave an empty line to preserve line numbers).
16311 if test "x$srcdir" = x.; then
16312 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16313 h
16314 s///
16315 s/^/:/
16316 s/[ ]*$/:/
16317 s/:\$(srcdir):/:/g
16318 s/:\${srcdir}:/:/g
16319 s/:@srcdir@:/:/g
16320 s/^:*//
16321 s/:*$//
16322 x
16323 s/\(=[ ]*\).*/\1/
16324 G
16325 s/\n//
16326 s/^[^=]*=[ ]*$//
16327 }'
16328 fi
16329
16330 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16331 fi # test -n "$CONFIG_FILES"
16332
16333 # Set up the scripts for CONFIG_HEADERS section.
16334 # No need to generate them if there are no CONFIG_HEADERS.
16335 # This happens for instance with `./config.status Makefile'.
16336 if test -n "$CONFIG_HEADERS"; then
16337 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16338 BEGIN {
16339 _ACEOF
16340
16341 # Transform confdefs.h into an awk script `defines.awk', embedded as
16342 # here-document in config.status, that substitutes the proper values into
16343 # config.h.in to produce config.h.
16344
16345 # Create a delimiter string that does not exist in confdefs.h, to ease
16346 # handling of long lines.
16347 ac_delim='%!_!# '
16348 for ac_last_try in false false :; do
16349 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16350 if test -z "$ac_tt"; then
16351 break
16352 elif $ac_last_try; then
16353 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16354 else
16355 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16356 fi
16357 done
16358
16359 # For the awk script, D is an array of macro values keyed by name,
16360 # likewise P contains macro parameters if any. Preserve backslash
16361 # newline sequences.
16362
16363 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16364 sed -n '
16365 s/.\{148\}/&'"$ac_delim"'/g
16366 t rset
16367 :rset
16368 s/^[ ]*#[ ]*define[ ][ ]*/ /
16369 t def
16370 d
16371 :def
16372 s/\\$//
16373 t bsnl
16374 s/["\\]/\\&/g
16375 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16376 D["\1"]=" \3"/p
16377 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16378 d
16379 :bsnl
16380 s/["\\]/\\&/g
16381 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16382 D["\1"]=" \3\\\\\\n"\\/p
16383 t cont
16384 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16385 t cont
16386 d
16387 :cont
16388 n
16389 s/.\{148\}/&'"$ac_delim"'/g
16390 t clear
16391 :clear
16392 s/\\$//
16393 t bsnlc
16394 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16395 d
16396 :bsnlc
16397 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16398 b cont
16399 ' <confdefs.h | sed '
16400 s/'"$ac_delim"'/"\\\
16401 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16402
16403 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16404 for (key in D) D_is_set[key] = 1
16405 FS = "\a"
16406 }
16407 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16408 line = \$ 0
16409 split(line, arg, " ")
16410 if (arg[1] == "#") {
16411 defundef = arg[2]
16412 mac1 = arg[3]
16413 } else {
16414 defundef = substr(arg[1], 2)
16415 mac1 = arg[2]
16416 }
16417 split(mac1, mac2, "(") #)
16418 macro = mac2[1]
16419 prefix = substr(line, 1, index(line, defundef) - 1)
16420 if (D_is_set[macro]) {
16421 # Preserve the white space surrounding the "#".
16422 print prefix "define", macro P[macro] D[macro]
16423 next
16424 } else {
16425 # Replace #undef with comments. This is necessary, for example,
16426 # in the case of _POSIX_SOURCE, which is predefined and required
16427 # on some systems where configure will not decide to define it.
16428 if (defundef == "undef") {
16429 print "/*", prefix defundef, macro, "*/"
16430 next
16431 }
16432 }
16433 }
16434 { print }
16435 _ACAWK
16436 _ACEOF
16437 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16438 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16439 fi # test -n "$CONFIG_HEADERS"
16440
16441
16442 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16443 shift
16444 for ac_tag
16445 do
16446 case $ac_tag in
16447 :[FHLC]) ac_mode=$ac_tag; continue;;
16448 esac
16449 case $ac_mode$ac_tag in
16450 :[FHL]*:*);;
16451 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16452 :[FH]-) ac_tag=-:-;;
16453 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16454 esac
16455 ac_save_IFS=$IFS
16456 IFS=:
16457 set x $ac_tag
16458 IFS=$ac_save_IFS
16459 shift
16460 ac_file=$1
16461 shift
16462
16463 case $ac_mode in
16464 :L) ac_source=$1;;
16465 :[FH])
16466 ac_file_inputs=
16467 for ac_f
16468 do
16469 case $ac_f in
16470 -) ac_f="$ac_tmp/stdin";;
16471 *) # Look for the file first in the build tree, then in the source tree
16472 # (if the path is not absolute). The absolute path cannot be DOS-style,
16473 # because $ac_f cannot contain `:'.
16474 test -f "$ac_f" ||
16475 case $ac_f in
16476 [\\/$]*) false;;
16477 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16478 esac ||
16479 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16480 esac
16481 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16482 as_fn_append ac_file_inputs " '$ac_f'"
16483 done
16484
16485 # Let's still pretend it is `configure' which instantiates (i.e., don't
16486 # use $as_me), people would be surprised to read:
16487 # /* config.h. Generated by config.status. */
16488 configure_input='Generated from '`
16489 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16490 `' by configure.'
16491 if test x"$ac_file" != x-; then
16492 configure_input="$ac_file. $configure_input"
16493 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16494 $as_echo "$as_me: creating $ac_file" >&6;}
16495 fi
16496 # Neutralize special characters interpreted by sed in replacement strings.
16497 case $configure_input in #(
16498 *\&* | *\|* | *\\* )
16499 ac_sed_conf_input=`$as_echo "$configure_input" |
16500 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16501 *) ac_sed_conf_input=$configure_input;;
16502 esac
16503
16504 case $ac_tag in
16505 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16506 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16507 esac
16508 ;;
16509 esac
16510
16511 ac_dir=`$as_dirname -- "$ac_file" ||
16512 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16513 X"$ac_file" : 'X\(//\)[^/]' \| \
16514 X"$ac_file" : 'X\(//\)$' \| \
16515 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16516 $as_echo X"$ac_file" |
16517 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16518 s//\1/
16519 q
16520 }
16521 /^X\(\/\/\)[^/].*/{
16522 s//\1/
16523 q
16524 }
16525 /^X\(\/\/\)$/{
16526 s//\1/
16527 q
16528 }
16529 /^X\(\/\).*/{
16530 s//\1/
16531 q
16532 }
16533 s/.*/./; q'`
16534 as_dir="$ac_dir"; as_fn_mkdir_p
16535 ac_builddir=.
16536
16537 case "$ac_dir" in
16538 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16539 *)
16540 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16541 # A ".." for each directory in $ac_dir_suffix.
16542 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16543 case $ac_top_builddir_sub in
16544 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16545 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16546 esac ;;
16547 esac
16548 ac_abs_top_builddir=$ac_pwd
16549 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16550 # for backward compatibility:
16551 ac_top_builddir=$ac_top_build_prefix
16552
16553 case $srcdir in
16554 .) # We are building in place.
16555 ac_srcdir=.
16556 ac_top_srcdir=$ac_top_builddir_sub
16557 ac_abs_top_srcdir=$ac_pwd ;;
16558 [\\/]* | ?:[\\/]* ) # Absolute name.
16559 ac_srcdir=$srcdir$ac_dir_suffix;
16560 ac_top_srcdir=$srcdir
16561 ac_abs_top_srcdir=$srcdir ;;
16562 *) # Relative name.
16563 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16564 ac_top_srcdir=$ac_top_build_prefix$srcdir
16565 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16566 esac
16567 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16568
16569
16570 case $ac_mode in
16571 :F)
16572 #
16573 # CONFIG_FILE
16574 #
16575
16576 case $INSTALL in
16577 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16578 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16579 esac
16580 ac_MKDIR_P=$MKDIR_P
16581 case $MKDIR_P in
16582 [\\/$]* | ?:[\\/]* ) ;;
16583 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16584 esac
16585 _ACEOF
16586
16587 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16588 # If the template does not know about datarootdir, expand it.
16589 # FIXME: This hack should be removed a few years after 2.60.
16590 ac_datarootdir_hack=; ac_datarootdir_seen=
16591 ac_sed_dataroot='
16592 /datarootdir/ {
16593 p
16594 q
16595 }
16596 /@datadir@/p
16597 /@docdir@/p
16598 /@infodir@/p
16599 /@localedir@/p
16600 /@mandir@/p'
16601 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16602 *datarootdir*) ac_datarootdir_seen=yes;;
16603 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16604 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16605 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16606 _ACEOF
16607 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16608 ac_datarootdir_hack='
16609 s&@datadir@&$datadir&g
16610 s&@docdir@&$docdir&g
16611 s&@infodir@&$infodir&g
16612 s&@localedir@&$localedir&g
16613 s&@mandir@&$mandir&g
16614 s&\\\${datarootdir}&$datarootdir&g' ;;
16615 esac
16616 _ACEOF
16617
16618 # Neutralize VPATH when `$srcdir' = `.'.
16619 # Shell code in configure.ac might set extrasub.
16620 # FIXME: do we really want to maintain this feature?
16621 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16622 ac_sed_extra="$ac_vpsub
16623 $extrasub
16624 _ACEOF
16625 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16626 :t
16627 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16628 s|@configure_input@|$ac_sed_conf_input|;t t
16629 s&@top_builddir@&$ac_top_builddir_sub&;t t
16630 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16631 s&@srcdir@&$ac_srcdir&;t t
16632 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16633 s&@top_srcdir@&$ac_top_srcdir&;t t
16634 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16635 s&@builddir@&$ac_builddir&;t t
16636 s&@abs_builddir@&$ac_abs_builddir&;t t
16637 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16638 s&@INSTALL@&$ac_INSTALL&;t t
16639 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16640 $ac_datarootdir_hack
16641 "
16642 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16643 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16644
16645 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16646 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16647 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16648 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16650 which seems to be undefined. Please make sure it is defined" >&5
16651 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16652 which seems to be undefined. Please make sure it is defined" >&2;}
16653
16654 rm -f "$ac_tmp/stdin"
16655 case $ac_file in
16656 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16657 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16658 esac \
16659 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16660 ;;
16661 :H)
16662 #
16663 # CONFIG_HEADER
16664 #
16665 if test x"$ac_file" != x-; then
16666 {
16667 $as_echo "/* $configure_input */" \
16668 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16669 } >"$ac_tmp/config.h" \
16670 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16671 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16672 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16673 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16674 else
16675 rm -f "$ac_file"
16676 mv "$ac_tmp/config.h" "$ac_file" \
16677 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16678 fi
16679 else
16680 $as_echo "/* $configure_input */" \
16681 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16682 || as_fn_error $? "could not create -" "$LINENO" 5
16683 fi
16684 # Compute "$ac_file"'s index in $config_headers.
16685 _am_arg="$ac_file"
16686 _am_stamp_count=1
16687 for _am_header in $config_headers :; do
16688 case $_am_header in
16689 $_am_arg | $_am_arg:* )
16690 break ;;
16691 * )
16692 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16693 esac
16694 done
16695 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16696 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16697 X"$_am_arg" : 'X\(//\)[^/]' \| \
16698 X"$_am_arg" : 'X\(//\)$' \| \
16699 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16700 $as_echo X"$_am_arg" |
16701 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16702 s//\1/
16703 q
16704 }
16705 /^X\(\/\/\)[^/].*/{
16706 s//\1/
16707 q
16708 }
16709 /^X\(\/\/\)$/{
16710 s//\1/
16711 q
16712 }
16713 /^X\(\/\).*/{
16714 s//\1/
16715 q
16716 }
16717 s/.*/./; q'`/stamp-h$_am_stamp_count
16718 ;;
16719
16720 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16721 $as_echo "$as_me: executing $ac_file commands" >&6;}
16722 ;;
16723 esac
16724
16725
16726 case $ac_file$ac_mode in
16727 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16728 # Older Autoconf quotes --file arguments for eval, but not when files
16729 # are listed without --file. Let's play safe and only enable the eval
16730 # if we detect the quoting.
16731 case $CONFIG_FILES in
16732 *\'*) eval set x "$CONFIG_FILES" ;;
16733 *) set x $CONFIG_FILES ;;
16734 esac
16735 shift
16736 for mf
16737 do
16738 # Strip MF so we end up with the name of the file.
16739 mf=`echo "$mf" | sed -e 's/:.*$//'`
16740 # Check whether this is an Automake generated Makefile or not.
16741 # We used to match only the files named 'Makefile.in', but
16742 # some people rename them; so instead we look at the file content.
16743 # Grep'ing the first line is not enough: some people post-process
16744 # each Makefile.in and add a new line on top of each file to say so.
16745 # Grep'ing the whole file is not good either: AIX grep has a line
16746 # limit of 2048, but all sed's we know have understand at least 4000.
16747 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16748 dirpart=`$as_dirname -- "$mf" ||
16749 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16750 X"$mf" : 'X\(//\)[^/]' \| \
16751 X"$mf" : 'X\(//\)$' \| \
16752 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16753 $as_echo X"$mf" |
16754 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16755 s//\1/
16756 q
16757 }
16758 /^X\(\/\/\)[^/].*/{
16759 s//\1/
16760 q
16761 }
16762 /^X\(\/\/\)$/{
16763 s//\1/
16764 q
16765 }
16766 /^X\(\/\).*/{
16767 s//\1/
16768 q
16769 }
16770 s/.*/./; q'`
16771 else
16772 continue
16773 fi
16774 # Extract the definition of DEPDIR, am__include, and am__quote
16775 # from the Makefile without running 'make'.
16776 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16777 test -z "$DEPDIR" && continue
16778 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16779 test -z "$am__include" && continue
16780 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16781 # Find all dependency output files, they are included files with
16782 # $(DEPDIR) in their names. We invoke sed twice because it is the
16783 # simplest approach to changing $(DEPDIR) to its actual value in the
16784 # expansion.
16785 for file in `sed -n "
16786 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16787 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16788 # Make sure the directory exists.
16789 test -f "$dirpart/$file" && continue
16790 fdir=`$as_dirname -- "$file" ||
16791 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16792 X"$file" : 'X\(//\)[^/]' \| \
16793 X"$file" : 'X\(//\)$' \| \
16794 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16795 $as_echo X"$file" |
16796 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16797 s//\1/
16798 q
16799 }
16800 /^X\(\/\/\)[^/].*/{
16801 s//\1/
16802 q
16803 }
16804 /^X\(\/\/\)$/{
16805 s//\1/
16806 q
16807 }
16808 /^X\(\/\).*/{
16809 s//\1/
16810 q
16811 }
16812 s/.*/./; q'`
16813 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16814 # echo "creating $dirpart/$file"
16815 echo '# dummy' > "$dirpart/$file"
16816 done
16817 done
16818 }
16819 ;;
16820 "libtool":C)
16821
16822 # See if we are running on zsh, and set the options which allow our
16823 # commands through without removal of \ escapes.
16824 if test -n "${ZSH_VERSION+set}" ; then
16825 setopt NO_GLOB_SUBST
16826 fi
16827
16828 cfgfile="${ofile}T"
16829 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16830 $RM "$cfgfile"
16831
16832 cat <<_LT_EOF >> "$cfgfile"
16833 #! $SHELL
16834
16835 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16836 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16837 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16838 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16839 #
16840 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16841 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16842 # Written by Gordon Matzigkeit, 1996
16843 #
16844 # This file is part of GNU Libtool.
16845 #
16846 # GNU Libtool is free software; you can redistribute it and/or
16847 # modify it under the terms of the GNU General Public License as
16848 # published by the Free Software Foundation; either version 2 of
16849 # the License, or (at your option) any later version.
16850 #
16851 # As a special exception to the GNU General Public License,
16852 # if you distribute this file as part of a program or library that
16853 # is built using GNU Libtool, you may include this file under the
16854 # same distribution terms that you use for the rest of that program.
16855 #
16856 # GNU Libtool is distributed in the hope that it will be useful,
16857 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16858 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16859 # GNU General Public License for more details.
16860 #
16861 # You should have received a copy of the GNU General Public License
16862 # along with GNU Libtool; see the file COPYING. If not, a copy
16863 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16864 # obtained by writing to the Free Software Foundation, Inc.,
16865 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16866
16867
16868 # The names of the tagged configurations supported by this script.
16869 available_tags=""
16870
16871 # ### BEGIN LIBTOOL CONFIG
16872
16873 # Whether or not to build shared libraries.
16874 build_libtool_libs=$enable_shared
16875
16876 # Which release of libtool.m4 was used?
16877 macro_version=$macro_version
16878 macro_revision=$macro_revision
16879
16880 # Whether or not to build static libraries.
16881 build_old_libs=$enable_static
16882
16883 # What type of objects to build.
16884 pic_mode=$pic_mode
16885
16886 # Whether or not to optimize for fast installation.
16887 fast_install=$enable_fast_install
16888
16889 # Shell to use when invoking shell scripts.
16890 SHELL=$lt_SHELL
16891
16892 # An echo program that protects backslashes.
16893 ECHO=$lt_ECHO
16894
16895 # The host system.
16896 host_alias=$host_alias
16897 host=$host
16898 host_os=$host_os
16899
16900 # The build system.
16901 build_alias=$build_alias
16902 build=$build
16903 build_os=$build_os
16904
16905 # A sed program that does not truncate output.
16906 SED=$lt_SED
16907
16908 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16909 Xsed="\$SED -e 1s/^X//"
16910
16911 # A grep program that handles long lines.
16912 GREP=$lt_GREP
16913
16914 # An ERE matcher.
16915 EGREP=$lt_EGREP
16916
16917 # A literal string matcher.
16918 FGREP=$lt_FGREP
16919
16920 # A BSD- or MS-compatible name lister.
16921 NM=$lt_NM
16922
16923 # Whether we need soft or hard links.
16924 LN_S=$lt_LN_S
16925
16926 # What is the maximum length of a command?
16927 max_cmd_len=$max_cmd_len
16928
16929 # Object file suffix (normally "o").
16930 objext=$ac_objext
16931
16932 # Executable file suffix (normally "").
16933 exeext=$exeext
16934
16935 # whether the shell understands "unset".
16936 lt_unset=$lt_unset
16937
16938 # turn spaces into newlines.
16939 SP2NL=$lt_lt_SP2NL
16940
16941 # turn newlines into spaces.
16942 NL2SP=$lt_lt_NL2SP
16943
16944 # An object symbol dumper.
16945 OBJDUMP=$lt_OBJDUMP
16946
16947 # Method to check whether dependent libraries are shared objects.
16948 deplibs_check_method=$lt_deplibs_check_method
16949
16950 # Command to use when deplibs_check_method == "file_magic".
16951 file_magic_cmd=$lt_file_magic_cmd
16952
16953 # The archiver.
16954 AR=$lt_AR
16955 AR_FLAGS=$lt_AR_FLAGS
16956
16957 # A symbol stripping program.
16958 STRIP=$lt_STRIP
16959
16960 # Commands used to install an old-style archive.
16961 RANLIB=$lt_RANLIB
16962 old_postinstall_cmds=$lt_old_postinstall_cmds
16963 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16964
16965 # Whether to use a lock for old archive extraction.
16966 lock_old_archive_extraction=$lock_old_archive_extraction
16967
16968 # A C compiler.
16969 LTCC=$lt_CC
16970
16971 # LTCC compiler flags.
16972 LTCFLAGS=$lt_CFLAGS
16973
16974 # Take the output of nm and produce a listing of raw symbols and C names.
16975 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16976
16977 # Transform the output of nm in a proper C declaration.
16978 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16979
16980 # Transform the output of nm in a C name address pair.
16981 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16982
16983 # Transform the output of nm in a C name address pair when lib prefix is needed.
16984 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16985
16986 # The name of the directory that contains temporary libtool files.
16987 objdir=$objdir
16988
16989 # Used to examine libraries when file_magic_cmd begins with "file".
16990 MAGIC_CMD=$MAGIC_CMD
16991
16992 # Must we lock files when doing compilation?
16993 need_locks=$lt_need_locks
16994
16995 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16996 DSYMUTIL=$lt_DSYMUTIL
16997
16998 # Tool to change global to local symbols on Mac OS X.
16999 NMEDIT=$lt_NMEDIT
17000
17001 # Tool to manipulate fat objects and archives on Mac OS X.
17002 LIPO=$lt_LIPO
17003
17004 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17005 OTOOL=$lt_OTOOL
17006
17007 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17008 OTOOL64=$lt_OTOOL64
17009
17010 # Old archive suffix (normally "a").
17011 libext=$libext
17012
17013 # Shared library suffix (normally ".so").
17014 shrext_cmds=$lt_shrext_cmds
17015
17016 # The commands to extract the exported symbol list from a shared archive.
17017 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17018
17019 # Variables whose values should be saved in libtool wrapper scripts and
17020 # restored at link time.
17021 variables_saved_for_relink=$lt_variables_saved_for_relink
17022
17023 # Do we need the "lib" prefix for modules?
17024 need_lib_prefix=$need_lib_prefix
17025
17026 # Do we need a version for libraries?
17027 need_version=$need_version
17028
17029 # Library versioning type.
17030 version_type=$version_type
17031
17032 # Shared library runtime path variable.
17033 runpath_var=$runpath_var
17034
17035 # Shared library path variable.
17036 shlibpath_var=$shlibpath_var
17037
17038 # Is shlibpath searched before the hard-coded library search path?
17039 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17040
17041 # Format of library name prefix.
17042 libname_spec=$lt_libname_spec
17043
17044 # List of archive names. First name is the real one, the rest are links.
17045 # The last name is the one that the linker finds with -lNAME
17046 library_names_spec=$lt_library_names_spec
17047
17048 # The coded name of the library, if different from the real name.
17049 soname_spec=$lt_soname_spec
17050
17051 # Permission mode override for installation of shared libraries.
17052 install_override_mode=$lt_install_override_mode
17053
17054 # Command to use after installation of a shared archive.
17055 postinstall_cmds=$lt_postinstall_cmds
17056
17057 # Command to use after uninstallation of a shared archive.
17058 postuninstall_cmds=$lt_postuninstall_cmds
17059
17060 # Commands used to finish a libtool library installation in a directory.
17061 finish_cmds=$lt_finish_cmds
17062
17063 # As "finish_cmds", except a single script fragment to be evaled but
17064 # not shown.
17065 finish_eval=$lt_finish_eval
17066
17067 # Whether we should hardcode library paths into libraries.
17068 hardcode_into_libs=$hardcode_into_libs
17069
17070 # Compile-time system search path for libraries.
17071 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17072
17073 # Run-time system search path for libraries.
17074 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17075
17076 # Whether dlopen is supported.
17077 dlopen_support=$enable_dlopen
17078
17079 # Whether dlopen of programs is supported.
17080 dlopen_self=$enable_dlopen_self
17081
17082 # Whether dlopen of statically linked programs is supported.
17083 dlopen_self_static=$enable_dlopen_self_static
17084
17085 # Commands to strip libraries.
17086 old_striplib=$lt_old_striplib
17087 striplib=$lt_striplib
17088
17089
17090 # The linker used to build libraries.
17091 LD=$lt_LD
17092
17093 # How to create reloadable object files.
17094 reload_flag=$lt_reload_flag
17095 reload_cmds=$lt_reload_cmds
17096
17097 # Commands used to build an old-style archive.
17098 old_archive_cmds=$lt_old_archive_cmds
17099
17100 # A language specific compiler.
17101 CC=$lt_compiler
17102
17103 # Is the compiler the GNU compiler?
17104 with_gcc=$GCC
17105
17106 # Compiler flag to turn off builtin functions.
17107 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17108
17109 # How to pass a linker flag through the compiler.
17110 wl=$lt_lt_prog_compiler_wl
17111
17112 # Additional compiler flags for building library objects.
17113 pic_flag=$lt_lt_prog_compiler_pic
17114
17115 # Compiler flag to prevent dynamic linking.
17116 link_static_flag=$lt_lt_prog_compiler_static
17117
17118 # Does compiler simultaneously support -c and -o options?
17119 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17120
17121 # Whether or not to add -lc for building shared libraries.
17122 build_libtool_need_lc=$archive_cmds_need_lc
17123
17124 # Whether or not to disallow shared libs when runtime libs are static.
17125 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17126
17127 # Compiler flag to allow reflexive dlopens.
17128 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17129
17130 # Compiler flag to generate shared objects directly from archives.
17131 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17132
17133 # Whether the compiler copes with passing no objects directly.
17134 compiler_needs_object=$lt_compiler_needs_object
17135
17136 # Create an old-style archive from a shared archive.
17137 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17138
17139 # Create a temporary old-style archive to link instead of a shared archive.
17140 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17141
17142 # Commands used to build a shared archive.
17143 archive_cmds=$lt_archive_cmds
17144 archive_expsym_cmds=$lt_archive_expsym_cmds
17145
17146 # Commands used to build a loadable module if different from building
17147 # a shared archive.
17148 module_cmds=$lt_module_cmds
17149 module_expsym_cmds=$lt_module_expsym_cmds
17150
17151 # Whether we are building with GNU ld or not.
17152 with_gnu_ld=$lt_with_gnu_ld
17153
17154 # Flag that allows shared libraries with undefined symbols to be built.
17155 allow_undefined_flag=$lt_allow_undefined_flag
17156
17157 # Flag that enforces no undefined symbols.
17158 no_undefined_flag=$lt_no_undefined_flag
17159
17160 # Flag to hardcode \$libdir into a binary during linking.
17161 # This must work even if \$libdir does not exist
17162 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17163
17164 # If ld is used when linking, flag to hardcode \$libdir into a binary
17165 # during linking. This must work even if \$libdir does not exist.
17166 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17167
17168 # Whether we need a single "-rpath" flag with a separated argument.
17169 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17170
17171 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17172 # DIR into the resulting binary.
17173 hardcode_direct=$hardcode_direct
17174
17175 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17176 # DIR into the resulting binary and the resulting library dependency is
17177 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17178 # library is relocated.
17179 hardcode_direct_absolute=$hardcode_direct_absolute
17180
17181 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17182 # into the resulting binary.
17183 hardcode_minus_L=$hardcode_minus_L
17184
17185 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17186 # into the resulting binary.
17187 hardcode_shlibpath_var=$hardcode_shlibpath_var
17188
17189 # Set to "yes" if building a shared library automatically hardcodes DIR
17190 # into the library and all subsequent libraries and executables linked
17191 # against it.
17192 hardcode_automatic=$hardcode_automatic
17193
17194 # Set to yes if linker adds runtime paths of dependent libraries
17195 # to runtime path list.
17196 inherit_rpath=$inherit_rpath
17197
17198 # Whether libtool must link a program against all its dependency libraries.
17199 link_all_deplibs=$link_all_deplibs
17200
17201 # Fix the shell variable \$srcfile for the compiler.
17202 fix_srcfile_path=$lt_fix_srcfile_path
17203
17204 # Set to "yes" if exported symbols are required.
17205 always_export_symbols=$always_export_symbols
17206
17207 # The commands to list exported symbols.
17208 export_symbols_cmds=$lt_export_symbols_cmds
17209
17210 # Symbols that should not be listed in the preloaded symbols.
17211 exclude_expsyms=$lt_exclude_expsyms
17212
17213 # Symbols that must always be exported.
17214 include_expsyms=$lt_include_expsyms
17215
17216 # Commands necessary for linking programs (against libraries) with templates.
17217 prelink_cmds=$lt_prelink_cmds
17218
17219 # Specify filename containing input files.
17220 file_list_spec=$lt_file_list_spec
17221
17222 # How to hardcode a shared library path into an executable.
17223 hardcode_action=$hardcode_action
17224
17225 # ### END LIBTOOL CONFIG
17226
17227 _LT_EOF
17228
17229 case $host_os in
17230 aix3*)
17231 cat <<\_LT_EOF >> "$cfgfile"
17232 # AIX sometimes has problems with the GCC collect2 program. For some
17233 # reason, if we set the COLLECT_NAMES environment variable, the problems
17234 # vanish in a puff of smoke.
17235 if test "X${COLLECT_NAMES+set}" != Xset; then
17236 COLLECT_NAMES=
17237 export COLLECT_NAMES
17238 fi
17239 _LT_EOF
17240 ;;
17241 esac
17242
17243
17244 ltmain="$ac_aux_dir/ltmain.sh"
17245
17246
17247 # We use sed instead of cat because bash on DJGPP gets confused if
17248 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17249 # text mode, it properly converts lines to CR/LF. This bash problem
17250 # is reportedly fixed, but why not run on old versions too?
17251 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17252 || (rm -f "$cfgfile"; exit 1)
17253
17254 case $xsi_shell in
17255 yes)
17256 cat << \_LT_EOF >> "$cfgfile"
17257
17258 # func_dirname file append nondir_replacement
17259 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17260 # otherwise set result to NONDIR_REPLACEMENT.
17261 func_dirname ()
17262 {
17263 case ${1} in
17264 */*) func_dirname_result="${1%/*}${2}" ;;
17265 * ) func_dirname_result="${3}" ;;
17266 esac
17267 }
17268
17269 # func_basename file
17270 func_basename ()
17271 {
17272 func_basename_result="${1##*/}"
17273 }
17274
17275 # func_dirname_and_basename file append nondir_replacement
17276 # perform func_basename and func_dirname in a single function
17277 # call:
17278 # dirname: Compute the dirname of FILE. If nonempty,
17279 # add APPEND to the result, otherwise set result
17280 # to NONDIR_REPLACEMENT.
17281 # value returned in "$func_dirname_result"
17282 # basename: Compute filename of FILE.
17283 # value retuned in "$func_basename_result"
17284 # Implementation must be kept synchronized with func_dirname
17285 # and func_basename. For efficiency, we do not delegate to
17286 # those functions but instead duplicate the functionality here.
17287 func_dirname_and_basename ()
17288 {
17289 case ${1} in
17290 */*) func_dirname_result="${1%/*}${2}" ;;
17291 * ) func_dirname_result="${3}" ;;
17292 esac
17293 func_basename_result="${1##*/}"
17294 }
17295
17296 # func_stripname prefix suffix name
17297 # strip PREFIX and SUFFIX off of NAME.
17298 # PREFIX and SUFFIX must not contain globbing or regex special
17299 # characters, hashes, percent signs, but SUFFIX may contain a leading
17300 # dot (in which case that matches only a dot).
17301 func_stripname ()
17302 {
17303 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17304 # positional parameters, so assign one to ordinary parameter first.
17305 func_stripname_result=${3}
17306 func_stripname_result=${func_stripname_result#"${1}"}
17307 func_stripname_result=${func_stripname_result%"${2}"}
17308 }
17309
17310 # func_opt_split
17311 func_opt_split ()
17312 {
17313 func_opt_split_opt=${1%%=*}
17314 func_opt_split_arg=${1#*=}
17315 }
17316
17317 # func_lo2o object
17318 func_lo2o ()
17319 {
17320 case ${1} in
17321 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17322 *) func_lo2o_result=${1} ;;
17323 esac
17324 }
17325
17326 # func_xform libobj-or-source
17327 func_xform ()
17328 {
17329 func_xform_result=${1%.*}.lo
17330 }
17331
17332 # func_arith arithmetic-term...
17333 func_arith ()
17334 {
17335 func_arith_result=$(( $* ))
17336 }
17337
17338 # func_len string
17339 # STRING may not start with a hyphen.
17340 func_len ()
17341 {
17342 func_len_result=${#1}
17343 }
17344
17345 _LT_EOF
17346 ;;
17347 *) # Bourne compatible functions.
17348 cat << \_LT_EOF >> "$cfgfile"
17349
17350 # func_dirname file append nondir_replacement
17351 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17352 # otherwise set result to NONDIR_REPLACEMENT.
17353 func_dirname ()
17354 {
17355 # Extract subdirectory from the argument.
17356 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17357 if test "X$func_dirname_result" = "X${1}"; then
17358 func_dirname_result="${3}"
17359 else
17360 func_dirname_result="$func_dirname_result${2}"
17361 fi
17362 }
17363
17364 # func_basename file
17365 func_basename ()
17366 {
17367 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17368 }
17369
17370
17371 # func_stripname prefix suffix name
17372 # strip PREFIX and SUFFIX off of NAME.
17373 # PREFIX and SUFFIX must not contain globbing or regex special
17374 # characters, hashes, percent signs, but SUFFIX may contain a leading
17375 # dot (in which case that matches only a dot).
17376 # func_strip_suffix prefix name
17377 func_stripname ()
17378 {
17379 case ${2} in
17380 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17381 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17382 esac
17383 }
17384
17385 # sed scripts:
17386 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17387 my_sed_long_arg='1s/^-[^=]*=//'
17388
17389 # func_opt_split
17390 func_opt_split ()
17391 {
17392 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17393 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17394 }
17395
17396 # func_lo2o object
17397 func_lo2o ()
17398 {
17399 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17400 }
17401
17402 # func_xform libobj-or-source
17403 func_xform ()
17404 {
17405 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17406 }
17407
17408 # func_arith arithmetic-term...
17409 func_arith ()
17410 {
17411 func_arith_result=`expr "$@"`
17412 }
17413
17414 # func_len string
17415 # STRING may not start with a hyphen.
17416 func_len ()
17417 {
17418 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17419 }
17420
17421 _LT_EOF
17422 esac
17423
17424 case $lt_shell_append in
17425 yes)
17426 cat << \_LT_EOF >> "$cfgfile"
17427
17428 # func_append var value
17429 # Append VALUE to the end of shell variable VAR.
17430 func_append ()
17431 {
17432 eval "$1+=\$2"
17433 }
17434 _LT_EOF
17435 ;;
17436 *)
17437 cat << \_LT_EOF >> "$cfgfile"
17438
17439 # func_append var value
17440 # Append VALUE to the end of shell variable VAR.
17441 func_append ()
17442 {
17443 eval "$1=\$$1\$2"
17444 }
17445
17446 _LT_EOF
17447 ;;
17448 esac
17449
17450
17451 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17452 || (rm -f "$cfgfile"; exit 1)
17453
17454 mv -f "$cfgfile" "$ofile" ||
17455 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17456 chmod +x "$ofile"
17457
17458 ;;
17459 "default-1":C)
17460 for ac_file in $CONFIG_FILES; do
17461 # Support "outfile[:infile[:infile...]]"
17462 case "$ac_file" in
17463 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17464 esac
17465 # PO directories have a Makefile.in generated from Makefile.in.in.
17466 case "$ac_file" in */Makefile.in)
17467 # Adjust a relative srcdir.
17468 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17469 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17470 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17471 # In autoconf-2.13 it is called $ac_given_srcdir.
17472 # In autoconf-2.50 it is called $srcdir.
17473 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17474 case "$ac_given_srcdir" in
17475 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17476 /*) top_srcdir="$ac_given_srcdir" ;;
17477 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17478 esac
17479 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17480 rm -f "$ac_dir/POTFILES"
17481 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17482 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17483 POMAKEFILEDEPS="POTFILES.in"
17484 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17485 # on $ac_dir but don't depend on user-specified configuration
17486 # parameters.
17487 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17488 # The LINGUAS file contains the set of available languages.
17489 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17490 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17491 fi
17492 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17493 # Hide the ALL_LINGUAS assigment from automake.
17494 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17495 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17496 else
17497 # The set of available languages was given in configure.ac.
17498 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17499 fi
17500 case "$ac_given_srcdir" in
17501 .) srcdirpre= ;;
17502 *) srcdirpre='$(srcdir)/' ;;
17503 esac
17504 POFILES=
17505 GMOFILES=
17506 UPDATEPOFILES=
17507 DUMMYPOFILES=
17508 for lang in $ALL_LINGUAS; do
17509 POFILES="$POFILES $srcdirpre$lang.po"
17510 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17511 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17512 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17513 done
17514 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17515 # environment variable.
17516 INST_LINGUAS=
17517 if test -n "$ALL_LINGUAS"; then
17518 for presentlang in $ALL_LINGUAS; do
17519 useit=no
17520 if test "%UNSET%" != "$LINGUAS"; then
17521 desiredlanguages="$LINGUAS"
17522 else
17523 desiredlanguages="$ALL_LINGUAS"
17524 fi
17525 for desiredlang in $desiredlanguages; do
17526 # Use the presentlang catalog if desiredlang is
17527 # a. equal to presentlang, or
17528 # b. a variant of presentlang (because in this case,
17529 # presentlang can be used as a fallback for messages
17530 # which are not translated in the desiredlang catalog).
17531 case "$desiredlang" in
17532 "$presentlang"*) useit=yes;;
17533 esac
17534 done
17535 if test $useit = yes; then
17536 INST_LINGUAS="$INST_LINGUAS $presentlang"
17537 fi
17538 done
17539 fi
17540 CATALOGS=
17541 if test -n "$INST_LINGUAS"; then
17542 for lang in $INST_LINGUAS; do
17543 CATALOGS="$CATALOGS $lang.gmo"
17544 done
17545 fi
17546 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17547 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"
17548 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17549 if test -f "$f"; then
17550 case "$f" in
17551 *.orig | *.bak | *~) ;;
17552 *) cat "$f" >> "$ac_dir/Makefile" ;;
17553 esac
17554 fi
17555 done
17556 fi
17557 ;;
17558 esac
17559 done ;;
17560 "default":C)
17561 case "$srcdir" in
17562 .) srcdirpre= ;;
17563 *) srcdirpre='$(srcdir)/' ;;
17564 esac
17565 POFILES=
17566 GMOFILES=
17567 for lang in dummy $OBSOLETE_ALL_LINGUAS; do
17568 if test $lang != dummy; then
17569 POFILES="$POFILES $srcdirpre$lang.po"
17570 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17571 fi
17572 done
17573 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
17574 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
17575 -e "s,@POFILES@,$POFILES," \
17576 -e "s,@GMOFILES@,$GMOFILES," \
17577 po/Makefile.in > po/Makefile ;;
17578
17579 esac
17580 done # for ac_tag
17581
17582
17583 as_fn_exit 0
17584 _ACEOF
17585 ac_clean_files=$ac_clean_files_save
17586
17587 test $ac_write_fail = 0 ||
17588 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17589
17590
17591 # configure is writing to config.log, and then calls config.status.
17592 # config.status does its own redirection, appending to config.log.
17593 # Unfortunately, on DOS this fails, as config.log is still kept open
17594 # by configure, so config.status won't be able to write to it; its
17595 # output is simply discarded. So we exec the FD to /dev/null,
17596 # effectively closing config.log, so it can be properly (re)opened and
17597 # appended to by config.status. When coming back to configure, we
17598 # need to make the FD available again.
17599 if test "$no_create" != yes; then
17600 ac_cs_success=:
17601 ac_config_status_args=
17602 test "$silent" = yes &&
17603 ac_config_status_args="$ac_config_status_args --quiet"
17604 exec 5>/dev/null
17605 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17606 exec 5>>config.log
17607 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17608 # would make configure fail if this is the last instruction.
17609 $ac_cs_success || as_fn_exit 1
17610 fi
17611 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17613 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17614 fi
17615
17616
17617
17618 touch config.status.tmp
17619 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
17620 sed '/as_fn_exit 0/i \
17621 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
17622 touch --reference=Makefile Makefile.tmp \
17623 mv Makefile.tmp Makefile \
17624 ' config.status > config.status.tmp
17625 touch --reference=config.status config.status.tmp
17626 mv config.status.tmp config.status
17627 chmod +x config.status
17628 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
17629 touch --reference=Makefile Makefile.tmp
17630 mv Makefile.tmp Makefile
17631 else
17632 rm -f config.status.tmp
17633 fi