binutils 2.38 vs. ppc32 linux kernel
[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 case "$lt_tmp_nm" in
5418 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5419 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5420 esac
5421 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5422 # Check to see if the nm accepts a BSD-compat flag.
5423 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5424 # nm: unknown option "B" ignored
5425 case `"$tmp_nm" -B "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5426 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5427 break
5428 ;;
5429 *)
5430 case `"$tmp_nm" -p "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5431 *$tmp_nm*)
5432 lt_cv_path_NM="$tmp_nm -p"
5433 break
5434 ;;
5435 *)
5436 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5437 continue # so that we can try to find one that supports BSD flags
5438 ;;
5439 esac
5440 ;;
5441 esac
5442 fi
5443 done
5444 IFS="$lt_save_ifs"
5445 done
5446 : ${lt_cv_path_NM=no}
5447 fi
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5449 $as_echo "$lt_cv_path_NM" >&6; }
5450 if test "$lt_cv_path_NM" != "no"; then
5451 NM="$lt_cv_path_NM"
5452 else
5453 # Didn't find any BSD compatible name lister, look for dumpbin.
5454 if test -n "$DUMPBIN"; then :
5455 # Let the user override the test.
5456 else
5457 if test -n "$ac_tool_prefix"; then
5458 for ac_prog in dumpbin "link -dump"
5459 do
5460 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5461 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5463 $as_echo_n "checking for $ac_word... " >&6; }
5464 if ${ac_cv_prog_DUMPBIN+:} false; then :
5465 $as_echo_n "(cached) " >&6
5466 else
5467 if test -n "$DUMPBIN"; then
5468 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5469 else
5470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5471 for as_dir in $PATH
5472 do
5473 IFS=$as_save_IFS
5474 test -z "$as_dir" && as_dir=.
5475 for ac_exec_ext in '' $ac_executable_extensions; do
5476 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5477 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5478 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5479 break 2
5480 fi
5481 done
5482 done
5483 IFS=$as_save_IFS
5484
5485 fi
5486 fi
5487 DUMPBIN=$ac_cv_prog_DUMPBIN
5488 if test -n "$DUMPBIN"; then
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5490 $as_echo "$DUMPBIN" >&6; }
5491 else
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5493 $as_echo "no" >&6; }
5494 fi
5495
5496
5497 test -n "$DUMPBIN" && break
5498 done
5499 fi
5500 if test -z "$DUMPBIN"; then
5501 ac_ct_DUMPBIN=$DUMPBIN
5502 for ac_prog in dumpbin "link -dump"
5503 do
5504 # Extract the first word of "$ac_prog", so it can be a program name with args.
5505 set dummy $ac_prog; ac_word=$2
5506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5507 $as_echo_n "checking for $ac_word... " >&6; }
5508 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5509 $as_echo_n "(cached) " >&6
5510 else
5511 if test -n "$ac_ct_DUMPBIN"; then
5512 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5513 else
5514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5515 for as_dir in $PATH
5516 do
5517 IFS=$as_save_IFS
5518 test -z "$as_dir" && as_dir=.
5519 for ac_exec_ext in '' $ac_executable_extensions; do
5520 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5521 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5523 break 2
5524 fi
5525 done
5526 done
5527 IFS=$as_save_IFS
5528
5529 fi
5530 fi
5531 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5532 if test -n "$ac_ct_DUMPBIN"; then
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5534 $as_echo "$ac_ct_DUMPBIN" >&6; }
5535 else
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5537 $as_echo "no" >&6; }
5538 fi
5539
5540
5541 test -n "$ac_ct_DUMPBIN" && break
5542 done
5543
5544 if test "x$ac_ct_DUMPBIN" = x; then
5545 DUMPBIN=":"
5546 else
5547 case $cross_compiling:$ac_tool_warned in
5548 yes:)
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5550 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5551 ac_tool_warned=yes ;;
5552 esac
5553 DUMPBIN=$ac_ct_DUMPBIN
5554 fi
5555 fi
5556
5557 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5558 *COFF*)
5559 DUMPBIN="$DUMPBIN -symbols"
5560 ;;
5561 *)
5562 DUMPBIN=:
5563 ;;
5564 esac
5565 fi
5566
5567 if test "$DUMPBIN" != ":"; then
5568 NM="$DUMPBIN"
5569 fi
5570 fi
5571 test -z "$NM" && NM=nm
5572
5573
5574
5575
5576
5577
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5579 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5580 if ${lt_cv_nm_interface+:} false; then :
5581 $as_echo_n "(cached) " >&6
5582 else
5583 lt_cv_nm_interface="BSD nm"
5584 echo "int some_variable = 0;" > conftest.$ac_ext
5585 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5586 (eval "$ac_compile" 2>conftest.err)
5587 cat conftest.err >&5
5588 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5589 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5590 cat conftest.err >&5
5591 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5592 cat conftest.out >&5
5593 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5594 lt_cv_nm_interface="MS dumpbin"
5595 fi
5596 rm -f conftest*
5597 fi
5598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5599 $as_echo "$lt_cv_nm_interface" >&6; }
5600
5601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5602 $as_echo_n "checking whether ln -s works... " >&6; }
5603 LN_S=$as_ln_s
5604 if test "$LN_S" = "ln -s"; then
5605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5606 $as_echo "yes" >&6; }
5607 else
5608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5609 $as_echo "no, using $LN_S" >&6; }
5610 fi
5611
5612 # find the maximum length of command line arguments
5613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5614 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5615 if ${lt_cv_sys_max_cmd_len+:} false; then :
5616 $as_echo_n "(cached) " >&6
5617 else
5618 i=0
5619 teststring="ABCD"
5620
5621 case $build_os in
5622 msdosdjgpp*)
5623 # On DJGPP, this test can blow up pretty badly due to problems in libc
5624 # (any single argument exceeding 2000 bytes causes a buffer overrun
5625 # during glob expansion). Even if it were fixed, the result of this
5626 # check would be larger than it should be.
5627 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5628 ;;
5629
5630 gnu*)
5631 # Under GNU Hurd, this test is not required because there is
5632 # no limit to the length of command line arguments.
5633 # Libtool will interpret -1 as no limit whatsoever
5634 lt_cv_sys_max_cmd_len=-1;
5635 ;;
5636
5637 cygwin* | mingw* | cegcc*)
5638 # On Win9x/ME, this test blows up -- it succeeds, but takes
5639 # about 5 minutes as the teststring grows exponentially.
5640 # Worse, since 9x/ME are not pre-emptively multitasking,
5641 # you end up with a "frozen" computer, even though with patience
5642 # the test eventually succeeds (with a max line length of 256k).
5643 # Instead, let's just punt: use the minimum linelength reported by
5644 # all of the supported platforms: 8192 (on NT/2K/XP).
5645 lt_cv_sys_max_cmd_len=8192;
5646 ;;
5647
5648 mint*)
5649 # On MiNT this can take a long time and run out of memory.
5650 lt_cv_sys_max_cmd_len=8192;
5651 ;;
5652
5653 amigaos*)
5654 # On AmigaOS with pdksh, this test takes hours, literally.
5655 # So we just punt and use a minimum line length of 8192.
5656 lt_cv_sys_max_cmd_len=8192;
5657 ;;
5658
5659 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5660 # This has been around since 386BSD, at least. Likely further.
5661 if test -x /sbin/sysctl; then
5662 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5663 elif test -x /usr/sbin/sysctl; then
5664 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5665 else
5666 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5667 fi
5668 # And add a safety zone
5669 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5670 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5671 ;;
5672
5673 interix*)
5674 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5675 lt_cv_sys_max_cmd_len=196608
5676 ;;
5677
5678 osf*)
5679 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5680 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5681 # nice to cause kernel panics so lets avoid the loop below.
5682 # First set a reasonable default.
5683 lt_cv_sys_max_cmd_len=16384
5684 #
5685 if test -x /sbin/sysconfig; then
5686 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5687 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5688 esac
5689 fi
5690 ;;
5691 sco3.2v5*)
5692 lt_cv_sys_max_cmd_len=102400
5693 ;;
5694 sysv5* | sco5v6* | sysv4.2uw2*)
5695 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5696 if test -n "$kargmax"; then
5697 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5698 else
5699 lt_cv_sys_max_cmd_len=32768
5700 fi
5701 ;;
5702 *)
5703 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5704 if test -n "$lt_cv_sys_max_cmd_len"; then
5705 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5706 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5707 else
5708 # Make teststring a little bigger before we do anything with it.
5709 # a 1K string should be a reasonable start.
5710 for i in 1 2 3 4 5 6 7 8 ; do
5711 teststring=$teststring$teststring
5712 done
5713 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5714 # If test is not a shell built-in, we'll probably end up computing a
5715 # maximum length that is only half of the actual maximum length, but
5716 # we can't tell.
5717 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5718 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5719 test $i != 17 # 1/2 MB should be enough
5720 do
5721 i=`expr $i + 1`
5722 teststring=$teststring$teststring
5723 done
5724 # Only check the string length outside the loop.
5725 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5726 teststring=
5727 # Add a significant safety factor because C++ compilers can tack on
5728 # massive amounts of additional arguments before passing them to the
5729 # linker. It appears as though 1/2 is a usable value.
5730 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5731 fi
5732 ;;
5733 esac
5734
5735 fi
5736
5737 if test -n $lt_cv_sys_max_cmd_len ; then
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5739 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5740 else
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5742 $as_echo "none" >&6; }
5743 fi
5744 max_cmd_len=$lt_cv_sys_max_cmd_len
5745
5746
5747
5748
5749
5750
5751 : ${CP="cp -f"}
5752 : ${MV="mv -f"}
5753 : ${RM="rm -f"}
5754
5755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5756 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5757 # Try some XSI features
5758 xsi_shell=no
5759 ( _lt_dummy="a/b/c"
5760 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5761 = c,a/b,, \
5762 && eval 'test $(( 1 + 1 )) -eq 2 \
5763 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5764 && xsi_shell=yes
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5766 $as_echo "$xsi_shell" >&6; }
5767
5768
5769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5770 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5771 lt_shell_append=no
5772 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5773 >/dev/null 2>&1 \
5774 && lt_shell_append=yes
5775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5776 $as_echo "$lt_shell_append" >&6; }
5777
5778
5779 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5780 lt_unset=unset
5781 else
5782 lt_unset=false
5783 fi
5784
5785
5786
5787
5788
5789 # test EBCDIC or ASCII
5790 case `echo X|tr X '\101'` in
5791 A) # ASCII based system
5792 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5793 lt_SP2NL='tr \040 \012'
5794 lt_NL2SP='tr \015\012 \040\040'
5795 ;;
5796 *) # EBCDIC based system
5797 lt_SP2NL='tr \100 \n'
5798 lt_NL2SP='tr \r\n \100\100'
5799 ;;
5800 esac
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5811 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5812 if ${lt_cv_ld_reload_flag+:} false; then :
5813 $as_echo_n "(cached) " >&6
5814 else
5815 lt_cv_ld_reload_flag='-r'
5816 fi
5817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5818 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5819 reload_flag=$lt_cv_ld_reload_flag
5820 case $reload_flag in
5821 "" | " "*) ;;
5822 *) reload_flag=" $reload_flag" ;;
5823 esac
5824 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5825 case $host_os in
5826 darwin*)
5827 if test "$GCC" = yes; then
5828 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5829 else
5830 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5831 fi
5832 ;;
5833 esac
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843 if test -n "$ac_tool_prefix"; then
5844 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5845 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5847 $as_echo_n "checking for $ac_word... " >&6; }
5848 if ${ac_cv_prog_OBJDUMP+:} false; then :
5849 $as_echo_n "(cached) " >&6
5850 else
5851 if test -n "$OBJDUMP"; then
5852 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5853 else
5854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5855 for as_dir in $PATH
5856 do
5857 IFS=$as_save_IFS
5858 test -z "$as_dir" && as_dir=.
5859 for ac_exec_ext in '' $ac_executable_extensions; do
5860 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5861 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5863 break 2
5864 fi
5865 done
5866 done
5867 IFS=$as_save_IFS
5868
5869 fi
5870 fi
5871 OBJDUMP=$ac_cv_prog_OBJDUMP
5872 if test -n "$OBJDUMP"; then
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5874 $as_echo "$OBJDUMP" >&6; }
5875 else
5876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5877 $as_echo "no" >&6; }
5878 fi
5879
5880
5881 fi
5882 if test -z "$ac_cv_prog_OBJDUMP"; then
5883 ac_ct_OBJDUMP=$OBJDUMP
5884 # Extract the first word of "objdump", so it can be a program name with args.
5885 set dummy objdump; ac_word=$2
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5887 $as_echo_n "checking for $ac_word... " >&6; }
5888 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5889 $as_echo_n "(cached) " >&6
5890 else
5891 if test -n "$ac_ct_OBJDUMP"; then
5892 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5893 else
5894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5895 for as_dir in $PATH
5896 do
5897 IFS=$as_save_IFS
5898 test -z "$as_dir" && as_dir=.
5899 for ac_exec_ext in '' $ac_executable_extensions; do
5900 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5901 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5902 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5903 break 2
5904 fi
5905 done
5906 done
5907 IFS=$as_save_IFS
5908
5909 fi
5910 fi
5911 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5912 if test -n "$ac_ct_OBJDUMP"; then
5913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5914 $as_echo "$ac_ct_OBJDUMP" >&6; }
5915 else
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5917 $as_echo "no" >&6; }
5918 fi
5919
5920 if test "x$ac_ct_OBJDUMP" = x; then
5921 OBJDUMP="false"
5922 else
5923 case $cross_compiling:$ac_tool_warned in
5924 yes:)
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5926 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5927 ac_tool_warned=yes ;;
5928 esac
5929 OBJDUMP=$ac_ct_OBJDUMP
5930 fi
5931 else
5932 OBJDUMP="$ac_cv_prog_OBJDUMP"
5933 fi
5934
5935 test -z "$OBJDUMP" && OBJDUMP=objdump
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5946 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5947 if ${lt_cv_deplibs_check_method+:} false; then :
5948 $as_echo_n "(cached) " >&6
5949 else
5950 lt_cv_file_magic_cmd='$MAGIC_CMD'
5951 lt_cv_file_magic_test_file=
5952 lt_cv_deplibs_check_method='unknown'
5953 # Need to set the preceding variable on all platforms that support
5954 # interlibrary dependencies.
5955 # 'none' -- dependencies not supported.
5956 # `unknown' -- same as none, but documents that we really don't know.
5957 # 'pass_all' -- all dependencies passed with no checks.
5958 # 'test_compile' -- check by making test program.
5959 # 'file_magic [[regex]]' -- check by looking for files in library path
5960 # which responds to the $file_magic_cmd with a given extended regex.
5961 # If you have `file' or equivalent on your system and you're not sure
5962 # whether `pass_all' will *always* work, you probably want this one.
5963
5964 case $host_os in
5965 aix[4-9]*)
5966 lt_cv_deplibs_check_method=pass_all
5967 ;;
5968
5969 beos*)
5970 lt_cv_deplibs_check_method=pass_all
5971 ;;
5972
5973 bsdi[45]*)
5974 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5975 lt_cv_file_magic_cmd='/usr/bin/file -L'
5976 lt_cv_file_magic_test_file=/shlib/libc.so
5977 ;;
5978
5979 cygwin*)
5980 # func_win32_libid is a shell function defined in ltmain.sh
5981 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5982 lt_cv_file_magic_cmd='func_win32_libid'
5983 ;;
5984
5985 mingw* | pw32*)
5986 # Base MSYS/MinGW do not provide the 'file' command needed by
5987 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5988 # unless we find 'file', for example because we are cross-compiling.
5989 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5990 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5991 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5992 lt_cv_file_magic_cmd='func_win32_libid'
5993 else
5994 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5995 lt_cv_file_magic_cmd='$OBJDUMP -f'
5996 fi
5997 ;;
5998
5999 cegcc*)
6000 # use the weaker test based on 'objdump'. See mingw*.
6001 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6002 lt_cv_file_magic_cmd='$OBJDUMP -f'
6003 ;;
6004
6005 darwin* | rhapsody*)
6006 lt_cv_deplibs_check_method=pass_all
6007 ;;
6008
6009 freebsd* | dragonfly*)
6010 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6011 case $host_cpu in
6012 i*86 )
6013 # Not sure whether the presence of OpenBSD here was a mistake.
6014 # Let's accept both of them until this is cleared up.
6015 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6016 lt_cv_file_magic_cmd=/usr/bin/file
6017 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6018 ;;
6019 esac
6020 else
6021 lt_cv_deplibs_check_method=pass_all
6022 fi
6023 ;;
6024
6025 gnu*)
6026 lt_cv_deplibs_check_method=pass_all
6027 ;;
6028
6029 haiku*)
6030 lt_cv_deplibs_check_method=pass_all
6031 ;;
6032
6033 hpux10.20* | hpux11*)
6034 lt_cv_file_magic_cmd=/usr/bin/file
6035 case $host_cpu in
6036 ia64*)
6037 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6038 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6039 ;;
6040 hppa*64*)
6041 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]'
6042 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6043 ;;
6044 *)
6045 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6046 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6047 ;;
6048 esac
6049 ;;
6050
6051 interix[3-9]*)
6052 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6053 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6054 ;;
6055
6056 irix5* | irix6* | nonstopux*)
6057 case $LD in
6058 *-32|*"-32 ") libmagic=32-bit;;
6059 *-n32|*"-n32 ") libmagic=N32;;
6060 *-64|*"-64 ") libmagic=64-bit;;
6061 *) libmagic=never-match;;
6062 esac
6063 lt_cv_deplibs_check_method=pass_all
6064 ;;
6065
6066 # This must be Linux ELF.
6067 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6068 lt_cv_deplibs_check_method=pass_all
6069 ;;
6070
6071 netbsd*)
6072 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6073 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6074 else
6075 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6076 fi
6077 ;;
6078
6079 newos6*)
6080 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6081 lt_cv_file_magic_cmd=/usr/bin/file
6082 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6083 ;;
6084
6085 *nto* | *qnx*)
6086 lt_cv_deplibs_check_method=pass_all
6087 ;;
6088
6089 openbsd*)
6090 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6091 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6092 else
6093 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6094 fi
6095 ;;
6096
6097 osf3* | osf4* | osf5*)
6098 lt_cv_deplibs_check_method=pass_all
6099 ;;
6100
6101 rdos*)
6102 lt_cv_deplibs_check_method=pass_all
6103 ;;
6104
6105 solaris*)
6106 lt_cv_deplibs_check_method=pass_all
6107 ;;
6108
6109 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6110 lt_cv_deplibs_check_method=pass_all
6111 ;;
6112
6113 sysv4 | sysv4.3*)
6114 case $host_vendor in
6115 motorola)
6116 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]'
6117 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6118 ;;
6119 ncr)
6120 lt_cv_deplibs_check_method=pass_all
6121 ;;
6122 sequent)
6123 lt_cv_file_magic_cmd='/bin/file'
6124 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6125 ;;
6126 sni)
6127 lt_cv_file_magic_cmd='/bin/file'
6128 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6129 lt_cv_file_magic_test_file=/lib/libc.so
6130 ;;
6131 siemens)
6132 lt_cv_deplibs_check_method=pass_all
6133 ;;
6134 pc)
6135 lt_cv_deplibs_check_method=pass_all
6136 ;;
6137 esac
6138 ;;
6139
6140 tpf*)
6141 lt_cv_deplibs_check_method=pass_all
6142 ;;
6143 esac
6144
6145 fi
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6147 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6148 file_magic_cmd=$lt_cv_file_magic_cmd
6149 deplibs_check_method=$lt_cv_deplibs_check_method
6150 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163 plugin_option=
6164 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6165 for plugin in $plugin_names; do
6166 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6167 if test x$plugin_so = x$plugin; then
6168 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6169 fi
6170 if test x$plugin_so != x$plugin; then
6171 plugin_option="--plugin $plugin_so"
6172 break
6173 fi
6174 done
6175
6176 if test -n "$ac_tool_prefix"; then
6177 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6178 set dummy ${ac_tool_prefix}ar; ac_word=$2
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6180 $as_echo_n "checking for $ac_word... " >&6; }
6181 if ${ac_cv_prog_AR+:} false; then :
6182 $as_echo_n "(cached) " >&6
6183 else
6184 if test -n "$AR"; then
6185 ac_cv_prog_AR="$AR" # Let the user override the test.
6186 else
6187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6188 for as_dir in $PATH
6189 do
6190 IFS=$as_save_IFS
6191 test -z "$as_dir" && as_dir=.
6192 for ac_exec_ext in '' $ac_executable_extensions; do
6193 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6194 ac_cv_prog_AR="${ac_tool_prefix}ar"
6195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6196 break 2
6197 fi
6198 done
6199 done
6200 IFS=$as_save_IFS
6201
6202 fi
6203 fi
6204 AR=$ac_cv_prog_AR
6205 if test -n "$AR"; then
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6207 $as_echo "$AR" >&6; }
6208 else
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6210 $as_echo "no" >&6; }
6211 fi
6212
6213
6214 fi
6215 if test -z "$ac_cv_prog_AR"; then
6216 ac_ct_AR=$AR
6217 # Extract the first word of "ar", so it can be a program name with args.
6218 set dummy ar; ac_word=$2
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6220 $as_echo_n "checking for $ac_word... " >&6; }
6221 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6222 $as_echo_n "(cached) " >&6
6223 else
6224 if test -n "$ac_ct_AR"; then
6225 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6226 else
6227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6228 for as_dir in $PATH
6229 do
6230 IFS=$as_save_IFS
6231 test -z "$as_dir" && as_dir=.
6232 for ac_exec_ext in '' $ac_executable_extensions; do
6233 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6234 ac_cv_prog_ac_ct_AR="ar"
6235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6236 break 2
6237 fi
6238 done
6239 done
6240 IFS=$as_save_IFS
6241
6242 fi
6243 fi
6244 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6245 if test -n "$ac_ct_AR"; then
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6247 $as_echo "$ac_ct_AR" >&6; }
6248 else
6249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6250 $as_echo "no" >&6; }
6251 fi
6252
6253 if test "x$ac_ct_AR" = x; then
6254 AR="false"
6255 else
6256 case $cross_compiling:$ac_tool_warned in
6257 yes:)
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6259 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6260 ac_tool_warned=yes ;;
6261 esac
6262 AR=$ac_ct_AR
6263 fi
6264 else
6265 AR="$ac_cv_prog_AR"
6266 fi
6267
6268 test -z "$AR" && AR=ar
6269 if test -n "$plugin_option"; then
6270 if $AR --help 2>&1 | grep -q "\--plugin"; then
6271 touch conftest.c
6272 $AR $plugin_option rc conftest.a conftest.c
6273 if test "$?" != 0; then
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6275 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6276 else
6277 AR="$AR $plugin_option"
6278 fi
6279 rm -f conftest.*
6280 fi
6281 fi
6282 test -z "$AR_FLAGS" && AR_FLAGS=cru
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294 if test -n "$ac_tool_prefix"; then
6295 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6296 set dummy ${ac_tool_prefix}strip; ac_word=$2
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6298 $as_echo_n "checking for $ac_word... " >&6; }
6299 if ${ac_cv_prog_STRIP+:} false; then :
6300 $as_echo_n "(cached) " >&6
6301 else
6302 if test -n "$STRIP"; then
6303 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6304 else
6305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6306 for as_dir in $PATH
6307 do
6308 IFS=$as_save_IFS
6309 test -z "$as_dir" && as_dir=.
6310 for ac_exec_ext in '' $ac_executable_extensions; do
6311 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6312 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6313 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6314 break 2
6315 fi
6316 done
6317 done
6318 IFS=$as_save_IFS
6319
6320 fi
6321 fi
6322 STRIP=$ac_cv_prog_STRIP
6323 if test -n "$STRIP"; then
6324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6325 $as_echo "$STRIP" >&6; }
6326 else
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6328 $as_echo "no" >&6; }
6329 fi
6330
6331
6332 fi
6333 if test -z "$ac_cv_prog_STRIP"; then
6334 ac_ct_STRIP=$STRIP
6335 # Extract the first word of "strip", so it can be a program name with args.
6336 set dummy strip; ac_word=$2
6337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6338 $as_echo_n "checking for $ac_word... " >&6; }
6339 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6340 $as_echo_n "(cached) " >&6
6341 else
6342 if test -n "$ac_ct_STRIP"; then
6343 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6344 else
6345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6346 for as_dir in $PATH
6347 do
6348 IFS=$as_save_IFS
6349 test -z "$as_dir" && as_dir=.
6350 for ac_exec_ext in '' $ac_executable_extensions; do
6351 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6352 ac_cv_prog_ac_ct_STRIP="strip"
6353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6354 break 2
6355 fi
6356 done
6357 done
6358 IFS=$as_save_IFS
6359
6360 fi
6361 fi
6362 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6363 if test -n "$ac_ct_STRIP"; then
6364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6365 $as_echo "$ac_ct_STRIP" >&6; }
6366 else
6367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6368 $as_echo "no" >&6; }
6369 fi
6370
6371 if test "x$ac_ct_STRIP" = x; then
6372 STRIP=":"
6373 else
6374 case $cross_compiling:$ac_tool_warned in
6375 yes:)
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6377 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6378 ac_tool_warned=yes ;;
6379 esac
6380 STRIP=$ac_ct_STRIP
6381 fi
6382 else
6383 STRIP="$ac_cv_prog_STRIP"
6384 fi
6385
6386 test -z "$STRIP" && STRIP=:
6387
6388
6389
6390
6391
6392
6393 if test -n "$ac_tool_prefix"; then
6394 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6395 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6397 $as_echo_n "checking for $ac_word... " >&6; }
6398 if ${ac_cv_prog_RANLIB+:} false; then :
6399 $as_echo_n "(cached) " >&6
6400 else
6401 if test -n "$RANLIB"; then
6402 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6403 else
6404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6405 for as_dir in $PATH
6406 do
6407 IFS=$as_save_IFS
6408 test -z "$as_dir" && as_dir=.
6409 for ac_exec_ext in '' $ac_executable_extensions; do
6410 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6411 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6413 break 2
6414 fi
6415 done
6416 done
6417 IFS=$as_save_IFS
6418
6419 fi
6420 fi
6421 RANLIB=$ac_cv_prog_RANLIB
6422 if test -n "$RANLIB"; then
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6424 $as_echo "$RANLIB" >&6; }
6425 else
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6427 $as_echo "no" >&6; }
6428 fi
6429
6430
6431 fi
6432 if test -z "$ac_cv_prog_RANLIB"; then
6433 ac_ct_RANLIB=$RANLIB
6434 # Extract the first word of "ranlib", so it can be a program name with args.
6435 set dummy ranlib; ac_word=$2
6436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6437 $as_echo_n "checking for $ac_word... " >&6; }
6438 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6439 $as_echo_n "(cached) " >&6
6440 else
6441 if test -n "$ac_ct_RANLIB"; then
6442 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6443 else
6444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6445 for as_dir in $PATH
6446 do
6447 IFS=$as_save_IFS
6448 test -z "$as_dir" && as_dir=.
6449 for ac_exec_ext in '' $ac_executable_extensions; do
6450 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6451 ac_cv_prog_ac_ct_RANLIB="ranlib"
6452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6453 break 2
6454 fi
6455 done
6456 done
6457 IFS=$as_save_IFS
6458
6459 fi
6460 fi
6461 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6462 if test -n "$ac_ct_RANLIB"; then
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6464 $as_echo "$ac_ct_RANLIB" >&6; }
6465 else
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6467 $as_echo "no" >&6; }
6468 fi
6469
6470 if test "x$ac_ct_RANLIB" = x; then
6471 RANLIB=":"
6472 else
6473 case $cross_compiling:$ac_tool_warned in
6474 yes:)
6475 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6476 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6477 ac_tool_warned=yes ;;
6478 esac
6479 RANLIB=$ac_ct_RANLIB
6480 fi
6481 else
6482 RANLIB="$ac_cv_prog_RANLIB"
6483 fi
6484
6485 test -z "$RANLIB" && RANLIB=:
6486 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6487 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6488 RANLIB="$RANLIB $plugin_option"
6489 fi
6490 fi
6491
6492
6493
6494
6495
6496
6497 # Determine commands to create old-style static archives.
6498 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6499 old_postinstall_cmds='chmod 644 $oldlib'
6500 old_postuninstall_cmds=
6501
6502 if test -n "$RANLIB"; then
6503 case $host_os in
6504 openbsd*)
6505 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6506 ;;
6507 *)
6508 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6509 ;;
6510 esac
6511 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6512 fi
6513
6514 case $host_os in
6515 darwin*)
6516 lock_old_archive_extraction=yes ;;
6517 *)
6518 lock_old_archive_extraction=no ;;
6519 esac
6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
6536
6537
6538
6539
6540
6541
6542
6543
6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555
6556
6557
6558
6559 # If no C compiler was specified, use CC.
6560 LTCC=${LTCC-"$CC"}
6561
6562 # If no C compiler flags were specified, use CFLAGS.
6563 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6564
6565 # Allow CC to be a program name with arguments.
6566 compiler=$CC
6567
6568
6569 # Check for command to grab the raw symbol name followed by C symbol from nm.
6570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6571 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6572 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6573 $as_echo_n "(cached) " >&6
6574 else
6575
6576 # These are sane defaults that work on at least a few old systems.
6577 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6578
6579 # Character class describing NM global symbol codes.
6580 symcode='[BCDEGRST]'
6581
6582 # Regexp to match symbols that can be accessed directly from C.
6583 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6584
6585 # Define system-specific variables.
6586 case $host_os in
6587 aix*)
6588 symcode='[BCDT]'
6589 ;;
6590 cygwin* | mingw* | pw32* | cegcc*)
6591 symcode='[ABCDGISTW]'
6592 ;;
6593 hpux*)
6594 if test "$host_cpu" = ia64; then
6595 symcode='[ABCDEGRST]'
6596 fi
6597 ;;
6598 irix* | nonstopux*)
6599 symcode='[BCDEGRST]'
6600 ;;
6601 osf*)
6602 symcode='[BCDEGQRST]'
6603 ;;
6604 solaris*)
6605 symcode='[BCDRT]'
6606 ;;
6607 sco3.2v5*)
6608 symcode='[DT]'
6609 ;;
6610 sysv4.2uw2*)
6611 symcode='[DT]'
6612 ;;
6613 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6614 symcode='[ABDT]'
6615 ;;
6616 sysv4)
6617 symcode='[DFNSTU]'
6618 ;;
6619 esac
6620
6621 # If we're using GNU nm, then use its standard symbol codes.
6622 case `$NM -V 2>&1` in
6623 *GNU* | *'with BFD'*)
6624 symcode='[ABCDGIRSTW]' ;;
6625 esac
6626
6627 # Transform an extracted symbol line into a proper C declaration.
6628 # Some systems (esp. on ia64) link data and code symbols differently,
6629 # so use this general approach.
6630 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6631
6632 # Transform an extracted symbol line into symbol name and symbol address
6633 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6634 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'"
6635
6636 # Handle CRLF in mingw tool chain
6637 opt_cr=
6638 case $build_os in
6639 mingw*)
6640 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6641 ;;
6642 esac
6643
6644 # Try without a prefix underscore, then with it.
6645 for ac_symprfx in "" "_"; do
6646
6647 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6648 symxfrm="\\1 $ac_symprfx\\2 \\2"
6649
6650 # Write the raw and C identifiers.
6651 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6652 # Fake it for dumpbin and say T for any non-static function
6653 # and D for any global variable.
6654 # Also find C++ and __fastcall symbols from MSVC++,
6655 # which start with @ or ?.
6656 lt_cv_sys_global_symbol_pipe="$AWK '"\
6657 " {last_section=section; section=\$ 3};"\
6658 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6659 " \$ 0!~/External *\|/{next};"\
6660 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6661 " {if(hide[section]) next};"\
6662 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6663 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6664 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6665 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6666 " ' prfx=^$ac_symprfx"
6667 else
6668 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6669 fi
6670
6671 # Check to see that the pipe works correctly.
6672 pipe_works=no
6673
6674 rm -f conftest*
6675 cat > conftest.$ac_ext <<_LT_EOF
6676 #ifdef __cplusplus
6677 extern "C" {
6678 #endif
6679 char nm_test_var;
6680 void nm_test_func(void);
6681 void nm_test_func(void){}
6682 #ifdef __cplusplus
6683 }
6684 #endif
6685 int main(){nm_test_var='a';nm_test_func();return(0);}
6686 _LT_EOF
6687
6688 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6689 (eval $ac_compile) 2>&5
6690 ac_status=$?
6691 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6692 test $ac_status = 0; }; then
6693 # Now try to grab the symbols.
6694 nlist=conftest.nm
6695 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6696 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6697 ac_status=$?
6698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6699 test $ac_status = 0; } && test -s "$nlist"; then
6700 # Try sorting and uniquifying the output.
6701 if sort "$nlist" | uniq > "$nlist"T; then
6702 mv -f "$nlist"T "$nlist"
6703 else
6704 rm -f "$nlist"T
6705 fi
6706
6707 # Make sure that we snagged all the symbols we need.
6708 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6709 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6710 cat <<_LT_EOF > conftest.$ac_ext
6711 #ifdef __cplusplus
6712 extern "C" {
6713 #endif
6714
6715 _LT_EOF
6716 # Now generate the symbol file.
6717 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6718
6719 cat <<_LT_EOF >> conftest.$ac_ext
6720
6721 /* The mapping between symbol names and symbols. */
6722 const struct {
6723 const char *name;
6724 void *address;
6725 }
6726 lt__PROGRAM__LTX_preloaded_symbols[] =
6727 {
6728 { "@PROGRAM@", (void *) 0 },
6729 _LT_EOF
6730 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6731 cat <<\_LT_EOF >> conftest.$ac_ext
6732 {0, (void *) 0}
6733 };
6734
6735 /* This works around a problem in FreeBSD linker */
6736 #ifdef FREEBSD_WORKAROUND
6737 static const void *lt_preloaded_setup() {
6738 return lt__PROGRAM__LTX_preloaded_symbols;
6739 }
6740 #endif
6741
6742 #ifdef __cplusplus
6743 }
6744 #endif
6745 _LT_EOF
6746 # Now try linking the two files.
6747 mv conftest.$ac_objext conftstm.$ac_objext
6748 lt_save_LIBS="$LIBS"
6749 lt_save_CFLAGS="$CFLAGS"
6750 LIBS="conftstm.$ac_objext"
6751 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6752 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6753 (eval $ac_link) 2>&5
6754 ac_status=$?
6755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6756 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6757 pipe_works=yes
6758 fi
6759 LIBS="$lt_save_LIBS"
6760 CFLAGS="$lt_save_CFLAGS"
6761 else
6762 echo "cannot find nm_test_func in $nlist" >&5
6763 fi
6764 else
6765 echo "cannot find nm_test_var in $nlist" >&5
6766 fi
6767 else
6768 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6769 fi
6770 else
6771 echo "$progname: failed program was:" >&5
6772 cat conftest.$ac_ext >&5
6773 fi
6774 rm -rf conftest* conftst*
6775
6776 # Do not use the global_symbol_pipe unless it works.
6777 if test "$pipe_works" = yes; then
6778 break
6779 else
6780 lt_cv_sys_global_symbol_pipe=
6781 fi
6782 done
6783
6784 fi
6785
6786 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6787 lt_cv_sys_global_symbol_to_cdecl=
6788 fi
6789 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6791 $as_echo "failed" >&6; }
6792 else
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6794 $as_echo "ok" >&6; }
6795 fi
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
6817
6818 # Check whether --enable-libtool-lock was given.
6819 if test "${enable_libtool_lock+set}" = set; then :
6820 enableval=$enable_libtool_lock;
6821 fi
6822
6823 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6824
6825 # Some flags need to be propagated to the compiler or linker for good
6826 # libtool support.
6827 case $host in
6828 ia64-*-hpux*)
6829 # Find out which ABI we are using.
6830 echo 'int i;' > conftest.$ac_ext
6831 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6832 (eval $ac_compile) 2>&5
6833 ac_status=$?
6834 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6835 test $ac_status = 0; }; then
6836 case `/usr/bin/file conftest.$ac_objext` in
6837 *ELF-32*)
6838 HPUX_IA64_MODE="32"
6839 ;;
6840 *ELF-64*)
6841 HPUX_IA64_MODE="64"
6842 ;;
6843 esac
6844 fi
6845 rm -rf conftest*
6846 ;;
6847 *-*-irix6*)
6848 # Find out which ABI we are using.
6849 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6850 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6851 (eval $ac_compile) 2>&5
6852 ac_status=$?
6853 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6854 test $ac_status = 0; }; then
6855 if test "$lt_cv_prog_gnu_ld" = yes; then
6856 case `/usr/bin/file conftest.$ac_objext` in
6857 *32-bit*)
6858 LD="${LD-ld} -melf32bsmip"
6859 ;;
6860 *N32*)
6861 LD="${LD-ld} -melf32bmipn32"
6862 ;;
6863 *64-bit*)
6864 LD="${LD-ld} -melf64bmip"
6865 ;;
6866 esac
6867 else
6868 case `/usr/bin/file conftest.$ac_objext` in
6869 *32-bit*)
6870 LD="${LD-ld} -32"
6871 ;;
6872 *N32*)
6873 LD="${LD-ld} -n32"
6874 ;;
6875 *64-bit*)
6876 LD="${LD-ld} -64"
6877 ;;
6878 esac
6879 fi
6880 fi
6881 rm -rf conftest*
6882 ;;
6883
6884 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6885 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6886 # Find out which ABI we are using.
6887 echo 'int i;' > conftest.$ac_ext
6888 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6889 (eval $ac_compile) 2>&5
6890 ac_status=$?
6891 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6892 test $ac_status = 0; }; then
6893 case `/usr/bin/file conftest.o` in
6894 *32-bit*)
6895 case $host in
6896 x86_64-*kfreebsd*-gnu)
6897 LD="${LD-ld} -m elf_i386_fbsd"
6898 ;;
6899 x86_64-*linux*)
6900 case `/usr/bin/file conftest.o` in
6901 *x86-64*)
6902 LD="${LD-ld} -m elf32_x86_64"
6903 ;;
6904 *)
6905 LD="${LD-ld} -m elf_i386"
6906 ;;
6907 esac
6908 ;;
6909 powerpc64le-*linux*)
6910 LD="${LD-ld} -m elf32lppclinux"
6911 ;;
6912 powerpc64-*linux*)
6913 LD="${LD-ld} -m elf32ppclinux"
6914 ;;
6915 s390x-*linux*)
6916 LD="${LD-ld} -m elf_s390"
6917 ;;
6918 sparc64-*linux*)
6919 LD="${LD-ld} -m elf32_sparc"
6920 ;;
6921 esac
6922 ;;
6923 *64-bit*)
6924 case $host in
6925 x86_64-*kfreebsd*-gnu)
6926 LD="${LD-ld} -m elf_x86_64_fbsd"
6927 ;;
6928 x86_64-*linux*)
6929 LD="${LD-ld} -m elf_x86_64"
6930 ;;
6931 powerpcle-*linux*)
6932 LD="${LD-ld} -m elf64lppc"
6933 ;;
6934 powerpc-*linux*)
6935 LD="${LD-ld} -m elf64ppc"
6936 ;;
6937 s390*-*linux*|s390*-*tpf*)
6938 LD="${LD-ld} -m elf64_s390"
6939 ;;
6940 sparc*-*linux*)
6941 LD="${LD-ld} -m elf64_sparc"
6942 ;;
6943 esac
6944 ;;
6945 esac
6946 fi
6947 rm -rf conftest*
6948 ;;
6949
6950 *-*-sco3.2v5*)
6951 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6952 SAVE_CFLAGS="$CFLAGS"
6953 CFLAGS="$CFLAGS -belf"
6954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6955 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6956 if ${lt_cv_cc_needs_belf+:} false; then :
6957 $as_echo_n "(cached) " >&6
6958 else
6959 ac_ext=c
6960 ac_cpp='$CPP $CPPFLAGS'
6961 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6962 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6963 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6964
6965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6966 /* end confdefs.h. */
6967
6968 int
6969 main ()
6970 {
6971
6972 ;
6973 return 0;
6974 }
6975 _ACEOF
6976 if ac_fn_c_try_link "$LINENO"; then :
6977 lt_cv_cc_needs_belf=yes
6978 else
6979 lt_cv_cc_needs_belf=no
6980 fi
6981 rm -f core conftest.err conftest.$ac_objext \
6982 conftest$ac_exeext conftest.$ac_ext
6983 ac_ext=c
6984 ac_cpp='$CPP $CPPFLAGS'
6985 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6986 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6987 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6988
6989 fi
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6991 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6992 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6993 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6994 CFLAGS="$SAVE_CFLAGS"
6995 fi
6996 ;;
6997 sparc*-*solaris*)
6998 # Find out which ABI we are using.
6999 echo 'int i;' > conftest.$ac_ext
7000 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7001 (eval $ac_compile) 2>&5
7002 ac_status=$?
7003 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7004 test $ac_status = 0; }; then
7005 case `/usr/bin/file conftest.o` in
7006 *64-bit*)
7007 case $lt_cv_prog_gnu_ld in
7008 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7009 *)
7010 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7011 LD="${LD-ld} -64"
7012 fi
7013 ;;
7014 esac
7015 ;;
7016 esac
7017 fi
7018 rm -rf conftest*
7019 ;;
7020 esac
7021
7022 need_locks="$enable_libtool_lock"
7023
7024
7025 case $host_os in
7026 rhapsody* | darwin*)
7027 if test -n "$ac_tool_prefix"; then
7028 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7029 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7031 $as_echo_n "checking for $ac_word... " >&6; }
7032 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7033 $as_echo_n "(cached) " >&6
7034 else
7035 if test -n "$DSYMUTIL"; then
7036 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7037 else
7038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7039 for as_dir in $PATH
7040 do
7041 IFS=$as_save_IFS
7042 test -z "$as_dir" && as_dir=.
7043 for ac_exec_ext in '' $ac_executable_extensions; do
7044 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7045 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7047 break 2
7048 fi
7049 done
7050 done
7051 IFS=$as_save_IFS
7052
7053 fi
7054 fi
7055 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7056 if test -n "$DSYMUTIL"; then
7057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7058 $as_echo "$DSYMUTIL" >&6; }
7059 else
7060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7061 $as_echo "no" >&6; }
7062 fi
7063
7064
7065 fi
7066 if test -z "$ac_cv_prog_DSYMUTIL"; then
7067 ac_ct_DSYMUTIL=$DSYMUTIL
7068 # Extract the first word of "dsymutil", so it can be a program name with args.
7069 set dummy dsymutil; ac_word=$2
7070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7071 $as_echo_n "checking for $ac_word... " >&6; }
7072 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7073 $as_echo_n "(cached) " >&6
7074 else
7075 if test -n "$ac_ct_DSYMUTIL"; then
7076 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7077 else
7078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7079 for as_dir in $PATH
7080 do
7081 IFS=$as_save_IFS
7082 test -z "$as_dir" && as_dir=.
7083 for ac_exec_ext in '' $ac_executable_extensions; do
7084 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7085 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7087 break 2
7088 fi
7089 done
7090 done
7091 IFS=$as_save_IFS
7092
7093 fi
7094 fi
7095 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7096 if test -n "$ac_ct_DSYMUTIL"; then
7097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7098 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7099 else
7100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7101 $as_echo "no" >&6; }
7102 fi
7103
7104 if test "x$ac_ct_DSYMUTIL" = x; then
7105 DSYMUTIL=":"
7106 else
7107 case $cross_compiling:$ac_tool_warned in
7108 yes:)
7109 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7110 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7111 ac_tool_warned=yes ;;
7112 esac
7113 DSYMUTIL=$ac_ct_DSYMUTIL
7114 fi
7115 else
7116 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7117 fi
7118
7119 if test -n "$ac_tool_prefix"; then
7120 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7121 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7123 $as_echo_n "checking for $ac_word... " >&6; }
7124 if ${ac_cv_prog_NMEDIT+:} false; then :
7125 $as_echo_n "(cached) " >&6
7126 else
7127 if test -n "$NMEDIT"; then
7128 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7129 else
7130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7131 for as_dir in $PATH
7132 do
7133 IFS=$as_save_IFS
7134 test -z "$as_dir" && as_dir=.
7135 for ac_exec_ext in '' $ac_executable_extensions; do
7136 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7137 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7139 break 2
7140 fi
7141 done
7142 done
7143 IFS=$as_save_IFS
7144
7145 fi
7146 fi
7147 NMEDIT=$ac_cv_prog_NMEDIT
7148 if test -n "$NMEDIT"; then
7149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7150 $as_echo "$NMEDIT" >&6; }
7151 else
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7153 $as_echo "no" >&6; }
7154 fi
7155
7156
7157 fi
7158 if test -z "$ac_cv_prog_NMEDIT"; then
7159 ac_ct_NMEDIT=$NMEDIT
7160 # Extract the first word of "nmedit", so it can be a program name with args.
7161 set dummy nmedit; ac_word=$2
7162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7163 $as_echo_n "checking for $ac_word... " >&6; }
7164 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7165 $as_echo_n "(cached) " >&6
7166 else
7167 if test -n "$ac_ct_NMEDIT"; then
7168 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7169 else
7170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7171 for as_dir in $PATH
7172 do
7173 IFS=$as_save_IFS
7174 test -z "$as_dir" && as_dir=.
7175 for ac_exec_ext in '' $ac_executable_extensions; do
7176 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7177 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7179 break 2
7180 fi
7181 done
7182 done
7183 IFS=$as_save_IFS
7184
7185 fi
7186 fi
7187 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7188 if test -n "$ac_ct_NMEDIT"; then
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7190 $as_echo "$ac_ct_NMEDIT" >&6; }
7191 else
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7193 $as_echo "no" >&6; }
7194 fi
7195
7196 if test "x$ac_ct_NMEDIT" = x; then
7197 NMEDIT=":"
7198 else
7199 case $cross_compiling:$ac_tool_warned in
7200 yes:)
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7202 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7203 ac_tool_warned=yes ;;
7204 esac
7205 NMEDIT=$ac_ct_NMEDIT
7206 fi
7207 else
7208 NMEDIT="$ac_cv_prog_NMEDIT"
7209 fi
7210
7211 if test -n "$ac_tool_prefix"; then
7212 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7213 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7215 $as_echo_n "checking for $ac_word... " >&6; }
7216 if ${ac_cv_prog_LIPO+:} false; then :
7217 $as_echo_n "(cached) " >&6
7218 else
7219 if test -n "$LIPO"; then
7220 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7221 else
7222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7223 for as_dir in $PATH
7224 do
7225 IFS=$as_save_IFS
7226 test -z "$as_dir" && as_dir=.
7227 for ac_exec_ext in '' $ac_executable_extensions; do
7228 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7229 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7231 break 2
7232 fi
7233 done
7234 done
7235 IFS=$as_save_IFS
7236
7237 fi
7238 fi
7239 LIPO=$ac_cv_prog_LIPO
7240 if test -n "$LIPO"; then
7241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7242 $as_echo "$LIPO" >&6; }
7243 else
7244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7245 $as_echo "no" >&6; }
7246 fi
7247
7248
7249 fi
7250 if test -z "$ac_cv_prog_LIPO"; then
7251 ac_ct_LIPO=$LIPO
7252 # Extract the first word of "lipo", so it can be a program name with args.
7253 set dummy lipo; ac_word=$2
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7255 $as_echo_n "checking for $ac_word... " >&6; }
7256 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7257 $as_echo_n "(cached) " >&6
7258 else
7259 if test -n "$ac_ct_LIPO"; then
7260 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7261 else
7262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7263 for as_dir in $PATH
7264 do
7265 IFS=$as_save_IFS
7266 test -z "$as_dir" && as_dir=.
7267 for ac_exec_ext in '' $ac_executable_extensions; do
7268 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7269 ac_cv_prog_ac_ct_LIPO="lipo"
7270 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7271 break 2
7272 fi
7273 done
7274 done
7275 IFS=$as_save_IFS
7276
7277 fi
7278 fi
7279 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7280 if test -n "$ac_ct_LIPO"; then
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7282 $as_echo "$ac_ct_LIPO" >&6; }
7283 else
7284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7285 $as_echo "no" >&6; }
7286 fi
7287
7288 if test "x$ac_ct_LIPO" = x; then
7289 LIPO=":"
7290 else
7291 case $cross_compiling:$ac_tool_warned in
7292 yes:)
7293 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7294 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7295 ac_tool_warned=yes ;;
7296 esac
7297 LIPO=$ac_ct_LIPO
7298 fi
7299 else
7300 LIPO="$ac_cv_prog_LIPO"
7301 fi
7302
7303 if test -n "$ac_tool_prefix"; then
7304 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7305 set dummy ${ac_tool_prefix}otool; ac_word=$2
7306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7307 $as_echo_n "checking for $ac_word... " >&6; }
7308 if ${ac_cv_prog_OTOOL+:} false; then :
7309 $as_echo_n "(cached) " >&6
7310 else
7311 if test -n "$OTOOL"; then
7312 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7313 else
7314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7315 for as_dir in $PATH
7316 do
7317 IFS=$as_save_IFS
7318 test -z "$as_dir" && as_dir=.
7319 for ac_exec_ext in '' $ac_executable_extensions; do
7320 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7321 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7323 break 2
7324 fi
7325 done
7326 done
7327 IFS=$as_save_IFS
7328
7329 fi
7330 fi
7331 OTOOL=$ac_cv_prog_OTOOL
7332 if test -n "$OTOOL"; then
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7334 $as_echo "$OTOOL" >&6; }
7335 else
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7337 $as_echo "no" >&6; }
7338 fi
7339
7340
7341 fi
7342 if test -z "$ac_cv_prog_OTOOL"; then
7343 ac_ct_OTOOL=$OTOOL
7344 # Extract the first word of "otool", so it can be a program name with args.
7345 set dummy otool; ac_word=$2
7346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7347 $as_echo_n "checking for $ac_word... " >&6; }
7348 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7349 $as_echo_n "(cached) " >&6
7350 else
7351 if test -n "$ac_ct_OTOOL"; then
7352 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7353 else
7354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7355 for as_dir in $PATH
7356 do
7357 IFS=$as_save_IFS
7358 test -z "$as_dir" && as_dir=.
7359 for ac_exec_ext in '' $ac_executable_extensions; do
7360 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7361 ac_cv_prog_ac_ct_OTOOL="otool"
7362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7363 break 2
7364 fi
7365 done
7366 done
7367 IFS=$as_save_IFS
7368
7369 fi
7370 fi
7371 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7372 if test -n "$ac_ct_OTOOL"; then
7373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7374 $as_echo "$ac_ct_OTOOL" >&6; }
7375 else
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7377 $as_echo "no" >&6; }
7378 fi
7379
7380 if test "x$ac_ct_OTOOL" = x; then
7381 OTOOL=":"
7382 else
7383 case $cross_compiling:$ac_tool_warned in
7384 yes:)
7385 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7386 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7387 ac_tool_warned=yes ;;
7388 esac
7389 OTOOL=$ac_ct_OTOOL
7390 fi
7391 else
7392 OTOOL="$ac_cv_prog_OTOOL"
7393 fi
7394
7395 if test -n "$ac_tool_prefix"; then
7396 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7397 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7399 $as_echo_n "checking for $ac_word... " >&6; }
7400 if ${ac_cv_prog_OTOOL64+:} false; then :
7401 $as_echo_n "(cached) " >&6
7402 else
7403 if test -n "$OTOOL64"; then
7404 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7405 else
7406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7407 for as_dir in $PATH
7408 do
7409 IFS=$as_save_IFS
7410 test -z "$as_dir" && as_dir=.
7411 for ac_exec_ext in '' $ac_executable_extensions; do
7412 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7413 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7415 break 2
7416 fi
7417 done
7418 done
7419 IFS=$as_save_IFS
7420
7421 fi
7422 fi
7423 OTOOL64=$ac_cv_prog_OTOOL64
7424 if test -n "$OTOOL64"; then
7425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7426 $as_echo "$OTOOL64" >&6; }
7427 else
7428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7429 $as_echo "no" >&6; }
7430 fi
7431
7432
7433 fi
7434 if test -z "$ac_cv_prog_OTOOL64"; then
7435 ac_ct_OTOOL64=$OTOOL64
7436 # Extract the first word of "otool64", so it can be a program name with args.
7437 set dummy otool64; ac_word=$2
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7439 $as_echo_n "checking for $ac_word... " >&6; }
7440 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7441 $as_echo_n "(cached) " >&6
7442 else
7443 if test -n "$ac_ct_OTOOL64"; then
7444 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7445 else
7446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7447 for as_dir in $PATH
7448 do
7449 IFS=$as_save_IFS
7450 test -z "$as_dir" && as_dir=.
7451 for ac_exec_ext in '' $ac_executable_extensions; do
7452 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7453 ac_cv_prog_ac_ct_OTOOL64="otool64"
7454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7455 break 2
7456 fi
7457 done
7458 done
7459 IFS=$as_save_IFS
7460
7461 fi
7462 fi
7463 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7464 if test -n "$ac_ct_OTOOL64"; then
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7466 $as_echo "$ac_ct_OTOOL64" >&6; }
7467 else
7468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7469 $as_echo "no" >&6; }
7470 fi
7471
7472 if test "x$ac_ct_OTOOL64" = x; then
7473 OTOOL64=":"
7474 else
7475 case $cross_compiling:$ac_tool_warned in
7476 yes:)
7477 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7478 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7479 ac_tool_warned=yes ;;
7480 esac
7481 OTOOL64=$ac_ct_OTOOL64
7482 fi
7483 else
7484 OTOOL64="$ac_cv_prog_OTOOL64"
7485 fi
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511
7512
7513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7514 $as_echo_n "checking for -single_module linker flag... " >&6; }
7515 if ${lt_cv_apple_cc_single_mod+:} false; then :
7516 $as_echo_n "(cached) " >&6
7517 else
7518 lt_cv_apple_cc_single_mod=no
7519 if test -z "${LT_MULTI_MODULE}"; then
7520 # By default we will add the -single_module flag. You can override
7521 # by either setting the environment variable LT_MULTI_MODULE
7522 # non-empty at configure time, or by adding -multi_module to the
7523 # link flags.
7524 rm -rf libconftest.dylib*
7525 echo "int foo(void){return 1;}" > conftest.c
7526 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7527 -dynamiclib -Wl,-single_module conftest.c" >&5
7528 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7529 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7530 _lt_result=$?
7531 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7532 lt_cv_apple_cc_single_mod=yes
7533 else
7534 cat conftest.err >&5
7535 fi
7536 rm -rf libconftest.dylib*
7537 rm -f conftest.*
7538 fi
7539 fi
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7541 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7543 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7544 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7545 $as_echo_n "(cached) " >&6
7546 else
7547 lt_cv_ld_exported_symbols_list=no
7548 save_LDFLAGS=$LDFLAGS
7549 echo "_main" > conftest.sym
7550 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7552 /* end confdefs.h. */
7553
7554 int
7555 main ()
7556 {
7557
7558 ;
7559 return 0;
7560 }
7561 _ACEOF
7562 if ac_fn_c_try_link "$LINENO"; then :
7563 lt_cv_ld_exported_symbols_list=yes
7564 else
7565 lt_cv_ld_exported_symbols_list=no
7566 fi
7567 rm -f core conftest.err conftest.$ac_objext \
7568 conftest$ac_exeext conftest.$ac_ext
7569 LDFLAGS="$save_LDFLAGS"
7570
7571 fi
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7573 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7575 $as_echo_n "checking for -force_load linker flag... " >&6; }
7576 if ${lt_cv_ld_force_load+:} false; then :
7577 $as_echo_n "(cached) " >&6
7578 else
7579 lt_cv_ld_force_load=no
7580 cat > conftest.c << _LT_EOF
7581 int forced_loaded() { return 2;}
7582 _LT_EOF
7583 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7584 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7585 echo "$AR cru libconftest.a conftest.o" >&5
7586 $AR cru libconftest.a conftest.o 2>&5
7587 cat > conftest.c << _LT_EOF
7588 int main() { return 0;}
7589 _LT_EOF
7590 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7591 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7592 _lt_result=$?
7593 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7594 lt_cv_ld_force_load=yes
7595 else
7596 cat conftest.err >&5
7597 fi
7598 rm -f conftest.err libconftest.a conftest conftest.c
7599 rm -rf conftest.dSYM
7600
7601 fi
7602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7603 $as_echo "$lt_cv_ld_force_load" >&6; }
7604 case $host_os in
7605 rhapsody* | darwin1.[012])
7606 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7607 darwin1.*)
7608 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7609 darwin*) # darwin 5.x on
7610 # if running on 10.5 or later, the deployment target defaults
7611 # to the OS version, if on x86, and 10.4, the deployment
7612 # target defaults to 10.4. Don't you love it?
7613 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7614 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7615 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7616 10.[012][,.]*)
7617 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7618 10.*)
7619 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7620 esac
7621 ;;
7622 esac
7623 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7624 _lt_dar_single_mod='$single_module'
7625 fi
7626 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7627 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7628 else
7629 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7630 fi
7631 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7632 _lt_dsymutil='~$DSYMUTIL $lib || :'
7633 else
7634 _lt_dsymutil=
7635 fi
7636 ;;
7637 esac
7638
7639 for ac_header in dlfcn.h
7640 do :
7641 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7642 "
7643 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7644 cat >>confdefs.h <<_ACEOF
7645 #define HAVE_DLFCN_H 1
7646 _ACEOF
7647
7648 fi
7649
7650 done
7651
7652
7653
7654
7655
7656 # Set options
7657 enable_dlopen=yes
7658
7659
7660
7661
7662 enable_win32_dll=no
7663
7664
7665
7666 # Check whether --enable-static was given.
7667 if test "${enable_static+set}" = set; then :
7668 enableval=$enable_static; p=${PACKAGE-default}
7669 case $enableval in
7670 yes) enable_static=yes ;;
7671 no) enable_static=no ;;
7672 *)
7673 enable_static=no
7674 # Look at the argument we got. We use all the common list separators.
7675 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7676 for pkg in $enableval; do
7677 IFS="$lt_save_ifs"
7678 if test "X$pkg" = "X$p"; then
7679 enable_static=yes
7680 fi
7681 done
7682 IFS="$lt_save_ifs"
7683 ;;
7684 esac
7685 else
7686 enable_static=yes
7687 fi
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698 # Check whether --with-pic was given.
7699 if test "${with_pic+set}" = set; then :
7700 withval=$with_pic; pic_mode="$withval"
7701 else
7702 pic_mode=default
7703 fi
7704
7705
7706 test -z "$pic_mode" && pic_mode=default
7707
7708
7709
7710
7711
7712
7713
7714 # Check whether --enable-fast-install was given.
7715 if test "${enable_fast_install+set}" = set; then :
7716 enableval=$enable_fast_install; p=${PACKAGE-default}
7717 case $enableval in
7718 yes) enable_fast_install=yes ;;
7719 no) enable_fast_install=no ;;
7720 *)
7721 enable_fast_install=no
7722 # Look at the argument we got. We use all the common list separators.
7723 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7724 for pkg in $enableval; do
7725 IFS="$lt_save_ifs"
7726 if test "X$pkg" = "X$p"; then
7727 enable_fast_install=yes
7728 fi
7729 done
7730 IFS="$lt_save_ifs"
7731 ;;
7732 esac
7733 else
7734 enable_fast_install=yes
7735 fi
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747 # This can be used to rebuild libtool when needed
7748 LIBTOOL_DEPS="$ltmain"
7749
7750 # Always use our own libtool.
7751 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
7778 test -z "$LN_S" && LN_S="ln -s"
7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793 if test -n "${ZSH_VERSION+set}" ; then
7794 setopt NO_GLOB_SUBST
7795 fi
7796
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7798 $as_echo_n "checking for objdir... " >&6; }
7799 if ${lt_cv_objdir+:} false; then :
7800 $as_echo_n "(cached) " >&6
7801 else
7802 rm -f .libs 2>/dev/null
7803 mkdir .libs 2>/dev/null
7804 if test -d .libs; then
7805 lt_cv_objdir=.libs
7806 else
7807 # MS-DOS does not allow filenames that begin with a dot.
7808 lt_cv_objdir=_libs
7809 fi
7810 rmdir .libs 2>/dev/null
7811 fi
7812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7813 $as_echo "$lt_cv_objdir" >&6; }
7814 objdir=$lt_cv_objdir
7815
7816
7817
7818
7819
7820 cat >>confdefs.h <<_ACEOF
7821 #define LT_OBJDIR "$lt_cv_objdir/"
7822 _ACEOF
7823
7824
7825
7826
7827 case $host_os in
7828 aix3*)
7829 # AIX sometimes has problems with the GCC collect2 program. For some
7830 # reason, if we set the COLLECT_NAMES environment variable, the problems
7831 # vanish in a puff of smoke.
7832 if test "X${COLLECT_NAMES+set}" != Xset; then
7833 COLLECT_NAMES=
7834 export COLLECT_NAMES
7835 fi
7836 ;;
7837 esac
7838
7839 # Global variables:
7840 ofile=libtool
7841 can_build_shared=yes
7842
7843 # All known linkers require a `.a' archive for static linking (except MSVC,
7844 # which needs '.lib').
7845 libext=a
7846
7847 with_gnu_ld="$lt_cv_prog_gnu_ld"
7848
7849 old_CC="$CC"
7850 old_CFLAGS="$CFLAGS"
7851
7852 # Set sane defaults for various variables
7853 test -z "$CC" && CC=cc
7854 test -z "$LTCC" && LTCC=$CC
7855 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7856 test -z "$LD" && LD=ld
7857 test -z "$ac_objext" && ac_objext=o
7858
7859 for cc_temp in $compiler""; do
7860 case $cc_temp in
7861 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7862 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7863 \-*) ;;
7864 *) break;;
7865 esac
7866 done
7867 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7868
7869
7870 # Only perform the check for file, if the check method requires it
7871 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7872 case $deplibs_check_method in
7873 file_magic*)
7874 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7876 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7877 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7878 $as_echo_n "(cached) " >&6
7879 else
7880 case $MAGIC_CMD in
7881 [\\/*] | ?:[\\/]*)
7882 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7883 ;;
7884 *)
7885 lt_save_MAGIC_CMD="$MAGIC_CMD"
7886 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7887 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7888 for ac_dir in $ac_dummy; do
7889 IFS="$lt_save_ifs"
7890 test -z "$ac_dir" && ac_dir=.
7891 if test -f $ac_dir/${ac_tool_prefix}file; then
7892 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7893 if test -n "$file_magic_test_file"; then
7894 case $deplibs_check_method in
7895 "file_magic "*)
7896 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7897 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7898 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7899 $EGREP "$file_magic_regex" > /dev/null; then
7900 :
7901 else
7902 cat <<_LT_EOF 1>&2
7903
7904 *** Warning: the command libtool uses to detect shared libraries,
7905 *** $file_magic_cmd, produces output that libtool cannot recognize.
7906 *** The result is that libtool may fail to recognize shared libraries
7907 *** as such. This will affect the creation of libtool libraries that
7908 *** depend on shared libraries, but programs linked with such libtool
7909 *** libraries will work regardless of this problem. Nevertheless, you
7910 *** may want to report the problem to your system manager and/or to
7911 *** bug-libtool@gnu.org
7912
7913 _LT_EOF
7914 fi ;;
7915 esac
7916 fi
7917 break
7918 fi
7919 done
7920 IFS="$lt_save_ifs"
7921 MAGIC_CMD="$lt_save_MAGIC_CMD"
7922 ;;
7923 esac
7924 fi
7925
7926 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7927 if test -n "$MAGIC_CMD"; then
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7929 $as_echo "$MAGIC_CMD" >&6; }
7930 else
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7932 $as_echo "no" >&6; }
7933 fi
7934
7935
7936
7937
7938
7939 if test -z "$lt_cv_path_MAGIC_CMD"; then
7940 if test -n "$ac_tool_prefix"; then
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7942 $as_echo_n "checking for file... " >&6; }
7943 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7944 $as_echo_n "(cached) " >&6
7945 else
7946 case $MAGIC_CMD in
7947 [\\/*] | ?:[\\/]*)
7948 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7949 ;;
7950 *)
7951 lt_save_MAGIC_CMD="$MAGIC_CMD"
7952 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7953 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7954 for ac_dir in $ac_dummy; do
7955 IFS="$lt_save_ifs"
7956 test -z "$ac_dir" && ac_dir=.
7957 if test -f $ac_dir/file; then
7958 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7959 if test -n "$file_magic_test_file"; then
7960 case $deplibs_check_method in
7961 "file_magic "*)
7962 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7963 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7964 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7965 $EGREP "$file_magic_regex" > /dev/null; then
7966 :
7967 else
7968 cat <<_LT_EOF 1>&2
7969
7970 *** Warning: the command libtool uses to detect shared libraries,
7971 *** $file_magic_cmd, produces output that libtool cannot recognize.
7972 *** The result is that libtool may fail to recognize shared libraries
7973 *** as such. This will affect the creation of libtool libraries that
7974 *** depend on shared libraries, but programs linked with such libtool
7975 *** libraries will work regardless of this problem. Nevertheless, you
7976 *** may want to report the problem to your system manager and/or to
7977 *** bug-libtool@gnu.org
7978
7979 _LT_EOF
7980 fi ;;
7981 esac
7982 fi
7983 break
7984 fi
7985 done
7986 IFS="$lt_save_ifs"
7987 MAGIC_CMD="$lt_save_MAGIC_CMD"
7988 ;;
7989 esac
7990 fi
7991
7992 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7993 if test -n "$MAGIC_CMD"; then
7994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7995 $as_echo "$MAGIC_CMD" >&6; }
7996 else
7997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7998 $as_echo "no" >&6; }
7999 fi
8000
8001
8002 else
8003 MAGIC_CMD=:
8004 fi
8005 fi
8006
8007 fi
8008 ;;
8009 esac
8010
8011 # Use C for the default configuration in the libtool script
8012
8013 lt_save_CC="$CC"
8014 ac_ext=c
8015 ac_cpp='$CPP $CPPFLAGS'
8016 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8017 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8018 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8019
8020
8021 # Source file extension for C test sources.
8022 ac_ext=c
8023
8024 # Object file extension for compiled C test sources.
8025 objext=o
8026 objext=$objext
8027
8028 # Code to be used in simple compile tests
8029 lt_simple_compile_test_code="int some_variable = 0;"
8030
8031 # Code to be used in simple link tests
8032 lt_simple_link_test_code='int main(){return(0);}'
8033
8034
8035
8036
8037
8038
8039
8040 # If no C compiler was specified, use CC.
8041 LTCC=${LTCC-"$CC"}
8042
8043 # If no C compiler flags were specified, use CFLAGS.
8044 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8045
8046 # Allow CC to be a program name with arguments.
8047 compiler=$CC
8048
8049 # Save the default compiler, since it gets overwritten when the other
8050 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8051 compiler_DEFAULT=$CC
8052
8053 # save warnings/boilerplate of simple test code
8054 ac_outfile=conftest.$ac_objext
8055 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8056 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8057 _lt_compiler_boilerplate=`cat conftest.err`
8058 $RM conftest*
8059
8060 ac_outfile=conftest.$ac_objext
8061 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8062 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8063 _lt_linker_boilerplate=`cat conftest.err`
8064 $RM -r conftest*
8065
8066
8067 ## CAVEAT EMPTOR:
8068 ## There is no encapsulation within the following macros, do not change
8069 ## the running order or otherwise move them around unless you know exactly
8070 ## what you are doing...
8071 if test -n "$compiler"; then
8072
8073 lt_prog_compiler_no_builtin_flag=
8074
8075 if test "$GCC" = yes; then
8076 case $cc_basename in
8077 nvcc*)
8078 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8079 *)
8080 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8081 esac
8082
8083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8084 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8085 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8086 $as_echo_n "(cached) " >&6
8087 else
8088 lt_cv_prog_compiler_rtti_exceptions=no
8089 ac_outfile=conftest.$ac_objext
8090 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8091 lt_compiler_flag="-fno-rtti -fno-exceptions"
8092 # Insert the option either (1) after the last *FLAGS variable, or
8093 # (2) before a word containing "conftest.", or (3) at the end.
8094 # Note that $ac_compile itself does not contain backslashes and begins
8095 # with a dollar sign (not a hyphen), so the echo should work correctly.
8096 # The option is referenced via a variable to avoid confusing sed.
8097 lt_compile=`echo "$ac_compile" | $SED \
8098 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8099 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8100 -e 's:$: $lt_compiler_flag:'`
8101 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8102 (eval "$lt_compile" 2>conftest.err)
8103 ac_status=$?
8104 cat conftest.err >&5
8105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8106 if (exit $ac_status) && test -s "$ac_outfile"; then
8107 # The compiler can only warn and ignore the option if not recognized
8108 # So say no if there are warnings other than the usual output.
8109 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8110 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8111 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8112 lt_cv_prog_compiler_rtti_exceptions=yes
8113 fi
8114 fi
8115 $RM conftest*
8116
8117 fi
8118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8119 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8120
8121 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8122 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8123 else
8124 :
8125 fi
8126
8127 fi
8128
8129
8130
8131
8132
8133
8134 lt_prog_compiler_wl=
8135 lt_prog_compiler_pic=
8136 lt_prog_compiler_static=
8137
8138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8139 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8140
8141 if test "$GCC" = yes; then
8142 lt_prog_compiler_wl='-Wl,'
8143 lt_prog_compiler_static='-static'
8144
8145 case $host_os in
8146 aix*)
8147 # All AIX code is PIC.
8148 if test "$host_cpu" = ia64; then
8149 # AIX 5 now supports IA64 processor
8150 lt_prog_compiler_static='-Bstatic'
8151 fi
8152 lt_prog_compiler_pic='-fPIC'
8153 ;;
8154
8155 amigaos*)
8156 case $host_cpu in
8157 powerpc)
8158 # see comment about AmigaOS4 .so support
8159 lt_prog_compiler_pic='-fPIC'
8160 ;;
8161 m68k)
8162 # FIXME: we need at least 68020 code to build shared libraries, but
8163 # adding the `-m68020' flag to GCC prevents building anything better,
8164 # like `-m68040'.
8165 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8166 ;;
8167 esac
8168 ;;
8169
8170 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8171 # PIC is the default for these OSes.
8172 ;;
8173
8174 mingw* | cygwin* | pw32* | os2* | cegcc*)
8175 # This hack is so that the source file can tell whether it is being
8176 # built for inclusion in a dll (and should export symbols for example).
8177 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8178 # (--disable-auto-import) libraries
8179 lt_prog_compiler_pic='-DDLL_EXPORT'
8180 ;;
8181
8182 darwin* | rhapsody*)
8183 # PIC is the default on this platform
8184 # Common symbols not allowed in MH_DYLIB files
8185 lt_prog_compiler_pic='-fno-common'
8186 ;;
8187
8188 haiku*)
8189 # PIC is the default for Haiku.
8190 # The "-static" flag exists, but is broken.
8191 lt_prog_compiler_static=
8192 ;;
8193
8194 hpux*)
8195 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8196 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8197 # sets the default TLS model and affects inlining.
8198 case $host_cpu in
8199 hppa*64*)
8200 # +Z the default
8201 ;;
8202 *)
8203 lt_prog_compiler_pic='-fPIC'
8204 ;;
8205 esac
8206 ;;
8207
8208 interix[3-9]*)
8209 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8210 # Instead, we relocate shared libraries at runtime.
8211 ;;
8212
8213 msdosdjgpp*)
8214 # Just because we use GCC doesn't mean we suddenly get shared libraries
8215 # on systems that don't support them.
8216 lt_prog_compiler_can_build_shared=no
8217 enable_shared=no
8218 ;;
8219
8220 *nto* | *qnx*)
8221 # QNX uses GNU C++, but need to define -shared option too, otherwise
8222 # it will coredump.
8223 lt_prog_compiler_pic='-fPIC -shared'
8224 ;;
8225
8226 sysv4*MP*)
8227 if test -d /usr/nec; then
8228 lt_prog_compiler_pic=-Kconform_pic
8229 fi
8230 ;;
8231
8232 *)
8233 lt_prog_compiler_pic='-fPIC'
8234 ;;
8235 esac
8236
8237 case $cc_basename in
8238 nvcc*) # Cuda Compiler Driver 2.2
8239 lt_prog_compiler_wl='-Xlinker '
8240 lt_prog_compiler_pic='-Xcompiler -fPIC'
8241 ;;
8242 esac
8243 else
8244 # PORTME Check for flag to pass linker flags through the system compiler.
8245 case $host_os in
8246 aix*)
8247 lt_prog_compiler_wl='-Wl,'
8248 if test "$host_cpu" = ia64; then
8249 # AIX 5 now supports IA64 processor
8250 lt_prog_compiler_static='-Bstatic'
8251 else
8252 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8253 fi
8254 ;;
8255
8256 mingw* | cygwin* | pw32* | os2* | cegcc*)
8257 # This hack is so that the source file can tell whether it is being
8258 # built for inclusion in a dll (and should export symbols for example).
8259 lt_prog_compiler_pic='-DDLL_EXPORT'
8260 ;;
8261
8262 hpux9* | hpux10* | hpux11*)
8263 lt_prog_compiler_wl='-Wl,'
8264 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8265 # not for PA HP-UX.
8266 case $host_cpu in
8267 hppa*64*|ia64*)
8268 # +Z the default
8269 ;;
8270 *)
8271 lt_prog_compiler_pic='+Z'
8272 ;;
8273 esac
8274 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8275 lt_prog_compiler_static='${wl}-a ${wl}archive'
8276 ;;
8277
8278 irix5* | irix6* | nonstopux*)
8279 lt_prog_compiler_wl='-Wl,'
8280 # PIC (with -KPIC) is the default.
8281 lt_prog_compiler_static='-non_shared'
8282 ;;
8283
8284 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8285 case $cc_basename in
8286 # old Intel for x86_64 which still supported -KPIC.
8287 ecc*)
8288 lt_prog_compiler_wl='-Wl,'
8289 lt_prog_compiler_pic='-KPIC'
8290 lt_prog_compiler_static='-static'
8291 ;;
8292 # icc used to be incompatible with GCC.
8293 # ICC 10 doesn't accept -KPIC any more.
8294 icc* | ifort*)
8295 lt_prog_compiler_wl='-Wl,'
8296 lt_prog_compiler_pic='-fPIC'
8297 lt_prog_compiler_static='-static'
8298 ;;
8299 # Lahey Fortran 8.1.
8300 lf95*)
8301 lt_prog_compiler_wl='-Wl,'
8302 lt_prog_compiler_pic='--shared'
8303 lt_prog_compiler_static='--static'
8304 ;;
8305 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8306 # Portland Group compilers (*not* the Pentium gcc compiler,
8307 # which looks to be a dead project)
8308 lt_prog_compiler_wl='-Wl,'
8309 lt_prog_compiler_pic='-fpic'
8310 lt_prog_compiler_static='-Bstatic'
8311 ;;
8312 ccc*)
8313 lt_prog_compiler_wl='-Wl,'
8314 # All Alpha code is PIC.
8315 lt_prog_compiler_static='-non_shared'
8316 ;;
8317 xl* | bgxl* | bgf* | mpixl*)
8318 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8319 lt_prog_compiler_wl='-Wl,'
8320 lt_prog_compiler_pic='-qpic'
8321 lt_prog_compiler_static='-qstaticlink'
8322 ;;
8323 *)
8324 case `$CC -V 2>&1 | sed 5q` in
8325 *Sun\ F* | *Sun*Fortran*)
8326 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8327 lt_prog_compiler_pic='-KPIC'
8328 lt_prog_compiler_static='-Bstatic'
8329 lt_prog_compiler_wl=''
8330 ;;
8331 *Sun\ C*)
8332 # Sun C 5.9
8333 lt_prog_compiler_pic='-KPIC'
8334 lt_prog_compiler_static='-Bstatic'
8335 lt_prog_compiler_wl='-Wl,'
8336 ;;
8337 esac
8338 ;;
8339 esac
8340 ;;
8341
8342 newsos6)
8343 lt_prog_compiler_pic='-KPIC'
8344 lt_prog_compiler_static='-Bstatic'
8345 ;;
8346
8347 *nto* | *qnx*)
8348 # QNX uses GNU C++, but need to define -shared option too, otherwise
8349 # it will coredump.
8350 lt_prog_compiler_pic='-fPIC -shared'
8351 ;;
8352
8353 osf3* | osf4* | osf5*)
8354 lt_prog_compiler_wl='-Wl,'
8355 # All OSF/1 code is PIC.
8356 lt_prog_compiler_static='-non_shared'
8357 ;;
8358
8359 rdos*)
8360 lt_prog_compiler_static='-non_shared'
8361 ;;
8362
8363 solaris*)
8364 lt_prog_compiler_pic='-KPIC'
8365 lt_prog_compiler_static='-Bstatic'
8366 case $cc_basename in
8367 f77* | f90* | f95*)
8368 lt_prog_compiler_wl='-Qoption ld ';;
8369 *)
8370 lt_prog_compiler_wl='-Wl,';;
8371 esac
8372 ;;
8373
8374 sunos4*)
8375 lt_prog_compiler_wl='-Qoption ld '
8376 lt_prog_compiler_pic='-PIC'
8377 lt_prog_compiler_static='-Bstatic'
8378 ;;
8379
8380 sysv4 | sysv4.2uw2* | sysv4.3*)
8381 lt_prog_compiler_wl='-Wl,'
8382 lt_prog_compiler_pic='-KPIC'
8383 lt_prog_compiler_static='-Bstatic'
8384 ;;
8385
8386 sysv4*MP*)
8387 if test -d /usr/nec ;then
8388 lt_prog_compiler_pic='-Kconform_pic'
8389 lt_prog_compiler_static='-Bstatic'
8390 fi
8391 ;;
8392
8393 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8394 lt_prog_compiler_wl='-Wl,'
8395 lt_prog_compiler_pic='-KPIC'
8396 lt_prog_compiler_static='-Bstatic'
8397 ;;
8398
8399 unicos*)
8400 lt_prog_compiler_wl='-Wl,'
8401 lt_prog_compiler_can_build_shared=no
8402 ;;
8403
8404 uts4*)
8405 lt_prog_compiler_pic='-pic'
8406 lt_prog_compiler_static='-Bstatic'
8407 ;;
8408
8409 *)
8410 lt_prog_compiler_can_build_shared=no
8411 ;;
8412 esac
8413 fi
8414
8415 case $host_os in
8416 # For platforms which do not support PIC, -DPIC is meaningless:
8417 *djgpp*)
8418 lt_prog_compiler_pic=
8419 ;;
8420 *)
8421 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8422 ;;
8423 esac
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8425 $as_echo "$lt_prog_compiler_pic" >&6; }
8426
8427
8428
8429
8430
8431
8432 #
8433 # Check to make sure the PIC flag actually works.
8434 #
8435 if test -n "$lt_prog_compiler_pic"; then
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8437 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8438 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8439 $as_echo_n "(cached) " >&6
8440 else
8441 lt_cv_prog_compiler_pic_works=no
8442 ac_outfile=conftest.$ac_objext
8443 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8444 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8445 # Insert the option either (1) after the last *FLAGS variable, or
8446 # (2) before a word containing "conftest.", or (3) at the end.
8447 # Note that $ac_compile itself does not contain backslashes and begins
8448 # with a dollar sign (not a hyphen), so the echo should work correctly.
8449 # The option is referenced via a variable to avoid confusing sed.
8450 lt_compile=`echo "$ac_compile" | $SED \
8451 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8452 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8453 -e 's:$: $lt_compiler_flag:'`
8454 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8455 (eval "$lt_compile" 2>conftest.err)
8456 ac_status=$?
8457 cat conftest.err >&5
8458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8459 if (exit $ac_status) && test -s "$ac_outfile"; then
8460 # The compiler can only warn and ignore the option if not recognized
8461 # So say no if there are warnings other than the usual output.
8462 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8463 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8464 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8465 lt_cv_prog_compiler_pic_works=yes
8466 fi
8467 fi
8468 $RM conftest*
8469
8470 fi
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8472 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8473
8474 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8475 case $lt_prog_compiler_pic in
8476 "" | " "*) ;;
8477 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8478 esac
8479 else
8480 lt_prog_compiler_pic=
8481 lt_prog_compiler_can_build_shared=no
8482 fi
8483
8484 fi
8485
8486
8487
8488
8489
8490
8491 #
8492 # Check to make sure the static flag actually works.
8493 #
8494 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8496 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8497 if ${lt_cv_prog_compiler_static_works+:} false; then :
8498 $as_echo_n "(cached) " >&6
8499 else
8500 lt_cv_prog_compiler_static_works=no
8501 save_LDFLAGS="$LDFLAGS"
8502 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8503 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8504 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8505 # The linker can only warn and ignore the option if not recognized
8506 # So say no if there are warnings
8507 if test -s conftest.err; then
8508 # Append any errors to the config.log.
8509 cat conftest.err 1>&5
8510 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8511 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8512 if diff conftest.exp conftest.er2 >/dev/null; then
8513 lt_cv_prog_compiler_static_works=yes
8514 fi
8515 else
8516 lt_cv_prog_compiler_static_works=yes
8517 fi
8518 fi
8519 $RM -r conftest*
8520 LDFLAGS="$save_LDFLAGS"
8521
8522 fi
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8524 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8525
8526 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8527 :
8528 else
8529 lt_prog_compiler_static=
8530 fi
8531
8532
8533
8534
8535
8536
8537
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8539 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8540 if ${lt_cv_prog_compiler_c_o+:} false; then :
8541 $as_echo_n "(cached) " >&6
8542 else
8543 lt_cv_prog_compiler_c_o=no
8544 $RM -r conftest 2>/dev/null
8545 mkdir conftest
8546 cd conftest
8547 mkdir out
8548 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8549
8550 lt_compiler_flag="-o out/conftest2.$ac_objext"
8551 # Insert the option either (1) after the last *FLAGS variable, or
8552 # (2) before a word containing "conftest.", or (3) at the end.
8553 # Note that $ac_compile itself does not contain backslashes and begins
8554 # with a dollar sign (not a hyphen), so the echo should work correctly.
8555 lt_compile=`echo "$ac_compile" | $SED \
8556 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8557 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8558 -e 's:$: $lt_compiler_flag:'`
8559 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8560 (eval "$lt_compile" 2>out/conftest.err)
8561 ac_status=$?
8562 cat out/conftest.err >&5
8563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8564 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8565 then
8566 # The compiler can only warn and ignore the option if not recognized
8567 # So say no if there are warnings
8568 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8569 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8570 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8571 lt_cv_prog_compiler_c_o=yes
8572 fi
8573 fi
8574 chmod u+w . 2>&5
8575 $RM conftest*
8576 # SGI C++ compiler will create directory out/ii_files/ for
8577 # template instantiation
8578 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8579 $RM out/* && rmdir out
8580 cd ..
8581 $RM -r conftest
8582 $RM conftest*
8583
8584 fi
8585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8586 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8587
8588
8589
8590
8591
8592
8593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8594 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8595 if ${lt_cv_prog_compiler_c_o+:} false; then :
8596 $as_echo_n "(cached) " >&6
8597 else
8598 lt_cv_prog_compiler_c_o=no
8599 $RM -r conftest 2>/dev/null
8600 mkdir conftest
8601 cd conftest
8602 mkdir out
8603 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8604
8605 lt_compiler_flag="-o out/conftest2.$ac_objext"
8606 # Insert the option either (1) after the last *FLAGS variable, or
8607 # (2) before a word containing "conftest.", or (3) at the end.
8608 # Note that $ac_compile itself does not contain backslashes and begins
8609 # with a dollar sign (not a hyphen), so the echo should work correctly.
8610 lt_compile=`echo "$ac_compile" | $SED \
8611 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8612 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8613 -e 's:$: $lt_compiler_flag:'`
8614 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8615 (eval "$lt_compile" 2>out/conftest.err)
8616 ac_status=$?
8617 cat out/conftest.err >&5
8618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8619 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8620 then
8621 # The compiler can only warn and ignore the option if not recognized
8622 # So say no if there are warnings
8623 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8624 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8625 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8626 lt_cv_prog_compiler_c_o=yes
8627 fi
8628 fi
8629 chmod u+w . 2>&5
8630 $RM conftest*
8631 # SGI C++ compiler will create directory out/ii_files/ for
8632 # template instantiation
8633 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8634 $RM out/* && rmdir out
8635 cd ..
8636 $RM -r conftest
8637 $RM conftest*
8638
8639 fi
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8641 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8642
8643
8644
8645
8646 hard_links="nottested"
8647 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8648 # do not overwrite the value of need_locks provided by the user
8649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8650 $as_echo_n "checking if we can lock with hard links... " >&6; }
8651 hard_links=yes
8652 $RM conftest*
8653 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8654 touch conftest.a
8655 ln conftest.a conftest.b 2>&5 || hard_links=no
8656 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8658 $as_echo "$hard_links" >&6; }
8659 if test "$hard_links" = no; then
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8661 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8662 need_locks=warn
8663 fi
8664 else
8665 need_locks=no
8666 fi
8667
8668
8669
8670
8671
8672
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8674 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8675
8676 runpath_var=
8677 allow_undefined_flag=
8678 always_export_symbols=no
8679 archive_cmds=
8680 archive_expsym_cmds=
8681 compiler_needs_object=no
8682 enable_shared_with_static_runtimes=no
8683 export_dynamic_flag_spec=
8684 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8685 hardcode_automatic=no
8686 hardcode_direct=no
8687 hardcode_direct_absolute=no
8688 hardcode_libdir_flag_spec=
8689 hardcode_libdir_flag_spec_ld=
8690 hardcode_libdir_separator=
8691 hardcode_minus_L=no
8692 hardcode_shlibpath_var=unsupported
8693 inherit_rpath=no
8694 link_all_deplibs=unknown
8695 module_cmds=
8696 module_expsym_cmds=
8697 old_archive_from_new_cmds=
8698 old_archive_from_expsyms_cmds=
8699 thread_safe_flag_spec=
8700 whole_archive_flag_spec=
8701 # include_expsyms should be a list of space-separated symbols to be *always*
8702 # included in the symbol list
8703 include_expsyms=
8704 # exclude_expsyms can be an extended regexp of symbols to exclude
8705 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8706 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8707 # as well as any symbol that contains `d'.
8708 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8709 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8710 # platforms (ab)use it in PIC code, but their linkers get confused if
8711 # the symbol is explicitly referenced. Since portable code cannot
8712 # rely on this symbol name, it's probably fine to never include it in
8713 # preloaded symbol tables.
8714 # Exclude shared library initialization/finalization symbols.
8715 extract_expsyms_cmds=
8716
8717 case $host_os in
8718 cygwin* | mingw* | pw32* | cegcc*)
8719 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8720 # When not using gcc, we currently assume that we are using
8721 # Microsoft Visual C++.
8722 if test "$GCC" != yes; then
8723 with_gnu_ld=no
8724 fi
8725 ;;
8726 interix*)
8727 # we just hope/assume this is gcc and not c89 (= MSVC++)
8728 with_gnu_ld=yes
8729 ;;
8730 openbsd*)
8731 with_gnu_ld=no
8732 ;;
8733 esac
8734
8735 ld_shlibs=yes
8736
8737 # On some targets, GNU ld is compatible enough with the native linker
8738 # that we're better off using the native interface for both.
8739 lt_use_gnu_ld_interface=no
8740 if test "$with_gnu_ld" = yes; then
8741 case $host_os in
8742 aix*)
8743 # The AIX port of GNU ld has always aspired to compatibility
8744 # with the native linker. However, as the warning in the GNU ld
8745 # block says, versions before 2.19.5* couldn't really create working
8746 # shared libraries, regardless of the interface used.
8747 case `$LD -v 2>&1` in
8748 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8749 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8750 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8751 *)
8752 lt_use_gnu_ld_interface=yes
8753 ;;
8754 esac
8755 ;;
8756 *)
8757 lt_use_gnu_ld_interface=yes
8758 ;;
8759 esac
8760 fi
8761
8762 if test "$lt_use_gnu_ld_interface" = yes; then
8763 # If archive_cmds runs LD, not CC, wlarc should be empty
8764 wlarc='${wl}'
8765
8766 # Set some defaults for GNU ld with shared library support. These
8767 # are reset later if shared libraries are not supported. Putting them
8768 # here allows them to be overridden if necessary.
8769 runpath_var=LD_RUN_PATH
8770 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8771 export_dynamic_flag_spec='${wl}--export-dynamic'
8772 # ancient GNU ld didn't support --whole-archive et. al.
8773 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8774 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8775 else
8776 whole_archive_flag_spec=
8777 fi
8778 supports_anon_versioning=no
8779 case `$LD -v 2>&1` in
8780 *GNU\ gold*) supports_anon_versioning=yes ;;
8781 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8782 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8783 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8784 *\ 2.11.*) ;; # other 2.11 versions
8785 *) supports_anon_versioning=yes ;;
8786 esac
8787
8788 # See if GNU ld supports shared libraries.
8789 case $host_os in
8790 aix[3-9]*)
8791 # On AIX/PPC, the GNU linker is very broken
8792 if test "$host_cpu" != ia64; then
8793 ld_shlibs=no
8794 cat <<_LT_EOF 1>&2
8795
8796 *** Warning: the GNU linker, at least up to release 2.19, is reported
8797 *** to be unable to reliably create shared libraries on AIX.
8798 *** Therefore, libtool is disabling shared libraries support. If you
8799 *** really care for shared libraries, you may want to install binutils
8800 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8801 *** You will then need to restart the configuration process.
8802
8803 _LT_EOF
8804 fi
8805 ;;
8806
8807 amigaos*)
8808 case $host_cpu in
8809 powerpc)
8810 # see comment about AmigaOS4 .so support
8811 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8812 archive_expsym_cmds=''
8813 ;;
8814 m68k)
8815 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)'
8816 hardcode_libdir_flag_spec='-L$libdir'
8817 hardcode_minus_L=yes
8818 ;;
8819 esac
8820 ;;
8821
8822 beos*)
8823 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8824 allow_undefined_flag=unsupported
8825 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8826 # support --undefined. This deserves some investigation. FIXME
8827 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8828 else
8829 ld_shlibs=no
8830 fi
8831 ;;
8832
8833 cygwin* | mingw* | pw32* | cegcc*)
8834 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8835 # as there is no search path for DLLs.
8836 hardcode_libdir_flag_spec='-L$libdir'
8837 export_dynamic_flag_spec='${wl}--export-all-symbols'
8838 allow_undefined_flag=unsupported
8839 always_export_symbols=no
8840 enable_shared_with_static_runtimes=yes
8841 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8842
8843 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8844 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8845 # If the export-symbols file already is a .def file (1st line
8846 # is EXPORTS), use it as is; otherwise, prepend...
8847 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8848 cp $export_symbols $output_objdir/$soname.def;
8849 else
8850 echo EXPORTS > $output_objdir/$soname.def;
8851 cat $export_symbols >> $output_objdir/$soname.def;
8852 fi~
8853 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8854 else
8855 ld_shlibs=no
8856 fi
8857 ;;
8858
8859 haiku*)
8860 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8861 link_all_deplibs=yes
8862 ;;
8863
8864 interix[3-9]*)
8865 hardcode_direct=no
8866 hardcode_shlibpath_var=no
8867 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8868 export_dynamic_flag_spec='${wl}-E'
8869 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8870 # Instead, shared libraries are loaded at an image base (0x10000000 by
8871 # default) and relocated if they conflict, which is a slow very memory
8872 # consuming and fragmenting process. To avoid this, we pick a random,
8873 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8874 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8875 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8876 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'
8877 ;;
8878
8879 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8880 tmp_diet=no
8881 if test "$host_os" = linux-dietlibc; then
8882 case $cc_basename in
8883 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8884 esac
8885 fi
8886 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8887 && test "$tmp_diet" = no
8888 then
8889 tmp_addflag=' $pic_flag'
8890 tmp_sharedflag='-shared'
8891 case $cc_basename,$host_cpu in
8892 pgcc*) # Portland Group C compiler
8893 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'
8894 tmp_addflag=' $pic_flag'
8895 ;;
8896 pgf77* | pgf90* | pgf95* | pgfortran*)
8897 # Portland Group f77 and f90 compilers
8898 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'
8899 tmp_addflag=' $pic_flag -Mnomain' ;;
8900 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8901 tmp_addflag=' -i_dynamic' ;;
8902 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8903 tmp_addflag=' -i_dynamic -nofor_main' ;;
8904 ifc* | ifort*) # Intel Fortran compiler
8905 tmp_addflag=' -nofor_main' ;;
8906 lf95*) # Lahey Fortran 8.1
8907 whole_archive_flag_spec=
8908 tmp_sharedflag='--shared' ;;
8909 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8910 tmp_sharedflag='-qmkshrobj'
8911 tmp_addflag= ;;
8912 nvcc*) # Cuda Compiler Driver 2.2
8913 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'
8914 compiler_needs_object=yes
8915 ;;
8916 esac
8917 case `$CC -V 2>&1 | sed 5q` in
8918 *Sun\ C*) # Sun C 5.9
8919 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'
8920 compiler_needs_object=yes
8921 tmp_sharedflag='-G' ;;
8922 *Sun\ F*) # Sun Fortran 8.3
8923 tmp_sharedflag='-G' ;;
8924 esac
8925 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8926
8927 if test "x$supports_anon_versioning" = xyes; then
8928 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8929 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8930 echo "local: *; };" >> $output_objdir/$libname.ver~
8931 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8932 fi
8933
8934 case $cc_basename in
8935 xlf* | bgf* | bgxlf* | mpixlf*)
8936 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8937 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8938 hardcode_libdir_flag_spec=
8939 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8940 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8941 if test "x$supports_anon_versioning" = xyes; then
8942 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8943 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8944 echo "local: *; };" >> $output_objdir/$libname.ver~
8945 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8946 fi
8947 ;;
8948 esac
8949 else
8950 ld_shlibs=no
8951 fi
8952 ;;
8953
8954 netbsd*)
8955 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8956 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8957 wlarc=
8958 else
8959 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8960 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8961 fi
8962 ;;
8963
8964 solaris*)
8965 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8966 ld_shlibs=no
8967 cat <<_LT_EOF 1>&2
8968
8969 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8970 *** create shared libraries on Solaris systems. Therefore, libtool
8971 *** is disabling shared libraries support. We urge you to upgrade GNU
8972 *** binutils to release 2.9.1 or newer. Another option is to modify
8973 *** your PATH or compiler configuration so that the native linker is
8974 *** used, and then restart.
8975
8976 _LT_EOF
8977 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8978 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8979 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8980 else
8981 ld_shlibs=no
8982 fi
8983 ;;
8984
8985 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8986 case `$LD -v 2>&1` in
8987 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8988 ld_shlibs=no
8989 cat <<_LT_EOF 1>&2
8990
8991 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8992 *** reliably create shared libraries on SCO systems. Therefore, libtool
8993 *** is disabling shared libraries support. We urge you to upgrade GNU
8994 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8995 *** your PATH or compiler configuration so that the native linker is
8996 *** used, and then restart.
8997
8998 _LT_EOF
8999 ;;
9000 *)
9001 # For security reasons, it is highly recommended that you always
9002 # use absolute paths for naming shared libraries, and exclude the
9003 # DT_RUNPATH tag from executables and libraries. But doing so
9004 # requires that you compile everything twice, which is a pain.
9005 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9006 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9007 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9008 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9009 else
9010 ld_shlibs=no
9011 fi
9012 ;;
9013 esac
9014 ;;
9015
9016 sunos4*)
9017 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9018 wlarc=
9019 hardcode_direct=yes
9020 hardcode_shlibpath_var=no
9021 ;;
9022
9023 *)
9024 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9025 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9026 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9027 else
9028 ld_shlibs=no
9029 fi
9030 ;;
9031 esac
9032
9033 if test "$ld_shlibs" = no; then
9034 runpath_var=
9035 hardcode_libdir_flag_spec=
9036 export_dynamic_flag_spec=
9037 whole_archive_flag_spec=
9038 fi
9039 else
9040 # PORTME fill in a description of your system's linker (not GNU ld)
9041 case $host_os in
9042 aix3*)
9043 allow_undefined_flag=unsupported
9044 always_export_symbols=yes
9045 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'
9046 # Note: this linker hardcodes the directories in LIBPATH if there
9047 # are no directories specified by -L.
9048 hardcode_minus_L=yes
9049 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9050 # Neither direct hardcoding nor static linking is supported with a
9051 # broken collect2.
9052 hardcode_direct=unsupported
9053 fi
9054 ;;
9055
9056 aix[4-9]*)
9057 if test "$host_cpu" = ia64; then
9058 # On IA64, the linker does run time linking by default, so we don't
9059 # have to do anything special.
9060 aix_use_runtimelinking=no
9061 exp_sym_flag='-Bexport'
9062 no_entry_flag=""
9063 else
9064 # If we're using GNU nm, then we don't want the "-C" option.
9065 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9066 # Also, AIX nm treats weak defined symbols like other global
9067 # defined symbols, whereas GNU nm marks them as "W".
9068 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9069 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'
9070 else
9071 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'
9072 fi
9073 aix_use_runtimelinking=no
9074
9075 # Test if we are trying to use run time linking or normal
9076 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9077 # need to do runtime linking.
9078 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9079 for ld_flag in $LDFLAGS; do
9080 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9081 aix_use_runtimelinking=yes
9082 break
9083 fi
9084 done
9085 ;;
9086 esac
9087
9088 exp_sym_flag='-bexport'
9089 no_entry_flag='-bnoentry'
9090 fi
9091
9092 # When large executables or shared objects are built, AIX ld can
9093 # have problems creating the table of contents. If linking a library
9094 # or program results in "error TOC overflow" add -mminimal-toc to
9095 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9096 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9097
9098 archive_cmds=''
9099 hardcode_direct=yes
9100 hardcode_direct_absolute=yes
9101 hardcode_libdir_separator=':'
9102 link_all_deplibs=yes
9103 file_list_spec='${wl}-f,'
9104
9105 if test "$GCC" = yes; then
9106 case $host_os in aix4.[012]|aix4.[012].*)
9107 # We only want to do this on AIX 4.2 and lower, the check
9108 # below for broken collect2 doesn't work under 4.3+
9109 collect2name=`${CC} -print-prog-name=collect2`
9110 if test -f "$collect2name" &&
9111 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9112 then
9113 # We have reworked collect2
9114 :
9115 else
9116 # We have old collect2
9117 hardcode_direct=unsupported
9118 # It fails to find uninstalled libraries when the uninstalled
9119 # path is not listed in the libpath. Setting hardcode_minus_L
9120 # to unsupported forces relinking
9121 hardcode_minus_L=yes
9122 hardcode_libdir_flag_spec='-L$libdir'
9123 hardcode_libdir_separator=
9124 fi
9125 ;;
9126 esac
9127 shared_flag='-shared'
9128 if test "$aix_use_runtimelinking" = yes; then
9129 shared_flag="$shared_flag "'${wl}-G'
9130 fi
9131 else
9132 # not using gcc
9133 if test "$host_cpu" = ia64; then
9134 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9135 # chokes on -Wl,-G. The following line is correct:
9136 shared_flag='-G'
9137 else
9138 if test "$aix_use_runtimelinking" = yes; then
9139 shared_flag='${wl}-G'
9140 else
9141 shared_flag='${wl}-bM:SRE'
9142 fi
9143 fi
9144 fi
9145
9146 export_dynamic_flag_spec='${wl}-bexpall'
9147 # It seems that -bexpall does not export symbols beginning with
9148 # underscore (_), so it is better to generate a list of symbols to export.
9149 always_export_symbols=yes
9150 if test "$aix_use_runtimelinking" = yes; then
9151 # Warning - without using the other runtime loading flags (-brtl),
9152 # -berok will link without error, but may produce a broken library.
9153 allow_undefined_flag='-berok'
9154 # Determine the default libpath from the value encoded in an
9155 # empty executable.
9156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9157 /* end confdefs.h. */
9158
9159 int
9160 main ()
9161 {
9162
9163 ;
9164 return 0;
9165 }
9166 _ACEOF
9167 if ac_fn_c_try_link "$LINENO"; then :
9168
9169 lt_aix_libpath_sed='
9170 /Import File Strings/,/^$/ {
9171 /^0/ {
9172 s/^0 *\(.*\)$/\1/
9173 p
9174 }
9175 }'
9176 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9177 # Check for a 64-bit object if we didn't find anything.
9178 if test -z "$aix_libpath"; then
9179 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9180 fi
9181 fi
9182 rm -f core conftest.err conftest.$ac_objext \
9183 conftest$ac_exeext conftest.$ac_ext
9184 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9185
9186 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9187 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"
9188 else
9189 if test "$host_cpu" = ia64; then
9190 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9191 allow_undefined_flag="-z nodefs"
9192 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"
9193 else
9194 # Determine the default libpath from the value encoded in an
9195 # empty executable.
9196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9197 /* end confdefs.h. */
9198
9199 int
9200 main ()
9201 {
9202
9203 ;
9204 return 0;
9205 }
9206 _ACEOF
9207 if ac_fn_c_try_link "$LINENO"; then :
9208
9209 lt_aix_libpath_sed='
9210 /Import File Strings/,/^$/ {
9211 /^0/ {
9212 s/^0 *\(.*\)$/\1/
9213 p
9214 }
9215 }'
9216 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9217 # Check for a 64-bit object if we didn't find anything.
9218 if test -z "$aix_libpath"; then
9219 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9220 fi
9221 fi
9222 rm -f core conftest.err conftest.$ac_objext \
9223 conftest$ac_exeext conftest.$ac_ext
9224 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9225
9226 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9227 # Warning - without using the other run time loading flags,
9228 # -berok will link without error, but may produce a broken library.
9229 no_undefined_flag=' ${wl}-bernotok'
9230 allow_undefined_flag=' ${wl}-berok'
9231 if test "$with_gnu_ld" = yes; then
9232 # We only use this code for GNU lds that support --whole-archive.
9233 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9234 else
9235 # Exported symbols can be pulled into shared objects from archives
9236 whole_archive_flag_spec='$convenience'
9237 fi
9238 archive_cmds_need_lc=yes
9239 # This is similar to how AIX traditionally builds its shared libraries.
9240 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'
9241 fi
9242 fi
9243 ;;
9244
9245 amigaos*)
9246 case $host_cpu in
9247 powerpc)
9248 # see comment about AmigaOS4 .so support
9249 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9250 archive_expsym_cmds=''
9251 ;;
9252 m68k)
9253 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)'
9254 hardcode_libdir_flag_spec='-L$libdir'
9255 hardcode_minus_L=yes
9256 ;;
9257 esac
9258 ;;
9259
9260 bsdi[45]*)
9261 export_dynamic_flag_spec=-rdynamic
9262 ;;
9263
9264 cygwin* | mingw* | pw32* | cegcc*)
9265 # When not using gcc, we currently assume that we are using
9266 # Microsoft Visual C++.
9267 # hardcode_libdir_flag_spec is actually meaningless, as there is
9268 # no search path for DLLs.
9269 hardcode_libdir_flag_spec=' '
9270 allow_undefined_flag=unsupported
9271 # Tell ltmain to make .lib files, not .a files.
9272 libext=lib
9273 # Tell ltmain to make .dll files, not .so files.
9274 shrext_cmds=".dll"
9275 # FIXME: Setting linknames here is a bad hack.
9276 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9277 # The linker will automatically build a .lib file if we build a DLL.
9278 old_archive_from_new_cmds='true'
9279 # FIXME: Should let the user specify the lib program.
9280 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9281 fix_srcfile_path='`cygpath -w "$srcfile"`'
9282 enable_shared_with_static_runtimes=yes
9283 ;;
9284
9285 darwin* | rhapsody*)
9286
9287
9288 archive_cmds_need_lc=no
9289 hardcode_direct=no
9290 hardcode_automatic=yes
9291 hardcode_shlibpath_var=unsupported
9292 if test "$lt_cv_ld_force_load" = "yes"; then
9293 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\"`'
9294 else
9295 whole_archive_flag_spec=''
9296 fi
9297 link_all_deplibs=yes
9298 allow_undefined_flag="$_lt_dar_allow_undefined"
9299 case $cc_basename in
9300 ifort*) _lt_dar_can_shared=yes ;;
9301 *) _lt_dar_can_shared=$GCC ;;
9302 esac
9303 if test "$_lt_dar_can_shared" = "yes"; then
9304 output_verbose_link_cmd=func_echo_all
9305 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9306 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9307 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}"
9308 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}"
9309
9310 else
9311 ld_shlibs=no
9312 fi
9313
9314 ;;
9315
9316 dgux*)
9317 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9318 hardcode_libdir_flag_spec='-L$libdir'
9319 hardcode_shlibpath_var=no
9320 ;;
9321
9322 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9323 # support. Future versions do this automatically, but an explicit c++rt0.o
9324 # does not break anything, and helps significantly (at the cost of a little
9325 # extra space).
9326 freebsd2.2*)
9327 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9328 hardcode_libdir_flag_spec='-R$libdir'
9329 hardcode_direct=yes
9330 hardcode_shlibpath_var=no
9331 ;;
9332
9333 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9334 freebsd2.*)
9335 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9336 hardcode_direct=yes
9337 hardcode_minus_L=yes
9338 hardcode_shlibpath_var=no
9339 ;;
9340
9341 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9342 freebsd* | dragonfly*)
9343 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9344 hardcode_libdir_flag_spec='-R$libdir'
9345 hardcode_direct=yes
9346 hardcode_shlibpath_var=no
9347 ;;
9348
9349 hpux9*)
9350 if test "$GCC" = yes; then
9351 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'
9352 else
9353 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'
9354 fi
9355 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9356 hardcode_libdir_separator=:
9357 hardcode_direct=yes
9358
9359 # hardcode_minus_L: Not really in the search PATH,
9360 # but as the default location of the library.
9361 hardcode_minus_L=yes
9362 export_dynamic_flag_spec='${wl}-E'
9363 ;;
9364
9365 hpux10*)
9366 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9367 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9368 else
9369 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9370 fi
9371 if test "$with_gnu_ld" = no; then
9372 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9373 hardcode_libdir_flag_spec_ld='+b $libdir'
9374 hardcode_libdir_separator=:
9375 hardcode_direct=yes
9376 hardcode_direct_absolute=yes
9377 export_dynamic_flag_spec='${wl}-E'
9378 # hardcode_minus_L: Not really in the search PATH,
9379 # but as the default location of the library.
9380 hardcode_minus_L=yes
9381 fi
9382 ;;
9383
9384 hpux11*)
9385 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9386 case $host_cpu in
9387 hppa*64*)
9388 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9389 ;;
9390 ia64*)
9391 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9392 ;;
9393 *)
9394 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9395 ;;
9396 esac
9397 else
9398 case $host_cpu in
9399 hppa*64*)
9400 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9401 ;;
9402 ia64*)
9403 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9404 ;;
9405 *)
9406
9407 # Older versions of the 11.00 compiler do not understand -b yet
9408 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9410 $as_echo_n "checking if $CC understands -b... " >&6; }
9411 if ${lt_cv_prog_compiler__b+:} false; then :
9412 $as_echo_n "(cached) " >&6
9413 else
9414 lt_cv_prog_compiler__b=no
9415 save_LDFLAGS="$LDFLAGS"
9416 LDFLAGS="$LDFLAGS -b"
9417 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9418 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9419 # The linker can only warn and ignore the option if not recognized
9420 # So say no if there are warnings
9421 if test -s conftest.err; then
9422 # Append any errors to the config.log.
9423 cat conftest.err 1>&5
9424 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9425 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9426 if diff conftest.exp conftest.er2 >/dev/null; then
9427 lt_cv_prog_compiler__b=yes
9428 fi
9429 else
9430 lt_cv_prog_compiler__b=yes
9431 fi
9432 fi
9433 $RM -r conftest*
9434 LDFLAGS="$save_LDFLAGS"
9435
9436 fi
9437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9438 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9439
9440 if test x"$lt_cv_prog_compiler__b" = xyes; then
9441 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9442 else
9443 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9444 fi
9445
9446 ;;
9447 esac
9448 fi
9449 if test "$with_gnu_ld" = no; then
9450 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9451 hardcode_libdir_separator=:
9452
9453 case $host_cpu in
9454 hppa*64*|ia64*)
9455 hardcode_direct=no
9456 hardcode_shlibpath_var=no
9457 ;;
9458 *)
9459 hardcode_direct=yes
9460 hardcode_direct_absolute=yes
9461 export_dynamic_flag_spec='${wl}-E'
9462
9463 # hardcode_minus_L: Not really in the search PATH,
9464 # but as the default location of the library.
9465 hardcode_minus_L=yes
9466 ;;
9467 esac
9468 fi
9469 ;;
9470
9471 irix5* | irix6* | nonstopux*)
9472 if test "$GCC" = yes; then
9473 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'
9474 # Try to use the -exported_symbol ld option, if it does not
9475 # work, assume that -exports_file does not work either and
9476 # implicitly export all symbols.
9477 save_LDFLAGS="$LDFLAGS"
9478 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9480 /* end confdefs.h. */
9481 int foo(void) {}
9482 _ACEOF
9483 if ac_fn_c_try_link "$LINENO"; then :
9484 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'
9485
9486 fi
9487 rm -f core conftest.err conftest.$ac_objext \
9488 conftest$ac_exeext conftest.$ac_ext
9489 LDFLAGS="$save_LDFLAGS"
9490 else
9491 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'
9492 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'
9493 fi
9494 archive_cmds_need_lc='no'
9495 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9496 hardcode_libdir_separator=:
9497 inherit_rpath=yes
9498 link_all_deplibs=yes
9499 ;;
9500
9501 netbsd*)
9502 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9503 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9504 else
9505 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9506 fi
9507 hardcode_libdir_flag_spec='-R$libdir'
9508 hardcode_direct=yes
9509 hardcode_shlibpath_var=no
9510 ;;
9511
9512 newsos6)
9513 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9514 hardcode_direct=yes
9515 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9516 hardcode_libdir_separator=:
9517 hardcode_shlibpath_var=no
9518 ;;
9519
9520 *nto* | *qnx*)
9521 ;;
9522
9523 openbsd*)
9524 if test -f /usr/libexec/ld.so; then
9525 hardcode_direct=yes
9526 hardcode_shlibpath_var=no
9527 hardcode_direct_absolute=yes
9528 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9529 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9530 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9531 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9532 export_dynamic_flag_spec='${wl}-E'
9533 else
9534 case $host_os in
9535 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9536 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9537 hardcode_libdir_flag_spec='-R$libdir'
9538 ;;
9539 *)
9540 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9541 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9542 ;;
9543 esac
9544 fi
9545 else
9546 ld_shlibs=no
9547 fi
9548 ;;
9549
9550 os2*)
9551 hardcode_libdir_flag_spec='-L$libdir'
9552 hardcode_minus_L=yes
9553 allow_undefined_flag=unsupported
9554 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'
9555 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9556 ;;
9557
9558 osf3*)
9559 if test "$GCC" = yes; then
9560 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9561 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'
9562 else
9563 allow_undefined_flag=' -expect_unresolved \*'
9564 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'
9565 fi
9566 archive_cmds_need_lc='no'
9567 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9568 hardcode_libdir_separator=:
9569 ;;
9570
9571 osf4* | osf5*) # as osf3* with the addition of -msym flag
9572 if test "$GCC" = yes; then
9573 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9574 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'
9575 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9576 else
9577 allow_undefined_flag=' -expect_unresolved \*'
9578 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'
9579 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~
9580 $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'
9581
9582 # Both c and cxx compiler support -rpath directly
9583 hardcode_libdir_flag_spec='-rpath $libdir'
9584 fi
9585 archive_cmds_need_lc='no'
9586 hardcode_libdir_separator=:
9587 ;;
9588
9589 solaris*)
9590 no_undefined_flag=' -z defs'
9591 if test "$GCC" = yes; then
9592 wlarc='${wl}'
9593 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9594 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9595 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9596 else
9597 case `$CC -V 2>&1` in
9598 *"Compilers 5.0"*)
9599 wlarc=''
9600 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9601 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9602 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9603 ;;
9604 *)
9605 wlarc='${wl}'
9606 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9607 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9608 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9609 ;;
9610 esac
9611 fi
9612 hardcode_libdir_flag_spec='-R$libdir'
9613 hardcode_shlibpath_var=no
9614 case $host_os in
9615 solaris2.[0-5] | solaris2.[0-5].*) ;;
9616 *)
9617 # The compiler driver will combine and reorder linker options,
9618 # but understands `-z linker_flag'. GCC discards it without `$wl',
9619 # but is careful enough not to reorder.
9620 # Supported since Solaris 2.6 (maybe 2.5.1?)
9621 if test "$GCC" = yes; then
9622 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9623 else
9624 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9625 fi
9626 ;;
9627 esac
9628 link_all_deplibs=yes
9629 ;;
9630
9631 sunos4*)
9632 if test "x$host_vendor" = xsequent; then
9633 # Use $CC to link under sequent, because it throws in some extra .o
9634 # files that make .init and .fini sections work.
9635 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9636 else
9637 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9638 fi
9639 hardcode_libdir_flag_spec='-L$libdir'
9640 hardcode_direct=yes
9641 hardcode_minus_L=yes
9642 hardcode_shlibpath_var=no
9643 ;;
9644
9645 sysv4)
9646 case $host_vendor in
9647 sni)
9648 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9649 hardcode_direct=yes # is this really true???
9650 ;;
9651 siemens)
9652 ## LD is ld it makes a PLAMLIB
9653 ## CC just makes a GrossModule.
9654 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9655 reload_cmds='$CC -r -o $output$reload_objs'
9656 hardcode_direct=no
9657 ;;
9658 motorola)
9659 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9660 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9661 ;;
9662 esac
9663 runpath_var='LD_RUN_PATH'
9664 hardcode_shlibpath_var=no
9665 ;;
9666
9667 sysv4.3*)
9668 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9669 hardcode_shlibpath_var=no
9670 export_dynamic_flag_spec='-Bexport'
9671 ;;
9672
9673 sysv4*MP*)
9674 if test -d /usr/nec; then
9675 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9676 hardcode_shlibpath_var=no
9677 runpath_var=LD_RUN_PATH
9678 hardcode_runpath_var=yes
9679 ld_shlibs=yes
9680 fi
9681 ;;
9682
9683 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9684 no_undefined_flag='${wl}-z,text'
9685 archive_cmds_need_lc=no
9686 hardcode_shlibpath_var=no
9687 runpath_var='LD_RUN_PATH'
9688
9689 if test "$GCC" = yes; then
9690 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9691 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9692 else
9693 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9694 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9695 fi
9696 ;;
9697
9698 sysv5* | sco3.2v5* | sco5v6*)
9699 # Note: We can NOT use -z defs as we might desire, because we do not
9700 # link with -lc, and that would cause any symbols used from libc to
9701 # always be unresolved, which means just about no library would
9702 # ever link correctly. If we're not using GNU ld we use -z text
9703 # though, which does catch some bad symbols but isn't as heavy-handed
9704 # as -z defs.
9705 no_undefined_flag='${wl}-z,text'
9706 allow_undefined_flag='${wl}-z,nodefs'
9707 archive_cmds_need_lc=no
9708 hardcode_shlibpath_var=no
9709 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9710 hardcode_libdir_separator=':'
9711 link_all_deplibs=yes
9712 export_dynamic_flag_spec='${wl}-Bexport'
9713 runpath_var='LD_RUN_PATH'
9714
9715 if test "$GCC" = yes; then
9716 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9717 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9718 else
9719 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9720 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9721 fi
9722 ;;
9723
9724 uts4*)
9725 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9726 hardcode_libdir_flag_spec='-L$libdir'
9727 hardcode_shlibpath_var=no
9728 ;;
9729
9730 *)
9731 ld_shlibs=no
9732 ;;
9733 esac
9734
9735 if test x$host_vendor = xsni; then
9736 case $host in
9737 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9738 export_dynamic_flag_spec='${wl}-Blargedynsym'
9739 ;;
9740 esac
9741 fi
9742 fi
9743
9744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9745 $as_echo "$ld_shlibs" >&6; }
9746 test "$ld_shlibs" = no && can_build_shared=no
9747
9748 with_gnu_ld=$with_gnu_ld
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764 #
9765 # Do we need to explicitly link libc?
9766 #
9767 case "x$archive_cmds_need_lc" in
9768 x|xyes)
9769 # Assume -lc should be added
9770 archive_cmds_need_lc=yes
9771
9772 if test "$enable_shared" = yes && test "$GCC" = yes; then
9773 case $archive_cmds in
9774 *'~'*)
9775 # FIXME: we may have to deal with multi-command sequences.
9776 ;;
9777 '$CC '*)
9778 # Test whether the compiler implicitly links with -lc since on some
9779 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9780 # to ld, don't add -lc before -lgcc.
9781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9782 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9783 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9784 $as_echo_n "(cached) " >&6
9785 else
9786 $RM conftest*
9787 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9788
9789 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9790 (eval $ac_compile) 2>&5
9791 ac_status=$?
9792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9793 test $ac_status = 0; } 2>conftest.err; then
9794 soname=conftest
9795 lib=conftest
9796 libobjs=conftest.$ac_objext
9797 deplibs=
9798 wl=$lt_prog_compiler_wl
9799 pic_flag=$lt_prog_compiler_pic
9800 compiler_flags=-v
9801 linker_flags=-v
9802 verstring=
9803 output_objdir=.
9804 libname=conftest
9805 lt_save_allow_undefined_flag=$allow_undefined_flag
9806 allow_undefined_flag=
9807 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9808 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9809 ac_status=$?
9810 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9811 test $ac_status = 0; }
9812 then
9813 lt_cv_archive_cmds_need_lc=no
9814 else
9815 lt_cv_archive_cmds_need_lc=yes
9816 fi
9817 allow_undefined_flag=$lt_save_allow_undefined_flag
9818 else
9819 cat conftest.err 1>&5
9820 fi
9821 $RM conftest*
9822
9823 fi
9824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9825 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9826 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9827 ;;
9828 esac
9829 fi
9830 ;;
9831 esac
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
9923
9924
9925
9926
9927
9928
9929
9930
9931
9932
9933
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9990 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9991
9992 if test "$GCC" = yes; then
9993 case $host_os in
9994 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9995 *) lt_awk_arg="/^libraries:/" ;;
9996 esac
9997 case $host_os in
9998 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9999 *) lt_sed_strip_eq="s,=/,/,g" ;;
10000 esac
10001 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10002 case $lt_search_path_spec in
10003 *\;*)
10004 # if the path contains ";" then we assume it to be the separator
10005 # otherwise default to the standard path separator (i.e. ":") - it is
10006 # assumed that no part of a normal pathname contains ";" but that should
10007 # okay in the real world where ";" in dirpaths is itself problematic.
10008 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10009 ;;
10010 *)
10011 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10012 ;;
10013 esac
10014 # Ok, now we have the path, separated by spaces, we can step through it
10015 # and add multilib dir if necessary.
10016 lt_tmp_lt_search_path_spec=
10017 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10018 for lt_sys_path in $lt_search_path_spec; do
10019 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10020 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10021 else
10022 test -d "$lt_sys_path" && \
10023 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10024 fi
10025 done
10026 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10027 BEGIN {RS=" "; FS="/|\n";} {
10028 lt_foo="";
10029 lt_count=0;
10030 for (lt_i = NF; lt_i > 0; lt_i--) {
10031 if ($lt_i != "" && $lt_i != ".") {
10032 if ($lt_i == "..") {
10033 lt_count++;
10034 } else {
10035 if (lt_count == 0) {
10036 lt_foo="/" $lt_i lt_foo;
10037 } else {
10038 lt_count--;
10039 }
10040 }
10041 }
10042 }
10043 if (lt_foo != "") { lt_freq[lt_foo]++; }
10044 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10045 }'`
10046 # AWK program above erroneously prepends '/' to C:/dos/paths
10047 # for these hosts.
10048 case $host_os in
10049 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10050 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10051 esac
10052 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10053 else
10054 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10055 fi
10056 library_names_spec=
10057 libname_spec='lib$name'
10058 soname_spec=
10059 shrext_cmds=".so"
10060 postinstall_cmds=
10061 postuninstall_cmds=
10062 finish_cmds=
10063 finish_eval=
10064 shlibpath_var=
10065 shlibpath_overrides_runpath=unknown
10066 version_type=none
10067 dynamic_linker="$host_os ld.so"
10068 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10069 need_lib_prefix=unknown
10070 hardcode_into_libs=no
10071
10072 # when you set need_version to no, make sure it does not cause -set_version
10073 # flags to be left without arguments
10074 need_version=unknown
10075
10076 case $host_os in
10077 aix3*)
10078 version_type=linux
10079 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10080 shlibpath_var=LIBPATH
10081
10082 # AIX 3 has no versioning support, so we append a major version to the name.
10083 soname_spec='${libname}${release}${shared_ext}$major'
10084 ;;
10085
10086 aix[4-9]*)
10087 version_type=linux
10088 need_lib_prefix=no
10089 need_version=no
10090 hardcode_into_libs=yes
10091 if test "$host_cpu" = ia64; then
10092 # AIX 5 supports IA64
10093 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10094 shlibpath_var=LD_LIBRARY_PATH
10095 else
10096 # With GCC up to 2.95.x, collect2 would create an import file
10097 # for dependence libraries. The import file would start with
10098 # the line `#! .'. This would cause the generated library to
10099 # depend on `.', always an invalid library. This was fixed in
10100 # development snapshots of GCC prior to 3.0.
10101 case $host_os in
10102 aix4 | aix4.[01] | aix4.[01].*)
10103 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10104 echo ' yes '
10105 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10106 :
10107 else
10108 can_build_shared=no
10109 fi
10110 ;;
10111 esac
10112 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10113 # soname into executable. Probably we can add versioning support to
10114 # collect2, so additional links can be useful in future.
10115 if test "$aix_use_runtimelinking" = yes; then
10116 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10117 # instead of lib<name>.a to let people know that these are not
10118 # typical AIX shared libraries.
10119 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10120 else
10121 # We preserve .a as extension for shared libraries through AIX4.2
10122 # and later when we are not doing run time linking.
10123 library_names_spec='${libname}${release}.a $libname.a'
10124 soname_spec='${libname}${release}${shared_ext}$major'
10125 fi
10126 shlibpath_var=LIBPATH
10127 fi
10128 ;;
10129
10130 amigaos*)
10131 case $host_cpu in
10132 powerpc)
10133 # Since July 2007 AmigaOS4 officially supports .so libraries.
10134 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10135 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10136 ;;
10137 m68k)
10138 library_names_spec='$libname.ixlibrary $libname.a'
10139 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10140 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'
10141 ;;
10142 esac
10143 ;;
10144
10145 beos*)
10146 library_names_spec='${libname}${shared_ext}'
10147 dynamic_linker="$host_os ld.so"
10148 shlibpath_var=LIBRARY_PATH
10149 ;;
10150
10151 bsdi[45]*)
10152 version_type=linux
10153 need_version=no
10154 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10155 soname_spec='${libname}${release}${shared_ext}$major'
10156 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10157 shlibpath_var=LD_LIBRARY_PATH
10158 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10159 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10160 # the default ld.so.conf also contains /usr/contrib/lib and
10161 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10162 # libtool to hard-code these into programs
10163 ;;
10164
10165 cygwin* | mingw* | pw32* | cegcc*)
10166 version_type=windows
10167 shrext_cmds=".dll"
10168 need_version=no
10169 need_lib_prefix=no
10170
10171 case $GCC,$host_os in
10172 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10173 library_names_spec='$libname.dll.a'
10174 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10175 postinstall_cmds='base_file=`basename \${file}`~
10176 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10177 dldir=$destdir/`dirname \$dlpath`~
10178 test -d \$dldir || mkdir -p \$dldir~
10179 $install_prog $dir/$dlname \$dldir/$dlname~
10180 chmod a+x \$dldir/$dlname~
10181 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10182 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10183 fi'
10184 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10185 dlpath=$dir/\$dldll~
10186 $RM \$dlpath'
10187 shlibpath_overrides_runpath=yes
10188
10189 case $host_os in
10190 cygwin*)
10191 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10192 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10193
10194 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10195 ;;
10196 mingw* | cegcc*)
10197 # MinGW DLLs use traditional 'lib' prefix
10198 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10199 ;;
10200 pw32*)
10201 # pw32 DLLs use 'pw' prefix rather than 'lib'
10202 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10203 ;;
10204 esac
10205 ;;
10206
10207 *)
10208 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10209 ;;
10210 esac
10211 dynamic_linker='Win32 ld.exe'
10212 # FIXME: first we should search . and the directory the executable is in
10213 shlibpath_var=PATH
10214 ;;
10215
10216 darwin* | rhapsody*)
10217 dynamic_linker="$host_os dyld"
10218 version_type=darwin
10219 need_lib_prefix=no
10220 need_version=no
10221 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10222 soname_spec='${libname}${release}${major}$shared_ext'
10223 shlibpath_overrides_runpath=yes
10224 shlibpath_var=DYLD_LIBRARY_PATH
10225 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10226
10227 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10228 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10229 ;;
10230
10231 dgux*)
10232 version_type=linux
10233 need_lib_prefix=no
10234 need_version=no
10235 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10236 soname_spec='${libname}${release}${shared_ext}$major'
10237 shlibpath_var=LD_LIBRARY_PATH
10238 ;;
10239
10240 freebsd* | dragonfly*)
10241 # DragonFly does not have aout. When/if they implement a new
10242 # versioning mechanism, adjust this.
10243 if test -x /usr/bin/objformat; then
10244 objformat=`/usr/bin/objformat`
10245 else
10246 case $host_os in
10247 freebsd[23].*) objformat=aout ;;
10248 *) objformat=elf ;;
10249 esac
10250 fi
10251 version_type=freebsd-$objformat
10252 case $version_type in
10253 freebsd-elf*)
10254 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10255 need_version=no
10256 need_lib_prefix=no
10257 ;;
10258 freebsd-*)
10259 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10260 need_version=yes
10261 ;;
10262 esac
10263 shlibpath_var=LD_LIBRARY_PATH
10264 case $host_os in
10265 freebsd2.*)
10266 shlibpath_overrides_runpath=yes
10267 ;;
10268 freebsd3.[01]* | freebsdelf3.[01]*)
10269 shlibpath_overrides_runpath=yes
10270 hardcode_into_libs=yes
10271 ;;
10272 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10273 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10274 shlibpath_overrides_runpath=no
10275 hardcode_into_libs=yes
10276 ;;
10277 *) # from 4.6 on, and DragonFly
10278 shlibpath_overrides_runpath=yes
10279 hardcode_into_libs=yes
10280 ;;
10281 esac
10282 ;;
10283
10284 haiku*)
10285 version_type=linux
10286 need_lib_prefix=no
10287 need_version=no
10288 dynamic_linker="$host_os runtime_loader"
10289 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10290 soname_spec='${libname}${release}${shared_ext}$major'
10291 shlibpath_var=LIBRARY_PATH
10292 shlibpath_overrides_runpath=yes
10293 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10294 hardcode_into_libs=yes
10295 ;;
10296
10297 hpux9* | hpux10* | hpux11*)
10298 # Give a soname corresponding to the major version so that dld.sl refuses to
10299 # link against other versions.
10300 version_type=sunos
10301 need_lib_prefix=no
10302 need_version=no
10303 case $host_cpu in
10304 ia64*)
10305 shrext_cmds='.so'
10306 hardcode_into_libs=yes
10307 dynamic_linker="$host_os dld.so"
10308 shlibpath_var=LD_LIBRARY_PATH
10309 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10310 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10311 soname_spec='${libname}${release}${shared_ext}$major'
10312 if test "X$HPUX_IA64_MODE" = X32; then
10313 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10314 else
10315 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10316 fi
10317 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10318 ;;
10319 hppa*64*)
10320 shrext_cmds='.sl'
10321 hardcode_into_libs=yes
10322 dynamic_linker="$host_os dld.sl"
10323 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10324 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10325 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10326 soname_spec='${libname}${release}${shared_ext}$major'
10327 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10328 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10329 ;;
10330 *)
10331 shrext_cmds='.sl'
10332 dynamic_linker="$host_os dld.sl"
10333 shlibpath_var=SHLIB_PATH
10334 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10335 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10336 soname_spec='${libname}${release}${shared_ext}$major'
10337 ;;
10338 esac
10339 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10340 postinstall_cmds='chmod 555 $lib'
10341 # or fails outright, so override atomically:
10342 install_override_mode=555
10343 ;;
10344
10345 interix[3-9]*)
10346 version_type=linux
10347 need_lib_prefix=no
10348 need_version=no
10349 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10350 soname_spec='${libname}${release}${shared_ext}$major'
10351 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10352 shlibpath_var=LD_LIBRARY_PATH
10353 shlibpath_overrides_runpath=no
10354 hardcode_into_libs=yes
10355 ;;
10356
10357 irix5* | irix6* | nonstopux*)
10358 case $host_os in
10359 nonstopux*) version_type=nonstopux ;;
10360 *)
10361 if test "$lt_cv_prog_gnu_ld" = yes; then
10362 version_type=linux
10363 else
10364 version_type=irix
10365 fi ;;
10366 esac
10367 need_lib_prefix=no
10368 need_version=no
10369 soname_spec='${libname}${release}${shared_ext}$major'
10370 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10371 case $host_os in
10372 irix5* | nonstopux*)
10373 libsuff= shlibsuff=
10374 ;;
10375 *)
10376 case $LD in # libtool.m4 will add one of these switches to LD
10377 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10378 libsuff= shlibsuff= libmagic=32-bit;;
10379 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10380 libsuff=32 shlibsuff=N32 libmagic=N32;;
10381 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10382 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10383 *) libsuff= shlibsuff= libmagic=never-match;;
10384 esac
10385 ;;
10386 esac
10387 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10388 shlibpath_overrides_runpath=no
10389 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10390 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10391 hardcode_into_libs=yes
10392 ;;
10393
10394 # No shared lib support for Linux oldld, aout, or coff.
10395 linux*oldld* | linux*aout* | linux*coff*)
10396 dynamic_linker=no
10397 ;;
10398
10399 # This must be Linux ELF.
10400 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10401 version_type=linux
10402 need_lib_prefix=no
10403 need_version=no
10404 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10405 soname_spec='${libname}${release}${shared_ext}$major'
10406 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10407 shlibpath_var=LD_LIBRARY_PATH
10408 shlibpath_overrides_runpath=no
10409
10410 # Some binutils ld are patched to set DT_RUNPATH
10411 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10412 $as_echo_n "(cached) " >&6
10413 else
10414 lt_cv_shlibpath_overrides_runpath=no
10415 save_LDFLAGS=$LDFLAGS
10416 save_libdir=$libdir
10417 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10418 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10420 /* end confdefs.h. */
10421
10422 int
10423 main ()
10424 {
10425
10426 ;
10427 return 0;
10428 }
10429 _ACEOF
10430 if ac_fn_c_try_link "$LINENO"; then :
10431 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10432 lt_cv_shlibpath_overrides_runpath=yes
10433 fi
10434 fi
10435 rm -f core conftest.err conftest.$ac_objext \
10436 conftest$ac_exeext conftest.$ac_ext
10437 LDFLAGS=$save_LDFLAGS
10438 libdir=$save_libdir
10439
10440 fi
10441
10442 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10443
10444 # This implies no fast_install, which is unacceptable.
10445 # Some rework will be needed to allow for fast_install
10446 # before this can be enabled.
10447 hardcode_into_libs=yes
10448
10449 # Append ld.so.conf contents to the search path
10450 if test -f /etc/ld.so.conf; then
10451 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' ' '`
10452 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10453 fi
10454
10455 # We used to test for /lib/ld.so.1 and disable shared libraries on
10456 # powerpc, because MkLinux only supported shared libraries with the
10457 # GNU dynamic linker. Since this was broken with cross compilers,
10458 # most powerpc-linux boxes support dynamic linking these days and
10459 # people can always --disable-shared, the test was removed, and we
10460 # assume the GNU/Linux dynamic linker is in use.
10461 dynamic_linker='GNU/Linux ld.so'
10462 ;;
10463
10464 netbsd*)
10465 version_type=sunos
10466 need_lib_prefix=no
10467 need_version=no
10468 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10469 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10470 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10471 dynamic_linker='NetBSD (a.out) ld.so'
10472 else
10473 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10474 soname_spec='${libname}${release}${shared_ext}$major'
10475 dynamic_linker='NetBSD ld.elf_so'
10476 fi
10477 shlibpath_var=LD_LIBRARY_PATH
10478 shlibpath_overrides_runpath=yes
10479 hardcode_into_libs=yes
10480 ;;
10481
10482 newsos6)
10483 version_type=linux
10484 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10485 shlibpath_var=LD_LIBRARY_PATH
10486 shlibpath_overrides_runpath=yes
10487 ;;
10488
10489 *nto* | *qnx*)
10490 version_type=qnx
10491 need_lib_prefix=no
10492 need_version=no
10493 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10494 soname_spec='${libname}${release}${shared_ext}$major'
10495 shlibpath_var=LD_LIBRARY_PATH
10496 shlibpath_overrides_runpath=no
10497 hardcode_into_libs=yes
10498 dynamic_linker='ldqnx.so'
10499 ;;
10500
10501 openbsd*)
10502 version_type=sunos
10503 sys_lib_dlsearch_path_spec="/usr/lib"
10504 need_lib_prefix=no
10505 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10506 case $host_os in
10507 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10508 *) need_version=no ;;
10509 esac
10510 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10511 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10512 shlibpath_var=LD_LIBRARY_PATH
10513 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10514 case $host_os in
10515 openbsd2.[89] | openbsd2.[89].*)
10516 shlibpath_overrides_runpath=no
10517 ;;
10518 *)
10519 shlibpath_overrides_runpath=yes
10520 ;;
10521 esac
10522 else
10523 shlibpath_overrides_runpath=yes
10524 fi
10525 ;;
10526
10527 os2*)
10528 libname_spec='$name'
10529 shrext_cmds=".dll"
10530 need_lib_prefix=no
10531 library_names_spec='$libname${shared_ext} $libname.a'
10532 dynamic_linker='OS/2 ld.exe'
10533 shlibpath_var=LIBPATH
10534 ;;
10535
10536 osf3* | osf4* | osf5*)
10537 version_type=osf
10538 need_lib_prefix=no
10539 need_version=no
10540 soname_spec='${libname}${release}${shared_ext}$major'
10541 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10542 shlibpath_var=LD_LIBRARY_PATH
10543 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10544 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10545 ;;
10546
10547 rdos*)
10548 dynamic_linker=no
10549 ;;
10550
10551 solaris*)
10552 version_type=linux
10553 need_lib_prefix=no
10554 need_version=no
10555 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10556 soname_spec='${libname}${release}${shared_ext}$major'
10557 shlibpath_var=LD_LIBRARY_PATH
10558 shlibpath_overrides_runpath=yes
10559 hardcode_into_libs=yes
10560 # ldd complains unless libraries are executable
10561 postinstall_cmds='chmod +x $lib'
10562 ;;
10563
10564 sunos4*)
10565 version_type=sunos
10566 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10567 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10568 shlibpath_var=LD_LIBRARY_PATH
10569 shlibpath_overrides_runpath=yes
10570 if test "$with_gnu_ld" = yes; then
10571 need_lib_prefix=no
10572 fi
10573 need_version=yes
10574 ;;
10575
10576 sysv4 | sysv4.3*)
10577 version_type=linux
10578 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10579 soname_spec='${libname}${release}${shared_ext}$major'
10580 shlibpath_var=LD_LIBRARY_PATH
10581 case $host_vendor in
10582 sni)
10583 shlibpath_overrides_runpath=no
10584 need_lib_prefix=no
10585 runpath_var=LD_RUN_PATH
10586 ;;
10587 siemens)
10588 need_lib_prefix=no
10589 ;;
10590 motorola)
10591 need_lib_prefix=no
10592 need_version=no
10593 shlibpath_overrides_runpath=no
10594 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10595 ;;
10596 esac
10597 ;;
10598
10599 sysv4*MP*)
10600 if test -d /usr/nec ;then
10601 version_type=linux
10602 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10603 soname_spec='$libname${shared_ext}.$major'
10604 shlibpath_var=LD_LIBRARY_PATH
10605 fi
10606 ;;
10607
10608 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10609 version_type=freebsd-elf
10610 need_lib_prefix=no
10611 need_version=no
10612 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10613 soname_spec='${libname}${release}${shared_ext}$major'
10614 shlibpath_var=LD_LIBRARY_PATH
10615 shlibpath_overrides_runpath=yes
10616 hardcode_into_libs=yes
10617 if test "$with_gnu_ld" = yes; then
10618 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10619 else
10620 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10621 case $host_os in
10622 sco3.2v5*)
10623 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10624 ;;
10625 esac
10626 fi
10627 sys_lib_dlsearch_path_spec='/usr/lib'
10628 ;;
10629
10630 tpf*)
10631 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10632 version_type=linux
10633 need_lib_prefix=no
10634 need_version=no
10635 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10636 shlibpath_var=LD_LIBRARY_PATH
10637 shlibpath_overrides_runpath=no
10638 hardcode_into_libs=yes
10639 ;;
10640
10641 uts4*)
10642 version_type=linux
10643 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10644 soname_spec='${libname}${release}${shared_ext}$major'
10645 shlibpath_var=LD_LIBRARY_PATH
10646 ;;
10647
10648 *)
10649 dynamic_linker=no
10650 ;;
10651 esac
10652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10653 $as_echo "$dynamic_linker" >&6; }
10654 test "$dynamic_linker" = no && can_build_shared=no
10655
10656 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10657 if test "$GCC" = yes; then
10658 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10659 fi
10660
10661 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10662 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10663 fi
10664 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10665 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10666 fi
10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
10678
10679
10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
10693
10694
10695
10696
10697
10698
10699
10700
10701
10702
10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10760 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10761 hardcode_action=
10762 if test -n "$hardcode_libdir_flag_spec" ||
10763 test -n "$runpath_var" ||
10764 test "X$hardcode_automatic" = "Xyes" ; then
10765
10766 # We can hardcode non-existent directories.
10767 if test "$hardcode_direct" != no &&
10768 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10769 # have to relink, otherwise we might link with an installed library
10770 # when we should be linking with a yet-to-be-installed one
10771 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10772 test "$hardcode_minus_L" != no; then
10773 # Linking always hardcodes the temporary library directory.
10774 hardcode_action=relink
10775 else
10776 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10777 hardcode_action=immediate
10778 fi
10779 else
10780 # We cannot hardcode anything, or else we can only hardcode existing
10781 # directories.
10782 hardcode_action=unsupported
10783 fi
10784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10785 $as_echo "$hardcode_action" >&6; }
10786
10787 if test "$hardcode_action" = relink ||
10788 test "$inherit_rpath" = yes; then
10789 # Fast installation is not supported
10790 enable_fast_install=no
10791 elif test "$shlibpath_overrides_runpath" = yes ||
10792 test "$enable_shared" = no; then
10793 # Fast installation is not necessary
10794 enable_fast_install=needless
10795 fi
10796
10797
10798
10799
10800
10801
10802 if test "x$enable_dlopen" != xyes; then
10803 enable_dlopen=unknown
10804 enable_dlopen_self=unknown
10805 enable_dlopen_self_static=unknown
10806 else
10807 lt_cv_dlopen=no
10808 lt_cv_dlopen_libs=
10809
10810 case $host_os in
10811 beos*)
10812 lt_cv_dlopen="load_add_on"
10813 lt_cv_dlopen_libs=
10814 lt_cv_dlopen_self=yes
10815 ;;
10816
10817 mingw* | pw32* | cegcc*)
10818 lt_cv_dlopen="LoadLibrary"
10819 lt_cv_dlopen_libs=
10820 ;;
10821
10822 cygwin*)
10823 lt_cv_dlopen="dlopen"
10824 lt_cv_dlopen_libs=
10825 ;;
10826
10827 darwin*)
10828 # if libdl is installed we need to link against it
10829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10830 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10831 if ${ac_cv_lib_dl_dlopen+:} false; then :
10832 $as_echo_n "(cached) " >&6
10833 else
10834 ac_check_lib_save_LIBS=$LIBS
10835 LIBS="-ldl $LIBS"
10836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10837 /* end confdefs.h. */
10838
10839 /* Override any GCC internal prototype to avoid an error.
10840 Use char because int might match the return type of a GCC
10841 builtin and then its argument prototype would still apply. */
10842 #ifdef __cplusplus
10843 extern "C"
10844 #endif
10845 char dlopen ();
10846 int
10847 main ()
10848 {
10849 return dlopen ();
10850 ;
10851 return 0;
10852 }
10853 _ACEOF
10854 if ac_fn_c_try_link "$LINENO"; then :
10855 ac_cv_lib_dl_dlopen=yes
10856 else
10857 ac_cv_lib_dl_dlopen=no
10858 fi
10859 rm -f core conftest.err conftest.$ac_objext \
10860 conftest$ac_exeext conftest.$ac_ext
10861 LIBS=$ac_check_lib_save_LIBS
10862 fi
10863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10864 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10865 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10866 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10867 else
10868
10869 lt_cv_dlopen="dyld"
10870 lt_cv_dlopen_libs=
10871 lt_cv_dlopen_self=yes
10872
10873 fi
10874
10875 ;;
10876
10877 *)
10878 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10879 if test "x$ac_cv_func_shl_load" = xyes; then :
10880 lt_cv_dlopen="shl_load"
10881 else
10882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10883 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10884 if ${ac_cv_lib_dld_shl_load+:} false; then :
10885 $as_echo_n "(cached) " >&6
10886 else
10887 ac_check_lib_save_LIBS=$LIBS
10888 LIBS="-ldld $LIBS"
10889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10890 /* end confdefs.h. */
10891
10892 /* Override any GCC internal prototype to avoid an error.
10893 Use char because int might match the return type of a GCC
10894 builtin and then its argument prototype would still apply. */
10895 #ifdef __cplusplus
10896 extern "C"
10897 #endif
10898 char shl_load ();
10899 int
10900 main ()
10901 {
10902 return shl_load ();
10903 ;
10904 return 0;
10905 }
10906 _ACEOF
10907 if ac_fn_c_try_link "$LINENO"; then :
10908 ac_cv_lib_dld_shl_load=yes
10909 else
10910 ac_cv_lib_dld_shl_load=no
10911 fi
10912 rm -f core conftest.err conftest.$ac_objext \
10913 conftest$ac_exeext conftest.$ac_ext
10914 LIBS=$ac_check_lib_save_LIBS
10915 fi
10916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10917 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10918 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10919 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10920 else
10921 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10922 if test "x$ac_cv_func_dlopen" = xyes; then :
10923 lt_cv_dlopen="dlopen"
10924 else
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10926 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10927 if ${ac_cv_lib_dl_dlopen+:} false; then :
10928 $as_echo_n "(cached) " >&6
10929 else
10930 ac_check_lib_save_LIBS=$LIBS
10931 LIBS="-ldl $LIBS"
10932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10933 /* end confdefs.h. */
10934
10935 /* Override any GCC internal prototype to avoid an error.
10936 Use char because int might match the return type of a GCC
10937 builtin and then its argument prototype would still apply. */
10938 #ifdef __cplusplus
10939 extern "C"
10940 #endif
10941 char dlopen ();
10942 int
10943 main ()
10944 {
10945 return dlopen ();
10946 ;
10947 return 0;
10948 }
10949 _ACEOF
10950 if ac_fn_c_try_link "$LINENO"; then :
10951 ac_cv_lib_dl_dlopen=yes
10952 else
10953 ac_cv_lib_dl_dlopen=no
10954 fi
10955 rm -f core conftest.err conftest.$ac_objext \
10956 conftest$ac_exeext conftest.$ac_ext
10957 LIBS=$ac_check_lib_save_LIBS
10958 fi
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10960 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10961 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10962 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10963 else
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10965 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10966 if ${ac_cv_lib_svld_dlopen+:} false; then :
10967 $as_echo_n "(cached) " >&6
10968 else
10969 ac_check_lib_save_LIBS=$LIBS
10970 LIBS="-lsvld $LIBS"
10971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10972 /* end confdefs.h. */
10973
10974 /* Override any GCC internal prototype to avoid an error.
10975 Use char because int might match the return type of a GCC
10976 builtin and then its argument prototype would still apply. */
10977 #ifdef __cplusplus
10978 extern "C"
10979 #endif
10980 char dlopen ();
10981 int
10982 main ()
10983 {
10984 return dlopen ();
10985 ;
10986 return 0;
10987 }
10988 _ACEOF
10989 if ac_fn_c_try_link "$LINENO"; then :
10990 ac_cv_lib_svld_dlopen=yes
10991 else
10992 ac_cv_lib_svld_dlopen=no
10993 fi
10994 rm -f core conftest.err conftest.$ac_objext \
10995 conftest$ac_exeext conftest.$ac_ext
10996 LIBS=$ac_check_lib_save_LIBS
10997 fi
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10999 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11000 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11001 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11002 else
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11004 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11005 if ${ac_cv_lib_dld_dld_link+:} false; then :
11006 $as_echo_n "(cached) " >&6
11007 else
11008 ac_check_lib_save_LIBS=$LIBS
11009 LIBS="-ldld $LIBS"
11010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11011 /* end confdefs.h. */
11012
11013 /* Override any GCC internal prototype to avoid an error.
11014 Use char because int might match the return type of a GCC
11015 builtin and then its argument prototype would still apply. */
11016 #ifdef __cplusplus
11017 extern "C"
11018 #endif
11019 char dld_link ();
11020 int
11021 main ()
11022 {
11023 return dld_link ();
11024 ;
11025 return 0;
11026 }
11027 _ACEOF
11028 if ac_fn_c_try_link "$LINENO"; then :
11029 ac_cv_lib_dld_dld_link=yes
11030 else
11031 ac_cv_lib_dld_dld_link=no
11032 fi
11033 rm -f core conftest.err conftest.$ac_objext \
11034 conftest$ac_exeext conftest.$ac_ext
11035 LIBS=$ac_check_lib_save_LIBS
11036 fi
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11038 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11039 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11040 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11041 fi
11042
11043
11044 fi
11045
11046
11047 fi
11048
11049
11050 fi
11051
11052
11053 fi
11054
11055
11056 fi
11057
11058 ;;
11059 esac
11060
11061 if test "x$lt_cv_dlopen" != xno; then
11062 enable_dlopen=yes
11063 else
11064 enable_dlopen=no
11065 fi
11066
11067 case $lt_cv_dlopen in
11068 dlopen)
11069 save_CPPFLAGS="$CPPFLAGS"
11070 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11071
11072 save_LDFLAGS="$LDFLAGS"
11073 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11074
11075 save_LIBS="$LIBS"
11076 LIBS="$lt_cv_dlopen_libs $LIBS"
11077
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11079 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11080 if ${lt_cv_dlopen_self+:} false; then :
11081 $as_echo_n "(cached) " >&6
11082 else
11083 if test "$cross_compiling" = yes; then :
11084 lt_cv_dlopen_self=cross
11085 else
11086 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11087 lt_status=$lt_dlunknown
11088 cat > conftest.$ac_ext <<_LT_EOF
11089 #line 11089 "configure"
11090 #include "confdefs.h"
11091
11092 #if HAVE_DLFCN_H
11093 #include <dlfcn.h>
11094 #endif
11095
11096 #include <stdio.h>
11097
11098 #ifdef RTLD_GLOBAL
11099 # define LT_DLGLOBAL RTLD_GLOBAL
11100 #else
11101 # ifdef DL_GLOBAL
11102 # define LT_DLGLOBAL DL_GLOBAL
11103 # else
11104 # define LT_DLGLOBAL 0
11105 # endif
11106 #endif
11107
11108 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11109 find out it does not work in some platform. */
11110 #ifndef LT_DLLAZY_OR_NOW
11111 # ifdef RTLD_LAZY
11112 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11113 # else
11114 # ifdef DL_LAZY
11115 # define LT_DLLAZY_OR_NOW DL_LAZY
11116 # else
11117 # ifdef RTLD_NOW
11118 # define LT_DLLAZY_OR_NOW RTLD_NOW
11119 # else
11120 # ifdef DL_NOW
11121 # define LT_DLLAZY_OR_NOW DL_NOW
11122 # else
11123 # define LT_DLLAZY_OR_NOW 0
11124 # endif
11125 # endif
11126 # endif
11127 # endif
11128 #endif
11129
11130 /* When -fvisbility=hidden is used, assume the code has been annotated
11131 correspondingly for the symbols needed. */
11132 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11133 void fnord () __attribute__((visibility("default")));
11134 #endif
11135
11136 void fnord () { int i=42; }
11137 int main ()
11138 {
11139 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11140 int status = $lt_dlunknown;
11141
11142 if (self)
11143 {
11144 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11145 else
11146 {
11147 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11148 else puts (dlerror ());
11149 }
11150 /* dlclose (self); */
11151 }
11152 else
11153 puts (dlerror ());
11154
11155 return status;
11156 }
11157 _LT_EOF
11158 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11159 (eval $ac_link) 2>&5
11160 ac_status=$?
11161 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11162 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11163 (./conftest; exit; ) >&5 2>/dev/null
11164 lt_status=$?
11165 case x$lt_status in
11166 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11167 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11168 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11169 esac
11170 else :
11171 # compilation failed
11172 lt_cv_dlopen_self=no
11173 fi
11174 fi
11175 rm -fr conftest*
11176
11177
11178 fi
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11180 $as_echo "$lt_cv_dlopen_self" >&6; }
11181
11182 if test "x$lt_cv_dlopen_self" = xyes; then
11183 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11185 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11186 if ${lt_cv_dlopen_self_static+:} false; then :
11187 $as_echo_n "(cached) " >&6
11188 else
11189 if test "$cross_compiling" = yes; then :
11190 lt_cv_dlopen_self_static=cross
11191 else
11192 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11193 lt_status=$lt_dlunknown
11194 cat > conftest.$ac_ext <<_LT_EOF
11195 #line 11195 "configure"
11196 #include "confdefs.h"
11197
11198 #if HAVE_DLFCN_H
11199 #include <dlfcn.h>
11200 #endif
11201
11202 #include <stdio.h>
11203
11204 #ifdef RTLD_GLOBAL
11205 # define LT_DLGLOBAL RTLD_GLOBAL
11206 #else
11207 # ifdef DL_GLOBAL
11208 # define LT_DLGLOBAL DL_GLOBAL
11209 # else
11210 # define LT_DLGLOBAL 0
11211 # endif
11212 #endif
11213
11214 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11215 find out it does not work in some platform. */
11216 #ifndef LT_DLLAZY_OR_NOW
11217 # ifdef RTLD_LAZY
11218 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11219 # else
11220 # ifdef DL_LAZY
11221 # define LT_DLLAZY_OR_NOW DL_LAZY
11222 # else
11223 # ifdef RTLD_NOW
11224 # define LT_DLLAZY_OR_NOW RTLD_NOW
11225 # else
11226 # ifdef DL_NOW
11227 # define LT_DLLAZY_OR_NOW DL_NOW
11228 # else
11229 # define LT_DLLAZY_OR_NOW 0
11230 # endif
11231 # endif
11232 # endif
11233 # endif
11234 #endif
11235
11236 /* When -fvisbility=hidden is used, assume the code has been annotated
11237 correspondingly for the symbols needed. */
11238 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11239 void fnord () __attribute__((visibility("default")));
11240 #endif
11241
11242 void fnord () { int i=42; }
11243 int main ()
11244 {
11245 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11246 int status = $lt_dlunknown;
11247
11248 if (self)
11249 {
11250 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11251 else
11252 {
11253 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11254 else puts (dlerror ());
11255 }
11256 /* dlclose (self); */
11257 }
11258 else
11259 puts (dlerror ());
11260
11261 return status;
11262 }
11263 _LT_EOF
11264 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11265 (eval $ac_link) 2>&5
11266 ac_status=$?
11267 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11268 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11269 (./conftest; exit; ) >&5 2>/dev/null
11270 lt_status=$?
11271 case x$lt_status in
11272 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11273 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11274 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11275 esac
11276 else :
11277 # compilation failed
11278 lt_cv_dlopen_self_static=no
11279 fi
11280 fi
11281 rm -fr conftest*
11282
11283
11284 fi
11285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11286 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11287 fi
11288
11289 CPPFLAGS="$save_CPPFLAGS"
11290 LDFLAGS="$save_LDFLAGS"
11291 LIBS="$save_LIBS"
11292 ;;
11293 esac
11294
11295 case $lt_cv_dlopen_self in
11296 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11297 *) enable_dlopen_self=unknown ;;
11298 esac
11299
11300 case $lt_cv_dlopen_self_static in
11301 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11302 *) enable_dlopen_self_static=unknown ;;
11303 esac
11304 fi
11305
11306
11307
11308
11309
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321
11322 striplib=
11323 old_striplib=
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11325 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11326 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11327 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11328 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11330 $as_echo "yes" >&6; }
11331 else
11332 # FIXME - insert some real tests, host_os isn't really good enough
11333 case $host_os in
11334 darwin*)
11335 if test -n "$STRIP" ; then
11336 striplib="$STRIP -x"
11337 old_striplib="$STRIP -S"
11338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11339 $as_echo "yes" >&6; }
11340 else
11341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11342 $as_echo "no" >&6; }
11343 fi
11344 ;;
11345 *)
11346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11347 $as_echo "no" >&6; }
11348 ;;
11349 esac
11350 fi
11351
11352
11353
11354
11355
11356
11357
11358
11359
11360
11361
11362
11363 # Report which library types will actually be built
11364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11365 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11367 $as_echo "$can_build_shared" >&6; }
11368
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11370 $as_echo_n "checking whether to build shared libraries... " >&6; }
11371 test "$can_build_shared" = "no" && enable_shared=no
11372
11373 # On AIX, shared libraries and static libraries use the same namespace, and
11374 # are all built from PIC.
11375 case $host_os in
11376 aix3*)
11377 test "$enable_shared" = yes && enable_static=no
11378 if test -n "$RANLIB"; then
11379 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11380 postinstall_cmds='$RANLIB $lib'
11381 fi
11382 ;;
11383
11384 aix[4-9]*)
11385 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11386 test "$enable_shared" = yes && enable_static=no
11387 fi
11388 ;;
11389 esac
11390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11391 $as_echo "$enable_shared" >&6; }
11392
11393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11394 $as_echo_n "checking whether to build static libraries... " >&6; }
11395 # Make sure either enable_shared or enable_static is yes.
11396 test "$enable_shared" = yes || enable_static=yes
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11398 $as_echo "$enable_static" >&6; }
11399
11400
11401
11402
11403 fi
11404 ac_ext=c
11405 ac_cpp='$CPP $CPPFLAGS'
11406 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11407 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11408 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11409
11410 CC="$lt_save_CC"
11411
11412
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422
11423
11424 ac_config_commands="$ac_config_commands libtool"
11425
11426
11427
11428
11429 # Only expand once:
11430
11431
11432
11433 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11434
11435 # The tests for host and target for $enable_largefile require
11436 # canonical names.
11437
11438
11439
11440 # As the $enable_largefile decision depends on --enable-plugins we must set it
11441 # even in directories otherwise not depending on the $plugins option.
11442
11443
11444 maybe_plugins=no
11445 for ac_header in dlfcn.h
11446 do :
11447 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11448 "
11449 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11450 cat >>confdefs.h <<_ACEOF
11451 #define HAVE_DLFCN_H 1
11452 _ACEOF
11453 maybe_plugins=yes
11454 fi
11455
11456 done
11457
11458 for ac_header in windows.h
11459 do :
11460 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11461 "
11462 if test "x$ac_cv_header_windows_h" = xyes; then :
11463 cat >>confdefs.h <<_ACEOF
11464 #define HAVE_WINDOWS_H 1
11465 _ACEOF
11466 maybe_plugins=yes
11467 fi
11468
11469 done
11470
11471
11472 # Check whether --enable-plugins was given.
11473 if test "${enable_plugins+set}" = set; then :
11474 enableval=$enable_plugins; case "${enableval}" in
11475 no) plugins=no ;;
11476 *) plugins=yes
11477 if test "$maybe_plugins" != "yes" ; then
11478 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11479 fi ;;
11480 esac
11481 else
11482 plugins=$maybe_plugins
11483
11484 fi
11485
11486 if test "$plugins" = "yes"; then
11487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11488 $as_echo_n "checking for library containing dlsym... " >&6; }
11489 if ${ac_cv_search_dlsym+:} false; then :
11490 $as_echo_n "(cached) " >&6
11491 else
11492 ac_func_search_save_LIBS=$LIBS
11493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11494 /* end confdefs.h. */
11495
11496 /* Override any GCC internal prototype to avoid an error.
11497 Use char because int might match the return type of a GCC
11498 builtin and then its argument prototype would still apply. */
11499 #ifdef __cplusplus
11500 extern "C"
11501 #endif
11502 char dlsym ();
11503 int
11504 main ()
11505 {
11506 return dlsym ();
11507 ;
11508 return 0;
11509 }
11510 _ACEOF
11511 for ac_lib in '' dl; do
11512 if test -z "$ac_lib"; then
11513 ac_res="none required"
11514 else
11515 ac_res=-l$ac_lib
11516 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11517 fi
11518 if ac_fn_c_try_link "$LINENO"; then :
11519 ac_cv_search_dlsym=$ac_res
11520 fi
11521 rm -f core conftest.err conftest.$ac_objext \
11522 conftest$ac_exeext
11523 if ${ac_cv_search_dlsym+:} false; then :
11524 break
11525 fi
11526 done
11527 if ${ac_cv_search_dlsym+:} false; then :
11528
11529 else
11530 ac_cv_search_dlsym=no
11531 fi
11532 rm conftest.$ac_ext
11533 LIBS=$ac_func_search_save_LIBS
11534 fi
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11536 $as_echo "$ac_cv_search_dlsym" >&6; }
11537 ac_res=$ac_cv_search_dlsym
11538 if test "$ac_res" != no; then :
11539 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11540
11541 fi
11542
11543 fi
11544
11545
11546 case "${host}" in
11547 sparc-*-solaris*|i?86-*-solaris*)
11548 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11549 # were mutually exclusive until Solaris 11.3. Without procfs support,
11550 # the bfd/ elf module cannot provide certain routines such as
11551 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11552 # explicitly requested large-file support through the
11553 # --enable-largefile switch, disable large-file support in favor of
11554 # procfs support.
11555 #
11556 # Check if <sys/procfs.h> is incompatible with large-file support.
11557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11558 /* end confdefs.h. */
11559 #define _FILE_OFFSET_BITS 64
11560 #define _STRUCTURED_PROC 1
11561 #include <sys/procfs.h>
11562 int
11563 main ()
11564 {
11565
11566 ;
11567 return 0;
11568 }
11569 _ACEOF
11570 if ac_fn_c_try_compile "$LINENO"; then :
11571 acx_cv_procfs_lfs=yes
11572 else
11573 acx_cv_procfs_lfs=no
11574 fi
11575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11576 #
11577 # Forcefully disable large-file support only if necessary, gdb is in
11578 # tree and enabled.
11579 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11580 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11581 : ${enable_largefile="no"}
11582 if test "$plugins" = yes; then
11583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11584 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11585 $as_echo "$as_me: WARNING:
11586 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11587 plugins=no
11588 fi
11589 fi
11590 #
11591 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11592 # benefit of g++ 9+ which predefines it on Solaris.
11593 if test "$enable_largefile" = no; then
11594 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11595
11596 fi
11597 ;;
11598 esac
11599
11600 # Check whether --enable-largefile was given.
11601 if test "${enable_largefile+set}" = set; then :
11602 enableval=$enable_largefile;
11603 fi
11604
11605 if test "$enable_largefile" != no; then
11606
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11608 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11609 if ${ac_cv_sys_largefile_CC+:} false; then :
11610 $as_echo_n "(cached) " >&6
11611 else
11612 ac_cv_sys_largefile_CC=no
11613 if test "$GCC" != yes; then
11614 ac_save_CC=$CC
11615 while :; do
11616 # IRIX 6.2 and later do not support large files by default,
11617 # so use the C compiler's -n32 option if that helps.
11618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11619 /* end confdefs.h. */
11620 #include <sys/types.h>
11621 /* Check that off_t can represent 2**63 - 1 correctly.
11622 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11623 since some C++ compilers masquerading as C compilers
11624 incorrectly reject 9223372036854775807. */
11625 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11626 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11627 && LARGE_OFF_T % 2147483647 == 1)
11628 ? 1 : -1];
11629 int
11630 main ()
11631 {
11632
11633 ;
11634 return 0;
11635 }
11636 _ACEOF
11637 if ac_fn_c_try_compile "$LINENO"; then :
11638 break
11639 fi
11640 rm -f core conftest.err conftest.$ac_objext
11641 CC="$CC -n32"
11642 if ac_fn_c_try_compile "$LINENO"; then :
11643 ac_cv_sys_largefile_CC=' -n32'; break
11644 fi
11645 rm -f core conftest.err conftest.$ac_objext
11646 break
11647 done
11648 CC=$ac_save_CC
11649 rm -f conftest.$ac_ext
11650 fi
11651 fi
11652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11653 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11654 if test "$ac_cv_sys_largefile_CC" != no; then
11655 CC=$CC$ac_cv_sys_largefile_CC
11656 fi
11657
11658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11659 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11660 if ${ac_cv_sys_file_offset_bits+:} false; then :
11661 $as_echo_n "(cached) " >&6
11662 else
11663 while :; do
11664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11665 /* end confdefs.h. */
11666 #include <sys/types.h>
11667 /* Check that off_t can represent 2**63 - 1 correctly.
11668 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11669 since some C++ compilers masquerading as C compilers
11670 incorrectly reject 9223372036854775807. */
11671 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11672 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11673 && LARGE_OFF_T % 2147483647 == 1)
11674 ? 1 : -1];
11675 int
11676 main ()
11677 {
11678
11679 ;
11680 return 0;
11681 }
11682 _ACEOF
11683 if ac_fn_c_try_compile "$LINENO"; then :
11684 ac_cv_sys_file_offset_bits=no; break
11685 fi
11686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11688 /* end confdefs.h. */
11689 #define _FILE_OFFSET_BITS 64
11690 #include <sys/types.h>
11691 /* Check that off_t can represent 2**63 - 1 correctly.
11692 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11693 since some C++ compilers masquerading as C compilers
11694 incorrectly reject 9223372036854775807. */
11695 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11696 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11697 && LARGE_OFF_T % 2147483647 == 1)
11698 ? 1 : -1];
11699 int
11700 main ()
11701 {
11702
11703 ;
11704 return 0;
11705 }
11706 _ACEOF
11707 if ac_fn_c_try_compile "$LINENO"; then :
11708 ac_cv_sys_file_offset_bits=64; break
11709 fi
11710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11711 ac_cv_sys_file_offset_bits=unknown
11712 break
11713 done
11714 fi
11715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11716 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11717 case $ac_cv_sys_file_offset_bits in #(
11718 no | unknown) ;;
11719 *)
11720 cat >>confdefs.h <<_ACEOF
11721 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11722 _ACEOF
11723 ;;
11724 esac
11725 rm -rf conftest*
11726 if test $ac_cv_sys_file_offset_bits = unknown; then
11727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11728 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11729 if ${ac_cv_sys_large_files+:} false; then :
11730 $as_echo_n "(cached) " >&6
11731 else
11732 while :; do
11733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11734 /* end confdefs.h. */
11735 #include <sys/types.h>
11736 /* Check that off_t can represent 2**63 - 1 correctly.
11737 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11738 since some C++ compilers masquerading as C compilers
11739 incorrectly reject 9223372036854775807. */
11740 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11741 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11742 && LARGE_OFF_T % 2147483647 == 1)
11743 ? 1 : -1];
11744 int
11745 main ()
11746 {
11747
11748 ;
11749 return 0;
11750 }
11751 _ACEOF
11752 if ac_fn_c_try_compile "$LINENO"; then :
11753 ac_cv_sys_large_files=no; break
11754 fi
11755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11757 /* end confdefs.h. */
11758 #define _LARGE_FILES 1
11759 #include <sys/types.h>
11760 /* Check that off_t can represent 2**63 - 1 correctly.
11761 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11762 since some C++ compilers masquerading as C compilers
11763 incorrectly reject 9223372036854775807. */
11764 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11765 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11766 && LARGE_OFF_T % 2147483647 == 1)
11767 ? 1 : -1];
11768 int
11769 main ()
11770 {
11771
11772 ;
11773 return 0;
11774 }
11775 _ACEOF
11776 if ac_fn_c_try_compile "$LINENO"; then :
11777 ac_cv_sys_large_files=1; break
11778 fi
11779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11780 ac_cv_sys_large_files=unknown
11781 break
11782 done
11783 fi
11784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11785 $as_echo "$ac_cv_sys_large_files" >&6; }
11786 case $ac_cv_sys_large_files in #(
11787 no | unknown) ;;
11788 *)
11789 cat >>confdefs.h <<_ACEOF
11790 #define _LARGE_FILES $ac_cv_sys_large_files
11791 _ACEOF
11792 ;;
11793 esac
11794 rm -rf conftest*
11795 fi
11796
11797
11798 fi
11799
11800
11801
11802 case "${target}" in
11803 hppa*64*-*-*) ;;
11804 *-*-*aout*| i[3-7]86-*-msdos* | ns32k-*-* | pdp11-*-*)
11805 if test "$plugins" = "yes"; then
11806 if test "${enable_plugins+set}" = set; then
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
11808 $as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
11809 else
11810 plugins=no
11811 fi
11812 fi ;;
11813 hppa*-*-hpux* | *-*-*vms* | \
11814 powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
11815 if test "$plugins" = "yes"; then
11816 if test "${enable_plugins+set}" = set; then
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
11818 $as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
11819 else
11820 plugins=no
11821 fi
11822 fi ;;
11823 esac
11824
11825 if test "$plugins" = "yes"; then
11826 PLUGINS_TRUE=
11827 PLUGINS_FALSE='#'
11828 else
11829 PLUGINS_TRUE='#'
11830 PLUGINS_FALSE=
11831 fi
11832
11833
11834 ac_checking=
11835 . ${srcdir}/development.sh
11836 test "$development" = true && ac_checking=yes
11837 # Check whether --enable-checking was given.
11838 if test "${enable_checking+set}" = set; then :
11839 enableval=$enable_checking; case "${enableval}" in
11840 no|none) ac_checking= ;;
11841 *) ac_checking=yes ;;
11842 esac
11843 fi
11844 if test x$ac_checking != x ; then
11845
11846 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11847
11848 fi
11849
11850 # Check whether --enable-64-bit-bfd was given.
11851 if test "${enable_64_bit_bfd+set}" = set; then :
11852 enableval=$enable_64_bit_bfd; case $enableval in #(
11853 yes|no) :
11854 ;; #(
11855 *) :
11856 as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; #(
11857 *) :
11858 ;;
11859 esac
11860 else
11861 enable_64_bit_bfd=no
11862 fi
11863
11864
11865 if test "x$enable_64_bit_bfd" = "xno"; then :
11866 # The cast to long int works around a bug in the HP C Compiler
11867 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11868 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11869 # This bug is HP SR number 8606223364.
11870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
11871 $as_echo_n "checking size of void *... " >&6; }
11872 if ${ac_cv_sizeof_void_p+:} false; then :
11873 $as_echo_n "(cached) " >&6
11874 else
11875 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
11876
11877 else
11878 if test "$ac_cv_type_void_p" = yes; then
11879 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11880 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11881 as_fn_error 77 "cannot compute sizeof (void *)
11882 See \`config.log' for more details" "$LINENO" 5; }
11883 else
11884 ac_cv_sizeof_void_p=0
11885 fi
11886 fi
11887
11888 fi
11889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
11890 $as_echo "$ac_cv_sizeof_void_p" >&6; }
11891
11892
11893
11894 cat >>confdefs.h <<_ACEOF
11895 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
11896 _ACEOF
11897
11898
11899 if test "x$ac_cv_sizeof_void_p" = "x8"; then :
11900 enable_64_bit_bfd=yes
11901 fi
11902
11903 fi
11904
11905 if test "x$enable_64_bit_bfd" = "xyes"; then
11906 ENABLE_BFD_64_BIT_TRUE=
11907 ENABLE_BFD_64_BIT_FALSE='#'
11908 else
11909 ENABLE_BFD_64_BIT_TRUE='#'
11910 ENABLE_BFD_64_BIT_FALSE=
11911 fi
11912
11913
11914 if test $enable_64_bit_bfd = yes ; then
11915 want64=true
11916 else
11917 want64=false
11918 fi
11919
11920 # Check whether --enable-targets was given.
11921 if test "${enable_targets+set}" = set; then :
11922 enableval=$enable_targets; case "${enableval}" in
11923 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11924 ;;
11925 no) enable_targets= ;;
11926 *) enable_targets=$enableval ;;
11927 esac
11928 fi
11929
11930 # Check whether --enable-64_bit_archive was given.
11931 if test "${enable_64_bit_archive+set}" = set; then :
11932 enableval=$enable_64_bit_archive; case "${enableval}" in
11933 yes) want_64_bit_archive=true ;;
11934 no) want_64_bit_archive=false ;;
11935 *) as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
11936 esac
11937 else
11938 want_64_bit_archive=unset
11939 fi
11940
11941
11942 # Check whether --with-mmap was given.
11943 if test "${with_mmap+set}" = set; then :
11944 withval=$with_mmap; case "${withval}" in
11945 yes) want_mmap=true ;;
11946 no) want_mmap=false ;;
11947 *) as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
11948 esac
11949 else
11950 want_mmap=false
11951 fi
11952
11953 # Check whether --enable-secureplt was given.
11954 if test "${enable_secureplt+set}" = set; then :
11955 enableval=$enable_secureplt; case "${enableval}" in
11956 yes) use_secureplt=true ;;
11957 no) use_secureplt=false ;;
11958 *) as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
11959 esac
11960 else
11961 use_secureplt=true
11962 fi
11963 if test $use_secureplt = true; then
11964
11965 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
11966
11967 fi
11968
11969 # Decide if -z separate-code should be enabled in ELF linker by default.
11970 ac_default_ld_z_separate_code=unset
11971 # Check whether --enable-separate-code was given.
11972 if test "${enable_separate_code+set}" = set; then :
11973 enableval=$enable_separate_code; case "${enableval}" in
11974 yes) ac_default_ld_z_separate_code=1 ;;
11975 no) ac_default_ld_z_separate_code=0 ;;
11976 esac
11977 fi
11978
11979 # Enable -z separate-code by default for Linux/x86.
11980 case "${target}" in
11981 i[3-7]86-*-linux-* | x86_64-*-linux-*)
11982 if test ${ac_default_ld_z_separate_code} = unset; then
11983 ac_default_ld_z_separate_code=1
11984 fi
11985 ;;
11986 esac
11987 if test "${ac_default_ld_z_separate_code}" = unset; then
11988 ac_default_ld_z_separate_code=0
11989 fi
11990
11991 cat >>confdefs.h <<_ACEOF
11992 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
11993 _ACEOF
11994
11995
11996 # Check whether --enable-leading-mingw64-underscores was given.
11997 if test "${enable_leading_mingw64_underscores+set}" = set; then :
11998 enableval=$enable_leading_mingw64_underscores;
11999 fi
12000
12001 if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12002
12003 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12004
12005 fi
12006
12007 DEBUGDIR=${libdir}/debug
12008
12009 # Check whether --with-separate-debug-dir was given.
12010 if test "${with_separate_debug_dir+set}" = set; then :
12011 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12012 fi
12013
12014
12015
12016
12017
12018 # Check whether --with-pkgversion was given.
12019 if test "${with_pkgversion+set}" = set; then :
12020 withval=$with_pkgversion; case "$withval" in
12021 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
12022 no) PKGVERSION= ;;
12023 *) PKGVERSION="($withval) " ;;
12024 esac
12025 else
12026 PKGVERSION="(GNU Binutils) "
12027
12028 fi
12029
12030
12031
12032
12033
12034 # Check whether --with-bugurl was given.
12035 if test "${with_bugurl+set}" = set; then :
12036 withval=$with_bugurl; case "$withval" in
12037 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
12038 no) BUGURL=
12039 ;;
12040 *) BUGURL="$withval"
12041 ;;
12042 esac
12043 else
12044 BUGURL="https://sourceware.org/bugzilla/"
12045
12046 fi
12047
12048 case ${BUGURL} in
12049 "")
12050 REPORT_BUGS_TO=
12051 REPORT_BUGS_TEXI=
12052 ;;
12053 *)
12054 REPORT_BUGS_TO="<$BUGURL>"
12055 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12056 ;;
12057 esac;
12058
12059
12060
12061
12062
12063 # Set the 'development' global.
12064 . $srcdir/../bfd/development.sh
12065
12066 # Set acp_cpp_for_build variable
12067 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12068
12069 # Default set of GCC warnings to enable.
12070 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12071 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12072
12073 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12075 /* end confdefs.h. */
12076 __GNUC__
12077 _ACEOF
12078 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12079 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12080
12081 else
12082 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12083 fi
12084 rm -f conftest*
12085
12086
12087 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12089 /* end confdefs.h. */
12090 __GNUC__
12091 _ACEOF
12092 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12093 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12094
12095 else
12096 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12097 fi
12098 rm -f conftest*
12099
12100
12101 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12102 WARN_WRITE_STRINGS=""
12103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12104 /* end confdefs.h. */
12105 __GNUC__
12106 _ACEOF
12107 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12108 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12109
12110 else
12111 WARN_WRITE_STRINGS="-Wwrite-strings"
12112 fi
12113 rm -f conftest*
12114
12115
12116 # Verify CC_FOR_BUILD to be compatible with warning flags
12117
12118 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12120 /* end confdefs.h. */
12121 __GNUC__
12122 _ACEOF
12123 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12124 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12125
12126 else
12127 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12128 fi
12129 rm -f conftest*
12130
12131
12132 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12134 /* end confdefs.h. */
12135 __GNUC__
12136 _ACEOF
12137 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12138 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12139
12140 else
12141 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12142 fi
12143 rm -f conftest*
12144
12145
12146 # Check whether --enable-werror was given.
12147 if test "${enable_werror+set}" = set; then :
12148 enableval=$enable_werror; case "${enableval}" in
12149 yes | y) ERROR_ON_WARNING="yes" ;;
12150 no | n) ERROR_ON_WARNING="no" ;;
12151 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12152 esac
12153 fi
12154
12155
12156 # Disable -Wformat by default when using gcc on mingw
12157 case "${host}" in
12158 *-*-mingw32*)
12159 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12160 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12161 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12162 fi
12163 ;;
12164 *) ;;
12165 esac
12166
12167 # Enable -Werror by default when using gcc. Turn it off for releases.
12168 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12169 ERROR_ON_WARNING=yes
12170 fi
12171
12172 NO_WERROR=
12173 if test "${ERROR_ON_WARNING}" = yes ; then
12174 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12175 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12176 NO_WERROR="-Wno-error"
12177 fi
12178
12179 if test "${GCC}" = yes ; then
12180 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12181 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12182 fi
12183
12184 # Check whether --enable-build-warnings was given.
12185 if test "${enable_build_warnings+set}" = set; then :
12186 enableval=$enable_build_warnings; case "${enableval}" in
12187 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12188 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12189 no) if test "${GCC}" = yes ; then
12190 WARN_CFLAGS="-w"
12191 WARN_CFLAGS_FOR_BUILD="-w"
12192 fi;;
12193 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12194 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12195 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12196 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12197 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12198 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12199 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12200 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12201 esac
12202 fi
12203
12204
12205 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12206 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12207 fi
12208
12209
12210
12211
12212
12213
12214
12215 ac_config_headers="$ac_config_headers config.h:config.in"
12216
12217
12218 # PR 14072
12219
12220
12221 if test -z "$target" ; then
12222 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12223 fi
12224
12225
12226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12227 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12228 # Check whether --enable-maintainer-mode was given.
12229 if test "${enable_maintainer_mode+set}" = set; then :
12230 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12231 else
12232 USE_MAINTAINER_MODE=no
12233 fi
12234
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12236 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12237 if test $USE_MAINTAINER_MODE = yes; then
12238 MAINTAINER_MODE_TRUE=
12239 MAINTAINER_MODE_FALSE='#'
12240 else
12241 MAINTAINER_MODE_TRUE='#'
12242 MAINTAINER_MODE_FALSE=
12243 fi
12244
12245 MAINT=$MAINTAINER_MODE_TRUE
12246
12247
12248 if false; then
12249 GENINSRC_NEVER_TRUE=
12250 GENINSRC_NEVER_FALSE='#'
12251 else
12252 GENINSRC_NEVER_TRUE='#'
12253 GENINSRC_NEVER_FALSE=
12254 fi
12255
12256 case ${build_alias} in
12257 "") build_noncanonical=${build} ;;
12258 *) build_noncanonical=${build_alias} ;;
12259 esac
12260
12261 case ${host_alias} in
12262 "") host_noncanonical=${build_noncanonical} ;;
12263 *) host_noncanonical=${host_alias} ;;
12264 esac
12265
12266 case ${target_alias} in
12267 "") target_noncanonical=${host_noncanonical} ;;
12268 *) target_noncanonical=${target_alias} ;;
12269 esac
12270
12271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12272 $as_echo_n "checking whether to install libbfd... " >&6; }
12273 # Check whether --enable-install-libbfd was given.
12274 if test "${enable_install_libbfd+set}" = set; then :
12275 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12276 else
12277 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12278 install_libbfd_p=yes
12279 else
12280 install_libbfd_p=no
12281 fi
12282 fi
12283
12284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12285 $as_echo "$install_libbfd_p" >&6; }
12286 if test $install_libbfd_p = yes; then
12287 INSTALL_LIBBFD_TRUE=
12288 INSTALL_LIBBFD_FALSE='#'
12289 else
12290 INSTALL_LIBBFD_TRUE='#'
12291 INSTALL_LIBBFD_FALSE=
12292 fi
12293
12294 # Need _noncanonical variables for this.
12295
12296
12297
12298
12299 # libbfd.a is a host library containing target dependent code
12300 bfdlibdir='$(libdir)'
12301 bfdincludedir='$(includedir)'
12302 if test "${host}" != "${target}"; then
12303 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12304 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12305 fi
12306
12307
12308
12309
12310
12311
12312
12313
12314 host64=false
12315 target64=false
12316 bfd_default_target_size=32
12317
12318 # host stuff:
12319
12320 ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12321 # If we haven't got the data from the intl directory,
12322 # assume NLS is disabled.
12323 USE_NLS=no
12324 LIBINTL=
12325 LIBINTL_DEP=
12326 INCINTL=
12327 XGETTEXT=
12328 GMSGFMT=
12329 POSUB=
12330
12331 if test -f ../intl/config.intl; then
12332 . ../intl/config.intl
12333 fi
12334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12335 $as_echo_n "checking whether NLS is requested... " >&6; }
12336 if test x"$USE_NLS" != xyes; then
12337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12338 $as_echo "no" >&6; }
12339 else
12340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12341 $as_echo "yes" >&6; }
12342
12343 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12344
12345
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12347 $as_echo_n "checking for catalogs to be installed... " >&6; }
12348 # Look for .po and .gmo files in the source directory.
12349 CATALOGS=
12350 XLINGUAS=
12351 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12352 # If there aren't any .gmo files the shell will give us the
12353 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12354 # weeded out.
12355 case "$cat" in *\**)
12356 continue;;
12357 esac
12358 # The quadruple backslash is collapsed to a double backslash
12359 # by the backticks, then collapsed again by the double quotes,
12360 # leaving us with one backslash in the sed expression (right
12361 # before the dot that mustn't act as a wildcard).
12362 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12363 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12364 # The user is allowed to set LINGUAS to a list of languages to
12365 # install catalogs for. If it's empty that means "all of them."
12366 if test "x$LINGUAS" = x; then
12367 CATALOGS="$CATALOGS $cat"
12368 XLINGUAS="$XLINGUAS $lang"
12369 else
12370 case "$LINGUAS" in *$lang*)
12371 CATALOGS="$CATALOGS $cat"
12372 XLINGUAS="$XLINGUAS $lang"
12373 ;;
12374 esac
12375 fi
12376 done
12377 LINGUAS="$XLINGUAS"
12378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12379 $as_echo "$LINGUAS" >&6; }
12380
12381
12382 DATADIRNAME=share
12383
12384 INSTOBJEXT=.mo
12385
12386 GENCAT=gencat
12387
12388 CATOBJEXT=.gmo
12389
12390 fi
12391
12392 MKINSTALLDIRS=
12393 if test -n "$ac_aux_dir"; then
12394 case "$ac_aux_dir" in
12395 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12396 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12397 esac
12398 fi
12399 if test -z "$MKINSTALLDIRS"; then
12400 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12401 fi
12402
12403
12404
12405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12406 $as_echo_n "checking whether NLS is requested... " >&6; }
12407 # Check whether --enable-nls was given.
12408 if test "${enable_nls+set}" = set; then :
12409 enableval=$enable_nls; USE_NLS=$enableval
12410 else
12411 USE_NLS=yes
12412 fi
12413
12414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12415 $as_echo "$USE_NLS" >&6; }
12416
12417
12418
12419
12420
12421
12422 # Prepare PATH_SEPARATOR.
12423 # The user is always right.
12424 if test "${PATH_SEPARATOR+set}" != set; then
12425 echo "#! /bin/sh" >conf$$.sh
12426 echo "exit 0" >>conf$$.sh
12427 chmod +x conf$$.sh
12428 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12429 PATH_SEPARATOR=';'
12430 else
12431 PATH_SEPARATOR=:
12432 fi
12433 rm -f conf$$.sh
12434 fi
12435
12436 # Find out how to test for executable files. Don't use a zero-byte file,
12437 # as systems may use methods other than mode bits to determine executability.
12438 cat >conf$$.file <<_ASEOF
12439 #! /bin/sh
12440 exit 0
12441 _ASEOF
12442 chmod +x conf$$.file
12443 if test -x conf$$.file >/dev/null 2>&1; then
12444 ac_executable_p="test -x"
12445 else
12446 ac_executable_p="test -f"
12447 fi
12448 rm -f conf$$.file
12449
12450 # Extract the first word of "msgfmt", so it can be a program name with args.
12451 set dummy msgfmt; ac_word=$2
12452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12453 $as_echo_n "checking for $ac_word... " >&6; }
12454 if ${ac_cv_path_MSGFMT+:} false; then :
12455 $as_echo_n "(cached) " >&6
12456 else
12457 case "$MSGFMT" in
12458 [\\/]* | ?:[\\/]*)
12459 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12460 ;;
12461 *)
12462 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12463 for ac_dir in $PATH; do
12464 IFS="$ac_save_IFS"
12465 test -z "$ac_dir" && ac_dir=.
12466 for ac_exec_ext in '' $ac_executable_extensions; do
12467 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12468 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12469 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12470 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12471 break 2
12472 fi
12473 fi
12474 done
12475 done
12476 IFS="$ac_save_IFS"
12477 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12478 ;;
12479 esac
12480 fi
12481 MSGFMT="$ac_cv_path_MSGFMT"
12482 if test "$MSGFMT" != ":"; then
12483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12484 $as_echo "$MSGFMT" >&6; }
12485 else
12486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12487 $as_echo "no" >&6; }
12488 fi
12489
12490 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12491 set dummy gmsgfmt; ac_word=$2
12492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12493 $as_echo_n "checking for $ac_word... " >&6; }
12494 if ${ac_cv_path_GMSGFMT+:} false; then :
12495 $as_echo_n "(cached) " >&6
12496 else
12497 case $GMSGFMT in
12498 [\\/]* | ?:[\\/]*)
12499 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12500 ;;
12501 *)
12502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12503 for as_dir in $PATH
12504 do
12505 IFS=$as_save_IFS
12506 test -z "$as_dir" && as_dir=.
12507 for ac_exec_ext in '' $ac_executable_extensions; do
12508 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12509 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12511 break 2
12512 fi
12513 done
12514 done
12515 IFS=$as_save_IFS
12516
12517 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12518 ;;
12519 esac
12520 fi
12521 GMSGFMT=$ac_cv_path_GMSGFMT
12522 if test -n "$GMSGFMT"; then
12523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12524 $as_echo "$GMSGFMT" >&6; }
12525 else
12526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12527 $as_echo "no" >&6; }
12528 fi
12529
12530
12531
12532
12533 # Prepare PATH_SEPARATOR.
12534 # The user is always right.
12535 if test "${PATH_SEPARATOR+set}" != set; then
12536 echo "#! /bin/sh" >conf$$.sh
12537 echo "exit 0" >>conf$$.sh
12538 chmod +x conf$$.sh
12539 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12540 PATH_SEPARATOR=';'
12541 else
12542 PATH_SEPARATOR=:
12543 fi
12544 rm -f conf$$.sh
12545 fi
12546
12547 # Find out how to test for executable files. Don't use a zero-byte file,
12548 # as systems may use methods other than mode bits to determine executability.
12549 cat >conf$$.file <<_ASEOF
12550 #! /bin/sh
12551 exit 0
12552 _ASEOF
12553 chmod +x conf$$.file
12554 if test -x conf$$.file >/dev/null 2>&1; then
12555 ac_executable_p="test -x"
12556 else
12557 ac_executable_p="test -f"
12558 fi
12559 rm -f conf$$.file
12560
12561 # Extract the first word of "xgettext", so it can be a program name with args.
12562 set dummy xgettext; ac_word=$2
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12564 $as_echo_n "checking for $ac_word... " >&6; }
12565 if ${ac_cv_path_XGETTEXT+:} false; then :
12566 $as_echo_n "(cached) " >&6
12567 else
12568 case "$XGETTEXT" in
12569 [\\/]* | ?:[\\/]*)
12570 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12571 ;;
12572 *)
12573 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12574 for ac_dir in $PATH; do
12575 IFS="$ac_save_IFS"
12576 test -z "$ac_dir" && ac_dir=.
12577 for ac_exec_ext in '' $ac_executable_extensions; do
12578 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12579 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12580 (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
12581 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12582 break 2
12583 fi
12584 fi
12585 done
12586 done
12587 IFS="$ac_save_IFS"
12588 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12589 ;;
12590 esac
12591 fi
12592 XGETTEXT="$ac_cv_path_XGETTEXT"
12593 if test "$XGETTEXT" != ":"; then
12594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12595 $as_echo "$XGETTEXT" >&6; }
12596 else
12597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12598 $as_echo "no" >&6; }
12599 fi
12600
12601 rm -f messages.po
12602
12603
12604 # Prepare PATH_SEPARATOR.
12605 # The user is always right.
12606 if test "${PATH_SEPARATOR+set}" != set; then
12607 echo "#! /bin/sh" >conf$$.sh
12608 echo "exit 0" >>conf$$.sh
12609 chmod +x conf$$.sh
12610 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12611 PATH_SEPARATOR=';'
12612 else
12613 PATH_SEPARATOR=:
12614 fi
12615 rm -f conf$$.sh
12616 fi
12617
12618 # Find out how to test for executable files. Don't use a zero-byte file,
12619 # as systems may use methods other than mode bits to determine executability.
12620 cat >conf$$.file <<_ASEOF
12621 #! /bin/sh
12622 exit 0
12623 _ASEOF
12624 chmod +x conf$$.file
12625 if test -x conf$$.file >/dev/null 2>&1; then
12626 ac_executable_p="test -x"
12627 else
12628 ac_executable_p="test -f"
12629 fi
12630 rm -f conf$$.file
12631
12632 # Extract the first word of "msgmerge", so it can be a program name with args.
12633 set dummy msgmerge; ac_word=$2
12634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12635 $as_echo_n "checking for $ac_word... " >&6; }
12636 if ${ac_cv_path_MSGMERGE+:} false; then :
12637 $as_echo_n "(cached) " >&6
12638 else
12639 case "$MSGMERGE" in
12640 [\\/]* | ?:[\\/]*)
12641 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12642 ;;
12643 *)
12644 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12645 for ac_dir in $PATH; do
12646 IFS="$ac_save_IFS"
12647 test -z "$ac_dir" && ac_dir=.
12648 for ac_exec_ext in '' $ac_executable_extensions; do
12649 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12650 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12651 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12652 break 2
12653 fi
12654 fi
12655 done
12656 done
12657 IFS="$ac_save_IFS"
12658 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12659 ;;
12660 esac
12661 fi
12662 MSGMERGE="$ac_cv_path_MSGMERGE"
12663 if test "$MSGMERGE" != ":"; then
12664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12665 $as_echo "$MSGMERGE" >&6; }
12666 else
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12668 $as_echo "no" >&6; }
12669 fi
12670
12671
12672 if test "$GMSGFMT" != ":"; then
12673 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12674 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12675 : ;
12676 else
12677 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12679 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12680 GMSGFMT=":"
12681 fi
12682 fi
12683
12684 if test "$XGETTEXT" != ":"; then
12685 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12686 (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
12687 : ;
12688 else
12689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12690 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12691 XGETTEXT=":"
12692 fi
12693 rm -f messages.po
12694 fi
12695
12696 ac_config_commands="$ac_config_commands default-1"
12697
12698
12699
12700 # Permit host specific settings.
12701 . ${srcdir}/configure.host
12702
12703
12704
12705
12706 BFD_HOST_64BIT_LONG=0
12707 BFD_HOST_64BIT_LONG_LONG=0
12708 BFD_HOST_64_BIT_DEFINED=0
12709 BFD_HOST_64_BIT=
12710 BFD_HOST_U_64_BIT=
12711 BFD_HOSTPTR_T="unsigned long"
12712
12713 # The cast to long int works around a bug in the HP C Compiler
12714 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12715 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12716 # This bug is HP SR number 8606223364.
12717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12718 $as_echo_n "checking size of long long... " >&6; }
12719 if ${ac_cv_sizeof_long_long+:} false; then :
12720 $as_echo_n "(cached) " >&6
12721 else
12722 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12723
12724 else
12725 if test "$ac_cv_type_long_long" = yes; then
12726 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12727 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12728 as_fn_error 77 "cannot compute sizeof (long long)
12729 See \`config.log' for more details" "$LINENO" 5; }
12730 else
12731 ac_cv_sizeof_long_long=0
12732 fi
12733 fi
12734
12735 fi
12736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12737 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12738
12739
12740
12741 cat >>confdefs.h <<_ACEOF
12742 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12743 _ACEOF
12744
12745
12746 # The cast to long int works around a bug in the HP C Compiler
12747 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12748 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12749 # This bug is HP SR number 8606223364.
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12751 $as_echo_n "checking size of void *... " >&6; }
12752 if ${ac_cv_sizeof_void_p+:} false; then :
12753 $as_echo_n "(cached) " >&6
12754 else
12755 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12756
12757 else
12758 if test "$ac_cv_type_void_p" = yes; then
12759 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12760 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12761 as_fn_error 77 "cannot compute sizeof (void *)
12762 See \`config.log' for more details" "$LINENO" 5; }
12763 else
12764 ac_cv_sizeof_void_p=0
12765 fi
12766 fi
12767
12768 fi
12769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12770 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12771
12772
12773
12774 cat >>confdefs.h <<_ACEOF
12775 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12776 _ACEOF
12777
12778
12779 # The cast to long int works around a bug in the HP C Compiler
12780 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12781 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12782 # This bug is HP SR number 8606223364.
12783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12784 $as_echo_n "checking size of long... " >&6; }
12785 if ${ac_cv_sizeof_long+:} false; then :
12786 $as_echo_n "(cached) " >&6
12787 else
12788 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12789
12790 else
12791 if test "$ac_cv_type_long" = yes; then
12792 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12793 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12794 as_fn_error 77 "cannot compute sizeof (long)
12795 See \`config.log' for more details" "$LINENO" 5; }
12796 else
12797 ac_cv_sizeof_long=0
12798 fi
12799 fi
12800
12801 fi
12802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12803 $as_echo "$ac_cv_sizeof_long" >&6; }
12804
12805
12806
12807 cat >>confdefs.h <<_ACEOF
12808 #define SIZEOF_LONG $ac_cv_sizeof_long
12809 _ACEOF
12810
12811
12812 # The cast to long int works around a bug in the HP C Compiler
12813 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12814 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12815 # This bug is HP SR number 8606223364.
12816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
12817 $as_echo_n "checking size of int... " >&6; }
12818 if ${ac_cv_sizeof_int+:} false; then :
12819 $as_echo_n "(cached) " >&6
12820 else
12821 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
12822
12823 else
12824 if test "$ac_cv_type_int" = yes; then
12825 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12826 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12827 as_fn_error 77 "cannot compute sizeof (int)
12828 See \`config.log' for more details" "$LINENO" 5; }
12829 else
12830 ac_cv_sizeof_int=0
12831 fi
12832 fi
12833
12834 fi
12835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
12836 $as_echo "$ac_cv_sizeof_int" >&6; }
12837
12838
12839
12840 cat >>confdefs.h <<_ACEOF
12841 #define SIZEOF_INT $ac_cv_sizeof_int
12842 _ACEOF
12843
12844
12845
12846 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12847 host64=true
12848 fi
12849
12850 if test "x${ac_cv_sizeof_long}" = "x8"; then
12851 BFD_HOST_64BIT_LONG=1
12852 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12853 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12854 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12855 BFD_HOST_64BIT_LONG_LONG=1
12856 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12857 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12858 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12859 BFD_HOSTPTR_T="unsigned long long"
12860 fi
12861 fi
12862
12863 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12864 BFD_HOST_64_BIT_DEFINED=1
12865 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12866 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
12867 fi
12868
12869
12870
12871
12872
12873
12874
12875
12876 # Put a plausible default for CC_FOR_BUILD in Makefile.
12877 if test -z "$CC_FOR_BUILD"; then
12878 if test "x$cross_compiling" = "xno"; then
12879 CC_FOR_BUILD='$(CC)'
12880 else
12881 CC_FOR_BUILD=gcc
12882 fi
12883 fi
12884
12885 # Also set EXEEXT_FOR_BUILD.
12886 if test "x$cross_compiling" = "xno"; then
12887 EXEEXT_FOR_BUILD='$(EXEEXT)'
12888 else
12889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12890 $as_echo_n "checking for build system executable suffix... " >&6; }
12891 if ${bfd_cv_build_exeext+:} false; then :
12892 $as_echo_n "(cached) " >&6
12893 else
12894 rm -f conftest*
12895 echo 'int main () { return 0; }' > conftest.c
12896 bfd_cv_build_exeext=
12897 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12898 for file in conftest.*; do
12899 case $file in
12900 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12901 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12902 esac
12903 done
12904 rm -f conftest*
12905 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12906 fi
12907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12908 $as_echo "$bfd_cv_build_exeext" >&6; }
12909 EXEEXT_FOR_BUILD=""
12910 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12911 fi
12912
12913
12914 for ac_header in fcntl.h sys/file.h sys/resource.h sys/stat.h sys/types.h \
12915 unistd.h
12916 do :
12917 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12918 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12919 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12920 cat >>confdefs.h <<_ACEOF
12921 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12922 _ACEOF
12923
12924 fi
12925
12926 done
12927
12928
12929 for ac_func in fcntl fdopen fileno fls getgid getpagesize getrlimit getuid \
12930 sysconf
12931 do :
12932 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12933 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12934 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12935 cat >>confdefs.h <<_ACEOF
12936 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12937 _ACEOF
12938
12939 fi
12940 done
12941
12942
12943 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12944 if test "x$ac_cv_have_decl_basename" = xyes; then :
12945 ac_have_decl=1
12946 else
12947 ac_have_decl=0
12948 fi
12949
12950 cat >>confdefs.h <<_ACEOF
12951 #define HAVE_DECL_BASENAME $ac_have_decl
12952 _ACEOF
12953 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
12954 if test "x$ac_cv_have_decl_ffs" = xyes; then :
12955 ac_have_decl=1
12956 else
12957 ac_have_decl=0
12958 fi
12959
12960 cat >>confdefs.h <<_ACEOF
12961 #define HAVE_DECL_FFS $ac_have_decl
12962 _ACEOF
12963 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12964 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
12965 ac_have_decl=1
12966 else
12967 ac_have_decl=0
12968 fi
12969
12970 cat >>confdefs.h <<_ACEOF
12971 #define HAVE_DECL_STPCPY $ac_have_decl
12972 _ACEOF
12973 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
12974 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
12975 ac_have_decl=1
12976 else
12977 ac_have_decl=0
12978 fi
12979
12980 cat >>confdefs.h <<_ACEOF
12981 #define HAVE_DECL_ASPRINTF $ac_have_decl
12982 _ACEOF
12983 ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
12984 if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
12985 ac_have_decl=1
12986 else
12987 ac_have_decl=0
12988 fi
12989
12990 cat >>confdefs.h <<_ACEOF
12991 #define HAVE_DECL_VASPRINTF $ac_have_decl
12992 _ACEOF
12993 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
12994 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
12995 ac_have_decl=1
12996 else
12997 ac_have_decl=0
12998 fi
12999
13000 cat >>confdefs.h <<_ACEOF
13001 #define HAVE_DECL_STRNLEN $ac_have_decl
13002 _ACEOF
13003
13004
13005
13006 case "${host}" in
13007 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13008
13009 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13010 ;;
13011 esac
13012
13013 # Link in zlib if we can. This allows us to read compressed debug sections.
13014 # This is used only by compress.c.
13015
13016 # Use the system's zlib library.
13017 zlibdir="-L\$(top_builddir)/../zlib"
13018 zlibinc="-I\$(top_srcdir)/../zlib"
13019
13020 # Check whether --with-system-zlib was given.
13021 if test "${with_system_zlib+set}" = set; then :
13022 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13023 zlibdir=
13024 zlibinc=
13025 fi
13026
13027 fi
13028
13029
13030
13031
13032
13033 save_CFLAGS="$CFLAGS"
13034 CFLAGS="$CFLAGS -Werror"
13035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
13036 $as_echo_n "checking compiler support for hidden visibility... " >&6; }
13037 if ${bfd_cv_hidden+:} false; then :
13038 $as_echo_n "(cached) " >&6
13039 else
13040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13041 /* end confdefs.h. */
13042
13043 const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
13044 extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
13045 int
13046 main ()
13047 {
13048 print (hw);
13049 ;
13050 return 0;
13051 }
13052 _ACEOF
13053 if ac_fn_c_try_compile "$LINENO"; then :
13054 bfd_cv_hidden=yes
13055 else
13056 bfd_cv_hidden=no
13057 fi
13058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13059 fi
13060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
13061 $as_echo "$bfd_cv_hidden" >&6; }
13062 CFLAGS="$save_CFLAGS"
13063 if test $bfd_cv_hidden = yes; then
13064
13065 $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
13066
13067 fi
13068
13069 # Check if linker supports --as-needed and --no-as-needed options
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
13071 $as_echo_n "checking linker --as-needed support... " >&6; }
13072 if ${bfd_cv_ld_as_needed+:} false; then :
13073 $as_echo_n "(cached) " >&6
13074 else
13075 bfd_cv_ld_as_needed=no
13076 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
13077 bfd_cv_ld_as_needed=yes
13078 fi
13079
13080 fi
13081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
13082 $as_echo "$bfd_cv_ld_as_needed" >&6; }
13083
13084 LIBM=
13085 case $host in
13086 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13087 # These system don't have libm, or don't need it
13088 ;;
13089 *-ncr-sysv4.3*)
13090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13091 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13092 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13093 $as_echo_n "(cached) " >&6
13094 else
13095 ac_check_lib_save_LIBS=$LIBS
13096 LIBS="-lmw $LIBS"
13097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13098 /* end confdefs.h. */
13099
13100 /* Override any GCC internal prototype to avoid an error.
13101 Use char because int might match the return type of a GCC
13102 builtin and then its argument prototype would still apply. */
13103 #ifdef __cplusplus
13104 extern "C"
13105 #endif
13106 char _mwvalidcheckl ();
13107 int
13108 main ()
13109 {
13110 return _mwvalidcheckl ();
13111 ;
13112 return 0;
13113 }
13114 _ACEOF
13115 if ac_fn_c_try_link "$LINENO"; then :
13116 ac_cv_lib_mw__mwvalidcheckl=yes
13117 else
13118 ac_cv_lib_mw__mwvalidcheckl=no
13119 fi
13120 rm -f core conftest.err conftest.$ac_objext \
13121 conftest$ac_exeext conftest.$ac_ext
13122 LIBS=$ac_check_lib_save_LIBS
13123 fi
13124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13125 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13126 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13127 LIBM="-lmw"
13128 fi
13129
13130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13131 $as_echo_n "checking for cos in -lm... " >&6; }
13132 if ${ac_cv_lib_m_cos+:} false; then :
13133 $as_echo_n "(cached) " >&6
13134 else
13135 ac_check_lib_save_LIBS=$LIBS
13136 LIBS="-lm $LIBS"
13137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13138 /* end confdefs.h. */
13139
13140 /* Override any GCC internal prototype to avoid an error.
13141 Use char because int might match the return type of a GCC
13142 builtin and then its argument prototype would still apply. */
13143 #ifdef __cplusplus
13144 extern "C"
13145 #endif
13146 char cos ();
13147 int
13148 main ()
13149 {
13150 return cos ();
13151 ;
13152 return 0;
13153 }
13154 _ACEOF
13155 if ac_fn_c_try_link "$LINENO"; then :
13156 ac_cv_lib_m_cos=yes
13157 else
13158 ac_cv_lib_m_cos=no
13159 fi
13160 rm -f core conftest.err conftest.$ac_objext \
13161 conftest$ac_exeext conftest.$ac_ext
13162 LIBS=$ac_check_lib_save_LIBS
13163 fi
13164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13165 $as_echo "$ac_cv_lib_m_cos" >&6; }
13166 if test "x$ac_cv_lib_m_cos" = xyes; then :
13167 LIBM="$LIBM -lm"
13168 fi
13169
13170 ;;
13171 *)
13172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13173 $as_echo_n "checking for cos in -lm... " >&6; }
13174 if ${ac_cv_lib_m_cos+:} false; then :
13175 $as_echo_n "(cached) " >&6
13176 else
13177 ac_check_lib_save_LIBS=$LIBS
13178 LIBS="-lm $LIBS"
13179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13180 /* end confdefs.h. */
13181
13182 /* Override any GCC internal prototype to avoid an error.
13183 Use char because int might match the return type of a GCC
13184 builtin and then its argument prototype would still apply. */
13185 #ifdef __cplusplus
13186 extern "C"
13187 #endif
13188 char cos ();
13189 int
13190 main ()
13191 {
13192 return cos ();
13193 ;
13194 return 0;
13195 }
13196 _ACEOF
13197 if ac_fn_c_try_link "$LINENO"; then :
13198 ac_cv_lib_m_cos=yes
13199 else
13200 ac_cv_lib_m_cos=no
13201 fi
13202 rm -f core conftest.err conftest.$ac_objext \
13203 conftest$ac_exeext conftest.$ac_ext
13204 LIBS=$ac_check_lib_save_LIBS
13205 fi
13206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13207 $as_echo "$ac_cv_lib_m_cos" >&6; }
13208 if test "x$ac_cv_lib_m_cos" = xyes; then :
13209 LIBM="-lm"
13210 fi
13211
13212 ;;
13213 esac
13214
13215
13216
13217 # When building a shared libbfd, link against the pic version of libiberty
13218 # so that apps that use libbfd won't need libiberty just to satisfy any
13219 # libbfd references.
13220 # We can't do that if a pic libiberty is unavailable since including non-pic
13221 # code would insert text relocations into libbfd.
13222 SHARED_LIBADD=
13223 SHARED_LDFLAGS=
13224 if test "$enable_shared" = "yes"; then
13225 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
13226 if test -n "$x"; then
13227 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
13228 fi
13229 fi
13230
13231 SHARED_LIBADD="$SHARED_LIBADD $LIBINTL"
13232
13233 if test "$enable_shared" = "yes"; then
13234 case "${host}" in
13235 # More hacks to build DLLs on Windows.
13236 *-*-cygwin*)
13237 SHARED_LDFLAGS="-no-undefined"
13238 SHARED_LIBADD="-L`pwd`/../libiberty -liberty $SHARED_LIBADD -lcygwin -lkernel32"
13239 ;;
13240 esac
13241
13242 if test -n "$SHARED_LIBADD"; then
13243 if test -n "$LIBM"; then
13244 if test x"$bfd_cv_ld_as_needed" = xyes; then
13245 # Link against libm only when needed. Put -lc, -lm inside -Wl
13246 # to stop libtool reordering these options.
13247 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
13248 else
13249 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
13250 fi
13251 fi
13252 fi
13253 fi
13254
13255
13256
13257 # target stuff:
13258
13259 # Canonicalize the secondary target names.
13260 if test -n "$enable_targets" ; then
13261 for targ in `echo $enable_targets | sed 's/,/ /g'`
13262 do
13263 result=`$ac_config_sub $targ 2>/dev/null`
13264 if test -n "$result" ; then
13265 canon_targets="$canon_targets $result"
13266 else
13267 # Allow targets that config.sub doesn't recognize, like "all".
13268 canon_targets="$canon_targets $targ"
13269 fi
13270 done
13271 fi
13272
13273 all_targets=false
13274 defvec=
13275 selvecs=
13276 assocvecs=
13277 selarchs=
13278 TDEFINES=
13279 for targ in $target $canon_targets
13280 do
13281 if test $targ = all; then
13282 all_targets=true
13283 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
13284 elif test $targ != plugin; then
13285 . $srcdir/config.bfd
13286 if test $targ = $target; then
13287 defvec=$targ_defvec
13288 fi
13289 selvecs="$selvecs $targ_defvec $targ_selvecs"
13290 selarchs="$selarchs $targ_archs"
13291 TDEFINES="$TDEFINES $targ_cflags"
13292 fi
13293 done
13294
13295
13296 # This processing still needs to be done if we're to decide properly whether
13297 # 64-bit support needs to be compiled in. Currently, it will be included if
13298 # the default or any other explicitly requested target requires it; it
13299 # will not be included on a 32-bit host if no 64-bit target is requested, and
13300 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
13301 # used.
13302
13303 # uniq the default and selected vectors in all the configured targets.
13304 f=""
13305 for i in $selvecs ; do
13306 case " $f " in
13307 *" $i "*) ;;
13308 *) f="$f $i" ;;
13309 esac
13310 done
13311 selvecs="$f"
13312
13313
13314 # uniq the associated vectors in all the configured targets.
13315 f=""
13316 for i in $assocvecs ; do
13317 case " $f " in
13318 *" $i "*) ;;
13319 *) f="$f $i" ;;
13320 esac
13321 done
13322 assocvecs="$f"
13323
13324
13325 # uniq the architectures in all the configured targets.
13326 f=""
13327 for i in $selarchs ; do
13328 case " $f " in
13329 *" $i "*) ;;
13330 *) f="$f $i" ;;
13331 esac
13332 done
13333 selarchs="$f"
13334
13335 # Target backend .o files.
13336 tb=
13337
13338 elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
13339 dwarf1.lo dwarf2.lo"
13340 coffgen="coffgen.lo dwarf2.lo"
13341 coff="cofflink.lo $coffgen"
13342 ecoff="ecofflink.lo $coffgen"
13343 xcoff="xcofflink.lo $coffgen"
13344
13345 elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
13346 for vec in $selvecs
13347 do
13348 target_size=32
13349 case "$vec" in
13350 # This list is alphabetized to make it easy to compare
13351 # with the two vector lists in targets.c. For the same reason,
13352 # use one entry per line, even though this leads to long lines.
13353 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13354 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13355 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13356 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13357 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13358 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13359 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
13360 aarch64_pei_vec) tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
13361 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
13362 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13363 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13364 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
13365 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
13366 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
13367 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
13368 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
13369 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
13370 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13371 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13372 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13373 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13374 arm_elf32_fdpic_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13375 arm_elf32_fdpic_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13376 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13377 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13378 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13379 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13380 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13381 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13382 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13383 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13384 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13385 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13386 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13387 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13388 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
13389 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
13390 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13391 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13392 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
13393 cris_aout_vec) tb="$tb aout-cris.lo" ;;
13394 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
13395 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
13396 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
13397 csky_elf32_be_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13398 csky_elf32_le_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13399 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
13400 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
13401 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
13402 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13403 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13404 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13405 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13406 bpf_elf64_le_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;;
13407 bpf_elf64_be_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;;
13408 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
13409 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
13410 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13411 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13412 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
13413 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
13414 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13415 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13416 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13417 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13418 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13419 hppa_som_vec) tb="$tb som.lo" ;;
13420 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
13421 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
13422 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
13423 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
13424 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
13425 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
13426 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
13427 i386_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13428 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13429 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13430 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13431 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
13432 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
13433 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
13434 i386_pe_big_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
13435 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
13436 iamcu_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13437 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13438 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13439 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13440 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13441 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13442 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 ;;
13443 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
13444 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
13445 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
13446 k1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13447 k1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13448 l1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13449 l1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13450 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
13451 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
13452 loongarch_elf32_vec) tb="$tb elf32-loongarch.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf" ;;
13453 loongarch_elf64_vec) tb="$tb elf64-loongarch.lo elf64.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf"; target_size=64 ;;
13454 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
13455 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13456 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13457 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13458 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13459 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13460 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13461 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
13462 s12z_elf32_vec) tb="$tb elf32-s12z.lo elf32.lo $elf" ;;
13463 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13464 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13465 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13466 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13467 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13468 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13469 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13470 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
13471 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
13472 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13473 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13474 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
13475 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13476 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13477 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13478 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13479 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13480 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13481 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13482 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13483 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13484 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13485 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13486 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13487 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13488 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13489 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13490 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13491 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13492 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13493 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13494 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13495 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13496 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 ;;
13497 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 ;;
13498 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 ;;
13499 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 ;;
13500 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
13501 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
13502 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
13503 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
13504 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
13505 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
13506 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
13507 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
13508 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
13509 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13510 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13511 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13512 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13513 nfp_elf64_vec) tb="$tb elf64-nfp.lo elf64.lo $elf" ;;
13514 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
13515 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
13516 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
13517 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
13518 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
13519 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
13520 pef_vec) tb="$tb pef.lo" ;;
13521 pef_xlib_vec) tb="$tb pef.lo" ;;
13522 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
13523 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
13524 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
13525 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13526 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13527 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13528 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13529 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13530 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13531 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13532 powerpc_elf64_fbsd_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13533 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
13534 pru_elf32_vec) tb="$tb elf32-pru.lo elf32.lo $elf" ;;
13535 riscv_elf32_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13536 riscv_elf64_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13537 riscv_elf32_be_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13538 riscv_elf64_be_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13539 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
13540 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
13541 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
13542 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
13543 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13544 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13545 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13546 rx_elf32_linux_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13547 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
13548 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
13549 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
13550 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
13551 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
13552 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
13553 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
13554 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
13555 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13556 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13557 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13558 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13559 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13560 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13561 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13562 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13563 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13564 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13565 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
13566 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
13567 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13568 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13569 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13570 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13571 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13572 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13573 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
13574 sym_vec) tb="$tb xsym.lo" ;;
13575 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
13576 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13577 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13578 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13579 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13580 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13581 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13582 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13583 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13584 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13585 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13586 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13587 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13588 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13589 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13590 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13591 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13592 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13593 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13594 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
13595 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
13596 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
13597 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
13598 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
13599 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
13600 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
13601 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
13602 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
13603 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
13604 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
13605 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
13606 wasm_vec) tb="$tb wasm-module.lo" ;;
13607 wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
13608 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
13609 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
13610 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13611 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13612 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13613 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13614 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
13615 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13616 x86_64_pe_big_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13617 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13618 xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
13619 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
13620 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
13621 xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13622 xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13623 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
13624 z80_elf32_vec) tb="$tb elf32-z80.lo elf32.lo $elf" ;;
13625 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
13626
13627 # These appear out of order in targets.c
13628 srec_vec) tb="$tb srec.lo" ;;
13629 symbolsrec_vec) tb="$tb srec.lo" ;;
13630 tekhex_vec) tb="$tb tekhex.lo" ;;
13631 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
13632 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
13633
13634 "") ;;
13635 *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;;
13636 esac
13637
13638 if test ${target_size} = 64; then
13639 target64=true
13640 fi
13641 if test x"${vec}" = x"${defvec}"; then
13642 bfd_default_target_size=${target_size}
13643 fi
13644 done
13645
13646 if test "$plugins" = "yes"; then
13647 tb="$tb plugin.lo"
13648 fi
13649
13650 # Target architecture .o files.
13651 # A couple of CPUs use shorter file names to avoid problems on DOS
13652 # filesystems.
13653 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
13654
13655 # Weed out duplicate .o files.
13656 f=""
13657 for i in $tb ; do
13658 case " $f " in
13659 *" $i "*) ;;
13660 *) f="$f $i" ;;
13661 esac
13662 done
13663 tb="$f"
13664
13665 f=""
13666 for i in $ta ; do
13667 case " $f " in
13668 *" $i "*) ;;
13669 *) f="$f $i" ;;
13670 esac
13671 done
13672 ta="$f"
13673
13674 bfd_backends="$tb"
13675 bfd_machines="$ta"
13676
13677 if test x${all_targets} = xtrue ; then
13678 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
13679 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
13680 selvecs=
13681 havevecs=-DHAVE_all_vecs
13682 selarchs=
13683 test -n "$assocvecs" &&
13684 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13685 else # all_targets is true
13686 # Only set these if they will be nonempty, for the clever echo.
13687 havevecs=
13688 assocvecs=
13689 test -n "$selvecs" &&
13690 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
13691 test -n "$selvecs" &&
13692 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13693 test -n "$selarchs" &&
13694 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13695 fi # all_targets is true
13696
13697 # 64-bit archives need a 64-bit bfd_vma.
13698 if test "x$want_64_bit_archive" = xtrue; then
13699 want64=true
13700
13701 $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
13702
13703 fi
13704
13705 case ${host64}-${target64}-${want64} in
13706 *true*)
13707 wordsize=64
13708 bfd64_libs='$(BFD64_LIBS)'
13709 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
13710 if test $BFD_HOST_64_BIT_DEFINED = 0; then
13711 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
13712 $as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
13713 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
13714 $as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
13715 fi
13716 if test -n "$GCC" ; then
13717 bad_64bit_gcc=no;
13718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
13719 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
13720 # Add more tests for gcc versions with non-working 64-bit support here.
13721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13722 /* end confdefs.h. */
13723 :__GNUC__:__GNUC_MINOR__:__i386__:
13724 _ACEOF
13725 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13726 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
13727 bad_64bit_gcc=yes;
13728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
13729 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
13730 else
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13732 $as_echo "no" >&6; }
13733 fi
13734 rm -f conftest*
13735
13736 if test $bad_64bit_gcc = yes ; then
13737 as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
13738 fi
13739 fi
13740 ;;
13741 false-false-false)
13742 wordsize=32
13743 all_backends='$(BFD32_BACKENDS)'
13744 ;;
13745 esac
13746
13747 tdefaults=""
13748 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
13749 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
13750 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
13751 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
13752
13753
13754
13755
13756
13757
13758
13759
13760
13761
13762 # If we are configured native, pick a core file support file.
13763 COREFILE=
13764 COREFLAG=
13765 CORE_HEADER=
13766 TRAD_HEADER=
13767 if test "${target}" = "${host}"; then
13768 case "${host}" in
13769 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
13770 COREFILE=''
13771 ;;
13772 alpha*-*-linux-*)
13773 COREFILE=trad-core.lo
13774 TRAD_HEADER='"hosts/alphalinux.h"'
13775 ;;
13776 alpha*-*-netbsd* | alpha*-*-openbsd*)
13777 COREFILE=netbsd-core.lo
13778 ;;
13779 alpha*-*-*)
13780 COREFILE=osf-core.lo
13781 ;;
13782 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
13783 COREFILE='' ;;
13784 arm*-*-netbsd* | arm-*-openbsd*)
13785 COREFILE=netbsd-core.lo
13786 ;;
13787 arm-*-riscix) COREFILE=trad-core.lo ;;
13788 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
13789 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
13790 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
13791 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
13792 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
13793 hppa*-*-netbsd* | hppa*-*-openbsd*)
13794 COREFILE=netbsd-core.lo
13795 ;;
13796
13797 i[3-7]86-sequent-bsd*)
13798 COREFILE=trad-core.lo
13799 TRAD_HEADER='"hosts/symmetry.h"'
13800 ;;
13801 i[3-7]86-sequent-sysv4*) ;;
13802 i[3-7]86-sequent-sysv*)
13803 COREFILE=trad-core.lo
13804 TRAD_HEADER='"hosts/symmetry.h"'
13805 ;;
13806 i[3-7]86-*-bsdi)
13807 COREFILE=
13808 ;;
13809 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*)
13810 COREFILE=trad-core.lo
13811 TRAD_HEADER='"hosts/i386bsd.h"'
13812 ;;
13813 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
13814 COREFILE=''
13815 TRAD_HEADER='"hosts/i386bsd.h"'
13816 ;;
13817 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
13818 COREFILE=netbsd-core.lo
13819 ;;
13820 i[3-7]86-esix-sysv3*)
13821 COREFILE=trad-core.lo
13822 TRAD_HEADER='"hosts/esix.h"'
13823 ;;
13824 i[3-7]86-*-sco3.2v5*)
13825 COREFILE=sco5-core.lo
13826 ;;
13827 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
13828 COREFILE=trad-core.lo
13829 TRAD_HEADER='"hosts/i386sco.h"'
13830 ;;
13831 i[3-7]86-*-mach3*)
13832 COREFILE=trad-core.lo
13833 TRAD_HEADER='"hosts/i386mach3.h"'
13834 ;;
13835 i[3-7]86-*-linux-*)
13836 COREFILE=trad-core.lo
13837 TRAD_HEADER='"hosts/i386linux.h"'
13838 case "$enable_targets"-"$want64" in
13839 *x86_64-*linux*|*-true)
13840 CORE_HEADER='"hosts/x86-64linux.h"'
13841 esac
13842 ;;
13843 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
13844 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
13845 mips*-*-netbsd* | mips*-*-openbsd*)
13846 COREFILE=netbsd-core.lo
13847 ;;
13848 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
13849 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
13850 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
13851 m68*-*-linux-*)
13852 COREFILE=trad-core.lo
13853 TRAD_HEADER='"hosts/m68klinux.h"'
13854 ;;
13855 m68*-*-netbsd*)
13856 COREFILE=netbsd-core.lo
13857 ;;
13858 ns32k-pc532-mach)
13859 COREFILE=trad-core.lo
13860 TRAD_HEADER='"hosts/pc532mach.h"'
13861 ;;
13862 ns32k-*-netbsd* | ns32k-*-openbsd*)
13863 COREFILE=netbsd-core.lo
13864 ;;
13865 rs6000-*-lynx*)
13866 COREFILE=lynx-core.lo
13867 ;;
13868 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
13869 COREFILE=rs6000-core.lo
13870 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
13871 ;;
13872 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
13873 COREFILE=rs6000-core.lo
13874 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
13875 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
13876 # have c_impl as a member of struct core_dumpx
13877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
13878 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
13879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13880 /* end confdefs.h. */
13881 #include <core.h>
13882 int
13883 main ()
13884 {
13885 struct core_dumpx c; c.c_impl = 0;
13886 ;
13887 return 0;
13888 }
13889 _ACEOF
13890 if ac_fn_c_try_compile "$LINENO"; then :
13891
13892 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
13893
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13895 $as_echo "yes" >&6; }
13896 else
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13898 $as_echo "no" >&6; }
13899 fi
13900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13901 ;;
13902 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
13903 rs6000-*-*) COREFILE=rs6000-core.lo ;;
13904 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
13905 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
13906 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
13907 powerpc-*-beos*) ;;
13908 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
13909 COREFILE='' ;;
13910 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
13911 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
13912 s390*-*-*) COREFILE=trad-core.lo ;;
13913 sh*-*-netbsd* | sh*-*-openbsd*)
13914 COREFILE=netbsd-core.lo
13915 ;;
13916 sparc-*-netbsd* | sparc*-*-openbsd*)
13917 COREFILE=netbsd-core.lo
13918 ;;
13919 vax-*-netbsd* | vax-*-openbsd*)
13920 COREFILE=netbsd-core.lo
13921 ;;
13922 vax-*-ultrix2*)
13923 COREFILE=trad-core.lo
13924 TRAD_HEADER='"hosts/vaxult2.h"'
13925 ;;
13926 vax-*-ultrix*)
13927 COREFILE=trad-core.lo
13928 TRAD_HEADER='"hosts/vaxult2.h"'
13929 ;;
13930 vax-*-linux-*)
13931 COREFILE=trad-core.lo
13932 TRAD_HEADER='"hosts/vaxlinux.h"'
13933 ;;
13934 vax-*-*)
13935 COREFILE=trad-core.lo
13936 TRAD_HEADER='"hosts/vaxbsd.h"'
13937 ;;
13938 x86_64-*-linux*)
13939 CORE_HEADER='"hosts/x86-64linux.h"'
13940 ;;
13941 x86_64-*-netbsd* | x86_64-*-openbsd*)
13942 COREFILE=netbsd-core.lo
13943 ;;
13944 esac
13945
13946 case "$COREFILE" in
13947 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
13948 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
13949 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
13950 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
13951 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
13952 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
13953 osf-core.lo) COREFLAG=-DOSF_CORE ;;
13954 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
13955 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
13956 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
13957 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
13958 esac
13959
13960 # ELF corefile support has several flavors, but all of
13961 # them use something called <sys/procfs.h>
13962
13963 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
13964
13965 for ac_header in sys/procfs.h
13966 do :
13967 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
13968 if test "x$ac_cv_header_sys_procfs_h" = xyes; then :
13969 cat >>confdefs.h <<_ACEOF
13970 #define HAVE_SYS_PROCFS_H 1
13971 _ACEOF
13972
13973 fi
13974
13975 done
13976
13977 if test "$ac_cv_header_sys_procfs_h" = yes; then
13978
13979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
13980 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
13981 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then :
13982 $as_echo_n "(cached) " >&6
13983 else
13984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13985 /* end confdefs.h. */
13986
13987 #define _SYSCALL32
13988 #include <sys/procfs.h>
13989 int
13990 main ()
13991 {
13992 prstatus_t avar
13993 ;
13994 return 0;
13995 }
13996 _ACEOF
13997 if ac_fn_c_try_compile "$LINENO"; then :
13998 bfd_cv_have_sys_procfs_type_prstatus_t=yes
13999 else
14000 bfd_cv_have_sys_procfs_type_prstatus_t=no
14001
14002 fi
14003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14004 fi
14005
14006 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
14007
14008 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
14009
14010 fi
14011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
14012 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
14013
14014
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
14016 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
14017 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then :
14018 $as_echo_n "(cached) " >&6
14019 else
14020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14021 /* end confdefs.h. */
14022
14023 #define _SYSCALL32
14024 #include <sys/procfs.h>
14025 int
14026 main ()
14027 {
14028 prstatus32_t avar
14029 ;
14030 return 0;
14031 }
14032 _ACEOF
14033 if ac_fn_c_try_compile "$LINENO"; then :
14034 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
14035 else
14036 bfd_cv_have_sys_procfs_type_prstatus32_t=no
14037
14038 fi
14039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14040 fi
14041
14042 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14043
14044 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14045
14046 fi
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
14048 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
14049
14050
14051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
14052 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
14053 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then :
14054 $as_echo_n "(cached) " >&6
14055 else
14056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14057 /* end confdefs.h. */
14058
14059 #define _SYSCALL32
14060 #include <sys/procfs.h>
14061 int
14062 main ()
14063 {
14064 prstatus_t avar; void* aref = (void*) &avar.pr_who
14065 ;
14066 return 0;
14067 }
14068 _ACEOF
14069 if ac_fn_c_try_compile "$LINENO"; then :
14070 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
14071 else
14072 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
14073
14074 fi
14075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14076 fi
14077
14078 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
14079
14080 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
14081
14082 fi
14083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
14084 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
14085
14086
14087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
14088 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
14089 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then :
14090 $as_echo_n "(cached) " >&6
14091 else
14092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14093 /* end confdefs.h. */
14094
14095 #define _SYSCALL32
14096 #include <sys/procfs.h>
14097 int
14098 main ()
14099 {
14100 prstatus32_t avar; void* aref = (void*) &avar.pr_who
14101 ;
14102 return 0;
14103 }
14104 _ACEOF
14105 if ac_fn_c_try_compile "$LINENO"; then :
14106 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
14107 else
14108 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
14109
14110 fi
14111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14112 fi
14113
14114 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14115
14116 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14117
14118 fi
14119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14120 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14121
14122
14123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14124 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14125 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then :
14126 $as_echo_n "(cached) " >&6
14127 else
14128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14129 /* end confdefs.h. */
14130
14131 #define _SYSCALL32
14132 #include <sys/procfs.h>
14133 int
14134 main ()
14135 {
14136 pstatus_t avar
14137 ;
14138 return 0;
14139 }
14140 _ACEOF
14141 if ac_fn_c_try_compile "$LINENO"; then :
14142 bfd_cv_have_sys_procfs_type_pstatus_t=yes
14143 else
14144 bfd_cv_have_sys_procfs_type_pstatus_t=no
14145
14146 fi
14147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14148 fi
14149
14150 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14151
14152 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14153
14154 fi
14155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14156 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14157
14158
14159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14160 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14161 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then :
14162 $as_echo_n "(cached) " >&6
14163 else
14164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14165 /* end confdefs.h. */
14166
14167 #define _SYSCALL32
14168 #include <sys/procfs.h>
14169 int
14170 main ()
14171 {
14172 pxstatus_t avar
14173 ;
14174 return 0;
14175 }
14176 _ACEOF
14177 if ac_fn_c_try_compile "$LINENO"; then :
14178 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
14179 else
14180 bfd_cv_have_sys_procfs_type_pxstatus_t=no
14181
14182 fi
14183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14184 fi
14185
14186 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14187
14188 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14189
14190 fi
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14192 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14193
14194
14195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14196 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14197 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then :
14198 $as_echo_n "(cached) " >&6
14199 else
14200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14201 /* end confdefs.h. */
14202
14203 #define _SYSCALL32
14204 #include <sys/procfs.h>
14205 int
14206 main ()
14207 {
14208 pstatus32_t avar
14209 ;
14210 return 0;
14211 }
14212 _ACEOF
14213 if ac_fn_c_try_compile "$LINENO"; then :
14214 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
14215 else
14216 bfd_cv_have_sys_procfs_type_pstatus32_t=no
14217
14218 fi
14219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14220 fi
14221
14222 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14223
14224 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14225
14226 fi
14227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14228 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14229
14230
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14232 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14233 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then :
14234 $as_echo_n "(cached) " >&6
14235 else
14236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14237 /* end confdefs.h. */
14238
14239 #define _SYSCALL32
14240 #include <sys/procfs.h>
14241 int
14242 main ()
14243 {
14244 prpsinfo_t avar
14245 ;
14246 return 0;
14247 }
14248 _ACEOF
14249 if ac_fn_c_try_compile "$LINENO"; then :
14250 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
14251 else
14252 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
14253
14254 fi
14255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14256 fi
14257
14258 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14259
14260 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14261
14262 fi
14263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14264 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14265
14266
14267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
14268 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
14269 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then :
14270 $as_echo_n "(cached) " >&6
14271 else
14272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14273 /* end confdefs.h. */
14274
14275 #define _SYSCALL32
14276 #include <sys/procfs.h>
14277 int
14278 main ()
14279 {
14280 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14281 ;
14282 return 0;
14283 }
14284 _ACEOF
14285 if ac_fn_c_try_compile "$LINENO"; then :
14286 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
14287 else
14288 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
14289
14290 fi
14291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14292 fi
14293
14294 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14295
14296 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14297
14298 fi
14299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14300 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14301
14302
14303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14304 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14305 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then :
14306 $as_echo_n "(cached) " >&6
14307 else
14308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14309 /* end confdefs.h. */
14310
14311 #define _SYSCALL32
14312 #include <sys/procfs.h>
14313 int
14314 main ()
14315 {
14316 prpsinfo32_t avar
14317 ;
14318 return 0;
14319 }
14320 _ACEOF
14321 if ac_fn_c_try_compile "$LINENO"; then :
14322 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
14323 else
14324 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
14325
14326 fi
14327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14328 fi
14329
14330 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14331
14332 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14333
14334 fi
14335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14336 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14337
14338
14339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
14340 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14341 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then :
14342 $as_echo_n "(cached) " >&6
14343 else
14344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14345 /* end confdefs.h. */
14346
14347 #define _SYSCALL32
14348 #include <sys/procfs.h>
14349 int
14350 main ()
14351 {
14352 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14353 ;
14354 return 0;
14355 }
14356 _ACEOF
14357 if ac_fn_c_try_compile "$LINENO"; then :
14358 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
14359 else
14360 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
14361
14362 fi
14363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14364 fi
14365
14366 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14367
14368 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14369
14370 fi
14371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14372 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14373
14374
14375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14376 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14377 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then :
14378 $as_echo_n "(cached) " >&6
14379 else
14380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14381 /* end confdefs.h. */
14382
14383 #define _SYSCALL32
14384 #include <sys/procfs.h>
14385 int
14386 main ()
14387 {
14388 psinfo_t avar
14389 ;
14390 return 0;
14391 }
14392 _ACEOF
14393 if ac_fn_c_try_compile "$LINENO"; then :
14394 bfd_cv_have_sys_procfs_type_psinfo_t=yes
14395 else
14396 bfd_cv_have_sys_procfs_type_psinfo_t=no
14397
14398 fi
14399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14400 fi
14401
14402 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14403
14404 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14405
14406 fi
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14408 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14409
14410
14411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
14412 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
14413 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then :
14414 $as_echo_n "(cached) " >&6
14415 else
14416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14417 /* end confdefs.h. */
14418
14419 #define _SYSCALL32
14420 #include <sys/procfs.h>
14421 int
14422 main ()
14423 {
14424 psinfo_t avar; void* aref = (void*) &avar.pr_pid
14425 ;
14426 return 0;
14427 }
14428 _ACEOF
14429 if ac_fn_c_try_compile "$LINENO"; then :
14430 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
14431 else
14432 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
14433
14434 fi
14435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14436 fi
14437
14438 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14439
14440 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14441
14442 fi
14443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14444 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14445
14446
14447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14448 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14449 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then :
14450 $as_echo_n "(cached) " >&6
14451 else
14452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14453 /* end confdefs.h. */
14454
14455 #define _SYSCALL32
14456 #include <sys/procfs.h>
14457 int
14458 main ()
14459 {
14460 psinfo32_t avar
14461 ;
14462 return 0;
14463 }
14464 _ACEOF
14465 if ac_fn_c_try_compile "$LINENO"; then :
14466 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
14467 else
14468 bfd_cv_have_sys_procfs_type_psinfo32_t=no
14469
14470 fi
14471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14472 fi
14473
14474 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14475
14476 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14477
14478 fi
14479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14480 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14481
14482
14483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
14484 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14485 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then :
14486 $as_echo_n "(cached) " >&6
14487 else
14488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14489 /* end confdefs.h. */
14490
14491 #define _SYSCALL32
14492 #include <sys/procfs.h>
14493 int
14494 main ()
14495 {
14496 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
14497 ;
14498 return 0;
14499 }
14500 _ACEOF
14501 if ac_fn_c_try_compile "$LINENO"; then :
14502 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
14503 else
14504 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
14505
14506 fi
14507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14508 fi
14509
14510 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
14511
14512 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
14513
14514 fi
14515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
14516 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
14517
14518
14519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
14520 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
14521 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then :
14522 $as_echo_n "(cached) " >&6
14523 else
14524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14525 /* end confdefs.h. */
14526
14527 #define _SYSCALL32
14528 #include <sys/procfs.h>
14529 int
14530 main ()
14531 {
14532 lwpstatus_t avar
14533 ;
14534 return 0;
14535 }
14536 _ACEOF
14537 if ac_fn_c_try_compile "$LINENO"; then :
14538 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
14539 else
14540 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
14541
14542 fi
14543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14544 fi
14545
14546 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14547
14548 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14549
14550 fi
14551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14552 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
14553
14554
14555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
14556 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
14557 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then :
14558 $as_echo_n "(cached) " >&6
14559 else
14560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14561 /* end confdefs.h. */
14562
14563 #define _SYSCALL32
14564 #include <sys/procfs.h>
14565 int
14566 main ()
14567 {
14568 lwpxstatus_t avar
14569 ;
14570 return 0;
14571 }
14572 _ACEOF
14573 if ac_fn_c_try_compile "$LINENO"; then :
14574 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
14575 else
14576 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
14577
14578 fi
14579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14580 fi
14581
14582 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
14583
14584 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
14585
14586 fi
14587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
14588 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
14589
14590
14591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
14592 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
14593 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then :
14594 $as_echo_n "(cached) " >&6
14595 else
14596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14597 /* end confdefs.h. */
14598
14599 #define _SYSCALL32
14600 #include <sys/procfs.h>
14601 int
14602 main ()
14603 {
14604 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
14605 ;
14606 return 0;
14607 }
14608 _ACEOF
14609 if ac_fn_c_try_compile "$LINENO"; then :
14610 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
14611 else
14612 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
14613
14614 fi
14615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14616 fi
14617
14618 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
14619
14620 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
14621
14622 fi
14623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
14624 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
14625
14626
14627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
14628 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
14629 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then :
14630 $as_echo_n "(cached) " >&6
14631 else
14632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14633 /* end confdefs.h. */
14634
14635 #define _SYSCALL32
14636 #include <sys/procfs.h>
14637 int
14638 main ()
14639 {
14640 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
14641 ;
14642 return 0;
14643 }
14644 _ACEOF
14645 if ac_fn_c_try_compile "$LINENO"; then :
14646 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
14647 else
14648 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
14649
14650 fi
14651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14652 fi
14653
14654 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
14655
14656 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
14657
14658 fi
14659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
14660 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
14661
14662
14663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
14664 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
14665 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then :
14666 $as_echo_n "(cached) " >&6
14667 else
14668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14669 /* end confdefs.h. */
14670
14671 #define _SYSCALL32
14672 #include <sys/procfs.h>
14673 int
14674 main ()
14675 {
14676 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
14677 ;
14678 return 0;
14679 }
14680 _ACEOF
14681 if ac_fn_c_try_compile "$LINENO"; then :
14682 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
14683 else
14684 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
14685
14686 fi
14687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14688 fi
14689
14690 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
14691
14692 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
14693
14694 fi
14695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
14696 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
14697
14698
14699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
14700 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
14701 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then :
14702 $as_echo_n "(cached) " >&6
14703 else
14704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14705 /* end confdefs.h. */
14706
14707 #define _SYSCALL32
14708 #include <sys/procfs.h>
14709 int
14710 main ()
14711 {
14712 win32_pstatus_t avar
14713 ;
14714 return 0;
14715 }
14716 _ACEOF
14717 if ac_fn_c_try_compile "$LINENO"; then :
14718 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
14719 else
14720 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
14721
14722 fi
14723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14724 fi
14725
14726 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
14727
14728 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
14729
14730 fi
14731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
14732 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
14733
14734 fi
14735 fi
14736
14737
14738 if test -n "$CORE_HEADER"; then
14739
14740 cat >>confdefs.h <<_ACEOF
14741 #define CORE_HEADER $CORE_HEADER
14742 _ACEOF
14743
14744 fi
14745 if test -n "$TRAD_HEADER"; then
14746
14747 cat >>confdefs.h <<_ACEOF
14748 #define TRAD_HEADER $TRAD_HEADER
14749 _ACEOF
14750
14751 fi
14752
14753 if test "$plugins" = "yes"; then
14754 supports_plugins=1
14755 else
14756 supports_plugins=0
14757 fi
14758
14759
14760
14761 # Determine the host dependent file_ptr a.k.a. off_t type. In order
14762 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
14763 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
14764 # Hopefully a reasonable assumption since fseeko et.al. should be
14765 # upward compatible.
14766 for ac_func in ftello ftello64 fseeko fseeko64 fopen64
14767 do :
14768 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14769 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14770 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14771 cat >>confdefs.h <<_ACEOF
14772 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14773 _ACEOF
14774
14775 fi
14776 done
14777
14778 ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
14779 if test "x$ac_cv_have_decl_ftello" = xyes; then :
14780 ac_have_decl=1
14781 else
14782 ac_have_decl=0
14783 fi
14784
14785 cat >>confdefs.h <<_ACEOF
14786 #define HAVE_DECL_FTELLO $ac_have_decl
14787 _ACEOF
14788 ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
14789 if test "x$ac_cv_have_decl_ftello64" = xyes; then :
14790 ac_have_decl=1
14791 else
14792 ac_have_decl=0
14793 fi
14794
14795 cat >>confdefs.h <<_ACEOF
14796 #define HAVE_DECL_FTELLO64 $ac_have_decl
14797 _ACEOF
14798 ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
14799 if test "x$ac_cv_have_decl_fseeko" = xyes; then :
14800 ac_have_decl=1
14801 else
14802 ac_have_decl=0
14803 fi
14804
14805 cat >>confdefs.h <<_ACEOF
14806 #define HAVE_DECL_FSEEKO $ac_have_decl
14807 _ACEOF
14808 ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
14809 if test "x$ac_cv_have_decl_fseeko64" = xyes; then :
14810 ac_have_decl=1
14811 else
14812 ac_have_decl=0
14813 fi
14814
14815 cat >>confdefs.h <<_ACEOF
14816 #define HAVE_DECL_FSEEKO64 $ac_have_decl
14817 _ACEOF
14818 ac_fn_c_check_decl "$LINENO" "fopen64" "ac_cv_have_decl_fopen64" "$ac_includes_default"
14819 if test "x$ac_cv_have_decl_fopen64" = xyes; then :
14820 ac_have_decl=1
14821 else
14822 ac_have_decl=0
14823 fi
14824
14825 cat >>confdefs.h <<_ACEOF
14826 #define HAVE_DECL_FOPEN64 $ac_have_decl
14827 _ACEOF
14828
14829 if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
14830 # The cast to long int works around a bug in the HP C Compiler
14831 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14832 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14833 # This bug is HP SR number 8606223364.
14834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
14835 $as_echo_n "checking size of off_t... " >&6; }
14836 if ${ac_cv_sizeof_off_t+:} false; then :
14837 $as_echo_n "(cached) " >&6
14838 else
14839 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
14840
14841 else
14842 if test "$ac_cv_type_off_t" = yes; then
14843 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14844 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14845 as_fn_error 77 "cannot compute sizeof (off_t)
14846 See \`config.log' for more details" "$LINENO" 5; }
14847 else
14848 ac_cv_sizeof_off_t=0
14849 fi
14850 fi
14851
14852 fi
14853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
14854 $as_echo "$ac_cv_sizeof_off_t" >&6; }
14855
14856
14857
14858 cat >>confdefs.h <<_ACEOF
14859 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
14860 _ACEOF
14861
14862
14863 fi
14864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
14865 $as_echo_n "checking file_ptr type... " >&6; }
14866 bfd_file_ptr="long"
14867 bfd_ufile_ptr="unsigned long"
14868 if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
14869 -o x"${ac_cv_sizeof_off_t}" = x8; then
14870 bfd_file_ptr=BFD_HOST_64_BIT
14871 bfd_ufile_ptr=BFD_HOST_U_64_BIT
14872 fi
14873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
14874 $as_echo "$bfd_file_ptr" >&6; }
14875
14876
14877
14878
14879
14880
14881 for ac_header in $ac_header_list
14882 do :
14883 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14884 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
14885 "
14886 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14887 cat >>confdefs.h <<_ACEOF
14888 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14889 _ACEOF
14890
14891 fi
14892
14893 done
14894
14895
14896
14897
14898
14899
14900
14901
14902 for ac_func in getpagesize
14903 do :
14904 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
14905 if test "x$ac_cv_func_getpagesize" = xyes; then :
14906 cat >>confdefs.h <<_ACEOF
14907 #define HAVE_GETPAGESIZE 1
14908 _ACEOF
14909
14910 fi
14911 done
14912
14913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
14914 $as_echo_n "checking for working mmap... " >&6; }
14915 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
14916 $as_echo_n "(cached) " >&6
14917 else
14918 if test "$cross_compiling" = yes; then :
14919 ac_cv_func_mmap_fixed_mapped=no
14920 else
14921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14922 /* end confdefs.h. */
14923 $ac_includes_default
14924 /* malloc might have been renamed as rpl_malloc. */
14925 #undef malloc
14926
14927 /* Thanks to Mike Haertel and Jim Avera for this test.
14928 Here is a matrix of mmap possibilities:
14929 mmap private not fixed
14930 mmap private fixed at somewhere currently unmapped
14931 mmap private fixed at somewhere already mapped
14932 mmap shared not fixed
14933 mmap shared fixed at somewhere currently unmapped
14934 mmap shared fixed at somewhere already mapped
14935 For private mappings, we should verify that changes cannot be read()
14936 back from the file, nor mmap's back from the file at a different
14937 address. (There have been systems where private was not correctly
14938 implemented like the infamous i386 svr4.0, and systems where the
14939 VM page cache was not coherent with the file system buffer cache
14940 like early versions of FreeBSD and possibly contemporary NetBSD.)
14941 For shared mappings, we should conversely verify that changes get
14942 propagated back to all the places they're supposed to be.
14943
14944 Grep wants private fixed already mapped.
14945 The main things grep needs to know about mmap are:
14946 * does it exist and is it safe to write into the mmap'd area
14947 * how to use it (BSD variants) */
14948
14949 #include <fcntl.h>
14950 #include <sys/mman.h>
14951
14952 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
14953 char *malloc ();
14954 #endif
14955
14956 /* This mess was copied from the GNU getpagesize.h. */
14957 #ifndef HAVE_GETPAGESIZE
14958 # ifdef _SC_PAGESIZE
14959 # define getpagesize() sysconf(_SC_PAGESIZE)
14960 # else /* no _SC_PAGESIZE */
14961 # ifdef HAVE_SYS_PARAM_H
14962 # include <sys/param.h>
14963 # ifdef EXEC_PAGESIZE
14964 # define getpagesize() EXEC_PAGESIZE
14965 # else /* no EXEC_PAGESIZE */
14966 # ifdef NBPG
14967 # define getpagesize() NBPG * CLSIZE
14968 # ifndef CLSIZE
14969 # define CLSIZE 1
14970 # endif /* no CLSIZE */
14971 # else /* no NBPG */
14972 # ifdef NBPC
14973 # define getpagesize() NBPC
14974 # else /* no NBPC */
14975 # ifdef PAGESIZE
14976 # define getpagesize() PAGESIZE
14977 # endif /* PAGESIZE */
14978 # endif /* no NBPC */
14979 # endif /* no NBPG */
14980 # endif /* no EXEC_PAGESIZE */
14981 # else /* no HAVE_SYS_PARAM_H */
14982 # define getpagesize() 8192 /* punt totally */
14983 # endif /* no HAVE_SYS_PARAM_H */
14984 # endif /* no _SC_PAGESIZE */
14985
14986 #endif /* no HAVE_GETPAGESIZE */
14987
14988 int
14989 main ()
14990 {
14991 char *data, *data2, *data3;
14992 const char *cdata2;
14993 int i, pagesize;
14994 int fd, fd2;
14995
14996 pagesize = getpagesize ();
14997
14998 /* First, make a file with some known garbage in it. */
14999 data = (char *) malloc (pagesize);
15000 if (!data)
15001 return 1;
15002 for (i = 0; i < pagesize; ++i)
15003 *(data + i) = rand ();
15004 umask (0);
15005 fd = creat ("conftest.mmap", 0600);
15006 if (fd < 0)
15007 return 2;
15008 if (write (fd, data, pagesize) != pagesize)
15009 return 3;
15010 close (fd);
15011
15012 /* Next, check that the tail of a page is zero-filled. File must have
15013 non-zero length, otherwise we risk SIGBUS for entire page. */
15014 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
15015 if (fd2 < 0)
15016 return 4;
15017 cdata2 = "";
15018 if (write (fd2, cdata2, 1) != 1)
15019 return 5;
15020 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
15021 if (data2 == MAP_FAILED)
15022 return 6;
15023 for (i = 0; i < pagesize; ++i)
15024 if (*(data2 + i))
15025 return 7;
15026 close (fd2);
15027 if (munmap (data2, pagesize))
15028 return 8;
15029
15030 /* Next, try to mmap the file at a fixed address which already has
15031 something else allocated at it. If we can, also make sure that
15032 we see the same garbage. */
15033 fd = open ("conftest.mmap", O_RDWR);
15034 if (fd < 0)
15035 return 9;
15036 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15037 MAP_PRIVATE | MAP_FIXED, fd, 0L))
15038 return 10;
15039 for (i = 0; i < pagesize; ++i)
15040 if (*(data + i) != *(data2 + i))
15041 return 11;
15042
15043 /* Finally, make sure that changes to the mapped area do not
15044 percolate back to the file as seen by read(). (This is a bug on
15045 some variants of i386 svr4.0.) */
15046 for (i = 0; i < pagesize; ++i)
15047 *(data2 + i) = *(data2 + i) + 1;
15048 data3 = (char *) malloc (pagesize);
15049 if (!data3)
15050 return 12;
15051 if (read (fd, data3, pagesize) != pagesize)
15052 return 13;
15053 for (i = 0; i < pagesize; ++i)
15054 if (*(data + i) != *(data3 + i))
15055 return 14;
15056 close (fd);
15057 return 0;
15058 }
15059 _ACEOF
15060 if ac_fn_c_try_run "$LINENO"; then :
15061 ac_cv_func_mmap_fixed_mapped=yes
15062 else
15063 ac_cv_func_mmap_fixed_mapped=no
15064 fi
15065 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15066 conftest.$ac_objext conftest.beam conftest.$ac_ext
15067 fi
15068
15069 fi
15070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15071 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
15072 if test $ac_cv_func_mmap_fixed_mapped = yes; then
15073
15074 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
15075
15076 fi
15077 rm -f conftest.mmap conftest.txt
15078
15079 for ac_func in madvise mprotect
15080 do :
15081 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15082 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15083 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15084 cat >>confdefs.h <<_ACEOF
15085 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15086 _ACEOF
15087
15088 fi
15089 done
15090
15091 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15092 true+yes )
15093 $as_echo "#define USE_MMAP 1" >>confdefs.h
15094 ;;
15095 esac
15096
15097 ac_config_files="$ac_config_files Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
15098
15099
15100 ac_config_commands="$ac_config_commands default"
15101
15102
15103
15104
15105
15106
15107
15108 cat >confcache <<\_ACEOF
15109 # This file is a shell script that caches the results of configure
15110 # tests run on this system so they can be shared between configure
15111 # scripts and configure runs, see configure's option --config-cache.
15112 # It is not useful on other systems. If it contains results you don't
15113 # want to keep, you may remove or edit it.
15114 #
15115 # config.status only pays attention to the cache file if you give it
15116 # the --recheck option to rerun configure.
15117 #
15118 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15119 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15120 # following values.
15121
15122 _ACEOF
15123
15124 # The following way of writing the cache mishandles newlines in values,
15125 # but we know of no workaround that is simple, portable, and efficient.
15126 # So, we kill variables containing newlines.
15127 # Ultrix sh set writes to stderr and can't be redirected directly,
15128 # and sets the high bit in the cache file unless we assign to the vars.
15129 (
15130 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15131 eval ac_val=\$$ac_var
15132 case $ac_val in #(
15133 *${as_nl}*)
15134 case $ac_var in #(
15135 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15136 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15137 esac
15138 case $ac_var in #(
15139 _ | IFS | as_nl) ;; #(
15140 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15141 *) { eval $ac_var=; unset $ac_var;} ;;
15142 esac ;;
15143 esac
15144 done
15145
15146 (set) 2>&1 |
15147 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15148 *${as_nl}ac_space=\ *)
15149 # `set' does not quote correctly, so add quotes: double-quote
15150 # substitution turns \\\\ into \\, and sed turns \\ into \.
15151 sed -n \
15152 "s/'/'\\\\''/g;
15153 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15154 ;; #(
15155 *)
15156 # `set' quotes correctly as required by POSIX, so do not add quotes.
15157 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15158 ;;
15159 esac |
15160 sort
15161 ) |
15162 sed '
15163 /^ac_cv_env_/b end
15164 t clear
15165 :clear
15166 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15167 t end
15168 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15169 :end' >>confcache
15170 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15171 if test -w "$cache_file"; then
15172 if test "x$cache_file" != "x/dev/null"; then
15173 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15174 $as_echo "$as_me: updating cache $cache_file" >&6;}
15175 if test ! -f "$cache_file" || test -h "$cache_file"; then
15176 cat confcache >"$cache_file"
15177 else
15178 case $cache_file in #(
15179 */* | ?:*)
15180 mv -f confcache "$cache_file"$$ &&
15181 mv -f "$cache_file"$$ "$cache_file" ;; #(
15182 *)
15183 mv -f confcache "$cache_file" ;;
15184 esac
15185 fi
15186 fi
15187 else
15188 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15189 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15190 fi
15191 fi
15192 rm -f confcache
15193
15194 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15195 # Let make expand exec_prefix.
15196 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15197
15198 DEFS=-DHAVE_CONFIG_H
15199
15200 ac_libobjs=
15201 ac_ltlibobjs=
15202 U=
15203 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15204 # 1. Remove the extension, and $U if already installed.
15205 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15206 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15207 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15208 # will be set to the directory where LIBOBJS objects are built.
15209 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15210 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15211 done
15212 LIBOBJS=$ac_libobjs
15213
15214 LTLIBOBJS=$ac_ltlibobjs
15215
15216
15217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15218 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15219 if test -n "$am_sleep_pid"; then
15220 # Hide warnings about reused PIDs.
15221 wait $am_sleep_pid 2>/dev/null
15222 fi
15223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15224 $as_echo "done" >&6; }
15225 if test -n "$EXEEXT"; then
15226 am__EXEEXT_TRUE=
15227 am__EXEEXT_FALSE='#'
15228 else
15229 am__EXEEXT_TRUE='#'
15230 am__EXEEXT_FALSE=
15231 fi
15232
15233 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15234 as_fn_error $? "conditional \"AMDEP\" was never defined.
15235 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15236 fi
15237 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15238 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15239 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15240 fi
15241 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
15242 as_fn_error $? "conditional \"PLUGINS\" was never defined.
15243 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15244 fi
15245 if test -z "${ENABLE_BFD_64_BIT_TRUE}" && test -z "${ENABLE_BFD_64_BIT_FALSE}"; then
15246 as_fn_error $? "conditional \"ENABLE_BFD_64_BIT\" was never defined.
15247 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15248 fi
15249 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15250 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15251 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15252 fi
15253 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15254 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15255 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15256 fi
15257 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
15258 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
15259 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15260 fi
15261
15262 : "${CONFIG_STATUS=./config.status}"
15263 ac_write_fail=0
15264 ac_clean_files_save=$ac_clean_files
15265 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15266 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15267 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15268 as_write_fail=0
15269 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15270 #! $SHELL
15271 # Generated by $as_me.
15272 # Run this file to recreate the current configuration.
15273 # Compiler output produced by configure, useful for debugging
15274 # configure, is in config.log if it exists.
15275
15276 debug=false
15277 ac_cs_recheck=false
15278 ac_cs_silent=false
15279
15280 SHELL=\${CONFIG_SHELL-$SHELL}
15281 export SHELL
15282 _ASEOF
15283 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15284 ## -------------------- ##
15285 ## M4sh Initialization. ##
15286 ## -------------------- ##
15287
15288 # Be more Bourne compatible
15289 DUALCASE=1; export DUALCASE # for MKS sh
15290 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15291 emulate sh
15292 NULLCMD=:
15293 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15294 # is contrary to our usage. Disable this feature.
15295 alias -g '${1+"$@"}'='"$@"'
15296 setopt NO_GLOB_SUBST
15297 else
15298 case `(set -o) 2>/dev/null` in #(
15299 *posix*) :
15300 set -o posix ;; #(
15301 *) :
15302 ;;
15303 esac
15304 fi
15305
15306
15307 as_nl='
15308 '
15309 export as_nl
15310 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15311 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15312 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15313 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15314 # Prefer a ksh shell builtin over an external printf program on Solaris,
15315 # but without wasting forks for bash or zsh.
15316 if test -z "$BASH_VERSION$ZSH_VERSION" \
15317 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15318 as_echo='print -r --'
15319 as_echo_n='print -rn --'
15320 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15321 as_echo='printf %s\n'
15322 as_echo_n='printf %s'
15323 else
15324 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15325 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15326 as_echo_n='/usr/ucb/echo -n'
15327 else
15328 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15329 as_echo_n_body='eval
15330 arg=$1;
15331 case $arg in #(
15332 *"$as_nl"*)
15333 expr "X$arg" : "X\\(.*\\)$as_nl";
15334 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15335 esac;
15336 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15337 '
15338 export as_echo_n_body
15339 as_echo_n='sh -c $as_echo_n_body as_echo'
15340 fi
15341 export as_echo_body
15342 as_echo='sh -c $as_echo_body as_echo'
15343 fi
15344
15345 # The user is always right.
15346 if test "${PATH_SEPARATOR+set}" != set; then
15347 PATH_SEPARATOR=:
15348 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15349 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15350 PATH_SEPARATOR=';'
15351 }
15352 fi
15353
15354
15355 # IFS
15356 # We need space, tab and new line, in precisely that order. Quoting is
15357 # there to prevent editors from complaining about space-tab.
15358 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15359 # splitting by setting IFS to empty value.)
15360 IFS=" "" $as_nl"
15361
15362 # Find who we are. Look in the path if we contain no directory separator.
15363 as_myself=
15364 case $0 in #((
15365 *[\\/]* ) as_myself=$0 ;;
15366 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15367 for as_dir in $PATH
15368 do
15369 IFS=$as_save_IFS
15370 test -z "$as_dir" && as_dir=.
15371 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15372 done
15373 IFS=$as_save_IFS
15374
15375 ;;
15376 esac
15377 # We did not find ourselves, most probably we were run as `sh COMMAND'
15378 # in which case we are not to be found in the path.
15379 if test "x$as_myself" = x; then
15380 as_myself=$0
15381 fi
15382 if test ! -f "$as_myself"; then
15383 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15384 exit 1
15385 fi
15386
15387 # Unset variables that we do not need and which cause bugs (e.g. in
15388 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15389 # suppresses any "Segmentation fault" message there. '((' could
15390 # trigger a bug in pdksh 5.2.14.
15391 for as_var in BASH_ENV ENV MAIL MAILPATH
15392 do eval test x\${$as_var+set} = xset \
15393 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15394 done
15395 PS1='$ '
15396 PS2='> '
15397 PS4='+ '
15398
15399 # NLS nuisances.
15400 LC_ALL=C
15401 export LC_ALL
15402 LANGUAGE=C
15403 export LANGUAGE
15404
15405 # CDPATH.
15406 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15407
15408
15409 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15410 # ----------------------------------------
15411 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15412 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15413 # script with STATUS, using 1 if that was 0.
15414 as_fn_error ()
15415 {
15416 as_status=$1; test $as_status -eq 0 && as_status=1
15417 if test "$4"; then
15418 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15419 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15420 fi
15421 $as_echo "$as_me: error: $2" >&2
15422 as_fn_exit $as_status
15423 } # as_fn_error
15424
15425
15426 # as_fn_set_status STATUS
15427 # -----------------------
15428 # Set $? to STATUS, without forking.
15429 as_fn_set_status ()
15430 {
15431 return $1
15432 } # as_fn_set_status
15433
15434 # as_fn_exit STATUS
15435 # -----------------
15436 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15437 as_fn_exit ()
15438 {
15439 set +e
15440 as_fn_set_status $1
15441 exit $1
15442 } # as_fn_exit
15443
15444 # as_fn_unset VAR
15445 # ---------------
15446 # Portably unset VAR.
15447 as_fn_unset ()
15448 {
15449 { eval $1=; unset $1;}
15450 }
15451 as_unset=as_fn_unset
15452 # as_fn_append VAR VALUE
15453 # ----------------------
15454 # Append the text in VALUE to the end of the definition contained in VAR. Take
15455 # advantage of any shell optimizations that allow amortized linear growth over
15456 # repeated appends, instead of the typical quadratic growth present in naive
15457 # implementations.
15458 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15459 eval 'as_fn_append ()
15460 {
15461 eval $1+=\$2
15462 }'
15463 else
15464 as_fn_append ()
15465 {
15466 eval $1=\$$1\$2
15467 }
15468 fi # as_fn_append
15469
15470 # as_fn_arith ARG...
15471 # ------------------
15472 # Perform arithmetic evaluation on the ARGs, and store the result in the
15473 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15474 # must be portable across $(()) and expr.
15475 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15476 eval 'as_fn_arith ()
15477 {
15478 as_val=$(( $* ))
15479 }'
15480 else
15481 as_fn_arith ()
15482 {
15483 as_val=`expr "$@" || test $? -eq 1`
15484 }
15485 fi # as_fn_arith
15486
15487
15488 if expr a : '\(a\)' >/dev/null 2>&1 &&
15489 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15490 as_expr=expr
15491 else
15492 as_expr=false
15493 fi
15494
15495 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15496 as_basename=basename
15497 else
15498 as_basename=false
15499 fi
15500
15501 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15502 as_dirname=dirname
15503 else
15504 as_dirname=false
15505 fi
15506
15507 as_me=`$as_basename -- "$0" ||
15508 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15509 X"$0" : 'X\(//\)$' \| \
15510 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15511 $as_echo X/"$0" |
15512 sed '/^.*\/\([^/][^/]*\)\/*$/{
15513 s//\1/
15514 q
15515 }
15516 /^X\/\(\/\/\)$/{
15517 s//\1/
15518 q
15519 }
15520 /^X\/\(\/\).*/{
15521 s//\1/
15522 q
15523 }
15524 s/.*/./; q'`
15525
15526 # Avoid depending upon Character Ranges.
15527 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15528 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15529 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15530 as_cr_digits='0123456789'
15531 as_cr_alnum=$as_cr_Letters$as_cr_digits
15532
15533 ECHO_C= ECHO_N= ECHO_T=
15534 case `echo -n x` in #(((((
15535 -n*)
15536 case `echo 'xy\c'` in
15537 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15538 xy) ECHO_C='\c';;
15539 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15540 ECHO_T=' ';;
15541 esac;;
15542 *)
15543 ECHO_N='-n';;
15544 esac
15545
15546 rm -f conf$$ conf$$.exe conf$$.file
15547 if test -d conf$$.dir; then
15548 rm -f conf$$.dir/conf$$.file
15549 else
15550 rm -f conf$$.dir
15551 mkdir conf$$.dir 2>/dev/null
15552 fi
15553 if (echo >conf$$.file) 2>/dev/null; then
15554 if ln -s conf$$.file conf$$ 2>/dev/null; then
15555 as_ln_s='ln -s'
15556 # ... but there are two gotchas:
15557 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15558 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15559 # In both cases, we have to default to `cp -pR'.
15560 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15561 as_ln_s='cp -pR'
15562 elif ln conf$$.file conf$$ 2>/dev/null; then
15563 as_ln_s=ln
15564 else
15565 as_ln_s='cp -pR'
15566 fi
15567 else
15568 as_ln_s='cp -pR'
15569 fi
15570 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15571 rmdir conf$$.dir 2>/dev/null
15572
15573
15574 # as_fn_mkdir_p
15575 # -------------
15576 # Create "$as_dir" as a directory, including parents if necessary.
15577 as_fn_mkdir_p ()
15578 {
15579
15580 case $as_dir in #(
15581 -*) as_dir=./$as_dir;;
15582 esac
15583 test -d "$as_dir" || eval $as_mkdir_p || {
15584 as_dirs=
15585 while :; do
15586 case $as_dir in #(
15587 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15588 *) as_qdir=$as_dir;;
15589 esac
15590 as_dirs="'$as_qdir' $as_dirs"
15591 as_dir=`$as_dirname -- "$as_dir" ||
15592 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15593 X"$as_dir" : 'X\(//\)[^/]' \| \
15594 X"$as_dir" : 'X\(//\)$' \| \
15595 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15596 $as_echo X"$as_dir" |
15597 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15598 s//\1/
15599 q
15600 }
15601 /^X\(\/\/\)[^/].*/{
15602 s//\1/
15603 q
15604 }
15605 /^X\(\/\/\)$/{
15606 s//\1/
15607 q
15608 }
15609 /^X\(\/\).*/{
15610 s//\1/
15611 q
15612 }
15613 s/.*/./; q'`
15614 test -d "$as_dir" && break
15615 done
15616 test -z "$as_dirs" || eval "mkdir $as_dirs"
15617 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15618
15619
15620 } # as_fn_mkdir_p
15621 if mkdir -p . 2>/dev/null; then
15622 as_mkdir_p='mkdir -p "$as_dir"'
15623 else
15624 test -d ./-p && rmdir ./-p
15625 as_mkdir_p=false
15626 fi
15627
15628
15629 # as_fn_executable_p FILE
15630 # -----------------------
15631 # Test if FILE is an executable regular file.
15632 as_fn_executable_p ()
15633 {
15634 test -f "$1" && test -x "$1"
15635 } # as_fn_executable_p
15636 as_test_x='test -x'
15637 as_executable_p=as_fn_executable_p
15638
15639 # Sed expression to map a string onto a valid CPP name.
15640 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15641
15642 # Sed expression to map a string onto a valid variable name.
15643 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15644
15645
15646 exec 6>&1
15647 ## ----------------------------------- ##
15648 ## Main body of $CONFIG_STATUS script. ##
15649 ## ----------------------------------- ##
15650 _ASEOF
15651 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15652
15653 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15654 # Save the log message, to keep $0 and so on meaningful, and to
15655 # report actual input values of CONFIG_FILES etc. instead of their
15656 # values after options handling.
15657 ac_log="
15658 This file was extended by bfd $as_me 2.38.50, which was
15659 generated by GNU Autoconf 2.69. Invocation command line was
15660
15661 CONFIG_FILES = $CONFIG_FILES
15662 CONFIG_HEADERS = $CONFIG_HEADERS
15663 CONFIG_LINKS = $CONFIG_LINKS
15664 CONFIG_COMMANDS = $CONFIG_COMMANDS
15665 $ $0 $@
15666
15667 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15668 "
15669
15670 _ACEOF
15671
15672 case $ac_config_files in *"
15673 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15674 esac
15675
15676 case $ac_config_headers in *"
15677 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15678 esac
15679
15680
15681 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15682 # Files that config.status was made for.
15683 config_files="$ac_config_files"
15684 config_headers="$ac_config_headers"
15685 config_commands="$ac_config_commands"
15686
15687 _ACEOF
15688
15689 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15690 ac_cs_usage="\
15691 \`$as_me' instantiates files and other configuration actions
15692 from templates according to the current configuration. Unless the files
15693 and actions are specified as TAGs, all are instantiated by default.
15694
15695 Usage: $0 [OPTION]... [TAG]...
15696
15697 -h, --help print this help, then exit
15698 -V, --version print version number and configuration settings, then exit
15699 --config print configuration, then exit
15700 -q, --quiet, --silent
15701 do not print progress messages
15702 -d, --debug don't remove temporary files
15703 --recheck update $as_me by reconfiguring in the same conditions
15704 --file=FILE[:TEMPLATE]
15705 instantiate the configuration file FILE
15706 --header=FILE[:TEMPLATE]
15707 instantiate the configuration header FILE
15708
15709 Configuration files:
15710 $config_files
15711
15712 Configuration headers:
15713 $config_headers
15714
15715 Configuration commands:
15716 $config_commands
15717
15718 Report bugs to the package provider."
15719
15720 _ACEOF
15721 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15722 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15723 ac_cs_version="\\
15724 bfd config.status 2.38.50
15725 configured by $0, generated by GNU Autoconf 2.69,
15726 with options \\"\$ac_cs_config\\"
15727
15728 Copyright (C) 2012 Free Software Foundation, Inc.
15729 This config.status script is free software; the Free Software Foundation
15730 gives unlimited permission to copy, distribute and modify it."
15731
15732 ac_pwd='$ac_pwd'
15733 srcdir='$srcdir'
15734 INSTALL='$INSTALL'
15735 MKDIR_P='$MKDIR_P'
15736 AWK='$AWK'
15737 test -n "\$AWK" || AWK=awk
15738 _ACEOF
15739
15740 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15741 # The default lists apply if the user does not specify any file.
15742 ac_need_defaults=:
15743 while test $# != 0
15744 do
15745 case $1 in
15746 --*=?*)
15747 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15748 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15749 ac_shift=:
15750 ;;
15751 --*=)
15752 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15753 ac_optarg=
15754 ac_shift=:
15755 ;;
15756 *)
15757 ac_option=$1
15758 ac_optarg=$2
15759 ac_shift=shift
15760 ;;
15761 esac
15762
15763 case $ac_option in
15764 # Handling of the options.
15765 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15766 ac_cs_recheck=: ;;
15767 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15768 $as_echo "$ac_cs_version"; exit ;;
15769 --config | --confi | --conf | --con | --co | --c )
15770 $as_echo "$ac_cs_config"; exit ;;
15771 --debug | --debu | --deb | --de | --d | -d )
15772 debug=: ;;
15773 --file | --fil | --fi | --f )
15774 $ac_shift
15775 case $ac_optarg in
15776 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15777 '') as_fn_error $? "missing file argument" ;;
15778 esac
15779 as_fn_append CONFIG_FILES " '$ac_optarg'"
15780 ac_need_defaults=false;;
15781 --header | --heade | --head | --hea )
15782 $ac_shift
15783 case $ac_optarg in
15784 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15785 esac
15786 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15787 ac_need_defaults=false;;
15788 --he | --h)
15789 # Conflict between --help and --header
15790 as_fn_error $? "ambiguous option: \`$1'
15791 Try \`$0 --help' for more information.";;
15792 --help | --hel | -h )
15793 $as_echo "$ac_cs_usage"; exit ;;
15794 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15795 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15796 ac_cs_silent=: ;;
15797
15798 # This is an error.
15799 -*) as_fn_error $? "unrecognized option: \`$1'
15800 Try \`$0 --help' for more information." ;;
15801
15802 *) as_fn_append ac_config_targets " $1"
15803 ac_need_defaults=false ;;
15804
15805 esac
15806 shift
15807 done
15808
15809 ac_configure_extra_args=
15810
15811 if $ac_cs_silent; then
15812 exec 6>/dev/null
15813 ac_configure_extra_args="$ac_configure_extra_args --silent"
15814 fi
15815
15816 _ACEOF
15817 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15818 if \$ac_cs_recheck; then
15819 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15820 shift
15821 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15822 CONFIG_SHELL='$SHELL'
15823 export CONFIG_SHELL
15824 exec "\$@"
15825 fi
15826
15827 _ACEOF
15828 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15829 exec 5>>config.log
15830 {
15831 echo
15832 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15833 ## Running $as_me. ##
15834 _ASBOX
15835 $as_echo "$ac_log"
15836 } >&5
15837
15838 _ACEOF
15839 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15840 #
15841 # INIT-COMMANDS
15842 #
15843 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15844
15845
15846 # The HP-UX ksh and POSIX shell print the target directory to stdout
15847 # if CDPATH is set.
15848 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15849
15850 sed_quote_subst='$sed_quote_subst'
15851 double_quote_subst='$double_quote_subst'
15852 delay_variable_subst='$delay_variable_subst'
15853 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15854 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15855 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15856 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15857 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15858 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15859 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15860 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15861 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15862 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15863 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15864 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15865 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15866 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15867 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15868 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15869 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15870 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15871 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15872 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15873 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15874 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15875 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15876 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15877 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15878 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15879 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15880 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15881 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15882 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15883 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15884 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15885 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15886 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15887 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15888 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15889 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15890 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15891 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15892 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15893 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15894 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15895 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15896 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15897 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15898 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15899 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15900 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15901 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"`'
15902 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15903 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15904 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15905 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15906 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15907 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15908 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15909 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15910 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15911 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15912 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15913 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15914 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15915 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15916 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15917 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15918 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15919 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15920 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15921 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15922 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15923 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15924 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15925 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15926 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15927 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15928 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15929 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15930 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15931 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15932 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15933 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15934 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15935 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15936 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15937 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15938 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15939 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15940 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15941 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15942 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15943 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15944 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15945 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15946 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15947 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15948 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15949 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15950 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15951 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15952 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15953 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15954 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15955 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15956 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15957 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15958 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15959 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15960 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15961 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15962 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15963 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15964 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15965 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15966 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15967 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15968 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15969 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15970 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15971 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15972 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15973
15974 LTCC='$LTCC'
15975 LTCFLAGS='$LTCFLAGS'
15976 compiler='$compiler_DEFAULT'
15977
15978 # A function that is used when there is no print builtin or printf.
15979 func_fallback_echo ()
15980 {
15981 eval 'cat <<_LTECHO_EOF
15982 \$1
15983 _LTECHO_EOF'
15984 }
15985
15986 # Quote evaled strings.
15987 for var in SHELL \
15988 ECHO \
15989 SED \
15990 GREP \
15991 EGREP \
15992 FGREP \
15993 LD \
15994 NM \
15995 LN_S \
15996 lt_SP2NL \
15997 lt_NL2SP \
15998 reload_flag \
15999 OBJDUMP \
16000 deplibs_check_method \
16001 file_magic_cmd \
16002 AR \
16003 AR_FLAGS \
16004 STRIP \
16005 RANLIB \
16006 CC \
16007 CFLAGS \
16008 compiler \
16009 lt_cv_sys_global_symbol_pipe \
16010 lt_cv_sys_global_symbol_to_cdecl \
16011 lt_cv_sys_global_symbol_to_c_name_address \
16012 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16013 lt_prog_compiler_no_builtin_flag \
16014 lt_prog_compiler_wl \
16015 lt_prog_compiler_pic \
16016 lt_prog_compiler_static \
16017 lt_cv_prog_compiler_c_o \
16018 need_locks \
16019 DSYMUTIL \
16020 NMEDIT \
16021 LIPO \
16022 OTOOL \
16023 OTOOL64 \
16024 shrext_cmds \
16025 export_dynamic_flag_spec \
16026 whole_archive_flag_spec \
16027 compiler_needs_object \
16028 with_gnu_ld \
16029 allow_undefined_flag \
16030 no_undefined_flag \
16031 hardcode_libdir_flag_spec \
16032 hardcode_libdir_flag_spec_ld \
16033 hardcode_libdir_separator \
16034 fix_srcfile_path \
16035 exclude_expsyms \
16036 include_expsyms \
16037 file_list_spec \
16038 variables_saved_for_relink \
16039 libname_spec \
16040 library_names_spec \
16041 soname_spec \
16042 install_override_mode \
16043 finish_eval \
16044 old_striplib \
16045 striplib; do
16046 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16047 *[\\\\\\\`\\"\\\$]*)
16048 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16049 ;;
16050 *)
16051 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16052 ;;
16053 esac
16054 done
16055
16056 # Double-quote double-evaled strings.
16057 for var in reload_cmds \
16058 old_postinstall_cmds \
16059 old_postuninstall_cmds \
16060 old_archive_cmds \
16061 extract_expsyms_cmds \
16062 old_archive_from_new_cmds \
16063 old_archive_from_expsyms_cmds \
16064 archive_cmds \
16065 archive_expsym_cmds \
16066 module_cmds \
16067 module_expsym_cmds \
16068 export_symbols_cmds \
16069 prelink_cmds \
16070 postinstall_cmds \
16071 postuninstall_cmds \
16072 finish_cmds \
16073 sys_lib_search_path_spec \
16074 sys_lib_dlsearch_path_spec; do
16075 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16076 *[\\\\\\\`\\"\\\$]*)
16077 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16078 ;;
16079 *)
16080 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16081 ;;
16082 esac
16083 done
16084
16085 ac_aux_dir='$ac_aux_dir'
16086 xsi_shell='$xsi_shell'
16087 lt_shell_append='$lt_shell_append'
16088
16089 # See if we are running on zsh, and set the options which allow our
16090 # commands through without removal of \ escapes INIT.
16091 if test -n "\${ZSH_VERSION+set}" ; then
16092 setopt NO_GLOB_SUBST
16093 fi
16094
16095
16096 PACKAGE='$PACKAGE'
16097 VERSION='$VERSION'
16098 TIMESTAMP='$TIMESTAMP'
16099 RM='$RM'
16100 ofile='$ofile'
16101
16102
16103
16104 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16105 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16106 # from automake.
16107 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16108 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16109 LINGUAS="${LINGUAS-%UNSET%}"
16110
16111
16112
16113 _ACEOF
16114
16115 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16116
16117 # Handling of arguments.
16118 for ac_config_target in $ac_config_targets
16119 do
16120 case $ac_config_target in
16121 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16122 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16123 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16124 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16125 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16126 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16127 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16128 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16129
16130 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16131 esac
16132 done
16133
16134
16135 # If the user did not use the arguments to specify the items to instantiate,
16136 # then the envvar interface is used. Set only those that are not.
16137 # We use the long form for the default assignment because of an extremely
16138 # bizarre bug on SunOS 4.1.3.
16139 if $ac_need_defaults; then
16140 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16141 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16142 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16143 fi
16144
16145 # Have a temporary directory for convenience. Make it in the build tree
16146 # simply because there is no reason against having it here, and in addition,
16147 # creating and moving files from /tmp can sometimes cause problems.
16148 # Hook for its removal unless debugging.
16149 # Note that there is a small window in which the directory will not be cleaned:
16150 # after its creation but before its name has been assigned to `$tmp'.
16151 $debug ||
16152 {
16153 tmp= ac_tmp=
16154 trap 'exit_status=$?
16155 : "${ac_tmp:=$tmp}"
16156 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16157 ' 0
16158 trap 'as_fn_exit 1' 1 2 13 15
16159 }
16160 # Create a (secure) tmp directory for tmp files.
16161
16162 {
16163 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16164 test -d "$tmp"
16165 } ||
16166 {
16167 tmp=./conf$$-$RANDOM
16168 (umask 077 && mkdir "$tmp")
16169 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16170 ac_tmp=$tmp
16171
16172 # Set up the scripts for CONFIG_FILES section.
16173 # No need to generate them if there are no CONFIG_FILES.
16174 # This happens for instance with `./config.status config.h'.
16175 if test -n "$CONFIG_FILES"; then
16176
16177
16178 ac_cr=`echo X | tr X '\015'`
16179 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16180 # But we know of no other shell where ac_cr would be empty at this
16181 # point, so we can use a bashism as a fallback.
16182 if test "x$ac_cr" = x; then
16183 eval ac_cr=\$\'\\r\'
16184 fi
16185 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16186 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16187 ac_cs_awk_cr='\\r'
16188 else
16189 ac_cs_awk_cr=$ac_cr
16190 fi
16191
16192 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16193 _ACEOF
16194
16195
16196 {
16197 echo "cat >conf$$subs.awk <<_ACEOF" &&
16198 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16199 echo "_ACEOF"
16200 } >conf$$subs.sh ||
16201 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16202 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16203 ac_delim='%!_!# '
16204 for ac_last_try in false false false false false :; do
16205 . ./conf$$subs.sh ||
16206 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16207
16208 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16209 if test $ac_delim_n = $ac_delim_num; then
16210 break
16211 elif $ac_last_try; then
16212 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16213 else
16214 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16215 fi
16216 done
16217 rm -f conf$$subs.sh
16218
16219 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16220 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16221 _ACEOF
16222 sed -n '
16223 h
16224 s/^/S["/; s/!.*/"]=/
16225 p
16226 g
16227 s/^[^!]*!//
16228 :repl
16229 t repl
16230 s/'"$ac_delim"'$//
16231 t delim
16232 :nl
16233 h
16234 s/\(.\{148\}\)..*/\1/
16235 t more1
16236 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16237 p
16238 n
16239 b repl
16240 :more1
16241 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16242 p
16243 g
16244 s/.\{148\}//
16245 t nl
16246 :delim
16247 h
16248 s/\(.\{148\}\)..*/\1/
16249 t more2
16250 s/["\\]/\\&/g; s/^/"/; s/$/"/
16251 p
16252 b
16253 :more2
16254 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16255 p
16256 g
16257 s/.\{148\}//
16258 t delim
16259 ' <conf$$subs.awk | sed '
16260 /^[^""]/{
16261 N
16262 s/\n//
16263 }
16264 ' >>$CONFIG_STATUS || ac_write_fail=1
16265 rm -f conf$$subs.awk
16266 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16267 _ACAWK
16268 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16269 for (key in S) S_is_set[key] = 1
16270 FS = "\a"
16271
16272 }
16273 {
16274 line = $ 0
16275 nfields = split(line, field, "@")
16276 substed = 0
16277 len = length(field[1])
16278 for (i = 2; i < nfields; i++) {
16279 key = field[i]
16280 keylen = length(key)
16281 if (S_is_set[key]) {
16282 value = S[key]
16283 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16284 len += length(value) + length(field[++i])
16285 substed = 1
16286 } else
16287 len += 1 + keylen
16288 }
16289
16290 print line
16291 }
16292
16293 _ACAWK
16294 _ACEOF
16295 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16296 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16297 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16298 else
16299 cat
16300 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16301 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16302 _ACEOF
16303
16304 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16305 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16306 # trailing colons and then remove the whole line if VPATH becomes empty
16307 # (actually we leave an empty line to preserve line numbers).
16308 if test "x$srcdir" = x.; then
16309 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16310 h
16311 s///
16312 s/^/:/
16313 s/[ ]*$/:/
16314 s/:\$(srcdir):/:/g
16315 s/:\${srcdir}:/:/g
16316 s/:@srcdir@:/:/g
16317 s/^:*//
16318 s/:*$//
16319 x
16320 s/\(=[ ]*\).*/\1/
16321 G
16322 s/\n//
16323 s/^[^=]*=[ ]*$//
16324 }'
16325 fi
16326
16327 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16328 fi # test -n "$CONFIG_FILES"
16329
16330 # Set up the scripts for CONFIG_HEADERS section.
16331 # No need to generate them if there are no CONFIG_HEADERS.
16332 # This happens for instance with `./config.status Makefile'.
16333 if test -n "$CONFIG_HEADERS"; then
16334 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16335 BEGIN {
16336 _ACEOF
16337
16338 # Transform confdefs.h into an awk script `defines.awk', embedded as
16339 # here-document in config.status, that substitutes the proper values into
16340 # config.h.in to produce config.h.
16341
16342 # Create a delimiter string that does not exist in confdefs.h, to ease
16343 # handling of long lines.
16344 ac_delim='%!_!# '
16345 for ac_last_try in false false :; do
16346 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16347 if test -z "$ac_tt"; then
16348 break
16349 elif $ac_last_try; then
16350 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16351 else
16352 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16353 fi
16354 done
16355
16356 # For the awk script, D is an array of macro values keyed by name,
16357 # likewise P contains macro parameters if any. Preserve backslash
16358 # newline sequences.
16359
16360 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16361 sed -n '
16362 s/.\{148\}/&'"$ac_delim"'/g
16363 t rset
16364 :rset
16365 s/^[ ]*#[ ]*define[ ][ ]*/ /
16366 t def
16367 d
16368 :def
16369 s/\\$//
16370 t bsnl
16371 s/["\\]/\\&/g
16372 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16373 D["\1"]=" \3"/p
16374 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16375 d
16376 :bsnl
16377 s/["\\]/\\&/g
16378 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16379 D["\1"]=" \3\\\\\\n"\\/p
16380 t cont
16381 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16382 t cont
16383 d
16384 :cont
16385 n
16386 s/.\{148\}/&'"$ac_delim"'/g
16387 t clear
16388 :clear
16389 s/\\$//
16390 t bsnlc
16391 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16392 d
16393 :bsnlc
16394 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16395 b cont
16396 ' <confdefs.h | sed '
16397 s/'"$ac_delim"'/"\\\
16398 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16399
16400 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16401 for (key in D) D_is_set[key] = 1
16402 FS = "\a"
16403 }
16404 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16405 line = \$ 0
16406 split(line, arg, " ")
16407 if (arg[1] == "#") {
16408 defundef = arg[2]
16409 mac1 = arg[3]
16410 } else {
16411 defundef = substr(arg[1], 2)
16412 mac1 = arg[2]
16413 }
16414 split(mac1, mac2, "(") #)
16415 macro = mac2[1]
16416 prefix = substr(line, 1, index(line, defundef) - 1)
16417 if (D_is_set[macro]) {
16418 # Preserve the white space surrounding the "#".
16419 print prefix "define", macro P[macro] D[macro]
16420 next
16421 } else {
16422 # Replace #undef with comments. This is necessary, for example,
16423 # in the case of _POSIX_SOURCE, which is predefined and required
16424 # on some systems where configure will not decide to define it.
16425 if (defundef == "undef") {
16426 print "/*", prefix defundef, macro, "*/"
16427 next
16428 }
16429 }
16430 }
16431 { print }
16432 _ACAWK
16433 _ACEOF
16434 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16435 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16436 fi # test -n "$CONFIG_HEADERS"
16437
16438
16439 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16440 shift
16441 for ac_tag
16442 do
16443 case $ac_tag in
16444 :[FHLC]) ac_mode=$ac_tag; continue;;
16445 esac
16446 case $ac_mode$ac_tag in
16447 :[FHL]*:*);;
16448 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16449 :[FH]-) ac_tag=-:-;;
16450 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16451 esac
16452 ac_save_IFS=$IFS
16453 IFS=:
16454 set x $ac_tag
16455 IFS=$ac_save_IFS
16456 shift
16457 ac_file=$1
16458 shift
16459
16460 case $ac_mode in
16461 :L) ac_source=$1;;
16462 :[FH])
16463 ac_file_inputs=
16464 for ac_f
16465 do
16466 case $ac_f in
16467 -) ac_f="$ac_tmp/stdin";;
16468 *) # Look for the file first in the build tree, then in the source tree
16469 # (if the path is not absolute). The absolute path cannot be DOS-style,
16470 # because $ac_f cannot contain `:'.
16471 test -f "$ac_f" ||
16472 case $ac_f in
16473 [\\/$]*) false;;
16474 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16475 esac ||
16476 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16477 esac
16478 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16479 as_fn_append ac_file_inputs " '$ac_f'"
16480 done
16481
16482 # Let's still pretend it is `configure' which instantiates (i.e., don't
16483 # use $as_me), people would be surprised to read:
16484 # /* config.h. Generated by config.status. */
16485 configure_input='Generated from '`
16486 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16487 `' by configure.'
16488 if test x"$ac_file" != x-; then
16489 configure_input="$ac_file. $configure_input"
16490 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16491 $as_echo "$as_me: creating $ac_file" >&6;}
16492 fi
16493 # Neutralize special characters interpreted by sed in replacement strings.
16494 case $configure_input in #(
16495 *\&* | *\|* | *\\* )
16496 ac_sed_conf_input=`$as_echo "$configure_input" |
16497 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16498 *) ac_sed_conf_input=$configure_input;;
16499 esac
16500
16501 case $ac_tag in
16502 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16503 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16504 esac
16505 ;;
16506 esac
16507
16508 ac_dir=`$as_dirname -- "$ac_file" ||
16509 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16510 X"$ac_file" : 'X\(//\)[^/]' \| \
16511 X"$ac_file" : 'X\(//\)$' \| \
16512 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16513 $as_echo X"$ac_file" |
16514 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16515 s//\1/
16516 q
16517 }
16518 /^X\(\/\/\)[^/].*/{
16519 s//\1/
16520 q
16521 }
16522 /^X\(\/\/\)$/{
16523 s//\1/
16524 q
16525 }
16526 /^X\(\/\).*/{
16527 s//\1/
16528 q
16529 }
16530 s/.*/./; q'`
16531 as_dir="$ac_dir"; as_fn_mkdir_p
16532 ac_builddir=.
16533
16534 case "$ac_dir" in
16535 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16536 *)
16537 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16538 # A ".." for each directory in $ac_dir_suffix.
16539 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16540 case $ac_top_builddir_sub in
16541 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16542 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16543 esac ;;
16544 esac
16545 ac_abs_top_builddir=$ac_pwd
16546 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16547 # for backward compatibility:
16548 ac_top_builddir=$ac_top_build_prefix
16549
16550 case $srcdir in
16551 .) # We are building in place.
16552 ac_srcdir=.
16553 ac_top_srcdir=$ac_top_builddir_sub
16554 ac_abs_top_srcdir=$ac_pwd ;;
16555 [\\/]* | ?:[\\/]* ) # Absolute name.
16556 ac_srcdir=$srcdir$ac_dir_suffix;
16557 ac_top_srcdir=$srcdir
16558 ac_abs_top_srcdir=$srcdir ;;
16559 *) # Relative name.
16560 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16561 ac_top_srcdir=$ac_top_build_prefix$srcdir
16562 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16563 esac
16564 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16565
16566
16567 case $ac_mode in
16568 :F)
16569 #
16570 # CONFIG_FILE
16571 #
16572
16573 case $INSTALL in
16574 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16575 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16576 esac
16577 ac_MKDIR_P=$MKDIR_P
16578 case $MKDIR_P in
16579 [\\/$]* | ?:[\\/]* ) ;;
16580 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16581 esac
16582 _ACEOF
16583
16584 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16585 # If the template does not know about datarootdir, expand it.
16586 # FIXME: This hack should be removed a few years after 2.60.
16587 ac_datarootdir_hack=; ac_datarootdir_seen=
16588 ac_sed_dataroot='
16589 /datarootdir/ {
16590 p
16591 q
16592 }
16593 /@datadir@/p
16594 /@docdir@/p
16595 /@infodir@/p
16596 /@localedir@/p
16597 /@mandir@/p'
16598 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16599 *datarootdir*) ac_datarootdir_seen=yes;;
16600 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16601 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16602 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16603 _ACEOF
16604 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16605 ac_datarootdir_hack='
16606 s&@datadir@&$datadir&g
16607 s&@docdir@&$docdir&g
16608 s&@infodir@&$infodir&g
16609 s&@localedir@&$localedir&g
16610 s&@mandir@&$mandir&g
16611 s&\\\${datarootdir}&$datarootdir&g' ;;
16612 esac
16613 _ACEOF
16614
16615 # Neutralize VPATH when `$srcdir' = `.'.
16616 # Shell code in configure.ac might set extrasub.
16617 # FIXME: do we really want to maintain this feature?
16618 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16619 ac_sed_extra="$ac_vpsub
16620 $extrasub
16621 _ACEOF
16622 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16623 :t
16624 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16625 s|@configure_input@|$ac_sed_conf_input|;t t
16626 s&@top_builddir@&$ac_top_builddir_sub&;t t
16627 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16628 s&@srcdir@&$ac_srcdir&;t t
16629 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16630 s&@top_srcdir@&$ac_top_srcdir&;t t
16631 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16632 s&@builddir@&$ac_builddir&;t t
16633 s&@abs_builddir@&$ac_abs_builddir&;t t
16634 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16635 s&@INSTALL@&$ac_INSTALL&;t t
16636 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16637 $ac_datarootdir_hack
16638 "
16639 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16640 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16641
16642 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16643 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16644 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16645 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16647 which seems to be undefined. Please make sure it is defined" >&5
16648 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16649 which seems to be undefined. Please make sure it is defined" >&2;}
16650
16651 rm -f "$ac_tmp/stdin"
16652 case $ac_file in
16653 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16654 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16655 esac \
16656 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16657 ;;
16658 :H)
16659 #
16660 # CONFIG_HEADER
16661 #
16662 if test x"$ac_file" != x-; then
16663 {
16664 $as_echo "/* $configure_input */" \
16665 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16666 } >"$ac_tmp/config.h" \
16667 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16668 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16669 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16670 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16671 else
16672 rm -f "$ac_file"
16673 mv "$ac_tmp/config.h" "$ac_file" \
16674 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16675 fi
16676 else
16677 $as_echo "/* $configure_input */" \
16678 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16679 || as_fn_error $? "could not create -" "$LINENO" 5
16680 fi
16681 # Compute "$ac_file"'s index in $config_headers.
16682 _am_arg="$ac_file"
16683 _am_stamp_count=1
16684 for _am_header in $config_headers :; do
16685 case $_am_header in
16686 $_am_arg | $_am_arg:* )
16687 break ;;
16688 * )
16689 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16690 esac
16691 done
16692 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16693 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16694 X"$_am_arg" : 'X\(//\)[^/]' \| \
16695 X"$_am_arg" : 'X\(//\)$' \| \
16696 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16697 $as_echo X"$_am_arg" |
16698 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16699 s//\1/
16700 q
16701 }
16702 /^X\(\/\/\)[^/].*/{
16703 s//\1/
16704 q
16705 }
16706 /^X\(\/\/\)$/{
16707 s//\1/
16708 q
16709 }
16710 /^X\(\/\).*/{
16711 s//\1/
16712 q
16713 }
16714 s/.*/./; q'`/stamp-h$_am_stamp_count
16715 ;;
16716
16717 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16718 $as_echo "$as_me: executing $ac_file commands" >&6;}
16719 ;;
16720 esac
16721
16722
16723 case $ac_file$ac_mode in
16724 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16725 # Older Autoconf quotes --file arguments for eval, but not when files
16726 # are listed without --file. Let's play safe and only enable the eval
16727 # if we detect the quoting.
16728 case $CONFIG_FILES in
16729 *\'*) eval set x "$CONFIG_FILES" ;;
16730 *) set x $CONFIG_FILES ;;
16731 esac
16732 shift
16733 for mf
16734 do
16735 # Strip MF so we end up with the name of the file.
16736 mf=`echo "$mf" | sed -e 's/:.*$//'`
16737 # Check whether this is an Automake generated Makefile or not.
16738 # We used to match only the files named 'Makefile.in', but
16739 # some people rename them; so instead we look at the file content.
16740 # Grep'ing the first line is not enough: some people post-process
16741 # each Makefile.in and add a new line on top of each file to say so.
16742 # Grep'ing the whole file is not good either: AIX grep has a line
16743 # limit of 2048, but all sed's we know have understand at least 4000.
16744 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16745 dirpart=`$as_dirname -- "$mf" ||
16746 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16747 X"$mf" : 'X\(//\)[^/]' \| \
16748 X"$mf" : 'X\(//\)$' \| \
16749 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16750 $as_echo X"$mf" |
16751 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16752 s//\1/
16753 q
16754 }
16755 /^X\(\/\/\)[^/].*/{
16756 s//\1/
16757 q
16758 }
16759 /^X\(\/\/\)$/{
16760 s//\1/
16761 q
16762 }
16763 /^X\(\/\).*/{
16764 s//\1/
16765 q
16766 }
16767 s/.*/./; q'`
16768 else
16769 continue
16770 fi
16771 # Extract the definition of DEPDIR, am__include, and am__quote
16772 # from the Makefile without running 'make'.
16773 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16774 test -z "$DEPDIR" && continue
16775 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16776 test -z "$am__include" && continue
16777 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16778 # Find all dependency output files, they are included files with
16779 # $(DEPDIR) in their names. We invoke sed twice because it is the
16780 # simplest approach to changing $(DEPDIR) to its actual value in the
16781 # expansion.
16782 for file in `sed -n "
16783 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16784 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16785 # Make sure the directory exists.
16786 test -f "$dirpart/$file" && continue
16787 fdir=`$as_dirname -- "$file" ||
16788 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16789 X"$file" : 'X\(//\)[^/]' \| \
16790 X"$file" : 'X\(//\)$' \| \
16791 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16792 $as_echo X"$file" |
16793 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16794 s//\1/
16795 q
16796 }
16797 /^X\(\/\/\)[^/].*/{
16798 s//\1/
16799 q
16800 }
16801 /^X\(\/\/\)$/{
16802 s//\1/
16803 q
16804 }
16805 /^X\(\/\).*/{
16806 s//\1/
16807 q
16808 }
16809 s/.*/./; q'`
16810 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16811 # echo "creating $dirpart/$file"
16812 echo '# dummy' > "$dirpart/$file"
16813 done
16814 done
16815 }
16816 ;;
16817 "libtool":C)
16818
16819 # See if we are running on zsh, and set the options which allow our
16820 # commands through without removal of \ escapes.
16821 if test -n "${ZSH_VERSION+set}" ; then
16822 setopt NO_GLOB_SUBST
16823 fi
16824
16825 cfgfile="${ofile}T"
16826 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16827 $RM "$cfgfile"
16828
16829 cat <<_LT_EOF >> "$cfgfile"
16830 #! $SHELL
16831
16832 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16833 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16834 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16835 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16836 #
16837 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16838 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16839 # Written by Gordon Matzigkeit, 1996
16840 #
16841 # This file is part of GNU Libtool.
16842 #
16843 # GNU Libtool is free software; you can redistribute it and/or
16844 # modify it under the terms of the GNU General Public License as
16845 # published by the Free Software Foundation; either version 2 of
16846 # the License, or (at your option) any later version.
16847 #
16848 # As a special exception to the GNU General Public License,
16849 # if you distribute this file as part of a program or library that
16850 # is built using GNU Libtool, you may include this file under the
16851 # same distribution terms that you use for the rest of that program.
16852 #
16853 # GNU Libtool is distributed in the hope that it will be useful,
16854 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16855 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16856 # GNU General Public License for more details.
16857 #
16858 # You should have received a copy of the GNU General Public License
16859 # along with GNU Libtool; see the file COPYING. If not, a copy
16860 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16861 # obtained by writing to the Free Software Foundation, Inc.,
16862 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16863
16864
16865 # The names of the tagged configurations supported by this script.
16866 available_tags=""
16867
16868 # ### BEGIN LIBTOOL CONFIG
16869
16870 # Whether or not to build shared libraries.
16871 build_libtool_libs=$enable_shared
16872
16873 # Which release of libtool.m4 was used?
16874 macro_version=$macro_version
16875 macro_revision=$macro_revision
16876
16877 # Whether or not to build static libraries.
16878 build_old_libs=$enable_static
16879
16880 # What type of objects to build.
16881 pic_mode=$pic_mode
16882
16883 # Whether or not to optimize for fast installation.
16884 fast_install=$enable_fast_install
16885
16886 # Shell to use when invoking shell scripts.
16887 SHELL=$lt_SHELL
16888
16889 # An echo program that protects backslashes.
16890 ECHO=$lt_ECHO
16891
16892 # The host system.
16893 host_alias=$host_alias
16894 host=$host
16895 host_os=$host_os
16896
16897 # The build system.
16898 build_alias=$build_alias
16899 build=$build
16900 build_os=$build_os
16901
16902 # A sed program that does not truncate output.
16903 SED=$lt_SED
16904
16905 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16906 Xsed="\$SED -e 1s/^X//"
16907
16908 # A grep program that handles long lines.
16909 GREP=$lt_GREP
16910
16911 # An ERE matcher.
16912 EGREP=$lt_EGREP
16913
16914 # A literal string matcher.
16915 FGREP=$lt_FGREP
16916
16917 # A BSD- or MS-compatible name lister.
16918 NM=$lt_NM
16919
16920 # Whether we need soft or hard links.
16921 LN_S=$lt_LN_S
16922
16923 # What is the maximum length of a command?
16924 max_cmd_len=$max_cmd_len
16925
16926 # Object file suffix (normally "o").
16927 objext=$ac_objext
16928
16929 # Executable file suffix (normally "").
16930 exeext=$exeext
16931
16932 # whether the shell understands "unset".
16933 lt_unset=$lt_unset
16934
16935 # turn spaces into newlines.
16936 SP2NL=$lt_lt_SP2NL
16937
16938 # turn newlines into spaces.
16939 NL2SP=$lt_lt_NL2SP
16940
16941 # An object symbol dumper.
16942 OBJDUMP=$lt_OBJDUMP
16943
16944 # Method to check whether dependent libraries are shared objects.
16945 deplibs_check_method=$lt_deplibs_check_method
16946
16947 # Command to use when deplibs_check_method == "file_magic".
16948 file_magic_cmd=$lt_file_magic_cmd
16949
16950 # The archiver.
16951 AR=$lt_AR
16952 AR_FLAGS=$lt_AR_FLAGS
16953
16954 # A symbol stripping program.
16955 STRIP=$lt_STRIP
16956
16957 # Commands used to install an old-style archive.
16958 RANLIB=$lt_RANLIB
16959 old_postinstall_cmds=$lt_old_postinstall_cmds
16960 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16961
16962 # Whether to use a lock for old archive extraction.
16963 lock_old_archive_extraction=$lock_old_archive_extraction
16964
16965 # A C compiler.
16966 LTCC=$lt_CC
16967
16968 # LTCC compiler flags.
16969 LTCFLAGS=$lt_CFLAGS
16970
16971 # Take the output of nm and produce a listing of raw symbols and C names.
16972 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16973
16974 # Transform the output of nm in a proper C declaration.
16975 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16976
16977 # Transform the output of nm in a C name address pair.
16978 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16979
16980 # Transform the output of nm in a C name address pair when lib prefix is needed.
16981 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16982
16983 # The name of the directory that contains temporary libtool files.
16984 objdir=$objdir
16985
16986 # Used to examine libraries when file_magic_cmd begins with "file".
16987 MAGIC_CMD=$MAGIC_CMD
16988
16989 # Must we lock files when doing compilation?
16990 need_locks=$lt_need_locks
16991
16992 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16993 DSYMUTIL=$lt_DSYMUTIL
16994
16995 # Tool to change global to local symbols on Mac OS X.
16996 NMEDIT=$lt_NMEDIT
16997
16998 # Tool to manipulate fat objects and archives on Mac OS X.
16999 LIPO=$lt_LIPO
17000
17001 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17002 OTOOL=$lt_OTOOL
17003
17004 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17005 OTOOL64=$lt_OTOOL64
17006
17007 # Old archive suffix (normally "a").
17008 libext=$libext
17009
17010 # Shared library suffix (normally ".so").
17011 shrext_cmds=$lt_shrext_cmds
17012
17013 # The commands to extract the exported symbol list from a shared archive.
17014 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17015
17016 # Variables whose values should be saved in libtool wrapper scripts and
17017 # restored at link time.
17018 variables_saved_for_relink=$lt_variables_saved_for_relink
17019
17020 # Do we need the "lib" prefix for modules?
17021 need_lib_prefix=$need_lib_prefix
17022
17023 # Do we need a version for libraries?
17024 need_version=$need_version
17025
17026 # Library versioning type.
17027 version_type=$version_type
17028
17029 # Shared library runtime path variable.
17030 runpath_var=$runpath_var
17031
17032 # Shared library path variable.
17033 shlibpath_var=$shlibpath_var
17034
17035 # Is shlibpath searched before the hard-coded library search path?
17036 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17037
17038 # Format of library name prefix.
17039 libname_spec=$lt_libname_spec
17040
17041 # List of archive names. First name is the real one, the rest are links.
17042 # The last name is the one that the linker finds with -lNAME
17043 library_names_spec=$lt_library_names_spec
17044
17045 # The coded name of the library, if different from the real name.
17046 soname_spec=$lt_soname_spec
17047
17048 # Permission mode override for installation of shared libraries.
17049 install_override_mode=$lt_install_override_mode
17050
17051 # Command to use after installation of a shared archive.
17052 postinstall_cmds=$lt_postinstall_cmds
17053
17054 # Command to use after uninstallation of a shared archive.
17055 postuninstall_cmds=$lt_postuninstall_cmds
17056
17057 # Commands used to finish a libtool library installation in a directory.
17058 finish_cmds=$lt_finish_cmds
17059
17060 # As "finish_cmds", except a single script fragment to be evaled but
17061 # not shown.
17062 finish_eval=$lt_finish_eval
17063
17064 # Whether we should hardcode library paths into libraries.
17065 hardcode_into_libs=$hardcode_into_libs
17066
17067 # Compile-time system search path for libraries.
17068 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17069
17070 # Run-time system search path for libraries.
17071 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17072
17073 # Whether dlopen is supported.
17074 dlopen_support=$enable_dlopen
17075
17076 # Whether dlopen of programs is supported.
17077 dlopen_self=$enable_dlopen_self
17078
17079 # Whether dlopen of statically linked programs is supported.
17080 dlopen_self_static=$enable_dlopen_self_static
17081
17082 # Commands to strip libraries.
17083 old_striplib=$lt_old_striplib
17084 striplib=$lt_striplib
17085
17086
17087 # The linker used to build libraries.
17088 LD=$lt_LD
17089
17090 # How to create reloadable object files.
17091 reload_flag=$lt_reload_flag
17092 reload_cmds=$lt_reload_cmds
17093
17094 # Commands used to build an old-style archive.
17095 old_archive_cmds=$lt_old_archive_cmds
17096
17097 # A language specific compiler.
17098 CC=$lt_compiler
17099
17100 # Is the compiler the GNU compiler?
17101 with_gcc=$GCC
17102
17103 # Compiler flag to turn off builtin functions.
17104 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17105
17106 # How to pass a linker flag through the compiler.
17107 wl=$lt_lt_prog_compiler_wl
17108
17109 # Additional compiler flags for building library objects.
17110 pic_flag=$lt_lt_prog_compiler_pic
17111
17112 # Compiler flag to prevent dynamic linking.
17113 link_static_flag=$lt_lt_prog_compiler_static
17114
17115 # Does compiler simultaneously support -c and -o options?
17116 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17117
17118 # Whether or not to add -lc for building shared libraries.
17119 build_libtool_need_lc=$archive_cmds_need_lc
17120
17121 # Whether or not to disallow shared libs when runtime libs are static.
17122 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17123
17124 # Compiler flag to allow reflexive dlopens.
17125 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17126
17127 # Compiler flag to generate shared objects directly from archives.
17128 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17129
17130 # Whether the compiler copes with passing no objects directly.
17131 compiler_needs_object=$lt_compiler_needs_object
17132
17133 # Create an old-style archive from a shared archive.
17134 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17135
17136 # Create a temporary old-style archive to link instead of a shared archive.
17137 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17138
17139 # Commands used to build a shared archive.
17140 archive_cmds=$lt_archive_cmds
17141 archive_expsym_cmds=$lt_archive_expsym_cmds
17142
17143 # Commands used to build a loadable module if different from building
17144 # a shared archive.
17145 module_cmds=$lt_module_cmds
17146 module_expsym_cmds=$lt_module_expsym_cmds
17147
17148 # Whether we are building with GNU ld or not.
17149 with_gnu_ld=$lt_with_gnu_ld
17150
17151 # Flag that allows shared libraries with undefined symbols to be built.
17152 allow_undefined_flag=$lt_allow_undefined_flag
17153
17154 # Flag that enforces no undefined symbols.
17155 no_undefined_flag=$lt_no_undefined_flag
17156
17157 # Flag to hardcode \$libdir into a binary during linking.
17158 # This must work even if \$libdir does not exist
17159 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17160
17161 # If ld is used when linking, flag to hardcode \$libdir into a binary
17162 # during linking. This must work even if \$libdir does not exist.
17163 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17164
17165 # Whether we need a single "-rpath" flag with a separated argument.
17166 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17167
17168 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17169 # DIR into the resulting binary.
17170 hardcode_direct=$hardcode_direct
17171
17172 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17173 # DIR into the resulting binary and the resulting library dependency is
17174 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17175 # library is relocated.
17176 hardcode_direct_absolute=$hardcode_direct_absolute
17177
17178 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17179 # into the resulting binary.
17180 hardcode_minus_L=$hardcode_minus_L
17181
17182 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17183 # into the resulting binary.
17184 hardcode_shlibpath_var=$hardcode_shlibpath_var
17185
17186 # Set to "yes" if building a shared library automatically hardcodes DIR
17187 # into the library and all subsequent libraries and executables linked
17188 # against it.
17189 hardcode_automatic=$hardcode_automatic
17190
17191 # Set to yes if linker adds runtime paths of dependent libraries
17192 # to runtime path list.
17193 inherit_rpath=$inherit_rpath
17194
17195 # Whether libtool must link a program against all its dependency libraries.
17196 link_all_deplibs=$link_all_deplibs
17197
17198 # Fix the shell variable \$srcfile for the compiler.
17199 fix_srcfile_path=$lt_fix_srcfile_path
17200
17201 # Set to "yes" if exported symbols are required.
17202 always_export_symbols=$always_export_symbols
17203
17204 # The commands to list exported symbols.
17205 export_symbols_cmds=$lt_export_symbols_cmds
17206
17207 # Symbols that should not be listed in the preloaded symbols.
17208 exclude_expsyms=$lt_exclude_expsyms
17209
17210 # Symbols that must always be exported.
17211 include_expsyms=$lt_include_expsyms
17212
17213 # Commands necessary for linking programs (against libraries) with templates.
17214 prelink_cmds=$lt_prelink_cmds
17215
17216 # Specify filename containing input files.
17217 file_list_spec=$lt_file_list_spec
17218
17219 # How to hardcode a shared library path into an executable.
17220 hardcode_action=$hardcode_action
17221
17222 # ### END LIBTOOL CONFIG
17223
17224 _LT_EOF
17225
17226 case $host_os in
17227 aix3*)
17228 cat <<\_LT_EOF >> "$cfgfile"
17229 # AIX sometimes has problems with the GCC collect2 program. For some
17230 # reason, if we set the COLLECT_NAMES environment variable, the problems
17231 # vanish in a puff of smoke.
17232 if test "X${COLLECT_NAMES+set}" != Xset; then
17233 COLLECT_NAMES=
17234 export COLLECT_NAMES
17235 fi
17236 _LT_EOF
17237 ;;
17238 esac
17239
17240
17241 ltmain="$ac_aux_dir/ltmain.sh"
17242
17243
17244 # We use sed instead of cat because bash on DJGPP gets confused if
17245 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17246 # text mode, it properly converts lines to CR/LF. This bash problem
17247 # is reportedly fixed, but why not run on old versions too?
17248 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17249 || (rm -f "$cfgfile"; exit 1)
17250
17251 case $xsi_shell in
17252 yes)
17253 cat << \_LT_EOF >> "$cfgfile"
17254
17255 # func_dirname file append nondir_replacement
17256 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17257 # otherwise set result to NONDIR_REPLACEMENT.
17258 func_dirname ()
17259 {
17260 case ${1} in
17261 */*) func_dirname_result="${1%/*}${2}" ;;
17262 * ) func_dirname_result="${3}" ;;
17263 esac
17264 }
17265
17266 # func_basename file
17267 func_basename ()
17268 {
17269 func_basename_result="${1##*/}"
17270 }
17271
17272 # func_dirname_and_basename file append nondir_replacement
17273 # perform func_basename and func_dirname in a single function
17274 # call:
17275 # dirname: Compute the dirname of FILE. If nonempty,
17276 # add APPEND to the result, otherwise set result
17277 # to NONDIR_REPLACEMENT.
17278 # value returned in "$func_dirname_result"
17279 # basename: Compute filename of FILE.
17280 # value retuned in "$func_basename_result"
17281 # Implementation must be kept synchronized with func_dirname
17282 # and func_basename. For efficiency, we do not delegate to
17283 # those functions but instead duplicate the functionality here.
17284 func_dirname_and_basename ()
17285 {
17286 case ${1} in
17287 */*) func_dirname_result="${1%/*}${2}" ;;
17288 * ) func_dirname_result="${3}" ;;
17289 esac
17290 func_basename_result="${1##*/}"
17291 }
17292
17293 # func_stripname prefix suffix name
17294 # strip PREFIX and SUFFIX off of NAME.
17295 # PREFIX and SUFFIX must not contain globbing or regex special
17296 # characters, hashes, percent signs, but SUFFIX may contain a leading
17297 # dot (in which case that matches only a dot).
17298 func_stripname ()
17299 {
17300 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17301 # positional parameters, so assign one to ordinary parameter first.
17302 func_stripname_result=${3}
17303 func_stripname_result=${func_stripname_result#"${1}"}
17304 func_stripname_result=${func_stripname_result%"${2}"}
17305 }
17306
17307 # func_opt_split
17308 func_opt_split ()
17309 {
17310 func_opt_split_opt=${1%%=*}
17311 func_opt_split_arg=${1#*=}
17312 }
17313
17314 # func_lo2o object
17315 func_lo2o ()
17316 {
17317 case ${1} in
17318 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17319 *) func_lo2o_result=${1} ;;
17320 esac
17321 }
17322
17323 # func_xform libobj-or-source
17324 func_xform ()
17325 {
17326 func_xform_result=${1%.*}.lo
17327 }
17328
17329 # func_arith arithmetic-term...
17330 func_arith ()
17331 {
17332 func_arith_result=$(( $* ))
17333 }
17334
17335 # func_len string
17336 # STRING may not start with a hyphen.
17337 func_len ()
17338 {
17339 func_len_result=${#1}
17340 }
17341
17342 _LT_EOF
17343 ;;
17344 *) # Bourne compatible functions.
17345 cat << \_LT_EOF >> "$cfgfile"
17346
17347 # func_dirname file append nondir_replacement
17348 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17349 # otherwise set result to NONDIR_REPLACEMENT.
17350 func_dirname ()
17351 {
17352 # Extract subdirectory from the argument.
17353 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17354 if test "X$func_dirname_result" = "X${1}"; then
17355 func_dirname_result="${3}"
17356 else
17357 func_dirname_result="$func_dirname_result${2}"
17358 fi
17359 }
17360
17361 # func_basename file
17362 func_basename ()
17363 {
17364 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17365 }
17366
17367
17368 # func_stripname prefix suffix name
17369 # strip PREFIX and SUFFIX off of NAME.
17370 # PREFIX and SUFFIX must not contain globbing or regex special
17371 # characters, hashes, percent signs, but SUFFIX may contain a leading
17372 # dot (in which case that matches only a dot).
17373 # func_strip_suffix prefix name
17374 func_stripname ()
17375 {
17376 case ${2} in
17377 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17378 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17379 esac
17380 }
17381
17382 # sed scripts:
17383 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17384 my_sed_long_arg='1s/^-[^=]*=//'
17385
17386 # func_opt_split
17387 func_opt_split ()
17388 {
17389 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17390 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17391 }
17392
17393 # func_lo2o object
17394 func_lo2o ()
17395 {
17396 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17397 }
17398
17399 # func_xform libobj-or-source
17400 func_xform ()
17401 {
17402 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17403 }
17404
17405 # func_arith arithmetic-term...
17406 func_arith ()
17407 {
17408 func_arith_result=`expr "$@"`
17409 }
17410
17411 # func_len string
17412 # STRING may not start with a hyphen.
17413 func_len ()
17414 {
17415 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17416 }
17417
17418 _LT_EOF
17419 esac
17420
17421 case $lt_shell_append in
17422 yes)
17423 cat << \_LT_EOF >> "$cfgfile"
17424
17425 # func_append var value
17426 # Append VALUE to the end of shell variable VAR.
17427 func_append ()
17428 {
17429 eval "$1+=\$2"
17430 }
17431 _LT_EOF
17432 ;;
17433 *)
17434 cat << \_LT_EOF >> "$cfgfile"
17435
17436 # func_append var value
17437 # Append VALUE to the end of shell variable VAR.
17438 func_append ()
17439 {
17440 eval "$1=\$$1\$2"
17441 }
17442
17443 _LT_EOF
17444 ;;
17445 esac
17446
17447
17448 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17449 || (rm -f "$cfgfile"; exit 1)
17450
17451 mv -f "$cfgfile" "$ofile" ||
17452 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17453 chmod +x "$ofile"
17454
17455 ;;
17456 "default-1":C)
17457 for ac_file in $CONFIG_FILES; do
17458 # Support "outfile[:infile[:infile...]]"
17459 case "$ac_file" in
17460 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17461 esac
17462 # PO directories have a Makefile.in generated from Makefile.in.in.
17463 case "$ac_file" in */Makefile.in)
17464 # Adjust a relative srcdir.
17465 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17466 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17467 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17468 # In autoconf-2.13 it is called $ac_given_srcdir.
17469 # In autoconf-2.50 it is called $srcdir.
17470 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17471 case "$ac_given_srcdir" in
17472 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17473 /*) top_srcdir="$ac_given_srcdir" ;;
17474 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17475 esac
17476 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17477 rm -f "$ac_dir/POTFILES"
17478 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17479 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17480 POMAKEFILEDEPS="POTFILES.in"
17481 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17482 # on $ac_dir but don't depend on user-specified configuration
17483 # parameters.
17484 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17485 # The LINGUAS file contains the set of available languages.
17486 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17487 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17488 fi
17489 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17490 # Hide the ALL_LINGUAS assigment from automake.
17491 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17492 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17493 else
17494 # The set of available languages was given in configure.ac.
17495 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17496 fi
17497 case "$ac_given_srcdir" in
17498 .) srcdirpre= ;;
17499 *) srcdirpre='$(srcdir)/' ;;
17500 esac
17501 POFILES=
17502 GMOFILES=
17503 UPDATEPOFILES=
17504 DUMMYPOFILES=
17505 for lang in $ALL_LINGUAS; do
17506 POFILES="$POFILES $srcdirpre$lang.po"
17507 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17508 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17509 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17510 done
17511 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17512 # environment variable.
17513 INST_LINGUAS=
17514 if test -n "$ALL_LINGUAS"; then
17515 for presentlang in $ALL_LINGUAS; do
17516 useit=no
17517 if test "%UNSET%" != "$LINGUAS"; then
17518 desiredlanguages="$LINGUAS"
17519 else
17520 desiredlanguages="$ALL_LINGUAS"
17521 fi
17522 for desiredlang in $desiredlanguages; do
17523 # Use the presentlang catalog if desiredlang is
17524 # a. equal to presentlang, or
17525 # b. a variant of presentlang (because in this case,
17526 # presentlang can be used as a fallback for messages
17527 # which are not translated in the desiredlang catalog).
17528 case "$desiredlang" in
17529 "$presentlang"*) useit=yes;;
17530 esac
17531 done
17532 if test $useit = yes; then
17533 INST_LINGUAS="$INST_LINGUAS $presentlang"
17534 fi
17535 done
17536 fi
17537 CATALOGS=
17538 if test -n "$INST_LINGUAS"; then
17539 for lang in $INST_LINGUAS; do
17540 CATALOGS="$CATALOGS $lang.gmo"
17541 done
17542 fi
17543 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17544 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"
17545 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17546 if test -f "$f"; then
17547 case "$f" in
17548 *.orig | *.bak | *~) ;;
17549 *) cat "$f" >> "$ac_dir/Makefile" ;;
17550 esac
17551 fi
17552 done
17553 fi
17554 ;;
17555 esac
17556 done ;;
17557 "default":C)
17558 case "$srcdir" in
17559 .) srcdirpre= ;;
17560 *) srcdirpre='$(srcdir)/' ;;
17561 esac
17562 POFILES=
17563 GMOFILES=
17564 for lang in dummy $OBSOLETE_ALL_LINGUAS; do
17565 if test $lang != dummy; then
17566 POFILES="$POFILES $srcdirpre$lang.po"
17567 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17568 fi
17569 done
17570 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
17571 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
17572 -e "s,@POFILES@,$POFILES," \
17573 -e "s,@GMOFILES@,$GMOFILES," \
17574 po/Makefile.in > po/Makefile ;;
17575
17576 esac
17577 done # for ac_tag
17578
17579
17580 as_fn_exit 0
17581 _ACEOF
17582 ac_clean_files=$ac_clean_files_save
17583
17584 test $ac_write_fail = 0 ||
17585 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17586
17587
17588 # configure is writing to config.log, and then calls config.status.
17589 # config.status does its own redirection, appending to config.log.
17590 # Unfortunately, on DOS this fails, as config.log is still kept open
17591 # by configure, so config.status won't be able to write to it; its
17592 # output is simply discarded. So we exec the FD to /dev/null,
17593 # effectively closing config.log, so it can be properly (re)opened and
17594 # appended to by config.status. When coming back to configure, we
17595 # need to make the FD available again.
17596 if test "$no_create" != yes; then
17597 ac_cs_success=:
17598 ac_config_status_args=
17599 test "$silent" = yes &&
17600 ac_config_status_args="$ac_config_status_args --quiet"
17601 exec 5>/dev/null
17602 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17603 exec 5>>config.log
17604 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17605 # would make configure fail if this is the last instruction.
17606 $ac_cs_success || as_fn_exit 1
17607 fi
17608 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17610 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17611 fi
17612
17613
17614
17615 touch config.status.tmp
17616 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
17617 sed '/as_fn_exit 0/i \
17618 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
17619 touch --reference=Makefile Makefile.tmp \
17620 mv Makefile.tmp Makefile \
17621 ' config.status > config.status.tmp
17622 touch --reference=config.status config.status.tmp
17623 mv config.status.tmp config.status
17624 chmod +x config.status
17625 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
17626 touch --reference=Makefile Makefile.tmp
17627 mv Makefile.tmp Makefile
17628 else
17629 rm -f config.status.tmp
17630 fi