Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for bfd 2.37.50.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279 fi
280 exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517 *)
518 ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME='bfd'
589 PACKAGE_TARNAME='bfd'
590 PACKAGE_VERSION='2.37.50'
591 PACKAGE_STRING='bfd 2.37.50'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
594
595 ac_unique_file="libbfd.c"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 # include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 # include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
631
632 ac_header_list=
633 ac_subst_vars='am__EXEEXT_FALSE
634 am__EXEEXT_TRUE
635 LTLIBOBJS
636 LIBOBJS
637 bfd_ufile_ptr
638 bfd_file_ptr
639 lt_cv_dlopen_libs
640 supports_plugins
641 COREFLAG
642 COREFILE
643 havevecs
644 tdefaults
645 bfd_default_target_size
646 bfd_machines
647 bfd_backends
648 all_backends
649 bfd64_libs
650 wordsize
651 TDEFINES
652 SHARED_LIBADD
653 SHARED_LDFLAGS
654 LIBM
655 zlibinc
656 zlibdir
657 EXEEXT_FOR_BUILD
658 CC_FOR_BUILD
659 BFD_HOSTPTR_T
660 BFD_HOST_U_64_BIT
661 BFD_HOST_64_BIT
662 BFD_HOST_64_BIT_DEFINED
663 BFD_HOST_64BIT_LONG_LONG
664 BFD_HOST_64BIT_LONG
665 HDEFINES
666 MSGMERGE
667 MSGFMT
668 MKINSTALLDIRS
669 CATOBJEXT
670 GENCAT
671 INSTOBJEXT
672 DATADIRNAME
673 CATALOGS
674 POSUB
675 GMSGFMT
676 XGETTEXT
677 INCINTL
678 LIBINTL_DEP
679 LIBINTL
680 USE_NLS
681 bfdincludedir
682 bfdlibdir
683 target_noncanonical
684 host_noncanonical
685 INSTALL_LIBBFD_FALSE
686 INSTALL_LIBBFD_TRUE
687 GENINSRC_NEVER_FALSE
688 GENINSRC_NEVER_TRUE
689 MAINT
690 MAINTAINER_MODE_FALSE
691 MAINTAINER_MODE_TRUE
692 WARN_WRITE_STRINGS
693 NO_WERROR
694 WARN_CFLAGS_FOR_BUILD
695 WARN_CFLAGS
696 REPORT_BUGS_TEXI
697 REPORT_BUGS_TO
698 PKGVERSION
699 DEBUGDIR
700 PLUGINS_FALSE
701 PLUGINS_TRUE
702 LARGEFILE_CPPFLAGS
703 OTOOL64
704 OTOOL
705 LIPO
706 NMEDIT
707 DSYMUTIL
708 OBJDUMP
709 LN_S
710 NM
711 ac_ct_DUMPBIN
712 DUMPBIN
713 LD
714 FGREP
715 SED
716 LIBTOOL
717 EGREP
718 GREP
719 CPP
720 am__fastdepCC_FALSE
721 am__fastdepCC_TRUE
722 CCDEPMODE
723 am__nodep
724 AMDEPBACKSLASH
725 AMDEP_FALSE
726 AMDEP_TRUE
727 am__quote
728 am__include
729 DEPDIR
730 OBJEXT
731 EXEEXT
732 ac_ct_CC
733 CPPFLAGS
734 LDFLAGS
735 CFLAGS
736 CC
737 RANLIB
738 AR
739 AM_BACKSLASH
740 AM_DEFAULT_VERBOSITY
741 AM_DEFAULT_V
742 AM_V
743 am__untar
744 am__tar
745 AMTAR
746 am__leading_dot
747 SET_MAKE
748 AWK
749 mkdir_p
750 MKDIR_P
751 INSTALL_STRIP_PROGRAM
752 STRIP
753 install_sh
754 MAKEINFO
755 AUTOHEADER
756 AUTOMAKE
757 AUTOCONF
758 ACLOCAL
759 VERSION
760 PACKAGE
761 CYGPATH_W
762 am__isrc
763 INSTALL_DATA
764 INSTALL_SCRIPT
765 INSTALL_PROGRAM
766 target_os
767 target_vendor
768 target_cpu
769 target
770 host_os
771 host_vendor
772 host_cpu
773 host
774 build_os
775 build_vendor
776 build_cpu
777 build
778 target_alias
779 host_alias
780 build_alias
781 LIBS
782 ECHO_T
783 ECHO_N
784 ECHO_C
785 DEFS
786 mandir
787 localedir
788 libdir
789 psdir
790 pdfdir
791 dvidir
792 htmldir
793 infodir
794 docdir
795 oldincludedir
796 includedir
797 localstatedir
798 sharedstatedir
799 sysconfdir
800 datadir
801 datarootdir
802 libexecdir
803 sbindir
804 bindir
805 program_transform_name
806 prefix
807 exec_prefix
808 PACKAGE_URL
809 PACKAGE_BUGREPORT
810 PACKAGE_STRING
811 PACKAGE_VERSION
812 PACKAGE_TARNAME
813 PACKAGE_NAME
814 PATH_SEPARATOR
815 SHELL'
816 ac_subst_files=''
817 ac_user_opts='
818 enable_option_checking
819 enable_silent_rules
820 enable_shared
821 enable_dependency_tracking
822 enable_static
823 with_pic
824 enable_fast_install
825 with_gnu_ld
826 enable_libtool_lock
827 enable_plugins
828 enable_largefile
829 enable_checking
830 enable_64_bit_bfd
831 enable_targets
832 enable_64_bit_archive
833 with_mmap
834 enable_secureplt
835 enable_separate_code
836 enable_leading_mingw64_underscores
837 with_separate_debug_dir
838 with_pkgversion
839 with_bugurl
840 enable_werror
841 enable_build_warnings
842 enable_maintainer_mode
843 enable_install_libbfd
844 enable_nls
845 with_system_zlib
846 '
847 ac_precious_vars='build_alias
848 host_alias
849 target_alias
850 CC
851 CFLAGS
852 LDFLAGS
853 LIBS
854 CPPFLAGS
855 CPP'
856
857
858 # Initialize some variables set by options.
859 ac_init_help=
860 ac_init_version=false
861 ac_unrecognized_opts=
862 ac_unrecognized_sep=
863 # The variables have the same names as the options, with
864 # dashes changed to underlines.
865 cache_file=/dev/null
866 exec_prefix=NONE
867 no_create=
868 no_recursion=
869 prefix=NONE
870 program_prefix=NONE
871 program_suffix=NONE
872 program_transform_name=s,x,x,
873 silent=
874 site=
875 srcdir=
876 verbose=
877 x_includes=NONE
878 x_libraries=NONE
879
880 # Installation directory options.
881 # These are left unexpanded so users can "make install exec_prefix=/foo"
882 # and all the variables that are supposed to be based on exec_prefix
883 # by default will actually change.
884 # Use braces instead of parens because sh, perl, etc. also accept them.
885 # (The list follows the same order as the GNU Coding Standards.)
886 bindir='${exec_prefix}/bin'
887 sbindir='${exec_prefix}/sbin'
888 libexecdir='${exec_prefix}/libexec'
889 datarootdir='${prefix}/share'
890 datadir='${datarootdir}'
891 sysconfdir='${prefix}/etc'
892 sharedstatedir='${prefix}/com'
893 localstatedir='${prefix}/var'
894 includedir='${prefix}/include'
895 oldincludedir='/usr/include'
896 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
897 infodir='${datarootdir}/info'
898 htmldir='${docdir}'
899 dvidir='${docdir}'
900 pdfdir='${docdir}'
901 psdir='${docdir}'
902 libdir='${exec_prefix}/lib'
903 localedir='${datarootdir}/locale'
904 mandir='${datarootdir}/man'
905
906 ac_prev=
907 ac_dashdash=
908 for ac_option
909 do
910 # If the previous option needs an argument, assign it.
911 if test -n "$ac_prev"; then
912 eval $ac_prev=\$ac_option
913 ac_prev=
914 continue
915 fi
916
917 case $ac_option in
918 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
919 *=) ac_optarg= ;;
920 *) ac_optarg=yes ;;
921 esac
922
923 # Accept the important Cygnus configure options, so we can diagnose typos.
924
925 case $ac_dashdash$ac_option in
926 --)
927 ac_dashdash=yes ;;
928
929 -bindir | --bindir | --bindi | --bind | --bin | --bi)
930 ac_prev=bindir ;;
931 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
932 bindir=$ac_optarg ;;
933
934 -build | --build | --buil | --bui | --bu)
935 ac_prev=build_alias ;;
936 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
937 build_alias=$ac_optarg ;;
938
939 -cache-file | --cache-file | --cache-fil | --cache-fi \
940 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
941 ac_prev=cache_file ;;
942 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
943 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
944 cache_file=$ac_optarg ;;
945
946 --config-cache | -C)
947 cache_file=config.cache ;;
948
949 -datadir | --datadir | --datadi | --datad)
950 ac_prev=datadir ;;
951 -datadir=* | --datadir=* | --datadi=* | --datad=*)
952 datadir=$ac_optarg ;;
953
954 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
955 | --dataroo | --dataro | --datar)
956 ac_prev=datarootdir ;;
957 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
958 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
959 datarootdir=$ac_optarg ;;
960
961 -disable-* | --disable-*)
962 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
963 # Reject names that are not valid shell variable names.
964 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
965 as_fn_error $? "invalid feature name: $ac_useropt"
966 ac_useropt_orig=$ac_useropt
967 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
968 case $ac_user_opts in
969 *"
970 "enable_$ac_useropt"
971 "*) ;;
972 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
973 ac_unrecognized_sep=', ';;
974 esac
975 eval enable_$ac_useropt=no ;;
976
977 -docdir | --docdir | --docdi | --doc | --do)
978 ac_prev=docdir ;;
979 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
980 docdir=$ac_optarg ;;
981
982 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
983 ac_prev=dvidir ;;
984 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
985 dvidir=$ac_optarg ;;
986
987 -enable-* | --enable-*)
988 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
989 # Reject names that are not valid shell variable names.
990 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
991 as_fn_error $? "invalid feature name: $ac_useropt"
992 ac_useropt_orig=$ac_useropt
993 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
994 case $ac_user_opts in
995 *"
996 "enable_$ac_useropt"
997 "*) ;;
998 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
999 ac_unrecognized_sep=', ';;
1000 esac
1001 eval enable_$ac_useropt=\$ac_optarg ;;
1002
1003 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1004 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1005 | --exec | --exe | --ex)
1006 ac_prev=exec_prefix ;;
1007 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1008 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1009 | --exec=* | --exe=* | --ex=*)
1010 exec_prefix=$ac_optarg ;;
1011
1012 -gas | --gas | --ga | --g)
1013 # Obsolete; use --with-gas.
1014 with_gas=yes ;;
1015
1016 -help | --help | --hel | --he | -h)
1017 ac_init_help=long ;;
1018 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1019 ac_init_help=recursive ;;
1020 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1021 ac_init_help=short ;;
1022
1023 -host | --host | --hos | --ho)
1024 ac_prev=host_alias ;;
1025 -host=* | --host=* | --hos=* | --ho=*)
1026 host_alias=$ac_optarg ;;
1027
1028 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1029 ac_prev=htmldir ;;
1030 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1031 | --ht=*)
1032 htmldir=$ac_optarg ;;
1033
1034 -includedir | --includedir | --includedi | --included | --include \
1035 | --includ | --inclu | --incl | --inc)
1036 ac_prev=includedir ;;
1037 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1038 | --includ=* | --inclu=* | --incl=* | --inc=*)
1039 includedir=$ac_optarg ;;
1040
1041 -infodir | --infodir | --infodi | --infod | --info | --inf)
1042 ac_prev=infodir ;;
1043 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1044 infodir=$ac_optarg ;;
1045
1046 -libdir | --libdir | --libdi | --libd)
1047 ac_prev=libdir ;;
1048 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1049 libdir=$ac_optarg ;;
1050
1051 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1052 | --libexe | --libex | --libe)
1053 ac_prev=libexecdir ;;
1054 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1055 | --libexe=* | --libex=* | --libe=*)
1056 libexecdir=$ac_optarg ;;
1057
1058 -localedir | --localedir | --localedi | --localed | --locale)
1059 ac_prev=localedir ;;
1060 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1061 localedir=$ac_optarg ;;
1062
1063 -localstatedir | --localstatedir | --localstatedi | --localstated \
1064 | --localstate | --localstat | --localsta | --localst | --locals)
1065 ac_prev=localstatedir ;;
1066 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1067 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1068 localstatedir=$ac_optarg ;;
1069
1070 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1071 ac_prev=mandir ;;
1072 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1073 mandir=$ac_optarg ;;
1074
1075 -nfp | --nfp | --nf)
1076 # Obsolete; use --without-fp.
1077 with_fp=no ;;
1078
1079 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1080 | --no-cr | --no-c | -n)
1081 no_create=yes ;;
1082
1083 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1084 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1085 no_recursion=yes ;;
1086
1087 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1088 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1089 | --oldin | --oldi | --old | --ol | --o)
1090 ac_prev=oldincludedir ;;
1091 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1092 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1093 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1094 oldincludedir=$ac_optarg ;;
1095
1096 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1097 ac_prev=prefix ;;
1098 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1099 prefix=$ac_optarg ;;
1100
1101 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1102 | --program-pre | --program-pr | --program-p)
1103 ac_prev=program_prefix ;;
1104 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1105 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1106 program_prefix=$ac_optarg ;;
1107
1108 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1109 | --program-suf | --program-su | --program-s)
1110 ac_prev=program_suffix ;;
1111 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1112 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1113 program_suffix=$ac_optarg ;;
1114
1115 -program-transform-name | --program-transform-name \
1116 | --program-transform-nam | --program-transform-na \
1117 | --program-transform-n | --program-transform- \
1118 | --program-transform | --program-transfor \
1119 | --program-transfo | --program-transf \
1120 | --program-trans | --program-tran \
1121 | --progr-tra | --program-tr | --program-t)
1122 ac_prev=program_transform_name ;;
1123 -program-transform-name=* | --program-transform-name=* \
1124 | --program-transform-nam=* | --program-transform-na=* \
1125 | --program-transform-n=* | --program-transform-=* \
1126 | --program-transform=* | --program-transfor=* \
1127 | --program-transfo=* | --program-transf=* \
1128 | --program-trans=* | --program-tran=* \
1129 | --progr-tra=* | --program-tr=* | --program-t=*)
1130 program_transform_name=$ac_optarg ;;
1131
1132 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1133 ac_prev=pdfdir ;;
1134 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1135 pdfdir=$ac_optarg ;;
1136
1137 -psdir | --psdir | --psdi | --psd | --ps)
1138 ac_prev=psdir ;;
1139 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1140 psdir=$ac_optarg ;;
1141
1142 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1143 | -silent | --silent | --silen | --sile | --sil)
1144 silent=yes ;;
1145
1146 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1147 ac_prev=sbindir ;;
1148 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1149 | --sbi=* | --sb=*)
1150 sbindir=$ac_optarg ;;
1151
1152 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1153 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1154 | --sharedst | --shareds | --shared | --share | --shar \
1155 | --sha | --sh)
1156 ac_prev=sharedstatedir ;;
1157 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1158 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1159 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1160 | --sha=* | --sh=*)
1161 sharedstatedir=$ac_optarg ;;
1162
1163 -site | --site | --sit)
1164 ac_prev=site ;;
1165 -site=* | --site=* | --sit=*)
1166 site=$ac_optarg ;;
1167
1168 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1169 ac_prev=srcdir ;;
1170 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1171 srcdir=$ac_optarg ;;
1172
1173 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1174 | --syscon | --sysco | --sysc | --sys | --sy)
1175 ac_prev=sysconfdir ;;
1176 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1177 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1178 sysconfdir=$ac_optarg ;;
1179
1180 -target | --target | --targe | --targ | --tar | --ta | --t)
1181 ac_prev=target_alias ;;
1182 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1183 target_alias=$ac_optarg ;;
1184
1185 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1186 verbose=yes ;;
1187
1188 -version | --version | --versio | --versi | --vers | -V)
1189 ac_init_version=: ;;
1190
1191 -with-* | --with-*)
1192 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1193 # Reject names that are not valid shell variable names.
1194 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1195 as_fn_error $? "invalid package name: $ac_useropt"
1196 ac_useropt_orig=$ac_useropt
1197 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1198 case $ac_user_opts in
1199 *"
1200 "with_$ac_useropt"
1201 "*) ;;
1202 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1203 ac_unrecognized_sep=', ';;
1204 esac
1205 eval with_$ac_useropt=\$ac_optarg ;;
1206
1207 -without-* | --without-*)
1208 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1209 # Reject names that are not valid shell variable names.
1210 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1211 as_fn_error $? "invalid package name: $ac_useropt"
1212 ac_useropt_orig=$ac_useropt
1213 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1214 case $ac_user_opts in
1215 *"
1216 "with_$ac_useropt"
1217 "*) ;;
1218 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1219 ac_unrecognized_sep=', ';;
1220 esac
1221 eval with_$ac_useropt=no ;;
1222
1223 --x)
1224 # Obsolete; use --with-x.
1225 with_x=yes ;;
1226
1227 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1228 | --x-incl | --x-inc | --x-in | --x-i)
1229 ac_prev=x_includes ;;
1230 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1231 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1232 x_includes=$ac_optarg ;;
1233
1234 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1235 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1236 ac_prev=x_libraries ;;
1237 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1238 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1239 x_libraries=$ac_optarg ;;
1240
1241 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1242 Try \`$0 --help' for more information"
1243 ;;
1244
1245 *=*)
1246 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1247 # Reject names that are not valid shell variable names.
1248 case $ac_envvar in #(
1249 '' | [0-9]* | *[!_$as_cr_alnum]* )
1250 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1251 esac
1252 eval $ac_envvar=\$ac_optarg
1253 export $ac_envvar ;;
1254
1255 *)
1256 # FIXME: should be removed in autoconf 3.0.
1257 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1258 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1259 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1260 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1261 ;;
1262
1263 esac
1264 done
1265
1266 if test -n "$ac_prev"; then
1267 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1268 as_fn_error $? "missing argument to $ac_option"
1269 fi
1270
1271 if test -n "$ac_unrecognized_opts"; then
1272 case $enable_option_checking in
1273 no) ;;
1274 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1275 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1276 esac
1277 fi
1278
1279 # Check all directory arguments for consistency.
1280 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1281 datadir sysconfdir sharedstatedir localstatedir includedir \
1282 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1283 libdir localedir mandir
1284 do
1285 eval ac_val=\$$ac_var
1286 # Remove trailing slashes.
1287 case $ac_val in
1288 */ )
1289 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1290 eval $ac_var=\$ac_val;;
1291 esac
1292 # Be sure to have absolute directory names.
1293 case $ac_val in
1294 [\\/$]* | ?:[\\/]* ) continue;;
1295 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1296 esac
1297 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1298 done
1299
1300 # There might be people who depend on the old broken behavior: `$host'
1301 # used to hold the argument of --host etc.
1302 # FIXME: To remove some day.
1303 build=$build_alias
1304 host=$host_alias
1305 target=$target_alias
1306
1307 # FIXME: To remove some day.
1308 if test "x$host_alias" != x; then
1309 if test "x$build_alias" = x; then
1310 cross_compiling=maybe
1311 elif test "x$build_alias" != "x$host_alias"; then
1312 cross_compiling=yes
1313 fi
1314 fi
1315
1316 ac_tool_prefix=
1317 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1318
1319 test "$silent" = yes && exec 6>/dev/null
1320
1321
1322 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1323 ac_ls_di=`ls -di .` &&
1324 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1325 as_fn_error $? "working directory cannot be determined"
1326 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1327 as_fn_error $? "pwd does not report name of working directory"
1328
1329
1330 # Find the source files, if location was not specified.
1331 if test -z "$srcdir"; then
1332 ac_srcdir_defaulted=yes
1333 # Try the directory containing this script, then the parent directory.
1334 ac_confdir=`$as_dirname -- "$as_myself" ||
1335 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1336 X"$as_myself" : 'X\(//\)[^/]' \| \
1337 X"$as_myself" : 'X\(//\)$' \| \
1338 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1339 $as_echo X"$as_myself" |
1340 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1341 s//\1/
1342 q
1343 }
1344 /^X\(\/\/\)[^/].*/{
1345 s//\1/
1346 q
1347 }
1348 /^X\(\/\/\)$/{
1349 s//\1/
1350 q
1351 }
1352 /^X\(\/\).*/{
1353 s//\1/
1354 q
1355 }
1356 s/.*/./; q'`
1357 srcdir=$ac_confdir
1358 if test ! -r "$srcdir/$ac_unique_file"; then
1359 srcdir=..
1360 fi
1361 else
1362 ac_srcdir_defaulted=no
1363 fi
1364 if test ! -r "$srcdir/$ac_unique_file"; then
1365 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1366 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1367 fi
1368 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1369 ac_abs_confdir=`(
1370 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1371 pwd)`
1372 # When building in place, set srcdir=.
1373 if test "$ac_abs_confdir" = "$ac_pwd"; then
1374 srcdir=.
1375 fi
1376 # Remove unnecessary trailing slashes from srcdir.
1377 # Double slashes in file names in object file debugging info
1378 # mess up M-x gdb in Emacs.
1379 case $srcdir in
1380 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1381 esac
1382 for ac_var in $ac_precious_vars; do
1383 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1384 eval ac_env_${ac_var}_value=\$${ac_var}
1385 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1386 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1387 done
1388
1389 #
1390 # Report the --help message.
1391 #
1392 if test "$ac_init_help" = "long"; then
1393 # Omit some internal or obsolete options to make the list less imposing.
1394 # This message is too long to be a string in the A/UX 3.1 sh.
1395 cat <<_ACEOF
1396 \`configure' configures bfd 2.37.50 to adapt to many kinds of systems.
1397
1398 Usage: $0 [OPTION]... [VAR=VALUE]...
1399
1400 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1401 VAR=VALUE. See below for descriptions of some of the useful variables.
1402
1403 Defaults for the options are specified in brackets.
1404
1405 Configuration:
1406 -h, --help display this help and exit
1407 --help=short display options specific to this package
1408 --help=recursive display the short help of all the included packages
1409 -V, --version display version information and exit
1410 -q, --quiet, --silent do not print \`checking ...' messages
1411 --cache-file=FILE cache test results in FILE [disabled]
1412 -C, --config-cache alias for \`--cache-file=config.cache'
1413 -n, --no-create do not create output files
1414 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1415
1416 Installation directories:
1417 --prefix=PREFIX install architecture-independent files in PREFIX
1418 [$ac_default_prefix]
1419 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1420 [PREFIX]
1421
1422 By default, \`make install' will install all the files in
1423 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1424 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1425 for instance \`--prefix=\$HOME'.
1426
1427 For better control, use the options below.
1428
1429 Fine tuning of the installation directories:
1430 --bindir=DIR user executables [EPREFIX/bin]
1431 --sbindir=DIR system admin executables [EPREFIX/sbin]
1432 --libexecdir=DIR program executables [EPREFIX/libexec]
1433 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1434 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1435 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1436 --libdir=DIR object code libraries [EPREFIX/lib]
1437 --includedir=DIR C header files [PREFIX/include]
1438 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1439 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1440 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1441 --infodir=DIR info documentation [DATAROOTDIR/info]
1442 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1443 --mandir=DIR man documentation [DATAROOTDIR/man]
1444 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
1445 --htmldir=DIR html documentation [DOCDIR]
1446 --dvidir=DIR dvi documentation [DOCDIR]
1447 --pdfdir=DIR pdf documentation [DOCDIR]
1448 --psdir=DIR ps documentation [DOCDIR]
1449 _ACEOF
1450
1451 cat <<\_ACEOF
1452
1453 Program names:
1454 --program-prefix=PREFIX prepend PREFIX to installed program names
1455 --program-suffix=SUFFIX append SUFFIX to installed program names
1456 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1457
1458 System types:
1459 --build=BUILD configure for building on BUILD [guessed]
1460 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1461 --target=TARGET configure for building compilers for TARGET [HOST]
1462 _ACEOF
1463 fi
1464
1465 if test -n "$ac_init_help"; then
1466 case $ac_init_help in
1467 short | recursive ) echo "Configuration of bfd 2.37.50:";;
1468 esac
1469 cat <<\_ACEOF
1470
1471 Optional Features:
1472 --disable-option-checking ignore unrecognized --enable/--with options
1473 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1474 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1475 --enable-silent-rules less verbose build output (undo: "make V=1")
1476 --disable-silent-rules verbose build output (undo: "make V=0")
1477 --enable-shared[=PKGS] build shared libraries [default=no]
1478 --enable-dependency-tracking
1479 do not reject slow dependency extractors
1480 --disable-dependency-tracking
1481 speeds up one-time build
1482 --enable-static[=PKGS] build static libraries [default=yes]
1483 --enable-fast-install[=PKGS]
1484 optimize for fast installation [default=yes]
1485 --disable-libtool-lock avoid locking (might break parallel builds)
1486 --enable-plugins Enable support for plugins
1487 --disable-largefile omit support for large files
1488 --enable-checking enable run-time checks
1489 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1490 --enable-targets alternative target configurations
1491 --enable-64-bit-archive force 64-bit archives
1492 --enable-secureplt Default to creating read-only plt entries
1493 --enable-separate-code enable -z separate-code in ELF linker by default
1494 --enable-leading-mingw64-underscores
1495 Enable leading underscores on 64 bit mingw targets
1496 --enable-werror treat compile warnings as errors
1497 --enable-build-warnings enable build-time compiler warnings
1498 --enable-maintainer-mode
1499 enable make rules and dependencies not useful (and
1500 sometimes confusing) to the casual installer
1501 --enable-install-libbfd controls installation of libbfd and related headers
1502 --disable-nls do not use Native Language Support
1503
1504 Optional Packages:
1505 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1506 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1507 --with-pic try to use only PIC/non-PIC objects [default=use
1508 both]
1509 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1510 --with-mmap try using mmap for BFD input files if available
1511 --with-separate-debug-dir=DIR
1512 Look for global separate debug info in DIR
1513 [[default=LIBDIR/debug]]
1514 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1515 Binutils"
1516 --with-bugurl=URL Direct users to URL to report a bug
1517 --with-system-zlib use installed libz
1518
1519 Some influential environment variables:
1520 CC C compiler command
1521 CFLAGS C compiler flags
1522 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1523 nonstandard directory <lib dir>
1524 LIBS libraries to pass to the linker, e.g. -l<library>
1525 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1526 you have headers in a nonstandard directory <include dir>
1527 CPP C preprocessor
1528
1529 Use these variables to override the choices made by `configure' or to help
1530 it to find libraries and programs with nonstandard names/locations.
1531
1532 Report bugs to the package provider.
1533 _ACEOF
1534 ac_status=$?
1535 fi
1536
1537 if test "$ac_init_help" = "recursive"; then
1538 # If there are subdirs, report their specific --help.
1539 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1540 test -d "$ac_dir" ||
1541 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1542 continue
1543 ac_builddir=.
1544
1545 case "$ac_dir" in
1546 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1547 *)
1548 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1549 # A ".." for each directory in $ac_dir_suffix.
1550 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1551 case $ac_top_builddir_sub in
1552 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1553 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1554 esac ;;
1555 esac
1556 ac_abs_top_builddir=$ac_pwd
1557 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1558 # for backward compatibility:
1559 ac_top_builddir=$ac_top_build_prefix
1560
1561 case $srcdir in
1562 .) # We are building in place.
1563 ac_srcdir=.
1564 ac_top_srcdir=$ac_top_builddir_sub
1565 ac_abs_top_srcdir=$ac_pwd ;;
1566 [\\/]* | ?:[\\/]* ) # Absolute name.
1567 ac_srcdir=$srcdir$ac_dir_suffix;
1568 ac_top_srcdir=$srcdir
1569 ac_abs_top_srcdir=$srcdir ;;
1570 *) # Relative name.
1571 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1572 ac_top_srcdir=$ac_top_build_prefix$srcdir
1573 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1574 esac
1575 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1576
1577 cd "$ac_dir" || { ac_status=$?; continue; }
1578 # Check for guested configure.
1579 if test -f "$ac_srcdir/configure.gnu"; then
1580 echo &&
1581 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1582 elif test -f "$ac_srcdir/configure"; then
1583 echo &&
1584 $SHELL "$ac_srcdir/configure" --help=recursive
1585 else
1586 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1587 fi || ac_status=$?
1588 cd "$ac_pwd" || { ac_status=$?; break; }
1589 done
1590 fi
1591
1592 test -n "$ac_init_help" && exit $ac_status
1593 if $ac_init_version; then
1594 cat <<\_ACEOF
1595 bfd configure 2.37.50
1596 generated by GNU Autoconf 2.69
1597
1598 Copyright (C) 2012 Free Software Foundation, Inc.
1599 This configure script is free software; the Free Software Foundation
1600 gives unlimited permission to copy, distribute and modify it.
1601 _ACEOF
1602 exit
1603 fi
1604
1605 ## ------------------------ ##
1606 ## Autoconf initialization. ##
1607 ## ------------------------ ##
1608
1609 # ac_fn_c_try_compile LINENO
1610 # --------------------------
1611 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1612 ac_fn_c_try_compile ()
1613 {
1614 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1615 rm -f conftest.$ac_objext
1616 if { { ac_try="$ac_compile"
1617 case "(($ac_try" in
1618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1619 *) ac_try_echo=$ac_try;;
1620 esac
1621 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1622 $as_echo "$ac_try_echo"; } >&5
1623 (eval "$ac_compile") 2>conftest.err
1624 ac_status=$?
1625 if test -s conftest.err; then
1626 grep -v '^ *+' conftest.err >conftest.er1
1627 cat conftest.er1 >&5
1628 mv -f conftest.er1 conftest.err
1629 fi
1630 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1631 test $ac_status = 0; } && {
1632 test -z "$ac_c_werror_flag" ||
1633 test ! -s conftest.err
1634 } && test -s conftest.$ac_objext; then :
1635 ac_retval=0
1636 else
1637 $as_echo "$as_me: failed program was:" >&5
1638 sed 's/^/| /' conftest.$ac_ext >&5
1639
1640 ac_retval=1
1641 fi
1642 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1643 as_fn_set_status $ac_retval
1644
1645 } # ac_fn_c_try_compile
1646
1647 # ac_fn_c_try_cpp LINENO
1648 # ----------------------
1649 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1650 ac_fn_c_try_cpp ()
1651 {
1652 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1653 if { { ac_try="$ac_cpp conftest.$ac_ext"
1654 case "(($ac_try" in
1655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1656 *) ac_try_echo=$ac_try;;
1657 esac
1658 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1659 $as_echo "$ac_try_echo"; } >&5
1660 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1661 ac_status=$?
1662 if test -s conftest.err; then
1663 grep -v '^ *+' conftest.err >conftest.er1
1664 cat conftest.er1 >&5
1665 mv -f conftest.er1 conftest.err
1666 fi
1667 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1668 test $ac_status = 0; } > conftest.i && {
1669 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1670 test ! -s conftest.err
1671 }; then :
1672 ac_retval=0
1673 else
1674 $as_echo "$as_me: failed program was:" >&5
1675 sed 's/^/| /' conftest.$ac_ext >&5
1676
1677 ac_retval=1
1678 fi
1679 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1680 as_fn_set_status $ac_retval
1681
1682 } # ac_fn_c_try_cpp
1683
1684 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1685 # -------------------------------------------------------
1686 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1687 # the include files in INCLUDES and setting the cache variable VAR
1688 # accordingly.
1689 ac_fn_c_check_header_mongrel ()
1690 {
1691 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1692 if eval \${$3+:} false; then :
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1694 $as_echo_n "checking for $2... " >&6; }
1695 if eval \${$3+:} false; then :
1696 $as_echo_n "(cached) " >&6
1697 fi
1698 eval ac_res=\$$3
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1700 $as_echo "$ac_res" >&6; }
1701 else
1702 # Is the header compilable?
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1704 $as_echo_n "checking $2 usability... " >&6; }
1705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1706 /* end confdefs.h. */
1707 $4
1708 #include <$2>
1709 _ACEOF
1710 if ac_fn_c_try_compile "$LINENO"; then :
1711 ac_header_compiler=yes
1712 else
1713 ac_header_compiler=no
1714 fi
1715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1717 $as_echo "$ac_header_compiler" >&6; }
1718
1719 # Is the header present?
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1721 $as_echo_n "checking $2 presence... " >&6; }
1722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1723 /* end confdefs.h. */
1724 #include <$2>
1725 _ACEOF
1726 if ac_fn_c_try_cpp "$LINENO"; then :
1727 ac_header_preproc=yes
1728 else
1729 ac_header_preproc=no
1730 fi
1731 rm -f conftest.err conftest.i conftest.$ac_ext
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1733 $as_echo "$ac_header_preproc" >&6; }
1734
1735 # So? What about this header?
1736 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1737 yes:no: )
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1739 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1741 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1742 ;;
1743 no:yes:* )
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1745 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1747 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1749 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1751 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1753 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1754 ;;
1755 esac
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1757 $as_echo_n "checking for $2... " >&6; }
1758 if eval \${$3+:} false; then :
1759 $as_echo_n "(cached) " >&6
1760 else
1761 eval "$3=\$ac_header_compiler"
1762 fi
1763 eval ac_res=\$$3
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1765 $as_echo "$ac_res" >&6; }
1766 fi
1767 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1768
1769 } # ac_fn_c_check_header_mongrel
1770
1771 # ac_fn_c_try_run LINENO
1772 # ----------------------
1773 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1774 # that executables *can* be run.
1775 ac_fn_c_try_run ()
1776 {
1777 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1778 if { { ac_try="$ac_link"
1779 case "(($ac_try" in
1780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1781 *) ac_try_echo=$ac_try;;
1782 esac
1783 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1784 $as_echo "$ac_try_echo"; } >&5
1785 (eval "$ac_link") 2>&5
1786 ac_status=$?
1787 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1788 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1789 { { case "(($ac_try" in
1790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1791 *) ac_try_echo=$ac_try;;
1792 esac
1793 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1794 $as_echo "$ac_try_echo"; } >&5
1795 (eval "$ac_try") 2>&5
1796 ac_status=$?
1797 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1798 test $ac_status = 0; }; }; then :
1799 ac_retval=0
1800 else
1801 $as_echo "$as_me: program exited with status $ac_status" >&5
1802 $as_echo "$as_me: failed program was:" >&5
1803 sed 's/^/| /' conftest.$ac_ext >&5
1804
1805 ac_retval=$ac_status
1806 fi
1807 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1808 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1809 as_fn_set_status $ac_retval
1810
1811 } # ac_fn_c_try_run
1812
1813 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1814 # -------------------------------------------------------
1815 # Tests whether HEADER exists and can be compiled using the include files in
1816 # INCLUDES, setting the cache variable VAR accordingly.
1817 ac_fn_c_check_header_compile ()
1818 {
1819 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1821 $as_echo_n "checking for $2... " >&6; }
1822 if eval \${$3+:} false; then :
1823 $as_echo_n "(cached) " >&6
1824 else
1825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1826 /* end confdefs.h. */
1827 $4
1828 #include <$2>
1829 _ACEOF
1830 if ac_fn_c_try_compile "$LINENO"; then :
1831 eval "$3=yes"
1832 else
1833 eval "$3=no"
1834 fi
1835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1836 fi
1837 eval ac_res=\$$3
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1839 $as_echo "$ac_res" >&6; }
1840 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1841
1842 } # ac_fn_c_check_header_compile
1843
1844 # ac_fn_c_try_link LINENO
1845 # -----------------------
1846 # Try to link conftest.$ac_ext, and return whether this succeeded.
1847 ac_fn_c_try_link ()
1848 {
1849 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1850 rm -f conftest.$ac_objext conftest$ac_exeext
1851 if { { ac_try="$ac_link"
1852 case "(($ac_try" in
1853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1854 *) ac_try_echo=$ac_try;;
1855 esac
1856 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1857 $as_echo "$ac_try_echo"; } >&5
1858 (eval "$ac_link") 2>conftest.err
1859 ac_status=$?
1860 if test -s conftest.err; then
1861 grep -v '^ *+' conftest.err >conftest.er1
1862 cat conftest.er1 >&5
1863 mv -f conftest.er1 conftest.err
1864 fi
1865 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1866 test $ac_status = 0; } && {
1867 test -z "$ac_c_werror_flag" ||
1868 test ! -s conftest.err
1869 } && test -s conftest$ac_exeext && {
1870 test "$cross_compiling" = yes ||
1871 test -x conftest$ac_exeext
1872 }; then :
1873 ac_retval=0
1874 else
1875 $as_echo "$as_me: failed program was:" >&5
1876 sed 's/^/| /' conftest.$ac_ext >&5
1877
1878 ac_retval=1
1879 fi
1880 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1881 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1882 # interfere with the next link command; also delete a directory that is
1883 # left behind by Apple's compiler. We do this before executing the actions.
1884 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1885 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1886 as_fn_set_status $ac_retval
1887
1888 } # ac_fn_c_try_link
1889
1890 # ac_fn_c_check_func LINENO FUNC VAR
1891 # ----------------------------------
1892 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1893 ac_fn_c_check_func ()
1894 {
1895 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1897 $as_echo_n "checking for $2... " >&6; }
1898 if eval \${$3+:} false; then :
1899 $as_echo_n "(cached) " >&6
1900 else
1901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1902 /* end confdefs.h. */
1903 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1904 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1905 #define $2 innocuous_$2
1906
1907 /* System header to define __stub macros and hopefully few prototypes,
1908 which can conflict with char $2 (); below.
1909 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1910 <limits.h> exists even on freestanding compilers. */
1911
1912 #ifdef __STDC__
1913 # include <limits.h>
1914 #else
1915 # include <assert.h>
1916 #endif
1917
1918 #undef $2
1919
1920 /* Override any GCC internal prototype to avoid an error.
1921 Use char because int might match the return type of a GCC
1922 builtin and then its argument prototype would still apply. */
1923 #ifdef __cplusplus
1924 extern "C"
1925 #endif
1926 char $2 ();
1927 /* The GNU C library defines this for functions which it implements
1928 to always fail with ENOSYS. Some functions are actually named
1929 something starting with __ and the normal name is an alias. */
1930 #if defined __stub_$2 || defined __stub___$2
1931 choke me
1932 #endif
1933
1934 int
1935 main ()
1936 {
1937 return $2 ();
1938 ;
1939 return 0;
1940 }
1941 _ACEOF
1942 if ac_fn_c_try_link "$LINENO"; then :
1943 eval "$3=yes"
1944 else
1945 eval "$3=no"
1946 fi
1947 rm -f core conftest.err conftest.$ac_objext \
1948 conftest$ac_exeext conftest.$ac_ext
1949 fi
1950 eval ac_res=\$$3
1951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1952 $as_echo "$ac_res" >&6; }
1953 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1954
1955 } # ac_fn_c_check_func
1956
1957 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1958 # --------------------------------------------
1959 # Tries to find the compile-time value of EXPR in a program that includes
1960 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1961 # computed
1962 ac_fn_c_compute_int ()
1963 {
1964 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1965 if test "$cross_compiling" = yes; then
1966 # Depending upon the size, compute the lo and hi bounds.
1967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1968 /* end confdefs.h. */
1969 $4
1970 int
1971 main ()
1972 {
1973 static int test_array [1 - 2 * !(($2) >= 0)];
1974 test_array [0] = 0;
1975 return test_array [0];
1976
1977 ;
1978 return 0;
1979 }
1980 _ACEOF
1981 if ac_fn_c_try_compile "$LINENO"; then :
1982 ac_lo=0 ac_mid=0
1983 while :; do
1984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1985 /* end confdefs.h. */
1986 $4
1987 int
1988 main ()
1989 {
1990 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1991 test_array [0] = 0;
1992 return test_array [0];
1993
1994 ;
1995 return 0;
1996 }
1997 _ACEOF
1998 if ac_fn_c_try_compile "$LINENO"; then :
1999 ac_hi=$ac_mid; break
2000 else
2001 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2002 if test $ac_lo -le $ac_mid; then
2003 ac_lo= ac_hi=
2004 break
2005 fi
2006 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2007 fi
2008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2009 done
2010 else
2011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2012 /* end confdefs.h. */
2013 $4
2014 int
2015 main ()
2016 {
2017 static int test_array [1 - 2 * !(($2) < 0)];
2018 test_array [0] = 0;
2019 return test_array [0];
2020
2021 ;
2022 return 0;
2023 }
2024 _ACEOF
2025 if ac_fn_c_try_compile "$LINENO"; then :
2026 ac_hi=-1 ac_mid=-1
2027 while :; do
2028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2029 /* end confdefs.h. */
2030 $4
2031 int
2032 main ()
2033 {
2034 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2035 test_array [0] = 0;
2036 return test_array [0];
2037
2038 ;
2039 return 0;
2040 }
2041 _ACEOF
2042 if ac_fn_c_try_compile "$LINENO"; then :
2043 ac_lo=$ac_mid; break
2044 else
2045 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2046 if test $ac_mid -le $ac_hi; then
2047 ac_lo= ac_hi=
2048 break
2049 fi
2050 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2051 fi
2052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2053 done
2054 else
2055 ac_lo= ac_hi=
2056 fi
2057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2058 fi
2059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2060 # Binary search between lo and hi bounds.
2061 while test "x$ac_lo" != "x$ac_hi"; do
2062 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2064 /* end confdefs.h. */
2065 $4
2066 int
2067 main ()
2068 {
2069 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2070 test_array [0] = 0;
2071 return test_array [0];
2072
2073 ;
2074 return 0;
2075 }
2076 _ACEOF
2077 if ac_fn_c_try_compile "$LINENO"; then :
2078 ac_hi=$ac_mid
2079 else
2080 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2081 fi
2082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2083 done
2084 case $ac_lo in #((
2085 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2086 '') ac_retval=1 ;;
2087 esac
2088 else
2089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2090 /* end confdefs.h. */
2091 $4
2092 static long int longval () { return $2; }
2093 static unsigned long int ulongval () { return $2; }
2094 #include <stdio.h>
2095 #include <stdlib.h>
2096 int
2097 main ()
2098 {
2099
2100 FILE *f = fopen ("conftest.val", "w");
2101 if (! f)
2102 return 1;
2103 if (($2) < 0)
2104 {
2105 long int i = longval ();
2106 if (i != ($2))
2107 return 1;
2108 fprintf (f, "%ld", i);
2109 }
2110 else
2111 {
2112 unsigned long int i = ulongval ();
2113 if (i != ($2))
2114 return 1;
2115 fprintf (f, "%lu", i);
2116 }
2117 /* Do not output a trailing newline, as this causes \r\n confusion
2118 on some platforms. */
2119 return ferror (f) || fclose (f) != 0;
2120
2121 ;
2122 return 0;
2123 }
2124 _ACEOF
2125 if ac_fn_c_try_run "$LINENO"; then :
2126 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2127 else
2128 ac_retval=1
2129 fi
2130 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2131 conftest.$ac_objext conftest.beam conftest.$ac_ext
2132 rm -f conftest.val
2133
2134 fi
2135 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2136 as_fn_set_status $ac_retval
2137
2138 } # ac_fn_c_compute_int
2139
2140 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2141 # ---------------------------------------------
2142 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2143 # accordingly.
2144 ac_fn_c_check_decl ()
2145 {
2146 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2147 as_decl_name=`echo $2|sed 's/ *(.*//'`
2148 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2150 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2151 if eval \${$3+:} false; then :
2152 $as_echo_n "(cached) " >&6
2153 else
2154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2155 /* end confdefs.h. */
2156 $4
2157 int
2158 main ()
2159 {
2160 #ifndef $as_decl_name
2161 #ifdef __cplusplus
2162 (void) $as_decl_use;
2163 #else
2164 (void) $as_decl_name;
2165 #endif
2166 #endif
2167
2168 ;
2169 return 0;
2170 }
2171 _ACEOF
2172 if ac_fn_c_try_compile "$LINENO"; then :
2173 eval "$3=yes"
2174 else
2175 eval "$3=no"
2176 fi
2177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2178 fi
2179 eval ac_res=\$$3
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2181 $as_echo "$ac_res" >&6; }
2182 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2183
2184 } # ac_fn_c_check_decl
2185 cat >config.log <<_ACEOF
2186 This file contains any messages produced by compilers while
2187 running configure, to aid debugging if configure makes a mistake.
2188
2189 It was created by bfd $as_me 2.37.50, which was
2190 generated by GNU Autoconf 2.69. Invocation command line was
2191
2192 $ $0 $@
2193
2194 _ACEOF
2195 exec 5>>config.log
2196 {
2197 cat <<_ASUNAME
2198 ## --------- ##
2199 ## Platform. ##
2200 ## --------- ##
2201
2202 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2203 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2204 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2205 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2206 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2207
2208 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2209 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2210
2211 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2212 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2213 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2214 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2215 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2216 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2217 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2218
2219 _ASUNAME
2220
2221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2222 for as_dir in $PATH
2223 do
2224 IFS=$as_save_IFS
2225 test -z "$as_dir" && as_dir=.
2226 $as_echo "PATH: $as_dir"
2227 done
2228 IFS=$as_save_IFS
2229
2230 } >&5
2231
2232 cat >&5 <<_ACEOF
2233
2234
2235 ## ----------- ##
2236 ## Core tests. ##
2237 ## ----------- ##
2238
2239 _ACEOF
2240
2241
2242 # Keep a trace of the command line.
2243 # Strip out --no-create and --no-recursion so they do not pile up.
2244 # Strip out --silent because we don't want to record it for future runs.
2245 # Also quote any args containing shell meta-characters.
2246 # Make two passes to allow for proper duplicate-argument suppression.
2247 ac_configure_args=
2248 ac_configure_args0=
2249 ac_configure_args1=
2250 ac_must_keep_next=false
2251 for ac_pass in 1 2
2252 do
2253 for ac_arg
2254 do
2255 case $ac_arg in
2256 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2257 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2258 | -silent | --silent | --silen | --sile | --sil)
2259 continue ;;
2260 *\'*)
2261 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2262 esac
2263 case $ac_pass in
2264 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2265 2)
2266 as_fn_append ac_configure_args1 " '$ac_arg'"
2267 if test $ac_must_keep_next = true; then
2268 ac_must_keep_next=false # Got value, back to normal.
2269 else
2270 case $ac_arg in
2271 *=* | --config-cache | -C | -disable-* | --disable-* \
2272 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2273 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2274 | -with-* | --with-* | -without-* | --without-* | --x)
2275 case "$ac_configure_args0 " in
2276 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2277 esac
2278 ;;
2279 -* ) ac_must_keep_next=true ;;
2280 esac
2281 fi
2282 as_fn_append ac_configure_args " '$ac_arg'"
2283 ;;
2284 esac
2285 done
2286 done
2287 { ac_configure_args0=; unset ac_configure_args0;}
2288 { ac_configure_args1=; unset ac_configure_args1;}
2289
2290 # When interrupted or exit'd, cleanup temporary files, and complete
2291 # config.log. We remove comments because anyway the quotes in there
2292 # would cause problems or look ugly.
2293 # WARNING: Use '\'' to represent an apostrophe within the trap.
2294 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2295 trap 'exit_status=$?
2296 # Save into config.log some information that might help in debugging.
2297 {
2298 echo
2299
2300 $as_echo "## ---------------- ##
2301 ## Cache variables. ##
2302 ## ---------------- ##"
2303 echo
2304 # The following way of writing the cache mishandles newlines in values,
2305 (
2306 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2307 eval ac_val=\$$ac_var
2308 case $ac_val in #(
2309 *${as_nl}*)
2310 case $ac_var in #(
2311 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2312 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2313 esac
2314 case $ac_var in #(
2315 _ | IFS | as_nl) ;; #(
2316 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2317 *) { eval $ac_var=; unset $ac_var;} ;;
2318 esac ;;
2319 esac
2320 done
2321 (set) 2>&1 |
2322 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2323 *${as_nl}ac_space=\ *)
2324 sed -n \
2325 "s/'\''/'\''\\\\'\'''\''/g;
2326 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2327 ;; #(
2328 *)
2329 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2330 ;;
2331 esac |
2332 sort
2333 )
2334 echo
2335
2336 $as_echo "## ----------------- ##
2337 ## Output variables. ##
2338 ## ----------------- ##"
2339 echo
2340 for ac_var in $ac_subst_vars
2341 do
2342 eval ac_val=\$$ac_var
2343 case $ac_val in
2344 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2345 esac
2346 $as_echo "$ac_var='\''$ac_val'\''"
2347 done | sort
2348 echo
2349
2350 if test -n "$ac_subst_files"; then
2351 $as_echo "## ------------------- ##
2352 ## File substitutions. ##
2353 ## ------------------- ##"
2354 echo
2355 for ac_var in $ac_subst_files
2356 do
2357 eval ac_val=\$$ac_var
2358 case $ac_val in
2359 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2360 esac
2361 $as_echo "$ac_var='\''$ac_val'\''"
2362 done | sort
2363 echo
2364 fi
2365
2366 if test -s confdefs.h; then
2367 $as_echo "## ----------- ##
2368 ## confdefs.h. ##
2369 ## ----------- ##"
2370 echo
2371 cat confdefs.h
2372 echo
2373 fi
2374 test "$ac_signal" != 0 &&
2375 $as_echo "$as_me: caught signal $ac_signal"
2376 $as_echo "$as_me: exit $exit_status"
2377 } >&5
2378 rm -f core *.core core.conftest.* &&
2379 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2380 exit $exit_status
2381 ' 0
2382 for ac_signal in 1 2 13 15; do
2383 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2384 done
2385 ac_signal=0
2386
2387 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2388 rm -f -r conftest* confdefs.h
2389
2390 $as_echo "/* confdefs.h */" > confdefs.h
2391
2392 # Predefined preprocessor variables.
2393
2394 cat >>confdefs.h <<_ACEOF
2395 #define PACKAGE_NAME "$PACKAGE_NAME"
2396 _ACEOF
2397
2398 cat >>confdefs.h <<_ACEOF
2399 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2400 _ACEOF
2401
2402 cat >>confdefs.h <<_ACEOF
2403 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2404 _ACEOF
2405
2406 cat >>confdefs.h <<_ACEOF
2407 #define PACKAGE_STRING "$PACKAGE_STRING"
2408 _ACEOF
2409
2410 cat >>confdefs.h <<_ACEOF
2411 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2412 _ACEOF
2413
2414 cat >>confdefs.h <<_ACEOF
2415 #define PACKAGE_URL "$PACKAGE_URL"
2416 _ACEOF
2417
2418
2419 # Let the site file select an alternate cache file if it wants to.
2420 # Prefer an explicitly selected file to automatically selected ones.
2421 ac_site_file1=NONE
2422 ac_site_file2=NONE
2423 if test -n "$CONFIG_SITE"; then
2424 # We do not want a PATH search for config.site.
2425 case $CONFIG_SITE in #((
2426 -*) ac_site_file1=./$CONFIG_SITE;;
2427 */*) ac_site_file1=$CONFIG_SITE;;
2428 *) ac_site_file1=./$CONFIG_SITE;;
2429 esac
2430 elif test "x$prefix" != xNONE; then
2431 ac_site_file1=$prefix/share/config.site
2432 ac_site_file2=$prefix/etc/config.site
2433 else
2434 ac_site_file1=$ac_default_prefix/share/config.site
2435 ac_site_file2=$ac_default_prefix/etc/config.site
2436 fi
2437 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2438 do
2439 test "x$ac_site_file" = xNONE && continue
2440 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2442 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2443 sed 's/^/| /' "$ac_site_file" >&5
2444 . "$ac_site_file" \
2445 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2446 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2447 as_fn_error $? "failed to load site script $ac_site_file
2448 See \`config.log' for more details" "$LINENO" 5; }
2449 fi
2450 done
2451
2452 if test -r "$cache_file"; then
2453 # Some versions of bash will fail to source /dev/null (special files
2454 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2455 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2457 $as_echo "$as_me: loading cache $cache_file" >&6;}
2458 case $cache_file in
2459 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2460 *) . "./$cache_file";;
2461 esac
2462 fi
2463 else
2464 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2465 $as_echo "$as_me: creating cache $cache_file" >&6;}
2466 >$cache_file
2467 fi
2468
2469 as_fn_append ac_header_list " stdlib.h"
2470 as_fn_append ac_header_list " unistd.h"
2471 as_fn_append ac_header_list " sys/param.h"
2472 # Check that the precious variables saved in the cache have kept the same
2473 # value.
2474 ac_cache_corrupted=false
2475 for ac_var in $ac_precious_vars; do
2476 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2477 eval ac_new_set=\$ac_env_${ac_var}_set
2478 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2479 eval ac_new_val=\$ac_env_${ac_var}_value
2480 case $ac_old_set,$ac_new_set in
2481 set,)
2482 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2483 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2484 ac_cache_corrupted=: ;;
2485 ,set)
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2487 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2488 ac_cache_corrupted=: ;;
2489 ,);;
2490 *)
2491 if test "x$ac_old_val" != "x$ac_new_val"; then
2492 # differences in whitespace do not lead to failure.
2493 ac_old_val_w=`echo x $ac_old_val`
2494 ac_new_val_w=`echo x $ac_new_val`
2495 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2496 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2497 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2498 ac_cache_corrupted=:
2499 else
2500 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2501 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2502 eval $ac_var=\$ac_old_val
2503 fi
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2505 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2507 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2508 fi;;
2509 esac
2510 # Pass precious variables to config.status.
2511 if test "$ac_new_set" = set; then
2512 case $ac_new_val in
2513 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2514 *) ac_arg=$ac_var=$ac_new_val ;;
2515 esac
2516 case " $ac_configure_args " in
2517 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2518 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2519 esac
2520 fi
2521 done
2522 if $ac_cache_corrupted; then
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2524 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2525 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2526 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2527 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2528 fi
2529 ## -------------------- ##
2530 ## Main body of script. ##
2531 ## -------------------- ##
2532
2533 ac_ext=c
2534 ac_cpp='$CPP $CPPFLAGS'
2535 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2536 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2537 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2538
2539
2540
2541
2542
2543
2544
2545 ac_aux_dir=
2546 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2547 if test -f "$ac_dir/install-sh"; then
2548 ac_aux_dir=$ac_dir
2549 ac_install_sh="$ac_aux_dir/install-sh -c"
2550 break
2551 elif test -f "$ac_dir/install.sh"; then
2552 ac_aux_dir=$ac_dir
2553 ac_install_sh="$ac_aux_dir/install.sh -c"
2554 break
2555 elif test -f "$ac_dir/shtool"; then
2556 ac_aux_dir=$ac_dir
2557 ac_install_sh="$ac_aux_dir/shtool install -c"
2558 break
2559 fi
2560 done
2561 if test -z "$ac_aux_dir"; then
2562 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2563 fi
2564
2565 # These three variables are undocumented and unsupported,
2566 # and are intended to be withdrawn in a future Autoconf release.
2567 # They can cause serious problems if a builder's source tree is in a directory
2568 # whose full name contains unusual characters.
2569 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2570 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2571 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2572
2573
2574 # Make sure we can run config.sub.
2575 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2576 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2577
2578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2579 $as_echo_n "checking build system type... " >&6; }
2580 if ${ac_cv_build+:} false; then :
2581 $as_echo_n "(cached) " >&6
2582 else
2583 ac_build_alias=$build_alias
2584 test "x$ac_build_alias" = x &&
2585 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2586 test "x$ac_build_alias" = x &&
2587 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2588 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2589 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2590
2591 fi
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2593 $as_echo "$ac_cv_build" >&6; }
2594 case $ac_cv_build in
2595 *-*-*) ;;
2596 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2597 esac
2598 build=$ac_cv_build
2599 ac_save_IFS=$IFS; IFS='-'
2600 set x $ac_cv_build
2601 shift
2602 build_cpu=$1
2603 build_vendor=$2
2604 shift; shift
2605 # Remember, the first character of IFS is used to create $*,
2606 # except with old shells:
2607 build_os=$*
2608 IFS=$ac_save_IFS
2609 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2610
2611
2612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2613 $as_echo_n "checking host system type... " >&6; }
2614 if ${ac_cv_host+:} false; then :
2615 $as_echo_n "(cached) " >&6
2616 else
2617 if test "x$host_alias" = x; then
2618 ac_cv_host=$ac_cv_build
2619 else
2620 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2621 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2622 fi
2623
2624 fi
2625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2626 $as_echo "$ac_cv_host" >&6; }
2627 case $ac_cv_host in
2628 *-*-*) ;;
2629 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2630 esac
2631 host=$ac_cv_host
2632 ac_save_IFS=$IFS; IFS='-'
2633 set x $ac_cv_host
2634 shift
2635 host_cpu=$1
2636 host_vendor=$2
2637 shift; shift
2638 # Remember, the first character of IFS is used to create $*,
2639 # except with old shells:
2640 host_os=$*
2641 IFS=$ac_save_IFS
2642 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2643
2644
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2646 $as_echo_n "checking target system type... " >&6; }
2647 if ${ac_cv_target+:} false; then :
2648 $as_echo_n "(cached) " >&6
2649 else
2650 if test "x$target_alias" = x; then
2651 ac_cv_target=$ac_cv_host
2652 else
2653 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2654 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2655 fi
2656
2657 fi
2658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2659 $as_echo "$ac_cv_target" >&6; }
2660 case $ac_cv_target in
2661 *-*-*) ;;
2662 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2663 esac
2664 target=$ac_cv_target
2665 ac_save_IFS=$IFS; IFS='-'
2666 set x $ac_cv_target
2667 shift
2668 target_cpu=$1
2669 target_vendor=$2
2670 shift; shift
2671 # Remember, the first character of IFS is used to create $*,
2672 # except with old shells:
2673 target_os=$*
2674 IFS=$ac_save_IFS
2675 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2676
2677
2678 # The aliases save the names the user supplied, while $host etc.
2679 # will get canonicalized.
2680 test -n "$target_alias" &&
2681 test "$program_prefix$program_suffix$program_transform_name" = \
2682 NONENONEs,x,x, &&
2683 program_prefix=${target_alias}-
2684
2685 am__api_version='1.15'
2686
2687 # Find a good install program. We prefer a C program (faster),
2688 # so one script is as good as another. But avoid the broken or
2689 # incompatible versions:
2690 # SysV /etc/install, /usr/sbin/install
2691 # SunOS /usr/etc/install
2692 # IRIX /sbin/install
2693 # AIX /bin/install
2694 # AmigaOS /C/install, which installs bootblocks on floppy discs
2695 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2696 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2697 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2698 # OS/2's system install, which has a completely different semantic
2699 # ./install, which can be erroneously created by make from ./install.sh.
2700 # Reject install programs that cannot install multiple files.
2701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2702 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2703 if test -z "$INSTALL"; then
2704 if ${ac_cv_path_install+:} false; then :
2705 $as_echo_n "(cached) " >&6
2706 else
2707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2708 for as_dir in $PATH
2709 do
2710 IFS=$as_save_IFS
2711 test -z "$as_dir" && as_dir=.
2712 # Account for people who put trailing slashes in PATH elements.
2713 case $as_dir/ in #((
2714 ./ | .// | /[cC]/* | \
2715 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2716 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2717 /usr/ucb/* ) ;;
2718 *)
2719 # OSF1 and SCO ODT 3.0 have their own names for install.
2720 # Don't use installbsd from OSF since it installs stuff as root
2721 # by default.
2722 for ac_prog in ginstall scoinst install; do
2723 for ac_exec_ext in '' $ac_executable_extensions; do
2724 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2725 if test $ac_prog = install &&
2726 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2727 # AIX install. It has an incompatible calling convention.
2728 :
2729 elif test $ac_prog = install &&
2730 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2731 # program-specific install script used by HP pwplus--don't use.
2732 :
2733 else
2734 rm -rf conftest.one conftest.two conftest.dir
2735 echo one > conftest.one
2736 echo two > conftest.two
2737 mkdir conftest.dir
2738 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2739 test -s conftest.one && test -s conftest.two &&
2740 test -s conftest.dir/conftest.one &&
2741 test -s conftest.dir/conftest.two
2742 then
2743 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2744 break 3
2745 fi
2746 fi
2747 fi
2748 done
2749 done
2750 ;;
2751 esac
2752
2753 done
2754 IFS=$as_save_IFS
2755
2756 rm -rf conftest.one conftest.two conftest.dir
2757
2758 fi
2759 if test "${ac_cv_path_install+set}" = set; then
2760 INSTALL=$ac_cv_path_install
2761 else
2762 # As a last resort, use the slow shell script. Don't cache a
2763 # value for INSTALL within a source directory, because that will
2764 # break other packages using the cache if that directory is
2765 # removed, or if the value is a relative name.
2766 INSTALL=$ac_install_sh
2767 fi
2768 fi
2769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2770 $as_echo "$INSTALL" >&6; }
2771
2772 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2773 # It thinks the first close brace ends the variable substitution.
2774 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2775
2776 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2777
2778 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2779
2780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2781 $as_echo_n "checking whether build environment is sane... " >&6; }
2782 # Reject unsafe characters in $srcdir or the absolute working directory
2783 # name. Accept space and tab only in the latter.
2784 am_lf='
2785 '
2786 case `pwd` in
2787 *[\\\"\#\$\&\'\`$am_lf]*)
2788 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2789 esac
2790 case $srcdir in
2791 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2792 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2793 esac
2794
2795 # Do 'set' in a subshell so we don't clobber the current shell's
2796 # arguments. Must try -L first in case configure is actually a
2797 # symlink; some systems play weird games with the mod time of symlinks
2798 # (eg FreeBSD returns the mod time of the symlink's containing
2799 # directory).
2800 if (
2801 am_has_slept=no
2802 for am_try in 1 2; do
2803 echo "timestamp, slept: $am_has_slept" > conftest.file
2804 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2805 if test "$*" = "X"; then
2806 # -L didn't work.
2807 set X `ls -t "$srcdir/configure" conftest.file`
2808 fi
2809 if test "$*" != "X $srcdir/configure conftest.file" \
2810 && test "$*" != "X conftest.file $srcdir/configure"; then
2811
2812 # If neither matched, then we have a broken ls. This can happen
2813 # if, for instance, CONFIG_SHELL is bash and it inherits a
2814 # broken ls alias from the environment. This has actually
2815 # happened. Such a system could not be considered "sane".
2816 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2817 alias in your environment" "$LINENO" 5
2818 fi
2819 if test "$2" = conftest.file || test $am_try -eq 2; then
2820 break
2821 fi
2822 # Just in case.
2823 sleep 1
2824 am_has_slept=yes
2825 done
2826 test "$2" = conftest.file
2827 )
2828 then
2829 # Ok.
2830 :
2831 else
2832 as_fn_error $? "newly created file is older than distributed files!
2833 Check your system clock" "$LINENO" 5
2834 fi
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2836 $as_echo "yes" >&6; }
2837 # If we didn't sleep, we still need to ensure time stamps of config.status and
2838 # generated files are strictly newer.
2839 am_sleep_pid=
2840 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2841 ( sleep 1 ) &
2842 am_sleep_pid=$!
2843 fi
2844
2845 rm -f conftest.file
2846
2847 test "$program_prefix" != NONE &&
2848 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2849 # Use a double $ so make ignores it.
2850 test "$program_suffix" != NONE &&
2851 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2852 # Double any \ or $.
2853 # By default was `s,x,x', remove it if useless.
2854 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2855 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2856
2857 # Expand $ac_aux_dir to an absolute path.
2858 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2859
2860 if test x"${MISSING+set}" != xset; then
2861 case $am_aux_dir in
2862 *\ * | *\ *)
2863 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2864 *)
2865 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2866 esac
2867 fi
2868 # Use eval to expand $SHELL
2869 if eval "$MISSING --is-lightweight"; then
2870 am_missing_run="$MISSING "
2871 else
2872 am_missing_run=
2873 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2874 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2875 fi
2876
2877 if test x"${install_sh+set}" != xset; then
2878 case $am_aux_dir in
2879 *\ * | *\ *)
2880 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2881 *)
2882 install_sh="\${SHELL} $am_aux_dir/install-sh"
2883 esac
2884 fi
2885
2886 # Installed binaries are usually stripped using 'strip' when the user
2887 # run "make install-strip". However 'strip' might not be the right
2888 # tool to use in cross-compilation environments, therefore Automake
2889 # will honor the 'STRIP' environment variable to overrule this program.
2890 if test "$cross_compiling" != no; then
2891 if test -n "$ac_tool_prefix"; then
2892 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2893 set dummy ${ac_tool_prefix}strip; ac_word=$2
2894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2895 $as_echo_n "checking for $ac_word... " >&6; }
2896 if ${ac_cv_prog_STRIP+:} false; then :
2897 $as_echo_n "(cached) " >&6
2898 else
2899 if test -n "$STRIP"; then
2900 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2901 else
2902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2903 for as_dir in $PATH
2904 do
2905 IFS=$as_save_IFS
2906 test -z "$as_dir" && as_dir=.
2907 for ac_exec_ext in '' $ac_executable_extensions; do
2908 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2909 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2911 break 2
2912 fi
2913 done
2914 done
2915 IFS=$as_save_IFS
2916
2917 fi
2918 fi
2919 STRIP=$ac_cv_prog_STRIP
2920 if test -n "$STRIP"; then
2921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2922 $as_echo "$STRIP" >&6; }
2923 else
2924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2925 $as_echo "no" >&6; }
2926 fi
2927
2928
2929 fi
2930 if test -z "$ac_cv_prog_STRIP"; then
2931 ac_ct_STRIP=$STRIP
2932 # Extract the first word of "strip", so it can be a program name with args.
2933 set dummy strip; ac_word=$2
2934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2935 $as_echo_n "checking for $ac_word... " >&6; }
2936 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2937 $as_echo_n "(cached) " >&6
2938 else
2939 if test -n "$ac_ct_STRIP"; then
2940 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2941 else
2942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2943 for as_dir in $PATH
2944 do
2945 IFS=$as_save_IFS
2946 test -z "$as_dir" && as_dir=.
2947 for ac_exec_ext in '' $ac_executable_extensions; do
2948 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2949 ac_cv_prog_ac_ct_STRIP="strip"
2950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2951 break 2
2952 fi
2953 done
2954 done
2955 IFS=$as_save_IFS
2956
2957 fi
2958 fi
2959 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2960 if test -n "$ac_ct_STRIP"; then
2961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2962 $as_echo "$ac_ct_STRIP" >&6; }
2963 else
2964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2965 $as_echo "no" >&6; }
2966 fi
2967
2968 if test "x$ac_ct_STRIP" = x; then
2969 STRIP=":"
2970 else
2971 case $cross_compiling:$ac_tool_warned in
2972 yes:)
2973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2974 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2975 ac_tool_warned=yes ;;
2976 esac
2977 STRIP=$ac_ct_STRIP
2978 fi
2979 else
2980 STRIP="$ac_cv_prog_STRIP"
2981 fi
2982
2983 fi
2984 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2985
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2987 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2988 if test -z "$MKDIR_P"; then
2989 if ${ac_cv_path_mkdir+:} false; then :
2990 $as_echo_n "(cached) " >&6
2991 else
2992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2993 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2994 do
2995 IFS=$as_save_IFS
2996 test -z "$as_dir" && as_dir=.
2997 for ac_prog in mkdir gmkdir; do
2998 for ac_exec_ext in '' $ac_executable_extensions; do
2999 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3000 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3001 'mkdir (GNU coreutils) '* | \
3002 'mkdir (coreutils) '* | \
3003 'mkdir (fileutils) '4.1*)
3004 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3005 break 3;;
3006 esac
3007 done
3008 done
3009 done
3010 IFS=$as_save_IFS
3011
3012 fi
3013
3014 test -d ./--version && rmdir ./--version
3015 if test "${ac_cv_path_mkdir+set}" = set; then
3016 MKDIR_P="$ac_cv_path_mkdir -p"
3017 else
3018 # As a last resort, use the slow shell script. Don't cache a
3019 # value for MKDIR_P within a source directory, because that will
3020 # break other packages using the cache if that directory is
3021 # removed, or if the value is a relative name.
3022 MKDIR_P="$ac_install_sh -d"
3023 fi
3024 fi
3025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3026 $as_echo "$MKDIR_P" >&6; }
3027
3028 for ac_prog in gawk mawk nawk awk
3029 do
3030 # Extract the first word of "$ac_prog", so it can be a program name with args.
3031 set dummy $ac_prog; ac_word=$2
3032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3033 $as_echo_n "checking for $ac_word... " >&6; }
3034 if ${ac_cv_prog_AWK+:} false; then :
3035 $as_echo_n "(cached) " >&6
3036 else
3037 if test -n "$AWK"; then
3038 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3039 else
3040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3041 for as_dir in $PATH
3042 do
3043 IFS=$as_save_IFS
3044 test -z "$as_dir" && as_dir=.
3045 for ac_exec_ext in '' $ac_executable_extensions; do
3046 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3047 ac_cv_prog_AWK="$ac_prog"
3048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3049 break 2
3050 fi
3051 done
3052 done
3053 IFS=$as_save_IFS
3054
3055 fi
3056 fi
3057 AWK=$ac_cv_prog_AWK
3058 if test -n "$AWK"; then
3059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3060 $as_echo "$AWK" >&6; }
3061 else
3062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3063 $as_echo "no" >&6; }
3064 fi
3065
3066
3067 test -n "$AWK" && break
3068 done
3069
3070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3071 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3072 set x ${MAKE-make}
3073 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3074 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3075 $as_echo_n "(cached) " >&6
3076 else
3077 cat >conftest.make <<\_ACEOF
3078 SHELL = /bin/sh
3079 all:
3080 @echo '@@@%%%=$(MAKE)=@@@%%%'
3081 _ACEOF
3082 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3083 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3084 *@@@%%%=?*=@@@%%%*)
3085 eval ac_cv_prog_make_${ac_make}_set=yes;;
3086 *)
3087 eval ac_cv_prog_make_${ac_make}_set=no;;
3088 esac
3089 rm -f conftest.make
3090 fi
3091 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3093 $as_echo "yes" >&6; }
3094 SET_MAKE=
3095 else
3096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3097 $as_echo "no" >&6; }
3098 SET_MAKE="MAKE=${MAKE-make}"
3099 fi
3100
3101 rm -rf .tst 2>/dev/null
3102 mkdir .tst 2>/dev/null
3103 if test -d .tst; then
3104 am__leading_dot=.
3105 else
3106 am__leading_dot=_
3107 fi
3108 rmdir .tst 2>/dev/null
3109
3110 # Check whether --enable-silent-rules was given.
3111 if test "${enable_silent_rules+set}" = set; then :
3112 enableval=$enable_silent_rules;
3113 fi
3114
3115 case $enable_silent_rules in # (((
3116 yes) AM_DEFAULT_VERBOSITY=0;;
3117 no) AM_DEFAULT_VERBOSITY=1;;
3118 *) AM_DEFAULT_VERBOSITY=1;;
3119 esac
3120 am_make=${MAKE-make}
3121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3122 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3123 if ${am_cv_make_support_nested_variables+:} false; then :
3124 $as_echo_n "(cached) " >&6
3125 else
3126 if $as_echo 'TRUE=$(BAR$(V))
3127 BAR0=false
3128 BAR1=true
3129 V=1
3130 am__doit:
3131 @$(TRUE)
3132 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3133 am_cv_make_support_nested_variables=yes
3134 else
3135 am_cv_make_support_nested_variables=no
3136 fi
3137 fi
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3139 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3140 if test $am_cv_make_support_nested_variables = yes; then
3141 AM_V='$(V)'
3142 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3143 else
3144 AM_V=$AM_DEFAULT_VERBOSITY
3145 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3146 fi
3147 AM_BACKSLASH='\'
3148
3149 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3150 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3151 # is not polluted with repeated "-I."
3152 am__isrc=' -I$(srcdir)'
3153 # test to see if srcdir already configured
3154 if test -f $srcdir/config.status; then
3155 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3156 fi
3157 fi
3158
3159 # test whether we have cygpath
3160 if test -z "$CYGPATH_W"; then
3161 if (cygpath --version) >/dev/null 2>/dev/null; then
3162 CYGPATH_W='cygpath -w'
3163 else
3164 CYGPATH_W=echo
3165 fi
3166 fi
3167
3168
3169 # Define the identity of the package.
3170 PACKAGE='bfd'
3171 VERSION='2.37.50'
3172
3173
3174 cat >>confdefs.h <<_ACEOF
3175 #define PACKAGE "$PACKAGE"
3176 _ACEOF
3177
3178
3179 cat >>confdefs.h <<_ACEOF
3180 #define VERSION "$VERSION"
3181 _ACEOF
3182
3183 # Some tools Automake needs.
3184
3185 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3186
3187
3188 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3189
3190
3191 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3192
3193
3194 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3195
3196
3197 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3198
3199 # For better backward compatibility. To be removed once Automake 1.9.x
3200 # dies out for good. For more background, see:
3201 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3202 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3203 mkdir_p='$(MKDIR_P)'
3204
3205 # We need awk for the "check" target (and possibly the TAP driver). The
3206 # system "awk" is bad on some platforms.
3207 # Always define AMTAR for backward compatibility. Yes, it's still used
3208 # in the wild :-( We should find a proper way to deprecate it ...
3209 AMTAR='$${TAR-tar}'
3210
3211
3212 # We'll loop over all known methods to create a tar archive until one works.
3213 _am_tools='gnutar pax cpio none'
3214
3215 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3216
3217
3218
3219
3220
3221
3222 # POSIX will say in a future version that running "rm -f" with no argument
3223 # is OK; and we want to be able to make that assumption in our Makefile
3224 # recipes. So use an aggressive probe to check that the usage we want is
3225 # actually supported "in the wild" to an acceptable degree.
3226 # See automake bug#10828.
3227 # To make any issue more visible, cause the running configure to be aborted
3228 # by default if the 'rm' program in use doesn't match our expectations; the
3229 # user can still override this though.
3230 if rm -f && rm -fr && rm -rf; then : OK; else
3231 cat >&2 <<'END'
3232 Oops!
3233
3234 Your 'rm' program seems unable to run without file operands specified
3235 on the command line, even when the '-f' option is present. This is contrary
3236 to the behaviour of most rm programs out there, and not conforming with
3237 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3238
3239 Please tell bug-automake@gnu.org about your system, including the value
3240 of your $PATH and any error possibly output before this message. This
3241 can help us improve future automake versions.
3242
3243 END
3244 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3245 echo 'Configuration will proceed anyway, since you have set the' >&2
3246 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3247 echo >&2
3248 else
3249 cat >&2 <<'END'
3250 Aborting the configuration process, to ensure you take notice of the issue.
3251
3252 You can download and install GNU coreutils to get an 'rm' implementation
3253 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3254
3255 If you want to complete the configuration process using your problematic
3256 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3257 to "yes", and re-run configure.
3258
3259 END
3260 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3261 fi
3262 fi
3263
3264
3265 if test -n "$ac_tool_prefix"; then
3266 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3267 set dummy ${ac_tool_prefix}ar; ac_word=$2
3268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3269 $as_echo_n "checking for $ac_word... " >&6; }
3270 if ${ac_cv_prog_AR+:} false; then :
3271 $as_echo_n "(cached) " >&6
3272 else
3273 if test -n "$AR"; then
3274 ac_cv_prog_AR="$AR" # Let the user override the test.
3275 else
3276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3277 for as_dir in $PATH
3278 do
3279 IFS=$as_save_IFS
3280 test -z "$as_dir" && as_dir=.
3281 for ac_exec_ext in '' $ac_executable_extensions; do
3282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3283 ac_cv_prog_AR="${ac_tool_prefix}ar"
3284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3285 break 2
3286 fi
3287 done
3288 done
3289 IFS=$as_save_IFS
3290
3291 fi
3292 fi
3293 AR=$ac_cv_prog_AR
3294 if test -n "$AR"; then
3295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3296 $as_echo "$AR" >&6; }
3297 else
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3299 $as_echo "no" >&6; }
3300 fi
3301
3302
3303 fi
3304 if test -z "$ac_cv_prog_AR"; then
3305 ac_ct_AR=$AR
3306 # Extract the first word of "ar", so it can be a program name with args.
3307 set dummy ar; ac_word=$2
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3309 $as_echo_n "checking for $ac_word... " >&6; }
3310 if ${ac_cv_prog_ac_ct_AR+:} false; then :
3311 $as_echo_n "(cached) " >&6
3312 else
3313 if test -n "$ac_ct_AR"; then
3314 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3315 else
3316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3317 for as_dir in $PATH
3318 do
3319 IFS=$as_save_IFS
3320 test -z "$as_dir" && as_dir=.
3321 for ac_exec_ext in '' $ac_executable_extensions; do
3322 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3323 ac_cv_prog_ac_ct_AR="ar"
3324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3325 break 2
3326 fi
3327 done
3328 done
3329 IFS=$as_save_IFS
3330
3331 fi
3332 fi
3333 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3334 if test -n "$ac_ct_AR"; then
3335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
3336 $as_echo "$ac_ct_AR" >&6; }
3337 else
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3339 $as_echo "no" >&6; }
3340 fi
3341
3342 if test "x$ac_ct_AR" = x; then
3343 AR=""
3344 else
3345 case $cross_compiling:$ac_tool_warned in
3346 yes:)
3347 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3348 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3349 ac_tool_warned=yes ;;
3350 esac
3351 AR=$ac_ct_AR
3352 fi
3353 else
3354 AR="$ac_cv_prog_AR"
3355 fi
3356
3357 if test -n "$ac_tool_prefix"; then
3358 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3359 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3361 $as_echo_n "checking for $ac_word... " >&6; }
3362 if ${ac_cv_prog_RANLIB+:} false; then :
3363 $as_echo_n "(cached) " >&6
3364 else
3365 if test -n "$RANLIB"; then
3366 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3367 else
3368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3369 for as_dir in $PATH
3370 do
3371 IFS=$as_save_IFS
3372 test -z "$as_dir" && as_dir=.
3373 for ac_exec_ext in '' $ac_executable_extensions; do
3374 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3375 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3377 break 2
3378 fi
3379 done
3380 done
3381 IFS=$as_save_IFS
3382
3383 fi
3384 fi
3385 RANLIB=$ac_cv_prog_RANLIB
3386 if test -n "$RANLIB"; then
3387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3388 $as_echo "$RANLIB" >&6; }
3389 else
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3391 $as_echo "no" >&6; }
3392 fi
3393
3394
3395 fi
3396 if test -z "$ac_cv_prog_RANLIB"; then
3397 ac_ct_RANLIB=$RANLIB
3398 # Extract the first word of "ranlib", so it can be a program name with args.
3399 set dummy ranlib; ac_word=$2
3400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3401 $as_echo_n "checking for $ac_word... " >&6; }
3402 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
3403 $as_echo_n "(cached) " >&6
3404 else
3405 if test -n "$ac_ct_RANLIB"; then
3406 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3407 else
3408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3409 for as_dir in $PATH
3410 do
3411 IFS=$as_save_IFS
3412 test -z "$as_dir" && as_dir=.
3413 for ac_exec_ext in '' $ac_executable_extensions; do
3414 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3415 ac_cv_prog_ac_ct_RANLIB="ranlib"
3416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3417 break 2
3418 fi
3419 done
3420 done
3421 IFS=$as_save_IFS
3422
3423 fi
3424 fi
3425 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3426 if test -n "$ac_ct_RANLIB"; then
3427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3428 $as_echo "$ac_ct_RANLIB" >&6; }
3429 else
3430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3431 $as_echo "no" >&6; }
3432 fi
3433
3434 if test "x$ac_ct_RANLIB" = x; then
3435 RANLIB=":"
3436 else
3437 case $cross_compiling:$ac_tool_warned in
3438 yes:)
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3440 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3441 ac_tool_warned=yes ;;
3442 esac
3443 RANLIB=$ac_ct_RANLIB
3444 fi
3445 else
3446 RANLIB="$ac_cv_prog_RANLIB"
3447 fi
3448
3449
3450 # Check whether --enable-shared was given.
3451 if test "${enable_shared+set}" = set; then :
3452 enableval=$enable_shared; p=${PACKAGE-default}
3453 case $enableval in
3454 yes) enable_shared=yes ;;
3455 no) enable_shared=no ;;
3456 *)
3457 enable_shared=no
3458 # Look at the argument we got. We use all the common list separators.
3459 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3460 for pkg in $enableval; do
3461 IFS="$lt_save_ifs"
3462 if test "X$pkg" = "X$p"; then
3463 enable_shared=yes
3464 fi
3465 done
3466 IFS="$lt_save_ifs"
3467 ;;
3468 esac
3469 else
3470 enable_shared=no
3471 fi
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482 ac_ext=c
3483 ac_cpp='$CPP $CPPFLAGS'
3484 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3485 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3486 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3487 if test -n "$ac_tool_prefix"; then
3488 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3489 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3491 $as_echo_n "checking for $ac_word... " >&6; }
3492 if ${ac_cv_prog_CC+:} false; then :
3493 $as_echo_n "(cached) " >&6
3494 else
3495 if test -n "$CC"; then
3496 ac_cv_prog_CC="$CC" # Let the user override the test.
3497 else
3498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3499 for as_dir in $PATH
3500 do
3501 IFS=$as_save_IFS
3502 test -z "$as_dir" && as_dir=.
3503 for ac_exec_ext in '' $ac_executable_extensions; do
3504 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3505 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3507 break 2
3508 fi
3509 done
3510 done
3511 IFS=$as_save_IFS
3512
3513 fi
3514 fi
3515 CC=$ac_cv_prog_CC
3516 if test -n "$CC"; then
3517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3518 $as_echo "$CC" >&6; }
3519 else
3520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3521 $as_echo "no" >&6; }
3522 fi
3523
3524
3525 fi
3526 if test -z "$ac_cv_prog_CC"; then
3527 ac_ct_CC=$CC
3528 # Extract the first word of "gcc", so it can be a program name with args.
3529 set dummy gcc; ac_word=$2
3530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3531 $as_echo_n "checking for $ac_word... " >&6; }
3532 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3533 $as_echo_n "(cached) " >&6
3534 else
3535 if test -n "$ac_ct_CC"; then
3536 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3537 else
3538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3539 for as_dir in $PATH
3540 do
3541 IFS=$as_save_IFS
3542 test -z "$as_dir" && as_dir=.
3543 for ac_exec_ext in '' $ac_executable_extensions; do
3544 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3545 ac_cv_prog_ac_ct_CC="gcc"
3546 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3547 break 2
3548 fi
3549 done
3550 done
3551 IFS=$as_save_IFS
3552
3553 fi
3554 fi
3555 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3556 if test -n "$ac_ct_CC"; then
3557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3558 $as_echo "$ac_ct_CC" >&6; }
3559 else
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3561 $as_echo "no" >&6; }
3562 fi
3563
3564 if test "x$ac_ct_CC" = x; then
3565 CC=""
3566 else
3567 case $cross_compiling:$ac_tool_warned in
3568 yes:)
3569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3570 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3571 ac_tool_warned=yes ;;
3572 esac
3573 CC=$ac_ct_CC
3574 fi
3575 else
3576 CC="$ac_cv_prog_CC"
3577 fi
3578
3579 if test -z "$CC"; then
3580 if test -n "$ac_tool_prefix"; then
3581 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3582 set dummy ${ac_tool_prefix}cc; ac_word=$2
3583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3584 $as_echo_n "checking for $ac_word... " >&6; }
3585 if ${ac_cv_prog_CC+:} false; then :
3586 $as_echo_n "(cached) " >&6
3587 else
3588 if test -n "$CC"; then
3589 ac_cv_prog_CC="$CC" # Let the user override the test.
3590 else
3591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3592 for as_dir in $PATH
3593 do
3594 IFS=$as_save_IFS
3595 test -z "$as_dir" && as_dir=.
3596 for ac_exec_ext in '' $ac_executable_extensions; do
3597 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3598 ac_cv_prog_CC="${ac_tool_prefix}cc"
3599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3600 break 2
3601 fi
3602 done
3603 done
3604 IFS=$as_save_IFS
3605
3606 fi
3607 fi
3608 CC=$ac_cv_prog_CC
3609 if test -n "$CC"; then
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3611 $as_echo "$CC" >&6; }
3612 else
3613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3614 $as_echo "no" >&6; }
3615 fi
3616
3617
3618 fi
3619 fi
3620 if test -z "$CC"; then
3621 # Extract the first word of "cc", so it can be a program name with args.
3622 set dummy cc; ac_word=$2
3623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3624 $as_echo_n "checking for $ac_word... " >&6; }
3625 if ${ac_cv_prog_CC+:} false; then :
3626 $as_echo_n "(cached) " >&6
3627 else
3628 if test -n "$CC"; then
3629 ac_cv_prog_CC="$CC" # Let the user override the test.
3630 else
3631 ac_prog_rejected=no
3632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3633 for as_dir in $PATH
3634 do
3635 IFS=$as_save_IFS
3636 test -z "$as_dir" && as_dir=.
3637 for ac_exec_ext in '' $ac_executable_extensions; do
3638 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3639 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3640 ac_prog_rejected=yes
3641 continue
3642 fi
3643 ac_cv_prog_CC="cc"
3644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3645 break 2
3646 fi
3647 done
3648 done
3649 IFS=$as_save_IFS
3650
3651 if test $ac_prog_rejected = yes; then
3652 # We found a bogon in the path, so make sure we never use it.
3653 set dummy $ac_cv_prog_CC
3654 shift
3655 if test $# != 0; then
3656 # We chose a different compiler from the bogus one.
3657 # However, it has the same basename, so the bogon will be chosen
3658 # first if we set CC to just the basename; use the full file name.
3659 shift
3660 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3661 fi
3662 fi
3663 fi
3664 fi
3665 CC=$ac_cv_prog_CC
3666 if test -n "$CC"; then
3667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3668 $as_echo "$CC" >&6; }
3669 else
3670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3671 $as_echo "no" >&6; }
3672 fi
3673
3674
3675 fi
3676 if test -z "$CC"; then
3677 if test -n "$ac_tool_prefix"; then
3678 for ac_prog in cl.exe
3679 do
3680 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3681 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3683 $as_echo_n "checking for $ac_word... " >&6; }
3684 if ${ac_cv_prog_CC+:} false; then :
3685 $as_echo_n "(cached) " >&6
3686 else
3687 if test -n "$CC"; then
3688 ac_cv_prog_CC="$CC" # Let the user override the test.
3689 else
3690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3691 for as_dir in $PATH
3692 do
3693 IFS=$as_save_IFS
3694 test -z "$as_dir" && as_dir=.
3695 for ac_exec_ext in '' $ac_executable_extensions; do
3696 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3697 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3699 break 2
3700 fi
3701 done
3702 done
3703 IFS=$as_save_IFS
3704
3705 fi
3706 fi
3707 CC=$ac_cv_prog_CC
3708 if test -n "$CC"; then
3709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3710 $as_echo "$CC" >&6; }
3711 else
3712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3713 $as_echo "no" >&6; }
3714 fi
3715
3716
3717 test -n "$CC" && break
3718 done
3719 fi
3720 if test -z "$CC"; then
3721 ac_ct_CC=$CC
3722 for ac_prog in cl.exe
3723 do
3724 # Extract the first word of "$ac_prog", so it can be a program name with args.
3725 set dummy $ac_prog; ac_word=$2
3726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3727 $as_echo_n "checking for $ac_word... " >&6; }
3728 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3729 $as_echo_n "(cached) " >&6
3730 else
3731 if test -n "$ac_ct_CC"; then
3732 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3733 else
3734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3735 for as_dir in $PATH
3736 do
3737 IFS=$as_save_IFS
3738 test -z "$as_dir" && as_dir=.
3739 for ac_exec_ext in '' $ac_executable_extensions; do
3740 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3741 ac_cv_prog_ac_ct_CC="$ac_prog"
3742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3743 break 2
3744 fi
3745 done
3746 done
3747 IFS=$as_save_IFS
3748
3749 fi
3750 fi
3751 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3752 if test -n "$ac_ct_CC"; then
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3754 $as_echo "$ac_ct_CC" >&6; }
3755 else
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3757 $as_echo "no" >&6; }
3758 fi
3759
3760
3761 test -n "$ac_ct_CC" && break
3762 done
3763
3764 if test "x$ac_ct_CC" = x; then
3765 CC=""
3766 else
3767 case $cross_compiling:$ac_tool_warned in
3768 yes:)
3769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3770 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3771 ac_tool_warned=yes ;;
3772 esac
3773 CC=$ac_ct_CC
3774 fi
3775 fi
3776
3777 fi
3778
3779
3780 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3781 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3782 as_fn_error $? "no acceptable C compiler found in \$PATH
3783 See \`config.log' for more details" "$LINENO" 5; }
3784
3785 # Provide some information about the compiler.
3786 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3787 set X $ac_compile
3788 ac_compiler=$2
3789 for ac_option in --version -v -V -qversion; do
3790 { { ac_try="$ac_compiler $ac_option >&5"
3791 case "(($ac_try" in
3792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3793 *) ac_try_echo=$ac_try;;
3794 esac
3795 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3796 $as_echo "$ac_try_echo"; } >&5
3797 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3798 ac_status=$?
3799 if test -s conftest.err; then
3800 sed '10a\
3801 ... rest of stderr output deleted ...
3802 10q' conftest.err >conftest.er1
3803 cat conftest.er1 >&5
3804 fi
3805 rm -f conftest.er1 conftest.err
3806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3807 test $ac_status = 0; }
3808 done
3809
3810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3811 /* end confdefs.h. */
3812
3813 int
3814 main ()
3815 {
3816
3817 ;
3818 return 0;
3819 }
3820 _ACEOF
3821 ac_clean_files_save=$ac_clean_files
3822 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3823 # Try to create an executable without -o first, disregard a.out.
3824 # It will help us diagnose broken compilers, and finding out an intuition
3825 # of exeext.
3826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3827 $as_echo_n "checking whether the C compiler works... " >&6; }
3828 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3829
3830 # The possible output files:
3831 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3832
3833 ac_rmfiles=
3834 for ac_file in $ac_files
3835 do
3836 case $ac_file in
3837 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3838 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3839 esac
3840 done
3841 rm -f $ac_rmfiles
3842
3843 if { { ac_try="$ac_link_default"
3844 case "(($ac_try" in
3845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3846 *) ac_try_echo=$ac_try;;
3847 esac
3848 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3849 $as_echo "$ac_try_echo"; } >&5
3850 (eval "$ac_link_default") 2>&5
3851 ac_status=$?
3852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3853 test $ac_status = 0; }; then :
3854 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3855 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3856 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3857 # so that the user can short-circuit this test for compilers unknown to
3858 # Autoconf.
3859 for ac_file in $ac_files ''
3860 do
3861 test -f "$ac_file" || continue
3862 case $ac_file in
3863 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3864 ;;
3865 [ab].out )
3866 # We found the default executable, but exeext='' is most
3867 # certainly right.
3868 break;;
3869 *.* )
3870 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3871 then :; else
3872 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3873 fi
3874 # We set ac_cv_exeext here because the later test for it is not
3875 # safe: cross compilers may not add the suffix if given an `-o'
3876 # argument, so we may need to know it at that point already.
3877 # Even if this section looks crufty: it has the advantage of
3878 # actually working.
3879 break;;
3880 * )
3881 break;;
3882 esac
3883 done
3884 test "$ac_cv_exeext" = no && ac_cv_exeext=
3885
3886 else
3887 ac_file=''
3888 fi
3889 if test -z "$ac_file"; then :
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3891 $as_echo "no" >&6; }
3892 $as_echo "$as_me: failed program was:" >&5
3893 sed 's/^/| /' conftest.$ac_ext >&5
3894
3895 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3896 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3897 as_fn_error 77 "C compiler cannot create executables
3898 See \`config.log' for more details" "$LINENO" 5; }
3899 else
3900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3901 $as_echo "yes" >&6; }
3902 fi
3903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3904 $as_echo_n "checking for C compiler default output file name... " >&6; }
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3906 $as_echo "$ac_file" >&6; }
3907 ac_exeext=$ac_cv_exeext
3908
3909 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3910 ac_clean_files=$ac_clean_files_save
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3912 $as_echo_n "checking for suffix of executables... " >&6; }
3913 if { { ac_try="$ac_link"
3914 case "(($ac_try" in
3915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3916 *) ac_try_echo=$ac_try;;
3917 esac
3918 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3919 $as_echo "$ac_try_echo"; } >&5
3920 (eval "$ac_link") 2>&5
3921 ac_status=$?
3922 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3923 test $ac_status = 0; }; then :
3924 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3925 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3926 # work properly (i.e., refer to `conftest.exe'), while it won't with
3927 # `rm'.
3928 for ac_file in conftest.exe conftest conftest.*; do
3929 test -f "$ac_file" || continue
3930 case $ac_file in
3931 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3932 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3933 break;;
3934 * ) break;;
3935 esac
3936 done
3937 else
3938 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3939 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3940 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3941 See \`config.log' for more details" "$LINENO" 5; }
3942 fi
3943 rm -f conftest conftest$ac_cv_exeext
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3945 $as_echo "$ac_cv_exeext" >&6; }
3946
3947 rm -f conftest.$ac_ext
3948 EXEEXT=$ac_cv_exeext
3949 ac_exeext=$EXEEXT
3950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3951 /* end confdefs.h. */
3952 #include <stdio.h>
3953 int
3954 main ()
3955 {
3956 FILE *f = fopen ("conftest.out", "w");
3957 return ferror (f) || fclose (f) != 0;
3958
3959 ;
3960 return 0;
3961 }
3962 _ACEOF
3963 ac_clean_files="$ac_clean_files conftest.out"
3964 # Check that the compiler produces executables we can run. If not, either
3965 # the compiler is broken, or we cross compile.
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3967 $as_echo_n "checking whether we are cross compiling... " >&6; }
3968 if test "$cross_compiling" != yes; then
3969 { { ac_try="$ac_link"
3970 case "(($ac_try" in
3971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3972 *) ac_try_echo=$ac_try;;
3973 esac
3974 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3975 $as_echo "$ac_try_echo"; } >&5
3976 (eval "$ac_link") 2>&5
3977 ac_status=$?
3978 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3979 test $ac_status = 0; }
3980 if { ac_try='./conftest$ac_cv_exeext'
3981 { { case "(($ac_try" in
3982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3983 *) ac_try_echo=$ac_try;;
3984 esac
3985 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3986 $as_echo "$ac_try_echo"; } >&5
3987 (eval "$ac_try") 2>&5
3988 ac_status=$?
3989 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3990 test $ac_status = 0; }; }; then
3991 cross_compiling=no
3992 else
3993 if test "$cross_compiling" = maybe; then
3994 cross_compiling=yes
3995 else
3996 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3997 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3998 as_fn_error $? "cannot run C compiled programs.
3999 If you meant to cross compile, use \`--host'.
4000 See \`config.log' for more details" "$LINENO" 5; }
4001 fi
4002 fi
4003 fi
4004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4005 $as_echo "$cross_compiling" >&6; }
4006
4007 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4008 ac_clean_files=$ac_clean_files_save
4009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4010 $as_echo_n "checking for suffix of object files... " >&6; }
4011 if ${ac_cv_objext+:} false; then :
4012 $as_echo_n "(cached) " >&6
4013 else
4014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4015 /* end confdefs.h. */
4016
4017 int
4018 main ()
4019 {
4020
4021 ;
4022 return 0;
4023 }
4024 _ACEOF
4025 rm -f conftest.o conftest.obj
4026 if { { ac_try="$ac_compile"
4027 case "(($ac_try" in
4028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4029 *) ac_try_echo=$ac_try;;
4030 esac
4031 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4032 $as_echo "$ac_try_echo"; } >&5
4033 (eval "$ac_compile") 2>&5
4034 ac_status=$?
4035 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4036 test $ac_status = 0; }; then :
4037 for ac_file in conftest.o conftest.obj conftest.*; do
4038 test -f "$ac_file" || continue;
4039 case $ac_file in
4040 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4041 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4042 break;;
4043 esac
4044 done
4045 else
4046 $as_echo "$as_me: failed program was:" >&5
4047 sed 's/^/| /' conftest.$ac_ext >&5
4048
4049 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4050 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4051 as_fn_error $? "cannot compute suffix of object files: cannot compile
4052 See \`config.log' for more details" "$LINENO" 5; }
4053 fi
4054 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4055 fi
4056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4057 $as_echo "$ac_cv_objext" >&6; }
4058 OBJEXT=$ac_cv_objext
4059 ac_objext=$OBJEXT
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4061 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4062 if ${ac_cv_c_compiler_gnu+:} false; then :
4063 $as_echo_n "(cached) " >&6
4064 else
4065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4066 /* end confdefs.h. */
4067
4068 int
4069 main ()
4070 {
4071 #ifndef __GNUC__
4072 choke me
4073 #endif
4074
4075 ;
4076 return 0;
4077 }
4078 _ACEOF
4079 if ac_fn_c_try_compile "$LINENO"; then :
4080 ac_compiler_gnu=yes
4081 else
4082 ac_compiler_gnu=no
4083 fi
4084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4085 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4086
4087 fi
4088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4089 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4090 if test $ac_compiler_gnu = yes; then
4091 GCC=yes
4092 else
4093 GCC=
4094 fi
4095 ac_test_CFLAGS=${CFLAGS+set}
4096 ac_save_CFLAGS=$CFLAGS
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4098 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4099 if ${ac_cv_prog_cc_g+:} false; then :
4100 $as_echo_n "(cached) " >&6
4101 else
4102 ac_save_c_werror_flag=$ac_c_werror_flag
4103 ac_c_werror_flag=yes
4104 ac_cv_prog_cc_g=no
4105 CFLAGS="-g"
4106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4107 /* end confdefs.h. */
4108
4109 int
4110 main ()
4111 {
4112
4113 ;
4114 return 0;
4115 }
4116 _ACEOF
4117 if ac_fn_c_try_compile "$LINENO"; then :
4118 ac_cv_prog_cc_g=yes
4119 else
4120 CFLAGS=""
4121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4122 /* end confdefs.h. */
4123
4124 int
4125 main ()
4126 {
4127
4128 ;
4129 return 0;
4130 }
4131 _ACEOF
4132 if ac_fn_c_try_compile "$LINENO"; then :
4133
4134 else
4135 ac_c_werror_flag=$ac_save_c_werror_flag
4136 CFLAGS="-g"
4137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4138 /* end confdefs.h. */
4139
4140 int
4141 main ()
4142 {
4143
4144 ;
4145 return 0;
4146 }
4147 _ACEOF
4148 if ac_fn_c_try_compile "$LINENO"; then :
4149 ac_cv_prog_cc_g=yes
4150 fi
4151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4152 fi
4153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4154 fi
4155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4156 ac_c_werror_flag=$ac_save_c_werror_flag
4157 fi
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4159 $as_echo "$ac_cv_prog_cc_g" >&6; }
4160 if test "$ac_test_CFLAGS" = set; then
4161 CFLAGS=$ac_save_CFLAGS
4162 elif test $ac_cv_prog_cc_g = yes; then
4163 if test "$GCC" = yes; then
4164 CFLAGS="-g -O2"
4165 else
4166 CFLAGS="-g"
4167 fi
4168 else
4169 if test "$GCC" = yes; then
4170 CFLAGS="-O2"
4171 else
4172 CFLAGS=
4173 fi
4174 fi
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4176 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4177 if ${ac_cv_prog_cc_c89+:} false; then :
4178 $as_echo_n "(cached) " >&6
4179 else
4180 ac_cv_prog_cc_c89=no
4181 ac_save_CC=$CC
4182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4183 /* end confdefs.h. */
4184 #include <stdarg.h>
4185 #include <stdio.h>
4186 struct stat;
4187 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4188 struct buf { int x; };
4189 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4190 static char *e (p, i)
4191 char **p;
4192 int i;
4193 {
4194 return p[i];
4195 }
4196 static char *f (char * (*g) (char **, int), char **p, ...)
4197 {
4198 char *s;
4199 va_list v;
4200 va_start (v,p);
4201 s = g (p, va_arg (v,int));
4202 va_end (v);
4203 return s;
4204 }
4205
4206 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4207 function prototypes and stuff, but not '\xHH' hex character constants.
4208 These don't provoke an error unfortunately, instead are silently treated
4209 as 'x'. The following induces an error, until -std is added to get
4210 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4211 array size at least. It's necessary to write '\x00'==0 to get something
4212 that's true only with -std. */
4213 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4214
4215 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4216 inside strings and character constants. */
4217 #define FOO(x) 'x'
4218 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4219
4220 int test (int i, double x);
4221 struct s1 {int (*f) (int a);};
4222 struct s2 {int (*f) (double a);};
4223 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4224 int argc;
4225 char **argv;
4226 int
4227 main ()
4228 {
4229 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4230 ;
4231 return 0;
4232 }
4233 _ACEOF
4234 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4235 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4236 do
4237 CC="$ac_save_CC $ac_arg"
4238 if ac_fn_c_try_compile "$LINENO"; then :
4239 ac_cv_prog_cc_c89=$ac_arg
4240 fi
4241 rm -f core conftest.err conftest.$ac_objext
4242 test "x$ac_cv_prog_cc_c89" != "xno" && break
4243 done
4244 rm -f conftest.$ac_ext
4245 CC=$ac_save_CC
4246
4247 fi
4248 # AC_CACHE_VAL
4249 case "x$ac_cv_prog_cc_c89" in
4250 x)
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4252 $as_echo "none needed" >&6; } ;;
4253 xno)
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4255 $as_echo "unsupported" >&6; } ;;
4256 *)
4257 CC="$CC $ac_cv_prog_cc_c89"
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4259 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4260 esac
4261 if test "x$ac_cv_prog_cc_c89" != xno; then :
4262
4263 fi
4264
4265 ac_ext=c
4266 ac_cpp='$CPP $CPPFLAGS'
4267 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4268 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4269 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4270
4271 ac_ext=c
4272 ac_cpp='$CPP $CPPFLAGS'
4273 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4274 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4275 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4277 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4278 if ${am_cv_prog_cc_c_o+:} false; then :
4279 $as_echo_n "(cached) " >&6
4280 else
4281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4282 /* end confdefs.h. */
4283
4284 int
4285 main ()
4286 {
4287
4288 ;
4289 return 0;
4290 }
4291 _ACEOF
4292 # Make sure it works both with $CC and with simple cc.
4293 # Following AC_PROG_CC_C_O, we do the test twice because some
4294 # compilers refuse to overwrite an existing .o file with -o,
4295 # though they will create one.
4296 am_cv_prog_cc_c_o=yes
4297 for am_i in 1 2; do
4298 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4299 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4300 ac_status=$?
4301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4302 (exit $ac_status); } \
4303 && test -f conftest2.$ac_objext; then
4304 : OK
4305 else
4306 am_cv_prog_cc_c_o=no
4307 break
4308 fi
4309 done
4310 rm -f core conftest*
4311 unset am_i
4312 fi
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4314 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4315 if test "$am_cv_prog_cc_c_o" != yes; then
4316 # Losing compiler, so override with the script.
4317 # FIXME: It is wrong to rewrite CC.
4318 # But if we don't then we get into trouble of one sort or another.
4319 # A longer-term fix would be to have automake use am__CC in this case,
4320 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4321 CC="$am_aux_dir/compile $CC"
4322 fi
4323 ac_ext=c
4324 ac_cpp='$CPP $CPPFLAGS'
4325 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4326 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4327 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4328
4329 DEPDIR="${am__leading_dot}deps"
4330
4331 ac_config_commands="$ac_config_commands depfiles"
4332
4333
4334 am_make=${MAKE-make}
4335 cat > confinc << 'END'
4336 am__doit:
4337 @echo this is the am__doit target
4338 .PHONY: am__doit
4339 END
4340 # If we don't find an include directive, just comment out the code.
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4342 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4343 am__include="#"
4344 am__quote=
4345 _am_result=none
4346 # First try GNU make style include.
4347 echo "include confinc" > confmf
4348 # Ignore all kinds of additional output from 'make'.
4349 case `$am_make -s -f confmf 2> /dev/null` in #(
4350 *the\ am__doit\ target*)
4351 am__include=include
4352 am__quote=
4353 _am_result=GNU
4354 ;;
4355 esac
4356 # Now try BSD make style include.
4357 if test "$am__include" = "#"; then
4358 echo '.include "confinc"' > confmf
4359 case `$am_make -s -f confmf 2> /dev/null` in #(
4360 *the\ am__doit\ target*)
4361 am__include=.include
4362 am__quote="\""
4363 _am_result=BSD
4364 ;;
4365 esac
4366 fi
4367
4368
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4370 $as_echo "$_am_result" >&6; }
4371 rm -f confinc confmf
4372
4373 # Check whether --enable-dependency-tracking was given.
4374 if test "${enable_dependency_tracking+set}" = set; then :
4375 enableval=$enable_dependency_tracking;
4376 fi
4377
4378 if test "x$enable_dependency_tracking" != xno; then
4379 am_depcomp="$ac_aux_dir/depcomp"
4380 AMDEPBACKSLASH='\'
4381 am__nodep='_no'
4382 fi
4383 if test "x$enable_dependency_tracking" != xno; then
4384 AMDEP_TRUE=
4385 AMDEP_FALSE='#'
4386 else
4387 AMDEP_TRUE='#'
4388 AMDEP_FALSE=
4389 fi
4390
4391
4392
4393 depcc="$CC" am_compiler_list=
4394
4395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4396 $as_echo_n "checking dependency style of $depcc... " >&6; }
4397 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4398 $as_echo_n "(cached) " >&6
4399 else
4400 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4401 # We make a subdir and do the tests there. Otherwise we can end up
4402 # making bogus files that we don't know about and never remove. For
4403 # instance it was reported that on HP-UX the gcc test will end up
4404 # making a dummy file named 'D' -- because '-MD' means "put the output
4405 # in D".
4406 rm -rf conftest.dir
4407 mkdir conftest.dir
4408 # Copy depcomp to subdir because otherwise we won't find it if we're
4409 # using a relative directory.
4410 cp "$am_depcomp" conftest.dir
4411 cd conftest.dir
4412 # We will build objects and dependencies in a subdirectory because
4413 # it helps to detect inapplicable dependency modes. For instance
4414 # both Tru64's cc and ICC support -MD to output dependencies as a
4415 # side effect of compilation, but ICC will put the dependencies in
4416 # the current directory while Tru64 will put them in the object
4417 # directory.
4418 mkdir sub
4419
4420 am_cv_CC_dependencies_compiler_type=none
4421 if test "$am_compiler_list" = ""; then
4422 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4423 fi
4424 am__universal=false
4425 case " $depcc " in #(
4426 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4427 esac
4428
4429 for depmode in $am_compiler_list; do
4430 # Setup a source with many dependencies, because some compilers
4431 # like to wrap large dependency lists on column 80 (with \), and
4432 # we should not choose a depcomp mode which is confused by this.
4433 #
4434 # We need to recreate these files for each test, as the compiler may
4435 # overwrite some of them when testing with obscure command lines.
4436 # This happens at least with the AIX C compiler.
4437 : > sub/conftest.c
4438 for i in 1 2 3 4 5 6; do
4439 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4440 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4441 # Solaris 10 /bin/sh.
4442 echo '/* dummy */' > sub/conftst$i.h
4443 done
4444 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4445
4446 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4447 # mode. It turns out that the SunPro C++ compiler does not properly
4448 # handle '-M -o', and we need to detect this. Also, some Intel
4449 # versions had trouble with output in subdirs.
4450 am__obj=sub/conftest.${OBJEXT-o}
4451 am__minus_obj="-o $am__obj"
4452 case $depmode in
4453 gcc)
4454 # This depmode causes a compiler race in universal mode.
4455 test "$am__universal" = false || continue
4456 ;;
4457 nosideeffect)
4458 # After this tag, mechanisms are not by side-effect, so they'll
4459 # only be used when explicitly requested.
4460 if test "x$enable_dependency_tracking" = xyes; then
4461 continue
4462 else
4463 break
4464 fi
4465 ;;
4466 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4467 # This compiler won't grok '-c -o', but also, the minuso test has
4468 # not run yet. These depmodes are late enough in the game, and
4469 # so weak that their functioning should not be impacted.
4470 am__obj=conftest.${OBJEXT-o}
4471 am__minus_obj=
4472 ;;
4473 none) break ;;
4474 esac
4475 if depmode=$depmode \
4476 source=sub/conftest.c object=$am__obj \
4477 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4478 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4479 >/dev/null 2>conftest.err &&
4480 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4481 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4482 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4483 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4484 # icc doesn't choke on unknown options, it will just issue warnings
4485 # or remarks (even with -Werror). So we grep stderr for any message
4486 # that says an option was ignored or not supported.
4487 # When given -MP, icc 7.0 and 7.1 complain thusly:
4488 # icc: Command line warning: ignoring option '-M'; no argument required
4489 # The diagnosis changed in icc 8.0:
4490 # icc: Command line remark: option '-MP' not supported
4491 if (grep 'ignoring option' conftest.err ||
4492 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4493 am_cv_CC_dependencies_compiler_type=$depmode
4494 break
4495 fi
4496 fi
4497 done
4498
4499 cd ..
4500 rm -rf conftest.dir
4501 else
4502 am_cv_CC_dependencies_compiler_type=none
4503 fi
4504
4505 fi
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4507 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4508 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4509
4510 if
4511 test "x$enable_dependency_tracking" != xno \
4512 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4513 am__fastdepCC_TRUE=
4514 am__fastdepCC_FALSE='#'
4515 else
4516 am__fastdepCC_TRUE='#'
4517 am__fastdepCC_FALSE=
4518 fi
4519
4520
4521
4522 ac_ext=c
4523 ac_cpp='$CPP $CPPFLAGS'
4524 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4525 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4526 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4528 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4529 # On Suns, sometimes $CPP names a directory.
4530 if test -n "$CPP" && test -d "$CPP"; then
4531 CPP=
4532 fi
4533 if test -z "$CPP"; then
4534 if ${ac_cv_prog_CPP+:} false; then :
4535 $as_echo_n "(cached) " >&6
4536 else
4537 # Double quotes because CPP needs to be expanded
4538 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4539 do
4540 ac_preproc_ok=false
4541 for ac_c_preproc_warn_flag in '' yes
4542 do
4543 # Use a header file that comes with gcc, so configuring glibc
4544 # with a fresh cross-compiler works.
4545 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4546 # <limits.h> exists even on freestanding compilers.
4547 # On the NeXT, cc -E runs the code through the compiler's parser,
4548 # not just through cpp. "Syntax error" is here to catch this case.
4549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4550 /* end confdefs.h. */
4551 #ifdef __STDC__
4552 # include <limits.h>
4553 #else
4554 # include <assert.h>
4555 #endif
4556 Syntax error
4557 _ACEOF
4558 if ac_fn_c_try_cpp "$LINENO"; then :
4559
4560 else
4561 # Broken: fails on valid input.
4562 continue
4563 fi
4564 rm -f conftest.err conftest.i conftest.$ac_ext
4565
4566 # OK, works on sane cases. Now check whether nonexistent headers
4567 # can be detected and how.
4568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4569 /* end confdefs.h. */
4570 #include <ac_nonexistent.h>
4571 _ACEOF
4572 if ac_fn_c_try_cpp "$LINENO"; then :
4573 # Broken: success on invalid input.
4574 continue
4575 else
4576 # Passes both tests.
4577 ac_preproc_ok=:
4578 break
4579 fi
4580 rm -f conftest.err conftest.i conftest.$ac_ext
4581
4582 done
4583 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4584 rm -f conftest.i conftest.err conftest.$ac_ext
4585 if $ac_preproc_ok; then :
4586 break
4587 fi
4588
4589 done
4590 ac_cv_prog_CPP=$CPP
4591
4592 fi
4593 CPP=$ac_cv_prog_CPP
4594 else
4595 ac_cv_prog_CPP=$CPP
4596 fi
4597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4598 $as_echo "$CPP" >&6; }
4599 ac_preproc_ok=false
4600 for ac_c_preproc_warn_flag in '' yes
4601 do
4602 # Use a header file that comes with gcc, so configuring glibc
4603 # with a fresh cross-compiler works.
4604 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4605 # <limits.h> exists even on freestanding compilers.
4606 # On the NeXT, cc -E runs the code through the compiler's parser,
4607 # not just through cpp. "Syntax error" is here to catch this case.
4608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4609 /* end confdefs.h. */
4610 #ifdef __STDC__
4611 # include <limits.h>
4612 #else
4613 # include <assert.h>
4614 #endif
4615 Syntax error
4616 _ACEOF
4617 if ac_fn_c_try_cpp "$LINENO"; then :
4618
4619 else
4620 # Broken: fails on valid input.
4621 continue
4622 fi
4623 rm -f conftest.err conftest.i conftest.$ac_ext
4624
4625 # OK, works on sane cases. Now check whether nonexistent headers
4626 # can be detected and how.
4627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4628 /* end confdefs.h. */
4629 #include <ac_nonexistent.h>
4630 _ACEOF
4631 if ac_fn_c_try_cpp "$LINENO"; then :
4632 # Broken: success on invalid input.
4633 continue
4634 else
4635 # Passes both tests.
4636 ac_preproc_ok=:
4637 break
4638 fi
4639 rm -f conftest.err conftest.i conftest.$ac_ext
4640
4641 done
4642 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4643 rm -f conftest.i conftest.err conftest.$ac_ext
4644 if $ac_preproc_ok; then :
4645
4646 else
4647 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4648 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4649 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4650 See \`config.log' for more details" "$LINENO" 5; }
4651 fi
4652
4653 ac_ext=c
4654 ac_cpp='$CPP $CPPFLAGS'
4655 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4656 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4657 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4658
4659
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4661 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4662 if ${ac_cv_path_GREP+:} false; then :
4663 $as_echo_n "(cached) " >&6
4664 else
4665 if test -z "$GREP"; then
4666 ac_path_GREP_found=false
4667 # Loop through the user's path and test for each of PROGNAME-LIST
4668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4669 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4670 do
4671 IFS=$as_save_IFS
4672 test -z "$as_dir" && as_dir=.
4673 for ac_prog in grep ggrep; do
4674 for ac_exec_ext in '' $ac_executable_extensions; do
4675 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4676 as_fn_executable_p "$ac_path_GREP" || continue
4677 # Check for GNU ac_path_GREP and select it if it is found.
4678 # Check for GNU $ac_path_GREP
4679 case `"$ac_path_GREP" --version 2>&1` in
4680 *GNU*)
4681 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4682 *)
4683 ac_count=0
4684 $as_echo_n 0123456789 >"conftest.in"
4685 while :
4686 do
4687 cat "conftest.in" "conftest.in" >"conftest.tmp"
4688 mv "conftest.tmp" "conftest.in"
4689 cp "conftest.in" "conftest.nl"
4690 $as_echo 'GREP' >> "conftest.nl"
4691 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4692 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4693 as_fn_arith $ac_count + 1 && ac_count=$as_val
4694 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4695 # Best one so far, save it but keep looking for a better one
4696 ac_cv_path_GREP="$ac_path_GREP"
4697 ac_path_GREP_max=$ac_count
4698 fi
4699 # 10*(2^10) chars as input seems more than enough
4700 test $ac_count -gt 10 && break
4701 done
4702 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4703 esac
4704
4705 $ac_path_GREP_found && break 3
4706 done
4707 done
4708 done
4709 IFS=$as_save_IFS
4710 if test -z "$ac_cv_path_GREP"; then
4711 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4712 fi
4713 else
4714 ac_cv_path_GREP=$GREP
4715 fi
4716
4717 fi
4718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4719 $as_echo "$ac_cv_path_GREP" >&6; }
4720 GREP="$ac_cv_path_GREP"
4721
4722
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4724 $as_echo_n "checking for egrep... " >&6; }
4725 if ${ac_cv_path_EGREP+:} false; then :
4726 $as_echo_n "(cached) " >&6
4727 else
4728 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4729 then ac_cv_path_EGREP="$GREP -E"
4730 else
4731 if test -z "$EGREP"; then
4732 ac_path_EGREP_found=false
4733 # Loop through the user's path and test for each of PROGNAME-LIST
4734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4735 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4736 do
4737 IFS=$as_save_IFS
4738 test -z "$as_dir" && as_dir=.
4739 for ac_prog in egrep; do
4740 for ac_exec_ext in '' $ac_executable_extensions; do
4741 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4742 as_fn_executable_p "$ac_path_EGREP" || continue
4743 # Check for GNU ac_path_EGREP and select it if it is found.
4744 # Check for GNU $ac_path_EGREP
4745 case `"$ac_path_EGREP" --version 2>&1` in
4746 *GNU*)
4747 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4748 *)
4749 ac_count=0
4750 $as_echo_n 0123456789 >"conftest.in"
4751 while :
4752 do
4753 cat "conftest.in" "conftest.in" >"conftest.tmp"
4754 mv "conftest.tmp" "conftest.in"
4755 cp "conftest.in" "conftest.nl"
4756 $as_echo 'EGREP' >> "conftest.nl"
4757 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4758 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4759 as_fn_arith $ac_count + 1 && ac_count=$as_val
4760 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4761 # Best one so far, save it but keep looking for a better one
4762 ac_cv_path_EGREP="$ac_path_EGREP"
4763 ac_path_EGREP_max=$ac_count
4764 fi
4765 # 10*(2^10) chars as input seems more than enough
4766 test $ac_count -gt 10 && break
4767 done
4768 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4769 esac
4770
4771 $ac_path_EGREP_found && break 3
4772 done
4773 done
4774 done
4775 IFS=$as_save_IFS
4776 if test -z "$ac_cv_path_EGREP"; then
4777 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4778 fi
4779 else
4780 ac_cv_path_EGREP=$EGREP
4781 fi
4782
4783 fi
4784 fi
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4786 $as_echo "$ac_cv_path_EGREP" >&6; }
4787 EGREP="$ac_cv_path_EGREP"
4788
4789
4790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4791 $as_echo_n "checking for ANSI C header files... " >&6; }
4792 if ${ac_cv_header_stdc+:} false; then :
4793 $as_echo_n "(cached) " >&6
4794 else
4795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4796 /* end confdefs.h. */
4797 #include <stdlib.h>
4798 #include <stdarg.h>
4799 #include <string.h>
4800 #include <float.h>
4801
4802 int
4803 main ()
4804 {
4805
4806 ;
4807 return 0;
4808 }
4809 _ACEOF
4810 if ac_fn_c_try_compile "$LINENO"; then :
4811 ac_cv_header_stdc=yes
4812 else
4813 ac_cv_header_stdc=no
4814 fi
4815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4816
4817 if test $ac_cv_header_stdc = yes; then
4818 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4820 /* end confdefs.h. */
4821 #include <string.h>
4822
4823 _ACEOF
4824 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4825 $EGREP "memchr" >/dev/null 2>&1; then :
4826
4827 else
4828 ac_cv_header_stdc=no
4829 fi
4830 rm -f conftest*
4831
4832 fi
4833
4834 if test $ac_cv_header_stdc = yes; then
4835 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4837 /* end confdefs.h. */
4838 #include <stdlib.h>
4839
4840 _ACEOF
4841 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4842 $EGREP "free" >/dev/null 2>&1; then :
4843
4844 else
4845 ac_cv_header_stdc=no
4846 fi
4847 rm -f conftest*
4848
4849 fi
4850
4851 if test $ac_cv_header_stdc = yes; then
4852 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4853 if test "$cross_compiling" = yes; then :
4854 :
4855 else
4856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4857 /* end confdefs.h. */
4858 #include <ctype.h>
4859 #include <stdlib.h>
4860 #if ((' ' & 0x0FF) == 0x020)
4861 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4862 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4863 #else
4864 # define ISLOWER(c) \
4865 (('a' <= (c) && (c) <= 'i') \
4866 || ('j' <= (c) && (c) <= 'r') \
4867 || ('s' <= (c) && (c) <= 'z'))
4868 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4869 #endif
4870
4871 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4872 int
4873 main ()
4874 {
4875 int i;
4876 for (i = 0; i < 256; i++)
4877 if (XOR (islower (i), ISLOWER (i))
4878 || toupper (i) != TOUPPER (i))
4879 return 2;
4880 return 0;
4881 }
4882 _ACEOF
4883 if ac_fn_c_try_run "$LINENO"; then :
4884
4885 else
4886 ac_cv_header_stdc=no
4887 fi
4888 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4889 conftest.$ac_objext conftest.beam conftest.$ac_ext
4890 fi
4891
4892 fi
4893 fi
4894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4895 $as_echo "$ac_cv_header_stdc" >&6; }
4896 if test $ac_cv_header_stdc = yes; then
4897
4898 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4899
4900 fi
4901
4902 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4903 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4904 inttypes.h stdint.h unistd.h
4905 do :
4906 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4907 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4908 "
4909 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4910 cat >>confdefs.h <<_ACEOF
4911 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4912 _ACEOF
4913
4914 fi
4915
4916 done
4917
4918
4919
4920 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4921 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4922 MINIX=yes
4923 else
4924 MINIX=
4925 fi
4926
4927
4928 if test "$MINIX" = yes; then
4929
4930 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4931
4932
4933 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4934
4935
4936 $as_echo "#define _MINIX 1" >>confdefs.h
4937
4938 fi
4939
4940
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4942 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4943 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4944 $as_echo_n "(cached) " >&6
4945 else
4946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4947 /* end confdefs.h. */
4948
4949 # define __EXTENSIONS__ 1
4950 $ac_includes_default
4951 int
4952 main ()
4953 {
4954
4955 ;
4956 return 0;
4957 }
4958 _ACEOF
4959 if ac_fn_c_try_compile "$LINENO"; then :
4960 ac_cv_safe_to_define___extensions__=yes
4961 else
4962 ac_cv_safe_to_define___extensions__=no
4963 fi
4964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4965 fi
4966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4967 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4968 test $ac_cv_safe_to_define___extensions__ = yes &&
4969 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4970
4971 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4972
4973 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4974
4975 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4976
4977 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4978
4979
4980
4981
4982
4983 case `pwd` in
4984 *\ * | *\ *)
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4986 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4987 esac
4988
4989
4990
4991 macro_version='2.2.7a'
4992 macro_revision='1.3134'
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006 ltmain="$ac_aux_dir/ltmain.sh"
5007
5008 # Backslashify metacharacters that are still active within
5009 # double-quoted strings.
5010 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5011
5012 # Same as above, but do not quote variable references.
5013 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5014
5015 # Sed substitution to delay expansion of an escaped shell variable in a
5016 # double_quote_subst'ed string.
5017 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5018
5019 # Sed substitution to delay expansion of an escaped single quote.
5020 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5021
5022 # Sed substitution to avoid accidental globbing in evaled expressions
5023 no_glob_subst='s/\*/\\\*/g'
5024
5025 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5026 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5027 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5028
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5030 $as_echo_n "checking how to print strings... " >&6; }
5031 # Test print first, because it will be a builtin if present.
5032 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5033 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5034 ECHO='print -r --'
5035 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5036 ECHO='printf %s\n'
5037 else
5038 # Use this function as a fallback that always works.
5039 func_fallback_echo ()
5040 {
5041 eval 'cat <<_LTECHO_EOF
5042 $1
5043 _LTECHO_EOF'
5044 }
5045 ECHO='func_fallback_echo'
5046 fi
5047
5048 # func_echo_all arg...
5049 # Invoke $ECHO with all args, space-separated.
5050 func_echo_all ()
5051 {
5052 $ECHO ""
5053 }
5054
5055 case "$ECHO" in
5056 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5057 $as_echo "printf" >&6; } ;;
5058 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5059 $as_echo "print -r" >&6; } ;;
5060 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5061 $as_echo "cat" >&6; } ;;
5062 esac
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5078 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5079 if ${ac_cv_path_SED+:} false; then :
5080 $as_echo_n "(cached) " >&6
5081 else
5082 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5083 for ac_i in 1 2 3 4 5 6 7; do
5084 ac_script="$ac_script$as_nl$ac_script"
5085 done
5086 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5087 { ac_script=; unset ac_script;}
5088 if test -z "$SED"; then
5089 ac_path_SED_found=false
5090 # Loop through the user's path and test for each of PROGNAME-LIST
5091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5092 for as_dir in $PATH
5093 do
5094 IFS=$as_save_IFS
5095 test -z "$as_dir" && as_dir=.
5096 for ac_prog in sed gsed; do
5097 for ac_exec_ext in '' $ac_executable_extensions; do
5098 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5099 as_fn_executable_p "$ac_path_SED" || continue
5100 # Check for GNU ac_path_SED and select it if it is found.
5101 # Check for GNU $ac_path_SED
5102 case `"$ac_path_SED" --version 2>&1` in
5103 *GNU*)
5104 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5105 *)
5106 ac_count=0
5107 $as_echo_n 0123456789 >"conftest.in"
5108 while :
5109 do
5110 cat "conftest.in" "conftest.in" >"conftest.tmp"
5111 mv "conftest.tmp" "conftest.in"
5112 cp "conftest.in" "conftest.nl"
5113 $as_echo '' >> "conftest.nl"
5114 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5115 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5116 as_fn_arith $ac_count + 1 && ac_count=$as_val
5117 if test $ac_count -gt ${ac_path_SED_max-0}; then
5118 # Best one so far, save it but keep looking for a better one
5119 ac_cv_path_SED="$ac_path_SED"
5120 ac_path_SED_max=$ac_count
5121 fi
5122 # 10*(2^10) chars as input seems more than enough
5123 test $ac_count -gt 10 && break
5124 done
5125 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5126 esac
5127
5128 $ac_path_SED_found && break 3
5129 done
5130 done
5131 done
5132 IFS=$as_save_IFS
5133 if test -z "$ac_cv_path_SED"; then
5134 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5135 fi
5136 else
5137 ac_cv_path_SED=$SED
5138 fi
5139
5140 fi
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5142 $as_echo "$ac_cv_path_SED" >&6; }
5143 SED="$ac_cv_path_SED"
5144 rm -f conftest.sed
5145
5146 test -z "$SED" && SED=sed
5147 Xsed="$SED -e 1s/^X//"
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5160 $as_echo_n "checking for fgrep... " >&6; }
5161 if ${ac_cv_path_FGREP+:} false; then :
5162 $as_echo_n "(cached) " >&6
5163 else
5164 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5165 then ac_cv_path_FGREP="$GREP -F"
5166 else
5167 if test -z "$FGREP"; then
5168 ac_path_FGREP_found=false
5169 # Loop through the user's path and test for each of PROGNAME-LIST
5170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5171 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5172 do
5173 IFS=$as_save_IFS
5174 test -z "$as_dir" && as_dir=.
5175 for ac_prog in fgrep; do
5176 for ac_exec_ext in '' $ac_executable_extensions; do
5177 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5178 as_fn_executable_p "$ac_path_FGREP" || continue
5179 # Check for GNU ac_path_FGREP and select it if it is found.
5180 # Check for GNU $ac_path_FGREP
5181 case `"$ac_path_FGREP" --version 2>&1` in
5182 *GNU*)
5183 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5184 *)
5185 ac_count=0
5186 $as_echo_n 0123456789 >"conftest.in"
5187 while :
5188 do
5189 cat "conftest.in" "conftest.in" >"conftest.tmp"
5190 mv "conftest.tmp" "conftest.in"
5191 cp "conftest.in" "conftest.nl"
5192 $as_echo 'FGREP' >> "conftest.nl"
5193 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5194 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5195 as_fn_arith $ac_count + 1 && ac_count=$as_val
5196 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5197 # Best one so far, save it but keep looking for a better one
5198 ac_cv_path_FGREP="$ac_path_FGREP"
5199 ac_path_FGREP_max=$ac_count
5200 fi
5201 # 10*(2^10) chars as input seems more than enough
5202 test $ac_count -gt 10 && break
5203 done
5204 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5205 esac
5206
5207 $ac_path_FGREP_found && break 3
5208 done
5209 done
5210 done
5211 IFS=$as_save_IFS
5212 if test -z "$ac_cv_path_FGREP"; then
5213 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5214 fi
5215 else
5216 ac_cv_path_FGREP=$FGREP
5217 fi
5218
5219 fi
5220 fi
5221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5222 $as_echo "$ac_cv_path_FGREP" >&6; }
5223 FGREP="$ac_cv_path_FGREP"
5224
5225
5226 test -z "$GREP" && GREP=grep
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246 # Check whether --with-gnu-ld was given.
5247 if test "${with_gnu_ld+set}" = set; then :
5248 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5249 else
5250 with_gnu_ld=no
5251 fi
5252
5253 ac_prog=ld
5254 if test "$GCC" = yes; then
5255 # Check if gcc -print-prog-name=ld gives a path.
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5257 $as_echo_n "checking for ld used by $CC... " >&6; }
5258 case $host in
5259 *-*-mingw*)
5260 # gcc leaves a trailing carriage return which upsets mingw
5261 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5262 *)
5263 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5264 esac
5265 case $ac_prog in
5266 # Accept absolute paths.
5267 [\\/]* | ?:[\\/]*)
5268 re_direlt='/[^/][^/]*/\.\./'
5269 # Canonicalize the pathname of ld
5270 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5271 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5272 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5273 done
5274 test -z "$LD" && LD="$ac_prog"
5275 ;;
5276 "")
5277 # If it fails, then pretend we aren't using GCC.
5278 ac_prog=ld
5279 ;;
5280 *)
5281 # If it is relative, then search for the first ld in PATH.
5282 with_gnu_ld=unknown
5283 ;;
5284 esac
5285 elif test "$with_gnu_ld" = yes; then
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5287 $as_echo_n "checking for GNU ld... " >&6; }
5288 else
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5290 $as_echo_n "checking for non-GNU ld... " >&6; }
5291 fi
5292 if ${lt_cv_path_LD+:} false; then :
5293 $as_echo_n "(cached) " >&6
5294 else
5295 if test -z "$LD"; then
5296 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5297 for ac_dir in $PATH; do
5298 IFS="$lt_save_ifs"
5299 test -z "$ac_dir" && ac_dir=.
5300 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5301 lt_cv_path_LD="$ac_dir/$ac_prog"
5302 # Check to see if the program is GNU ld. I'd rather use --version,
5303 # but apparently some variants of GNU ld only accept -v.
5304 # Break only if it was the GNU/non-GNU ld that we prefer.
5305 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5306 *GNU* | *'with BFD'*)
5307 test "$with_gnu_ld" != no && break
5308 ;;
5309 *)
5310 test "$with_gnu_ld" != yes && break
5311 ;;
5312 esac
5313 fi
5314 done
5315 IFS="$lt_save_ifs"
5316 else
5317 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5318 fi
5319 fi
5320
5321 LD="$lt_cv_path_LD"
5322 if test -n "$LD"; then
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5324 $as_echo "$LD" >&6; }
5325 else
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5327 $as_echo "no" >&6; }
5328 fi
5329 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5331 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5332 if ${lt_cv_prog_gnu_ld+:} false; then :
5333 $as_echo_n "(cached) " >&6
5334 else
5335 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5336 case `$LD -v 2>&1 </dev/null` in
5337 *GNU* | *'with BFD'*)
5338 lt_cv_prog_gnu_ld=yes
5339 ;;
5340 *)
5341 lt_cv_prog_gnu_ld=no
5342 ;;
5343 esac
5344 fi
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5346 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5347 with_gnu_ld=$lt_cv_prog_gnu_ld
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5358 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5359 if ${lt_cv_path_NM+:} false; then :
5360 $as_echo_n "(cached) " >&6
5361 else
5362 if test -n "$NM"; then
5363 # Let the user override the test.
5364 lt_cv_path_NM="$NM"
5365 else
5366 lt_nm_to_check="${ac_tool_prefix}nm"
5367 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5368 lt_nm_to_check="$lt_nm_to_check nm"
5369 fi
5370 for lt_tmp_nm in $lt_nm_to_check; do
5371 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5372 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5373 IFS="$lt_save_ifs"
5374 test -z "$ac_dir" && ac_dir=.
5375 tmp_nm="$ac_dir/$lt_tmp_nm"
5376 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5377 # Check to see if the nm accepts a BSD-compat flag.
5378 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5379 # nm: unknown option "B" ignored
5380 # Tru64's nm complains that /dev/null is an invalid object file
5381 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5382 */dev/null* | *'Invalid file or object type'*)
5383 lt_cv_path_NM="$tmp_nm -B"
5384 break
5385 ;;
5386 *)
5387 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5388 */dev/null*)
5389 lt_cv_path_NM="$tmp_nm -p"
5390 break
5391 ;;
5392 *)
5393 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5394 continue # so that we can try to find one that supports BSD flags
5395 ;;
5396 esac
5397 ;;
5398 esac
5399 fi
5400 done
5401 IFS="$lt_save_ifs"
5402 done
5403 : ${lt_cv_path_NM=no}
5404 fi
5405 fi
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5407 $as_echo "$lt_cv_path_NM" >&6; }
5408 if test "$lt_cv_path_NM" != "no"; then
5409 NM="$lt_cv_path_NM"
5410 else
5411 # Didn't find any BSD compatible name lister, look for dumpbin.
5412 if test -n "$DUMPBIN"; then :
5413 # Let the user override the test.
5414 else
5415 if test -n "$ac_tool_prefix"; then
5416 for ac_prog in dumpbin "link -dump"
5417 do
5418 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5419 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5421 $as_echo_n "checking for $ac_word... " >&6; }
5422 if ${ac_cv_prog_DUMPBIN+:} false; then :
5423 $as_echo_n "(cached) " >&6
5424 else
5425 if test -n "$DUMPBIN"; then
5426 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5427 else
5428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5429 for as_dir in $PATH
5430 do
5431 IFS=$as_save_IFS
5432 test -z "$as_dir" && as_dir=.
5433 for ac_exec_ext in '' $ac_executable_extensions; do
5434 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5435 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5437 break 2
5438 fi
5439 done
5440 done
5441 IFS=$as_save_IFS
5442
5443 fi
5444 fi
5445 DUMPBIN=$ac_cv_prog_DUMPBIN
5446 if test -n "$DUMPBIN"; then
5447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5448 $as_echo "$DUMPBIN" >&6; }
5449 else
5450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5451 $as_echo "no" >&6; }
5452 fi
5453
5454
5455 test -n "$DUMPBIN" && break
5456 done
5457 fi
5458 if test -z "$DUMPBIN"; then
5459 ac_ct_DUMPBIN=$DUMPBIN
5460 for ac_prog in dumpbin "link -dump"
5461 do
5462 # Extract the first word of "$ac_prog", so it can be a program name with args.
5463 set dummy $ac_prog; ac_word=$2
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5465 $as_echo_n "checking for $ac_word... " >&6; }
5466 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5467 $as_echo_n "(cached) " >&6
5468 else
5469 if test -n "$ac_ct_DUMPBIN"; then
5470 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5471 else
5472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5473 for as_dir in $PATH
5474 do
5475 IFS=$as_save_IFS
5476 test -z "$as_dir" && as_dir=.
5477 for ac_exec_ext in '' $ac_executable_extensions; do
5478 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5479 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5480 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5481 break 2
5482 fi
5483 done
5484 done
5485 IFS=$as_save_IFS
5486
5487 fi
5488 fi
5489 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5490 if test -n "$ac_ct_DUMPBIN"; then
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5492 $as_echo "$ac_ct_DUMPBIN" >&6; }
5493 else
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5495 $as_echo "no" >&6; }
5496 fi
5497
5498
5499 test -n "$ac_ct_DUMPBIN" && break
5500 done
5501
5502 if test "x$ac_ct_DUMPBIN" = x; then
5503 DUMPBIN=":"
5504 else
5505 case $cross_compiling:$ac_tool_warned in
5506 yes:)
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5508 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5509 ac_tool_warned=yes ;;
5510 esac
5511 DUMPBIN=$ac_ct_DUMPBIN
5512 fi
5513 fi
5514
5515 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5516 *COFF*)
5517 DUMPBIN="$DUMPBIN -symbols"
5518 ;;
5519 *)
5520 DUMPBIN=:
5521 ;;
5522 esac
5523 fi
5524
5525 if test "$DUMPBIN" != ":"; then
5526 NM="$DUMPBIN"
5527 fi
5528 fi
5529 test -z "$NM" && NM=nm
5530
5531
5532
5533
5534
5535
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5537 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5538 if ${lt_cv_nm_interface+:} false; then :
5539 $as_echo_n "(cached) " >&6
5540 else
5541 lt_cv_nm_interface="BSD nm"
5542 echo "int some_variable = 0;" > conftest.$ac_ext
5543 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5544 (eval "$ac_compile" 2>conftest.err)
5545 cat conftest.err >&5
5546 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5547 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5548 cat conftest.err >&5
5549 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5550 cat conftest.out >&5
5551 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5552 lt_cv_nm_interface="MS dumpbin"
5553 fi
5554 rm -f conftest*
5555 fi
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5557 $as_echo "$lt_cv_nm_interface" >&6; }
5558
5559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5560 $as_echo_n "checking whether ln -s works... " >&6; }
5561 LN_S=$as_ln_s
5562 if test "$LN_S" = "ln -s"; then
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5564 $as_echo "yes" >&6; }
5565 else
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5567 $as_echo "no, using $LN_S" >&6; }
5568 fi
5569
5570 # find the maximum length of command line arguments
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5572 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5573 if ${lt_cv_sys_max_cmd_len+:} false; then :
5574 $as_echo_n "(cached) " >&6
5575 else
5576 i=0
5577 teststring="ABCD"
5578
5579 case $build_os in
5580 msdosdjgpp*)
5581 # On DJGPP, this test can blow up pretty badly due to problems in libc
5582 # (any single argument exceeding 2000 bytes causes a buffer overrun
5583 # during glob expansion). Even if it were fixed, the result of this
5584 # check would be larger than it should be.
5585 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5586 ;;
5587
5588 gnu*)
5589 # Under GNU Hurd, this test is not required because there is
5590 # no limit to the length of command line arguments.
5591 # Libtool will interpret -1 as no limit whatsoever
5592 lt_cv_sys_max_cmd_len=-1;
5593 ;;
5594
5595 cygwin* | mingw* | cegcc*)
5596 # On Win9x/ME, this test blows up -- it succeeds, but takes
5597 # about 5 minutes as the teststring grows exponentially.
5598 # Worse, since 9x/ME are not pre-emptively multitasking,
5599 # you end up with a "frozen" computer, even though with patience
5600 # the test eventually succeeds (with a max line length of 256k).
5601 # Instead, let's just punt: use the minimum linelength reported by
5602 # all of the supported platforms: 8192 (on NT/2K/XP).
5603 lt_cv_sys_max_cmd_len=8192;
5604 ;;
5605
5606 mint*)
5607 # On MiNT this can take a long time and run out of memory.
5608 lt_cv_sys_max_cmd_len=8192;
5609 ;;
5610
5611 amigaos*)
5612 # On AmigaOS with pdksh, this test takes hours, literally.
5613 # So we just punt and use a minimum line length of 8192.
5614 lt_cv_sys_max_cmd_len=8192;
5615 ;;
5616
5617 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5618 # This has been around since 386BSD, at least. Likely further.
5619 if test -x /sbin/sysctl; then
5620 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5621 elif test -x /usr/sbin/sysctl; then
5622 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5623 else
5624 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5625 fi
5626 # And add a safety zone
5627 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5628 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5629 ;;
5630
5631 interix*)
5632 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5633 lt_cv_sys_max_cmd_len=196608
5634 ;;
5635
5636 osf*)
5637 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5638 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5639 # nice to cause kernel panics so lets avoid the loop below.
5640 # First set a reasonable default.
5641 lt_cv_sys_max_cmd_len=16384
5642 #
5643 if test -x /sbin/sysconfig; then
5644 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5645 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5646 esac
5647 fi
5648 ;;
5649 sco3.2v5*)
5650 lt_cv_sys_max_cmd_len=102400
5651 ;;
5652 sysv5* | sco5v6* | sysv4.2uw2*)
5653 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5654 if test -n "$kargmax"; then
5655 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5656 else
5657 lt_cv_sys_max_cmd_len=32768
5658 fi
5659 ;;
5660 *)
5661 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5662 if test -n "$lt_cv_sys_max_cmd_len"; then
5663 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5664 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5665 else
5666 # Make teststring a little bigger before we do anything with it.
5667 # a 1K string should be a reasonable start.
5668 for i in 1 2 3 4 5 6 7 8 ; do
5669 teststring=$teststring$teststring
5670 done
5671 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5672 # If test is not a shell built-in, we'll probably end up computing a
5673 # maximum length that is only half of the actual maximum length, but
5674 # we can't tell.
5675 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5676 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5677 test $i != 17 # 1/2 MB should be enough
5678 do
5679 i=`expr $i + 1`
5680 teststring=$teststring$teststring
5681 done
5682 # Only check the string length outside the loop.
5683 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5684 teststring=
5685 # Add a significant safety factor because C++ compilers can tack on
5686 # massive amounts of additional arguments before passing them to the
5687 # linker. It appears as though 1/2 is a usable value.
5688 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5689 fi
5690 ;;
5691 esac
5692
5693 fi
5694
5695 if test -n $lt_cv_sys_max_cmd_len ; then
5696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5697 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5698 else
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5700 $as_echo "none" >&6; }
5701 fi
5702 max_cmd_len=$lt_cv_sys_max_cmd_len
5703
5704
5705
5706
5707
5708
5709 : ${CP="cp -f"}
5710 : ${MV="mv -f"}
5711 : ${RM="rm -f"}
5712
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5714 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5715 # Try some XSI features
5716 xsi_shell=no
5717 ( _lt_dummy="a/b/c"
5718 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5719 = c,a/b,, \
5720 && eval 'test $(( 1 + 1 )) -eq 2 \
5721 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5722 && xsi_shell=yes
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5724 $as_echo "$xsi_shell" >&6; }
5725
5726
5727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5728 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5729 lt_shell_append=no
5730 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5731 >/dev/null 2>&1 \
5732 && lt_shell_append=yes
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5734 $as_echo "$lt_shell_append" >&6; }
5735
5736
5737 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5738 lt_unset=unset
5739 else
5740 lt_unset=false
5741 fi
5742
5743
5744
5745
5746
5747 # test EBCDIC or ASCII
5748 case `echo X|tr X '\101'` in
5749 A) # ASCII based system
5750 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5751 lt_SP2NL='tr \040 \012'
5752 lt_NL2SP='tr \015\012 \040\040'
5753 ;;
5754 *) # EBCDIC based system
5755 lt_SP2NL='tr \100 \n'
5756 lt_NL2SP='tr \r\n \100\100'
5757 ;;
5758 esac
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5769 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5770 if ${lt_cv_ld_reload_flag+:} false; then :
5771 $as_echo_n "(cached) " >&6
5772 else
5773 lt_cv_ld_reload_flag='-r'
5774 fi
5775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5776 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5777 reload_flag=$lt_cv_ld_reload_flag
5778 case $reload_flag in
5779 "" | " "*) ;;
5780 *) reload_flag=" $reload_flag" ;;
5781 esac
5782 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5783 case $host_os in
5784 darwin*)
5785 if test "$GCC" = yes; then
5786 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5787 else
5788 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5789 fi
5790 ;;
5791 esac
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801 if test -n "$ac_tool_prefix"; then
5802 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5803 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5805 $as_echo_n "checking for $ac_word... " >&6; }
5806 if ${ac_cv_prog_OBJDUMP+:} false; then :
5807 $as_echo_n "(cached) " >&6
5808 else
5809 if test -n "$OBJDUMP"; then
5810 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5811 else
5812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5813 for as_dir in $PATH
5814 do
5815 IFS=$as_save_IFS
5816 test -z "$as_dir" && as_dir=.
5817 for ac_exec_ext in '' $ac_executable_extensions; do
5818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5819 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5821 break 2
5822 fi
5823 done
5824 done
5825 IFS=$as_save_IFS
5826
5827 fi
5828 fi
5829 OBJDUMP=$ac_cv_prog_OBJDUMP
5830 if test -n "$OBJDUMP"; then
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5832 $as_echo "$OBJDUMP" >&6; }
5833 else
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5835 $as_echo "no" >&6; }
5836 fi
5837
5838
5839 fi
5840 if test -z "$ac_cv_prog_OBJDUMP"; then
5841 ac_ct_OBJDUMP=$OBJDUMP
5842 # Extract the first word of "objdump", so it can be a program name with args.
5843 set dummy objdump; ac_word=$2
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5845 $as_echo_n "checking for $ac_word... " >&6; }
5846 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5847 $as_echo_n "(cached) " >&6
5848 else
5849 if test -n "$ac_ct_OBJDUMP"; then
5850 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5851 else
5852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5853 for as_dir in $PATH
5854 do
5855 IFS=$as_save_IFS
5856 test -z "$as_dir" && as_dir=.
5857 for ac_exec_ext in '' $ac_executable_extensions; do
5858 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5859 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5861 break 2
5862 fi
5863 done
5864 done
5865 IFS=$as_save_IFS
5866
5867 fi
5868 fi
5869 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5870 if test -n "$ac_ct_OBJDUMP"; then
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5872 $as_echo "$ac_ct_OBJDUMP" >&6; }
5873 else
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5875 $as_echo "no" >&6; }
5876 fi
5877
5878 if test "x$ac_ct_OBJDUMP" = x; then
5879 OBJDUMP="false"
5880 else
5881 case $cross_compiling:$ac_tool_warned in
5882 yes:)
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5884 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5885 ac_tool_warned=yes ;;
5886 esac
5887 OBJDUMP=$ac_ct_OBJDUMP
5888 fi
5889 else
5890 OBJDUMP="$ac_cv_prog_OBJDUMP"
5891 fi
5892
5893 test -z "$OBJDUMP" && OBJDUMP=objdump
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5904 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5905 if ${lt_cv_deplibs_check_method+:} false; then :
5906 $as_echo_n "(cached) " >&6
5907 else
5908 lt_cv_file_magic_cmd='$MAGIC_CMD'
5909 lt_cv_file_magic_test_file=
5910 lt_cv_deplibs_check_method='unknown'
5911 # Need to set the preceding variable on all platforms that support
5912 # interlibrary dependencies.
5913 # 'none' -- dependencies not supported.
5914 # `unknown' -- same as none, but documents that we really don't know.
5915 # 'pass_all' -- all dependencies passed with no checks.
5916 # 'test_compile' -- check by making test program.
5917 # 'file_magic [[regex]]' -- check by looking for files in library path
5918 # which responds to the $file_magic_cmd with a given extended regex.
5919 # If you have `file' or equivalent on your system and you're not sure
5920 # whether `pass_all' will *always* work, you probably want this one.
5921
5922 case $host_os in
5923 aix[4-9]*)
5924 lt_cv_deplibs_check_method=pass_all
5925 ;;
5926
5927 beos*)
5928 lt_cv_deplibs_check_method=pass_all
5929 ;;
5930
5931 bsdi[45]*)
5932 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5933 lt_cv_file_magic_cmd='/usr/bin/file -L'
5934 lt_cv_file_magic_test_file=/shlib/libc.so
5935 ;;
5936
5937 cygwin*)
5938 # func_win32_libid is a shell function defined in ltmain.sh
5939 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5940 lt_cv_file_magic_cmd='func_win32_libid'
5941 ;;
5942
5943 mingw* | pw32*)
5944 # Base MSYS/MinGW do not provide the 'file' command needed by
5945 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5946 # unless we find 'file', for example because we are cross-compiling.
5947 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5948 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5949 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5950 lt_cv_file_magic_cmd='func_win32_libid'
5951 else
5952 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5953 lt_cv_file_magic_cmd='$OBJDUMP -f'
5954 fi
5955 ;;
5956
5957 cegcc*)
5958 # use the weaker test based on 'objdump'. See mingw*.
5959 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5960 lt_cv_file_magic_cmd='$OBJDUMP -f'
5961 ;;
5962
5963 darwin* | rhapsody*)
5964 lt_cv_deplibs_check_method=pass_all
5965 ;;
5966
5967 freebsd* | dragonfly*)
5968 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5969 case $host_cpu in
5970 i*86 )
5971 # Not sure whether the presence of OpenBSD here was a mistake.
5972 # Let's accept both of them until this is cleared up.
5973 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5974 lt_cv_file_magic_cmd=/usr/bin/file
5975 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5976 ;;
5977 esac
5978 else
5979 lt_cv_deplibs_check_method=pass_all
5980 fi
5981 ;;
5982
5983 gnu*)
5984 lt_cv_deplibs_check_method=pass_all
5985 ;;
5986
5987 haiku*)
5988 lt_cv_deplibs_check_method=pass_all
5989 ;;
5990
5991 hpux10.20* | hpux11*)
5992 lt_cv_file_magic_cmd=/usr/bin/file
5993 case $host_cpu in
5994 ia64*)
5995 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5996 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5997 ;;
5998 hppa*64*)
5999 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]'
6000 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6001 ;;
6002 *)
6003 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6004 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6005 ;;
6006 esac
6007 ;;
6008
6009 interix[3-9]*)
6010 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6011 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6012 ;;
6013
6014 irix5* | irix6* | nonstopux*)
6015 case $LD in
6016 *-32|*"-32 ") libmagic=32-bit;;
6017 *-n32|*"-n32 ") libmagic=N32;;
6018 *-64|*"-64 ") libmagic=64-bit;;
6019 *) libmagic=never-match;;
6020 esac
6021 lt_cv_deplibs_check_method=pass_all
6022 ;;
6023
6024 # This must be Linux ELF.
6025 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6026 lt_cv_deplibs_check_method=pass_all
6027 ;;
6028
6029 netbsd*)
6030 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6031 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6032 else
6033 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6034 fi
6035 ;;
6036
6037 newos6*)
6038 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6039 lt_cv_file_magic_cmd=/usr/bin/file
6040 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6041 ;;
6042
6043 *nto* | *qnx*)
6044 lt_cv_deplibs_check_method=pass_all
6045 ;;
6046
6047 openbsd*)
6048 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6049 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6050 else
6051 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6052 fi
6053 ;;
6054
6055 osf3* | osf4* | osf5*)
6056 lt_cv_deplibs_check_method=pass_all
6057 ;;
6058
6059 rdos*)
6060 lt_cv_deplibs_check_method=pass_all
6061 ;;
6062
6063 solaris*)
6064 lt_cv_deplibs_check_method=pass_all
6065 ;;
6066
6067 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6068 lt_cv_deplibs_check_method=pass_all
6069 ;;
6070
6071 sysv4 | sysv4.3*)
6072 case $host_vendor in
6073 motorola)
6074 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]'
6075 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6076 ;;
6077 ncr)
6078 lt_cv_deplibs_check_method=pass_all
6079 ;;
6080 sequent)
6081 lt_cv_file_magic_cmd='/bin/file'
6082 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6083 ;;
6084 sni)
6085 lt_cv_file_magic_cmd='/bin/file'
6086 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6087 lt_cv_file_magic_test_file=/lib/libc.so
6088 ;;
6089 siemens)
6090 lt_cv_deplibs_check_method=pass_all
6091 ;;
6092 pc)
6093 lt_cv_deplibs_check_method=pass_all
6094 ;;
6095 esac
6096 ;;
6097
6098 tpf*)
6099 lt_cv_deplibs_check_method=pass_all
6100 ;;
6101 esac
6102
6103 fi
6104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6105 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6106 file_magic_cmd=$lt_cv_file_magic_cmd
6107 deplibs_check_method=$lt_cv_deplibs_check_method
6108 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121 plugin_option=
6122 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6123 for plugin in $plugin_names; do
6124 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6125 if test x$plugin_so = x$plugin; then
6126 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6127 fi
6128 if test x$plugin_so != x$plugin; then
6129 plugin_option="--plugin $plugin_so"
6130 break
6131 fi
6132 done
6133
6134 if test -n "$ac_tool_prefix"; then
6135 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6136 set dummy ${ac_tool_prefix}ar; ac_word=$2
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6138 $as_echo_n "checking for $ac_word... " >&6; }
6139 if ${ac_cv_prog_AR+:} false; then :
6140 $as_echo_n "(cached) " >&6
6141 else
6142 if test -n "$AR"; then
6143 ac_cv_prog_AR="$AR" # Let the user override the test.
6144 else
6145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6146 for as_dir in $PATH
6147 do
6148 IFS=$as_save_IFS
6149 test -z "$as_dir" && as_dir=.
6150 for ac_exec_ext in '' $ac_executable_extensions; do
6151 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6152 ac_cv_prog_AR="${ac_tool_prefix}ar"
6153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6154 break 2
6155 fi
6156 done
6157 done
6158 IFS=$as_save_IFS
6159
6160 fi
6161 fi
6162 AR=$ac_cv_prog_AR
6163 if test -n "$AR"; then
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6165 $as_echo "$AR" >&6; }
6166 else
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6168 $as_echo "no" >&6; }
6169 fi
6170
6171
6172 fi
6173 if test -z "$ac_cv_prog_AR"; then
6174 ac_ct_AR=$AR
6175 # Extract the first word of "ar", so it can be a program name with args.
6176 set dummy ar; ac_word=$2
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6178 $as_echo_n "checking for $ac_word... " >&6; }
6179 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6180 $as_echo_n "(cached) " >&6
6181 else
6182 if test -n "$ac_ct_AR"; then
6183 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6184 else
6185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6186 for as_dir in $PATH
6187 do
6188 IFS=$as_save_IFS
6189 test -z "$as_dir" && as_dir=.
6190 for ac_exec_ext in '' $ac_executable_extensions; do
6191 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6192 ac_cv_prog_ac_ct_AR="ar"
6193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6194 break 2
6195 fi
6196 done
6197 done
6198 IFS=$as_save_IFS
6199
6200 fi
6201 fi
6202 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6203 if test -n "$ac_ct_AR"; then
6204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6205 $as_echo "$ac_ct_AR" >&6; }
6206 else
6207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6208 $as_echo "no" >&6; }
6209 fi
6210
6211 if test "x$ac_ct_AR" = x; then
6212 AR="false"
6213 else
6214 case $cross_compiling:$ac_tool_warned in
6215 yes:)
6216 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6217 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6218 ac_tool_warned=yes ;;
6219 esac
6220 AR=$ac_ct_AR
6221 fi
6222 else
6223 AR="$ac_cv_prog_AR"
6224 fi
6225
6226 test -z "$AR" && AR=ar
6227 if test -n "$plugin_option"; then
6228 if $AR --help 2>&1 | grep -q "\--plugin"; then
6229 touch conftest.c
6230 $AR $plugin_option rc conftest.a conftest.c
6231 if test "$?" != 0; then
6232 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6233 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6234 else
6235 AR="$AR $plugin_option"
6236 fi
6237 rm -f conftest.*
6238 fi
6239 fi
6240 test -z "$AR_FLAGS" && AR_FLAGS=cru
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252 if test -n "$ac_tool_prefix"; then
6253 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6254 set dummy ${ac_tool_prefix}strip; ac_word=$2
6255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6256 $as_echo_n "checking for $ac_word... " >&6; }
6257 if ${ac_cv_prog_STRIP+:} false; then :
6258 $as_echo_n "(cached) " >&6
6259 else
6260 if test -n "$STRIP"; then
6261 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6262 else
6263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6264 for as_dir in $PATH
6265 do
6266 IFS=$as_save_IFS
6267 test -z "$as_dir" && as_dir=.
6268 for ac_exec_ext in '' $ac_executable_extensions; do
6269 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6270 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6272 break 2
6273 fi
6274 done
6275 done
6276 IFS=$as_save_IFS
6277
6278 fi
6279 fi
6280 STRIP=$ac_cv_prog_STRIP
6281 if test -n "$STRIP"; then
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6283 $as_echo "$STRIP" >&6; }
6284 else
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6286 $as_echo "no" >&6; }
6287 fi
6288
6289
6290 fi
6291 if test -z "$ac_cv_prog_STRIP"; then
6292 ac_ct_STRIP=$STRIP
6293 # Extract the first word of "strip", so it can be a program name with args.
6294 set dummy strip; ac_word=$2
6295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6296 $as_echo_n "checking for $ac_word... " >&6; }
6297 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6298 $as_echo_n "(cached) " >&6
6299 else
6300 if test -n "$ac_ct_STRIP"; then
6301 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6302 else
6303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6304 for as_dir in $PATH
6305 do
6306 IFS=$as_save_IFS
6307 test -z "$as_dir" && as_dir=.
6308 for ac_exec_ext in '' $ac_executable_extensions; do
6309 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6310 ac_cv_prog_ac_ct_STRIP="strip"
6311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6312 break 2
6313 fi
6314 done
6315 done
6316 IFS=$as_save_IFS
6317
6318 fi
6319 fi
6320 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6321 if test -n "$ac_ct_STRIP"; then
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6323 $as_echo "$ac_ct_STRIP" >&6; }
6324 else
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6326 $as_echo "no" >&6; }
6327 fi
6328
6329 if test "x$ac_ct_STRIP" = x; then
6330 STRIP=":"
6331 else
6332 case $cross_compiling:$ac_tool_warned in
6333 yes:)
6334 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6335 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6336 ac_tool_warned=yes ;;
6337 esac
6338 STRIP=$ac_ct_STRIP
6339 fi
6340 else
6341 STRIP="$ac_cv_prog_STRIP"
6342 fi
6343
6344 test -z "$STRIP" && STRIP=:
6345
6346
6347
6348
6349
6350
6351 if test -n "$ac_tool_prefix"; then
6352 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6353 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6355 $as_echo_n "checking for $ac_word... " >&6; }
6356 if ${ac_cv_prog_RANLIB+:} false; then :
6357 $as_echo_n "(cached) " >&6
6358 else
6359 if test -n "$RANLIB"; then
6360 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6361 else
6362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6363 for as_dir in $PATH
6364 do
6365 IFS=$as_save_IFS
6366 test -z "$as_dir" && as_dir=.
6367 for ac_exec_ext in '' $ac_executable_extensions; do
6368 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6369 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6371 break 2
6372 fi
6373 done
6374 done
6375 IFS=$as_save_IFS
6376
6377 fi
6378 fi
6379 RANLIB=$ac_cv_prog_RANLIB
6380 if test -n "$RANLIB"; then
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6382 $as_echo "$RANLIB" >&6; }
6383 else
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6385 $as_echo "no" >&6; }
6386 fi
6387
6388
6389 fi
6390 if test -z "$ac_cv_prog_RANLIB"; then
6391 ac_ct_RANLIB=$RANLIB
6392 # Extract the first word of "ranlib", so it can be a program name with args.
6393 set dummy ranlib; ac_word=$2
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6395 $as_echo_n "checking for $ac_word... " >&6; }
6396 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6397 $as_echo_n "(cached) " >&6
6398 else
6399 if test -n "$ac_ct_RANLIB"; then
6400 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6401 else
6402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6403 for as_dir in $PATH
6404 do
6405 IFS=$as_save_IFS
6406 test -z "$as_dir" && as_dir=.
6407 for ac_exec_ext in '' $ac_executable_extensions; do
6408 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6409 ac_cv_prog_ac_ct_RANLIB="ranlib"
6410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6411 break 2
6412 fi
6413 done
6414 done
6415 IFS=$as_save_IFS
6416
6417 fi
6418 fi
6419 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6420 if test -n "$ac_ct_RANLIB"; then
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6422 $as_echo "$ac_ct_RANLIB" >&6; }
6423 else
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6425 $as_echo "no" >&6; }
6426 fi
6427
6428 if test "x$ac_ct_RANLIB" = x; then
6429 RANLIB=":"
6430 else
6431 case $cross_compiling:$ac_tool_warned in
6432 yes:)
6433 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6434 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6435 ac_tool_warned=yes ;;
6436 esac
6437 RANLIB=$ac_ct_RANLIB
6438 fi
6439 else
6440 RANLIB="$ac_cv_prog_RANLIB"
6441 fi
6442
6443 test -z "$RANLIB" && RANLIB=:
6444 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6445 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6446 RANLIB="$RANLIB $plugin_option"
6447 fi
6448 fi
6449
6450
6451
6452
6453
6454
6455 # Determine commands to create old-style static archives.
6456 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6457 old_postinstall_cmds='chmod 644 $oldlib'
6458 old_postuninstall_cmds=
6459
6460 if test -n "$RANLIB"; then
6461 case $host_os in
6462 openbsd*)
6463 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6464 ;;
6465 *)
6466 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6467 ;;
6468 esac
6469 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6470 fi
6471
6472 case $host_os in
6473 darwin*)
6474 lock_old_archive_extraction=yes ;;
6475 *)
6476 lock_old_archive_extraction=no ;;
6477 esac
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517 # If no C compiler was specified, use CC.
6518 LTCC=${LTCC-"$CC"}
6519
6520 # If no C compiler flags were specified, use CFLAGS.
6521 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6522
6523 # Allow CC to be a program name with arguments.
6524 compiler=$CC
6525
6526
6527 # Check for command to grab the raw symbol name followed by C symbol from nm.
6528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6529 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6530 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6531 $as_echo_n "(cached) " >&6
6532 else
6533
6534 # These are sane defaults that work on at least a few old systems.
6535 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6536
6537 # Character class describing NM global symbol codes.
6538 symcode='[BCDEGRST]'
6539
6540 # Regexp to match symbols that can be accessed directly from C.
6541 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6542
6543 # Define system-specific variables.
6544 case $host_os in
6545 aix*)
6546 symcode='[BCDT]'
6547 ;;
6548 cygwin* | mingw* | pw32* | cegcc*)
6549 symcode='[ABCDGISTW]'
6550 ;;
6551 hpux*)
6552 if test "$host_cpu" = ia64; then
6553 symcode='[ABCDEGRST]'
6554 fi
6555 ;;
6556 irix* | nonstopux*)
6557 symcode='[BCDEGRST]'
6558 ;;
6559 osf*)
6560 symcode='[BCDEGQRST]'
6561 ;;
6562 solaris*)
6563 symcode='[BDRT]'
6564 ;;
6565 sco3.2v5*)
6566 symcode='[DT]'
6567 ;;
6568 sysv4.2uw2*)
6569 symcode='[DT]'
6570 ;;
6571 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6572 symcode='[ABDT]'
6573 ;;
6574 sysv4)
6575 symcode='[DFNSTU]'
6576 ;;
6577 esac
6578
6579 # If we're using GNU nm, then use its standard symbol codes.
6580 case `$NM -V 2>&1` in
6581 *GNU* | *'with BFD'*)
6582 symcode='[ABCDGIRSTW]' ;;
6583 esac
6584
6585 # Transform an extracted symbol line into a proper C declaration.
6586 # Some systems (esp. on ia64) link data and code symbols differently,
6587 # so use this general approach.
6588 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6589
6590 # Transform an extracted symbol line into symbol name and symbol address
6591 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6592 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'"
6593
6594 # Handle CRLF in mingw tool chain
6595 opt_cr=
6596 case $build_os in
6597 mingw*)
6598 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6599 ;;
6600 esac
6601
6602 # Try without a prefix underscore, then with it.
6603 for ac_symprfx in "" "_"; do
6604
6605 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6606 symxfrm="\\1 $ac_symprfx\\2 \\2"
6607
6608 # Write the raw and C identifiers.
6609 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6610 # Fake it for dumpbin and say T for any non-static function
6611 # and D for any global variable.
6612 # Also find C++ and __fastcall symbols from MSVC++,
6613 # which start with @ or ?.
6614 lt_cv_sys_global_symbol_pipe="$AWK '"\
6615 " {last_section=section; section=\$ 3};"\
6616 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6617 " \$ 0!~/External *\|/{next};"\
6618 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6619 " {if(hide[section]) next};"\
6620 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6621 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6622 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6623 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6624 " ' prfx=^$ac_symprfx"
6625 else
6626 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6627 fi
6628
6629 # Check to see that the pipe works correctly.
6630 pipe_works=no
6631
6632 rm -f conftest*
6633 cat > conftest.$ac_ext <<_LT_EOF
6634 #ifdef __cplusplus
6635 extern "C" {
6636 #endif
6637 char nm_test_var;
6638 void nm_test_func(void);
6639 void nm_test_func(void){}
6640 #ifdef __cplusplus
6641 }
6642 #endif
6643 int main(){nm_test_var='a';nm_test_func();return(0);}
6644 _LT_EOF
6645
6646 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6647 (eval $ac_compile) 2>&5
6648 ac_status=$?
6649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6650 test $ac_status = 0; }; then
6651 # Now try to grab the symbols.
6652 nlist=conftest.nm
6653 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6654 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6655 ac_status=$?
6656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6657 test $ac_status = 0; } && test -s "$nlist"; then
6658 # Try sorting and uniquifying the output.
6659 if sort "$nlist" | uniq > "$nlist"T; then
6660 mv -f "$nlist"T "$nlist"
6661 else
6662 rm -f "$nlist"T
6663 fi
6664
6665 # Make sure that we snagged all the symbols we need.
6666 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6667 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6668 cat <<_LT_EOF > conftest.$ac_ext
6669 #ifdef __cplusplus
6670 extern "C" {
6671 #endif
6672
6673 _LT_EOF
6674 # Now generate the symbol file.
6675 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6676
6677 cat <<_LT_EOF >> conftest.$ac_ext
6678
6679 /* The mapping between symbol names and symbols. */
6680 const struct {
6681 const char *name;
6682 void *address;
6683 }
6684 lt__PROGRAM__LTX_preloaded_symbols[] =
6685 {
6686 { "@PROGRAM@", (void *) 0 },
6687 _LT_EOF
6688 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6689 cat <<\_LT_EOF >> conftest.$ac_ext
6690 {0, (void *) 0}
6691 };
6692
6693 /* This works around a problem in FreeBSD linker */
6694 #ifdef FREEBSD_WORKAROUND
6695 static const void *lt_preloaded_setup() {
6696 return lt__PROGRAM__LTX_preloaded_symbols;
6697 }
6698 #endif
6699
6700 #ifdef __cplusplus
6701 }
6702 #endif
6703 _LT_EOF
6704 # Now try linking the two files.
6705 mv conftest.$ac_objext conftstm.$ac_objext
6706 lt_save_LIBS="$LIBS"
6707 lt_save_CFLAGS="$CFLAGS"
6708 LIBS="conftstm.$ac_objext"
6709 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6710 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6711 (eval $ac_link) 2>&5
6712 ac_status=$?
6713 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6714 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6715 pipe_works=yes
6716 fi
6717 LIBS="$lt_save_LIBS"
6718 CFLAGS="$lt_save_CFLAGS"
6719 else
6720 echo "cannot find nm_test_func in $nlist" >&5
6721 fi
6722 else
6723 echo "cannot find nm_test_var in $nlist" >&5
6724 fi
6725 else
6726 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6727 fi
6728 else
6729 echo "$progname: failed program was:" >&5
6730 cat conftest.$ac_ext >&5
6731 fi
6732 rm -rf conftest* conftst*
6733
6734 # Do not use the global_symbol_pipe unless it works.
6735 if test "$pipe_works" = yes; then
6736 break
6737 else
6738 lt_cv_sys_global_symbol_pipe=
6739 fi
6740 done
6741
6742 fi
6743
6744 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6745 lt_cv_sys_global_symbol_to_cdecl=
6746 fi
6747 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6749 $as_echo "failed" >&6; }
6750 else
6751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6752 $as_echo "ok" >&6; }
6753 fi
6754
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776 # Check whether --enable-libtool-lock was given.
6777 if test "${enable_libtool_lock+set}" = set; then :
6778 enableval=$enable_libtool_lock;
6779 fi
6780
6781 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6782
6783 # Some flags need to be propagated to the compiler or linker for good
6784 # libtool support.
6785 case $host in
6786 ia64-*-hpux*)
6787 # Find out which ABI we are using.
6788 echo 'int i;' > conftest.$ac_ext
6789 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6790 (eval $ac_compile) 2>&5
6791 ac_status=$?
6792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6793 test $ac_status = 0; }; then
6794 case `/usr/bin/file conftest.$ac_objext` in
6795 *ELF-32*)
6796 HPUX_IA64_MODE="32"
6797 ;;
6798 *ELF-64*)
6799 HPUX_IA64_MODE="64"
6800 ;;
6801 esac
6802 fi
6803 rm -rf conftest*
6804 ;;
6805 *-*-irix6*)
6806 # Find out which ABI we are using.
6807 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6808 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6809 (eval $ac_compile) 2>&5
6810 ac_status=$?
6811 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6812 test $ac_status = 0; }; then
6813 if test "$lt_cv_prog_gnu_ld" = yes; then
6814 case `/usr/bin/file conftest.$ac_objext` in
6815 *32-bit*)
6816 LD="${LD-ld} -melf32bsmip"
6817 ;;
6818 *N32*)
6819 LD="${LD-ld} -melf32bmipn32"
6820 ;;
6821 *64-bit*)
6822 LD="${LD-ld} -melf64bmip"
6823 ;;
6824 esac
6825 else
6826 case `/usr/bin/file conftest.$ac_objext` in
6827 *32-bit*)
6828 LD="${LD-ld} -32"
6829 ;;
6830 *N32*)
6831 LD="${LD-ld} -n32"
6832 ;;
6833 *64-bit*)
6834 LD="${LD-ld} -64"
6835 ;;
6836 esac
6837 fi
6838 fi
6839 rm -rf conftest*
6840 ;;
6841
6842 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6843 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6844 # Find out which ABI we are using.
6845 echo 'int i;' > conftest.$ac_ext
6846 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6847 (eval $ac_compile) 2>&5
6848 ac_status=$?
6849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6850 test $ac_status = 0; }; then
6851 case `/usr/bin/file conftest.o` in
6852 *32-bit*)
6853 case $host in
6854 x86_64-*kfreebsd*-gnu)
6855 LD="${LD-ld} -m elf_i386_fbsd"
6856 ;;
6857 x86_64-*linux*)
6858 case `/usr/bin/file conftest.o` in
6859 *x86-64*)
6860 LD="${LD-ld} -m elf32_x86_64"
6861 ;;
6862 *)
6863 LD="${LD-ld} -m elf_i386"
6864 ;;
6865 esac
6866 ;;
6867 powerpc64le-*linux*)
6868 LD="${LD-ld} -m elf32lppclinux"
6869 ;;
6870 powerpc64-*linux*)
6871 LD="${LD-ld} -m elf32ppclinux"
6872 ;;
6873 s390x-*linux*)
6874 LD="${LD-ld} -m elf_s390"
6875 ;;
6876 sparc64-*linux*)
6877 LD="${LD-ld} -m elf32_sparc"
6878 ;;
6879 esac
6880 ;;
6881 *64-bit*)
6882 case $host in
6883 x86_64-*kfreebsd*-gnu)
6884 LD="${LD-ld} -m elf_x86_64_fbsd"
6885 ;;
6886 x86_64-*linux*)
6887 LD="${LD-ld} -m elf_x86_64"
6888 ;;
6889 powerpcle-*linux*)
6890 LD="${LD-ld} -m elf64lppc"
6891 ;;
6892 powerpc-*linux*)
6893 LD="${LD-ld} -m elf64ppc"
6894 ;;
6895 s390*-*linux*|s390*-*tpf*)
6896 LD="${LD-ld} -m elf64_s390"
6897 ;;
6898 sparc*-*linux*)
6899 LD="${LD-ld} -m elf64_sparc"
6900 ;;
6901 esac
6902 ;;
6903 esac
6904 fi
6905 rm -rf conftest*
6906 ;;
6907
6908 *-*-sco3.2v5*)
6909 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6910 SAVE_CFLAGS="$CFLAGS"
6911 CFLAGS="$CFLAGS -belf"
6912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6913 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6914 if ${lt_cv_cc_needs_belf+:} false; then :
6915 $as_echo_n "(cached) " >&6
6916 else
6917 ac_ext=c
6918 ac_cpp='$CPP $CPPFLAGS'
6919 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6920 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6921 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6922
6923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6924 /* end confdefs.h. */
6925
6926 int
6927 main ()
6928 {
6929
6930 ;
6931 return 0;
6932 }
6933 _ACEOF
6934 if ac_fn_c_try_link "$LINENO"; then :
6935 lt_cv_cc_needs_belf=yes
6936 else
6937 lt_cv_cc_needs_belf=no
6938 fi
6939 rm -f core conftest.err conftest.$ac_objext \
6940 conftest$ac_exeext conftest.$ac_ext
6941 ac_ext=c
6942 ac_cpp='$CPP $CPPFLAGS'
6943 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6944 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6945 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6946
6947 fi
6948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6949 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6950 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6951 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6952 CFLAGS="$SAVE_CFLAGS"
6953 fi
6954 ;;
6955 sparc*-*solaris*)
6956 # Find out which ABI we are using.
6957 echo 'int i;' > conftest.$ac_ext
6958 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6959 (eval $ac_compile) 2>&5
6960 ac_status=$?
6961 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6962 test $ac_status = 0; }; then
6963 case `/usr/bin/file conftest.o` in
6964 *64-bit*)
6965 case $lt_cv_prog_gnu_ld in
6966 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6967 *)
6968 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6969 LD="${LD-ld} -64"
6970 fi
6971 ;;
6972 esac
6973 ;;
6974 esac
6975 fi
6976 rm -rf conftest*
6977 ;;
6978 esac
6979
6980 need_locks="$enable_libtool_lock"
6981
6982
6983 case $host_os in
6984 rhapsody* | darwin*)
6985 if test -n "$ac_tool_prefix"; then
6986 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6987 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6989 $as_echo_n "checking for $ac_word... " >&6; }
6990 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6991 $as_echo_n "(cached) " >&6
6992 else
6993 if test -n "$DSYMUTIL"; then
6994 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6995 else
6996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6997 for as_dir in $PATH
6998 do
6999 IFS=$as_save_IFS
7000 test -z "$as_dir" && as_dir=.
7001 for ac_exec_ext in '' $ac_executable_extensions; do
7002 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7003 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7005 break 2
7006 fi
7007 done
7008 done
7009 IFS=$as_save_IFS
7010
7011 fi
7012 fi
7013 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7014 if test -n "$DSYMUTIL"; then
7015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7016 $as_echo "$DSYMUTIL" >&6; }
7017 else
7018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7019 $as_echo "no" >&6; }
7020 fi
7021
7022
7023 fi
7024 if test -z "$ac_cv_prog_DSYMUTIL"; then
7025 ac_ct_DSYMUTIL=$DSYMUTIL
7026 # Extract the first word of "dsymutil", so it can be a program name with args.
7027 set dummy dsymutil; ac_word=$2
7028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7029 $as_echo_n "checking for $ac_word... " >&6; }
7030 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7031 $as_echo_n "(cached) " >&6
7032 else
7033 if test -n "$ac_ct_DSYMUTIL"; then
7034 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7035 else
7036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7037 for as_dir in $PATH
7038 do
7039 IFS=$as_save_IFS
7040 test -z "$as_dir" && as_dir=.
7041 for ac_exec_ext in '' $ac_executable_extensions; do
7042 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7043 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7045 break 2
7046 fi
7047 done
7048 done
7049 IFS=$as_save_IFS
7050
7051 fi
7052 fi
7053 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7054 if test -n "$ac_ct_DSYMUTIL"; then
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7056 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7057 else
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7059 $as_echo "no" >&6; }
7060 fi
7061
7062 if test "x$ac_ct_DSYMUTIL" = x; then
7063 DSYMUTIL=":"
7064 else
7065 case $cross_compiling:$ac_tool_warned in
7066 yes:)
7067 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7068 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7069 ac_tool_warned=yes ;;
7070 esac
7071 DSYMUTIL=$ac_ct_DSYMUTIL
7072 fi
7073 else
7074 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7075 fi
7076
7077 if test -n "$ac_tool_prefix"; then
7078 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7079 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7081 $as_echo_n "checking for $ac_word... " >&6; }
7082 if ${ac_cv_prog_NMEDIT+:} false; then :
7083 $as_echo_n "(cached) " >&6
7084 else
7085 if test -n "$NMEDIT"; then
7086 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7087 else
7088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7089 for as_dir in $PATH
7090 do
7091 IFS=$as_save_IFS
7092 test -z "$as_dir" && as_dir=.
7093 for ac_exec_ext in '' $ac_executable_extensions; do
7094 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7095 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7097 break 2
7098 fi
7099 done
7100 done
7101 IFS=$as_save_IFS
7102
7103 fi
7104 fi
7105 NMEDIT=$ac_cv_prog_NMEDIT
7106 if test -n "$NMEDIT"; then
7107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7108 $as_echo "$NMEDIT" >&6; }
7109 else
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7111 $as_echo "no" >&6; }
7112 fi
7113
7114
7115 fi
7116 if test -z "$ac_cv_prog_NMEDIT"; then
7117 ac_ct_NMEDIT=$NMEDIT
7118 # Extract the first word of "nmedit", so it can be a program name with args.
7119 set dummy nmedit; ac_word=$2
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7121 $as_echo_n "checking for $ac_word... " >&6; }
7122 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7123 $as_echo_n "(cached) " >&6
7124 else
7125 if test -n "$ac_ct_NMEDIT"; then
7126 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7127 else
7128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7129 for as_dir in $PATH
7130 do
7131 IFS=$as_save_IFS
7132 test -z "$as_dir" && as_dir=.
7133 for ac_exec_ext in '' $ac_executable_extensions; do
7134 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7135 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7137 break 2
7138 fi
7139 done
7140 done
7141 IFS=$as_save_IFS
7142
7143 fi
7144 fi
7145 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7146 if test -n "$ac_ct_NMEDIT"; then
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7148 $as_echo "$ac_ct_NMEDIT" >&6; }
7149 else
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7151 $as_echo "no" >&6; }
7152 fi
7153
7154 if test "x$ac_ct_NMEDIT" = x; then
7155 NMEDIT=":"
7156 else
7157 case $cross_compiling:$ac_tool_warned in
7158 yes:)
7159 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7160 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7161 ac_tool_warned=yes ;;
7162 esac
7163 NMEDIT=$ac_ct_NMEDIT
7164 fi
7165 else
7166 NMEDIT="$ac_cv_prog_NMEDIT"
7167 fi
7168
7169 if test -n "$ac_tool_prefix"; then
7170 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7171 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7173 $as_echo_n "checking for $ac_word... " >&6; }
7174 if ${ac_cv_prog_LIPO+:} false; then :
7175 $as_echo_n "(cached) " >&6
7176 else
7177 if test -n "$LIPO"; then
7178 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7179 else
7180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7181 for as_dir in $PATH
7182 do
7183 IFS=$as_save_IFS
7184 test -z "$as_dir" && as_dir=.
7185 for ac_exec_ext in '' $ac_executable_extensions; do
7186 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7187 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7189 break 2
7190 fi
7191 done
7192 done
7193 IFS=$as_save_IFS
7194
7195 fi
7196 fi
7197 LIPO=$ac_cv_prog_LIPO
7198 if test -n "$LIPO"; then
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7200 $as_echo "$LIPO" >&6; }
7201 else
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7203 $as_echo "no" >&6; }
7204 fi
7205
7206
7207 fi
7208 if test -z "$ac_cv_prog_LIPO"; then
7209 ac_ct_LIPO=$LIPO
7210 # Extract the first word of "lipo", so it can be a program name with args.
7211 set dummy lipo; ac_word=$2
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7213 $as_echo_n "checking for $ac_word... " >&6; }
7214 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7215 $as_echo_n "(cached) " >&6
7216 else
7217 if test -n "$ac_ct_LIPO"; then
7218 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7219 else
7220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7221 for as_dir in $PATH
7222 do
7223 IFS=$as_save_IFS
7224 test -z "$as_dir" && as_dir=.
7225 for ac_exec_ext in '' $ac_executable_extensions; do
7226 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7227 ac_cv_prog_ac_ct_LIPO="lipo"
7228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7229 break 2
7230 fi
7231 done
7232 done
7233 IFS=$as_save_IFS
7234
7235 fi
7236 fi
7237 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7238 if test -n "$ac_ct_LIPO"; then
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7240 $as_echo "$ac_ct_LIPO" >&6; }
7241 else
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7243 $as_echo "no" >&6; }
7244 fi
7245
7246 if test "x$ac_ct_LIPO" = x; then
7247 LIPO=":"
7248 else
7249 case $cross_compiling:$ac_tool_warned in
7250 yes:)
7251 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7252 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7253 ac_tool_warned=yes ;;
7254 esac
7255 LIPO=$ac_ct_LIPO
7256 fi
7257 else
7258 LIPO="$ac_cv_prog_LIPO"
7259 fi
7260
7261 if test -n "$ac_tool_prefix"; then
7262 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7263 set dummy ${ac_tool_prefix}otool; ac_word=$2
7264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7265 $as_echo_n "checking for $ac_word... " >&6; }
7266 if ${ac_cv_prog_OTOOL+:} false; then :
7267 $as_echo_n "(cached) " >&6
7268 else
7269 if test -n "$OTOOL"; then
7270 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7271 else
7272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7273 for as_dir in $PATH
7274 do
7275 IFS=$as_save_IFS
7276 test -z "$as_dir" && as_dir=.
7277 for ac_exec_ext in '' $ac_executable_extensions; do
7278 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7279 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7281 break 2
7282 fi
7283 done
7284 done
7285 IFS=$as_save_IFS
7286
7287 fi
7288 fi
7289 OTOOL=$ac_cv_prog_OTOOL
7290 if test -n "$OTOOL"; then
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7292 $as_echo "$OTOOL" >&6; }
7293 else
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7295 $as_echo "no" >&6; }
7296 fi
7297
7298
7299 fi
7300 if test -z "$ac_cv_prog_OTOOL"; then
7301 ac_ct_OTOOL=$OTOOL
7302 # Extract the first word of "otool", so it can be a program name with args.
7303 set dummy otool; ac_word=$2
7304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7305 $as_echo_n "checking for $ac_word... " >&6; }
7306 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7307 $as_echo_n "(cached) " >&6
7308 else
7309 if test -n "$ac_ct_OTOOL"; then
7310 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7311 else
7312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7313 for as_dir in $PATH
7314 do
7315 IFS=$as_save_IFS
7316 test -z "$as_dir" && as_dir=.
7317 for ac_exec_ext in '' $ac_executable_extensions; do
7318 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7319 ac_cv_prog_ac_ct_OTOOL="otool"
7320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7321 break 2
7322 fi
7323 done
7324 done
7325 IFS=$as_save_IFS
7326
7327 fi
7328 fi
7329 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7330 if test -n "$ac_ct_OTOOL"; then
7331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7332 $as_echo "$ac_ct_OTOOL" >&6; }
7333 else
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7335 $as_echo "no" >&6; }
7336 fi
7337
7338 if test "x$ac_ct_OTOOL" = x; then
7339 OTOOL=":"
7340 else
7341 case $cross_compiling:$ac_tool_warned in
7342 yes:)
7343 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7344 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7345 ac_tool_warned=yes ;;
7346 esac
7347 OTOOL=$ac_ct_OTOOL
7348 fi
7349 else
7350 OTOOL="$ac_cv_prog_OTOOL"
7351 fi
7352
7353 if test -n "$ac_tool_prefix"; then
7354 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7355 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7357 $as_echo_n "checking for $ac_word... " >&6; }
7358 if ${ac_cv_prog_OTOOL64+:} false; then :
7359 $as_echo_n "(cached) " >&6
7360 else
7361 if test -n "$OTOOL64"; then
7362 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7363 else
7364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7365 for as_dir in $PATH
7366 do
7367 IFS=$as_save_IFS
7368 test -z "$as_dir" && as_dir=.
7369 for ac_exec_ext in '' $ac_executable_extensions; do
7370 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7371 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7372 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7373 break 2
7374 fi
7375 done
7376 done
7377 IFS=$as_save_IFS
7378
7379 fi
7380 fi
7381 OTOOL64=$ac_cv_prog_OTOOL64
7382 if test -n "$OTOOL64"; then
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7384 $as_echo "$OTOOL64" >&6; }
7385 else
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7387 $as_echo "no" >&6; }
7388 fi
7389
7390
7391 fi
7392 if test -z "$ac_cv_prog_OTOOL64"; then
7393 ac_ct_OTOOL64=$OTOOL64
7394 # Extract the first word of "otool64", so it can be a program name with args.
7395 set dummy otool64; ac_word=$2
7396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7397 $as_echo_n "checking for $ac_word... " >&6; }
7398 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7399 $as_echo_n "(cached) " >&6
7400 else
7401 if test -n "$ac_ct_OTOOL64"; then
7402 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7403 else
7404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7405 for as_dir in $PATH
7406 do
7407 IFS=$as_save_IFS
7408 test -z "$as_dir" && as_dir=.
7409 for ac_exec_ext in '' $ac_executable_extensions; do
7410 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7411 ac_cv_prog_ac_ct_OTOOL64="otool64"
7412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7413 break 2
7414 fi
7415 done
7416 done
7417 IFS=$as_save_IFS
7418
7419 fi
7420 fi
7421 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7422 if test -n "$ac_ct_OTOOL64"; then
7423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7424 $as_echo "$ac_ct_OTOOL64" >&6; }
7425 else
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7427 $as_echo "no" >&6; }
7428 fi
7429
7430 if test "x$ac_ct_OTOOL64" = x; then
7431 OTOOL64=":"
7432 else
7433 case $cross_compiling:$ac_tool_warned in
7434 yes:)
7435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7436 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7437 ac_tool_warned=yes ;;
7438 esac
7439 OTOOL64=$ac_ct_OTOOL64
7440 fi
7441 else
7442 OTOOL64="$ac_cv_prog_OTOOL64"
7443 fi
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7472 $as_echo_n "checking for -single_module linker flag... " >&6; }
7473 if ${lt_cv_apple_cc_single_mod+:} false; then :
7474 $as_echo_n "(cached) " >&6
7475 else
7476 lt_cv_apple_cc_single_mod=no
7477 if test -z "${LT_MULTI_MODULE}"; then
7478 # By default we will add the -single_module flag. You can override
7479 # by either setting the environment variable LT_MULTI_MODULE
7480 # non-empty at configure time, or by adding -multi_module to the
7481 # link flags.
7482 rm -rf libconftest.dylib*
7483 echo "int foo(void){return 1;}" > conftest.c
7484 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7485 -dynamiclib -Wl,-single_module conftest.c" >&5
7486 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7487 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7488 _lt_result=$?
7489 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7490 lt_cv_apple_cc_single_mod=yes
7491 else
7492 cat conftest.err >&5
7493 fi
7494 rm -rf libconftest.dylib*
7495 rm -f conftest.*
7496 fi
7497 fi
7498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7499 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7501 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7502 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7503 $as_echo_n "(cached) " >&6
7504 else
7505 lt_cv_ld_exported_symbols_list=no
7506 save_LDFLAGS=$LDFLAGS
7507 echo "_main" > conftest.sym
7508 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7510 /* end confdefs.h. */
7511
7512 int
7513 main ()
7514 {
7515
7516 ;
7517 return 0;
7518 }
7519 _ACEOF
7520 if ac_fn_c_try_link "$LINENO"; then :
7521 lt_cv_ld_exported_symbols_list=yes
7522 else
7523 lt_cv_ld_exported_symbols_list=no
7524 fi
7525 rm -f core conftest.err conftest.$ac_objext \
7526 conftest$ac_exeext conftest.$ac_ext
7527 LDFLAGS="$save_LDFLAGS"
7528
7529 fi
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7531 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7533 $as_echo_n "checking for -force_load linker flag... " >&6; }
7534 if ${lt_cv_ld_force_load+:} false; then :
7535 $as_echo_n "(cached) " >&6
7536 else
7537 lt_cv_ld_force_load=no
7538 cat > conftest.c << _LT_EOF
7539 int forced_loaded() { return 2;}
7540 _LT_EOF
7541 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7542 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7543 echo "$AR cru libconftest.a conftest.o" >&5
7544 $AR cru libconftest.a conftest.o 2>&5
7545 cat > conftest.c << _LT_EOF
7546 int main() { return 0;}
7547 _LT_EOF
7548 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7549 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7550 _lt_result=$?
7551 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7552 lt_cv_ld_force_load=yes
7553 else
7554 cat conftest.err >&5
7555 fi
7556 rm -f conftest.err libconftest.a conftest conftest.c
7557 rm -rf conftest.dSYM
7558
7559 fi
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7561 $as_echo "$lt_cv_ld_force_load" >&6; }
7562 case $host_os in
7563 rhapsody* | darwin1.[012])
7564 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7565 darwin1.*)
7566 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7567 darwin*) # darwin 5.x on
7568 # if running on 10.5 or later, the deployment target defaults
7569 # to the OS version, if on x86, and 10.4, the deployment
7570 # target defaults to 10.4. Don't you love it?
7571 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7572 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7573 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7574 10.[012][,.]*)
7575 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7576 10.*)
7577 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7578 esac
7579 ;;
7580 esac
7581 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7582 _lt_dar_single_mod='$single_module'
7583 fi
7584 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7585 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7586 else
7587 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7588 fi
7589 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7590 _lt_dsymutil='~$DSYMUTIL $lib || :'
7591 else
7592 _lt_dsymutil=
7593 fi
7594 ;;
7595 esac
7596
7597 for ac_header in dlfcn.h
7598 do :
7599 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7600 "
7601 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7602 cat >>confdefs.h <<_ACEOF
7603 #define HAVE_DLFCN_H 1
7604 _ACEOF
7605
7606 fi
7607
7608 done
7609
7610
7611
7612
7613
7614 # Set options
7615 enable_dlopen=yes
7616
7617
7618
7619
7620 enable_win32_dll=no
7621
7622
7623
7624 # Check whether --enable-static was given.
7625 if test "${enable_static+set}" = set; then :
7626 enableval=$enable_static; p=${PACKAGE-default}
7627 case $enableval in
7628 yes) enable_static=yes ;;
7629 no) enable_static=no ;;
7630 *)
7631 enable_static=no
7632 # Look at the argument we got. We use all the common list separators.
7633 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7634 for pkg in $enableval; do
7635 IFS="$lt_save_ifs"
7636 if test "X$pkg" = "X$p"; then
7637 enable_static=yes
7638 fi
7639 done
7640 IFS="$lt_save_ifs"
7641 ;;
7642 esac
7643 else
7644 enable_static=yes
7645 fi
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656 # Check whether --with-pic was given.
7657 if test "${with_pic+set}" = set; then :
7658 withval=$with_pic; pic_mode="$withval"
7659 else
7660 pic_mode=default
7661 fi
7662
7663
7664 test -z "$pic_mode" && pic_mode=default
7665
7666
7667
7668
7669
7670
7671
7672 # Check whether --enable-fast-install was given.
7673 if test "${enable_fast_install+set}" = set; then :
7674 enableval=$enable_fast_install; p=${PACKAGE-default}
7675 case $enableval in
7676 yes) enable_fast_install=yes ;;
7677 no) enable_fast_install=no ;;
7678 *)
7679 enable_fast_install=no
7680 # Look at the argument we got. We use all the common list separators.
7681 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7682 for pkg in $enableval; do
7683 IFS="$lt_save_ifs"
7684 if test "X$pkg" = "X$p"; then
7685 enable_fast_install=yes
7686 fi
7687 done
7688 IFS="$lt_save_ifs"
7689 ;;
7690 esac
7691 else
7692 enable_fast_install=yes
7693 fi
7694
7695
7696
7697
7698
7699
7700
7701
7702
7703
7704
7705 # This can be used to rebuild libtool when needed
7706 LIBTOOL_DEPS="$ltmain"
7707
7708 # Always use our own libtool.
7709 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
7734
7735
7736 test -z "$LN_S" && LN_S="ln -s"
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751 if test -n "${ZSH_VERSION+set}" ; then
7752 setopt NO_GLOB_SUBST
7753 fi
7754
7755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7756 $as_echo_n "checking for objdir... " >&6; }
7757 if ${lt_cv_objdir+:} false; then :
7758 $as_echo_n "(cached) " >&6
7759 else
7760 rm -f .libs 2>/dev/null
7761 mkdir .libs 2>/dev/null
7762 if test -d .libs; then
7763 lt_cv_objdir=.libs
7764 else
7765 # MS-DOS does not allow filenames that begin with a dot.
7766 lt_cv_objdir=_libs
7767 fi
7768 rmdir .libs 2>/dev/null
7769 fi
7770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7771 $as_echo "$lt_cv_objdir" >&6; }
7772 objdir=$lt_cv_objdir
7773
7774
7775
7776
7777
7778 cat >>confdefs.h <<_ACEOF
7779 #define LT_OBJDIR "$lt_cv_objdir/"
7780 _ACEOF
7781
7782
7783
7784
7785 case $host_os in
7786 aix3*)
7787 # AIX sometimes has problems with the GCC collect2 program. For some
7788 # reason, if we set the COLLECT_NAMES environment variable, the problems
7789 # vanish in a puff of smoke.
7790 if test "X${COLLECT_NAMES+set}" != Xset; then
7791 COLLECT_NAMES=
7792 export COLLECT_NAMES
7793 fi
7794 ;;
7795 esac
7796
7797 # Global variables:
7798 ofile=libtool
7799 can_build_shared=yes
7800
7801 # All known linkers require a `.a' archive for static linking (except MSVC,
7802 # which needs '.lib').
7803 libext=a
7804
7805 with_gnu_ld="$lt_cv_prog_gnu_ld"
7806
7807 old_CC="$CC"
7808 old_CFLAGS="$CFLAGS"
7809
7810 # Set sane defaults for various variables
7811 test -z "$CC" && CC=cc
7812 test -z "$LTCC" && LTCC=$CC
7813 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7814 test -z "$LD" && LD=ld
7815 test -z "$ac_objext" && ac_objext=o
7816
7817 for cc_temp in $compiler""; do
7818 case $cc_temp in
7819 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7820 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7821 \-*) ;;
7822 *) break;;
7823 esac
7824 done
7825 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7826
7827
7828 # Only perform the check for file, if the check method requires it
7829 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7830 case $deplibs_check_method in
7831 file_magic*)
7832 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7834 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7835 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7836 $as_echo_n "(cached) " >&6
7837 else
7838 case $MAGIC_CMD in
7839 [\\/*] | ?:[\\/]*)
7840 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7841 ;;
7842 *)
7843 lt_save_MAGIC_CMD="$MAGIC_CMD"
7844 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7845 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7846 for ac_dir in $ac_dummy; do
7847 IFS="$lt_save_ifs"
7848 test -z "$ac_dir" && ac_dir=.
7849 if test -f $ac_dir/${ac_tool_prefix}file; then
7850 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7851 if test -n "$file_magic_test_file"; then
7852 case $deplibs_check_method in
7853 "file_magic "*)
7854 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7855 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7856 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7857 $EGREP "$file_magic_regex" > /dev/null; then
7858 :
7859 else
7860 cat <<_LT_EOF 1>&2
7861
7862 *** Warning: the command libtool uses to detect shared libraries,
7863 *** $file_magic_cmd, produces output that libtool cannot recognize.
7864 *** The result is that libtool may fail to recognize shared libraries
7865 *** as such. This will affect the creation of libtool libraries that
7866 *** depend on shared libraries, but programs linked with such libtool
7867 *** libraries will work regardless of this problem. Nevertheless, you
7868 *** may want to report the problem to your system manager and/or to
7869 *** bug-libtool@gnu.org
7870
7871 _LT_EOF
7872 fi ;;
7873 esac
7874 fi
7875 break
7876 fi
7877 done
7878 IFS="$lt_save_ifs"
7879 MAGIC_CMD="$lt_save_MAGIC_CMD"
7880 ;;
7881 esac
7882 fi
7883
7884 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7885 if test -n "$MAGIC_CMD"; then
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7887 $as_echo "$MAGIC_CMD" >&6; }
7888 else
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7890 $as_echo "no" >&6; }
7891 fi
7892
7893
7894
7895
7896
7897 if test -z "$lt_cv_path_MAGIC_CMD"; then
7898 if test -n "$ac_tool_prefix"; then
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7900 $as_echo_n "checking for file... " >&6; }
7901 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7902 $as_echo_n "(cached) " >&6
7903 else
7904 case $MAGIC_CMD in
7905 [\\/*] | ?:[\\/]*)
7906 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7907 ;;
7908 *)
7909 lt_save_MAGIC_CMD="$MAGIC_CMD"
7910 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7911 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7912 for ac_dir in $ac_dummy; do
7913 IFS="$lt_save_ifs"
7914 test -z "$ac_dir" && ac_dir=.
7915 if test -f $ac_dir/file; then
7916 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7917 if test -n "$file_magic_test_file"; then
7918 case $deplibs_check_method in
7919 "file_magic "*)
7920 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7921 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7922 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7923 $EGREP "$file_magic_regex" > /dev/null; then
7924 :
7925 else
7926 cat <<_LT_EOF 1>&2
7927
7928 *** Warning: the command libtool uses to detect shared libraries,
7929 *** $file_magic_cmd, produces output that libtool cannot recognize.
7930 *** The result is that libtool may fail to recognize shared libraries
7931 *** as such. This will affect the creation of libtool libraries that
7932 *** depend on shared libraries, but programs linked with such libtool
7933 *** libraries will work regardless of this problem. Nevertheless, you
7934 *** may want to report the problem to your system manager and/or to
7935 *** bug-libtool@gnu.org
7936
7937 _LT_EOF
7938 fi ;;
7939 esac
7940 fi
7941 break
7942 fi
7943 done
7944 IFS="$lt_save_ifs"
7945 MAGIC_CMD="$lt_save_MAGIC_CMD"
7946 ;;
7947 esac
7948 fi
7949
7950 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7951 if test -n "$MAGIC_CMD"; then
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7953 $as_echo "$MAGIC_CMD" >&6; }
7954 else
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7956 $as_echo "no" >&6; }
7957 fi
7958
7959
7960 else
7961 MAGIC_CMD=:
7962 fi
7963 fi
7964
7965 fi
7966 ;;
7967 esac
7968
7969 # Use C for the default configuration in the libtool script
7970
7971 lt_save_CC="$CC"
7972 ac_ext=c
7973 ac_cpp='$CPP $CPPFLAGS'
7974 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7975 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7976 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7977
7978
7979 # Source file extension for C test sources.
7980 ac_ext=c
7981
7982 # Object file extension for compiled C test sources.
7983 objext=o
7984 objext=$objext
7985
7986 # Code to be used in simple compile tests
7987 lt_simple_compile_test_code="int some_variable = 0;"
7988
7989 # Code to be used in simple link tests
7990 lt_simple_link_test_code='int main(){return(0);}'
7991
7992
7993
7994
7995
7996
7997
7998 # If no C compiler was specified, use CC.
7999 LTCC=${LTCC-"$CC"}
8000
8001 # If no C compiler flags were specified, use CFLAGS.
8002 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8003
8004 # Allow CC to be a program name with arguments.
8005 compiler=$CC
8006
8007 # Save the default compiler, since it gets overwritten when the other
8008 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8009 compiler_DEFAULT=$CC
8010
8011 # save warnings/boilerplate of simple test code
8012 ac_outfile=conftest.$ac_objext
8013 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8014 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8015 _lt_compiler_boilerplate=`cat conftest.err`
8016 $RM conftest*
8017
8018 ac_outfile=conftest.$ac_objext
8019 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8020 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8021 _lt_linker_boilerplate=`cat conftest.err`
8022 $RM -r conftest*
8023
8024
8025 ## CAVEAT EMPTOR:
8026 ## There is no encapsulation within the following macros, do not change
8027 ## the running order or otherwise move them around unless you know exactly
8028 ## what you are doing...
8029 if test -n "$compiler"; then
8030
8031 lt_prog_compiler_no_builtin_flag=
8032
8033 if test "$GCC" = yes; then
8034 case $cc_basename in
8035 nvcc*)
8036 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8037 *)
8038 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8039 esac
8040
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8042 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8043 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8044 $as_echo_n "(cached) " >&6
8045 else
8046 lt_cv_prog_compiler_rtti_exceptions=no
8047 ac_outfile=conftest.$ac_objext
8048 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8049 lt_compiler_flag="-fno-rtti -fno-exceptions"
8050 # Insert the option either (1) after the last *FLAGS variable, or
8051 # (2) before a word containing "conftest.", or (3) at the end.
8052 # Note that $ac_compile itself does not contain backslashes and begins
8053 # with a dollar sign (not a hyphen), so the echo should work correctly.
8054 # The option is referenced via a variable to avoid confusing sed.
8055 lt_compile=`echo "$ac_compile" | $SED \
8056 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8057 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8058 -e 's:$: $lt_compiler_flag:'`
8059 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8060 (eval "$lt_compile" 2>conftest.err)
8061 ac_status=$?
8062 cat conftest.err >&5
8063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8064 if (exit $ac_status) && test -s "$ac_outfile"; then
8065 # The compiler can only warn and ignore the option if not recognized
8066 # So say no if there are warnings other than the usual output.
8067 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8068 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8069 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8070 lt_cv_prog_compiler_rtti_exceptions=yes
8071 fi
8072 fi
8073 $RM conftest*
8074
8075 fi
8076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8077 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8078
8079 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8080 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8081 else
8082 :
8083 fi
8084
8085 fi
8086
8087
8088
8089
8090
8091
8092 lt_prog_compiler_wl=
8093 lt_prog_compiler_pic=
8094 lt_prog_compiler_static=
8095
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8097 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8098
8099 if test "$GCC" = yes; then
8100 lt_prog_compiler_wl='-Wl,'
8101 lt_prog_compiler_static='-static'
8102
8103 case $host_os in
8104 aix*)
8105 # All AIX code is PIC.
8106 if test "$host_cpu" = ia64; then
8107 # AIX 5 now supports IA64 processor
8108 lt_prog_compiler_static='-Bstatic'
8109 fi
8110 lt_prog_compiler_pic='-fPIC'
8111 ;;
8112
8113 amigaos*)
8114 case $host_cpu in
8115 powerpc)
8116 # see comment about AmigaOS4 .so support
8117 lt_prog_compiler_pic='-fPIC'
8118 ;;
8119 m68k)
8120 # FIXME: we need at least 68020 code to build shared libraries, but
8121 # adding the `-m68020' flag to GCC prevents building anything better,
8122 # like `-m68040'.
8123 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8124 ;;
8125 esac
8126 ;;
8127
8128 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8129 # PIC is the default for these OSes.
8130 ;;
8131
8132 mingw* | cygwin* | pw32* | os2* | cegcc*)
8133 # This hack is so that the source file can tell whether it is being
8134 # built for inclusion in a dll (and should export symbols for example).
8135 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8136 # (--disable-auto-import) libraries
8137 lt_prog_compiler_pic='-DDLL_EXPORT'
8138 ;;
8139
8140 darwin* | rhapsody*)
8141 # PIC is the default on this platform
8142 # Common symbols not allowed in MH_DYLIB files
8143 lt_prog_compiler_pic='-fno-common'
8144 ;;
8145
8146 haiku*)
8147 # PIC is the default for Haiku.
8148 # The "-static" flag exists, but is broken.
8149 lt_prog_compiler_static=
8150 ;;
8151
8152 hpux*)
8153 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8154 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8155 # sets the default TLS model and affects inlining.
8156 case $host_cpu in
8157 hppa*64*)
8158 # +Z the default
8159 ;;
8160 *)
8161 lt_prog_compiler_pic='-fPIC'
8162 ;;
8163 esac
8164 ;;
8165
8166 interix[3-9]*)
8167 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8168 # Instead, we relocate shared libraries at runtime.
8169 ;;
8170
8171 msdosdjgpp*)
8172 # Just because we use GCC doesn't mean we suddenly get shared libraries
8173 # on systems that don't support them.
8174 lt_prog_compiler_can_build_shared=no
8175 enable_shared=no
8176 ;;
8177
8178 *nto* | *qnx*)
8179 # QNX uses GNU C++, but need to define -shared option too, otherwise
8180 # it will coredump.
8181 lt_prog_compiler_pic='-fPIC -shared'
8182 ;;
8183
8184 sysv4*MP*)
8185 if test -d /usr/nec; then
8186 lt_prog_compiler_pic=-Kconform_pic
8187 fi
8188 ;;
8189
8190 *)
8191 lt_prog_compiler_pic='-fPIC'
8192 ;;
8193 esac
8194
8195 case $cc_basename in
8196 nvcc*) # Cuda Compiler Driver 2.2
8197 lt_prog_compiler_wl='-Xlinker '
8198 lt_prog_compiler_pic='-Xcompiler -fPIC'
8199 ;;
8200 esac
8201 else
8202 # PORTME Check for flag to pass linker flags through the system compiler.
8203 case $host_os in
8204 aix*)
8205 lt_prog_compiler_wl='-Wl,'
8206 if test "$host_cpu" = ia64; then
8207 # AIX 5 now supports IA64 processor
8208 lt_prog_compiler_static='-Bstatic'
8209 else
8210 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8211 fi
8212 ;;
8213
8214 mingw* | cygwin* | pw32* | os2* | cegcc*)
8215 # This hack is so that the source file can tell whether it is being
8216 # built for inclusion in a dll (and should export symbols for example).
8217 lt_prog_compiler_pic='-DDLL_EXPORT'
8218 ;;
8219
8220 hpux9* | hpux10* | hpux11*)
8221 lt_prog_compiler_wl='-Wl,'
8222 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8223 # not for PA HP-UX.
8224 case $host_cpu in
8225 hppa*64*|ia64*)
8226 # +Z the default
8227 ;;
8228 *)
8229 lt_prog_compiler_pic='+Z'
8230 ;;
8231 esac
8232 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8233 lt_prog_compiler_static='${wl}-a ${wl}archive'
8234 ;;
8235
8236 irix5* | irix6* | nonstopux*)
8237 lt_prog_compiler_wl='-Wl,'
8238 # PIC (with -KPIC) is the default.
8239 lt_prog_compiler_static='-non_shared'
8240 ;;
8241
8242 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8243 case $cc_basename in
8244 # old Intel for x86_64 which still supported -KPIC.
8245 ecc*)
8246 lt_prog_compiler_wl='-Wl,'
8247 lt_prog_compiler_pic='-KPIC'
8248 lt_prog_compiler_static='-static'
8249 ;;
8250 # icc used to be incompatible with GCC.
8251 # ICC 10 doesn't accept -KPIC any more.
8252 icc* | ifort*)
8253 lt_prog_compiler_wl='-Wl,'
8254 lt_prog_compiler_pic='-fPIC'
8255 lt_prog_compiler_static='-static'
8256 ;;
8257 # Lahey Fortran 8.1.
8258 lf95*)
8259 lt_prog_compiler_wl='-Wl,'
8260 lt_prog_compiler_pic='--shared'
8261 lt_prog_compiler_static='--static'
8262 ;;
8263 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8264 # Portland Group compilers (*not* the Pentium gcc compiler,
8265 # which looks to be a dead project)
8266 lt_prog_compiler_wl='-Wl,'
8267 lt_prog_compiler_pic='-fpic'
8268 lt_prog_compiler_static='-Bstatic'
8269 ;;
8270 ccc*)
8271 lt_prog_compiler_wl='-Wl,'
8272 # All Alpha code is PIC.
8273 lt_prog_compiler_static='-non_shared'
8274 ;;
8275 xl* | bgxl* | bgf* | mpixl*)
8276 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8277 lt_prog_compiler_wl='-Wl,'
8278 lt_prog_compiler_pic='-qpic'
8279 lt_prog_compiler_static='-qstaticlink'
8280 ;;
8281 *)
8282 case `$CC -V 2>&1 | sed 5q` in
8283 *Sun\ F* | *Sun*Fortran*)
8284 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8285 lt_prog_compiler_pic='-KPIC'
8286 lt_prog_compiler_static='-Bstatic'
8287 lt_prog_compiler_wl=''
8288 ;;
8289 *Sun\ C*)
8290 # Sun C 5.9
8291 lt_prog_compiler_pic='-KPIC'
8292 lt_prog_compiler_static='-Bstatic'
8293 lt_prog_compiler_wl='-Wl,'
8294 ;;
8295 esac
8296 ;;
8297 esac
8298 ;;
8299
8300 newsos6)
8301 lt_prog_compiler_pic='-KPIC'
8302 lt_prog_compiler_static='-Bstatic'
8303 ;;
8304
8305 *nto* | *qnx*)
8306 # QNX uses GNU C++, but need to define -shared option too, otherwise
8307 # it will coredump.
8308 lt_prog_compiler_pic='-fPIC -shared'
8309 ;;
8310
8311 osf3* | osf4* | osf5*)
8312 lt_prog_compiler_wl='-Wl,'
8313 # All OSF/1 code is PIC.
8314 lt_prog_compiler_static='-non_shared'
8315 ;;
8316
8317 rdos*)
8318 lt_prog_compiler_static='-non_shared'
8319 ;;
8320
8321 solaris*)
8322 lt_prog_compiler_pic='-KPIC'
8323 lt_prog_compiler_static='-Bstatic'
8324 case $cc_basename in
8325 f77* | f90* | f95*)
8326 lt_prog_compiler_wl='-Qoption ld ';;
8327 *)
8328 lt_prog_compiler_wl='-Wl,';;
8329 esac
8330 ;;
8331
8332 sunos4*)
8333 lt_prog_compiler_wl='-Qoption ld '
8334 lt_prog_compiler_pic='-PIC'
8335 lt_prog_compiler_static='-Bstatic'
8336 ;;
8337
8338 sysv4 | sysv4.2uw2* | sysv4.3*)
8339 lt_prog_compiler_wl='-Wl,'
8340 lt_prog_compiler_pic='-KPIC'
8341 lt_prog_compiler_static='-Bstatic'
8342 ;;
8343
8344 sysv4*MP*)
8345 if test -d /usr/nec ;then
8346 lt_prog_compiler_pic='-Kconform_pic'
8347 lt_prog_compiler_static='-Bstatic'
8348 fi
8349 ;;
8350
8351 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8352 lt_prog_compiler_wl='-Wl,'
8353 lt_prog_compiler_pic='-KPIC'
8354 lt_prog_compiler_static='-Bstatic'
8355 ;;
8356
8357 unicos*)
8358 lt_prog_compiler_wl='-Wl,'
8359 lt_prog_compiler_can_build_shared=no
8360 ;;
8361
8362 uts4*)
8363 lt_prog_compiler_pic='-pic'
8364 lt_prog_compiler_static='-Bstatic'
8365 ;;
8366
8367 *)
8368 lt_prog_compiler_can_build_shared=no
8369 ;;
8370 esac
8371 fi
8372
8373 case $host_os in
8374 # For platforms which do not support PIC, -DPIC is meaningless:
8375 *djgpp*)
8376 lt_prog_compiler_pic=
8377 ;;
8378 *)
8379 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8380 ;;
8381 esac
8382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8383 $as_echo "$lt_prog_compiler_pic" >&6; }
8384
8385
8386
8387
8388
8389
8390 #
8391 # Check to make sure the PIC flag actually works.
8392 #
8393 if test -n "$lt_prog_compiler_pic"; then
8394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8395 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8396 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8397 $as_echo_n "(cached) " >&6
8398 else
8399 lt_cv_prog_compiler_pic_works=no
8400 ac_outfile=conftest.$ac_objext
8401 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8402 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8403 # Insert the option either (1) after the last *FLAGS variable, or
8404 # (2) before a word containing "conftest.", or (3) at the end.
8405 # Note that $ac_compile itself does not contain backslashes and begins
8406 # with a dollar sign (not a hyphen), so the echo should work correctly.
8407 # The option is referenced via a variable to avoid confusing sed.
8408 lt_compile=`echo "$ac_compile" | $SED \
8409 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8410 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8411 -e 's:$: $lt_compiler_flag:'`
8412 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8413 (eval "$lt_compile" 2>conftest.err)
8414 ac_status=$?
8415 cat conftest.err >&5
8416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8417 if (exit $ac_status) && test -s "$ac_outfile"; then
8418 # The compiler can only warn and ignore the option if not recognized
8419 # So say no if there are warnings other than the usual output.
8420 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8421 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8422 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8423 lt_cv_prog_compiler_pic_works=yes
8424 fi
8425 fi
8426 $RM conftest*
8427
8428 fi
8429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8430 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8431
8432 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8433 case $lt_prog_compiler_pic in
8434 "" | " "*) ;;
8435 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8436 esac
8437 else
8438 lt_prog_compiler_pic=
8439 lt_prog_compiler_can_build_shared=no
8440 fi
8441
8442 fi
8443
8444
8445
8446
8447
8448
8449 #
8450 # Check to make sure the static flag actually works.
8451 #
8452 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8454 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8455 if ${lt_cv_prog_compiler_static_works+:} false; then :
8456 $as_echo_n "(cached) " >&6
8457 else
8458 lt_cv_prog_compiler_static_works=no
8459 save_LDFLAGS="$LDFLAGS"
8460 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8461 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8462 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8463 # The linker can only warn and ignore the option if not recognized
8464 # So say no if there are warnings
8465 if test -s conftest.err; then
8466 # Append any errors to the config.log.
8467 cat conftest.err 1>&5
8468 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8469 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8470 if diff conftest.exp conftest.er2 >/dev/null; then
8471 lt_cv_prog_compiler_static_works=yes
8472 fi
8473 else
8474 lt_cv_prog_compiler_static_works=yes
8475 fi
8476 fi
8477 $RM -r conftest*
8478 LDFLAGS="$save_LDFLAGS"
8479
8480 fi
8481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8482 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8483
8484 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8485 :
8486 else
8487 lt_prog_compiler_static=
8488 fi
8489
8490
8491
8492
8493
8494
8495
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8497 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8498 if ${lt_cv_prog_compiler_c_o+:} false; then :
8499 $as_echo_n "(cached) " >&6
8500 else
8501 lt_cv_prog_compiler_c_o=no
8502 $RM -r conftest 2>/dev/null
8503 mkdir conftest
8504 cd conftest
8505 mkdir out
8506 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8507
8508 lt_compiler_flag="-o out/conftest2.$ac_objext"
8509 # Insert the option either (1) after the last *FLAGS variable, or
8510 # (2) before a word containing "conftest.", or (3) at the end.
8511 # Note that $ac_compile itself does not contain backslashes and begins
8512 # with a dollar sign (not a hyphen), so the echo should work correctly.
8513 lt_compile=`echo "$ac_compile" | $SED \
8514 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8515 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8516 -e 's:$: $lt_compiler_flag:'`
8517 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8518 (eval "$lt_compile" 2>out/conftest.err)
8519 ac_status=$?
8520 cat out/conftest.err >&5
8521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8522 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8523 then
8524 # The compiler can only warn and ignore the option if not recognized
8525 # So say no if there are warnings
8526 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8527 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8528 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8529 lt_cv_prog_compiler_c_o=yes
8530 fi
8531 fi
8532 chmod u+w . 2>&5
8533 $RM conftest*
8534 # SGI C++ compiler will create directory out/ii_files/ for
8535 # template instantiation
8536 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8537 $RM out/* && rmdir out
8538 cd ..
8539 $RM -r conftest
8540 $RM conftest*
8541
8542 fi
8543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8544 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8545
8546
8547
8548
8549
8550
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8552 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8553 if ${lt_cv_prog_compiler_c_o+:} false; then :
8554 $as_echo_n "(cached) " >&6
8555 else
8556 lt_cv_prog_compiler_c_o=no
8557 $RM -r conftest 2>/dev/null
8558 mkdir conftest
8559 cd conftest
8560 mkdir out
8561 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8562
8563 lt_compiler_flag="-o out/conftest2.$ac_objext"
8564 # Insert the option either (1) after the last *FLAGS variable, or
8565 # (2) before a word containing "conftest.", or (3) at the end.
8566 # Note that $ac_compile itself does not contain backslashes and begins
8567 # with a dollar sign (not a hyphen), so the echo should work correctly.
8568 lt_compile=`echo "$ac_compile" | $SED \
8569 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8570 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8571 -e 's:$: $lt_compiler_flag:'`
8572 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8573 (eval "$lt_compile" 2>out/conftest.err)
8574 ac_status=$?
8575 cat out/conftest.err >&5
8576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8577 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8578 then
8579 # The compiler can only warn and ignore the option if not recognized
8580 # So say no if there are warnings
8581 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8582 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8583 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8584 lt_cv_prog_compiler_c_o=yes
8585 fi
8586 fi
8587 chmod u+w . 2>&5
8588 $RM conftest*
8589 # SGI C++ compiler will create directory out/ii_files/ for
8590 # template instantiation
8591 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8592 $RM out/* && rmdir out
8593 cd ..
8594 $RM -r conftest
8595 $RM conftest*
8596
8597 fi
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8599 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8600
8601
8602
8603
8604 hard_links="nottested"
8605 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8606 # do not overwrite the value of need_locks provided by the user
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8608 $as_echo_n "checking if we can lock with hard links... " >&6; }
8609 hard_links=yes
8610 $RM conftest*
8611 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8612 touch conftest.a
8613 ln conftest.a conftest.b 2>&5 || hard_links=no
8614 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8616 $as_echo "$hard_links" >&6; }
8617 if test "$hard_links" = no; then
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8619 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8620 need_locks=warn
8621 fi
8622 else
8623 need_locks=no
8624 fi
8625
8626
8627
8628
8629
8630
8631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8632 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8633
8634 runpath_var=
8635 allow_undefined_flag=
8636 always_export_symbols=no
8637 archive_cmds=
8638 archive_expsym_cmds=
8639 compiler_needs_object=no
8640 enable_shared_with_static_runtimes=no
8641 export_dynamic_flag_spec=
8642 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8643 hardcode_automatic=no
8644 hardcode_direct=no
8645 hardcode_direct_absolute=no
8646 hardcode_libdir_flag_spec=
8647 hardcode_libdir_flag_spec_ld=
8648 hardcode_libdir_separator=
8649 hardcode_minus_L=no
8650 hardcode_shlibpath_var=unsupported
8651 inherit_rpath=no
8652 link_all_deplibs=unknown
8653 module_cmds=
8654 module_expsym_cmds=
8655 old_archive_from_new_cmds=
8656 old_archive_from_expsyms_cmds=
8657 thread_safe_flag_spec=
8658 whole_archive_flag_spec=
8659 # include_expsyms should be a list of space-separated symbols to be *always*
8660 # included in the symbol list
8661 include_expsyms=
8662 # exclude_expsyms can be an extended regexp of symbols to exclude
8663 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8664 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8665 # as well as any symbol that contains `d'.
8666 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8667 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8668 # platforms (ab)use it in PIC code, but their linkers get confused if
8669 # the symbol is explicitly referenced. Since portable code cannot
8670 # rely on this symbol name, it's probably fine to never include it in
8671 # preloaded symbol tables.
8672 # Exclude shared library initialization/finalization symbols.
8673 extract_expsyms_cmds=
8674
8675 case $host_os in
8676 cygwin* | mingw* | pw32* | cegcc*)
8677 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8678 # When not using gcc, we currently assume that we are using
8679 # Microsoft Visual C++.
8680 if test "$GCC" != yes; then
8681 with_gnu_ld=no
8682 fi
8683 ;;
8684 interix*)
8685 # we just hope/assume this is gcc and not c89 (= MSVC++)
8686 with_gnu_ld=yes
8687 ;;
8688 openbsd*)
8689 with_gnu_ld=no
8690 ;;
8691 esac
8692
8693 ld_shlibs=yes
8694
8695 # On some targets, GNU ld is compatible enough with the native linker
8696 # that we're better off using the native interface for both.
8697 lt_use_gnu_ld_interface=no
8698 if test "$with_gnu_ld" = yes; then
8699 case $host_os in
8700 aix*)
8701 # The AIX port of GNU ld has always aspired to compatibility
8702 # with the native linker. However, as the warning in the GNU ld
8703 # block says, versions before 2.19.5* couldn't really create working
8704 # shared libraries, regardless of the interface used.
8705 case `$LD -v 2>&1` in
8706 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8707 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8708 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8709 *)
8710 lt_use_gnu_ld_interface=yes
8711 ;;
8712 esac
8713 ;;
8714 *)
8715 lt_use_gnu_ld_interface=yes
8716 ;;
8717 esac
8718 fi
8719
8720 if test "$lt_use_gnu_ld_interface" = yes; then
8721 # If archive_cmds runs LD, not CC, wlarc should be empty
8722 wlarc='${wl}'
8723
8724 # Set some defaults for GNU ld with shared library support. These
8725 # are reset later if shared libraries are not supported. Putting them
8726 # here allows them to be overridden if necessary.
8727 runpath_var=LD_RUN_PATH
8728 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8729 export_dynamic_flag_spec='${wl}--export-dynamic'
8730 # ancient GNU ld didn't support --whole-archive et. al.
8731 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8732 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8733 else
8734 whole_archive_flag_spec=
8735 fi
8736 supports_anon_versioning=no
8737 case `$LD -v 2>&1` in
8738 *GNU\ gold*) supports_anon_versioning=yes ;;
8739 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8740 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8741 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8742 *\ 2.11.*) ;; # other 2.11 versions
8743 *) supports_anon_versioning=yes ;;
8744 esac
8745
8746 # See if GNU ld supports shared libraries.
8747 case $host_os in
8748 aix[3-9]*)
8749 # On AIX/PPC, the GNU linker is very broken
8750 if test "$host_cpu" != ia64; then
8751 ld_shlibs=no
8752 cat <<_LT_EOF 1>&2
8753
8754 *** Warning: the GNU linker, at least up to release 2.19, is reported
8755 *** to be unable to reliably create shared libraries on AIX.
8756 *** Therefore, libtool is disabling shared libraries support. If you
8757 *** really care for shared libraries, you may want to install binutils
8758 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8759 *** You will then need to restart the configuration process.
8760
8761 _LT_EOF
8762 fi
8763 ;;
8764
8765 amigaos*)
8766 case $host_cpu in
8767 powerpc)
8768 # see comment about AmigaOS4 .so support
8769 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8770 archive_expsym_cmds=''
8771 ;;
8772 m68k)
8773 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)'
8774 hardcode_libdir_flag_spec='-L$libdir'
8775 hardcode_minus_L=yes
8776 ;;
8777 esac
8778 ;;
8779
8780 beos*)
8781 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8782 allow_undefined_flag=unsupported
8783 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8784 # support --undefined. This deserves some investigation. FIXME
8785 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8786 else
8787 ld_shlibs=no
8788 fi
8789 ;;
8790
8791 cygwin* | mingw* | pw32* | cegcc*)
8792 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8793 # as there is no search path for DLLs.
8794 hardcode_libdir_flag_spec='-L$libdir'
8795 export_dynamic_flag_spec='${wl}--export-all-symbols'
8796 allow_undefined_flag=unsupported
8797 always_export_symbols=no
8798 enable_shared_with_static_runtimes=yes
8799 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8800
8801 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8802 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8803 # If the export-symbols file already is a .def file (1st line
8804 # is EXPORTS), use it as is; otherwise, prepend...
8805 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8806 cp $export_symbols $output_objdir/$soname.def;
8807 else
8808 echo EXPORTS > $output_objdir/$soname.def;
8809 cat $export_symbols >> $output_objdir/$soname.def;
8810 fi~
8811 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8812 else
8813 ld_shlibs=no
8814 fi
8815 ;;
8816
8817 haiku*)
8818 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8819 link_all_deplibs=yes
8820 ;;
8821
8822 interix[3-9]*)
8823 hardcode_direct=no
8824 hardcode_shlibpath_var=no
8825 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8826 export_dynamic_flag_spec='${wl}-E'
8827 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8828 # Instead, shared libraries are loaded at an image base (0x10000000 by
8829 # default) and relocated if they conflict, which is a slow very memory
8830 # consuming and fragmenting process. To avoid this, we pick a random,
8831 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8832 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8833 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8834 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'
8835 ;;
8836
8837 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8838 tmp_diet=no
8839 if test "$host_os" = linux-dietlibc; then
8840 case $cc_basename in
8841 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8842 esac
8843 fi
8844 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8845 && test "$tmp_diet" = no
8846 then
8847 tmp_addflag=' $pic_flag'
8848 tmp_sharedflag='-shared'
8849 case $cc_basename,$host_cpu in
8850 pgcc*) # Portland Group C compiler
8851 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'
8852 tmp_addflag=' $pic_flag'
8853 ;;
8854 pgf77* | pgf90* | pgf95* | pgfortran*)
8855 # Portland Group f77 and f90 compilers
8856 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'
8857 tmp_addflag=' $pic_flag -Mnomain' ;;
8858 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8859 tmp_addflag=' -i_dynamic' ;;
8860 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8861 tmp_addflag=' -i_dynamic -nofor_main' ;;
8862 ifc* | ifort*) # Intel Fortran compiler
8863 tmp_addflag=' -nofor_main' ;;
8864 lf95*) # Lahey Fortran 8.1
8865 whole_archive_flag_spec=
8866 tmp_sharedflag='--shared' ;;
8867 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8868 tmp_sharedflag='-qmkshrobj'
8869 tmp_addflag= ;;
8870 nvcc*) # Cuda Compiler Driver 2.2
8871 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'
8872 compiler_needs_object=yes
8873 ;;
8874 esac
8875 case `$CC -V 2>&1 | sed 5q` in
8876 *Sun\ C*) # Sun C 5.9
8877 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'
8878 compiler_needs_object=yes
8879 tmp_sharedflag='-G' ;;
8880 *Sun\ F*) # Sun Fortran 8.3
8881 tmp_sharedflag='-G' ;;
8882 esac
8883 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8884
8885 if test "x$supports_anon_versioning" = xyes; then
8886 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8887 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8888 echo "local: *; };" >> $output_objdir/$libname.ver~
8889 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8890 fi
8891
8892 case $cc_basename in
8893 xlf* | bgf* | bgxlf* | mpixlf*)
8894 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8895 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8896 hardcode_libdir_flag_spec=
8897 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8898 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8899 if test "x$supports_anon_versioning" = xyes; then
8900 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8901 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8902 echo "local: *; };" >> $output_objdir/$libname.ver~
8903 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8904 fi
8905 ;;
8906 esac
8907 else
8908 ld_shlibs=no
8909 fi
8910 ;;
8911
8912 netbsd*)
8913 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8914 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8915 wlarc=
8916 else
8917 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8918 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8919 fi
8920 ;;
8921
8922 solaris*)
8923 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8924 ld_shlibs=no
8925 cat <<_LT_EOF 1>&2
8926
8927 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8928 *** create shared libraries on Solaris systems. Therefore, libtool
8929 *** is disabling shared libraries support. We urge you to upgrade GNU
8930 *** binutils to release 2.9.1 or newer. Another option is to modify
8931 *** your PATH or compiler configuration so that the native linker is
8932 *** used, and then restart.
8933
8934 _LT_EOF
8935 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8936 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8937 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8938 else
8939 ld_shlibs=no
8940 fi
8941 ;;
8942
8943 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8944 case `$LD -v 2>&1` in
8945 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8946 ld_shlibs=no
8947 cat <<_LT_EOF 1>&2
8948
8949 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8950 *** reliably create shared libraries on SCO systems. Therefore, libtool
8951 *** is disabling shared libraries support. We urge you to upgrade GNU
8952 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8953 *** your PATH or compiler configuration so that the native linker is
8954 *** used, and then restart.
8955
8956 _LT_EOF
8957 ;;
8958 *)
8959 # For security reasons, it is highly recommended that you always
8960 # use absolute paths for naming shared libraries, and exclude the
8961 # DT_RUNPATH tag from executables and libraries. But doing so
8962 # requires that you compile everything twice, which is a pain.
8963 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8964 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8965 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8966 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8967 else
8968 ld_shlibs=no
8969 fi
8970 ;;
8971 esac
8972 ;;
8973
8974 sunos4*)
8975 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8976 wlarc=
8977 hardcode_direct=yes
8978 hardcode_shlibpath_var=no
8979 ;;
8980
8981 *)
8982 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8983 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8984 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8985 else
8986 ld_shlibs=no
8987 fi
8988 ;;
8989 esac
8990
8991 if test "$ld_shlibs" = no; then
8992 runpath_var=
8993 hardcode_libdir_flag_spec=
8994 export_dynamic_flag_spec=
8995 whole_archive_flag_spec=
8996 fi
8997 else
8998 # PORTME fill in a description of your system's linker (not GNU ld)
8999 case $host_os in
9000 aix3*)
9001 allow_undefined_flag=unsupported
9002 always_export_symbols=yes
9003 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'
9004 # Note: this linker hardcodes the directories in LIBPATH if there
9005 # are no directories specified by -L.
9006 hardcode_minus_L=yes
9007 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9008 # Neither direct hardcoding nor static linking is supported with a
9009 # broken collect2.
9010 hardcode_direct=unsupported
9011 fi
9012 ;;
9013
9014 aix[4-9]*)
9015 if test "$host_cpu" = ia64; then
9016 # On IA64, the linker does run time linking by default, so we don't
9017 # have to do anything special.
9018 aix_use_runtimelinking=no
9019 exp_sym_flag='-Bexport'
9020 no_entry_flag=""
9021 else
9022 # If we're using GNU nm, then we don't want the "-C" option.
9023 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9024 # Also, AIX nm treats weak defined symbols like other global
9025 # defined symbols, whereas GNU nm marks them as "W".
9026 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9027 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'
9028 else
9029 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'
9030 fi
9031 aix_use_runtimelinking=no
9032
9033 # Test if we are trying to use run time linking or normal
9034 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9035 # need to do runtime linking.
9036 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9037 for ld_flag in $LDFLAGS; do
9038 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9039 aix_use_runtimelinking=yes
9040 break
9041 fi
9042 done
9043 ;;
9044 esac
9045
9046 exp_sym_flag='-bexport'
9047 no_entry_flag='-bnoentry'
9048 fi
9049
9050 # When large executables or shared objects are built, AIX ld can
9051 # have problems creating the table of contents. If linking a library
9052 # or program results in "error TOC overflow" add -mminimal-toc to
9053 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9054 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9055
9056 archive_cmds=''
9057 hardcode_direct=yes
9058 hardcode_direct_absolute=yes
9059 hardcode_libdir_separator=':'
9060 link_all_deplibs=yes
9061 file_list_spec='${wl}-f,'
9062
9063 if test "$GCC" = yes; then
9064 case $host_os in aix4.[012]|aix4.[012].*)
9065 # We only want to do this on AIX 4.2 and lower, the check
9066 # below for broken collect2 doesn't work under 4.3+
9067 collect2name=`${CC} -print-prog-name=collect2`
9068 if test -f "$collect2name" &&
9069 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9070 then
9071 # We have reworked collect2
9072 :
9073 else
9074 # We have old collect2
9075 hardcode_direct=unsupported
9076 # It fails to find uninstalled libraries when the uninstalled
9077 # path is not listed in the libpath. Setting hardcode_minus_L
9078 # to unsupported forces relinking
9079 hardcode_minus_L=yes
9080 hardcode_libdir_flag_spec='-L$libdir'
9081 hardcode_libdir_separator=
9082 fi
9083 ;;
9084 esac
9085 shared_flag='-shared'
9086 if test "$aix_use_runtimelinking" = yes; then
9087 shared_flag="$shared_flag "'${wl}-G'
9088 fi
9089 else
9090 # not using gcc
9091 if test "$host_cpu" = ia64; then
9092 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9093 # chokes on -Wl,-G. The following line is correct:
9094 shared_flag='-G'
9095 else
9096 if test "$aix_use_runtimelinking" = yes; then
9097 shared_flag='${wl}-G'
9098 else
9099 shared_flag='${wl}-bM:SRE'
9100 fi
9101 fi
9102 fi
9103
9104 export_dynamic_flag_spec='${wl}-bexpall'
9105 # It seems that -bexpall does not export symbols beginning with
9106 # underscore (_), so it is better to generate a list of symbols to export.
9107 always_export_symbols=yes
9108 if test "$aix_use_runtimelinking" = yes; then
9109 # Warning - without using the other runtime loading flags (-brtl),
9110 # -berok will link without error, but may produce a broken library.
9111 allow_undefined_flag='-berok'
9112 # Determine the default libpath from the value encoded in an
9113 # empty executable.
9114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9115 /* end confdefs.h. */
9116
9117 int
9118 main ()
9119 {
9120
9121 ;
9122 return 0;
9123 }
9124 _ACEOF
9125 if ac_fn_c_try_link "$LINENO"; then :
9126
9127 lt_aix_libpath_sed='
9128 /Import File Strings/,/^$/ {
9129 /^0/ {
9130 s/^0 *\(.*\)$/\1/
9131 p
9132 }
9133 }'
9134 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9135 # Check for a 64-bit object if we didn't find anything.
9136 if test -z "$aix_libpath"; then
9137 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9138 fi
9139 fi
9140 rm -f core conftest.err conftest.$ac_objext \
9141 conftest$ac_exeext conftest.$ac_ext
9142 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9143
9144 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9145 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"
9146 else
9147 if test "$host_cpu" = ia64; then
9148 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9149 allow_undefined_flag="-z nodefs"
9150 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"
9151 else
9152 # Determine the default libpath from the value encoded in an
9153 # empty executable.
9154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9155 /* end confdefs.h. */
9156
9157 int
9158 main ()
9159 {
9160
9161 ;
9162 return 0;
9163 }
9164 _ACEOF
9165 if ac_fn_c_try_link "$LINENO"; then :
9166
9167 lt_aix_libpath_sed='
9168 /Import File Strings/,/^$/ {
9169 /^0/ {
9170 s/^0 *\(.*\)$/\1/
9171 p
9172 }
9173 }'
9174 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9175 # Check for a 64-bit object if we didn't find anything.
9176 if test -z "$aix_libpath"; then
9177 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9178 fi
9179 fi
9180 rm -f core conftest.err conftest.$ac_objext \
9181 conftest$ac_exeext conftest.$ac_ext
9182 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9183
9184 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9185 # Warning - without using the other run time loading flags,
9186 # -berok will link without error, but may produce a broken library.
9187 no_undefined_flag=' ${wl}-bernotok'
9188 allow_undefined_flag=' ${wl}-berok'
9189 if test "$with_gnu_ld" = yes; then
9190 # We only use this code for GNU lds that support --whole-archive.
9191 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9192 else
9193 # Exported symbols can be pulled into shared objects from archives
9194 whole_archive_flag_spec='$convenience'
9195 fi
9196 archive_cmds_need_lc=yes
9197 # This is similar to how AIX traditionally builds its shared libraries.
9198 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'
9199 fi
9200 fi
9201 ;;
9202
9203 amigaos*)
9204 case $host_cpu in
9205 powerpc)
9206 # see comment about AmigaOS4 .so support
9207 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9208 archive_expsym_cmds=''
9209 ;;
9210 m68k)
9211 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)'
9212 hardcode_libdir_flag_spec='-L$libdir'
9213 hardcode_minus_L=yes
9214 ;;
9215 esac
9216 ;;
9217
9218 bsdi[45]*)
9219 export_dynamic_flag_spec=-rdynamic
9220 ;;
9221
9222 cygwin* | mingw* | pw32* | cegcc*)
9223 # When not using gcc, we currently assume that we are using
9224 # Microsoft Visual C++.
9225 # hardcode_libdir_flag_spec is actually meaningless, as there is
9226 # no search path for DLLs.
9227 hardcode_libdir_flag_spec=' '
9228 allow_undefined_flag=unsupported
9229 # Tell ltmain to make .lib files, not .a files.
9230 libext=lib
9231 # Tell ltmain to make .dll files, not .so files.
9232 shrext_cmds=".dll"
9233 # FIXME: Setting linknames here is a bad hack.
9234 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9235 # The linker will automatically build a .lib file if we build a DLL.
9236 old_archive_from_new_cmds='true'
9237 # FIXME: Should let the user specify the lib program.
9238 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9239 fix_srcfile_path='`cygpath -w "$srcfile"`'
9240 enable_shared_with_static_runtimes=yes
9241 ;;
9242
9243 darwin* | rhapsody*)
9244
9245
9246 archive_cmds_need_lc=no
9247 hardcode_direct=no
9248 hardcode_automatic=yes
9249 hardcode_shlibpath_var=unsupported
9250 if test "$lt_cv_ld_force_load" = "yes"; then
9251 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\"`'
9252 else
9253 whole_archive_flag_spec=''
9254 fi
9255 link_all_deplibs=yes
9256 allow_undefined_flag="$_lt_dar_allow_undefined"
9257 case $cc_basename in
9258 ifort*) _lt_dar_can_shared=yes ;;
9259 *) _lt_dar_can_shared=$GCC ;;
9260 esac
9261 if test "$_lt_dar_can_shared" = "yes"; then
9262 output_verbose_link_cmd=func_echo_all
9263 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9264 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9265 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}"
9266 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}"
9267
9268 else
9269 ld_shlibs=no
9270 fi
9271
9272 ;;
9273
9274 dgux*)
9275 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9276 hardcode_libdir_flag_spec='-L$libdir'
9277 hardcode_shlibpath_var=no
9278 ;;
9279
9280 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9281 # support. Future versions do this automatically, but an explicit c++rt0.o
9282 # does not break anything, and helps significantly (at the cost of a little
9283 # extra space).
9284 freebsd2.2*)
9285 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9286 hardcode_libdir_flag_spec='-R$libdir'
9287 hardcode_direct=yes
9288 hardcode_shlibpath_var=no
9289 ;;
9290
9291 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9292 freebsd2.*)
9293 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9294 hardcode_direct=yes
9295 hardcode_minus_L=yes
9296 hardcode_shlibpath_var=no
9297 ;;
9298
9299 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9300 freebsd* | dragonfly*)
9301 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9302 hardcode_libdir_flag_spec='-R$libdir'
9303 hardcode_direct=yes
9304 hardcode_shlibpath_var=no
9305 ;;
9306
9307 hpux9*)
9308 if test "$GCC" = yes; then
9309 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'
9310 else
9311 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'
9312 fi
9313 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9314 hardcode_libdir_separator=:
9315 hardcode_direct=yes
9316
9317 # hardcode_minus_L: Not really in the search PATH,
9318 # but as the default location of the library.
9319 hardcode_minus_L=yes
9320 export_dynamic_flag_spec='${wl}-E'
9321 ;;
9322
9323 hpux10*)
9324 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9325 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9326 else
9327 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9328 fi
9329 if test "$with_gnu_ld" = no; then
9330 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9331 hardcode_libdir_flag_spec_ld='+b $libdir'
9332 hardcode_libdir_separator=:
9333 hardcode_direct=yes
9334 hardcode_direct_absolute=yes
9335 export_dynamic_flag_spec='${wl}-E'
9336 # hardcode_minus_L: Not really in the search PATH,
9337 # but as the default location of the library.
9338 hardcode_minus_L=yes
9339 fi
9340 ;;
9341
9342 hpux11*)
9343 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9344 case $host_cpu in
9345 hppa*64*)
9346 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9347 ;;
9348 ia64*)
9349 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9350 ;;
9351 *)
9352 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9353 ;;
9354 esac
9355 else
9356 case $host_cpu in
9357 hppa*64*)
9358 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9359 ;;
9360 ia64*)
9361 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9362 ;;
9363 *)
9364
9365 # Older versions of the 11.00 compiler do not understand -b yet
9366 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9368 $as_echo_n "checking if $CC understands -b... " >&6; }
9369 if ${lt_cv_prog_compiler__b+:} false; then :
9370 $as_echo_n "(cached) " >&6
9371 else
9372 lt_cv_prog_compiler__b=no
9373 save_LDFLAGS="$LDFLAGS"
9374 LDFLAGS="$LDFLAGS -b"
9375 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9376 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9377 # The linker can only warn and ignore the option if not recognized
9378 # So say no if there are warnings
9379 if test -s conftest.err; then
9380 # Append any errors to the config.log.
9381 cat conftest.err 1>&5
9382 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9383 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9384 if diff conftest.exp conftest.er2 >/dev/null; then
9385 lt_cv_prog_compiler__b=yes
9386 fi
9387 else
9388 lt_cv_prog_compiler__b=yes
9389 fi
9390 fi
9391 $RM -r conftest*
9392 LDFLAGS="$save_LDFLAGS"
9393
9394 fi
9395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9396 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9397
9398 if test x"$lt_cv_prog_compiler__b" = xyes; then
9399 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9400 else
9401 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9402 fi
9403
9404 ;;
9405 esac
9406 fi
9407 if test "$with_gnu_ld" = no; then
9408 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9409 hardcode_libdir_separator=:
9410
9411 case $host_cpu in
9412 hppa*64*|ia64*)
9413 hardcode_direct=no
9414 hardcode_shlibpath_var=no
9415 ;;
9416 *)
9417 hardcode_direct=yes
9418 hardcode_direct_absolute=yes
9419 export_dynamic_flag_spec='${wl}-E'
9420
9421 # hardcode_minus_L: Not really in the search PATH,
9422 # but as the default location of the library.
9423 hardcode_minus_L=yes
9424 ;;
9425 esac
9426 fi
9427 ;;
9428
9429 irix5* | irix6* | nonstopux*)
9430 if test "$GCC" = yes; then
9431 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'
9432 # Try to use the -exported_symbol ld option, if it does not
9433 # work, assume that -exports_file does not work either and
9434 # implicitly export all symbols.
9435 save_LDFLAGS="$LDFLAGS"
9436 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9438 /* end confdefs.h. */
9439 int foo(void) {}
9440 _ACEOF
9441 if ac_fn_c_try_link "$LINENO"; then :
9442 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'
9443
9444 fi
9445 rm -f core conftest.err conftest.$ac_objext \
9446 conftest$ac_exeext conftest.$ac_ext
9447 LDFLAGS="$save_LDFLAGS"
9448 else
9449 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'
9450 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'
9451 fi
9452 archive_cmds_need_lc='no'
9453 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9454 hardcode_libdir_separator=:
9455 inherit_rpath=yes
9456 link_all_deplibs=yes
9457 ;;
9458
9459 netbsd*)
9460 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9461 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9462 else
9463 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9464 fi
9465 hardcode_libdir_flag_spec='-R$libdir'
9466 hardcode_direct=yes
9467 hardcode_shlibpath_var=no
9468 ;;
9469
9470 newsos6)
9471 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9472 hardcode_direct=yes
9473 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9474 hardcode_libdir_separator=:
9475 hardcode_shlibpath_var=no
9476 ;;
9477
9478 *nto* | *qnx*)
9479 ;;
9480
9481 openbsd*)
9482 if test -f /usr/libexec/ld.so; then
9483 hardcode_direct=yes
9484 hardcode_shlibpath_var=no
9485 hardcode_direct_absolute=yes
9486 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9487 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9488 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9489 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9490 export_dynamic_flag_spec='${wl}-E'
9491 else
9492 case $host_os in
9493 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9494 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9495 hardcode_libdir_flag_spec='-R$libdir'
9496 ;;
9497 *)
9498 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9499 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9500 ;;
9501 esac
9502 fi
9503 else
9504 ld_shlibs=no
9505 fi
9506 ;;
9507
9508 os2*)
9509 hardcode_libdir_flag_spec='-L$libdir'
9510 hardcode_minus_L=yes
9511 allow_undefined_flag=unsupported
9512 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'
9513 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9514 ;;
9515
9516 osf3*)
9517 if test "$GCC" = yes; then
9518 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9519 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'
9520 else
9521 allow_undefined_flag=' -expect_unresolved \*'
9522 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'
9523 fi
9524 archive_cmds_need_lc='no'
9525 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9526 hardcode_libdir_separator=:
9527 ;;
9528
9529 osf4* | osf5*) # as osf3* with the addition of -msym flag
9530 if test "$GCC" = yes; then
9531 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9532 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'
9533 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9534 else
9535 allow_undefined_flag=' -expect_unresolved \*'
9536 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'
9537 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~
9538 $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'
9539
9540 # Both c and cxx compiler support -rpath directly
9541 hardcode_libdir_flag_spec='-rpath $libdir'
9542 fi
9543 archive_cmds_need_lc='no'
9544 hardcode_libdir_separator=:
9545 ;;
9546
9547 solaris*)
9548 no_undefined_flag=' -z defs'
9549 if test "$GCC" = yes; then
9550 wlarc='${wl}'
9551 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9552 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9553 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9554 else
9555 case `$CC -V 2>&1` in
9556 *"Compilers 5.0"*)
9557 wlarc=''
9558 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9559 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9560 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9561 ;;
9562 *)
9563 wlarc='${wl}'
9564 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9565 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9566 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9567 ;;
9568 esac
9569 fi
9570 hardcode_libdir_flag_spec='-R$libdir'
9571 hardcode_shlibpath_var=no
9572 case $host_os in
9573 solaris2.[0-5] | solaris2.[0-5].*) ;;
9574 *)
9575 # The compiler driver will combine and reorder linker options,
9576 # but understands `-z linker_flag'. GCC discards it without `$wl',
9577 # but is careful enough not to reorder.
9578 # Supported since Solaris 2.6 (maybe 2.5.1?)
9579 if test "$GCC" = yes; then
9580 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9581 else
9582 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9583 fi
9584 ;;
9585 esac
9586 link_all_deplibs=yes
9587 ;;
9588
9589 sunos4*)
9590 if test "x$host_vendor" = xsequent; then
9591 # Use $CC to link under sequent, because it throws in some extra .o
9592 # files that make .init and .fini sections work.
9593 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9594 else
9595 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9596 fi
9597 hardcode_libdir_flag_spec='-L$libdir'
9598 hardcode_direct=yes
9599 hardcode_minus_L=yes
9600 hardcode_shlibpath_var=no
9601 ;;
9602
9603 sysv4)
9604 case $host_vendor in
9605 sni)
9606 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9607 hardcode_direct=yes # is this really true???
9608 ;;
9609 siemens)
9610 ## LD is ld it makes a PLAMLIB
9611 ## CC just makes a GrossModule.
9612 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9613 reload_cmds='$CC -r -o $output$reload_objs'
9614 hardcode_direct=no
9615 ;;
9616 motorola)
9617 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9618 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9619 ;;
9620 esac
9621 runpath_var='LD_RUN_PATH'
9622 hardcode_shlibpath_var=no
9623 ;;
9624
9625 sysv4.3*)
9626 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9627 hardcode_shlibpath_var=no
9628 export_dynamic_flag_spec='-Bexport'
9629 ;;
9630
9631 sysv4*MP*)
9632 if test -d /usr/nec; then
9633 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9634 hardcode_shlibpath_var=no
9635 runpath_var=LD_RUN_PATH
9636 hardcode_runpath_var=yes
9637 ld_shlibs=yes
9638 fi
9639 ;;
9640
9641 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9642 no_undefined_flag='${wl}-z,text'
9643 archive_cmds_need_lc=no
9644 hardcode_shlibpath_var=no
9645 runpath_var='LD_RUN_PATH'
9646
9647 if test "$GCC" = yes; then
9648 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9649 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9650 else
9651 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9652 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9653 fi
9654 ;;
9655
9656 sysv5* | sco3.2v5* | sco5v6*)
9657 # Note: We can NOT use -z defs as we might desire, because we do not
9658 # link with -lc, and that would cause any symbols used from libc to
9659 # always be unresolved, which means just about no library would
9660 # ever link correctly. If we're not using GNU ld we use -z text
9661 # though, which does catch some bad symbols but isn't as heavy-handed
9662 # as -z defs.
9663 no_undefined_flag='${wl}-z,text'
9664 allow_undefined_flag='${wl}-z,nodefs'
9665 archive_cmds_need_lc=no
9666 hardcode_shlibpath_var=no
9667 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9668 hardcode_libdir_separator=':'
9669 link_all_deplibs=yes
9670 export_dynamic_flag_spec='${wl}-Bexport'
9671 runpath_var='LD_RUN_PATH'
9672
9673 if test "$GCC" = yes; then
9674 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9675 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9676 else
9677 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9678 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9679 fi
9680 ;;
9681
9682 uts4*)
9683 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9684 hardcode_libdir_flag_spec='-L$libdir'
9685 hardcode_shlibpath_var=no
9686 ;;
9687
9688 *)
9689 ld_shlibs=no
9690 ;;
9691 esac
9692
9693 if test x$host_vendor = xsni; then
9694 case $host in
9695 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9696 export_dynamic_flag_spec='${wl}-Blargedynsym'
9697 ;;
9698 esac
9699 fi
9700 fi
9701
9702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9703 $as_echo "$ld_shlibs" >&6; }
9704 test "$ld_shlibs" = no && can_build_shared=no
9705
9706 with_gnu_ld=$with_gnu_ld
9707
9708
9709
9710
9711
9712
9713
9714
9715
9716
9717
9718
9719
9720
9721
9722 #
9723 # Do we need to explicitly link libc?
9724 #
9725 case "x$archive_cmds_need_lc" in
9726 x|xyes)
9727 # Assume -lc should be added
9728 archive_cmds_need_lc=yes
9729
9730 if test "$enable_shared" = yes && test "$GCC" = yes; then
9731 case $archive_cmds in
9732 *'~'*)
9733 # FIXME: we may have to deal with multi-command sequences.
9734 ;;
9735 '$CC '*)
9736 # Test whether the compiler implicitly links with -lc since on some
9737 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9738 # to ld, don't add -lc before -lgcc.
9739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9740 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9741 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9742 $as_echo_n "(cached) " >&6
9743 else
9744 $RM conftest*
9745 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9746
9747 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9748 (eval $ac_compile) 2>&5
9749 ac_status=$?
9750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9751 test $ac_status = 0; } 2>conftest.err; then
9752 soname=conftest
9753 lib=conftest
9754 libobjs=conftest.$ac_objext
9755 deplibs=
9756 wl=$lt_prog_compiler_wl
9757 pic_flag=$lt_prog_compiler_pic
9758 compiler_flags=-v
9759 linker_flags=-v
9760 verstring=
9761 output_objdir=.
9762 libname=conftest
9763 lt_save_allow_undefined_flag=$allow_undefined_flag
9764 allow_undefined_flag=
9765 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9766 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9767 ac_status=$?
9768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9769 test $ac_status = 0; }
9770 then
9771 lt_cv_archive_cmds_need_lc=no
9772 else
9773 lt_cv_archive_cmds_need_lc=yes
9774 fi
9775 allow_undefined_flag=$lt_save_allow_undefined_flag
9776 else
9777 cat conftest.err 1>&5
9778 fi
9779 $RM conftest*
9780
9781 fi
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9783 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9784 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9785 ;;
9786 esac
9787 fi
9788 ;;
9789 esac
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
9923
9924
9925
9926
9927
9928
9929
9930
9931
9932
9933
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9948 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9949
9950 if test "$GCC" = yes; then
9951 case $host_os in
9952 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9953 *) lt_awk_arg="/^libraries:/" ;;
9954 esac
9955 case $host_os in
9956 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9957 *) lt_sed_strip_eq="s,=/,/,g" ;;
9958 esac
9959 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9960 case $lt_search_path_spec in
9961 *\;*)
9962 # if the path contains ";" then we assume it to be the separator
9963 # otherwise default to the standard path separator (i.e. ":") - it is
9964 # assumed that no part of a normal pathname contains ";" but that should
9965 # okay in the real world where ";" in dirpaths is itself problematic.
9966 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9967 ;;
9968 *)
9969 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9970 ;;
9971 esac
9972 # Ok, now we have the path, separated by spaces, we can step through it
9973 # and add multilib dir if necessary.
9974 lt_tmp_lt_search_path_spec=
9975 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9976 for lt_sys_path in $lt_search_path_spec; do
9977 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9978 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9979 else
9980 test -d "$lt_sys_path" && \
9981 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9982 fi
9983 done
9984 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9985 BEGIN {RS=" "; FS="/|\n";} {
9986 lt_foo="";
9987 lt_count=0;
9988 for (lt_i = NF; lt_i > 0; lt_i--) {
9989 if ($lt_i != "" && $lt_i != ".") {
9990 if ($lt_i == "..") {
9991 lt_count++;
9992 } else {
9993 if (lt_count == 0) {
9994 lt_foo="/" $lt_i lt_foo;
9995 } else {
9996 lt_count--;
9997 }
9998 }
9999 }
10000 }
10001 if (lt_foo != "") { lt_freq[lt_foo]++; }
10002 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10003 }'`
10004 # AWK program above erroneously prepends '/' to C:/dos/paths
10005 # for these hosts.
10006 case $host_os in
10007 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10008 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10009 esac
10010 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10011 else
10012 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10013 fi
10014 library_names_spec=
10015 libname_spec='lib$name'
10016 soname_spec=
10017 shrext_cmds=".so"
10018 postinstall_cmds=
10019 postuninstall_cmds=
10020 finish_cmds=
10021 finish_eval=
10022 shlibpath_var=
10023 shlibpath_overrides_runpath=unknown
10024 version_type=none
10025 dynamic_linker="$host_os ld.so"
10026 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10027 need_lib_prefix=unknown
10028 hardcode_into_libs=no
10029
10030 # when you set need_version to no, make sure it does not cause -set_version
10031 # flags to be left without arguments
10032 need_version=unknown
10033
10034 case $host_os in
10035 aix3*)
10036 version_type=linux
10037 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10038 shlibpath_var=LIBPATH
10039
10040 # AIX 3 has no versioning support, so we append a major version to the name.
10041 soname_spec='${libname}${release}${shared_ext}$major'
10042 ;;
10043
10044 aix[4-9]*)
10045 version_type=linux
10046 need_lib_prefix=no
10047 need_version=no
10048 hardcode_into_libs=yes
10049 if test "$host_cpu" = ia64; then
10050 # AIX 5 supports IA64
10051 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10052 shlibpath_var=LD_LIBRARY_PATH
10053 else
10054 # With GCC up to 2.95.x, collect2 would create an import file
10055 # for dependence libraries. The import file would start with
10056 # the line `#! .'. This would cause the generated library to
10057 # depend on `.', always an invalid library. This was fixed in
10058 # development snapshots of GCC prior to 3.0.
10059 case $host_os in
10060 aix4 | aix4.[01] | aix4.[01].*)
10061 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10062 echo ' yes '
10063 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10064 :
10065 else
10066 can_build_shared=no
10067 fi
10068 ;;
10069 esac
10070 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10071 # soname into executable. Probably we can add versioning support to
10072 # collect2, so additional links can be useful in future.
10073 if test "$aix_use_runtimelinking" = yes; then
10074 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10075 # instead of lib<name>.a to let people know that these are not
10076 # typical AIX shared libraries.
10077 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10078 else
10079 # We preserve .a as extension for shared libraries through AIX4.2
10080 # and later when we are not doing run time linking.
10081 library_names_spec='${libname}${release}.a $libname.a'
10082 soname_spec='${libname}${release}${shared_ext}$major'
10083 fi
10084 shlibpath_var=LIBPATH
10085 fi
10086 ;;
10087
10088 amigaos*)
10089 case $host_cpu in
10090 powerpc)
10091 # Since July 2007 AmigaOS4 officially supports .so libraries.
10092 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10093 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10094 ;;
10095 m68k)
10096 library_names_spec='$libname.ixlibrary $libname.a'
10097 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10098 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'
10099 ;;
10100 esac
10101 ;;
10102
10103 beos*)
10104 library_names_spec='${libname}${shared_ext}'
10105 dynamic_linker="$host_os ld.so"
10106 shlibpath_var=LIBRARY_PATH
10107 ;;
10108
10109 bsdi[45]*)
10110 version_type=linux
10111 need_version=no
10112 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10113 soname_spec='${libname}${release}${shared_ext}$major'
10114 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10115 shlibpath_var=LD_LIBRARY_PATH
10116 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10117 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10118 # the default ld.so.conf also contains /usr/contrib/lib and
10119 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10120 # libtool to hard-code these into programs
10121 ;;
10122
10123 cygwin* | mingw* | pw32* | cegcc*)
10124 version_type=windows
10125 shrext_cmds=".dll"
10126 need_version=no
10127 need_lib_prefix=no
10128
10129 case $GCC,$host_os in
10130 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10131 library_names_spec='$libname.dll.a'
10132 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10133 postinstall_cmds='base_file=`basename \${file}`~
10134 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10135 dldir=$destdir/`dirname \$dlpath`~
10136 test -d \$dldir || mkdir -p \$dldir~
10137 $install_prog $dir/$dlname \$dldir/$dlname~
10138 chmod a+x \$dldir/$dlname~
10139 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10140 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10141 fi'
10142 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10143 dlpath=$dir/\$dldll~
10144 $RM \$dlpath'
10145 shlibpath_overrides_runpath=yes
10146
10147 case $host_os in
10148 cygwin*)
10149 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10150 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10151
10152 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10153 ;;
10154 mingw* | cegcc*)
10155 # MinGW DLLs use traditional 'lib' prefix
10156 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10157 ;;
10158 pw32*)
10159 # pw32 DLLs use 'pw' prefix rather than 'lib'
10160 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10161 ;;
10162 esac
10163 ;;
10164
10165 *)
10166 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10167 ;;
10168 esac
10169 dynamic_linker='Win32 ld.exe'
10170 # FIXME: first we should search . and the directory the executable is in
10171 shlibpath_var=PATH
10172 ;;
10173
10174 darwin* | rhapsody*)
10175 dynamic_linker="$host_os dyld"
10176 version_type=darwin
10177 need_lib_prefix=no
10178 need_version=no
10179 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10180 soname_spec='${libname}${release}${major}$shared_ext'
10181 shlibpath_overrides_runpath=yes
10182 shlibpath_var=DYLD_LIBRARY_PATH
10183 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10184
10185 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10186 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10187 ;;
10188
10189 dgux*)
10190 version_type=linux
10191 need_lib_prefix=no
10192 need_version=no
10193 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10194 soname_spec='${libname}${release}${shared_ext}$major'
10195 shlibpath_var=LD_LIBRARY_PATH
10196 ;;
10197
10198 freebsd* | dragonfly*)
10199 # DragonFly does not have aout. When/if they implement a new
10200 # versioning mechanism, adjust this.
10201 if test -x /usr/bin/objformat; then
10202 objformat=`/usr/bin/objformat`
10203 else
10204 case $host_os in
10205 freebsd[23].*) objformat=aout ;;
10206 *) objformat=elf ;;
10207 esac
10208 fi
10209 version_type=freebsd-$objformat
10210 case $version_type in
10211 freebsd-elf*)
10212 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10213 need_version=no
10214 need_lib_prefix=no
10215 ;;
10216 freebsd-*)
10217 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10218 need_version=yes
10219 ;;
10220 esac
10221 shlibpath_var=LD_LIBRARY_PATH
10222 case $host_os in
10223 freebsd2.*)
10224 shlibpath_overrides_runpath=yes
10225 ;;
10226 freebsd3.[01]* | freebsdelf3.[01]*)
10227 shlibpath_overrides_runpath=yes
10228 hardcode_into_libs=yes
10229 ;;
10230 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10231 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10232 shlibpath_overrides_runpath=no
10233 hardcode_into_libs=yes
10234 ;;
10235 *) # from 4.6 on, and DragonFly
10236 shlibpath_overrides_runpath=yes
10237 hardcode_into_libs=yes
10238 ;;
10239 esac
10240 ;;
10241
10242 haiku*)
10243 version_type=linux
10244 need_lib_prefix=no
10245 need_version=no
10246 dynamic_linker="$host_os runtime_loader"
10247 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10248 soname_spec='${libname}${release}${shared_ext}$major'
10249 shlibpath_var=LIBRARY_PATH
10250 shlibpath_overrides_runpath=yes
10251 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10252 hardcode_into_libs=yes
10253 ;;
10254
10255 hpux9* | hpux10* | hpux11*)
10256 # Give a soname corresponding to the major version so that dld.sl refuses to
10257 # link against other versions.
10258 version_type=sunos
10259 need_lib_prefix=no
10260 need_version=no
10261 case $host_cpu in
10262 ia64*)
10263 shrext_cmds='.so'
10264 hardcode_into_libs=yes
10265 dynamic_linker="$host_os dld.so"
10266 shlibpath_var=LD_LIBRARY_PATH
10267 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10268 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10269 soname_spec='${libname}${release}${shared_ext}$major'
10270 if test "X$HPUX_IA64_MODE" = X32; then
10271 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10272 else
10273 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10274 fi
10275 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10276 ;;
10277 hppa*64*)
10278 shrext_cmds='.sl'
10279 hardcode_into_libs=yes
10280 dynamic_linker="$host_os dld.sl"
10281 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10282 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10283 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10284 soname_spec='${libname}${release}${shared_ext}$major'
10285 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10286 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10287 ;;
10288 *)
10289 shrext_cmds='.sl'
10290 dynamic_linker="$host_os dld.sl"
10291 shlibpath_var=SHLIB_PATH
10292 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10293 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10294 soname_spec='${libname}${release}${shared_ext}$major'
10295 ;;
10296 esac
10297 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10298 postinstall_cmds='chmod 555 $lib'
10299 # or fails outright, so override atomically:
10300 install_override_mode=555
10301 ;;
10302
10303 interix[3-9]*)
10304 version_type=linux
10305 need_lib_prefix=no
10306 need_version=no
10307 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10308 soname_spec='${libname}${release}${shared_ext}$major'
10309 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10310 shlibpath_var=LD_LIBRARY_PATH
10311 shlibpath_overrides_runpath=no
10312 hardcode_into_libs=yes
10313 ;;
10314
10315 irix5* | irix6* | nonstopux*)
10316 case $host_os in
10317 nonstopux*) version_type=nonstopux ;;
10318 *)
10319 if test "$lt_cv_prog_gnu_ld" = yes; then
10320 version_type=linux
10321 else
10322 version_type=irix
10323 fi ;;
10324 esac
10325 need_lib_prefix=no
10326 need_version=no
10327 soname_spec='${libname}${release}${shared_ext}$major'
10328 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10329 case $host_os in
10330 irix5* | nonstopux*)
10331 libsuff= shlibsuff=
10332 ;;
10333 *)
10334 case $LD in # libtool.m4 will add one of these switches to LD
10335 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10336 libsuff= shlibsuff= libmagic=32-bit;;
10337 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10338 libsuff=32 shlibsuff=N32 libmagic=N32;;
10339 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10340 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10341 *) libsuff= shlibsuff= libmagic=never-match;;
10342 esac
10343 ;;
10344 esac
10345 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10346 shlibpath_overrides_runpath=no
10347 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10348 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10349 hardcode_into_libs=yes
10350 ;;
10351
10352 # No shared lib support for Linux oldld, aout, or coff.
10353 linux*oldld* | linux*aout* | linux*coff*)
10354 dynamic_linker=no
10355 ;;
10356
10357 # This must be Linux ELF.
10358 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10359 version_type=linux
10360 need_lib_prefix=no
10361 need_version=no
10362 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10363 soname_spec='${libname}${release}${shared_ext}$major'
10364 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10365 shlibpath_var=LD_LIBRARY_PATH
10366 shlibpath_overrides_runpath=no
10367
10368 # Some binutils ld are patched to set DT_RUNPATH
10369 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10370 $as_echo_n "(cached) " >&6
10371 else
10372 lt_cv_shlibpath_overrides_runpath=no
10373 save_LDFLAGS=$LDFLAGS
10374 save_libdir=$libdir
10375 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10376 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10378 /* end confdefs.h. */
10379
10380 int
10381 main ()
10382 {
10383
10384 ;
10385 return 0;
10386 }
10387 _ACEOF
10388 if ac_fn_c_try_link "$LINENO"; then :
10389 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10390 lt_cv_shlibpath_overrides_runpath=yes
10391 fi
10392 fi
10393 rm -f core conftest.err conftest.$ac_objext \
10394 conftest$ac_exeext conftest.$ac_ext
10395 LDFLAGS=$save_LDFLAGS
10396 libdir=$save_libdir
10397
10398 fi
10399
10400 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10401
10402 # This implies no fast_install, which is unacceptable.
10403 # Some rework will be needed to allow for fast_install
10404 # before this can be enabled.
10405 hardcode_into_libs=yes
10406
10407 # Append ld.so.conf contents to the search path
10408 if test -f /etc/ld.so.conf; then
10409 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' ' '`
10410 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10411 fi
10412
10413 # We used to test for /lib/ld.so.1 and disable shared libraries on
10414 # powerpc, because MkLinux only supported shared libraries with the
10415 # GNU dynamic linker. Since this was broken with cross compilers,
10416 # most powerpc-linux boxes support dynamic linking these days and
10417 # people can always --disable-shared, the test was removed, and we
10418 # assume the GNU/Linux dynamic linker is in use.
10419 dynamic_linker='GNU/Linux ld.so'
10420 ;;
10421
10422 netbsd*)
10423 version_type=sunos
10424 need_lib_prefix=no
10425 need_version=no
10426 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10427 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10428 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10429 dynamic_linker='NetBSD (a.out) ld.so'
10430 else
10431 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10432 soname_spec='${libname}${release}${shared_ext}$major'
10433 dynamic_linker='NetBSD ld.elf_so'
10434 fi
10435 shlibpath_var=LD_LIBRARY_PATH
10436 shlibpath_overrides_runpath=yes
10437 hardcode_into_libs=yes
10438 ;;
10439
10440 newsos6)
10441 version_type=linux
10442 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10443 shlibpath_var=LD_LIBRARY_PATH
10444 shlibpath_overrides_runpath=yes
10445 ;;
10446
10447 *nto* | *qnx*)
10448 version_type=qnx
10449 need_lib_prefix=no
10450 need_version=no
10451 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10452 soname_spec='${libname}${release}${shared_ext}$major'
10453 shlibpath_var=LD_LIBRARY_PATH
10454 shlibpath_overrides_runpath=no
10455 hardcode_into_libs=yes
10456 dynamic_linker='ldqnx.so'
10457 ;;
10458
10459 openbsd*)
10460 version_type=sunos
10461 sys_lib_dlsearch_path_spec="/usr/lib"
10462 need_lib_prefix=no
10463 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10464 case $host_os in
10465 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10466 *) need_version=no ;;
10467 esac
10468 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10469 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10470 shlibpath_var=LD_LIBRARY_PATH
10471 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10472 case $host_os in
10473 openbsd2.[89] | openbsd2.[89].*)
10474 shlibpath_overrides_runpath=no
10475 ;;
10476 *)
10477 shlibpath_overrides_runpath=yes
10478 ;;
10479 esac
10480 else
10481 shlibpath_overrides_runpath=yes
10482 fi
10483 ;;
10484
10485 os2*)
10486 libname_spec='$name'
10487 shrext_cmds=".dll"
10488 need_lib_prefix=no
10489 library_names_spec='$libname${shared_ext} $libname.a'
10490 dynamic_linker='OS/2 ld.exe'
10491 shlibpath_var=LIBPATH
10492 ;;
10493
10494 osf3* | osf4* | osf5*)
10495 version_type=osf
10496 need_lib_prefix=no
10497 need_version=no
10498 soname_spec='${libname}${release}${shared_ext}$major'
10499 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10500 shlibpath_var=LD_LIBRARY_PATH
10501 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10502 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10503 ;;
10504
10505 rdos*)
10506 dynamic_linker=no
10507 ;;
10508
10509 solaris*)
10510 version_type=linux
10511 need_lib_prefix=no
10512 need_version=no
10513 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10514 soname_spec='${libname}${release}${shared_ext}$major'
10515 shlibpath_var=LD_LIBRARY_PATH
10516 shlibpath_overrides_runpath=yes
10517 hardcode_into_libs=yes
10518 # ldd complains unless libraries are executable
10519 postinstall_cmds='chmod +x $lib'
10520 ;;
10521
10522 sunos4*)
10523 version_type=sunos
10524 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10525 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10526 shlibpath_var=LD_LIBRARY_PATH
10527 shlibpath_overrides_runpath=yes
10528 if test "$with_gnu_ld" = yes; then
10529 need_lib_prefix=no
10530 fi
10531 need_version=yes
10532 ;;
10533
10534 sysv4 | sysv4.3*)
10535 version_type=linux
10536 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10537 soname_spec='${libname}${release}${shared_ext}$major'
10538 shlibpath_var=LD_LIBRARY_PATH
10539 case $host_vendor in
10540 sni)
10541 shlibpath_overrides_runpath=no
10542 need_lib_prefix=no
10543 runpath_var=LD_RUN_PATH
10544 ;;
10545 siemens)
10546 need_lib_prefix=no
10547 ;;
10548 motorola)
10549 need_lib_prefix=no
10550 need_version=no
10551 shlibpath_overrides_runpath=no
10552 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10553 ;;
10554 esac
10555 ;;
10556
10557 sysv4*MP*)
10558 if test -d /usr/nec ;then
10559 version_type=linux
10560 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10561 soname_spec='$libname${shared_ext}.$major'
10562 shlibpath_var=LD_LIBRARY_PATH
10563 fi
10564 ;;
10565
10566 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10567 version_type=freebsd-elf
10568 need_lib_prefix=no
10569 need_version=no
10570 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10571 soname_spec='${libname}${release}${shared_ext}$major'
10572 shlibpath_var=LD_LIBRARY_PATH
10573 shlibpath_overrides_runpath=yes
10574 hardcode_into_libs=yes
10575 if test "$with_gnu_ld" = yes; then
10576 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10577 else
10578 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10579 case $host_os in
10580 sco3.2v5*)
10581 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10582 ;;
10583 esac
10584 fi
10585 sys_lib_dlsearch_path_spec='/usr/lib'
10586 ;;
10587
10588 tpf*)
10589 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10590 version_type=linux
10591 need_lib_prefix=no
10592 need_version=no
10593 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10594 shlibpath_var=LD_LIBRARY_PATH
10595 shlibpath_overrides_runpath=no
10596 hardcode_into_libs=yes
10597 ;;
10598
10599 uts4*)
10600 version_type=linux
10601 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10602 soname_spec='${libname}${release}${shared_ext}$major'
10603 shlibpath_var=LD_LIBRARY_PATH
10604 ;;
10605
10606 *)
10607 dynamic_linker=no
10608 ;;
10609 esac
10610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10611 $as_echo "$dynamic_linker" >&6; }
10612 test "$dynamic_linker" = no && can_build_shared=no
10613
10614 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10615 if test "$GCC" = yes; then
10616 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10617 fi
10618
10619 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10620 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10621 fi
10622 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10623 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10624 fi
10625
10626
10627
10628
10629
10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
10644
10645
10646
10647
10648
10649
10650
10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
10662
10663
10664
10665
10666
10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
10678
10679
10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
10693
10694
10695
10696
10697
10698
10699
10700
10701
10702
10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10718 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10719 hardcode_action=
10720 if test -n "$hardcode_libdir_flag_spec" ||
10721 test -n "$runpath_var" ||
10722 test "X$hardcode_automatic" = "Xyes" ; then
10723
10724 # We can hardcode non-existent directories.
10725 if test "$hardcode_direct" != no &&
10726 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10727 # have to relink, otherwise we might link with an installed library
10728 # when we should be linking with a yet-to-be-installed one
10729 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10730 test "$hardcode_minus_L" != no; then
10731 # Linking always hardcodes the temporary library directory.
10732 hardcode_action=relink
10733 else
10734 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10735 hardcode_action=immediate
10736 fi
10737 else
10738 # We cannot hardcode anything, or else we can only hardcode existing
10739 # directories.
10740 hardcode_action=unsupported
10741 fi
10742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10743 $as_echo "$hardcode_action" >&6; }
10744
10745 if test "$hardcode_action" = relink ||
10746 test "$inherit_rpath" = yes; then
10747 # Fast installation is not supported
10748 enable_fast_install=no
10749 elif test "$shlibpath_overrides_runpath" = yes ||
10750 test "$enable_shared" = no; then
10751 # Fast installation is not necessary
10752 enable_fast_install=needless
10753 fi
10754
10755
10756
10757
10758
10759
10760 if test "x$enable_dlopen" != xyes; then
10761 enable_dlopen=unknown
10762 enable_dlopen_self=unknown
10763 enable_dlopen_self_static=unknown
10764 else
10765 lt_cv_dlopen=no
10766 lt_cv_dlopen_libs=
10767
10768 case $host_os in
10769 beos*)
10770 lt_cv_dlopen="load_add_on"
10771 lt_cv_dlopen_libs=
10772 lt_cv_dlopen_self=yes
10773 ;;
10774
10775 mingw* | pw32* | cegcc*)
10776 lt_cv_dlopen="LoadLibrary"
10777 lt_cv_dlopen_libs=
10778 ;;
10779
10780 cygwin*)
10781 lt_cv_dlopen="dlopen"
10782 lt_cv_dlopen_libs=
10783 ;;
10784
10785 darwin*)
10786 # if libdl is installed we need to link against it
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10788 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10789 if ${ac_cv_lib_dl_dlopen+:} false; then :
10790 $as_echo_n "(cached) " >&6
10791 else
10792 ac_check_lib_save_LIBS=$LIBS
10793 LIBS="-ldl $LIBS"
10794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10795 /* end confdefs.h. */
10796
10797 /* Override any GCC internal prototype to avoid an error.
10798 Use char because int might match the return type of a GCC
10799 builtin and then its argument prototype would still apply. */
10800 #ifdef __cplusplus
10801 extern "C"
10802 #endif
10803 char dlopen ();
10804 int
10805 main ()
10806 {
10807 return dlopen ();
10808 ;
10809 return 0;
10810 }
10811 _ACEOF
10812 if ac_fn_c_try_link "$LINENO"; then :
10813 ac_cv_lib_dl_dlopen=yes
10814 else
10815 ac_cv_lib_dl_dlopen=no
10816 fi
10817 rm -f core conftest.err conftest.$ac_objext \
10818 conftest$ac_exeext conftest.$ac_ext
10819 LIBS=$ac_check_lib_save_LIBS
10820 fi
10821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10822 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10823 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10824 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10825 else
10826
10827 lt_cv_dlopen="dyld"
10828 lt_cv_dlopen_libs=
10829 lt_cv_dlopen_self=yes
10830
10831 fi
10832
10833 ;;
10834
10835 *)
10836 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10837 if test "x$ac_cv_func_shl_load" = xyes; then :
10838 lt_cv_dlopen="shl_load"
10839 else
10840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10841 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10842 if ${ac_cv_lib_dld_shl_load+:} false; then :
10843 $as_echo_n "(cached) " >&6
10844 else
10845 ac_check_lib_save_LIBS=$LIBS
10846 LIBS="-ldld $LIBS"
10847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10848 /* end confdefs.h. */
10849
10850 /* Override any GCC internal prototype to avoid an error.
10851 Use char because int might match the return type of a GCC
10852 builtin and then its argument prototype would still apply. */
10853 #ifdef __cplusplus
10854 extern "C"
10855 #endif
10856 char shl_load ();
10857 int
10858 main ()
10859 {
10860 return shl_load ();
10861 ;
10862 return 0;
10863 }
10864 _ACEOF
10865 if ac_fn_c_try_link "$LINENO"; then :
10866 ac_cv_lib_dld_shl_load=yes
10867 else
10868 ac_cv_lib_dld_shl_load=no
10869 fi
10870 rm -f core conftest.err conftest.$ac_objext \
10871 conftest$ac_exeext conftest.$ac_ext
10872 LIBS=$ac_check_lib_save_LIBS
10873 fi
10874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10875 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10876 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10877 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10878 else
10879 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10880 if test "x$ac_cv_func_dlopen" = xyes; then :
10881 lt_cv_dlopen="dlopen"
10882 else
10883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10884 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10885 if ${ac_cv_lib_dl_dlopen+:} false; then :
10886 $as_echo_n "(cached) " >&6
10887 else
10888 ac_check_lib_save_LIBS=$LIBS
10889 LIBS="-ldl $LIBS"
10890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10891 /* end confdefs.h. */
10892
10893 /* Override any GCC internal prototype to avoid an error.
10894 Use char because int might match the return type of a GCC
10895 builtin and then its argument prototype would still apply. */
10896 #ifdef __cplusplus
10897 extern "C"
10898 #endif
10899 char dlopen ();
10900 int
10901 main ()
10902 {
10903 return dlopen ();
10904 ;
10905 return 0;
10906 }
10907 _ACEOF
10908 if ac_fn_c_try_link "$LINENO"; then :
10909 ac_cv_lib_dl_dlopen=yes
10910 else
10911 ac_cv_lib_dl_dlopen=no
10912 fi
10913 rm -f core conftest.err conftest.$ac_objext \
10914 conftest$ac_exeext conftest.$ac_ext
10915 LIBS=$ac_check_lib_save_LIBS
10916 fi
10917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10918 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10919 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10920 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10921 else
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10923 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10924 if ${ac_cv_lib_svld_dlopen+:} false; then :
10925 $as_echo_n "(cached) " >&6
10926 else
10927 ac_check_lib_save_LIBS=$LIBS
10928 LIBS="-lsvld $LIBS"
10929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10930 /* end confdefs.h. */
10931
10932 /* Override any GCC internal prototype to avoid an error.
10933 Use char because int might match the return type of a GCC
10934 builtin and then its argument prototype would still apply. */
10935 #ifdef __cplusplus
10936 extern "C"
10937 #endif
10938 char dlopen ();
10939 int
10940 main ()
10941 {
10942 return dlopen ();
10943 ;
10944 return 0;
10945 }
10946 _ACEOF
10947 if ac_fn_c_try_link "$LINENO"; then :
10948 ac_cv_lib_svld_dlopen=yes
10949 else
10950 ac_cv_lib_svld_dlopen=no
10951 fi
10952 rm -f core conftest.err conftest.$ac_objext \
10953 conftest$ac_exeext conftest.$ac_ext
10954 LIBS=$ac_check_lib_save_LIBS
10955 fi
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10957 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10958 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10959 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10960 else
10961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10962 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10963 if ${ac_cv_lib_dld_dld_link+:} false; then :
10964 $as_echo_n "(cached) " >&6
10965 else
10966 ac_check_lib_save_LIBS=$LIBS
10967 LIBS="-ldld $LIBS"
10968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10969 /* end confdefs.h. */
10970
10971 /* Override any GCC internal prototype to avoid an error.
10972 Use char because int might match the return type of a GCC
10973 builtin and then its argument prototype would still apply. */
10974 #ifdef __cplusplus
10975 extern "C"
10976 #endif
10977 char dld_link ();
10978 int
10979 main ()
10980 {
10981 return dld_link ();
10982 ;
10983 return 0;
10984 }
10985 _ACEOF
10986 if ac_fn_c_try_link "$LINENO"; then :
10987 ac_cv_lib_dld_dld_link=yes
10988 else
10989 ac_cv_lib_dld_dld_link=no
10990 fi
10991 rm -f core conftest.err conftest.$ac_objext \
10992 conftest$ac_exeext conftest.$ac_ext
10993 LIBS=$ac_check_lib_save_LIBS
10994 fi
10995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10996 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10997 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10998 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10999 fi
11000
11001
11002 fi
11003
11004
11005 fi
11006
11007
11008 fi
11009
11010
11011 fi
11012
11013
11014 fi
11015
11016 ;;
11017 esac
11018
11019 if test "x$lt_cv_dlopen" != xno; then
11020 enable_dlopen=yes
11021 else
11022 enable_dlopen=no
11023 fi
11024
11025 case $lt_cv_dlopen in
11026 dlopen)
11027 save_CPPFLAGS="$CPPFLAGS"
11028 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11029
11030 save_LDFLAGS="$LDFLAGS"
11031 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11032
11033 save_LIBS="$LIBS"
11034 LIBS="$lt_cv_dlopen_libs $LIBS"
11035
11036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11037 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11038 if ${lt_cv_dlopen_self+:} false; then :
11039 $as_echo_n "(cached) " >&6
11040 else
11041 if test "$cross_compiling" = yes; then :
11042 lt_cv_dlopen_self=cross
11043 else
11044 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11045 lt_status=$lt_dlunknown
11046 cat > conftest.$ac_ext <<_LT_EOF
11047 #line 11047 "configure"
11048 #include "confdefs.h"
11049
11050 #if HAVE_DLFCN_H
11051 #include <dlfcn.h>
11052 #endif
11053
11054 #include <stdio.h>
11055
11056 #ifdef RTLD_GLOBAL
11057 # define LT_DLGLOBAL RTLD_GLOBAL
11058 #else
11059 # ifdef DL_GLOBAL
11060 # define LT_DLGLOBAL DL_GLOBAL
11061 # else
11062 # define LT_DLGLOBAL 0
11063 # endif
11064 #endif
11065
11066 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11067 find out it does not work in some platform. */
11068 #ifndef LT_DLLAZY_OR_NOW
11069 # ifdef RTLD_LAZY
11070 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11071 # else
11072 # ifdef DL_LAZY
11073 # define LT_DLLAZY_OR_NOW DL_LAZY
11074 # else
11075 # ifdef RTLD_NOW
11076 # define LT_DLLAZY_OR_NOW RTLD_NOW
11077 # else
11078 # ifdef DL_NOW
11079 # define LT_DLLAZY_OR_NOW DL_NOW
11080 # else
11081 # define LT_DLLAZY_OR_NOW 0
11082 # endif
11083 # endif
11084 # endif
11085 # endif
11086 #endif
11087
11088 /* When -fvisbility=hidden is used, assume the code has been annotated
11089 correspondingly for the symbols needed. */
11090 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11091 void fnord () __attribute__((visibility("default")));
11092 #endif
11093
11094 void fnord () { int i=42; }
11095 int main ()
11096 {
11097 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11098 int status = $lt_dlunknown;
11099
11100 if (self)
11101 {
11102 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11103 else
11104 {
11105 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11106 else puts (dlerror ());
11107 }
11108 /* dlclose (self); */
11109 }
11110 else
11111 puts (dlerror ());
11112
11113 return status;
11114 }
11115 _LT_EOF
11116 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11117 (eval $ac_link) 2>&5
11118 ac_status=$?
11119 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11120 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11121 (./conftest; exit; ) >&5 2>/dev/null
11122 lt_status=$?
11123 case x$lt_status in
11124 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11125 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11126 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11127 esac
11128 else :
11129 # compilation failed
11130 lt_cv_dlopen_self=no
11131 fi
11132 fi
11133 rm -fr conftest*
11134
11135
11136 fi
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11138 $as_echo "$lt_cv_dlopen_self" >&6; }
11139
11140 if test "x$lt_cv_dlopen_self" = xyes; then
11141 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11143 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11144 if ${lt_cv_dlopen_self_static+:} false; then :
11145 $as_echo_n "(cached) " >&6
11146 else
11147 if test "$cross_compiling" = yes; then :
11148 lt_cv_dlopen_self_static=cross
11149 else
11150 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11151 lt_status=$lt_dlunknown
11152 cat > conftest.$ac_ext <<_LT_EOF
11153 #line 11153 "configure"
11154 #include "confdefs.h"
11155
11156 #if HAVE_DLFCN_H
11157 #include <dlfcn.h>
11158 #endif
11159
11160 #include <stdio.h>
11161
11162 #ifdef RTLD_GLOBAL
11163 # define LT_DLGLOBAL RTLD_GLOBAL
11164 #else
11165 # ifdef DL_GLOBAL
11166 # define LT_DLGLOBAL DL_GLOBAL
11167 # else
11168 # define LT_DLGLOBAL 0
11169 # endif
11170 #endif
11171
11172 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11173 find out it does not work in some platform. */
11174 #ifndef LT_DLLAZY_OR_NOW
11175 # ifdef RTLD_LAZY
11176 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11177 # else
11178 # ifdef DL_LAZY
11179 # define LT_DLLAZY_OR_NOW DL_LAZY
11180 # else
11181 # ifdef RTLD_NOW
11182 # define LT_DLLAZY_OR_NOW RTLD_NOW
11183 # else
11184 # ifdef DL_NOW
11185 # define LT_DLLAZY_OR_NOW DL_NOW
11186 # else
11187 # define LT_DLLAZY_OR_NOW 0
11188 # endif
11189 # endif
11190 # endif
11191 # endif
11192 #endif
11193
11194 /* When -fvisbility=hidden is used, assume the code has been annotated
11195 correspondingly for the symbols needed. */
11196 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11197 void fnord () __attribute__((visibility("default")));
11198 #endif
11199
11200 void fnord () { int i=42; }
11201 int main ()
11202 {
11203 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11204 int status = $lt_dlunknown;
11205
11206 if (self)
11207 {
11208 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11209 else
11210 {
11211 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11212 else puts (dlerror ());
11213 }
11214 /* dlclose (self); */
11215 }
11216 else
11217 puts (dlerror ());
11218
11219 return status;
11220 }
11221 _LT_EOF
11222 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11223 (eval $ac_link) 2>&5
11224 ac_status=$?
11225 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11226 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11227 (./conftest; exit; ) >&5 2>/dev/null
11228 lt_status=$?
11229 case x$lt_status in
11230 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11231 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11232 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11233 esac
11234 else :
11235 # compilation failed
11236 lt_cv_dlopen_self_static=no
11237 fi
11238 fi
11239 rm -fr conftest*
11240
11241
11242 fi
11243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11244 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11245 fi
11246
11247 CPPFLAGS="$save_CPPFLAGS"
11248 LDFLAGS="$save_LDFLAGS"
11249 LIBS="$save_LIBS"
11250 ;;
11251 esac
11252
11253 case $lt_cv_dlopen_self in
11254 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11255 *) enable_dlopen_self=unknown ;;
11256 esac
11257
11258 case $lt_cv_dlopen_self_static in
11259 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11260 *) enable_dlopen_self_static=unknown ;;
11261 esac
11262 fi
11263
11264
11265
11266
11267
11268
11269
11270
11271
11272
11273
11274
11275
11276
11277
11278
11279
11280 striplib=
11281 old_striplib=
11282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11283 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11284 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11285 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11286 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11288 $as_echo "yes" >&6; }
11289 else
11290 # FIXME - insert some real tests, host_os isn't really good enough
11291 case $host_os in
11292 darwin*)
11293 if test -n "$STRIP" ; then
11294 striplib="$STRIP -x"
11295 old_striplib="$STRIP -S"
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11297 $as_echo "yes" >&6; }
11298 else
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11300 $as_echo "no" >&6; }
11301 fi
11302 ;;
11303 *)
11304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11305 $as_echo "no" >&6; }
11306 ;;
11307 esac
11308 fi
11309
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321 # Report which library types will actually be built
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11323 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11325 $as_echo "$can_build_shared" >&6; }
11326
11327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11328 $as_echo_n "checking whether to build shared libraries... " >&6; }
11329 test "$can_build_shared" = "no" && enable_shared=no
11330
11331 # On AIX, shared libraries and static libraries use the same namespace, and
11332 # are all built from PIC.
11333 case $host_os in
11334 aix3*)
11335 test "$enable_shared" = yes && enable_static=no
11336 if test -n "$RANLIB"; then
11337 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11338 postinstall_cmds='$RANLIB $lib'
11339 fi
11340 ;;
11341
11342 aix[4-9]*)
11343 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11344 test "$enable_shared" = yes && enable_static=no
11345 fi
11346 ;;
11347 esac
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11349 $as_echo "$enable_shared" >&6; }
11350
11351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11352 $as_echo_n "checking whether to build static libraries... " >&6; }
11353 # Make sure either enable_shared or enable_static is yes.
11354 test "$enable_shared" = yes || enable_static=yes
11355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11356 $as_echo "$enable_static" >&6; }
11357
11358
11359
11360
11361 fi
11362 ac_ext=c
11363 ac_cpp='$CPP $CPPFLAGS'
11364 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11365 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11366 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11367
11368 CC="$lt_save_CC"
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
11382 ac_config_commands="$ac_config_commands libtool"
11383
11384
11385
11386
11387 # Only expand once:
11388
11389
11390
11391 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11392
11393 # The tests for host and target for $enable_largefile require
11394 # canonical names.
11395
11396
11397
11398 # As the $enable_largefile decision depends on --enable-plugins we must set it
11399 # even in directories otherwise not depending on the $plugins option.
11400
11401
11402 maybe_plugins=no
11403 for ac_header in dlfcn.h
11404 do :
11405 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11406 "
11407 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11408 cat >>confdefs.h <<_ACEOF
11409 #define HAVE_DLFCN_H 1
11410 _ACEOF
11411 maybe_plugins=yes
11412 fi
11413
11414 done
11415
11416 for ac_header in windows.h
11417 do :
11418 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11419 "
11420 if test "x$ac_cv_header_windows_h" = xyes; then :
11421 cat >>confdefs.h <<_ACEOF
11422 #define HAVE_WINDOWS_H 1
11423 _ACEOF
11424 maybe_plugins=yes
11425 fi
11426
11427 done
11428
11429
11430 # Check whether --enable-plugins was given.
11431 if test "${enable_plugins+set}" = set; then :
11432 enableval=$enable_plugins; case "${enableval}" in
11433 no) plugins=no ;;
11434 *) plugins=yes
11435 if test "$maybe_plugins" != "yes" ; then
11436 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11437 fi ;;
11438 esac
11439 else
11440 plugins=$maybe_plugins
11441
11442 fi
11443
11444 if test "$plugins" = "yes"; then
11445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11446 $as_echo_n "checking for library containing dlsym... " >&6; }
11447 if ${ac_cv_search_dlsym+:} false; then :
11448 $as_echo_n "(cached) " >&6
11449 else
11450 ac_func_search_save_LIBS=$LIBS
11451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11452 /* end confdefs.h. */
11453
11454 /* Override any GCC internal prototype to avoid an error.
11455 Use char because int might match the return type of a GCC
11456 builtin and then its argument prototype would still apply. */
11457 #ifdef __cplusplus
11458 extern "C"
11459 #endif
11460 char dlsym ();
11461 int
11462 main ()
11463 {
11464 return dlsym ();
11465 ;
11466 return 0;
11467 }
11468 _ACEOF
11469 for ac_lib in '' dl; do
11470 if test -z "$ac_lib"; then
11471 ac_res="none required"
11472 else
11473 ac_res=-l$ac_lib
11474 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11475 fi
11476 if ac_fn_c_try_link "$LINENO"; then :
11477 ac_cv_search_dlsym=$ac_res
11478 fi
11479 rm -f core conftest.err conftest.$ac_objext \
11480 conftest$ac_exeext
11481 if ${ac_cv_search_dlsym+:} false; then :
11482 break
11483 fi
11484 done
11485 if ${ac_cv_search_dlsym+:} false; then :
11486
11487 else
11488 ac_cv_search_dlsym=no
11489 fi
11490 rm conftest.$ac_ext
11491 LIBS=$ac_func_search_save_LIBS
11492 fi
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11494 $as_echo "$ac_cv_search_dlsym" >&6; }
11495 ac_res=$ac_cv_search_dlsym
11496 if test "$ac_res" != no; then :
11497 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11498
11499 fi
11500
11501 fi
11502
11503
11504 case "${host}" in
11505 sparc-*-solaris*|i?86-*-solaris*)
11506 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11507 # were mutually exclusive until Solaris 11.3. Without procfs support,
11508 # the bfd/ elf module cannot provide certain routines such as
11509 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11510 # explicitly requested large-file support through the
11511 # --enable-largefile switch, disable large-file support in favor of
11512 # procfs support.
11513 #
11514 # Check if <sys/procfs.h> is incompatible with large-file support.
11515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11516 /* end confdefs.h. */
11517 #define _FILE_OFFSET_BITS 64
11518 #define _STRUCTURED_PROC 1
11519 #include <sys/procfs.h>
11520 int
11521 main ()
11522 {
11523
11524 ;
11525 return 0;
11526 }
11527 _ACEOF
11528 if ac_fn_c_try_compile "$LINENO"; then :
11529 acx_cv_procfs_lfs=yes
11530 else
11531 acx_cv_procfs_lfs=no
11532 fi
11533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11534 #
11535 # Forcefully disable large-file support only if necessary, gdb is in
11536 # tree and enabled.
11537 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11538 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11539 : ${enable_largefile="no"}
11540 if test "$plugins" = yes; then
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11542 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11543 $as_echo "$as_me: WARNING:
11544 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11545 plugins=no
11546 fi
11547 fi
11548 #
11549 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11550 # benefit of g++ 9+ which predefines it on Solaris.
11551 if test "$enable_largefile" = no; then
11552 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11553
11554 fi
11555 ;;
11556 esac
11557
11558 # Check whether --enable-largefile was given.
11559 if test "${enable_largefile+set}" = set; then :
11560 enableval=$enable_largefile;
11561 fi
11562
11563 if test "$enable_largefile" != no; then
11564
11565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11566 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11567 if ${ac_cv_sys_largefile_CC+:} false; then :
11568 $as_echo_n "(cached) " >&6
11569 else
11570 ac_cv_sys_largefile_CC=no
11571 if test "$GCC" != yes; then
11572 ac_save_CC=$CC
11573 while :; do
11574 # IRIX 6.2 and later do not support large files by default,
11575 # so use the C compiler's -n32 option if that helps.
11576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11577 /* end confdefs.h. */
11578 #include <sys/types.h>
11579 /* Check that off_t can represent 2**63 - 1 correctly.
11580 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11581 since some C++ compilers masquerading as C compilers
11582 incorrectly reject 9223372036854775807. */
11583 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11584 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11585 && LARGE_OFF_T % 2147483647 == 1)
11586 ? 1 : -1];
11587 int
11588 main ()
11589 {
11590
11591 ;
11592 return 0;
11593 }
11594 _ACEOF
11595 if ac_fn_c_try_compile "$LINENO"; then :
11596 break
11597 fi
11598 rm -f core conftest.err conftest.$ac_objext
11599 CC="$CC -n32"
11600 if ac_fn_c_try_compile "$LINENO"; then :
11601 ac_cv_sys_largefile_CC=' -n32'; break
11602 fi
11603 rm -f core conftest.err conftest.$ac_objext
11604 break
11605 done
11606 CC=$ac_save_CC
11607 rm -f conftest.$ac_ext
11608 fi
11609 fi
11610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11611 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11612 if test "$ac_cv_sys_largefile_CC" != no; then
11613 CC=$CC$ac_cv_sys_largefile_CC
11614 fi
11615
11616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11617 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11618 if ${ac_cv_sys_file_offset_bits+:} false; then :
11619 $as_echo_n "(cached) " >&6
11620 else
11621 while :; do
11622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11623 /* end confdefs.h. */
11624 #include <sys/types.h>
11625 /* Check that off_t can represent 2**63 - 1 correctly.
11626 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11627 since some C++ compilers masquerading as C compilers
11628 incorrectly reject 9223372036854775807. */
11629 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11630 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11631 && LARGE_OFF_T % 2147483647 == 1)
11632 ? 1 : -1];
11633 int
11634 main ()
11635 {
11636
11637 ;
11638 return 0;
11639 }
11640 _ACEOF
11641 if ac_fn_c_try_compile "$LINENO"; then :
11642 ac_cv_sys_file_offset_bits=no; break
11643 fi
11644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11646 /* end confdefs.h. */
11647 #define _FILE_OFFSET_BITS 64
11648 #include <sys/types.h>
11649 /* Check that off_t can represent 2**63 - 1 correctly.
11650 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11651 since some C++ compilers masquerading as C compilers
11652 incorrectly reject 9223372036854775807. */
11653 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11654 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11655 && LARGE_OFF_T % 2147483647 == 1)
11656 ? 1 : -1];
11657 int
11658 main ()
11659 {
11660
11661 ;
11662 return 0;
11663 }
11664 _ACEOF
11665 if ac_fn_c_try_compile "$LINENO"; then :
11666 ac_cv_sys_file_offset_bits=64; break
11667 fi
11668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11669 ac_cv_sys_file_offset_bits=unknown
11670 break
11671 done
11672 fi
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11674 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11675 case $ac_cv_sys_file_offset_bits in #(
11676 no | unknown) ;;
11677 *)
11678 cat >>confdefs.h <<_ACEOF
11679 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11680 _ACEOF
11681 ;;
11682 esac
11683 rm -rf conftest*
11684 if test $ac_cv_sys_file_offset_bits = unknown; then
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11686 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11687 if ${ac_cv_sys_large_files+:} false; then :
11688 $as_echo_n "(cached) " >&6
11689 else
11690 while :; do
11691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11692 /* end confdefs.h. */
11693 #include <sys/types.h>
11694 /* Check that off_t can represent 2**63 - 1 correctly.
11695 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11696 since some C++ compilers masquerading as C compilers
11697 incorrectly reject 9223372036854775807. */
11698 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11699 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11700 && LARGE_OFF_T % 2147483647 == 1)
11701 ? 1 : -1];
11702 int
11703 main ()
11704 {
11705
11706 ;
11707 return 0;
11708 }
11709 _ACEOF
11710 if ac_fn_c_try_compile "$LINENO"; then :
11711 ac_cv_sys_large_files=no; break
11712 fi
11713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11715 /* end confdefs.h. */
11716 #define _LARGE_FILES 1
11717 #include <sys/types.h>
11718 /* Check that off_t can represent 2**63 - 1 correctly.
11719 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11720 since some C++ compilers masquerading as C compilers
11721 incorrectly reject 9223372036854775807. */
11722 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11723 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11724 && LARGE_OFF_T % 2147483647 == 1)
11725 ? 1 : -1];
11726 int
11727 main ()
11728 {
11729
11730 ;
11731 return 0;
11732 }
11733 _ACEOF
11734 if ac_fn_c_try_compile "$LINENO"; then :
11735 ac_cv_sys_large_files=1; break
11736 fi
11737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11738 ac_cv_sys_large_files=unknown
11739 break
11740 done
11741 fi
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11743 $as_echo "$ac_cv_sys_large_files" >&6; }
11744 case $ac_cv_sys_large_files in #(
11745 no | unknown) ;;
11746 *)
11747 cat >>confdefs.h <<_ACEOF
11748 #define _LARGE_FILES $ac_cv_sys_large_files
11749 _ACEOF
11750 ;;
11751 esac
11752 rm -rf conftest*
11753 fi
11754
11755
11756 fi
11757
11758
11759
11760 case "${target}" in
11761 hppa*64*-*-* | vax-*-netbsdelf*) ;;
11762 *-*-*aout* | i[3-7]86-*-bsd* | i[3-7]86-*-msdos* | ns32k-*-* | \
11763 pdp11-*-* | vax-*-*bsd*)
11764 if test "$plugins" = "yes"; then
11765 if test "${enable_plugins+set}" = set; then
11766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
11767 $as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
11768 else
11769 plugins=no
11770 fi
11771 fi ;;
11772 hppa*-*-hpux* | *-*-*vms* | \
11773 powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
11774 if test "$plugins" = "yes"; then
11775 if test "${enable_plugins+set}" = set; then
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
11777 $as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
11778 else
11779 plugins=no
11780 fi
11781 fi ;;
11782 esac
11783
11784 if test "$plugins" = "yes"; then
11785 PLUGINS_TRUE=
11786 PLUGINS_FALSE='#'
11787 else
11788 PLUGINS_TRUE='#'
11789 PLUGINS_FALSE=
11790 fi
11791
11792
11793 ac_checking=
11794 . ${srcdir}/development.sh
11795 test "$development" = true && ac_checking=yes
11796 # Check whether --enable-checking was given.
11797 if test "${enable_checking+set}" = set; then :
11798 enableval=$enable_checking; case "${enableval}" in
11799 no|none) ac_checking= ;;
11800 *) ac_checking=yes ;;
11801 esac
11802 fi
11803 if test x$ac_checking != x ; then
11804
11805 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11806
11807 fi
11808
11809 # Check whether --enable-64-bit-bfd was given.
11810 if test "${enable_64_bit_bfd+set}" = set; then :
11811 enableval=$enable_64_bit_bfd; case "${enableval}" in
11812 yes) want64=true ;;
11813 no) want64=false ;;
11814 *) as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
11815 esac
11816 else
11817 want64=false
11818 fi
11819
11820 # Check whether --enable-targets was given.
11821 if test "${enable_targets+set}" = set; then :
11822 enableval=$enable_targets; case "${enableval}" in
11823 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11824 ;;
11825 no) enable_targets= ;;
11826 *) enable_targets=$enableval ;;
11827 esac
11828 fi
11829
11830 # Check whether --enable-64_bit_archive was given.
11831 if test "${enable_64_bit_archive+set}" = set; then :
11832 enableval=$enable_64_bit_archive; case "${enableval}" in
11833 yes) want_64_bit_archive=true ;;
11834 no) want_64_bit_archive=false ;;
11835 *) as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
11836 esac
11837 else
11838 want_64_bit_archive=unset
11839 fi
11840
11841
11842 # Check whether --with-mmap was given.
11843 if test "${with_mmap+set}" = set; then :
11844 withval=$with_mmap; case "${withval}" in
11845 yes) want_mmap=true ;;
11846 no) want_mmap=false ;;
11847 *) as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
11848 esac
11849 else
11850 want_mmap=false
11851 fi
11852
11853 # Check whether --enable-secureplt was given.
11854 if test "${enable_secureplt+set}" = set; then :
11855 enableval=$enable_secureplt; case "${enableval}" in
11856 yes) use_secureplt=true ;;
11857 no) use_secureplt=false ;;
11858 *) as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
11859 esac
11860 else
11861 use_secureplt=true
11862 fi
11863 if test $use_secureplt = true; then
11864
11865 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
11866
11867 fi
11868
11869 # Decide if -z separate-code should be enabled in ELF linker by default.
11870 ac_default_ld_z_separate_code=unset
11871 # Check whether --enable-separate-code was given.
11872 if test "${enable_separate_code+set}" = set; then :
11873 enableval=$enable_separate_code; case "${enableval}" in
11874 yes) ac_default_ld_z_separate_code=1 ;;
11875 no) ac_default_ld_z_separate_code=0 ;;
11876 esac
11877 fi
11878
11879 # Enable -z separate-code by default for Linux/x86.
11880 case "${target}" in
11881 i[3-7]86-*-linux-* | x86_64-*-linux-*)
11882 if test ${ac_default_ld_z_separate_code} = unset; then
11883 ac_default_ld_z_separate_code=1
11884 fi
11885 ;;
11886 esac
11887 if test "${ac_default_ld_z_separate_code}" = unset; then
11888 ac_default_ld_z_separate_code=0
11889 fi
11890
11891 cat >>confdefs.h <<_ACEOF
11892 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
11893 _ACEOF
11894
11895
11896 # Check whether --enable-leading-mingw64-underscores was given.
11897 if test "${enable_leading_mingw64_underscores+set}" = set; then :
11898 enableval=$enable_leading_mingw64_underscores;
11899 fi
11900
11901 if test x"$enable_leading_mingw64_underscores" = xyes ; then :
11902
11903 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
11904
11905 fi
11906
11907 DEBUGDIR=${libdir}/debug
11908
11909 # Check whether --with-separate-debug-dir was given.
11910 if test "${with_separate_debug_dir+set}" = set; then :
11911 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
11912 fi
11913
11914
11915
11916
11917
11918 # Check whether --with-pkgversion was given.
11919 if test "${with_pkgversion+set}" = set; then :
11920 withval=$with_pkgversion; case "$withval" in
11921 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
11922 no) PKGVERSION= ;;
11923 *) PKGVERSION="($withval) " ;;
11924 esac
11925 else
11926 PKGVERSION="(GNU Binutils) "
11927
11928 fi
11929
11930
11931
11932
11933
11934 # Check whether --with-bugurl was given.
11935 if test "${with_bugurl+set}" = set; then :
11936 withval=$with_bugurl; case "$withval" in
11937 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
11938 no) BUGURL=
11939 ;;
11940 *) BUGURL="$withval"
11941 ;;
11942 esac
11943 else
11944 BUGURL="https://www.sourceware.org/bugzilla/"
11945
11946 fi
11947
11948 case ${BUGURL} in
11949 "")
11950 REPORT_BUGS_TO=
11951 REPORT_BUGS_TEXI=
11952 ;;
11953 *)
11954 REPORT_BUGS_TO="<$BUGURL>"
11955 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11956 ;;
11957 esac;
11958
11959
11960
11961
11962
11963 # Set the 'development' global.
11964 . $srcdir/../bfd/development.sh
11965
11966 # Set acp_cpp_for_build variable
11967 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11968
11969 # Default set of GCC warnings to enable.
11970 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11971 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11972
11973 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11975 /* end confdefs.h. */
11976 __GNUC__
11977 _ACEOF
11978 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11979 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11980
11981 else
11982 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11983 fi
11984 rm -f conftest*
11985
11986
11987 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11989 /* end confdefs.h. */
11990 __GNUC__
11991 _ACEOF
11992 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11993 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11994
11995 else
11996 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11997 fi
11998 rm -f conftest*
11999
12000
12001 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12002 WARN_WRITE_STRINGS=""
12003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12004 /* end confdefs.h. */
12005 __GNUC__
12006 _ACEOF
12007 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12008 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12009
12010 else
12011 WARN_WRITE_STRINGS="-Wwrite-strings"
12012 fi
12013 rm -f conftest*
12014
12015
12016 # Verify CC_FOR_BUILD to be compatible with warning flags
12017
12018 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12020 /* end confdefs.h. */
12021 __GNUC__
12022 _ACEOF
12023 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12024 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12025
12026 else
12027 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12028 fi
12029 rm -f conftest*
12030
12031
12032 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12034 /* end confdefs.h. */
12035 __GNUC__
12036 _ACEOF
12037 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12038 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12039
12040 else
12041 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12042 fi
12043 rm -f conftest*
12044
12045
12046 # Check whether --enable-werror was given.
12047 if test "${enable_werror+set}" = set; then :
12048 enableval=$enable_werror; case "${enableval}" in
12049 yes | y) ERROR_ON_WARNING="yes" ;;
12050 no | n) ERROR_ON_WARNING="no" ;;
12051 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12052 esac
12053 fi
12054
12055
12056 # Disable -Wformat by default when using gcc on mingw
12057 case "${host}" in
12058 *-*-mingw32*)
12059 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12060 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12061 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12062 fi
12063 ;;
12064 *) ;;
12065 esac
12066
12067 # Enable -Werror by default when using gcc. Turn it off for releases.
12068 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12069 ERROR_ON_WARNING=yes
12070 fi
12071
12072 NO_WERROR=
12073 if test "${ERROR_ON_WARNING}" = yes ; then
12074 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12075 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12076 NO_WERROR="-Wno-error"
12077 fi
12078
12079 if test "${GCC}" = yes ; then
12080 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12081 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12082 fi
12083
12084 # Check whether --enable-build-warnings was given.
12085 if test "${enable_build_warnings+set}" = set; then :
12086 enableval=$enable_build_warnings; case "${enableval}" in
12087 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12088 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12089 no) if test "${GCC}" = yes ; then
12090 WARN_CFLAGS="-w"
12091 WARN_CFLAGS_FOR_BUILD="-w"
12092 fi;;
12093 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12094 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12095 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12096 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12097 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12098 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12099 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12100 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12101 esac
12102 fi
12103
12104
12105 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12106 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12107 fi
12108
12109
12110
12111
12112
12113
12114
12115 ac_config_headers="$ac_config_headers config.h:config.in"
12116
12117
12118 # PR 14072
12119
12120
12121 if test -z "$target" ; then
12122 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12123 fi
12124
12125
12126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12127 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12128 # Check whether --enable-maintainer-mode was given.
12129 if test "${enable_maintainer_mode+set}" = set; then :
12130 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12131 else
12132 USE_MAINTAINER_MODE=no
12133 fi
12134
12135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12136 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12137 if test $USE_MAINTAINER_MODE = yes; then
12138 MAINTAINER_MODE_TRUE=
12139 MAINTAINER_MODE_FALSE='#'
12140 else
12141 MAINTAINER_MODE_TRUE='#'
12142 MAINTAINER_MODE_FALSE=
12143 fi
12144
12145 MAINT=$MAINTAINER_MODE_TRUE
12146
12147
12148 if false; then
12149 GENINSRC_NEVER_TRUE=
12150 GENINSRC_NEVER_FALSE='#'
12151 else
12152 GENINSRC_NEVER_TRUE='#'
12153 GENINSRC_NEVER_FALSE=
12154 fi
12155
12156 case ${build_alias} in
12157 "") build_noncanonical=${build} ;;
12158 *) build_noncanonical=${build_alias} ;;
12159 esac
12160
12161 case ${host_alias} in
12162 "") host_noncanonical=${build_noncanonical} ;;
12163 *) host_noncanonical=${host_alias} ;;
12164 esac
12165
12166 case ${target_alias} in
12167 "") target_noncanonical=${host_noncanonical} ;;
12168 *) target_noncanonical=${target_alias} ;;
12169 esac
12170
12171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12172 $as_echo_n "checking whether to install libbfd... " >&6; }
12173 # Check whether --enable-install-libbfd was given.
12174 if test "${enable_install_libbfd+set}" = set; then :
12175 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12176 else
12177 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12178 install_libbfd_p=yes
12179 else
12180 install_libbfd_p=no
12181 fi
12182 fi
12183
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12185 $as_echo "$install_libbfd_p" >&6; }
12186 if test $install_libbfd_p = yes; then
12187 INSTALL_LIBBFD_TRUE=
12188 INSTALL_LIBBFD_FALSE='#'
12189 else
12190 INSTALL_LIBBFD_TRUE='#'
12191 INSTALL_LIBBFD_FALSE=
12192 fi
12193
12194 # Need _noncanonical variables for this.
12195
12196
12197
12198
12199 # libbfd.a is a host library containing target dependent code
12200 bfdlibdir='$(libdir)'
12201 bfdincludedir='$(includedir)'
12202 if test "${host}" != "${target}"; then
12203 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12204 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12205 fi
12206
12207
12208
12209
12210
12211
12212
12213
12214 host64=false
12215 target64=false
12216 bfd_default_target_size=32
12217
12218 # host stuff:
12219
12220 ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12221 # If we haven't got the data from the intl directory,
12222 # assume NLS is disabled.
12223 USE_NLS=no
12224 LIBINTL=
12225 LIBINTL_DEP=
12226 INCINTL=
12227 XGETTEXT=
12228 GMSGFMT=
12229 POSUB=
12230
12231 if test -f ../intl/config.intl; then
12232 . ../intl/config.intl
12233 fi
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12235 $as_echo_n "checking whether NLS is requested... " >&6; }
12236 if test x"$USE_NLS" != xyes; then
12237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12238 $as_echo "no" >&6; }
12239 else
12240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12241 $as_echo "yes" >&6; }
12242
12243 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12244
12245
12246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12247 $as_echo_n "checking for catalogs to be installed... " >&6; }
12248 # Look for .po and .gmo files in the source directory.
12249 CATALOGS=
12250 XLINGUAS=
12251 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12252 # If there aren't any .gmo files the shell will give us the
12253 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12254 # weeded out.
12255 case "$cat" in *\**)
12256 continue;;
12257 esac
12258 # The quadruple backslash is collapsed to a double backslash
12259 # by the backticks, then collapsed again by the double quotes,
12260 # leaving us with one backslash in the sed expression (right
12261 # before the dot that mustn't act as a wildcard).
12262 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12263 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12264 # The user is allowed to set LINGUAS to a list of languages to
12265 # install catalogs for. If it's empty that means "all of them."
12266 if test "x$LINGUAS" = x; then
12267 CATALOGS="$CATALOGS $cat"
12268 XLINGUAS="$XLINGUAS $lang"
12269 else
12270 case "$LINGUAS" in *$lang*)
12271 CATALOGS="$CATALOGS $cat"
12272 XLINGUAS="$XLINGUAS $lang"
12273 ;;
12274 esac
12275 fi
12276 done
12277 LINGUAS="$XLINGUAS"
12278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12279 $as_echo "$LINGUAS" >&6; }
12280
12281
12282 DATADIRNAME=share
12283
12284 INSTOBJEXT=.mo
12285
12286 GENCAT=gencat
12287
12288 CATOBJEXT=.gmo
12289
12290 fi
12291
12292 MKINSTALLDIRS=
12293 if test -n "$ac_aux_dir"; then
12294 case "$ac_aux_dir" in
12295 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12296 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12297 esac
12298 fi
12299 if test -z "$MKINSTALLDIRS"; then
12300 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12301 fi
12302
12303
12304
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12306 $as_echo_n "checking whether NLS is requested... " >&6; }
12307 # Check whether --enable-nls was given.
12308 if test "${enable_nls+set}" = set; then :
12309 enableval=$enable_nls; USE_NLS=$enableval
12310 else
12311 USE_NLS=yes
12312 fi
12313
12314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12315 $as_echo "$USE_NLS" >&6; }
12316
12317
12318
12319
12320
12321
12322 # Prepare PATH_SEPARATOR.
12323 # The user is always right.
12324 if test "${PATH_SEPARATOR+set}" != set; then
12325 echo "#! /bin/sh" >conf$$.sh
12326 echo "exit 0" >>conf$$.sh
12327 chmod +x conf$$.sh
12328 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12329 PATH_SEPARATOR=';'
12330 else
12331 PATH_SEPARATOR=:
12332 fi
12333 rm -f conf$$.sh
12334 fi
12335
12336 # Find out how to test for executable files. Don't use a zero-byte file,
12337 # as systems may use methods other than mode bits to determine executability.
12338 cat >conf$$.file <<_ASEOF
12339 #! /bin/sh
12340 exit 0
12341 _ASEOF
12342 chmod +x conf$$.file
12343 if test -x conf$$.file >/dev/null 2>&1; then
12344 ac_executable_p="test -x"
12345 else
12346 ac_executable_p="test -f"
12347 fi
12348 rm -f conf$$.file
12349
12350 # Extract the first word of "msgfmt", so it can be a program name with args.
12351 set dummy msgfmt; ac_word=$2
12352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12353 $as_echo_n "checking for $ac_word... " >&6; }
12354 if ${ac_cv_path_MSGFMT+:} false; then :
12355 $as_echo_n "(cached) " >&6
12356 else
12357 case "$MSGFMT" in
12358 [\\/]* | ?:[\\/]*)
12359 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12360 ;;
12361 *)
12362 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12363 for ac_dir in $PATH; do
12364 IFS="$ac_save_IFS"
12365 test -z "$ac_dir" && ac_dir=.
12366 for ac_exec_ext in '' $ac_executable_extensions; do
12367 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12368 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12369 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12370 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12371 break 2
12372 fi
12373 fi
12374 done
12375 done
12376 IFS="$ac_save_IFS"
12377 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12378 ;;
12379 esac
12380 fi
12381 MSGFMT="$ac_cv_path_MSGFMT"
12382 if test "$MSGFMT" != ":"; then
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12384 $as_echo "$MSGFMT" >&6; }
12385 else
12386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12387 $as_echo "no" >&6; }
12388 fi
12389
12390 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12391 set dummy gmsgfmt; ac_word=$2
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12393 $as_echo_n "checking for $ac_word... " >&6; }
12394 if ${ac_cv_path_GMSGFMT+:} false; then :
12395 $as_echo_n "(cached) " >&6
12396 else
12397 case $GMSGFMT in
12398 [\\/]* | ?:[\\/]*)
12399 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12400 ;;
12401 *)
12402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12403 for as_dir in $PATH
12404 do
12405 IFS=$as_save_IFS
12406 test -z "$as_dir" && as_dir=.
12407 for ac_exec_ext in '' $ac_executable_extensions; do
12408 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12409 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12411 break 2
12412 fi
12413 done
12414 done
12415 IFS=$as_save_IFS
12416
12417 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12418 ;;
12419 esac
12420 fi
12421 GMSGFMT=$ac_cv_path_GMSGFMT
12422 if test -n "$GMSGFMT"; then
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12424 $as_echo "$GMSGFMT" >&6; }
12425 else
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12427 $as_echo "no" >&6; }
12428 fi
12429
12430
12431
12432
12433 # Prepare PATH_SEPARATOR.
12434 # The user is always right.
12435 if test "${PATH_SEPARATOR+set}" != set; then
12436 echo "#! /bin/sh" >conf$$.sh
12437 echo "exit 0" >>conf$$.sh
12438 chmod +x conf$$.sh
12439 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12440 PATH_SEPARATOR=';'
12441 else
12442 PATH_SEPARATOR=:
12443 fi
12444 rm -f conf$$.sh
12445 fi
12446
12447 # Find out how to test for executable files. Don't use a zero-byte file,
12448 # as systems may use methods other than mode bits to determine executability.
12449 cat >conf$$.file <<_ASEOF
12450 #! /bin/sh
12451 exit 0
12452 _ASEOF
12453 chmod +x conf$$.file
12454 if test -x conf$$.file >/dev/null 2>&1; then
12455 ac_executable_p="test -x"
12456 else
12457 ac_executable_p="test -f"
12458 fi
12459 rm -f conf$$.file
12460
12461 # Extract the first word of "xgettext", so it can be a program name with args.
12462 set dummy xgettext; ac_word=$2
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12464 $as_echo_n "checking for $ac_word... " >&6; }
12465 if ${ac_cv_path_XGETTEXT+:} false; then :
12466 $as_echo_n "(cached) " >&6
12467 else
12468 case "$XGETTEXT" in
12469 [\\/]* | ?:[\\/]*)
12470 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12471 ;;
12472 *)
12473 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12474 for ac_dir in $PATH; do
12475 IFS="$ac_save_IFS"
12476 test -z "$ac_dir" && ac_dir=.
12477 for ac_exec_ext in '' $ac_executable_extensions; do
12478 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12479 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12480 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12481 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12482 break 2
12483 fi
12484 fi
12485 done
12486 done
12487 IFS="$ac_save_IFS"
12488 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12489 ;;
12490 esac
12491 fi
12492 XGETTEXT="$ac_cv_path_XGETTEXT"
12493 if test "$XGETTEXT" != ":"; then
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12495 $as_echo "$XGETTEXT" >&6; }
12496 else
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12498 $as_echo "no" >&6; }
12499 fi
12500
12501 rm -f messages.po
12502
12503
12504 # Prepare PATH_SEPARATOR.
12505 # The user is always right.
12506 if test "${PATH_SEPARATOR+set}" != set; then
12507 echo "#! /bin/sh" >conf$$.sh
12508 echo "exit 0" >>conf$$.sh
12509 chmod +x conf$$.sh
12510 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12511 PATH_SEPARATOR=';'
12512 else
12513 PATH_SEPARATOR=:
12514 fi
12515 rm -f conf$$.sh
12516 fi
12517
12518 # Find out how to test for executable files. Don't use a zero-byte file,
12519 # as systems may use methods other than mode bits to determine executability.
12520 cat >conf$$.file <<_ASEOF
12521 #! /bin/sh
12522 exit 0
12523 _ASEOF
12524 chmod +x conf$$.file
12525 if test -x conf$$.file >/dev/null 2>&1; then
12526 ac_executable_p="test -x"
12527 else
12528 ac_executable_p="test -f"
12529 fi
12530 rm -f conf$$.file
12531
12532 # Extract the first word of "msgmerge", so it can be a program name with args.
12533 set dummy msgmerge; ac_word=$2
12534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12535 $as_echo_n "checking for $ac_word... " >&6; }
12536 if ${ac_cv_path_MSGMERGE+:} false; then :
12537 $as_echo_n "(cached) " >&6
12538 else
12539 case "$MSGMERGE" in
12540 [\\/]* | ?:[\\/]*)
12541 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12542 ;;
12543 *)
12544 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12545 for ac_dir in $PATH; do
12546 IFS="$ac_save_IFS"
12547 test -z "$ac_dir" && ac_dir=.
12548 for ac_exec_ext in '' $ac_executable_extensions; do
12549 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12550 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12551 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12552 break 2
12553 fi
12554 fi
12555 done
12556 done
12557 IFS="$ac_save_IFS"
12558 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12559 ;;
12560 esac
12561 fi
12562 MSGMERGE="$ac_cv_path_MSGMERGE"
12563 if test "$MSGMERGE" != ":"; then
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12565 $as_echo "$MSGMERGE" >&6; }
12566 else
12567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12568 $as_echo "no" >&6; }
12569 fi
12570
12571
12572 if test "$GMSGFMT" != ":"; then
12573 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12574 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12575 : ;
12576 else
12577 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12579 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12580 GMSGFMT=":"
12581 fi
12582 fi
12583
12584 if test "$XGETTEXT" != ":"; then
12585 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12586 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12587 : ;
12588 else
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12590 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12591 XGETTEXT=":"
12592 fi
12593 rm -f messages.po
12594 fi
12595
12596 ac_config_commands="$ac_config_commands default-1"
12597
12598
12599
12600 # Permit host specific settings.
12601 . ${srcdir}/configure.host
12602
12603
12604
12605
12606 BFD_HOST_64BIT_LONG=0
12607 BFD_HOST_64BIT_LONG_LONG=0
12608 BFD_HOST_64_BIT_DEFINED=0
12609 BFD_HOST_64_BIT=
12610 BFD_HOST_U_64_BIT=
12611 BFD_HOSTPTR_T="unsigned long"
12612
12613 # The cast to long int works around a bug in the HP C Compiler
12614 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12615 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12616 # This bug is HP SR number 8606223364.
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12618 $as_echo_n "checking size of long long... " >&6; }
12619 if ${ac_cv_sizeof_long_long+:} false; then :
12620 $as_echo_n "(cached) " >&6
12621 else
12622 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12623
12624 else
12625 if test "$ac_cv_type_long_long" = yes; then
12626 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12627 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12628 as_fn_error 77 "cannot compute sizeof (long long)
12629 See \`config.log' for more details" "$LINENO" 5; }
12630 else
12631 ac_cv_sizeof_long_long=0
12632 fi
12633 fi
12634
12635 fi
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12637 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12638
12639
12640
12641 cat >>confdefs.h <<_ACEOF
12642 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12643 _ACEOF
12644
12645
12646 # The cast to long int works around a bug in the HP C Compiler
12647 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12648 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12649 # This bug is HP SR number 8606223364.
12650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12651 $as_echo_n "checking size of void *... " >&6; }
12652 if ${ac_cv_sizeof_void_p+:} false; then :
12653 $as_echo_n "(cached) " >&6
12654 else
12655 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12656
12657 else
12658 if test "$ac_cv_type_void_p" = yes; then
12659 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12660 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12661 as_fn_error 77 "cannot compute sizeof (void *)
12662 See \`config.log' for more details" "$LINENO" 5; }
12663 else
12664 ac_cv_sizeof_void_p=0
12665 fi
12666 fi
12667
12668 fi
12669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12670 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12671
12672
12673
12674 cat >>confdefs.h <<_ACEOF
12675 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12676 _ACEOF
12677
12678
12679 # The cast to long int works around a bug in the HP C Compiler
12680 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12681 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12682 # This bug is HP SR number 8606223364.
12683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12684 $as_echo_n "checking size of long... " >&6; }
12685 if ${ac_cv_sizeof_long+:} false; then :
12686 $as_echo_n "(cached) " >&6
12687 else
12688 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12689
12690 else
12691 if test "$ac_cv_type_long" = yes; then
12692 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12693 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12694 as_fn_error 77 "cannot compute sizeof (long)
12695 See \`config.log' for more details" "$LINENO" 5; }
12696 else
12697 ac_cv_sizeof_long=0
12698 fi
12699 fi
12700
12701 fi
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12703 $as_echo "$ac_cv_sizeof_long" >&6; }
12704
12705
12706
12707 cat >>confdefs.h <<_ACEOF
12708 #define SIZEOF_LONG $ac_cv_sizeof_long
12709 _ACEOF
12710
12711
12712 # The cast to long int works around a bug in the HP C Compiler
12713 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12714 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12715 # This bug is HP SR number 8606223364.
12716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
12717 $as_echo_n "checking size of int... " >&6; }
12718 if ${ac_cv_sizeof_int+:} false; then :
12719 $as_echo_n "(cached) " >&6
12720 else
12721 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
12722
12723 else
12724 if test "$ac_cv_type_int" = yes; then
12725 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12726 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12727 as_fn_error 77 "cannot compute sizeof (int)
12728 See \`config.log' for more details" "$LINENO" 5; }
12729 else
12730 ac_cv_sizeof_int=0
12731 fi
12732 fi
12733
12734 fi
12735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
12736 $as_echo "$ac_cv_sizeof_int" >&6; }
12737
12738
12739
12740 cat >>confdefs.h <<_ACEOF
12741 #define SIZEOF_INT $ac_cv_sizeof_int
12742 _ACEOF
12743
12744
12745
12746 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12747 host64=true
12748 fi
12749
12750 if test "x${ac_cv_sizeof_long}" = "x8"; then
12751 BFD_HOST_64BIT_LONG=1
12752 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12753 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12754 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12755 BFD_HOST_64BIT_LONG_LONG=1
12756 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12757 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12758 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12759 BFD_HOSTPTR_T="unsigned long long"
12760 fi
12761 fi
12762
12763 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12764 BFD_HOST_64_BIT_DEFINED=1
12765 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12766 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
12767 fi
12768
12769
12770
12771
12772
12773
12774
12775
12776 # Put a plausible default for CC_FOR_BUILD in Makefile.
12777 if test -z "$CC_FOR_BUILD"; then
12778 if test "x$cross_compiling" = "xno"; then
12779 CC_FOR_BUILD='$(CC)'
12780 else
12781 CC_FOR_BUILD=gcc
12782 fi
12783 fi
12784
12785 # Also set EXEEXT_FOR_BUILD.
12786 if test "x$cross_compiling" = "xno"; then
12787 EXEEXT_FOR_BUILD='$(EXEEXT)'
12788 else
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12790 $as_echo_n "checking for build system executable suffix... " >&6; }
12791 if ${bfd_cv_build_exeext+:} false; then :
12792 $as_echo_n "(cached) " >&6
12793 else
12794 rm -f conftest*
12795 echo 'int main () { return 0; }' > conftest.c
12796 bfd_cv_build_exeext=
12797 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12798 for file in conftest.*; do
12799 case $file in
12800 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12801 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12802 esac
12803 done
12804 rm -f conftest*
12805 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12806 fi
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12808 $as_echo "$bfd_cv_build_exeext" >&6; }
12809 EXEEXT_FOR_BUILD=""
12810 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12811 fi
12812
12813
12814 for ac_header in fcntl.h sys/file.h sys/resource.h sys/stat.h sys/types.h \
12815 unistd.h
12816 do :
12817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12818 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12819 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12820 cat >>confdefs.h <<_ACEOF
12821 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12822 _ACEOF
12823
12824 fi
12825
12826 done
12827
12828
12829 for ac_func in fcntl fdopen fileno fls getgid getpagesize getrlimit getuid \
12830 sysconf
12831 do :
12832 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12833 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12834 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12835 cat >>confdefs.h <<_ACEOF
12836 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12837 _ACEOF
12838
12839 fi
12840 done
12841
12842
12843 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12844 if test "x$ac_cv_have_decl_basename" = xyes; then :
12845 ac_have_decl=1
12846 else
12847 ac_have_decl=0
12848 fi
12849
12850 cat >>confdefs.h <<_ACEOF
12851 #define HAVE_DECL_BASENAME $ac_have_decl
12852 _ACEOF
12853 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
12854 if test "x$ac_cv_have_decl_ffs" = xyes; then :
12855 ac_have_decl=1
12856 else
12857 ac_have_decl=0
12858 fi
12859
12860 cat >>confdefs.h <<_ACEOF
12861 #define HAVE_DECL_FFS $ac_have_decl
12862 _ACEOF
12863 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12864 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
12865 ac_have_decl=1
12866 else
12867 ac_have_decl=0
12868 fi
12869
12870 cat >>confdefs.h <<_ACEOF
12871 #define HAVE_DECL_STPCPY $ac_have_decl
12872 _ACEOF
12873 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
12874 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
12875 ac_have_decl=1
12876 else
12877 ac_have_decl=0
12878 fi
12879
12880 cat >>confdefs.h <<_ACEOF
12881 #define HAVE_DECL_ASPRINTF $ac_have_decl
12882 _ACEOF
12883 ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
12884 if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
12885 ac_have_decl=1
12886 else
12887 ac_have_decl=0
12888 fi
12889
12890 cat >>confdefs.h <<_ACEOF
12891 #define HAVE_DECL_VASPRINTF $ac_have_decl
12892 _ACEOF
12893
12894
12895
12896 case "${host}" in
12897 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
12898
12899 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
12900 ;;
12901 esac
12902
12903 # Link in zlib if we can. This allows us to read compressed debug sections.
12904 # This is used only by compress.c.
12905
12906 # Use the system's zlib library.
12907 zlibdir="-L\$(top_builddir)/../zlib"
12908 zlibinc="-I\$(top_srcdir)/../zlib"
12909
12910 # Check whether --with-system-zlib was given.
12911 if test "${with_system_zlib+set}" = set; then :
12912 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
12913 zlibdir=
12914 zlibinc=
12915 fi
12916
12917 fi
12918
12919
12920
12921
12922
12923 save_CFLAGS="$CFLAGS"
12924 CFLAGS="$CFLAGS -Werror"
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
12926 $as_echo_n "checking compiler support for hidden visibility... " >&6; }
12927 if ${bfd_cv_hidden+:} false; then :
12928 $as_echo_n "(cached) " >&6
12929 else
12930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12931 /* end confdefs.h. */
12932
12933 const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
12934 extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
12935 int
12936 main ()
12937 {
12938 print (hw);
12939 ;
12940 return 0;
12941 }
12942 _ACEOF
12943 if ac_fn_c_try_compile "$LINENO"; then :
12944 bfd_cv_hidden=yes
12945 else
12946 bfd_cv_hidden=no
12947 fi
12948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12949 fi
12950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
12951 $as_echo "$bfd_cv_hidden" >&6; }
12952 CFLAGS="$save_CFLAGS"
12953 if test $bfd_cv_hidden = yes; then
12954
12955 $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
12956
12957 fi
12958
12959 # Check if linker supports --as-needed and --no-as-needed options
12960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12961 $as_echo_n "checking linker --as-needed support... " >&6; }
12962 if ${bfd_cv_ld_as_needed+:} false; then :
12963 $as_echo_n "(cached) " >&6
12964 else
12965 bfd_cv_ld_as_needed=no
12966 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12967 bfd_cv_ld_as_needed=yes
12968 fi
12969
12970 fi
12971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12972 $as_echo "$bfd_cv_ld_as_needed" >&6; }
12973
12974 LIBM=
12975 case $host in
12976 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
12977 # These system don't have libm, or don't need it
12978 ;;
12979 *-ncr-sysv4.3*)
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12981 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12982 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
12983 $as_echo_n "(cached) " >&6
12984 else
12985 ac_check_lib_save_LIBS=$LIBS
12986 LIBS="-lmw $LIBS"
12987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12988 /* end confdefs.h. */
12989
12990 /* Override any GCC internal prototype to avoid an error.
12991 Use char because int might match the return type of a GCC
12992 builtin and then its argument prototype would still apply. */
12993 #ifdef __cplusplus
12994 extern "C"
12995 #endif
12996 char _mwvalidcheckl ();
12997 int
12998 main ()
12999 {
13000 return _mwvalidcheckl ();
13001 ;
13002 return 0;
13003 }
13004 _ACEOF
13005 if ac_fn_c_try_link "$LINENO"; then :
13006 ac_cv_lib_mw__mwvalidcheckl=yes
13007 else
13008 ac_cv_lib_mw__mwvalidcheckl=no
13009 fi
13010 rm -f core conftest.err conftest.$ac_objext \
13011 conftest$ac_exeext conftest.$ac_ext
13012 LIBS=$ac_check_lib_save_LIBS
13013 fi
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13015 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13016 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13017 LIBM="-lmw"
13018 fi
13019
13020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13021 $as_echo_n "checking for cos in -lm... " >&6; }
13022 if ${ac_cv_lib_m_cos+:} false; then :
13023 $as_echo_n "(cached) " >&6
13024 else
13025 ac_check_lib_save_LIBS=$LIBS
13026 LIBS="-lm $LIBS"
13027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13028 /* end confdefs.h. */
13029
13030 /* Override any GCC internal prototype to avoid an error.
13031 Use char because int might match the return type of a GCC
13032 builtin and then its argument prototype would still apply. */
13033 #ifdef __cplusplus
13034 extern "C"
13035 #endif
13036 char cos ();
13037 int
13038 main ()
13039 {
13040 return cos ();
13041 ;
13042 return 0;
13043 }
13044 _ACEOF
13045 if ac_fn_c_try_link "$LINENO"; then :
13046 ac_cv_lib_m_cos=yes
13047 else
13048 ac_cv_lib_m_cos=no
13049 fi
13050 rm -f core conftest.err conftest.$ac_objext \
13051 conftest$ac_exeext conftest.$ac_ext
13052 LIBS=$ac_check_lib_save_LIBS
13053 fi
13054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13055 $as_echo "$ac_cv_lib_m_cos" >&6; }
13056 if test "x$ac_cv_lib_m_cos" = xyes; then :
13057 LIBM="$LIBM -lm"
13058 fi
13059
13060 ;;
13061 *)
13062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13063 $as_echo_n "checking for cos in -lm... " >&6; }
13064 if ${ac_cv_lib_m_cos+:} false; then :
13065 $as_echo_n "(cached) " >&6
13066 else
13067 ac_check_lib_save_LIBS=$LIBS
13068 LIBS="-lm $LIBS"
13069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13070 /* end confdefs.h. */
13071
13072 /* Override any GCC internal prototype to avoid an error.
13073 Use char because int might match the return type of a GCC
13074 builtin and then its argument prototype would still apply. */
13075 #ifdef __cplusplus
13076 extern "C"
13077 #endif
13078 char cos ();
13079 int
13080 main ()
13081 {
13082 return cos ();
13083 ;
13084 return 0;
13085 }
13086 _ACEOF
13087 if ac_fn_c_try_link "$LINENO"; then :
13088 ac_cv_lib_m_cos=yes
13089 else
13090 ac_cv_lib_m_cos=no
13091 fi
13092 rm -f core conftest.err conftest.$ac_objext \
13093 conftest$ac_exeext conftest.$ac_ext
13094 LIBS=$ac_check_lib_save_LIBS
13095 fi
13096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13097 $as_echo "$ac_cv_lib_m_cos" >&6; }
13098 if test "x$ac_cv_lib_m_cos" = xyes; then :
13099 LIBM="-lm"
13100 fi
13101
13102 ;;
13103 esac
13104
13105
13106
13107 # When building a shared libbfd, link against the pic version of libiberty
13108 # so that apps that use libbfd won't need libiberty just to satisfy any
13109 # libbfd references.
13110 # We can't do that if a pic libiberty is unavailable since including non-pic
13111 # code would insert text relocations into libbfd.
13112 SHARED_LIBADD=
13113 SHARED_LDFLAGS=
13114 if test "$enable_shared" = "yes"; then
13115 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
13116 if test -n "$x"; then
13117 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
13118 fi
13119 fi
13120
13121 SHARED_LIBADD="$SHARED_LIBADD $LIBINTL"
13122
13123 if test "$enable_shared" = "yes"; then
13124 case "${host}" in
13125 # More hacks to build DLLs on Windows.
13126 *-*-cygwin*)
13127 SHARED_LDFLAGS="-no-undefined"
13128 SHARED_LIBADD="-L`pwd`/../libiberty -liberty $SHARED_LIBADD -lcygwin -lkernel32"
13129 ;;
13130 esac
13131
13132 if test -n "$SHARED_LIBADD"; then
13133 if test -n "$LIBM"; then
13134 if test x"$bfd_cv_ld_as_needed" = xyes; then
13135 # Link against libm only when needed. Put -lc, -lm inside -Wl
13136 # to stop libtool reordering these options.
13137 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
13138 else
13139 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
13140 fi
13141 fi
13142 fi
13143 fi
13144
13145
13146
13147 # target stuff:
13148
13149 # Canonicalize the secondary target names.
13150 if test -n "$enable_targets" ; then
13151 for targ in `echo $enable_targets | sed 's/,/ /g'`
13152 do
13153 result=`$ac_config_sub $targ 2>/dev/null`
13154 if test -n "$result" ; then
13155 canon_targets="$canon_targets $result"
13156 else
13157 # Allow targets that config.sub doesn't recognize, like "all".
13158 canon_targets="$canon_targets $targ"
13159 fi
13160 done
13161 fi
13162
13163 all_targets=false
13164 defvec=
13165 selvecs=
13166 assocvecs=
13167 selarchs=
13168 TDEFINES=
13169 for targ in $target $canon_targets
13170 do
13171 if test $targ = all; then
13172 all_targets=true
13173 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
13174 elif test $targ != plugin; then
13175 . $srcdir/config.bfd
13176 if test $targ = $target; then
13177 defvec=$targ_defvec
13178 fi
13179 selvecs="$selvecs $targ_defvec $targ_selvecs"
13180 selarchs="$selarchs $targ_archs"
13181 TDEFINES="$TDEFINES $targ_cflags"
13182 fi
13183 done
13184
13185
13186 # This processing still needs to be done if we're to decide properly whether
13187 # 64-bit support needs to be compiled in. Currently, it will be included if
13188 # the default or any other explicitly requested target requires it; it
13189 # will not be included on a 32-bit host if no 64-bit target is requested, and
13190 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
13191 # used.
13192
13193 # uniq the default and selected vectors in all the configured targets.
13194 f=""
13195 for i in $selvecs ; do
13196 case " $f " in
13197 *" $i "*) ;;
13198 *) f="$f $i" ;;
13199 esac
13200 done
13201 selvecs="$f"
13202
13203
13204 # uniq the associated vectors in all the configured targets.
13205 f=""
13206 for i in $assocvecs ; do
13207 case " $f " in
13208 *" $i "*) ;;
13209 *) f="$f $i" ;;
13210 esac
13211 done
13212 assocvecs="$f"
13213
13214
13215 # uniq the architectures in all the configured targets.
13216 f=""
13217 for i in $selarchs ; do
13218 case " $f " in
13219 *" $i "*) ;;
13220 *) f="$f $i" ;;
13221 esac
13222 done
13223 selarchs="$f"
13224
13225 # Target backend .o files.
13226 tb=
13227
13228 elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
13229 dwarf1.lo dwarf2.lo"
13230 coffgen="coffgen.lo dwarf2.lo"
13231 coff="cofflink.lo $coffgen"
13232 ecoff="ecofflink.lo $coffgen"
13233 xcoff="xcofflink.lo $coffgen"
13234
13235 elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
13236 for vec in $selvecs
13237 do
13238 target_size=32
13239 case "$vec" in
13240 # This list is alphabetized to make it easy to compare
13241 # with the two vector lists in targets.c. For the same reason,
13242 # use one entry per line, even though this leads to long lines.
13243 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13244 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13245 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13246 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13247 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13248 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13249 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
13250 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
13251 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13252 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13253 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
13254 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
13255 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
13256 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
13257 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
13258 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
13259 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13260 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13261 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13262 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13263 arm_elf32_fdpic_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13264 arm_elf32_fdpic_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13265 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13266 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13267 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13268 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13269 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13270 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13271 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13272 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13273 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13274 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13275 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13276 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13277 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
13278 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
13279 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13280 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13281 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
13282 cris_aout_vec) tb="$tb aout-cris.lo" ;;
13283 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
13284 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
13285 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
13286 csky_elf32_be_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13287 csky_elf32_le_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13288 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
13289 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
13290 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
13291 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13292 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13293 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13294 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13295 bpf_elf64_le_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;;
13296 bpf_elf64_be_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;;
13297 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
13298 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
13299 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13300 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13301 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
13302 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
13303 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13304 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13305 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13306 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13307 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13308 hppa_som_vec) tb="$tb som.lo" ;;
13309 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
13310 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
13311 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
13312 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
13313 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
13314 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
13315 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
13316 i386_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13317 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13318 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13319 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13320 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
13321 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
13322 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
13323 i386_pe_big_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
13324 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
13325 iamcu_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13326 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13327 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13328 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13329 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13330 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13331 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 ;;
13332 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
13333 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
13334 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
13335 k1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13336 k1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13337 l1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13338 l1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13339 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
13340 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
13341 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
13342 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13343 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13344 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13345 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13346 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13347 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13348 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
13349 s12z_elf32_vec) tb="$tb elf32-s12z.lo elf32.lo $elf" ;;
13350 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13351 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13352 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13353 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13354 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13355 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13356 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13357 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
13358 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
13359 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13360 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13361 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
13362 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13363 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13364 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13365 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13366 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13367 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13368 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13369 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13370 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13371 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13372 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13373 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13374 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13375 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13376 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13377 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13378 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13379 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13380 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13381 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13382 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13383 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 ;;
13384 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 ;;
13385 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 ;;
13386 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 ;;
13387 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
13388 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
13389 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
13390 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
13391 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
13392 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
13393 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
13394 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
13395 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
13396 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13397 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13398 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13399 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13400 nfp_elf64_vec) tb="$tb elf64-nfp.lo elf64.lo $elf" ;;
13401 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
13402 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
13403 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
13404 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
13405 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
13406 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
13407 pef_vec) tb="$tb pef.lo" ;;
13408 pef_xlib_vec) tb="$tb pef.lo" ;;
13409 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
13410 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
13411 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
13412 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13413 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13414 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13415 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13416 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13417 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13418 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13419 powerpc_elf64_fbsd_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13420 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
13421 pru_elf32_vec) tb="$tb elf32-pru.lo elf32.lo $elf" ;;
13422 riscv_elf32_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13423 riscv_elf64_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13424 riscv_elf32_be_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13425 riscv_elf64_be_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13426 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
13427 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
13428 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
13429 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
13430 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13431 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13432 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13433 rx_elf32_linux_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13434 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
13435 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
13436 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
13437 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
13438 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
13439 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
13440 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
13441 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
13442 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13443 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13444 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13445 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13446 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13447 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13448 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13449 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13450 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13451 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13452 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
13453 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
13454 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13455 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13456 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13457 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13458 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13459 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13460 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
13461 sym_vec) tb="$tb xsym.lo" ;;
13462 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
13463 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13464 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13465 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13466 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13467 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13468 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13469 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13470 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13471 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13472 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13473 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13474 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13475 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13476 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13477 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13478 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13479 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13480 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13481 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
13482 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
13483 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
13484 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
13485 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
13486 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
13487 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
13488 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
13489 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
13490 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
13491 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
13492 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
13493 wasm_vec) tb="$tb wasm-module.lo" ;;
13494 wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
13495 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
13496 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
13497 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13498 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13499 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13500 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13501 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
13502 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13503 x86_64_pe_big_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13504 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
13505 xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
13506 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
13507 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
13508 xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13509 xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13510 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
13511 z80_elf32_vec) tb="$tb elf32-z80.lo elf32.lo $elf" ;;
13512 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
13513
13514 # These appear out of order in targets.c
13515 srec_vec) tb="$tb srec.lo" ;;
13516 symbolsrec_vec) tb="$tb srec.lo" ;;
13517 tekhex_vec) tb="$tb tekhex.lo" ;;
13518 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
13519 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
13520
13521 "") ;;
13522 *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;;
13523 esac
13524
13525 if test ${target_size} = 64; then
13526 target64=true
13527 fi
13528 if test x"${vec}" = x"${defvec}"; then
13529 bfd_default_target_size=${target_size}
13530 fi
13531 done
13532
13533 if test "$plugins" = "yes"; then
13534 tb="$tb plugin.lo"
13535 fi
13536
13537 # Target architecture .o files.
13538 # A couple of CPUs use shorter file names to avoid problems on DOS
13539 # filesystems.
13540 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
13541
13542 # Weed out duplicate .o files.
13543 f=""
13544 for i in $tb ; do
13545 case " $f " in
13546 *" $i "*) ;;
13547 *) f="$f $i" ;;
13548 esac
13549 done
13550 tb="$f"
13551
13552 f=""
13553 for i in $ta ; do
13554 case " $f " in
13555 *" $i "*) ;;
13556 *) f="$f $i" ;;
13557 esac
13558 done
13559 ta="$f"
13560
13561 bfd_backends="$tb"
13562 bfd_machines="$ta"
13563
13564 if test x${all_targets} = xtrue ; then
13565 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
13566 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
13567 selvecs=
13568 havevecs=-DHAVE_all_vecs
13569 selarchs=
13570 test -n "$assocvecs" &&
13571 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13572 else # all_targets is true
13573 # Only set these if they will be nonempty, for the clever echo.
13574 havevecs=
13575 assocvecs=
13576 test -n "$selvecs" &&
13577 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
13578 test -n "$selvecs" &&
13579 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13580 test -n "$selarchs" &&
13581 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13582 fi # all_targets is true
13583
13584 # 64-bit archives need a 64-bit bfd_vma.
13585 if test "x$want_64_bit_archive" = xtrue; then
13586 want64=true
13587
13588 $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
13589
13590 fi
13591
13592 case ${host64}-${target64}-${want64} in
13593 *true*)
13594 wordsize=64
13595 bfd64_libs='$(BFD64_LIBS)'
13596 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
13597 if test $BFD_HOST_64_BIT_DEFINED = 0; then
13598 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
13599 $as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
13600 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
13601 $as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
13602 fi
13603 if test -n "$GCC" ; then
13604 bad_64bit_gcc=no;
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
13606 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
13607 # Add more tests for gcc versions with non-working 64-bit support here.
13608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13609 /* end confdefs.h. */
13610 :__GNUC__:__GNUC_MINOR__:__i386__:
13611 _ACEOF
13612 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13613 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
13614 bad_64bit_gcc=yes;
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
13616 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
13617 else
13618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13619 $as_echo "no" >&6; }
13620 fi
13621 rm -f conftest*
13622
13623 if test $bad_64bit_gcc = yes ; then
13624 as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
13625 fi
13626 fi
13627 ;;
13628 false-false-false)
13629 wordsize=32
13630 all_backends='$(BFD32_BACKENDS)'
13631 ;;
13632 esac
13633
13634 tdefaults=""
13635 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
13636 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
13637 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
13638 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
13649 # If we are configured native, pick a core file support file.
13650 COREFILE=
13651 COREFLAG=
13652 CORE_HEADER=
13653 TRAD_HEADER=
13654 if test "${target}" = "${host}"; then
13655 case "${host}" in
13656 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
13657 COREFILE=''
13658 ;;
13659 alpha*-*-linux-*)
13660 COREFILE=trad-core.lo
13661 TRAD_HEADER='"hosts/alphalinux.h"'
13662 ;;
13663 alpha*-*-netbsd* | alpha*-*-openbsd*)
13664 COREFILE=netbsd-core.lo
13665 ;;
13666 alpha*-*-*)
13667 COREFILE=osf-core.lo
13668 ;;
13669 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
13670 COREFILE='' ;;
13671 arm*-*-netbsd* | arm-*-openbsd*)
13672 COREFILE=netbsd-core.lo
13673 ;;
13674 arm-*-riscix) COREFILE=trad-core.lo ;;
13675 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
13676 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
13677 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
13678 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
13679 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
13680 hppa*-*-netbsd* | hppa*-*-openbsd*)
13681 COREFILE=netbsd-core.lo
13682 ;;
13683
13684 i[3-7]86-sequent-bsd*)
13685 COREFILE=trad-core.lo
13686 TRAD_HEADER='"hosts/symmetry.h"'
13687 ;;
13688 i[3-7]86-sequent-sysv4*) ;;
13689 i[3-7]86-sequent-sysv*)
13690 COREFILE=trad-core.lo
13691 TRAD_HEADER='"hosts/symmetry.h"'
13692 ;;
13693 i[3-7]86-*-bsdi)
13694 COREFILE=
13695 ;;
13696 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*)
13697 COREFILE=trad-core.lo
13698 TRAD_HEADER='"hosts/i386bsd.h"'
13699 ;;
13700 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
13701 COREFILE=''
13702 TRAD_HEADER='"hosts/i386bsd.h"'
13703 ;;
13704 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
13705 COREFILE=netbsd-core.lo
13706 ;;
13707 i[3-7]86-esix-sysv3*)
13708 COREFILE=trad-core.lo
13709 TRAD_HEADER='"hosts/esix.h"'
13710 ;;
13711 i[3-7]86-*-sco3.2v5*)
13712 COREFILE=sco5-core.lo
13713 ;;
13714 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
13715 COREFILE=trad-core.lo
13716 TRAD_HEADER='"hosts/i386sco.h"'
13717 ;;
13718 i[3-7]86-*-mach3*)
13719 COREFILE=trad-core.lo
13720 TRAD_HEADER='"hosts/i386mach3.h"'
13721 ;;
13722 i[3-7]86-*-linux-*)
13723 COREFILE=trad-core.lo
13724 TRAD_HEADER='"hosts/i386linux.h"'
13725 case "$enable_targets"-"$want64" in
13726 *x86_64-*linux*|*-true)
13727 CORE_HEADER='"hosts/x86-64linux.h"'
13728 esac
13729 ;;
13730 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
13731 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
13732 mips*-*-netbsd* | mips*-*-openbsd*)
13733 COREFILE=netbsd-core.lo
13734 ;;
13735 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
13736 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
13737 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
13738 m68*-*-linux-*)
13739 COREFILE=trad-core.lo
13740 TRAD_HEADER='"hosts/m68klinux.h"'
13741 ;;
13742 m68*-*-netbsd*)
13743 COREFILE=netbsd-core.lo
13744 ;;
13745 ns32k-pc532-mach)
13746 COREFILE=trad-core.lo
13747 TRAD_HEADER='"hosts/pc532mach.h"'
13748 ;;
13749 ns32k-*-netbsd* | ns32k-*-openbsd*)
13750 COREFILE=netbsd-core.lo
13751 ;;
13752 rs6000-*-lynx*)
13753 COREFILE=lynx-core.lo
13754 ;;
13755 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
13756 COREFILE=rs6000-core.lo
13757 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
13758 ;;
13759 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
13760 COREFILE=rs6000-core.lo
13761 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
13762 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
13763 # have c_impl as a member of struct core_dumpx
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
13765 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
13766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13767 /* end confdefs.h. */
13768 #include <core.h>
13769 int
13770 main ()
13771 {
13772 struct core_dumpx c; c.c_impl = 0;
13773 ;
13774 return 0;
13775 }
13776 _ACEOF
13777 if ac_fn_c_try_compile "$LINENO"; then :
13778
13779 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
13780
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13782 $as_echo "yes" >&6; }
13783 else
13784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13785 $as_echo "no" >&6; }
13786 fi
13787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13788 ;;
13789 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
13790 rs6000-*-*) COREFILE=rs6000-core.lo ;;
13791 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
13792 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
13793 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
13794 powerpc-*-beos*) ;;
13795 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
13796 COREFILE='' ;;
13797 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
13798 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
13799 s390*-*-*) COREFILE=trad-core.lo ;;
13800 sh*-*-netbsd* | sh*-*-openbsd*)
13801 COREFILE=netbsd-core.lo
13802 ;;
13803 sparc-*-netbsd* | sparc*-*-openbsd*)
13804 COREFILE=netbsd-core.lo
13805 ;;
13806 vax-*-netbsd* | vax-*-openbsd*)
13807 COREFILE=netbsd-core.lo
13808 ;;
13809 vax-*-ultrix2*)
13810 COREFILE=trad-core.lo
13811 TRAD_HEADER='"hosts/vaxult2.h"'
13812 ;;
13813 vax-*-ultrix*)
13814 COREFILE=trad-core.lo
13815 TRAD_HEADER='"hosts/vaxult2.h"'
13816 ;;
13817 vax-*-linux-*)
13818 COREFILE=trad-core.lo
13819 TRAD_HEADER='"hosts/vaxlinux.h"'
13820 ;;
13821 vax-*-*)
13822 COREFILE=trad-core.lo
13823 TRAD_HEADER='"hosts/vaxbsd.h"'
13824 ;;
13825 x86_64-*-linux*)
13826 CORE_HEADER='"hosts/x86-64linux.h"'
13827 ;;
13828 x86_64-*-netbsd* | x86_64-*-openbsd*)
13829 COREFILE=netbsd-core.lo
13830 ;;
13831 esac
13832
13833 case "$COREFILE" in
13834 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
13835 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
13836 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
13837 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
13838 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
13839 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
13840 osf-core.lo) COREFLAG=-DOSF_CORE ;;
13841 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
13842 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
13843 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
13844 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
13845 esac
13846
13847 # ELF corefile support has several flavors, but all of
13848 # them use something called <sys/procfs.h>
13849
13850 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
13851
13852 for ac_header in sys/procfs.h
13853 do :
13854 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
13855 if test "x$ac_cv_header_sys_procfs_h" = xyes; then :
13856 cat >>confdefs.h <<_ACEOF
13857 #define HAVE_SYS_PROCFS_H 1
13858 _ACEOF
13859
13860 fi
13861
13862 done
13863
13864 if test "$ac_cv_header_sys_procfs_h" = yes; then
13865
13866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
13867 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
13868 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then :
13869 $as_echo_n "(cached) " >&6
13870 else
13871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13872 /* end confdefs.h. */
13873
13874 #define _SYSCALL32
13875 #include <sys/procfs.h>
13876 int
13877 main ()
13878 {
13879 prstatus_t avar
13880 ;
13881 return 0;
13882 }
13883 _ACEOF
13884 if ac_fn_c_try_compile "$LINENO"; then :
13885 bfd_cv_have_sys_procfs_type_prstatus_t=yes
13886 else
13887 bfd_cv_have_sys_procfs_type_prstatus_t=no
13888
13889 fi
13890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13891 fi
13892
13893 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
13894
13895 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
13896
13897 fi
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
13899 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
13900
13901
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
13903 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
13904 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then :
13905 $as_echo_n "(cached) " >&6
13906 else
13907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13908 /* end confdefs.h. */
13909
13910 #define _SYSCALL32
13911 #include <sys/procfs.h>
13912 int
13913 main ()
13914 {
13915 prstatus32_t avar
13916 ;
13917 return 0;
13918 }
13919 _ACEOF
13920 if ac_fn_c_try_compile "$LINENO"; then :
13921 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
13922 else
13923 bfd_cv_have_sys_procfs_type_prstatus32_t=no
13924
13925 fi
13926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13927 fi
13928
13929 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
13930
13931 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
13932
13933 fi
13934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
13935 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
13936
13937
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
13939 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
13940 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then :
13941 $as_echo_n "(cached) " >&6
13942 else
13943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13944 /* end confdefs.h. */
13945
13946 #define _SYSCALL32
13947 #include <sys/procfs.h>
13948 int
13949 main ()
13950 {
13951 prstatus_t avar; void* aref = (void*) &avar.pr_who
13952 ;
13953 return 0;
13954 }
13955 _ACEOF
13956 if ac_fn_c_try_compile "$LINENO"; then :
13957 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
13958 else
13959 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
13960
13961 fi
13962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13963 fi
13964
13965 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
13966
13967 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
13968
13969 fi
13970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
13971 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
13972
13973
13974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
13975 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
13976 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then :
13977 $as_echo_n "(cached) " >&6
13978 else
13979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13980 /* end confdefs.h. */
13981
13982 #define _SYSCALL32
13983 #include <sys/procfs.h>
13984 int
13985 main ()
13986 {
13987 prstatus32_t avar; void* aref = (void*) &avar.pr_who
13988 ;
13989 return 0;
13990 }
13991 _ACEOF
13992 if ac_fn_c_try_compile "$LINENO"; then :
13993 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
13994 else
13995 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
13996
13997 fi
13998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13999 fi
14000
14001 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14002
14003 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14004
14005 fi
14006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14007 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14008
14009
14010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14011 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14012 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then :
14013 $as_echo_n "(cached) " >&6
14014 else
14015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14016 /* end confdefs.h. */
14017
14018 #define _SYSCALL32
14019 #include <sys/procfs.h>
14020 int
14021 main ()
14022 {
14023 pstatus_t avar
14024 ;
14025 return 0;
14026 }
14027 _ACEOF
14028 if ac_fn_c_try_compile "$LINENO"; then :
14029 bfd_cv_have_sys_procfs_type_pstatus_t=yes
14030 else
14031 bfd_cv_have_sys_procfs_type_pstatus_t=no
14032
14033 fi
14034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14035 fi
14036
14037 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14038
14039 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14040
14041 fi
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14043 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14044
14045
14046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14047 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14048 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then :
14049 $as_echo_n "(cached) " >&6
14050 else
14051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14052 /* end confdefs.h. */
14053
14054 #define _SYSCALL32
14055 #include <sys/procfs.h>
14056 int
14057 main ()
14058 {
14059 pxstatus_t avar
14060 ;
14061 return 0;
14062 }
14063 _ACEOF
14064 if ac_fn_c_try_compile "$LINENO"; then :
14065 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
14066 else
14067 bfd_cv_have_sys_procfs_type_pxstatus_t=no
14068
14069 fi
14070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14071 fi
14072
14073 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14074
14075 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14076
14077 fi
14078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14079 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14080
14081
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14083 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14084 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then :
14085 $as_echo_n "(cached) " >&6
14086 else
14087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14088 /* end confdefs.h. */
14089
14090 #define _SYSCALL32
14091 #include <sys/procfs.h>
14092 int
14093 main ()
14094 {
14095 pstatus32_t avar
14096 ;
14097 return 0;
14098 }
14099 _ACEOF
14100 if ac_fn_c_try_compile "$LINENO"; then :
14101 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
14102 else
14103 bfd_cv_have_sys_procfs_type_pstatus32_t=no
14104
14105 fi
14106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14107 fi
14108
14109 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14110
14111 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14112
14113 fi
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14115 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14116
14117
14118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14119 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14120 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then :
14121 $as_echo_n "(cached) " >&6
14122 else
14123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14124 /* end confdefs.h. */
14125
14126 #define _SYSCALL32
14127 #include <sys/procfs.h>
14128 int
14129 main ()
14130 {
14131 prpsinfo_t avar
14132 ;
14133 return 0;
14134 }
14135 _ACEOF
14136 if ac_fn_c_try_compile "$LINENO"; then :
14137 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
14138 else
14139 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
14140
14141 fi
14142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14143 fi
14144
14145 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14146
14147 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14148
14149 fi
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14151 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14152
14153
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
14155 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
14156 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then :
14157 $as_echo_n "(cached) " >&6
14158 else
14159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14160 /* end confdefs.h. */
14161
14162 #define _SYSCALL32
14163 #include <sys/procfs.h>
14164 int
14165 main ()
14166 {
14167 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14168 ;
14169 return 0;
14170 }
14171 _ACEOF
14172 if ac_fn_c_try_compile "$LINENO"; then :
14173 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
14174 else
14175 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
14176
14177 fi
14178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14179 fi
14180
14181 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14182
14183 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14184
14185 fi
14186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14187 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14188
14189
14190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14191 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14192 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then :
14193 $as_echo_n "(cached) " >&6
14194 else
14195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14196 /* end confdefs.h. */
14197
14198 #define _SYSCALL32
14199 #include <sys/procfs.h>
14200 int
14201 main ()
14202 {
14203 prpsinfo32_t avar
14204 ;
14205 return 0;
14206 }
14207 _ACEOF
14208 if ac_fn_c_try_compile "$LINENO"; then :
14209 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
14210 else
14211 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
14212
14213 fi
14214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14215 fi
14216
14217 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14218
14219 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14220
14221 fi
14222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14223 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14224
14225
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
14227 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14228 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then :
14229 $as_echo_n "(cached) " >&6
14230 else
14231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14232 /* end confdefs.h. */
14233
14234 #define _SYSCALL32
14235 #include <sys/procfs.h>
14236 int
14237 main ()
14238 {
14239 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14240 ;
14241 return 0;
14242 }
14243 _ACEOF
14244 if ac_fn_c_try_compile "$LINENO"; then :
14245 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
14246 else
14247 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
14248
14249 fi
14250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14251 fi
14252
14253 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14254
14255 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14256
14257 fi
14258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14259 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14260
14261
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14263 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14264 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then :
14265 $as_echo_n "(cached) " >&6
14266 else
14267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14268 /* end confdefs.h. */
14269
14270 #define _SYSCALL32
14271 #include <sys/procfs.h>
14272 int
14273 main ()
14274 {
14275 psinfo_t avar
14276 ;
14277 return 0;
14278 }
14279 _ACEOF
14280 if ac_fn_c_try_compile "$LINENO"; then :
14281 bfd_cv_have_sys_procfs_type_psinfo_t=yes
14282 else
14283 bfd_cv_have_sys_procfs_type_psinfo_t=no
14284
14285 fi
14286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14287 fi
14288
14289 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14290
14291 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14292
14293 fi
14294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14295 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14296
14297
14298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
14299 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
14300 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then :
14301 $as_echo_n "(cached) " >&6
14302 else
14303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14304 /* end confdefs.h. */
14305
14306 #define _SYSCALL32
14307 #include <sys/procfs.h>
14308 int
14309 main ()
14310 {
14311 psinfo_t avar; void* aref = (void*) &avar.pr_pid
14312 ;
14313 return 0;
14314 }
14315 _ACEOF
14316 if ac_fn_c_try_compile "$LINENO"; then :
14317 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
14318 else
14319 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
14320
14321 fi
14322 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14323 fi
14324
14325 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14326
14327 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14328
14329 fi
14330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14331 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14332
14333
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14335 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14336 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then :
14337 $as_echo_n "(cached) " >&6
14338 else
14339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14340 /* end confdefs.h. */
14341
14342 #define _SYSCALL32
14343 #include <sys/procfs.h>
14344 int
14345 main ()
14346 {
14347 psinfo32_t avar
14348 ;
14349 return 0;
14350 }
14351 _ACEOF
14352 if ac_fn_c_try_compile "$LINENO"; then :
14353 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
14354 else
14355 bfd_cv_have_sys_procfs_type_psinfo32_t=no
14356
14357 fi
14358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14359 fi
14360
14361 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14362
14363 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14364
14365 fi
14366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14367 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14368
14369
14370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
14371 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14372 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then :
14373 $as_echo_n "(cached) " >&6
14374 else
14375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14376 /* end confdefs.h. */
14377
14378 #define _SYSCALL32
14379 #include <sys/procfs.h>
14380 int
14381 main ()
14382 {
14383 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
14384 ;
14385 return 0;
14386 }
14387 _ACEOF
14388 if ac_fn_c_try_compile "$LINENO"; then :
14389 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
14390 else
14391 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
14392
14393 fi
14394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14395 fi
14396
14397 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
14398
14399 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
14400
14401 fi
14402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
14403 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
14404
14405
14406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
14407 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
14408 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then :
14409 $as_echo_n "(cached) " >&6
14410 else
14411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14412 /* end confdefs.h. */
14413
14414 #define _SYSCALL32
14415 #include <sys/procfs.h>
14416 int
14417 main ()
14418 {
14419 lwpstatus_t avar
14420 ;
14421 return 0;
14422 }
14423 _ACEOF
14424 if ac_fn_c_try_compile "$LINENO"; then :
14425 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
14426 else
14427 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
14428
14429 fi
14430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14431 fi
14432
14433 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14434
14435 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14436
14437 fi
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14439 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
14440
14441
14442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
14443 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
14444 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then :
14445 $as_echo_n "(cached) " >&6
14446 else
14447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14448 /* end confdefs.h. */
14449
14450 #define _SYSCALL32
14451 #include <sys/procfs.h>
14452 int
14453 main ()
14454 {
14455 lwpxstatus_t avar
14456 ;
14457 return 0;
14458 }
14459 _ACEOF
14460 if ac_fn_c_try_compile "$LINENO"; then :
14461 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
14462 else
14463 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
14464
14465 fi
14466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14467 fi
14468
14469 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
14470
14471 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
14472
14473 fi
14474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
14475 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
14476
14477
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
14479 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
14480 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then :
14481 $as_echo_n "(cached) " >&6
14482 else
14483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14484 /* end confdefs.h. */
14485
14486 #define _SYSCALL32
14487 #include <sys/procfs.h>
14488 int
14489 main ()
14490 {
14491 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
14492 ;
14493 return 0;
14494 }
14495 _ACEOF
14496 if ac_fn_c_try_compile "$LINENO"; then :
14497 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
14498 else
14499 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
14500
14501 fi
14502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14503 fi
14504
14505 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
14506
14507 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
14508
14509 fi
14510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
14511 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
14512
14513
14514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
14515 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
14516 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then :
14517 $as_echo_n "(cached) " >&6
14518 else
14519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14520 /* end confdefs.h. */
14521
14522 #define _SYSCALL32
14523 #include <sys/procfs.h>
14524 int
14525 main ()
14526 {
14527 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
14528 ;
14529 return 0;
14530 }
14531 _ACEOF
14532 if ac_fn_c_try_compile "$LINENO"; then :
14533 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
14534 else
14535 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
14536
14537 fi
14538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14539 fi
14540
14541 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
14542
14543 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
14544
14545 fi
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
14547 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
14548
14549
14550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
14551 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
14552 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then :
14553 $as_echo_n "(cached) " >&6
14554 else
14555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14556 /* end confdefs.h. */
14557
14558 #define _SYSCALL32
14559 #include <sys/procfs.h>
14560 int
14561 main ()
14562 {
14563 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
14564 ;
14565 return 0;
14566 }
14567 _ACEOF
14568 if ac_fn_c_try_compile "$LINENO"; then :
14569 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
14570 else
14571 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
14572
14573 fi
14574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14575 fi
14576
14577 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
14578
14579 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
14580
14581 fi
14582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
14583 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
14584
14585
14586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
14587 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
14588 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then :
14589 $as_echo_n "(cached) " >&6
14590 else
14591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14592 /* end confdefs.h. */
14593
14594 #define _SYSCALL32
14595 #include <sys/procfs.h>
14596 int
14597 main ()
14598 {
14599 win32_pstatus_t avar
14600 ;
14601 return 0;
14602 }
14603 _ACEOF
14604 if ac_fn_c_try_compile "$LINENO"; then :
14605 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
14606 else
14607 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
14608
14609 fi
14610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14611 fi
14612
14613 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
14614
14615 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
14616
14617 fi
14618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
14619 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
14620
14621 fi
14622 fi
14623
14624
14625 if test -n "$CORE_HEADER"; then
14626
14627 cat >>confdefs.h <<_ACEOF
14628 #define CORE_HEADER $CORE_HEADER
14629 _ACEOF
14630
14631 fi
14632 if test -n "$TRAD_HEADER"; then
14633
14634 cat >>confdefs.h <<_ACEOF
14635 #define TRAD_HEADER $TRAD_HEADER
14636 _ACEOF
14637
14638 fi
14639
14640 if test "$plugins" = "yes"; then
14641 supports_plugins=1
14642 else
14643 supports_plugins=0
14644 fi
14645
14646
14647
14648 # Determine the host dependent file_ptr a.k.a. off_t type. In order
14649 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
14650 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
14651 # Hopefully a reasonable assumption since fseeko et.al. should be
14652 # upward compatible.
14653 for ac_func in ftello ftello64 fseeko fseeko64 fopen64
14654 do :
14655 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14656 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14657 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14658 cat >>confdefs.h <<_ACEOF
14659 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14660 _ACEOF
14661
14662 fi
14663 done
14664
14665 ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
14666 if test "x$ac_cv_have_decl_ftello" = xyes; then :
14667 ac_have_decl=1
14668 else
14669 ac_have_decl=0
14670 fi
14671
14672 cat >>confdefs.h <<_ACEOF
14673 #define HAVE_DECL_FTELLO $ac_have_decl
14674 _ACEOF
14675 ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
14676 if test "x$ac_cv_have_decl_ftello64" = xyes; then :
14677 ac_have_decl=1
14678 else
14679 ac_have_decl=0
14680 fi
14681
14682 cat >>confdefs.h <<_ACEOF
14683 #define HAVE_DECL_FTELLO64 $ac_have_decl
14684 _ACEOF
14685 ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
14686 if test "x$ac_cv_have_decl_fseeko" = xyes; then :
14687 ac_have_decl=1
14688 else
14689 ac_have_decl=0
14690 fi
14691
14692 cat >>confdefs.h <<_ACEOF
14693 #define HAVE_DECL_FSEEKO $ac_have_decl
14694 _ACEOF
14695 ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
14696 if test "x$ac_cv_have_decl_fseeko64" = xyes; then :
14697 ac_have_decl=1
14698 else
14699 ac_have_decl=0
14700 fi
14701
14702 cat >>confdefs.h <<_ACEOF
14703 #define HAVE_DECL_FSEEKO64 $ac_have_decl
14704 _ACEOF
14705 ac_fn_c_check_decl "$LINENO" "fopen64" "ac_cv_have_decl_fopen64" "$ac_includes_default"
14706 if test "x$ac_cv_have_decl_fopen64" = xyes; then :
14707 ac_have_decl=1
14708 else
14709 ac_have_decl=0
14710 fi
14711
14712 cat >>confdefs.h <<_ACEOF
14713 #define HAVE_DECL_FOPEN64 $ac_have_decl
14714 _ACEOF
14715
14716 if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
14717 # The cast to long int works around a bug in the HP C Compiler
14718 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14719 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14720 # This bug is HP SR number 8606223364.
14721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
14722 $as_echo_n "checking size of off_t... " >&6; }
14723 if ${ac_cv_sizeof_off_t+:} false; then :
14724 $as_echo_n "(cached) " >&6
14725 else
14726 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
14727
14728 else
14729 if test "$ac_cv_type_off_t" = yes; then
14730 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14731 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14732 as_fn_error 77 "cannot compute sizeof (off_t)
14733 See \`config.log' for more details" "$LINENO" 5; }
14734 else
14735 ac_cv_sizeof_off_t=0
14736 fi
14737 fi
14738
14739 fi
14740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
14741 $as_echo "$ac_cv_sizeof_off_t" >&6; }
14742
14743
14744
14745 cat >>confdefs.h <<_ACEOF
14746 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
14747 _ACEOF
14748
14749
14750 fi
14751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
14752 $as_echo_n "checking file_ptr type... " >&6; }
14753 bfd_file_ptr="long"
14754 bfd_ufile_ptr="unsigned long"
14755 if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
14756 -o x"${ac_cv_sizeof_off_t}" = x8; then
14757 bfd_file_ptr=BFD_HOST_64_BIT
14758 bfd_ufile_ptr=BFD_HOST_U_64_BIT
14759 fi
14760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
14761 $as_echo "$bfd_file_ptr" >&6; }
14762
14763
14764
14765
14766
14767
14768 for ac_header in $ac_header_list
14769 do :
14770 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14771 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
14772 "
14773 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14774 cat >>confdefs.h <<_ACEOF
14775 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14776 _ACEOF
14777
14778 fi
14779
14780 done
14781
14782
14783
14784
14785
14786
14787
14788
14789 for ac_func in getpagesize
14790 do :
14791 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
14792 if test "x$ac_cv_func_getpagesize" = xyes; then :
14793 cat >>confdefs.h <<_ACEOF
14794 #define HAVE_GETPAGESIZE 1
14795 _ACEOF
14796
14797 fi
14798 done
14799
14800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
14801 $as_echo_n "checking for working mmap... " >&6; }
14802 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
14803 $as_echo_n "(cached) " >&6
14804 else
14805 if test "$cross_compiling" = yes; then :
14806 ac_cv_func_mmap_fixed_mapped=no
14807 else
14808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14809 /* end confdefs.h. */
14810 $ac_includes_default
14811 /* malloc might have been renamed as rpl_malloc. */
14812 #undef malloc
14813
14814 /* Thanks to Mike Haertel and Jim Avera for this test.
14815 Here is a matrix of mmap possibilities:
14816 mmap private not fixed
14817 mmap private fixed at somewhere currently unmapped
14818 mmap private fixed at somewhere already mapped
14819 mmap shared not fixed
14820 mmap shared fixed at somewhere currently unmapped
14821 mmap shared fixed at somewhere already mapped
14822 For private mappings, we should verify that changes cannot be read()
14823 back from the file, nor mmap's back from the file at a different
14824 address. (There have been systems where private was not correctly
14825 implemented like the infamous i386 svr4.0, and systems where the
14826 VM page cache was not coherent with the file system buffer cache
14827 like early versions of FreeBSD and possibly contemporary NetBSD.)
14828 For shared mappings, we should conversely verify that changes get
14829 propagated back to all the places they're supposed to be.
14830
14831 Grep wants private fixed already mapped.
14832 The main things grep needs to know about mmap are:
14833 * does it exist and is it safe to write into the mmap'd area
14834 * how to use it (BSD variants) */
14835
14836 #include <fcntl.h>
14837 #include <sys/mman.h>
14838
14839 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
14840 char *malloc ();
14841 #endif
14842
14843 /* This mess was copied from the GNU getpagesize.h. */
14844 #ifndef HAVE_GETPAGESIZE
14845 # ifdef _SC_PAGESIZE
14846 # define getpagesize() sysconf(_SC_PAGESIZE)
14847 # else /* no _SC_PAGESIZE */
14848 # ifdef HAVE_SYS_PARAM_H
14849 # include <sys/param.h>
14850 # ifdef EXEC_PAGESIZE
14851 # define getpagesize() EXEC_PAGESIZE
14852 # else /* no EXEC_PAGESIZE */
14853 # ifdef NBPG
14854 # define getpagesize() NBPG * CLSIZE
14855 # ifndef CLSIZE
14856 # define CLSIZE 1
14857 # endif /* no CLSIZE */
14858 # else /* no NBPG */
14859 # ifdef NBPC
14860 # define getpagesize() NBPC
14861 # else /* no NBPC */
14862 # ifdef PAGESIZE
14863 # define getpagesize() PAGESIZE
14864 # endif /* PAGESIZE */
14865 # endif /* no NBPC */
14866 # endif /* no NBPG */
14867 # endif /* no EXEC_PAGESIZE */
14868 # else /* no HAVE_SYS_PARAM_H */
14869 # define getpagesize() 8192 /* punt totally */
14870 # endif /* no HAVE_SYS_PARAM_H */
14871 # endif /* no _SC_PAGESIZE */
14872
14873 #endif /* no HAVE_GETPAGESIZE */
14874
14875 int
14876 main ()
14877 {
14878 char *data, *data2, *data3;
14879 const char *cdata2;
14880 int i, pagesize;
14881 int fd, fd2;
14882
14883 pagesize = getpagesize ();
14884
14885 /* First, make a file with some known garbage in it. */
14886 data = (char *) malloc (pagesize);
14887 if (!data)
14888 return 1;
14889 for (i = 0; i < pagesize; ++i)
14890 *(data + i) = rand ();
14891 umask (0);
14892 fd = creat ("conftest.mmap", 0600);
14893 if (fd < 0)
14894 return 2;
14895 if (write (fd, data, pagesize) != pagesize)
14896 return 3;
14897 close (fd);
14898
14899 /* Next, check that the tail of a page is zero-filled. File must have
14900 non-zero length, otherwise we risk SIGBUS for entire page. */
14901 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
14902 if (fd2 < 0)
14903 return 4;
14904 cdata2 = "";
14905 if (write (fd2, cdata2, 1) != 1)
14906 return 5;
14907 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
14908 if (data2 == MAP_FAILED)
14909 return 6;
14910 for (i = 0; i < pagesize; ++i)
14911 if (*(data2 + i))
14912 return 7;
14913 close (fd2);
14914 if (munmap (data2, pagesize))
14915 return 8;
14916
14917 /* Next, try to mmap the file at a fixed address which already has
14918 something else allocated at it. If we can, also make sure that
14919 we see the same garbage. */
14920 fd = open ("conftest.mmap", O_RDWR);
14921 if (fd < 0)
14922 return 9;
14923 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
14924 MAP_PRIVATE | MAP_FIXED, fd, 0L))
14925 return 10;
14926 for (i = 0; i < pagesize; ++i)
14927 if (*(data + i) != *(data2 + i))
14928 return 11;
14929
14930 /* Finally, make sure that changes to the mapped area do not
14931 percolate back to the file as seen by read(). (This is a bug on
14932 some variants of i386 svr4.0.) */
14933 for (i = 0; i < pagesize; ++i)
14934 *(data2 + i) = *(data2 + i) + 1;
14935 data3 = (char *) malloc (pagesize);
14936 if (!data3)
14937 return 12;
14938 if (read (fd, data3, pagesize) != pagesize)
14939 return 13;
14940 for (i = 0; i < pagesize; ++i)
14941 if (*(data + i) != *(data3 + i))
14942 return 14;
14943 close (fd);
14944 return 0;
14945 }
14946 _ACEOF
14947 if ac_fn_c_try_run "$LINENO"; then :
14948 ac_cv_func_mmap_fixed_mapped=yes
14949 else
14950 ac_cv_func_mmap_fixed_mapped=no
14951 fi
14952 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14953 conftest.$ac_objext conftest.beam conftest.$ac_ext
14954 fi
14955
14956 fi
14957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
14958 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
14959 if test $ac_cv_func_mmap_fixed_mapped = yes; then
14960
14961 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
14962
14963 fi
14964 rm -f conftest.mmap conftest.txt
14965
14966 for ac_func in madvise mprotect
14967 do :
14968 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14969 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14970 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14971 cat >>confdefs.h <<_ACEOF
14972 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14973 _ACEOF
14974
14975 fi
14976 done
14977
14978 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
14979 true+yes )
14980 $as_echo "#define USE_MMAP 1" >>confdefs.h
14981 ;;
14982 esac
14983
14984 rm -f doc/config.status
14985 ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
14986
14987
14988 ac_config_commands="$ac_config_commands default"
14989
14990
14991
14992
14993
14994
14995
14996 cat >confcache <<\_ACEOF
14997 # This file is a shell script that caches the results of configure
14998 # tests run on this system so they can be shared between configure
14999 # scripts and configure runs, see configure's option --config-cache.
15000 # It is not useful on other systems. If it contains results you don't
15001 # want to keep, you may remove or edit it.
15002 #
15003 # config.status only pays attention to the cache file if you give it
15004 # the --recheck option to rerun configure.
15005 #
15006 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15007 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15008 # following values.
15009
15010 _ACEOF
15011
15012 # The following way of writing the cache mishandles newlines in values,
15013 # but we know of no workaround that is simple, portable, and efficient.
15014 # So, we kill variables containing newlines.
15015 # Ultrix sh set writes to stderr and can't be redirected directly,
15016 # and sets the high bit in the cache file unless we assign to the vars.
15017 (
15018 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15019 eval ac_val=\$$ac_var
15020 case $ac_val in #(
15021 *${as_nl}*)
15022 case $ac_var in #(
15023 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15024 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15025 esac
15026 case $ac_var in #(
15027 _ | IFS | as_nl) ;; #(
15028 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15029 *) { eval $ac_var=; unset $ac_var;} ;;
15030 esac ;;
15031 esac
15032 done
15033
15034 (set) 2>&1 |
15035 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15036 *${as_nl}ac_space=\ *)
15037 # `set' does not quote correctly, so add quotes: double-quote
15038 # substitution turns \\\\ into \\, and sed turns \\ into \.
15039 sed -n \
15040 "s/'/'\\\\''/g;
15041 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15042 ;; #(
15043 *)
15044 # `set' quotes correctly as required by POSIX, so do not add quotes.
15045 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15046 ;;
15047 esac |
15048 sort
15049 ) |
15050 sed '
15051 /^ac_cv_env_/b end
15052 t clear
15053 :clear
15054 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15055 t end
15056 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15057 :end' >>confcache
15058 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15059 if test -w "$cache_file"; then
15060 if test "x$cache_file" != "x/dev/null"; then
15061 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15062 $as_echo "$as_me: updating cache $cache_file" >&6;}
15063 if test ! -f "$cache_file" || test -h "$cache_file"; then
15064 cat confcache >"$cache_file"
15065 else
15066 case $cache_file in #(
15067 */* | ?:*)
15068 mv -f confcache "$cache_file"$$ &&
15069 mv -f "$cache_file"$$ "$cache_file" ;; #(
15070 *)
15071 mv -f confcache "$cache_file" ;;
15072 esac
15073 fi
15074 fi
15075 else
15076 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15077 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15078 fi
15079 fi
15080 rm -f confcache
15081
15082 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15083 # Let make expand exec_prefix.
15084 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15085
15086 DEFS=-DHAVE_CONFIG_H
15087
15088 ac_libobjs=
15089 ac_ltlibobjs=
15090 U=
15091 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15092 # 1. Remove the extension, and $U if already installed.
15093 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15094 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15095 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15096 # will be set to the directory where LIBOBJS objects are built.
15097 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15098 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15099 done
15100 LIBOBJS=$ac_libobjs
15101
15102 LTLIBOBJS=$ac_ltlibobjs
15103
15104
15105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15106 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15107 if test -n "$am_sleep_pid"; then
15108 # Hide warnings about reused PIDs.
15109 wait $am_sleep_pid 2>/dev/null
15110 fi
15111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15112 $as_echo "done" >&6; }
15113 if test -n "$EXEEXT"; then
15114 am__EXEEXT_TRUE=
15115 am__EXEEXT_FALSE='#'
15116 else
15117 am__EXEEXT_TRUE='#'
15118 am__EXEEXT_FALSE=
15119 fi
15120
15121 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15122 as_fn_error $? "conditional \"AMDEP\" was never defined.
15123 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15124 fi
15125 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15126 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15127 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15128 fi
15129 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
15130 as_fn_error $? "conditional \"PLUGINS\" was never defined.
15131 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15132 fi
15133 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15134 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15135 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15136 fi
15137 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15138 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15139 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15140 fi
15141 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
15142 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
15143 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15144 fi
15145
15146 : "${CONFIG_STATUS=./config.status}"
15147 ac_write_fail=0
15148 ac_clean_files_save=$ac_clean_files
15149 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15150 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15151 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15152 as_write_fail=0
15153 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15154 #! $SHELL
15155 # Generated by $as_me.
15156 # Run this file to recreate the current configuration.
15157 # Compiler output produced by configure, useful for debugging
15158 # configure, is in config.log if it exists.
15159
15160 debug=false
15161 ac_cs_recheck=false
15162 ac_cs_silent=false
15163
15164 SHELL=\${CONFIG_SHELL-$SHELL}
15165 export SHELL
15166 _ASEOF
15167 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15168 ## -------------------- ##
15169 ## M4sh Initialization. ##
15170 ## -------------------- ##
15171
15172 # Be more Bourne compatible
15173 DUALCASE=1; export DUALCASE # for MKS sh
15174 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15175 emulate sh
15176 NULLCMD=:
15177 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15178 # is contrary to our usage. Disable this feature.
15179 alias -g '${1+"$@"}'='"$@"'
15180 setopt NO_GLOB_SUBST
15181 else
15182 case `(set -o) 2>/dev/null` in #(
15183 *posix*) :
15184 set -o posix ;; #(
15185 *) :
15186 ;;
15187 esac
15188 fi
15189
15190
15191 as_nl='
15192 '
15193 export as_nl
15194 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15195 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15196 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15197 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15198 # Prefer a ksh shell builtin over an external printf program on Solaris,
15199 # but without wasting forks for bash or zsh.
15200 if test -z "$BASH_VERSION$ZSH_VERSION" \
15201 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15202 as_echo='print -r --'
15203 as_echo_n='print -rn --'
15204 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15205 as_echo='printf %s\n'
15206 as_echo_n='printf %s'
15207 else
15208 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15209 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15210 as_echo_n='/usr/ucb/echo -n'
15211 else
15212 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15213 as_echo_n_body='eval
15214 arg=$1;
15215 case $arg in #(
15216 *"$as_nl"*)
15217 expr "X$arg" : "X\\(.*\\)$as_nl";
15218 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15219 esac;
15220 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15221 '
15222 export as_echo_n_body
15223 as_echo_n='sh -c $as_echo_n_body as_echo'
15224 fi
15225 export as_echo_body
15226 as_echo='sh -c $as_echo_body as_echo'
15227 fi
15228
15229 # The user is always right.
15230 if test "${PATH_SEPARATOR+set}" != set; then
15231 PATH_SEPARATOR=:
15232 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15233 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15234 PATH_SEPARATOR=';'
15235 }
15236 fi
15237
15238
15239 # IFS
15240 # We need space, tab and new line, in precisely that order. Quoting is
15241 # there to prevent editors from complaining about space-tab.
15242 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15243 # splitting by setting IFS to empty value.)
15244 IFS=" "" $as_nl"
15245
15246 # Find who we are. Look in the path if we contain no directory separator.
15247 as_myself=
15248 case $0 in #((
15249 *[\\/]* ) as_myself=$0 ;;
15250 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15251 for as_dir in $PATH
15252 do
15253 IFS=$as_save_IFS
15254 test -z "$as_dir" && as_dir=.
15255 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15256 done
15257 IFS=$as_save_IFS
15258
15259 ;;
15260 esac
15261 # We did not find ourselves, most probably we were run as `sh COMMAND'
15262 # in which case we are not to be found in the path.
15263 if test "x$as_myself" = x; then
15264 as_myself=$0
15265 fi
15266 if test ! -f "$as_myself"; then
15267 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15268 exit 1
15269 fi
15270
15271 # Unset variables that we do not need and which cause bugs (e.g. in
15272 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15273 # suppresses any "Segmentation fault" message there. '((' could
15274 # trigger a bug in pdksh 5.2.14.
15275 for as_var in BASH_ENV ENV MAIL MAILPATH
15276 do eval test x\${$as_var+set} = xset \
15277 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15278 done
15279 PS1='$ '
15280 PS2='> '
15281 PS4='+ '
15282
15283 # NLS nuisances.
15284 LC_ALL=C
15285 export LC_ALL
15286 LANGUAGE=C
15287 export LANGUAGE
15288
15289 # CDPATH.
15290 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15291
15292
15293 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15294 # ----------------------------------------
15295 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15296 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15297 # script with STATUS, using 1 if that was 0.
15298 as_fn_error ()
15299 {
15300 as_status=$1; test $as_status -eq 0 && as_status=1
15301 if test "$4"; then
15302 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15303 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15304 fi
15305 $as_echo "$as_me: error: $2" >&2
15306 as_fn_exit $as_status
15307 } # as_fn_error
15308
15309
15310 # as_fn_set_status STATUS
15311 # -----------------------
15312 # Set $? to STATUS, without forking.
15313 as_fn_set_status ()
15314 {
15315 return $1
15316 } # as_fn_set_status
15317
15318 # as_fn_exit STATUS
15319 # -----------------
15320 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15321 as_fn_exit ()
15322 {
15323 set +e
15324 as_fn_set_status $1
15325 exit $1
15326 } # as_fn_exit
15327
15328 # as_fn_unset VAR
15329 # ---------------
15330 # Portably unset VAR.
15331 as_fn_unset ()
15332 {
15333 { eval $1=; unset $1;}
15334 }
15335 as_unset=as_fn_unset
15336 # as_fn_append VAR VALUE
15337 # ----------------------
15338 # Append the text in VALUE to the end of the definition contained in VAR. Take
15339 # advantage of any shell optimizations that allow amortized linear growth over
15340 # repeated appends, instead of the typical quadratic growth present in naive
15341 # implementations.
15342 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15343 eval 'as_fn_append ()
15344 {
15345 eval $1+=\$2
15346 }'
15347 else
15348 as_fn_append ()
15349 {
15350 eval $1=\$$1\$2
15351 }
15352 fi # as_fn_append
15353
15354 # as_fn_arith ARG...
15355 # ------------------
15356 # Perform arithmetic evaluation on the ARGs, and store the result in the
15357 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15358 # must be portable across $(()) and expr.
15359 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15360 eval 'as_fn_arith ()
15361 {
15362 as_val=$(( $* ))
15363 }'
15364 else
15365 as_fn_arith ()
15366 {
15367 as_val=`expr "$@" || test $? -eq 1`
15368 }
15369 fi # as_fn_arith
15370
15371
15372 if expr a : '\(a\)' >/dev/null 2>&1 &&
15373 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15374 as_expr=expr
15375 else
15376 as_expr=false
15377 fi
15378
15379 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15380 as_basename=basename
15381 else
15382 as_basename=false
15383 fi
15384
15385 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15386 as_dirname=dirname
15387 else
15388 as_dirname=false
15389 fi
15390
15391 as_me=`$as_basename -- "$0" ||
15392 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15393 X"$0" : 'X\(//\)$' \| \
15394 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15395 $as_echo X/"$0" |
15396 sed '/^.*\/\([^/][^/]*\)\/*$/{
15397 s//\1/
15398 q
15399 }
15400 /^X\/\(\/\/\)$/{
15401 s//\1/
15402 q
15403 }
15404 /^X\/\(\/\).*/{
15405 s//\1/
15406 q
15407 }
15408 s/.*/./; q'`
15409
15410 # Avoid depending upon Character Ranges.
15411 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15412 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15413 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15414 as_cr_digits='0123456789'
15415 as_cr_alnum=$as_cr_Letters$as_cr_digits
15416
15417 ECHO_C= ECHO_N= ECHO_T=
15418 case `echo -n x` in #(((((
15419 -n*)
15420 case `echo 'xy\c'` in
15421 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15422 xy) ECHO_C='\c';;
15423 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15424 ECHO_T=' ';;
15425 esac;;
15426 *)
15427 ECHO_N='-n';;
15428 esac
15429
15430 rm -f conf$$ conf$$.exe conf$$.file
15431 if test -d conf$$.dir; then
15432 rm -f conf$$.dir/conf$$.file
15433 else
15434 rm -f conf$$.dir
15435 mkdir conf$$.dir 2>/dev/null
15436 fi
15437 if (echo >conf$$.file) 2>/dev/null; then
15438 if ln -s conf$$.file conf$$ 2>/dev/null; then
15439 as_ln_s='ln -s'
15440 # ... but there are two gotchas:
15441 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15442 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15443 # In both cases, we have to default to `cp -pR'.
15444 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15445 as_ln_s='cp -pR'
15446 elif ln conf$$.file conf$$ 2>/dev/null; then
15447 as_ln_s=ln
15448 else
15449 as_ln_s='cp -pR'
15450 fi
15451 else
15452 as_ln_s='cp -pR'
15453 fi
15454 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15455 rmdir conf$$.dir 2>/dev/null
15456
15457
15458 # as_fn_mkdir_p
15459 # -------------
15460 # Create "$as_dir" as a directory, including parents if necessary.
15461 as_fn_mkdir_p ()
15462 {
15463
15464 case $as_dir in #(
15465 -*) as_dir=./$as_dir;;
15466 esac
15467 test -d "$as_dir" || eval $as_mkdir_p || {
15468 as_dirs=
15469 while :; do
15470 case $as_dir in #(
15471 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15472 *) as_qdir=$as_dir;;
15473 esac
15474 as_dirs="'$as_qdir' $as_dirs"
15475 as_dir=`$as_dirname -- "$as_dir" ||
15476 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15477 X"$as_dir" : 'X\(//\)[^/]' \| \
15478 X"$as_dir" : 'X\(//\)$' \| \
15479 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15480 $as_echo X"$as_dir" |
15481 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15482 s//\1/
15483 q
15484 }
15485 /^X\(\/\/\)[^/].*/{
15486 s//\1/
15487 q
15488 }
15489 /^X\(\/\/\)$/{
15490 s//\1/
15491 q
15492 }
15493 /^X\(\/\).*/{
15494 s//\1/
15495 q
15496 }
15497 s/.*/./; q'`
15498 test -d "$as_dir" && break
15499 done
15500 test -z "$as_dirs" || eval "mkdir $as_dirs"
15501 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15502
15503
15504 } # as_fn_mkdir_p
15505 if mkdir -p . 2>/dev/null; then
15506 as_mkdir_p='mkdir -p "$as_dir"'
15507 else
15508 test -d ./-p && rmdir ./-p
15509 as_mkdir_p=false
15510 fi
15511
15512
15513 # as_fn_executable_p FILE
15514 # -----------------------
15515 # Test if FILE is an executable regular file.
15516 as_fn_executable_p ()
15517 {
15518 test -f "$1" && test -x "$1"
15519 } # as_fn_executable_p
15520 as_test_x='test -x'
15521 as_executable_p=as_fn_executable_p
15522
15523 # Sed expression to map a string onto a valid CPP name.
15524 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15525
15526 # Sed expression to map a string onto a valid variable name.
15527 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15528
15529
15530 exec 6>&1
15531 ## ----------------------------------- ##
15532 ## Main body of $CONFIG_STATUS script. ##
15533 ## ----------------------------------- ##
15534 _ASEOF
15535 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15536
15537 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15538 # Save the log message, to keep $0 and so on meaningful, and to
15539 # report actual input values of CONFIG_FILES etc. instead of their
15540 # values after options handling.
15541 ac_log="
15542 This file was extended by bfd $as_me 2.37.50, which was
15543 generated by GNU Autoconf 2.69. Invocation command line was
15544
15545 CONFIG_FILES = $CONFIG_FILES
15546 CONFIG_HEADERS = $CONFIG_HEADERS
15547 CONFIG_LINKS = $CONFIG_LINKS
15548 CONFIG_COMMANDS = $CONFIG_COMMANDS
15549 $ $0 $@
15550
15551 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15552 "
15553
15554 _ACEOF
15555
15556 case $ac_config_files in *"
15557 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15558 esac
15559
15560 case $ac_config_headers in *"
15561 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15562 esac
15563
15564
15565 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15566 # Files that config.status was made for.
15567 config_files="$ac_config_files"
15568 config_headers="$ac_config_headers"
15569 config_commands="$ac_config_commands"
15570
15571 _ACEOF
15572
15573 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15574 ac_cs_usage="\
15575 \`$as_me' instantiates files and other configuration actions
15576 from templates according to the current configuration. Unless the files
15577 and actions are specified as TAGs, all are instantiated by default.
15578
15579 Usage: $0 [OPTION]... [TAG]...
15580
15581 -h, --help print this help, then exit
15582 -V, --version print version number and configuration settings, then exit
15583 --config print configuration, then exit
15584 -q, --quiet, --silent
15585 do not print progress messages
15586 -d, --debug don't remove temporary files
15587 --recheck update $as_me by reconfiguring in the same conditions
15588 --file=FILE[:TEMPLATE]
15589 instantiate the configuration file FILE
15590 --header=FILE[:TEMPLATE]
15591 instantiate the configuration header FILE
15592
15593 Configuration files:
15594 $config_files
15595
15596 Configuration headers:
15597 $config_headers
15598
15599 Configuration commands:
15600 $config_commands
15601
15602 Report bugs to the package provider."
15603
15604 _ACEOF
15605 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15606 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15607 ac_cs_version="\\
15608 bfd config.status 2.37.50
15609 configured by $0, generated by GNU Autoconf 2.69,
15610 with options \\"\$ac_cs_config\\"
15611
15612 Copyright (C) 2012 Free Software Foundation, Inc.
15613 This config.status script is free software; the Free Software Foundation
15614 gives unlimited permission to copy, distribute and modify it."
15615
15616 ac_pwd='$ac_pwd'
15617 srcdir='$srcdir'
15618 INSTALL='$INSTALL'
15619 MKDIR_P='$MKDIR_P'
15620 AWK='$AWK'
15621 test -n "\$AWK" || AWK=awk
15622 _ACEOF
15623
15624 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15625 # The default lists apply if the user does not specify any file.
15626 ac_need_defaults=:
15627 while test $# != 0
15628 do
15629 case $1 in
15630 --*=?*)
15631 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15632 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15633 ac_shift=:
15634 ;;
15635 --*=)
15636 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15637 ac_optarg=
15638 ac_shift=:
15639 ;;
15640 *)
15641 ac_option=$1
15642 ac_optarg=$2
15643 ac_shift=shift
15644 ;;
15645 esac
15646
15647 case $ac_option in
15648 # Handling of the options.
15649 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15650 ac_cs_recheck=: ;;
15651 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15652 $as_echo "$ac_cs_version"; exit ;;
15653 --config | --confi | --conf | --con | --co | --c )
15654 $as_echo "$ac_cs_config"; exit ;;
15655 --debug | --debu | --deb | --de | --d | -d )
15656 debug=: ;;
15657 --file | --fil | --fi | --f )
15658 $ac_shift
15659 case $ac_optarg in
15660 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15661 '') as_fn_error $? "missing file argument" ;;
15662 esac
15663 as_fn_append CONFIG_FILES " '$ac_optarg'"
15664 ac_need_defaults=false;;
15665 --header | --heade | --head | --hea )
15666 $ac_shift
15667 case $ac_optarg in
15668 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15669 esac
15670 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15671 ac_need_defaults=false;;
15672 --he | --h)
15673 # Conflict between --help and --header
15674 as_fn_error $? "ambiguous option: \`$1'
15675 Try \`$0 --help' for more information.";;
15676 --help | --hel | -h )
15677 $as_echo "$ac_cs_usage"; exit ;;
15678 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15679 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15680 ac_cs_silent=: ;;
15681
15682 # This is an error.
15683 -*) as_fn_error $? "unrecognized option: \`$1'
15684 Try \`$0 --help' for more information." ;;
15685
15686 *) as_fn_append ac_config_targets " $1"
15687 ac_need_defaults=false ;;
15688
15689 esac
15690 shift
15691 done
15692
15693 ac_configure_extra_args=
15694
15695 if $ac_cs_silent; then
15696 exec 6>/dev/null
15697 ac_configure_extra_args="$ac_configure_extra_args --silent"
15698 fi
15699
15700 _ACEOF
15701 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15702 if \$ac_cs_recheck; then
15703 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15704 shift
15705 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15706 CONFIG_SHELL='$SHELL'
15707 export CONFIG_SHELL
15708 exec "\$@"
15709 fi
15710
15711 _ACEOF
15712 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15713 exec 5>>config.log
15714 {
15715 echo
15716 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15717 ## Running $as_me. ##
15718 _ASBOX
15719 $as_echo "$ac_log"
15720 } >&5
15721
15722 _ACEOF
15723 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15724 #
15725 # INIT-COMMANDS
15726 #
15727 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15728
15729
15730 # The HP-UX ksh and POSIX shell print the target directory to stdout
15731 # if CDPATH is set.
15732 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15733
15734 sed_quote_subst='$sed_quote_subst'
15735 double_quote_subst='$double_quote_subst'
15736 delay_variable_subst='$delay_variable_subst'
15737 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15738 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15739 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15740 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15741 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15742 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15743 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15744 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15745 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15746 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15747 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15748 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15749 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15750 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15751 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15752 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15753 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15754 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15755 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15756 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15757 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15758 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15759 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15760 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15761 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15762 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15763 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15764 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15765 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15766 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15767 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15768 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15769 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15770 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15771 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15772 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15773 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15774 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15775 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15776 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15777 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15778 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15779 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15780 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15781 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15782 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15783 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15784 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15785 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"`'
15786 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15787 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15788 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15789 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15790 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15791 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15792 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15793 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15794 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15795 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15796 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15797 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15798 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15799 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15800 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15801 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15802 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15803 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15804 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15805 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15806 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15807 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15808 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15809 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15810 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15811 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15812 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15813 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15814 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15815 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15816 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15817 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15818 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15819 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15820 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15821 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15822 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15823 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15824 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15825 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15826 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15827 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15828 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15829 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15830 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15831 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15832 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15833 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15834 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15835 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15836 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15837 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15838 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15839 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15840 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15841 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15842 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15843 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15844 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15845 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15846 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15847 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15848 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15849 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15850 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15851 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15852 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15853 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15854 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15855 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15856 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15857
15858 LTCC='$LTCC'
15859 LTCFLAGS='$LTCFLAGS'
15860 compiler='$compiler_DEFAULT'
15861
15862 # A function that is used when there is no print builtin or printf.
15863 func_fallback_echo ()
15864 {
15865 eval 'cat <<_LTECHO_EOF
15866 \$1
15867 _LTECHO_EOF'
15868 }
15869
15870 # Quote evaled strings.
15871 for var in SHELL \
15872 ECHO \
15873 SED \
15874 GREP \
15875 EGREP \
15876 FGREP \
15877 LD \
15878 NM \
15879 LN_S \
15880 lt_SP2NL \
15881 lt_NL2SP \
15882 reload_flag \
15883 OBJDUMP \
15884 deplibs_check_method \
15885 file_magic_cmd \
15886 AR \
15887 AR_FLAGS \
15888 STRIP \
15889 RANLIB \
15890 CC \
15891 CFLAGS \
15892 compiler \
15893 lt_cv_sys_global_symbol_pipe \
15894 lt_cv_sys_global_symbol_to_cdecl \
15895 lt_cv_sys_global_symbol_to_c_name_address \
15896 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15897 lt_prog_compiler_no_builtin_flag \
15898 lt_prog_compiler_wl \
15899 lt_prog_compiler_pic \
15900 lt_prog_compiler_static \
15901 lt_cv_prog_compiler_c_o \
15902 need_locks \
15903 DSYMUTIL \
15904 NMEDIT \
15905 LIPO \
15906 OTOOL \
15907 OTOOL64 \
15908 shrext_cmds \
15909 export_dynamic_flag_spec \
15910 whole_archive_flag_spec \
15911 compiler_needs_object \
15912 with_gnu_ld \
15913 allow_undefined_flag \
15914 no_undefined_flag \
15915 hardcode_libdir_flag_spec \
15916 hardcode_libdir_flag_spec_ld \
15917 hardcode_libdir_separator \
15918 fix_srcfile_path \
15919 exclude_expsyms \
15920 include_expsyms \
15921 file_list_spec \
15922 variables_saved_for_relink \
15923 libname_spec \
15924 library_names_spec \
15925 soname_spec \
15926 install_override_mode \
15927 finish_eval \
15928 old_striplib \
15929 striplib; do
15930 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15931 *[\\\\\\\`\\"\\\$]*)
15932 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15933 ;;
15934 *)
15935 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15936 ;;
15937 esac
15938 done
15939
15940 # Double-quote double-evaled strings.
15941 for var in reload_cmds \
15942 old_postinstall_cmds \
15943 old_postuninstall_cmds \
15944 old_archive_cmds \
15945 extract_expsyms_cmds \
15946 old_archive_from_new_cmds \
15947 old_archive_from_expsyms_cmds \
15948 archive_cmds \
15949 archive_expsym_cmds \
15950 module_cmds \
15951 module_expsym_cmds \
15952 export_symbols_cmds \
15953 prelink_cmds \
15954 postinstall_cmds \
15955 postuninstall_cmds \
15956 finish_cmds \
15957 sys_lib_search_path_spec \
15958 sys_lib_dlsearch_path_spec; do
15959 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15960 *[\\\\\\\`\\"\\\$]*)
15961 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15962 ;;
15963 *)
15964 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15965 ;;
15966 esac
15967 done
15968
15969 ac_aux_dir='$ac_aux_dir'
15970 xsi_shell='$xsi_shell'
15971 lt_shell_append='$lt_shell_append'
15972
15973 # See if we are running on zsh, and set the options which allow our
15974 # commands through without removal of \ escapes INIT.
15975 if test -n "\${ZSH_VERSION+set}" ; then
15976 setopt NO_GLOB_SUBST
15977 fi
15978
15979
15980 PACKAGE='$PACKAGE'
15981 VERSION='$VERSION'
15982 TIMESTAMP='$TIMESTAMP'
15983 RM='$RM'
15984 ofile='$ofile'
15985
15986
15987
15988 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15989 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15990 # from automake.
15991 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15992 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15993 LINGUAS="${LINGUAS-%UNSET%}"
15994
15995
15996
15997 _ACEOF
15998
15999 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16000
16001 # Handling of arguments.
16002 for ac_config_target in $ac_config_targets
16003 do
16004 case $ac_config_target in
16005 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16006 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16007 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16008 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16009 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16010 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16011 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16012 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16013 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16014
16015 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16016 esac
16017 done
16018
16019
16020 # If the user did not use the arguments to specify the items to instantiate,
16021 # then the envvar interface is used. Set only those that are not.
16022 # We use the long form for the default assignment because of an extremely
16023 # bizarre bug on SunOS 4.1.3.
16024 if $ac_need_defaults; then
16025 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16026 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16027 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16028 fi
16029
16030 # Have a temporary directory for convenience. Make it in the build tree
16031 # simply because there is no reason against having it here, and in addition,
16032 # creating and moving files from /tmp can sometimes cause problems.
16033 # Hook for its removal unless debugging.
16034 # Note that there is a small window in which the directory will not be cleaned:
16035 # after its creation but before its name has been assigned to `$tmp'.
16036 $debug ||
16037 {
16038 tmp= ac_tmp=
16039 trap 'exit_status=$?
16040 : "${ac_tmp:=$tmp}"
16041 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16042 ' 0
16043 trap 'as_fn_exit 1' 1 2 13 15
16044 }
16045 # Create a (secure) tmp directory for tmp files.
16046
16047 {
16048 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16049 test -d "$tmp"
16050 } ||
16051 {
16052 tmp=./conf$$-$RANDOM
16053 (umask 077 && mkdir "$tmp")
16054 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16055 ac_tmp=$tmp
16056
16057 # Set up the scripts for CONFIG_FILES section.
16058 # No need to generate them if there are no CONFIG_FILES.
16059 # This happens for instance with `./config.status config.h'.
16060 if test -n "$CONFIG_FILES"; then
16061
16062
16063 ac_cr=`echo X | tr X '\015'`
16064 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16065 # But we know of no other shell where ac_cr would be empty at this
16066 # point, so we can use a bashism as a fallback.
16067 if test "x$ac_cr" = x; then
16068 eval ac_cr=\$\'\\r\'
16069 fi
16070 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16071 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16072 ac_cs_awk_cr='\\r'
16073 else
16074 ac_cs_awk_cr=$ac_cr
16075 fi
16076
16077 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16078 _ACEOF
16079
16080
16081 {
16082 echo "cat >conf$$subs.awk <<_ACEOF" &&
16083 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16084 echo "_ACEOF"
16085 } >conf$$subs.sh ||
16086 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16087 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16088 ac_delim='%!_!# '
16089 for ac_last_try in false false false false false :; do
16090 . ./conf$$subs.sh ||
16091 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16092
16093 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16094 if test $ac_delim_n = $ac_delim_num; then
16095 break
16096 elif $ac_last_try; then
16097 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16098 else
16099 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16100 fi
16101 done
16102 rm -f conf$$subs.sh
16103
16104 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16105 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16106 _ACEOF
16107 sed -n '
16108 h
16109 s/^/S["/; s/!.*/"]=/
16110 p
16111 g
16112 s/^[^!]*!//
16113 :repl
16114 t repl
16115 s/'"$ac_delim"'$//
16116 t delim
16117 :nl
16118 h
16119 s/\(.\{148\}\)..*/\1/
16120 t more1
16121 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16122 p
16123 n
16124 b repl
16125 :more1
16126 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16127 p
16128 g
16129 s/.\{148\}//
16130 t nl
16131 :delim
16132 h
16133 s/\(.\{148\}\)..*/\1/
16134 t more2
16135 s/["\\]/\\&/g; s/^/"/; s/$/"/
16136 p
16137 b
16138 :more2
16139 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16140 p
16141 g
16142 s/.\{148\}//
16143 t delim
16144 ' <conf$$subs.awk | sed '
16145 /^[^""]/{
16146 N
16147 s/\n//
16148 }
16149 ' >>$CONFIG_STATUS || ac_write_fail=1
16150 rm -f conf$$subs.awk
16151 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16152 _ACAWK
16153 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16154 for (key in S) S_is_set[key] = 1
16155 FS = "\a"
16156
16157 }
16158 {
16159 line = $ 0
16160 nfields = split(line, field, "@")
16161 substed = 0
16162 len = length(field[1])
16163 for (i = 2; i < nfields; i++) {
16164 key = field[i]
16165 keylen = length(key)
16166 if (S_is_set[key]) {
16167 value = S[key]
16168 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16169 len += length(value) + length(field[++i])
16170 substed = 1
16171 } else
16172 len += 1 + keylen
16173 }
16174
16175 print line
16176 }
16177
16178 _ACAWK
16179 _ACEOF
16180 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16181 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16182 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16183 else
16184 cat
16185 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16186 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16187 _ACEOF
16188
16189 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16190 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16191 # trailing colons and then remove the whole line if VPATH becomes empty
16192 # (actually we leave an empty line to preserve line numbers).
16193 if test "x$srcdir" = x.; then
16194 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16195 h
16196 s///
16197 s/^/:/
16198 s/[ ]*$/:/
16199 s/:\$(srcdir):/:/g
16200 s/:\${srcdir}:/:/g
16201 s/:@srcdir@:/:/g
16202 s/^:*//
16203 s/:*$//
16204 x
16205 s/\(=[ ]*\).*/\1/
16206 G
16207 s/\n//
16208 s/^[^=]*=[ ]*$//
16209 }'
16210 fi
16211
16212 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16213 fi # test -n "$CONFIG_FILES"
16214
16215 # Set up the scripts for CONFIG_HEADERS section.
16216 # No need to generate them if there are no CONFIG_HEADERS.
16217 # This happens for instance with `./config.status Makefile'.
16218 if test -n "$CONFIG_HEADERS"; then
16219 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16220 BEGIN {
16221 _ACEOF
16222
16223 # Transform confdefs.h into an awk script `defines.awk', embedded as
16224 # here-document in config.status, that substitutes the proper values into
16225 # config.h.in to produce config.h.
16226
16227 # Create a delimiter string that does not exist in confdefs.h, to ease
16228 # handling of long lines.
16229 ac_delim='%!_!# '
16230 for ac_last_try in false false :; do
16231 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16232 if test -z "$ac_tt"; then
16233 break
16234 elif $ac_last_try; then
16235 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16236 else
16237 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16238 fi
16239 done
16240
16241 # For the awk script, D is an array of macro values keyed by name,
16242 # likewise P contains macro parameters if any. Preserve backslash
16243 # newline sequences.
16244
16245 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16246 sed -n '
16247 s/.\{148\}/&'"$ac_delim"'/g
16248 t rset
16249 :rset
16250 s/^[ ]*#[ ]*define[ ][ ]*/ /
16251 t def
16252 d
16253 :def
16254 s/\\$//
16255 t bsnl
16256 s/["\\]/\\&/g
16257 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16258 D["\1"]=" \3"/p
16259 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16260 d
16261 :bsnl
16262 s/["\\]/\\&/g
16263 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16264 D["\1"]=" \3\\\\\\n"\\/p
16265 t cont
16266 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16267 t cont
16268 d
16269 :cont
16270 n
16271 s/.\{148\}/&'"$ac_delim"'/g
16272 t clear
16273 :clear
16274 s/\\$//
16275 t bsnlc
16276 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16277 d
16278 :bsnlc
16279 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16280 b cont
16281 ' <confdefs.h | sed '
16282 s/'"$ac_delim"'/"\\\
16283 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16284
16285 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16286 for (key in D) D_is_set[key] = 1
16287 FS = "\a"
16288 }
16289 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16290 line = \$ 0
16291 split(line, arg, " ")
16292 if (arg[1] == "#") {
16293 defundef = arg[2]
16294 mac1 = arg[3]
16295 } else {
16296 defundef = substr(arg[1], 2)
16297 mac1 = arg[2]
16298 }
16299 split(mac1, mac2, "(") #)
16300 macro = mac2[1]
16301 prefix = substr(line, 1, index(line, defundef) - 1)
16302 if (D_is_set[macro]) {
16303 # Preserve the white space surrounding the "#".
16304 print prefix "define", macro P[macro] D[macro]
16305 next
16306 } else {
16307 # Replace #undef with comments. This is necessary, for example,
16308 # in the case of _POSIX_SOURCE, which is predefined and required
16309 # on some systems where configure will not decide to define it.
16310 if (defundef == "undef") {
16311 print "/*", prefix defundef, macro, "*/"
16312 next
16313 }
16314 }
16315 }
16316 { print }
16317 _ACAWK
16318 _ACEOF
16319 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16320 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16321 fi # test -n "$CONFIG_HEADERS"
16322
16323
16324 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16325 shift
16326 for ac_tag
16327 do
16328 case $ac_tag in
16329 :[FHLC]) ac_mode=$ac_tag; continue;;
16330 esac
16331 case $ac_mode$ac_tag in
16332 :[FHL]*:*);;
16333 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16334 :[FH]-) ac_tag=-:-;;
16335 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16336 esac
16337 ac_save_IFS=$IFS
16338 IFS=:
16339 set x $ac_tag
16340 IFS=$ac_save_IFS
16341 shift
16342 ac_file=$1
16343 shift
16344
16345 case $ac_mode in
16346 :L) ac_source=$1;;
16347 :[FH])
16348 ac_file_inputs=
16349 for ac_f
16350 do
16351 case $ac_f in
16352 -) ac_f="$ac_tmp/stdin";;
16353 *) # Look for the file first in the build tree, then in the source tree
16354 # (if the path is not absolute). The absolute path cannot be DOS-style,
16355 # because $ac_f cannot contain `:'.
16356 test -f "$ac_f" ||
16357 case $ac_f in
16358 [\\/$]*) false;;
16359 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16360 esac ||
16361 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16362 esac
16363 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16364 as_fn_append ac_file_inputs " '$ac_f'"
16365 done
16366
16367 # Let's still pretend it is `configure' which instantiates (i.e., don't
16368 # use $as_me), people would be surprised to read:
16369 # /* config.h. Generated by config.status. */
16370 configure_input='Generated from '`
16371 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16372 `' by configure.'
16373 if test x"$ac_file" != x-; then
16374 configure_input="$ac_file. $configure_input"
16375 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16376 $as_echo "$as_me: creating $ac_file" >&6;}
16377 fi
16378 # Neutralize special characters interpreted by sed in replacement strings.
16379 case $configure_input in #(
16380 *\&* | *\|* | *\\* )
16381 ac_sed_conf_input=`$as_echo "$configure_input" |
16382 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16383 *) ac_sed_conf_input=$configure_input;;
16384 esac
16385
16386 case $ac_tag in
16387 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16388 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16389 esac
16390 ;;
16391 esac
16392
16393 ac_dir=`$as_dirname -- "$ac_file" ||
16394 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16395 X"$ac_file" : 'X\(//\)[^/]' \| \
16396 X"$ac_file" : 'X\(//\)$' \| \
16397 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16398 $as_echo X"$ac_file" |
16399 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16400 s//\1/
16401 q
16402 }
16403 /^X\(\/\/\)[^/].*/{
16404 s//\1/
16405 q
16406 }
16407 /^X\(\/\/\)$/{
16408 s//\1/
16409 q
16410 }
16411 /^X\(\/\).*/{
16412 s//\1/
16413 q
16414 }
16415 s/.*/./; q'`
16416 as_dir="$ac_dir"; as_fn_mkdir_p
16417 ac_builddir=.
16418
16419 case "$ac_dir" in
16420 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16421 *)
16422 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16423 # A ".." for each directory in $ac_dir_suffix.
16424 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16425 case $ac_top_builddir_sub in
16426 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16427 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16428 esac ;;
16429 esac
16430 ac_abs_top_builddir=$ac_pwd
16431 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16432 # for backward compatibility:
16433 ac_top_builddir=$ac_top_build_prefix
16434
16435 case $srcdir in
16436 .) # We are building in place.
16437 ac_srcdir=.
16438 ac_top_srcdir=$ac_top_builddir_sub
16439 ac_abs_top_srcdir=$ac_pwd ;;
16440 [\\/]* | ?:[\\/]* ) # Absolute name.
16441 ac_srcdir=$srcdir$ac_dir_suffix;
16442 ac_top_srcdir=$srcdir
16443 ac_abs_top_srcdir=$srcdir ;;
16444 *) # Relative name.
16445 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16446 ac_top_srcdir=$ac_top_build_prefix$srcdir
16447 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16448 esac
16449 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16450
16451
16452 case $ac_mode in
16453 :F)
16454 #
16455 # CONFIG_FILE
16456 #
16457
16458 case $INSTALL in
16459 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16460 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16461 esac
16462 ac_MKDIR_P=$MKDIR_P
16463 case $MKDIR_P in
16464 [\\/$]* | ?:[\\/]* ) ;;
16465 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16466 esac
16467 _ACEOF
16468
16469 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16470 # If the template does not know about datarootdir, expand it.
16471 # FIXME: This hack should be removed a few years after 2.60.
16472 ac_datarootdir_hack=; ac_datarootdir_seen=
16473 ac_sed_dataroot='
16474 /datarootdir/ {
16475 p
16476 q
16477 }
16478 /@datadir@/p
16479 /@docdir@/p
16480 /@infodir@/p
16481 /@localedir@/p
16482 /@mandir@/p'
16483 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16484 *datarootdir*) ac_datarootdir_seen=yes;;
16485 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16486 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16487 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16488 _ACEOF
16489 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16490 ac_datarootdir_hack='
16491 s&@datadir@&$datadir&g
16492 s&@docdir@&$docdir&g
16493 s&@infodir@&$infodir&g
16494 s&@localedir@&$localedir&g
16495 s&@mandir@&$mandir&g
16496 s&\\\${datarootdir}&$datarootdir&g' ;;
16497 esac
16498 _ACEOF
16499
16500 # Neutralize VPATH when `$srcdir' = `.'.
16501 # Shell code in configure.ac might set extrasub.
16502 # FIXME: do we really want to maintain this feature?
16503 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16504 ac_sed_extra="$ac_vpsub
16505 $extrasub
16506 _ACEOF
16507 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16508 :t
16509 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16510 s|@configure_input@|$ac_sed_conf_input|;t t
16511 s&@top_builddir@&$ac_top_builddir_sub&;t t
16512 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16513 s&@srcdir@&$ac_srcdir&;t t
16514 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16515 s&@top_srcdir@&$ac_top_srcdir&;t t
16516 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16517 s&@builddir@&$ac_builddir&;t t
16518 s&@abs_builddir@&$ac_abs_builddir&;t t
16519 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16520 s&@INSTALL@&$ac_INSTALL&;t t
16521 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16522 $ac_datarootdir_hack
16523 "
16524 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16525 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16526
16527 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16528 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16529 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16530 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16531 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16532 which seems to be undefined. Please make sure it is defined" >&5
16533 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16534 which seems to be undefined. Please make sure it is defined" >&2;}
16535
16536 rm -f "$ac_tmp/stdin"
16537 case $ac_file in
16538 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16539 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16540 esac \
16541 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16542 ;;
16543 :H)
16544 #
16545 # CONFIG_HEADER
16546 #
16547 if test x"$ac_file" != x-; then
16548 {
16549 $as_echo "/* $configure_input */" \
16550 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16551 } >"$ac_tmp/config.h" \
16552 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16553 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16554 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16555 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16556 else
16557 rm -f "$ac_file"
16558 mv "$ac_tmp/config.h" "$ac_file" \
16559 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16560 fi
16561 else
16562 $as_echo "/* $configure_input */" \
16563 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16564 || as_fn_error $? "could not create -" "$LINENO" 5
16565 fi
16566 # Compute "$ac_file"'s index in $config_headers.
16567 _am_arg="$ac_file"
16568 _am_stamp_count=1
16569 for _am_header in $config_headers :; do
16570 case $_am_header in
16571 $_am_arg | $_am_arg:* )
16572 break ;;
16573 * )
16574 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16575 esac
16576 done
16577 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16578 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16579 X"$_am_arg" : 'X\(//\)[^/]' \| \
16580 X"$_am_arg" : 'X\(//\)$' \| \
16581 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16582 $as_echo X"$_am_arg" |
16583 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16584 s//\1/
16585 q
16586 }
16587 /^X\(\/\/\)[^/].*/{
16588 s//\1/
16589 q
16590 }
16591 /^X\(\/\/\)$/{
16592 s//\1/
16593 q
16594 }
16595 /^X\(\/\).*/{
16596 s//\1/
16597 q
16598 }
16599 s/.*/./; q'`/stamp-h$_am_stamp_count
16600 ;;
16601
16602 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16603 $as_echo "$as_me: executing $ac_file commands" >&6;}
16604 ;;
16605 esac
16606
16607
16608 case $ac_file$ac_mode in
16609 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16610 # Older Autoconf quotes --file arguments for eval, but not when files
16611 # are listed without --file. Let's play safe and only enable the eval
16612 # if we detect the quoting.
16613 case $CONFIG_FILES in
16614 *\'*) eval set x "$CONFIG_FILES" ;;
16615 *) set x $CONFIG_FILES ;;
16616 esac
16617 shift
16618 for mf
16619 do
16620 # Strip MF so we end up with the name of the file.
16621 mf=`echo "$mf" | sed -e 's/:.*$//'`
16622 # Check whether this is an Automake generated Makefile or not.
16623 # We used to match only the files named 'Makefile.in', but
16624 # some people rename them; so instead we look at the file content.
16625 # Grep'ing the first line is not enough: some people post-process
16626 # each Makefile.in and add a new line on top of each file to say so.
16627 # Grep'ing the whole file is not good either: AIX grep has a line
16628 # limit of 2048, but all sed's we know have understand at least 4000.
16629 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16630 dirpart=`$as_dirname -- "$mf" ||
16631 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16632 X"$mf" : 'X\(//\)[^/]' \| \
16633 X"$mf" : 'X\(//\)$' \| \
16634 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16635 $as_echo X"$mf" |
16636 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16637 s//\1/
16638 q
16639 }
16640 /^X\(\/\/\)[^/].*/{
16641 s//\1/
16642 q
16643 }
16644 /^X\(\/\/\)$/{
16645 s//\1/
16646 q
16647 }
16648 /^X\(\/\).*/{
16649 s//\1/
16650 q
16651 }
16652 s/.*/./; q'`
16653 else
16654 continue
16655 fi
16656 # Extract the definition of DEPDIR, am__include, and am__quote
16657 # from the Makefile without running 'make'.
16658 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16659 test -z "$DEPDIR" && continue
16660 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16661 test -z "$am__include" && continue
16662 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16663 # Find all dependency output files, they are included files with
16664 # $(DEPDIR) in their names. We invoke sed twice because it is the
16665 # simplest approach to changing $(DEPDIR) to its actual value in the
16666 # expansion.
16667 for file in `sed -n "
16668 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16669 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16670 # Make sure the directory exists.
16671 test -f "$dirpart/$file" && continue
16672 fdir=`$as_dirname -- "$file" ||
16673 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16674 X"$file" : 'X\(//\)[^/]' \| \
16675 X"$file" : 'X\(//\)$' \| \
16676 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16677 $as_echo X"$file" |
16678 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16679 s//\1/
16680 q
16681 }
16682 /^X\(\/\/\)[^/].*/{
16683 s//\1/
16684 q
16685 }
16686 /^X\(\/\/\)$/{
16687 s//\1/
16688 q
16689 }
16690 /^X\(\/\).*/{
16691 s//\1/
16692 q
16693 }
16694 s/.*/./; q'`
16695 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16696 # echo "creating $dirpart/$file"
16697 echo '# dummy' > "$dirpart/$file"
16698 done
16699 done
16700 }
16701 ;;
16702 "libtool":C)
16703
16704 # See if we are running on zsh, and set the options which allow our
16705 # commands through without removal of \ escapes.
16706 if test -n "${ZSH_VERSION+set}" ; then
16707 setopt NO_GLOB_SUBST
16708 fi
16709
16710 cfgfile="${ofile}T"
16711 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16712 $RM "$cfgfile"
16713
16714 cat <<_LT_EOF >> "$cfgfile"
16715 #! $SHELL
16716
16717 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16718 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16719 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16720 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16721 #
16722 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16723 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16724 # Written by Gordon Matzigkeit, 1996
16725 #
16726 # This file is part of GNU Libtool.
16727 #
16728 # GNU Libtool is free software; you can redistribute it and/or
16729 # modify it under the terms of the GNU General Public License as
16730 # published by the Free Software Foundation; either version 2 of
16731 # the License, or (at your option) any later version.
16732 #
16733 # As a special exception to the GNU General Public License,
16734 # if you distribute this file as part of a program or library that
16735 # is built using GNU Libtool, you may include this file under the
16736 # same distribution terms that you use for the rest of that program.
16737 #
16738 # GNU Libtool is distributed in the hope that it will be useful,
16739 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16740 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16741 # GNU General Public License for more details.
16742 #
16743 # You should have received a copy of the GNU General Public License
16744 # along with GNU Libtool; see the file COPYING. If not, a copy
16745 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16746 # obtained by writing to the Free Software Foundation, Inc.,
16747 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16748
16749
16750 # The names of the tagged configurations supported by this script.
16751 available_tags=""
16752
16753 # ### BEGIN LIBTOOL CONFIG
16754
16755 # Whether or not to build shared libraries.
16756 build_libtool_libs=$enable_shared
16757
16758 # Which release of libtool.m4 was used?
16759 macro_version=$macro_version
16760 macro_revision=$macro_revision
16761
16762 # Whether or not to build static libraries.
16763 build_old_libs=$enable_static
16764
16765 # What type of objects to build.
16766 pic_mode=$pic_mode
16767
16768 # Whether or not to optimize for fast installation.
16769 fast_install=$enable_fast_install
16770
16771 # Shell to use when invoking shell scripts.
16772 SHELL=$lt_SHELL
16773
16774 # An echo program that protects backslashes.
16775 ECHO=$lt_ECHO
16776
16777 # The host system.
16778 host_alias=$host_alias
16779 host=$host
16780 host_os=$host_os
16781
16782 # The build system.
16783 build_alias=$build_alias
16784 build=$build
16785 build_os=$build_os
16786
16787 # A sed program that does not truncate output.
16788 SED=$lt_SED
16789
16790 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16791 Xsed="\$SED -e 1s/^X//"
16792
16793 # A grep program that handles long lines.
16794 GREP=$lt_GREP
16795
16796 # An ERE matcher.
16797 EGREP=$lt_EGREP
16798
16799 # A literal string matcher.
16800 FGREP=$lt_FGREP
16801
16802 # A BSD- or MS-compatible name lister.
16803 NM=$lt_NM
16804
16805 # Whether we need soft or hard links.
16806 LN_S=$lt_LN_S
16807
16808 # What is the maximum length of a command?
16809 max_cmd_len=$max_cmd_len
16810
16811 # Object file suffix (normally "o").
16812 objext=$ac_objext
16813
16814 # Executable file suffix (normally "").
16815 exeext=$exeext
16816
16817 # whether the shell understands "unset".
16818 lt_unset=$lt_unset
16819
16820 # turn spaces into newlines.
16821 SP2NL=$lt_lt_SP2NL
16822
16823 # turn newlines into spaces.
16824 NL2SP=$lt_lt_NL2SP
16825
16826 # An object symbol dumper.
16827 OBJDUMP=$lt_OBJDUMP
16828
16829 # Method to check whether dependent libraries are shared objects.
16830 deplibs_check_method=$lt_deplibs_check_method
16831
16832 # Command to use when deplibs_check_method == "file_magic".
16833 file_magic_cmd=$lt_file_magic_cmd
16834
16835 # The archiver.
16836 AR=$lt_AR
16837 AR_FLAGS=$lt_AR_FLAGS
16838
16839 # A symbol stripping program.
16840 STRIP=$lt_STRIP
16841
16842 # Commands used to install an old-style archive.
16843 RANLIB=$lt_RANLIB
16844 old_postinstall_cmds=$lt_old_postinstall_cmds
16845 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16846
16847 # Whether to use a lock for old archive extraction.
16848 lock_old_archive_extraction=$lock_old_archive_extraction
16849
16850 # A C compiler.
16851 LTCC=$lt_CC
16852
16853 # LTCC compiler flags.
16854 LTCFLAGS=$lt_CFLAGS
16855
16856 # Take the output of nm and produce a listing of raw symbols and C names.
16857 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16858
16859 # Transform the output of nm in a proper C declaration.
16860 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16861
16862 # Transform the output of nm in a C name address pair.
16863 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16864
16865 # Transform the output of nm in a C name address pair when lib prefix is needed.
16866 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16867
16868 # The name of the directory that contains temporary libtool files.
16869 objdir=$objdir
16870
16871 # Used to examine libraries when file_magic_cmd begins with "file".
16872 MAGIC_CMD=$MAGIC_CMD
16873
16874 # Must we lock files when doing compilation?
16875 need_locks=$lt_need_locks
16876
16877 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16878 DSYMUTIL=$lt_DSYMUTIL
16879
16880 # Tool to change global to local symbols on Mac OS X.
16881 NMEDIT=$lt_NMEDIT
16882
16883 # Tool to manipulate fat objects and archives on Mac OS X.
16884 LIPO=$lt_LIPO
16885
16886 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16887 OTOOL=$lt_OTOOL
16888
16889 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16890 OTOOL64=$lt_OTOOL64
16891
16892 # Old archive suffix (normally "a").
16893 libext=$libext
16894
16895 # Shared library suffix (normally ".so").
16896 shrext_cmds=$lt_shrext_cmds
16897
16898 # The commands to extract the exported symbol list from a shared archive.
16899 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16900
16901 # Variables whose values should be saved in libtool wrapper scripts and
16902 # restored at link time.
16903 variables_saved_for_relink=$lt_variables_saved_for_relink
16904
16905 # Do we need the "lib" prefix for modules?
16906 need_lib_prefix=$need_lib_prefix
16907
16908 # Do we need a version for libraries?
16909 need_version=$need_version
16910
16911 # Library versioning type.
16912 version_type=$version_type
16913
16914 # Shared library runtime path variable.
16915 runpath_var=$runpath_var
16916
16917 # Shared library path variable.
16918 shlibpath_var=$shlibpath_var
16919
16920 # Is shlibpath searched before the hard-coded library search path?
16921 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16922
16923 # Format of library name prefix.
16924 libname_spec=$lt_libname_spec
16925
16926 # List of archive names. First name is the real one, the rest are links.
16927 # The last name is the one that the linker finds with -lNAME
16928 library_names_spec=$lt_library_names_spec
16929
16930 # The coded name of the library, if different from the real name.
16931 soname_spec=$lt_soname_spec
16932
16933 # Permission mode override for installation of shared libraries.
16934 install_override_mode=$lt_install_override_mode
16935
16936 # Command to use after installation of a shared archive.
16937 postinstall_cmds=$lt_postinstall_cmds
16938
16939 # Command to use after uninstallation of a shared archive.
16940 postuninstall_cmds=$lt_postuninstall_cmds
16941
16942 # Commands used to finish a libtool library installation in a directory.
16943 finish_cmds=$lt_finish_cmds
16944
16945 # As "finish_cmds", except a single script fragment to be evaled but
16946 # not shown.
16947 finish_eval=$lt_finish_eval
16948
16949 # Whether we should hardcode library paths into libraries.
16950 hardcode_into_libs=$hardcode_into_libs
16951
16952 # Compile-time system search path for libraries.
16953 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16954
16955 # Run-time system search path for libraries.
16956 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16957
16958 # Whether dlopen is supported.
16959 dlopen_support=$enable_dlopen
16960
16961 # Whether dlopen of programs is supported.
16962 dlopen_self=$enable_dlopen_self
16963
16964 # Whether dlopen of statically linked programs is supported.
16965 dlopen_self_static=$enable_dlopen_self_static
16966
16967 # Commands to strip libraries.
16968 old_striplib=$lt_old_striplib
16969 striplib=$lt_striplib
16970
16971
16972 # The linker used to build libraries.
16973 LD=$lt_LD
16974
16975 # How to create reloadable object files.
16976 reload_flag=$lt_reload_flag
16977 reload_cmds=$lt_reload_cmds
16978
16979 # Commands used to build an old-style archive.
16980 old_archive_cmds=$lt_old_archive_cmds
16981
16982 # A language specific compiler.
16983 CC=$lt_compiler
16984
16985 # Is the compiler the GNU compiler?
16986 with_gcc=$GCC
16987
16988 # Compiler flag to turn off builtin functions.
16989 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16990
16991 # How to pass a linker flag through the compiler.
16992 wl=$lt_lt_prog_compiler_wl
16993
16994 # Additional compiler flags for building library objects.
16995 pic_flag=$lt_lt_prog_compiler_pic
16996
16997 # Compiler flag to prevent dynamic linking.
16998 link_static_flag=$lt_lt_prog_compiler_static
16999
17000 # Does compiler simultaneously support -c and -o options?
17001 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17002
17003 # Whether or not to add -lc for building shared libraries.
17004 build_libtool_need_lc=$archive_cmds_need_lc
17005
17006 # Whether or not to disallow shared libs when runtime libs are static.
17007 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17008
17009 # Compiler flag to allow reflexive dlopens.
17010 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17011
17012 # Compiler flag to generate shared objects directly from archives.
17013 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17014
17015 # Whether the compiler copes with passing no objects directly.
17016 compiler_needs_object=$lt_compiler_needs_object
17017
17018 # Create an old-style archive from a shared archive.
17019 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17020
17021 # Create a temporary old-style archive to link instead of a shared archive.
17022 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17023
17024 # Commands used to build a shared archive.
17025 archive_cmds=$lt_archive_cmds
17026 archive_expsym_cmds=$lt_archive_expsym_cmds
17027
17028 # Commands used to build a loadable module if different from building
17029 # a shared archive.
17030 module_cmds=$lt_module_cmds
17031 module_expsym_cmds=$lt_module_expsym_cmds
17032
17033 # Whether we are building with GNU ld or not.
17034 with_gnu_ld=$lt_with_gnu_ld
17035
17036 # Flag that allows shared libraries with undefined symbols to be built.
17037 allow_undefined_flag=$lt_allow_undefined_flag
17038
17039 # Flag that enforces no undefined symbols.
17040 no_undefined_flag=$lt_no_undefined_flag
17041
17042 # Flag to hardcode \$libdir into a binary during linking.
17043 # This must work even if \$libdir does not exist
17044 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17045
17046 # If ld is used when linking, flag to hardcode \$libdir into a binary
17047 # during linking. This must work even if \$libdir does not exist.
17048 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17049
17050 # Whether we need a single "-rpath" flag with a separated argument.
17051 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17052
17053 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17054 # DIR into the resulting binary.
17055 hardcode_direct=$hardcode_direct
17056
17057 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17058 # DIR into the resulting binary and the resulting library dependency is
17059 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17060 # library is relocated.
17061 hardcode_direct_absolute=$hardcode_direct_absolute
17062
17063 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17064 # into the resulting binary.
17065 hardcode_minus_L=$hardcode_minus_L
17066
17067 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17068 # into the resulting binary.
17069 hardcode_shlibpath_var=$hardcode_shlibpath_var
17070
17071 # Set to "yes" if building a shared library automatically hardcodes DIR
17072 # into the library and all subsequent libraries and executables linked
17073 # against it.
17074 hardcode_automatic=$hardcode_automatic
17075
17076 # Set to yes if linker adds runtime paths of dependent libraries
17077 # to runtime path list.
17078 inherit_rpath=$inherit_rpath
17079
17080 # Whether libtool must link a program against all its dependency libraries.
17081 link_all_deplibs=$link_all_deplibs
17082
17083 # Fix the shell variable \$srcfile for the compiler.
17084 fix_srcfile_path=$lt_fix_srcfile_path
17085
17086 # Set to "yes" if exported symbols are required.
17087 always_export_symbols=$always_export_symbols
17088
17089 # The commands to list exported symbols.
17090 export_symbols_cmds=$lt_export_symbols_cmds
17091
17092 # Symbols that should not be listed in the preloaded symbols.
17093 exclude_expsyms=$lt_exclude_expsyms
17094
17095 # Symbols that must always be exported.
17096 include_expsyms=$lt_include_expsyms
17097
17098 # Commands necessary for linking programs (against libraries) with templates.
17099 prelink_cmds=$lt_prelink_cmds
17100
17101 # Specify filename containing input files.
17102 file_list_spec=$lt_file_list_spec
17103
17104 # How to hardcode a shared library path into an executable.
17105 hardcode_action=$hardcode_action
17106
17107 # ### END LIBTOOL CONFIG
17108
17109 _LT_EOF
17110
17111 case $host_os in
17112 aix3*)
17113 cat <<\_LT_EOF >> "$cfgfile"
17114 # AIX sometimes has problems with the GCC collect2 program. For some
17115 # reason, if we set the COLLECT_NAMES environment variable, the problems
17116 # vanish in a puff of smoke.
17117 if test "X${COLLECT_NAMES+set}" != Xset; then
17118 COLLECT_NAMES=
17119 export COLLECT_NAMES
17120 fi
17121 _LT_EOF
17122 ;;
17123 esac
17124
17125
17126 ltmain="$ac_aux_dir/ltmain.sh"
17127
17128
17129 # We use sed instead of cat because bash on DJGPP gets confused if
17130 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17131 # text mode, it properly converts lines to CR/LF. This bash problem
17132 # is reportedly fixed, but why not run on old versions too?
17133 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17134 || (rm -f "$cfgfile"; exit 1)
17135
17136 case $xsi_shell in
17137 yes)
17138 cat << \_LT_EOF >> "$cfgfile"
17139
17140 # func_dirname file append nondir_replacement
17141 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17142 # otherwise set result to NONDIR_REPLACEMENT.
17143 func_dirname ()
17144 {
17145 case ${1} in
17146 */*) func_dirname_result="${1%/*}${2}" ;;
17147 * ) func_dirname_result="${3}" ;;
17148 esac
17149 }
17150
17151 # func_basename file
17152 func_basename ()
17153 {
17154 func_basename_result="${1##*/}"
17155 }
17156
17157 # func_dirname_and_basename file append nondir_replacement
17158 # perform func_basename and func_dirname in a single function
17159 # call:
17160 # dirname: Compute the dirname of FILE. If nonempty,
17161 # add APPEND to the result, otherwise set result
17162 # to NONDIR_REPLACEMENT.
17163 # value returned in "$func_dirname_result"
17164 # basename: Compute filename of FILE.
17165 # value retuned in "$func_basename_result"
17166 # Implementation must be kept synchronized with func_dirname
17167 # and func_basename. For efficiency, we do not delegate to
17168 # those functions but instead duplicate the functionality here.
17169 func_dirname_and_basename ()
17170 {
17171 case ${1} in
17172 */*) func_dirname_result="${1%/*}${2}" ;;
17173 * ) func_dirname_result="${3}" ;;
17174 esac
17175 func_basename_result="${1##*/}"
17176 }
17177
17178 # func_stripname prefix suffix name
17179 # strip PREFIX and SUFFIX off of NAME.
17180 # PREFIX and SUFFIX must not contain globbing or regex special
17181 # characters, hashes, percent signs, but SUFFIX may contain a leading
17182 # dot (in which case that matches only a dot).
17183 func_stripname ()
17184 {
17185 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17186 # positional parameters, so assign one to ordinary parameter first.
17187 func_stripname_result=${3}
17188 func_stripname_result=${func_stripname_result#"${1}"}
17189 func_stripname_result=${func_stripname_result%"${2}"}
17190 }
17191
17192 # func_opt_split
17193 func_opt_split ()
17194 {
17195 func_opt_split_opt=${1%%=*}
17196 func_opt_split_arg=${1#*=}
17197 }
17198
17199 # func_lo2o object
17200 func_lo2o ()
17201 {
17202 case ${1} in
17203 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17204 *) func_lo2o_result=${1} ;;
17205 esac
17206 }
17207
17208 # func_xform libobj-or-source
17209 func_xform ()
17210 {
17211 func_xform_result=${1%.*}.lo
17212 }
17213
17214 # func_arith arithmetic-term...
17215 func_arith ()
17216 {
17217 func_arith_result=$(( $* ))
17218 }
17219
17220 # func_len string
17221 # STRING may not start with a hyphen.
17222 func_len ()
17223 {
17224 func_len_result=${#1}
17225 }
17226
17227 _LT_EOF
17228 ;;
17229 *) # Bourne compatible functions.
17230 cat << \_LT_EOF >> "$cfgfile"
17231
17232 # func_dirname file append nondir_replacement
17233 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17234 # otherwise set result to NONDIR_REPLACEMENT.
17235 func_dirname ()
17236 {
17237 # Extract subdirectory from the argument.
17238 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17239 if test "X$func_dirname_result" = "X${1}"; then
17240 func_dirname_result="${3}"
17241 else
17242 func_dirname_result="$func_dirname_result${2}"
17243 fi
17244 }
17245
17246 # func_basename file
17247 func_basename ()
17248 {
17249 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17250 }
17251
17252
17253 # func_stripname prefix suffix name
17254 # strip PREFIX and SUFFIX off of NAME.
17255 # PREFIX and SUFFIX must not contain globbing or regex special
17256 # characters, hashes, percent signs, but SUFFIX may contain a leading
17257 # dot (in which case that matches only a dot).
17258 # func_strip_suffix prefix name
17259 func_stripname ()
17260 {
17261 case ${2} in
17262 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17263 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17264 esac
17265 }
17266
17267 # sed scripts:
17268 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17269 my_sed_long_arg='1s/^-[^=]*=//'
17270
17271 # func_opt_split
17272 func_opt_split ()
17273 {
17274 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17275 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17276 }
17277
17278 # func_lo2o object
17279 func_lo2o ()
17280 {
17281 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17282 }
17283
17284 # func_xform libobj-or-source
17285 func_xform ()
17286 {
17287 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17288 }
17289
17290 # func_arith arithmetic-term...
17291 func_arith ()
17292 {
17293 func_arith_result=`expr "$@"`
17294 }
17295
17296 # func_len string
17297 # STRING may not start with a hyphen.
17298 func_len ()
17299 {
17300 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17301 }
17302
17303 _LT_EOF
17304 esac
17305
17306 case $lt_shell_append in
17307 yes)
17308 cat << \_LT_EOF >> "$cfgfile"
17309
17310 # func_append var value
17311 # Append VALUE to the end of shell variable VAR.
17312 func_append ()
17313 {
17314 eval "$1+=\$2"
17315 }
17316 _LT_EOF
17317 ;;
17318 *)
17319 cat << \_LT_EOF >> "$cfgfile"
17320
17321 # func_append var value
17322 # Append VALUE to the end of shell variable VAR.
17323 func_append ()
17324 {
17325 eval "$1=\$$1\$2"
17326 }
17327
17328 _LT_EOF
17329 ;;
17330 esac
17331
17332
17333 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17334 || (rm -f "$cfgfile"; exit 1)
17335
17336 mv -f "$cfgfile" "$ofile" ||
17337 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17338 chmod +x "$ofile"
17339
17340 ;;
17341 "default-1":C)
17342 for ac_file in $CONFIG_FILES; do
17343 # Support "outfile[:infile[:infile...]]"
17344 case "$ac_file" in
17345 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17346 esac
17347 # PO directories have a Makefile.in generated from Makefile.in.in.
17348 case "$ac_file" in */Makefile.in)
17349 # Adjust a relative srcdir.
17350 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17351 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17352 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17353 # In autoconf-2.13 it is called $ac_given_srcdir.
17354 # In autoconf-2.50 it is called $srcdir.
17355 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17356 case "$ac_given_srcdir" in
17357 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17358 /*) top_srcdir="$ac_given_srcdir" ;;
17359 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17360 esac
17361 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17362 rm -f "$ac_dir/POTFILES"
17363 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17364 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17365 POMAKEFILEDEPS="POTFILES.in"
17366 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17367 # on $ac_dir but don't depend on user-specified configuration
17368 # parameters.
17369 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17370 # The LINGUAS file contains the set of available languages.
17371 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17372 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17373 fi
17374 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17375 # Hide the ALL_LINGUAS assigment from automake.
17376 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17377 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17378 else
17379 # The set of available languages was given in configure.ac.
17380 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17381 fi
17382 case "$ac_given_srcdir" in
17383 .) srcdirpre= ;;
17384 *) srcdirpre='$(srcdir)/' ;;
17385 esac
17386 POFILES=
17387 GMOFILES=
17388 UPDATEPOFILES=
17389 DUMMYPOFILES=
17390 for lang in $ALL_LINGUAS; do
17391 POFILES="$POFILES $srcdirpre$lang.po"
17392 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17393 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17394 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17395 done
17396 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17397 # environment variable.
17398 INST_LINGUAS=
17399 if test -n "$ALL_LINGUAS"; then
17400 for presentlang in $ALL_LINGUAS; do
17401 useit=no
17402 if test "%UNSET%" != "$LINGUAS"; then
17403 desiredlanguages="$LINGUAS"
17404 else
17405 desiredlanguages="$ALL_LINGUAS"
17406 fi
17407 for desiredlang in $desiredlanguages; do
17408 # Use the presentlang catalog if desiredlang is
17409 # a. equal to presentlang, or
17410 # b. a variant of presentlang (because in this case,
17411 # presentlang can be used as a fallback for messages
17412 # which are not translated in the desiredlang catalog).
17413 case "$desiredlang" in
17414 "$presentlang"*) useit=yes;;
17415 esac
17416 done
17417 if test $useit = yes; then
17418 INST_LINGUAS="$INST_LINGUAS $presentlang"
17419 fi
17420 done
17421 fi
17422 CATALOGS=
17423 if test -n "$INST_LINGUAS"; then
17424 for lang in $INST_LINGUAS; do
17425 CATALOGS="$CATALOGS $lang.gmo"
17426 done
17427 fi
17428 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17429 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"
17430 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17431 if test -f "$f"; then
17432 case "$f" in
17433 *.orig | *.bak | *~) ;;
17434 *) cat "$f" >> "$ac_dir/Makefile" ;;
17435 esac
17436 fi
17437 done
17438 fi
17439 ;;
17440 esac
17441 done ;;
17442 "default":C)
17443 case "$srcdir" in
17444 .) srcdirpre= ;;
17445 *) srcdirpre='$(srcdir)/' ;;
17446 esac
17447 POFILES=
17448 GMOFILES=
17449 for lang in dummy $OBSOLETE_ALL_LINGUAS; do
17450 if test $lang != dummy; then
17451 POFILES="$POFILES $srcdirpre$lang.po"
17452 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17453 fi
17454 done
17455 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
17456 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
17457 -e "s,@POFILES@,$POFILES," \
17458 -e "s,@GMOFILES@,$GMOFILES," \
17459 po/Makefile.in > po/Makefile ;;
17460
17461 esac
17462 done # for ac_tag
17463
17464
17465 as_fn_exit 0
17466 _ACEOF
17467 ac_clean_files=$ac_clean_files_save
17468
17469 test $ac_write_fail = 0 ||
17470 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17471
17472
17473 # configure is writing to config.log, and then calls config.status.
17474 # config.status does its own redirection, appending to config.log.
17475 # Unfortunately, on DOS this fails, as config.log is still kept open
17476 # by configure, so config.status won't be able to write to it; its
17477 # output is simply discarded. So we exec the FD to /dev/null,
17478 # effectively closing config.log, so it can be properly (re)opened and
17479 # appended to by config.status. When coming back to configure, we
17480 # need to make the FD available again.
17481 if test "$no_create" != yes; then
17482 ac_cs_success=:
17483 ac_config_status_args=
17484 test "$silent" = yes &&
17485 ac_config_status_args="$ac_config_status_args --quiet"
17486 exec 5>/dev/null
17487 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17488 exec 5>>config.log
17489 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17490 # would make configure fail if this is the last instruction.
17491 $ac_cs_success || as_fn_exit 1
17492 fi
17493 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17494 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17495 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17496 fi
17497
17498
17499
17500 touch config.status.tmp
17501 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
17502 sed '/as_fn_exit 0/i \
17503 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
17504 touch --reference=Makefile Makefile.tmp \
17505 mv Makefile.tmp Makefile \
17506 ' config.status > config.status.tmp
17507 touch --reference=config.status config.status.tmp
17508 mv config.status.tmp config.status
17509 chmod +x config.status
17510 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
17511 touch --reference=Makefile Makefile.tmp
17512 mv Makefile.tmp Makefile
17513 else
17514 rm -f config.status.tmp
17515 fi
This page took 0.581606 seconds and 4 git commands to generate.