Remove path name from test case
[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.41.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.41.50'
591 PACKAGE_STRING='bfd 2.41.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 ZSTD_LIBS
656 ZSTD_CFLAGS
657 PKG_CONFIG_LIBDIR
658 PKG_CONFIG_PATH
659 PKG_CONFIG
660 zlibinc
661 zlibdir
662 EXEEXT_FOR_BUILD
663 CC_FOR_BUILD
664 HDEFINES
665 MSGMERGE
666 MSGFMT
667 MKINSTALLDIRS
668 CATOBJEXT
669 GENCAT
670 INSTOBJEXT
671 DATADIRNAME
672 CATALOGS
673 POSUB
674 GMSGFMT
675 XGETTEXT
676 INCINTL
677 LIBINTL_DEP
678 LIBINTL
679 USE_NLS
680 bfdincludedir
681 bfdlibdir
682 target_noncanonical
683 host_noncanonical
684 INSTALL_LIBBFD_FALSE
685 INSTALL_LIBBFD_TRUE
686 GENINSRC_NEVER_FALSE
687 GENINSRC_NEVER_TRUE
688 MAINT
689 MAINTAINER_MODE_FALSE
690 MAINTAINER_MODE_TRUE
691 WARN_WRITE_STRINGS
692 NO_WERROR
693 WARN_CFLAGS_FOR_BUILD
694 WARN_CFLAGS
695 REPORT_BUGS_TEXI
696 REPORT_BUGS_TO
697 PKGVERSION
698 DEBUGDIR
699 ENABLE_BFD_64_BIT_FALSE
700 ENABLE_BFD_64_BIT_TRUE
701 PLUGINS_FALSE
702 PLUGINS_TRUE
703 LARGEFILE_CPPFLAGS
704 OTOOL64
705 OTOOL
706 LIPO
707 NMEDIT
708 DSYMUTIL
709 OBJDUMP
710 LN_S
711 NM
712 ac_ct_DUMPBIN
713 DUMPBIN
714 LD
715 FGREP
716 SED
717 LIBTOOL
718 EGREP
719 GREP
720 CPP
721 am__fastdepCC_FALSE
722 am__fastdepCC_TRUE
723 CCDEPMODE
724 am__nodep
725 AMDEPBACKSLASH
726 AMDEP_FALSE
727 AMDEP_TRUE
728 am__quote
729 am__include
730 DEPDIR
731 OBJEXT
732 EXEEXT
733 ac_ct_CC
734 CPPFLAGS
735 LDFLAGS
736 CFLAGS
737 CC
738 RANLIB
739 AR
740 AM_BACKSLASH
741 AM_DEFAULT_VERBOSITY
742 AM_DEFAULT_V
743 AM_V
744 am__untar
745 am__tar
746 AMTAR
747 am__leading_dot
748 SET_MAKE
749 AWK
750 mkdir_p
751 MKDIR_P
752 INSTALL_STRIP_PROGRAM
753 STRIP
754 install_sh
755 MAKEINFO
756 AUTOHEADER
757 AUTOMAKE
758 AUTOCONF
759 ACLOCAL
760 VERSION
761 PACKAGE
762 CYGPATH_W
763 am__isrc
764 INSTALL_DATA
765 INSTALL_SCRIPT
766 INSTALL_PROGRAM
767 target_os
768 target_vendor
769 target_cpu
770 target
771 host_os
772 host_vendor
773 host_cpu
774 host
775 build_os
776 build_vendor
777 build_cpu
778 build
779 target_alias
780 host_alias
781 build_alias
782 LIBS
783 ECHO_T
784 ECHO_N
785 ECHO_C
786 DEFS
787 mandir
788 localedir
789 libdir
790 psdir
791 pdfdir
792 dvidir
793 htmldir
794 infodir
795 docdir
796 oldincludedir
797 includedir
798 localstatedir
799 sharedstatedir
800 sysconfdir
801 datadir
802 datarootdir
803 libexecdir
804 sbindir
805 bindir
806 program_transform_name
807 prefix
808 exec_prefix
809 PACKAGE_URL
810 PACKAGE_BUGREPORT
811 PACKAGE_STRING
812 PACKAGE_VERSION
813 PACKAGE_TARNAME
814 PACKAGE_NAME
815 PATH_SEPARATOR
816 SHELL'
817 ac_subst_files=''
818 ac_user_opts='
819 enable_option_checking
820 enable_silent_rules
821 enable_shared
822 enable_dependency_tracking
823 enable_static
824 with_pic
825 enable_fast_install
826 with_gnu_ld
827 enable_libtool_lock
828 enable_plugins
829 enable_largefile
830 enable_checking
831 enable_64_bit_bfd
832 enable_targets
833 enable_64_bit_archive
834 with_mmap
835 enable_secureplt
836 enable_separate_code
837 enable_leading_mingw64_underscores
838 with_separate_debug_dir
839 with_pkgversion
840 with_bugurl
841 enable_werror
842 enable_build_warnings
843 enable_maintainer_mode
844 enable_install_libbfd
845 enable_nls
846 with_system_zlib
847 with_zstd
848 '
849 ac_precious_vars='build_alias
850 host_alias
851 target_alias
852 CC
853 CFLAGS
854 LDFLAGS
855 LIBS
856 CPPFLAGS
857 CPP
858 PKG_CONFIG
859 PKG_CONFIG_PATH
860 PKG_CONFIG_LIBDIR
861 ZSTD_CFLAGS
862 ZSTD_LIBS'
863
864
865 # Initialize some variables set by options.
866 ac_init_help=
867 ac_init_version=false
868 ac_unrecognized_opts=
869 ac_unrecognized_sep=
870 # The variables have the same names as the options, with
871 # dashes changed to underlines.
872 cache_file=/dev/null
873 exec_prefix=NONE
874 no_create=
875 no_recursion=
876 prefix=NONE
877 program_prefix=NONE
878 program_suffix=NONE
879 program_transform_name=s,x,x,
880 silent=
881 site=
882 srcdir=
883 verbose=
884 x_includes=NONE
885 x_libraries=NONE
886
887 # Installation directory options.
888 # These are left unexpanded so users can "make install exec_prefix=/foo"
889 # and all the variables that are supposed to be based on exec_prefix
890 # by default will actually change.
891 # Use braces instead of parens because sh, perl, etc. also accept them.
892 # (The list follows the same order as the GNU Coding Standards.)
893 bindir='${exec_prefix}/bin'
894 sbindir='${exec_prefix}/sbin'
895 libexecdir='${exec_prefix}/libexec'
896 datarootdir='${prefix}/share'
897 datadir='${datarootdir}'
898 sysconfdir='${prefix}/etc'
899 sharedstatedir='${prefix}/com'
900 localstatedir='${prefix}/var'
901 includedir='${prefix}/include'
902 oldincludedir='/usr/include'
903 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
904 infodir='${datarootdir}/info'
905 htmldir='${docdir}'
906 dvidir='${docdir}'
907 pdfdir='${docdir}'
908 psdir='${docdir}'
909 libdir='${exec_prefix}/lib'
910 localedir='${datarootdir}/locale'
911 mandir='${datarootdir}/man'
912
913 ac_prev=
914 ac_dashdash=
915 for ac_option
916 do
917 # If the previous option needs an argument, assign it.
918 if test -n "$ac_prev"; then
919 eval $ac_prev=\$ac_option
920 ac_prev=
921 continue
922 fi
923
924 case $ac_option in
925 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
926 *=) ac_optarg= ;;
927 *) ac_optarg=yes ;;
928 esac
929
930 # Accept the important Cygnus configure options, so we can diagnose typos.
931
932 case $ac_dashdash$ac_option in
933 --)
934 ac_dashdash=yes ;;
935
936 -bindir | --bindir | --bindi | --bind | --bin | --bi)
937 ac_prev=bindir ;;
938 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
939 bindir=$ac_optarg ;;
940
941 -build | --build | --buil | --bui | --bu)
942 ac_prev=build_alias ;;
943 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
944 build_alias=$ac_optarg ;;
945
946 -cache-file | --cache-file | --cache-fil | --cache-fi \
947 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
948 ac_prev=cache_file ;;
949 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
950 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
951 cache_file=$ac_optarg ;;
952
953 --config-cache | -C)
954 cache_file=config.cache ;;
955
956 -datadir | --datadir | --datadi | --datad)
957 ac_prev=datadir ;;
958 -datadir=* | --datadir=* | --datadi=* | --datad=*)
959 datadir=$ac_optarg ;;
960
961 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
962 | --dataroo | --dataro | --datar)
963 ac_prev=datarootdir ;;
964 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
965 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
966 datarootdir=$ac_optarg ;;
967
968 -disable-* | --disable-*)
969 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
970 # Reject names that are not valid shell variable names.
971 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
972 as_fn_error $? "invalid feature name: $ac_useropt"
973 ac_useropt_orig=$ac_useropt
974 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
975 case $ac_user_opts in
976 *"
977 "enable_$ac_useropt"
978 "*) ;;
979 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
980 ac_unrecognized_sep=', ';;
981 esac
982 eval enable_$ac_useropt=no ;;
983
984 -docdir | --docdir | --docdi | --doc | --do)
985 ac_prev=docdir ;;
986 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
987 docdir=$ac_optarg ;;
988
989 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
990 ac_prev=dvidir ;;
991 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
992 dvidir=$ac_optarg ;;
993
994 -enable-* | --enable-*)
995 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
996 # Reject names that are not valid shell variable names.
997 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
998 as_fn_error $? "invalid feature name: $ac_useropt"
999 ac_useropt_orig=$ac_useropt
1000 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1001 case $ac_user_opts in
1002 *"
1003 "enable_$ac_useropt"
1004 "*) ;;
1005 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1006 ac_unrecognized_sep=', ';;
1007 esac
1008 eval enable_$ac_useropt=\$ac_optarg ;;
1009
1010 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1011 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1012 | --exec | --exe | --ex)
1013 ac_prev=exec_prefix ;;
1014 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1015 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1016 | --exec=* | --exe=* | --ex=*)
1017 exec_prefix=$ac_optarg ;;
1018
1019 -gas | --gas | --ga | --g)
1020 # Obsolete; use --with-gas.
1021 with_gas=yes ;;
1022
1023 -help | --help | --hel | --he | -h)
1024 ac_init_help=long ;;
1025 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1026 ac_init_help=recursive ;;
1027 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1028 ac_init_help=short ;;
1029
1030 -host | --host | --hos | --ho)
1031 ac_prev=host_alias ;;
1032 -host=* | --host=* | --hos=* | --ho=*)
1033 host_alias=$ac_optarg ;;
1034
1035 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1036 ac_prev=htmldir ;;
1037 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1038 | --ht=*)
1039 htmldir=$ac_optarg ;;
1040
1041 -includedir | --includedir | --includedi | --included | --include \
1042 | --includ | --inclu | --incl | --inc)
1043 ac_prev=includedir ;;
1044 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1045 | --includ=* | --inclu=* | --incl=* | --inc=*)
1046 includedir=$ac_optarg ;;
1047
1048 -infodir | --infodir | --infodi | --infod | --info | --inf)
1049 ac_prev=infodir ;;
1050 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1051 infodir=$ac_optarg ;;
1052
1053 -libdir | --libdir | --libdi | --libd)
1054 ac_prev=libdir ;;
1055 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1056 libdir=$ac_optarg ;;
1057
1058 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1059 | --libexe | --libex | --libe)
1060 ac_prev=libexecdir ;;
1061 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1062 | --libexe=* | --libex=* | --libe=*)
1063 libexecdir=$ac_optarg ;;
1064
1065 -localedir | --localedir | --localedi | --localed | --locale)
1066 ac_prev=localedir ;;
1067 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1068 localedir=$ac_optarg ;;
1069
1070 -localstatedir | --localstatedir | --localstatedi | --localstated \
1071 | --localstate | --localstat | --localsta | --localst | --locals)
1072 ac_prev=localstatedir ;;
1073 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1074 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1075 localstatedir=$ac_optarg ;;
1076
1077 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1078 ac_prev=mandir ;;
1079 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1080 mandir=$ac_optarg ;;
1081
1082 -nfp | --nfp | --nf)
1083 # Obsolete; use --without-fp.
1084 with_fp=no ;;
1085
1086 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1087 | --no-cr | --no-c | -n)
1088 no_create=yes ;;
1089
1090 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1091 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1092 no_recursion=yes ;;
1093
1094 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1095 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1096 | --oldin | --oldi | --old | --ol | --o)
1097 ac_prev=oldincludedir ;;
1098 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1099 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1100 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1101 oldincludedir=$ac_optarg ;;
1102
1103 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1104 ac_prev=prefix ;;
1105 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1106 prefix=$ac_optarg ;;
1107
1108 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1109 | --program-pre | --program-pr | --program-p)
1110 ac_prev=program_prefix ;;
1111 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1112 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1113 program_prefix=$ac_optarg ;;
1114
1115 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1116 | --program-suf | --program-su | --program-s)
1117 ac_prev=program_suffix ;;
1118 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1119 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1120 program_suffix=$ac_optarg ;;
1121
1122 -program-transform-name | --program-transform-name \
1123 | --program-transform-nam | --program-transform-na \
1124 | --program-transform-n | --program-transform- \
1125 | --program-transform | --program-transfor \
1126 | --program-transfo | --program-transf \
1127 | --program-trans | --program-tran \
1128 | --progr-tra | --program-tr | --program-t)
1129 ac_prev=program_transform_name ;;
1130 -program-transform-name=* | --program-transform-name=* \
1131 | --program-transform-nam=* | --program-transform-na=* \
1132 | --program-transform-n=* | --program-transform-=* \
1133 | --program-transform=* | --program-transfor=* \
1134 | --program-transfo=* | --program-transf=* \
1135 | --program-trans=* | --program-tran=* \
1136 | --progr-tra=* | --program-tr=* | --program-t=*)
1137 program_transform_name=$ac_optarg ;;
1138
1139 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1140 ac_prev=pdfdir ;;
1141 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1142 pdfdir=$ac_optarg ;;
1143
1144 -psdir | --psdir | --psdi | --psd | --ps)
1145 ac_prev=psdir ;;
1146 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1147 psdir=$ac_optarg ;;
1148
1149 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1150 | -silent | --silent | --silen | --sile | --sil)
1151 silent=yes ;;
1152
1153 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1154 ac_prev=sbindir ;;
1155 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1156 | --sbi=* | --sb=*)
1157 sbindir=$ac_optarg ;;
1158
1159 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1160 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1161 | --sharedst | --shareds | --shared | --share | --shar \
1162 | --sha | --sh)
1163 ac_prev=sharedstatedir ;;
1164 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1165 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1166 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1167 | --sha=* | --sh=*)
1168 sharedstatedir=$ac_optarg ;;
1169
1170 -site | --site | --sit)
1171 ac_prev=site ;;
1172 -site=* | --site=* | --sit=*)
1173 site=$ac_optarg ;;
1174
1175 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1176 ac_prev=srcdir ;;
1177 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1178 srcdir=$ac_optarg ;;
1179
1180 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1181 | --syscon | --sysco | --sysc | --sys | --sy)
1182 ac_prev=sysconfdir ;;
1183 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1184 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1185 sysconfdir=$ac_optarg ;;
1186
1187 -target | --target | --targe | --targ | --tar | --ta | --t)
1188 ac_prev=target_alias ;;
1189 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1190 target_alias=$ac_optarg ;;
1191
1192 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1193 verbose=yes ;;
1194
1195 -version | --version | --versio | --versi | --vers | -V)
1196 ac_init_version=: ;;
1197
1198 -with-* | --with-*)
1199 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1200 # Reject names that are not valid shell variable names.
1201 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1202 as_fn_error $? "invalid package name: $ac_useropt"
1203 ac_useropt_orig=$ac_useropt
1204 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1205 case $ac_user_opts in
1206 *"
1207 "with_$ac_useropt"
1208 "*) ;;
1209 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1210 ac_unrecognized_sep=', ';;
1211 esac
1212 eval with_$ac_useropt=\$ac_optarg ;;
1213
1214 -without-* | --without-*)
1215 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1216 # Reject names that are not valid shell variable names.
1217 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1218 as_fn_error $? "invalid package name: $ac_useropt"
1219 ac_useropt_orig=$ac_useropt
1220 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1221 case $ac_user_opts in
1222 *"
1223 "with_$ac_useropt"
1224 "*) ;;
1225 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1226 ac_unrecognized_sep=', ';;
1227 esac
1228 eval with_$ac_useropt=no ;;
1229
1230 --x)
1231 # Obsolete; use --with-x.
1232 with_x=yes ;;
1233
1234 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1235 | --x-incl | --x-inc | --x-in | --x-i)
1236 ac_prev=x_includes ;;
1237 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1238 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1239 x_includes=$ac_optarg ;;
1240
1241 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1242 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1243 ac_prev=x_libraries ;;
1244 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1245 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1246 x_libraries=$ac_optarg ;;
1247
1248 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1249 Try \`$0 --help' for more information"
1250 ;;
1251
1252 *=*)
1253 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1254 # Reject names that are not valid shell variable names.
1255 case $ac_envvar in #(
1256 '' | [0-9]* | *[!_$as_cr_alnum]* )
1257 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1258 esac
1259 eval $ac_envvar=\$ac_optarg
1260 export $ac_envvar ;;
1261
1262 *)
1263 # FIXME: should be removed in autoconf 3.0.
1264 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1265 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1266 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1267 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1268 ;;
1269
1270 esac
1271 done
1272
1273 if test -n "$ac_prev"; then
1274 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1275 as_fn_error $? "missing argument to $ac_option"
1276 fi
1277
1278 if test -n "$ac_unrecognized_opts"; then
1279 case $enable_option_checking in
1280 no) ;;
1281 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1282 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1283 esac
1284 fi
1285
1286 # Check all directory arguments for consistency.
1287 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1288 datadir sysconfdir sharedstatedir localstatedir includedir \
1289 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1290 libdir localedir mandir
1291 do
1292 eval ac_val=\$$ac_var
1293 # Remove trailing slashes.
1294 case $ac_val in
1295 */ )
1296 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1297 eval $ac_var=\$ac_val;;
1298 esac
1299 # Be sure to have absolute directory names.
1300 case $ac_val in
1301 [\\/$]* | ?:[\\/]* ) continue;;
1302 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1303 esac
1304 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1305 done
1306
1307 # There might be people who depend on the old broken behavior: `$host'
1308 # used to hold the argument of --host etc.
1309 # FIXME: To remove some day.
1310 build=$build_alias
1311 host=$host_alias
1312 target=$target_alias
1313
1314 # FIXME: To remove some day.
1315 if test "x$host_alias" != x; then
1316 if test "x$build_alias" = x; then
1317 cross_compiling=maybe
1318 elif test "x$build_alias" != "x$host_alias"; then
1319 cross_compiling=yes
1320 fi
1321 fi
1322
1323 ac_tool_prefix=
1324 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1325
1326 test "$silent" = yes && exec 6>/dev/null
1327
1328
1329 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1330 ac_ls_di=`ls -di .` &&
1331 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1332 as_fn_error $? "working directory cannot be determined"
1333 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1334 as_fn_error $? "pwd does not report name of working directory"
1335
1336
1337 # Find the source files, if location was not specified.
1338 if test -z "$srcdir"; then
1339 ac_srcdir_defaulted=yes
1340 # Try the directory containing this script, then the parent directory.
1341 ac_confdir=`$as_dirname -- "$as_myself" ||
1342 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1343 X"$as_myself" : 'X\(//\)[^/]' \| \
1344 X"$as_myself" : 'X\(//\)$' \| \
1345 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1346 $as_echo X"$as_myself" |
1347 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1348 s//\1/
1349 q
1350 }
1351 /^X\(\/\/\)[^/].*/{
1352 s//\1/
1353 q
1354 }
1355 /^X\(\/\/\)$/{
1356 s//\1/
1357 q
1358 }
1359 /^X\(\/\).*/{
1360 s//\1/
1361 q
1362 }
1363 s/.*/./; q'`
1364 srcdir=$ac_confdir
1365 if test ! -r "$srcdir/$ac_unique_file"; then
1366 srcdir=..
1367 fi
1368 else
1369 ac_srcdir_defaulted=no
1370 fi
1371 if test ! -r "$srcdir/$ac_unique_file"; then
1372 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1373 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1374 fi
1375 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1376 ac_abs_confdir=`(
1377 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1378 pwd)`
1379 # When building in place, set srcdir=.
1380 if test "$ac_abs_confdir" = "$ac_pwd"; then
1381 srcdir=.
1382 fi
1383 # Remove unnecessary trailing slashes from srcdir.
1384 # Double slashes in file names in object file debugging info
1385 # mess up M-x gdb in Emacs.
1386 case $srcdir in
1387 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1388 esac
1389 for ac_var in $ac_precious_vars; do
1390 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1391 eval ac_env_${ac_var}_value=\$${ac_var}
1392 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1393 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1394 done
1395
1396 #
1397 # Report the --help message.
1398 #
1399 if test "$ac_init_help" = "long"; then
1400 # Omit some internal or obsolete options to make the list less imposing.
1401 # This message is too long to be a string in the A/UX 3.1 sh.
1402 cat <<_ACEOF
1403 \`configure' configures bfd 2.41.50 to adapt to many kinds of systems.
1404
1405 Usage: $0 [OPTION]... [VAR=VALUE]...
1406
1407 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1408 VAR=VALUE. See below for descriptions of some of the useful variables.
1409
1410 Defaults for the options are specified in brackets.
1411
1412 Configuration:
1413 -h, --help display this help and exit
1414 --help=short display options specific to this package
1415 --help=recursive display the short help of all the included packages
1416 -V, --version display version information and exit
1417 -q, --quiet, --silent do not print \`checking ...' messages
1418 --cache-file=FILE cache test results in FILE [disabled]
1419 -C, --config-cache alias for \`--cache-file=config.cache'
1420 -n, --no-create do not create output files
1421 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1422
1423 Installation directories:
1424 --prefix=PREFIX install architecture-independent files in PREFIX
1425 [$ac_default_prefix]
1426 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1427 [PREFIX]
1428
1429 By default, \`make install' will install all the files in
1430 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1431 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1432 for instance \`--prefix=\$HOME'.
1433
1434 For better control, use the options below.
1435
1436 Fine tuning of the installation directories:
1437 --bindir=DIR user executables [EPREFIX/bin]
1438 --sbindir=DIR system admin executables [EPREFIX/sbin]
1439 --libexecdir=DIR program executables [EPREFIX/libexec]
1440 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1441 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1442 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1443 --libdir=DIR object code libraries [EPREFIX/lib]
1444 --includedir=DIR C header files [PREFIX/include]
1445 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1446 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1447 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1448 --infodir=DIR info documentation [DATAROOTDIR/info]
1449 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1450 --mandir=DIR man documentation [DATAROOTDIR/man]
1451 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
1452 --htmldir=DIR html documentation [DOCDIR]
1453 --dvidir=DIR dvi documentation [DOCDIR]
1454 --pdfdir=DIR pdf documentation [DOCDIR]
1455 --psdir=DIR ps documentation [DOCDIR]
1456 _ACEOF
1457
1458 cat <<\_ACEOF
1459
1460 Program names:
1461 --program-prefix=PREFIX prepend PREFIX to installed program names
1462 --program-suffix=SUFFIX append SUFFIX to installed program names
1463 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1464
1465 System types:
1466 --build=BUILD configure for building on BUILD [guessed]
1467 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1468 --target=TARGET configure for building compilers for TARGET [HOST]
1469 _ACEOF
1470 fi
1471
1472 if test -n "$ac_init_help"; then
1473 case $ac_init_help in
1474 short | recursive ) echo "Configuration of bfd 2.41.50:";;
1475 esac
1476 cat <<\_ACEOF
1477
1478 Optional Features:
1479 --disable-option-checking ignore unrecognized --enable/--with options
1480 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1481 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1482 --enable-silent-rules less verbose build output (undo: "make V=1")
1483 --disable-silent-rules verbose build output (undo: "make V=0")
1484 --enable-shared[=PKGS] build shared libraries [default=no]
1485 --enable-dependency-tracking
1486 do not reject slow dependency extractors
1487 --disable-dependency-tracking
1488 speeds up one-time build
1489 --enable-static[=PKGS] build static libraries [default=yes]
1490 --enable-fast-install[=PKGS]
1491 optimize for fast installation [default=yes]
1492 --disable-libtool-lock avoid locking (might break parallel builds)
1493 --enable-plugins Enable support for plugins
1494 --disable-largefile omit support for large files
1495 --enable-checking enable run-time checks
1496 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1497 --enable-targets alternative target configurations
1498 --enable-64-bit-archive force 64-bit archives
1499 --enable-secureplt Default to creating read-only plt entries
1500 --enable-separate-code enable -z separate-code in ELF linker by default
1501 --enable-leading-mingw64-underscores
1502 Enable leading underscores on 64 bit mingw targets
1503 --enable-werror treat compile warnings as errors
1504 --enable-build-warnings enable build-time compiler warnings
1505 --enable-maintainer-mode
1506 enable make rules and dependencies not useful (and
1507 sometimes confusing) to the casual installer
1508 --enable-install-libbfd controls installation of libbfd and related headers
1509 --disable-nls do not use Native Language Support
1510
1511 Optional Packages:
1512 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1513 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1514 --with-pic try to use only PIC/non-PIC objects [default=use
1515 both]
1516 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1517 --with-mmap try using mmap for BFD input files if available
1518 --with-separate-debug-dir=DIR
1519 Look for global separate debug info in DIR
1520 [[default=LIBDIR/debug]]
1521 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1522 Binutils"
1523 --with-bugurl=URL Direct users to URL to report a bug
1524 --with-system-zlib use installed libz
1525 --with-zstd support zstd compressed debug sections
1526 (default=auto)
1527
1528 Some influential environment variables:
1529 CC C compiler command
1530 CFLAGS C compiler flags
1531 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1532 nonstandard directory <lib dir>
1533 LIBS libraries to pass to the linker, e.g. -l<library>
1534 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1535 you have headers in a nonstandard directory <include dir>
1536 CPP C preprocessor
1537 PKG_CONFIG path to pkg-config utility
1538 PKG_CONFIG_PATH
1539 directories to add to pkg-config's search path
1540 PKG_CONFIG_LIBDIR
1541 path overriding pkg-config's built-in search path
1542 ZSTD_CFLAGS C compiler flags for ZSTD, overriding pkg-config
1543 ZSTD_LIBS linker flags for ZSTD, overriding pkg-config
1544
1545 Use these variables to override the choices made by `configure' or to help
1546 it to find libraries and programs with nonstandard names/locations.
1547
1548 Report bugs to the package provider.
1549 _ACEOF
1550 ac_status=$?
1551 fi
1552
1553 if test "$ac_init_help" = "recursive"; then
1554 # If there are subdirs, report their specific --help.
1555 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1556 test -d "$ac_dir" ||
1557 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1558 continue
1559 ac_builddir=.
1560
1561 case "$ac_dir" in
1562 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1563 *)
1564 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1565 # A ".." for each directory in $ac_dir_suffix.
1566 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1567 case $ac_top_builddir_sub in
1568 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1569 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1570 esac ;;
1571 esac
1572 ac_abs_top_builddir=$ac_pwd
1573 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1574 # for backward compatibility:
1575 ac_top_builddir=$ac_top_build_prefix
1576
1577 case $srcdir in
1578 .) # We are building in place.
1579 ac_srcdir=.
1580 ac_top_srcdir=$ac_top_builddir_sub
1581 ac_abs_top_srcdir=$ac_pwd ;;
1582 [\\/]* | ?:[\\/]* ) # Absolute name.
1583 ac_srcdir=$srcdir$ac_dir_suffix;
1584 ac_top_srcdir=$srcdir
1585 ac_abs_top_srcdir=$srcdir ;;
1586 *) # Relative name.
1587 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1588 ac_top_srcdir=$ac_top_build_prefix$srcdir
1589 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1590 esac
1591 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1592
1593 cd "$ac_dir" || { ac_status=$?; continue; }
1594 # Check for guested configure.
1595 if test -f "$ac_srcdir/configure.gnu"; then
1596 echo &&
1597 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1598 elif test -f "$ac_srcdir/configure"; then
1599 echo &&
1600 $SHELL "$ac_srcdir/configure" --help=recursive
1601 else
1602 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1603 fi || ac_status=$?
1604 cd "$ac_pwd" || { ac_status=$?; break; }
1605 done
1606 fi
1607
1608 test -n "$ac_init_help" && exit $ac_status
1609 if $ac_init_version; then
1610 cat <<\_ACEOF
1611 bfd configure 2.41.50
1612 generated by GNU Autoconf 2.69
1613
1614 Copyright (C) 2012 Free Software Foundation, Inc.
1615 This configure script is free software; the Free Software Foundation
1616 gives unlimited permission to copy, distribute and modify it.
1617 _ACEOF
1618 exit
1619 fi
1620
1621 ## ------------------------ ##
1622 ## Autoconf initialization. ##
1623 ## ------------------------ ##
1624
1625 # ac_fn_c_try_compile LINENO
1626 # --------------------------
1627 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1628 ac_fn_c_try_compile ()
1629 {
1630 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1631 rm -f conftest.$ac_objext
1632 if { { ac_try="$ac_compile"
1633 case "(($ac_try" in
1634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1635 *) ac_try_echo=$ac_try;;
1636 esac
1637 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1638 $as_echo "$ac_try_echo"; } >&5
1639 (eval "$ac_compile") 2>conftest.err
1640 ac_status=$?
1641 if test -s conftest.err; then
1642 grep -v '^ *+' conftest.err >conftest.er1
1643 cat conftest.er1 >&5
1644 mv -f conftest.er1 conftest.err
1645 fi
1646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1647 test $ac_status = 0; } && {
1648 test -z "$ac_c_werror_flag" ||
1649 test ! -s conftest.err
1650 } && test -s conftest.$ac_objext; then :
1651 ac_retval=0
1652 else
1653 $as_echo "$as_me: failed program was:" >&5
1654 sed 's/^/| /' conftest.$ac_ext >&5
1655
1656 ac_retval=1
1657 fi
1658 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1659 as_fn_set_status $ac_retval
1660
1661 } # ac_fn_c_try_compile
1662
1663 # ac_fn_c_try_cpp LINENO
1664 # ----------------------
1665 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1666 ac_fn_c_try_cpp ()
1667 {
1668 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1669 if { { ac_try="$ac_cpp conftest.$ac_ext"
1670 case "(($ac_try" in
1671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1672 *) ac_try_echo=$ac_try;;
1673 esac
1674 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1675 $as_echo "$ac_try_echo"; } >&5
1676 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1677 ac_status=$?
1678 if test -s conftest.err; then
1679 grep -v '^ *+' conftest.err >conftest.er1
1680 cat conftest.er1 >&5
1681 mv -f conftest.er1 conftest.err
1682 fi
1683 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1684 test $ac_status = 0; } > conftest.i && {
1685 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1686 test ! -s conftest.err
1687 }; then :
1688 ac_retval=0
1689 else
1690 $as_echo "$as_me: failed program was:" >&5
1691 sed 's/^/| /' conftest.$ac_ext >&5
1692
1693 ac_retval=1
1694 fi
1695 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1696 as_fn_set_status $ac_retval
1697
1698 } # ac_fn_c_try_cpp
1699
1700 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1701 # -------------------------------------------------------
1702 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1703 # the include files in INCLUDES and setting the cache variable VAR
1704 # accordingly.
1705 ac_fn_c_check_header_mongrel ()
1706 {
1707 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1708 if eval \${$3+:} false; then :
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1710 $as_echo_n "checking for $2... " >&6; }
1711 if eval \${$3+:} false; then :
1712 $as_echo_n "(cached) " >&6
1713 fi
1714 eval ac_res=\$$3
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1716 $as_echo "$ac_res" >&6; }
1717 else
1718 # Is the header compilable?
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1720 $as_echo_n "checking $2 usability... " >&6; }
1721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1722 /* end confdefs.h. */
1723 $4
1724 #include <$2>
1725 _ACEOF
1726 if ac_fn_c_try_compile "$LINENO"; then :
1727 ac_header_compiler=yes
1728 else
1729 ac_header_compiler=no
1730 fi
1731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1733 $as_echo "$ac_header_compiler" >&6; }
1734
1735 # Is the header present?
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1737 $as_echo_n "checking $2 presence... " >&6; }
1738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1739 /* end confdefs.h. */
1740 #include <$2>
1741 _ACEOF
1742 if ac_fn_c_try_cpp "$LINENO"; then :
1743 ac_header_preproc=yes
1744 else
1745 ac_header_preproc=no
1746 fi
1747 rm -f conftest.err conftest.i conftest.$ac_ext
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1749 $as_echo "$ac_header_preproc" >&6; }
1750
1751 # So? What about this header?
1752 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1753 yes:no: )
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1755 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1757 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1758 ;;
1759 no:yes:* )
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1761 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1763 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1765 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1767 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1769 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1770 ;;
1771 esac
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1773 $as_echo_n "checking for $2... " >&6; }
1774 if eval \${$3+:} false; then :
1775 $as_echo_n "(cached) " >&6
1776 else
1777 eval "$3=\$ac_header_compiler"
1778 fi
1779 eval ac_res=\$$3
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1781 $as_echo "$ac_res" >&6; }
1782 fi
1783 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1784
1785 } # ac_fn_c_check_header_mongrel
1786
1787 # ac_fn_c_try_run LINENO
1788 # ----------------------
1789 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1790 # that executables *can* be run.
1791 ac_fn_c_try_run ()
1792 {
1793 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1794 if { { ac_try="$ac_link"
1795 case "(($ac_try" in
1796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1797 *) ac_try_echo=$ac_try;;
1798 esac
1799 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1800 $as_echo "$ac_try_echo"; } >&5
1801 (eval "$ac_link") 2>&5
1802 ac_status=$?
1803 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1804 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1805 { { case "(($ac_try" in
1806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1807 *) ac_try_echo=$ac_try;;
1808 esac
1809 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1810 $as_echo "$ac_try_echo"; } >&5
1811 (eval "$ac_try") 2>&5
1812 ac_status=$?
1813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1814 test $ac_status = 0; }; }; then :
1815 ac_retval=0
1816 else
1817 $as_echo "$as_me: program exited with status $ac_status" >&5
1818 $as_echo "$as_me: failed program was:" >&5
1819 sed 's/^/| /' conftest.$ac_ext >&5
1820
1821 ac_retval=$ac_status
1822 fi
1823 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1824 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1825 as_fn_set_status $ac_retval
1826
1827 } # ac_fn_c_try_run
1828
1829 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1830 # -------------------------------------------------------
1831 # Tests whether HEADER exists and can be compiled using the include files in
1832 # INCLUDES, setting the cache variable VAR accordingly.
1833 ac_fn_c_check_header_compile ()
1834 {
1835 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1837 $as_echo_n "checking for $2... " >&6; }
1838 if eval \${$3+:} false; then :
1839 $as_echo_n "(cached) " >&6
1840 else
1841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1842 /* end confdefs.h. */
1843 $4
1844 #include <$2>
1845 _ACEOF
1846 if ac_fn_c_try_compile "$LINENO"; then :
1847 eval "$3=yes"
1848 else
1849 eval "$3=no"
1850 fi
1851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1852 fi
1853 eval ac_res=\$$3
1854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1855 $as_echo "$ac_res" >&6; }
1856 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1857
1858 } # ac_fn_c_check_header_compile
1859
1860 # ac_fn_c_try_link LINENO
1861 # -----------------------
1862 # Try to link conftest.$ac_ext, and return whether this succeeded.
1863 ac_fn_c_try_link ()
1864 {
1865 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1866 rm -f conftest.$ac_objext conftest$ac_exeext
1867 if { { ac_try="$ac_link"
1868 case "(($ac_try" in
1869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1870 *) ac_try_echo=$ac_try;;
1871 esac
1872 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1873 $as_echo "$ac_try_echo"; } >&5
1874 (eval "$ac_link") 2>conftest.err
1875 ac_status=$?
1876 if test -s conftest.err; then
1877 grep -v '^ *+' conftest.err >conftest.er1
1878 cat conftest.er1 >&5
1879 mv -f conftest.er1 conftest.err
1880 fi
1881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1882 test $ac_status = 0; } && {
1883 test -z "$ac_c_werror_flag" ||
1884 test ! -s conftest.err
1885 } && test -s conftest$ac_exeext && {
1886 test "$cross_compiling" = yes ||
1887 test -x conftest$ac_exeext
1888 }; then :
1889 ac_retval=0
1890 else
1891 $as_echo "$as_me: failed program was:" >&5
1892 sed 's/^/| /' conftest.$ac_ext >&5
1893
1894 ac_retval=1
1895 fi
1896 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1897 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1898 # interfere with the next link command; also delete a directory that is
1899 # left behind by Apple's compiler. We do this before executing the actions.
1900 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1901 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1902 as_fn_set_status $ac_retval
1903
1904 } # ac_fn_c_try_link
1905
1906 # ac_fn_c_check_func LINENO FUNC VAR
1907 # ----------------------------------
1908 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1909 ac_fn_c_check_func ()
1910 {
1911 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1913 $as_echo_n "checking for $2... " >&6; }
1914 if eval \${$3+:} false; then :
1915 $as_echo_n "(cached) " >&6
1916 else
1917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1918 /* end confdefs.h. */
1919 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1920 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1921 #define $2 innocuous_$2
1922
1923 /* System header to define __stub macros and hopefully few prototypes,
1924 which can conflict with char $2 (); below.
1925 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1926 <limits.h> exists even on freestanding compilers. */
1927
1928 #ifdef __STDC__
1929 # include <limits.h>
1930 #else
1931 # include <assert.h>
1932 #endif
1933
1934 #undef $2
1935
1936 /* Override any GCC internal prototype to avoid an error.
1937 Use char because int might match the return type of a GCC
1938 builtin and then its argument prototype would still apply. */
1939 #ifdef __cplusplus
1940 extern "C"
1941 #endif
1942 char $2 ();
1943 /* The GNU C library defines this for functions which it implements
1944 to always fail with ENOSYS. Some functions are actually named
1945 something starting with __ and the normal name is an alias. */
1946 #if defined __stub_$2 || defined __stub___$2
1947 choke me
1948 #endif
1949
1950 int
1951 main ()
1952 {
1953 return $2 ();
1954 ;
1955 return 0;
1956 }
1957 _ACEOF
1958 if ac_fn_c_try_link "$LINENO"; then :
1959 eval "$3=yes"
1960 else
1961 eval "$3=no"
1962 fi
1963 rm -f core conftest.err conftest.$ac_objext \
1964 conftest$ac_exeext conftest.$ac_ext
1965 fi
1966 eval ac_res=\$$3
1967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1968 $as_echo "$ac_res" >&6; }
1969 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1970
1971 } # ac_fn_c_check_func
1972
1973 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1974 # --------------------------------------------
1975 # Tries to find the compile-time value of EXPR in a program that includes
1976 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1977 # computed
1978 ac_fn_c_compute_int ()
1979 {
1980 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1981 if test "$cross_compiling" = yes; then
1982 # Depending upon the size, compute the lo and hi bounds.
1983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1984 /* end confdefs.h. */
1985 $4
1986 int
1987 main ()
1988 {
1989 static int test_array [1 - 2 * !(($2) >= 0)];
1990 test_array [0] = 0;
1991 return test_array [0];
1992
1993 ;
1994 return 0;
1995 }
1996 _ACEOF
1997 if ac_fn_c_try_compile "$LINENO"; then :
1998 ac_lo=0 ac_mid=0
1999 while :; do
2000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2001 /* end confdefs.h. */
2002 $4
2003 int
2004 main ()
2005 {
2006 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2007 test_array [0] = 0;
2008 return test_array [0];
2009
2010 ;
2011 return 0;
2012 }
2013 _ACEOF
2014 if ac_fn_c_try_compile "$LINENO"; then :
2015 ac_hi=$ac_mid; break
2016 else
2017 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2018 if test $ac_lo -le $ac_mid; then
2019 ac_lo= ac_hi=
2020 break
2021 fi
2022 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2023 fi
2024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2025 done
2026 else
2027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2028 /* end confdefs.h. */
2029 $4
2030 int
2031 main ()
2032 {
2033 static int test_array [1 - 2 * !(($2) < 0)];
2034 test_array [0] = 0;
2035 return test_array [0];
2036
2037 ;
2038 return 0;
2039 }
2040 _ACEOF
2041 if ac_fn_c_try_compile "$LINENO"; then :
2042 ac_hi=-1 ac_mid=-1
2043 while :; do
2044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2045 /* end confdefs.h. */
2046 $4
2047 int
2048 main ()
2049 {
2050 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2051 test_array [0] = 0;
2052 return test_array [0];
2053
2054 ;
2055 return 0;
2056 }
2057 _ACEOF
2058 if ac_fn_c_try_compile "$LINENO"; then :
2059 ac_lo=$ac_mid; break
2060 else
2061 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2062 if test $ac_mid -le $ac_hi; then
2063 ac_lo= ac_hi=
2064 break
2065 fi
2066 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2067 fi
2068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2069 done
2070 else
2071 ac_lo= ac_hi=
2072 fi
2073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2074 fi
2075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2076 # Binary search between lo and hi bounds.
2077 while test "x$ac_lo" != "x$ac_hi"; do
2078 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2080 /* end confdefs.h. */
2081 $4
2082 int
2083 main ()
2084 {
2085 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2086 test_array [0] = 0;
2087 return test_array [0];
2088
2089 ;
2090 return 0;
2091 }
2092 _ACEOF
2093 if ac_fn_c_try_compile "$LINENO"; then :
2094 ac_hi=$ac_mid
2095 else
2096 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2097 fi
2098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2099 done
2100 case $ac_lo in #((
2101 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2102 '') ac_retval=1 ;;
2103 esac
2104 else
2105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2106 /* end confdefs.h. */
2107 $4
2108 static long int longval () { return $2; }
2109 static unsigned long int ulongval () { return $2; }
2110 #include <stdio.h>
2111 #include <stdlib.h>
2112 int
2113 main ()
2114 {
2115
2116 FILE *f = fopen ("conftest.val", "w");
2117 if (! f)
2118 return 1;
2119 if (($2) < 0)
2120 {
2121 long int i = longval ();
2122 if (i != ($2))
2123 return 1;
2124 fprintf (f, "%ld", i);
2125 }
2126 else
2127 {
2128 unsigned long int i = ulongval ();
2129 if (i != ($2))
2130 return 1;
2131 fprintf (f, "%lu", i);
2132 }
2133 /* Do not output a trailing newline, as this causes \r\n confusion
2134 on some platforms. */
2135 return ferror (f) || fclose (f) != 0;
2136
2137 ;
2138 return 0;
2139 }
2140 _ACEOF
2141 if ac_fn_c_try_run "$LINENO"; then :
2142 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2143 else
2144 ac_retval=1
2145 fi
2146 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2147 conftest.$ac_objext conftest.beam conftest.$ac_ext
2148 rm -f conftest.val
2149
2150 fi
2151 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2152 as_fn_set_status $ac_retval
2153
2154 } # ac_fn_c_compute_int
2155
2156 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2157 # ---------------------------------------------
2158 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2159 # accordingly.
2160 ac_fn_c_check_decl ()
2161 {
2162 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2163 as_decl_name=`echo $2|sed 's/ *(.*//'`
2164 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2166 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2167 if eval \${$3+:} false; then :
2168 $as_echo_n "(cached) " >&6
2169 else
2170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2171 /* end confdefs.h. */
2172 $4
2173 int
2174 main ()
2175 {
2176 #ifndef $as_decl_name
2177 #ifdef __cplusplus
2178 (void) $as_decl_use;
2179 #else
2180 (void) $as_decl_name;
2181 #endif
2182 #endif
2183
2184 ;
2185 return 0;
2186 }
2187 _ACEOF
2188 if ac_fn_c_try_compile "$LINENO"; then :
2189 eval "$3=yes"
2190 else
2191 eval "$3=no"
2192 fi
2193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2194 fi
2195 eval ac_res=\$$3
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2197 $as_echo "$ac_res" >&6; }
2198 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2199
2200 } # ac_fn_c_check_decl
2201 cat >config.log <<_ACEOF
2202 This file contains any messages produced by compilers while
2203 running configure, to aid debugging if configure makes a mistake.
2204
2205 It was created by bfd $as_me 2.41.50, which was
2206 generated by GNU Autoconf 2.69. Invocation command line was
2207
2208 $ $0 $@
2209
2210 _ACEOF
2211 exec 5>>config.log
2212 {
2213 cat <<_ASUNAME
2214 ## --------- ##
2215 ## Platform. ##
2216 ## --------- ##
2217
2218 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2219 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2220 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2221 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2222 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2223
2224 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2225 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2226
2227 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2228 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2229 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2230 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2231 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2232 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2233 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2234
2235 _ASUNAME
2236
2237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2238 for as_dir in $PATH
2239 do
2240 IFS=$as_save_IFS
2241 test -z "$as_dir" && as_dir=.
2242 $as_echo "PATH: $as_dir"
2243 done
2244 IFS=$as_save_IFS
2245
2246 } >&5
2247
2248 cat >&5 <<_ACEOF
2249
2250
2251 ## ----------- ##
2252 ## Core tests. ##
2253 ## ----------- ##
2254
2255 _ACEOF
2256
2257
2258 # Keep a trace of the command line.
2259 # Strip out --no-create and --no-recursion so they do not pile up.
2260 # Strip out --silent because we don't want to record it for future runs.
2261 # Also quote any args containing shell meta-characters.
2262 # Make two passes to allow for proper duplicate-argument suppression.
2263 ac_configure_args=
2264 ac_configure_args0=
2265 ac_configure_args1=
2266 ac_must_keep_next=false
2267 for ac_pass in 1 2
2268 do
2269 for ac_arg
2270 do
2271 case $ac_arg in
2272 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2273 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2274 | -silent | --silent | --silen | --sile | --sil)
2275 continue ;;
2276 *\'*)
2277 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2278 esac
2279 case $ac_pass in
2280 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2281 2)
2282 as_fn_append ac_configure_args1 " '$ac_arg'"
2283 if test $ac_must_keep_next = true; then
2284 ac_must_keep_next=false # Got value, back to normal.
2285 else
2286 case $ac_arg in
2287 *=* | --config-cache | -C | -disable-* | --disable-* \
2288 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2289 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2290 | -with-* | --with-* | -without-* | --without-* | --x)
2291 case "$ac_configure_args0 " in
2292 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2293 esac
2294 ;;
2295 -* ) ac_must_keep_next=true ;;
2296 esac
2297 fi
2298 as_fn_append ac_configure_args " '$ac_arg'"
2299 ;;
2300 esac
2301 done
2302 done
2303 { ac_configure_args0=; unset ac_configure_args0;}
2304 { ac_configure_args1=; unset ac_configure_args1;}
2305
2306 # When interrupted or exit'd, cleanup temporary files, and complete
2307 # config.log. We remove comments because anyway the quotes in there
2308 # would cause problems or look ugly.
2309 # WARNING: Use '\'' to represent an apostrophe within the trap.
2310 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2311 trap 'exit_status=$?
2312 # Save into config.log some information that might help in debugging.
2313 {
2314 echo
2315
2316 $as_echo "## ---------------- ##
2317 ## Cache variables. ##
2318 ## ---------------- ##"
2319 echo
2320 # The following way of writing the cache mishandles newlines in values,
2321 (
2322 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2323 eval ac_val=\$$ac_var
2324 case $ac_val in #(
2325 *${as_nl}*)
2326 case $ac_var in #(
2327 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2328 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2329 esac
2330 case $ac_var in #(
2331 _ | IFS | as_nl) ;; #(
2332 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2333 *) { eval $ac_var=; unset $ac_var;} ;;
2334 esac ;;
2335 esac
2336 done
2337 (set) 2>&1 |
2338 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2339 *${as_nl}ac_space=\ *)
2340 sed -n \
2341 "s/'\''/'\''\\\\'\'''\''/g;
2342 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2343 ;; #(
2344 *)
2345 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2346 ;;
2347 esac |
2348 sort
2349 )
2350 echo
2351
2352 $as_echo "## ----------------- ##
2353 ## Output variables. ##
2354 ## ----------------- ##"
2355 echo
2356 for ac_var in $ac_subst_vars
2357 do
2358 eval ac_val=\$$ac_var
2359 case $ac_val in
2360 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2361 esac
2362 $as_echo "$ac_var='\''$ac_val'\''"
2363 done | sort
2364 echo
2365
2366 if test -n "$ac_subst_files"; then
2367 $as_echo "## ------------------- ##
2368 ## File substitutions. ##
2369 ## ------------------- ##"
2370 echo
2371 for ac_var in $ac_subst_files
2372 do
2373 eval ac_val=\$$ac_var
2374 case $ac_val in
2375 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2376 esac
2377 $as_echo "$ac_var='\''$ac_val'\''"
2378 done | sort
2379 echo
2380 fi
2381
2382 if test -s confdefs.h; then
2383 $as_echo "## ----------- ##
2384 ## confdefs.h. ##
2385 ## ----------- ##"
2386 echo
2387 cat confdefs.h
2388 echo
2389 fi
2390 test "$ac_signal" != 0 &&
2391 $as_echo "$as_me: caught signal $ac_signal"
2392 $as_echo "$as_me: exit $exit_status"
2393 } >&5
2394 rm -f core *.core core.conftest.* &&
2395 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2396 exit $exit_status
2397 ' 0
2398 for ac_signal in 1 2 13 15; do
2399 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2400 done
2401 ac_signal=0
2402
2403 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2404 rm -f -r conftest* confdefs.h
2405
2406 $as_echo "/* confdefs.h */" > confdefs.h
2407
2408 # Predefined preprocessor variables.
2409
2410 cat >>confdefs.h <<_ACEOF
2411 #define PACKAGE_NAME "$PACKAGE_NAME"
2412 _ACEOF
2413
2414 cat >>confdefs.h <<_ACEOF
2415 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2416 _ACEOF
2417
2418 cat >>confdefs.h <<_ACEOF
2419 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2420 _ACEOF
2421
2422 cat >>confdefs.h <<_ACEOF
2423 #define PACKAGE_STRING "$PACKAGE_STRING"
2424 _ACEOF
2425
2426 cat >>confdefs.h <<_ACEOF
2427 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2428 _ACEOF
2429
2430 cat >>confdefs.h <<_ACEOF
2431 #define PACKAGE_URL "$PACKAGE_URL"
2432 _ACEOF
2433
2434
2435 # Let the site file select an alternate cache file if it wants to.
2436 # Prefer an explicitly selected file to automatically selected ones.
2437 ac_site_file1=NONE
2438 ac_site_file2=NONE
2439 if test -n "$CONFIG_SITE"; then
2440 # We do not want a PATH search for config.site.
2441 case $CONFIG_SITE in #((
2442 -*) ac_site_file1=./$CONFIG_SITE;;
2443 */*) ac_site_file1=$CONFIG_SITE;;
2444 *) ac_site_file1=./$CONFIG_SITE;;
2445 esac
2446 elif test "x$prefix" != xNONE; then
2447 ac_site_file1=$prefix/share/config.site
2448 ac_site_file2=$prefix/etc/config.site
2449 else
2450 ac_site_file1=$ac_default_prefix/share/config.site
2451 ac_site_file2=$ac_default_prefix/etc/config.site
2452 fi
2453 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2454 do
2455 test "x$ac_site_file" = xNONE && continue
2456 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2457 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2458 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2459 sed 's/^/| /' "$ac_site_file" >&5
2460 . "$ac_site_file" \
2461 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2462 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2463 as_fn_error $? "failed to load site script $ac_site_file
2464 See \`config.log' for more details" "$LINENO" 5; }
2465 fi
2466 done
2467
2468 if test -r "$cache_file"; then
2469 # Some versions of bash will fail to source /dev/null (special files
2470 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2471 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2472 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2473 $as_echo "$as_me: loading cache $cache_file" >&6;}
2474 case $cache_file in
2475 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2476 *) . "./$cache_file";;
2477 esac
2478 fi
2479 else
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2481 $as_echo "$as_me: creating cache $cache_file" >&6;}
2482 >$cache_file
2483 fi
2484
2485 as_fn_append ac_header_list " stdlib.h"
2486 as_fn_append ac_header_list " unistd.h"
2487 as_fn_append ac_header_list " sys/param.h"
2488 # Check that the precious variables saved in the cache have kept the same
2489 # value.
2490 ac_cache_corrupted=false
2491 for ac_var in $ac_precious_vars; do
2492 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2493 eval ac_new_set=\$ac_env_${ac_var}_set
2494 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2495 eval ac_new_val=\$ac_env_${ac_var}_value
2496 case $ac_old_set,$ac_new_set in
2497 set,)
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2499 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2500 ac_cache_corrupted=: ;;
2501 ,set)
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2503 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2504 ac_cache_corrupted=: ;;
2505 ,);;
2506 *)
2507 if test "x$ac_old_val" != "x$ac_new_val"; then
2508 # differences in whitespace do not lead to failure.
2509 ac_old_val_w=`echo x $ac_old_val`
2510 ac_new_val_w=`echo x $ac_new_val`
2511 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2513 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2514 ac_cache_corrupted=:
2515 else
2516 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2517 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2518 eval $ac_var=\$ac_old_val
2519 fi
2520 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2521 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2522 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2523 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2524 fi;;
2525 esac
2526 # Pass precious variables to config.status.
2527 if test "$ac_new_set" = set; then
2528 case $ac_new_val in
2529 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2530 *) ac_arg=$ac_var=$ac_new_val ;;
2531 esac
2532 case " $ac_configure_args " in
2533 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2534 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2535 esac
2536 fi
2537 done
2538 if $ac_cache_corrupted; then
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2540 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2542 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2543 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2544 fi
2545 ## -------------------- ##
2546 ## Main body of script. ##
2547 ## -------------------- ##
2548
2549 ac_ext=c
2550 ac_cpp='$CPP $CPPFLAGS'
2551 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2552 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2553 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2554
2555
2556
2557
2558
2559
2560
2561 ac_aux_dir=
2562 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2563 if test -f "$ac_dir/install-sh"; then
2564 ac_aux_dir=$ac_dir
2565 ac_install_sh="$ac_aux_dir/install-sh -c"
2566 break
2567 elif test -f "$ac_dir/install.sh"; then
2568 ac_aux_dir=$ac_dir
2569 ac_install_sh="$ac_aux_dir/install.sh -c"
2570 break
2571 elif test -f "$ac_dir/shtool"; then
2572 ac_aux_dir=$ac_dir
2573 ac_install_sh="$ac_aux_dir/shtool install -c"
2574 break
2575 fi
2576 done
2577 if test -z "$ac_aux_dir"; then
2578 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2579 fi
2580
2581 # These three variables are undocumented and unsupported,
2582 # and are intended to be withdrawn in a future Autoconf release.
2583 # They can cause serious problems if a builder's source tree is in a directory
2584 # whose full name contains unusual characters.
2585 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2586 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2587 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2588
2589
2590 # Make sure we can run config.sub.
2591 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2592 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2593
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2595 $as_echo_n "checking build system type... " >&6; }
2596 if ${ac_cv_build+:} false; then :
2597 $as_echo_n "(cached) " >&6
2598 else
2599 ac_build_alias=$build_alias
2600 test "x$ac_build_alias" = x &&
2601 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2602 test "x$ac_build_alias" = x &&
2603 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2604 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2605 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2606
2607 fi
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2609 $as_echo "$ac_cv_build" >&6; }
2610 case $ac_cv_build in
2611 *-*-*) ;;
2612 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2613 esac
2614 build=$ac_cv_build
2615 ac_save_IFS=$IFS; IFS='-'
2616 set x $ac_cv_build
2617 shift
2618 build_cpu=$1
2619 build_vendor=$2
2620 shift; shift
2621 # Remember, the first character of IFS is used to create $*,
2622 # except with old shells:
2623 build_os=$*
2624 IFS=$ac_save_IFS
2625 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2626
2627
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2629 $as_echo_n "checking host system type... " >&6; }
2630 if ${ac_cv_host+:} false; then :
2631 $as_echo_n "(cached) " >&6
2632 else
2633 if test "x$host_alias" = x; then
2634 ac_cv_host=$ac_cv_build
2635 else
2636 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2637 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2638 fi
2639
2640 fi
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2642 $as_echo "$ac_cv_host" >&6; }
2643 case $ac_cv_host in
2644 *-*-*) ;;
2645 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2646 esac
2647 host=$ac_cv_host
2648 ac_save_IFS=$IFS; IFS='-'
2649 set x $ac_cv_host
2650 shift
2651 host_cpu=$1
2652 host_vendor=$2
2653 shift; shift
2654 # Remember, the first character of IFS is used to create $*,
2655 # except with old shells:
2656 host_os=$*
2657 IFS=$ac_save_IFS
2658 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2659
2660
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2662 $as_echo_n "checking target system type... " >&6; }
2663 if ${ac_cv_target+:} false; then :
2664 $as_echo_n "(cached) " >&6
2665 else
2666 if test "x$target_alias" = x; then
2667 ac_cv_target=$ac_cv_host
2668 else
2669 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2670 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2671 fi
2672
2673 fi
2674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2675 $as_echo "$ac_cv_target" >&6; }
2676 case $ac_cv_target in
2677 *-*-*) ;;
2678 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2679 esac
2680 target=$ac_cv_target
2681 ac_save_IFS=$IFS; IFS='-'
2682 set x $ac_cv_target
2683 shift
2684 target_cpu=$1
2685 target_vendor=$2
2686 shift; shift
2687 # Remember, the first character of IFS is used to create $*,
2688 # except with old shells:
2689 target_os=$*
2690 IFS=$ac_save_IFS
2691 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2692
2693
2694 # The aliases save the names the user supplied, while $host etc.
2695 # will get canonicalized.
2696 test -n "$target_alias" &&
2697 test "$program_prefix$program_suffix$program_transform_name" = \
2698 NONENONEs,x,x, &&
2699 program_prefix=${target_alias}-
2700
2701 am__api_version='1.15'
2702
2703 # Find a good install program. We prefer a C program (faster),
2704 # so one script is as good as another. But avoid the broken or
2705 # incompatible versions:
2706 # SysV /etc/install, /usr/sbin/install
2707 # SunOS /usr/etc/install
2708 # IRIX /sbin/install
2709 # AIX /bin/install
2710 # AmigaOS /C/install, which installs bootblocks on floppy discs
2711 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2712 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2713 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2714 # OS/2's system install, which has a completely different semantic
2715 # ./install, which can be erroneously created by make from ./install.sh.
2716 # Reject install programs that cannot install multiple files.
2717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2718 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2719 if test -z "$INSTALL"; then
2720 if ${ac_cv_path_install+:} false; then :
2721 $as_echo_n "(cached) " >&6
2722 else
2723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2724 for as_dir in $PATH
2725 do
2726 IFS=$as_save_IFS
2727 test -z "$as_dir" && as_dir=.
2728 # Account for people who put trailing slashes in PATH elements.
2729 case $as_dir/ in #((
2730 ./ | .// | /[cC]/* | \
2731 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2732 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2733 /usr/ucb/* ) ;;
2734 *)
2735 # OSF1 and SCO ODT 3.0 have their own names for install.
2736 # Don't use installbsd from OSF since it installs stuff as root
2737 # by default.
2738 for ac_prog in ginstall scoinst install; do
2739 for ac_exec_ext in '' $ac_executable_extensions; do
2740 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2741 if test $ac_prog = install &&
2742 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2743 # AIX install. It has an incompatible calling convention.
2744 :
2745 elif test $ac_prog = install &&
2746 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2747 # program-specific install script used by HP pwplus--don't use.
2748 :
2749 else
2750 rm -rf conftest.one conftest.two conftest.dir
2751 echo one > conftest.one
2752 echo two > conftest.two
2753 mkdir conftest.dir
2754 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2755 test -s conftest.one && test -s conftest.two &&
2756 test -s conftest.dir/conftest.one &&
2757 test -s conftest.dir/conftest.two
2758 then
2759 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2760 break 3
2761 fi
2762 fi
2763 fi
2764 done
2765 done
2766 ;;
2767 esac
2768
2769 done
2770 IFS=$as_save_IFS
2771
2772 rm -rf conftest.one conftest.two conftest.dir
2773
2774 fi
2775 if test "${ac_cv_path_install+set}" = set; then
2776 INSTALL=$ac_cv_path_install
2777 else
2778 # As a last resort, use the slow shell script. Don't cache a
2779 # value for INSTALL within a source directory, because that will
2780 # break other packages using the cache if that directory is
2781 # removed, or if the value is a relative name.
2782 INSTALL=$ac_install_sh
2783 fi
2784 fi
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2786 $as_echo "$INSTALL" >&6; }
2787
2788 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2789 # It thinks the first close brace ends the variable substitution.
2790 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2791
2792 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2793
2794 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2795
2796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2797 $as_echo_n "checking whether build environment is sane... " >&6; }
2798 # Reject unsafe characters in $srcdir or the absolute working directory
2799 # name. Accept space and tab only in the latter.
2800 am_lf='
2801 '
2802 case `pwd` in
2803 *[\\\"\#\$\&\'\`$am_lf]*)
2804 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2805 esac
2806 case $srcdir in
2807 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2808 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2809 esac
2810
2811 # Do 'set' in a subshell so we don't clobber the current shell's
2812 # arguments. Must try -L first in case configure is actually a
2813 # symlink; some systems play weird games with the mod time of symlinks
2814 # (eg FreeBSD returns the mod time of the symlink's containing
2815 # directory).
2816 if (
2817 am_has_slept=no
2818 for am_try in 1 2; do
2819 echo "timestamp, slept: $am_has_slept" > conftest.file
2820 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2821 if test "$*" = "X"; then
2822 # -L didn't work.
2823 set X `ls -t "$srcdir/configure" conftest.file`
2824 fi
2825 if test "$*" != "X $srcdir/configure conftest.file" \
2826 && test "$*" != "X conftest.file $srcdir/configure"; then
2827
2828 # If neither matched, then we have a broken ls. This can happen
2829 # if, for instance, CONFIG_SHELL is bash and it inherits a
2830 # broken ls alias from the environment. This has actually
2831 # happened. Such a system could not be considered "sane".
2832 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2833 alias in your environment" "$LINENO" 5
2834 fi
2835 if test "$2" = conftest.file || test $am_try -eq 2; then
2836 break
2837 fi
2838 # Just in case.
2839 sleep 1
2840 am_has_slept=yes
2841 done
2842 test "$2" = conftest.file
2843 )
2844 then
2845 # Ok.
2846 :
2847 else
2848 as_fn_error $? "newly created file is older than distributed files!
2849 Check your system clock" "$LINENO" 5
2850 fi
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2852 $as_echo "yes" >&6; }
2853 # If we didn't sleep, we still need to ensure time stamps of config.status and
2854 # generated files are strictly newer.
2855 am_sleep_pid=
2856 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2857 ( sleep 1 ) &
2858 am_sleep_pid=$!
2859 fi
2860
2861 rm -f conftest.file
2862
2863 test "$program_prefix" != NONE &&
2864 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2865 # Use a double $ so make ignores it.
2866 test "$program_suffix" != NONE &&
2867 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2868 # Double any \ or $.
2869 # By default was `s,x,x', remove it if useless.
2870 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2871 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2872
2873 # Expand $ac_aux_dir to an absolute path.
2874 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2875
2876 if test x"${MISSING+set}" != xset; then
2877 case $am_aux_dir in
2878 *\ * | *\ *)
2879 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2880 *)
2881 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2882 esac
2883 fi
2884 # Use eval to expand $SHELL
2885 if eval "$MISSING --is-lightweight"; then
2886 am_missing_run="$MISSING "
2887 else
2888 am_missing_run=
2889 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2890 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2891 fi
2892
2893 if test x"${install_sh+set}" != xset; then
2894 case $am_aux_dir in
2895 *\ * | *\ *)
2896 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2897 *)
2898 install_sh="\${SHELL} $am_aux_dir/install-sh"
2899 esac
2900 fi
2901
2902 # Installed binaries are usually stripped using 'strip' when the user
2903 # run "make install-strip". However 'strip' might not be the right
2904 # tool to use in cross-compilation environments, therefore Automake
2905 # will honor the 'STRIP' environment variable to overrule this program.
2906 if test "$cross_compiling" != no; then
2907 if test -n "$ac_tool_prefix"; then
2908 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2909 set dummy ${ac_tool_prefix}strip; ac_word=$2
2910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2911 $as_echo_n "checking for $ac_word... " >&6; }
2912 if ${ac_cv_prog_STRIP+:} false; then :
2913 $as_echo_n "(cached) " >&6
2914 else
2915 if test -n "$STRIP"; then
2916 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2917 else
2918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2919 for as_dir in $PATH
2920 do
2921 IFS=$as_save_IFS
2922 test -z "$as_dir" && as_dir=.
2923 for ac_exec_ext in '' $ac_executable_extensions; do
2924 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2925 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2927 break 2
2928 fi
2929 done
2930 done
2931 IFS=$as_save_IFS
2932
2933 fi
2934 fi
2935 STRIP=$ac_cv_prog_STRIP
2936 if test -n "$STRIP"; then
2937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2938 $as_echo "$STRIP" >&6; }
2939 else
2940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2941 $as_echo "no" >&6; }
2942 fi
2943
2944
2945 fi
2946 if test -z "$ac_cv_prog_STRIP"; then
2947 ac_ct_STRIP=$STRIP
2948 # Extract the first word of "strip", so it can be a program name with args.
2949 set dummy strip; ac_word=$2
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2951 $as_echo_n "checking for $ac_word... " >&6; }
2952 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2953 $as_echo_n "(cached) " >&6
2954 else
2955 if test -n "$ac_ct_STRIP"; then
2956 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2957 else
2958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2959 for as_dir in $PATH
2960 do
2961 IFS=$as_save_IFS
2962 test -z "$as_dir" && as_dir=.
2963 for ac_exec_ext in '' $ac_executable_extensions; do
2964 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2965 ac_cv_prog_ac_ct_STRIP="strip"
2966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2967 break 2
2968 fi
2969 done
2970 done
2971 IFS=$as_save_IFS
2972
2973 fi
2974 fi
2975 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2976 if test -n "$ac_ct_STRIP"; then
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2978 $as_echo "$ac_ct_STRIP" >&6; }
2979 else
2980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2981 $as_echo "no" >&6; }
2982 fi
2983
2984 if test "x$ac_ct_STRIP" = x; then
2985 STRIP=":"
2986 else
2987 case $cross_compiling:$ac_tool_warned in
2988 yes:)
2989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2990 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2991 ac_tool_warned=yes ;;
2992 esac
2993 STRIP=$ac_ct_STRIP
2994 fi
2995 else
2996 STRIP="$ac_cv_prog_STRIP"
2997 fi
2998
2999 fi
3000 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3001
3002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3003 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3004 if test -z "$MKDIR_P"; then
3005 if ${ac_cv_path_mkdir+:} false; then :
3006 $as_echo_n "(cached) " >&6
3007 else
3008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3009 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3010 do
3011 IFS=$as_save_IFS
3012 test -z "$as_dir" && as_dir=.
3013 for ac_prog in mkdir gmkdir; do
3014 for ac_exec_ext in '' $ac_executable_extensions; do
3015 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3016 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3017 'mkdir (GNU coreutils) '* | \
3018 'mkdir (coreutils) '* | \
3019 'mkdir (fileutils) '4.1*)
3020 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3021 break 3;;
3022 esac
3023 done
3024 done
3025 done
3026 IFS=$as_save_IFS
3027
3028 fi
3029
3030 test -d ./--version && rmdir ./--version
3031 if test "${ac_cv_path_mkdir+set}" = set; then
3032 MKDIR_P="$ac_cv_path_mkdir -p"
3033 else
3034 # As a last resort, use the slow shell script. Don't cache a
3035 # value for MKDIR_P within a source directory, because that will
3036 # break other packages using the cache if that directory is
3037 # removed, or if the value is a relative name.
3038 MKDIR_P="$ac_install_sh -d"
3039 fi
3040 fi
3041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3042 $as_echo "$MKDIR_P" >&6; }
3043
3044 for ac_prog in gawk mawk nawk awk
3045 do
3046 # Extract the first word of "$ac_prog", so it can be a program name with args.
3047 set dummy $ac_prog; ac_word=$2
3048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3049 $as_echo_n "checking for $ac_word... " >&6; }
3050 if ${ac_cv_prog_AWK+:} false; then :
3051 $as_echo_n "(cached) " >&6
3052 else
3053 if test -n "$AWK"; then
3054 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3055 else
3056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3057 for as_dir in $PATH
3058 do
3059 IFS=$as_save_IFS
3060 test -z "$as_dir" && as_dir=.
3061 for ac_exec_ext in '' $ac_executable_extensions; do
3062 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3063 ac_cv_prog_AWK="$ac_prog"
3064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3065 break 2
3066 fi
3067 done
3068 done
3069 IFS=$as_save_IFS
3070
3071 fi
3072 fi
3073 AWK=$ac_cv_prog_AWK
3074 if test -n "$AWK"; then
3075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3076 $as_echo "$AWK" >&6; }
3077 else
3078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3079 $as_echo "no" >&6; }
3080 fi
3081
3082
3083 test -n "$AWK" && break
3084 done
3085
3086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3087 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3088 set x ${MAKE-make}
3089 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3090 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3091 $as_echo_n "(cached) " >&6
3092 else
3093 cat >conftest.make <<\_ACEOF
3094 SHELL = /bin/sh
3095 all:
3096 @echo '@@@%%%=$(MAKE)=@@@%%%'
3097 _ACEOF
3098 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3099 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3100 *@@@%%%=?*=@@@%%%*)
3101 eval ac_cv_prog_make_${ac_make}_set=yes;;
3102 *)
3103 eval ac_cv_prog_make_${ac_make}_set=no;;
3104 esac
3105 rm -f conftest.make
3106 fi
3107 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3109 $as_echo "yes" >&6; }
3110 SET_MAKE=
3111 else
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3113 $as_echo "no" >&6; }
3114 SET_MAKE="MAKE=${MAKE-make}"
3115 fi
3116
3117 rm -rf .tst 2>/dev/null
3118 mkdir .tst 2>/dev/null
3119 if test -d .tst; then
3120 am__leading_dot=.
3121 else
3122 am__leading_dot=_
3123 fi
3124 rmdir .tst 2>/dev/null
3125
3126 # Check whether --enable-silent-rules was given.
3127 if test "${enable_silent_rules+set}" = set; then :
3128 enableval=$enable_silent_rules;
3129 fi
3130
3131 case $enable_silent_rules in # (((
3132 yes) AM_DEFAULT_VERBOSITY=0;;
3133 no) AM_DEFAULT_VERBOSITY=1;;
3134 *) AM_DEFAULT_VERBOSITY=1;;
3135 esac
3136 am_make=${MAKE-make}
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3138 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3139 if ${am_cv_make_support_nested_variables+:} false; then :
3140 $as_echo_n "(cached) " >&6
3141 else
3142 if $as_echo 'TRUE=$(BAR$(V))
3143 BAR0=false
3144 BAR1=true
3145 V=1
3146 am__doit:
3147 @$(TRUE)
3148 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3149 am_cv_make_support_nested_variables=yes
3150 else
3151 am_cv_make_support_nested_variables=no
3152 fi
3153 fi
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3155 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3156 if test $am_cv_make_support_nested_variables = yes; then
3157 AM_V='$(V)'
3158 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3159 else
3160 AM_V=$AM_DEFAULT_VERBOSITY
3161 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3162 fi
3163 AM_BACKSLASH='\'
3164
3165 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3166 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3167 # is not polluted with repeated "-I."
3168 am__isrc=' -I$(srcdir)'
3169 # test to see if srcdir already configured
3170 if test -f $srcdir/config.status; then
3171 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3172 fi
3173 fi
3174
3175 # test whether we have cygpath
3176 if test -z "$CYGPATH_W"; then
3177 if (cygpath --version) >/dev/null 2>/dev/null; then
3178 CYGPATH_W='cygpath -w'
3179 else
3180 CYGPATH_W=echo
3181 fi
3182 fi
3183
3184
3185 # Define the identity of the package.
3186 PACKAGE='bfd'
3187 VERSION='2.41.50'
3188
3189
3190 cat >>confdefs.h <<_ACEOF
3191 #define PACKAGE "$PACKAGE"
3192 _ACEOF
3193
3194
3195 cat >>confdefs.h <<_ACEOF
3196 #define VERSION "$VERSION"
3197 _ACEOF
3198
3199 # Some tools Automake needs.
3200
3201 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3202
3203
3204 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3205
3206
3207 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3208
3209
3210 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3211
3212
3213 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3214
3215 # For better backward compatibility. To be removed once Automake 1.9.x
3216 # dies out for good. For more background, see:
3217 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3218 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3219 mkdir_p='$(MKDIR_P)'
3220
3221 # We need awk for the "check" target (and possibly the TAP driver). The
3222 # system "awk" is bad on some platforms.
3223 # Always define AMTAR for backward compatibility. Yes, it's still used
3224 # in the wild :-( We should find a proper way to deprecate it ...
3225 AMTAR='$${TAR-tar}'
3226
3227
3228 # We'll loop over all known methods to create a tar archive until one works.
3229 _am_tools='gnutar pax cpio none'
3230
3231 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3232
3233
3234
3235
3236
3237
3238 # POSIX will say in a future version that running "rm -f" with no argument
3239 # is OK; and we want to be able to make that assumption in our Makefile
3240 # recipes. So use an aggressive probe to check that the usage we want is
3241 # actually supported "in the wild" to an acceptable degree.
3242 # See automake bug#10828.
3243 # To make any issue more visible, cause the running configure to be aborted
3244 # by default if the 'rm' program in use doesn't match our expectations; the
3245 # user can still override this though.
3246 if rm -f && rm -fr && rm -rf; then : OK; else
3247 cat >&2 <<'END'
3248 Oops!
3249
3250 Your 'rm' program seems unable to run without file operands specified
3251 on the command line, even when the '-f' option is present. This is contrary
3252 to the behaviour of most rm programs out there, and not conforming with
3253 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3254
3255 Please tell bug-automake@gnu.org about your system, including the value
3256 of your $PATH and any error possibly output before this message. This
3257 can help us improve future automake versions.
3258
3259 END
3260 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3261 echo 'Configuration will proceed anyway, since you have set the' >&2
3262 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3263 echo >&2
3264 else
3265 cat >&2 <<'END'
3266 Aborting the configuration process, to ensure you take notice of the issue.
3267
3268 You can download and install GNU coreutils to get an 'rm' implementation
3269 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3270
3271 If you want to complete the configuration process using your problematic
3272 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3273 to "yes", and re-run configure.
3274
3275 END
3276 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3277 fi
3278 fi
3279
3280 # Check whether --enable-silent-rules was given.
3281 if test "${enable_silent_rules+set}" = set; then :
3282 enableval=$enable_silent_rules;
3283 fi
3284
3285 case $enable_silent_rules in # (((
3286 yes) AM_DEFAULT_VERBOSITY=0;;
3287 no) AM_DEFAULT_VERBOSITY=1;;
3288 *) AM_DEFAULT_VERBOSITY=0;;
3289 esac
3290 am_make=${MAKE-make}
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3292 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3293 if ${am_cv_make_support_nested_variables+:} false; then :
3294 $as_echo_n "(cached) " >&6
3295 else
3296 if $as_echo 'TRUE=$(BAR$(V))
3297 BAR0=false
3298 BAR1=true
3299 V=1
3300 am__doit:
3301 @$(TRUE)
3302 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3303 am_cv_make_support_nested_variables=yes
3304 else
3305 am_cv_make_support_nested_variables=no
3306 fi
3307 fi
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3309 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3310 if test $am_cv_make_support_nested_variables = yes; then
3311 AM_V='$(V)'
3312 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3313 else
3314 AM_V=$AM_DEFAULT_VERBOSITY
3315 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3316 fi
3317 AM_BACKSLASH='\'
3318
3319
3320 if test -n "$ac_tool_prefix"; then
3321 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3322 set dummy ${ac_tool_prefix}ar; ac_word=$2
3323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3324 $as_echo_n "checking for $ac_word... " >&6; }
3325 if ${ac_cv_prog_AR+:} false; then :
3326 $as_echo_n "(cached) " >&6
3327 else
3328 if test -n "$AR"; then
3329 ac_cv_prog_AR="$AR" # Let the user override the test.
3330 else
3331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3332 for as_dir in $PATH
3333 do
3334 IFS=$as_save_IFS
3335 test -z "$as_dir" && as_dir=.
3336 for ac_exec_ext in '' $ac_executable_extensions; do
3337 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3338 ac_cv_prog_AR="${ac_tool_prefix}ar"
3339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3340 break 2
3341 fi
3342 done
3343 done
3344 IFS=$as_save_IFS
3345
3346 fi
3347 fi
3348 AR=$ac_cv_prog_AR
3349 if test -n "$AR"; then
3350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3351 $as_echo "$AR" >&6; }
3352 else
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3354 $as_echo "no" >&6; }
3355 fi
3356
3357
3358 fi
3359 if test -z "$ac_cv_prog_AR"; then
3360 ac_ct_AR=$AR
3361 # Extract the first word of "ar", so it can be a program name with args.
3362 set dummy ar; ac_word=$2
3363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3364 $as_echo_n "checking for $ac_word... " >&6; }
3365 if ${ac_cv_prog_ac_ct_AR+:} false; then :
3366 $as_echo_n "(cached) " >&6
3367 else
3368 if test -n "$ac_ct_AR"; then
3369 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3370 else
3371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3372 for as_dir in $PATH
3373 do
3374 IFS=$as_save_IFS
3375 test -z "$as_dir" && as_dir=.
3376 for ac_exec_ext in '' $ac_executable_extensions; do
3377 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3378 ac_cv_prog_ac_ct_AR="ar"
3379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3380 break 2
3381 fi
3382 done
3383 done
3384 IFS=$as_save_IFS
3385
3386 fi
3387 fi
3388 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3389 if test -n "$ac_ct_AR"; then
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
3391 $as_echo "$ac_ct_AR" >&6; }
3392 else
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3394 $as_echo "no" >&6; }
3395 fi
3396
3397 if test "x$ac_ct_AR" = x; then
3398 AR=""
3399 else
3400 case $cross_compiling:$ac_tool_warned in
3401 yes:)
3402 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3403 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3404 ac_tool_warned=yes ;;
3405 esac
3406 AR=$ac_ct_AR
3407 fi
3408 else
3409 AR="$ac_cv_prog_AR"
3410 fi
3411
3412 if test -n "$ac_tool_prefix"; then
3413 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3414 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3416 $as_echo_n "checking for $ac_word... " >&6; }
3417 if ${ac_cv_prog_RANLIB+:} false; then :
3418 $as_echo_n "(cached) " >&6
3419 else
3420 if test -n "$RANLIB"; then
3421 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3422 else
3423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3424 for as_dir in $PATH
3425 do
3426 IFS=$as_save_IFS
3427 test -z "$as_dir" && as_dir=.
3428 for ac_exec_ext in '' $ac_executable_extensions; do
3429 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3430 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3432 break 2
3433 fi
3434 done
3435 done
3436 IFS=$as_save_IFS
3437
3438 fi
3439 fi
3440 RANLIB=$ac_cv_prog_RANLIB
3441 if test -n "$RANLIB"; then
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3443 $as_echo "$RANLIB" >&6; }
3444 else
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3446 $as_echo "no" >&6; }
3447 fi
3448
3449
3450 fi
3451 if test -z "$ac_cv_prog_RANLIB"; then
3452 ac_ct_RANLIB=$RANLIB
3453 # Extract the first word of "ranlib", so it can be a program name with args.
3454 set dummy ranlib; ac_word=$2
3455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3456 $as_echo_n "checking for $ac_word... " >&6; }
3457 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
3458 $as_echo_n "(cached) " >&6
3459 else
3460 if test -n "$ac_ct_RANLIB"; then
3461 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3462 else
3463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3464 for as_dir in $PATH
3465 do
3466 IFS=$as_save_IFS
3467 test -z "$as_dir" && as_dir=.
3468 for ac_exec_ext in '' $ac_executable_extensions; do
3469 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3470 ac_cv_prog_ac_ct_RANLIB="ranlib"
3471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3472 break 2
3473 fi
3474 done
3475 done
3476 IFS=$as_save_IFS
3477
3478 fi
3479 fi
3480 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3481 if test -n "$ac_ct_RANLIB"; then
3482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3483 $as_echo "$ac_ct_RANLIB" >&6; }
3484 else
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3486 $as_echo "no" >&6; }
3487 fi
3488
3489 if test "x$ac_ct_RANLIB" = x; then
3490 RANLIB=":"
3491 else
3492 case $cross_compiling:$ac_tool_warned in
3493 yes:)
3494 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3495 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3496 ac_tool_warned=yes ;;
3497 esac
3498 RANLIB=$ac_ct_RANLIB
3499 fi
3500 else
3501 RANLIB="$ac_cv_prog_RANLIB"
3502 fi
3503
3504
3505 # Check whether --enable-shared was given.
3506 if test "${enable_shared+set}" = set; then :
3507 enableval=$enable_shared; p=${PACKAGE-default}
3508 case $enableval in
3509 yes) enable_shared=yes ;;
3510 no) enable_shared=no ;;
3511 *)
3512 enable_shared=no
3513 # Look at the argument we got. We use all the common list separators.
3514 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3515 for pkg in $enableval; do
3516 IFS="$lt_save_ifs"
3517 if test "X$pkg" = "X$p"; then
3518 enable_shared=yes
3519 fi
3520 done
3521 IFS="$lt_save_ifs"
3522 ;;
3523 esac
3524 else
3525 enable_shared=no
3526 fi
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537 ac_ext=c
3538 ac_cpp='$CPP $CPPFLAGS'
3539 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3540 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3541 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3542 if test -n "$ac_tool_prefix"; then
3543 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3544 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3546 $as_echo_n "checking for $ac_word... " >&6; }
3547 if ${ac_cv_prog_CC+:} false; then :
3548 $as_echo_n "(cached) " >&6
3549 else
3550 if test -n "$CC"; then
3551 ac_cv_prog_CC="$CC" # Let the user override the test.
3552 else
3553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3554 for as_dir in $PATH
3555 do
3556 IFS=$as_save_IFS
3557 test -z "$as_dir" && as_dir=.
3558 for ac_exec_ext in '' $ac_executable_extensions; do
3559 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3560 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3562 break 2
3563 fi
3564 done
3565 done
3566 IFS=$as_save_IFS
3567
3568 fi
3569 fi
3570 CC=$ac_cv_prog_CC
3571 if test -n "$CC"; then
3572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3573 $as_echo "$CC" >&6; }
3574 else
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3576 $as_echo "no" >&6; }
3577 fi
3578
3579
3580 fi
3581 if test -z "$ac_cv_prog_CC"; then
3582 ac_ct_CC=$CC
3583 # Extract the first word of "gcc", so it can be a program name with args.
3584 set dummy gcc; ac_word=$2
3585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3586 $as_echo_n "checking for $ac_word... " >&6; }
3587 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3588 $as_echo_n "(cached) " >&6
3589 else
3590 if test -n "$ac_ct_CC"; then
3591 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3592 else
3593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3594 for as_dir in $PATH
3595 do
3596 IFS=$as_save_IFS
3597 test -z "$as_dir" && as_dir=.
3598 for ac_exec_ext in '' $ac_executable_extensions; do
3599 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3600 ac_cv_prog_ac_ct_CC="gcc"
3601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3602 break 2
3603 fi
3604 done
3605 done
3606 IFS=$as_save_IFS
3607
3608 fi
3609 fi
3610 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3611 if test -n "$ac_ct_CC"; then
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3613 $as_echo "$ac_ct_CC" >&6; }
3614 else
3615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3616 $as_echo "no" >&6; }
3617 fi
3618
3619 if test "x$ac_ct_CC" = x; then
3620 CC=""
3621 else
3622 case $cross_compiling:$ac_tool_warned in
3623 yes:)
3624 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3625 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3626 ac_tool_warned=yes ;;
3627 esac
3628 CC=$ac_ct_CC
3629 fi
3630 else
3631 CC="$ac_cv_prog_CC"
3632 fi
3633
3634 if test -z "$CC"; then
3635 if test -n "$ac_tool_prefix"; then
3636 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3637 set dummy ${ac_tool_prefix}cc; ac_word=$2
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3639 $as_echo_n "checking for $ac_word... " >&6; }
3640 if ${ac_cv_prog_CC+:} false; then :
3641 $as_echo_n "(cached) " >&6
3642 else
3643 if test -n "$CC"; then
3644 ac_cv_prog_CC="$CC" # Let the user override the test.
3645 else
3646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3647 for as_dir in $PATH
3648 do
3649 IFS=$as_save_IFS
3650 test -z "$as_dir" && as_dir=.
3651 for ac_exec_ext in '' $ac_executable_extensions; do
3652 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3653 ac_cv_prog_CC="${ac_tool_prefix}cc"
3654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3655 break 2
3656 fi
3657 done
3658 done
3659 IFS=$as_save_IFS
3660
3661 fi
3662 fi
3663 CC=$ac_cv_prog_CC
3664 if test -n "$CC"; then
3665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3666 $as_echo "$CC" >&6; }
3667 else
3668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3669 $as_echo "no" >&6; }
3670 fi
3671
3672
3673 fi
3674 fi
3675 if test -z "$CC"; then
3676 # Extract the first word of "cc", so it can be a program name with args.
3677 set dummy cc; ac_word=$2
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3679 $as_echo_n "checking for $ac_word... " >&6; }
3680 if ${ac_cv_prog_CC+:} false; then :
3681 $as_echo_n "(cached) " >&6
3682 else
3683 if test -n "$CC"; then
3684 ac_cv_prog_CC="$CC" # Let the user override the test.
3685 else
3686 ac_prog_rejected=no
3687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3688 for as_dir in $PATH
3689 do
3690 IFS=$as_save_IFS
3691 test -z "$as_dir" && as_dir=.
3692 for ac_exec_ext in '' $ac_executable_extensions; do
3693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3694 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3695 ac_prog_rejected=yes
3696 continue
3697 fi
3698 ac_cv_prog_CC="cc"
3699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3700 break 2
3701 fi
3702 done
3703 done
3704 IFS=$as_save_IFS
3705
3706 if test $ac_prog_rejected = yes; then
3707 # We found a bogon in the path, so make sure we never use it.
3708 set dummy $ac_cv_prog_CC
3709 shift
3710 if test $# != 0; then
3711 # We chose a different compiler from the bogus one.
3712 # However, it has the same basename, so the bogon will be chosen
3713 # first if we set CC to just the basename; use the full file name.
3714 shift
3715 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3716 fi
3717 fi
3718 fi
3719 fi
3720 CC=$ac_cv_prog_CC
3721 if test -n "$CC"; then
3722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3723 $as_echo "$CC" >&6; }
3724 else
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3726 $as_echo "no" >&6; }
3727 fi
3728
3729
3730 fi
3731 if test -z "$CC"; then
3732 if test -n "$ac_tool_prefix"; then
3733 for ac_prog in cl.exe
3734 do
3735 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3736 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3738 $as_echo_n "checking for $ac_word... " >&6; }
3739 if ${ac_cv_prog_CC+:} false; then :
3740 $as_echo_n "(cached) " >&6
3741 else
3742 if test -n "$CC"; then
3743 ac_cv_prog_CC="$CC" # Let the user override the test.
3744 else
3745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3746 for as_dir in $PATH
3747 do
3748 IFS=$as_save_IFS
3749 test -z "$as_dir" && as_dir=.
3750 for ac_exec_ext in '' $ac_executable_extensions; do
3751 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3752 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3754 break 2
3755 fi
3756 done
3757 done
3758 IFS=$as_save_IFS
3759
3760 fi
3761 fi
3762 CC=$ac_cv_prog_CC
3763 if test -n "$CC"; then
3764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3765 $as_echo "$CC" >&6; }
3766 else
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3768 $as_echo "no" >&6; }
3769 fi
3770
3771
3772 test -n "$CC" && break
3773 done
3774 fi
3775 if test -z "$CC"; then
3776 ac_ct_CC=$CC
3777 for ac_prog in cl.exe
3778 do
3779 # Extract the first word of "$ac_prog", so it can be a program name with args.
3780 set dummy $ac_prog; ac_word=$2
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3782 $as_echo_n "checking for $ac_word... " >&6; }
3783 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3784 $as_echo_n "(cached) " >&6
3785 else
3786 if test -n "$ac_ct_CC"; then
3787 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3788 else
3789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3790 for as_dir in $PATH
3791 do
3792 IFS=$as_save_IFS
3793 test -z "$as_dir" && as_dir=.
3794 for ac_exec_ext in '' $ac_executable_extensions; do
3795 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3796 ac_cv_prog_ac_ct_CC="$ac_prog"
3797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3798 break 2
3799 fi
3800 done
3801 done
3802 IFS=$as_save_IFS
3803
3804 fi
3805 fi
3806 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3807 if test -n "$ac_ct_CC"; then
3808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3809 $as_echo "$ac_ct_CC" >&6; }
3810 else
3811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3812 $as_echo "no" >&6; }
3813 fi
3814
3815
3816 test -n "$ac_ct_CC" && break
3817 done
3818
3819 if test "x$ac_ct_CC" = x; then
3820 CC=""
3821 else
3822 case $cross_compiling:$ac_tool_warned in
3823 yes:)
3824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3825 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3826 ac_tool_warned=yes ;;
3827 esac
3828 CC=$ac_ct_CC
3829 fi
3830 fi
3831
3832 fi
3833
3834
3835 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3836 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3837 as_fn_error $? "no acceptable C compiler found in \$PATH
3838 See \`config.log' for more details" "$LINENO" 5; }
3839
3840 # Provide some information about the compiler.
3841 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3842 set X $ac_compile
3843 ac_compiler=$2
3844 for ac_option in --version -v -V -qversion; do
3845 { { ac_try="$ac_compiler $ac_option >&5"
3846 case "(($ac_try" in
3847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3848 *) ac_try_echo=$ac_try;;
3849 esac
3850 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3851 $as_echo "$ac_try_echo"; } >&5
3852 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3853 ac_status=$?
3854 if test -s conftest.err; then
3855 sed '10a\
3856 ... rest of stderr output deleted ...
3857 10q' conftest.err >conftest.er1
3858 cat conftest.er1 >&5
3859 fi
3860 rm -f conftest.er1 conftest.err
3861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3862 test $ac_status = 0; }
3863 done
3864
3865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3866 /* end confdefs.h. */
3867
3868 int
3869 main ()
3870 {
3871
3872 ;
3873 return 0;
3874 }
3875 _ACEOF
3876 ac_clean_files_save=$ac_clean_files
3877 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3878 # Try to create an executable without -o first, disregard a.out.
3879 # It will help us diagnose broken compilers, and finding out an intuition
3880 # of exeext.
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3882 $as_echo_n "checking whether the C compiler works... " >&6; }
3883 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3884
3885 # The possible output files:
3886 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3887
3888 ac_rmfiles=
3889 for ac_file in $ac_files
3890 do
3891 case $ac_file in
3892 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3893 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3894 esac
3895 done
3896 rm -f $ac_rmfiles
3897
3898 if { { ac_try="$ac_link_default"
3899 case "(($ac_try" in
3900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3901 *) ac_try_echo=$ac_try;;
3902 esac
3903 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3904 $as_echo "$ac_try_echo"; } >&5
3905 (eval "$ac_link_default") 2>&5
3906 ac_status=$?
3907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3908 test $ac_status = 0; }; then :
3909 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3910 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3911 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3912 # so that the user can short-circuit this test for compilers unknown to
3913 # Autoconf.
3914 for ac_file in $ac_files ''
3915 do
3916 test -f "$ac_file" || continue
3917 case $ac_file in
3918 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3919 ;;
3920 [ab].out )
3921 # We found the default executable, but exeext='' is most
3922 # certainly right.
3923 break;;
3924 *.* )
3925 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3926 then :; else
3927 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3928 fi
3929 # We set ac_cv_exeext here because the later test for it is not
3930 # safe: cross compilers may not add the suffix if given an `-o'
3931 # argument, so we may need to know it at that point already.
3932 # Even if this section looks crufty: it has the advantage of
3933 # actually working.
3934 break;;
3935 * )
3936 break;;
3937 esac
3938 done
3939 test "$ac_cv_exeext" = no && ac_cv_exeext=
3940
3941 else
3942 ac_file=''
3943 fi
3944 if test -z "$ac_file"; then :
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3946 $as_echo "no" >&6; }
3947 $as_echo "$as_me: failed program was:" >&5
3948 sed 's/^/| /' conftest.$ac_ext >&5
3949
3950 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3951 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3952 as_fn_error 77 "C compiler cannot create executables
3953 See \`config.log' for more details" "$LINENO" 5; }
3954 else
3955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3956 $as_echo "yes" >&6; }
3957 fi
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3959 $as_echo_n "checking for C compiler default output file name... " >&6; }
3960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3961 $as_echo "$ac_file" >&6; }
3962 ac_exeext=$ac_cv_exeext
3963
3964 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3965 ac_clean_files=$ac_clean_files_save
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3967 $as_echo_n "checking for suffix of executables... " >&6; }
3968 if { { ac_try="$ac_link"
3969 case "(($ac_try" in
3970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3971 *) ac_try_echo=$ac_try;;
3972 esac
3973 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3974 $as_echo "$ac_try_echo"; } >&5
3975 (eval "$ac_link") 2>&5
3976 ac_status=$?
3977 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3978 test $ac_status = 0; }; then :
3979 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3980 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3981 # work properly (i.e., refer to `conftest.exe'), while it won't with
3982 # `rm'.
3983 for ac_file in conftest.exe conftest conftest.*; do
3984 test -f "$ac_file" || continue
3985 case $ac_file in
3986 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3987 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3988 break;;
3989 * ) break;;
3990 esac
3991 done
3992 else
3993 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3994 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3995 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3996 See \`config.log' for more details" "$LINENO" 5; }
3997 fi
3998 rm -f conftest conftest$ac_cv_exeext
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4000 $as_echo "$ac_cv_exeext" >&6; }
4001
4002 rm -f conftest.$ac_ext
4003 EXEEXT=$ac_cv_exeext
4004 ac_exeext=$EXEEXT
4005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4006 /* end confdefs.h. */
4007 #include <stdio.h>
4008 int
4009 main ()
4010 {
4011 FILE *f = fopen ("conftest.out", "w");
4012 return ferror (f) || fclose (f) != 0;
4013
4014 ;
4015 return 0;
4016 }
4017 _ACEOF
4018 ac_clean_files="$ac_clean_files conftest.out"
4019 # Check that the compiler produces executables we can run. If not, either
4020 # the compiler is broken, or we cross compile.
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4022 $as_echo_n "checking whether we are cross compiling... " >&6; }
4023 if test "$cross_compiling" != yes; then
4024 { { ac_try="$ac_link"
4025 case "(($ac_try" in
4026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4027 *) ac_try_echo=$ac_try;;
4028 esac
4029 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4030 $as_echo "$ac_try_echo"; } >&5
4031 (eval "$ac_link") 2>&5
4032 ac_status=$?
4033 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4034 test $ac_status = 0; }
4035 if { ac_try='./conftest$ac_cv_exeext'
4036 { { case "(($ac_try" in
4037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4038 *) ac_try_echo=$ac_try;;
4039 esac
4040 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4041 $as_echo "$ac_try_echo"; } >&5
4042 (eval "$ac_try") 2>&5
4043 ac_status=$?
4044 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4045 test $ac_status = 0; }; }; then
4046 cross_compiling=no
4047 else
4048 if test "$cross_compiling" = maybe; then
4049 cross_compiling=yes
4050 else
4051 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4052 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4053 as_fn_error $? "cannot run C compiled programs.
4054 If you meant to cross compile, use \`--host'.
4055 See \`config.log' for more details" "$LINENO" 5; }
4056 fi
4057 fi
4058 fi
4059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4060 $as_echo "$cross_compiling" >&6; }
4061
4062 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4063 ac_clean_files=$ac_clean_files_save
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4065 $as_echo_n "checking for suffix of object files... " >&6; }
4066 if ${ac_cv_objext+:} false; then :
4067 $as_echo_n "(cached) " >&6
4068 else
4069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4070 /* end confdefs.h. */
4071
4072 int
4073 main ()
4074 {
4075
4076 ;
4077 return 0;
4078 }
4079 _ACEOF
4080 rm -f conftest.o conftest.obj
4081 if { { ac_try="$ac_compile"
4082 case "(($ac_try" in
4083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4084 *) ac_try_echo=$ac_try;;
4085 esac
4086 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4087 $as_echo "$ac_try_echo"; } >&5
4088 (eval "$ac_compile") 2>&5
4089 ac_status=$?
4090 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4091 test $ac_status = 0; }; then :
4092 for ac_file in conftest.o conftest.obj conftest.*; do
4093 test -f "$ac_file" || continue;
4094 case $ac_file in
4095 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4096 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4097 break;;
4098 esac
4099 done
4100 else
4101 $as_echo "$as_me: failed program was:" >&5
4102 sed 's/^/| /' conftest.$ac_ext >&5
4103
4104 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4105 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4106 as_fn_error $? "cannot compute suffix of object files: cannot compile
4107 See \`config.log' for more details" "$LINENO" 5; }
4108 fi
4109 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4110 fi
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4112 $as_echo "$ac_cv_objext" >&6; }
4113 OBJEXT=$ac_cv_objext
4114 ac_objext=$OBJEXT
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4116 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4117 if ${ac_cv_c_compiler_gnu+:} false; then :
4118 $as_echo_n "(cached) " >&6
4119 else
4120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4121 /* end confdefs.h. */
4122
4123 int
4124 main ()
4125 {
4126 #ifndef __GNUC__
4127 choke me
4128 #endif
4129
4130 ;
4131 return 0;
4132 }
4133 _ACEOF
4134 if ac_fn_c_try_compile "$LINENO"; then :
4135 ac_compiler_gnu=yes
4136 else
4137 ac_compiler_gnu=no
4138 fi
4139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4140 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4141
4142 fi
4143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4144 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4145 if test $ac_compiler_gnu = yes; then
4146 GCC=yes
4147 else
4148 GCC=
4149 fi
4150 ac_test_CFLAGS=${CFLAGS+set}
4151 ac_save_CFLAGS=$CFLAGS
4152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4153 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4154 if ${ac_cv_prog_cc_g+:} false; then :
4155 $as_echo_n "(cached) " >&6
4156 else
4157 ac_save_c_werror_flag=$ac_c_werror_flag
4158 ac_c_werror_flag=yes
4159 ac_cv_prog_cc_g=no
4160 CFLAGS="-g"
4161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4162 /* end confdefs.h. */
4163
4164 int
4165 main ()
4166 {
4167
4168 ;
4169 return 0;
4170 }
4171 _ACEOF
4172 if ac_fn_c_try_compile "$LINENO"; then :
4173 ac_cv_prog_cc_g=yes
4174 else
4175 CFLAGS=""
4176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4177 /* end confdefs.h. */
4178
4179 int
4180 main ()
4181 {
4182
4183 ;
4184 return 0;
4185 }
4186 _ACEOF
4187 if ac_fn_c_try_compile "$LINENO"; then :
4188
4189 else
4190 ac_c_werror_flag=$ac_save_c_werror_flag
4191 CFLAGS="-g"
4192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4193 /* end confdefs.h. */
4194
4195 int
4196 main ()
4197 {
4198
4199 ;
4200 return 0;
4201 }
4202 _ACEOF
4203 if ac_fn_c_try_compile "$LINENO"; then :
4204 ac_cv_prog_cc_g=yes
4205 fi
4206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4207 fi
4208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4209 fi
4210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4211 ac_c_werror_flag=$ac_save_c_werror_flag
4212 fi
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4214 $as_echo "$ac_cv_prog_cc_g" >&6; }
4215 if test "$ac_test_CFLAGS" = set; then
4216 CFLAGS=$ac_save_CFLAGS
4217 elif test $ac_cv_prog_cc_g = yes; then
4218 if test "$GCC" = yes; then
4219 CFLAGS="-g -O2"
4220 else
4221 CFLAGS="-g"
4222 fi
4223 else
4224 if test "$GCC" = yes; then
4225 CFLAGS="-O2"
4226 else
4227 CFLAGS=
4228 fi
4229 fi
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4231 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4232 if ${ac_cv_prog_cc_c89+:} false; then :
4233 $as_echo_n "(cached) " >&6
4234 else
4235 ac_cv_prog_cc_c89=no
4236 ac_save_CC=$CC
4237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4238 /* end confdefs.h. */
4239 #include <stdarg.h>
4240 #include <stdio.h>
4241 struct stat;
4242 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4243 struct buf { int x; };
4244 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4245 static char *e (p, i)
4246 char **p;
4247 int i;
4248 {
4249 return p[i];
4250 }
4251 static char *f (char * (*g) (char **, int), char **p, ...)
4252 {
4253 char *s;
4254 va_list v;
4255 va_start (v,p);
4256 s = g (p, va_arg (v,int));
4257 va_end (v);
4258 return s;
4259 }
4260
4261 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4262 function prototypes and stuff, but not '\xHH' hex character constants.
4263 These don't provoke an error unfortunately, instead are silently treated
4264 as 'x'. The following induces an error, until -std is added to get
4265 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4266 array size at least. It's necessary to write '\x00'==0 to get something
4267 that's true only with -std. */
4268 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4269
4270 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4271 inside strings and character constants. */
4272 #define FOO(x) 'x'
4273 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4274
4275 int test (int i, double x);
4276 struct s1 {int (*f) (int a);};
4277 struct s2 {int (*f) (double a);};
4278 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4279 int argc;
4280 char **argv;
4281 int
4282 main ()
4283 {
4284 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4285 ;
4286 return 0;
4287 }
4288 _ACEOF
4289 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4290 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4291 do
4292 CC="$ac_save_CC $ac_arg"
4293 if ac_fn_c_try_compile "$LINENO"; then :
4294 ac_cv_prog_cc_c89=$ac_arg
4295 fi
4296 rm -f core conftest.err conftest.$ac_objext
4297 test "x$ac_cv_prog_cc_c89" != "xno" && break
4298 done
4299 rm -f conftest.$ac_ext
4300 CC=$ac_save_CC
4301
4302 fi
4303 # AC_CACHE_VAL
4304 case "x$ac_cv_prog_cc_c89" in
4305 x)
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4307 $as_echo "none needed" >&6; } ;;
4308 xno)
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4310 $as_echo "unsupported" >&6; } ;;
4311 *)
4312 CC="$CC $ac_cv_prog_cc_c89"
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4314 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4315 esac
4316 if test "x$ac_cv_prog_cc_c89" != xno; then :
4317
4318 fi
4319
4320 ac_ext=c
4321 ac_cpp='$CPP $CPPFLAGS'
4322 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4323 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4324 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4325
4326 ac_ext=c
4327 ac_cpp='$CPP $CPPFLAGS'
4328 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4329 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4330 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4332 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4333 if ${am_cv_prog_cc_c_o+:} false; then :
4334 $as_echo_n "(cached) " >&6
4335 else
4336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4337 /* end confdefs.h. */
4338
4339 int
4340 main ()
4341 {
4342
4343 ;
4344 return 0;
4345 }
4346 _ACEOF
4347 # Make sure it works both with $CC and with simple cc.
4348 # Following AC_PROG_CC_C_O, we do the test twice because some
4349 # compilers refuse to overwrite an existing .o file with -o,
4350 # though they will create one.
4351 am_cv_prog_cc_c_o=yes
4352 for am_i in 1 2; do
4353 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4354 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4355 ac_status=$?
4356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4357 (exit $ac_status); } \
4358 && test -f conftest2.$ac_objext; then
4359 : OK
4360 else
4361 am_cv_prog_cc_c_o=no
4362 break
4363 fi
4364 done
4365 rm -f core conftest*
4366 unset am_i
4367 fi
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4369 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4370 if test "$am_cv_prog_cc_c_o" != yes; then
4371 # Losing compiler, so override with the script.
4372 # FIXME: It is wrong to rewrite CC.
4373 # But if we don't then we get into trouble of one sort or another.
4374 # A longer-term fix would be to have automake use am__CC in this case,
4375 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4376 CC="$am_aux_dir/compile $CC"
4377 fi
4378 ac_ext=c
4379 ac_cpp='$CPP $CPPFLAGS'
4380 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4381 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4382 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4383
4384 DEPDIR="${am__leading_dot}deps"
4385
4386 ac_config_commands="$ac_config_commands depfiles"
4387
4388
4389 am_make=${MAKE-make}
4390 cat > confinc << 'END'
4391 am__doit:
4392 @echo this is the am__doit target
4393 .PHONY: am__doit
4394 END
4395 # If we don't find an include directive, just comment out the code.
4396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4397 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4398 am__include="#"
4399 am__quote=
4400 _am_result=none
4401 # First try GNU make style include.
4402 echo "include confinc" > confmf
4403 # Ignore all kinds of additional output from 'make'.
4404 case `$am_make -s -f confmf 2> /dev/null` in #(
4405 *the\ am__doit\ target*)
4406 am__include=include
4407 am__quote=
4408 _am_result=GNU
4409 ;;
4410 esac
4411 # Now try BSD make style include.
4412 if test "$am__include" = "#"; then
4413 echo '.include "confinc"' > confmf
4414 case `$am_make -s -f confmf 2> /dev/null` in #(
4415 *the\ am__doit\ target*)
4416 am__include=.include
4417 am__quote="\""
4418 _am_result=BSD
4419 ;;
4420 esac
4421 fi
4422
4423
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4425 $as_echo "$_am_result" >&6; }
4426 rm -f confinc confmf
4427
4428 # Check whether --enable-dependency-tracking was given.
4429 if test "${enable_dependency_tracking+set}" = set; then :
4430 enableval=$enable_dependency_tracking;
4431 fi
4432
4433 if test "x$enable_dependency_tracking" != xno; then
4434 am_depcomp="$ac_aux_dir/depcomp"
4435 AMDEPBACKSLASH='\'
4436 am__nodep='_no'
4437 fi
4438 if test "x$enable_dependency_tracking" != xno; then
4439 AMDEP_TRUE=
4440 AMDEP_FALSE='#'
4441 else
4442 AMDEP_TRUE='#'
4443 AMDEP_FALSE=
4444 fi
4445
4446
4447
4448 depcc="$CC" am_compiler_list=
4449
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4451 $as_echo_n "checking dependency style of $depcc... " >&6; }
4452 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4453 $as_echo_n "(cached) " >&6
4454 else
4455 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4456 # We make a subdir and do the tests there. Otherwise we can end up
4457 # making bogus files that we don't know about and never remove. For
4458 # instance it was reported that on HP-UX the gcc test will end up
4459 # making a dummy file named 'D' -- because '-MD' means "put the output
4460 # in D".
4461 rm -rf conftest.dir
4462 mkdir conftest.dir
4463 # Copy depcomp to subdir because otherwise we won't find it if we're
4464 # using a relative directory.
4465 cp "$am_depcomp" conftest.dir
4466 cd conftest.dir
4467 # We will build objects and dependencies in a subdirectory because
4468 # it helps to detect inapplicable dependency modes. For instance
4469 # both Tru64's cc and ICC support -MD to output dependencies as a
4470 # side effect of compilation, but ICC will put the dependencies in
4471 # the current directory while Tru64 will put them in the object
4472 # directory.
4473 mkdir sub
4474
4475 am_cv_CC_dependencies_compiler_type=none
4476 if test "$am_compiler_list" = ""; then
4477 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4478 fi
4479 am__universal=false
4480 case " $depcc " in #(
4481 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4482 esac
4483
4484 for depmode in $am_compiler_list; do
4485 # Setup a source with many dependencies, because some compilers
4486 # like to wrap large dependency lists on column 80 (with \), and
4487 # we should not choose a depcomp mode which is confused by this.
4488 #
4489 # We need to recreate these files for each test, as the compiler may
4490 # overwrite some of them when testing with obscure command lines.
4491 # This happens at least with the AIX C compiler.
4492 : > sub/conftest.c
4493 for i in 1 2 3 4 5 6; do
4494 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4495 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4496 # Solaris 10 /bin/sh.
4497 echo '/* dummy */' > sub/conftst$i.h
4498 done
4499 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4500
4501 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4502 # mode. It turns out that the SunPro C++ compiler does not properly
4503 # handle '-M -o', and we need to detect this. Also, some Intel
4504 # versions had trouble with output in subdirs.
4505 am__obj=sub/conftest.${OBJEXT-o}
4506 am__minus_obj="-o $am__obj"
4507 case $depmode in
4508 gcc)
4509 # This depmode causes a compiler race in universal mode.
4510 test "$am__universal" = false || continue
4511 ;;
4512 nosideeffect)
4513 # After this tag, mechanisms are not by side-effect, so they'll
4514 # only be used when explicitly requested.
4515 if test "x$enable_dependency_tracking" = xyes; then
4516 continue
4517 else
4518 break
4519 fi
4520 ;;
4521 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4522 # This compiler won't grok '-c -o', but also, the minuso test has
4523 # not run yet. These depmodes are late enough in the game, and
4524 # so weak that their functioning should not be impacted.
4525 am__obj=conftest.${OBJEXT-o}
4526 am__minus_obj=
4527 ;;
4528 none) break ;;
4529 esac
4530 if depmode=$depmode \
4531 source=sub/conftest.c object=$am__obj \
4532 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4533 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4534 >/dev/null 2>conftest.err &&
4535 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4536 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4537 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4538 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4539 # icc doesn't choke on unknown options, it will just issue warnings
4540 # or remarks (even with -Werror). So we grep stderr for any message
4541 # that says an option was ignored or not supported.
4542 # When given -MP, icc 7.0 and 7.1 complain thusly:
4543 # icc: Command line warning: ignoring option '-M'; no argument required
4544 # The diagnosis changed in icc 8.0:
4545 # icc: Command line remark: option '-MP' not supported
4546 if (grep 'ignoring option' conftest.err ||
4547 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4548 am_cv_CC_dependencies_compiler_type=$depmode
4549 break
4550 fi
4551 fi
4552 done
4553
4554 cd ..
4555 rm -rf conftest.dir
4556 else
4557 am_cv_CC_dependencies_compiler_type=none
4558 fi
4559
4560 fi
4561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4562 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4563 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4564
4565 if
4566 test "x$enable_dependency_tracking" != xno \
4567 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4568 am__fastdepCC_TRUE=
4569 am__fastdepCC_FALSE='#'
4570 else
4571 am__fastdepCC_TRUE='#'
4572 am__fastdepCC_FALSE=
4573 fi
4574
4575
4576
4577 ac_ext=c
4578 ac_cpp='$CPP $CPPFLAGS'
4579 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4580 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4581 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4583 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4584 # On Suns, sometimes $CPP names a directory.
4585 if test -n "$CPP" && test -d "$CPP"; then
4586 CPP=
4587 fi
4588 if test -z "$CPP"; then
4589 if ${ac_cv_prog_CPP+:} false; then :
4590 $as_echo_n "(cached) " >&6
4591 else
4592 # Double quotes because CPP needs to be expanded
4593 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4594 do
4595 ac_preproc_ok=false
4596 for ac_c_preproc_warn_flag in '' yes
4597 do
4598 # Use a header file that comes with gcc, so configuring glibc
4599 # with a fresh cross-compiler works.
4600 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4601 # <limits.h> exists even on freestanding compilers.
4602 # On the NeXT, cc -E runs the code through the compiler's parser,
4603 # not just through cpp. "Syntax error" is here to catch this case.
4604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4605 /* end confdefs.h. */
4606 #ifdef __STDC__
4607 # include <limits.h>
4608 #else
4609 # include <assert.h>
4610 #endif
4611 Syntax error
4612 _ACEOF
4613 if ac_fn_c_try_cpp "$LINENO"; then :
4614
4615 else
4616 # Broken: fails on valid input.
4617 continue
4618 fi
4619 rm -f conftest.err conftest.i conftest.$ac_ext
4620
4621 # OK, works on sane cases. Now check whether nonexistent headers
4622 # can be detected and how.
4623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4624 /* end confdefs.h. */
4625 #include <ac_nonexistent.h>
4626 _ACEOF
4627 if ac_fn_c_try_cpp "$LINENO"; then :
4628 # Broken: success on invalid input.
4629 continue
4630 else
4631 # Passes both tests.
4632 ac_preproc_ok=:
4633 break
4634 fi
4635 rm -f conftest.err conftest.i conftest.$ac_ext
4636
4637 done
4638 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4639 rm -f conftest.i conftest.err conftest.$ac_ext
4640 if $ac_preproc_ok; then :
4641 break
4642 fi
4643
4644 done
4645 ac_cv_prog_CPP=$CPP
4646
4647 fi
4648 CPP=$ac_cv_prog_CPP
4649 else
4650 ac_cv_prog_CPP=$CPP
4651 fi
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4653 $as_echo "$CPP" >&6; }
4654 ac_preproc_ok=false
4655 for ac_c_preproc_warn_flag in '' yes
4656 do
4657 # Use a header file that comes with gcc, so configuring glibc
4658 # with a fresh cross-compiler works.
4659 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4660 # <limits.h> exists even on freestanding compilers.
4661 # On the NeXT, cc -E runs the code through the compiler's parser,
4662 # not just through cpp. "Syntax error" is here to catch this case.
4663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4664 /* end confdefs.h. */
4665 #ifdef __STDC__
4666 # include <limits.h>
4667 #else
4668 # include <assert.h>
4669 #endif
4670 Syntax error
4671 _ACEOF
4672 if ac_fn_c_try_cpp "$LINENO"; then :
4673
4674 else
4675 # Broken: fails on valid input.
4676 continue
4677 fi
4678 rm -f conftest.err conftest.i conftest.$ac_ext
4679
4680 # OK, works on sane cases. Now check whether nonexistent headers
4681 # can be detected and how.
4682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4683 /* end confdefs.h. */
4684 #include <ac_nonexistent.h>
4685 _ACEOF
4686 if ac_fn_c_try_cpp "$LINENO"; then :
4687 # Broken: success on invalid input.
4688 continue
4689 else
4690 # Passes both tests.
4691 ac_preproc_ok=:
4692 break
4693 fi
4694 rm -f conftest.err conftest.i conftest.$ac_ext
4695
4696 done
4697 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4698 rm -f conftest.i conftest.err conftest.$ac_ext
4699 if $ac_preproc_ok; then :
4700
4701 else
4702 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4703 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4704 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4705 See \`config.log' for more details" "$LINENO" 5; }
4706 fi
4707
4708 ac_ext=c
4709 ac_cpp='$CPP $CPPFLAGS'
4710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4713
4714
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4716 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4717 if ${ac_cv_path_GREP+:} false; then :
4718 $as_echo_n "(cached) " >&6
4719 else
4720 if test -z "$GREP"; then
4721 ac_path_GREP_found=false
4722 # Loop through the user's path and test for each of PROGNAME-LIST
4723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4724 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4725 do
4726 IFS=$as_save_IFS
4727 test -z "$as_dir" && as_dir=.
4728 for ac_prog in grep ggrep; do
4729 for ac_exec_ext in '' $ac_executable_extensions; do
4730 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4731 as_fn_executable_p "$ac_path_GREP" || continue
4732 # Check for GNU ac_path_GREP and select it if it is found.
4733 # Check for GNU $ac_path_GREP
4734 case `"$ac_path_GREP" --version 2>&1` in
4735 *GNU*)
4736 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4737 *)
4738 ac_count=0
4739 $as_echo_n 0123456789 >"conftest.in"
4740 while :
4741 do
4742 cat "conftest.in" "conftest.in" >"conftest.tmp"
4743 mv "conftest.tmp" "conftest.in"
4744 cp "conftest.in" "conftest.nl"
4745 $as_echo 'GREP' >> "conftest.nl"
4746 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4747 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4748 as_fn_arith $ac_count + 1 && ac_count=$as_val
4749 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4750 # Best one so far, save it but keep looking for a better one
4751 ac_cv_path_GREP="$ac_path_GREP"
4752 ac_path_GREP_max=$ac_count
4753 fi
4754 # 10*(2^10) chars as input seems more than enough
4755 test $ac_count -gt 10 && break
4756 done
4757 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4758 esac
4759
4760 $ac_path_GREP_found && break 3
4761 done
4762 done
4763 done
4764 IFS=$as_save_IFS
4765 if test -z "$ac_cv_path_GREP"; then
4766 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4767 fi
4768 else
4769 ac_cv_path_GREP=$GREP
4770 fi
4771
4772 fi
4773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4774 $as_echo "$ac_cv_path_GREP" >&6; }
4775 GREP="$ac_cv_path_GREP"
4776
4777
4778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4779 $as_echo_n "checking for egrep... " >&6; }
4780 if ${ac_cv_path_EGREP+:} false; then :
4781 $as_echo_n "(cached) " >&6
4782 else
4783 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4784 then ac_cv_path_EGREP="$GREP -E"
4785 else
4786 if test -z "$EGREP"; then
4787 ac_path_EGREP_found=false
4788 # Loop through the user's path and test for each of PROGNAME-LIST
4789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4790 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4791 do
4792 IFS=$as_save_IFS
4793 test -z "$as_dir" && as_dir=.
4794 for ac_prog in egrep; do
4795 for ac_exec_ext in '' $ac_executable_extensions; do
4796 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4797 as_fn_executable_p "$ac_path_EGREP" || continue
4798 # Check for GNU ac_path_EGREP and select it if it is found.
4799 # Check for GNU $ac_path_EGREP
4800 case `"$ac_path_EGREP" --version 2>&1` in
4801 *GNU*)
4802 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4803 *)
4804 ac_count=0
4805 $as_echo_n 0123456789 >"conftest.in"
4806 while :
4807 do
4808 cat "conftest.in" "conftest.in" >"conftest.tmp"
4809 mv "conftest.tmp" "conftest.in"
4810 cp "conftest.in" "conftest.nl"
4811 $as_echo 'EGREP' >> "conftest.nl"
4812 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4813 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4814 as_fn_arith $ac_count + 1 && ac_count=$as_val
4815 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4816 # Best one so far, save it but keep looking for a better one
4817 ac_cv_path_EGREP="$ac_path_EGREP"
4818 ac_path_EGREP_max=$ac_count
4819 fi
4820 # 10*(2^10) chars as input seems more than enough
4821 test $ac_count -gt 10 && break
4822 done
4823 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4824 esac
4825
4826 $ac_path_EGREP_found && break 3
4827 done
4828 done
4829 done
4830 IFS=$as_save_IFS
4831 if test -z "$ac_cv_path_EGREP"; then
4832 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4833 fi
4834 else
4835 ac_cv_path_EGREP=$EGREP
4836 fi
4837
4838 fi
4839 fi
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4841 $as_echo "$ac_cv_path_EGREP" >&6; }
4842 EGREP="$ac_cv_path_EGREP"
4843
4844
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4846 $as_echo_n "checking for ANSI C header files... " >&6; }
4847 if ${ac_cv_header_stdc+:} false; then :
4848 $as_echo_n "(cached) " >&6
4849 else
4850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4851 /* end confdefs.h. */
4852 #include <stdlib.h>
4853 #include <stdarg.h>
4854 #include <string.h>
4855 #include <float.h>
4856
4857 int
4858 main ()
4859 {
4860
4861 ;
4862 return 0;
4863 }
4864 _ACEOF
4865 if ac_fn_c_try_compile "$LINENO"; then :
4866 ac_cv_header_stdc=yes
4867 else
4868 ac_cv_header_stdc=no
4869 fi
4870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4871
4872 if test $ac_cv_header_stdc = yes; then
4873 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4875 /* end confdefs.h. */
4876 #include <string.h>
4877
4878 _ACEOF
4879 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4880 $EGREP "memchr" >/dev/null 2>&1; then :
4881
4882 else
4883 ac_cv_header_stdc=no
4884 fi
4885 rm -f conftest*
4886
4887 fi
4888
4889 if test $ac_cv_header_stdc = yes; then
4890 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4892 /* end confdefs.h. */
4893 #include <stdlib.h>
4894
4895 _ACEOF
4896 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4897 $EGREP "free" >/dev/null 2>&1; then :
4898
4899 else
4900 ac_cv_header_stdc=no
4901 fi
4902 rm -f conftest*
4903
4904 fi
4905
4906 if test $ac_cv_header_stdc = yes; then
4907 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4908 if test "$cross_compiling" = yes; then :
4909 :
4910 else
4911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4912 /* end confdefs.h. */
4913 #include <ctype.h>
4914 #include <stdlib.h>
4915 #if ((' ' & 0x0FF) == 0x020)
4916 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4917 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4918 #else
4919 # define ISLOWER(c) \
4920 (('a' <= (c) && (c) <= 'i') \
4921 || ('j' <= (c) && (c) <= 'r') \
4922 || ('s' <= (c) && (c) <= 'z'))
4923 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4924 #endif
4925
4926 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4927 int
4928 main ()
4929 {
4930 int i;
4931 for (i = 0; i < 256; i++)
4932 if (XOR (islower (i), ISLOWER (i))
4933 || toupper (i) != TOUPPER (i))
4934 return 2;
4935 return 0;
4936 }
4937 _ACEOF
4938 if ac_fn_c_try_run "$LINENO"; then :
4939
4940 else
4941 ac_cv_header_stdc=no
4942 fi
4943 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4944 conftest.$ac_objext conftest.beam conftest.$ac_ext
4945 fi
4946
4947 fi
4948 fi
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4950 $as_echo "$ac_cv_header_stdc" >&6; }
4951 if test $ac_cv_header_stdc = yes; then
4952
4953 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4954
4955 fi
4956
4957 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4958 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4959 inttypes.h stdint.h unistd.h
4960 do :
4961 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4962 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4963 "
4964 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4965 cat >>confdefs.h <<_ACEOF
4966 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4967 _ACEOF
4968
4969 fi
4970
4971 done
4972
4973
4974
4975 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4976 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4977 MINIX=yes
4978 else
4979 MINIX=
4980 fi
4981
4982
4983 if test "$MINIX" = yes; then
4984
4985 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4986
4987
4988 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4989
4990
4991 $as_echo "#define _MINIX 1" >>confdefs.h
4992
4993 fi
4994
4995
4996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4997 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4998 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4999 $as_echo_n "(cached) " >&6
5000 else
5001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5002 /* end confdefs.h. */
5003
5004 # define __EXTENSIONS__ 1
5005 $ac_includes_default
5006 int
5007 main ()
5008 {
5009
5010 ;
5011 return 0;
5012 }
5013 _ACEOF
5014 if ac_fn_c_try_compile "$LINENO"; then :
5015 ac_cv_safe_to_define___extensions__=yes
5016 else
5017 ac_cv_safe_to_define___extensions__=no
5018 fi
5019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5020 fi
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5022 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5023 test $ac_cv_safe_to_define___extensions__ = yes &&
5024 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5025
5026 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5027
5028 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5029
5030 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5031
5032 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5033
5034
5035
5036
5037
5038 case `pwd` in
5039 *\ * | *\ *)
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5041 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5042 esac
5043
5044
5045
5046 macro_version='2.2.7a'
5047 macro_revision='1.3134'
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061 ltmain="$ac_aux_dir/ltmain.sh"
5062
5063 # Backslashify metacharacters that are still active within
5064 # double-quoted strings.
5065 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5066
5067 # Same as above, but do not quote variable references.
5068 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5069
5070 # Sed substitution to delay expansion of an escaped shell variable in a
5071 # double_quote_subst'ed string.
5072 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5073
5074 # Sed substitution to delay expansion of an escaped single quote.
5075 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5076
5077 # Sed substitution to avoid accidental globbing in evaled expressions
5078 no_glob_subst='s/\*/\\\*/g'
5079
5080 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5081 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5082 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5083
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5085 $as_echo_n "checking how to print strings... " >&6; }
5086 # Test print first, because it will be a builtin if present.
5087 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5088 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5089 ECHO='print -r --'
5090 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5091 ECHO='printf %s\n'
5092 else
5093 # Use this function as a fallback that always works.
5094 func_fallback_echo ()
5095 {
5096 eval 'cat <<_LTECHO_EOF
5097 $1
5098 _LTECHO_EOF'
5099 }
5100 ECHO='func_fallback_echo'
5101 fi
5102
5103 # func_echo_all arg...
5104 # Invoke $ECHO with all args, space-separated.
5105 func_echo_all ()
5106 {
5107 $ECHO ""
5108 }
5109
5110 case "$ECHO" in
5111 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5112 $as_echo "printf" >&6; } ;;
5113 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5114 $as_echo "print -r" >&6; } ;;
5115 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5116 $as_echo "cat" >&6; } ;;
5117 esac
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5133 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5134 if ${ac_cv_path_SED+:} false; then :
5135 $as_echo_n "(cached) " >&6
5136 else
5137 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5138 for ac_i in 1 2 3 4 5 6 7; do
5139 ac_script="$ac_script$as_nl$ac_script"
5140 done
5141 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5142 { ac_script=; unset ac_script;}
5143 if test -z "$SED"; then
5144 ac_path_SED_found=false
5145 # Loop through the user's path and test for each of PROGNAME-LIST
5146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5147 for as_dir in $PATH
5148 do
5149 IFS=$as_save_IFS
5150 test -z "$as_dir" && as_dir=.
5151 for ac_prog in sed gsed; do
5152 for ac_exec_ext in '' $ac_executable_extensions; do
5153 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5154 as_fn_executable_p "$ac_path_SED" || continue
5155 # Check for GNU ac_path_SED and select it if it is found.
5156 # Check for GNU $ac_path_SED
5157 case `"$ac_path_SED" --version 2>&1` in
5158 *GNU*)
5159 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5160 *)
5161 ac_count=0
5162 $as_echo_n 0123456789 >"conftest.in"
5163 while :
5164 do
5165 cat "conftest.in" "conftest.in" >"conftest.tmp"
5166 mv "conftest.tmp" "conftest.in"
5167 cp "conftest.in" "conftest.nl"
5168 $as_echo '' >> "conftest.nl"
5169 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5170 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5171 as_fn_arith $ac_count + 1 && ac_count=$as_val
5172 if test $ac_count -gt ${ac_path_SED_max-0}; then
5173 # Best one so far, save it but keep looking for a better one
5174 ac_cv_path_SED="$ac_path_SED"
5175 ac_path_SED_max=$ac_count
5176 fi
5177 # 10*(2^10) chars as input seems more than enough
5178 test $ac_count -gt 10 && break
5179 done
5180 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5181 esac
5182
5183 $ac_path_SED_found && break 3
5184 done
5185 done
5186 done
5187 IFS=$as_save_IFS
5188 if test -z "$ac_cv_path_SED"; then
5189 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5190 fi
5191 else
5192 ac_cv_path_SED=$SED
5193 fi
5194
5195 fi
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5197 $as_echo "$ac_cv_path_SED" >&6; }
5198 SED="$ac_cv_path_SED"
5199 rm -f conftest.sed
5200
5201 test -z "$SED" && SED=sed
5202 Xsed="$SED -e 1s/^X//"
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5215 $as_echo_n "checking for fgrep... " >&6; }
5216 if ${ac_cv_path_FGREP+:} false; then :
5217 $as_echo_n "(cached) " >&6
5218 else
5219 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5220 then ac_cv_path_FGREP="$GREP -F"
5221 else
5222 if test -z "$FGREP"; then
5223 ac_path_FGREP_found=false
5224 # Loop through the user's path and test for each of PROGNAME-LIST
5225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5226 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5227 do
5228 IFS=$as_save_IFS
5229 test -z "$as_dir" && as_dir=.
5230 for ac_prog in fgrep; do
5231 for ac_exec_ext in '' $ac_executable_extensions; do
5232 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5233 as_fn_executable_p "$ac_path_FGREP" || continue
5234 # Check for GNU ac_path_FGREP and select it if it is found.
5235 # Check for GNU $ac_path_FGREP
5236 case `"$ac_path_FGREP" --version 2>&1` in
5237 *GNU*)
5238 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5239 *)
5240 ac_count=0
5241 $as_echo_n 0123456789 >"conftest.in"
5242 while :
5243 do
5244 cat "conftest.in" "conftest.in" >"conftest.tmp"
5245 mv "conftest.tmp" "conftest.in"
5246 cp "conftest.in" "conftest.nl"
5247 $as_echo 'FGREP' >> "conftest.nl"
5248 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5249 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5250 as_fn_arith $ac_count + 1 && ac_count=$as_val
5251 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5252 # Best one so far, save it but keep looking for a better one
5253 ac_cv_path_FGREP="$ac_path_FGREP"
5254 ac_path_FGREP_max=$ac_count
5255 fi
5256 # 10*(2^10) chars as input seems more than enough
5257 test $ac_count -gt 10 && break
5258 done
5259 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5260 esac
5261
5262 $ac_path_FGREP_found && break 3
5263 done
5264 done
5265 done
5266 IFS=$as_save_IFS
5267 if test -z "$ac_cv_path_FGREP"; then
5268 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5269 fi
5270 else
5271 ac_cv_path_FGREP=$FGREP
5272 fi
5273
5274 fi
5275 fi
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5277 $as_echo "$ac_cv_path_FGREP" >&6; }
5278 FGREP="$ac_cv_path_FGREP"
5279
5280
5281 test -z "$GREP" && GREP=grep
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301 # Check whether --with-gnu-ld was given.
5302 if test "${with_gnu_ld+set}" = set; then :
5303 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5304 else
5305 with_gnu_ld=no
5306 fi
5307
5308 ac_prog=ld
5309 if test "$GCC" = yes; then
5310 # Check if gcc -print-prog-name=ld gives a path.
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5312 $as_echo_n "checking for ld used by $CC... " >&6; }
5313 case $host in
5314 *-*-mingw*)
5315 # gcc leaves a trailing carriage return which upsets mingw
5316 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5317 *)
5318 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5319 esac
5320 case $ac_prog in
5321 # Accept absolute paths.
5322 [\\/]* | ?:[\\/]*)
5323 re_direlt='/[^/][^/]*/\.\./'
5324 # Canonicalize the pathname of ld
5325 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5326 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5327 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5328 done
5329 test -z "$LD" && LD="$ac_prog"
5330 ;;
5331 "")
5332 # If it fails, then pretend we aren't using GCC.
5333 ac_prog=ld
5334 ;;
5335 *)
5336 # If it is relative, then search for the first ld in PATH.
5337 with_gnu_ld=unknown
5338 ;;
5339 esac
5340 elif test "$with_gnu_ld" = yes; then
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5342 $as_echo_n "checking for GNU ld... " >&6; }
5343 else
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5345 $as_echo_n "checking for non-GNU ld... " >&6; }
5346 fi
5347 if ${lt_cv_path_LD+:} false; then :
5348 $as_echo_n "(cached) " >&6
5349 else
5350 if test -z "$LD"; then
5351 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5352 for ac_dir in $PATH; do
5353 IFS="$lt_save_ifs"
5354 test -z "$ac_dir" && ac_dir=.
5355 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5356 lt_cv_path_LD="$ac_dir/$ac_prog"
5357 # Check to see if the program is GNU ld. I'd rather use --version,
5358 # but apparently some variants of GNU ld only accept -v.
5359 # Break only if it was the GNU/non-GNU ld that we prefer.
5360 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5361 *GNU* | *'with BFD'*)
5362 test "$with_gnu_ld" != no && break
5363 ;;
5364 *)
5365 test "$with_gnu_ld" != yes && break
5366 ;;
5367 esac
5368 fi
5369 done
5370 IFS="$lt_save_ifs"
5371 else
5372 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5373 fi
5374 fi
5375
5376 LD="$lt_cv_path_LD"
5377 if test -n "$LD"; then
5378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5379 $as_echo "$LD" >&6; }
5380 else
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5382 $as_echo "no" >&6; }
5383 fi
5384 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5386 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5387 if ${lt_cv_prog_gnu_ld+:} false; then :
5388 $as_echo_n "(cached) " >&6
5389 else
5390 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5391 case `$LD -v 2>&1 </dev/null` in
5392 *GNU* | *'with BFD'*)
5393 lt_cv_prog_gnu_ld=yes
5394 ;;
5395 *)
5396 lt_cv_prog_gnu_ld=no
5397 ;;
5398 esac
5399 fi
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5401 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5402 with_gnu_ld=$lt_cv_prog_gnu_ld
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5413 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5414 if ${lt_cv_path_NM+:} false; then :
5415 $as_echo_n "(cached) " >&6
5416 else
5417 if test -n "$NM"; then
5418 # Let the user override the nm to test.
5419 lt_nm_to_check="$NM"
5420 else
5421 lt_nm_to_check="${ac_tool_prefix}nm"
5422 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5423 lt_nm_to_check="$lt_nm_to_check nm"
5424 fi
5425 fi
5426 for lt_tmp_nm in "$lt_nm_to_check"; do
5427 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5428 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5429 IFS="$lt_save_ifs"
5430 test -z "$ac_dir" && ac_dir=.
5431 # Strip out any user-provided options from the nm to test twice,
5432 # the first time to test to see if nm (rather than its options) has
5433 # an explicit path, the second time to yield a file which can be
5434 # nm'ed itself.
5435 tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5436 case "$tmp_nm_path" in
5437 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5438 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5439 esac
5440 tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5441 if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
5442 # Check to see if the nm accepts a BSD-compat flag.
5443 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5444 # nm: unknown option "B" ignored
5445 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5446 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5447 break
5448 ;;
5449 *)
5450 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5451 *$tmp_nm*)
5452 lt_cv_path_NM="$tmp_nm -p"
5453 break
5454 ;;
5455 *)
5456 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5457 continue # so that we can try to find one that supports BSD flags
5458 ;;
5459 esac
5460 ;;
5461 esac
5462 fi
5463 done
5464 IFS="$lt_save_ifs"
5465 done
5466 : ${lt_cv_path_NM=no}
5467 fi
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5469 $as_echo "$lt_cv_path_NM" >&6; }
5470 if test "$lt_cv_path_NM" != "no"; then
5471 NM="$lt_cv_path_NM"
5472 else
5473 # Didn't find any BSD compatible name lister, look for dumpbin.
5474 if test -n "$DUMPBIN"; then :
5475 # Let the user override the test.
5476 else
5477 if test -n "$ac_tool_prefix"; then
5478 for ac_prog in dumpbin "link -dump"
5479 do
5480 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5481 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5483 $as_echo_n "checking for $ac_word... " >&6; }
5484 if ${ac_cv_prog_DUMPBIN+:} false; then :
5485 $as_echo_n "(cached) " >&6
5486 else
5487 if test -n "$DUMPBIN"; then
5488 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5489 else
5490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5491 for as_dir in $PATH
5492 do
5493 IFS=$as_save_IFS
5494 test -z "$as_dir" && as_dir=.
5495 for ac_exec_ext in '' $ac_executable_extensions; do
5496 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5497 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5499 break 2
5500 fi
5501 done
5502 done
5503 IFS=$as_save_IFS
5504
5505 fi
5506 fi
5507 DUMPBIN=$ac_cv_prog_DUMPBIN
5508 if test -n "$DUMPBIN"; then
5509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5510 $as_echo "$DUMPBIN" >&6; }
5511 else
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5513 $as_echo "no" >&6; }
5514 fi
5515
5516
5517 test -n "$DUMPBIN" && break
5518 done
5519 fi
5520 if test -z "$DUMPBIN"; then
5521 ac_ct_DUMPBIN=$DUMPBIN
5522 for ac_prog in dumpbin "link -dump"
5523 do
5524 # Extract the first word of "$ac_prog", so it can be a program name with args.
5525 set dummy $ac_prog; ac_word=$2
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5527 $as_echo_n "checking for $ac_word... " >&6; }
5528 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5529 $as_echo_n "(cached) " >&6
5530 else
5531 if test -n "$ac_ct_DUMPBIN"; then
5532 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5533 else
5534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5535 for as_dir in $PATH
5536 do
5537 IFS=$as_save_IFS
5538 test -z "$as_dir" && as_dir=.
5539 for ac_exec_ext in '' $ac_executable_extensions; do
5540 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5541 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5543 break 2
5544 fi
5545 done
5546 done
5547 IFS=$as_save_IFS
5548
5549 fi
5550 fi
5551 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5552 if test -n "$ac_ct_DUMPBIN"; then
5553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5554 $as_echo "$ac_ct_DUMPBIN" >&6; }
5555 else
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5557 $as_echo "no" >&6; }
5558 fi
5559
5560
5561 test -n "$ac_ct_DUMPBIN" && break
5562 done
5563
5564 if test "x$ac_ct_DUMPBIN" = x; then
5565 DUMPBIN=":"
5566 else
5567 case $cross_compiling:$ac_tool_warned in
5568 yes:)
5569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5570 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5571 ac_tool_warned=yes ;;
5572 esac
5573 DUMPBIN=$ac_ct_DUMPBIN
5574 fi
5575 fi
5576
5577 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5578 *COFF*)
5579 DUMPBIN="$DUMPBIN -symbols"
5580 ;;
5581 *)
5582 DUMPBIN=:
5583 ;;
5584 esac
5585 fi
5586
5587 if test "$DUMPBIN" != ":"; then
5588 NM="$DUMPBIN"
5589 fi
5590 fi
5591 test -z "$NM" && NM=nm
5592
5593
5594
5595
5596
5597
5598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5599 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5600 if ${lt_cv_nm_interface+:} false; then :
5601 $as_echo_n "(cached) " >&6
5602 else
5603 lt_cv_nm_interface="BSD nm"
5604 echo "int some_variable = 0;" > conftest.$ac_ext
5605 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5606 (eval "$ac_compile" 2>conftest.err)
5607 cat conftest.err >&5
5608 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5609 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5610 cat conftest.err >&5
5611 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5612 cat conftest.out >&5
5613 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5614 lt_cv_nm_interface="MS dumpbin"
5615 fi
5616 rm -f conftest*
5617 fi
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5619 $as_echo "$lt_cv_nm_interface" >&6; }
5620
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5622 $as_echo_n "checking whether ln -s works... " >&6; }
5623 LN_S=$as_ln_s
5624 if test "$LN_S" = "ln -s"; then
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5626 $as_echo "yes" >&6; }
5627 else
5628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5629 $as_echo "no, using $LN_S" >&6; }
5630 fi
5631
5632 # find the maximum length of command line arguments
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5634 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5635 if ${lt_cv_sys_max_cmd_len+:} false; then :
5636 $as_echo_n "(cached) " >&6
5637 else
5638 i=0
5639 teststring="ABCD"
5640
5641 case $build_os in
5642 msdosdjgpp*)
5643 # On DJGPP, this test can blow up pretty badly due to problems in libc
5644 # (any single argument exceeding 2000 bytes causes a buffer overrun
5645 # during glob expansion). Even if it were fixed, the result of this
5646 # check would be larger than it should be.
5647 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5648 ;;
5649
5650 gnu*)
5651 # Under GNU Hurd, this test is not required because there is
5652 # no limit to the length of command line arguments.
5653 # Libtool will interpret -1 as no limit whatsoever
5654 lt_cv_sys_max_cmd_len=-1;
5655 ;;
5656
5657 cygwin* | mingw* | cegcc*)
5658 # On Win9x/ME, this test blows up -- it succeeds, but takes
5659 # about 5 minutes as the teststring grows exponentially.
5660 # Worse, since 9x/ME are not pre-emptively multitasking,
5661 # you end up with a "frozen" computer, even though with patience
5662 # the test eventually succeeds (with a max line length of 256k).
5663 # Instead, let's just punt: use the minimum linelength reported by
5664 # all of the supported platforms: 8192 (on NT/2K/XP).
5665 lt_cv_sys_max_cmd_len=8192;
5666 ;;
5667
5668 mint*)
5669 # On MiNT this can take a long time and run out of memory.
5670 lt_cv_sys_max_cmd_len=8192;
5671 ;;
5672
5673 amigaos*)
5674 # On AmigaOS with pdksh, this test takes hours, literally.
5675 # So we just punt and use a minimum line length of 8192.
5676 lt_cv_sys_max_cmd_len=8192;
5677 ;;
5678
5679 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5680 # This has been around since 386BSD, at least. Likely further.
5681 if test -x /sbin/sysctl; then
5682 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5683 elif test -x /usr/sbin/sysctl; then
5684 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5685 else
5686 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5687 fi
5688 # And add a safety zone
5689 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5690 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5691 ;;
5692
5693 interix*)
5694 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5695 lt_cv_sys_max_cmd_len=196608
5696 ;;
5697
5698 osf*)
5699 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5700 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5701 # nice to cause kernel panics so lets avoid the loop below.
5702 # First set a reasonable default.
5703 lt_cv_sys_max_cmd_len=16384
5704 #
5705 if test -x /sbin/sysconfig; then
5706 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5707 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5708 esac
5709 fi
5710 ;;
5711 sco3.2v5*)
5712 lt_cv_sys_max_cmd_len=102400
5713 ;;
5714 sysv5* | sco5v6* | sysv4.2uw2*)
5715 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5716 if test -n "$kargmax"; then
5717 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5718 else
5719 lt_cv_sys_max_cmd_len=32768
5720 fi
5721 ;;
5722 *)
5723 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5724 if test -n "$lt_cv_sys_max_cmd_len"; then
5725 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5726 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5727 else
5728 # Make teststring a little bigger before we do anything with it.
5729 # a 1K string should be a reasonable start.
5730 for i in 1 2 3 4 5 6 7 8 ; do
5731 teststring=$teststring$teststring
5732 done
5733 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5734 # If test is not a shell built-in, we'll probably end up computing a
5735 # maximum length that is only half of the actual maximum length, but
5736 # we can't tell.
5737 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5738 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5739 test $i != 17 # 1/2 MB should be enough
5740 do
5741 i=`expr $i + 1`
5742 teststring=$teststring$teststring
5743 done
5744 # Only check the string length outside the loop.
5745 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5746 teststring=
5747 # Add a significant safety factor because C++ compilers can tack on
5748 # massive amounts of additional arguments before passing them to the
5749 # linker. It appears as though 1/2 is a usable value.
5750 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5751 fi
5752 ;;
5753 esac
5754
5755 fi
5756
5757 if test -n $lt_cv_sys_max_cmd_len ; then
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5759 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5760 else
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5762 $as_echo "none" >&6; }
5763 fi
5764 max_cmd_len=$lt_cv_sys_max_cmd_len
5765
5766
5767
5768
5769
5770
5771 : ${CP="cp -f"}
5772 : ${MV="mv -f"}
5773 : ${RM="rm -f"}
5774
5775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5776 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5777 # Try some XSI features
5778 xsi_shell=no
5779 ( _lt_dummy="a/b/c"
5780 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5781 = c,a/b,, \
5782 && eval 'test $(( 1 + 1 )) -eq 2 \
5783 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5784 && xsi_shell=yes
5785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5786 $as_echo "$xsi_shell" >&6; }
5787
5788
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5790 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5791 lt_shell_append=no
5792 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5793 >/dev/null 2>&1 \
5794 && lt_shell_append=yes
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5796 $as_echo "$lt_shell_append" >&6; }
5797
5798
5799 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5800 lt_unset=unset
5801 else
5802 lt_unset=false
5803 fi
5804
5805
5806
5807
5808
5809 # test EBCDIC or ASCII
5810 case `echo X|tr X '\101'` in
5811 A) # ASCII based system
5812 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5813 lt_SP2NL='tr \040 \012'
5814 lt_NL2SP='tr \015\012 \040\040'
5815 ;;
5816 *) # EBCDIC based system
5817 lt_SP2NL='tr \100 \n'
5818 lt_NL2SP='tr \r\n \100\100'
5819 ;;
5820 esac
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5831 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5832 if ${lt_cv_ld_reload_flag+:} false; then :
5833 $as_echo_n "(cached) " >&6
5834 else
5835 lt_cv_ld_reload_flag='-r'
5836 fi
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5838 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5839 reload_flag=$lt_cv_ld_reload_flag
5840 case $reload_flag in
5841 "" | " "*) ;;
5842 *) reload_flag=" $reload_flag" ;;
5843 esac
5844 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5845 case $host_os in
5846 darwin*)
5847 if test "$GCC" = yes; then
5848 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5849 else
5850 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5851 fi
5852 ;;
5853 esac
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863 if test -n "$ac_tool_prefix"; then
5864 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5865 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5867 $as_echo_n "checking for $ac_word... " >&6; }
5868 if ${ac_cv_prog_OBJDUMP+:} false; then :
5869 $as_echo_n "(cached) " >&6
5870 else
5871 if test -n "$OBJDUMP"; then
5872 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5873 else
5874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5875 for as_dir in $PATH
5876 do
5877 IFS=$as_save_IFS
5878 test -z "$as_dir" && as_dir=.
5879 for ac_exec_ext in '' $ac_executable_extensions; do
5880 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5881 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5883 break 2
5884 fi
5885 done
5886 done
5887 IFS=$as_save_IFS
5888
5889 fi
5890 fi
5891 OBJDUMP=$ac_cv_prog_OBJDUMP
5892 if test -n "$OBJDUMP"; then
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5894 $as_echo "$OBJDUMP" >&6; }
5895 else
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5897 $as_echo "no" >&6; }
5898 fi
5899
5900
5901 fi
5902 if test -z "$ac_cv_prog_OBJDUMP"; then
5903 ac_ct_OBJDUMP=$OBJDUMP
5904 # Extract the first word of "objdump", so it can be a program name with args.
5905 set dummy objdump; ac_word=$2
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5907 $as_echo_n "checking for $ac_word... " >&6; }
5908 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5909 $as_echo_n "(cached) " >&6
5910 else
5911 if test -n "$ac_ct_OBJDUMP"; then
5912 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5913 else
5914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5915 for as_dir in $PATH
5916 do
5917 IFS=$as_save_IFS
5918 test -z "$as_dir" && as_dir=.
5919 for ac_exec_ext in '' $ac_executable_extensions; do
5920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5921 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5923 break 2
5924 fi
5925 done
5926 done
5927 IFS=$as_save_IFS
5928
5929 fi
5930 fi
5931 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5932 if test -n "$ac_ct_OBJDUMP"; then
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5934 $as_echo "$ac_ct_OBJDUMP" >&6; }
5935 else
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5937 $as_echo "no" >&6; }
5938 fi
5939
5940 if test "x$ac_ct_OBJDUMP" = x; then
5941 OBJDUMP="false"
5942 else
5943 case $cross_compiling:$ac_tool_warned in
5944 yes:)
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5946 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5947 ac_tool_warned=yes ;;
5948 esac
5949 OBJDUMP=$ac_ct_OBJDUMP
5950 fi
5951 else
5952 OBJDUMP="$ac_cv_prog_OBJDUMP"
5953 fi
5954
5955 test -z "$OBJDUMP" && OBJDUMP=objdump
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5966 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5967 if ${lt_cv_deplibs_check_method+:} false; then :
5968 $as_echo_n "(cached) " >&6
5969 else
5970 lt_cv_file_magic_cmd='$MAGIC_CMD'
5971 lt_cv_file_magic_test_file=
5972 lt_cv_deplibs_check_method='unknown'
5973 # Need to set the preceding variable on all platforms that support
5974 # interlibrary dependencies.
5975 # 'none' -- dependencies not supported.
5976 # `unknown' -- same as none, but documents that we really don't know.
5977 # 'pass_all' -- all dependencies passed with no checks.
5978 # 'test_compile' -- check by making test program.
5979 # 'file_magic [[regex]]' -- check by looking for files in library path
5980 # which responds to the $file_magic_cmd with a given extended regex.
5981 # If you have `file' or equivalent on your system and you're not sure
5982 # whether `pass_all' will *always* work, you probably want this one.
5983
5984 case $host_os in
5985 aix[4-9]*)
5986 lt_cv_deplibs_check_method=pass_all
5987 ;;
5988
5989 beos*)
5990 lt_cv_deplibs_check_method=pass_all
5991 ;;
5992
5993 bsdi[45]*)
5994 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5995 lt_cv_file_magic_cmd='/usr/bin/file -L'
5996 lt_cv_file_magic_test_file=/shlib/libc.so
5997 ;;
5998
5999 cygwin*)
6000 # func_win32_libid is a shell function defined in ltmain.sh
6001 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6002 lt_cv_file_magic_cmd='func_win32_libid'
6003 ;;
6004
6005 mingw* | pw32*)
6006 # Base MSYS/MinGW do not provide the 'file' command needed by
6007 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6008 # unless we find 'file', for example because we are cross-compiling.
6009 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6010 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6011 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6012 lt_cv_file_magic_cmd='func_win32_libid'
6013 else
6014 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6015 lt_cv_file_magic_cmd='$OBJDUMP -f'
6016 fi
6017 ;;
6018
6019 cegcc*)
6020 # use the weaker test based on 'objdump'. See mingw*.
6021 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6022 lt_cv_file_magic_cmd='$OBJDUMP -f'
6023 ;;
6024
6025 darwin* | rhapsody*)
6026 lt_cv_deplibs_check_method=pass_all
6027 ;;
6028
6029 freebsd* | dragonfly*)
6030 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6031 case $host_cpu in
6032 i*86 )
6033 # Not sure whether the presence of OpenBSD here was a mistake.
6034 # Let's accept both of them until this is cleared up.
6035 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6036 lt_cv_file_magic_cmd=/usr/bin/file
6037 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6038 ;;
6039 esac
6040 else
6041 lt_cv_deplibs_check_method=pass_all
6042 fi
6043 ;;
6044
6045 gnu*)
6046 lt_cv_deplibs_check_method=pass_all
6047 ;;
6048
6049 haiku*)
6050 lt_cv_deplibs_check_method=pass_all
6051 ;;
6052
6053 hpux10.20* | hpux11*)
6054 lt_cv_file_magic_cmd=/usr/bin/file
6055 case $host_cpu in
6056 ia64*)
6057 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6058 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6059 ;;
6060 hppa*64*)
6061 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]'
6062 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6063 ;;
6064 *)
6065 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6066 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6067 ;;
6068 esac
6069 ;;
6070
6071 interix[3-9]*)
6072 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6073 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6074 ;;
6075
6076 irix5* | irix6* | nonstopux*)
6077 case $LD in
6078 *-32|*"-32 ") libmagic=32-bit;;
6079 *-n32|*"-n32 ") libmagic=N32;;
6080 *-64|*"-64 ") libmagic=64-bit;;
6081 *) libmagic=never-match;;
6082 esac
6083 lt_cv_deplibs_check_method=pass_all
6084 ;;
6085
6086 # This must be Linux ELF.
6087 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
6088 lt_cv_deplibs_check_method=pass_all
6089 ;;
6090
6091 netbsd*)
6092 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6093 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6094 else
6095 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6096 fi
6097 ;;
6098
6099 newos6*)
6100 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6101 lt_cv_file_magic_cmd=/usr/bin/file
6102 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6103 ;;
6104
6105 *nto* | *qnx*)
6106 lt_cv_deplibs_check_method=pass_all
6107 ;;
6108
6109 openbsd*)
6110 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6111 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6112 else
6113 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6114 fi
6115 ;;
6116
6117 osf3* | osf4* | osf5*)
6118 lt_cv_deplibs_check_method=pass_all
6119 ;;
6120
6121 rdos*)
6122 lt_cv_deplibs_check_method=pass_all
6123 ;;
6124
6125 solaris*)
6126 lt_cv_deplibs_check_method=pass_all
6127 ;;
6128
6129 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6130 lt_cv_deplibs_check_method=pass_all
6131 ;;
6132
6133 sysv4 | sysv4.3*)
6134 case $host_vendor in
6135 motorola)
6136 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]'
6137 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6138 ;;
6139 ncr)
6140 lt_cv_deplibs_check_method=pass_all
6141 ;;
6142 sequent)
6143 lt_cv_file_magic_cmd='/bin/file'
6144 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6145 ;;
6146 sni)
6147 lt_cv_file_magic_cmd='/bin/file'
6148 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6149 lt_cv_file_magic_test_file=/lib/libc.so
6150 ;;
6151 siemens)
6152 lt_cv_deplibs_check_method=pass_all
6153 ;;
6154 pc)
6155 lt_cv_deplibs_check_method=pass_all
6156 ;;
6157 esac
6158 ;;
6159
6160 tpf*)
6161 lt_cv_deplibs_check_method=pass_all
6162 ;;
6163 vxworks*)
6164 # Assume VxWorks cross toolchains are built on Linux, possibly
6165 # as canadian for Windows hosts.
6166 lt_cv_deplibs_check_method=pass_all
6167 ;;
6168 esac
6169
6170 fi
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6172 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6173 file_magic_cmd=$lt_cv_file_magic_cmd
6174 deplibs_check_method=$lt_cv_deplibs_check_method
6175 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188 plugin_option=
6189 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6190 for plugin in $plugin_names; do
6191 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6192 if test x$plugin_so = x$plugin; then
6193 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6194 fi
6195 if test x$plugin_so != x$plugin; then
6196 plugin_option="--plugin $plugin_so"
6197 break
6198 fi
6199 done
6200
6201 if test -n "$ac_tool_prefix"; then
6202 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6203 set dummy ${ac_tool_prefix}ar; ac_word=$2
6204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6205 $as_echo_n "checking for $ac_word... " >&6; }
6206 if ${ac_cv_prog_AR+:} false; then :
6207 $as_echo_n "(cached) " >&6
6208 else
6209 if test -n "$AR"; then
6210 ac_cv_prog_AR="$AR" # Let the user override the test.
6211 else
6212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6213 for as_dir in $PATH
6214 do
6215 IFS=$as_save_IFS
6216 test -z "$as_dir" && as_dir=.
6217 for ac_exec_ext in '' $ac_executable_extensions; do
6218 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6219 ac_cv_prog_AR="${ac_tool_prefix}ar"
6220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6221 break 2
6222 fi
6223 done
6224 done
6225 IFS=$as_save_IFS
6226
6227 fi
6228 fi
6229 AR=$ac_cv_prog_AR
6230 if test -n "$AR"; then
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6232 $as_echo "$AR" >&6; }
6233 else
6234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6235 $as_echo "no" >&6; }
6236 fi
6237
6238
6239 fi
6240 if test -z "$ac_cv_prog_AR"; then
6241 ac_ct_AR=$AR
6242 # Extract the first word of "ar", so it can be a program name with args.
6243 set dummy ar; ac_word=$2
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6245 $as_echo_n "checking for $ac_word... " >&6; }
6246 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6247 $as_echo_n "(cached) " >&6
6248 else
6249 if test -n "$ac_ct_AR"; then
6250 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6251 else
6252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6253 for as_dir in $PATH
6254 do
6255 IFS=$as_save_IFS
6256 test -z "$as_dir" && as_dir=.
6257 for ac_exec_ext in '' $ac_executable_extensions; do
6258 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6259 ac_cv_prog_ac_ct_AR="ar"
6260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6261 break 2
6262 fi
6263 done
6264 done
6265 IFS=$as_save_IFS
6266
6267 fi
6268 fi
6269 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6270 if test -n "$ac_ct_AR"; then
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6272 $as_echo "$ac_ct_AR" >&6; }
6273 else
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6275 $as_echo "no" >&6; }
6276 fi
6277
6278 if test "x$ac_ct_AR" = x; then
6279 AR="false"
6280 else
6281 case $cross_compiling:$ac_tool_warned in
6282 yes:)
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6284 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6285 ac_tool_warned=yes ;;
6286 esac
6287 AR=$ac_ct_AR
6288 fi
6289 else
6290 AR="$ac_cv_prog_AR"
6291 fi
6292
6293 test -z "$AR" && AR=ar
6294 if test -n "$plugin_option"; then
6295 if $AR --help 2>&1 | grep -q "\--plugin"; then
6296 touch conftest.c
6297 $AR $plugin_option rc conftest.a conftest.c
6298 if test "$?" != 0; then
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6300 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6301 else
6302 AR="$AR $plugin_option"
6303 fi
6304 rm -f conftest.*
6305 fi
6306 fi
6307 test -z "$AR_FLAGS" && AR_FLAGS=cru
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319 if test -n "$ac_tool_prefix"; then
6320 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6321 set dummy ${ac_tool_prefix}strip; ac_word=$2
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6323 $as_echo_n "checking for $ac_word... " >&6; }
6324 if ${ac_cv_prog_STRIP+:} false; then :
6325 $as_echo_n "(cached) " >&6
6326 else
6327 if test -n "$STRIP"; then
6328 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6329 else
6330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6331 for as_dir in $PATH
6332 do
6333 IFS=$as_save_IFS
6334 test -z "$as_dir" && as_dir=.
6335 for ac_exec_ext in '' $ac_executable_extensions; do
6336 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6337 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6339 break 2
6340 fi
6341 done
6342 done
6343 IFS=$as_save_IFS
6344
6345 fi
6346 fi
6347 STRIP=$ac_cv_prog_STRIP
6348 if test -n "$STRIP"; then
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6350 $as_echo "$STRIP" >&6; }
6351 else
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6353 $as_echo "no" >&6; }
6354 fi
6355
6356
6357 fi
6358 if test -z "$ac_cv_prog_STRIP"; then
6359 ac_ct_STRIP=$STRIP
6360 # Extract the first word of "strip", so it can be a program name with args.
6361 set dummy strip; ac_word=$2
6362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6363 $as_echo_n "checking for $ac_word... " >&6; }
6364 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6365 $as_echo_n "(cached) " >&6
6366 else
6367 if test -n "$ac_ct_STRIP"; then
6368 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6369 else
6370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6371 for as_dir in $PATH
6372 do
6373 IFS=$as_save_IFS
6374 test -z "$as_dir" && as_dir=.
6375 for ac_exec_ext in '' $ac_executable_extensions; do
6376 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6377 ac_cv_prog_ac_ct_STRIP="strip"
6378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6379 break 2
6380 fi
6381 done
6382 done
6383 IFS=$as_save_IFS
6384
6385 fi
6386 fi
6387 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6388 if test -n "$ac_ct_STRIP"; then
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6390 $as_echo "$ac_ct_STRIP" >&6; }
6391 else
6392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6393 $as_echo "no" >&6; }
6394 fi
6395
6396 if test "x$ac_ct_STRIP" = x; then
6397 STRIP=":"
6398 else
6399 case $cross_compiling:$ac_tool_warned in
6400 yes:)
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6402 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6403 ac_tool_warned=yes ;;
6404 esac
6405 STRIP=$ac_ct_STRIP
6406 fi
6407 else
6408 STRIP="$ac_cv_prog_STRIP"
6409 fi
6410
6411 test -z "$STRIP" && STRIP=:
6412
6413
6414
6415
6416
6417
6418 if test -n "$ac_tool_prefix"; then
6419 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6420 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6422 $as_echo_n "checking for $ac_word... " >&6; }
6423 if ${ac_cv_prog_RANLIB+:} false; then :
6424 $as_echo_n "(cached) " >&6
6425 else
6426 if test -n "$RANLIB"; then
6427 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6428 else
6429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6430 for as_dir in $PATH
6431 do
6432 IFS=$as_save_IFS
6433 test -z "$as_dir" && as_dir=.
6434 for ac_exec_ext in '' $ac_executable_extensions; do
6435 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6436 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6438 break 2
6439 fi
6440 done
6441 done
6442 IFS=$as_save_IFS
6443
6444 fi
6445 fi
6446 RANLIB=$ac_cv_prog_RANLIB
6447 if test -n "$RANLIB"; then
6448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6449 $as_echo "$RANLIB" >&6; }
6450 else
6451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6452 $as_echo "no" >&6; }
6453 fi
6454
6455
6456 fi
6457 if test -z "$ac_cv_prog_RANLIB"; then
6458 ac_ct_RANLIB=$RANLIB
6459 # Extract the first word of "ranlib", so it can be a program name with args.
6460 set dummy ranlib; ac_word=$2
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6462 $as_echo_n "checking for $ac_word... " >&6; }
6463 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6464 $as_echo_n "(cached) " >&6
6465 else
6466 if test -n "$ac_ct_RANLIB"; then
6467 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6468 else
6469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6470 for as_dir in $PATH
6471 do
6472 IFS=$as_save_IFS
6473 test -z "$as_dir" && as_dir=.
6474 for ac_exec_ext in '' $ac_executable_extensions; do
6475 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6476 ac_cv_prog_ac_ct_RANLIB="ranlib"
6477 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6478 break 2
6479 fi
6480 done
6481 done
6482 IFS=$as_save_IFS
6483
6484 fi
6485 fi
6486 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6487 if test -n "$ac_ct_RANLIB"; then
6488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6489 $as_echo "$ac_ct_RANLIB" >&6; }
6490 else
6491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6492 $as_echo "no" >&6; }
6493 fi
6494
6495 if test "x$ac_ct_RANLIB" = x; then
6496 RANLIB=":"
6497 else
6498 case $cross_compiling:$ac_tool_warned in
6499 yes:)
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6501 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6502 ac_tool_warned=yes ;;
6503 esac
6504 RANLIB=$ac_ct_RANLIB
6505 fi
6506 else
6507 RANLIB="$ac_cv_prog_RANLIB"
6508 fi
6509
6510 test -z "$RANLIB" && RANLIB=:
6511 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6512 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6513 RANLIB="$RANLIB $plugin_option"
6514 fi
6515 fi
6516
6517
6518
6519
6520
6521
6522 # Determine commands to create old-style static archives.
6523 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6524 old_postinstall_cmds='chmod 644 $oldlib'
6525 old_postuninstall_cmds=
6526
6527 if test -n "$RANLIB"; then
6528 case $host_os in
6529 openbsd*)
6530 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6531 ;;
6532 *)
6533 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6534 ;;
6535 esac
6536 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6537 fi
6538
6539 case $host_os in
6540 darwin*)
6541 lock_old_archive_extraction=yes ;;
6542 *)
6543 lock_old_archive_extraction=no ;;
6544 esac
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584 # If no C compiler was specified, use CC.
6585 LTCC=${LTCC-"$CC"}
6586
6587 # If no C compiler flags were specified, use CFLAGS.
6588 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6589
6590 # Allow CC to be a program name with arguments.
6591 compiler=$CC
6592
6593
6594 # Check for command to grab the raw symbol name followed by C symbol from nm.
6595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6596 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6597 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6598 $as_echo_n "(cached) " >&6
6599 else
6600
6601 # These are sane defaults that work on at least a few old systems.
6602 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6603
6604 # Character class describing NM global symbol codes.
6605 symcode='[BCDEGRST]'
6606
6607 # Regexp to match symbols that can be accessed directly from C.
6608 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6609
6610 # Define system-specific variables.
6611 case $host_os in
6612 aix*)
6613 symcode='[BCDT]'
6614 ;;
6615 cygwin* | mingw* | pw32* | cegcc*)
6616 symcode='[ABCDGISTW]'
6617 ;;
6618 hpux*)
6619 if test "$host_cpu" = ia64; then
6620 symcode='[ABCDEGRST]'
6621 fi
6622 ;;
6623 irix* | nonstopux*)
6624 symcode='[BCDEGRST]'
6625 ;;
6626 osf*)
6627 symcode='[BCDEGQRST]'
6628 ;;
6629 solaris*)
6630 symcode='[BCDRT]'
6631 ;;
6632 sco3.2v5*)
6633 symcode='[DT]'
6634 ;;
6635 sysv4.2uw2*)
6636 symcode='[DT]'
6637 ;;
6638 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6639 symcode='[ABDT]'
6640 ;;
6641 sysv4)
6642 symcode='[DFNSTU]'
6643 ;;
6644 esac
6645
6646 # If we're using GNU nm, then use its standard symbol codes.
6647 case `$NM -V 2>&1` in
6648 *GNU* | *'with BFD'*)
6649 symcode='[ABCDGIRSTW]' ;;
6650 esac
6651
6652 # Transform an extracted symbol line into a proper C declaration.
6653 # Some systems (esp. on ia64) link data and code symbols differently,
6654 # so use this general approach.
6655 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6656
6657 # Transform an extracted symbol line into symbol name and symbol address
6658 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6659 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'"
6660
6661 # Handle CRLF in mingw tool chain
6662 opt_cr=
6663 case $build_os in
6664 mingw*)
6665 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6666 ;;
6667 esac
6668
6669 # Try without a prefix underscore, then with it.
6670 for ac_symprfx in "" "_"; do
6671
6672 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6673 symxfrm="\\1 $ac_symprfx\\2 \\2"
6674
6675 # Write the raw and C identifiers.
6676 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6677 # Fake it for dumpbin and say T for any non-static function
6678 # and D for any global variable.
6679 # Also find C++ and __fastcall symbols from MSVC++,
6680 # which start with @ or ?.
6681 lt_cv_sys_global_symbol_pipe="$AWK '"\
6682 " {last_section=section; section=\$ 3};"\
6683 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6684 " \$ 0!~/External *\|/{next};"\
6685 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6686 " {if(hide[section]) next};"\
6687 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6688 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6689 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6690 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6691 " ' prfx=^$ac_symprfx"
6692 else
6693 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6694 fi
6695
6696 # Check to see that the pipe works correctly.
6697 pipe_works=no
6698
6699 rm -f conftest*
6700 cat > conftest.$ac_ext <<_LT_EOF
6701 #ifdef __cplusplus
6702 extern "C" {
6703 #endif
6704 char nm_test_var;
6705 void nm_test_func(void);
6706 void nm_test_func(void){}
6707 #ifdef __cplusplus
6708 }
6709 #endif
6710 int main(){nm_test_var='a';nm_test_func();return(0);}
6711 _LT_EOF
6712
6713 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6714 (eval $ac_compile) 2>&5
6715 ac_status=$?
6716 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6717 test $ac_status = 0; }; then
6718 # Now try to grab the symbols.
6719 nlist=conftest.nm
6720 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6721 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6722 ac_status=$?
6723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6724 test $ac_status = 0; } && test -s "$nlist"; then
6725 # Try sorting and uniquifying the output.
6726 if sort "$nlist" | uniq > "$nlist"T; then
6727 mv -f "$nlist"T "$nlist"
6728 else
6729 rm -f "$nlist"T
6730 fi
6731
6732 # Make sure that we snagged all the symbols we need.
6733 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6734 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6735 cat <<_LT_EOF > conftest.$ac_ext
6736 #ifdef __cplusplus
6737 extern "C" {
6738 #endif
6739
6740 _LT_EOF
6741 # Now generate the symbol file.
6742 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6743
6744 cat <<_LT_EOF >> conftest.$ac_ext
6745
6746 /* The mapping between symbol names and symbols. */
6747 const struct {
6748 const char *name;
6749 void *address;
6750 }
6751 lt__PROGRAM__LTX_preloaded_symbols[] =
6752 {
6753 { "@PROGRAM@", (void *) 0 },
6754 _LT_EOF
6755 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6756 cat <<\_LT_EOF >> conftest.$ac_ext
6757 {0, (void *) 0}
6758 };
6759
6760 /* This works around a problem in FreeBSD linker */
6761 #ifdef FREEBSD_WORKAROUND
6762 static const void *lt_preloaded_setup() {
6763 return lt__PROGRAM__LTX_preloaded_symbols;
6764 }
6765 #endif
6766
6767 #ifdef __cplusplus
6768 }
6769 #endif
6770 _LT_EOF
6771 # Now try linking the two files.
6772 mv conftest.$ac_objext conftstm.$ac_objext
6773 lt_save_LIBS="$LIBS"
6774 lt_save_CFLAGS="$CFLAGS"
6775 LIBS="conftstm.$ac_objext"
6776 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6777 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6778 (eval $ac_link) 2>&5
6779 ac_status=$?
6780 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6781 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6782 pipe_works=yes
6783 fi
6784 LIBS="$lt_save_LIBS"
6785 CFLAGS="$lt_save_CFLAGS"
6786 else
6787 echo "cannot find nm_test_func in $nlist" >&5
6788 fi
6789 else
6790 echo "cannot find nm_test_var in $nlist" >&5
6791 fi
6792 else
6793 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6794 fi
6795 else
6796 echo "$progname: failed program was:" >&5
6797 cat conftest.$ac_ext >&5
6798 fi
6799 rm -rf conftest* conftst*
6800
6801 # Do not use the global_symbol_pipe unless it works.
6802 if test "$pipe_works" = yes; then
6803 break
6804 else
6805 lt_cv_sys_global_symbol_pipe=
6806 fi
6807 done
6808
6809 fi
6810
6811 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6812 lt_cv_sys_global_symbol_to_cdecl=
6813 fi
6814 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6816 $as_echo "failed" >&6; }
6817 else
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6819 $as_echo "ok" >&6; }
6820 fi
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
6833
6834
6835
6836
6837
6838
6839
6840
6841
6842
6843 # Check whether --enable-libtool-lock was given.
6844 if test "${enable_libtool_lock+set}" = set; then :
6845 enableval=$enable_libtool_lock;
6846 fi
6847
6848 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6849
6850 # Some flags need to be propagated to the compiler or linker for good
6851 # libtool support.
6852 case $host in
6853 ia64-*-hpux*)
6854 # Find out which ABI we are using.
6855 echo 'int i;' > conftest.$ac_ext
6856 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6857 (eval $ac_compile) 2>&5
6858 ac_status=$?
6859 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6860 test $ac_status = 0; }; then
6861 case `/usr/bin/file conftest.$ac_objext` in
6862 *ELF-32*)
6863 HPUX_IA64_MODE="32"
6864 ;;
6865 *ELF-64*)
6866 HPUX_IA64_MODE="64"
6867 ;;
6868 esac
6869 fi
6870 rm -rf conftest*
6871 ;;
6872 *-*-irix6*)
6873 # Find out which ABI we are using.
6874 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6875 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6876 (eval $ac_compile) 2>&5
6877 ac_status=$?
6878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6879 test $ac_status = 0; }; then
6880 if test "$lt_cv_prog_gnu_ld" = yes; then
6881 case `/usr/bin/file conftest.$ac_objext` in
6882 *32-bit*)
6883 LD="${LD-ld} -melf32bsmip"
6884 ;;
6885 *N32*)
6886 LD="${LD-ld} -melf32bmipn32"
6887 ;;
6888 *64-bit*)
6889 LD="${LD-ld} -melf64bmip"
6890 ;;
6891 esac
6892 else
6893 case `/usr/bin/file conftest.$ac_objext` in
6894 *32-bit*)
6895 LD="${LD-ld} -32"
6896 ;;
6897 *N32*)
6898 LD="${LD-ld} -n32"
6899 ;;
6900 *64-bit*)
6901 LD="${LD-ld} -64"
6902 ;;
6903 esac
6904 fi
6905 fi
6906 rm -rf conftest*
6907 ;;
6908
6909 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6910 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6911 # Find out which ABI we are using.
6912 echo 'int i;' > conftest.$ac_ext
6913 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6914 (eval $ac_compile) 2>&5
6915 ac_status=$?
6916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6917 test $ac_status = 0; }; then
6918 case `/usr/bin/file conftest.o` in
6919 *32-bit*)
6920 case $host in
6921 x86_64-*kfreebsd*-gnu)
6922 LD="${LD-ld} -m elf_i386_fbsd"
6923 ;;
6924 x86_64-*linux*)
6925 case `/usr/bin/file conftest.o` in
6926 *x86-64*)
6927 LD="${LD-ld} -m elf32_x86_64"
6928 ;;
6929 *)
6930 LD="${LD-ld} -m elf_i386"
6931 ;;
6932 esac
6933 ;;
6934 powerpc64le-*linux*)
6935 LD="${LD-ld} -m elf32lppclinux"
6936 ;;
6937 powerpc64-*linux*)
6938 LD="${LD-ld} -m elf32ppclinux"
6939 ;;
6940 s390x-*linux*)
6941 LD="${LD-ld} -m elf_s390"
6942 ;;
6943 sparc64-*linux*)
6944 LD="${LD-ld} -m elf32_sparc"
6945 ;;
6946 esac
6947 ;;
6948 *64-bit*)
6949 case $host in
6950 x86_64-*kfreebsd*-gnu)
6951 LD="${LD-ld} -m elf_x86_64_fbsd"
6952 ;;
6953 x86_64-*linux*)
6954 LD="${LD-ld} -m elf_x86_64"
6955 ;;
6956 powerpcle-*linux*)
6957 LD="${LD-ld} -m elf64lppc"
6958 ;;
6959 powerpc-*linux*)
6960 LD="${LD-ld} -m elf64ppc"
6961 ;;
6962 s390*-*linux*|s390*-*tpf*)
6963 LD="${LD-ld} -m elf64_s390"
6964 ;;
6965 sparc*-*linux*)
6966 LD="${LD-ld} -m elf64_sparc"
6967 ;;
6968 esac
6969 ;;
6970 esac
6971 fi
6972 rm -rf conftest*
6973 ;;
6974
6975 *-*-sco3.2v5*)
6976 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6977 SAVE_CFLAGS="$CFLAGS"
6978 CFLAGS="$CFLAGS -belf"
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6980 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6981 if ${lt_cv_cc_needs_belf+:} false; then :
6982 $as_echo_n "(cached) " >&6
6983 else
6984 ac_ext=c
6985 ac_cpp='$CPP $CPPFLAGS'
6986 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6987 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6988 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6989
6990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6991 /* end confdefs.h. */
6992
6993 int
6994 main ()
6995 {
6996
6997 ;
6998 return 0;
6999 }
7000 _ACEOF
7001 if ac_fn_c_try_link "$LINENO"; then :
7002 lt_cv_cc_needs_belf=yes
7003 else
7004 lt_cv_cc_needs_belf=no
7005 fi
7006 rm -f core conftest.err conftest.$ac_objext \
7007 conftest$ac_exeext conftest.$ac_ext
7008 ac_ext=c
7009 ac_cpp='$CPP $CPPFLAGS'
7010 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7011 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7012 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7013
7014 fi
7015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7016 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7017 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7018 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7019 CFLAGS="$SAVE_CFLAGS"
7020 fi
7021 ;;
7022 sparc*-*solaris*)
7023 # Find out which ABI we are using.
7024 echo 'int i;' > conftest.$ac_ext
7025 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7026 (eval $ac_compile) 2>&5
7027 ac_status=$?
7028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7029 test $ac_status = 0; }; then
7030 case `/usr/bin/file conftest.o` in
7031 *64-bit*)
7032 case $lt_cv_prog_gnu_ld in
7033 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7034 *)
7035 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7036 LD="${LD-ld} -64"
7037 fi
7038 ;;
7039 esac
7040 ;;
7041 esac
7042 fi
7043 rm -rf conftest*
7044 ;;
7045 esac
7046
7047 need_locks="$enable_libtool_lock"
7048
7049
7050 case $host_os in
7051 rhapsody* | darwin*)
7052 if test -n "$ac_tool_prefix"; then
7053 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7054 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7056 $as_echo_n "checking for $ac_word... " >&6; }
7057 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7058 $as_echo_n "(cached) " >&6
7059 else
7060 if test -n "$DSYMUTIL"; then
7061 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7062 else
7063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7064 for as_dir in $PATH
7065 do
7066 IFS=$as_save_IFS
7067 test -z "$as_dir" && as_dir=.
7068 for ac_exec_ext in '' $ac_executable_extensions; do
7069 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7070 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7072 break 2
7073 fi
7074 done
7075 done
7076 IFS=$as_save_IFS
7077
7078 fi
7079 fi
7080 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7081 if test -n "$DSYMUTIL"; then
7082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7083 $as_echo "$DSYMUTIL" >&6; }
7084 else
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7086 $as_echo "no" >&6; }
7087 fi
7088
7089
7090 fi
7091 if test -z "$ac_cv_prog_DSYMUTIL"; then
7092 ac_ct_DSYMUTIL=$DSYMUTIL
7093 # Extract the first word of "dsymutil", so it can be a program name with args.
7094 set dummy dsymutil; ac_word=$2
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7096 $as_echo_n "checking for $ac_word... " >&6; }
7097 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7098 $as_echo_n "(cached) " >&6
7099 else
7100 if test -n "$ac_ct_DSYMUTIL"; then
7101 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7102 else
7103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7104 for as_dir in $PATH
7105 do
7106 IFS=$as_save_IFS
7107 test -z "$as_dir" && as_dir=.
7108 for ac_exec_ext in '' $ac_executable_extensions; do
7109 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7110 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7112 break 2
7113 fi
7114 done
7115 done
7116 IFS=$as_save_IFS
7117
7118 fi
7119 fi
7120 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7121 if test -n "$ac_ct_DSYMUTIL"; then
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7123 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7124 else
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7126 $as_echo "no" >&6; }
7127 fi
7128
7129 if test "x$ac_ct_DSYMUTIL" = x; then
7130 DSYMUTIL=":"
7131 else
7132 case $cross_compiling:$ac_tool_warned in
7133 yes:)
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7135 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7136 ac_tool_warned=yes ;;
7137 esac
7138 DSYMUTIL=$ac_ct_DSYMUTIL
7139 fi
7140 else
7141 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7142 fi
7143
7144 if test -n "$ac_tool_prefix"; then
7145 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7146 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7148 $as_echo_n "checking for $ac_word... " >&6; }
7149 if ${ac_cv_prog_NMEDIT+:} false; then :
7150 $as_echo_n "(cached) " >&6
7151 else
7152 if test -n "$NMEDIT"; then
7153 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7154 else
7155 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7156 for as_dir in $PATH
7157 do
7158 IFS=$as_save_IFS
7159 test -z "$as_dir" && as_dir=.
7160 for ac_exec_ext in '' $ac_executable_extensions; do
7161 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7162 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7164 break 2
7165 fi
7166 done
7167 done
7168 IFS=$as_save_IFS
7169
7170 fi
7171 fi
7172 NMEDIT=$ac_cv_prog_NMEDIT
7173 if test -n "$NMEDIT"; then
7174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7175 $as_echo "$NMEDIT" >&6; }
7176 else
7177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7178 $as_echo "no" >&6; }
7179 fi
7180
7181
7182 fi
7183 if test -z "$ac_cv_prog_NMEDIT"; then
7184 ac_ct_NMEDIT=$NMEDIT
7185 # Extract the first word of "nmedit", so it can be a program name with args.
7186 set dummy nmedit; ac_word=$2
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7188 $as_echo_n "checking for $ac_word... " >&6; }
7189 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7190 $as_echo_n "(cached) " >&6
7191 else
7192 if test -n "$ac_ct_NMEDIT"; then
7193 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7194 else
7195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7196 for as_dir in $PATH
7197 do
7198 IFS=$as_save_IFS
7199 test -z "$as_dir" && as_dir=.
7200 for ac_exec_ext in '' $ac_executable_extensions; do
7201 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7202 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7204 break 2
7205 fi
7206 done
7207 done
7208 IFS=$as_save_IFS
7209
7210 fi
7211 fi
7212 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7213 if test -n "$ac_ct_NMEDIT"; then
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7215 $as_echo "$ac_ct_NMEDIT" >&6; }
7216 else
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7218 $as_echo "no" >&6; }
7219 fi
7220
7221 if test "x$ac_ct_NMEDIT" = x; then
7222 NMEDIT=":"
7223 else
7224 case $cross_compiling:$ac_tool_warned in
7225 yes:)
7226 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7227 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7228 ac_tool_warned=yes ;;
7229 esac
7230 NMEDIT=$ac_ct_NMEDIT
7231 fi
7232 else
7233 NMEDIT="$ac_cv_prog_NMEDIT"
7234 fi
7235
7236 if test -n "$ac_tool_prefix"; then
7237 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7238 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7240 $as_echo_n "checking for $ac_word... " >&6; }
7241 if ${ac_cv_prog_LIPO+:} false; then :
7242 $as_echo_n "(cached) " >&6
7243 else
7244 if test -n "$LIPO"; then
7245 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7246 else
7247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7248 for as_dir in $PATH
7249 do
7250 IFS=$as_save_IFS
7251 test -z "$as_dir" && as_dir=.
7252 for ac_exec_ext in '' $ac_executable_extensions; do
7253 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7254 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7256 break 2
7257 fi
7258 done
7259 done
7260 IFS=$as_save_IFS
7261
7262 fi
7263 fi
7264 LIPO=$ac_cv_prog_LIPO
7265 if test -n "$LIPO"; then
7266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7267 $as_echo "$LIPO" >&6; }
7268 else
7269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7270 $as_echo "no" >&6; }
7271 fi
7272
7273
7274 fi
7275 if test -z "$ac_cv_prog_LIPO"; then
7276 ac_ct_LIPO=$LIPO
7277 # Extract the first word of "lipo", so it can be a program name with args.
7278 set dummy lipo; ac_word=$2
7279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7280 $as_echo_n "checking for $ac_word... " >&6; }
7281 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7282 $as_echo_n "(cached) " >&6
7283 else
7284 if test -n "$ac_ct_LIPO"; then
7285 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7286 else
7287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7288 for as_dir in $PATH
7289 do
7290 IFS=$as_save_IFS
7291 test -z "$as_dir" && as_dir=.
7292 for ac_exec_ext in '' $ac_executable_extensions; do
7293 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7294 ac_cv_prog_ac_ct_LIPO="lipo"
7295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7296 break 2
7297 fi
7298 done
7299 done
7300 IFS=$as_save_IFS
7301
7302 fi
7303 fi
7304 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7305 if test -n "$ac_ct_LIPO"; then
7306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7307 $as_echo "$ac_ct_LIPO" >&6; }
7308 else
7309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7310 $as_echo "no" >&6; }
7311 fi
7312
7313 if test "x$ac_ct_LIPO" = x; then
7314 LIPO=":"
7315 else
7316 case $cross_compiling:$ac_tool_warned in
7317 yes:)
7318 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7319 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7320 ac_tool_warned=yes ;;
7321 esac
7322 LIPO=$ac_ct_LIPO
7323 fi
7324 else
7325 LIPO="$ac_cv_prog_LIPO"
7326 fi
7327
7328 if test -n "$ac_tool_prefix"; then
7329 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7330 set dummy ${ac_tool_prefix}otool; ac_word=$2
7331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7332 $as_echo_n "checking for $ac_word... " >&6; }
7333 if ${ac_cv_prog_OTOOL+:} false; then :
7334 $as_echo_n "(cached) " >&6
7335 else
7336 if test -n "$OTOOL"; then
7337 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7338 else
7339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7340 for as_dir in $PATH
7341 do
7342 IFS=$as_save_IFS
7343 test -z "$as_dir" && as_dir=.
7344 for ac_exec_ext in '' $ac_executable_extensions; do
7345 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7346 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7348 break 2
7349 fi
7350 done
7351 done
7352 IFS=$as_save_IFS
7353
7354 fi
7355 fi
7356 OTOOL=$ac_cv_prog_OTOOL
7357 if test -n "$OTOOL"; then
7358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7359 $as_echo "$OTOOL" >&6; }
7360 else
7361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7362 $as_echo "no" >&6; }
7363 fi
7364
7365
7366 fi
7367 if test -z "$ac_cv_prog_OTOOL"; then
7368 ac_ct_OTOOL=$OTOOL
7369 # Extract the first word of "otool", so it can be a program name with args.
7370 set dummy otool; ac_word=$2
7371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7372 $as_echo_n "checking for $ac_word... " >&6; }
7373 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7374 $as_echo_n "(cached) " >&6
7375 else
7376 if test -n "$ac_ct_OTOOL"; then
7377 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7378 else
7379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7380 for as_dir in $PATH
7381 do
7382 IFS=$as_save_IFS
7383 test -z "$as_dir" && as_dir=.
7384 for ac_exec_ext in '' $ac_executable_extensions; do
7385 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7386 ac_cv_prog_ac_ct_OTOOL="otool"
7387 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7388 break 2
7389 fi
7390 done
7391 done
7392 IFS=$as_save_IFS
7393
7394 fi
7395 fi
7396 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7397 if test -n "$ac_ct_OTOOL"; then
7398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7399 $as_echo "$ac_ct_OTOOL" >&6; }
7400 else
7401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7402 $as_echo "no" >&6; }
7403 fi
7404
7405 if test "x$ac_ct_OTOOL" = x; then
7406 OTOOL=":"
7407 else
7408 case $cross_compiling:$ac_tool_warned in
7409 yes:)
7410 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7411 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7412 ac_tool_warned=yes ;;
7413 esac
7414 OTOOL=$ac_ct_OTOOL
7415 fi
7416 else
7417 OTOOL="$ac_cv_prog_OTOOL"
7418 fi
7419
7420 if test -n "$ac_tool_prefix"; then
7421 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7422 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7424 $as_echo_n "checking for $ac_word... " >&6; }
7425 if ${ac_cv_prog_OTOOL64+:} false; then :
7426 $as_echo_n "(cached) " >&6
7427 else
7428 if test -n "$OTOOL64"; then
7429 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7430 else
7431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7432 for as_dir in $PATH
7433 do
7434 IFS=$as_save_IFS
7435 test -z "$as_dir" && as_dir=.
7436 for ac_exec_ext in '' $ac_executable_extensions; do
7437 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7438 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7440 break 2
7441 fi
7442 done
7443 done
7444 IFS=$as_save_IFS
7445
7446 fi
7447 fi
7448 OTOOL64=$ac_cv_prog_OTOOL64
7449 if test -n "$OTOOL64"; then
7450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7451 $as_echo "$OTOOL64" >&6; }
7452 else
7453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7454 $as_echo "no" >&6; }
7455 fi
7456
7457
7458 fi
7459 if test -z "$ac_cv_prog_OTOOL64"; then
7460 ac_ct_OTOOL64=$OTOOL64
7461 # Extract the first word of "otool64", so it can be a program name with args.
7462 set dummy otool64; ac_word=$2
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7464 $as_echo_n "checking for $ac_word... " >&6; }
7465 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7466 $as_echo_n "(cached) " >&6
7467 else
7468 if test -n "$ac_ct_OTOOL64"; then
7469 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7470 else
7471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7472 for as_dir in $PATH
7473 do
7474 IFS=$as_save_IFS
7475 test -z "$as_dir" && as_dir=.
7476 for ac_exec_ext in '' $ac_executable_extensions; do
7477 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7478 ac_cv_prog_ac_ct_OTOOL64="otool64"
7479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7480 break 2
7481 fi
7482 done
7483 done
7484 IFS=$as_save_IFS
7485
7486 fi
7487 fi
7488 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7489 if test -n "$ac_ct_OTOOL64"; then
7490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7491 $as_echo "$ac_ct_OTOOL64" >&6; }
7492 else
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7494 $as_echo "no" >&6; }
7495 fi
7496
7497 if test "x$ac_ct_OTOOL64" = x; then
7498 OTOOL64=":"
7499 else
7500 case $cross_compiling:$ac_tool_warned in
7501 yes:)
7502 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7504 ac_tool_warned=yes ;;
7505 esac
7506 OTOOL64=$ac_ct_OTOOL64
7507 fi
7508 else
7509 OTOOL64="$ac_cv_prog_OTOOL64"
7510 fi
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
7533
7534
7535
7536
7537
7538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7539 $as_echo_n "checking for -single_module linker flag... " >&6; }
7540 if ${lt_cv_apple_cc_single_mod+:} false; then :
7541 $as_echo_n "(cached) " >&6
7542 else
7543 lt_cv_apple_cc_single_mod=no
7544 if test -z "${LT_MULTI_MODULE}"; then
7545 # By default we will add the -single_module flag. You can override
7546 # by either setting the environment variable LT_MULTI_MODULE
7547 # non-empty at configure time, or by adding -multi_module to the
7548 # link flags.
7549 rm -rf libconftest.dylib*
7550 echo "int foo(void){return 1;}" > conftest.c
7551 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7552 -dynamiclib -Wl,-single_module conftest.c" >&5
7553 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7554 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7555 _lt_result=$?
7556 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7557 lt_cv_apple_cc_single_mod=yes
7558 else
7559 cat conftest.err >&5
7560 fi
7561 rm -rf libconftest.dylib*
7562 rm -f conftest.*
7563 fi
7564 fi
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7566 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7568 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7569 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7570 $as_echo_n "(cached) " >&6
7571 else
7572 lt_cv_ld_exported_symbols_list=no
7573 save_LDFLAGS=$LDFLAGS
7574 echo "_main" > conftest.sym
7575 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7577 /* end confdefs.h. */
7578
7579 int
7580 main ()
7581 {
7582
7583 ;
7584 return 0;
7585 }
7586 _ACEOF
7587 if ac_fn_c_try_link "$LINENO"; then :
7588 lt_cv_ld_exported_symbols_list=yes
7589 else
7590 lt_cv_ld_exported_symbols_list=no
7591 fi
7592 rm -f core conftest.err conftest.$ac_objext \
7593 conftest$ac_exeext conftest.$ac_ext
7594 LDFLAGS="$save_LDFLAGS"
7595
7596 fi
7597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7598 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7600 $as_echo_n "checking for -force_load linker flag... " >&6; }
7601 if ${lt_cv_ld_force_load+:} false; then :
7602 $as_echo_n "(cached) " >&6
7603 else
7604 lt_cv_ld_force_load=no
7605 cat > conftest.c << _LT_EOF
7606 int forced_loaded() { return 2;}
7607 _LT_EOF
7608 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7609 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7610 echo "$AR cru libconftest.a conftest.o" >&5
7611 $AR cru libconftest.a conftest.o 2>&5
7612 cat > conftest.c << _LT_EOF
7613 int main() { return 0;}
7614 _LT_EOF
7615 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7616 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7617 _lt_result=$?
7618 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7619 lt_cv_ld_force_load=yes
7620 else
7621 cat conftest.err >&5
7622 fi
7623 rm -f conftest.err libconftest.a conftest conftest.c
7624 rm -rf conftest.dSYM
7625
7626 fi
7627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7628 $as_echo "$lt_cv_ld_force_load" >&6; }
7629 # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7630 # build without first building modern cctools / linker.
7631 case $host_cpu-$host_os in
7632 *-rhapsody* | *-darwin1.[012])
7633 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7634 *-darwin1.*)
7635 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7636 *-darwin*)
7637 # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7638 # deployment target is forced to an earlier version.
7639 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
7640 UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
7641 ;;
7642 10.[012][,.]*)
7643 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7644 ;;
7645 *)
7646 ;;
7647 esac
7648 ;;
7649 esac
7650 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7651 _lt_dar_single_mod='$single_module'
7652 fi
7653 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7654 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7655 else
7656 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7657 fi
7658 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7659 _lt_dsymutil='~$DSYMUTIL $lib || :'
7660 else
7661 _lt_dsymutil=
7662 fi
7663 ;;
7664 esac
7665
7666 for ac_header in dlfcn.h
7667 do :
7668 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7669 "
7670 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7671 cat >>confdefs.h <<_ACEOF
7672 #define HAVE_DLFCN_H 1
7673 _ACEOF
7674
7675 fi
7676
7677 done
7678
7679
7680
7681
7682
7683 # Set options
7684 enable_dlopen=yes
7685
7686
7687
7688
7689 enable_win32_dll=no
7690
7691
7692
7693 # Check whether --enable-static was given.
7694 if test "${enable_static+set}" = set; then :
7695 enableval=$enable_static; p=${PACKAGE-default}
7696 case $enableval in
7697 yes) enable_static=yes ;;
7698 no) enable_static=no ;;
7699 *)
7700 enable_static=no
7701 # Look at the argument we got. We use all the common list separators.
7702 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7703 for pkg in $enableval; do
7704 IFS="$lt_save_ifs"
7705 if test "X$pkg" = "X$p"; then
7706 enable_static=yes
7707 fi
7708 done
7709 IFS="$lt_save_ifs"
7710 ;;
7711 esac
7712 else
7713 enable_static=yes
7714 fi
7715
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725 # Check whether --with-pic was given.
7726 if test "${with_pic+set}" = set; then :
7727 withval=$with_pic; pic_mode="$withval"
7728 else
7729 pic_mode=default
7730 fi
7731
7732
7733 test -z "$pic_mode" && pic_mode=default
7734
7735
7736
7737
7738
7739
7740
7741 # Check whether --enable-fast-install was given.
7742 if test "${enable_fast_install+set}" = set; then :
7743 enableval=$enable_fast_install; p=${PACKAGE-default}
7744 case $enableval in
7745 yes) enable_fast_install=yes ;;
7746 no) enable_fast_install=no ;;
7747 *)
7748 enable_fast_install=no
7749 # Look at the argument we got. We use all the common list separators.
7750 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7751 for pkg in $enableval; do
7752 IFS="$lt_save_ifs"
7753 if test "X$pkg" = "X$p"; then
7754 enable_fast_install=yes
7755 fi
7756 done
7757 IFS="$lt_save_ifs"
7758 ;;
7759 esac
7760 else
7761 enable_fast_install=yes
7762 fi
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
7773
7774 # This can be used to rebuild libtool when needed
7775 LIBTOOL_DEPS="$ltmain"
7776
7777 # Always use our own libtool.
7778 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805 test -z "$LN_S" && LN_S="ln -s"
7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820 if test -n "${ZSH_VERSION+set}" ; then
7821 setopt NO_GLOB_SUBST
7822 fi
7823
7824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7825 $as_echo_n "checking for objdir... " >&6; }
7826 if ${lt_cv_objdir+:} false; then :
7827 $as_echo_n "(cached) " >&6
7828 else
7829 rm -f .libs 2>/dev/null
7830 mkdir .libs 2>/dev/null
7831 if test -d .libs; then
7832 lt_cv_objdir=.libs
7833 else
7834 # MS-DOS does not allow filenames that begin with a dot.
7835 lt_cv_objdir=_libs
7836 fi
7837 rmdir .libs 2>/dev/null
7838 fi
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7840 $as_echo "$lt_cv_objdir" >&6; }
7841 objdir=$lt_cv_objdir
7842
7843
7844
7845
7846
7847 cat >>confdefs.h <<_ACEOF
7848 #define LT_OBJDIR "$lt_cv_objdir/"
7849 _ACEOF
7850
7851
7852
7853
7854 case $host_os in
7855 aix3*)
7856 # AIX sometimes has problems with the GCC collect2 program. For some
7857 # reason, if we set the COLLECT_NAMES environment variable, the problems
7858 # vanish in a puff of smoke.
7859 if test "X${COLLECT_NAMES+set}" != Xset; then
7860 COLLECT_NAMES=
7861 export COLLECT_NAMES
7862 fi
7863 ;;
7864 esac
7865
7866 # Global variables:
7867 ofile=libtool
7868 can_build_shared=yes
7869
7870 # All known linkers require a `.a' archive for static linking (except MSVC,
7871 # which needs '.lib').
7872 libext=a
7873
7874 with_gnu_ld="$lt_cv_prog_gnu_ld"
7875
7876 old_CC="$CC"
7877 old_CFLAGS="$CFLAGS"
7878
7879 # Set sane defaults for various variables
7880 test -z "$CC" && CC=cc
7881 test -z "$LTCC" && LTCC=$CC
7882 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7883 test -z "$LD" && LD=ld
7884 test -z "$ac_objext" && ac_objext=o
7885
7886 for cc_temp in $compiler""; do
7887 case $cc_temp in
7888 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7889 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7890 \-*) ;;
7891 *) break;;
7892 esac
7893 done
7894 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7895
7896
7897 # Only perform the check for file, if the check method requires it
7898 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7899 case $deplibs_check_method in
7900 file_magic*)
7901 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7903 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7904 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7905 $as_echo_n "(cached) " >&6
7906 else
7907 case $MAGIC_CMD in
7908 [\\/*] | ?:[\\/]*)
7909 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7910 ;;
7911 *)
7912 lt_save_MAGIC_CMD="$MAGIC_CMD"
7913 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7914 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7915 for ac_dir in $ac_dummy; do
7916 IFS="$lt_save_ifs"
7917 test -z "$ac_dir" && ac_dir=.
7918 if test -f $ac_dir/${ac_tool_prefix}file; then
7919 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7920 if test -n "$file_magic_test_file"; then
7921 case $deplibs_check_method in
7922 "file_magic "*)
7923 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7924 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7925 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7926 $EGREP "$file_magic_regex" > /dev/null; then
7927 :
7928 else
7929 cat <<_LT_EOF 1>&2
7930
7931 *** Warning: the command libtool uses to detect shared libraries,
7932 *** $file_magic_cmd, produces output that libtool cannot recognize.
7933 *** The result is that libtool may fail to recognize shared libraries
7934 *** as such. This will affect the creation of libtool libraries that
7935 *** depend on shared libraries, but programs linked with such libtool
7936 *** libraries will work regardless of this problem. Nevertheless, you
7937 *** may want to report the problem to your system manager and/or to
7938 *** bug-libtool@gnu.org
7939
7940 _LT_EOF
7941 fi ;;
7942 esac
7943 fi
7944 break
7945 fi
7946 done
7947 IFS="$lt_save_ifs"
7948 MAGIC_CMD="$lt_save_MAGIC_CMD"
7949 ;;
7950 esac
7951 fi
7952
7953 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7954 if test -n "$MAGIC_CMD"; then
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7956 $as_echo "$MAGIC_CMD" >&6; }
7957 else
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7959 $as_echo "no" >&6; }
7960 fi
7961
7962
7963
7964
7965
7966 if test -z "$lt_cv_path_MAGIC_CMD"; then
7967 if test -n "$ac_tool_prefix"; then
7968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7969 $as_echo_n "checking for file... " >&6; }
7970 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7971 $as_echo_n "(cached) " >&6
7972 else
7973 case $MAGIC_CMD in
7974 [\\/*] | ?:[\\/]*)
7975 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7976 ;;
7977 *)
7978 lt_save_MAGIC_CMD="$MAGIC_CMD"
7979 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7980 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7981 for ac_dir in $ac_dummy; do
7982 IFS="$lt_save_ifs"
7983 test -z "$ac_dir" && ac_dir=.
7984 if test -f $ac_dir/file; then
7985 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7986 if test -n "$file_magic_test_file"; then
7987 case $deplibs_check_method in
7988 "file_magic "*)
7989 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7990 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7991 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7992 $EGREP "$file_magic_regex" > /dev/null; then
7993 :
7994 else
7995 cat <<_LT_EOF 1>&2
7996
7997 *** Warning: the command libtool uses to detect shared libraries,
7998 *** $file_magic_cmd, produces output that libtool cannot recognize.
7999 *** The result is that libtool may fail to recognize shared libraries
8000 *** as such. This will affect the creation of libtool libraries that
8001 *** depend on shared libraries, but programs linked with such libtool
8002 *** libraries will work regardless of this problem. Nevertheless, you
8003 *** may want to report the problem to your system manager and/or to
8004 *** bug-libtool@gnu.org
8005
8006 _LT_EOF
8007 fi ;;
8008 esac
8009 fi
8010 break
8011 fi
8012 done
8013 IFS="$lt_save_ifs"
8014 MAGIC_CMD="$lt_save_MAGIC_CMD"
8015 ;;
8016 esac
8017 fi
8018
8019 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8020 if test -n "$MAGIC_CMD"; then
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8022 $as_echo "$MAGIC_CMD" >&6; }
8023 else
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8025 $as_echo "no" >&6; }
8026 fi
8027
8028
8029 else
8030 MAGIC_CMD=:
8031 fi
8032 fi
8033
8034 fi
8035 ;;
8036 esac
8037
8038 # Use C for the default configuration in the libtool script
8039
8040 lt_save_CC="$CC"
8041 ac_ext=c
8042 ac_cpp='$CPP $CPPFLAGS'
8043 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8044 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8045 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8046
8047
8048 # Source file extension for C test sources.
8049 ac_ext=c
8050
8051 # Object file extension for compiled C test sources.
8052 objext=o
8053 objext=$objext
8054
8055 # Code to be used in simple compile tests
8056 lt_simple_compile_test_code="int some_variable = 0;"
8057
8058 # Code to be used in simple link tests
8059 lt_simple_link_test_code='int main(){return(0);}'
8060
8061
8062
8063
8064
8065
8066
8067 # If no C compiler was specified, use CC.
8068 LTCC=${LTCC-"$CC"}
8069
8070 # If no C compiler flags were specified, use CFLAGS.
8071 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8072
8073 # Allow CC to be a program name with arguments.
8074 compiler=$CC
8075
8076 # Save the default compiler, since it gets overwritten when the other
8077 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8078 compiler_DEFAULT=$CC
8079
8080 # save warnings/boilerplate of simple test code
8081 ac_outfile=conftest.$ac_objext
8082 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8083 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8084 _lt_compiler_boilerplate=`cat conftest.err`
8085 $RM conftest*
8086
8087 ac_outfile=conftest.$ac_objext
8088 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8089 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8090 _lt_linker_boilerplate=`cat conftest.err`
8091 $RM -r conftest*
8092
8093
8094 ## CAVEAT EMPTOR:
8095 ## There is no encapsulation within the following macros, do not change
8096 ## the running order or otherwise move them around unless you know exactly
8097 ## what you are doing...
8098 if test -n "$compiler"; then
8099
8100 lt_prog_compiler_no_builtin_flag=
8101
8102 if test "$GCC" = yes; then
8103 case $cc_basename in
8104 nvcc*)
8105 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8106 *)
8107 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8108 esac
8109
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8111 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8112 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8113 $as_echo_n "(cached) " >&6
8114 else
8115 lt_cv_prog_compiler_rtti_exceptions=no
8116 ac_outfile=conftest.$ac_objext
8117 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8118 lt_compiler_flag="-fno-rtti -fno-exceptions"
8119 # Insert the option either (1) after the last *FLAGS variable, or
8120 # (2) before a word containing "conftest.", or (3) at the end.
8121 # Note that $ac_compile itself does not contain backslashes and begins
8122 # with a dollar sign (not a hyphen), so the echo should work correctly.
8123 # The option is referenced via a variable to avoid confusing sed.
8124 lt_compile=`echo "$ac_compile" | $SED \
8125 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8126 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8127 -e 's:$: $lt_compiler_flag:'`
8128 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8129 (eval "$lt_compile" 2>conftest.err)
8130 ac_status=$?
8131 cat conftest.err >&5
8132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8133 if (exit $ac_status) && test -s "$ac_outfile"; then
8134 # The compiler can only warn and ignore the option if not recognized
8135 # So say no if there are warnings other than the usual output.
8136 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8137 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8138 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8139 lt_cv_prog_compiler_rtti_exceptions=yes
8140 fi
8141 fi
8142 $RM conftest*
8143
8144 fi
8145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8146 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8147
8148 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8149 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8150 else
8151 :
8152 fi
8153
8154 fi
8155
8156
8157
8158
8159
8160
8161 lt_prog_compiler_wl=
8162 lt_prog_compiler_pic=
8163 lt_prog_compiler_static=
8164
8165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8166 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8167
8168 if test "$GCC" = yes; then
8169 lt_prog_compiler_wl='-Wl,'
8170 lt_prog_compiler_static='-static'
8171
8172 case $host_os in
8173 aix*)
8174 # All AIX code is PIC.
8175 if test "$host_cpu" = ia64; then
8176 # AIX 5 now supports IA64 processor
8177 lt_prog_compiler_static='-Bstatic'
8178 fi
8179 lt_prog_compiler_pic='-fPIC'
8180 ;;
8181
8182 amigaos*)
8183 case $host_cpu in
8184 powerpc)
8185 # see comment about AmigaOS4 .so support
8186 lt_prog_compiler_pic='-fPIC'
8187 ;;
8188 m68k)
8189 # FIXME: we need at least 68020 code to build shared libraries, but
8190 # adding the `-m68020' flag to GCC prevents building anything better,
8191 # like `-m68040'.
8192 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8193 ;;
8194 esac
8195 ;;
8196
8197 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8198 # PIC is the default for these OSes.
8199 ;;
8200
8201 mingw* | cygwin* | pw32* | os2* | cegcc*)
8202 # This hack is so that the source file can tell whether it is being
8203 # built for inclusion in a dll (and should export symbols for example).
8204 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8205 # (--disable-auto-import) libraries
8206 lt_prog_compiler_pic='-DDLL_EXPORT'
8207 ;;
8208
8209 darwin* | rhapsody*)
8210 # PIC is the default on this platform
8211 # Common symbols not allowed in MH_DYLIB files
8212 lt_prog_compiler_pic='-fno-common'
8213 ;;
8214
8215 haiku*)
8216 # PIC is the default for Haiku.
8217 # The "-static" flag exists, but is broken.
8218 lt_prog_compiler_static=
8219 ;;
8220
8221 hpux*)
8222 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8223 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8224 # sets the default TLS model and affects inlining.
8225 case $host_cpu in
8226 hppa*64*)
8227 # +Z the default
8228 ;;
8229 *)
8230 lt_prog_compiler_pic='-fPIC'
8231 ;;
8232 esac
8233 ;;
8234
8235 interix[3-9]*)
8236 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8237 # Instead, we relocate shared libraries at runtime.
8238 ;;
8239
8240 msdosdjgpp*)
8241 # Just because we use GCC doesn't mean we suddenly get shared libraries
8242 # on systems that don't support them.
8243 lt_prog_compiler_can_build_shared=no
8244 enable_shared=no
8245 ;;
8246
8247 *nto* | *qnx*)
8248 # QNX uses GNU C++, but need to define -shared option too, otherwise
8249 # it will coredump.
8250 lt_prog_compiler_pic='-fPIC -shared'
8251 ;;
8252
8253 sysv4*MP*)
8254 if test -d /usr/nec; then
8255 lt_prog_compiler_pic=-Kconform_pic
8256 fi
8257 ;;
8258
8259 *)
8260 lt_prog_compiler_pic='-fPIC'
8261 ;;
8262 esac
8263
8264 case $cc_basename in
8265 nvcc*) # Cuda Compiler Driver 2.2
8266 lt_prog_compiler_wl='-Xlinker '
8267 lt_prog_compiler_pic='-Xcompiler -fPIC'
8268 ;;
8269 esac
8270 else
8271 # PORTME Check for flag to pass linker flags through the system compiler.
8272 case $host_os in
8273 aix*)
8274 lt_prog_compiler_wl='-Wl,'
8275 if test "$host_cpu" = ia64; then
8276 # AIX 5 now supports IA64 processor
8277 lt_prog_compiler_static='-Bstatic'
8278 else
8279 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8280 fi
8281 ;;
8282
8283 mingw* | cygwin* | pw32* | os2* | cegcc*)
8284 # This hack is so that the source file can tell whether it is being
8285 # built for inclusion in a dll (and should export symbols for example).
8286 lt_prog_compiler_pic='-DDLL_EXPORT'
8287 ;;
8288
8289 hpux9* | hpux10* | hpux11*)
8290 lt_prog_compiler_wl='-Wl,'
8291 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8292 # not for PA HP-UX.
8293 case $host_cpu in
8294 hppa*64*|ia64*)
8295 # +Z the default
8296 ;;
8297 *)
8298 lt_prog_compiler_pic='+Z'
8299 ;;
8300 esac
8301 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8302 lt_prog_compiler_static='${wl}-a ${wl}archive'
8303 ;;
8304
8305 irix5* | irix6* | nonstopux*)
8306 lt_prog_compiler_wl='-Wl,'
8307 # PIC (with -KPIC) is the default.
8308 lt_prog_compiler_static='-non_shared'
8309 ;;
8310
8311 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8312 case $cc_basename in
8313 # old Intel for x86_64 which still supported -KPIC.
8314 ecc*)
8315 lt_prog_compiler_wl='-Wl,'
8316 lt_prog_compiler_pic='-KPIC'
8317 lt_prog_compiler_static='-static'
8318 ;;
8319 # icc used to be incompatible with GCC.
8320 # ICC 10 doesn't accept -KPIC any more.
8321 icc* | ifort*)
8322 lt_prog_compiler_wl='-Wl,'
8323 lt_prog_compiler_pic='-fPIC'
8324 lt_prog_compiler_static='-static'
8325 ;;
8326 # Lahey Fortran 8.1.
8327 lf95*)
8328 lt_prog_compiler_wl='-Wl,'
8329 lt_prog_compiler_pic='--shared'
8330 lt_prog_compiler_static='--static'
8331 ;;
8332 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8333 # Portland Group compilers (*not* the Pentium gcc compiler,
8334 # which looks to be a dead project)
8335 lt_prog_compiler_wl='-Wl,'
8336 lt_prog_compiler_pic='-fpic'
8337 lt_prog_compiler_static='-Bstatic'
8338 ;;
8339 ccc*)
8340 lt_prog_compiler_wl='-Wl,'
8341 # All Alpha code is PIC.
8342 lt_prog_compiler_static='-non_shared'
8343 ;;
8344 xl* | bgxl* | bgf* | mpixl*)
8345 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8346 lt_prog_compiler_wl='-Wl,'
8347 lt_prog_compiler_pic='-qpic'
8348 lt_prog_compiler_static='-qstaticlink'
8349 ;;
8350 *)
8351 case `$CC -V 2>&1 | sed 5q` in
8352 *Sun\ F* | *Sun*Fortran*)
8353 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8354 lt_prog_compiler_pic='-KPIC'
8355 lt_prog_compiler_static='-Bstatic'
8356 lt_prog_compiler_wl=''
8357 ;;
8358 *Sun\ C*)
8359 # Sun C 5.9
8360 lt_prog_compiler_pic='-KPIC'
8361 lt_prog_compiler_static='-Bstatic'
8362 lt_prog_compiler_wl='-Wl,'
8363 ;;
8364 esac
8365 ;;
8366 esac
8367 ;;
8368
8369 newsos6)
8370 lt_prog_compiler_pic='-KPIC'
8371 lt_prog_compiler_static='-Bstatic'
8372 ;;
8373
8374 *nto* | *qnx*)
8375 # QNX uses GNU C++, but need to define -shared option too, otherwise
8376 # it will coredump.
8377 lt_prog_compiler_pic='-fPIC -shared'
8378 ;;
8379
8380 osf3* | osf4* | osf5*)
8381 lt_prog_compiler_wl='-Wl,'
8382 # All OSF/1 code is PIC.
8383 lt_prog_compiler_static='-non_shared'
8384 ;;
8385
8386 rdos*)
8387 lt_prog_compiler_static='-non_shared'
8388 ;;
8389
8390 solaris*)
8391 lt_prog_compiler_pic='-KPIC'
8392 lt_prog_compiler_static='-Bstatic'
8393 case $cc_basename in
8394 f77* | f90* | f95*)
8395 lt_prog_compiler_wl='-Qoption ld ';;
8396 *)
8397 lt_prog_compiler_wl='-Wl,';;
8398 esac
8399 ;;
8400
8401 sunos4*)
8402 lt_prog_compiler_wl='-Qoption ld '
8403 lt_prog_compiler_pic='-PIC'
8404 lt_prog_compiler_static='-Bstatic'
8405 ;;
8406
8407 sysv4 | sysv4.2uw2* | sysv4.3*)
8408 lt_prog_compiler_wl='-Wl,'
8409 lt_prog_compiler_pic='-KPIC'
8410 lt_prog_compiler_static='-Bstatic'
8411 ;;
8412
8413 sysv4*MP*)
8414 if test -d /usr/nec ;then
8415 lt_prog_compiler_pic='-Kconform_pic'
8416 lt_prog_compiler_static='-Bstatic'
8417 fi
8418 ;;
8419
8420 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8421 lt_prog_compiler_wl='-Wl,'
8422 lt_prog_compiler_pic='-KPIC'
8423 lt_prog_compiler_static='-Bstatic'
8424 ;;
8425
8426 unicos*)
8427 lt_prog_compiler_wl='-Wl,'
8428 lt_prog_compiler_can_build_shared=no
8429 ;;
8430
8431 uts4*)
8432 lt_prog_compiler_pic='-pic'
8433 lt_prog_compiler_static='-Bstatic'
8434 ;;
8435
8436 *)
8437 lt_prog_compiler_can_build_shared=no
8438 ;;
8439 esac
8440 fi
8441
8442 case $host_os in
8443 # For platforms which do not support PIC, -DPIC is meaningless:
8444 *djgpp*)
8445 lt_prog_compiler_pic=
8446 ;;
8447 *)
8448 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8449 ;;
8450 esac
8451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8452 $as_echo "$lt_prog_compiler_pic" >&6; }
8453
8454
8455
8456
8457
8458
8459 #
8460 # Check to make sure the PIC flag actually works.
8461 #
8462 if test -n "$lt_prog_compiler_pic"; then
8463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8464 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8465 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8466 $as_echo_n "(cached) " >&6
8467 else
8468 lt_cv_prog_compiler_pic_works=no
8469 ac_outfile=conftest.$ac_objext
8470 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8471 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8472 # Insert the option either (1) after the last *FLAGS variable, or
8473 # (2) before a word containing "conftest.", or (3) at the end.
8474 # Note that $ac_compile itself does not contain backslashes and begins
8475 # with a dollar sign (not a hyphen), so the echo should work correctly.
8476 # The option is referenced via a variable to avoid confusing sed.
8477 lt_compile=`echo "$ac_compile" | $SED \
8478 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8479 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8480 -e 's:$: $lt_compiler_flag:'`
8481 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8482 (eval "$lt_compile" 2>conftest.err)
8483 ac_status=$?
8484 cat conftest.err >&5
8485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8486 if (exit $ac_status) && test -s "$ac_outfile"; then
8487 # The compiler can only warn and ignore the option if not recognized
8488 # So say no if there are warnings other than the usual output.
8489 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8490 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8491 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8492 lt_cv_prog_compiler_pic_works=yes
8493 fi
8494 fi
8495 $RM conftest*
8496
8497 fi
8498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8499 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8500
8501 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8502 case $lt_prog_compiler_pic in
8503 "" | " "*) ;;
8504 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8505 esac
8506 else
8507 lt_prog_compiler_pic=
8508 lt_prog_compiler_can_build_shared=no
8509 fi
8510
8511 fi
8512
8513
8514
8515
8516
8517
8518 #
8519 # Check to make sure the static flag actually works.
8520 #
8521 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8523 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8524 if ${lt_cv_prog_compiler_static_works+:} false; then :
8525 $as_echo_n "(cached) " >&6
8526 else
8527 lt_cv_prog_compiler_static_works=no
8528 save_LDFLAGS="$LDFLAGS"
8529 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8530 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8531 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8532 # The linker can only warn and ignore the option if not recognized
8533 # So say no if there are warnings
8534 if test -s conftest.err; then
8535 # Append any errors to the config.log.
8536 cat conftest.err 1>&5
8537 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8538 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8539 if diff conftest.exp conftest.er2 >/dev/null; then
8540 lt_cv_prog_compiler_static_works=yes
8541 fi
8542 else
8543 lt_cv_prog_compiler_static_works=yes
8544 fi
8545 fi
8546 $RM -r conftest*
8547 LDFLAGS="$save_LDFLAGS"
8548
8549 fi
8550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8551 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8552
8553 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8554 :
8555 else
8556 lt_prog_compiler_static=
8557 fi
8558
8559
8560
8561
8562
8563
8564
8565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8566 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8567 if ${lt_cv_prog_compiler_c_o+:} false; then :
8568 $as_echo_n "(cached) " >&6
8569 else
8570 lt_cv_prog_compiler_c_o=no
8571 $RM -r conftest 2>/dev/null
8572 mkdir conftest
8573 cd conftest
8574 mkdir out
8575 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8576
8577 lt_compiler_flag="-o out/conftest2.$ac_objext"
8578 # Insert the option either (1) after the last *FLAGS variable, or
8579 # (2) before a word containing "conftest.", or (3) at the end.
8580 # Note that $ac_compile itself does not contain backslashes and begins
8581 # with a dollar sign (not a hyphen), so the echo should work correctly.
8582 lt_compile=`echo "$ac_compile" | $SED \
8583 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8584 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8585 -e 's:$: $lt_compiler_flag:'`
8586 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8587 (eval "$lt_compile" 2>out/conftest.err)
8588 ac_status=$?
8589 cat out/conftest.err >&5
8590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8591 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8592 then
8593 # The compiler can only warn and ignore the option if not recognized
8594 # So say no if there are warnings
8595 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8596 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8597 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8598 lt_cv_prog_compiler_c_o=yes
8599 fi
8600 fi
8601 chmod u+w . 2>&5
8602 $RM conftest*
8603 # SGI C++ compiler will create directory out/ii_files/ for
8604 # template instantiation
8605 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8606 $RM out/* && rmdir out
8607 cd ..
8608 $RM -r conftest
8609 $RM conftest*
8610
8611 fi
8612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8613 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8614
8615
8616
8617
8618
8619
8620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8621 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8622 if ${lt_cv_prog_compiler_c_o+:} false; then :
8623 $as_echo_n "(cached) " >&6
8624 else
8625 lt_cv_prog_compiler_c_o=no
8626 $RM -r conftest 2>/dev/null
8627 mkdir conftest
8628 cd conftest
8629 mkdir out
8630 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8631
8632 lt_compiler_flag="-o out/conftest2.$ac_objext"
8633 # Insert the option either (1) after the last *FLAGS variable, or
8634 # (2) before a word containing "conftest.", or (3) at the end.
8635 # Note that $ac_compile itself does not contain backslashes and begins
8636 # with a dollar sign (not a hyphen), so the echo should work correctly.
8637 lt_compile=`echo "$ac_compile" | $SED \
8638 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8639 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8640 -e 's:$: $lt_compiler_flag:'`
8641 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8642 (eval "$lt_compile" 2>out/conftest.err)
8643 ac_status=$?
8644 cat out/conftest.err >&5
8645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8646 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8647 then
8648 # The compiler can only warn and ignore the option if not recognized
8649 # So say no if there are warnings
8650 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8651 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8652 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8653 lt_cv_prog_compiler_c_o=yes
8654 fi
8655 fi
8656 chmod u+w . 2>&5
8657 $RM conftest*
8658 # SGI C++ compiler will create directory out/ii_files/ for
8659 # template instantiation
8660 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8661 $RM out/* && rmdir out
8662 cd ..
8663 $RM -r conftest
8664 $RM conftest*
8665
8666 fi
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8668 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8669
8670
8671
8672
8673 hard_links="nottested"
8674 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8675 # do not overwrite the value of need_locks provided by the user
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8677 $as_echo_n "checking if we can lock with hard links... " >&6; }
8678 hard_links=yes
8679 $RM conftest*
8680 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8681 touch conftest.a
8682 ln conftest.a conftest.b 2>&5 || hard_links=no
8683 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8685 $as_echo "$hard_links" >&6; }
8686 if test "$hard_links" = no; then
8687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8688 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8689 need_locks=warn
8690 fi
8691 else
8692 need_locks=no
8693 fi
8694
8695
8696
8697
8698
8699
8700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8701 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8702
8703 runpath_var=
8704 allow_undefined_flag=
8705 always_export_symbols=no
8706 archive_cmds=
8707 archive_expsym_cmds=
8708 compiler_needs_object=no
8709 enable_shared_with_static_runtimes=no
8710 export_dynamic_flag_spec=
8711 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8712 hardcode_automatic=no
8713 hardcode_direct=no
8714 hardcode_direct_absolute=no
8715 hardcode_libdir_flag_spec=
8716 hardcode_libdir_flag_spec_ld=
8717 hardcode_libdir_separator=
8718 hardcode_minus_L=no
8719 hardcode_shlibpath_var=unsupported
8720 inherit_rpath=no
8721 link_all_deplibs=unknown
8722 module_cmds=
8723 module_expsym_cmds=
8724 old_archive_from_new_cmds=
8725 old_archive_from_expsyms_cmds=
8726 thread_safe_flag_spec=
8727 whole_archive_flag_spec=
8728 # include_expsyms should be a list of space-separated symbols to be *always*
8729 # included in the symbol list
8730 include_expsyms=
8731 # exclude_expsyms can be an extended regexp of symbols to exclude
8732 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8733 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8734 # as well as any symbol that contains `d'.
8735 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8736 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8737 # platforms (ab)use it in PIC code, but their linkers get confused if
8738 # the symbol is explicitly referenced. Since portable code cannot
8739 # rely on this symbol name, it's probably fine to never include it in
8740 # preloaded symbol tables.
8741 # Exclude shared library initialization/finalization symbols.
8742 extract_expsyms_cmds=
8743
8744 case $host_os in
8745 cygwin* | mingw* | pw32* | cegcc*)
8746 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8747 # When not using gcc, we currently assume that we are using
8748 # Microsoft Visual C++.
8749 if test "$GCC" != yes; then
8750 with_gnu_ld=no
8751 fi
8752 ;;
8753 interix*)
8754 # we just hope/assume this is gcc and not c89 (= MSVC++)
8755 with_gnu_ld=yes
8756 ;;
8757 openbsd*)
8758 with_gnu_ld=no
8759 ;;
8760 esac
8761
8762 ld_shlibs=yes
8763
8764 # On some targets, GNU ld is compatible enough with the native linker
8765 # that we're better off using the native interface for both.
8766 lt_use_gnu_ld_interface=no
8767 if test "$with_gnu_ld" = yes; then
8768 case $host_os in
8769 aix*)
8770 # The AIX port of GNU ld has always aspired to compatibility
8771 # with the native linker. However, as the warning in the GNU ld
8772 # block says, versions before 2.19.5* couldn't really create working
8773 # shared libraries, regardless of the interface used.
8774 case `$LD -v 2>&1` in
8775 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8776 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8777 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8778 *)
8779 lt_use_gnu_ld_interface=yes
8780 ;;
8781 esac
8782 ;;
8783 *)
8784 lt_use_gnu_ld_interface=yes
8785 ;;
8786 esac
8787 fi
8788
8789 if test "$lt_use_gnu_ld_interface" = yes; then
8790 # If archive_cmds runs LD, not CC, wlarc should be empty
8791 wlarc='${wl}'
8792
8793 # Set some defaults for GNU ld with shared library support. These
8794 # are reset later if shared libraries are not supported. Putting them
8795 # here allows them to be overridden if necessary.
8796 runpath_var=LD_RUN_PATH
8797 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8798 export_dynamic_flag_spec='${wl}--export-dynamic'
8799 # ancient GNU ld didn't support --whole-archive et. al.
8800 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8801 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8802 else
8803 whole_archive_flag_spec=
8804 fi
8805 supports_anon_versioning=no
8806 case `$LD -v 2>&1` in
8807 *GNU\ gold*) supports_anon_versioning=yes ;;
8808 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8809 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8810 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8811 *\ 2.11.*) ;; # other 2.11 versions
8812 *) supports_anon_versioning=yes ;;
8813 esac
8814
8815 # See if GNU ld supports shared libraries.
8816 case $host_os in
8817 aix[3-9]*)
8818 # On AIX/PPC, the GNU linker is very broken
8819 if test "$host_cpu" != ia64; then
8820 ld_shlibs=no
8821 cat <<_LT_EOF 1>&2
8822
8823 *** Warning: the GNU linker, at least up to release 2.19, is reported
8824 *** to be unable to reliably create shared libraries on AIX.
8825 *** Therefore, libtool is disabling shared libraries support. If you
8826 *** really care for shared libraries, you may want to install binutils
8827 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8828 *** You will then need to restart the configuration process.
8829
8830 _LT_EOF
8831 fi
8832 ;;
8833
8834 amigaos*)
8835 case $host_cpu in
8836 powerpc)
8837 # see comment about AmigaOS4 .so support
8838 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8839 archive_expsym_cmds=''
8840 ;;
8841 m68k)
8842 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)'
8843 hardcode_libdir_flag_spec='-L$libdir'
8844 hardcode_minus_L=yes
8845 ;;
8846 esac
8847 ;;
8848
8849 beos*)
8850 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8851 allow_undefined_flag=unsupported
8852 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8853 # support --undefined. This deserves some investigation. FIXME
8854 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8855 else
8856 ld_shlibs=no
8857 fi
8858 ;;
8859
8860 cygwin* | mingw* | pw32* | cegcc*)
8861 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8862 # as there is no search path for DLLs.
8863 hardcode_libdir_flag_spec='-L$libdir'
8864 export_dynamic_flag_spec='${wl}--export-all-symbols'
8865 allow_undefined_flag=unsupported
8866 always_export_symbols=no
8867 enable_shared_with_static_runtimes=yes
8868 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8869
8870 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8871 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8872 # If the export-symbols file already is a .def file (1st line
8873 # is EXPORTS), use it as is; otherwise, prepend...
8874 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8875 cp $export_symbols $output_objdir/$soname.def;
8876 else
8877 echo EXPORTS > $output_objdir/$soname.def;
8878 cat $export_symbols >> $output_objdir/$soname.def;
8879 fi~
8880 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8881 else
8882 ld_shlibs=no
8883 fi
8884 ;;
8885
8886 haiku*)
8887 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8888 link_all_deplibs=yes
8889 ;;
8890
8891 interix[3-9]*)
8892 hardcode_direct=no
8893 hardcode_shlibpath_var=no
8894 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8895 export_dynamic_flag_spec='${wl}-E'
8896 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8897 # Instead, shared libraries are loaded at an image base (0x10000000 by
8898 # default) and relocated if they conflict, which is a slow very memory
8899 # consuming and fragmenting process. To avoid this, we pick a random,
8900 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8901 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8902 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8903 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'
8904 ;;
8905
8906 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
8907 tmp_diet=no
8908 if test "$host_os" = linux-dietlibc; then
8909 case $cc_basename in
8910 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8911 esac
8912 fi
8913 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8914 && test "$tmp_diet" = no
8915 then
8916 tmp_addflag=' $pic_flag'
8917 tmp_sharedflag='-shared'
8918 case $cc_basename,$host_cpu in
8919 pgcc*) # Portland Group C compiler
8920 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'
8921 tmp_addflag=' $pic_flag'
8922 ;;
8923 pgf77* | pgf90* | pgf95* | pgfortran*)
8924 # Portland Group f77 and f90 compilers
8925 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'
8926 tmp_addflag=' $pic_flag -Mnomain' ;;
8927 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8928 tmp_addflag=' -i_dynamic' ;;
8929 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8930 tmp_addflag=' -i_dynamic -nofor_main' ;;
8931 ifc* | ifort*) # Intel Fortran compiler
8932 tmp_addflag=' -nofor_main' ;;
8933 lf95*) # Lahey Fortran 8.1
8934 whole_archive_flag_spec=
8935 tmp_sharedflag='--shared' ;;
8936 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8937 tmp_sharedflag='-qmkshrobj'
8938 tmp_addflag= ;;
8939 nvcc*) # Cuda Compiler Driver 2.2
8940 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'
8941 compiler_needs_object=yes
8942 ;;
8943 esac
8944 case `$CC -V 2>&1 | sed 5q` in
8945 *Sun\ C*) # Sun C 5.9
8946 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'
8947 compiler_needs_object=yes
8948 tmp_sharedflag='-G' ;;
8949 *Sun\ F*) # Sun Fortran 8.3
8950 tmp_sharedflag='-G' ;;
8951 esac
8952 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8953
8954 if test "x$supports_anon_versioning" = xyes; then
8955 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8956 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8957 echo "local: *; };" >> $output_objdir/$libname.ver~
8958 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8959 fi
8960
8961 case $cc_basename in
8962 xlf* | bgf* | bgxlf* | mpixlf*)
8963 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8964 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8965 hardcode_libdir_flag_spec=
8966 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8967 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8968 if test "x$supports_anon_versioning" = xyes; then
8969 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8970 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8971 echo "local: *; };" >> $output_objdir/$libname.ver~
8972 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8973 fi
8974 ;;
8975 esac
8976 else
8977 ld_shlibs=no
8978 fi
8979 ;;
8980
8981 netbsd*)
8982 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8983 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8984 wlarc=
8985 else
8986 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8987 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8988 fi
8989 ;;
8990
8991 solaris*)
8992 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8993 ld_shlibs=no
8994 cat <<_LT_EOF 1>&2
8995
8996 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8997 *** create shared libraries on Solaris systems. Therefore, libtool
8998 *** is disabling shared libraries support. We urge you to upgrade GNU
8999 *** binutils to release 2.9.1 or newer. Another option is to modify
9000 *** your PATH or compiler configuration so that the native linker is
9001 *** used, and then restart.
9002
9003 _LT_EOF
9004 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9005 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9006 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9007 else
9008 ld_shlibs=no
9009 fi
9010 ;;
9011
9012 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9013 case `$LD -v 2>&1` in
9014 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9015 ld_shlibs=no
9016 cat <<_LT_EOF 1>&2
9017
9018 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9019 *** reliably create shared libraries on SCO systems. Therefore, libtool
9020 *** is disabling shared libraries support. We urge you to upgrade GNU
9021 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9022 *** your PATH or compiler configuration so that the native linker is
9023 *** used, and then restart.
9024
9025 _LT_EOF
9026 ;;
9027 *)
9028 # For security reasons, it is highly recommended that you always
9029 # use absolute paths for naming shared libraries, and exclude the
9030 # DT_RUNPATH tag from executables and libraries. But doing so
9031 # requires that you compile everything twice, which is a pain.
9032 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9033 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9034 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9035 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9036 else
9037 ld_shlibs=no
9038 fi
9039 ;;
9040 esac
9041 ;;
9042
9043 sunos4*)
9044 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9045 wlarc=
9046 hardcode_direct=yes
9047 hardcode_shlibpath_var=no
9048 ;;
9049
9050 *)
9051 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9052 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9053 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9054 else
9055 ld_shlibs=no
9056 fi
9057 ;;
9058 esac
9059
9060 if test "$ld_shlibs" = no; then
9061 runpath_var=
9062 hardcode_libdir_flag_spec=
9063 export_dynamic_flag_spec=
9064 whole_archive_flag_spec=
9065 fi
9066 else
9067 # PORTME fill in a description of your system's linker (not GNU ld)
9068 case $host_os in
9069 aix3*)
9070 allow_undefined_flag=unsupported
9071 always_export_symbols=yes
9072 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'
9073 # Note: this linker hardcodes the directories in LIBPATH if there
9074 # are no directories specified by -L.
9075 hardcode_minus_L=yes
9076 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9077 # Neither direct hardcoding nor static linking is supported with a
9078 # broken collect2.
9079 hardcode_direct=unsupported
9080 fi
9081 ;;
9082
9083 aix[4-9]*)
9084 if test "$host_cpu" = ia64; then
9085 # On IA64, the linker does run time linking by default, so we don't
9086 # have to do anything special.
9087 aix_use_runtimelinking=no
9088 exp_sym_flag='-Bexport'
9089 no_entry_flag=""
9090 else
9091 # If we're using GNU nm, then we don't want the "-C" option.
9092 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9093 # Also, AIX nm treats weak defined symbols like other global
9094 # defined symbols, whereas GNU nm marks them as "W".
9095 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9096 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'
9097 else
9098 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'
9099 fi
9100 aix_use_runtimelinking=no
9101
9102 # Test if we are trying to use run time linking or normal
9103 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9104 # need to do runtime linking.
9105 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9106 for ld_flag in $LDFLAGS; do
9107 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9108 aix_use_runtimelinking=yes
9109 break
9110 fi
9111 done
9112 ;;
9113 esac
9114
9115 exp_sym_flag='-bexport'
9116 no_entry_flag='-bnoentry'
9117 fi
9118
9119 # When large executables or shared objects are built, AIX ld can
9120 # have problems creating the table of contents. If linking a library
9121 # or program results in "error TOC overflow" add -mminimal-toc to
9122 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9123 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9124
9125 archive_cmds=''
9126 hardcode_direct=yes
9127 hardcode_direct_absolute=yes
9128 hardcode_libdir_separator=':'
9129 link_all_deplibs=yes
9130 file_list_spec='${wl}-f,'
9131
9132 if test "$GCC" = yes; then
9133 case $host_os in aix4.[012]|aix4.[012].*)
9134 # We only want to do this on AIX 4.2 and lower, the check
9135 # below for broken collect2 doesn't work under 4.3+
9136 collect2name=`${CC} -print-prog-name=collect2`
9137 if test -f "$collect2name" &&
9138 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9139 then
9140 # We have reworked collect2
9141 :
9142 else
9143 # We have old collect2
9144 hardcode_direct=unsupported
9145 # It fails to find uninstalled libraries when the uninstalled
9146 # path is not listed in the libpath. Setting hardcode_minus_L
9147 # to unsupported forces relinking
9148 hardcode_minus_L=yes
9149 hardcode_libdir_flag_spec='-L$libdir'
9150 hardcode_libdir_separator=
9151 fi
9152 ;;
9153 esac
9154 shared_flag='-shared'
9155 if test "$aix_use_runtimelinking" = yes; then
9156 shared_flag="$shared_flag "'${wl}-G'
9157 fi
9158 else
9159 # not using gcc
9160 if test "$host_cpu" = ia64; then
9161 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9162 # chokes on -Wl,-G. The following line is correct:
9163 shared_flag='-G'
9164 else
9165 if test "$aix_use_runtimelinking" = yes; then
9166 shared_flag='${wl}-G'
9167 else
9168 shared_flag='${wl}-bM:SRE'
9169 fi
9170 fi
9171 fi
9172
9173 export_dynamic_flag_spec='${wl}-bexpall'
9174 # It seems that -bexpall does not export symbols beginning with
9175 # underscore (_), so it is better to generate a list of symbols to export.
9176 always_export_symbols=yes
9177 if test "$aix_use_runtimelinking" = yes; then
9178 # Warning - without using the other runtime loading flags (-brtl),
9179 # -berok will link without error, but may produce a broken library.
9180 allow_undefined_flag='-berok'
9181 # Determine the default libpath from the value encoded in an
9182 # empty executable.
9183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9184 /* end confdefs.h. */
9185
9186 int
9187 main ()
9188 {
9189
9190 ;
9191 return 0;
9192 }
9193 _ACEOF
9194 if ac_fn_c_try_link "$LINENO"; then :
9195
9196 lt_aix_libpath_sed='
9197 /Import File Strings/,/^$/ {
9198 /^0/ {
9199 s/^0 *\(.*\)$/\1/
9200 p
9201 }
9202 }'
9203 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9204 # Check for a 64-bit object if we didn't find anything.
9205 if test -z "$aix_libpath"; then
9206 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9207 fi
9208 fi
9209 rm -f core conftest.err conftest.$ac_objext \
9210 conftest$ac_exeext conftest.$ac_ext
9211 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9212
9213 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9214 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"
9215 else
9216 if test "$host_cpu" = ia64; then
9217 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9218 allow_undefined_flag="-z nodefs"
9219 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"
9220 else
9221 # Determine the default libpath from the value encoded in an
9222 # empty executable.
9223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9224 /* end confdefs.h. */
9225
9226 int
9227 main ()
9228 {
9229
9230 ;
9231 return 0;
9232 }
9233 _ACEOF
9234 if ac_fn_c_try_link "$LINENO"; then :
9235
9236 lt_aix_libpath_sed='
9237 /Import File Strings/,/^$/ {
9238 /^0/ {
9239 s/^0 *\(.*\)$/\1/
9240 p
9241 }
9242 }'
9243 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9244 # Check for a 64-bit object if we didn't find anything.
9245 if test -z "$aix_libpath"; then
9246 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9247 fi
9248 fi
9249 rm -f core conftest.err conftest.$ac_objext \
9250 conftest$ac_exeext conftest.$ac_ext
9251 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9252
9253 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9254 # Warning - without using the other run time loading flags,
9255 # -berok will link without error, but may produce a broken library.
9256 no_undefined_flag=' ${wl}-bernotok'
9257 allow_undefined_flag=' ${wl}-berok'
9258 if test "$with_gnu_ld" = yes; then
9259 # We only use this code for GNU lds that support --whole-archive.
9260 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9261 else
9262 # Exported symbols can be pulled into shared objects from archives
9263 whole_archive_flag_spec='$convenience'
9264 fi
9265 archive_cmds_need_lc=yes
9266 # This is similar to how AIX traditionally builds its shared libraries.
9267 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'
9268 fi
9269 fi
9270 ;;
9271
9272 amigaos*)
9273 case $host_cpu in
9274 powerpc)
9275 # see comment about AmigaOS4 .so support
9276 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9277 archive_expsym_cmds=''
9278 ;;
9279 m68k)
9280 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)'
9281 hardcode_libdir_flag_spec='-L$libdir'
9282 hardcode_minus_L=yes
9283 ;;
9284 esac
9285 ;;
9286
9287 bsdi[45]*)
9288 export_dynamic_flag_spec=-rdynamic
9289 ;;
9290
9291 cygwin* | mingw* | pw32* | cegcc*)
9292 # When not using gcc, we currently assume that we are using
9293 # Microsoft Visual C++.
9294 # hardcode_libdir_flag_spec is actually meaningless, as there is
9295 # no search path for DLLs.
9296 hardcode_libdir_flag_spec=' '
9297 allow_undefined_flag=unsupported
9298 # Tell ltmain to make .lib files, not .a files.
9299 libext=lib
9300 # Tell ltmain to make .dll files, not .so files.
9301 shrext_cmds=".dll"
9302 # FIXME: Setting linknames here is a bad hack.
9303 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9304 # The linker will automatically build a .lib file if we build a DLL.
9305 old_archive_from_new_cmds='true'
9306 # FIXME: Should let the user specify the lib program.
9307 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9308 fix_srcfile_path='`cygpath -w "$srcfile"`'
9309 enable_shared_with_static_runtimes=yes
9310 ;;
9311
9312 darwin* | rhapsody*)
9313
9314
9315 archive_cmds_need_lc=no
9316 hardcode_direct=no
9317 hardcode_automatic=yes
9318 hardcode_shlibpath_var=unsupported
9319 if test "$lt_cv_ld_force_load" = "yes"; then
9320 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\"`'
9321 else
9322 whole_archive_flag_spec=''
9323 fi
9324 link_all_deplibs=yes
9325 allow_undefined_flag="$_lt_dar_allow_undefined"
9326 case $cc_basename in
9327 ifort*) _lt_dar_can_shared=yes ;;
9328 *) _lt_dar_can_shared=$GCC ;;
9329 esac
9330 if test "$_lt_dar_can_shared" = "yes"; then
9331 output_verbose_link_cmd=func_echo_all
9332 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9333 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9334 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}"
9335 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}"
9336
9337 else
9338 ld_shlibs=no
9339 fi
9340
9341 ;;
9342
9343 dgux*)
9344 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9345 hardcode_libdir_flag_spec='-L$libdir'
9346 hardcode_shlibpath_var=no
9347 ;;
9348
9349 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9350 # support. Future versions do this automatically, but an explicit c++rt0.o
9351 # does not break anything, and helps significantly (at the cost of a little
9352 # extra space).
9353 freebsd2.2*)
9354 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9355 hardcode_libdir_flag_spec='-R$libdir'
9356 hardcode_direct=yes
9357 hardcode_shlibpath_var=no
9358 ;;
9359
9360 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9361 freebsd2.*)
9362 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9363 hardcode_direct=yes
9364 hardcode_minus_L=yes
9365 hardcode_shlibpath_var=no
9366 ;;
9367
9368 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9369 freebsd* | dragonfly*)
9370 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9371 hardcode_libdir_flag_spec='-R$libdir'
9372 hardcode_direct=yes
9373 hardcode_shlibpath_var=no
9374 ;;
9375
9376 hpux9*)
9377 if test "$GCC" = yes; then
9378 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'
9379 else
9380 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'
9381 fi
9382 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9383 hardcode_libdir_separator=:
9384 hardcode_direct=yes
9385
9386 # hardcode_minus_L: Not really in the search PATH,
9387 # but as the default location of the library.
9388 hardcode_minus_L=yes
9389 export_dynamic_flag_spec='${wl}-E'
9390 ;;
9391
9392 hpux10*)
9393 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9394 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9395 else
9396 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9397 fi
9398 if test "$with_gnu_ld" = no; then
9399 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9400 hardcode_libdir_flag_spec_ld='+b $libdir'
9401 hardcode_libdir_separator=:
9402 hardcode_direct=yes
9403 hardcode_direct_absolute=yes
9404 export_dynamic_flag_spec='${wl}-E'
9405 # hardcode_minus_L: Not really in the search PATH,
9406 # but as the default location of the library.
9407 hardcode_minus_L=yes
9408 fi
9409 ;;
9410
9411 hpux11*)
9412 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9413 case $host_cpu in
9414 hppa*64*)
9415 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9416 ;;
9417 ia64*)
9418 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9419 ;;
9420 *)
9421 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9422 ;;
9423 esac
9424 else
9425 case $host_cpu in
9426 hppa*64*)
9427 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9428 ;;
9429 ia64*)
9430 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9431 ;;
9432 *)
9433
9434 # Older versions of the 11.00 compiler do not understand -b yet
9435 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9437 $as_echo_n "checking if $CC understands -b... " >&6; }
9438 if ${lt_cv_prog_compiler__b+:} false; then :
9439 $as_echo_n "(cached) " >&6
9440 else
9441 lt_cv_prog_compiler__b=no
9442 save_LDFLAGS="$LDFLAGS"
9443 LDFLAGS="$LDFLAGS -b"
9444 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9445 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9446 # The linker can only warn and ignore the option if not recognized
9447 # So say no if there are warnings
9448 if test -s conftest.err; then
9449 # Append any errors to the config.log.
9450 cat conftest.err 1>&5
9451 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9452 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9453 if diff conftest.exp conftest.er2 >/dev/null; then
9454 lt_cv_prog_compiler__b=yes
9455 fi
9456 else
9457 lt_cv_prog_compiler__b=yes
9458 fi
9459 fi
9460 $RM -r conftest*
9461 LDFLAGS="$save_LDFLAGS"
9462
9463 fi
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9465 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9466
9467 if test x"$lt_cv_prog_compiler__b" = xyes; then
9468 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9469 else
9470 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9471 fi
9472
9473 ;;
9474 esac
9475 fi
9476 if test "$with_gnu_ld" = no; then
9477 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9478 hardcode_libdir_separator=:
9479
9480 case $host_cpu in
9481 hppa*64*|ia64*)
9482 hardcode_direct=no
9483 hardcode_shlibpath_var=no
9484 ;;
9485 *)
9486 hardcode_direct=yes
9487 hardcode_direct_absolute=yes
9488 export_dynamic_flag_spec='${wl}-E'
9489
9490 # hardcode_minus_L: Not really in the search PATH,
9491 # but as the default location of the library.
9492 hardcode_minus_L=yes
9493 ;;
9494 esac
9495 fi
9496 ;;
9497
9498 irix5* | irix6* | nonstopux*)
9499 if test "$GCC" = yes; then
9500 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'
9501 # Try to use the -exported_symbol ld option, if it does not
9502 # work, assume that -exports_file does not work either and
9503 # implicitly export all symbols.
9504 save_LDFLAGS="$LDFLAGS"
9505 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9507 /* end confdefs.h. */
9508 int foo(void) {}
9509 _ACEOF
9510 if ac_fn_c_try_link "$LINENO"; then :
9511 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'
9512
9513 fi
9514 rm -f core conftest.err conftest.$ac_objext \
9515 conftest$ac_exeext conftest.$ac_ext
9516 LDFLAGS="$save_LDFLAGS"
9517 else
9518 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'
9519 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'
9520 fi
9521 archive_cmds_need_lc='no'
9522 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9523 hardcode_libdir_separator=:
9524 inherit_rpath=yes
9525 link_all_deplibs=yes
9526 ;;
9527
9528 netbsd*)
9529 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9530 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9531 else
9532 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9533 fi
9534 hardcode_libdir_flag_spec='-R$libdir'
9535 hardcode_direct=yes
9536 hardcode_shlibpath_var=no
9537 ;;
9538
9539 newsos6)
9540 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9541 hardcode_direct=yes
9542 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9543 hardcode_libdir_separator=:
9544 hardcode_shlibpath_var=no
9545 ;;
9546
9547 *nto* | *qnx*)
9548 ;;
9549
9550 openbsd*)
9551 if test -f /usr/libexec/ld.so; then
9552 hardcode_direct=yes
9553 hardcode_shlibpath_var=no
9554 hardcode_direct_absolute=yes
9555 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9556 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9557 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9558 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9559 export_dynamic_flag_spec='${wl}-E'
9560 else
9561 case $host_os in
9562 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9563 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9564 hardcode_libdir_flag_spec='-R$libdir'
9565 ;;
9566 *)
9567 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9568 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9569 ;;
9570 esac
9571 fi
9572 else
9573 ld_shlibs=no
9574 fi
9575 ;;
9576
9577 os2*)
9578 hardcode_libdir_flag_spec='-L$libdir'
9579 hardcode_minus_L=yes
9580 allow_undefined_flag=unsupported
9581 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'
9582 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9583 ;;
9584
9585 osf3*)
9586 if test "$GCC" = yes; then
9587 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9588 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'
9589 else
9590 allow_undefined_flag=' -expect_unresolved \*'
9591 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'
9592 fi
9593 archive_cmds_need_lc='no'
9594 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9595 hardcode_libdir_separator=:
9596 ;;
9597
9598 osf4* | osf5*) # as osf3* with the addition of -msym flag
9599 if test "$GCC" = yes; then
9600 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9601 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'
9602 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9603 else
9604 allow_undefined_flag=' -expect_unresolved \*'
9605 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'
9606 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~
9607 $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'
9608
9609 # Both c and cxx compiler support -rpath directly
9610 hardcode_libdir_flag_spec='-rpath $libdir'
9611 fi
9612 archive_cmds_need_lc='no'
9613 hardcode_libdir_separator=:
9614 ;;
9615
9616 solaris*)
9617 no_undefined_flag=' -z defs'
9618 if test "$GCC" = yes; then
9619 wlarc='${wl}'
9620 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9621 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9622 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9623 else
9624 case `$CC -V 2>&1` in
9625 *"Compilers 5.0"*)
9626 wlarc=''
9627 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9628 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9629 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9630 ;;
9631 *)
9632 wlarc='${wl}'
9633 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9634 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9635 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9636 ;;
9637 esac
9638 fi
9639 hardcode_libdir_flag_spec='-R$libdir'
9640 hardcode_shlibpath_var=no
9641 case $host_os in
9642 solaris2.[0-5] | solaris2.[0-5].*) ;;
9643 *)
9644 # The compiler driver will combine and reorder linker options,
9645 # but understands `-z linker_flag'. GCC discards it without `$wl',
9646 # but is careful enough not to reorder.
9647 # Supported since Solaris 2.6 (maybe 2.5.1?)
9648 if test "$GCC" = yes; then
9649 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9650 else
9651 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9652 fi
9653 ;;
9654 esac
9655 link_all_deplibs=yes
9656 ;;
9657
9658 sunos4*)
9659 if test "x$host_vendor" = xsequent; then
9660 # Use $CC to link under sequent, because it throws in some extra .o
9661 # files that make .init and .fini sections work.
9662 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9663 else
9664 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9665 fi
9666 hardcode_libdir_flag_spec='-L$libdir'
9667 hardcode_direct=yes
9668 hardcode_minus_L=yes
9669 hardcode_shlibpath_var=no
9670 ;;
9671
9672 sysv4)
9673 case $host_vendor in
9674 sni)
9675 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9676 hardcode_direct=yes # is this really true???
9677 ;;
9678 siemens)
9679 ## LD is ld it makes a PLAMLIB
9680 ## CC just makes a GrossModule.
9681 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9682 reload_cmds='$CC -r -o $output$reload_objs'
9683 hardcode_direct=no
9684 ;;
9685 motorola)
9686 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9687 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9688 ;;
9689 esac
9690 runpath_var='LD_RUN_PATH'
9691 hardcode_shlibpath_var=no
9692 ;;
9693
9694 sysv4.3*)
9695 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9696 hardcode_shlibpath_var=no
9697 export_dynamic_flag_spec='-Bexport'
9698 ;;
9699
9700 sysv4*MP*)
9701 if test -d /usr/nec; then
9702 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9703 hardcode_shlibpath_var=no
9704 runpath_var=LD_RUN_PATH
9705 hardcode_runpath_var=yes
9706 ld_shlibs=yes
9707 fi
9708 ;;
9709
9710 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9711 no_undefined_flag='${wl}-z,text'
9712 archive_cmds_need_lc=no
9713 hardcode_shlibpath_var=no
9714 runpath_var='LD_RUN_PATH'
9715
9716 if test "$GCC" = yes; then
9717 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9718 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9719 else
9720 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9721 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9722 fi
9723 ;;
9724
9725 sysv5* | sco3.2v5* | sco5v6*)
9726 # Note: We can NOT use -z defs as we might desire, because we do not
9727 # link with -lc, and that would cause any symbols used from libc to
9728 # always be unresolved, which means just about no library would
9729 # ever link correctly. If we're not using GNU ld we use -z text
9730 # though, which does catch some bad symbols but isn't as heavy-handed
9731 # as -z defs.
9732 no_undefined_flag='${wl}-z,text'
9733 allow_undefined_flag='${wl}-z,nodefs'
9734 archive_cmds_need_lc=no
9735 hardcode_shlibpath_var=no
9736 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9737 hardcode_libdir_separator=':'
9738 link_all_deplibs=yes
9739 export_dynamic_flag_spec='${wl}-Bexport'
9740 runpath_var='LD_RUN_PATH'
9741
9742 if test "$GCC" = yes; then
9743 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9744 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9745 else
9746 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9747 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9748 fi
9749 ;;
9750
9751 uts4*)
9752 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9753 hardcode_libdir_flag_spec='-L$libdir'
9754 hardcode_shlibpath_var=no
9755 ;;
9756
9757 *)
9758 ld_shlibs=no
9759 ;;
9760 esac
9761
9762 if test x$host_vendor = xsni; then
9763 case $host in
9764 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9765 export_dynamic_flag_spec='${wl}-Blargedynsym'
9766 ;;
9767 esac
9768 fi
9769 fi
9770
9771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9772 $as_echo "$ld_shlibs" >&6; }
9773 test "$ld_shlibs" = no && can_build_shared=no
9774
9775 with_gnu_ld=$with_gnu_ld
9776
9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
9790
9791 #
9792 # Do we need to explicitly link libc?
9793 #
9794 case "x$archive_cmds_need_lc" in
9795 x|xyes)
9796 # Assume -lc should be added
9797 archive_cmds_need_lc=yes
9798
9799 if test "$enable_shared" = yes && test "$GCC" = yes; then
9800 case $archive_cmds in
9801 *'~'*)
9802 # FIXME: we may have to deal with multi-command sequences.
9803 ;;
9804 '$CC '*)
9805 # Test whether the compiler implicitly links with -lc since on some
9806 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9807 # to ld, don't add -lc before -lgcc.
9808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9809 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9810 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9811 $as_echo_n "(cached) " >&6
9812 else
9813 $RM conftest*
9814 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9815
9816 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9817 (eval $ac_compile) 2>&5
9818 ac_status=$?
9819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9820 test $ac_status = 0; } 2>conftest.err; then
9821 soname=conftest
9822 lib=conftest
9823 libobjs=conftest.$ac_objext
9824 deplibs=
9825 wl=$lt_prog_compiler_wl
9826 pic_flag=$lt_prog_compiler_pic
9827 compiler_flags=-v
9828 linker_flags=-v
9829 verstring=
9830 output_objdir=.
9831 libname=conftest
9832 lt_save_allow_undefined_flag=$allow_undefined_flag
9833 allow_undefined_flag=
9834 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9835 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9836 ac_status=$?
9837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9838 test $ac_status = 0; }
9839 then
9840 lt_cv_archive_cmds_need_lc=no
9841 else
9842 lt_cv_archive_cmds_need_lc=yes
9843 fi
9844 allow_undefined_flag=$lt_save_allow_undefined_flag
9845 else
9846 cat conftest.err 1>&5
9847 fi
9848 $RM conftest*
9849
9850 fi
9851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9852 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9853 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9854 ;;
9855 esac
9856 fi
9857 ;;
9858 esac
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
9923
9924
9925
9926
9927
9928
9929
9930
9931
9932
9933
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10017 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10018
10019 if test "$GCC" = yes; then
10020 case $host_os in
10021 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10022 *) lt_awk_arg="/^libraries:/" ;;
10023 esac
10024 case $host_os in
10025 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10026 *) lt_sed_strip_eq="s,=/,/,g" ;;
10027 esac
10028 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10029 case $lt_search_path_spec in
10030 *\;*)
10031 # if the path contains ";" then we assume it to be the separator
10032 # otherwise default to the standard path separator (i.e. ":") - it is
10033 # assumed that no part of a normal pathname contains ";" but that should
10034 # okay in the real world where ";" in dirpaths is itself problematic.
10035 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10036 ;;
10037 *)
10038 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10039 ;;
10040 esac
10041 # Ok, now we have the path, separated by spaces, we can step through it
10042 # and add multilib dir if necessary.
10043 lt_tmp_lt_search_path_spec=
10044 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10045 for lt_sys_path in $lt_search_path_spec; do
10046 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10047 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10048 else
10049 test -d "$lt_sys_path" && \
10050 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10051 fi
10052 done
10053 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10054 BEGIN {RS=" "; FS="/|\n";} {
10055 lt_foo="";
10056 lt_count=0;
10057 for (lt_i = NF; lt_i > 0; lt_i--) {
10058 if ($lt_i != "" && $lt_i != ".") {
10059 if ($lt_i == "..") {
10060 lt_count++;
10061 } else {
10062 if (lt_count == 0) {
10063 lt_foo="/" $lt_i lt_foo;
10064 } else {
10065 lt_count--;
10066 }
10067 }
10068 }
10069 }
10070 if (lt_foo != "") { lt_freq[lt_foo]++; }
10071 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10072 }'`
10073 # AWK program above erroneously prepends '/' to C:/dos/paths
10074 # for these hosts.
10075 case $host_os in
10076 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10077 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10078 esac
10079 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10080 else
10081 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10082 fi
10083 library_names_spec=
10084 libname_spec='lib$name'
10085 soname_spec=
10086 shrext_cmds=".so"
10087 postinstall_cmds=
10088 postuninstall_cmds=
10089 finish_cmds=
10090 finish_eval=
10091 shlibpath_var=
10092 shlibpath_overrides_runpath=unknown
10093 version_type=none
10094 dynamic_linker="$host_os ld.so"
10095 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10096 need_lib_prefix=unknown
10097 hardcode_into_libs=no
10098
10099 # when you set need_version to no, make sure it does not cause -set_version
10100 # flags to be left without arguments
10101 need_version=unknown
10102
10103 case $host_os in
10104 aix3*)
10105 version_type=linux
10106 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10107 shlibpath_var=LIBPATH
10108
10109 # AIX 3 has no versioning support, so we append a major version to the name.
10110 soname_spec='${libname}${release}${shared_ext}$major'
10111 ;;
10112
10113 aix[4-9]*)
10114 version_type=linux
10115 need_lib_prefix=no
10116 need_version=no
10117 hardcode_into_libs=yes
10118 if test "$host_cpu" = ia64; then
10119 # AIX 5 supports IA64
10120 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10121 shlibpath_var=LD_LIBRARY_PATH
10122 else
10123 # With GCC up to 2.95.x, collect2 would create an import file
10124 # for dependence libraries. The import file would start with
10125 # the line `#! .'. This would cause the generated library to
10126 # depend on `.', always an invalid library. This was fixed in
10127 # development snapshots of GCC prior to 3.0.
10128 case $host_os in
10129 aix4 | aix4.[01] | aix4.[01].*)
10130 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10131 echo ' yes '
10132 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10133 :
10134 else
10135 can_build_shared=no
10136 fi
10137 ;;
10138 esac
10139 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10140 # soname into executable. Probably we can add versioning support to
10141 # collect2, so additional links can be useful in future.
10142 if test "$aix_use_runtimelinking" = yes; then
10143 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10144 # instead of lib<name>.a to let people know that these are not
10145 # typical AIX shared libraries.
10146 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10147 else
10148 # We preserve .a as extension for shared libraries through AIX4.2
10149 # and later when we are not doing run time linking.
10150 library_names_spec='${libname}${release}.a $libname.a'
10151 soname_spec='${libname}${release}${shared_ext}$major'
10152 fi
10153 shlibpath_var=LIBPATH
10154 fi
10155 ;;
10156
10157 amigaos*)
10158 case $host_cpu in
10159 powerpc)
10160 # Since July 2007 AmigaOS4 officially supports .so libraries.
10161 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10162 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10163 ;;
10164 m68k)
10165 library_names_spec='$libname.ixlibrary $libname.a'
10166 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10167 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'
10168 ;;
10169 esac
10170 ;;
10171
10172 beos*)
10173 library_names_spec='${libname}${shared_ext}'
10174 dynamic_linker="$host_os ld.so"
10175 shlibpath_var=LIBRARY_PATH
10176 ;;
10177
10178 bsdi[45]*)
10179 version_type=linux
10180 need_version=no
10181 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10182 soname_spec='${libname}${release}${shared_ext}$major'
10183 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10184 shlibpath_var=LD_LIBRARY_PATH
10185 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10186 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10187 # the default ld.so.conf also contains /usr/contrib/lib and
10188 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10189 # libtool to hard-code these into programs
10190 ;;
10191
10192 cygwin* | mingw* | pw32* | cegcc*)
10193 version_type=windows
10194 shrext_cmds=".dll"
10195 need_version=no
10196 need_lib_prefix=no
10197
10198 case $GCC,$host_os in
10199 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10200 library_names_spec='$libname.dll.a'
10201 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10202 postinstall_cmds='base_file=`basename \${file}`~
10203 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10204 dldir=$destdir/`dirname \$dlpath`~
10205 test -d \$dldir || mkdir -p \$dldir~
10206 $install_prog $dir/$dlname \$dldir/$dlname~
10207 chmod a+x \$dldir/$dlname~
10208 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10209 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10210 fi'
10211 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10212 dlpath=$dir/\$dldll~
10213 $RM \$dlpath'
10214 shlibpath_overrides_runpath=yes
10215
10216 case $host_os in
10217 cygwin*)
10218 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10219 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10220
10221 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10222 ;;
10223 mingw* | cegcc*)
10224 # MinGW DLLs use traditional 'lib' prefix
10225 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10226 ;;
10227 pw32*)
10228 # pw32 DLLs use 'pw' prefix rather than 'lib'
10229 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10230 ;;
10231 esac
10232 ;;
10233
10234 *)
10235 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10236 ;;
10237 esac
10238 dynamic_linker='Win32 ld.exe'
10239 # FIXME: first we should search . and the directory the executable is in
10240 shlibpath_var=PATH
10241 ;;
10242
10243 darwin* | rhapsody*)
10244 dynamic_linker="$host_os dyld"
10245 version_type=darwin
10246 need_lib_prefix=no
10247 need_version=no
10248 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10249 soname_spec='${libname}${release}${major}$shared_ext'
10250 shlibpath_overrides_runpath=yes
10251 shlibpath_var=DYLD_LIBRARY_PATH
10252 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10253
10254 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10255 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10256 ;;
10257
10258 dgux*)
10259 version_type=linux
10260 need_lib_prefix=no
10261 need_version=no
10262 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10263 soname_spec='${libname}${release}${shared_ext}$major'
10264 shlibpath_var=LD_LIBRARY_PATH
10265 ;;
10266
10267 freebsd* | dragonfly*)
10268 # DragonFly does not have aout. When/if they implement a new
10269 # versioning mechanism, adjust this.
10270 if test -x /usr/bin/objformat; then
10271 objformat=`/usr/bin/objformat`
10272 else
10273 case $host_os in
10274 freebsd[23].*) objformat=aout ;;
10275 *) objformat=elf ;;
10276 esac
10277 fi
10278 version_type=freebsd-$objformat
10279 case $version_type in
10280 freebsd-elf*)
10281 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10282 need_version=no
10283 need_lib_prefix=no
10284 ;;
10285 freebsd-*)
10286 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10287 need_version=yes
10288 ;;
10289 esac
10290 shlibpath_var=LD_LIBRARY_PATH
10291 case $host_os in
10292 freebsd2.*)
10293 shlibpath_overrides_runpath=yes
10294 ;;
10295 freebsd3.[01]* | freebsdelf3.[01]*)
10296 shlibpath_overrides_runpath=yes
10297 hardcode_into_libs=yes
10298 ;;
10299 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10300 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10301 shlibpath_overrides_runpath=no
10302 hardcode_into_libs=yes
10303 ;;
10304 *) # from 4.6 on, and DragonFly
10305 shlibpath_overrides_runpath=yes
10306 hardcode_into_libs=yes
10307 ;;
10308 esac
10309 ;;
10310
10311 haiku*)
10312 version_type=linux
10313 need_lib_prefix=no
10314 need_version=no
10315 dynamic_linker="$host_os runtime_loader"
10316 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10317 soname_spec='${libname}${release}${shared_ext}$major'
10318 shlibpath_var=LIBRARY_PATH
10319 shlibpath_overrides_runpath=yes
10320 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10321 hardcode_into_libs=yes
10322 ;;
10323
10324 hpux9* | hpux10* | hpux11*)
10325 # Give a soname corresponding to the major version so that dld.sl refuses to
10326 # link against other versions.
10327 version_type=sunos
10328 need_lib_prefix=no
10329 need_version=no
10330 case $host_cpu in
10331 ia64*)
10332 shrext_cmds='.so'
10333 hardcode_into_libs=yes
10334 dynamic_linker="$host_os dld.so"
10335 shlibpath_var=LD_LIBRARY_PATH
10336 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10337 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10338 soname_spec='${libname}${release}${shared_ext}$major'
10339 if test "X$HPUX_IA64_MODE" = X32; then
10340 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10341 else
10342 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10343 fi
10344 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10345 ;;
10346 hppa*64*)
10347 shrext_cmds='.sl'
10348 hardcode_into_libs=yes
10349 dynamic_linker="$host_os dld.sl"
10350 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10351 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10352 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10353 soname_spec='${libname}${release}${shared_ext}$major'
10354 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10355 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10356 ;;
10357 *)
10358 shrext_cmds='.sl'
10359 dynamic_linker="$host_os dld.sl"
10360 shlibpath_var=SHLIB_PATH
10361 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
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 ;;
10365 esac
10366 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10367 postinstall_cmds='chmod 555 $lib'
10368 # or fails outright, so override atomically:
10369 install_override_mode=555
10370 ;;
10371
10372 interix[3-9]*)
10373 version_type=linux
10374 need_lib_prefix=no
10375 need_version=no
10376 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10377 soname_spec='${libname}${release}${shared_ext}$major'
10378 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10379 shlibpath_var=LD_LIBRARY_PATH
10380 shlibpath_overrides_runpath=no
10381 hardcode_into_libs=yes
10382 ;;
10383
10384 irix5* | irix6* | nonstopux*)
10385 case $host_os in
10386 nonstopux*) version_type=nonstopux ;;
10387 *)
10388 if test "$lt_cv_prog_gnu_ld" = yes; then
10389 version_type=linux
10390 else
10391 version_type=irix
10392 fi ;;
10393 esac
10394 need_lib_prefix=no
10395 need_version=no
10396 soname_spec='${libname}${release}${shared_ext}$major'
10397 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10398 case $host_os in
10399 irix5* | nonstopux*)
10400 libsuff= shlibsuff=
10401 ;;
10402 *)
10403 case $LD in # libtool.m4 will add one of these switches to LD
10404 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10405 libsuff= shlibsuff= libmagic=32-bit;;
10406 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10407 libsuff=32 shlibsuff=N32 libmagic=N32;;
10408 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10409 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10410 *) libsuff= shlibsuff= libmagic=never-match;;
10411 esac
10412 ;;
10413 esac
10414 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10415 shlibpath_overrides_runpath=no
10416 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10417 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10418 hardcode_into_libs=yes
10419 ;;
10420
10421 # No shared lib support for Linux oldld, aout, or coff.
10422 linux*oldld* | linux*aout* | linux*coff*)
10423 dynamic_linker=no
10424 ;;
10425
10426 # This must be Linux ELF.
10427
10428 # uclinux* changes (here and below) have been submitted to the libtool
10429 # project, but have not yet been accepted: they are GCC-local changes
10430 # for the time being. (See
10431 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10432 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
10433 version_type=linux
10434 need_lib_prefix=no
10435 need_version=no
10436 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10437 soname_spec='${libname}${release}${shared_ext}$major'
10438 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10439 shlibpath_var=LD_LIBRARY_PATH
10440 shlibpath_overrides_runpath=no
10441
10442 # Some binutils ld are patched to set DT_RUNPATH
10443 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10444 $as_echo_n "(cached) " >&6
10445 else
10446 lt_cv_shlibpath_overrides_runpath=no
10447 save_LDFLAGS=$LDFLAGS
10448 save_libdir=$libdir
10449 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10450 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10452 /* end confdefs.h. */
10453
10454 int
10455 main ()
10456 {
10457
10458 ;
10459 return 0;
10460 }
10461 _ACEOF
10462 if ac_fn_c_try_link "$LINENO"; then :
10463 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10464 lt_cv_shlibpath_overrides_runpath=yes
10465 fi
10466 fi
10467 rm -f core conftest.err conftest.$ac_objext \
10468 conftest$ac_exeext conftest.$ac_ext
10469 LDFLAGS=$save_LDFLAGS
10470 libdir=$save_libdir
10471
10472 fi
10473
10474 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10475
10476 # This implies no fast_install, which is unacceptable.
10477 # Some rework will be needed to allow for fast_install
10478 # before this can be enabled.
10479 hardcode_into_libs=yes
10480
10481 # Append ld.so.conf contents to the search path
10482 if test -f /etc/ld.so.conf; then
10483 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' ' '`
10484 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10485 fi
10486
10487 # We used to test for /lib/ld.so.1 and disable shared libraries on
10488 # powerpc, because MkLinux only supported shared libraries with the
10489 # GNU dynamic linker. Since this was broken with cross compilers,
10490 # most powerpc-linux boxes support dynamic linking these days and
10491 # people can always --disable-shared, the test was removed, and we
10492 # assume the GNU/Linux dynamic linker is in use.
10493 dynamic_linker='GNU/Linux ld.so'
10494 ;;
10495
10496 netbsd*)
10497 version_type=sunos
10498 need_lib_prefix=no
10499 need_version=no
10500 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10501 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10502 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10503 dynamic_linker='NetBSD (a.out) ld.so'
10504 else
10505 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10506 soname_spec='${libname}${release}${shared_ext}$major'
10507 dynamic_linker='NetBSD ld.elf_so'
10508 fi
10509 shlibpath_var=LD_LIBRARY_PATH
10510 shlibpath_overrides_runpath=yes
10511 hardcode_into_libs=yes
10512 ;;
10513
10514 newsos6)
10515 version_type=linux
10516 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10517 shlibpath_var=LD_LIBRARY_PATH
10518 shlibpath_overrides_runpath=yes
10519 ;;
10520
10521 *nto* | *qnx*)
10522 version_type=qnx
10523 need_lib_prefix=no
10524 need_version=no
10525 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10526 soname_spec='${libname}${release}${shared_ext}$major'
10527 shlibpath_var=LD_LIBRARY_PATH
10528 shlibpath_overrides_runpath=no
10529 hardcode_into_libs=yes
10530 dynamic_linker='ldqnx.so'
10531 ;;
10532
10533 openbsd*)
10534 version_type=sunos
10535 sys_lib_dlsearch_path_spec="/usr/lib"
10536 need_lib_prefix=no
10537 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10538 case $host_os in
10539 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10540 *) need_version=no ;;
10541 esac
10542 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10543 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10544 shlibpath_var=LD_LIBRARY_PATH
10545 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10546 case $host_os in
10547 openbsd2.[89] | openbsd2.[89].*)
10548 shlibpath_overrides_runpath=no
10549 ;;
10550 *)
10551 shlibpath_overrides_runpath=yes
10552 ;;
10553 esac
10554 else
10555 shlibpath_overrides_runpath=yes
10556 fi
10557 ;;
10558
10559 os2*)
10560 libname_spec='$name'
10561 shrext_cmds=".dll"
10562 need_lib_prefix=no
10563 library_names_spec='$libname${shared_ext} $libname.a'
10564 dynamic_linker='OS/2 ld.exe'
10565 shlibpath_var=LIBPATH
10566 ;;
10567
10568 osf3* | osf4* | osf5*)
10569 version_type=osf
10570 need_lib_prefix=no
10571 need_version=no
10572 soname_spec='${libname}${release}${shared_ext}$major'
10573 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10574 shlibpath_var=LD_LIBRARY_PATH
10575 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10576 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10577 ;;
10578
10579 rdos*)
10580 dynamic_linker=no
10581 ;;
10582
10583 solaris*)
10584 version_type=linux
10585 need_lib_prefix=no
10586 need_version=no
10587 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10588 soname_spec='${libname}${release}${shared_ext}$major'
10589 shlibpath_var=LD_LIBRARY_PATH
10590 shlibpath_overrides_runpath=yes
10591 hardcode_into_libs=yes
10592 # ldd complains unless libraries are executable
10593 postinstall_cmds='chmod +x $lib'
10594 ;;
10595
10596 sunos4*)
10597 version_type=sunos
10598 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10599 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10600 shlibpath_var=LD_LIBRARY_PATH
10601 shlibpath_overrides_runpath=yes
10602 if test "$with_gnu_ld" = yes; then
10603 need_lib_prefix=no
10604 fi
10605 need_version=yes
10606 ;;
10607
10608 sysv4 | sysv4.3*)
10609 version_type=linux
10610 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10611 soname_spec='${libname}${release}${shared_ext}$major'
10612 shlibpath_var=LD_LIBRARY_PATH
10613 case $host_vendor in
10614 sni)
10615 shlibpath_overrides_runpath=no
10616 need_lib_prefix=no
10617 runpath_var=LD_RUN_PATH
10618 ;;
10619 siemens)
10620 need_lib_prefix=no
10621 ;;
10622 motorola)
10623 need_lib_prefix=no
10624 need_version=no
10625 shlibpath_overrides_runpath=no
10626 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10627 ;;
10628 esac
10629 ;;
10630
10631 sysv4*MP*)
10632 if test -d /usr/nec ;then
10633 version_type=linux
10634 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10635 soname_spec='$libname${shared_ext}.$major'
10636 shlibpath_var=LD_LIBRARY_PATH
10637 fi
10638 ;;
10639
10640 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10641 version_type=freebsd-elf
10642 need_lib_prefix=no
10643 need_version=no
10644 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10645 soname_spec='${libname}${release}${shared_ext}$major'
10646 shlibpath_var=LD_LIBRARY_PATH
10647 shlibpath_overrides_runpath=yes
10648 hardcode_into_libs=yes
10649 if test "$with_gnu_ld" = yes; then
10650 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10651 else
10652 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10653 case $host_os in
10654 sco3.2v5*)
10655 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10656 ;;
10657 esac
10658 fi
10659 sys_lib_dlsearch_path_spec='/usr/lib'
10660 ;;
10661
10662 tpf*)
10663 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10664 version_type=linux
10665 need_lib_prefix=no
10666 need_version=no
10667 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10668 shlibpath_var=LD_LIBRARY_PATH
10669 shlibpath_overrides_runpath=no
10670 hardcode_into_libs=yes
10671 ;;
10672
10673 uts4*)
10674 version_type=linux
10675 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10676 soname_spec='${libname}${release}${shared_ext}$major'
10677 shlibpath_var=LD_LIBRARY_PATH
10678 ;;
10679
10680 # Shared libraries for VwWorks, >= 7 only at this stage
10681 # and (fpic) still incompatible with "large" code models
10682 # in a few configurations. Only for RTP mode in any case,
10683 # and upon explicit request at configure time.
10684 vxworks7*)
10685 dynamic_linker=no
10686 case ${with_multisubdir}-${enable_shared} in
10687 *large*)
10688 ;;
10689 *mrtp*-yes)
10690 version_type=linux
10691 need_lib_prefix=no
10692 need_version=no
10693 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10694 soname_spec='${libname}${release}${shared_ext}$major'
10695 dynamic_linker="$host_os module_loader"
10696 ;;
10697 esac
10698 ;;
10699 *)
10700 dynamic_linker=no
10701 ;;
10702 esac
10703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10704 $as_echo "$dynamic_linker" >&6; }
10705 test "$dynamic_linker" = no && can_build_shared=no
10706
10707 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10708 if test "$GCC" = yes; then
10709 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10710 fi
10711
10712 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10713 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10714 fi
10715 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10716 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10717 fi
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10811 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10812 hardcode_action=
10813 if test -n "$hardcode_libdir_flag_spec" ||
10814 test -n "$runpath_var" ||
10815 test "X$hardcode_automatic" = "Xyes" ; then
10816
10817 # We can hardcode non-existent directories.
10818 if test "$hardcode_direct" != no &&
10819 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10820 # have to relink, otherwise we might link with an installed library
10821 # when we should be linking with a yet-to-be-installed one
10822 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10823 test "$hardcode_minus_L" != no; then
10824 # Linking always hardcodes the temporary library directory.
10825 hardcode_action=relink
10826 else
10827 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10828 hardcode_action=immediate
10829 fi
10830 else
10831 # We cannot hardcode anything, or else we can only hardcode existing
10832 # directories.
10833 hardcode_action=unsupported
10834 fi
10835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10836 $as_echo "$hardcode_action" >&6; }
10837
10838 if test "$hardcode_action" = relink ||
10839 test "$inherit_rpath" = yes; then
10840 # Fast installation is not supported
10841 enable_fast_install=no
10842 elif test "$shlibpath_overrides_runpath" = yes ||
10843 test "$enable_shared" = no; then
10844 # Fast installation is not necessary
10845 enable_fast_install=needless
10846 fi
10847
10848
10849
10850
10851
10852
10853 if test "x$enable_dlopen" != xyes; then
10854 enable_dlopen=unknown
10855 enable_dlopen_self=unknown
10856 enable_dlopen_self_static=unknown
10857 else
10858 lt_cv_dlopen=no
10859 lt_cv_dlopen_libs=
10860
10861 case $host_os in
10862 beos*)
10863 lt_cv_dlopen="load_add_on"
10864 lt_cv_dlopen_libs=
10865 lt_cv_dlopen_self=yes
10866 ;;
10867
10868 mingw* | pw32* | cegcc*)
10869 lt_cv_dlopen="LoadLibrary"
10870 lt_cv_dlopen_libs=
10871 ;;
10872
10873 cygwin*)
10874 lt_cv_dlopen="dlopen"
10875 lt_cv_dlopen_libs=
10876 ;;
10877
10878 darwin*)
10879 # if libdl is installed we need to link against it
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10881 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10882 if ${ac_cv_lib_dl_dlopen+:} false; then :
10883 $as_echo_n "(cached) " >&6
10884 else
10885 ac_check_lib_save_LIBS=$LIBS
10886 LIBS="-ldl $LIBS"
10887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10888 /* end confdefs.h. */
10889
10890 /* Override any GCC internal prototype to avoid an error.
10891 Use char because int might match the return type of a GCC
10892 builtin and then its argument prototype would still apply. */
10893 #ifdef __cplusplus
10894 extern "C"
10895 #endif
10896 char dlopen ();
10897 int
10898 main ()
10899 {
10900 return dlopen ();
10901 ;
10902 return 0;
10903 }
10904 _ACEOF
10905 if ac_fn_c_try_link "$LINENO"; then :
10906 ac_cv_lib_dl_dlopen=yes
10907 else
10908 ac_cv_lib_dl_dlopen=no
10909 fi
10910 rm -f core conftest.err conftest.$ac_objext \
10911 conftest$ac_exeext conftest.$ac_ext
10912 LIBS=$ac_check_lib_save_LIBS
10913 fi
10914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10915 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10916 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10917 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10918 else
10919
10920 lt_cv_dlopen="dyld"
10921 lt_cv_dlopen_libs=
10922 lt_cv_dlopen_self=yes
10923
10924 fi
10925
10926 ;;
10927
10928 *)
10929 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10930 if test "x$ac_cv_func_shl_load" = xyes; then :
10931 lt_cv_dlopen="shl_load"
10932 else
10933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10934 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10935 if ${ac_cv_lib_dld_shl_load+:} false; then :
10936 $as_echo_n "(cached) " >&6
10937 else
10938 ac_check_lib_save_LIBS=$LIBS
10939 LIBS="-ldld $LIBS"
10940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10941 /* end confdefs.h. */
10942
10943 /* Override any GCC internal prototype to avoid an error.
10944 Use char because int might match the return type of a GCC
10945 builtin and then its argument prototype would still apply. */
10946 #ifdef __cplusplus
10947 extern "C"
10948 #endif
10949 char shl_load ();
10950 int
10951 main ()
10952 {
10953 return shl_load ();
10954 ;
10955 return 0;
10956 }
10957 _ACEOF
10958 if ac_fn_c_try_link "$LINENO"; then :
10959 ac_cv_lib_dld_shl_load=yes
10960 else
10961 ac_cv_lib_dld_shl_load=no
10962 fi
10963 rm -f core conftest.err conftest.$ac_objext \
10964 conftest$ac_exeext conftest.$ac_ext
10965 LIBS=$ac_check_lib_save_LIBS
10966 fi
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10968 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10969 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10970 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10971 else
10972 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10973 if test "x$ac_cv_func_dlopen" = xyes; then :
10974 lt_cv_dlopen="dlopen"
10975 else
10976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10977 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10978 if ${ac_cv_lib_dl_dlopen+:} false; then :
10979 $as_echo_n "(cached) " >&6
10980 else
10981 ac_check_lib_save_LIBS=$LIBS
10982 LIBS="-ldl $LIBS"
10983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10984 /* end confdefs.h. */
10985
10986 /* Override any GCC internal prototype to avoid an error.
10987 Use char because int might match the return type of a GCC
10988 builtin and then its argument prototype would still apply. */
10989 #ifdef __cplusplus
10990 extern "C"
10991 #endif
10992 char dlopen ();
10993 int
10994 main ()
10995 {
10996 return dlopen ();
10997 ;
10998 return 0;
10999 }
11000 _ACEOF
11001 if ac_fn_c_try_link "$LINENO"; then :
11002 ac_cv_lib_dl_dlopen=yes
11003 else
11004 ac_cv_lib_dl_dlopen=no
11005 fi
11006 rm -f core conftest.err conftest.$ac_objext \
11007 conftest$ac_exeext conftest.$ac_ext
11008 LIBS=$ac_check_lib_save_LIBS
11009 fi
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11011 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11012 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11013 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11014 else
11015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11016 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11017 if ${ac_cv_lib_svld_dlopen+:} false; then :
11018 $as_echo_n "(cached) " >&6
11019 else
11020 ac_check_lib_save_LIBS=$LIBS
11021 LIBS="-lsvld $LIBS"
11022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11023 /* end confdefs.h. */
11024
11025 /* Override any GCC internal prototype to avoid an error.
11026 Use char because int might match the return type of a GCC
11027 builtin and then its argument prototype would still apply. */
11028 #ifdef __cplusplus
11029 extern "C"
11030 #endif
11031 char dlopen ();
11032 int
11033 main ()
11034 {
11035 return dlopen ();
11036 ;
11037 return 0;
11038 }
11039 _ACEOF
11040 if ac_fn_c_try_link "$LINENO"; then :
11041 ac_cv_lib_svld_dlopen=yes
11042 else
11043 ac_cv_lib_svld_dlopen=no
11044 fi
11045 rm -f core conftest.err conftest.$ac_objext \
11046 conftest$ac_exeext conftest.$ac_ext
11047 LIBS=$ac_check_lib_save_LIBS
11048 fi
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11050 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11051 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11052 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11053 else
11054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11055 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11056 if ${ac_cv_lib_dld_dld_link+:} false; then :
11057 $as_echo_n "(cached) " >&6
11058 else
11059 ac_check_lib_save_LIBS=$LIBS
11060 LIBS="-ldld $LIBS"
11061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11062 /* end confdefs.h. */
11063
11064 /* Override any GCC internal prototype to avoid an error.
11065 Use char because int might match the return type of a GCC
11066 builtin and then its argument prototype would still apply. */
11067 #ifdef __cplusplus
11068 extern "C"
11069 #endif
11070 char dld_link ();
11071 int
11072 main ()
11073 {
11074 return dld_link ();
11075 ;
11076 return 0;
11077 }
11078 _ACEOF
11079 if ac_fn_c_try_link "$LINENO"; then :
11080 ac_cv_lib_dld_dld_link=yes
11081 else
11082 ac_cv_lib_dld_dld_link=no
11083 fi
11084 rm -f core conftest.err conftest.$ac_objext \
11085 conftest$ac_exeext conftest.$ac_ext
11086 LIBS=$ac_check_lib_save_LIBS
11087 fi
11088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11089 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11090 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11091 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11092 fi
11093
11094
11095 fi
11096
11097
11098 fi
11099
11100
11101 fi
11102
11103
11104 fi
11105
11106
11107 fi
11108
11109 ;;
11110 esac
11111
11112 if test "x$lt_cv_dlopen" != xno; then
11113 enable_dlopen=yes
11114 else
11115 enable_dlopen=no
11116 fi
11117
11118 case $lt_cv_dlopen in
11119 dlopen)
11120 save_CPPFLAGS="$CPPFLAGS"
11121 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11122
11123 save_LDFLAGS="$LDFLAGS"
11124 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11125
11126 save_LIBS="$LIBS"
11127 LIBS="$lt_cv_dlopen_libs $LIBS"
11128
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11130 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11131 if ${lt_cv_dlopen_self+:} false; then :
11132 $as_echo_n "(cached) " >&6
11133 else
11134 if test "$cross_compiling" = yes; then :
11135 lt_cv_dlopen_self=cross
11136 else
11137 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11138 lt_status=$lt_dlunknown
11139 cat > conftest.$ac_ext <<_LT_EOF
11140 #line 11140 "configure"
11141 #include "confdefs.h"
11142
11143 #if HAVE_DLFCN_H
11144 #include <dlfcn.h>
11145 #endif
11146
11147 #include <stdio.h>
11148
11149 #ifdef RTLD_GLOBAL
11150 # define LT_DLGLOBAL RTLD_GLOBAL
11151 #else
11152 # ifdef DL_GLOBAL
11153 # define LT_DLGLOBAL DL_GLOBAL
11154 # else
11155 # define LT_DLGLOBAL 0
11156 # endif
11157 #endif
11158
11159 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11160 find out it does not work in some platform. */
11161 #ifndef LT_DLLAZY_OR_NOW
11162 # ifdef RTLD_LAZY
11163 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11164 # else
11165 # ifdef DL_LAZY
11166 # define LT_DLLAZY_OR_NOW DL_LAZY
11167 # else
11168 # ifdef RTLD_NOW
11169 # define LT_DLLAZY_OR_NOW RTLD_NOW
11170 # else
11171 # ifdef DL_NOW
11172 # define LT_DLLAZY_OR_NOW DL_NOW
11173 # else
11174 # define LT_DLLAZY_OR_NOW 0
11175 # endif
11176 # endif
11177 # endif
11178 # endif
11179 #endif
11180
11181 /* When -fvisbility=hidden is used, assume the code has been annotated
11182 correspondingly for the symbols needed. */
11183 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11184 void fnord () __attribute__((visibility("default")));
11185 #endif
11186
11187 void fnord () { int i=42; }
11188 int main ()
11189 {
11190 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11191 int status = $lt_dlunknown;
11192
11193 if (self)
11194 {
11195 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11196 else
11197 {
11198 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11199 else puts (dlerror ());
11200 }
11201 /* dlclose (self); */
11202 }
11203 else
11204 puts (dlerror ());
11205
11206 return status;
11207 }
11208 _LT_EOF
11209 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11210 (eval $ac_link) 2>&5
11211 ac_status=$?
11212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11213 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11214 (./conftest; exit; ) >&5 2>/dev/null
11215 lt_status=$?
11216 case x$lt_status in
11217 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11218 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11219 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11220 esac
11221 else :
11222 # compilation failed
11223 lt_cv_dlopen_self=no
11224 fi
11225 fi
11226 rm -fr conftest*
11227
11228
11229 fi
11230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11231 $as_echo "$lt_cv_dlopen_self" >&6; }
11232
11233 if test "x$lt_cv_dlopen_self" = xyes; then
11234 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11236 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11237 if ${lt_cv_dlopen_self_static+:} false; then :
11238 $as_echo_n "(cached) " >&6
11239 else
11240 if test "$cross_compiling" = yes; then :
11241 lt_cv_dlopen_self_static=cross
11242 else
11243 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11244 lt_status=$lt_dlunknown
11245 cat > conftest.$ac_ext <<_LT_EOF
11246 #line 11246 "configure"
11247 #include "confdefs.h"
11248
11249 #if HAVE_DLFCN_H
11250 #include <dlfcn.h>
11251 #endif
11252
11253 #include <stdio.h>
11254
11255 #ifdef RTLD_GLOBAL
11256 # define LT_DLGLOBAL RTLD_GLOBAL
11257 #else
11258 # ifdef DL_GLOBAL
11259 # define LT_DLGLOBAL DL_GLOBAL
11260 # else
11261 # define LT_DLGLOBAL 0
11262 # endif
11263 #endif
11264
11265 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11266 find out it does not work in some platform. */
11267 #ifndef LT_DLLAZY_OR_NOW
11268 # ifdef RTLD_LAZY
11269 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11270 # else
11271 # ifdef DL_LAZY
11272 # define LT_DLLAZY_OR_NOW DL_LAZY
11273 # else
11274 # ifdef RTLD_NOW
11275 # define LT_DLLAZY_OR_NOW RTLD_NOW
11276 # else
11277 # ifdef DL_NOW
11278 # define LT_DLLAZY_OR_NOW DL_NOW
11279 # else
11280 # define LT_DLLAZY_OR_NOW 0
11281 # endif
11282 # endif
11283 # endif
11284 # endif
11285 #endif
11286
11287 /* When -fvisbility=hidden is used, assume the code has been annotated
11288 correspondingly for the symbols needed. */
11289 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11290 void fnord () __attribute__((visibility("default")));
11291 #endif
11292
11293 void fnord () { int i=42; }
11294 int main ()
11295 {
11296 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11297 int status = $lt_dlunknown;
11298
11299 if (self)
11300 {
11301 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11302 else
11303 {
11304 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11305 else puts (dlerror ());
11306 }
11307 /* dlclose (self); */
11308 }
11309 else
11310 puts (dlerror ());
11311
11312 return status;
11313 }
11314 _LT_EOF
11315 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11316 (eval $ac_link) 2>&5
11317 ac_status=$?
11318 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11319 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11320 (./conftest; exit; ) >&5 2>/dev/null
11321 lt_status=$?
11322 case x$lt_status in
11323 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11324 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11325 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11326 esac
11327 else :
11328 # compilation failed
11329 lt_cv_dlopen_self_static=no
11330 fi
11331 fi
11332 rm -fr conftest*
11333
11334
11335 fi
11336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11337 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11338 fi
11339
11340 CPPFLAGS="$save_CPPFLAGS"
11341 LDFLAGS="$save_LDFLAGS"
11342 LIBS="$save_LIBS"
11343 ;;
11344 esac
11345
11346 case $lt_cv_dlopen_self in
11347 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11348 *) enable_dlopen_self=unknown ;;
11349 esac
11350
11351 case $lt_cv_dlopen_self_static in
11352 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11353 *) enable_dlopen_self_static=unknown ;;
11354 esac
11355 fi
11356
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373 striplib=
11374 old_striplib=
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11376 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11377 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11378 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11379 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11381 $as_echo "yes" >&6; }
11382 else
11383 # FIXME - insert some real tests, host_os isn't really good enough
11384 case $host_os in
11385 darwin*)
11386 if test -n "$STRIP" ; then
11387 striplib="$STRIP -x"
11388 old_striplib="$STRIP -S"
11389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11390 $as_echo "yes" >&6; }
11391 else
11392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11393 $as_echo "no" >&6; }
11394 fi
11395 ;;
11396 *)
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11398 $as_echo "no" >&6; }
11399 ;;
11400 esac
11401 fi
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
11413
11414 # Report which library types will actually be built
11415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11416 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11418 $as_echo "$can_build_shared" >&6; }
11419
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11421 $as_echo_n "checking whether to build shared libraries... " >&6; }
11422 test "$can_build_shared" = "no" && enable_shared=no
11423
11424 # On AIX, shared libraries and static libraries use the same namespace, and
11425 # are all built from PIC.
11426 case $host_os in
11427 aix3*)
11428 test "$enable_shared" = yes && enable_static=no
11429 if test -n "$RANLIB"; then
11430 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11431 postinstall_cmds='$RANLIB $lib'
11432 fi
11433 ;;
11434
11435 aix[4-9]*)
11436 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11437 test "$enable_shared" = yes && enable_static=no
11438 fi
11439 ;;
11440 esac
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11442 $as_echo "$enable_shared" >&6; }
11443
11444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11445 $as_echo_n "checking whether to build static libraries... " >&6; }
11446 # Make sure either enable_shared or enable_static is yes.
11447 test "$enable_shared" = yes || enable_static=yes
11448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11449 $as_echo "$enable_static" >&6; }
11450
11451
11452
11453
11454 fi
11455 ac_ext=c
11456 ac_cpp='$CPP $CPPFLAGS'
11457 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11458 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11459 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11460
11461 CC="$lt_save_CC"
11462
11463
11464
11465
11466
11467
11468
11469
11470
11471
11472
11473
11474
11475 ac_config_commands="$ac_config_commands libtool"
11476
11477
11478
11479
11480 # Only expand once:
11481
11482
11483
11484 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11485
11486 # The tests for host and target for $enable_largefile require
11487 # canonical names.
11488
11489
11490
11491 # As the $enable_largefile decision depends on --enable-plugins we must set it
11492 # even in directories otherwise not depending on the $plugins option.
11493
11494
11495 maybe_plugins=no
11496 for ac_header in dlfcn.h
11497 do :
11498 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11499 "
11500 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11501 cat >>confdefs.h <<_ACEOF
11502 #define HAVE_DLFCN_H 1
11503 _ACEOF
11504 maybe_plugins=yes
11505 fi
11506
11507 done
11508
11509 for ac_header in windows.h
11510 do :
11511 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11512 "
11513 if test "x$ac_cv_header_windows_h" = xyes; then :
11514 cat >>confdefs.h <<_ACEOF
11515 #define HAVE_WINDOWS_H 1
11516 _ACEOF
11517 maybe_plugins=yes
11518 fi
11519
11520 done
11521
11522
11523 # Check whether --enable-plugins was given.
11524 if test "${enable_plugins+set}" = set; then :
11525 enableval=$enable_plugins; case "${enableval}" in
11526 no) plugins=no ;;
11527 *) plugins=yes
11528 if test "$maybe_plugins" != "yes" ; then
11529 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11530 fi ;;
11531 esac
11532 else
11533 plugins=$maybe_plugins
11534
11535 fi
11536
11537 if test "$plugins" = "yes"; then
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11539 $as_echo_n "checking for library containing dlsym... " >&6; }
11540 if ${ac_cv_search_dlsym+:} false; then :
11541 $as_echo_n "(cached) " >&6
11542 else
11543 ac_func_search_save_LIBS=$LIBS
11544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11545 /* end confdefs.h. */
11546
11547 /* Override any GCC internal prototype to avoid an error.
11548 Use char because int might match the return type of a GCC
11549 builtin and then its argument prototype would still apply. */
11550 #ifdef __cplusplus
11551 extern "C"
11552 #endif
11553 char dlsym ();
11554 int
11555 main ()
11556 {
11557 return dlsym ();
11558 ;
11559 return 0;
11560 }
11561 _ACEOF
11562 for ac_lib in '' dl; do
11563 if test -z "$ac_lib"; then
11564 ac_res="none required"
11565 else
11566 ac_res=-l$ac_lib
11567 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11568 fi
11569 if ac_fn_c_try_link "$LINENO"; then :
11570 ac_cv_search_dlsym=$ac_res
11571 fi
11572 rm -f core conftest.err conftest.$ac_objext \
11573 conftest$ac_exeext
11574 if ${ac_cv_search_dlsym+:} false; then :
11575 break
11576 fi
11577 done
11578 if ${ac_cv_search_dlsym+:} false; then :
11579
11580 else
11581 ac_cv_search_dlsym=no
11582 fi
11583 rm conftest.$ac_ext
11584 LIBS=$ac_func_search_save_LIBS
11585 fi
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11587 $as_echo "$ac_cv_search_dlsym" >&6; }
11588 ac_res=$ac_cv_search_dlsym
11589 if test "$ac_res" != no; then :
11590 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11591
11592 fi
11593
11594 fi
11595
11596
11597 case "${host}" in
11598 sparc-*-solaris*|i?86-*-solaris*)
11599 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11600 # were mutually exclusive until Solaris 11.3. Without procfs support,
11601 # the bfd/ elf module cannot provide certain routines such as
11602 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11603 # explicitly requested large-file support through the
11604 # --enable-largefile switch, disable large-file support in favor of
11605 # procfs support.
11606 #
11607 # Check if <sys/procfs.h> is incompatible with large-file support.
11608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11609 /* end confdefs.h. */
11610 #define _FILE_OFFSET_BITS 64
11611 #define _STRUCTURED_PROC 1
11612 #include <sys/procfs.h>
11613 int
11614 main ()
11615 {
11616
11617 ;
11618 return 0;
11619 }
11620 _ACEOF
11621 if ac_fn_c_try_compile "$LINENO"; then :
11622 acx_cv_procfs_lfs=yes
11623 else
11624 acx_cv_procfs_lfs=no
11625 fi
11626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11627 #
11628 # Forcefully disable large-file support only if necessary, gdb is in
11629 # tree and enabled.
11630 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11631 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11632 : ${enable_largefile="no"}
11633 if test "$plugins" = yes; then
11634 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11635 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11636 $as_echo "$as_me: WARNING:
11637 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11638 plugins=no
11639 fi
11640 fi
11641 #
11642 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11643 # benefit of g++ 9+ which predefines it on Solaris.
11644 if test "$enable_largefile" = no; then
11645 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11646
11647 fi
11648 ;;
11649 esac
11650
11651 # Check whether --enable-largefile was given.
11652 if test "${enable_largefile+set}" = set; then :
11653 enableval=$enable_largefile;
11654 fi
11655
11656 if test "$enable_largefile" != no; then
11657
11658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11659 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11660 if ${ac_cv_sys_largefile_CC+:} false; then :
11661 $as_echo_n "(cached) " >&6
11662 else
11663 ac_cv_sys_largefile_CC=no
11664 if test "$GCC" != yes; then
11665 ac_save_CC=$CC
11666 while :; do
11667 # IRIX 6.2 and later do not support large files by default,
11668 # so use the C compiler's -n32 option if that helps.
11669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11670 /* end confdefs.h. */
11671 #include <sys/types.h>
11672 /* Check that off_t can represent 2**63 - 1 correctly.
11673 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11674 since some C++ compilers masquerading as C compilers
11675 incorrectly reject 9223372036854775807. */
11676 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11677 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11678 && LARGE_OFF_T % 2147483647 == 1)
11679 ? 1 : -1];
11680 int
11681 main ()
11682 {
11683
11684 ;
11685 return 0;
11686 }
11687 _ACEOF
11688 if ac_fn_c_try_compile "$LINENO"; then :
11689 break
11690 fi
11691 rm -f core conftest.err conftest.$ac_objext
11692 CC="$CC -n32"
11693 if ac_fn_c_try_compile "$LINENO"; then :
11694 ac_cv_sys_largefile_CC=' -n32'; break
11695 fi
11696 rm -f core conftest.err conftest.$ac_objext
11697 break
11698 done
11699 CC=$ac_save_CC
11700 rm -f conftest.$ac_ext
11701 fi
11702 fi
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11704 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11705 if test "$ac_cv_sys_largefile_CC" != no; then
11706 CC=$CC$ac_cv_sys_largefile_CC
11707 fi
11708
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11710 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11711 if ${ac_cv_sys_file_offset_bits+:} false; then :
11712 $as_echo_n "(cached) " >&6
11713 else
11714 while :; do
11715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11716 /* end confdefs.h. */
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_file_offset_bits=no; break
11736 fi
11737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11739 /* end confdefs.h. */
11740 #define _FILE_OFFSET_BITS 64
11741 #include <sys/types.h>
11742 /* Check that off_t can represent 2**63 - 1 correctly.
11743 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11744 since some C++ compilers masquerading as C compilers
11745 incorrectly reject 9223372036854775807. */
11746 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11747 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11748 && LARGE_OFF_T % 2147483647 == 1)
11749 ? 1 : -1];
11750 int
11751 main ()
11752 {
11753
11754 ;
11755 return 0;
11756 }
11757 _ACEOF
11758 if ac_fn_c_try_compile "$LINENO"; then :
11759 ac_cv_sys_file_offset_bits=64; break
11760 fi
11761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11762 ac_cv_sys_file_offset_bits=unknown
11763 break
11764 done
11765 fi
11766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11767 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11768 case $ac_cv_sys_file_offset_bits in #(
11769 no | unknown) ;;
11770 *)
11771 cat >>confdefs.h <<_ACEOF
11772 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11773 _ACEOF
11774 ;;
11775 esac
11776 rm -rf conftest*
11777 if test $ac_cv_sys_file_offset_bits = unknown; then
11778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11779 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11780 if ${ac_cv_sys_large_files+:} false; then :
11781 $as_echo_n "(cached) " >&6
11782 else
11783 while :; do
11784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11785 /* end confdefs.h. */
11786 #include <sys/types.h>
11787 /* Check that off_t can represent 2**63 - 1 correctly.
11788 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11789 since some C++ compilers masquerading as C compilers
11790 incorrectly reject 9223372036854775807. */
11791 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11792 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11793 && LARGE_OFF_T % 2147483647 == 1)
11794 ? 1 : -1];
11795 int
11796 main ()
11797 {
11798
11799 ;
11800 return 0;
11801 }
11802 _ACEOF
11803 if ac_fn_c_try_compile "$LINENO"; then :
11804 ac_cv_sys_large_files=no; break
11805 fi
11806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11808 /* end confdefs.h. */
11809 #define _LARGE_FILES 1
11810 #include <sys/types.h>
11811 /* Check that off_t can represent 2**63 - 1 correctly.
11812 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11813 since some C++ compilers masquerading as C compilers
11814 incorrectly reject 9223372036854775807. */
11815 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11816 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11817 && LARGE_OFF_T % 2147483647 == 1)
11818 ? 1 : -1];
11819 int
11820 main ()
11821 {
11822
11823 ;
11824 return 0;
11825 }
11826 _ACEOF
11827 if ac_fn_c_try_compile "$LINENO"; then :
11828 ac_cv_sys_large_files=1; break
11829 fi
11830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11831 ac_cv_sys_large_files=unknown
11832 break
11833 done
11834 fi
11835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11836 $as_echo "$ac_cv_sys_large_files" >&6; }
11837 case $ac_cv_sys_large_files in #(
11838 no | unknown) ;;
11839 *)
11840 cat >>confdefs.h <<_ACEOF
11841 #define _LARGE_FILES $ac_cv_sys_large_files
11842 _ACEOF
11843 ;;
11844 esac
11845 rm -rf conftest*
11846 fi
11847
11848
11849 fi
11850
11851
11852
11853 case "${target}" in
11854 hppa*64*-*-*) ;;
11855 *-*-*aout*| i[3-7]86-*-msdos* | ns32k-*-* | pdp11-*-*)
11856 if test "$plugins" = "yes"; then
11857 if test "${enable_plugins+set}" = set; then
11858 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
11859 $as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
11860 else
11861 plugins=no
11862 fi
11863 fi ;;
11864 hppa*-*-hpux* | *-*-*vms* | \
11865 powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
11866 if test "$plugins" = "yes"; then
11867 if test "${enable_plugins+set}" = set; then
11868 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
11869 $as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
11870 else
11871 plugins=no
11872 fi
11873 fi ;;
11874 esac
11875
11876 if test "$plugins" = "yes"; then
11877 PLUGINS_TRUE=
11878 PLUGINS_FALSE='#'
11879 else
11880 PLUGINS_TRUE='#'
11881 PLUGINS_FALSE=
11882 fi
11883
11884
11885 ac_checking=
11886 . ${srcdir}/development.sh
11887 test "$development" = true && ac_checking=yes
11888 # Check whether --enable-checking was given.
11889 if test "${enable_checking+set}" = set; then :
11890 enableval=$enable_checking; case "${enableval}" in
11891 no|none) ac_checking= ;;
11892 *) ac_checking=yes ;;
11893 esac
11894 fi
11895 if test x$ac_checking != x ; then
11896
11897 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11898
11899 fi
11900
11901 # Check whether --enable-64-bit-bfd was given.
11902 if test "${enable_64_bit_bfd+set}" = set; then :
11903 enableval=$enable_64_bit_bfd; case $enableval in #(
11904 yes|no) :
11905 ;; #(
11906 *) :
11907 as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; #(
11908 *) :
11909 ;;
11910 esac
11911 else
11912 enable_64_bit_bfd=no
11913 fi
11914
11915
11916 if test "x$enable_64_bit_bfd" = "xno"; then :
11917 # The cast to long int works around a bug in the HP C Compiler
11918 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11919 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11920 # This bug is HP SR number 8606223364.
11921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
11922 $as_echo_n "checking size of void *... " >&6; }
11923 if ${ac_cv_sizeof_void_p+:} false; then :
11924 $as_echo_n "(cached) " >&6
11925 else
11926 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
11927
11928 else
11929 if test "$ac_cv_type_void_p" = yes; then
11930 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11931 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11932 as_fn_error 77 "cannot compute sizeof (void *)
11933 See \`config.log' for more details" "$LINENO" 5; }
11934 else
11935 ac_cv_sizeof_void_p=0
11936 fi
11937 fi
11938
11939 fi
11940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
11941 $as_echo "$ac_cv_sizeof_void_p" >&6; }
11942
11943
11944
11945 cat >>confdefs.h <<_ACEOF
11946 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
11947 _ACEOF
11948
11949
11950 if test "x$ac_cv_sizeof_void_p" = "x8"; then :
11951 enable_64_bit_bfd=yes
11952 fi
11953
11954 fi
11955
11956 if test "x$enable_64_bit_bfd" = "xyes"; then
11957 ENABLE_BFD_64_BIT_TRUE=
11958 ENABLE_BFD_64_BIT_FALSE='#'
11959 else
11960 ENABLE_BFD_64_BIT_TRUE='#'
11961 ENABLE_BFD_64_BIT_FALSE=
11962 fi
11963
11964
11965 if test $enable_64_bit_bfd = yes ; then
11966 want64=true
11967 else
11968 want64=false
11969 fi
11970
11971 # Check whether --enable-targets was given.
11972 if test "${enable_targets+set}" = set; then :
11973 enableval=$enable_targets; case "${enableval}" in
11974 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11975 ;;
11976 no) enable_targets= ;;
11977 *) enable_targets=$enableval ;;
11978 esac
11979 fi
11980
11981 # Check whether --enable-64_bit_archive was given.
11982 if test "${enable_64_bit_archive+set}" = set; then :
11983 enableval=$enable_64_bit_archive; case "${enableval}" in
11984 yes) want_64_bit_archive=true ;;
11985 no) want_64_bit_archive=false ;;
11986 *) as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
11987 esac
11988 else
11989 want_64_bit_archive=unset
11990 fi
11991
11992
11993 # Check whether --with-mmap was given.
11994 if test "${with_mmap+set}" = set; then :
11995 withval=$with_mmap; case "${withval}" in
11996 yes) want_mmap=true ;;
11997 no) want_mmap=false ;;
11998 *) as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
11999 esac
12000 else
12001 want_mmap=false
12002 fi
12003
12004 # Check whether --enable-secureplt was given.
12005 if test "${enable_secureplt+set}" = set; then :
12006 enableval=$enable_secureplt; case "${enableval}" in
12007 yes) use_secureplt=true ;;
12008 no) use_secureplt=false ;;
12009 *) as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
12010 esac
12011 else
12012 use_secureplt=true
12013 fi
12014 if test $use_secureplt = true; then
12015
12016 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
12017
12018 fi
12019
12020 # Decide if -z separate-code should be enabled in ELF linker by default.
12021 ac_default_ld_z_separate_code=unset
12022 # Check whether --enable-separate-code was given.
12023 if test "${enable_separate_code+set}" = set; then :
12024 enableval=$enable_separate_code; case "${enableval}" in
12025 yes) ac_default_ld_z_separate_code=1 ;;
12026 no) ac_default_ld_z_separate_code=0 ;;
12027 esac
12028 fi
12029
12030 # Enable -z separate-code by default for Linux/x86.
12031 case "${target}" in
12032 i[3-7]86-*-linux-* | x86_64-*-linux-*)
12033 if test ${ac_default_ld_z_separate_code} = unset; then
12034 ac_default_ld_z_separate_code=1
12035 fi
12036 ;;
12037 esac
12038 if test "${ac_default_ld_z_separate_code}" = unset; then
12039 ac_default_ld_z_separate_code=0
12040 fi
12041
12042 cat >>confdefs.h <<_ACEOF
12043 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
12044 _ACEOF
12045
12046
12047 # Check whether --enable-leading-mingw64-underscores was given.
12048 if test "${enable_leading_mingw64_underscores+set}" = set; then :
12049 enableval=$enable_leading_mingw64_underscores;
12050 fi
12051
12052 if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12053
12054 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12055
12056 fi
12057
12058 DEBUGDIR=${libdir}/debug
12059
12060 # Check whether --with-separate-debug-dir was given.
12061 if test "${with_separate_debug_dir+set}" = set; then :
12062 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12063 fi
12064
12065
12066
12067
12068
12069 # Check whether --with-pkgversion was given.
12070 if test "${with_pkgversion+set}" = set; then :
12071 withval=$with_pkgversion; case "$withval" in
12072 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
12073 no) PKGVERSION= ;;
12074 *) PKGVERSION="($withval) " ;;
12075 esac
12076 else
12077 PKGVERSION="(GNU Binutils) "
12078
12079 fi
12080
12081
12082
12083
12084
12085 # Check whether --with-bugurl was given.
12086 if test "${with_bugurl+set}" = set; then :
12087 withval=$with_bugurl; case "$withval" in
12088 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
12089 no) BUGURL=
12090 ;;
12091 *) BUGURL="$withval"
12092 ;;
12093 esac
12094 else
12095 BUGURL="https://sourceware.org/bugzilla/"
12096
12097 fi
12098
12099 case ${BUGURL} in
12100 "")
12101 REPORT_BUGS_TO=
12102 REPORT_BUGS_TEXI=
12103 ;;
12104 *)
12105 REPORT_BUGS_TO="<$BUGURL>"
12106 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12107 ;;
12108 esac;
12109
12110
12111
12112
12113
12114 # Set the 'development' global.
12115 . $srcdir/../bfd/development.sh
12116
12117 # Set acp_cpp_for_build variable
12118 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12119
12120 # Default set of GCC warnings to enable.
12121 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12122 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12123
12124 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12126 /* end confdefs.h. */
12127 __GNUC__
12128 _ACEOF
12129 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12130 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12131
12132 else
12133 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12134 fi
12135 rm -f conftest*
12136
12137
12138 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12140 /* end confdefs.h. */
12141 __GNUC__
12142 _ACEOF
12143 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12144 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12145
12146 else
12147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12148 /* end confdefs.h. */
12149 __clang__
12150 _ACEOF
12151 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12152 $EGREP "^__clang__$" >/dev/null 2>&1; then :
12153 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12154 fi
12155 rm -f conftest*
12156
12157 fi
12158 rm -f conftest*
12159
12160
12161 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12162 WARN_WRITE_STRINGS=""
12163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12164 /* end confdefs.h. */
12165 __GNUC__
12166 _ACEOF
12167 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12168 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12169
12170 else
12171 WARN_WRITE_STRINGS="-Wwrite-strings"
12172 fi
12173 rm -f conftest*
12174
12175
12176 # Verify CC_FOR_BUILD to be compatible with warning flags
12177
12178 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12180 /* end confdefs.h. */
12181 __GNUC__
12182 _ACEOF
12183 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12184 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12185
12186 else
12187 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12188 fi
12189 rm -f conftest*
12190
12191
12192 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12194 /* end confdefs.h. */
12195 __GNUC__
12196 _ACEOF
12197 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12198 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12199
12200 else
12201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12202 /* end confdefs.h. */
12203 __clang__
12204 _ACEOF
12205 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12206 $EGREP "^__clang__$" >/dev/null 2>&1; then :
12207 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12208 fi
12209 rm -f conftest*
12210
12211 fi
12212 rm -f conftest*
12213
12214
12215 # Check whether --enable-werror was given.
12216 if test "${enable_werror+set}" = set; then :
12217 enableval=$enable_werror; case "${enableval}" in
12218 yes | y) ERROR_ON_WARNING="yes" ;;
12219 no | n) ERROR_ON_WARNING="no" ;;
12220 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12221 esac
12222 fi
12223
12224
12225 # Disable -Wformat by default when using gcc on mingw
12226 case "${host}" in
12227 *-*-mingw32*)
12228 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12229 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12230 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12231 fi
12232 ;;
12233 *) ;;
12234 esac
12235
12236 # Enable -Werror by default when using gcc. Turn it off for releases.
12237 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12238 ERROR_ON_WARNING=yes
12239 fi
12240
12241 NO_WERROR=
12242 if test "${ERROR_ON_WARNING}" = yes ; then
12243 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12244 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12245 NO_WERROR="-Wno-error"
12246 fi
12247
12248 if test "${GCC}" = yes ; then
12249 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12250 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12251 fi
12252
12253 # Check whether --enable-build-warnings was given.
12254 if test "${enable_build_warnings+set}" = set; then :
12255 enableval=$enable_build_warnings; case "${enableval}" in
12256 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12257 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12258 no) if test "${GCC}" = yes ; then
12259 WARN_CFLAGS="-w"
12260 WARN_CFLAGS_FOR_BUILD="-w"
12261 fi;;
12262 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12263 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12264 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12265 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12266 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12267 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12268 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12269 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12270 esac
12271 fi
12272
12273
12274 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12275 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12276 fi
12277
12278
12279
12280
12281
12282
12283
12284 ac_config_headers="$ac_config_headers config.h:config.in"
12285
12286
12287 # PR 14072
12288
12289
12290 if test -z "$target" ; then
12291 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12292 fi
12293
12294
12295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12296 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12297 # Check whether --enable-maintainer-mode was given.
12298 if test "${enable_maintainer_mode+set}" = set; then :
12299 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12300 else
12301 USE_MAINTAINER_MODE=no
12302 fi
12303
12304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12305 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12306 if test $USE_MAINTAINER_MODE = yes; then
12307 MAINTAINER_MODE_TRUE=
12308 MAINTAINER_MODE_FALSE='#'
12309 else
12310 MAINTAINER_MODE_TRUE='#'
12311 MAINTAINER_MODE_FALSE=
12312 fi
12313
12314 MAINT=$MAINTAINER_MODE_TRUE
12315
12316
12317 if false; then
12318 GENINSRC_NEVER_TRUE=
12319 GENINSRC_NEVER_FALSE='#'
12320 else
12321 GENINSRC_NEVER_TRUE='#'
12322 GENINSRC_NEVER_FALSE=
12323 fi
12324
12325 case ${build_alias} in
12326 "") build_noncanonical=${build} ;;
12327 *) build_noncanonical=${build_alias} ;;
12328 esac
12329
12330 case ${host_alias} in
12331 "") host_noncanonical=${build_noncanonical} ;;
12332 *) host_noncanonical=${host_alias} ;;
12333 esac
12334
12335 case ${target_alias} in
12336 "") target_noncanonical=${host_noncanonical} ;;
12337 *) target_noncanonical=${target_alias} ;;
12338 esac
12339
12340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12341 $as_echo_n "checking whether to install libbfd... " >&6; }
12342 # Check whether --enable-install-libbfd was given.
12343 if test "${enable_install_libbfd+set}" = set; then :
12344 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12345 else
12346 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12347 install_libbfd_p=yes
12348 else
12349 install_libbfd_p=no
12350 fi
12351 fi
12352
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12354 $as_echo "$install_libbfd_p" >&6; }
12355 if test $install_libbfd_p = yes; then
12356 INSTALL_LIBBFD_TRUE=
12357 INSTALL_LIBBFD_FALSE='#'
12358 else
12359 INSTALL_LIBBFD_TRUE='#'
12360 INSTALL_LIBBFD_FALSE=
12361 fi
12362
12363 # Need _noncanonical variables for this.
12364
12365
12366
12367
12368 # libbfd.a is a host library containing target dependent code
12369 bfdlibdir='$(libdir)'
12370 bfdincludedir='$(includedir)'
12371 if test "${host}" != "${target}"; then
12372 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12373 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12374 fi
12375
12376
12377
12378
12379
12380
12381
12382
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12384 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12385 if ${ac_cv_c_bigendian+:} false; then :
12386 $as_echo_n "(cached) " >&6
12387 else
12388 ac_cv_c_bigendian=unknown
12389 # See if we're dealing with a universal compiler.
12390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12391 /* end confdefs.h. */
12392 #ifndef __APPLE_CC__
12393 not a universal capable compiler
12394 #endif
12395 typedef int dummy;
12396
12397 _ACEOF
12398 if ac_fn_c_try_compile "$LINENO"; then :
12399
12400 # Check for potential -arch flags. It is not universal unless
12401 # there are at least two -arch flags with different values.
12402 ac_arch=
12403 ac_prev=
12404 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12405 if test -n "$ac_prev"; then
12406 case $ac_word in
12407 i?86 | x86_64 | ppc | ppc64)
12408 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
12409 ac_arch=$ac_word
12410 else
12411 ac_cv_c_bigendian=universal
12412 break
12413 fi
12414 ;;
12415 esac
12416 ac_prev=
12417 elif test "x$ac_word" = "x-arch"; then
12418 ac_prev=arch
12419 fi
12420 done
12421 fi
12422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12423 if test $ac_cv_c_bigendian = unknown; then
12424 # See if sys/param.h defines the BYTE_ORDER macro.
12425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12426 /* end confdefs.h. */
12427 #include <sys/types.h>
12428 #include <sys/param.h>
12429
12430 int
12431 main ()
12432 {
12433 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12434 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12435 && LITTLE_ENDIAN)
12436 bogus endian macros
12437 #endif
12438
12439 ;
12440 return 0;
12441 }
12442 _ACEOF
12443 if ac_fn_c_try_compile "$LINENO"; then :
12444 # It does; now see whether it defined to BIG_ENDIAN or not.
12445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12446 /* end confdefs.h. */
12447 #include <sys/types.h>
12448 #include <sys/param.h>
12449
12450 int
12451 main ()
12452 {
12453 #if BYTE_ORDER != BIG_ENDIAN
12454 not big endian
12455 #endif
12456
12457 ;
12458 return 0;
12459 }
12460 _ACEOF
12461 if ac_fn_c_try_compile "$LINENO"; then :
12462 ac_cv_c_bigendian=yes
12463 else
12464 ac_cv_c_bigendian=no
12465 fi
12466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12467 fi
12468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12469 fi
12470 if test $ac_cv_c_bigendian = unknown; then
12471 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
12472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12473 /* end confdefs.h. */
12474 #include <limits.h>
12475
12476 int
12477 main ()
12478 {
12479 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
12480 bogus endian macros
12481 #endif
12482
12483 ;
12484 return 0;
12485 }
12486 _ACEOF
12487 if ac_fn_c_try_compile "$LINENO"; then :
12488 # It does; now see whether it defined to _BIG_ENDIAN or not.
12489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12490 /* end confdefs.h. */
12491 #include <limits.h>
12492
12493 int
12494 main ()
12495 {
12496 #ifndef _BIG_ENDIAN
12497 not big endian
12498 #endif
12499
12500 ;
12501 return 0;
12502 }
12503 _ACEOF
12504 if ac_fn_c_try_compile "$LINENO"; then :
12505 ac_cv_c_bigendian=yes
12506 else
12507 ac_cv_c_bigendian=no
12508 fi
12509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12510 fi
12511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12512 fi
12513 if test $ac_cv_c_bigendian = unknown; then
12514 # Compile a test program.
12515 if test "$cross_compiling" = yes; then :
12516 # Try to guess by grepping values from an object file.
12517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12518 /* end confdefs.h. */
12519 short int ascii_mm[] =
12520 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
12521 short int ascii_ii[] =
12522 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
12523 int use_ascii (int i) {
12524 return ascii_mm[i] + ascii_ii[i];
12525 }
12526 short int ebcdic_ii[] =
12527 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
12528 short int ebcdic_mm[] =
12529 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
12530 int use_ebcdic (int i) {
12531 return ebcdic_mm[i] + ebcdic_ii[i];
12532 }
12533 extern int foo;
12534
12535 int
12536 main ()
12537 {
12538 return use_ascii (foo) == use_ebcdic (foo);
12539 ;
12540 return 0;
12541 }
12542 _ACEOF
12543 if ac_fn_c_try_compile "$LINENO"; then :
12544 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
12545 ac_cv_c_bigendian=yes
12546 fi
12547 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
12548 if test "$ac_cv_c_bigendian" = unknown; then
12549 ac_cv_c_bigendian=no
12550 else
12551 # finding both strings is unlikely to happen, but who knows?
12552 ac_cv_c_bigendian=unknown
12553 fi
12554 fi
12555 fi
12556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12557 else
12558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12559 /* end confdefs.h. */
12560 $ac_includes_default
12561 int
12562 main ()
12563 {
12564
12565 /* Are we little or big endian? From Harbison&Steele. */
12566 union
12567 {
12568 long int l;
12569 char c[sizeof (long int)];
12570 } u;
12571 u.l = 1;
12572 return u.c[sizeof (long int) - 1] == 1;
12573
12574 ;
12575 return 0;
12576 }
12577 _ACEOF
12578 if ac_fn_c_try_run "$LINENO"; then :
12579 ac_cv_c_bigendian=no
12580 else
12581 ac_cv_c_bigendian=yes
12582 fi
12583 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12584 conftest.$ac_objext conftest.beam conftest.$ac_ext
12585 fi
12586
12587 fi
12588 fi
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12590 $as_echo "$ac_cv_c_bigendian" >&6; }
12591 case $ac_cv_c_bigendian in #(
12592 yes)
12593 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12594 ;; #(
12595 no)
12596 ;; #(
12597 universal)
12598
12599 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12600
12601 ;; #(
12602 *)
12603 as_fn_error $? "unknown endianness
12604 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12605 esac
12606
12607
12608 host64=false
12609 target64=false
12610 bfd_default_target_size=32
12611
12612 # host stuff:
12613
12614 ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12615 # If we haven't got the data from the intl directory,
12616 # assume NLS is disabled.
12617 USE_NLS=no
12618 LIBINTL=
12619 LIBINTL_DEP=
12620 INCINTL=
12621 XGETTEXT=
12622 GMSGFMT=
12623 POSUB=
12624
12625 if test -f ../intl/config.intl; then
12626 . ../intl/config.intl
12627 fi
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12629 $as_echo_n "checking whether NLS is requested... " >&6; }
12630 if test x"$USE_NLS" != xyes; then
12631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12632 $as_echo "no" >&6; }
12633 else
12634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12635 $as_echo "yes" >&6; }
12636
12637 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12638
12639
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12641 $as_echo_n "checking for catalogs to be installed... " >&6; }
12642 # Look for .po and .gmo files in the source directory.
12643 CATALOGS=
12644 XLINGUAS=
12645 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12646 # If there aren't any .gmo files the shell will give us the
12647 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12648 # weeded out.
12649 case "$cat" in *\**)
12650 continue;;
12651 esac
12652 # The quadruple backslash is collapsed to a double backslash
12653 # by the backticks, then collapsed again by the double quotes,
12654 # leaving us with one backslash in the sed expression (right
12655 # before the dot that mustn't act as a wildcard).
12656 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12657 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12658 # The user is allowed to set LINGUAS to a list of languages to
12659 # install catalogs for. If it's empty that means "all of them."
12660 if test "x$LINGUAS" = x; then
12661 CATALOGS="$CATALOGS $cat"
12662 XLINGUAS="$XLINGUAS $lang"
12663 else
12664 case "$LINGUAS" in *$lang*)
12665 CATALOGS="$CATALOGS $cat"
12666 XLINGUAS="$XLINGUAS $lang"
12667 ;;
12668 esac
12669 fi
12670 done
12671 LINGUAS="$XLINGUAS"
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12673 $as_echo "$LINGUAS" >&6; }
12674
12675
12676 DATADIRNAME=share
12677
12678 INSTOBJEXT=.mo
12679
12680 GENCAT=gencat
12681
12682 CATOBJEXT=.gmo
12683
12684 fi
12685
12686 MKINSTALLDIRS=
12687 if test -n "$ac_aux_dir"; then
12688 case "$ac_aux_dir" in
12689 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12690 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12691 esac
12692 fi
12693 if test -z "$MKINSTALLDIRS"; then
12694 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12695 fi
12696
12697
12698
12699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12700 $as_echo_n "checking whether NLS is requested... " >&6; }
12701 # Check whether --enable-nls was given.
12702 if test "${enable_nls+set}" = set; then :
12703 enableval=$enable_nls; USE_NLS=$enableval
12704 else
12705 USE_NLS=yes
12706 fi
12707
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12709 $as_echo "$USE_NLS" >&6; }
12710
12711
12712
12713
12714
12715
12716 # Prepare PATH_SEPARATOR.
12717 # The user is always right.
12718 if test "${PATH_SEPARATOR+set}" != set; then
12719 echo "#! /bin/sh" >conf$$.sh
12720 echo "exit 0" >>conf$$.sh
12721 chmod +x conf$$.sh
12722 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12723 PATH_SEPARATOR=';'
12724 else
12725 PATH_SEPARATOR=:
12726 fi
12727 rm -f conf$$.sh
12728 fi
12729
12730 # Find out how to test for executable files. Don't use a zero-byte file,
12731 # as systems may use methods other than mode bits to determine executability.
12732 cat >conf$$.file <<_ASEOF
12733 #! /bin/sh
12734 exit 0
12735 _ASEOF
12736 chmod +x conf$$.file
12737 if test -x conf$$.file >/dev/null 2>&1; then
12738 ac_executable_p="test -x"
12739 else
12740 ac_executable_p="test -f"
12741 fi
12742 rm -f conf$$.file
12743
12744 # Extract the first word of "msgfmt", so it can be a program name with args.
12745 set dummy msgfmt; ac_word=$2
12746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12747 $as_echo_n "checking for $ac_word... " >&6; }
12748 if ${ac_cv_path_MSGFMT+:} false; then :
12749 $as_echo_n "(cached) " >&6
12750 else
12751 case "$MSGFMT" in
12752 [\\/]* | ?:[\\/]*)
12753 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12754 ;;
12755 *)
12756 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12757 for ac_dir in $PATH; do
12758 IFS="$ac_save_IFS"
12759 test -z "$ac_dir" && ac_dir=.
12760 for ac_exec_ext in '' $ac_executable_extensions; do
12761 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12762 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12763 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12764 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12765 break 2
12766 fi
12767 fi
12768 done
12769 done
12770 IFS="$ac_save_IFS"
12771 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12772 ;;
12773 esac
12774 fi
12775 MSGFMT="$ac_cv_path_MSGFMT"
12776 if test "$MSGFMT" != ":"; then
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12778 $as_echo "$MSGFMT" >&6; }
12779 else
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12781 $as_echo "no" >&6; }
12782 fi
12783
12784 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12785 set dummy gmsgfmt; ac_word=$2
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12787 $as_echo_n "checking for $ac_word... " >&6; }
12788 if ${ac_cv_path_GMSGFMT+:} false; then :
12789 $as_echo_n "(cached) " >&6
12790 else
12791 case $GMSGFMT in
12792 [\\/]* | ?:[\\/]*)
12793 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12794 ;;
12795 *)
12796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12797 for as_dir in $PATH
12798 do
12799 IFS=$as_save_IFS
12800 test -z "$as_dir" && as_dir=.
12801 for ac_exec_ext in '' $ac_executable_extensions; do
12802 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12803 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12805 break 2
12806 fi
12807 done
12808 done
12809 IFS=$as_save_IFS
12810
12811 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12812 ;;
12813 esac
12814 fi
12815 GMSGFMT=$ac_cv_path_GMSGFMT
12816 if test -n "$GMSGFMT"; then
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12818 $as_echo "$GMSGFMT" >&6; }
12819 else
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12821 $as_echo "no" >&6; }
12822 fi
12823
12824
12825
12826
12827 # Prepare PATH_SEPARATOR.
12828 # The user is always right.
12829 if test "${PATH_SEPARATOR+set}" != set; then
12830 echo "#! /bin/sh" >conf$$.sh
12831 echo "exit 0" >>conf$$.sh
12832 chmod +x conf$$.sh
12833 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12834 PATH_SEPARATOR=';'
12835 else
12836 PATH_SEPARATOR=:
12837 fi
12838 rm -f conf$$.sh
12839 fi
12840
12841 # Find out how to test for executable files. Don't use a zero-byte file,
12842 # as systems may use methods other than mode bits to determine executability.
12843 cat >conf$$.file <<_ASEOF
12844 #! /bin/sh
12845 exit 0
12846 _ASEOF
12847 chmod +x conf$$.file
12848 if test -x conf$$.file >/dev/null 2>&1; then
12849 ac_executable_p="test -x"
12850 else
12851 ac_executable_p="test -f"
12852 fi
12853 rm -f conf$$.file
12854
12855 # Extract the first word of "xgettext", so it can be a program name with args.
12856 set dummy xgettext; ac_word=$2
12857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12858 $as_echo_n "checking for $ac_word... " >&6; }
12859 if ${ac_cv_path_XGETTEXT+:} false; then :
12860 $as_echo_n "(cached) " >&6
12861 else
12862 case "$XGETTEXT" in
12863 [\\/]* | ?:[\\/]*)
12864 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12865 ;;
12866 *)
12867 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12868 for ac_dir in $PATH; do
12869 IFS="$ac_save_IFS"
12870 test -z "$ac_dir" && ac_dir=.
12871 for ac_exec_ext in '' $ac_executable_extensions; do
12872 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12873 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12874 (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
12875 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12876 break 2
12877 fi
12878 fi
12879 done
12880 done
12881 IFS="$ac_save_IFS"
12882 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12883 ;;
12884 esac
12885 fi
12886 XGETTEXT="$ac_cv_path_XGETTEXT"
12887 if test "$XGETTEXT" != ":"; then
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12889 $as_echo "$XGETTEXT" >&6; }
12890 else
12891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12892 $as_echo "no" >&6; }
12893 fi
12894
12895 rm -f messages.po
12896
12897
12898 # Prepare PATH_SEPARATOR.
12899 # The user is always right.
12900 if test "${PATH_SEPARATOR+set}" != set; then
12901 echo "#! /bin/sh" >conf$$.sh
12902 echo "exit 0" >>conf$$.sh
12903 chmod +x conf$$.sh
12904 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12905 PATH_SEPARATOR=';'
12906 else
12907 PATH_SEPARATOR=:
12908 fi
12909 rm -f conf$$.sh
12910 fi
12911
12912 # Find out how to test for executable files. Don't use a zero-byte file,
12913 # as systems may use methods other than mode bits to determine executability.
12914 cat >conf$$.file <<_ASEOF
12915 #! /bin/sh
12916 exit 0
12917 _ASEOF
12918 chmod +x conf$$.file
12919 if test -x conf$$.file >/dev/null 2>&1; then
12920 ac_executable_p="test -x"
12921 else
12922 ac_executable_p="test -f"
12923 fi
12924 rm -f conf$$.file
12925
12926 # Extract the first word of "msgmerge", so it can be a program name with args.
12927 set dummy msgmerge; ac_word=$2
12928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12929 $as_echo_n "checking for $ac_word... " >&6; }
12930 if ${ac_cv_path_MSGMERGE+:} false; then :
12931 $as_echo_n "(cached) " >&6
12932 else
12933 case "$MSGMERGE" in
12934 [\\/]* | ?:[\\/]*)
12935 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12936 ;;
12937 *)
12938 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12939 for ac_dir in $PATH; do
12940 IFS="$ac_save_IFS"
12941 test -z "$ac_dir" && ac_dir=.
12942 for ac_exec_ext in '' $ac_executable_extensions; do
12943 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12944 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12945 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12946 break 2
12947 fi
12948 fi
12949 done
12950 done
12951 IFS="$ac_save_IFS"
12952 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12953 ;;
12954 esac
12955 fi
12956 MSGMERGE="$ac_cv_path_MSGMERGE"
12957 if test "$MSGMERGE" != ":"; then
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12959 $as_echo "$MSGMERGE" >&6; }
12960 else
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12962 $as_echo "no" >&6; }
12963 fi
12964
12965
12966 if test "$GMSGFMT" != ":"; then
12967 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12968 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12969 : ;
12970 else
12971 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12973 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12974 GMSGFMT=":"
12975 fi
12976 fi
12977
12978 if test "$XGETTEXT" != ":"; then
12979 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12980 (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
12981 : ;
12982 else
12983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12984 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12985 XGETTEXT=":"
12986 fi
12987 rm -f messages.po
12988 fi
12989
12990 ac_config_commands="$ac_config_commands default-1"
12991
12992
12993
12994 # Permit host specific settings.
12995 . ${srcdir}/configure.host
12996
12997
12998
12999
13000 # The cast to long int works around a bug in the HP C Compiler
13001 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13002 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13003 # This bug is HP SR number 8606223364.
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13005 $as_echo_n "checking size of long long... " >&6; }
13006 if ${ac_cv_sizeof_long_long+:} false; then :
13007 $as_echo_n "(cached) " >&6
13008 else
13009 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13010
13011 else
13012 if test "$ac_cv_type_long_long" = yes; then
13013 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13014 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13015 as_fn_error 77 "cannot compute sizeof (long long)
13016 See \`config.log' for more details" "$LINENO" 5; }
13017 else
13018 ac_cv_sizeof_long_long=0
13019 fi
13020 fi
13021
13022 fi
13023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13024 $as_echo "$ac_cv_sizeof_long_long" >&6; }
13025
13026
13027
13028 cat >>confdefs.h <<_ACEOF
13029 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13030 _ACEOF
13031
13032
13033 # The cast to long int works around a bug in the HP C Compiler
13034 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13035 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13036 # This bug is HP SR number 8606223364.
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13038 $as_echo_n "checking size of void *... " >&6; }
13039 if ${ac_cv_sizeof_void_p+:} false; then :
13040 $as_echo_n "(cached) " >&6
13041 else
13042 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
13043
13044 else
13045 if test "$ac_cv_type_void_p" = yes; then
13046 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13047 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13048 as_fn_error 77 "cannot compute sizeof (void *)
13049 See \`config.log' for more details" "$LINENO" 5; }
13050 else
13051 ac_cv_sizeof_void_p=0
13052 fi
13053 fi
13054
13055 fi
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13057 $as_echo "$ac_cv_sizeof_void_p" >&6; }
13058
13059
13060
13061 cat >>confdefs.h <<_ACEOF
13062 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13063 _ACEOF
13064
13065
13066 # The cast to long int works around a bug in the HP C Compiler
13067 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13068 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13069 # This bug is HP SR number 8606223364.
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13071 $as_echo_n "checking size of long... " >&6; }
13072 if ${ac_cv_sizeof_long+:} false; then :
13073 $as_echo_n "(cached) " >&6
13074 else
13075 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13076
13077 else
13078 if test "$ac_cv_type_long" = yes; then
13079 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13080 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13081 as_fn_error 77 "cannot compute sizeof (long)
13082 See \`config.log' for more details" "$LINENO" 5; }
13083 else
13084 ac_cv_sizeof_long=0
13085 fi
13086 fi
13087
13088 fi
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13090 $as_echo "$ac_cv_sizeof_long" >&6; }
13091
13092
13093
13094 cat >>confdefs.h <<_ACEOF
13095 #define SIZEOF_LONG $ac_cv_sizeof_long
13096 _ACEOF
13097
13098
13099 # The cast to long int works around a bug in the HP C Compiler
13100 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13101 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13102 # This bug is HP SR number 8606223364.
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13104 $as_echo_n "checking size of int... " >&6; }
13105 if ${ac_cv_sizeof_int+:} false; then :
13106 $as_echo_n "(cached) " >&6
13107 else
13108 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
13109
13110 else
13111 if test "$ac_cv_type_int" = yes; then
13112 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13113 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13114 as_fn_error 77 "cannot compute sizeof (int)
13115 See \`config.log' for more details" "$LINENO" 5; }
13116 else
13117 ac_cv_sizeof_int=0
13118 fi
13119 fi
13120
13121 fi
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13123 $as_echo "$ac_cv_sizeof_int" >&6; }
13124
13125
13126
13127 cat >>confdefs.h <<_ACEOF
13128 #define SIZEOF_INT $ac_cv_sizeof_int
13129 _ACEOF
13130
13131
13132
13133 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
13134 host64=true
13135 fi
13136
13137 # Put a plausible default for CC_FOR_BUILD in Makefile.
13138 if test -z "$CC_FOR_BUILD"; then
13139 if test "x$cross_compiling" = "xno"; then
13140 CC_FOR_BUILD='$(CC)'
13141 else
13142 CC_FOR_BUILD=gcc
13143 fi
13144 fi
13145
13146 # Also set EXEEXT_FOR_BUILD.
13147 if test "x$cross_compiling" = "xno"; then
13148 EXEEXT_FOR_BUILD='$(EXEEXT)'
13149 else
13150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13151 $as_echo_n "checking for build system executable suffix... " >&6; }
13152 if ${bfd_cv_build_exeext+:} false; then :
13153 $as_echo_n "(cached) " >&6
13154 else
13155 rm -f conftest*
13156 echo 'int main () { return 0; }' > conftest.c
13157 bfd_cv_build_exeext=
13158 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13159 for file in conftest.*; do
13160 case $file in
13161 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13162 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13163 esac
13164 done
13165 rm -f conftest*
13166 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
13167 fi
13168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13169 $as_echo "$bfd_cv_build_exeext" >&6; }
13170 EXEEXT_FOR_BUILD=""
13171 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
13172 fi
13173
13174
13175 for ac_header in fcntl.h sys/file.h sys/resource.h sys/stat.h sys/types.h \
13176 unistd.h
13177 do :
13178 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13179 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13180 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13181 cat >>confdefs.h <<_ACEOF
13182 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13183 _ACEOF
13184
13185 fi
13186
13187 done
13188
13189
13190 for ac_func in fcntl fdopen fileno fls getgid getpagesize getrlimit getuid \
13191 sysconf
13192 do :
13193 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13194 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13195 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13196 cat >>confdefs.h <<_ACEOF
13197 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13198 _ACEOF
13199
13200 fi
13201 done
13202
13203
13204 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
13205 if test "x$ac_cv_have_decl_basename" = xyes; then :
13206 ac_have_decl=1
13207 else
13208 ac_have_decl=0
13209 fi
13210
13211 cat >>confdefs.h <<_ACEOF
13212 #define HAVE_DECL_BASENAME $ac_have_decl
13213 _ACEOF
13214 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
13215 if test "x$ac_cv_have_decl_ffs" = xyes; then :
13216 ac_have_decl=1
13217 else
13218 ac_have_decl=0
13219 fi
13220
13221 cat >>confdefs.h <<_ACEOF
13222 #define HAVE_DECL_FFS $ac_have_decl
13223 _ACEOF
13224 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13225 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
13226 ac_have_decl=1
13227 else
13228 ac_have_decl=0
13229 fi
13230
13231 cat >>confdefs.h <<_ACEOF
13232 #define HAVE_DECL_STPCPY $ac_have_decl
13233 _ACEOF
13234 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13235 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13236 ac_have_decl=1
13237 else
13238 ac_have_decl=0
13239 fi
13240
13241 cat >>confdefs.h <<_ACEOF
13242 #define HAVE_DECL_ASPRINTF $ac_have_decl
13243 _ACEOF
13244 ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
13245 if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
13246 ac_have_decl=1
13247 else
13248 ac_have_decl=0
13249 fi
13250
13251 cat >>confdefs.h <<_ACEOF
13252 #define HAVE_DECL_VASPRINTF $ac_have_decl
13253 _ACEOF
13254 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13255 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
13256 ac_have_decl=1
13257 else
13258 ac_have_decl=0
13259 fi
13260
13261 cat >>confdefs.h <<_ACEOF
13262 #define HAVE_DECL_STRNLEN $ac_have_decl
13263 _ACEOF
13264
13265 ac_fn_c_check_decl "$LINENO" "___lc_codepage_func" "ac_cv_have_decl____lc_codepage_func" "#include <locale.h>
13266 "
13267 if test "x$ac_cv_have_decl____lc_codepage_func" = xyes; then :
13268 ac_have_decl=1
13269 else
13270 ac_have_decl=0
13271 fi
13272
13273 cat >>confdefs.h <<_ACEOF
13274 #define HAVE_DECL____LC_CODEPAGE_FUNC $ac_have_decl
13275 _ACEOF
13276
13277
13278
13279 case "${host}" in
13280 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13281
13282 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13283 ;;
13284 esac
13285
13286
13287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread local storage (TLS) class" >&5
13288 $as_echo_n "checking for thread local storage (TLS) class... " >&6; }
13289 if ${ac_cv_tls+:} false; then :
13290 $as_echo_n "(cached) " >&6
13291 else
13292 for ax_tls_keyword in thread_local _Thread_local __thread '__declspec(thread)' none; do
13293 case $ax_tls_keyword in #(
13294 none) :
13295 ac_cv_tls=none ; break ;; #(
13296 *) :
13297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13298 /* end confdefs.h. */
13299 #include <stdlib.h>
13300 int
13301 main ()
13302 {
13303 static $ax_tls_keyword int bar;
13304
13305 ;
13306 return 0;
13307 }
13308 _ACEOF
13309 if ac_fn_c_try_compile "$LINENO"; then :
13310 ac_cv_tls=$ax_tls_keyword ; break
13311 else
13312 ac_cv_tls=none
13313
13314 fi
13315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13316 ;;
13317 esac
13318 done
13319
13320 fi
13321
13322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_tls" >&5
13323 $as_echo "$ac_cv_tls" >&6; }
13324
13325 if test "$ac_cv_tls" != "none"; then :
13326
13327 cat >>confdefs.h <<_ACEOF
13328 #define TLS $ac_cv_tls
13329 _ACEOF
13330
13331 :
13332 else
13333 :
13334 fi
13335
13336
13337 # Link in zlib/zstd if we can. This allows us to read compressed debug sections.
13338 # This is used only by compress.c.
13339
13340 # Use the system's zlib library.
13341 zlibdir="-L\$(top_builddir)/../zlib"
13342 zlibinc="-I\$(top_srcdir)/../zlib"
13343
13344 # Check whether --with-system-zlib was given.
13345 if test "${with_system_zlib+set}" = set; then :
13346 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13347 zlibdir=
13348 zlibinc=
13349 fi
13350
13351 fi
13352
13353
13354
13355
13356
13357
13358
13359
13360
13361
13362
13363 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
13364 if test -n "$ac_tool_prefix"; then
13365 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
13366 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
13367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13368 $as_echo_n "checking for $ac_word... " >&6; }
13369 if ${ac_cv_path_PKG_CONFIG+:} false; then :
13370 $as_echo_n "(cached) " >&6
13371 else
13372 case $PKG_CONFIG in
13373 [\\/]* | ?:[\\/]*)
13374 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
13375 ;;
13376 *)
13377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13378 for as_dir in $PATH
13379 do
13380 IFS=$as_save_IFS
13381 test -z "$as_dir" && as_dir=.
13382 for ac_exec_ext in '' $ac_executable_extensions; do
13383 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13384 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13386 break 2
13387 fi
13388 done
13389 done
13390 IFS=$as_save_IFS
13391
13392 ;;
13393 esac
13394 fi
13395 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
13396 if test -n "$PKG_CONFIG"; then
13397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
13398 $as_echo "$PKG_CONFIG" >&6; }
13399 else
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13401 $as_echo "no" >&6; }
13402 fi
13403
13404
13405 fi
13406 if test -z "$ac_cv_path_PKG_CONFIG"; then
13407 ac_pt_PKG_CONFIG=$PKG_CONFIG
13408 # Extract the first word of "pkg-config", so it can be a program name with args.
13409 set dummy pkg-config; ac_word=$2
13410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13411 $as_echo_n "checking for $ac_word... " >&6; }
13412 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
13413 $as_echo_n "(cached) " >&6
13414 else
13415 case $ac_pt_PKG_CONFIG in
13416 [\\/]* | ?:[\\/]*)
13417 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
13418 ;;
13419 *)
13420 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13421 for as_dir in $PATH
13422 do
13423 IFS=$as_save_IFS
13424 test -z "$as_dir" && as_dir=.
13425 for ac_exec_ext in '' $ac_executable_extensions; do
13426 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13427 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13429 break 2
13430 fi
13431 done
13432 done
13433 IFS=$as_save_IFS
13434
13435 ;;
13436 esac
13437 fi
13438 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
13439 if test -n "$ac_pt_PKG_CONFIG"; then
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
13441 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
13442 else
13443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13444 $as_echo "no" >&6; }
13445 fi
13446
13447 if test "x$ac_pt_PKG_CONFIG" = x; then
13448 PKG_CONFIG=""
13449 else
13450 case $cross_compiling:$ac_tool_warned in
13451 yes:)
13452 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13453 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13454 ac_tool_warned=yes ;;
13455 esac
13456 PKG_CONFIG=$ac_pt_PKG_CONFIG
13457 fi
13458 else
13459 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
13460 fi
13461
13462 fi
13463 if test -n "$PKG_CONFIG"; then
13464 _pkg_min_version=0.9.0
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
13466 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
13467 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
13468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13469 $as_echo "yes" >&6; }
13470 else
13471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13472 $as_echo "no" >&6; }
13473 PKG_CONFIG=""
13474 fi
13475 fi
13476
13477
13478 # Check whether --with-zstd was given.
13479 if test "${with_zstd+set}" = set; then :
13480 withval=$with_zstd;
13481 else
13482 with_zstd=auto
13483 fi
13484
13485
13486 if test "$with_zstd" != no; then :
13487
13488 pkg_failed=no
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libzstd >= 1.4.0" >&5
13490 $as_echo_n "checking for libzstd >= 1.4.0... " >&6; }
13491
13492 if test -n "$ZSTD_CFLAGS"; then
13493 pkg_cv_ZSTD_CFLAGS="$ZSTD_CFLAGS"
13494 elif test -n "$PKG_CONFIG"; then
13495 if test -n "$PKG_CONFIG" && \
13496 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
13497 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
13498 ac_status=$?
13499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13500 test $ac_status = 0; }; then
13501 pkg_cv_ZSTD_CFLAGS=`$PKG_CONFIG --cflags "libzstd >= 1.4.0" 2>/dev/null`
13502 test "x$?" != "x0" && pkg_failed=yes
13503 else
13504 pkg_failed=yes
13505 fi
13506 else
13507 pkg_failed=untried
13508 fi
13509 if test -n "$ZSTD_LIBS"; then
13510 pkg_cv_ZSTD_LIBS="$ZSTD_LIBS"
13511 elif test -n "$PKG_CONFIG"; then
13512 if test -n "$PKG_CONFIG" && \
13513 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
13514 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
13515 ac_status=$?
13516 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13517 test $ac_status = 0; }; then
13518 pkg_cv_ZSTD_LIBS=`$PKG_CONFIG --libs "libzstd >= 1.4.0" 2>/dev/null`
13519 test "x$?" != "x0" && pkg_failed=yes
13520 else
13521 pkg_failed=yes
13522 fi
13523 else
13524 pkg_failed=untried
13525 fi
13526
13527 if test $pkg_failed = no; then
13528 pkg_save_LDFLAGS="$LDFLAGS"
13529 LDFLAGS="$LDFLAGS $pkg_cv_ZSTD_LIBS"
13530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13531 /* end confdefs.h. */
13532
13533 int
13534 main ()
13535 {
13536
13537 ;
13538 return 0;
13539 }
13540 _ACEOF
13541 if ac_fn_c_try_link "$LINENO"; then :
13542
13543 else
13544 pkg_failed=yes
13545 fi
13546 rm -f core conftest.err conftest.$ac_objext \
13547 conftest$ac_exeext conftest.$ac_ext
13548 LDFLAGS=$pkg_save_LDFLAGS
13549 fi
13550
13551
13552
13553 if test $pkg_failed = yes; then
13554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13555 $as_echo "no" >&6; }
13556
13557 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13558 _pkg_short_errors_supported=yes
13559 else
13560 _pkg_short_errors_supported=no
13561 fi
13562 if test $_pkg_short_errors_supported = yes; then
13563 ZSTD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
13564 else
13565 ZSTD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
13566 fi
13567 # Put the nasty error message in config.log where it belongs
13568 echo "$ZSTD_PKG_ERRORS" >&5
13569
13570
13571 if test "$with_zstd" = yes; then
13572 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
13573 fi
13574
13575 elif test $pkg_failed = untried; then
13576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13577 $as_echo "no" >&6; }
13578
13579 if test "$with_zstd" = yes; then
13580 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
13581 fi
13582
13583 else
13584 ZSTD_CFLAGS=$pkg_cv_ZSTD_CFLAGS
13585 ZSTD_LIBS=$pkg_cv_ZSTD_LIBS
13586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13587 $as_echo "yes" >&6; }
13588
13589
13590 $as_echo "#define HAVE_ZSTD 1" >>confdefs.h
13591
13592
13593 fi
13594
13595 fi
13596
13597
13598 save_CFLAGS="$CFLAGS"
13599 CFLAGS="$CFLAGS -Werror"
13600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
13601 $as_echo_n "checking compiler support for hidden visibility... " >&6; }
13602 if ${bfd_cv_hidden+:} false; then :
13603 $as_echo_n "(cached) " >&6
13604 else
13605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13606 /* end confdefs.h. */
13607
13608 const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
13609 extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
13610 int
13611 main ()
13612 {
13613 print (hw);
13614 ;
13615 return 0;
13616 }
13617 _ACEOF
13618 if ac_fn_c_try_compile "$LINENO"; then :
13619 bfd_cv_hidden=yes
13620 else
13621 bfd_cv_hidden=no
13622 fi
13623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13624 fi
13625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
13626 $as_echo "$bfd_cv_hidden" >&6; }
13627 CFLAGS="$save_CFLAGS"
13628 if test $bfd_cv_hidden = yes; then
13629
13630 $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
13631
13632 fi
13633
13634 # Check if linker supports --as-needed and --no-as-needed options
13635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
13636 $as_echo_n "checking linker --as-needed support... " >&6; }
13637 if ${bfd_cv_ld_as_needed+:} false; then :
13638 $as_echo_n "(cached) " >&6
13639 else
13640 bfd_cv_ld_as_needed=no
13641 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
13642 bfd_cv_ld_as_needed=yes
13643 fi
13644
13645 fi
13646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
13647 $as_echo "$bfd_cv_ld_as_needed" >&6; }
13648
13649 LIBM=
13650 case $host in
13651 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13652 # These system don't have libm, or don't need it
13653 ;;
13654 *-ncr-sysv4.3*)
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13656 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13657 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13658 $as_echo_n "(cached) " >&6
13659 else
13660 ac_check_lib_save_LIBS=$LIBS
13661 LIBS="-lmw $LIBS"
13662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13663 /* end confdefs.h. */
13664
13665 /* Override any GCC internal prototype to avoid an error.
13666 Use char because int might match the return type of a GCC
13667 builtin and then its argument prototype would still apply. */
13668 #ifdef __cplusplus
13669 extern "C"
13670 #endif
13671 char _mwvalidcheckl ();
13672 int
13673 main ()
13674 {
13675 return _mwvalidcheckl ();
13676 ;
13677 return 0;
13678 }
13679 _ACEOF
13680 if ac_fn_c_try_link "$LINENO"; then :
13681 ac_cv_lib_mw__mwvalidcheckl=yes
13682 else
13683 ac_cv_lib_mw__mwvalidcheckl=no
13684 fi
13685 rm -f core conftest.err conftest.$ac_objext \
13686 conftest$ac_exeext conftest.$ac_ext
13687 LIBS=$ac_check_lib_save_LIBS
13688 fi
13689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13690 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13691 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13692 LIBM="-lmw"
13693 fi
13694
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13696 $as_echo_n "checking for cos in -lm... " >&6; }
13697 if ${ac_cv_lib_m_cos+:} false; then :
13698 $as_echo_n "(cached) " >&6
13699 else
13700 ac_check_lib_save_LIBS=$LIBS
13701 LIBS="-lm $LIBS"
13702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13703 /* end confdefs.h. */
13704
13705 /* Override any GCC internal prototype to avoid an error.
13706 Use char because int might match the return type of a GCC
13707 builtin and then its argument prototype would still apply. */
13708 #ifdef __cplusplus
13709 extern "C"
13710 #endif
13711 char cos ();
13712 int
13713 main ()
13714 {
13715 return cos ();
13716 ;
13717 return 0;
13718 }
13719 _ACEOF
13720 if ac_fn_c_try_link "$LINENO"; then :
13721 ac_cv_lib_m_cos=yes
13722 else
13723 ac_cv_lib_m_cos=no
13724 fi
13725 rm -f core conftest.err conftest.$ac_objext \
13726 conftest$ac_exeext conftest.$ac_ext
13727 LIBS=$ac_check_lib_save_LIBS
13728 fi
13729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13730 $as_echo "$ac_cv_lib_m_cos" >&6; }
13731 if test "x$ac_cv_lib_m_cos" = xyes; then :
13732 LIBM="$LIBM -lm"
13733 fi
13734
13735 ;;
13736 *)
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13738 $as_echo_n "checking for cos in -lm... " >&6; }
13739 if ${ac_cv_lib_m_cos+:} false; then :
13740 $as_echo_n "(cached) " >&6
13741 else
13742 ac_check_lib_save_LIBS=$LIBS
13743 LIBS="-lm $LIBS"
13744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13745 /* end confdefs.h. */
13746
13747 /* Override any GCC internal prototype to avoid an error.
13748 Use char because int might match the return type of a GCC
13749 builtin and then its argument prototype would still apply. */
13750 #ifdef __cplusplus
13751 extern "C"
13752 #endif
13753 char cos ();
13754 int
13755 main ()
13756 {
13757 return cos ();
13758 ;
13759 return 0;
13760 }
13761 _ACEOF
13762 if ac_fn_c_try_link "$LINENO"; then :
13763 ac_cv_lib_m_cos=yes
13764 else
13765 ac_cv_lib_m_cos=no
13766 fi
13767 rm -f core conftest.err conftest.$ac_objext \
13768 conftest$ac_exeext conftest.$ac_ext
13769 LIBS=$ac_check_lib_save_LIBS
13770 fi
13771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13772 $as_echo "$ac_cv_lib_m_cos" >&6; }
13773 if test "x$ac_cv_lib_m_cos" = xyes; then :
13774 LIBM="-lm"
13775 fi
13776
13777 ;;
13778 esac
13779
13780
13781
13782 # When building a shared libbfd, link against the pic version of libiberty
13783 # so that apps that use libbfd won't need libiberty just to satisfy any
13784 # libbfd references.
13785 # We can't do that if a pic libiberty is unavailable since including non-pic
13786 # code would insert text relocations into libbfd.
13787 SHARED_LIBADD=
13788 SHARED_LDFLAGS=
13789 if test "$enable_shared" = "yes"; then
13790 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
13791 if test -n "$x"; then
13792 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
13793 fi
13794 fi
13795
13796 SHARED_LIBADD="$SHARED_LIBADD $LIBINTL"
13797
13798 if test "$enable_shared" = "yes"; then
13799 case "${host}" in
13800 # More hacks to build DLLs on Windows.
13801 *-*-cygwin*)
13802 SHARED_LDFLAGS="-no-undefined"
13803 SHARED_LIBADD="-L`pwd`/../libiberty -liberty $SHARED_LIBADD -lcygwin -lkernel32"
13804 ;;
13805 esac
13806
13807 if test -n "$SHARED_LIBADD"; then
13808 if test -n "$LIBM"; then
13809 if test x"$bfd_cv_ld_as_needed" = xyes; then
13810 # Link against libm only when needed. Put -lc, -lm inside -Wl
13811 # to stop libtool reordering these options.
13812 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
13813 else
13814 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
13815 fi
13816 fi
13817 fi
13818 fi
13819
13820
13821
13822 # target stuff:
13823
13824 # Canonicalize the secondary target names.
13825 if test -n "$enable_targets" ; then
13826 for targ in `echo $enable_targets | sed 's/,/ /g'`
13827 do
13828 result=`$ac_config_sub $targ 2>/dev/null`
13829 if test -n "$result" ; then
13830 canon_targets="$canon_targets $result"
13831 else
13832 # Allow targets that config.sub doesn't recognize, like "all".
13833 canon_targets="$canon_targets $targ"
13834 fi
13835 done
13836 fi
13837
13838 all_targets=false
13839 defvec=
13840 selvecs=
13841 assocvecs=
13842 selarchs=
13843 TDEFINES=
13844 for targ in $target $canon_targets
13845 do
13846 if test $targ = all; then
13847 all_targets=true
13848 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
13849 elif test $targ != plugin; then
13850 . $srcdir/config.bfd
13851 if test $targ = $target; then
13852 defvec=$targ_defvec
13853 fi
13854 selvecs="$selvecs $targ_defvec $targ_selvecs"
13855 selarchs="$selarchs $targ_archs"
13856 TDEFINES="$TDEFINES $targ_cflags"
13857 fi
13858 done
13859
13860
13861 # This processing still needs to be done if we're to decide properly whether
13862 # 64-bit support needs to be compiled in. Currently, it will be included if
13863 # the default or any other explicitly requested target requires it; it
13864 # will not be included on a 32-bit host if no 64-bit target is requested, and
13865 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
13866 # used.
13867
13868 # uniq the default and selected vectors in all the configured targets.
13869 f=""
13870 for i in $selvecs ; do
13871 case " $f " in
13872 *" $i "*) ;;
13873 *) f="$f $i" ;;
13874 esac
13875 done
13876 selvecs="$f"
13877
13878
13879 # uniq the associated vectors in all the configured targets.
13880 f=""
13881 for i in $assocvecs ; do
13882 case " $f " in
13883 *" $i "*) ;;
13884 *) f="$f $i" ;;
13885 esac
13886 done
13887 assocvecs="$f"
13888
13889
13890 # uniq the architectures in all the configured targets.
13891 f=""
13892 for i in $selarchs ; do
13893 case " $f " in
13894 *" $i "*) ;;
13895 *) f="$f $i" ;;
13896 esac
13897 done
13898 selarchs="$f"
13899
13900 # Target backend .o files.
13901 tb=
13902
13903 elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
13904 elf-sframe.lo dwarf1.lo dwarf2.lo"
13905 coffgen="coffgen.lo dwarf2.lo"
13906 coff="cofflink.lo $coffgen"
13907 ecoff="ecofflink.lo $coffgen"
13908 xcoff="xcofflink.lo $coffgen"
13909
13910 elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
13911 for vec in $selvecs
13912 do
13913 target_size=32
13914 case "$vec" in
13915 # This list is alphabetized to make it easy to compare
13916 # with the two vector lists in targets.c. For the same reason,
13917 # use one entry per line, even though this leads to long lines.
13918 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13919 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13920 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13921 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13922 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13923 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13924 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
13925 aarch64_pei_le_vec) tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
13926 aarch64_pe_le_vec) tb="$tb pe-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
13927 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
13928 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13929 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13930 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
13931 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
13932 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
13933 amdgcn_elf64_le_vec) tb="$tb elf64-amdgcn.lo elf64.lo $elf"; target_size=64 ;;
13934 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
13935 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
13936 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
13937 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13938 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13939 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13940 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13941 arm_elf32_fdpic_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13942 arm_elf32_fdpic_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13943 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13944 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13945 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13946 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13947 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13948 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13949 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13950 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13951 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13952 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13953 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13954 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13955 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
13956 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
13957 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13958 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13959 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
13960 cris_aout_vec) tb="$tb aout-cris.lo" ;;
13961 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
13962 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
13963 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
13964 csky_elf32_be_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13965 csky_elf32_le_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13966 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
13967 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
13968 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
13969 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13970 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13971 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13972 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13973 bpf_elf64_le_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;;
13974 bpf_elf64_be_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;;
13975 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
13976 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
13977 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13978 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13979 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
13980 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
13981 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13982 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13983 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13984 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13985 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13986 hppa_som_vec) tb="$tb som.lo" ;;
13987 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
13988 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
13989 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
13990 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
13991 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
13992 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
13993 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
13994 i386_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13995 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13996 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13997 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13998 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
13999 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
14000 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
14001 i386_pe_big_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
14002 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
14003 iamcu_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14004 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14005 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14006 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14007 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14008 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14009 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 ;;
14010 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
14011 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
14012 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
14013 kvx_elf32_vec) tb="$tb elf32-kvx.lo elfxx-kvx.lo elf32.lo $elf $ipa" ;;
14014 kvx_elf64_vec) tb="$tb elf64-kvx.lo elfxx-kvx.lo elf64.lo $elf $ipa"; target_size=64 ;;
14015 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14016 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14017 loongarch_elf32_vec) tb="$tb elf32-loongarch.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf" ;;
14018 loongarch_elf64_vec) tb="$tb elf64-loongarch.lo elf64.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf"; target_size=64 ;;
14019 loongarch64_pei_vec) tb="$tb pei-loongarch64.lo pe-loongarch64igen.lo $coff"; target_size=64 ;;
14020 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
14021 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14022 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14023 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14024 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14025 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14026 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14027 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
14028 s12z_elf32_vec) tb="$tb elf32-s12z.lo elf32.lo $elf" ;;
14029 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14030 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14031 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14032 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14033 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14034 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14035 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14036 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
14037 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
14038 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14039 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14040 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
14041 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
14042 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
14043 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14044 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14045 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14046 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14047 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14048 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14049 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14050 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14051 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14052 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14053 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14054 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14055 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14056 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14057 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14058 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14059 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14060 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14061 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14062 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 ;;
14063 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 ;;
14064 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 ;;
14065 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 ;;
14066 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
14067 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
14068 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
14069 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
14070 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14071 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14072 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14073 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14074 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
14075 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14076 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14077 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14078 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14079 nfp_elf64_vec) tb="$tb elf64-nfp.lo elf64.lo $elf" ;;
14080 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14081 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14082 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
14083 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
14084 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
14085 pdb_vec) tb="$tb pdb.lo" ;;
14086 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
14087 pef_vec) tb="$tb pef.lo" ;;
14088 pef_xlib_vec) tb="$tb pef.lo" ;;
14089 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14090 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14091 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
14092 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14093 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14094 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14095 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14096 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14097 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14098 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14099 powerpc_elf64_fbsd_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14100 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
14101 pru_elf32_vec) tb="$tb elf32-pru.lo elf32.lo $elf" ;;
14102 riscv_elf32_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
14103 riscv_elf64_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14104 riscv_elf32_be_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
14105 riscv_elf64_be_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14106 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
14107 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14108 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14109 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
14110 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14111 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14112 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14113 rx_elf32_linux_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14114 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
14115 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
14116 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
14117 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
14118 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
14119 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
14120 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
14121 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
14122 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14123 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14124 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14125 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14126 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14127 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14128 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14129 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14130 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14131 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14132 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
14133 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
14134 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14135 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14136 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14137 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14138 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14139 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14140 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
14141 sym_vec) tb="$tb xsym.lo" ;;
14142 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
14143 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14144 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14145 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14146 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14147 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14148 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14149 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14150 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14151 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14152 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14153 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14154 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14155 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14156 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14157 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14158 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14159 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14160 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14161 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14162 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14163 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14164 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14165 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
14166 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14167 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14168 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
14169 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
14170 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
14171 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
14172 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
14173 wasm_vec) tb="$tb wasm-module.lo" ;;
14174 wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
14175 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
14176 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
14177 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14178 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14179 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14180 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14181 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
14182 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14183 x86_64_pe_big_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14184 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14185 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
14186 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
14187 xtensa_elf32_be_vec) tb="$tb xtensa-dynconfig.lo xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14188 xtensa_elf32_le_vec) tb="$tb xtensa-dynconfig.lo xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14189 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
14190 z80_elf32_vec) tb="$tb elf32-z80.lo elf32.lo $elf" ;;
14191 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
14192
14193 # These appear out of order in targets.c
14194 srec_vec) tb="$tb srec.lo" ;;
14195 symbolsrec_vec) tb="$tb srec.lo" ;;
14196 tekhex_vec) tb="$tb tekhex.lo" ;;
14197 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
14198 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
14199
14200 "") ;;
14201 *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;;
14202 esac
14203
14204 if test ${target_size} = 64; then
14205 target64=true
14206 fi
14207 if test x"${vec}" = x"${defvec}"; then
14208 bfd_default_target_size=${target_size}
14209 fi
14210 done
14211
14212 if test "$plugins" = "yes"; then
14213 tb="$tb plugin.lo"
14214 fi
14215
14216 # Target architecture .o files.
14217 # A couple of CPUs use shorter file names to avoid problems on DOS
14218 # filesystems.
14219 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
14220
14221 # Weed out duplicate .o files.
14222 f=""
14223 for i in $tb ; do
14224 case " $f " in
14225 *" $i "*) ;;
14226 *) f="$f $i" ;;
14227 esac
14228 done
14229 tb="$f"
14230
14231 f=""
14232 for i in $ta ; do
14233 case " $f " in
14234 *" $i "*) ;;
14235 *) f="$f $i" ;;
14236 esac
14237 done
14238 ta="$f"
14239
14240 bfd_backends="$tb"
14241 bfd_machines="$ta"
14242
14243 if test x${all_targets} = xtrue ; then
14244 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
14245 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
14246 selvecs=
14247 havevecs=-DHAVE_all_vecs
14248 selarchs=
14249 test -n "$assocvecs" &&
14250 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14251 else # all_targets is true
14252 # Only set these if they will be nonempty, for the clever echo.
14253 havevecs=
14254 assocvecs=
14255 test -n "$selvecs" &&
14256 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
14257 test -n "$selvecs" &&
14258 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14259 test -n "$selarchs" &&
14260 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14261 fi # all_targets is true
14262
14263 # 64-bit archives need a 64-bit bfd_vma.
14264 if test "x$want_64_bit_archive" = xtrue; then
14265 want64=true
14266
14267 $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
14268
14269 fi
14270
14271 case ${host64}-${target64}-${want64} in
14272 *true*)
14273 wordsize=64
14274 bfd64_libs='$(BFD64_LIBS)'
14275 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
14276 if test -n "$GCC" ; then
14277 bad_64bit_gcc=no;
14278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
14279 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
14280 # Add more tests for gcc versions with non-working 64-bit support here.
14281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14282 /* end confdefs.h. */
14283 :__GNUC__:__GNUC_MINOR__:__i386__:
14284 _ACEOF
14285 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14286 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
14287 bad_64bit_gcc=yes;
14288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
14289 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
14290 else
14291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14292 $as_echo "no" >&6; }
14293 fi
14294 rm -f conftest*
14295
14296 if test $bad_64bit_gcc = yes ; then
14297 as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
14298 fi
14299 fi
14300 ;;
14301 false-false-false)
14302 wordsize=32
14303 all_backends='$(BFD32_BACKENDS)'
14304 ;;
14305 esac
14306
14307 tdefaults=""
14308 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
14309 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
14310 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
14311 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
14312
14313
14314
14315
14316
14317
14318
14319
14320
14321
14322 # If we are configured native, pick a core file support file.
14323 COREFILE=
14324 COREFLAG=
14325 CORE_HEADER=
14326 TRAD_HEADER=
14327 if test "${target}" = "${host}"; then
14328 case "${host}" in
14329 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
14330 COREFILE=''
14331 ;;
14332 alpha*-*-linux-*)
14333 COREFILE=trad-core.lo
14334 TRAD_HEADER='"hosts/alphalinux.h"'
14335 ;;
14336 alpha*-*-netbsd* | alpha*-*-openbsd*)
14337 COREFILE=netbsd-core.lo
14338 ;;
14339 alpha*-*-*)
14340 COREFILE=osf-core.lo
14341 ;;
14342 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
14343 COREFILE='' ;;
14344 arm*-*-netbsd* | arm-*-openbsd*)
14345 COREFILE=netbsd-core.lo
14346 ;;
14347 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
14348 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
14349 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
14350 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
14351 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
14352 hppa*-*-netbsd* | hppa*-*-openbsd*)
14353 COREFILE=netbsd-core.lo
14354 ;;
14355
14356 i[3-7]86-*-bsdi)
14357 COREFILE=
14358 ;;
14359 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]\.*)
14360 COREFILE=trad-core.lo
14361 TRAD_HEADER='"hosts/i386bsd.h"'
14362 ;;
14363 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
14364 COREFILE=''
14365 TRAD_HEADER='"hosts/i386bsd.h"'
14366 ;;
14367 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
14368 COREFILE=netbsd-core.lo
14369 ;;
14370 i[3-7]86-esix-sysv3*)
14371 COREFILE=trad-core.lo
14372 TRAD_HEADER='"hosts/esix.h"'
14373 ;;
14374 i[3-7]86-*-mach3*)
14375 COREFILE=trad-core.lo
14376 TRAD_HEADER='"hosts/i386mach3.h"'
14377 ;;
14378 i[3-7]86-*-linux-*)
14379 COREFILE=trad-core.lo
14380 TRAD_HEADER='"hosts/i386linux.h"'
14381 case "$enable_targets"-"$want64" in
14382 *x86_64-*linux*|*-true)
14383 CORE_HEADER='"hosts/x86-64linux.h"'
14384 esac
14385 ;;
14386 mips*-*-netbsd* | mips*-*-openbsd*)
14387 COREFILE=netbsd-core.lo
14388 ;;
14389 mips-*-irix*)
14390 COREFILE=irix-core.lo
14391 ;;
14392 m68*-*-linux-*)
14393 COREFILE=trad-core.lo
14394 TRAD_HEADER='"hosts/m68klinux.h"'
14395 ;;
14396 m68*-*-netbsd*)
14397 COREFILE=netbsd-core.lo
14398 ;;
14399 ns32k-pc532-mach)
14400 COREFILE=trad-core.lo
14401 TRAD_HEADER='"hosts/pc532mach.h"'
14402 ;;
14403 ns32k-*-netbsd* | ns32k-*-openbsd*)
14404 COREFILE=netbsd-core.lo
14405 ;;
14406 rs6000-*-lynx*)
14407 COREFILE=lynx-core.lo
14408 ;;
14409 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
14410 COREFILE=rs6000-core.lo
14411 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
14412 ;;
14413 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
14414 COREFILE=rs6000-core.lo
14415 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
14416 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
14417 # have c_impl as a member of struct core_dumpx
14418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
14419 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
14420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14421 /* end confdefs.h. */
14422 #include <core.h>
14423 int
14424 main ()
14425 {
14426 struct core_dumpx c; c.c_impl = 0;
14427 ;
14428 return 0;
14429 }
14430 _ACEOF
14431 if ac_fn_c_try_compile "$LINENO"; then :
14432
14433 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
14434
14435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14436 $as_echo "yes" >&6; }
14437 else
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14439 $as_echo "no" >&6; }
14440 fi
14441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14442 ;;
14443 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
14444 rs6000-*-*) COREFILE=rs6000-core.lo ;;
14445 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
14446 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
14447 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
14448 powerpc-*-beos*) ;;
14449 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
14450 COREFILE='' ;;
14451 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
14452 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
14453 s390*-*-*) COREFILE=trad-core.lo ;;
14454 sh*-*-netbsd* | sh*-*-openbsd*)
14455 COREFILE=netbsd-core.lo
14456 ;;
14457 sparc-*-netbsd* | sparc*-*-openbsd*)
14458 COREFILE=netbsd-core.lo
14459 ;;
14460 vax-*-netbsd* | vax-*-openbsd*)
14461 COREFILE=netbsd-core.lo
14462 ;;
14463 vax-*-linux-*)
14464 COREFILE=trad-core.lo
14465 TRAD_HEADER='"hosts/vaxlinux.h"'
14466 ;;
14467 vax-*-*)
14468 COREFILE=trad-core.lo
14469 TRAD_HEADER='"hosts/vaxbsd.h"'
14470 ;;
14471 x86_64-*-linux*)
14472 CORE_HEADER='"hosts/x86-64linux.h"'
14473 ;;
14474 x86_64-*-netbsd* | x86_64-*-openbsd*)
14475 COREFILE=netbsd-core.lo
14476 ;;
14477 esac
14478
14479 case "$COREFILE" in
14480 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
14481 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
14482 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
14483 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
14484 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
14485 osf-core.lo) COREFLAG=-DOSF_CORE ;;
14486 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
14487 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
14488 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
14489 esac
14490
14491 # ELF corefile support has several flavors, but all of
14492 # them use something called <sys/procfs.h>
14493
14494 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
14495
14496 for ac_header in sys/procfs.h
14497 do :
14498 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
14499 if test "x$ac_cv_header_sys_procfs_h" = xyes; then :
14500 cat >>confdefs.h <<_ACEOF
14501 #define HAVE_SYS_PROCFS_H 1
14502 _ACEOF
14503
14504 fi
14505
14506 done
14507
14508 if test "$ac_cv_header_sys_procfs_h" = yes; then
14509
14510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
14511 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
14512 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then :
14513 $as_echo_n "(cached) " >&6
14514 else
14515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14516 /* end confdefs.h. */
14517
14518 #define _SYSCALL32
14519 #include <sys/procfs.h>
14520 int
14521 main ()
14522 {
14523 prstatus_t avar
14524 ;
14525 return 0;
14526 }
14527 _ACEOF
14528 if ac_fn_c_try_compile "$LINENO"; then :
14529 bfd_cv_have_sys_procfs_type_prstatus_t=yes
14530 else
14531 bfd_cv_have_sys_procfs_type_prstatus_t=no
14532
14533 fi
14534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14535 fi
14536
14537 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
14538
14539 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
14540
14541 fi
14542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
14543 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
14544
14545
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
14547 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
14548 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then :
14549 $as_echo_n "(cached) " >&6
14550 else
14551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14552 /* end confdefs.h. */
14553
14554 #define _SYSCALL32
14555 #include <sys/procfs.h>
14556 int
14557 main ()
14558 {
14559 prstatus32_t avar
14560 ;
14561 return 0;
14562 }
14563 _ACEOF
14564 if ac_fn_c_try_compile "$LINENO"; then :
14565 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
14566 else
14567 bfd_cv_have_sys_procfs_type_prstatus32_t=no
14568
14569 fi
14570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14571 fi
14572
14573 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14574
14575 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14576
14577 fi
14578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
14579 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
14580
14581
14582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
14583 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
14584 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then :
14585 $as_echo_n "(cached) " >&6
14586 else
14587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14588 /* end confdefs.h. */
14589
14590 #define _SYSCALL32
14591 #include <sys/procfs.h>
14592 int
14593 main ()
14594 {
14595 prstatus_t avar; void* aref = (void*) &avar.pr_who
14596 ;
14597 return 0;
14598 }
14599 _ACEOF
14600 if ac_fn_c_try_compile "$LINENO"; then :
14601 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
14602 else
14603 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
14604
14605 fi
14606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14607 fi
14608
14609 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
14610
14611 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
14612
14613 fi
14614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
14615 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
14616
14617
14618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
14619 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
14620 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then :
14621 $as_echo_n "(cached) " >&6
14622 else
14623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14624 /* end confdefs.h. */
14625
14626 #define _SYSCALL32
14627 #include <sys/procfs.h>
14628 int
14629 main ()
14630 {
14631 prstatus32_t avar; void* aref = (void*) &avar.pr_who
14632 ;
14633 return 0;
14634 }
14635 _ACEOF
14636 if ac_fn_c_try_compile "$LINENO"; then :
14637 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
14638 else
14639 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
14640
14641 fi
14642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14643 fi
14644
14645 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14646
14647 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14648
14649 fi
14650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14651 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14652
14653
14654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14655 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14656 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then :
14657 $as_echo_n "(cached) " >&6
14658 else
14659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14660 /* end confdefs.h. */
14661
14662 #define _SYSCALL32
14663 #include <sys/procfs.h>
14664 int
14665 main ()
14666 {
14667 pstatus_t avar
14668 ;
14669 return 0;
14670 }
14671 _ACEOF
14672 if ac_fn_c_try_compile "$LINENO"; then :
14673 bfd_cv_have_sys_procfs_type_pstatus_t=yes
14674 else
14675 bfd_cv_have_sys_procfs_type_pstatus_t=no
14676
14677 fi
14678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14679 fi
14680
14681 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14682
14683 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14684
14685 fi
14686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14687 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14688
14689
14690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14691 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14692 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then :
14693 $as_echo_n "(cached) " >&6
14694 else
14695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14696 /* end confdefs.h. */
14697
14698 #define _SYSCALL32
14699 #include <sys/procfs.h>
14700 int
14701 main ()
14702 {
14703 pxstatus_t avar
14704 ;
14705 return 0;
14706 }
14707 _ACEOF
14708 if ac_fn_c_try_compile "$LINENO"; then :
14709 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
14710 else
14711 bfd_cv_have_sys_procfs_type_pxstatus_t=no
14712
14713 fi
14714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14715 fi
14716
14717 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14718
14719 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14720
14721 fi
14722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14723 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14724
14725
14726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14727 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14728 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then :
14729 $as_echo_n "(cached) " >&6
14730 else
14731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14732 /* end confdefs.h. */
14733
14734 #define _SYSCALL32
14735 #include <sys/procfs.h>
14736 int
14737 main ()
14738 {
14739 pstatus32_t avar
14740 ;
14741 return 0;
14742 }
14743 _ACEOF
14744 if ac_fn_c_try_compile "$LINENO"; then :
14745 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
14746 else
14747 bfd_cv_have_sys_procfs_type_pstatus32_t=no
14748
14749 fi
14750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14751 fi
14752
14753 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14754
14755 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14756
14757 fi
14758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14759 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14760
14761
14762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14763 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14764 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then :
14765 $as_echo_n "(cached) " >&6
14766 else
14767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14768 /* end confdefs.h. */
14769
14770 #define _SYSCALL32
14771 #include <sys/procfs.h>
14772 int
14773 main ()
14774 {
14775 prpsinfo_t avar
14776 ;
14777 return 0;
14778 }
14779 _ACEOF
14780 if ac_fn_c_try_compile "$LINENO"; then :
14781 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
14782 else
14783 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
14784
14785 fi
14786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14787 fi
14788
14789 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14790
14791 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14792
14793 fi
14794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14795 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14796
14797
14798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
14799 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
14800 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then :
14801 $as_echo_n "(cached) " >&6
14802 else
14803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14804 /* end confdefs.h. */
14805
14806 #define _SYSCALL32
14807 #include <sys/procfs.h>
14808 int
14809 main ()
14810 {
14811 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14812 ;
14813 return 0;
14814 }
14815 _ACEOF
14816 if ac_fn_c_try_compile "$LINENO"; then :
14817 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
14818 else
14819 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
14820
14821 fi
14822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14823 fi
14824
14825 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14826
14827 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14828
14829 fi
14830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14831 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14832
14833
14834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14835 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14836 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then :
14837 $as_echo_n "(cached) " >&6
14838 else
14839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14840 /* end confdefs.h. */
14841
14842 #define _SYSCALL32
14843 #include <sys/procfs.h>
14844 int
14845 main ()
14846 {
14847 prpsinfo32_t avar
14848 ;
14849 return 0;
14850 }
14851 _ACEOF
14852 if ac_fn_c_try_compile "$LINENO"; then :
14853 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
14854 else
14855 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
14856
14857 fi
14858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14859 fi
14860
14861 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14862
14863 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14864
14865 fi
14866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14867 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14868
14869
14870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
14871 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14872 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then :
14873 $as_echo_n "(cached) " >&6
14874 else
14875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14876 /* end confdefs.h. */
14877
14878 #define _SYSCALL32
14879 #include <sys/procfs.h>
14880 int
14881 main ()
14882 {
14883 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14884 ;
14885 return 0;
14886 }
14887 _ACEOF
14888 if ac_fn_c_try_compile "$LINENO"; then :
14889 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
14890 else
14891 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
14892
14893 fi
14894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14895 fi
14896
14897 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14898
14899 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14900
14901 fi
14902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14903 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14904
14905
14906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14907 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14908 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then :
14909 $as_echo_n "(cached) " >&6
14910 else
14911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14912 /* end confdefs.h. */
14913
14914 #define _SYSCALL32
14915 #include <sys/procfs.h>
14916 int
14917 main ()
14918 {
14919 psinfo_t avar
14920 ;
14921 return 0;
14922 }
14923 _ACEOF
14924 if ac_fn_c_try_compile "$LINENO"; then :
14925 bfd_cv_have_sys_procfs_type_psinfo_t=yes
14926 else
14927 bfd_cv_have_sys_procfs_type_psinfo_t=no
14928
14929 fi
14930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14931 fi
14932
14933 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14934
14935 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14936
14937 fi
14938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14939 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14940
14941
14942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
14943 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
14944 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then :
14945 $as_echo_n "(cached) " >&6
14946 else
14947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14948 /* end confdefs.h. */
14949
14950 #define _SYSCALL32
14951 #include <sys/procfs.h>
14952 int
14953 main ()
14954 {
14955 psinfo_t avar; void* aref = (void*) &avar.pr_pid
14956 ;
14957 return 0;
14958 }
14959 _ACEOF
14960 if ac_fn_c_try_compile "$LINENO"; then :
14961 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
14962 else
14963 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
14964
14965 fi
14966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14967 fi
14968
14969 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14970
14971 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14972
14973 fi
14974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14975 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14976
14977
14978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14979 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14980 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then :
14981 $as_echo_n "(cached) " >&6
14982 else
14983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14984 /* end confdefs.h. */
14985
14986 #define _SYSCALL32
14987 #include <sys/procfs.h>
14988 int
14989 main ()
14990 {
14991 psinfo32_t avar
14992 ;
14993 return 0;
14994 }
14995 _ACEOF
14996 if ac_fn_c_try_compile "$LINENO"; then :
14997 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
14998 else
14999 bfd_cv_have_sys_procfs_type_psinfo32_t=no
15000
15001 fi
15002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15003 fi
15004
15005 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
15006
15007 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
15008
15009 fi
15010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
15011 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
15012
15013
15014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
15015 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15016 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then :
15017 $as_echo_n "(cached) " >&6
15018 else
15019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15020 /* end confdefs.h. */
15021
15022 #define _SYSCALL32
15023 #include <sys/procfs.h>
15024 int
15025 main ()
15026 {
15027 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
15028 ;
15029 return 0;
15030 }
15031 _ACEOF
15032 if ac_fn_c_try_compile "$LINENO"; then :
15033 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
15034 else
15035 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
15036
15037 fi
15038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15039 fi
15040
15041 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
15042
15043 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
15044
15045 fi
15046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
15047 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
15048
15049
15050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
15051 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
15052 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then :
15053 $as_echo_n "(cached) " >&6
15054 else
15055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15056 /* end confdefs.h. */
15057
15058 #define _SYSCALL32
15059 #include <sys/procfs.h>
15060 int
15061 main ()
15062 {
15063 lwpstatus_t avar
15064 ;
15065 return 0;
15066 }
15067 _ACEOF
15068 if ac_fn_c_try_compile "$LINENO"; then :
15069 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
15070 else
15071 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
15072
15073 fi
15074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15075 fi
15076
15077 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
15078
15079 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
15080
15081 fi
15082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
15083 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
15084
15085
15086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
15087 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
15088 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then :
15089 $as_echo_n "(cached) " >&6
15090 else
15091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15092 /* end confdefs.h. */
15093
15094 #define _SYSCALL32
15095 #include <sys/procfs.h>
15096 int
15097 main ()
15098 {
15099 lwpxstatus_t avar
15100 ;
15101 return 0;
15102 }
15103 _ACEOF
15104 if ac_fn_c_try_compile "$LINENO"; then :
15105 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
15106 else
15107 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
15108
15109 fi
15110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15111 fi
15112
15113 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
15114
15115 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
15116
15117 fi
15118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
15119 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
15120
15121
15122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
15123 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
15124 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then :
15125 $as_echo_n "(cached) " >&6
15126 else
15127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15128 /* end confdefs.h. */
15129
15130 #define _SYSCALL32
15131 #include <sys/procfs.h>
15132 int
15133 main ()
15134 {
15135 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
15136 ;
15137 return 0;
15138 }
15139 _ACEOF
15140 if ac_fn_c_try_compile "$LINENO"; then :
15141 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
15142 else
15143 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
15144
15145 fi
15146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15147 fi
15148
15149 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
15150
15151 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
15152
15153 fi
15154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
15155 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
15156
15157
15158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
15159 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
15160 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then :
15161 $as_echo_n "(cached) " >&6
15162 else
15163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15164 /* end confdefs.h. */
15165
15166 #define _SYSCALL32
15167 #include <sys/procfs.h>
15168 int
15169 main ()
15170 {
15171 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
15172 ;
15173 return 0;
15174 }
15175 _ACEOF
15176 if ac_fn_c_try_compile "$LINENO"; then :
15177 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
15178 else
15179 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
15180
15181 fi
15182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15183 fi
15184
15185 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
15186
15187 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
15188
15189 fi
15190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
15191 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
15192
15193
15194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
15195 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
15196 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then :
15197 $as_echo_n "(cached) " >&6
15198 else
15199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15200 /* end confdefs.h. */
15201
15202 #define _SYSCALL32
15203 #include <sys/procfs.h>
15204 int
15205 main ()
15206 {
15207 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
15208 ;
15209 return 0;
15210 }
15211 _ACEOF
15212 if ac_fn_c_try_compile "$LINENO"; then :
15213 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
15214 else
15215 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
15216
15217 fi
15218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15219 fi
15220
15221 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
15222
15223 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
15224
15225 fi
15226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
15227 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
15228
15229
15230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
15231 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
15232 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then :
15233 $as_echo_n "(cached) " >&6
15234 else
15235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15236 /* end confdefs.h. */
15237
15238 #define _SYSCALL32
15239 #include <sys/procfs.h>
15240 int
15241 main ()
15242 {
15243 win32_pstatus_t avar
15244 ;
15245 return 0;
15246 }
15247 _ACEOF
15248 if ac_fn_c_try_compile "$LINENO"; then :
15249 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
15250 else
15251 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
15252
15253 fi
15254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15255 fi
15256
15257 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
15258
15259 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
15260
15261 fi
15262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
15263 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
15264
15265 fi
15266 fi
15267
15268
15269 if test -n "$CORE_HEADER"; then
15270
15271 cat >>confdefs.h <<_ACEOF
15272 #define CORE_HEADER $CORE_HEADER
15273 _ACEOF
15274
15275 fi
15276 if test -n "$TRAD_HEADER"; then
15277
15278 cat >>confdefs.h <<_ACEOF
15279 #define TRAD_HEADER $TRAD_HEADER
15280 _ACEOF
15281
15282 fi
15283
15284 if test "$plugins" = "yes"; then
15285 supports_plugins=1
15286 else
15287 supports_plugins=0
15288 fi
15289
15290
15291
15292 # Determine the host dependent file_ptr a.k.a. off_t type. In order
15293 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
15294 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
15295 # Hopefully a reasonable assumption since fseeko et.al. should be
15296 # upward compatible.
15297 for ac_func in ftello ftello64 fseeko fseeko64 fopen64
15298 do :
15299 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15300 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15301 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15302 cat >>confdefs.h <<_ACEOF
15303 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15304 _ACEOF
15305
15306 fi
15307 done
15308
15309 ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
15310 if test "x$ac_cv_have_decl_ftello" = xyes; then :
15311 ac_have_decl=1
15312 else
15313 ac_have_decl=0
15314 fi
15315
15316 cat >>confdefs.h <<_ACEOF
15317 #define HAVE_DECL_FTELLO $ac_have_decl
15318 _ACEOF
15319 ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
15320 if test "x$ac_cv_have_decl_ftello64" = xyes; then :
15321 ac_have_decl=1
15322 else
15323 ac_have_decl=0
15324 fi
15325
15326 cat >>confdefs.h <<_ACEOF
15327 #define HAVE_DECL_FTELLO64 $ac_have_decl
15328 _ACEOF
15329 ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
15330 if test "x$ac_cv_have_decl_fseeko" = xyes; then :
15331 ac_have_decl=1
15332 else
15333 ac_have_decl=0
15334 fi
15335
15336 cat >>confdefs.h <<_ACEOF
15337 #define HAVE_DECL_FSEEKO $ac_have_decl
15338 _ACEOF
15339 ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
15340 if test "x$ac_cv_have_decl_fseeko64" = xyes; then :
15341 ac_have_decl=1
15342 else
15343 ac_have_decl=0
15344 fi
15345
15346 cat >>confdefs.h <<_ACEOF
15347 #define HAVE_DECL_FSEEKO64 $ac_have_decl
15348 _ACEOF
15349 ac_fn_c_check_decl "$LINENO" "fopen64" "ac_cv_have_decl_fopen64" "$ac_includes_default"
15350 if test "x$ac_cv_have_decl_fopen64" = xyes; then :
15351 ac_have_decl=1
15352 else
15353 ac_have_decl=0
15354 fi
15355
15356 cat >>confdefs.h <<_ACEOF
15357 #define HAVE_DECL_FOPEN64 $ac_have_decl
15358 _ACEOF
15359
15360 if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
15361 # The cast to long int works around a bug in the HP C Compiler
15362 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15363 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15364 # This bug is HP SR number 8606223364.
15365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
15366 $as_echo_n "checking size of off_t... " >&6; }
15367 if ${ac_cv_sizeof_off_t+:} false; then :
15368 $as_echo_n "(cached) " >&6
15369 else
15370 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
15371
15372 else
15373 if test "$ac_cv_type_off_t" = yes; then
15374 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15375 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15376 as_fn_error 77 "cannot compute sizeof (off_t)
15377 See \`config.log' for more details" "$LINENO" 5; }
15378 else
15379 ac_cv_sizeof_off_t=0
15380 fi
15381 fi
15382
15383 fi
15384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
15385 $as_echo "$ac_cv_sizeof_off_t" >&6; }
15386
15387
15388
15389 cat >>confdefs.h <<_ACEOF
15390 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
15391 _ACEOF
15392
15393
15394 fi
15395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
15396 $as_echo_n "checking file_ptr type... " >&6; }
15397 bfd_file_ptr="long"
15398 bfd_ufile_ptr="unsigned long"
15399 if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
15400 -o x"${ac_cv_sizeof_off_t}" = x8; then
15401 bfd_file_ptr=int64_t
15402 bfd_ufile_ptr=uint64_t
15403 fi
15404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
15405 $as_echo "$bfd_file_ptr" >&6; }
15406
15407
15408
15409
15410
15411
15412 for ac_header in $ac_header_list
15413 do :
15414 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15415 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
15416 "
15417 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
15418 cat >>confdefs.h <<_ACEOF
15419 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15420 _ACEOF
15421
15422 fi
15423
15424 done
15425
15426
15427
15428
15429
15430
15431
15432
15433 for ac_func in getpagesize
15434 do :
15435 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
15436 if test "x$ac_cv_func_getpagesize" = xyes; then :
15437 cat >>confdefs.h <<_ACEOF
15438 #define HAVE_GETPAGESIZE 1
15439 _ACEOF
15440
15441 fi
15442 done
15443
15444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
15445 $as_echo_n "checking for working mmap... " >&6; }
15446 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
15447 $as_echo_n "(cached) " >&6
15448 else
15449 if test "$cross_compiling" = yes; then :
15450 ac_cv_func_mmap_fixed_mapped=no
15451 else
15452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15453 /* end confdefs.h. */
15454 $ac_includes_default
15455 /* malloc might have been renamed as rpl_malloc. */
15456 #undef malloc
15457
15458 /* Thanks to Mike Haertel and Jim Avera for this test.
15459 Here is a matrix of mmap possibilities:
15460 mmap private not fixed
15461 mmap private fixed at somewhere currently unmapped
15462 mmap private fixed at somewhere already mapped
15463 mmap shared not fixed
15464 mmap shared fixed at somewhere currently unmapped
15465 mmap shared fixed at somewhere already mapped
15466 For private mappings, we should verify that changes cannot be read()
15467 back from the file, nor mmap's back from the file at a different
15468 address. (There have been systems where private was not correctly
15469 implemented like the infamous i386 svr4.0, and systems where the
15470 VM page cache was not coherent with the file system buffer cache
15471 like early versions of FreeBSD and possibly contemporary NetBSD.)
15472 For shared mappings, we should conversely verify that changes get
15473 propagated back to all the places they're supposed to be.
15474
15475 Grep wants private fixed already mapped.
15476 The main things grep needs to know about mmap are:
15477 * does it exist and is it safe to write into the mmap'd area
15478 * how to use it (BSD variants) */
15479
15480 #include <fcntl.h>
15481 #include <sys/mman.h>
15482
15483 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
15484 char *malloc ();
15485 #endif
15486
15487 /* This mess was copied from the GNU getpagesize.h. */
15488 #ifndef HAVE_GETPAGESIZE
15489 # ifdef _SC_PAGESIZE
15490 # define getpagesize() sysconf(_SC_PAGESIZE)
15491 # else /* no _SC_PAGESIZE */
15492 # ifdef HAVE_SYS_PARAM_H
15493 # include <sys/param.h>
15494 # ifdef EXEC_PAGESIZE
15495 # define getpagesize() EXEC_PAGESIZE
15496 # else /* no EXEC_PAGESIZE */
15497 # ifdef NBPG
15498 # define getpagesize() NBPG * CLSIZE
15499 # ifndef CLSIZE
15500 # define CLSIZE 1
15501 # endif /* no CLSIZE */
15502 # else /* no NBPG */
15503 # ifdef NBPC
15504 # define getpagesize() NBPC
15505 # else /* no NBPC */
15506 # ifdef PAGESIZE
15507 # define getpagesize() PAGESIZE
15508 # endif /* PAGESIZE */
15509 # endif /* no NBPC */
15510 # endif /* no NBPG */
15511 # endif /* no EXEC_PAGESIZE */
15512 # else /* no HAVE_SYS_PARAM_H */
15513 # define getpagesize() 8192 /* punt totally */
15514 # endif /* no HAVE_SYS_PARAM_H */
15515 # endif /* no _SC_PAGESIZE */
15516
15517 #endif /* no HAVE_GETPAGESIZE */
15518
15519 int
15520 main ()
15521 {
15522 char *data, *data2, *data3;
15523 const char *cdata2;
15524 int i, pagesize;
15525 int fd, fd2;
15526
15527 pagesize = getpagesize ();
15528
15529 /* First, make a file with some known garbage in it. */
15530 data = (char *) malloc (pagesize);
15531 if (!data)
15532 return 1;
15533 for (i = 0; i < pagesize; ++i)
15534 *(data + i) = rand ();
15535 umask (0);
15536 fd = creat ("conftest.mmap", 0600);
15537 if (fd < 0)
15538 return 2;
15539 if (write (fd, data, pagesize) != pagesize)
15540 return 3;
15541 close (fd);
15542
15543 /* Next, check that the tail of a page is zero-filled. File must have
15544 non-zero length, otherwise we risk SIGBUS for entire page. */
15545 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
15546 if (fd2 < 0)
15547 return 4;
15548 cdata2 = "";
15549 if (write (fd2, cdata2, 1) != 1)
15550 return 5;
15551 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
15552 if (data2 == MAP_FAILED)
15553 return 6;
15554 for (i = 0; i < pagesize; ++i)
15555 if (*(data2 + i))
15556 return 7;
15557 close (fd2);
15558 if (munmap (data2, pagesize))
15559 return 8;
15560
15561 /* Next, try to mmap the file at a fixed address which already has
15562 something else allocated at it. If we can, also make sure that
15563 we see the same garbage. */
15564 fd = open ("conftest.mmap", O_RDWR);
15565 if (fd < 0)
15566 return 9;
15567 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15568 MAP_PRIVATE | MAP_FIXED, fd, 0L))
15569 return 10;
15570 for (i = 0; i < pagesize; ++i)
15571 if (*(data + i) != *(data2 + i))
15572 return 11;
15573
15574 /* Finally, make sure that changes to the mapped area do not
15575 percolate back to the file as seen by read(). (This is a bug on
15576 some variants of i386 svr4.0.) */
15577 for (i = 0; i < pagesize; ++i)
15578 *(data2 + i) = *(data2 + i) + 1;
15579 data3 = (char *) malloc (pagesize);
15580 if (!data3)
15581 return 12;
15582 if (read (fd, data3, pagesize) != pagesize)
15583 return 13;
15584 for (i = 0; i < pagesize; ++i)
15585 if (*(data + i) != *(data3 + i))
15586 return 14;
15587 close (fd);
15588 return 0;
15589 }
15590 _ACEOF
15591 if ac_fn_c_try_run "$LINENO"; then :
15592 ac_cv_func_mmap_fixed_mapped=yes
15593 else
15594 ac_cv_func_mmap_fixed_mapped=no
15595 fi
15596 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15597 conftest.$ac_objext conftest.beam conftest.$ac_ext
15598 fi
15599
15600 fi
15601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15602 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
15603 if test $ac_cv_func_mmap_fixed_mapped = yes; then
15604
15605 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
15606
15607 fi
15608 rm -f conftest.mmap conftest.txt
15609
15610 for ac_func in madvise mprotect
15611 do :
15612 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15613 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15614 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15615 cat >>confdefs.h <<_ACEOF
15616 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15617 _ACEOF
15618
15619 fi
15620 done
15621
15622 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15623 true+yes )
15624 $as_echo "#define USE_MMAP 1" >>confdefs.h
15625 ;;
15626 esac
15627
15628 ac_config_files="$ac_config_files Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
15629
15630
15631 ac_config_commands="$ac_config_commands default"
15632
15633
15634
15635
15636
15637
15638
15639 cat >confcache <<\_ACEOF
15640 # This file is a shell script that caches the results of configure
15641 # tests run on this system so they can be shared between configure
15642 # scripts and configure runs, see configure's option --config-cache.
15643 # It is not useful on other systems. If it contains results you don't
15644 # want to keep, you may remove or edit it.
15645 #
15646 # config.status only pays attention to the cache file if you give it
15647 # the --recheck option to rerun configure.
15648 #
15649 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15650 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15651 # following values.
15652
15653 _ACEOF
15654
15655 # The following way of writing the cache mishandles newlines in values,
15656 # but we know of no workaround that is simple, portable, and efficient.
15657 # So, we kill variables containing newlines.
15658 # Ultrix sh set writes to stderr and can't be redirected directly,
15659 # and sets the high bit in the cache file unless we assign to the vars.
15660 (
15661 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15662 eval ac_val=\$$ac_var
15663 case $ac_val in #(
15664 *${as_nl}*)
15665 case $ac_var in #(
15666 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15667 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15668 esac
15669 case $ac_var in #(
15670 _ | IFS | as_nl) ;; #(
15671 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15672 *) { eval $ac_var=; unset $ac_var;} ;;
15673 esac ;;
15674 esac
15675 done
15676
15677 (set) 2>&1 |
15678 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15679 *${as_nl}ac_space=\ *)
15680 # `set' does not quote correctly, so add quotes: double-quote
15681 # substitution turns \\\\ into \\, and sed turns \\ into \.
15682 sed -n \
15683 "s/'/'\\\\''/g;
15684 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15685 ;; #(
15686 *)
15687 # `set' quotes correctly as required by POSIX, so do not add quotes.
15688 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15689 ;;
15690 esac |
15691 sort
15692 ) |
15693 sed '
15694 /^ac_cv_env_/b end
15695 t clear
15696 :clear
15697 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15698 t end
15699 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15700 :end' >>confcache
15701 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15702 if test -w "$cache_file"; then
15703 if test "x$cache_file" != "x/dev/null"; then
15704 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15705 $as_echo "$as_me: updating cache $cache_file" >&6;}
15706 if test ! -f "$cache_file" || test -h "$cache_file"; then
15707 cat confcache >"$cache_file"
15708 else
15709 case $cache_file in #(
15710 */* | ?:*)
15711 mv -f confcache "$cache_file"$$ &&
15712 mv -f "$cache_file"$$ "$cache_file" ;; #(
15713 *)
15714 mv -f confcache "$cache_file" ;;
15715 esac
15716 fi
15717 fi
15718 else
15719 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15720 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15721 fi
15722 fi
15723 rm -f confcache
15724
15725 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15726 # Let make expand exec_prefix.
15727 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15728
15729 DEFS=-DHAVE_CONFIG_H
15730
15731 ac_libobjs=
15732 ac_ltlibobjs=
15733 U=
15734 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15735 # 1. Remove the extension, and $U if already installed.
15736 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15737 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15738 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15739 # will be set to the directory where LIBOBJS objects are built.
15740 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15741 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15742 done
15743 LIBOBJS=$ac_libobjs
15744
15745 LTLIBOBJS=$ac_ltlibobjs
15746
15747
15748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15749 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15750 if test -n "$am_sleep_pid"; then
15751 # Hide warnings about reused PIDs.
15752 wait $am_sleep_pid 2>/dev/null
15753 fi
15754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15755 $as_echo "done" >&6; }
15756 if test -n "$EXEEXT"; then
15757 am__EXEEXT_TRUE=
15758 am__EXEEXT_FALSE='#'
15759 else
15760 am__EXEEXT_TRUE='#'
15761 am__EXEEXT_FALSE=
15762 fi
15763
15764 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15765 as_fn_error $? "conditional \"AMDEP\" was never defined.
15766 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15767 fi
15768 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15769 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15770 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15771 fi
15772 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
15773 as_fn_error $? "conditional \"PLUGINS\" was never defined.
15774 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15775 fi
15776 if test -z "${ENABLE_BFD_64_BIT_TRUE}" && test -z "${ENABLE_BFD_64_BIT_FALSE}"; then
15777 as_fn_error $? "conditional \"ENABLE_BFD_64_BIT\" was never defined.
15778 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15779 fi
15780 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15781 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15782 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15783 fi
15784 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15785 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15786 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15787 fi
15788 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
15789 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
15790 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15791 fi
15792
15793
15794 : "${CONFIG_STATUS=./config.status}"
15795 ac_write_fail=0
15796 ac_clean_files_save=$ac_clean_files
15797 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15798 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15799 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15800 as_write_fail=0
15801 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15802 #! $SHELL
15803 # Generated by $as_me.
15804 # Run this file to recreate the current configuration.
15805 # Compiler output produced by configure, useful for debugging
15806 # configure, is in config.log if it exists.
15807
15808 debug=false
15809 ac_cs_recheck=false
15810 ac_cs_silent=false
15811
15812 SHELL=\${CONFIG_SHELL-$SHELL}
15813 export SHELL
15814 _ASEOF
15815 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15816 ## -------------------- ##
15817 ## M4sh Initialization. ##
15818 ## -------------------- ##
15819
15820 # Be more Bourne compatible
15821 DUALCASE=1; export DUALCASE # for MKS sh
15822 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15823 emulate sh
15824 NULLCMD=:
15825 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15826 # is contrary to our usage. Disable this feature.
15827 alias -g '${1+"$@"}'='"$@"'
15828 setopt NO_GLOB_SUBST
15829 else
15830 case `(set -o) 2>/dev/null` in #(
15831 *posix*) :
15832 set -o posix ;; #(
15833 *) :
15834 ;;
15835 esac
15836 fi
15837
15838
15839 as_nl='
15840 '
15841 export as_nl
15842 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15843 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15844 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15845 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15846 # Prefer a ksh shell builtin over an external printf program on Solaris,
15847 # but without wasting forks for bash or zsh.
15848 if test -z "$BASH_VERSION$ZSH_VERSION" \
15849 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15850 as_echo='print -r --'
15851 as_echo_n='print -rn --'
15852 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15853 as_echo='printf %s\n'
15854 as_echo_n='printf %s'
15855 else
15856 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15857 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15858 as_echo_n='/usr/ucb/echo -n'
15859 else
15860 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15861 as_echo_n_body='eval
15862 arg=$1;
15863 case $arg in #(
15864 *"$as_nl"*)
15865 expr "X$arg" : "X\\(.*\\)$as_nl";
15866 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15867 esac;
15868 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15869 '
15870 export as_echo_n_body
15871 as_echo_n='sh -c $as_echo_n_body as_echo'
15872 fi
15873 export as_echo_body
15874 as_echo='sh -c $as_echo_body as_echo'
15875 fi
15876
15877 # The user is always right.
15878 if test "${PATH_SEPARATOR+set}" != set; then
15879 PATH_SEPARATOR=:
15880 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15881 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15882 PATH_SEPARATOR=';'
15883 }
15884 fi
15885
15886
15887 # IFS
15888 # We need space, tab and new line, in precisely that order. Quoting is
15889 # there to prevent editors from complaining about space-tab.
15890 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15891 # splitting by setting IFS to empty value.)
15892 IFS=" "" $as_nl"
15893
15894 # Find who we are. Look in the path if we contain no directory separator.
15895 as_myself=
15896 case $0 in #((
15897 *[\\/]* ) as_myself=$0 ;;
15898 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15899 for as_dir in $PATH
15900 do
15901 IFS=$as_save_IFS
15902 test -z "$as_dir" && as_dir=.
15903 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15904 done
15905 IFS=$as_save_IFS
15906
15907 ;;
15908 esac
15909 # We did not find ourselves, most probably we were run as `sh COMMAND'
15910 # in which case we are not to be found in the path.
15911 if test "x$as_myself" = x; then
15912 as_myself=$0
15913 fi
15914 if test ! -f "$as_myself"; then
15915 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15916 exit 1
15917 fi
15918
15919 # Unset variables that we do not need and which cause bugs (e.g. in
15920 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15921 # suppresses any "Segmentation fault" message there. '((' could
15922 # trigger a bug in pdksh 5.2.14.
15923 for as_var in BASH_ENV ENV MAIL MAILPATH
15924 do eval test x\${$as_var+set} = xset \
15925 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15926 done
15927 PS1='$ '
15928 PS2='> '
15929 PS4='+ '
15930
15931 # NLS nuisances.
15932 LC_ALL=C
15933 export LC_ALL
15934 LANGUAGE=C
15935 export LANGUAGE
15936
15937 # CDPATH.
15938 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15939
15940
15941 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15942 # ----------------------------------------
15943 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15944 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15945 # script with STATUS, using 1 if that was 0.
15946 as_fn_error ()
15947 {
15948 as_status=$1; test $as_status -eq 0 && as_status=1
15949 if test "$4"; then
15950 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15951 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15952 fi
15953 $as_echo "$as_me: error: $2" >&2
15954 as_fn_exit $as_status
15955 } # as_fn_error
15956
15957
15958 # as_fn_set_status STATUS
15959 # -----------------------
15960 # Set $? to STATUS, without forking.
15961 as_fn_set_status ()
15962 {
15963 return $1
15964 } # as_fn_set_status
15965
15966 # as_fn_exit STATUS
15967 # -----------------
15968 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15969 as_fn_exit ()
15970 {
15971 set +e
15972 as_fn_set_status $1
15973 exit $1
15974 } # as_fn_exit
15975
15976 # as_fn_unset VAR
15977 # ---------------
15978 # Portably unset VAR.
15979 as_fn_unset ()
15980 {
15981 { eval $1=; unset $1;}
15982 }
15983 as_unset=as_fn_unset
15984 # as_fn_append VAR VALUE
15985 # ----------------------
15986 # Append the text in VALUE to the end of the definition contained in VAR. Take
15987 # advantage of any shell optimizations that allow amortized linear growth over
15988 # repeated appends, instead of the typical quadratic growth present in naive
15989 # implementations.
15990 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15991 eval 'as_fn_append ()
15992 {
15993 eval $1+=\$2
15994 }'
15995 else
15996 as_fn_append ()
15997 {
15998 eval $1=\$$1\$2
15999 }
16000 fi # as_fn_append
16001
16002 # as_fn_arith ARG...
16003 # ------------------
16004 # Perform arithmetic evaluation on the ARGs, and store the result in the
16005 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16006 # must be portable across $(()) and expr.
16007 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16008 eval 'as_fn_arith ()
16009 {
16010 as_val=$(( $* ))
16011 }'
16012 else
16013 as_fn_arith ()
16014 {
16015 as_val=`expr "$@" || test $? -eq 1`
16016 }
16017 fi # as_fn_arith
16018
16019
16020 if expr a : '\(a\)' >/dev/null 2>&1 &&
16021 test "X`expr 00001 : '.*\(...\)'`" = X001; then
16022 as_expr=expr
16023 else
16024 as_expr=false
16025 fi
16026
16027 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16028 as_basename=basename
16029 else
16030 as_basename=false
16031 fi
16032
16033 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16034 as_dirname=dirname
16035 else
16036 as_dirname=false
16037 fi
16038
16039 as_me=`$as_basename -- "$0" ||
16040 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16041 X"$0" : 'X\(//\)$' \| \
16042 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16043 $as_echo X/"$0" |
16044 sed '/^.*\/\([^/][^/]*\)\/*$/{
16045 s//\1/
16046 q
16047 }
16048 /^X\/\(\/\/\)$/{
16049 s//\1/
16050 q
16051 }
16052 /^X\/\(\/\).*/{
16053 s//\1/
16054 q
16055 }
16056 s/.*/./; q'`
16057
16058 # Avoid depending upon Character Ranges.
16059 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16060 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16061 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16062 as_cr_digits='0123456789'
16063 as_cr_alnum=$as_cr_Letters$as_cr_digits
16064
16065 ECHO_C= ECHO_N= ECHO_T=
16066 case `echo -n x` in #(((((
16067 -n*)
16068 case `echo 'xy\c'` in
16069 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16070 xy) ECHO_C='\c';;
16071 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16072 ECHO_T=' ';;
16073 esac;;
16074 *)
16075 ECHO_N='-n';;
16076 esac
16077
16078 rm -f conf$$ conf$$.exe conf$$.file
16079 if test -d conf$$.dir; then
16080 rm -f conf$$.dir/conf$$.file
16081 else
16082 rm -f conf$$.dir
16083 mkdir conf$$.dir 2>/dev/null
16084 fi
16085 if (echo >conf$$.file) 2>/dev/null; then
16086 if ln -s conf$$.file conf$$ 2>/dev/null; then
16087 as_ln_s='ln -s'
16088 # ... but there are two gotchas:
16089 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16090 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16091 # In both cases, we have to default to `cp -pR'.
16092 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16093 as_ln_s='cp -pR'
16094 elif ln conf$$.file conf$$ 2>/dev/null; then
16095 as_ln_s=ln
16096 else
16097 as_ln_s='cp -pR'
16098 fi
16099 else
16100 as_ln_s='cp -pR'
16101 fi
16102 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16103 rmdir conf$$.dir 2>/dev/null
16104
16105
16106 # as_fn_mkdir_p
16107 # -------------
16108 # Create "$as_dir" as a directory, including parents if necessary.
16109 as_fn_mkdir_p ()
16110 {
16111
16112 case $as_dir in #(
16113 -*) as_dir=./$as_dir;;
16114 esac
16115 test -d "$as_dir" || eval $as_mkdir_p || {
16116 as_dirs=
16117 while :; do
16118 case $as_dir in #(
16119 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16120 *) as_qdir=$as_dir;;
16121 esac
16122 as_dirs="'$as_qdir' $as_dirs"
16123 as_dir=`$as_dirname -- "$as_dir" ||
16124 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16125 X"$as_dir" : 'X\(//\)[^/]' \| \
16126 X"$as_dir" : 'X\(//\)$' \| \
16127 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16128 $as_echo X"$as_dir" |
16129 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16130 s//\1/
16131 q
16132 }
16133 /^X\(\/\/\)[^/].*/{
16134 s//\1/
16135 q
16136 }
16137 /^X\(\/\/\)$/{
16138 s//\1/
16139 q
16140 }
16141 /^X\(\/\).*/{
16142 s//\1/
16143 q
16144 }
16145 s/.*/./; q'`
16146 test -d "$as_dir" && break
16147 done
16148 test -z "$as_dirs" || eval "mkdir $as_dirs"
16149 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16150
16151
16152 } # as_fn_mkdir_p
16153 if mkdir -p . 2>/dev/null; then
16154 as_mkdir_p='mkdir -p "$as_dir"'
16155 else
16156 test -d ./-p && rmdir ./-p
16157 as_mkdir_p=false
16158 fi
16159
16160
16161 # as_fn_executable_p FILE
16162 # -----------------------
16163 # Test if FILE is an executable regular file.
16164 as_fn_executable_p ()
16165 {
16166 test -f "$1" && test -x "$1"
16167 } # as_fn_executable_p
16168 as_test_x='test -x'
16169 as_executable_p=as_fn_executable_p
16170
16171 # Sed expression to map a string onto a valid CPP name.
16172 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16173
16174 # Sed expression to map a string onto a valid variable name.
16175 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16176
16177
16178 exec 6>&1
16179 ## ----------------------------------- ##
16180 ## Main body of $CONFIG_STATUS script. ##
16181 ## ----------------------------------- ##
16182 _ASEOF
16183 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16184
16185 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16186 # Save the log message, to keep $0 and so on meaningful, and to
16187 # report actual input values of CONFIG_FILES etc. instead of their
16188 # values after options handling.
16189 ac_log="
16190 This file was extended by bfd $as_me 2.41.50, which was
16191 generated by GNU Autoconf 2.69. Invocation command line was
16192
16193 CONFIG_FILES = $CONFIG_FILES
16194 CONFIG_HEADERS = $CONFIG_HEADERS
16195 CONFIG_LINKS = $CONFIG_LINKS
16196 CONFIG_COMMANDS = $CONFIG_COMMANDS
16197 $ $0 $@
16198
16199 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16200 "
16201
16202 _ACEOF
16203
16204 case $ac_config_files in *"
16205 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16206 esac
16207
16208 case $ac_config_headers in *"
16209 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16210 esac
16211
16212
16213 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16214 # Files that config.status was made for.
16215 config_files="$ac_config_files"
16216 config_headers="$ac_config_headers"
16217 config_commands="$ac_config_commands"
16218
16219 _ACEOF
16220
16221 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16222 ac_cs_usage="\
16223 \`$as_me' instantiates files and other configuration actions
16224 from templates according to the current configuration. Unless the files
16225 and actions are specified as TAGs, all are instantiated by default.
16226
16227 Usage: $0 [OPTION]... [TAG]...
16228
16229 -h, --help print this help, then exit
16230 -V, --version print version number and configuration settings, then exit
16231 --config print configuration, then exit
16232 -q, --quiet, --silent
16233 do not print progress messages
16234 -d, --debug don't remove temporary files
16235 --recheck update $as_me by reconfiguring in the same conditions
16236 --file=FILE[:TEMPLATE]
16237 instantiate the configuration file FILE
16238 --header=FILE[:TEMPLATE]
16239 instantiate the configuration header FILE
16240
16241 Configuration files:
16242 $config_files
16243
16244 Configuration headers:
16245 $config_headers
16246
16247 Configuration commands:
16248 $config_commands
16249
16250 Report bugs to the package provider."
16251
16252 _ACEOF
16253 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16254 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16255 ac_cs_version="\\
16256 bfd config.status 2.41.50
16257 configured by $0, generated by GNU Autoconf 2.69,
16258 with options \\"\$ac_cs_config\\"
16259
16260 Copyright (C) 2012 Free Software Foundation, Inc.
16261 This config.status script is free software; the Free Software Foundation
16262 gives unlimited permission to copy, distribute and modify it."
16263
16264 ac_pwd='$ac_pwd'
16265 srcdir='$srcdir'
16266 INSTALL='$INSTALL'
16267 MKDIR_P='$MKDIR_P'
16268 AWK='$AWK'
16269 test -n "\$AWK" || AWK=awk
16270 _ACEOF
16271
16272 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16273 # The default lists apply if the user does not specify any file.
16274 ac_need_defaults=:
16275 while test $# != 0
16276 do
16277 case $1 in
16278 --*=?*)
16279 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16280 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16281 ac_shift=:
16282 ;;
16283 --*=)
16284 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16285 ac_optarg=
16286 ac_shift=:
16287 ;;
16288 *)
16289 ac_option=$1
16290 ac_optarg=$2
16291 ac_shift=shift
16292 ;;
16293 esac
16294
16295 case $ac_option in
16296 # Handling of the options.
16297 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16298 ac_cs_recheck=: ;;
16299 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16300 $as_echo "$ac_cs_version"; exit ;;
16301 --config | --confi | --conf | --con | --co | --c )
16302 $as_echo "$ac_cs_config"; exit ;;
16303 --debug | --debu | --deb | --de | --d | -d )
16304 debug=: ;;
16305 --file | --fil | --fi | --f )
16306 $ac_shift
16307 case $ac_optarg in
16308 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16309 '') as_fn_error $? "missing file argument" ;;
16310 esac
16311 as_fn_append CONFIG_FILES " '$ac_optarg'"
16312 ac_need_defaults=false;;
16313 --header | --heade | --head | --hea )
16314 $ac_shift
16315 case $ac_optarg in
16316 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16317 esac
16318 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16319 ac_need_defaults=false;;
16320 --he | --h)
16321 # Conflict between --help and --header
16322 as_fn_error $? "ambiguous option: \`$1'
16323 Try \`$0 --help' for more information.";;
16324 --help | --hel | -h )
16325 $as_echo "$ac_cs_usage"; exit ;;
16326 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16327 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16328 ac_cs_silent=: ;;
16329
16330 # This is an error.
16331 -*) as_fn_error $? "unrecognized option: \`$1'
16332 Try \`$0 --help' for more information." ;;
16333
16334 *) as_fn_append ac_config_targets " $1"
16335 ac_need_defaults=false ;;
16336
16337 esac
16338 shift
16339 done
16340
16341 ac_configure_extra_args=
16342
16343 if $ac_cs_silent; then
16344 exec 6>/dev/null
16345 ac_configure_extra_args="$ac_configure_extra_args --silent"
16346 fi
16347
16348 _ACEOF
16349 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16350 if \$ac_cs_recheck; then
16351 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16352 shift
16353 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16354 CONFIG_SHELL='$SHELL'
16355 export CONFIG_SHELL
16356 exec "\$@"
16357 fi
16358
16359 _ACEOF
16360 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16361 exec 5>>config.log
16362 {
16363 echo
16364 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16365 ## Running $as_me. ##
16366 _ASBOX
16367 $as_echo "$ac_log"
16368 } >&5
16369
16370 _ACEOF
16371 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16372 #
16373 # INIT-COMMANDS
16374 #
16375 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16376
16377
16378 # The HP-UX ksh and POSIX shell print the target directory to stdout
16379 # if CDPATH is set.
16380 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16381
16382 sed_quote_subst='$sed_quote_subst'
16383 double_quote_subst='$double_quote_subst'
16384 delay_variable_subst='$delay_variable_subst'
16385 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16386 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16387 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16388 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16389 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16390 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16391 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16392 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16393 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16394 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16395 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16396 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16397 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16398 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16399 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16400 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16401 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16402 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16403 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16404 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16405 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16406 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16407 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16408 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16409 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16410 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16411 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16412 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16413 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16414 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16415 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16416 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16417 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16418 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16419 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16420 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16421 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16422 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16423 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16424 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16425 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16426 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16427 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16428 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16429 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16430 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16431 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16432 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16433 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"`'
16434 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16435 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16436 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16437 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16438 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16439 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16440 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16441 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16442 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16443 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16444 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16445 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16446 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16447 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16448 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16449 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16450 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16451 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16452 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16453 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16454 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16455 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16456 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16457 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16458 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16459 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16460 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16461 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16462 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16463 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16464 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16465 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16466 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16467 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16468 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16469 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16470 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16471 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16472 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16473 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16474 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16475 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16476 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16477 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16478 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16479 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16480 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16481 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16482 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16483 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16484 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16485 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16486 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16487 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16488 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16489 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16490 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16491 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16492 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16493 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16494 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16495 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16496 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16497 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16498 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16499 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16500 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16501 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16502 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16503 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16504 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16505
16506 LTCC='$LTCC'
16507 LTCFLAGS='$LTCFLAGS'
16508 compiler='$compiler_DEFAULT'
16509
16510 # A function that is used when there is no print builtin or printf.
16511 func_fallback_echo ()
16512 {
16513 eval 'cat <<_LTECHO_EOF
16514 \$1
16515 _LTECHO_EOF'
16516 }
16517
16518 # Quote evaled strings.
16519 for var in SHELL \
16520 ECHO \
16521 SED \
16522 GREP \
16523 EGREP \
16524 FGREP \
16525 LD \
16526 NM \
16527 LN_S \
16528 lt_SP2NL \
16529 lt_NL2SP \
16530 reload_flag \
16531 OBJDUMP \
16532 deplibs_check_method \
16533 file_magic_cmd \
16534 AR \
16535 AR_FLAGS \
16536 STRIP \
16537 RANLIB \
16538 CC \
16539 CFLAGS \
16540 compiler \
16541 lt_cv_sys_global_symbol_pipe \
16542 lt_cv_sys_global_symbol_to_cdecl \
16543 lt_cv_sys_global_symbol_to_c_name_address \
16544 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16545 lt_prog_compiler_no_builtin_flag \
16546 lt_prog_compiler_wl \
16547 lt_prog_compiler_pic \
16548 lt_prog_compiler_static \
16549 lt_cv_prog_compiler_c_o \
16550 need_locks \
16551 DSYMUTIL \
16552 NMEDIT \
16553 LIPO \
16554 OTOOL \
16555 OTOOL64 \
16556 shrext_cmds \
16557 export_dynamic_flag_spec \
16558 whole_archive_flag_spec \
16559 compiler_needs_object \
16560 with_gnu_ld \
16561 allow_undefined_flag \
16562 no_undefined_flag \
16563 hardcode_libdir_flag_spec \
16564 hardcode_libdir_flag_spec_ld \
16565 hardcode_libdir_separator \
16566 fix_srcfile_path \
16567 exclude_expsyms \
16568 include_expsyms \
16569 file_list_spec \
16570 variables_saved_for_relink \
16571 libname_spec \
16572 library_names_spec \
16573 soname_spec \
16574 install_override_mode \
16575 finish_eval \
16576 old_striplib \
16577 striplib; do
16578 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16579 *[\\\\\\\`\\"\\\$]*)
16580 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16581 ;;
16582 *)
16583 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16584 ;;
16585 esac
16586 done
16587
16588 # Double-quote double-evaled strings.
16589 for var in reload_cmds \
16590 old_postinstall_cmds \
16591 old_postuninstall_cmds \
16592 old_archive_cmds \
16593 extract_expsyms_cmds \
16594 old_archive_from_new_cmds \
16595 old_archive_from_expsyms_cmds \
16596 archive_cmds \
16597 archive_expsym_cmds \
16598 module_cmds \
16599 module_expsym_cmds \
16600 export_symbols_cmds \
16601 prelink_cmds \
16602 postinstall_cmds \
16603 postuninstall_cmds \
16604 finish_cmds \
16605 sys_lib_search_path_spec \
16606 sys_lib_dlsearch_path_spec; do
16607 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16608 *[\\\\\\\`\\"\\\$]*)
16609 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16610 ;;
16611 *)
16612 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16613 ;;
16614 esac
16615 done
16616
16617 ac_aux_dir='$ac_aux_dir'
16618 xsi_shell='$xsi_shell'
16619 lt_shell_append='$lt_shell_append'
16620
16621 # See if we are running on zsh, and set the options which allow our
16622 # commands through without removal of \ escapes INIT.
16623 if test -n "\${ZSH_VERSION+set}" ; then
16624 setopt NO_GLOB_SUBST
16625 fi
16626
16627
16628 PACKAGE='$PACKAGE'
16629 VERSION='$VERSION'
16630 TIMESTAMP='$TIMESTAMP'
16631 RM='$RM'
16632 ofile='$ofile'
16633
16634
16635
16636 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16637 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16638 # from automake.
16639 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16640 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16641 LINGUAS="${LINGUAS-%UNSET%}"
16642
16643
16644
16645 _ACEOF
16646
16647 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16648
16649 # Handling of arguments.
16650 for ac_config_target in $ac_config_targets
16651 do
16652 case $ac_config_target in
16653 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16654 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16655 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16656 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16657 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16658 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16659 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16660 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16661
16662 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16663 esac
16664 done
16665
16666
16667 # If the user did not use the arguments to specify the items to instantiate,
16668 # then the envvar interface is used. Set only those that are not.
16669 # We use the long form for the default assignment because of an extremely
16670 # bizarre bug on SunOS 4.1.3.
16671 if $ac_need_defaults; then
16672 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16673 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16674 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16675 fi
16676
16677 # Have a temporary directory for convenience. Make it in the build tree
16678 # simply because there is no reason against having it here, and in addition,
16679 # creating and moving files from /tmp can sometimes cause problems.
16680 # Hook for its removal unless debugging.
16681 # Note that there is a small window in which the directory will not be cleaned:
16682 # after its creation but before its name has been assigned to `$tmp'.
16683 $debug ||
16684 {
16685 tmp= ac_tmp=
16686 trap 'exit_status=$?
16687 : "${ac_tmp:=$tmp}"
16688 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16689 ' 0
16690 trap 'as_fn_exit 1' 1 2 13 15
16691 }
16692 # Create a (secure) tmp directory for tmp files.
16693
16694 {
16695 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16696 test -d "$tmp"
16697 } ||
16698 {
16699 tmp=./conf$$-$RANDOM
16700 (umask 077 && mkdir "$tmp")
16701 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16702 ac_tmp=$tmp
16703
16704 # Set up the scripts for CONFIG_FILES section.
16705 # No need to generate them if there are no CONFIG_FILES.
16706 # This happens for instance with `./config.status config.h'.
16707 if test -n "$CONFIG_FILES"; then
16708
16709
16710 ac_cr=`echo X | tr X '\015'`
16711 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16712 # But we know of no other shell where ac_cr would be empty at this
16713 # point, so we can use a bashism as a fallback.
16714 if test "x$ac_cr" = x; then
16715 eval ac_cr=\$\'\\r\'
16716 fi
16717 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16718 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16719 ac_cs_awk_cr='\\r'
16720 else
16721 ac_cs_awk_cr=$ac_cr
16722 fi
16723
16724 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16725 _ACEOF
16726
16727
16728 {
16729 echo "cat >conf$$subs.awk <<_ACEOF" &&
16730 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16731 echo "_ACEOF"
16732 } >conf$$subs.sh ||
16733 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16734 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16735 ac_delim='%!_!# '
16736 for ac_last_try in false false false false false :; do
16737 . ./conf$$subs.sh ||
16738 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16739
16740 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16741 if test $ac_delim_n = $ac_delim_num; then
16742 break
16743 elif $ac_last_try; then
16744 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16745 else
16746 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16747 fi
16748 done
16749 rm -f conf$$subs.sh
16750
16751 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16752 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16753 _ACEOF
16754 sed -n '
16755 h
16756 s/^/S["/; s/!.*/"]=/
16757 p
16758 g
16759 s/^[^!]*!//
16760 :repl
16761 t repl
16762 s/'"$ac_delim"'$//
16763 t delim
16764 :nl
16765 h
16766 s/\(.\{148\}\)..*/\1/
16767 t more1
16768 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16769 p
16770 n
16771 b repl
16772 :more1
16773 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16774 p
16775 g
16776 s/.\{148\}//
16777 t nl
16778 :delim
16779 h
16780 s/\(.\{148\}\)..*/\1/
16781 t more2
16782 s/["\\]/\\&/g; s/^/"/; s/$/"/
16783 p
16784 b
16785 :more2
16786 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16787 p
16788 g
16789 s/.\{148\}//
16790 t delim
16791 ' <conf$$subs.awk | sed '
16792 /^[^""]/{
16793 N
16794 s/\n//
16795 }
16796 ' >>$CONFIG_STATUS || ac_write_fail=1
16797 rm -f conf$$subs.awk
16798 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16799 _ACAWK
16800 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16801 for (key in S) S_is_set[key] = 1
16802 FS = "\a"
16803
16804 }
16805 {
16806 line = $ 0
16807 nfields = split(line, field, "@")
16808 substed = 0
16809 len = length(field[1])
16810 for (i = 2; i < nfields; i++) {
16811 key = field[i]
16812 keylen = length(key)
16813 if (S_is_set[key]) {
16814 value = S[key]
16815 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16816 len += length(value) + length(field[++i])
16817 substed = 1
16818 } else
16819 len += 1 + keylen
16820 }
16821
16822 print line
16823 }
16824
16825 _ACAWK
16826 _ACEOF
16827 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16828 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16829 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16830 else
16831 cat
16832 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16833 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16834 _ACEOF
16835
16836 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16837 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16838 # trailing colons and then remove the whole line if VPATH becomes empty
16839 # (actually we leave an empty line to preserve line numbers).
16840 if test "x$srcdir" = x.; then
16841 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16842 h
16843 s///
16844 s/^/:/
16845 s/[ ]*$/:/
16846 s/:\$(srcdir):/:/g
16847 s/:\${srcdir}:/:/g
16848 s/:@srcdir@:/:/g
16849 s/^:*//
16850 s/:*$//
16851 x
16852 s/\(=[ ]*\).*/\1/
16853 G
16854 s/\n//
16855 s/^[^=]*=[ ]*$//
16856 }'
16857 fi
16858
16859 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16860 fi # test -n "$CONFIG_FILES"
16861
16862 # Set up the scripts for CONFIG_HEADERS section.
16863 # No need to generate them if there are no CONFIG_HEADERS.
16864 # This happens for instance with `./config.status Makefile'.
16865 if test -n "$CONFIG_HEADERS"; then
16866 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16867 BEGIN {
16868 _ACEOF
16869
16870 # Transform confdefs.h into an awk script `defines.awk', embedded as
16871 # here-document in config.status, that substitutes the proper values into
16872 # config.h.in to produce config.h.
16873
16874 # Create a delimiter string that does not exist in confdefs.h, to ease
16875 # handling of long lines.
16876 ac_delim='%!_!# '
16877 for ac_last_try in false false :; do
16878 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16879 if test -z "$ac_tt"; then
16880 break
16881 elif $ac_last_try; then
16882 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16883 else
16884 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16885 fi
16886 done
16887
16888 # For the awk script, D is an array of macro values keyed by name,
16889 # likewise P contains macro parameters if any. Preserve backslash
16890 # newline sequences.
16891
16892 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16893 sed -n '
16894 s/.\{148\}/&'"$ac_delim"'/g
16895 t rset
16896 :rset
16897 s/^[ ]*#[ ]*define[ ][ ]*/ /
16898 t def
16899 d
16900 :def
16901 s/\\$//
16902 t bsnl
16903 s/["\\]/\\&/g
16904 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16905 D["\1"]=" \3"/p
16906 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16907 d
16908 :bsnl
16909 s/["\\]/\\&/g
16910 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16911 D["\1"]=" \3\\\\\\n"\\/p
16912 t cont
16913 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16914 t cont
16915 d
16916 :cont
16917 n
16918 s/.\{148\}/&'"$ac_delim"'/g
16919 t clear
16920 :clear
16921 s/\\$//
16922 t bsnlc
16923 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16924 d
16925 :bsnlc
16926 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16927 b cont
16928 ' <confdefs.h | sed '
16929 s/'"$ac_delim"'/"\\\
16930 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16931
16932 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16933 for (key in D) D_is_set[key] = 1
16934 FS = "\a"
16935 }
16936 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16937 line = \$ 0
16938 split(line, arg, " ")
16939 if (arg[1] == "#") {
16940 defundef = arg[2]
16941 mac1 = arg[3]
16942 } else {
16943 defundef = substr(arg[1], 2)
16944 mac1 = arg[2]
16945 }
16946 split(mac1, mac2, "(") #)
16947 macro = mac2[1]
16948 prefix = substr(line, 1, index(line, defundef) - 1)
16949 if (D_is_set[macro]) {
16950 # Preserve the white space surrounding the "#".
16951 print prefix "define", macro P[macro] D[macro]
16952 next
16953 } else {
16954 # Replace #undef with comments. This is necessary, for example,
16955 # in the case of _POSIX_SOURCE, which is predefined and required
16956 # on some systems where configure will not decide to define it.
16957 if (defundef == "undef") {
16958 print "/*", prefix defundef, macro, "*/"
16959 next
16960 }
16961 }
16962 }
16963 { print }
16964 _ACAWK
16965 _ACEOF
16966 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16967 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16968 fi # test -n "$CONFIG_HEADERS"
16969
16970
16971 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16972 shift
16973 for ac_tag
16974 do
16975 case $ac_tag in
16976 :[FHLC]) ac_mode=$ac_tag; continue;;
16977 esac
16978 case $ac_mode$ac_tag in
16979 :[FHL]*:*);;
16980 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16981 :[FH]-) ac_tag=-:-;;
16982 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16983 esac
16984 ac_save_IFS=$IFS
16985 IFS=:
16986 set x $ac_tag
16987 IFS=$ac_save_IFS
16988 shift
16989 ac_file=$1
16990 shift
16991
16992 case $ac_mode in
16993 :L) ac_source=$1;;
16994 :[FH])
16995 ac_file_inputs=
16996 for ac_f
16997 do
16998 case $ac_f in
16999 -) ac_f="$ac_tmp/stdin";;
17000 *) # Look for the file first in the build tree, then in the source tree
17001 # (if the path is not absolute). The absolute path cannot be DOS-style,
17002 # because $ac_f cannot contain `:'.
17003 test -f "$ac_f" ||
17004 case $ac_f in
17005 [\\/$]*) false;;
17006 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17007 esac ||
17008 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17009 esac
17010 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17011 as_fn_append ac_file_inputs " '$ac_f'"
17012 done
17013
17014 # Let's still pretend it is `configure' which instantiates (i.e., don't
17015 # use $as_me), people would be surprised to read:
17016 # /* config.h. Generated by config.status. */
17017 configure_input='Generated from '`
17018 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17019 `' by configure.'
17020 if test x"$ac_file" != x-; then
17021 configure_input="$ac_file. $configure_input"
17022 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17023 $as_echo "$as_me: creating $ac_file" >&6;}
17024 fi
17025 # Neutralize special characters interpreted by sed in replacement strings.
17026 case $configure_input in #(
17027 *\&* | *\|* | *\\* )
17028 ac_sed_conf_input=`$as_echo "$configure_input" |
17029 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17030 *) ac_sed_conf_input=$configure_input;;
17031 esac
17032
17033 case $ac_tag in
17034 *:-:* | *:-) cat >"$ac_tmp/stdin" \
17035 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
17036 esac
17037 ;;
17038 esac
17039
17040 ac_dir=`$as_dirname -- "$ac_file" ||
17041 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17042 X"$ac_file" : 'X\(//\)[^/]' \| \
17043 X"$ac_file" : 'X\(//\)$' \| \
17044 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17045 $as_echo X"$ac_file" |
17046 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17047 s//\1/
17048 q
17049 }
17050 /^X\(\/\/\)[^/].*/{
17051 s//\1/
17052 q
17053 }
17054 /^X\(\/\/\)$/{
17055 s//\1/
17056 q
17057 }
17058 /^X\(\/\).*/{
17059 s//\1/
17060 q
17061 }
17062 s/.*/./; q'`
17063 as_dir="$ac_dir"; as_fn_mkdir_p
17064 ac_builddir=.
17065
17066 case "$ac_dir" in
17067 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17068 *)
17069 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17070 # A ".." for each directory in $ac_dir_suffix.
17071 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17072 case $ac_top_builddir_sub in
17073 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17074 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17075 esac ;;
17076 esac
17077 ac_abs_top_builddir=$ac_pwd
17078 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17079 # for backward compatibility:
17080 ac_top_builddir=$ac_top_build_prefix
17081
17082 case $srcdir in
17083 .) # We are building in place.
17084 ac_srcdir=.
17085 ac_top_srcdir=$ac_top_builddir_sub
17086 ac_abs_top_srcdir=$ac_pwd ;;
17087 [\\/]* | ?:[\\/]* ) # Absolute name.
17088 ac_srcdir=$srcdir$ac_dir_suffix;
17089 ac_top_srcdir=$srcdir
17090 ac_abs_top_srcdir=$srcdir ;;
17091 *) # Relative name.
17092 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17093 ac_top_srcdir=$ac_top_build_prefix$srcdir
17094 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17095 esac
17096 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17097
17098
17099 case $ac_mode in
17100 :F)
17101 #
17102 # CONFIG_FILE
17103 #
17104
17105 case $INSTALL in
17106 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17107 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17108 esac
17109 ac_MKDIR_P=$MKDIR_P
17110 case $MKDIR_P in
17111 [\\/$]* | ?:[\\/]* ) ;;
17112 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17113 esac
17114 _ACEOF
17115
17116 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17117 # If the template does not know about datarootdir, expand it.
17118 # FIXME: This hack should be removed a few years after 2.60.
17119 ac_datarootdir_hack=; ac_datarootdir_seen=
17120 ac_sed_dataroot='
17121 /datarootdir/ {
17122 p
17123 q
17124 }
17125 /@datadir@/p
17126 /@docdir@/p
17127 /@infodir@/p
17128 /@localedir@/p
17129 /@mandir@/p'
17130 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17131 *datarootdir*) ac_datarootdir_seen=yes;;
17132 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17133 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17134 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17135 _ACEOF
17136 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17137 ac_datarootdir_hack='
17138 s&@datadir@&$datadir&g
17139 s&@docdir@&$docdir&g
17140 s&@infodir@&$infodir&g
17141 s&@localedir@&$localedir&g
17142 s&@mandir@&$mandir&g
17143 s&\\\${datarootdir}&$datarootdir&g' ;;
17144 esac
17145 _ACEOF
17146
17147 # Neutralize VPATH when `$srcdir' = `.'.
17148 # Shell code in configure.ac might set extrasub.
17149 # FIXME: do we really want to maintain this feature?
17150 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17151 ac_sed_extra="$ac_vpsub
17152 $extrasub
17153 _ACEOF
17154 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17155 :t
17156 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17157 s|@configure_input@|$ac_sed_conf_input|;t t
17158 s&@top_builddir@&$ac_top_builddir_sub&;t t
17159 s&@top_build_prefix@&$ac_top_build_prefix&;t t
17160 s&@srcdir@&$ac_srcdir&;t t
17161 s&@abs_srcdir@&$ac_abs_srcdir&;t t
17162 s&@top_srcdir@&$ac_top_srcdir&;t t
17163 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17164 s&@builddir@&$ac_builddir&;t t
17165 s&@abs_builddir@&$ac_abs_builddir&;t t
17166 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17167 s&@INSTALL@&$ac_INSTALL&;t t
17168 s&@MKDIR_P@&$ac_MKDIR_P&;t t
17169 $ac_datarootdir_hack
17170 "
17171 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17172 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17173
17174 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17175 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17176 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17177 "$ac_tmp/out"`; test -z "$ac_out"; } &&
17178 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17179 which seems to be undefined. Please make sure it is defined" >&5
17180 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17181 which seems to be undefined. Please make sure it is defined" >&2;}
17182
17183 rm -f "$ac_tmp/stdin"
17184 case $ac_file in
17185 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17186 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17187 esac \
17188 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17189 ;;
17190 :H)
17191 #
17192 # CONFIG_HEADER
17193 #
17194 if test x"$ac_file" != x-; then
17195 {
17196 $as_echo "/* $configure_input */" \
17197 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17198 } >"$ac_tmp/config.h" \
17199 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17200 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17201 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17202 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17203 else
17204 rm -f "$ac_file"
17205 mv "$ac_tmp/config.h" "$ac_file" \
17206 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17207 fi
17208 else
17209 $as_echo "/* $configure_input */" \
17210 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17211 || as_fn_error $? "could not create -" "$LINENO" 5
17212 fi
17213 # Compute "$ac_file"'s index in $config_headers.
17214 _am_arg="$ac_file"
17215 _am_stamp_count=1
17216 for _am_header in $config_headers :; do
17217 case $_am_header in
17218 $_am_arg | $_am_arg:* )
17219 break ;;
17220 * )
17221 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17222 esac
17223 done
17224 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17225 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17226 X"$_am_arg" : 'X\(//\)[^/]' \| \
17227 X"$_am_arg" : 'X\(//\)$' \| \
17228 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17229 $as_echo X"$_am_arg" |
17230 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17231 s//\1/
17232 q
17233 }
17234 /^X\(\/\/\)[^/].*/{
17235 s//\1/
17236 q
17237 }
17238 /^X\(\/\/\)$/{
17239 s//\1/
17240 q
17241 }
17242 /^X\(\/\).*/{
17243 s//\1/
17244 q
17245 }
17246 s/.*/./; q'`/stamp-h$_am_stamp_count
17247 ;;
17248
17249 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17250 $as_echo "$as_me: executing $ac_file commands" >&6;}
17251 ;;
17252 esac
17253
17254
17255 case $ac_file$ac_mode in
17256 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17257 # Older Autoconf quotes --file arguments for eval, but not when files
17258 # are listed without --file. Let's play safe and only enable the eval
17259 # if we detect the quoting.
17260 case $CONFIG_FILES in
17261 *\'*) eval set x "$CONFIG_FILES" ;;
17262 *) set x $CONFIG_FILES ;;
17263 esac
17264 shift
17265 for mf
17266 do
17267 # Strip MF so we end up with the name of the file.
17268 mf=`echo "$mf" | sed -e 's/:.*$//'`
17269 # Check whether this is an Automake generated Makefile or not.
17270 # We used to match only the files named 'Makefile.in', but
17271 # some people rename them; so instead we look at the file content.
17272 # Grep'ing the first line is not enough: some people post-process
17273 # each Makefile.in and add a new line on top of each file to say so.
17274 # Grep'ing the whole file is not good either: AIX grep has a line
17275 # limit of 2048, but all sed's we know have understand at least 4000.
17276 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17277 dirpart=`$as_dirname -- "$mf" ||
17278 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17279 X"$mf" : 'X\(//\)[^/]' \| \
17280 X"$mf" : 'X\(//\)$' \| \
17281 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17282 $as_echo X"$mf" |
17283 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17284 s//\1/
17285 q
17286 }
17287 /^X\(\/\/\)[^/].*/{
17288 s//\1/
17289 q
17290 }
17291 /^X\(\/\/\)$/{
17292 s//\1/
17293 q
17294 }
17295 /^X\(\/\).*/{
17296 s//\1/
17297 q
17298 }
17299 s/.*/./; q'`
17300 else
17301 continue
17302 fi
17303 # Extract the definition of DEPDIR, am__include, and am__quote
17304 # from the Makefile without running 'make'.
17305 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17306 test -z "$DEPDIR" && continue
17307 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17308 test -z "$am__include" && continue
17309 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17310 # Find all dependency output files, they are included files with
17311 # $(DEPDIR) in their names. We invoke sed twice because it is the
17312 # simplest approach to changing $(DEPDIR) to its actual value in the
17313 # expansion.
17314 for file in `sed -n "
17315 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17316 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17317 # Make sure the directory exists.
17318 test -f "$dirpart/$file" && continue
17319 fdir=`$as_dirname -- "$file" ||
17320 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17321 X"$file" : 'X\(//\)[^/]' \| \
17322 X"$file" : 'X\(//\)$' \| \
17323 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17324 $as_echo X"$file" |
17325 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17326 s//\1/
17327 q
17328 }
17329 /^X\(\/\/\)[^/].*/{
17330 s//\1/
17331 q
17332 }
17333 /^X\(\/\/\)$/{
17334 s//\1/
17335 q
17336 }
17337 /^X\(\/\).*/{
17338 s//\1/
17339 q
17340 }
17341 s/.*/./; q'`
17342 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17343 # echo "creating $dirpart/$file"
17344 echo '# dummy' > "$dirpart/$file"
17345 done
17346 done
17347 }
17348 ;;
17349 "libtool":C)
17350
17351 # See if we are running on zsh, and set the options which allow our
17352 # commands through without removal of \ escapes.
17353 if test -n "${ZSH_VERSION+set}" ; then
17354 setopt NO_GLOB_SUBST
17355 fi
17356
17357 cfgfile="${ofile}T"
17358 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17359 $RM "$cfgfile"
17360
17361 cat <<_LT_EOF >> "$cfgfile"
17362 #! $SHELL
17363
17364 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17365 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17366 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17367 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17368 #
17369 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17370 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17371 # Written by Gordon Matzigkeit, 1996
17372 #
17373 # This file is part of GNU Libtool.
17374 #
17375 # GNU Libtool is free software; you can redistribute it and/or
17376 # modify it under the terms of the GNU General Public License as
17377 # published by the Free Software Foundation; either version 2 of
17378 # the License, or (at your option) any later version.
17379 #
17380 # As a special exception to the GNU General Public License,
17381 # if you distribute this file as part of a program or library that
17382 # is built using GNU Libtool, you may include this file under the
17383 # same distribution terms that you use for the rest of that program.
17384 #
17385 # GNU Libtool is distributed in the hope that it will be useful,
17386 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17387 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17388 # GNU General Public License for more details.
17389 #
17390 # You should have received a copy of the GNU General Public License
17391 # along with GNU Libtool; see the file COPYING. If not, a copy
17392 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17393 # obtained by writing to the Free Software Foundation, Inc.,
17394 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17395
17396
17397 # The names of the tagged configurations supported by this script.
17398 available_tags=""
17399
17400 # ### BEGIN LIBTOOL CONFIG
17401
17402 # Whether or not to build shared libraries.
17403 build_libtool_libs=$enable_shared
17404
17405 # Which release of libtool.m4 was used?
17406 macro_version=$macro_version
17407 macro_revision=$macro_revision
17408
17409 # Whether or not to build static libraries.
17410 build_old_libs=$enable_static
17411
17412 # What type of objects to build.
17413 pic_mode=$pic_mode
17414
17415 # Whether or not to optimize for fast installation.
17416 fast_install=$enable_fast_install
17417
17418 # Shell to use when invoking shell scripts.
17419 SHELL=$lt_SHELL
17420
17421 # An echo program that protects backslashes.
17422 ECHO=$lt_ECHO
17423
17424 # The host system.
17425 host_alias=$host_alias
17426 host=$host
17427 host_os=$host_os
17428
17429 # The build system.
17430 build_alias=$build_alias
17431 build=$build
17432 build_os=$build_os
17433
17434 # A sed program that does not truncate output.
17435 SED=$lt_SED
17436
17437 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17438 Xsed="\$SED -e 1s/^X//"
17439
17440 # A grep program that handles long lines.
17441 GREP=$lt_GREP
17442
17443 # An ERE matcher.
17444 EGREP=$lt_EGREP
17445
17446 # A literal string matcher.
17447 FGREP=$lt_FGREP
17448
17449 # A BSD- or MS-compatible name lister.
17450 NM=$lt_NM
17451
17452 # Whether we need soft or hard links.
17453 LN_S=$lt_LN_S
17454
17455 # What is the maximum length of a command?
17456 max_cmd_len=$max_cmd_len
17457
17458 # Object file suffix (normally "o").
17459 objext=$ac_objext
17460
17461 # Executable file suffix (normally "").
17462 exeext=$exeext
17463
17464 # whether the shell understands "unset".
17465 lt_unset=$lt_unset
17466
17467 # turn spaces into newlines.
17468 SP2NL=$lt_lt_SP2NL
17469
17470 # turn newlines into spaces.
17471 NL2SP=$lt_lt_NL2SP
17472
17473 # An object symbol dumper.
17474 OBJDUMP=$lt_OBJDUMP
17475
17476 # Method to check whether dependent libraries are shared objects.
17477 deplibs_check_method=$lt_deplibs_check_method
17478
17479 # Command to use when deplibs_check_method == "file_magic".
17480 file_magic_cmd=$lt_file_magic_cmd
17481
17482 # The archiver.
17483 AR=$lt_AR
17484 AR_FLAGS=$lt_AR_FLAGS
17485
17486 # A symbol stripping program.
17487 STRIP=$lt_STRIP
17488
17489 # Commands used to install an old-style archive.
17490 RANLIB=$lt_RANLIB
17491 old_postinstall_cmds=$lt_old_postinstall_cmds
17492 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17493
17494 # Whether to use a lock for old archive extraction.
17495 lock_old_archive_extraction=$lock_old_archive_extraction
17496
17497 # A C compiler.
17498 LTCC=$lt_CC
17499
17500 # LTCC compiler flags.
17501 LTCFLAGS=$lt_CFLAGS
17502
17503 # Take the output of nm and produce a listing of raw symbols and C names.
17504 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17505
17506 # Transform the output of nm in a proper C declaration.
17507 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17508
17509 # Transform the output of nm in a C name address pair.
17510 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17511
17512 # Transform the output of nm in a C name address pair when lib prefix is needed.
17513 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17514
17515 # The name of the directory that contains temporary libtool files.
17516 objdir=$objdir
17517
17518 # Used to examine libraries when file_magic_cmd begins with "file".
17519 MAGIC_CMD=$MAGIC_CMD
17520
17521 # Must we lock files when doing compilation?
17522 need_locks=$lt_need_locks
17523
17524 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17525 DSYMUTIL=$lt_DSYMUTIL
17526
17527 # Tool to change global to local symbols on Mac OS X.
17528 NMEDIT=$lt_NMEDIT
17529
17530 # Tool to manipulate fat objects and archives on Mac OS X.
17531 LIPO=$lt_LIPO
17532
17533 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17534 OTOOL=$lt_OTOOL
17535
17536 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17537 OTOOL64=$lt_OTOOL64
17538
17539 # Old archive suffix (normally "a").
17540 libext=$libext
17541
17542 # Shared library suffix (normally ".so").
17543 shrext_cmds=$lt_shrext_cmds
17544
17545 # The commands to extract the exported symbol list from a shared archive.
17546 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17547
17548 # Variables whose values should be saved in libtool wrapper scripts and
17549 # restored at link time.
17550 variables_saved_for_relink=$lt_variables_saved_for_relink
17551
17552 # Do we need the "lib" prefix for modules?
17553 need_lib_prefix=$need_lib_prefix
17554
17555 # Do we need a version for libraries?
17556 need_version=$need_version
17557
17558 # Library versioning type.
17559 version_type=$version_type
17560
17561 # Shared library runtime path variable.
17562 runpath_var=$runpath_var
17563
17564 # Shared library path variable.
17565 shlibpath_var=$shlibpath_var
17566
17567 # Is shlibpath searched before the hard-coded library search path?
17568 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17569
17570 # Format of library name prefix.
17571 libname_spec=$lt_libname_spec
17572
17573 # List of archive names. First name is the real one, the rest are links.
17574 # The last name is the one that the linker finds with -lNAME
17575 library_names_spec=$lt_library_names_spec
17576
17577 # The coded name of the library, if different from the real name.
17578 soname_spec=$lt_soname_spec
17579
17580 # Permission mode override for installation of shared libraries.
17581 install_override_mode=$lt_install_override_mode
17582
17583 # Command to use after installation of a shared archive.
17584 postinstall_cmds=$lt_postinstall_cmds
17585
17586 # Command to use after uninstallation of a shared archive.
17587 postuninstall_cmds=$lt_postuninstall_cmds
17588
17589 # Commands used to finish a libtool library installation in a directory.
17590 finish_cmds=$lt_finish_cmds
17591
17592 # As "finish_cmds", except a single script fragment to be evaled but
17593 # not shown.
17594 finish_eval=$lt_finish_eval
17595
17596 # Whether we should hardcode library paths into libraries.
17597 hardcode_into_libs=$hardcode_into_libs
17598
17599 # Compile-time system search path for libraries.
17600 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17601
17602 # Run-time system search path for libraries.
17603 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17604
17605 # Whether dlopen is supported.
17606 dlopen_support=$enable_dlopen
17607
17608 # Whether dlopen of programs is supported.
17609 dlopen_self=$enable_dlopen_self
17610
17611 # Whether dlopen of statically linked programs is supported.
17612 dlopen_self_static=$enable_dlopen_self_static
17613
17614 # Commands to strip libraries.
17615 old_striplib=$lt_old_striplib
17616 striplib=$lt_striplib
17617
17618
17619 # The linker used to build libraries.
17620 LD=$lt_LD
17621
17622 # How to create reloadable object files.
17623 reload_flag=$lt_reload_flag
17624 reload_cmds=$lt_reload_cmds
17625
17626 # Commands used to build an old-style archive.
17627 old_archive_cmds=$lt_old_archive_cmds
17628
17629 # A language specific compiler.
17630 CC=$lt_compiler
17631
17632 # Is the compiler the GNU compiler?
17633 with_gcc=$GCC
17634
17635 # Compiler flag to turn off builtin functions.
17636 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17637
17638 # How to pass a linker flag through the compiler.
17639 wl=$lt_lt_prog_compiler_wl
17640
17641 # Additional compiler flags for building library objects.
17642 pic_flag=$lt_lt_prog_compiler_pic
17643
17644 # Compiler flag to prevent dynamic linking.
17645 link_static_flag=$lt_lt_prog_compiler_static
17646
17647 # Does compiler simultaneously support -c and -o options?
17648 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17649
17650 # Whether or not to add -lc for building shared libraries.
17651 build_libtool_need_lc=$archive_cmds_need_lc
17652
17653 # Whether or not to disallow shared libs when runtime libs are static.
17654 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17655
17656 # Compiler flag to allow reflexive dlopens.
17657 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17658
17659 # Compiler flag to generate shared objects directly from archives.
17660 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17661
17662 # Whether the compiler copes with passing no objects directly.
17663 compiler_needs_object=$lt_compiler_needs_object
17664
17665 # Create an old-style archive from a shared archive.
17666 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17667
17668 # Create a temporary old-style archive to link instead of a shared archive.
17669 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17670
17671 # Commands used to build a shared archive.
17672 archive_cmds=$lt_archive_cmds
17673 archive_expsym_cmds=$lt_archive_expsym_cmds
17674
17675 # Commands used to build a loadable module if different from building
17676 # a shared archive.
17677 module_cmds=$lt_module_cmds
17678 module_expsym_cmds=$lt_module_expsym_cmds
17679
17680 # Whether we are building with GNU ld or not.
17681 with_gnu_ld=$lt_with_gnu_ld
17682
17683 # Flag that allows shared libraries with undefined symbols to be built.
17684 allow_undefined_flag=$lt_allow_undefined_flag
17685
17686 # Flag that enforces no undefined symbols.
17687 no_undefined_flag=$lt_no_undefined_flag
17688
17689 # Flag to hardcode \$libdir into a binary during linking.
17690 # This must work even if \$libdir does not exist
17691 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17692
17693 # If ld is used when linking, flag to hardcode \$libdir into a binary
17694 # during linking. This must work even if \$libdir does not exist.
17695 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17696
17697 # Whether we need a single "-rpath" flag with a separated argument.
17698 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17699
17700 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17701 # DIR into the resulting binary.
17702 hardcode_direct=$hardcode_direct
17703
17704 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17705 # DIR into the resulting binary and the resulting library dependency is
17706 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17707 # library is relocated.
17708 hardcode_direct_absolute=$hardcode_direct_absolute
17709
17710 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17711 # into the resulting binary.
17712 hardcode_minus_L=$hardcode_minus_L
17713
17714 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17715 # into the resulting binary.
17716 hardcode_shlibpath_var=$hardcode_shlibpath_var
17717
17718 # Set to "yes" if building a shared library automatically hardcodes DIR
17719 # into the library and all subsequent libraries and executables linked
17720 # against it.
17721 hardcode_automatic=$hardcode_automatic
17722
17723 # Set to yes if linker adds runtime paths of dependent libraries
17724 # to runtime path list.
17725 inherit_rpath=$inherit_rpath
17726
17727 # Whether libtool must link a program against all its dependency libraries.
17728 link_all_deplibs=$link_all_deplibs
17729
17730 # Fix the shell variable \$srcfile for the compiler.
17731 fix_srcfile_path=$lt_fix_srcfile_path
17732
17733 # Set to "yes" if exported symbols are required.
17734 always_export_symbols=$always_export_symbols
17735
17736 # The commands to list exported symbols.
17737 export_symbols_cmds=$lt_export_symbols_cmds
17738
17739 # Symbols that should not be listed in the preloaded symbols.
17740 exclude_expsyms=$lt_exclude_expsyms
17741
17742 # Symbols that must always be exported.
17743 include_expsyms=$lt_include_expsyms
17744
17745 # Commands necessary for linking programs (against libraries) with templates.
17746 prelink_cmds=$lt_prelink_cmds
17747
17748 # Specify filename containing input files.
17749 file_list_spec=$lt_file_list_spec
17750
17751 # How to hardcode a shared library path into an executable.
17752 hardcode_action=$hardcode_action
17753
17754 # ### END LIBTOOL CONFIG
17755
17756 _LT_EOF
17757
17758 case $host_os in
17759 aix3*)
17760 cat <<\_LT_EOF >> "$cfgfile"
17761 # AIX sometimes has problems with the GCC collect2 program. For some
17762 # reason, if we set the COLLECT_NAMES environment variable, the problems
17763 # vanish in a puff of smoke.
17764 if test "X${COLLECT_NAMES+set}" != Xset; then
17765 COLLECT_NAMES=
17766 export COLLECT_NAMES
17767 fi
17768 _LT_EOF
17769 ;;
17770 esac
17771
17772
17773 ltmain="$ac_aux_dir/ltmain.sh"
17774
17775
17776 # We use sed instead of cat because bash on DJGPP gets confused if
17777 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17778 # text mode, it properly converts lines to CR/LF. This bash problem
17779 # is reportedly fixed, but why not run on old versions too?
17780 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17781 || (rm -f "$cfgfile"; exit 1)
17782
17783 case $xsi_shell in
17784 yes)
17785 cat << \_LT_EOF >> "$cfgfile"
17786
17787 # func_dirname file append nondir_replacement
17788 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17789 # otherwise set result to NONDIR_REPLACEMENT.
17790 func_dirname ()
17791 {
17792 case ${1} in
17793 */*) func_dirname_result="${1%/*}${2}" ;;
17794 * ) func_dirname_result="${3}" ;;
17795 esac
17796 }
17797
17798 # func_basename file
17799 func_basename ()
17800 {
17801 func_basename_result="${1##*/}"
17802 }
17803
17804 # func_dirname_and_basename file append nondir_replacement
17805 # perform func_basename and func_dirname in a single function
17806 # call:
17807 # dirname: Compute the dirname of FILE. If nonempty,
17808 # add APPEND to the result, otherwise set result
17809 # to NONDIR_REPLACEMENT.
17810 # value returned in "$func_dirname_result"
17811 # basename: Compute filename of FILE.
17812 # value retuned in "$func_basename_result"
17813 # Implementation must be kept synchronized with func_dirname
17814 # and func_basename. For efficiency, we do not delegate to
17815 # those functions but instead duplicate the functionality here.
17816 func_dirname_and_basename ()
17817 {
17818 case ${1} in
17819 */*) func_dirname_result="${1%/*}${2}" ;;
17820 * ) func_dirname_result="${3}" ;;
17821 esac
17822 func_basename_result="${1##*/}"
17823 }
17824
17825 # func_stripname prefix suffix name
17826 # strip PREFIX and SUFFIX off of NAME.
17827 # PREFIX and SUFFIX must not contain globbing or regex special
17828 # characters, hashes, percent signs, but SUFFIX may contain a leading
17829 # dot (in which case that matches only a dot).
17830 func_stripname ()
17831 {
17832 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17833 # positional parameters, so assign one to ordinary parameter first.
17834 func_stripname_result=${3}
17835 func_stripname_result=${func_stripname_result#"${1}"}
17836 func_stripname_result=${func_stripname_result%"${2}"}
17837 }
17838
17839 # func_opt_split
17840 func_opt_split ()
17841 {
17842 func_opt_split_opt=${1%%=*}
17843 func_opt_split_arg=${1#*=}
17844 }
17845
17846 # func_lo2o object
17847 func_lo2o ()
17848 {
17849 case ${1} in
17850 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17851 *) func_lo2o_result=${1} ;;
17852 esac
17853 }
17854
17855 # func_xform libobj-or-source
17856 func_xform ()
17857 {
17858 func_xform_result=${1%.*}.lo
17859 }
17860
17861 # func_arith arithmetic-term...
17862 func_arith ()
17863 {
17864 func_arith_result=$(( $* ))
17865 }
17866
17867 # func_len string
17868 # STRING may not start with a hyphen.
17869 func_len ()
17870 {
17871 func_len_result=${#1}
17872 }
17873
17874 _LT_EOF
17875 ;;
17876 *) # Bourne compatible functions.
17877 cat << \_LT_EOF >> "$cfgfile"
17878
17879 # func_dirname file append nondir_replacement
17880 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17881 # otherwise set result to NONDIR_REPLACEMENT.
17882 func_dirname ()
17883 {
17884 # Extract subdirectory from the argument.
17885 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17886 if test "X$func_dirname_result" = "X${1}"; then
17887 func_dirname_result="${3}"
17888 else
17889 func_dirname_result="$func_dirname_result${2}"
17890 fi
17891 }
17892
17893 # func_basename file
17894 func_basename ()
17895 {
17896 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17897 }
17898
17899
17900 # func_stripname prefix suffix name
17901 # strip PREFIX and SUFFIX off of NAME.
17902 # PREFIX and SUFFIX must not contain globbing or regex special
17903 # characters, hashes, percent signs, but SUFFIX may contain a leading
17904 # dot (in which case that matches only a dot).
17905 # func_strip_suffix prefix name
17906 func_stripname ()
17907 {
17908 case ${2} in
17909 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17910 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17911 esac
17912 }
17913
17914 # sed scripts:
17915 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17916 my_sed_long_arg='1s/^-[^=]*=//'
17917
17918 # func_opt_split
17919 func_opt_split ()
17920 {
17921 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17922 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17923 }
17924
17925 # func_lo2o object
17926 func_lo2o ()
17927 {
17928 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17929 }
17930
17931 # func_xform libobj-or-source
17932 func_xform ()
17933 {
17934 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17935 }
17936
17937 # func_arith arithmetic-term...
17938 func_arith ()
17939 {
17940 func_arith_result=`expr "$@"`
17941 }
17942
17943 # func_len string
17944 # STRING may not start with a hyphen.
17945 func_len ()
17946 {
17947 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17948 }
17949
17950 _LT_EOF
17951 esac
17952
17953 case $lt_shell_append in
17954 yes)
17955 cat << \_LT_EOF >> "$cfgfile"
17956
17957 # func_append var value
17958 # Append VALUE to the end of shell variable VAR.
17959 func_append ()
17960 {
17961 eval "$1+=\$2"
17962 }
17963 _LT_EOF
17964 ;;
17965 *)
17966 cat << \_LT_EOF >> "$cfgfile"
17967
17968 # func_append var value
17969 # Append VALUE to the end of shell variable VAR.
17970 func_append ()
17971 {
17972 eval "$1=\$$1\$2"
17973 }
17974
17975 _LT_EOF
17976 ;;
17977 esac
17978
17979
17980 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17981 || (rm -f "$cfgfile"; exit 1)
17982
17983 mv -f "$cfgfile" "$ofile" ||
17984 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17985 chmod +x "$ofile"
17986
17987 ;;
17988 "default-1":C)
17989 for ac_file in $CONFIG_FILES; do
17990 # Support "outfile[:infile[:infile...]]"
17991 case "$ac_file" in
17992 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17993 esac
17994 # PO directories have a Makefile.in generated from Makefile.in.in.
17995 case "$ac_file" in */Makefile.in)
17996 # Adjust a relative srcdir.
17997 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17998 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17999 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
18000 # In autoconf-2.13 it is called $ac_given_srcdir.
18001 # In autoconf-2.50 it is called $srcdir.
18002 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
18003 case "$ac_given_srcdir" in
18004 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
18005 /*) top_srcdir="$ac_given_srcdir" ;;
18006 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
18007 esac
18008 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
18009 rm -f "$ac_dir/POTFILES"
18010 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
18011 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
18012 POMAKEFILEDEPS="POTFILES.in"
18013 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
18014 # on $ac_dir but don't depend on user-specified configuration
18015 # parameters.
18016 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
18017 # The LINGUAS file contains the set of available languages.
18018 if test -n "$OBSOLETE_ALL_LINGUAS"; then
18019 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
18020 fi
18021 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
18022 # Hide the ALL_LINGUAS assigment from automake.
18023 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
18024 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
18025 else
18026 # The set of available languages was given in configure.ac.
18027 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
18028 fi
18029 case "$ac_given_srcdir" in
18030 .) srcdirpre= ;;
18031 *) srcdirpre='$(srcdir)/' ;;
18032 esac
18033 POFILES=
18034 GMOFILES=
18035 UPDATEPOFILES=
18036 DUMMYPOFILES=
18037 for lang in $ALL_LINGUAS; do
18038 POFILES="$POFILES $srcdirpre$lang.po"
18039 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18040 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
18041 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
18042 done
18043 # CATALOGS depends on both $ac_dir and the user's LINGUAS
18044 # environment variable.
18045 INST_LINGUAS=
18046 if test -n "$ALL_LINGUAS"; then
18047 for presentlang in $ALL_LINGUAS; do
18048 useit=no
18049 if test "%UNSET%" != "$LINGUAS"; then
18050 desiredlanguages="$LINGUAS"
18051 else
18052 desiredlanguages="$ALL_LINGUAS"
18053 fi
18054 for desiredlang in $desiredlanguages; do
18055 # Use the presentlang catalog if desiredlang is
18056 # a. equal to presentlang, or
18057 # b. a variant of presentlang (because in this case,
18058 # presentlang can be used as a fallback for messages
18059 # which are not translated in the desiredlang catalog).
18060 case "$desiredlang" in
18061 "$presentlang"*) useit=yes;;
18062 esac
18063 done
18064 if test $useit = yes; then
18065 INST_LINGUAS="$INST_LINGUAS $presentlang"
18066 fi
18067 done
18068 fi
18069 CATALOGS=
18070 if test -n "$INST_LINGUAS"; then
18071 for lang in $INST_LINGUAS; do
18072 CATALOGS="$CATALOGS $lang.gmo"
18073 done
18074 fi
18075 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
18076 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"
18077 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
18078 if test -f "$f"; then
18079 case "$f" in
18080 *.orig | *.bak | *~) ;;
18081 *) cat "$f" >> "$ac_dir/Makefile" ;;
18082 esac
18083 fi
18084 done
18085 fi
18086 ;;
18087 esac
18088 done ;;
18089 "default":C)
18090 case "$srcdir" in
18091 .) srcdirpre= ;;
18092 *) srcdirpre='$(srcdir)/' ;;
18093 esac
18094 POFILES=
18095 GMOFILES=
18096 for lang in dummy $OBSOLETE_ALL_LINGUAS; do
18097 if test $lang != dummy; then
18098 POFILES="$POFILES $srcdirpre$lang.po"
18099 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18100 fi
18101 done
18102 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
18103 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
18104 -e "s,@POFILES@,$POFILES," \
18105 -e "s,@GMOFILES@,$GMOFILES," \
18106 po/Makefile.in > po/Makefile ;;
18107
18108 esac
18109 done # for ac_tag
18110
18111
18112 as_fn_exit 0
18113 _ACEOF
18114 ac_clean_files=$ac_clean_files_save
18115
18116 test $ac_write_fail = 0 ||
18117 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18118
18119
18120 # configure is writing to config.log, and then calls config.status.
18121 # config.status does its own redirection, appending to config.log.
18122 # Unfortunately, on DOS this fails, as config.log is still kept open
18123 # by configure, so config.status won't be able to write to it; its
18124 # output is simply discarded. So we exec the FD to /dev/null,
18125 # effectively closing config.log, so it can be properly (re)opened and
18126 # appended to by config.status. When coming back to configure, we
18127 # need to make the FD available again.
18128 if test "$no_create" != yes; then
18129 ac_cs_success=:
18130 ac_config_status_args=
18131 test "$silent" = yes &&
18132 ac_config_status_args="$ac_config_status_args --quiet"
18133 exec 5>/dev/null
18134 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18135 exec 5>>config.log
18136 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18137 # would make configure fail if this is the last instruction.
18138 $ac_cs_success || as_fn_exit 1
18139 fi
18140 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18141 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18142 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18143 fi
18144
18145
18146
18147 touch config.status.tmp
18148 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
18149 sed '/as_fn_exit 0/i \
18150 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
18151 touch --reference=Makefile Makefile.tmp \
18152 mv Makefile.tmp Makefile \
18153 ' config.status > config.status.tmp
18154 touch --reference=config.status config.status.tmp
18155 mv config.status.tmp config.status
18156 chmod +x config.status
18157 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
18158 touch --reference=Makefile Makefile.tmp
18159 mv Makefile.tmp Makefile
18160 else
18161 rm -f config.status.tmp
18162 fi