Fix the documentation of valprint.c:value_print.
[deliverable/binutils-gdb.git] / bfd / configure
... / ...
CommitLineData
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
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
16DUALCASE=1; export DUALCASE # for MKS sh
17if 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
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_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.
43if 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 --'
47elif (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'
50else
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'
70fi
71
72# The user is always right.
73if 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 }
79fi
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.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175else
176 as_have_required=no
177fi
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
180else
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182as_found=false
183for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
184do
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
189 /*)
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 break 2
198fi
199fi
200 done;;
201 esac
202 as_found=false
203done
204$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
207fi; }
208IFS=$as_save_IFS
209
210
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
215 BASH_ENV=/dev/null
216 ENV=/dev/null
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218 export CONFIG_SHELL
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
220fi
221
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
228 else
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230$0: including any error possibly output before this
231$0: message. Then install a modern shell, or manually run
232$0: the script under such a shell if you do have one."
233 fi
234 exit 1
235fi
236fi
237fi
238SHELL=${CONFIG_SHELL-/bin/sh}
239export SHELL
240# Unset more variables known to interfere with behavior of common tools.
241CLICOLOR_FORCE= GREP_OPTIONS=
242unset CLICOLOR_FORCE GREP_OPTIONS
243
244## --------------------- ##
245## M4sh Shell Functions. ##
246## --------------------- ##
247# as_fn_unset VAR
248# ---------------
249# Portably unset VAR.
250as_fn_unset ()
251{
252 { eval $1=; unset $1;}
253}
254as_unset=as_fn_unset
255
256# as_fn_set_status STATUS
257# -----------------------
258# Set $? to STATUS, without forking.
259as_fn_set_status ()
260{
261 return $1
262} # as_fn_set_status
263
264# as_fn_exit STATUS
265# -----------------
266# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267as_fn_exit ()
268{
269 set +e
270 as_fn_set_status $1
271 exit $1
272} # as_fn_exit
273
274# as_fn_mkdir_p
275# -------------
276# Create "$as_dir" as a directory, including parents if necessary.
277as_fn_mkdir_p ()
278{
279
280 case $as_dir in #(
281 -*) as_dir=./$as_dir;;
282 esac
283 test -d "$as_dir" || eval $as_mkdir_p || {
284 as_dirs=
285 while :; do
286 case $as_dir in #(
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288 *) as_qdir=$as_dir;;
289 esac
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296$as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298 s//\1/
299 q
300 }
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\).*/{
310 s//\1/
311 q
312 }
313 s/.*/./; q'`
314 test -d "$as_dir" && break
315 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
318
319
320} # as_fn_mkdir_p
321# as_fn_append VAR VALUE
322# ----------------------
323# Append the text in VALUE to the end of the definition contained in VAR. Take
324# advantage of any shell optimizations that allow amortized linear growth over
325# repeated appends, instead of the typical quadratic growth present in naive
326# implementations.
327if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
329 {
330 eval $1+=\$2
331 }'
332else
333 as_fn_append ()
334 {
335 eval $1=\$$1\$2
336 }
337fi # as_fn_append
338
339# as_fn_arith ARG...
340# ------------------
341# Perform arithmetic evaluation on the ARGs, and store the result in the
342# global $as_val. Take advantage of shells that can avoid forks. The arguments
343# must be portable across $(()) and expr.
344if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
346 {
347 as_val=$(( $* ))
348 }'
349else
350 as_fn_arith ()
351 {
352 as_val=`expr "$@" || test $? -eq 1`
353 }
354fi # as_fn_arith
355
356
357# as_fn_error ERROR [LINENO LOG_FD]
358# ---------------------------------
359# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361# script with status $?, using 1 if that was 0.
362as_fn_error ()
363{
364 as_status=$?; test $as_status -eq 0 && as_status=1
365 if test "$3"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
368 fi
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371} # as_fn_error
372
373if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
375 as_expr=expr
376else
377 as_expr=false
378fi
379
380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
381 as_basename=basename
382else
383 as_basename=false
384fi
385
386if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388else
389 as_dirname=false
390fi
391
392as_me=`$as_basename -- "$0" ||
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396$as_echo X/"$0" |
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
398 s//\1/
399 q
400 }
401 /^X\/\(\/\/\)$/{
402 s//\1/
403 q
404 }
405 /^X\/\(\/\).*/{
406 s//\1/
407 q
408 }
409 s/.*/./; q'`
410
411# Avoid depending upon Character Ranges.
412as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415as_cr_digits='0123456789'
416as_cr_alnum=$as_cr_Letters$as_cr_digits
417
418
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
424 sed -n '
425 p
426 /[$]LINENO/=
427 ' <$as_myself |
428 sed '
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
433 N
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
436 t loop
437 s/-\n.*//
438 ' >$as_me.lineno &&
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
441
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
446 # Exit status is that of the last command.
447 exit
448}
449
450ECHO_C= ECHO_N= ECHO_T=
451case `echo -n x` in #(((((
452-n*)
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
455 xy) ECHO_C='\c';;
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
457 ECHO_T=' ';;
458 esac;;
459*)
460 ECHO_N='-n';;
461esac
462
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
466else
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
469fi
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
472 as_ln_s='ln -s'
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p'
479 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln
481 else
482 as_ln_s='cp -p'
483 fi
484else
485 as_ln_s='cp -p'
486fi
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
489
490if mkdir -p . 2>/dev/null; then
491 as_mkdir_p='mkdir -p "$as_dir"'
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
497if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
504 fi
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
516 '
517fi
518as_executable_p=$as_test_x
519
520# Sed expression to map a string onto a valid CPP name.
521as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
522
523# Sed expression to map a string onto a valid variable name.
524as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525
526
527
528# Check that we are running under the correct shell.
529SHELL=${CONFIG_SHELL-/bin/sh}
530
531case X$lt_ECHO in
532X*--fallback-echo)
533 # Remove one level of quotation (which was required for Make).
534 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
535 ;;
536esac
537
538ECHO=${lt_ECHO-echo}
539if test "X$1" = X--no-reexec; then
540 # Discard the --no-reexec flag, and continue.
541 shift
542elif test "X$1" = X--fallback-echo; then
543 # Avoid inline document here, it may be left over
544 :
545elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
546 # Yippee, $ECHO works!
547 :
548else
549 # Restart under the correct shell.
550 exec $SHELL "$0" --no-reexec ${1+"$@"}
551fi
552
553if test "X$1" = X--fallback-echo; then
554 # used as fallback echo
555 shift
556 cat <<_LT_EOF
557$*
558_LT_EOF
559 exit 0
560fi
561
562# The HP-UX ksh and POSIX shell print the target directory to stdout
563# if CDPATH is set.
564(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
565
566if test -z "$lt_ECHO"; then
567 if test "X${echo_test_string+set}" != Xset; then
568 # find a string as large as possible, as long as the shell can cope with it
569 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
570 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
571 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
572 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
573 then
574 break
575 fi
576 done
577 fi
578
579 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
580 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
581 test "X$echo_testing_string" = "X$echo_test_string"; then
582 :
583 else
584 # The Solaris, AIX, and Digital Unix default echo programs unquote
585 # backslashes. This makes it impossible to quote backslashes using
586 # echo "$something" | sed 's/\\/\\\\/g'
587 #
588 # So, first we look for a working echo in the user's PATH.
589
590 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
591 for dir in $PATH /usr/ucb; do
592 IFS="$lt_save_ifs"
593 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
594 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
595 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
596 test "X$echo_testing_string" = "X$echo_test_string"; then
597 ECHO="$dir/echo"
598 break
599 fi
600 done
601 IFS="$lt_save_ifs"
602
603 if test "X$ECHO" = Xecho; then
604 # We didn't find a better echo, so look for alternatives.
605 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
606 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
607 test "X$echo_testing_string" = "X$echo_test_string"; then
608 # This shell has a builtin print -r that does the trick.
609 ECHO='print -r'
610 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
611 test "X$CONFIG_SHELL" != X/bin/ksh; then
612 # If we have ksh, try running configure again with it.
613 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
614 export ORIGINAL_CONFIG_SHELL
615 CONFIG_SHELL=/bin/ksh
616 export CONFIG_SHELL
617 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
618 else
619 # Try using printf.
620 ECHO='printf %s\n'
621 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
622 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
623 test "X$echo_testing_string" = "X$echo_test_string"; then
624 # Cool, printf works
625 :
626 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
627 test "X$echo_testing_string" = 'X\t' &&
628 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
629 test "X$echo_testing_string" = "X$echo_test_string"; then
630 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
631 export CONFIG_SHELL
632 SHELL="$CONFIG_SHELL"
633 export SHELL
634 ECHO="$CONFIG_SHELL $0 --fallback-echo"
635 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
636 test "X$echo_testing_string" = 'X\t' &&
637 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
638 test "X$echo_testing_string" = "X$echo_test_string"; then
639 ECHO="$CONFIG_SHELL $0 --fallback-echo"
640 else
641 # maybe with a smaller string...
642 prev=:
643
644 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
645 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
646 then
647 break
648 fi
649 prev="$cmd"
650 done
651
652 if test "$prev" != 'sed 50q "$0"'; then
653 echo_test_string=`eval $prev`
654 export echo_test_string
655 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
656 else
657 # Oops. We lost completely, so just stick with echo.
658 ECHO=echo
659 fi
660 fi
661 fi
662 fi
663 fi
664fi
665
666# Copy echo and quote the copy suitably for passing to libtool from
667# the Makefile, instead of quoting the original, which is used later.
668lt_ECHO=$ECHO
669if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
670 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
671fi
672
673
674
675
676exec 7<&0 </dev/null 6>&1
677
678# Name of the host.
679# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
680# so uname gets run too.
681ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
682
683#
684# Initializations.
685#
686ac_default_prefix=/usr/local
687ac_clean_files=
688ac_config_libobj_dir=.
689LIBOBJS=
690cross_compiling=no
691subdirs=
692MFLAGS=
693MAKEFLAGS=
694
695# Identity of this package.
696PACKAGE_NAME=
697PACKAGE_TARNAME=
698PACKAGE_VERSION=
699PACKAGE_STRING=
700PACKAGE_BUGREPORT=
701PACKAGE_URL=
702
703ac_unique_file="libbfd.c"
704# Factoring default headers for most tests.
705ac_includes_default="\
706#include <stdio.h>
707#ifdef HAVE_SYS_TYPES_H
708# include <sys/types.h>
709#endif
710#ifdef HAVE_SYS_STAT_H
711# include <sys/stat.h>
712#endif
713#ifdef STDC_HEADERS
714# include <stdlib.h>
715# include <stddef.h>
716#else
717# ifdef HAVE_STDLIB_H
718# include <stdlib.h>
719# endif
720#endif
721#ifdef HAVE_STRING_H
722# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
723# include <memory.h>
724# endif
725# include <string.h>
726#endif
727#ifdef HAVE_STRINGS_H
728# include <strings.h>
729#endif
730#ifdef HAVE_INTTYPES_H
731# include <inttypes.h>
732#endif
733#ifdef HAVE_STDINT_H
734# include <stdint.h>
735#endif
736#ifdef HAVE_UNISTD_H
737# include <unistd.h>
738#endif"
739
740ac_subst_vars='am__EXEEXT_FALSE
741am__EXEEXT_TRUE
742LTLIBOBJS
743LIBOBJS
744tdefaults
745bfd_ufile_ptr
746bfd_file_ptr
747supports_plugins
748bfd_default_target_size
749bfd_machines
750bfd_backends
751all_backends
752bfd64_libs
753wordsize
754TDEFINES
755SHARED_LIBADD
756SHARED_LDFLAGS
757LIBM
758COREFLAG
759COREFILE
760EXEEXT_FOR_BUILD
761CC_FOR_BUILD
762BFD_HOSTPTR_T
763BFD_HOST_U_64_BIT
764BFD_HOST_64_BIT
765BFD_HOST_64_BIT_DEFINED
766BFD_HOST_64BIT_LONG_LONG
767BFD_HOST_64BIT_LONG
768HDEFINES
769MSGMERGE
770MSGFMT
771MKINSTALLDIRS
772CATOBJEXT
773GENCAT
774INSTOBJEXT
775DATADIRNAME
776CATALOGS
777POSUB
778GMSGFMT
779XGETTEXT
780INCINTL
781LIBINTL_DEP
782LIBINTL
783USE_NLS
784bfdincludedir
785bfdlibdir
786target_noncanonical
787host_noncanonical
788INSTALL_LIBBFD_FALSE
789INSTALL_LIBBFD_TRUE
790GENINSRC_NEVER_FALSE
791GENINSRC_NEVER_TRUE
792MAINT
793MAINTAINER_MODE_FALSE
794MAINTAINER_MODE_TRUE
795NO_WERROR
796WARN_CFLAGS
797REPORT_BUGS_TEXI
798REPORT_BUGS_TO
799PKGVERSION
800DEBUGDIR
801PLUGINS_FALSE
802PLUGINS_TRUE
803OTOOL64
804OTOOL
805LIPO
806NMEDIT
807DSYMUTIL
808lt_ECHO
809OBJDUMP
810LN_S
811NM
812ac_ct_DUMPBIN
813DUMPBIN
814LD
815FGREP
816SED
817LIBTOOL
818EGREP
819GREP
820CPP
821RANLIB
822AR
823am__fastdepCC_FALSE
824am__fastdepCC_TRUE
825CCDEPMODE
826AMDEPBACKSLASH
827AMDEP_FALSE
828AMDEP_TRUE
829am__quote
830am__include
831DEPDIR
832am__untar
833am__tar
834AMTAR
835am__leading_dot
836SET_MAKE
837AWK
838mkdir_p
839MKDIR_P
840INSTALL_STRIP_PROGRAM
841STRIP
842install_sh
843MAKEINFO
844AUTOHEADER
845AUTOMAKE
846AUTOCONF
847ACLOCAL
848VERSION
849PACKAGE
850CYGPATH_W
851am__isrc
852INSTALL_DATA
853INSTALL_SCRIPT
854INSTALL_PROGRAM
855OBJEXT
856EXEEXT
857ac_ct_CC
858CPPFLAGS
859LDFLAGS
860CFLAGS
861CC
862target_os
863target_vendor
864target_cpu
865target
866host_os
867host_vendor
868host_cpu
869host
870build_os
871build_vendor
872build_cpu
873build
874target_alias
875host_alias
876build_alias
877LIBS
878ECHO_T
879ECHO_N
880ECHO_C
881DEFS
882mandir
883localedir
884libdir
885psdir
886pdfdir
887dvidir
888htmldir
889infodir
890docdir
891oldincludedir
892includedir
893localstatedir
894sharedstatedir
895sysconfdir
896datadir
897datarootdir
898libexecdir
899sbindir
900bindir
901program_transform_name
902prefix
903exec_prefix
904PACKAGE_URL
905PACKAGE_BUGREPORT
906PACKAGE_STRING
907PACKAGE_VERSION
908PACKAGE_TARNAME
909PACKAGE_NAME
910PATH_SEPARATOR
911SHELL'
912ac_subst_files=''
913ac_user_opts='
914enable_option_checking
915enable_dependency_tracking
916enable_shared
917enable_static
918with_pic
919enable_fast_install
920with_gnu_ld
921enable_libtool_lock
922enable_plugins
923enable_largefile
924enable_64_bit_bfd
925enable_targets
926with_mmap
927enable_secureplt
928with_separate_debug_dir
929enable_elf_stt_common
930with_pkgversion
931with_bugurl
932enable_werror
933enable_build_warnings
934enable_maintainer_mode
935enable_install_libbfd
936enable_nls
937with_zlib
938'
939 ac_precious_vars='build_alias
940host_alias
941target_alias
942CC
943CFLAGS
944LDFLAGS
945LIBS
946CPPFLAGS
947CPP'
948
949
950# Initialize some variables set by options.
951ac_init_help=
952ac_init_version=false
953ac_unrecognized_opts=
954ac_unrecognized_sep=
955# The variables have the same names as the options, with
956# dashes changed to underlines.
957cache_file=/dev/null
958exec_prefix=NONE
959no_create=
960no_recursion=
961prefix=NONE
962program_prefix=NONE
963program_suffix=NONE
964program_transform_name=s,x,x,
965silent=
966site=
967srcdir=
968verbose=
969x_includes=NONE
970x_libraries=NONE
971
972# Installation directory options.
973# These are left unexpanded so users can "make install exec_prefix=/foo"
974# and all the variables that are supposed to be based on exec_prefix
975# by default will actually change.
976# Use braces instead of parens because sh, perl, etc. also accept them.
977# (The list follows the same order as the GNU Coding Standards.)
978bindir='${exec_prefix}/bin'
979sbindir='${exec_prefix}/sbin'
980libexecdir='${exec_prefix}/libexec'
981datarootdir='${prefix}/share'
982datadir='${datarootdir}'
983sysconfdir='${prefix}/etc'
984sharedstatedir='${prefix}/com'
985localstatedir='${prefix}/var'
986includedir='${prefix}/include'
987oldincludedir='/usr/include'
988docdir='${datarootdir}/doc/${PACKAGE}'
989infodir='${datarootdir}/info'
990htmldir='${docdir}'
991dvidir='${docdir}'
992pdfdir='${docdir}'
993psdir='${docdir}'
994libdir='${exec_prefix}/lib'
995localedir='${datarootdir}/locale'
996mandir='${datarootdir}/man'
997
998ac_prev=
999ac_dashdash=
1000for ac_option
1001do
1002 # If the previous option needs an argument, assign it.
1003 if test -n "$ac_prev"; then
1004 eval $ac_prev=\$ac_option
1005 ac_prev=
1006 continue
1007 fi
1008
1009 case $ac_option in
1010 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1011 *) ac_optarg=yes ;;
1012 esac
1013
1014 # Accept the important Cygnus configure options, so we can diagnose typos.
1015
1016 case $ac_dashdash$ac_option in
1017 --)
1018 ac_dashdash=yes ;;
1019
1020 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1021 ac_prev=bindir ;;
1022 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1023 bindir=$ac_optarg ;;
1024
1025 -build | --build | --buil | --bui | --bu)
1026 ac_prev=build_alias ;;
1027 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1028 build_alias=$ac_optarg ;;
1029
1030 -cache-file | --cache-file | --cache-fil | --cache-fi \
1031 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1032 ac_prev=cache_file ;;
1033 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1034 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1035 cache_file=$ac_optarg ;;
1036
1037 --config-cache | -C)
1038 cache_file=config.cache ;;
1039
1040 -datadir | --datadir | --datadi | --datad)
1041 ac_prev=datadir ;;
1042 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1043 datadir=$ac_optarg ;;
1044
1045 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1046 | --dataroo | --dataro | --datar)
1047 ac_prev=datarootdir ;;
1048 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1049 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1050 datarootdir=$ac_optarg ;;
1051
1052 -disable-* | --disable-*)
1053 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1054 # Reject names that are not valid shell variable names.
1055 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1056 as_fn_error "invalid feature name: $ac_useropt"
1057 ac_useropt_orig=$ac_useropt
1058 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1059 case $ac_user_opts in
1060 *"
1061"enable_$ac_useropt"
1062"*) ;;
1063 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1064 ac_unrecognized_sep=', ';;
1065 esac
1066 eval enable_$ac_useropt=no ;;
1067
1068 -docdir | --docdir | --docdi | --doc | --do)
1069 ac_prev=docdir ;;
1070 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1071 docdir=$ac_optarg ;;
1072
1073 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1074 ac_prev=dvidir ;;
1075 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1076 dvidir=$ac_optarg ;;
1077
1078 -enable-* | --enable-*)
1079 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1080 # Reject names that are not valid shell variable names.
1081 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1082 as_fn_error "invalid feature name: $ac_useropt"
1083 ac_useropt_orig=$ac_useropt
1084 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1085 case $ac_user_opts in
1086 *"
1087"enable_$ac_useropt"
1088"*) ;;
1089 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1090 ac_unrecognized_sep=', ';;
1091 esac
1092 eval enable_$ac_useropt=\$ac_optarg ;;
1093
1094 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1095 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1096 | --exec | --exe | --ex)
1097 ac_prev=exec_prefix ;;
1098 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1099 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1100 | --exec=* | --exe=* | --ex=*)
1101 exec_prefix=$ac_optarg ;;
1102
1103 -gas | --gas | --ga | --g)
1104 # Obsolete; use --with-gas.
1105 with_gas=yes ;;
1106
1107 -help | --help | --hel | --he | -h)
1108 ac_init_help=long ;;
1109 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1110 ac_init_help=recursive ;;
1111 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1112 ac_init_help=short ;;
1113
1114 -host | --host | --hos | --ho)
1115 ac_prev=host_alias ;;
1116 -host=* | --host=* | --hos=* | --ho=*)
1117 host_alias=$ac_optarg ;;
1118
1119 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1120 ac_prev=htmldir ;;
1121 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1122 | --ht=*)
1123 htmldir=$ac_optarg ;;
1124
1125 -includedir | --includedir | --includedi | --included | --include \
1126 | --includ | --inclu | --incl | --inc)
1127 ac_prev=includedir ;;
1128 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1129 | --includ=* | --inclu=* | --incl=* | --inc=*)
1130 includedir=$ac_optarg ;;
1131
1132 -infodir | --infodir | --infodi | --infod | --info | --inf)
1133 ac_prev=infodir ;;
1134 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1135 infodir=$ac_optarg ;;
1136
1137 -libdir | --libdir | --libdi | --libd)
1138 ac_prev=libdir ;;
1139 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1140 libdir=$ac_optarg ;;
1141
1142 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1143 | --libexe | --libex | --libe)
1144 ac_prev=libexecdir ;;
1145 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1146 | --libexe=* | --libex=* | --libe=*)
1147 libexecdir=$ac_optarg ;;
1148
1149 -localedir | --localedir | --localedi | --localed | --locale)
1150 ac_prev=localedir ;;
1151 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1152 localedir=$ac_optarg ;;
1153
1154 -localstatedir | --localstatedir | --localstatedi | --localstated \
1155 | --localstate | --localstat | --localsta | --localst | --locals)
1156 ac_prev=localstatedir ;;
1157 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1158 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1159 localstatedir=$ac_optarg ;;
1160
1161 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1162 ac_prev=mandir ;;
1163 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1164 mandir=$ac_optarg ;;
1165
1166 -nfp | --nfp | --nf)
1167 # Obsolete; use --without-fp.
1168 with_fp=no ;;
1169
1170 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1171 | --no-cr | --no-c | -n)
1172 no_create=yes ;;
1173
1174 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1175 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1176 no_recursion=yes ;;
1177
1178 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1179 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1180 | --oldin | --oldi | --old | --ol | --o)
1181 ac_prev=oldincludedir ;;
1182 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1183 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1184 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1185 oldincludedir=$ac_optarg ;;
1186
1187 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1188 ac_prev=prefix ;;
1189 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1190 prefix=$ac_optarg ;;
1191
1192 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1193 | --program-pre | --program-pr | --program-p)
1194 ac_prev=program_prefix ;;
1195 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1196 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1197 program_prefix=$ac_optarg ;;
1198
1199 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1200 | --program-suf | --program-su | --program-s)
1201 ac_prev=program_suffix ;;
1202 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1203 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1204 program_suffix=$ac_optarg ;;
1205
1206 -program-transform-name | --program-transform-name \
1207 | --program-transform-nam | --program-transform-na \
1208 | --program-transform-n | --program-transform- \
1209 | --program-transform | --program-transfor \
1210 | --program-transfo | --program-transf \
1211 | --program-trans | --program-tran \
1212 | --progr-tra | --program-tr | --program-t)
1213 ac_prev=program_transform_name ;;
1214 -program-transform-name=* | --program-transform-name=* \
1215 | --program-transform-nam=* | --program-transform-na=* \
1216 | --program-transform-n=* | --program-transform-=* \
1217 | --program-transform=* | --program-transfor=* \
1218 | --program-transfo=* | --program-transf=* \
1219 | --program-trans=* | --program-tran=* \
1220 | --progr-tra=* | --program-tr=* | --program-t=*)
1221 program_transform_name=$ac_optarg ;;
1222
1223 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1224 ac_prev=pdfdir ;;
1225 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1226 pdfdir=$ac_optarg ;;
1227
1228 -psdir | --psdir | --psdi | --psd | --ps)
1229 ac_prev=psdir ;;
1230 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1231 psdir=$ac_optarg ;;
1232
1233 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1234 | -silent | --silent | --silen | --sile | --sil)
1235 silent=yes ;;
1236
1237 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1238 ac_prev=sbindir ;;
1239 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1240 | --sbi=* | --sb=*)
1241 sbindir=$ac_optarg ;;
1242
1243 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1244 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1245 | --sharedst | --shareds | --shared | --share | --shar \
1246 | --sha | --sh)
1247 ac_prev=sharedstatedir ;;
1248 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1249 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1250 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1251 | --sha=* | --sh=*)
1252 sharedstatedir=$ac_optarg ;;
1253
1254 -site | --site | --sit)
1255 ac_prev=site ;;
1256 -site=* | --site=* | --sit=*)
1257 site=$ac_optarg ;;
1258
1259 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1260 ac_prev=srcdir ;;
1261 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1262 srcdir=$ac_optarg ;;
1263
1264 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1265 | --syscon | --sysco | --sysc | --sys | --sy)
1266 ac_prev=sysconfdir ;;
1267 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1268 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1269 sysconfdir=$ac_optarg ;;
1270
1271 -target | --target | --targe | --targ | --tar | --ta | --t)
1272 ac_prev=target_alias ;;
1273 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1274 target_alias=$ac_optarg ;;
1275
1276 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1277 verbose=yes ;;
1278
1279 -version | --version | --versio | --versi | --vers | -V)
1280 ac_init_version=: ;;
1281
1282 -with-* | --with-*)
1283 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1284 # Reject names that are not valid shell variable names.
1285 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1286 as_fn_error "invalid package name: $ac_useropt"
1287 ac_useropt_orig=$ac_useropt
1288 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1289 case $ac_user_opts in
1290 *"
1291"with_$ac_useropt"
1292"*) ;;
1293 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1294 ac_unrecognized_sep=', ';;
1295 esac
1296 eval with_$ac_useropt=\$ac_optarg ;;
1297
1298 -without-* | --without-*)
1299 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1300 # Reject names that are not valid shell variable names.
1301 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1302 as_fn_error "invalid package name: $ac_useropt"
1303 ac_useropt_orig=$ac_useropt
1304 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1305 case $ac_user_opts in
1306 *"
1307"with_$ac_useropt"
1308"*) ;;
1309 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1310 ac_unrecognized_sep=', ';;
1311 esac
1312 eval with_$ac_useropt=no ;;
1313
1314 --x)
1315 # Obsolete; use --with-x.
1316 with_x=yes ;;
1317
1318 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1319 | --x-incl | --x-inc | --x-in | --x-i)
1320 ac_prev=x_includes ;;
1321 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1322 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1323 x_includes=$ac_optarg ;;
1324
1325 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1326 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1327 ac_prev=x_libraries ;;
1328 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1329 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1330 x_libraries=$ac_optarg ;;
1331
1332 -*) as_fn_error "unrecognized option: \`$ac_option'
1333Try \`$0 --help' for more information."
1334 ;;
1335
1336 *=*)
1337 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1338 # Reject names that are not valid shell variable names.
1339 case $ac_envvar in #(
1340 '' | [0-9]* | *[!_$as_cr_alnum]* )
1341 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1342 esac
1343 eval $ac_envvar=\$ac_optarg
1344 export $ac_envvar ;;
1345
1346 *)
1347 # FIXME: should be removed in autoconf 3.0.
1348 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1349 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1350 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1351 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1352 ;;
1353
1354 esac
1355done
1356
1357if test -n "$ac_prev"; then
1358 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1359 as_fn_error "missing argument to $ac_option"
1360fi
1361
1362if test -n "$ac_unrecognized_opts"; then
1363 case $enable_option_checking in
1364 no) ;;
1365 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1366 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1367 esac
1368fi
1369
1370# Check all directory arguments for consistency.
1371for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1372 datadir sysconfdir sharedstatedir localstatedir includedir \
1373 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1374 libdir localedir mandir
1375do
1376 eval ac_val=\$$ac_var
1377 # Remove trailing slashes.
1378 case $ac_val in
1379 */ )
1380 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1381 eval $ac_var=\$ac_val;;
1382 esac
1383 # Be sure to have absolute directory names.
1384 case $ac_val in
1385 [\\/$]* | ?:[\\/]* ) continue;;
1386 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1387 esac
1388 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1389done
1390
1391# There might be people who depend on the old broken behavior: `$host'
1392# used to hold the argument of --host etc.
1393# FIXME: To remove some day.
1394build=$build_alias
1395host=$host_alias
1396target=$target_alias
1397
1398# FIXME: To remove some day.
1399if test "x$host_alias" != x; then
1400 if test "x$build_alias" = x; then
1401 cross_compiling=maybe
1402 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1403 If a cross compiler is detected then cross compile mode will be used." >&2
1404 elif test "x$build_alias" != "x$host_alias"; then
1405 cross_compiling=yes
1406 fi
1407fi
1408
1409ac_tool_prefix=
1410test -n "$host_alias" && ac_tool_prefix=$host_alias-
1411
1412test "$silent" = yes && exec 6>/dev/null
1413
1414
1415ac_pwd=`pwd` && test -n "$ac_pwd" &&
1416ac_ls_di=`ls -di .` &&
1417ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1418 as_fn_error "working directory cannot be determined"
1419test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1420 as_fn_error "pwd does not report name of working directory"
1421
1422
1423# Find the source files, if location was not specified.
1424if test -z "$srcdir"; then
1425 ac_srcdir_defaulted=yes
1426 # Try the directory containing this script, then the parent directory.
1427 ac_confdir=`$as_dirname -- "$as_myself" ||
1428$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1429 X"$as_myself" : 'X\(//\)[^/]' \| \
1430 X"$as_myself" : 'X\(//\)$' \| \
1431 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1432$as_echo X"$as_myself" |
1433 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1434 s//\1/
1435 q
1436 }
1437 /^X\(\/\/\)[^/].*/{
1438 s//\1/
1439 q
1440 }
1441 /^X\(\/\/\)$/{
1442 s//\1/
1443 q
1444 }
1445 /^X\(\/\).*/{
1446 s//\1/
1447 q
1448 }
1449 s/.*/./; q'`
1450 srcdir=$ac_confdir
1451 if test ! -r "$srcdir/$ac_unique_file"; then
1452 srcdir=..
1453 fi
1454else
1455 ac_srcdir_defaulted=no
1456fi
1457if test ! -r "$srcdir/$ac_unique_file"; then
1458 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1459 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1460fi
1461ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1462ac_abs_confdir=`(
1463 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1464 pwd)`
1465# When building in place, set srcdir=.
1466if test "$ac_abs_confdir" = "$ac_pwd"; then
1467 srcdir=.
1468fi
1469# Remove unnecessary trailing slashes from srcdir.
1470# Double slashes in file names in object file debugging info
1471# mess up M-x gdb in Emacs.
1472case $srcdir in
1473*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1474esac
1475for ac_var in $ac_precious_vars; do
1476 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1477 eval ac_env_${ac_var}_value=\$${ac_var}
1478 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1479 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1480done
1481
1482#
1483# Report the --help message.
1484#
1485if test "$ac_init_help" = "long"; then
1486 # Omit some internal or obsolete options to make the list less imposing.
1487 # This message is too long to be a string in the A/UX 3.1 sh.
1488 cat <<_ACEOF
1489\`configure' configures this package to adapt to many kinds of systems.
1490
1491Usage: $0 [OPTION]... [VAR=VALUE]...
1492
1493To assign environment variables (e.g., CC, CFLAGS...), specify them as
1494VAR=VALUE. See below for descriptions of some of the useful variables.
1495
1496Defaults for the options are specified in brackets.
1497
1498Configuration:
1499 -h, --help display this help and exit
1500 --help=short display options specific to this package
1501 --help=recursive display the short help of all the included packages
1502 -V, --version display version information and exit
1503 -q, --quiet, --silent do not print \`checking...' messages
1504 --cache-file=FILE cache test results in FILE [disabled]
1505 -C, --config-cache alias for \`--cache-file=config.cache'
1506 -n, --no-create do not create output files
1507 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1508
1509Installation directories:
1510 --prefix=PREFIX install architecture-independent files in PREFIX
1511 [$ac_default_prefix]
1512 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1513 [PREFIX]
1514
1515By default, \`make install' will install all the files in
1516\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1517an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1518for instance \`--prefix=\$HOME'.
1519
1520For better control, use the options below.
1521
1522Fine tuning of the installation directories:
1523 --bindir=DIR user executables [EPREFIX/bin]
1524 --sbindir=DIR system admin executables [EPREFIX/sbin]
1525 --libexecdir=DIR program executables [EPREFIX/libexec]
1526 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1527 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1528 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1529 --libdir=DIR object code libraries [EPREFIX/lib]
1530 --includedir=DIR C header files [PREFIX/include]
1531 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1532 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1533 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1534 --infodir=DIR info documentation [DATAROOTDIR/info]
1535 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1536 --mandir=DIR man documentation [DATAROOTDIR/man]
1537 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1538 --htmldir=DIR html documentation [DOCDIR]
1539 --dvidir=DIR dvi documentation [DOCDIR]
1540 --pdfdir=DIR pdf documentation [DOCDIR]
1541 --psdir=DIR ps documentation [DOCDIR]
1542_ACEOF
1543
1544 cat <<\_ACEOF
1545
1546Program names:
1547 --program-prefix=PREFIX prepend PREFIX to installed program names
1548 --program-suffix=SUFFIX append SUFFIX to installed program names
1549 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1550
1551System types:
1552 --build=BUILD configure for building on BUILD [guessed]
1553 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1554 --target=TARGET configure for building compilers for TARGET [HOST]
1555_ACEOF
1556fi
1557
1558if test -n "$ac_init_help"; then
1559
1560 cat <<\_ACEOF
1561
1562Optional Features:
1563 --disable-option-checking ignore unrecognized --enable/--with options
1564 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1565 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1566 --disable-dependency-tracking speeds up one-time build
1567 --enable-dependency-tracking do not reject slow dependency extractors
1568 --enable-shared[=PKGS] build shared libraries [default=no]
1569 --enable-static[=PKGS] build static libraries [default=yes]
1570 --enable-fast-install[=PKGS]
1571 optimize for fast installation [default=yes]
1572 --disable-libtool-lock avoid locking (might break parallel builds)
1573 --enable-plugins Enable support for plugins (defaults no)
1574 --disable-largefile omit support for large files
1575 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1576 --enable-targets alternative target configurations
1577 --enable-secureplt Default to creating read-only plt entries
1578 --enable-elf-stt-common Allow the generation of ELF symbols with the STT_COMMON type
1579 --enable-werror treat compile warnings as errors
1580 --enable-build-warnings enable build-time compiler warnings
1581 --enable-maintainer-mode enable make rules and dependencies not useful
1582 (and sometimes confusing) to the casual installer
1583 --enable-install-libbfd controls installation of libbfd and related headers
1584 --disable-nls do not use Native Language Support
1585
1586Optional Packages:
1587 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1588 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1589 --with-pic try to use only PIC/non-PIC objects [default=use
1590 both]
1591 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1592 --with-mmap try using mmap for BFD input files if available
1593 --with-separate-debug-dir=DIR
1594 Look for global separate debug info in DIR
1595 [default=LIBDIR/debug]
1596 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1597 Binutils"
1598 --with-bugurl=URL Direct users to URL to report a bug
1599 --with-zlib include zlib support (auto/yes/no) default=auto
1600
1601Some influential environment variables:
1602 CC C compiler command
1603 CFLAGS C compiler flags
1604 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1605 nonstandard directory <lib dir>
1606 LIBS libraries to pass to the linker, e.g. -l<library>
1607 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1608 you have headers in a nonstandard directory <include dir>
1609 CPP C preprocessor
1610
1611Use these variables to override the choices made by `configure' or to help
1612it to find libraries and programs with nonstandard names/locations.
1613
1614Report bugs to the package provider.
1615_ACEOF
1616ac_status=$?
1617fi
1618
1619if test "$ac_init_help" = "recursive"; then
1620 # If there are subdirs, report their specific --help.
1621 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1622 test -d "$ac_dir" ||
1623 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1624 continue
1625 ac_builddir=.
1626
1627case "$ac_dir" in
1628.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1629*)
1630 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1631 # A ".." for each directory in $ac_dir_suffix.
1632 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1633 case $ac_top_builddir_sub in
1634 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1635 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1636 esac ;;
1637esac
1638ac_abs_top_builddir=$ac_pwd
1639ac_abs_builddir=$ac_pwd$ac_dir_suffix
1640# for backward compatibility:
1641ac_top_builddir=$ac_top_build_prefix
1642
1643case $srcdir in
1644 .) # We are building in place.
1645 ac_srcdir=.
1646 ac_top_srcdir=$ac_top_builddir_sub
1647 ac_abs_top_srcdir=$ac_pwd ;;
1648 [\\/]* | ?:[\\/]* ) # Absolute name.
1649 ac_srcdir=$srcdir$ac_dir_suffix;
1650 ac_top_srcdir=$srcdir
1651 ac_abs_top_srcdir=$srcdir ;;
1652 *) # Relative name.
1653 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1654 ac_top_srcdir=$ac_top_build_prefix$srcdir
1655 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1656esac
1657ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1658
1659 cd "$ac_dir" || { ac_status=$?; continue; }
1660 # Check for guested configure.
1661 if test -f "$ac_srcdir/configure.gnu"; then
1662 echo &&
1663 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1664 elif test -f "$ac_srcdir/configure"; then
1665 echo &&
1666 $SHELL "$ac_srcdir/configure" --help=recursive
1667 else
1668 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1669 fi || ac_status=$?
1670 cd "$ac_pwd" || { ac_status=$?; break; }
1671 done
1672fi
1673
1674test -n "$ac_init_help" && exit $ac_status
1675if $ac_init_version; then
1676 cat <<\_ACEOF
1677configure
1678generated by GNU Autoconf 2.64
1679
1680Copyright (C) 2009 Free Software Foundation, Inc.
1681This configure script is free software; the Free Software Foundation
1682gives unlimited permission to copy, distribute and modify it.
1683_ACEOF
1684 exit
1685fi
1686
1687## ------------------------ ##
1688## Autoconf initialization. ##
1689## ------------------------ ##
1690
1691# ac_fn_c_try_compile LINENO
1692# --------------------------
1693# Try to compile conftest.$ac_ext, and return whether this succeeded.
1694ac_fn_c_try_compile ()
1695{
1696 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1697 rm -f conftest.$ac_objext
1698 if { { ac_try="$ac_compile"
1699case "(($ac_try" in
1700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1701 *) ac_try_echo=$ac_try;;
1702esac
1703eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1704$as_echo "$ac_try_echo"; } >&5
1705 (eval "$ac_compile") 2>conftest.err
1706 ac_status=$?
1707 if test -s conftest.err; then
1708 grep -v '^ *+' conftest.err >conftest.er1
1709 cat conftest.er1 >&5
1710 mv -f conftest.er1 conftest.err
1711 fi
1712 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1713 test $ac_status = 0; } && {
1714 test -z "$ac_c_werror_flag" ||
1715 test ! -s conftest.err
1716 } && test -s conftest.$ac_objext; then :
1717 ac_retval=0
1718else
1719 $as_echo "$as_me: failed program was:" >&5
1720sed 's/^/| /' conftest.$ac_ext >&5
1721
1722 ac_retval=1
1723fi
1724 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1725 return $ac_retval
1726
1727} # ac_fn_c_try_compile
1728
1729# ac_fn_c_try_link LINENO
1730# -----------------------
1731# Try to link conftest.$ac_ext, and return whether this succeeded.
1732ac_fn_c_try_link ()
1733{
1734 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1735 rm -f conftest.$ac_objext conftest$ac_exeext
1736 if { { ac_try="$ac_link"
1737case "(($ac_try" in
1738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1739 *) ac_try_echo=$ac_try;;
1740esac
1741eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1742$as_echo "$ac_try_echo"; } >&5
1743 (eval "$ac_link") 2>conftest.err
1744 ac_status=$?
1745 if test -s conftest.err; then
1746 grep -v '^ *+' conftest.err >conftest.er1
1747 cat conftest.er1 >&5
1748 mv -f conftest.er1 conftest.err
1749 fi
1750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1751 test $ac_status = 0; } && {
1752 test -z "$ac_c_werror_flag" ||
1753 test ! -s conftest.err
1754 } && test -s conftest$ac_exeext && {
1755 test "$cross_compiling" = yes ||
1756 $as_test_x conftest$ac_exeext
1757 }; then :
1758 ac_retval=0
1759else
1760 $as_echo "$as_me: failed program was:" >&5
1761sed 's/^/| /' conftest.$ac_ext >&5
1762
1763 ac_retval=1
1764fi
1765 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1766 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1767 # interfere with the next link command; also delete a directory that is
1768 # left behind by Apple's compiler. We do this before executing the actions.
1769 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1770 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1771 return $ac_retval
1772
1773} # ac_fn_c_try_link
1774
1775# ac_fn_c_try_cpp LINENO
1776# ----------------------
1777# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1778ac_fn_c_try_cpp ()
1779{
1780 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1781 if { { ac_try="$ac_cpp conftest.$ac_ext"
1782case "(($ac_try" in
1783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1784 *) ac_try_echo=$ac_try;;
1785esac
1786eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1787$as_echo "$ac_try_echo"; } >&5
1788 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1789 ac_status=$?
1790 if test -s conftest.err; then
1791 grep -v '^ *+' conftest.err >conftest.er1
1792 cat conftest.er1 >&5
1793 mv -f conftest.er1 conftest.err
1794 fi
1795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1796 test $ac_status = 0; } >/dev/null && {
1797 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1798 test ! -s conftest.err
1799 }; then :
1800 ac_retval=0
1801else
1802 $as_echo "$as_me: failed program was:" >&5
1803sed 's/^/| /' conftest.$ac_ext >&5
1804
1805 ac_retval=1
1806fi
1807 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1808 return $ac_retval
1809
1810} # ac_fn_c_try_cpp
1811
1812# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1813# -------------------------------------------------------
1814# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1815# the include files in INCLUDES and setting the cache variable VAR
1816# accordingly.
1817ac_fn_c_check_header_mongrel ()
1818{
1819 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1820 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1822$as_echo_n "checking for $2... " >&6; }
1823if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1824 $as_echo_n "(cached) " >&6
1825fi
1826eval ac_res=\$$3
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1828$as_echo "$ac_res" >&6; }
1829else
1830 # Is the header compilable?
1831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1832$as_echo_n "checking $2 usability... " >&6; }
1833cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1834/* end confdefs.h. */
1835$4
1836#include <$2>
1837_ACEOF
1838if ac_fn_c_try_compile "$LINENO"; then :
1839 ac_header_compiler=yes
1840else
1841 ac_header_compiler=no
1842fi
1843rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1844{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1845$as_echo "$ac_header_compiler" >&6; }
1846
1847# Is the header present?
1848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1849$as_echo_n "checking $2 presence... " >&6; }
1850cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1851/* end confdefs.h. */
1852#include <$2>
1853_ACEOF
1854if ac_fn_c_try_cpp "$LINENO"; then :
1855 ac_header_preproc=yes
1856else
1857 ac_header_preproc=no
1858fi
1859rm -f conftest.err conftest.$ac_ext
1860{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1861$as_echo "$ac_header_preproc" >&6; }
1862
1863# So? What about this header?
1864case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1865 yes:no: )
1866 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1867$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1868 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1869$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1870 ;;
1871 no:yes:* )
1872 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1873$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1874 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1875$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1876 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1877$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1878 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1879$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1880 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1881$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1882 ;;
1883esac
1884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1885$as_echo_n "checking for $2... " >&6; }
1886if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1887 $as_echo_n "(cached) " >&6
1888else
1889 eval "$3=\$ac_header_compiler"
1890fi
1891eval ac_res=\$$3
1892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1893$as_echo "$ac_res" >&6; }
1894fi
1895 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1896
1897} # ac_fn_c_check_header_mongrel
1898
1899# ac_fn_c_try_run LINENO
1900# ----------------------
1901# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1902# that executables *can* be run.
1903ac_fn_c_try_run ()
1904{
1905 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1906 if { { ac_try="$ac_link"
1907case "(($ac_try" in
1908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1909 *) ac_try_echo=$ac_try;;
1910esac
1911eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1912$as_echo "$ac_try_echo"; } >&5
1913 (eval "$ac_link") 2>&5
1914 ac_status=$?
1915 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1916 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1917 { { case "(($ac_try" in
1918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1919 *) ac_try_echo=$ac_try;;
1920esac
1921eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1922$as_echo "$ac_try_echo"; } >&5
1923 (eval "$ac_try") 2>&5
1924 ac_status=$?
1925 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1926 test $ac_status = 0; }; }; then :
1927 ac_retval=0
1928else
1929 $as_echo "$as_me: program exited with status $ac_status" >&5
1930 $as_echo "$as_me: failed program was:" >&5
1931sed 's/^/| /' conftest.$ac_ext >&5
1932
1933 ac_retval=$ac_status
1934fi
1935 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1936 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1937 return $ac_retval
1938
1939} # ac_fn_c_try_run
1940
1941# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1942# -------------------------------------------------------
1943# Tests whether HEADER exists and can be compiled using the include files in
1944# INCLUDES, setting the cache variable VAR accordingly.
1945ac_fn_c_check_header_compile ()
1946{
1947 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1949$as_echo_n "checking for $2... " >&6; }
1950if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1951 $as_echo_n "(cached) " >&6
1952else
1953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1954/* end confdefs.h. */
1955$4
1956#include <$2>
1957_ACEOF
1958if ac_fn_c_try_compile "$LINENO"; then :
1959 eval "$3=yes"
1960else
1961 eval "$3=no"
1962fi
1963rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1964fi
1965eval ac_res=\$$3
1966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1967$as_echo "$ac_res" >&6; }
1968 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1969
1970} # ac_fn_c_check_header_compile
1971
1972# ac_fn_c_check_func LINENO FUNC VAR
1973# ----------------------------------
1974# Tests whether FUNC exists, setting the cache variable VAR accordingly
1975ac_fn_c_check_func ()
1976{
1977 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1979$as_echo_n "checking for $2... " >&6; }
1980if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1981 $as_echo_n "(cached) " >&6
1982else
1983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1984/* end confdefs.h. */
1985/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1986 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1987#define $2 innocuous_$2
1988
1989/* System header to define __stub macros and hopefully few prototypes,
1990 which can conflict with char $2 (); below.
1991 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1992 <limits.h> exists even on freestanding compilers. */
1993
1994#ifdef __STDC__
1995# include <limits.h>
1996#else
1997# include <assert.h>
1998#endif
1999
2000#undef $2
2001
2002/* Override any GCC internal prototype to avoid an error.
2003 Use char because int might match the return type of a GCC
2004 builtin and then its argument prototype would still apply. */
2005#ifdef __cplusplus
2006extern "C"
2007#endif
2008char $2 ();
2009/* The GNU C library defines this for functions which it implements
2010 to always fail with ENOSYS. Some functions are actually named
2011 something starting with __ and the normal name is an alias. */
2012#if defined __stub_$2 || defined __stub___$2
2013choke me
2014#endif
2015
2016int
2017main ()
2018{
2019return $2 ();
2020 ;
2021 return 0;
2022}
2023_ACEOF
2024if ac_fn_c_try_link "$LINENO"; then :
2025 eval "$3=yes"
2026else
2027 eval "$3=no"
2028fi
2029rm -f core conftest.err conftest.$ac_objext \
2030 conftest$ac_exeext conftest.$ac_ext
2031fi
2032eval ac_res=\$$3
2033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2034$as_echo "$ac_res" >&6; }
2035 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2036
2037} # ac_fn_c_check_func
2038
2039# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2040# --------------------------------------------
2041# Tries to find the compile-time value of EXPR in a program that includes
2042# INCLUDES, setting VAR accordingly. Returns whether the value could be
2043# computed
2044ac_fn_c_compute_int ()
2045{
2046 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2047 if test "$cross_compiling" = yes; then
2048 # Depending upon the size, compute the lo and hi bounds.
2049cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2050/* end confdefs.h. */
2051$4
2052int
2053main ()
2054{
2055static int test_array [1 - 2 * !(($2) >= 0)];
2056test_array [0] = 0
2057
2058 ;
2059 return 0;
2060}
2061_ACEOF
2062if ac_fn_c_try_compile "$LINENO"; then :
2063 ac_lo=0 ac_mid=0
2064 while :; do
2065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2066/* end confdefs.h. */
2067$4
2068int
2069main ()
2070{
2071static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2072test_array [0] = 0
2073
2074 ;
2075 return 0;
2076}
2077_ACEOF
2078if ac_fn_c_try_compile "$LINENO"; then :
2079 ac_hi=$ac_mid; break
2080else
2081 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2082 if test $ac_lo -le $ac_mid; then
2083 ac_lo= ac_hi=
2084 break
2085 fi
2086 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2087fi
2088rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2089 done
2090else
2091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2092/* end confdefs.h. */
2093$4
2094int
2095main ()
2096{
2097static int test_array [1 - 2 * !(($2) < 0)];
2098test_array [0] = 0
2099
2100 ;
2101 return 0;
2102}
2103_ACEOF
2104if ac_fn_c_try_compile "$LINENO"; then :
2105 ac_hi=-1 ac_mid=-1
2106 while :; do
2107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2108/* end confdefs.h. */
2109$4
2110int
2111main ()
2112{
2113static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2114test_array [0] = 0
2115
2116 ;
2117 return 0;
2118}
2119_ACEOF
2120if ac_fn_c_try_compile "$LINENO"; then :
2121 ac_lo=$ac_mid; break
2122else
2123 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2124 if test $ac_mid -le $ac_hi; then
2125 ac_lo= ac_hi=
2126 break
2127 fi
2128 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2129fi
2130rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2131 done
2132else
2133 ac_lo= ac_hi=
2134fi
2135rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2136fi
2137rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2138# Binary search between lo and hi bounds.
2139while test "x$ac_lo" != "x$ac_hi"; do
2140 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2142/* end confdefs.h. */
2143$4
2144int
2145main ()
2146{
2147static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2148test_array [0] = 0
2149
2150 ;
2151 return 0;
2152}
2153_ACEOF
2154if ac_fn_c_try_compile "$LINENO"; then :
2155 ac_hi=$ac_mid
2156else
2157 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2158fi
2159rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2160done
2161case $ac_lo in #((
2162?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2163'') ac_retval=1 ;;
2164esac
2165 else
2166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2167/* end confdefs.h. */
2168$4
2169static long int longval () { return $2; }
2170static unsigned long int ulongval () { return $2; }
2171#include <stdio.h>
2172#include <stdlib.h>
2173int
2174main ()
2175{
2176
2177 FILE *f = fopen ("conftest.val", "w");
2178 if (! f)
2179 return 1;
2180 if (($2) < 0)
2181 {
2182 long int i = longval ();
2183 if (i != ($2))
2184 return 1;
2185 fprintf (f, "%ld", i);
2186 }
2187 else
2188 {
2189 unsigned long int i = ulongval ();
2190 if (i != ($2))
2191 return 1;
2192 fprintf (f, "%lu", i);
2193 }
2194 /* Do not output a trailing newline, as this causes \r\n confusion
2195 on some platforms. */
2196 return ferror (f) || fclose (f) != 0;
2197
2198 ;
2199 return 0;
2200}
2201_ACEOF
2202if ac_fn_c_try_run "$LINENO"; then :
2203 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2204else
2205 ac_retval=1
2206fi
2207rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2208 conftest.$ac_objext conftest.beam conftest.$ac_ext
2209rm -f conftest.val
2210
2211 fi
2212 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2213 return $ac_retval
2214
2215} # ac_fn_c_compute_int
2216
2217# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2218# -------------------------------------------
2219# Tests whether TYPE exists after having included INCLUDES, setting cache
2220# variable VAR accordingly.
2221ac_fn_c_check_type ()
2222{
2223 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2225$as_echo_n "checking for $2... " >&6; }
2226if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2227 $as_echo_n "(cached) " >&6
2228else
2229 eval "$3=no"
2230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2231/* end confdefs.h. */
2232$4
2233int
2234main ()
2235{
2236if (sizeof ($2))
2237 return 0;
2238 ;
2239 return 0;
2240}
2241_ACEOF
2242if ac_fn_c_try_compile "$LINENO"; then :
2243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2244/* end confdefs.h. */
2245$4
2246int
2247main ()
2248{
2249if (sizeof (($2)))
2250 return 0;
2251 ;
2252 return 0;
2253}
2254_ACEOF
2255if ac_fn_c_try_compile "$LINENO"; then :
2256
2257else
2258 eval "$3=yes"
2259fi
2260rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2261fi
2262rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2263fi
2264eval ac_res=\$$3
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2266$as_echo "$ac_res" >&6; }
2267 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2268
2269} # ac_fn_c_check_type
2270
2271# ac_fn_c_check_decl LINENO SYMBOL VAR
2272# ------------------------------------
2273# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2274ac_fn_c_check_decl ()
2275{
2276 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
2278$as_echo_n "checking whether $2 is declared... " >&6; }
2279if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2280 $as_echo_n "(cached) " >&6
2281else
2282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2283/* end confdefs.h. */
2284$4
2285int
2286main ()
2287{
2288#ifndef $2
2289 (void) $2;
2290#endif
2291
2292 ;
2293 return 0;
2294}
2295_ACEOF
2296if ac_fn_c_try_compile "$LINENO"; then :
2297 eval "$3=yes"
2298else
2299 eval "$3=no"
2300fi
2301rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2302fi
2303eval ac_res=\$$3
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2305$as_echo "$ac_res" >&6; }
2306 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2307
2308} # ac_fn_c_check_decl
2309cat >config.log <<_ACEOF
2310This file contains any messages produced by compilers while
2311running configure, to aid debugging if configure makes a mistake.
2312
2313It was created by $as_me, which was
2314generated by GNU Autoconf 2.64. Invocation command line was
2315
2316 $ $0 $@
2317
2318_ACEOF
2319exec 5>>config.log
2320{
2321cat <<_ASUNAME
2322## --------- ##
2323## Platform. ##
2324## --------- ##
2325
2326hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2327uname -m = `(uname -m) 2>/dev/null || echo unknown`
2328uname -r = `(uname -r) 2>/dev/null || echo unknown`
2329uname -s = `(uname -s) 2>/dev/null || echo unknown`
2330uname -v = `(uname -v) 2>/dev/null || echo unknown`
2331
2332/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2333/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2334
2335/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2336/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2337/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2338/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2339/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2340/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2341/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2342
2343_ASUNAME
2344
2345as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2346for as_dir in $PATH
2347do
2348 IFS=$as_save_IFS
2349 test -z "$as_dir" && as_dir=.
2350 $as_echo "PATH: $as_dir"
2351 done
2352IFS=$as_save_IFS
2353
2354} >&5
2355
2356cat >&5 <<_ACEOF
2357
2358
2359## ----------- ##
2360## Core tests. ##
2361## ----------- ##
2362
2363_ACEOF
2364
2365
2366# Keep a trace of the command line.
2367# Strip out --no-create and --no-recursion so they do not pile up.
2368# Strip out --silent because we don't want to record it for future runs.
2369# Also quote any args containing shell meta-characters.
2370# Make two passes to allow for proper duplicate-argument suppression.
2371ac_configure_args=
2372ac_configure_args0=
2373ac_configure_args1=
2374ac_must_keep_next=false
2375for ac_pass in 1 2
2376do
2377 for ac_arg
2378 do
2379 case $ac_arg in
2380 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2381 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2382 | -silent | --silent | --silen | --sile | --sil)
2383 continue ;;
2384 *\'*)
2385 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2386 esac
2387 case $ac_pass in
2388 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2389 2)
2390 as_fn_append ac_configure_args1 " '$ac_arg'"
2391 if test $ac_must_keep_next = true; then
2392 ac_must_keep_next=false # Got value, back to normal.
2393 else
2394 case $ac_arg in
2395 *=* | --config-cache | -C | -disable-* | --disable-* \
2396 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2397 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2398 | -with-* | --with-* | -without-* | --without-* | --x)
2399 case "$ac_configure_args0 " in
2400 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2401 esac
2402 ;;
2403 -* ) ac_must_keep_next=true ;;
2404 esac
2405 fi
2406 as_fn_append ac_configure_args " '$ac_arg'"
2407 ;;
2408 esac
2409 done
2410done
2411{ ac_configure_args0=; unset ac_configure_args0;}
2412{ ac_configure_args1=; unset ac_configure_args1;}
2413
2414# When interrupted or exit'd, cleanup temporary files, and complete
2415# config.log. We remove comments because anyway the quotes in there
2416# would cause problems or look ugly.
2417# WARNING: Use '\'' to represent an apostrophe within the trap.
2418# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2419trap 'exit_status=$?
2420 # Save into config.log some information that might help in debugging.
2421 {
2422 echo
2423
2424 cat <<\_ASBOX
2425## ---------------- ##
2426## Cache variables. ##
2427## ---------------- ##
2428_ASBOX
2429 echo
2430 # The following way of writing the cache mishandles newlines in values,
2431(
2432 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2433 eval ac_val=\$$ac_var
2434 case $ac_val in #(
2435 *${as_nl}*)
2436 case $ac_var in #(
2437 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2438$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2439 esac
2440 case $ac_var in #(
2441 _ | IFS | as_nl) ;; #(
2442 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2443 *) { eval $ac_var=; unset $ac_var;} ;;
2444 esac ;;
2445 esac
2446 done
2447 (set) 2>&1 |
2448 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2449 *${as_nl}ac_space=\ *)
2450 sed -n \
2451 "s/'\''/'\''\\\\'\'''\''/g;
2452 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2453 ;; #(
2454 *)
2455 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2456 ;;
2457 esac |
2458 sort
2459)
2460 echo
2461
2462 cat <<\_ASBOX
2463## ----------------- ##
2464## Output variables. ##
2465## ----------------- ##
2466_ASBOX
2467 echo
2468 for ac_var in $ac_subst_vars
2469 do
2470 eval ac_val=\$$ac_var
2471 case $ac_val in
2472 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2473 esac
2474 $as_echo "$ac_var='\''$ac_val'\''"
2475 done | sort
2476 echo
2477
2478 if test -n "$ac_subst_files"; then
2479 cat <<\_ASBOX
2480## ------------------- ##
2481## File substitutions. ##
2482## ------------------- ##
2483_ASBOX
2484 echo
2485 for ac_var in $ac_subst_files
2486 do
2487 eval ac_val=\$$ac_var
2488 case $ac_val in
2489 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2490 esac
2491 $as_echo "$ac_var='\''$ac_val'\''"
2492 done | sort
2493 echo
2494 fi
2495
2496 if test -s confdefs.h; then
2497 cat <<\_ASBOX
2498## ----------- ##
2499## confdefs.h. ##
2500## ----------- ##
2501_ASBOX
2502 echo
2503 cat confdefs.h
2504 echo
2505 fi
2506 test "$ac_signal" != 0 &&
2507 $as_echo "$as_me: caught signal $ac_signal"
2508 $as_echo "$as_me: exit $exit_status"
2509 } >&5
2510 rm -f core *.core core.conftest.* &&
2511 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2512 exit $exit_status
2513' 0
2514for ac_signal in 1 2 13 15; do
2515 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2516done
2517ac_signal=0
2518
2519# confdefs.h avoids OS command line length limits that DEFS can exceed.
2520rm -f -r conftest* confdefs.h
2521
2522$as_echo "/* confdefs.h */" > confdefs.h
2523
2524# Predefined preprocessor variables.
2525
2526cat >>confdefs.h <<_ACEOF
2527#define PACKAGE_NAME "$PACKAGE_NAME"
2528_ACEOF
2529
2530cat >>confdefs.h <<_ACEOF
2531#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2532_ACEOF
2533
2534cat >>confdefs.h <<_ACEOF
2535#define PACKAGE_VERSION "$PACKAGE_VERSION"
2536_ACEOF
2537
2538cat >>confdefs.h <<_ACEOF
2539#define PACKAGE_STRING "$PACKAGE_STRING"
2540_ACEOF
2541
2542cat >>confdefs.h <<_ACEOF
2543#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2544_ACEOF
2545
2546cat >>confdefs.h <<_ACEOF
2547#define PACKAGE_URL "$PACKAGE_URL"
2548_ACEOF
2549
2550
2551# Let the site file select an alternate cache file if it wants to.
2552# Prefer an explicitly selected file to automatically selected ones.
2553ac_site_file1=NONE
2554ac_site_file2=NONE
2555if test -n "$CONFIG_SITE"; then
2556 ac_site_file1=$CONFIG_SITE
2557elif test "x$prefix" != xNONE; then
2558 ac_site_file1=$prefix/share/config.site
2559 ac_site_file2=$prefix/etc/config.site
2560else
2561 ac_site_file1=$ac_default_prefix/share/config.site
2562 ac_site_file2=$ac_default_prefix/etc/config.site
2563fi
2564for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2565do
2566 test "x$ac_site_file" = xNONE && continue
2567 if test -r "$ac_site_file"; then
2568 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2569$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2570 sed 's/^/| /' "$ac_site_file" >&5
2571 . "$ac_site_file"
2572 fi
2573done
2574
2575if test -r "$cache_file"; then
2576 # Some versions of bash will fail to source /dev/null (special
2577 # files actually), so we avoid doing that.
2578 if test -f "$cache_file"; then
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2580$as_echo "$as_me: loading cache $cache_file" >&6;}
2581 case $cache_file in
2582 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2583 *) . "./$cache_file";;
2584 esac
2585 fi
2586else
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2588$as_echo "$as_me: creating cache $cache_file" >&6;}
2589 >$cache_file
2590fi
2591
2592# Check that the precious variables saved in the cache have kept the same
2593# value.
2594ac_cache_corrupted=false
2595for ac_var in $ac_precious_vars; do
2596 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2597 eval ac_new_set=\$ac_env_${ac_var}_set
2598 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2599 eval ac_new_val=\$ac_env_${ac_var}_value
2600 case $ac_old_set,$ac_new_set in
2601 set,)
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2603$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2604 ac_cache_corrupted=: ;;
2605 ,set)
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2607$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2608 ac_cache_corrupted=: ;;
2609 ,);;
2610 *)
2611 if test "x$ac_old_val" != "x$ac_new_val"; then
2612 # differences in whitespace do not lead to failure.
2613 ac_old_val_w=`echo x $ac_old_val`
2614 ac_new_val_w=`echo x $ac_new_val`
2615 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2617$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2618 ac_cache_corrupted=:
2619 else
2620 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2621$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2622 eval $ac_var=\$ac_old_val
2623 fi
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2625$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2626 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2627$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2628 fi;;
2629 esac
2630 # Pass precious variables to config.status.
2631 if test "$ac_new_set" = set; then
2632 case $ac_new_val in
2633 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2634 *) ac_arg=$ac_var=$ac_new_val ;;
2635 esac
2636 case " $ac_configure_args " in
2637 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2638 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2639 esac
2640 fi
2641done
2642if $ac_cache_corrupted; then
2643 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2644$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2646$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2647 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2648fi
2649## -------------------- ##
2650## Main body of script. ##
2651## -------------------- ##
2652
2653ac_ext=c
2654ac_cpp='$CPP $CPPFLAGS'
2655ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2656ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2657ac_compiler_gnu=$ac_cv_c_compiler_gnu
2658
2659
2660
2661
2662
2663
2664
2665ac_aux_dir=
2666for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2667 for ac_t in install-sh install.sh shtool; do
2668 if test -f "$ac_dir/$ac_t"; then
2669 ac_aux_dir=$ac_dir
2670 ac_install_sh="$ac_aux_dir/$ac_t -c"
2671 break 2
2672 fi
2673 done
2674done
2675if test -z "$ac_aux_dir"; then
2676 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2677fi
2678
2679# These three variables are undocumented and unsupported,
2680# and are intended to be withdrawn in a future Autoconf release.
2681# They can cause serious problems if a builder's source tree is in a directory
2682# whose full name contains unusual characters.
2683ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2684ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2685ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2686
2687
2688# Make sure we can run config.sub.
2689$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2690 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2691
2692{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2693$as_echo_n "checking build system type... " >&6; }
2694if test "${ac_cv_build+set}" = set; then :
2695 $as_echo_n "(cached) " >&6
2696else
2697 ac_build_alias=$build_alias
2698test "x$ac_build_alias" = x &&
2699 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2700test "x$ac_build_alias" = x &&
2701 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2702ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2703 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2704
2705fi
2706{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2707$as_echo "$ac_cv_build" >&6; }
2708case $ac_cv_build in
2709*-*-*) ;;
2710*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2711esac
2712build=$ac_cv_build
2713ac_save_IFS=$IFS; IFS='-'
2714set x $ac_cv_build
2715shift
2716build_cpu=$1
2717build_vendor=$2
2718shift; shift
2719# Remember, the first character of IFS is used to create $*,
2720# except with old shells:
2721build_os=$*
2722IFS=$ac_save_IFS
2723case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2724
2725
2726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2727$as_echo_n "checking host system type... " >&6; }
2728if test "${ac_cv_host+set}" = set; then :
2729 $as_echo_n "(cached) " >&6
2730else
2731 if test "x$host_alias" = x; then
2732 ac_cv_host=$ac_cv_build
2733else
2734 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2735 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2736fi
2737
2738fi
2739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2740$as_echo "$ac_cv_host" >&6; }
2741case $ac_cv_host in
2742*-*-*) ;;
2743*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2744esac
2745host=$ac_cv_host
2746ac_save_IFS=$IFS; IFS='-'
2747set x $ac_cv_host
2748shift
2749host_cpu=$1
2750host_vendor=$2
2751shift; shift
2752# Remember, the first character of IFS is used to create $*,
2753# except with old shells:
2754host_os=$*
2755IFS=$ac_save_IFS
2756case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2757
2758
2759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2760$as_echo_n "checking target system type... " >&6; }
2761if test "${ac_cv_target+set}" = set; then :
2762 $as_echo_n "(cached) " >&6
2763else
2764 if test "x$target_alias" = x; then
2765 ac_cv_target=$ac_cv_host
2766else
2767 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2768 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2769fi
2770
2771fi
2772{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2773$as_echo "$ac_cv_target" >&6; }
2774case $ac_cv_target in
2775*-*-*) ;;
2776*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2777esac
2778target=$ac_cv_target
2779ac_save_IFS=$IFS; IFS='-'
2780set x $ac_cv_target
2781shift
2782target_cpu=$1
2783target_vendor=$2
2784shift; shift
2785# Remember, the first character of IFS is used to create $*,
2786# except with old shells:
2787target_os=$*
2788IFS=$ac_save_IFS
2789case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2790
2791
2792# The aliases save the names the user supplied, while $host etc.
2793# will get canonicalized.
2794test -n "$target_alias" &&
2795 test "$program_prefix$program_suffix$program_transform_name" = \
2796 NONENONEs,x,x, &&
2797 program_prefix=${target_alias}-
2798ac_ext=c
2799ac_cpp='$CPP $CPPFLAGS'
2800ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2801ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2802ac_compiler_gnu=$ac_cv_c_compiler_gnu
2803if test -n "$ac_tool_prefix"; then
2804 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2805set dummy ${ac_tool_prefix}gcc; ac_word=$2
2806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2807$as_echo_n "checking for $ac_word... " >&6; }
2808if test "${ac_cv_prog_CC+set}" = set; then :
2809 $as_echo_n "(cached) " >&6
2810else
2811 if test -n "$CC"; then
2812 ac_cv_prog_CC="$CC" # Let the user override the test.
2813else
2814as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2815for as_dir in $PATH
2816do
2817 IFS=$as_save_IFS
2818 test -z "$as_dir" && as_dir=.
2819 for ac_exec_ext in '' $ac_executable_extensions; do
2820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2821 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2823 break 2
2824 fi
2825done
2826 done
2827IFS=$as_save_IFS
2828
2829fi
2830fi
2831CC=$ac_cv_prog_CC
2832if test -n "$CC"; then
2833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2834$as_echo "$CC" >&6; }
2835else
2836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2837$as_echo "no" >&6; }
2838fi
2839
2840
2841fi
2842if test -z "$ac_cv_prog_CC"; then
2843 ac_ct_CC=$CC
2844 # Extract the first word of "gcc", so it can be a program name with args.
2845set dummy gcc; ac_word=$2
2846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2847$as_echo_n "checking for $ac_word... " >&6; }
2848if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2849 $as_echo_n "(cached) " >&6
2850else
2851 if test -n "$ac_ct_CC"; then
2852 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2853else
2854as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2855for as_dir in $PATH
2856do
2857 IFS=$as_save_IFS
2858 test -z "$as_dir" && as_dir=.
2859 for ac_exec_ext in '' $ac_executable_extensions; do
2860 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2861 ac_cv_prog_ac_ct_CC="gcc"
2862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2863 break 2
2864 fi
2865done
2866 done
2867IFS=$as_save_IFS
2868
2869fi
2870fi
2871ac_ct_CC=$ac_cv_prog_ac_ct_CC
2872if test -n "$ac_ct_CC"; then
2873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2874$as_echo "$ac_ct_CC" >&6; }
2875else
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2877$as_echo "no" >&6; }
2878fi
2879
2880 if test "x$ac_ct_CC" = x; then
2881 CC=""
2882 else
2883 case $cross_compiling:$ac_tool_warned in
2884yes:)
2885{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2886$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2887ac_tool_warned=yes ;;
2888esac
2889 CC=$ac_ct_CC
2890 fi
2891else
2892 CC="$ac_cv_prog_CC"
2893fi
2894
2895if test -z "$CC"; then
2896 if test -n "$ac_tool_prefix"; then
2897 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2898set dummy ${ac_tool_prefix}cc; ac_word=$2
2899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2900$as_echo_n "checking for $ac_word... " >&6; }
2901if test "${ac_cv_prog_CC+set}" = set; then :
2902 $as_echo_n "(cached) " >&6
2903else
2904 if test -n "$CC"; then
2905 ac_cv_prog_CC="$CC" # Let the user override the test.
2906else
2907as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2908for as_dir in $PATH
2909do
2910 IFS=$as_save_IFS
2911 test -z "$as_dir" && as_dir=.
2912 for ac_exec_ext in '' $ac_executable_extensions; do
2913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2914 ac_cv_prog_CC="${ac_tool_prefix}cc"
2915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2916 break 2
2917 fi
2918done
2919 done
2920IFS=$as_save_IFS
2921
2922fi
2923fi
2924CC=$ac_cv_prog_CC
2925if test -n "$CC"; then
2926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2927$as_echo "$CC" >&6; }
2928else
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2930$as_echo "no" >&6; }
2931fi
2932
2933
2934 fi
2935fi
2936if test -z "$CC"; then
2937 # Extract the first word of "cc", so it can be a program name with args.
2938set dummy cc; ac_word=$2
2939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2940$as_echo_n "checking for $ac_word... " >&6; }
2941if test "${ac_cv_prog_CC+set}" = set; then :
2942 $as_echo_n "(cached) " >&6
2943else
2944 if test -n "$CC"; then
2945 ac_cv_prog_CC="$CC" # Let the user override the test.
2946else
2947 ac_prog_rejected=no
2948as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2949for as_dir in $PATH
2950do
2951 IFS=$as_save_IFS
2952 test -z "$as_dir" && as_dir=.
2953 for ac_exec_ext in '' $ac_executable_extensions; do
2954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2955 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2956 ac_prog_rejected=yes
2957 continue
2958 fi
2959 ac_cv_prog_CC="cc"
2960 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2961 break 2
2962 fi
2963done
2964 done
2965IFS=$as_save_IFS
2966
2967if test $ac_prog_rejected = yes; then
2968 # We found a bogon in the path, so make sure we never use it.
2969 set dummy $ac_cv_prog_CC
2970 shift
2971 if test $# != 0; then
2972 # We chose a different compiler from the bogus one.
2973 # However, it has the same basename, so the bogon will be chosen
2974 # first if we set CC to just the basename; use the full file name.
2975 shift
2976 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2977 fi
2978fi
2979fi
2980fi
2981CC=$ac_cv_prog_CC
2982if test -n "$CC"; then
2983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2984$as_echo "$CC" >&6; }
2985else
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2987$as_echo "no" >&6; }
2988fi
2989
2990
2991fi
2992if test -z "$CC"; then
2993 if test -n "$ac_tool_prefix"; then
2994 for ac_prog in cl.exe
2995 do
2996 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2997set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2999$as_echo_n "checking for $ac_word... " >&6; }
3000if test "${ac_cv_prog_CC+set}" = set; then :
3001 $as_echo_n "(cached) " >&6
3002else
3003 if test -n "$CC"; then
3004 ac_cv_prog_CC="$CC" # Let the user override the test.
3005else
3006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3007for as_dir in $PATH
3008do
3009 IFS=$as_save_IFS
3010 test -z "$as_dir" && as_dir=.
3011 for ac_exec_ext in '' $ac_executable_extensions; do
3012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3013 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3015 break 2
3016 fi
3017done
3018 done
3019IFS=$as_save_IFS
3020
3021fi
3022fi
3023CC=$ac_cv_prog_CC
3024if test -n "$CC"; then
3025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3026$as_echo "$CC" >&6; }
3027else
3028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3029$as_echo "no" >&6; }
3030fi
3031
3032
3033 test -n "$CC" && break
3034 done
3035fi
3036if test -z "$CC"; then
3037 ac_ct_CC=$CC
3038 for ac_prog in cl.exe
3039do
3040 # Extract the first word of "$ac_prog", so it can be a program name with args.
3041set dummy $ac_prog; ac_word=$2
3042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3043$as_echo_n "checking for $ac_word... " >&6; }
3044if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3045 $as_echo_n "(cached) " >&6
3046else
3047 if test -n "$ac_ct_CC"; then
3048 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3049else
3050as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3051for as_dir in $PATH
3052do
3053 IFS=$as_save_IFS
3054 test -z "$as_dir" && as_dir=.
3055 for ac_exec_ext in '' $ac_executable_extensions; do
3056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3057 ac_cv_prog_ac_ct_CC="$ac_prog"
3058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3059 break 2
3060 fi
3061done
3062 done
3063IFS=$as_save_IFS
3064
3065fi
3066fi
3067ac_ct_CC=$ac_cv_prog_ac_ct_CC
3068if test -n "$ac_ct_CC"; then
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3070$as_echo "$ac_ct_CC" >&6; }
3071else
3072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3073$as_echo "no" >&6; }
3074fi
3075
3076
3077 test -n "$ac_ct_CC" && break
3078done
3079
3080 if test "x$ac_ct_CC" = x; then
3081 CC=""
3082 else
3083 case $cross_compiling:$ac_tool_warned in
3084yes:)
3085{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3086$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3087ac_tool_warned=yes ;;
3088esac
3089 CC=$ac_ct_CC
3090 fi
3091fi
3092
3093fi
3094
3095
3096test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3097$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3098as_fn_error "no acceptable C compiler found in \$PATH
3099See \`config.log' for more details." "$LINENO" 5; }
3100
3101# Provide some information about the compiler.
3102$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3103set X $ac_compile
3104ac_compiler=$2
3105for ac_option in --version -v -V -qversion; do
3106 { { ac_try="$ac_compiler $ac_option >&5"
3107case "(($ac_try" in
3108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3109 *) ac_try_echo=$ac_try;;
3110esac
3111eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3112$as_echo "$ac_try_echo"; } >&5
3113 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3114 ac_status=$?
3115 if test -s conftest.err; then
3116 sed '10a\
3117... rest of stderr output deleted ...
3118 10q' conftest.err >conftest.er1
3119 cat conftest.er1 >&5
3120 rm -f conftest.er1 conftest.err
3121 fi
3122 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3123 test $ac_status = 0; }
3124done
3125
3126cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3127/* end confdefs.h. */
3128
3129int
3130main ()
3131{
3132
3133 ;
3134 return 0;
3135}
3136_ACEOF
3137ac_clean_files_save=$ac_clean_files
3138ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3139# Try to create an executable without -o first, disregard a.out.
3140# It will help us diagnose broken compilers, and finding out an intuition
3141# of exeext.
3142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3143$as_echo_n "checking for C compiler default output file name... " >&6; }
3144ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3145
3146# The possible output files:
3147ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3148
3149ac_rmfiles=
3150for ac_file in $ac_files
3151do
3152 case $ac_file in
3153 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3154 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3155 esac
3156done
3157rm -f $ac_rmfiles
3158
3159if { { ac_try="$ac_link_default"
3160case "(($ac_try" in
3161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3162 *) ac_try_echo=$ac_try;;
3163esac
3164eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3165$as_echo "$ac_try_echo"; } >&5
3166 (eval "$ac_link_default") 2>&5
3167 ac_status=$?
3168 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3169 test $ac_status = 0; }; then :
3170 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3171# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3172# in a Makefile. We should not override ac_cv_exeext if it was cached,
3173# so that the user can short-circuit this test for compilers unknown to
3174# Autoconf.
3175for ac_file in $ac_files ''
3176do
3177 test -f "$ac_file" || continue
3178 case $ac_file in
3179 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3180 ;;
3181 [ab].out )
3182 # We found the default executable, but exeext='' is most
3183 # certainly right.
3184 break;;
3185 *.* )
3186 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3187 then :; else
3188 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3189 fi
3190 # We set ac_cv_exeext here because the later test for it is not
3191 # safe: cross compilers may not add the suffix if given an `-o'
3192 # argument, so we may need to know it at that point already.
3193 # Even if this section looks crufty: it has the advantage of
3194 # actually working.
3195 break;;
3196 * )
3197 break;;
3198 esac
3199done
3200test "$ac_cv_exeext" = no && ac_cv_exeext=
3201
3202else
3203 ac_file=''
3204fi
3205{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3206$as_echo "$ac_file" >&6; }
3207if test -z "$ac_file"; then :
3208 $as_echo "$as_me: failed program was:" >&5
3209sed 's/^/| /' conftest.$ac_ext >&5
3210
3211{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3212$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3213{ as_fn_set_status 77
3214as_fn_error "C compiler cannot create executables
3215See \`config.log' for more details." "$LINENO" 5; }; }
3216fi
3217ac_exeext=$ac_cv_exeext
3218
3219# Check that the compiler produces executables we can run. If not, either
3220# the compiler is broken, or we cross compile.
3221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3222$as_echo_n "checking whether the C compiler works... " >&6; }
3223# If not cross compiling, check that we can run a simple program.
3224if test "$cross_compiling" != yes; then
3225 if { ac_try='./$ac_file'
3226 { { case "(($ac_try" in
3227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3228 *) ac_try_echo=$ac_try;;
3229esac
3230eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3231$as_echo "$ac_try_echo"; } >&5
3232 (eval "$ac_try") 2>&5
3233 ac_status=$?
3234 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3235 test $ac_status = 0; }; }; then
3236 cross_compiling=no
3237 else
3238 if test "$cross_compiling" = maybe; then
3239 cross_compiling=yes
3240 else
3241 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3242$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3243as_fn_error "cannot run C compiled programs.
3244If you meant to cross compile, use \`--host'.
3245See \`config.log' for more details." "$LINENO" 5; }
3246 fi
3247 fi
3248fi
3249{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3250$as_echo "yes" >&6; }
3251
3252rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3253ac_clean_files=$ac_clean_files_save
3254# Check that the compiler produces executables we can run. If not, either
3255# the compiler is broken, or we cross compile.
3256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3257$as_echo_n "checking whether we are cross compiling... " >&6; }
3258{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3259$as_echo "$cross_compiling" >&6; }
3260
3261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3262$as_echo_n "checking for suffix of executables... " >&6; }
3263if { { ac_try="$ac_link"
3264case "(($ac_try" in
3265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3266 *) ac_try_echo=$ac_try;;
3267esac
3268eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3269$as_echo "$ac_try_echo"; } >&5
3270 (eval "$ac_link") 2>&5
3271 ac_status=$?
3272 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3273 test $ac_status = 0; }; then :
3274 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3275# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3276# work properly (i.e., refer to `conftest.exe'), while it won't with
3277# `rm'.
3278for ac_file in conftest.exe conftest conftest.*; do
3279 test -f "$ac_file" || continue
3280 case $ac_file in
3281 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3282 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3283 break;;
3284 * ) break;;
3285 esac
3286done
3287else
3288 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3289$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3290as_fn_error "cannot compute suffix of executables: cannot compile and link
3291See \`config.log' for more details." "$LINENO" 5; }
3292fi
3293rm -f conftest$ac_cv_exeext
3294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3295$as_echo "$ac_cv_exeext" >&6; }
3296
3297rm -f conftest.$ac_ext
3298EXEEXT=$ac_cv_exeext
3299ac_exeext=$EXEEXT
3300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3301$as_echo_n "checking for suffix of object files... " >&6; }
3302if test "${ac_cv_objext+set}" = set; then :
3303 $as_echo_n "(cached) " >&6
3304else
3305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3306/* end confdefs.h. */
3307
3308int
3309main ()
3310{
3311
3312 ;
3313 return 0;
3314}
3315_ACEOF
3316rm -f conftest.o conftest.obj
3317if { { ac_try="$ac_compile"
3318case "(($ac_try" in
3319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3320 *) ac_try_echo=$ac_try;;
3321esac
3322eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3323$as_echo "$ac_try_echo"; } >&5
3324 (eval "$ac_compile") 2>&5
3325 ac_status=$?
3326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3327 test $ac_status = 0; }; then :
3328 for ac_file in conftest.o conftest.obj conftest.*; do
3329 test -f "$ac_file" || continue;
3330 case $ac_file in
3331 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3332 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3333 break;;
3334 esac
3335done
3336else
3337 $as_echo "$as_me: failed program was:" >&5
3338sed 's/^/| /' conftest.$ac_ext >&5
3339
3340{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3341$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3342as_fn_error "cannot compute suffix of object files: cannot compile
3343See \`config.log' for more details." "$LINENO" 5; }
3344fi
3345rm -f conftest.$ac_cv_objext conftest.$ac_ext
3346fi
3347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3348$as_echo "$ac_cv_objext" >&6; }
3349OBJEXT=$ac_cv_objext
3350ac_objext=$OBJEXT
3351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3352$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3353if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3354 $as_echo_n "(cached) " >&6
3355else
3356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3357/* end confdefs.h. */
3358
3359int
3360main ()
3361{
3362#ifndef __GNUC__
3363 choke me
3364#endif
3365
3366 ;
3367 return 0;
3368}
3369_ACEOF
3370if ac_fn_c_try_compile "$LINENO"; then :
3371 ac_compiler_gnu=yes
3372else
3373 ac_compiler_gnu=no
3374fi
3375rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3376ac_cv_c_compiler_gnu=$ac_compiler_gnu
3377
3378fi
3379{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3380$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3381if test $ac_compiler_gnu = yes; then
3382 GCC=yes
3383else
3384 GCC=
3385fi
3386ac_test_CFLAGS=${CFLAGS+set}
3387ac_save_CFLAGS=$CFLAGS
3388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3389$as_echo_n "checking whether $CC accepts -g... " >&6; }
3390if test "${ac_cv_prog_cc_g+set}" = set; then :
3391 $as_echo_n "(cached) " >&6
3392else
3393 ac_save_c_werror_flag=$ac_c_werror_flag
3394 ac_c_werror_flag=yes
3395 ac_cv_prog_cc_g=no
3396 CFLAGS="-g"
3397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3398/* end confdefs.h. */
3399
3400int
3401main ()
3402{
3403
3404 ;
3405 return 0;
3406}
3407_ACEOF
3408if ac_fn_c_try_compile "$LINENO"; then :
3409 ac_cv_prog_cc_g=yes
3410else
3411 CFLAGS=""
3412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3413/* end confdefs.h. */
3414
3415int
3416main ()
3417{
3418
3419 ;
3420 return 0;
3421}
3422_ACEOF
3423if ac_fn_c_try_compile "$LINENO"; then :
3424
3425else
3426 ac_c_werror_flag=$ac_save_c_werror_flag
3427 CFLAGS="-g"
3428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3429/* end confdefs.h. */
3430
3431int
3432main ()
3433{
3434
3435 ;
3436 return 0;
3437}
3438_ACEOF
3439if ac_fn_c_try_compile "$LINENO"; then :
3440 ac_cv_prog_cc_g=yes
3441fi
3442rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3443fi
3444rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3445fi
3446rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3447 ac_c_werror_flag=$ac_save_c_werror_flag
3448fi
3449{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3450$as_echo "$ac_cv_prog_cc_g" >&6; }
3451if test "$ac_test_CFLAGS" = set; then
3452 CFLAGS=$ac_save_CFLAGS
3453elif test $ac_cv_prog_cc_g = yes; then
3454 if test "$GCC" = yes; then
3455 CFLAGS="-g -O2"
3456 else
3457 CFLAGS="-g"
3458 fi
3459else
3460 if test "$GCC" = yes; then
3461 CFLAGS="-O2"
3462 else
3463 CFLAGS=
3464 fi
3465fi
3466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3467$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3468if test "${ac_cv_prog_cc_c89+set}" = set; then :
3469 $as_echo_n "(cached) " >&6
3470else
3471 ac_cv_prog_cc_c89=no
3472ac_save_CC=$CC
3473cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3474/* end confdefs.h. */
3475#include <stdarg.h>
3476#include <stdio.h>
3477#include <sys/types.h>
3478#include <sys/stat.h>
3479/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3480struct buf { int x; };
3481FILE * (*rcsopen) (struct buf *, struct stat *, int);
3482static char *e (p, i)
3483 char **p;
3484 int i;
3485{
3486 return p[i];
3487}
3488static char *f (char * (*g) (char **, int), char **p, ...)
3489{
3490 char *s;
3491 va_list v;
3492 va_start (v,p);
3493 s = g (p, va_arg (v,int));
3494 va_end (v);
3495 return s;
3496}
3497
3498/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3499 function prototypes and stuff, but not '\xHH' hex character constants.
3500 These don't provoke an error unfortunately, instead are silently treated
3501 as 'x'. The following induces an error, until -std is added to get
3502 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3503 array size at least. It's necessary to write '\x00'==0 to get something
3504 that's true only with -std. */
3505int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3506
3507/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3508 inside strings and character constants. */
3509#define FOO(x) 'x'
3510int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3511
3512int test (int i, double x);
3513struct s1 {int (*f) (int a);};
3514struct s2 {int (*f) (double a);};
3515int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3516int argc;
3517char **argv;
3518int
3519main ()
3520{
3521return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3522 ;
3523 return 0;
3524}
3525_ACEOF
3526for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3527 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3528do
3529 CC="$ac_save_CC $ac_arg"
3530 if ac_fn_c_try_compile "$LINENO"; then :
3531 ac_cv_prog_cc_c89=$ac_arg
3532fi
3533rm -f core conftest.err conftest.$ac_objext
3534 test "x$ac_cv_prog_cc_c89" != "xno" && break
3535done
3536rm -f conftest.$ac_ext
3537CC=$ac_save_CC
3538
3539fi
3540# AC_CACHE_VAL
3541case "x$ac_cv_prog_cc_c89" in
3542 x)
3543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3544$as_echo "none needed" >&6; } ;;
3545 xno)
3546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3547$as_echo "unsupported" >&6; } ;;
3548 *)
3549 CC="$CC $ac_cv_prog_cc_c89"
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3551$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3552esac
3553if test "x$ac_cv_prog_cc_c89" != xno; then :
3554
3555fi
3556
3557ac_ext=c
3558ac_cpp='$CPP $CPPFLAGS'
3559ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3560ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3561ac_compiler_gnu=$ac_cv_c_compiler_gnu
3562
3563
3564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3565$as_echo_n "checking for library containing strerror... " >&6; }
3566if test "${ac_cv_search_strerror+set}" = set; then :
3567 $as_echo_n "(cached) " >&6
3568else
3569 ac_func_search_save_LIBS=$LIBS
3570cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3571/* end confdefs.h. */
3572
3573/* Override any GCC internal prototype to avoid an error.
3574 Use char because int might match the return type of a GCC
3575 builtin and then its argument prototype would still apply. */
3576#ifdef __cplusplus
3577extern "C"
3578#endif
3579char strerror ();
3580int
3581main ()
3582{
3583return strerror ();
3584 ;
3585 return 0;
3586}
3587_ACEOF
3588for ac_lib in '' cposix; do
3589 if test -z "$ac_lib"; then
3590 ac_res="none required"
3591 else
3592 ac_res=-l$ac_lib
3593 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3594 fi
3595 if ac_fn_c_try_link "$LINENO"; then :
3596 ac_cv_search_strerror=$ac_res
3597fi
3598rm -f core conftest.err conftest.$ac_objext \
3599 conftest$ac_exeext
3600 if test "${ac_cv_search_strerror+set}" = set; then :
3601 break
3602fi
3603done
3604if test "${ac_cv_search_strerror+set}" = set; then :
3605
3606else
3607 ac_cv_search_strerror=no
3608fi
3609rm conftest.$ac_ext
3610LIBS=$ac_func_search_save_LIBS
3611fi
3612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3613$as_echo "$ac_cv_search_strerror" >&6; }
3614ac_res=$ac_cv_search_strerror
3615if test "$ac_res" != no; then :
3616 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3617
3618fi
3619
3620
3621am__api_version='1.11'
3622
3623# Find a good install program. We prefer a C program (faster),
3624# so one script is as good as another. But avoid the broken or
3625# incompatible versions:
3626# SysV /etc/install, /usr/sbin/install
3627# SunOS /usr/etc/install
3628# IRIX /sbin/install
3629# AIX /bin/install
3630# AmigaOS /C/install, which installs bootblocks on floppy discs
3631# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3632# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3633# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3634# OS/2's system install, which has a completely different semantic
3635# ./install, which can be erroneously created by make from ./install.sh.
3636# Reject install programs that cannot install multiple files.
3637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3638$as_echo_n "checking for a BSD-compatible install... " >&6; }
3639if test -z "$INSTALL"; then
3640if test "${ac_cv_path_install+set}" = set; then :
3641 $as_echo_n "(cached) " >&6
3642else
3643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3644for as_dir in $PATH
3645do
3646 IFS=$as_save_IFS
3647 test -z "$as_dir" && as_dir=.
3648 # Account for people who put trailing slashes in PATH elements.
3649case $as_dir/ in #((
3650 ./ | .// | /[cC]/* | \
3651 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3652 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3653 /usr/ucb/* ) ;;
3654 *)
3655 # OSF1 and SCO ODT 3.0 have their own names for install.
3656 # Don't use installbsd from OSF since it installs stuff as root
3657 # by default.
3658 for ac_prog in ginstall scoinst install; do
3659 for ac_exec_ext in '' $ac_executable_extensions; do
3660 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3661 if test $ac_prog = install &&
3662 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3663 # AIX install. It has an incompatible calling convention.
3664 :
3665 elif test $ac_prog = install &&
3666 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3667 # program-specific install script used by HP pwplus--don't use.
3668 :
3669 else
3670 rm -rf conftest.one conftest.two conftest.dir
3671 echo one > conftest.one
3672 echo two > conftest.two
3673 mkdir conftest.dir
3674 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3675 test -s conftest.one && test -s conftest.two &&
3676 test -s conftest.dir/conftest.one &&
3677 test -s conftest.dir/conftest.two
3678 then
3679 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3680 break 3
3681 fi
3682 fi
3683 fi
3684 done
3685 done
3686 ;;
3687esac
3688
3689 done
3690IFS=$as_save_IFS
3691
3692rm -rf conftest.one conftest.two conftest.dir
3693
3694fi
3695 if test "${ac_cv_path_install+set}" = set; then
3696 INSTALL=$ac_cv_path_install
3697 else
3698 # As a last resort, use the slow shell script. Don't cache a
3699 # value for INSTALL within a source directory, because that will
3700 # break other packages using the cache if that directory is
3701 # removed, or if the value is a relative name.
3702 INSTALL=$ac_install_sh
3703 fi
3704fi
3705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3706$as_echo "$INSTALL" >&6; }
3707
3708# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3709# It thinks the first close brace ends the variable substitution.
3710test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3711
3712test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3713
3714test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3715
3716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3717$as_echo_n "checking whether build environment is sane... " >&6; }
3718# Just in case
3719sleep 1
3720echo timestamp > conftest.file
3721# Reject unsafe characters in $srcdir or the absolute working directory
3722# name. Accept space and tab only in the latter.
3723am_lf='
3724'
3725case `pwd` in
3726 *[\\\"\#\$\&\'\`$am_lf]*)
3727 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3728esac
3729case $srcdir in
3730 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3731 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3732esac
3733
3734# Do `set' in a subshell so we don't clobber the current shell's
3735# arguments. Must try -L first in case configure is actually a
3736# symlink; some systems play weird games with the mod time of symlinks
3737# (eg FreeBSD returns the mod time of the symlink's containing
3738# directory).
3739if (
3740 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3741 if test "$*" = "X"; then
3742 # -L didn't work.
3743 set X `ls -t "$srcdir/configure" conftest.file`
3744 fi
3745 rm -f conftest.file
3746 if test "$*" != "X $srcdir/configure conftest.file" \
3747 && test "$*" != "X conftest.file $srcdir/configure"; then
3748
3749 # If neither matched, then we have a broken ls. This can happen
3750 # if, for instance, CONFIG_SHELL is bash and it inherits a
3751 # broken ls alias from the environment. This has actually
3752 # happened. Such a system could not be considered "sane".
3753 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3754alias in your environment" "$LINENO" 5
3755 fi
3756
3757 test "$2" = conftest.file
3758 )
3759then
3760 # Ok.
3761 :
3762else
3763 as_fn_error "newly created file is older than distributed files!
3764Check your system clock" "$LINENO" 5
3765fi
3766{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3767$as_echo "yes" >&6; }
3768test "$program_prefix" != NONE &&
3769 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3770# Use a double $ so make ignores it.
3771test "$program_suffix" != NONE &&
3772 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3773# Double any \ or $.
3774# By default was `s,x,x', remove it if useless.
3775ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3776program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3777
3778# expand $ac_aux_dir to an absolute path
3779am_aux_dir=`cd $ac_aux_dir && pwd`
3780
3781if test x"${MISSING+set}" != xset; then
3782 case $am_aux_dir in
3783 *\ * | *\ *)
3784 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3785 *)
3786 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3787 esac
3788fi
3789# Use eval to expand $SHELL
3790if eval "$MISSING --run true"; then
3791 am_missing_run="$MISSING --run "
3792else
3793 am_missing_run=
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3795$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3796fi
3797
3798if test x"${install_sh}" != xset; then
3799 case $am_aux_dir in
3800 *\ * | *\ *)
3801 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3802 *)
3803 install_sh="\${SHELL} $am_aux_dir/install-sh"
3804 esac
3805fi
3806
3807# Installed binaries are usually stripped using `strip' when the user
3808# run `make install-strip'. However `strip' might not be the right
3809# tool to use in cross-compilation environments, therefore Automake
3810# will honor the `STRIP' environment variable to overrule this program.
3811if test "$cross_compiling" != no; then
3812 if test -n "$ac_tool_prefix"; then
3813 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3814set dummy ${ac_tool_prefix}strip; ac_word=$2
3815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3816$as_echo_n "checking for $ac_word... " >&6; }
3817if test "${ac_cv_prog_STRIP+set}" = set; then :
3818 $as_echo_n "(cached) " >&6
3819else
3820 if test -n "$STRIP"; then
3821 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3822else
3823as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3824for as_dir in $PATH
3825do
3826 IFS=$as_save_IFS
3827 test -z "$as_dir" && as_dir=.
3828 for ac_exec_ext in '' $ac_executable_extensions; do
3829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3830 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3832 break 2
3833 fi
3834done
3835 done
3836IFS=$as_save_IFS
3837
3838fi
3839fi
3840STRIP=$ac_cv_prog_STRIP
3841if test -n "$STRIP"; then
3842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3843$as_echo "$STRIP" >&6; }
3844else
3845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3846$as_echo "no" >&6; }
3847fi
3848
3849
3850fi
3851if test -z "$ac_cv_prog_STRIP"; then
3852 ac_ct_STRIP=$STRIP
3853 # Extract the first word of "strip", so it can be a program name with args.
3854set dummy strip; ac_word=$2
3855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3856$as_echo_n "checking for $ac_word... " >&6; }
3857if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3858 $as_echo_n "(cached) " >&6
3859else
3860 if test -n "$ac_ct_STRIP"; then
3861 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3862else
3863as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3864for as_dir in $PATH
3865do
3866 IFS=$as_save_IFS
3867 test -z "$as_dir" && as_dir=.
3868 for ac_exec_ext in '' $ac_executable_extensions; do
3869 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3870 ac_cv_prog_ac_ct_STRIP="strip"
3871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3872 break 2
3873 fi
3874done
3875 done
3876IFS=$as_save_IFS
3877
3878fi
3879fi
3880ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3881if test -n "$ac_ct_STRIP"; then
3882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3883$as_echo "$ac_ct_STRIP" >&6; }
3884else
3885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3886$as_echo "no" >&6; }
3887fi
3888
3889 if test "x$ac_ct_STRIP" = x; then
3890 STRIP=":"
3891 else
3892 case $cross_compiling:$ac_tool_warned in
3893yes:)
3894{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3895$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3896ac_tool_warned=yes ;;
3897esac
3898 STRIP=$ac_ct_STRIP
3899 fi
3900else
3901 STRIP="$ac_cv_prog_STRIP"
3902fi
3903
3904fi
3905INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3906
3907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3908$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3909if test -z "$MKDIR_P"; then
3910 if test "${ac_cv_path_mkdir+set}" = set; then :
3911 $as_echo_n "(cached) " >&6
3912else
3913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3914for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3915do
3916 IFS=$as_save_IFS
3917 test -z "$as_dir" && as_dir=.
3918 for ac_prog in mkdir gmkdir; do
3919 for ac_exec_ext in '' $ac_executable_extensions; do
3920 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3921 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3922 'mkdir (GNU coreutils) '* | \
3923 'mkdir (coreutils) '* | \
3924 'mkdir (fileutils) '4.1*)
3925 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3926 break 3;;
3927 esac
3928 done
3929 done
3930 done
3931IFS=$as_save_IFS
3932
3933fi
3934
3935 if test "${ac_cv_path_mkdir+set}" = set; then
3936 MKDIR_P="$ac_cv_path_mkdir -p"
3937 else
3938 # As a last resort, use the slow shell script. Don't cache a
3939 # value for MKDIR_P within a source directory, because that will
3940 # break other packages using the cache if that directory is
3941 # removed, or if the value is a relative name.
3942 test -d ./--version && rmdir ./--version
3943 MKDIR_P="$ac_install_sh -d"
3944 fi
3945fi
3946{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3947$as_echo "$MKDIR_P" >&6; }
3948
3949mkdir_p="$MKDIR_P"
3950case $mkdir_p in
3951 [\\/$]* | ?:[\\/]*) ;;
3952 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3953esac
3954
3955for ac_prog in gawk mawk nawk awk
3956do
3957 # Extract the first word of "$ac_prog", so it can be a program name with args.
3958set dummy $ac_prog; ac_word=$2
3959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960$as_echo_n "checking for $ac_word... " >&6; }
3961if test "${ac_cv_prog_AWK+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
3963else
3964 if test -n "$AWK"; then
3965 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3966else
3967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968for as_dir in $PATH
3969do
3970 IFS=$as_save_IFS
3971 test -z "$as_dir" && as_dir=.
3972 for ac_exec_ext in '' $ac_executable_extensions; do
3973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3974 ac_cv_prog_AWK="$ac_prog"
3975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3976 break 2
3977 fi
3978done
3979 done
3980IFS=$as_save_IFS
3981
3982fi
3983fi
3984AWK=$ac_cv_prog_AWK
3985if test -n "$AWK"; then
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3987$as_echo "$AWK" >&6; }
3988else
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990$as_echo "no" >&6; }
3991fi
3992
3993
3994 test -n "$AWK" && break
3995done
3996
3997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3998$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3999set x ${MAKE-make}
4000ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4001if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
4002 $as_echo_n "(cached) " >&6
4003else
4004 cat >conftest.make <<\_ACEOF
4005SHELL = /bin/sh
4006all:
4007 @echo '@@@%%%=$(MAKE)=@@@%%%'
4008_ACEOF
4009# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4010case `${MAKE-make} -f conftest.make 2>/dev/null` in
4011 *@@@%%%=?*=@@@%%%*)
4012 eval ac_cv_prog_make_${ac_make}_set=yes;;
4013 *)
4014 eval ac_cv_prog_make_${ac_make}_set=no;;
4015esac
4016rm -f conftest.make
4017fi
4018if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4020$as_echo "yes" >&6; }
4021 SET_MAKE=
4022else
4023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4024$as_echo "no" >&6; }
4025 SET_MAKE="MAKE=${MAKE-make}"
4026fi
4027
4028rm -rf .tst 2>/dev/null
4029mkdir .tst 2>/dev/null
4030if test -d .tst; then
4031 am__leading_dot=.
4032else
4033 am__leading_dot=_
4034fi
4035rmdir .tst 2>/dev/null
4036
4037DEPDIR="${am__leading_dot}deps"
4038
4039ac_config_commands="$ac_config_commands depfiles"
4040
4041
4042am_make=${MAKE-make}
4043cat > confinc << 'END'
4044am__doit:
4045 @echo this is the am__doit target
4046.PHONY: am__doit
4047END
4048# If we don't find an include directive, just comment out the code.
4049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4050$as_echo_n "checking for style of include used by $am_make... " >&6; }
4051am__include="#"
4052am__quote=
4053_am_result=none
4054# First try GNU make style include.
4055echo "include confinc" > confmf
4056# Ignore all kinds of additional output from `make'.
4057case `$am_make -s -f confmf 2> /dev/null` in #(
4058*the\ am__doit\ target*)
4059 am__include=include
4060 am__quote=
4061 _am_result=GNU
4062 ;;
4063esac
4064# Now try BSD make style include.
4065if test "$am__include" = "#"; then
4066 echo '.include "confinc"' > confmf
4067 case `$am_make -s -f confmf 2> /dev/null` in #(
4068 *the\ am__doit\ target*)
4069 am__include=.include
4070 am__quote="\""
4071 _am_result=BSD
4072 ;;
4073 esac
4074fi
4075
4076
4077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4078$as_echo "$_am_result" >&6; }
4079rm -f confinc confmf
4080
4081# Check whether --enable-dependency-tracking was given.
4082if test "${enable_dependency_tracking+set}" = set; then :
4083 enableval=$enable_dependency_tracking;
4084fi
4085
4086if test "x$enable_dependency_tracking" != xno; then
4087 am_depcomp="$ac_aux_dir/depcomp"
4088 AMDEPBACKSLASH='\'
4089fi
4090 if test "x$enable_dependency_tracking" != xno; then
4091 AMDEP_TRUE=
4092 AMDEP_FALSE='#'
4093else
4094 AMDEP_TRUE='#'
4095 AMDEP_FALSE=
4096fi
4097
4098
4099if test "`cd $srcdir && pwd`" != "`pwd`"; then
4100 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4101 # is not polluted with repeated "-I."
4102 am__isrc=' -I$(srcdir)'
4103 # test to see if srcdir already configured
4104 if test -f $srcdir/config.status; then
4105 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4106 fi
4107fi
4108
4109# test whether we have cygpath
4110if test -z "$CYGPATH_W"; then
4111 if (cygpath --version) >/dev/null 2>/dev/null; then
4112 CYGPATH_W='cygpath -w'
4113 else
4114 CYGPATH_W=echo
4115 fi
4116fi
4117
4118
4119# Define the identity of the package.
4120 PACKAGE=bfd
4121 VERSION=2.20.51
4122
4123
4124cat >>confdefs.h <<_ACEOF
4125#define PACKAGE "$PACKAGE"
4126_ACEOF
4127
4128
4129cat >>confdefs.h <<_ACEOF
4130#define VERSION "$VERSION"
4131_ACEOF
4132
4133# Some tools Automake needs.
4134
4135ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4136
4137
4138AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4139
4140
4141AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4142
4143
4144AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4145
4146
4147MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4148
4149# We need awk for the "check" target. The system "awk" is bad on
4150# some platforms.
4151# Always define AMTAR for backward compatibility.
4152
4153AMTAR=${AMTAR-"${am_missing_run}tar"}
4154
4155am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4156
4157
4158
4159
4160depcc="$CC" am_compiler_list=
4161
4162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4163$as_echo_n "checking dependency style of $depcc... " >&6; }
4164if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4165 $as_echo_n "(cached) " >&6
4166else
4167 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4168 # We make a subdir and do the tests there. Otherwise we can end up
4169 # making bogus files that we don't know about and never remove. For
4170 # instance it was reported that on HP-UX the gcc test will end up
4171 # making a dummy file named `D' -- because `-MD' means `put the output
4172 # in D'.
4173 mkdir conftest.dir
4174 # Copy depcomp to subdir because otherwise we won't find it if we're
4175 # using a relative directory.
4176 cp "$am_depcomp" conftest.dir
4177 cd conftest.dir
4178 # We will build objects and dependencies in a subdirectory because
4179 # it helps to detect inapplicable dependency modes. For instance
4180 # both Tru64's cc and ICC support -MD to output dependencies as a
4181 # side effect of compilation, but ICC will put the dependencies in
4182 # the current directory while Tru64 will put them in the object
4183 # directory.
4184 mkdir sub
4185
4186 am_cv_CC_dependencies_compiler_type=none
4187 if test "$am_compiler_list" = ""; then
4188 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4189 fi
4190 am__universal=false
4191 case " $depcc " in #(
4192 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4193 esac
4194
4195 for depmode in $am_compiler_list; do
4196 # Setup a source with many dependencies, because some compilers
4197 # like to wrap large dependency lists on column 80 (with \), and
4198 # we should not choose a depcomp mode which is confused by this.
4199 #
4200 # We need to recreate these files for each test, as the compiler may
4201 # overwrite some of them when testing with obscure command lines.
4202 # This happens at least with the AIX C compiler.
4203 : > sub/conftest.c
4204 for i in 1 2 3 4 5 6; do
4205 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4206 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4207 # Solaris 8's {/usr,}/bin/sh.
4208 touch sub/conftst$i.h
4209 done
4210 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4211
4212 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4213 # mode. It turns out that the SunPro C++ compiler does not properly
4214 # handle `-M -o', and we need to detect this. Also, some Intel
4215 # versions had trouble with output in subdirs
4216 am__obj=sub/conftest.${OBJEXT-o}
4217 am__minus_obj="-o $am__obj"
4218 case $depmode in
4219 gcc)
4220 # This depmode causes a compiler race in universal mode.
4221 test "$am__universal" = false || continue
4222 ;;
4223 nosideeffect)
4224 # after this tag, mechanisms are not by side-effect, so they'll
4225 # only be used when explicitly requested
4226 if test "x$enable_dependency_tracking" = xyes; then
4227 continue
4228 else
4229 break
4230 fi
4231 ;;
4232 msvisualcpp | msvcmsys)
4233 # This compiler won't grok `-c -o', but also, the minuso test has
4234 # not run yet. These depmodes are late enough in the game, and
4235 # so weak that their functioning should not be impacted.
4236 am__obj=conftest.${OBJEXT-o}
4237 am__minus_obj=
4238 ;;
4239 none) break ;;
4240 esac
4241 if depmode=$depmode \
4242 source=sub/conftest.c object=$am__obj \
4243 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4244 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4245 >/dev/null 2>conftest.err &&
4246 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4247 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4248 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4249 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4250 # icc doesn't choke on unknown options, it will just issue warnings
4251 # or remarks (even with -Werror). So we grep stderr for any message
4252 # that says an option was ignored or not supported.
4253 # When given -MP, icc 7.0 and 7.1 complain thusly:
4254 # icc: Command line warning: ignoring option '-M'; no argument required
4255 # The diagnosis changed in icc 8.0:
4256 # icc: Command line remark: option '-MP' not supported
4257 if (grep 'ignoring option' conftest.err ||
4258 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4259 am_cv_CC_dependencies_compiler_type=$depmode
4260 break
4261 fi
4262 fi
4263 done
4264
4265 cd ..
4266 rm -rf conftest.dir
4267else
4268 am_cv_CC_dependencies_compiler_type=none
4269fi
4270
4271fi
4272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4273$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4274CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4275
4276 if
4277 test "x$enable_dependency_tracking" != xno \
4278 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4279 am__fastdepCC_TRUE=
4280 am__fastdepCC_FALSE='#'
4281else
4282 am__fastdepCC_TRUE='#'
4283 am__fastdepCC_FALSE=
4284fi
4285
4286
4287
4288
4289if test -n "$ac_tool_prefix"; then
4290 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4291set dummy ${ac_tool_prefix}ar; ac_word=$2
4292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4293$as_echo_n "checking for $ac_word... " >&6; }
4294if test "${ac_cv_prog_AR+set}" = set; then :
4295 $as_echo_n "(cached) " >&6
4296else
4297 if test -n "$AR"; then
4298 ac_cv_prog_AR="$AR" # Let the user override the test.
4299else
4300as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4301for as_dir in $PATH
4302do
4303 IFS=$as_save_IFS
4304 test -z "$as_dir" && as_dir=.
4305 for ac_exec_ext in '' $ac_executable_extensions; do
4306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4307 ac_cv_prog_AR="${ac_tool_prefix}ar"
4308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4309 break 2
4310 fi
4311done
4312 done
4313IFS=$as_save_IFS
4314
4315fi
4316fi
4317AR=$ac_cv_prog_AR
4318if test -n "$AR"; then
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4320$as_echo "$AR" >&6; }
4321else
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4323$as_echo "no" >&6; }
4324fi
4325
4326
4327fi
4328if test -z "$ac_cv_prog_AR"; then
4329 ac_ct_AR=$AR
4330 # Extract the first word of "ar", so it can be a program name with args.
4331set dummy ar; ac_word=$2
4332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4333$as_echo_n "checking for $ac_word... " >&6; }
4334if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4335 $as_echo_n "(cached) " >&6
4336else
4337 if test -n "$ac_ct_AR"; then
4338 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4339else
4340as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4341for as_dir in $PATH
4342do
4343 IFS=$as_save_IFS
4344 test -z "$as_dir" && as_dir=.
4345 for ac_exec_ext in '' $ac_executable_extensions; do
4346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4347 ac_cv_prog_ac_ct_AR="ar"
4348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4349 break 2
4350 fi
4351done
4352 done
4353IFS=$as_save_IFS
4354
4355fi
4356fi
4357ac_ct_AR=$ac_cv_prog_ac_ct_AR
4358if test -n "$ac_ct_AR"; then
4359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4360$as_echo "$ac_ct_AR" >&6; }
4361else
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4363$as_echo "no" >&6; }
4364fi
4365
4366 if test "x$ac_ct_AR" = x; then
4367 AR=""
4368 else
4369 case $cross_compiling:$ac_tool_warned in
4370yes:)
4371{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4372$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4373ac_tool_warned=yes ;;
4374esac
4375 AR=$ac_ct_AR
4376 fi
4377else
4378 AR="$ac_cv_prog_AR"
4379fi
4380
4381if test -n "$ac_tool_prefix"; then
4382 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4383set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4385$as_echo_n "checking for $ac_word... " >&6; }
4386if test "${ac_cv_prog_RANLIB+set}" = set; then :
4387 $as_echo_n "(cached) " >&6
4388else
4389 if test -n "$RANLIB"; then
4390 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4391else
4392as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4393for as_dir in $PATH
4394do
4395 IFS=$as_save_IFS
4396 test -z "$as_dir" && as_dir=.
4397 for ac_exec_ext in '' $ac_executable_extensions; do
4398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4399 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4401 break 2
4402 fi
4403done
4404 done
4405IFS=$as_save_IFS
4406
4407fi
4408fi
4409RANLIB=$ac_cv_prog_RANLIB
4410if test -n "$RANLIB"; then
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4412$as_echo "$RANLIB" >&6; }
4413else
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4415$as_echo "no" >&6; }
4416fi
4417
4418
4419fi
4420if test -z "$ac_cv_prog_RANLIB"; then
4421 ac_ct_RANLIB=$RANLIB
4422 # Extract the first word of "ranlib", so it can be a program name with args.
4423set dummy ranlib; ac_word=$2
4424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4425$as_echo_n "checking for $ac_word... " >&6; }
4426if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4427 $as_echo_n "(cached) " >&6
4428else
4429 if test -n "$ac_ct_RANLIB"; then
4430 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4431else
4432as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4433for as_dir in $PATH
4434do
4435 IFS=$as_save_IFS
4436 test -z "$as_dir" && as_dir=.
4437 for ac_exec_ext in '' $ac_executable_extensions; do
4438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4439 ac_cv_prog_ac_ct_RANLIB="ranlib"
4440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4441 break 2
4442 fi
4443done
4444 done
4445IFS=$as_save_IFS
4446
4447fi
4448fi
4449ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4450if test -n "$ac_ct_RANLIB"; then
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4452$as_echo "$ac_ct_RANLIB" >&6; }
4453else
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4455$as_echo "no" >&6; }
4456fi
4457
4458 if test "x$ac_ct_RANLIB" = x; then
4459 RANLIB=":"
4460 else
4461 case $cross_compiling:$ac_tool_warned in
4462yes:)
4463{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4464$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4465ac_tool_warned=yes ;;
4466esac
4467 RANLIB=$ac_ct_RANLIB
4468 fi
4469else
4470 RANLIB="$ac_cv_prog_RANLIB"
4471fi
4472
4473
4474# Check whether --enable-shared was given.
4475if test "${enable_shared+set}" = set; then :
4476 enableval=$enable_shared; p=${PACKAGE-default}
4477 case $enableval in
4478 yes) enable_shared=yes ;;
4479 no) enable_shared=no ;;
4480 *)
4481 enable_shared=no
4482 # Look at the argument we got. We use all the common list separators.
4483 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4484 for pkg in $enableval; do
4485 IFS="$lt_save_ifs"
4486 if test "X$pkg" = "X$p"; then
4487 enable_shared=yes
4488 fi
4489 done
4490 IFS="$lt_save_ifs"
4491 ;;
4492 esac
4493else
4494 enable_shared=no
4495fi
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506ac_ext=c
4507ac_cpp='$CPP $CPPFLAGS'
4508ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4509ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4510ac_compiler_gnu=$ac_cv_c_compiler_gnu
4511if test -n "$ac_tool_prefix"; then
4512 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4513set dummy ${ac_tool_prefix}gcc; ac_word=$2
4514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4515$as_echo_n "checking for $ac_word... " >&6; }
4516if test "${ac_cv_prog_CC+set}" = set; then :
4517 $as_echo_n "(cached) " >&6
4518else
4519 if test -n "$CC"; then
4520 ac_cv_prog_CC="$CC" # Let the user override the test.
4521else
4522as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4523for as_dir in $PATH
4524do
4525 IFS=$as_save_IFS
4526 test -z "$as_dir" && as_dir=.
4527 for ac_exec_ext in '' $ac_executable_extensions; do
4528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4529 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4530 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4531 break 2
4532 fi
4533done
4534 done
4535IFS=$as_save_IFS
4536
4537fi
4538fi
4539CC=$ac_cv_prog_CC
4540if test -n "$CC"; then
4541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4542$as_echo "$CC" >&6; }
4543else
4544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4545$as_echo "no" >&6; }
4546fi
4547
4548
4549fi
4550if test -z "$ac_cv_prog_CC"; then
4551 ac_ct_CC=$CC
4552 # Extract the first word of "gcc", so it can be a program name with args.
4553set dummy gcc; ac_word=$2
4554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4555$as_echo_n "checking for $ac_word... " >&6; }
4556if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4557 $as_echo_n "(cached) " >&6
4558else
4559 if test -n "$ac_ct_CC"; then
4560 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4561else
4562as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4563for as_dir in $PATH
4564do
4565 IFS=$as_save_IFS
4566 test -z "$as_dir" && as_dir=.
4567 for ac_exec_ext in '' $ac_executable_extensions; do
4568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4569 ac_cv_prog_ac_ct_CC="gcc"
4570 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4571 break 2
4572 fi
4573done
4574 done
4575IFS=$as_save_IFS
4576
4577fi
4578fi
4579ac_ct_CC=$ac_cv_prog_ac_ct_CC
4580if test -n "$ac_ct_CC"; then
4581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4582$as_echo "$ac_ct_CC" >&6; }
4583else
4584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4585$as_echo "no" >&6; }
4586fi
4587
4588 if test "x$ac_ct_CC" = x; then
4589 CC=""
4590 else
4591 case $cross_compiling:$ac_tool_warned in
4592yes:)
4593{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4594$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4595ac_tool_warned=yes ;;
4596esac
4597 CC=$ac_ct_CC
4598 fi
4599else
4600 CC="$ac_cv_prog_CC"
4601fi
4602
4603if test -z "$CC"; then
4604 if test -n "$ac_tool_prefix"; then
4605 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4606set dummy ${ac_tool_prefix}cc; ac_word=$2
4607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4608$as_echo_n "checking for $ac_word... " >&6; }
4609if test "${ac_cv_prog_CC+set}" = set; then :
4610 $as_echo_n "(cached) " >&6
4611else
4612 if test -n "$CC"; then
4613 ac_cv_prog_CC="$CC" # Let the user override the test.
4614else
4615as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4616for as_dir in $PATH
4617do
4618 IFS=$as_save_IFS
4619 test -z "$as_dir" && as_dir=.
4620 for ac_exec_ext in '' $ac_executable_extensions; do
4621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4622 ac_cv_prog_CC="${ac_tool_prefix}cc"
4623 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4624 break 2
4625 fi
4626done
4627 done
4628IFS=$as_save_IFS
4629
4630fi
4631fi
4632CC=$ac_cv_prog_CC
4633if test -n "$CC"; then
4634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4635$as_echo "$CC" >&6; }
4636else
4637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4638$as_echo "no" >&6; }
4639fi
4640
4641
4642 fi
4643fi
4644if test -z "$CC"; then
4645 # Extract the first word of "cc", so it can be a program name with args.
4646set dummy cc; ac_word=$2
4647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4648$as_echo_n "checking for $ac_word... " >&6; }
4649if test "${ac_cv_prog_CC+set}" = set; then :
4650 $as_echo_n "(cached) " >&6
4651else
4652 if test -n "$CC"; then
4653 ac_cv_prog_CC="$CC" # Let the user override the test.
4654else
4655 ac_prog_rejected=no
4656as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4657for as_dir in $PATH
4658do
4659 IFS=$as_save_IFS
4660 test -z "$as_dir" && as_dir=.
4661 for ac_exec_ext in '' $ac_executable_extensions; do
4662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4663 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4664 ac_prog_rejected=yes
4665 continue
4666 fi
4667 ac_cv_prog_CC="cc"
4668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4669 break 2
4670 fi
4671done
4672 done
4673IFS=$as_save_IFS
4674
4675if test $ac_prog_rejected = yes; then
4676 # We found a bogon in the path, so make sure we never use it.
4677 set dummy $ac_cv_prog_CC
4678 shift
4679 if test $# != 0; then
4680 # We chose a different compiler from the bogus one.
4681 # However, it has the same basename, so the bogon will be chosen
4682 # first if we set CC to just the basename; use the full file name.
4683 shift
4684 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4685 fi
4686fi
4687fi
4688fi
4689CC=$ac_cv_prog_CC
4690if test -n "$CC"; then
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4692$as_echo "$CC" >&6; }
4693else
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4695$as_echo "no" >&6; }
4696fi
4697
4698
4699fi
4700if test -z "$CC"; then
4701 if test -n "$ac_tool_prefix"; then
4702 for ac_prog in cl.exe
4703 do
4704 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4705set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4707$as_echo_n "checking for $ac_word... " >&6; }
4708if test "${ac_cv_prog_CC+set}" = set; then :
4709 $as_echo_n "(cached) " >&6
4710else
4711 if test -n "$CC"; then
4712 ac_cv_prog_CC="$CC" # Let the user override the test.
4713else
4714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4715for as_dir in $PATH
4716do
4717 IFS=$as_save_IFS
4718 test -z "$as_dir" && as_dir=.
4719 for ac_exec_ext in '' $ac_executable_extensions; do
4720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4721 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4723 break 2
4724 fi
4725done
4726 done
4727IFS=$as_save_IFS
4728
4729fi
4730fi
4731CC=$ac_cv_prog_CC
4732if test -n "$CC"; then
4733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4734$as_echo "$CC" >&6; }
4735else
4736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4737$as_echo "no" >&6; }
4738fi
4739
4740
4741 test -n "$CC" && break
4742 done
4743fi
4744if test -z "$CC"; then
4745 ac_ct_CC=$CC
4746 for ac_prog in cl.exe
4747do
4748 # Extract the first word of "$ac_prog", so it can be a program name with args.
4749set dummy $ac_prog; ac_word=$2
4750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4751$as_echo_n "checking for $ac_word... " >&6; }
4752if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4753 $as_echo_n "(cached) " >&6
4754else
4755 if test -n "$ac_ct_CC"; then
4756 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4757else
4758as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4759for as_dir in $PATH
4760do
4761 IFS=$as_save_IFS
4762 test -z "$as_dir" && as_dir=.
4763 for ac_exec_ext in '' $ac_executable_extensions; do
4764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4765 ac_cv_prog_ac_ct_CC="$ac_prog"
4766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4767 break 2
4768 fi
4769done
4770 done
4771IFS=$as_save_IFS
4772
4773fi
4774fi
4775ac_ct_CC=$ac_cv_prog_ac_ct_CC
4776if test -n "$ac_ct_CC"; then
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4778$as_echo "$ac_ct_CC" >&6; }
4779else
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4781$as_echo "no" >&6; }
4782fi
4783
4784
4785 test -n "$ac_ct_CC" && break
4786done
4787
4788 if test "x$ac_ct_CC" = x; then
4789 CC=""
4790 else
4791 case $cross_compiling:$ac_tool_warned in
4792yes:)
4793{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4794$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4795ac_tool_warned=yes ;;
4796esac
4797 CC=$ac_ct_CC
4798 fi
4799fi
4800
4801fi
4802
4803
4804test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4805$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4806as_fn_error "no acceptable C compiler found in \$PATH
4807See \`config.log' for more details." "$LINENO" 5; }
4808
4809# Provide some information about the compiler.
4810$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4811set X $ac_compile
4812ac_compiler=$2
4813for ac_option in --version -v -V -qversion; do
4814 { { ac_try="$ac_compiler $ac_option >&5"
4815case "(($ac_try" in
4816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4817 *) ac_try_echo=$ac_try;;
4818esac
4819eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4820$as_echo "$ac_try_echo"; } >&5
4821 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4822 ac_status=$?
4823 if test -s conftest.err; then
4824 sed '10a\
4825... rest of stderr output deleted ...
4826 10q' conftest.err >conftest.er1
4827 cat conftest.er1 >&5
4828 rm -f conftest.er1 conftest.err
4829 fi
4830 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4831 test $ac_status = 0; }
4832done
4833
4834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4835$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4836if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4837 $as_echo_n "(cached) " >&6
4838else
4839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4840/* end confdefs.h. */
4841
4842int
4843main ()
4844{
4845#ifndef __GNUC__
4846 choke me
4847#endif
4848
4849 ;
4850 return 0;
4851}
4852_ACEOF
4853if ac_fn_c_try_compile "$LINENO"; then :
4854 ac_compiler_gnu=yes
4855else
4856 ac_compiler_gnu=no
4857fi
4858rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4859ac_cv_c_compiler_gnu=$ac_compiler_gnu
4860
4861fi
4862{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4863$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4864if test $ac_compiler_gnu = yes; then
4865 GCC=yes
4866else
4867 GCC=
4868fi
4869ac_test_CFLAGS=${CFLAGS+set}
4870ac_save_CFLAGS=$CFLAGS
4871{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4872$as_echo_n "checking whether $CC accepts -g... " >&6; }
4873if test "${ac_cv_prog_cc_g+set}" = set; then :
4874 $as_echo_n "(cached) " >&6
4875else
4876 ac_save_c_werror_flag=$ac_c_werror_flag
4877 ac_c_werror_flag=yes
4878 ac_cv_prog_cc_g=no
4879 CFLAGS="-g"
4880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4881/* end confdefs.h. */
4882
4883int
4884main ()
4885{
4886
4887 ;
4888 return 0;
4889}
4890_ACEOF
4891if ac_fn_c_try_compile "$LINENO"; then :
4892 ac_cv_prog_cc_g=yes
4893else
4894 CFLAGS=""
4895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4896/* end confdefs.h. */
4897
4898int
4899main ()
4900{
4901
4902 ;
4903 return 0;
4904}
4905_ACEOF
4906if ac_fn_c_try_compile "$LINENO"; then :
4907
4908else
4909 ac_c_werror_flag=$ac_save_c_werror_flag
4910 CFLAGS="-g"
4911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4912/* end confdefs.h. */
4913
4914int
4915main ()
4916{
4917
4918 ;
4919 return 0;
4920}
4921_ACEOF
4922if ac_fn_c_try_compile "$LINENO"; then :
4923 ac_cv_prog_cc_g=yes
4924fi
4925rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4926fi
4927rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4928fi
4929rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4930 ac_c_werror_flag=$ac_save_c_werror_flag
4931fi
4932{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4933$as_echo "$ac_cv_prog_cc_g" >&6; }
4934if test "$ac_test_CFLAGS" = set; then
4935 CFLAGS=$ac_save_CFLAGS
4936elif test $ac_cv_prog_cc_g = yes; then
4937 if test "$GCC" = yes; then
4938 CFLAGS="-g -O2"
4939 else
4940 CFLAGS="-g"
4941 fi
4942else
4943 if test "$GCC" = yes; then
4944 CFLAGS="-O2"
4945 else
4946 CFLAGS=
4947 fi
4948fi
4949{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4950$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4951if test "${ac_cv_prog_cc_c89+set}" = set; then :
4952 $as_echo_n "(cached) " >&6
4953else
4954 ac_cv_prog_cc_c89=no
4955ac_save_CC=$CC
4956cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4957/* end confdefs.h. */
4958#include <stdarg.h>
4959#include <stdio.h>
4960#include <sys/types.h>
4961#include <sys/stat.h>
4962/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4963struct buf { int x; };
4964FILE * (*rcsopen) (struct buf *, struct stat *, int);
4965static char *e (p, i)
4966 char **p;
4967 int i;
4968{
4969 return p[i];
4970}
4971static char *f (char * (*g) (char **, int), char **p, ...)
4972{
4973 char *s;
4974 va_list v;
4975 va_start (v,p);
4976 s = g (p, va_arg (v,int));
4977 va_end (v);
4978 return s;
4979}
4980
4981/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4982 function prototypes and stuff, but not '\xHH' hex character constants.
4983 These don't provoke an error unfortunately, instead are silently treated
4984 as 'x'. The following induces an error, until -std is added to get
4985 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4986 array size at least. It's necessary to write '\x00'==0 to get something
4987 that's true only with -std. */
4988int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4989
4990/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4991 inside strings and character constants. */
4992#define FOO(x) 'x'
4993int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4994
4995int test (int i, double x);
4996struct s1 {int (*f) (int a);};
4997struct s2 {int (*f) (double a);};
4998int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4999int argc;
5000char **argv;
5001int
5002main ()
5003{
5004return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5005 ;
5006 return 0;
5007}
5008_ACEOF
5009for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5010 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5011do
5012 CC="$ac_save_CC $ac_arg"
5013 if ac_fn_c_try_compile "$LINENO"; then :
5014 ac_cv_prog_cc_c89=$ac_arg
5015fi
5016rm -f core conftest.err conftest.$ac_objext
5017 test "x$ac_cv_prog_cc_c89" != "xno" && break
5018done
5019rm -f conftest.$ac_ext
5020CC=$ac_save_CC
5021
5022fi
5023# AC_CACHE_VAL
5024case "x$ac_cv_prog_cc_c89" in
5025 x)
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5027$as_echo "none needed" >&6; } ;;
5028 xno)
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5030$as_echo "unsupported" >&6; } ;;
5031 *)
5032 CC="$CC $ac_cv_prog_cc_c89"
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5034$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5035esac
5036if test "x$ac_cv_prog_cc_c89" != xno; then :
5037
5038fi
5039
5040ac_ext=c
5041ac_cpp='$CPP $CPPFLAGS'
5042ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5043ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5044ac_compiler_gnu=$ac_cv_c_compiler_gnu
5045
5046ac_ext=c
5047ac_cpp='$CPP $CPPFLAGS'
5048ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5049ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5050ac_compiler_gnu=$ac_cv_c_compiler_gnu
5051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5052$as_echo_n "checking how to run the C preprocessor... " >&6; }
5053# On Suns, sometimes $CPP names a directory.
5054if test -n "$CPP" && test -d "$CPP"; then
5055 CPP=
5056fi
5057if test -z "$CPP"; then
5058 if test "${ac_cv_prog_CPP+set}" = set; then :
5059 $as_echo_n "(cached) " >&6
5060else
5061 # Double quotes because CPP needs to be expanded
5062 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5063 do
5064 ac_preproc_ok=false
5065for ac_c_preproc_warn_flag in '' yes
5066do
5067 # Use a header file that comes with gcc, so configuring glibc
5068 # with a fresh cross-compiler works.
5069 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5070 # <limits.h> exists even on freestanding compilers.
5071 # On the NeXT, cc -E runs the code through the compiler's parser,
5072 # not just through cpp. "Syntax error" is here to catch this case.
5073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5074/* end confdefs.h. */
5075#ifdef __STDC__
5076# include <limits.h>
5077#else
5078# include <assert.h>
5079#endif
5080 Syntax error
5081_ACEOF
5082if ac_fn_c_try_cpp "$LINENO"; then :
5083
5084else
5085 # Broken: fails on valid input.
5086continue
5087fi
5088rm -f conftest.err conftest.$ac_ext
5089
5090 # OK, works on sane cases. Now check whether nonexistent headers
5091 # can be detected and how.
5092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5093/* end confdefs.h. */
5094#include <ac_nonexistent.h>
5095_ACEOF
5096if ac_fn_c_try_cpp "$LINENO"; then :
5097 # Broken: success on invalid input.
5098continue
5099else
5100 # Passes both tests.
5101ac_preproc_ok=:
5102break
5103fi
5104rm -f conftest.err conftest.$ac_ext
5105
5106done
5107# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5108rm -f conftest.err conftest.$ac_ext
5109if $ac_preproc_ok; then :
5110 break
5111fi
5112
5113 done
5114 ac_cv_prog_CPP=$CPP
5115
5116fi
5117 CPP=$ac_cv_prog_CPP
5118else
5119 ac_cv_prog_CPP=$CPP
5120fi
5121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5122$as_echo "$CPP" >&6; }
5123ac_preproc_ok=false
5124for ac_c_preproc_warn_flag in '' yes
5125do
5126 # Use a header file that comes with gcc, so configuring glibc
5127 # with a fresh cross-compiler works.
5128 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5129 # <limits.h> exists even on freestanding compilers.
5130 # On the NeXT, cc -E runs the code through the compiler's parser,
5131 # not just through cpp. "Syntax error" is here to catch this case.
5132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5133/* end confdefs.h. */
5134#ifdef __STDC__
5135# include <limits.h>
5136#else
5137# include <assert.h>
5138#endif
5139 Syntax error
5140_ACEOF
5141if ac_fn_c_try_cpp "$LINENO"; then :
5142
5143else
5144 # Broken: fails on valid input.
5145continue
5146fi
5147rm -f conftest.err conftest.$ac_ext
5148
5149 # OK, works on sane cases. Now check whether nonexistent headers
5150 # can be detected and how.
5151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5152/* end confdefs.h. */
5153#include <ac_nonexistent.h>
5154_ACEOF
5155if ac_fn_c_try_cpp "$LINENO"; then :
5156 # Broken: success on invalid input.
5157continue
5158else
5159 # Passes both tests.
5160ac_preproc_ok=:
5161break
5162fi
5163rm -f conftest.err conftest.$ac_ext
5164
5165done
5166# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5167rm -f conftest.err conftest.$ac_ext
5168if $ac_preproc_ok; then :
5169
5170else
5171 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5172$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5173as_fn_error "C preprocessor \"$CPP\" fails sanity check
5174See \`config.log' for more details." "$LINENO" 5; }
5175fi
5176
5177ac_ext=c
5178ac_cpp='$CPP $CPPFLAGS'
5179ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5180ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5181ac_compiler_gnu=$ac_cv_c_compiler_gnu
5182
5183
5184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5185$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5186if test "${ac_cv_path_GREP+set}" = set; then :
5187 $as_echo_n "(cached) " >&6
5188else
5189 if test -z "$GREP"; then
5190 ac_path_GREP_found=false
5191 # Loop through the user's path and test for each of PROGNAME-LIST
5192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5193for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5194do
5195 IFS=$as_save_IFS
5196 test -z "$as_dir" && as_dir=.
5197 for ac_prog in grep ggrep; do
5198 for ac_exec_ext in '' $ac_executable_extensions; do
5199 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5200 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5201# Check for GNU ac_path_GREP and select it if it is found.
5202 # Check for GNU $ac_path_GREP
5203case `"$ac_path_GREP" --version 2>&1` in
5204*GNU*)
5205 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5206*)
5207 ac_count=0
5208 $as_echo_n 0123456789 >"conftest.in"
5209 while :
5210 do
5211 cat "conftest.in" "conftest.in" >"conftest.tmp"
5212 mv "conftest.tmp" "conftest.in"
5213 cp "conftest.in" "conftest.nl"
5214 $as_echo 'GREP' >> "conftest.nl"
5215 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5216 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5217 as_fn_arith $ac_count + 1 && ac_count=$as_val
5218 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5219 # Best one so far, save it but keep looking for a better one
5220 ac_cv_path_GREP="$ac_path_GREP"
5221 ac_path_GREP_max=$ac_count
5222 fi
5223 # 10*(2^10) chars as input seems more than enough
5224 test $ac_count -gt 10 && break
5225 done
5226 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5227esac
5228
5229 $ac_path_GREP_found && break 3
5230 done
5231 done
5232 done
5233IFS=$as_save_IFS
5234 if test -z "$ac_cv_path_GREP"; then
5235 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5236 fi
5237else
5238 ac_cv_path_GREP=$GREP
5239fi
5240
5241fi
5242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5243$as_echo "$ac_cv_path_GREP" >&6; }
5244 GREP="$ac_cv_path_GREP"
5245
5246
5247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5248$as_echo_n "checking for egrep... " >&6; }
5249if test "${ac_cv_path_EGREP+set}" = set; then :
5250 $as_echo_n "(cached) " >&6
5251else
5252 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5253 then ac_cv_path_EGREP="$GREP -E"
5254 else
5255 if test -z "$EGREP"; then
5256 ac_path_EGREP_found=false
5257 # Loop through the user's path and test for each of PROGNAME-LIST
5258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5259for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5260do
5261 IFS=$as_save_IFS
5262 test -z "$as_dir" && as_dir=.
5263 for ac_prog in egrep; do
5264 for ac_exec_ext in '' $ac_executable_extensions; do
5265 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5266 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5267# Check for GNU ac_path_EGREP and select it if it is found.
5268 # Check for GNU $ac_path_EGREP
5269case `"$ac_path_EGREP" --version 2>&1` in
5270*GNU*)
5271 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5272*)
5273 ac_count=0
5274 $as_echo_n 0123456789 >"conftest.in"
5275 while :
5276 do
5277 cat "conftest.in" "conftest.in" >"conftest.tmp"
5278 mv "conftest.tmp" "conftest.in"
5279 cp "conftest.in" "conftest.nl"
5280 $as_echo 'EGREP' >> "conftest.nl"
5281 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5282 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5283 as_fn_arith $ac_count + 1 && ac_count=$as_val
5284 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5285 # Best one so far, save it but keep looking for a better one
5286 ac_cv_path_EGREP="$ac_path_EGREP"
5287 ac_path_EGREP_max=$ac_count
5288 fi
5289 # 10*(2^10) chars as input seems more than enough
5290 test $ac_count -gt 10 && break
5291 done
5292 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5293esac
5294
5295 $ac_path_EGREP_found && break 3
5296 done
5297 done
5298 done
5299IFS=$as_save_IFS
5300 if test -z "$ac_cv_path_EGREP"; then
5301 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5302 fi
5303else
5304 ac_cv_path_EGREP=$EGREP
5305fi
5306
5307 fi
5308fi
5309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5310$as_echo "$ac_cv_path_EGREP" >&6; }
5311 EGREP="$ac_cv_path_EGREP"
5312
5313
5314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5315$as_echo_n "checking for ANSI C header files... " >&6; }
5316if test "${ac_cv_header_stdc+set}" = set; then :
5317 $as_echo_n "(cached) " >&6
5318else
5319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5320/* end confdefs.h. */
5321#include <stdlib.h>
5322#include <stdarg.h>
5323#include <string.h>
5324#include <float.h>
5325
5326int
5327main ()
5328{
5329
5330 ;
5331 return 0;
5332}
5333_ACEOF
5334if ac_fn_c_try_compile "$LINENO"; then :
5335 ac_cv_header_stdc=yes
5336else
5337 ac_cv_header_stdc=no
5338fi
5339rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5340
5341if test $ac_cv_header_stdc = yes; then
5342 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5344/* end confdefs.h. */
5345#include <string.h>
5346
5347_ACEOF
5348if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5349 $EGREP "memchr" >/dev/null 2>&1; then :
5350
5351else
5352 ac_cv_header_stdc=no
5353fi
5354rm -f conftest*
5355
5356fi
5357
5358if test $ac_cv_header_stdc = yes; then
5359 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5361/* end confdefs.h. */
5362#include <stdlib.h>
5363
5364_ACEOF
5365if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5366 $EGREP "free" >/dev/null 2>&1; then :
5367
5368else
5369 ac_cv_header_stdc=no
5370fi
5371rm -f conftest*
5372
5373fi
5374
5375if test $ac_cv_header_stdc = yes; then
5376 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5377 if test "$cross_compiling" = yes; then :
5378 :
5379else
5380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5381/* end confdefs.h. */
5382#include <ctype.h>
5383#include <stdlib.h>
5384#if ((' ' & 0x0FF) == 0x020)
5385# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5386# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5387#else
5388# define ISLOWER(c) \
5389 (('a' <= (c) && (c) <= 'i') \
5390 || ('j' <= (c) && (c) <= 'r') \
5391 || ('s' <= (c) && (c) <= 'z'))
5392# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5393#endif
5394
5395#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5396int
5397main ()
5398{
5399 int i;
5400 for (i = 0; i < 256; i++)
5401 if (XOR (islower (i), ISLOWER (i))
5402 || toupper (i) != TOUPPER (i))
5403 return 2;
5404 return 0;
5405}
5406_ACEOF
5407if ac_fn_c_try_run "$LINENO"; then :
5408
5409else
5410 ac_cv_header_stdc=no
5411fi
5412rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5413 conftest.$ac_objext conftest.beam conftest.$ac_ext
5414fi
5415
5416fi
5417fi
5418{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5419$as_echo "$ac_cv_header_stdc" >&6; }
5420if test $ac_cv_header_stdc = yes; then
5421
5422$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5423
5424fi
5425
5426# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5427for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5428 inttypes.h stdint.h unistd.h
5429do :
5430 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5431ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5432"
5433eval as_val=\$$as_ac_Header
5434 if test "x$as_val" = x""yes; then :
5435 cat >>confdefs.h <<_ACEOF
5436#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5437_ACEOF
5438
5439fi
5440
5441done
5442
5443
5444
5445 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5446if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5447 MINIX=yes
5448else
5449 MINIX=
5450fi
5451
5452
5453 if test "$MINIX" = yes; then
5454
5455$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5456
5457
5458$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5459
5460
5461$as_echo "#define _MINIX 1" >>confdefs.h
5462
5463 fi
5464
5465
5466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5467$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5468if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5469 $as_echo_n "(cached) " >&6
5470else
5471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5472/* end confdefs.h. */
5473
5474# define __EXTENSIONS__ 1
5475 $ac_includes_default
5476int
5477main ()
5478{
5479
5480 ;
5481 return 0;
5482}
5483_ACEOF
5484if ac_fn_c_try_compile "$LINENO"; then :
5485 ac_cv_safe_to_define___extensions__=yes
5486else
5487 ac_cv_safe_to_define___extensions__=no
5488fi
5489rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5490fi
5491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5492$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5493 test $ac_cv_safe_to_define___extensions__ = yes &&
5494 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5495
5496 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5497
5498 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5499
5500 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5501
5502 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5503
5504
5505
5506
5507
5508case `pwd` in
5509 *\ * | *\ *)
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5511$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5512esac
5513
5514
5515
5516macro_version='2.2.6'
5517macro_revision='1.3012'
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531ltmain="$ac_aux_dir/ltmain.sh"
5532
5533{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5534$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5535if test "${ac_cv_path_SED+set}" = set; then :
5536 $as_echo_n "(cached) " >&6
5537else
5538 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5539 for ac_i in 1 2 3 4 5 6 7; do
5540 ac_script="$ac_script$as_nl$ac_script"
5541 done
5542 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5543 { ac_script=; unset ac_script;}
5544 if test -z "$SED"; then
5545 ac_path_SED_found=false
5546 # Loop through the user's path and test for each of PROGNAME-LIST
5547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5548for as_dir in $PATH
5549do
5550 IFS=$as_save_IFS
5551 test -z "$as_dir" && as_dir=.
5552 for ac_prog in sed gsed; do
5553 for ac_exec_ext in '' $ac_executable_extensions; do
5554 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5555 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5556# Check for GNU ac_path_SED and select it if it is found.
5557 # Check for GNU $ac_path_SED
5558case `"$ac_path_SED" --version 2>&1` in
5559*GNU*)
5560 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5561*)
5562 ac_count=0
5563 $as_echo_n 0123456789 >"conftest.in"
5564 while :
5565 do
5566 cat "conftest.in" "conftest.in" >"conftest.tmp"
5567 mv "conftest.tmp" "conftest.in"
5568 cp "conftest.in" "conftest.nl"
5569 $as_echo '' >> "conftest.nl"
5570 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5571 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5572 as_fn_arith $ac_count + 1 && ac_count=$as_val
5573 if test $ac_count -gt ${ac_path_SED_max-0}; then
5574 # Best one so far, save it but keep looking for a better one
5575 ac_cv_path_SED="$ac_path_SED"
5576 ac_path_SED_max=$ac_count
5577 fi
5578 # 10*(2^10) chars as input seems more than enough
5579 test $ac_count -gt 10 && break
5580 done
5581 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5582esac
5583
5584 $ac_path_SED_found && break 3
5585 done
5586 done
5587 done
5588IFS=$as_save_IFS
5589 if test -z "$ac_cv_path_SED"; then
5590 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5591 fi
5592else
5593 ac_cv_path_SED=$SED
5594fi
5595
5596fi
5597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5598$as_echo "$ac_cv_path_SED" >&6; }
5599 SED="$ac_cv_path_SED"
5600 rm -f conftest.sed
5601
5602test -z "$SED" && SED=sed
5603Xsed="$SED -e 1s/^X//"
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5616$as_echo_n "checking for fgrep... " >&6; }
5617if test "${ac_cv_path_FGREP+set}" = set; then :
5618 $as_echo_n "(cached) " >&6
5619else
5620 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5621 then ac_cv_path_FGREP="$GREP -F"
5622 else
5623 if test -z "$FGREP"; then
5624 ac_path_FGREP_found=false
5625 # Loop through the user's path and test for each of PROGNAME-LIST
5626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5627for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5628do
5629 IFS=$as_save_IFS
5630 test -z "$as_dir" && as_dir=.
5631 for ac_prog in fgrep; do
5632 for ac_exec_ext in '' $ac_executable_extensions; do
5633 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5634 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5635# Check for GNU ac_path_FGREP and select it if it is found.
5636 # Check for GNU $ac_path_FGREP
5637case `"$ac_path_FGREP" --version 2>&1` in
5638*GNU*)
5639 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5640*)
5641 ac_count=0
5642 $as_echo_n 0123456789 >"conftest.in"
5643 while :
5644 do
5645 cat "conftest.in" "conftest.in" >"conftest.tmp"
5646 mv "conftest.tmp" "conftest.in"
5647 cp "conftest.in" "conftest.nl"
5648 $as_echo 'FGREP' >> "conftest.nl"
5649 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5650 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5651 as_fn_arith $ac_count + 1 && ac_count=$as_val
5652 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5653 # Best one so far, save it but keep looking for a better one
5654 ac_cv_path_FGREP="$ac_path_FGREP"
5655 ac_path_FGREP_max=$ac_count
5656 fi
5657 # 10*(2^10) chars as input seems more than enough
5658 test $ac_count -gt 10 && break
5659 done
5660 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5661esac
5662
5663 $ac_path_FGREP_found && break 3
5664 done
5665 done
5666 done
5667IFS=$as_save_IFS
5668 if test -z "$ac_cv_path_FGREP"; then
5669 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5670 fi
5671else
5672 ac_cv_path_FGREP=$FGREP
5673fi
5674
5675 fi
5676fi
5677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5678$as_echo "$ac_cv_path_FGREP" >&6; }
5679 FGREP="$ac_cv_path_FGREP"
5680
5681
5682test -z "$GREP" && GREP=grep
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702# Check whether --with-gnu-ld was given.
5703if test "${with_gnu_ld+set}" = set; then :
5704 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5705else
5706 with_gnu_ld=no
5707fi
5708
5709ac_prog=ld
5710if test "$GCC" = yes; then
5711 # Check if gcc -print-prog-name=ld gives a path.
5712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5713$as_echo_n "checking for ld used by $CC... " >&6; }
5714 case $host in
5715 *-*-mingw*)
5716 # gcc leaves a trailing carriage return which upsets mingw
5717 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5718 *)
5719 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5720 esac
5721 case $ac_prog in
5722 # Accept absolute paths.
5723 [\\/]* | ?:[\\/]*)
5724 re_direlt='/[^/][^/]*/\.\./'
5725 # Canonicalize the pathname of ld
5726 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5727 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5728 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5729 done
5730 test -z "$LD" && LD="$ac_prog"
5731 ;;
5732 "")
5733 # If it fails, then pretend we aren't using GCC.
5734 ac_prog=ld
5735 ;;
5736 *)
5737 # If it is relative, then search for the first ld in PATH.
5738 with_gnu_ld=unknown
5739 ;;
5740 esac
5741elif test "$with_gnu_ld" = yes; then
5742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5743$as_echo_n "checking for GNU ld... " >&6; }
5744else
5745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5746$as_echo_n "checking for non-GNU ld... " >&6; }
5747fi
5748if test "${lt_cv_path_LD+set}" = set; then :
5749 $as_echo_n "(cached) " >&6
5750else
5751 if test -z "$LD"; then
5752 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5753 for ac_dir in $PATH; do
5754 IFS="$lt_save_ifs"
5755 test -z "$ac_dir" && ac_dir=.
5756 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5757 lt_cv_path_LD="$ac_dir/$ac_prog"
5758 # Check to see if the program is GNU ld. I'd rather use --version,
5759 # but apparently some variants of GNU ld only accept -v.
5760 # Break only if it was the GNU/non-GNU ld that we prefer.
5761 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5762 *GNU* | *'with BFD'*)
5763 test "$with_gnu_ld" != no && break
5764 ;;
5765 *)
5766 test "$with_gnu_ld" != yes && break
5767 ;;
5768 esac
5769 fi
5770 done
5771 IFS="$lt_save_ifs"
5772else
5773 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5774fi
5775fi
5776
5777LD="$lt_cv_path_LD"
5778if test -n "$LD"; then
5779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5780$as_echo "$LD" >&6; }
5781else
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5783$as_echo "no" >&6; }
5784fi
5785test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5787$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5788if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5789 $as_echo_n "(cached) " >&6
5790else
5791 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5792case `$LD -v 2>&1 </dev/null` in
5793*GNU* | *'with BFD'*)
5794 lt_cv_prog_gnu_ld=yes
5795 ;;
5796*)
5797 lt_cv_prog_gnu_ld=no
5798 ;;
5799esac
5800fi
5801{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5802$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5803with_gnu_ld=$lt_cv_prog_gnu_ld
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5814$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5815if test "${lt_cv_path_NM+set}" = set; then :
5816 $as_echo_n "(cached) " >&6
5817else
5818 if test -n "$NM"; then
5819 # Let the user override the test.
5820 lt_cv_path_NM="$NM"
5821else
5822 lt_nm_to_check="${ac_tool_prefix}nm"
5823 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5824 lt_nm_to_check="$lt_nm_to_check nm"
5825 fi
5826 for lt_tmp_nm in $lt_nm_to_check; do
5827 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5828 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5829 IFS="$lt_save_ifs"
5830 test -z "$ac_dir" && ac_dir=.
5831 tmp_nm="$ac_dir/$lt_tmp_nm"
5832 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5833 # Check to see if the nm accepts a BSD-compat flag.
5834 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5835 # nm: unknown option "B" ignored
5836 # Tru64's nm complains that /dev/null is an invalid object file
5837 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5838 */dev/null* | *'Invalid file or object type'*)
5839 lt_cv_path_NM="$tmp_nm -B"
5840 break
5841 ;;
5842 *)
5843 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5844 */dev/null*)
5845 lt_cv_path_NM="$tmp_nm -p"
5846 break
5847 ;;
5848 *)
5849 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5850 continue # so that we can try to find one that supports BSD flags
5851 ;;
5852 esac
5853 ;;
5854 esac
5855 fi
5856 done
5857 IFS="$lt_save_ifs"
5858 done
5859 : ${lt_cv_path_NM=no}
5860fi
5861fi
5862{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5863$as_echo "$lt_cv_path_NM" >&6; }
5864if test "$lt_cv_path_NM" != "no"; then
5865 NM="$lt_cv_path_NM"
5866else
5867 # Didn't find any BSD compatible name lister, look for dumpbin.
5868 if test -n "$ac_tool_prefix"; then
5869 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5870 do
5871 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5872set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5874$as_echo_n "checking for $ac_word... " >&6; }
5875if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5876 $as_echo_n "(cached) " >&6
5877else
5878 if test -n "$DUMPBIN"; then
5879 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5880else
5881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5882for as_dir in $PATH
5883do
5884 IFS=$as_save_IFS
5885 test -z "$as_dir" && as_dir=.
5886 for ac_exec_ext in '' $ac_executable_extensions; do
5887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5888 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5890 break 2
5891 fi
5892done
5893 done
5894IFS=$as_save_IFS
5895
5896fi
5897fi
5898DUMPBIN=$ac_cv_prog_DUMPBIN
5899if test -n "$DUMPBIN"; then
5900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5901$as_echo "$DUMPBIN" >&6; }
5902else
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5904$as_echo "no" >&6; }
5905fi
5906
5907
5908 test -n "$DUMPBIN" && break
5909 done
5910fi
5911if test -z "$DUMPBIN"; then
5912 ac_ct_DUMPBIN=$DUMPBIN
5913 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5914do
5915 # Extract the first word of "$ac_prog", so it can be a program name with args.
5916set dummy $ac_prog; ac_word=$2
5917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5918$as_echo_n "checking for $ac_word... " >&6; }
5919if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5920 $as_echo_n "(cached) " >&6
5921else
5922 if test -n "$ac_ct_DUMPBIN"; then
5923 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5924else
5925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5926for as_dir in $PATH
5927do
5928 IFS=$as_save_IFS
5929 test -z "$as_dir" && as_dir=.
5930 for ac_exec_ext in '' $ac_executable_extensions; do
5931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5932 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5934 break 2
5935 fi
5936done
5937 done
5938IFS=$as_save_IFS
5939
5940fi
5941fi
5942ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5943if test -n "$ac_ct_DUMPBIN"; then
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5945$as_echo "$ac_ct_DUMPBIN" >&6; }
5946else
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5948$as_echo "no" >&6; }
5949fi
5950
5951
5952 test -n "$ac_ct_DUMPBIN" && break
5953done
5954
5955 if test "x$ac_ct_DUMPBIN" = x; then
5956 DUMPBIN=":"
5957 else
5958 case $cross_compiling:$ac_tool_warned in
5959yes:)
5960{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5961$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5962ac_tool_warned=yes ;;
5963esac
5964 DUMPBIN=$ac_ct_DUMPBIN
5965 fi
5966fi
5967
5968
5969 if test "$DUMPBIN" != ":"; then
5970 NM="$DUMPBIN"
5971 fi
5972fi
5973test -z "$NM" && NM=nm
5974
5975
5976
5977
5978
5979
5980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5981$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5982if test "${lt_cv_nm_interface+set}" = set; then :
5983 $as_echo_n "(cached) " >&6
5984else
5985 lt_cv_nm_interface="BSD nm"
5986 echo "int some_variable = 0;" > conftest.$ac_ext
5987 (eval echo "\"\$as_me:5987: $ac_compile\"" >&5)
5988 (eval "$ac_compile" 2>conftest.err)
5989 cat conftest.err >&5
5990 (eval echo "\"\$as_me:5990: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5991 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5992 cat conftest.err >&5
5993 (eval echo "\"\$as_me:5993: output\"" >&5)
5994 cat conftest.out >&5
5995 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5996 lt_cv_nm_interface="MS dumpbin"
5997 fi
5998 rm -f conftest*
5999fi
6000{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6001$as_echo "$lt_cv_nm_interface" >&6; }
6002
6003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6004$as_echo_n "checking whether ln -s works... " >&6; }
6005LN_S=$as_ln_s
6006if test "$LN_S" = "ln -s"; then
6007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6008$as_echo "yes" >&6; }
6009else
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6011$as_echo "no, using $LN_S" >&6; }
6012fi
6013
6014# find the maximum length of command line arguments
6015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6016$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6017if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6018 $as_echo_n "(cached) " >&6
6019else
6020 i=0
6021 teststring="ABCD"
6022
6023 case $build_os in
6024 msdosdjgpp*)
6025 # On DJGPP, this test can blow up pretty badly due to problems in libc
6026 # (any single argument exceeding 2000 bytes causes a buffer overrun
6027 # during glob expansion). Even if it were fixed, the result of this
6028 # check would be larger than it should be.
6029 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6030 ;;
6031
6032 gnu*)
6033 # Under GNU Hurd, this test is not required because there is
6034 # no limit to the length of command line arguments.
6035 # Libtool will interpret -1 as no limit whatsoever
6036 lt_cv_sys_max_cmd_len=-1;
6037 ;;
6038
6039 cygwin* | mingw* | cegcc*)
6040 # On Win9x/ME, this test blows up -- it succeeds, but takes
6041 # about 5 minutes as the teststring grows exponentially.
6042 # Worse, since 9x/ME are not pre-emptively multitasking,
6043 # you end up with a "frozen" computer, even though with patience
6044 # the test eventually succeeds (with a max line length of 256k).
6045 # Instead, let's just punt: use the minimum linelength reported by
6046 # all of the supported platforms: 8192 (on NT/2K/XP).
6047 lt_cv_sys_max_cmd_len=8192;
6048 ;;
6049
6050 amigaos*)
6051 # On AmigaOS with pdksh, this test takes hours, literally.
6052 # So we just punt and use a minimum line length of 8192.
6053 lt_cv_sys_max_cmd_len=8192;
6054 ;;
6055
6056 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6057 # This has been around since 386BSD, at least. Likely further.
6058 if test -x /sbin/sysctl; then
6059 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6060 elif test -x /usr/sbin/sysctl; then
6061 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6062 else
6063 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6064 fi
6065 # And add a safety zone
6066 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6067 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6068 ;;
6069
6070 interix*)
6071 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6072 lt_cv_sys_max_cmd_len=196608
6073 ;;
6074
6075 osf*)
6076 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6077 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6078 # nice to cause kernel panics so lets avoid the loop below.
6079 # First set a reasonable default.
6080 lt_cv_sys_max_cmd_len=16384
6081 #
6082 if test -x /sbin/sysconfig; then
6083 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6084 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6085 esac
6086 fi
6087 ;;
6088 sco3.2v5*)
6089 lt_cv_sys_max_cmd_len=102400
6090 ;;
6091 sysv5* | sco5v6* | sysv4.2uw2*)
6092 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6093 if test -n "$kargmax"; then
6094 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6095 else
6096 lt_cv_sys_max_cmd_len=32768
6097 fi
6098 ;;
6099 *)
6100 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6101 if test -n "$lt_cv_sys_max_cmd_len"; then
6102 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6103 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6104 else
6105 # Make teststring a little bigger before we do anything with it.
6106 # a 1K string should be a reasonable start.
6107 for i in 1 2 3 4 5 6 7 8 ; do
6108 teststring=$teststring$teststring
6109 done
6110 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6111 # If test is not a shell built-in, we'll probably end up computing a
6112 # maximum length that is only half of the actual maximum length, but
6113 # we can't tell.
6114 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
6115 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
6116 test $i != 17 # 1/2 MB should be enough
6117 do
6118 i=`expr $i + 1`
6119 teststring=$teststring$teststring
6120 done
6121 # Only check the string length outside the loop.
6122 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6123 teststring=
6124 # Add a significant safety factor because C++ compilers can tack on
6125 # massive amounts of additional arguments before passing them to the
6126 # linker. It appears as though 1/2 is a usable value.
6127 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6128 fi
6129 ;;
6130 esac
6131
6132fi
6133
6134if test -n $lt_cv_sys_max_cmd_len ; then
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6136$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6137else
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6139$as_echo "none" >&6; }
6140fi
6141max_cmd_len=$lt_cv_sys_max_cmd_len
6142
6143
6144
6145
6146
6147
6148: ${CP="cp -f"}
6149: ${MV="mv -f"}
6150: ${RM="rm -f"}
6151
6152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6153$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6154# Try some XSI features
6155xsi_shell=no
6156( _lt_dummy="a/b/c"
6157 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6158 = c,a/b,, \
6159 && eval 'test $(( 1 + 1 )) -eq 2 \
6160 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6161 && xsi_shell=yes
6162{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6163$as_echo "$xsi_shell" >&6; }
6164
6165
6166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6167$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6168lt_shell_append=no
6169( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6170 >/dev/null 2>&1 \
6171 && lt_shell_append=yes
6172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6173$as_echo "$lt_shell_append" >&6; }
6174
6175
6176if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6177 lt_unset=unset
6178else
6179 lt_unset=false
6180fi
6181
6182
6183
6184
6185
6186# test EBCDIC or ASCII
6187case `echo X|tr X '\101'` in
6188 A) # ASCII based system
6189 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6190 lt_SP2NL='tr \040 \012'
6191 lt_NL2SP='tr \015\012 \040\040'
6192 ;;
6193 *) # EBCDIC based system
6194 lt_SP2NL='tr \100 \n'
6195 lt_NL2SP='tr \r\n \100\100'
6196 ;;
6197esac
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6208$as_echo_n "checking for $LD option to reload object files... " >&6; }
6209if test "${lt_cv_ld_reload_flag+set}" = set; then :
6210 $as_echo_n "(cached) " >&6
6211else
6212 lt_cv_ld_reload_flag='-r'
6213fi
6214{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6215$as_echo "$lt_cv_ld_reload_flag" >&6; }
6216reload_flag=$lt_cv_ld_reload_flag
6217case $reload_flag in
6218"" | " "*) ;;
6219*) reload_flag=" $reload_flag" ;;
6220esac
6221reload_cmds='$LD$reload_flag -o $output$reload_objs'
6222case $host_os in
6223 darwin*)
6224 if test "$GCC" = yes; then
6225 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6226 else
6227 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6228 fi
6229 ;;
6230esac
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240if test -n "$ac_tool_prefix"; then
6241 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6242set dummy ${ac_tool_prefix}objdump; ac_word=$2
6243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6244$as_echo_n "checking for $ac_word... " >&6; }
6245if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6246 $as_echo_n "(cached) " >&6
6247else
6248 if test -n "$OBJDUMP"; then
6249 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6250else
6251as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6252for as_dir in $PATH
6253do
6254 IFS=$as_save_IFS
6255 test -z "$as_dir" && as_dir=.
6256 for ac_exec_ext in '' $ac_executable_extensions; do
6257 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6258 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6259 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6260 break 2
6261 fi
6262done
6263 done
6264IFS=$as_save_IFS
6265
6266fi
6267fi
6268OBJDUMP=$ac_cv_prog_OBJDUMP
6269if test -n "$OBJDUMP"; then
6270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6271$as_echo "$OBJDUMP" >&6; }
6272else
6273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6274$as_echo "no" >&6; }
6275fi
6276
6277
6278fi
6279if test -z "$ac_cv_prog_OBJDUMP"; then
6280 ac_ct_OBJDUMP=$OBJDUMP
6281 # Extract the first word of "objdump", so it can be a program name with args.
6282set dummy objdump; ac_word=$2
6283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6284$as_echo_n "checking for $ac_word... " >&6; }
6285if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6286 $as_echo_n "(cached) " >&6
6287else
6288 if test -n "$ac_ct_OBJDUMP"; then
6289 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6290else
6291as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6292for as_dir in $PATH
6293do
6294 IFS=$as_save_IFS
6295 test -z "$as_dir" && as_dir=.
6296 for ac_exec_ext in '' $ac_executable_extensions; do
6297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6298 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6300 break 2
6301 fi
6302done
6303 done
6304IFS=$as_save_IFS
6305
6306fi
6307fi
6308ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6309if test -n "$ac_ct_OBJDUMP"; then
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6311$as_echo "$ac_ct_OBJDUMP" >&6; }
6312else
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6314$as_echo "no" >&6; }
6315fi
6316
6317 if test "x$ac_ct_OBJDUMP" = x; then
6318 OBJDUMP="false"
6319 else
6320 case $cross_compiling:$ac_tool_warned in
6321yes:)
6322{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6323$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6324ac_tool_warned=yes ;;
6325esac
6326 OBJDUMP=$ac_ct_OBJDUMP
6327 fi
6328else
6329 OBJDUMP="$ac_cv_prog_OBJDUMP"
6330fi
6331
6332test -z "$OBJDUMP" && OBJDUMP=objdump
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6343$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6344if test "${lt_cv_deplibs_check_method+set}" = set; then :
6345 $as_echo_n "(cached) " >&6
6346else
6347 lt_cv_file_magic_cmd='$MAGIC_CMD'
6348lt_cv_file_magic_test_file=
6349lt_cv_deplibs_check_method='unknown'
6350# Need to set the preceding variable on all platforms that support
6351# interlibrary dependencies.
6352# 'none' -- dependencies not supported.
6353# `unknown' -- same as none, but documents that we really don't know.
6354# 'pass_all' -- all dependencies passed with no checks.
6355# 'test_compile' -- check by making test program.
6356# 'file_magic [[regex]]' -- check by looking for files in library path
6357# which responds to the $file_magic_cmd with a given extended regex.
6358# If you have `file' or equivalent on your system and you're not sure
6359# whether `pass_all' will *always* work, you probably want this one.
6360
6361case $host_os in
6362aix[4-9]*)
6363 lt_cv_deplibs_check_method=pass_all
6364 ;;
6365
6366beos*)
6367 lt_cv_deplibs_check_method=pass_all
6368 ;;
6369
6370bsdi[45]*)
6371 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6372 lt_cv_file_magic_cmd='/usr/bin/file -L'
6373 lt_cv_file_magic_test_file=/shlib/libc.so
6374 ;;
6375
6376cygwin*)
6377 # func_win32_libid is a shell function defined in ltmain.sh
6378 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6379 lt_cv_file_magic_cmd='func_win32_libid'
6380 ;;
6381
6382mingw* | pw32*)
6383 # Base MSYS/MinGW do not provide the 'file' command needed by
6384 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6385 # unless we find 'file', for example because we are cross-compiling.
6386 if ( file / ) >/dev/null 2>&1; then
6387 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6388 lt_cv_file_magic_cmd='func_win32_libid'
6389 else
6390 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6391 lt_cv_file_magic_cmd='$OBJDUMP -f'
6392 fi
6393 ;;
6394
6395cegcc)
6396 # use the weaker test based on 'objdump'. See mingw*.
6397 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6398 lt_cv_file_magic_cmd='$OBJDUMP -f'
6399 ;;
6400
6401darwin* | rhapsody*)
6402 lt_cv_deplibs_check_method=pass_all
6403 ;;
6404
6405freebsd* | dragonfly*)
6406 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6407 case $host_cpu in
6408 i*86 )
6409 # Not sure whether the presence of OpenBSD here was a mistake.
6410 # Let's accept both of them until this is cleared up.
6411 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6412 lt_cv_file_magic_cmd=/usr/bin/file
6413 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6414 ;;
6415 esac
6416 else
6417 lt_cv_deplibs_check_method=pass_all
6418 fi
6419 ;;
6420
6421gnu*)
6422 lt_cv_deplibs_check_method=pass_all
6423 ;;
6424
6425hpux10.20* | hpux11*)
6426 lt_cv_file_magic_cmd=/usr/bin/file
6427 case $host_cpu in
6428 ia64*)
6429 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6430 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6431 ;;
6432 hppa*64*)
6433 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
6434 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6435 ;;
6436 *)
6437 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
6438 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6439 ;;
6440 esac
6441 ;;
6442
6443interix[3-9]*)
6444 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6445 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6446 ;;
6447
6448irix5* | irix6* | nonstopux*)
6449 case $LD in
6450 *-32|*"-32 ") libmagic=32-bit;;
6451 *-n32|*"-n32 ") libmagic=N32;;
6452 *-64|*"-64 ") libmagic=64-bit;;
6453 *) libmagic=never-match;;
6454 esac
6455 lt_cv_deplibs_check_method=pass_all
6456 ;;
6457
6458# This must be Linux ELF.
6459linux* | k*bsd*-gnu | kopensolaris*-gnu)
6460 lt_cv_deplibs_check_method=pass_all
6461 ;;
6462
6463netbsd*)
6464 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6465 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6466 else
6467 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6468 fi
6469 ;;
6470
6471newos6*)
6472 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6473 lt_cv_file_magic_cmd=/usr/bin/file
6474 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6475 ;;
6476
6477*nto* | *qnx*)
6478 lt_cv_deplibs_check_method=pass_all
6479 ;;
6480
6481openbsd*)
6482 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6483 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6484 else
6485 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6486 fi
6487 ;;
6488
6489osf3* | osf4* | osf5*)
6490 lt_cv_deplibs_check_method=pass_all
6491 ;;
6492
6493rdos*)
6494 lt_cv_deplibs_check_method=pass_all
6495 ;;
6496
6497solaris*)
6498 lt_cv_deplibs_check_method=pass_all
6499 ;;
6500
6501sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6502 lt_cv_deplibs_check_method=pass_all
6503 ;;
6504
6505sysv4 | sysv4.3*)
6506 case $host_vendor in
6507 motorola)
6508 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]'
6509 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6510 ;;
6511 ncr)
6512 lt_cv_deplibs_check_method=pass_all
6513 ;;
6514 sequent)
6515 lt_cv_file_magic_cmd='/bin/file'
6516 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6517 ;;
6518 sni)
6519 lt_cv_file_magic_cmd='/bin/file'
6520 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6521 lt_cv_file_magic_test_file=/lib/libc.so
6522 ;;
6523 siemens)
6524 lt_cv_deplibs_check_method=pass_all
6525 ;;
6526 pc)
6527 lt_cv_deplibs_check_method=pass_all
6528 ;;
6529 esac
6530 ;;
6531
6532tpf*)
6533 lt_cv_deplibs_check_method=pass_all
6534 ;;
6535esac
6536
6537fi
6538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6539$as_echo "$lt_cv_deplibs_check_method" >&6; }
6540file_magic_cmd=$lt_cv_file_magic_cmd
6541deplibs_check_method=$lt_cv_deplibs_check_method
6542test -z "$deplibs_check_method" && deplibs_check_method=unknown
6543
6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555if test -n "$ac_tool_prefix"; then
6556 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6557set dummy ${ac_tool_prefix}ar; ac_word=$2
6558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6559$as_echo_n "checking for $ac_word... " >&6; }
6560if test "${ac_cv_prog_AR+set}" = set; then :
6561 $as_echo_n "(cached) " >&6
6562else
6563 if test -n "$AR"; then
6564 ac_cv_prog_AR="$AR" # Let the user override the test.
6565else
6566as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6567for as_dir in $PATH
6568do
6569 IFS=$as_save_IFS
6570 test -z "$as_dir" && as_dir=.
6571 for ac_exec_ext in '' $ac_executable_extensions; do
6572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6573 ac_cv_prog_AR="${ac_tool_prefix}ar"
6574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6575 break 2
6576 fi
6577done
6578 done
6579IFS=$as_save_IFS
6580
6581fi
6582fi
6583AR=$ac_cv_prog_AR
6584if test -n "$AR"; then
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6586$as_echo "$AR" >&6; }
6587else
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6589$as_echo "no" >&6; }
6590fi
6591
6592
6593fi
6594if test -z "$ac_cv_prog_AR"; then
6595 ac_ct_AR=$AR
6596 # Extract the first word of "ar", so it can be a program name with args.
6597set dummy ar; ac_word=$2
6598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6599$as_echo_n "checking for $ac_word... " >&6; }
6600if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6601 $as_echo_n "(cached) " >&6
6602else
6603 if test -n "$ac_ct_AR"; then
6604 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6605else
6606as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6607for as_dir in $PATH
6608do
6609 IFS=$as_save_IFS
6610 test -z "$as_dir" && as_dir=.
6611 for ac_exec_ext in '' $ac_executable_extensions; do
6612 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6613 ac_cv_prog_ac_ct_AR="ar"
6614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6615 break 2
6616 fi
6617done
6618 done
6619IFS=$as_save_IFS
6620
6621fi
6622fi
6623ac_ct_AR=$ac_cv_prog_ac_ct_AR
6624if test -n "$ac_ct_AR"; then
6625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6626$as_echo "$ac_ct_AR" >&6; }
6627else
6628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6629$as_echo "no" >&6; }
6630fi
6631
6632 if test "x$ac_ct_AR" = x; then
6633 AR="false"
6634 else
6635 case $cross_compiling:$ac_tool_warned in
6636yes:)
6637{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6638$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6639ac_tool_warned=yes ;;
6640esac
6641 AR=$ac_ct_AR
6642 fi
6643else
6644 AR="$ac_cv_prog_AR"
6645fi
6646
6647test -z "$AR" && AR=ar
6648test -z "$AR_FLAGS" && AR_FLAGS=cru
6649
6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660if test -n "$ac_tool_prefix"; then
6661 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6662set dummy ${ac_tool_prefix}strip; ac_word=$2
6663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6664$as_echo_n "checking for $ac_word... " >&6; }
6665if test "${ac_cv_prog_STRIP+set}" = set; then :
6666 $as_echo_n "(cached) " >&6
6667else
6668 if test -n "$STRIP"; then
6669 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6670else
6671as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6672for as_dir in $PATH
6673do
6674 IFS=$as_save_IFS
6675 test -z "$as_dir" && as_dir=.
6676 for ac_exec_ext in '' $ac_executable_extensions; do
6677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6678 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6680 break 2
6681 fi
6682done
6683 done
6684IFS=$as_save_IFS
6685
6686fi
6687fi
6688STRIP=$ac_cv_prog_STRIP
6689if test -n "$STRIP"; then
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6691$as_echo "$STRIP" >&6; }
6692else
6693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6694$as_echo "no" >&6; }
6695fi
6696
6697
6698fi
6699if test -z "$ac_cv_prog_STRIP"; then
6700 ac_ct_STRIP=$STRIP
6701 # Extract the first word of "strip", so it can be a program name with args.
6702set dummy strip; ac_word=$2
6703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6704$as_echo_n "checking for $ac_word... " >&6; }
6705if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6706 $as_echo_n "(cached) " >&6
6707else
6708 if test -n "$ac_ct_STRIP"; then
6709 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6710else
6711as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6712for as_dir in $PATH
6713do
6714 IFS=$as_save_IFS
6715 test -z "$as_dir" && as_dir=.
6716 for ac_exec_ext in '' $ac_executable_extensions; do
6717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6718 ac_cv_prog_ac_ct_STRIP="strip"
6719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6720 break 2
6721 fi
6722done
6723 done
6724IFS=$as_save_IFS
6725
6726fi
6727fi
6728ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6729if test -n "$ac_ct_STRIP"; then
6730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6731$as_echo "$ac_ct_STRIP" >&6; }
6732else
6733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6734$as_echo "no" >&6; }
6735fi
6736
6737 if test "x$ac_ct_STRIP" = x; then
6738 STRIP=":"
6739 else
6740 case $cross_compiling:$ac_tool_warned in
6741yes:)
6742{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6743$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6744ac_tool_warned=yes ;;
6745esac
6746 STRIP=$ac_ct_STRIP
6747 fi
6748else
6749 STRIP="$ac_cv_prog_STRIP"
6750fi
6751
6752test -z "$STRIP" && STRIP=:
6753
6754
6755
6756
6757
6758
6759if test -n "$ac_tool_prefix"; then
6760 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6761set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6763$as_echo_n "checking for $ac_word... " >&6; }
6764if test "${ac_cv_prog_RANLIB+set}" = set; then :
6765 $as_echo_n "(cached) " >&6
6766else
6767 if test -n "$RANLIB"; then
6768 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6769else
6770as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6771for as_dir in $PATH
6772do
6773 IFS=$as_save_IFS
6774 test -z "$as_dir" && as_dir=.
6775 for ac_exec_ext in '' $ac_executable_extensions; do
6776 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6777 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6779 break 2
6780 fi
6781done
6782 done
6783IFS=$as_save_IFS
6784
6785fi
6786fi
6787RANLIB=$ac_cv_prog_RANLIB
6788if test -n "$RANLIB"; then
6789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6790$as_echo "$RANLIB" >&6; }
6791else
6792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6793$as_echo "no" >&6; }
6794fi
6795
6796
6797fi
6798if test -z "$ac_cv_prog_RANLIB"; then
6799 ac_ct_RANLIB=$RANLIB
6800 # Extract the first word of "ranlib", so it can be a program name with args.
6801set dummy ranlib; ac_word=$2
6802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6803$as_echo_n "checking for $ac_word... " >&6; }
6804if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6805 $as_echo_n "(cached) " >&6
6806else
6807 if test -n "$ac_ct_RANLIB"; then
6808 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6809else
6810as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6811for as_dir in $PATH
6812do
6813 IFS=$as_save_IFS
6814 test -z "$as_dir" && as_dir=.
6815 for ac_exec_ext in '' $ac_executable_extensions; do
6816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6817 ac_cv_prog_ac_ct_RANLIB="ranlib"
6818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6819 break 2
6820 fi
6821done
6822 done
6823IFS=$as_save_IFS
6824
6825fi
6826fi
6827ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6828if test -n "$ac_ct_RANLIB"; then
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6830$as_echo "$ac_ct_RANLIB" >&6; }
6831else
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6833$as_echo "no" >&6; }
6834fi
6835
6836 if test "x$ac_ct_RANLIB" = x; then
6837 RANLIB=":"
6838 else
6839 case $cross_compiling:$ac_tool_warned in
6840yes:)
6841{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6842$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6843ac_tool_warned=yes ;;
6844esac
6845 RANLIB=$ac_ct_RANLIB
6846 fi
6847else
6848 RANLIB="$ac_cv_prog_RANLIB"
6849fi
6850
6851test -z "$RANLIB" && RANLIB=:
6852
6853
6854
6855
6856
6857
6858# Determine commands to create old-style static archives.
6859old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6860old_postinstall_cmds='chmod 644 $oldlib'
6861old_postuninstall_cmds=
6862
6863if test -n "$RANLIB"; then
6864 case $host_os in
6865 openbsd*)
6866 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6867 ;;
6868 *)
6869 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6870 ;;
6871 esac
6872 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6873fi
6874
6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908# If no C compiler was specified, use CC.
6909LTCC=${LTCC-"$CC"}
6910
6911# If no C compiler flags were specified, use CFLAGS.
6912LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6913
6914# Allow CC to be a program name with arguments.
6915compiler=$CC
6916
6917
6918# Check for command to grab the raw symbol name followed by C symbol from nm.
6919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6920$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6921if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6922 $as_echo_n "(cached) " >&6
6923else
6924
6925# These are sane defaults that work on at least a few old systems.
6926# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6927
6928# Character class describing NM global symbol codes.
6929symcode='[BCDEGRST]'
6930
6931# Regexp to match symbols that can be accessed directly from C.
6932sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6933
6934# Define system-specific variables.
6935case $host_os in
6936aix*)
6937 symcode='[BCDT]'
6938 ;;
6939cygwin* | mingw* | pw32* | cegcc*)
6940 symcode='[ABCDGISTW]'
6941 ;;
6942hpux*)
6943 if test "$host_cpu" = ia64; then
6944 symcode='[ABCDEGRST]'
6945 fi
6946 ;;
6947irix* | nonstopux*)
6948 symcode='[BCDEGRST]'
6949 ;;
6950osf*)
6951 symcode='[BCDEGQRST]'
6952 ;;
6953solaris*)
6954 symcode='[BDRT]'
6955 ;;
6956sco3.2v5*)
6957 symcode='[DT]'
6958 ;;
6959sysv4.2uw2*)
6960 symcode='[DT]'
6961 ;;
6962sysv5* | sco5v6* | unixware* | OpenUNIX*)
6963 symcode='[ABDT]'
6964 ;;
6965sysv4)
6966 symcode='[DFNSTU]'
6967 ;;
6968esac
6969
6970# If we're using GNU nm, then use its standard symbol codes.
6971case `$NM -V 2>&1` in
6972*GNU* | *'with BFD'*)
6973 symcode='[ABCDGIRSTW]' ;;
6974esac
6975
6976# Transform an extracted symbol line into a proper C declaration.
6977# Some systems (esp. on ia64) link data and code symbols differently,
6978# so use this general approach.
6979lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6980
6981# Transform an extracted symbol line into symbol name and symbol address
6982lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6983lt_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'"
6984
6985# Handle CRLF in mingw tool chain
6986opt_cr=
6987case $build_os in
6988mingw*)
6989 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6990 ;;
6991esac
6992
6993# Try without a prefix underscore, then with it.
6994for ac_symprfx in "" "_"; do
6995
6996 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6997 symxfrm="\\1 $ac_symprfx\\2 \\2"
6998
6999 # Write the raw and C identifiers.
7000 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7001 # Fake it for dumpbin and say T for any non-static function
7002 # and D for any global variable.
7003 # Also find C++ and __fastcall symbols from MSVC++,
7004 # which start with @ or ?.
7005 lt_cv_sys_global_symbol_pipe="$AWK '"\
7006" {last_section=section; section=\$ 3};"\
7007" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7008" \$ 0!~/External *\|/{next};"\
7009" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7010" {if(hide[section]) next};"\
7011" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7012" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7013" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7014" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7015" ' prfx=^$ac_symprfx"
7016 else
7017 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7018 fi
7019
7020 # Check to see that the pipe works correctly.
7021 pipe_works=no
7022
7023 rm -f conftest*
7024 cat > conftest.$ac_ext <<_LT_EOF
7025#ifdef __cplusplus
7026extern "C" {
7027#endif
7028char nm_test_var;
7029void nm_test_func(void);
7030void nm_test_func(void){}
7031#ifdef __cplusplus
7032}
7033#endif
7034int main(){nm_test_var='a';nm_test_func();return(0);}
7035_LT_EOF
7036
7037 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7038 (eval $ac_compile) 2>&5
7039 ac_status=$?
7040 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7041 test $ac_status = 0; }; then
7042 # Now try to grab the symbols.
7043 nlist=conftest.nm
7044 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
7045 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
7046 ac_status=$?
7047 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7048 test $ac_status = 0; } && test -s "$nlist"; then
7049 # Try sorting and uniquifying the output.
7050 if sort "$nlist" | uniq > "$nlist"T; then
7051 mv -f "$nlist"T "$nlist"
7052 else
7053 rm -f "$nlist"T
7054 fi
7055
7056 # Make sure that we snagged all the symbols we need.
7057 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7058 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7059 cat <<_LT_EOF > conftest.$ac_ext
7060#ifdef __cplusplus
7061extern "C" {
7062#endif
7063
7064_LT_EOF
7065 # Now generate the symbol file.
7066 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7067
7068 cat <<_LT_EOF >> conftest.$ac_ext
7069
7070/* The mapping between symbol names and symbols. */
7071const struct {
7072 const char *name;
7073 void *address;
7074}
7075lt__PROGRAM__LTX_preloaded_symbols[] =
7076{
7077 { "@PROGRAM@", (void *) 0 },
7078_LT_EOF
7079 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7080 cat <<\_LT_EOF >> conftest.$ac_ext
7081 {0, (void *) 0}
7082};
7083
7084/* This works around a problem in FreeBSD linker */
7085#ifdef FREEBSD_WORKAROUND
7086static const void *lt_preloaded_setup() {
7087 return lt__PROGRAM__LTX_preloaded_symbols;
7088}
7089#endif
7090
7091#ifdef __cplusplus
7092}
7093#endif
7094_LT_EOF
7095 # Now try linking the two files.
7096 mv conftest.$ac_objext conftstm.$ac_objext
7097 lt_save_LIBS="$LIBS"
7098 lt_save_CFLAGS="$CFLAGS"
7099 LIBS="conftstm.$ac_objext"
7100 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7101 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7102 (eval $ac_link) 2>&5
7103 ac_status=$?
7104 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7105 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7106 pipe_works=yes
7107 fi
7108 LIBS="$lt_save_LIBS"
7109 CFLAGS="$lt_save_CFLAGS"
7110 else
7111 echo "cannot find nm_test_func in $nlist" >&5
7112 fi
7113 else
7114 echo "cannot find nm_test_var in $nlist" >&5
7115 fi
7116 else
7117 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7118 fi
7119 else
7120 echo "$progname: failed program was:" >&5
7121 cat conftest.$ac_ext >&5
7122 fi
7123 rm -rf conftest* conftst*
7124
7125 # Do not use the global_symbol_pipe unless it works.
7126 if test "$pipe_works" = yes; then
7127 break
7128 else
7129 lt_cv_sys_global_symbol_pipe=
7130 fi
7131done
7132
7133fi
7134
7135if test -z "$lt_cv_sys_global_symbol_pipe"; then
7136 lt_cv_sys_global_symbol_to_cdecl=
7137fi
7138if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7140$as_echo "failed" >&6; }
7141else
7142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7143$as_echo "ok" >&6; }
7144fi
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167# Check whether --enable-libtool-lock was given.
7168if test "${enable_libtool_lock+set}" = set; then :
7169 enableval=$enable_libtool_lock;
7170fi
7171
7172test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7173
7174# Some flags need to be propagated to the compiler or linker for good
7175# libtool support.
7176case $host in
7177ia64-*-hpux*)
7178 # Find out which ABI we are using.
7179 echo 'int i;' > conftest.$ac_ext
7180 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7181 (eval $ac_compile) 2>&5
7182 ac_status=$?
7183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7184 test $ac_status = 0; }; then
7185 case `/usr/bin/file conftest.$ac_objext` in
7186 *ELF-32*)
7187 HPUX_IA64_MODE="32"
7188 ;;
7189 *ELF-64*)
7190 HPUX_IA64_MODE="64"
7191 ;;
7192 esac
7193 fi
7194 rm -rf conftest*
7195 ;;
7196*-*-irix6*)
7197 # Find out which ABI we are using.
7198 echo '#line 7198 "configure"' > conftest.$ac_ext
7199 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7200 (eval $ac_compile) 2>&5
7201 ac_status=$?
7202 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7203 test $ac_status = 0; }; then
7204 if test "$lt_cv_prog_gnu_ld" = yes; then
7205 case `/usr/bin/file conftest.$ac_objext` in
7206 *32-bit*)
7207 LD="${LD-ld} -melf32bsmip"
7208 ;;
7209 *N32*)
7210 LD="${LD-ld} -melf32bmipn32"
7211 ;;
7212 *64-bit*)
7213 LD="${LD-ld} -melf64bmip"
7214 ;;
7215 esac
7216 else
7217 case `/usr/bin/file conftest.$ac_objext` in
7218 *32-bit*)
7219 LD="${LD-ld} -32"
7220 ;;
7221 *N32*)
7222 LD="${LD-ld} -n32"
7223 ;;
7224 *64-bit*)
7225 LD="${LD-ld} -64"
7226 ;;
7227 esac
7228 fi
7229 fi
7230 rm -rf conftest*
7231 ;;
7232
7233x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7234s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7235 # Find out which ABI we are using.
7236 echo 'int i;' > conftest.$ac_ext
7237 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7238 (eval $ac_compile) 2>&5
7239 ac_status=$?
7240 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7241 test $ac_status = 0; }; then
7242 case `/usr/bin/file conftest.o` in
7243 *32-bit*)
7244 case $host in
7245 x86_64-*kfreebsd*-gnu)
7246 LD="${LD-ld} -m elf_i386_fbsd"
7247 ;;
7248 x86_64-*linux*)
7249 LD="${LD-ld} -m elf_i386"
7250 ;;
7251 ppc64-*linux*|powerpc64-*linux*)
7252 LD="${LD-ld} -m elf32ppclinux"
7253 ;;
7254 s390x-*linux*)
7255 LD="${LD-ld} -m elf_s390"
7256 ;;
7257 sparc64-*linux*)
7258 LD="${LD-ld} -m elf32_sparc"
7259 ;;
7260 esac
7261 ;;
7262 *64-bit*)
7263 case $host in
7264 x86_64-*kfreebsd*-gnu)
7265 LD="${LD-ld} -m elf_x86_64_fbsd"
7266 ;;
7267 x86_64-*linux*)
7268 LD="${LD-ld} -m elf_x86_64"
7269 ;;
7270 ppc*-*linux*|powerpc*-*linux*)
7271 LD="${LD-ld} -m elf64ppc"
7272 ;;
7273 s390*-*linux*|s390*-*tpf*)
7274 LD="${LD-ld} -m elf64_s390"
7275 ;;
7276 sparc*-*linux*)
7277 LD="${LD-ld} -m elf64_sparc"
7278 ;;
7279 esac
7280 ;;
7281 esac
7282 fi
7283 rm -rf conftest*
7284 ;;
7285
7286*-*-sco3.2v5*)
7287 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7288 SAVE_CFLAGS="$CFLAGS"
7289 CFLAGS="$CFLAGS -belf"
7290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7291$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7292if test "${lt_cv_cc_needs_belf+set}" = set; then :
7293 $as_echo_n "(cached) " >&6
7294else
7295 ac_ext=c
7296ac_cpp='$CPP $CPPFLAGS'
7297ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7298ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7299ac_compiler_gnu=$ac_cv_c_compiler_gnu
7300
7301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7302/* end confdefs.h. */
7303
7304int
7305main ()
7306{
7307
7308 ;
7309 return 0;
7310}
7311_ACEOF
7312if ac_fn_c_try_link "$LINENO"; then :
7313 lt_cv_cc_needs_belf=yes
7314else
7315 lt_cv_cc_needs_belf=no
7316fi
7317rm -f core conftest.err conftest.$ac_objext \
7318 conftest$ac_exeext conftest.$ac_ext
7319 ac_ext=c
7320ac_cpp='$CPP $CPPFLAGS'
7321ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7322ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7323ac_compiler_gnu=$ac_cv_c_compiler_gnu
7324
7325fi
7326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7327$as_echo "$lt_cv_cc_needs_belf" >&6; }
7328 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7329 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7330 CFLAGS="$SAVE_CFLAGS"
7331 fi
7332 ;;
7333sparc*-*solaris*)
7334 # Find out which ABI we are using.
7335 echo 'int i;' > conftest.$ac_ext
7336 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7337 (eval $ac_compile) 2>&5
7338 ac_status=$?
7339 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7340 test $ac_status = 0; }; then
7341 case `/usr/bin/file conftest.o` in
7342 *64-bit*)
7343 case $lt_cv_prog_gnu_ld in
7344 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7345 *)
7346 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7347 LD="${LD-ld} -64"
7348 fi
7349 ;;
7350 esac
7351 ;;
7352 esac
7353 fi
7354 rm -rf conftest*
7355 ;;
7356esac
7357
7358need_locks="$enable_libtool_lock"
7359
7360
7361 case $host_os in
7362 rhapsody* | darwin*)
7363 if test -n "$ac_tool_prefix"; then
7364 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7365set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7367$as_echo_n "checking for $ac_word... " >&6; }
7368if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7369 $as_echo_n "(cached) " >&6
7370else
7371 if test -n "$DSYMUTIL"; then
7372 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7373else
7374as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7375for as_dir in $PATH
7376do
7377 IFS=$as_save_IFS
7378 test -z "$as_dir" && as_dir=.
7379 for ac_exec_ext in '' $ac_executable_extensions; do
7380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7381 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7383 break 2
7384 fi
7385done
7386 done
7387IFS=$as_save_IFS
7388
7389fi
7390fi
7391DSYMUTIL=$ac_cv_prog_DSYMUTIL
7392if test -n "$DSYMUTIL"; then
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7394$as_echo "$DSYMUTIL" >&6; }
7395else
7396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7397$as_echo "no" >&6; }
7398fi
7399
7400
7401fi
7402if test -z "$ac_cv_prog_DSYMUTIL"; then
7403 ac_ct_DSYMUTIL=$DSYMUTIL
7404 # Extract the first word of "dsymutil", so it can be a program name with args.
7405set dummy dsymutil; ac_word=$2
7406{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7407$as_echo_n "checking for $ac_word... " >&6; }
7408if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7409 $as_echo_n "(cached) " >&6
7410else
7411 if test -n "$ac_ct_DSYMUTIL"; then
7412 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7413else
7414as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7415for as_dir in $PATH
7416do
7417 IFS=$as_save_IFS
7418 test -z "$as_dir" && as_dir=.
7419 for ac_exec_ext in '' $ac_executable_extensions; do
7420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7421 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7423 break 2
7424 fi
7425done
7426 done
7427IFS=$as_save_IFS
7428
7429fi
7430fi
7431ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7432if test -n "$ac_ct_DSYMUTIL"; then
7433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7434$as_echo "$ac_ct_DSYMUTIL" >&6; }
7435else
7436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7437$as_echo "no" >&6; }
7438fi
7439
7440 if test "x$ac_ct_DSYMUTIL" = x; then
7441 DSYMUTIL=":"
7442 else
7443 case $cross_compiling:$ac_tool_warned in
7444yes:)
7445{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7446$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7447ac_tool_warned=yes ;;
7448esac
7449 DSYMUTIL=$ac_ct_DSYMUTIL
7450 fi
7451else
7452 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7453fi
7454
7455 if test -n "$ac_tool_prefix"; then
7456 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7457set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7458{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7459$as_echo_n "checking for $ac_word... " >&6; }
7460if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7461 $as_echo_n "(cached) " >&6
7462else
7463 if test -n "$NMEDIT"; then
7464 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7465else
7466as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7467for as_dir in $PATH
7468do
7469 IFS=$as_save_IFS
7470 test -z "$as_dir" && as_dir=.
7471 for ac_exec_ext in '' $ac_executable_extensions; do
7472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7473 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7475 break 2
7476 fi
7477done
7478 done
7479IFS=$as_save_IFS
7480
7481fi
7482fi
7483NMEDIT=$ac_cv_prog_NMEDIT
7484if test -n "$NMEDIT"; then
7485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7486$as_echo "$NMEDIT" >&6; }
7487else
7488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7489$as_echo "no" >&6; }
7490fi
7491
7492
7493fi
7494if test -z "$ac_cv_prog_NMEDIT"; then
7495 ac_ct_NMEDIT=$NMEDIT
7496 # Extract the first word of "nmedit", so it can be a program name with args.
7497set dummy nmedit; ac_word=$2
7498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7499$as_echo_n "checking for $ac_word... " >&6; }
7500if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7501 $as_echo_n "(cached) " >&6
7502else
7503 if test -n "$ac_ct_NMEDIT"; then
7504 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7505else
7506as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7507for as_dir in $PATH
7508do
7509 IFS=$as_save_IFS
7510 test -z "$as_dir" && as_dir=.
7511 for ac_exec_ext in '' $ac_executable_extensions; do
7512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7513 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7515 break 2
7516 fi
7517done
7518 done
7519IFS=$as_save_IFS
7520
7521fi
7522fi
7523ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7524if test -n "$ac_ct_NMEDIT"; then
7525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7526$as_echo "$ac_ct_NMEDIT" >&6; }
7527else
7528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7529$as_echo "no" >&6; }
7530fi
7531
7532 if test "x$ac_ct_NMEDIT" = x; then
7533 NMEDIT=":"
7534 else
7535 case $cross_compiling:$ac_tool_warned in
7536yes:)
7537{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7538$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7539ac_tool_warned=yes ;;
7540esac
7541 NMEDIT=$ac_ct_NMEDIT
7542 fi
7543else
7544 NMEDIT="$ac_cv_prog_NMEDIT"
7545fi
7546
7547 if test -n "$ac_tool_prefix"; then
7548 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7549set dummy ${ac_tool_prefix}lipo; ac_word=$2
7550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7551$as_echo_n "checking for $ac_word... " >&6; }
7552if test "${ac_cv_prog_LIPO+set}" = set; then :
7553 $as_echo_n "(cached) " >&6
7554else
7555 if test -n "$LIPO"; then
7556 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7557else
7558as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7559for as_dir in $PATH
7560do
7561 IFS=$as_save_IFS
7562 test -z "$as_dir" && as_dir=.
7563 for ac_exec_ext in '' $ac_executable_extensions; do
7564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7565 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7567 break 2
7568 fi
7569done
7570 done
7571IFS=$as_save_IFS
7572
7573fi
7574fi
7575LIPO=$ac_cv_prog_LIPO
7576if test -n "$LIPO"; then
7577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7578$as_echo "$LIPO" >&6; }
7579else
7580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7581$as_echo "no" >&6; }
7582fi
7583
7584
7585fi
7586if test -z "$ac_cv_prog_LIPO"; then
7587 ac_ct_LIPO=$LIPO
7588 # Extract the first word of "lipo", so it can be a program name with args.
7589set dummy lipo; ac_word=$2
7590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7591$as_echo_n "checking for $ac_word... " >&6; }
7592if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7593 $as_echo_n "(cached) " >&6
7594else
7595 if test -n "$ac_ct_LIPO"; then
7596 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7597else
7598as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7599for as_dir in $PATH
7600do
7601 IFS=$as_save_IFS
7602 test -z "$as_dir" && as_dir=.
7603 for ac_exec_ext in '' $ac_executable_extensions; do
7604 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7605 ac_cv_prog_ac_ct_LIPO="lipo"
7606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7607 break 2
7608 fi
7609done
7610 done
7611IFS=$as_save_IFS
7612
7613fi
7614fi
7615ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7616if test -n "$ac_ct_LIPO"; then
7617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7618$as_echo "$ac_ct_LIPO" >&6; }
7619else
7620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7621$as_echo "no" >&6; }
7622fi
7623
7624 if test "x$ac_ct_LIPO" = x; then
7625 LIPO=":"
7626 else
7627 case $cross_compiling:$ac_tool_warned in
7628yes:)
7629{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7630$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7631ac_tool_warned=yes ;;
7632esac
7633 LIPO=$ac_ct_LIPO
7634 fi
7635else
7636 LIPO="$ac_cv_prog_LIPO"
7637fi
7638
7639 if test -n "$ac_tool_prefix"; then
7640 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7641set dummy ${ac_tool_prefix}otool; ac_word=$2
7642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7643$as_echo_n "checking for $ac_word... " >&6; }
7644if test "${ac_cv_prog_OTOOL+set}" = set; then :
7645 $as_echo_n "(cached) " >&6
7646else
7647 if test -n "$OTOOL"; then
7648 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7649else
7650as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7651for as_dir in $PATH
7652do
7653 IFS=$as_save_IFS
7654 test -z "$as_dir" && as_dir=.
7655 for ac_exec_ext in '' $ac_executable_extensions; do
7656 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7657 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7659 break 2
7660 fi
7661done
7662 done
7663IFS=$as_save_IFS
7664
7665fi
7666fi
7667OTOOL=$ac_cv_prog_OTOOL
7668if test -n "$OTOOL"; then
7669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7670$as_echo "$OTOOL" >&6; }
7671else
7672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7673$as_echo "no" >&6; }
7674fi
7675
7676
7677fi
7678if test -z "$ac_cv_prog_OTOOL"; then
7679 ac_ct_OTOOL=$OTOOL
7680 # Extract the first word of "otool", so it can be a program name with args.
7681set dummy otool; ac_word=$2
7682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7683$as_echo_n "checking for $ac_word... " >&6; }
7684if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7685 $as_echo_n "(cached) " >&6
7686else
7687 if test -n "$ac_ct_OTOOL"; then
7688 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7689else
7690as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7691for as_dir in $PATH
7692do
7693 IFS=$as_save_IFS
7694 test -z "$as_dir" && as_dir=.
7695 for ac_exec_ext in '' $ac_executable_extensions; do
7696 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7697 ac_cv_prog_ac_ct_OTOOL="otool"
7698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7699 break 2
7700 fi
7701done
7702 done
7703IFS=$as_save_IFS
7704
7705fi
7706fi
7707ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7708if test -n "$ac_ct_OTOOL"; then
7709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7710$as_echo "$ac_ct_OTOOL" >&6; }
7711else
7712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7713$as_echo "no" >&6; }
7714fi
7715
7716 if test "x$ac_ct_OTOOL" = x; then
7717 OTOOL=":"
7718 else
7719 case $cross_compiling:$ac_tool_warned in
7720yes:)
7721{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7722$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7723ac_tool_warned=yes ;;
7724esac
7725 OTOOL=$ac_ct_OTOOL
7726 fi
7727else
7728 OTOOL="$ac_cv_prog_OTOOL"
7729fi
7730
7731 if test -n "$ac_tool_prefix"; then
7732 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7733set dummy ${ac_tool_prefix}otool64; ac_word=$2
7734{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7735$as_echo_n "checking for $ac_word... " >&6; }
7736if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7737 $as_echo_n "(cached) " >&6
7738else
7739 if test -n "$OTOOL64"; then
7740 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7741else
7742as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7743for as_dir in $PATH
7744do
7745 IFS=$as_save_IFS
7746 test -z "$as_dir" && as_dir=.
7747 for ac_exec_ext in '' $ac_executable_extensions; do
7748 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7749 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7750 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7751 break 2
7752 fi
7753done
7754 done
7755IFS=$as_save_IFS
7756
7757fi
7758fi
7759OTOOL64=$ac_cv_prog_OTOOL64
7760if test -n "$OTOOL64"; then
7761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7762$as_echo "$OTOOL64" >&6; }
7763else
7764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7765$as_echo "no" >&6; }
7766fi
7767
7768
7769fi
7770if test -z "$ac_cv_prog_OTOOL64"; then
7771 ac_ct_OTOOL64=$OTOOL64
7772 # Extract the first word of "otool64", so it can be a program name with args.
7773set dummy otool64; ac_word=$2
7774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7775$as_echo_n "checking for $ac_word... " >&6; }
7776if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7777 $as_echo_n "(cached) " >&6
7778else
7779 if test -n "$ac_ct_OTOOL64"; then
7780 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7781else
7782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7783for as_dir in $PATH
7784do
7785 IFS=$as_save_IFS
7786 test -z "$as_dir" && as_dir=.
7787 for ac_exec_ext in '' $ac_executable_extensions; do
7788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7789 ac_cv_prog_ac_ct_OTOOL64="otool64"
7790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7791 break 2
7792 fi
7793done
7794 done
7795IFS=$as_save_IFS
7796
7797fi
7798fi
7799ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7800if test -n "$ac_ct_OTOOL64"; then
7801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7802$as_echo "$ac_ct_OTOOL64" >&6; }
7803else
7804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7805$as_echo "no" >&6; }
7806fi
7807
7808 if test "x$ac_ct_OTOOL64" = x; then
7809 OTOOL64=":"
7810 else
7811 case $cross_compiling:$ac_tool_warned in
7812yes:)
7813{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7814$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7815ac_tool_warned=yes ;;
7816esac
7817 OTOOL64=$ac_ct_OTOOL64
7818 fi
7819else
7820 OTOOL64="$ac_cv_prog_OTOOL64"
7821fi
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7850$as_echo_n "checking for -single_module linker flag... " >&6; }
7851if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7852 $as_echo_n "(cached) " >&6
7853else
7854 lt_cv_apple_cc_single_mod=no
7855 if test -z "${LT_MULTI_MODULE}"; then
7856 # By default we will add the -single_module flag. You can override
7857 # by either setting the environment variable LT_MULTI_MODULE
7858 # non-empty at configure time, or by adding -multi_module to the
7859 # link flags.
7860 rm -rf libconftest.dylib*
7861 echo "int foo(void){return 1;}" > conftest.c
7862 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7863-dynamiclib -Wl,-single_module conftest.c" >&5
7864 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7865 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7866 _lt_result=$?
7867 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7868 lt_cv_apple_cc_single_mod=yes
7869 else
7870 cat conftest.err >&5
7871 fi
7872 rm -rf libconftest.dylib*
7873 rm -f conftest.*
7874 fi
7875fi
7876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7877$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7879$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7880if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7881 $as_echo_n "(cached) " >&6
7882else
7883 lt_cv_ld_exported_symbols_list=no
7884 save_LDFLAGS=$LDFLAGS
7885 echo "_main" > conftest.sym
7886 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7888/* end confdefs.h. */
7889
7890int
7891main ()
7892{
7893
7894 ;
7895 return 0;
7896}
7897_ACEOF
7898if ac_fn_c_try_link "$LINENO"; then :
7899 lt_cv_ld_exported_symbols_list=yes
7900else
7901 lt_cv_ld_exported_symbols_list=no
7902fi
7903rm -f core conftest.err conftest.$ac_objext \
7904 conftest$ac_exeext conftest.$ac_ext
7905 LDFLAGS="$save_LDFLAGS"
7906
7907fi
7908{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7909$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7910 case $host_os in
7911 rhapsody* | darwin1.[012])
7912 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7913 darwin1.*)
7914 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7915 darwin*) # darwin 5.x on
7916 # if running on 10.5 or later, the deployment target defaults
7917 # to the OS version, if on x86, and 10.4, the deployment
7918 # target defaults to 10.4. Don't you love it?
7919 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7920 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7921 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7922 10.[012]*)
7923 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7924 10.*)
7925 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7926 esac
7927 ;;
7928 esac
7929 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7930 _lt_dar_single_mod='$single_module'
7931 fi
7932 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7933 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7934 else
7935 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7936 fi
7937 if test "$DSYMUTIL" != ":"; then
7938 _lt_dsymutil='~$DSYMUTIL $lib || :'
7939 else
7940 _lt_dsymutil=
7941 fi
7942 ;;
7943 esac
7944
7945for ac_header in dlfcn.h
7946do :
7947 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7948"
7949if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7950 cat >>confdefs.h <<_ACEOF
7951#define HAVE_DLFCN_H 1
7952_ACEOF
7953
7954fi
7955
7956done
7957
7958
7959
7960# Set options
7961enable_dlopen=yes
7962
7963
7964
7965
7966 enable_win32_dll=no
7967
7968
7969
7970 # Check whether --enable-static was given.
7971if test "${enable_static+set}" = set; then :
7972 enableval=$enable_static; p=${PACKAGE-default}
7973 case $enableval in
7974 yes) enable_static=yes ;;
7975 no) enable_static=no ;;
7976 *)
7977 enable_static=no
7978 # Look at the argument we got. We use all the common list separators.
7979 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7980 for pkg in $enableval; do
7981 IFS="$lt_save_ifs"
7982 if test "X$pkg" = "X$p"; then
7983 enable_static=yes
7984 fi
7985 done
7986 IFS="$lt_save_ifs"
7987 ;;
7988 esac
7989else
7990 enable_static=yes
7991fi
7992
7993
7994
7995
7996
7997
7998
7999
8000
8001
8002# Check whether --with-pic was given.
8003if test "${with_pic+set}" = set; then :
8004 withval=$with_pic; pic_mode="$withval"
8005else
8006 pic_mode=default
8007fi
8008
8009
8010test -z "$pic_mode" && pic_mode=default
8011
8012
8013
8014
8015
8016
8017
8018 # Check whether --enable-fast-install was given.
8019if test "${enable_fast_install+set}" = set; then :
8020 enableval=$enable_fast_install; p=${PACKAGE-default}
8021 case $enableval in
8022 yes) enable_fast_install=yes ;;
8023 no) enable_fast_install=no ;;
8024 *)
8025 enable_fast_install=no
8026 # Look at the argument we got. We use all the common list separators.
8027 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8028 for pkg in $enableval; do
8029 IFS="$lt_save_ifs"
8030 if test "X$pkg" = "X$p"; then
8031 enable_fast_install=yes
8032 fi
8033 done
8034 IFS="$lt_save_ifs"
8035 ;;
8036 esac
8037else
8038 enable_fast_install=yes
8039fi
8040
8041
8042
8043
8044
8045
8046
8047
8048
8049
8050
8051# This can be used to rebuild libtool when needed
8052LIBTOOL_DEPS="$ltmain"
8053
8054# Always use our own libtool.
8055LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8056
8057
8058
8059
8060
8061
8062
8063
8064
8065
8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081test -z "$LN_S" && LN_S="ln -s"
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096if test -n "${ZSH_VERSION+set}" ; then
8097 setopt NO_GLOB_SUBST
8098fi
8099
8100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8101$as_echo_n "checking for objdir... " >&6; }
8102if test "${lt_cv_objdir+set}" = set; then :
8103 $as_echo_n "(cached) " >&6
8104else
8105 rm -f .libs 2>/dev/null
8106mkdir .libs 2>/dev/null
8107if test -d .libs; then
8108 lt_cv_objdir=.libs
8109else
8110 # MS-DOS does not allow filenames that begin with a dot.
8111 lt_cv_objdir=_libs
8112fi
8113rmdir .libs 2>/dev/null
8114fi
8115{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8116$as_echo "$lt_cv_objdir" >&6; }
8117objdir=$lt_cv_objdir
8118
8119
8120
8121
8122
8123cat >>confdefs.h <<_ACEOF
8124#define LT_OBJDIR "$lt_cv_objdir/"
8125_ACEOF
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143case $host_os in
8144aix3*)
8145 # AIX sometimes has problems with the GCC collect2 program. For some
8146 # reason, if we set the COLLECT_NAMES environment variable, the problems
8147 # vanish in a puff of smoke.
8148 if test "X${COLLECT_NAMES+set}" != Xset; then
8149 COLLECT_NAMES=
8150 export COLLECT_NAMES
8151 fi
8152 ;;
8153esac
8154
8155# Sed substitution that helps us do robust quoting. It backslashifies
8156# metacharacters that are still active within double-quoted strings.
8157sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
8158
8159# Same as above, but do not quote variable references.
8160double_quote_subst='s/\(["`\\]\)/\\\1/g'
8161
8162# Sed substitution to delay expansion of an escaped shell variable in a
8163# double_quote_subst'ed string.
8164delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
8165
8166# Sed substitution to delay expansion of an escaped single quote.
8167delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
8168
8169# Sed substitution to avoid accidental globbing in evaled expressions
8170no_glob_subst='s/\*/\\\*/g'
8171
8172# Global variables:
8173ofile=libtool
8174can_build_shared=yes
8175
8176# All known linkers require a `.a' archive for static linking (except MSVC,
8177# which needs '.lib').
8178libext=a
8179
8180with_gnu_ld="$lt_cv_prog_gnu_ld"
8181
8182old_CC="$CC"
8183old_CFLAGS="$CFLAGS"
8184
8185# Set sane defaults for various variables
8186test -z "$CC" && CC=cc
8187test -z "$LTCC" && LTCC=$CC
8188test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8189test -z "$LD" && LD=ld
8190test -z "$ac_objext" && ac_objext=o
8191
8192for cc_temp in $compiler""; do
8193 case $cc_temp in
8194 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8195 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8196 \-*) ;;
8197 *) break;;
8198 esac
8199done
8200cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
8201
8202
8203# Only perform the check for file, if the check method requires it
8204test -z "$MAGIC_CMD" && MAGIC_CMD=file
8205case $deplibs_check_method in
8206file_magic*)
8207 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8209$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8210if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8211 $as_echo_n "(cached) " >&6
8212else
8213 case $MAGIC_CMD in
8214[\\/*] | ?:[\\/]*)
8215 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8216 ;;
8217*)
8218 lt_save_MAGIC_CMD="$MAGIC_CMD"
8219 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8220 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8221 for ac_dir in $ac_dummy; do
8222 IFS="$lt_save_ifs"
8223 test -z "$ac_dir" && ac_dir=.
8224 if test -f $ac_dir/${ac_tool_prefix}file; then
8225 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8226 if test -n "$file_magic_test_file"; then
8227 case $deplibs_check_method in
8228 "file_magic "*)
8229 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8230 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8231 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8232 $EGREP "$file_magic_regex" > /dev/null; then
8233 :
8234 else
8235 cat <<_LT_EOF 1>&2
8236
8237*** Warning: the command libtool uses to detect shared libraries,
8238*** $file_magic_cmd, produces output that libtool cannot recognize.
8239*** The result is that libtool may fail to recognize shared libraries
8240*** as such. This will affect the creation of libtool libraries that
8241*** depend on shared libraries, but programs linked with such libtool
8242*** libraries will work regardless of this problem. Nevertheless, you
8243*** may want to report the problem to your system manager and/or to
8244*** bug-libtool@gnu.org
8245
8246_LT_EOF
8247 fi ;;
8248 esac
8249 fi
8250 break
8251 fi
8252 done
8253 IFS="$lt_save_ifs"
8254 MAGIC_CMD="$lt_save_MAGIC_CMD"
8255 ;;
8256esac
8257fi
8258
8259MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8260if test -n "$MAGIC_CMD"; then
8261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8262$as_echo "$MAGIC_CMD" >&6; }
8263else
8264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8265$as_echo "no" >&6; }
8266fi
8267
8268
8269
8270
8271
8272if test -z "$lt_cv_path_MAGIC_CMD"; then
8273 if test -n "$ac_tool_prefix"; then
8274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8275$as_echo_n "checking for file... " >&6; }
8276if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8277 $as_echo_n "(cached) " >&6
8278else
8279 case $MAGIC_CMD in
8280[\\/*] | ?:[\\/]*)
8281 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8282 ;;
8283*)
8284 lt_save_MAGIC_CMD="$MAGIC_CMD"
8285 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8286 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8287 for ac_dir in $ac_dummy; do
8288 IFS="$lt_save_ifs"
8289 test -z "$ac_dir" && ac_dir=.
8290 if test -f $ac_dir/file; then
8291 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8292 if test -n "$file_magic_test_file"; then
8293 case $deplibs_check_method in
8294 "file_magic "*)
8295 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8296 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8297 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8298 $EGREP "$file_magic_regex" > /dev/null; then
8299 :
8300 else
8301 cat <<_LT_EOF 1>&2
8302
8303*** Warning: the command libtool uses to detect shared libraries,
8304*** $file_magic_cmd, produces output that libtool cannot recognize.
8305*** The result is that libtool may fail to recognize shared libraries
8306*** as such. This will affect the creation of libtool libraries that
8307*** depend on shared libraries, but programs linked with such libtool
8308*** libraries will work regardless of this problem. Nevertheless, you
8309*** may want to report the problem to your system manager and/or to
8310*** bug-libtool@gnu.org
8311
8312_LT_EOF
8313 fi ;;
8314 esac
8315 fi
8316 break
8317 fi
8318 done
8319 IFS="$lt_save_ifs"
8320 MAGIC_CMD="$lt_save_MAGIC_CMD"
8321 ;;
8322esac
8323fi
8324
8325MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8326if test -n "$MAGIC_CMD"; then
8327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8328$as_echo "$MAGIC_CMD" >&6; }
8329else
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8331$as_echo "no" >&6; }
8332fi
8333
8334
8335 else
8336 MAGIC_CMD=:
8337 fi
8338fi
8339
8340 fi
8341 ;;
8342esac
8343
8344# Use C for the default configuration in the libtool script
8345
8346lt_save_CC="$CC"
8347ac_ext=c
8348ac_cpp='$CPP $CPPFLAGS'
8349ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8350ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8351ac_compiler_gnu=$ac_cv_c_compiler_gnu
8352
8353
8354# Source file extension for C test sources.
8355ac_ext=c
8356
8357# Object file extension for compiled C test sources.
8358objext=o
8359objext=$objext
8360
8361# Code to be used in simple compile tests
8362lt_simple_compile_test_code="int some_variable = 0;"
8363
8364# Code to be used in simple link tests
8365lt_simple_link_test_code='int main(){return(0);}'
8366
8367
8368
8369
8370
8371
8372
8373# If no C compiler was specified, use CC.
8374LTCC=${LTCC-"$CC"}
8375
8376# If no C compiler flags were specified, use CFLAGS.
8377LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8378
8379# Allow CC to be a program name with arguments.
8380compiler=$CC
8381
8382# Save the default compiler, since it gets overwritten when the other
8383# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8384compiler_DEFAULT=$CC
8385
8386# save warnings/boilerplate of simple test code
8387ac_outfile=conftest.$ac_objext
8388echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8389eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8390_lt_compiler_boilerplate=`cat conftest.err`
8391$RM conftest*
8392
8393ac_outfile=conftest.$ac_objext
8394echo "$lt_simple_link_test_code" >conftest.$ac_ext
8395eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8396_lt_linker_boilerplate=`cat conftest.err`
8397$RM -r conftest*
8398
8399
8400## CAVEAT EMPTOR:
8401## There is no encapsulation within the following macros, do not change
8402## the running order or otherwise move them around unless you know exactly
8403## what you are doing...
8404if test -n "$compiler"; then
8405
8406lt_prog_compiler_no_builtin_flag=
8407
8408if test "$GCC" = yes; then
8409 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
8410
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8412$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8413if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8414 $as_echo_n "(cached) " >&6
8415else
8416 lt_cv_prog_compiler_rtti_exceptions=no
8417 ac_outfile=conftest.$ac_objext
8418 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8419 lt_compiler_flag="-fno-rtti -fno-exceptions"
8420 # Insert the option either (1) after the last *FLAGS variable, or
8421 # (2) before a word containing "conftest.", or (3) at the end.
8422 # Note that $ac_compile itself does not contain backslashes and begins
8423 # with a dollar sign (not a hyphen), so the echo should work correctly.
8424 # The option is referenced via a variable to avoid confusing sed.
8425 lt_compile=`echo "$ac_compile" | $SED \
8426 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8427 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8428 -e 's:$: $lt_compiler_flag:'`
8429 (eval echo "\"\$as_me:8429: $lt_compile\"" >&5)
8430 (eval "$lt_compile" 2>conftest.err)
8431 ac_status=$?
8432 cat conftest.err >&5
8433 echo "$as_me:8433: \$? = $ac_status" >&5
8434 if (exit $ac_status) && test -s "$ac_outfile"; then
8435 # The compiler can only warn and ignore the option if not recognized
8436 # So say no if there are warnings other than the usual output.
8437 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8438 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8439 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8440 lt_cv_prog_compiler_rtti_exceptions=yes
8441 fi
8442 fi
8443 $RM conftest*
8444
8445fi
8446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8447$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8448
8449if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8450 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8451else
8452 :
8453fi
8454
8455fi
8456
8457
8458
8459
8460
8461
8462 lt_prog_compiler_wl=
8463lt_prog_compiler_pic=
8464lt_prog_compiler_static=
8465
8466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8467$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8468
8469 if test "$GCC" = yes; then
8470 lt_prog_compiler_wl='-Wl,'
8471 lt_prog_compiler_static='-static'
8472
8473 case $host_os in
8474 aix*)
8475 # All AIX code is PIC.
8476 if test "$host_cpu" = ia64; then
8477 # AIX 5 now supports IA64 processor
8478 lt_prog_compiler_static='-Bstatic'
8479 fi
8480 ;;
8481
8482 amigaos*)
8483 case $host_cpu in
8484 powerpc)
8485 # see comment about AmigaOS4 .so support
8486 lt_prog_compiler_pic='-fPIC'
8487 ;;
8488 m68k)
8489 # FIXME: we need at least 68020 code to build shared libraries, but
8490 # adding the `-m68020' flag to GCC prevents building anything better,
8491 # like `-m68040'.
8492 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8493 ;;
8494 esac
8495 ;;
8496
8497 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8498 # PIC is the default for these OSes.
8499 ;;
8500
8501 mingw* | cygwin* | pw32* | os2* | cegcc*)
8502 # This hack is so that the source file can tell whether it is being
8503 # built for inclusion in a dll (and should export symbols for example).
8504 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8505 # (--disable-auto-import) libraries
8506 lt_prog_compiler_pic='-DDLL_EXPORT'
8507 ;;
8508
8509 darwin* | rhapsody*)
8510 # PIC is the default on this platform
8511 # Common symbols not allowed in MH_DYLIB files
8512 lt_prog_compiler_pic='-fno-common'
8513 ;;
8514
8515 hpux*)
8516 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8517 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8518 # sets the default TLS model and affects inlining.
8519 case $host_cpu in
8520 hppa*64*)
8521 # +Z the default
8522 ;;
8523 *)
8524 lt_prog_compiler_pic='-fPIC'
8525 ;;
8526 esac
8527 ;;
8528
8529 interix[3-9]*)
8530 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8531 # Instead, we relocate shared libraries at runtime.
8532 ;;
8533
8534 msdosdjgpp*)
8535 # Just because we use GCC doesn't mean we suddenly get shared libraries
8536 # on systems that don't support them.
8537 lt_prog_compiler_can_build_shared=no
8538 enable_shared=no
8539 ;;
8540
8541 *nto* | *qnx*)
8542 # QNX uses GNU C++, but need to define -shared option too, otherwise
8543 # it will coredump.
8544 lt_prog_compiler_pic='-fPIC -shared'
8545 ;;
8546
8547 sysv4*MP*)
8548 if test -d /usr/nec; then
8549 lt_prog_compiler_pic=-Kconform_pic
8550 fi
8551 ;;
8552
8553 *)
8554 lt_prog_compiler_pic='-fPIC'
8555 ;;
8556 esac
8557 else
8558 # PORTME Check for flag to pass linker flags through the system compiler.
8559 case $host_os in
8560 aix*)
8561 lt_prog_compiler_wl='-Wl,'
8562 if test "$host_cpu" = ia64; then
8563 # AIX 5 now supports IA64 processor
8564 lt_prog_compiler_static='-Bstatic'
8565 else
8566 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8567 fi
8568 ;;
8569
8570 mingw* | cygwin* | pw32* | os2* | cegcc*)
8571 # This hack is so that the source file can tell whether it is being
8572 # built for inclusion in a dll (and should export symbols for example).
8573 lt_prog_compiler_pic='-DDLL_EXPORT'
8574 ;;
8575
8576 hpux9* | hpux10* | hpux11*)
8577 lt_prog_compiler_wl='-Wl,'
8578 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8579 # not for PA HP-UX.
8580 case $host_cpu in
8581 hppa*64*|ia64*)
8582 # +Z the default
8583 ;;
8584 *)
8585 lt_prog_compiler_pic='+Z'
8586 ;;
8587 esac
8588 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8589 lt_prog_compiler_static='${wl}-a ${wl}archive'
8590 ;;
8591
8592 irix5* | irix6* | nonstopux*)
8593 lt_prog_compiler_wl='-Wl,'
8594 # PIC (with -KPIC) is the default.
8595 lt_prog_compiler_static='-non_shared'
8596 ;;
8597
8598 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8599 case $cc_basename in
8600 # old Intel for x86_64 which still supported -KPIC.
8601 ecc*)
8602 lt_prog_compiler_wl='-Wl,'
8603 lt_prog_compiler_pic='-KPIC'
8604 lt_prog_compiler_static='-static'
8605 ;;
8606 # icc used to be incompatible with GCC.
8607 # ICC 10 doesn't accept -KPIC any more.
8608 icc* | ifort*)
8609 lt_prog_compiler_wl='-Wl,'
8610 lt_prog_compiler_pic='-fPIC'
8611 lt_prog_compiler_static='-static'
8612 ;;
8613 # Lahey Fortran 8.1.
8614 lf95*)
8615 lt_prog_compiler_wl='-Wl,'
8616 lt_prog_compiler_pic='--shared'
8617 lt_prog_compiler_static='--static'
8618 ;;
8619 pgcc* | pgf77* | pgf90* | pgf95*)
8620 # Portland Group compilers (*not* the Pentium gcc compiler,
8621 # which looks to be a dead project)
8622 lt_prog_compiler_wl='-Wl,'
8623 lt_prog_compiler_pic='-fpic'
8624 lt_prog_compiler_static='-Bstatic'
8625 ;;
8626 ccc*)
8627 lt_prog_compiler_wl='-Wl,'
8628 # All Alpha code is PIC.
8629 lt_prog_compiler_static='-non_shared'
8630 ;;
8631 xl*)
8632 # IBM XL C 8.0/Fortran 10.1 on PPC
8633 lt_prog_compiler_wl='-Wl,'
8634 lt_prog_compiler_pic='-qpic'
8635 lt_prog_compiler_static='-qstaticlink'
8636 ;;
8637 *)
8638 case `$CC -V 2>&1 | sed 5q` in
8639 *Sun\ C*)
8640 # Sun C 5.9
8641 lt_prog_compiler_pic='-KPIC'
8642 lt_prog_compiler_static='-Bstatic'
8643 lt_prog_compiler_wl='-Wl,'
8644 ;;
8645 *Sun\ F*)
8646 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8647 lt_prog_compiler_pic='-KPIC'
8648 lt_prog_compiler_static='-Bstatic'
8649 lt_prog_compiler_wl=''
8650 ;;
8651 esac
8652 ;;
8653 esac
8654 ;;
8655
8656 newsos6)
8657 lt_prog_compiler_pic='-KPIC'
8658 lt_prog_compiler_static='-Bstatic'
8659 ;;
8660
8661 *nto* | *qnx*)
8662 # QNX uses GNU C++, but need to define -shared option too, otherwise
8663 # it will coredump.
8664 lt_prog_compiler_pic='-fPIC -shared'
8665 ;;
8666
8667 osf3* | osf4* | osf5*)
8668 lt_prog_compiler_wl='-Wl,'
8669 # All OSF/1 code is PIC.
8670 lt_prog_compiler_static='-non_shared'
8671 ;;
8672
8673 rdos*)
8674 lt_prog_compiler_static='-non_shared'
8675 ;;
8676
8677 solaris*)
8678 lt_prog_compiler_pic='-KPIC'
8679 lt_prog_compiler_static='-Bstatic'
8680 case $cc_basename in
8681 f77* | f90* | f95*)
8682 lt_prog_compiler_wl='-Qoption ld ';;
8683 *)
8684 lt_prog_compiler_wl='-Wl,';;
8685 esac
8686 ;;
8687
8688 sunos4*)
8689 lt_prog_compiler_wl='-Qoption ld '
8690 lt_prog_compiler_pic='-PIC'
8691 lt_prog_compiler_static='-Bstatic'
8692 ;;
8693
8694 sysv4 | sysv4.2uw2* | sysv4.3*)
8695 lt_prog_compiler_wl='-Wl,'
8696 lt_prog_compiler_pic='-KPIC'
8697 lt_prog_compiler_static='-Bstatic'
8698 ;;
8699
8700 sysv4*MP*)
8701 if test -d /usr/nec ;then
8702 lt_prog_compiler_pic='-Kconform_pic'
8703 lt_prog_compiler_static='-Bstatic'
8704 fi
8705 ;;
8706
8707 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8708 lt_prog_compiler_wl='-Wl,'
8709 lt_prog_compiler_pic='-KPIC'
8710 lt_prog_compiler_static='-Bstatic'
8711 ;;
8712
8713 unicos*)
8714 lt_prog_compiler_wl='-Wl,'
8715 lt_prog_compiler_can_build_shared=no
8716 ;;
8717
8718 uts4*)
8719 lt_prog_compiler_pic='-pic'
8720 lt_prog_compiler_static='-Bstatic'
8721 ;;
8722
8723 *)
8724 lt_prog_compiler_can_build_shared=no
8725 ;;
8726 esac
8727 fi
8728
8729case $host_os in
8730 # For platforms which do not support PIC, -DPIC is meaningless:
8731 *djgpp*)
8732 lt_prog_compiler_pic=
8733 ;;
8734 *)
8735 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8736 ;;
8737esac
8738{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8739$as_echo "$lt_prog_compiler_pic" >&6; }
8740
8741
8742
8743
8744
8745
8746#
8747# Check to make sure the PIC flag actually works.
8748#
8749if test -n "$lt_prog_compiler_pic"; then
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8751$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8752if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8753 $as_echo_n "(cached) " >&6
8754else
8755 lt_cv_prog_compiler_pic_works=no
8756 ac_outfile=conftest.$ac_objext
8757 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8758 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8759 # Insert the option either (1) after the last *FLAGS variable, or
8760 # (2) before a word containing "conftest.", or (3) at the end.
8761 # Note that $ac_compile itself does not contain backslashes and begins
8762 # with a dollar sign (not a hyphen), so the echo should work correctly.
8763 # The option is referenced via a variable to avoid confusing sed.
8764 lt_compile=`echo "$ac_compile" | $SED \
8765 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8766 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8767 -e 's:$: $lt_compiler_flag:'`
8768 (eval echo "\"\$as_me:8768: $lt_compile\"" >&5)
8769 (eval "$lt_compile" 2>conftest.err)
8770 ac_status=$?
8771 cat conftest.err >&5
8772 echo "$as_me:8772: \$? = $ac_status" >&5
8773 if (exit $ac_status) && test -s "$ac_outfile"; then
8774 # The compiler can only warn and ignore the option if not recognized
8775 # So say no if there are warnings other than the usual output.
8776 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8777 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8778 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8779 lt_cv_prog_compiler_pic_works=yes
8780 fi
8781 fi
8782 $RM conftest*
8783
8784fi
8785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8786$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8787
8788if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8789 case $lt_prog_compiler_pic in
8790 "" | " "*) ;;
8791 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8792 esac
8793else
8794 lt_prog_compiler_pic=
8795 lt_prog_compiler_can_build_shared=no
8796fi
8797
8798fi
8799
8800
8801
8802
8803
8804
8805#
8806# Check to make sure the static flag actually works.
8807#
8808wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8810$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8811if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8812 $as_echo_n "(cached) " >&6
8813else
8814 lt_cv_prog_compiler_static_works=no
8815 save_LDFLAGS="$LDFLAGS"
8816 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8817 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8818 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8819 # The linker can only warn and ignore the option if not recognized
8820 # So say no if there are warnings
8821 if test -s conftest.err; then
8822 # Append any errors to the config.log.
8823 cat conftest.err 1>&5
8824 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
8825 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8826 if diff conftest.exp conftest.er2 >/dev/null; then
8827 lt_cv_prog_compiler_static_works=yes
8828 fi
8829 else
8830 lt_cv_prog_compiler_static_works=yes
8831 fi
8832 fi
8833 $RM -r conftest*
8834 LDFLAGS="$save_LDFLAGS"
8835
8836fi
8837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8838$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8839
8840if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8841 :
8842else
8843 lt_prog_compiler_static=
8844fi
8845
8846
8847
8848
8849
8850
8851
8852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8853$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8854if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8855 $as_echo_n "(cached) " >&6
8856else
8857 lt_cv_prog_compiler_c_o=no
8858 $RM -r conftest 2>/dev/null
8859 mkdir conftest
8860 cd conftest
8861 mkdir out
8862 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8863
8864 lt_compiler_flag="-o out/conftest2.$ac_objext"
8865 # Insert the option either (1) after the last *FLAGS variable, or
8866 # (2) before a word containing "conftest.", or (3) at the end.
8867 # Note that $ac_compile itself does not contain backslashes and begins
8868 # with a dollar sign (not a hyphen), so the echo should work correctly.
8869 lt_compile=`echo "$ac_compile" | $SED \
8870 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8871 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8872 -e 's:$: $lt_compiler_flag:'`
8873 (eval echo "\"\$as_me:8873: $lt_compile\"" >&5)
8874 (eval "$lt_compile" 2>out/conftest.err)
8875 ac_status=$?
8876 cat out/conftest.err >&5
8877 echo "$as_me:8877: \$? = $ac_status" >&5
8878 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8879 then
8880 # The compiler can only warn and ignore the option if not recognized
8881 # So say no if there are warnings
8882 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8883 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8884 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8885 lt_cv_prog_compiler_c_o=yes
8886 fi
8887 fi
8888 chmod u+w . 2>&5
8889 $RM conftest*
8890 # SGI C++ compiler will create directory out/ii_files/ for
8891 # template instantiation
8892 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8893 $RM out/* && rmdir out
8894 cd ..
8895 $RM -r conftest
8896 $RM conftest*
8897
8898fi
8899{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8900$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8901
8902
8903
8904
8905
8906
8907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8908$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8909if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8910 $as_echo_n "(cached) " >&6
8911else
8912 lt_cv_prog_compiler_c_o=no
8913 $RM -r conftest 2>/dev/null
8914 mkdir conftest
8915 cd conftest
8916 mkdir out
8917 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8918
8919 lt_compiler_flag="-o out/conftest2.$ac_objext"
8920 # Insert the option either (1) after the last *FLAGS variable, or
8921 # (2) before a word containing "conftest.", or (3) at the end.
8922 # Note that $ac_compile itself does not contain backslashes and begins
8923 # with a dollar sign (not a hyphen), so the echo should work correctly.
8924 lt_compile=`echo "$ac_compile" | $SED \
8925 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8926 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8927 -e 's:$: $lt_compiler_flag:'`
8928 (eval echo "\"\$as_me:8928: $lt_compile\"" >&5)
8929 (eval "$lt_compile" 2>out/conftest.err)
8930 ac_status=$?
8931 cat out/conftest.err >&5
8932 echo "$as_me:8932: \$? = $ac_status" >&5
8933 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8934 then
8935 # The compiler can only warn and ignore the option if not recognized
8936 # So say no if there are warnings
8937 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8938 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8939 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8940 lt_cv_prog_compiler_c_o=yes
8941 fi
8942 fi
8943 chmod u+w . 2>&5
8944 $RM conftest*
8945 # SGI C++ compiler will create directory out/ii_files/ for
8946 # template instantiation
8947 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8948 $RM out/* && rmdir out
8949 cd ..
8950 $RM -r conftest
8951 $RM conftest*
8952
8953fi
8954{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8955$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8956
8957
8958
8959
8960hard_links="nottested"
8961if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8962 # do not overwrite the value of need_locks provided by the user
8963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8964$as_echo_n "checking if we can lock with hard links... " >&6; }
8965 hard_links=yes
8966 $RM conftest*
8967 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8968 touch conftest.a
8969 ln conftest.a conftest.b 2>&5 || hard_links=no
8970 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8972$as_echo "$hard_links" >&6; }
8973 if test "$hard_links" = no; then
8974 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8975$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8976 need_locks=warn
8977 fi
8978else
8979 need_locks=no
8980fi
8981
8982
8983
8984
8985
8986
8987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8988$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8989
8990 runpath_var=
8991 allow_undefined_flag=
8992 always_export_symbols=no
8993 archive_cmds=
8994 archive_expsym_cmds=
8995 compiler_needs_object=no
8996 enable_shared_with_static_runtimes=no
8997 export_dynamic_flag_spec=
8998 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8999 hardcode_automatic=no
9000 hardcode_direct=no
9001 hardcode_direct_absolute=no
9002 hardcode_libdir_flag_spec=
9003 hardcode_libdir_flag_spec_ld=
9004 hardcode_libdir_separator=
9005 hardcode_minus_L=no
9006 hardcode_shlibpath_var=unsupported
9007 inherit_rpath=no
9008 link_all_deplibs=unknown
9009 module_cmds=
9010 module_expsym_cmds=
9011 old_archive_from_new_cmds=
9012 old_archive_from_expsyms_cmds=
9013 thread_safe_flag_spec=
9014 whole_archive_flag_spec=
9015 # include_expsyms should be a list of space-separated symbols to be *always*
9016 # included in the symbol list
9017 include_expsyms=
9018 # exclude_expsyms can be an extended regexp of symbols to exclude
9019 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9020 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9021 # as well as any symbol that contains `d'.
9022 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9023 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9024 # platforms (ab)use it in PIC code, but their linkers get confused if
9025 # the symbol is explicitly referenced. Since portable code cannot
9026 # rely on this symbol name, it's probably fine to never include it in
9027 # preloaded symbol tables.
9028 # Exclude shared library initialization/finalization symbols.
9029 extract_expsyms_cmds=
9030
9031 case $host_os in
9032 cygwin* | mingw* | pw32* | cegcc*)
9033 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9034 # When not using gcc, we currently assume that we are using
9035 # Microsoft Visual C++.
9036 if test "$GCC" != yes; then
9037 with_gnu_ld=no
9038 fi
9039 ;;
9040 interix*)
9041 # we just hope/assume this is gcc and not c89 (= MSVC++)
9042 with_gnu_ld=yes
9043 ;;
9044 openbsd*)
9045 with_gnu_ld=no
9046 ;;
9047 esac
9048
9049 ld_shlibs=yes
9050 if test "$with_gnu_ld" = yes; then
9051 # If archive_cmds runs LD, not CC, wlarc should be empty
9052 wlarc='${wl}'
9053
9054 # Set some defaults for GNU ld with shared library support. These
9055 # are reset later if shared libraries are not supported. Putting them
9056 # here allows them to be overridden if necessary.
9057 runpath_var=LD_RUN_PATH
9058 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9059 export_dynamic_flag_spec='${wl}--export-dynamic'
9060 # ancient GNU ld didn't support --whole-archive et. al.
9061 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9062 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9063 else
9064 whole_archive_flag_spec=
9065 fi
9066 supports_anon_versioning=no
9067 case `$LD -v 2>&1` in
9068 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9069 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9070 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9071 *\ 2.11.*) ;; # other 2.11 versions
9072 *) supports_anon_versioning=yes ;;
9073 esac
9074
9075 # See if GNU ld supports shared libraries.
9076 case $host_os in
9077 aix[3-9]*)
9078 # On AIX/PPC, the GNU linker is very broken
9079 if test "$host_cpu" != ia64; then
9080 ld_shlibs=no
9081 cat <<_LT_EOF 1>&2
9082
9083*** Warning: the GNU linker, at least up to release 2.9.1, is reported
9084*** to be unable to reliably create shared libraries on AIX.
9085*** Therefore, libtool is disabling shared libraries support. If you
9086*** really care for shared libraries, you may want to modify your PATH
9087*** so that a non-GNU linker is found, and then restart.
9088
9089_LT_EOF
9090 fi
9091 ;;
9092
9093 amigaos*)
9094 case $host_cpu in
9095 powerpc)
9096 # see comment about AmigaOS4 .so support
9097 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9098 archive_expsym_cmds=''
9099 ;;
9100 m68k)
9101 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)'
9102 hardcode_libdir_flag_spec='-L$libdir'
9103 hardcode_minus_L=yes
9104 ;;
9105 esac
9106 ;;
9107
9108 beos*)
9109 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9110 allow_undefined_flag=unsupported
9111 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9112 # support --undefined. This deserves some investigation. FIXME
9113 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9114 else
9115 ld_shlibs=no
9116 fi
9117 ;;
9118
9119 cygwin* | mingw* | pw32* | cegcc*)
9120 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9121 # as there is no search path for DLLs.
9122 hardcode_libdir_flag_spec='-L$libdir'
9123 allow_undefined_flag=unsupported
9124 always_export_symbols=no
9125 enable_shared_with_static_runtimes=yes
9126 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9127
9128 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9129 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9130 # If the export-symbols file already is a .def file (1st line
9131 # is EXPORTS), use it as is; otherwise, prepend...
9132 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9133 cp $export_symbols $output_objdir/$soname.def;
9134 else
9135 echo EXPORTS > $output_objdir/$soname.def;
9136 cat $export_symbols >> $output_objdir/$soname.def;
9137 fi~
9138 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9139 else
9140 ld_shlibs=no
9141 fi
9142 ;;
9143
9144 interix[3-9]*)
9145 hardcode_direct=no
9146 hardcode_shlibpath_var=no
9147 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9148 export_dynamic_flag_spec='${wl}-E'
9149 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9150 # Instead, shared libraries are loaded at an image base (0x10000000 by
9151 # default) and relocated if they conflict, which is a slow very memory
9152 # consuming and fragmenting process. To avoid this, we pick a random,
9153 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9154 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9155 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9156 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'
9157 ;;
9158
9159 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9160 tmp_diet=no
9161 if test "$host_os" = linux-dietlibc; then
9162 case $cc_basename in
9163 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9164 esac
9165 fi
9166 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9167 && test "$tmp_diet" = no
9168 then
9169 tmp_addflag=
9170 tmp_sharedflag='-shared'
9171 case $cc_basename,$host_cpu in
9172 pgcc*) # Portland Group C compiler
9173 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
9174 tmp_addflag=' $pic_flag'
9175 ;;
9176 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
9177 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
9178 tmp_addflag=' $pic_flag -Mnomain' ;;
9179 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9180 tmp_addflag=' -i_dynamic' ;;
9181 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9182 tmp_addflag=' -i_dynamic -nofor_main' ;;
9183 ifc* | ifort*) # Intel Fortran compiler
9184 tmp_addflag=' -nofor_main' ;;
9185 lf95*) # Lahey Fortran 8.1
9186 whole_archive_flag_spec=
9187 tmp_sharedflag='--shared' ;;
9188 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9189 tmp_sharedflag='-qmkshrobj'
9190 tmp_addflag= ;;
9191 esac
9192 case `$CC -V 2>&1 | sed 5q` in
9193 *Sun\ C*) # Sun C 5.9
9194 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
9195 compiler_needs_object=yes
9196 tmp_sharedflag='-G' ;;
9197 *Sun\ F*) # Sun Fortran 8.3
9198 tmp_sharedflag='-G' ;;
9199 esac
9200 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9201
9202 if test "x$supports_anon_versioning" = xyes; then
9203 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9204 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9205 echo "local: *; };" >> $output_objdir/$libname.ver~
9206 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9207 fi
9208
9209 case $cc_basename in
9210 xlf*)
9211 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9212 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9213 hardcode_libdir_flag_spec=
9214 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9215 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9216 if test "x$supports_anon_versioning" = xyes; then
9217 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9218 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9219 echo "local: *; };" >> $output_objdir/$libname.ver~
9220 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9221 fi
9222 ;;
9223 esac
9224 else
9225 ld_shlibs=no
9226 fi
9227 ;;
9228
9229 netbsd*)
9230 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9231 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9232 wlarc=
9233 else
9234 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9235 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9236 fi
9237 ;;
9238
9239 solaris*)
9240 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9241 ld_shlibs=no
9242 cat <<_LT_EOF 1>&2
9243
9244*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9245*** create shared libraries on Solaris systems. Therefore, libtool
9246*** is disabling shared libraries support. We urge you to upgrade GNU
9247*** binutils to release 2.9.1 or newer. Another option is to modify
9248*** your PATH or compiler configuration so that the native linker is
9249*** used, and then restart.
9250
9251_LT_EOF
9252 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9253 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9254 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9255 else
9256 ld_shlibs=no
9257 fi
9258 ;;
9259
9260 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9261 case `$LD -v 2>&1` in
9262 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9263 ld_shlibs=no
9264 cat <<_LT_EOF 1>&2
9265
9266*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9267*** reliably create shared libraries on SCO systems. Therefore, libtool
9268*** is disabling shared libraries support. We urge you to upgrade GNU
9269*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9270*** your PATH or compiler configuration so that the native linker is
9271*** used, and then restart.
9272
9273_LT_EOF
9274 ;;
9275 *)
9276 # For security reasons, it is highly recommended that you always
9277 # use absolute paths for naming shared libraries, and exclude the
9278 # DT_RUNPATH tag from executables and libraries. But doing so
9279 # requires that you compile everything twice, which is a pain.
9280 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9281 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9282 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9283 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9284 else
9285 ld_shlibs=no
9286 fi
9287 ;;
9288 esac
9289 ;;
9290
9291 sunos4*)
9292 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9293 wlarc=
9294 hardcode_direct=yes
9295 hardcode_shlibpath_var=no
9296 ;;
9297
9298 *)
9299 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9300 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9301 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9302 else
9303 ld_shlibs=no
9304 fi
9305 ;;
9306 esac
9307
9308 if test "$ld_shlibs" = no; then
9309 runpath_var=
9310 hardcode_libdir_flag_spec=
9311 export_dynamic_flag_spec=
9312 whole_archive_flag_spec=
9313 fi
9314 else
9315 # PORTME fill in a description of your system's linker (not GNU ld)
9316 case $host_os in
9317 aix3*)
9318 allow_undefined_flag=unsupported
9319 always_export_symbols=yes
9320 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'
9321 # Note: this linker hardcodes the directories in LIBPATH if there
9322 # are no directories specified by -L.
9323 hardcode_minus_L=yes
9324 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9325 # Neither direct hardcoding nor static linking is supported with a
9326 # broken collect2.
9327 hardcode_direct=unsupported
9328 fi
9329 ;;
9330
9331 aix[4-9]*)
9332 if test "$host_cpu" = ia64; then
9333 # On IA64, the linker does run time linking by default, so we don't
9334 # have to do anything special.
9335 aix_use_runtimelinking=no
9336 exp_sym_flag='-Bexport'
9337 no_entry_flag=""
9338 else
9339 # If we're using GNU nm, then we don't want the "-C" option.
9340 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9341 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9342 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9343 else
9344 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9345 fi
9346 aix_use_runtimelinking=no
9347
9348 # Test if we are trying to use run time linking or normal
9349 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9350 # need to do runtime linking.
9351 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9352 for ld_flag in $LDFLAGS; do
9353 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9354 aix_use_runtimelinking=yes
9355 break
9356 fi
9357 done
9358 ;;
9359 esac
9360
9361 exp_sym_flag='-bexport'
9362 no_entry_flag='-bnoentry'
9363 fi
9364
9365 # When large executables or shared objects are built, AIX ld can
9366 # have problems creating the table of contents. If linking a library
9367 # or program results in "error TOC overflow" add -mminimal-toc to
9368 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9369 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9370
9371 archive_cmds=''
9372 hardcode_direct=yes
9373 hardcode_direct_absolute=yes
9374 hardcode_libdir_separator=':'
9375 link_all_deplibs=yes
9376 file_list_spec='${wl}-f,'
9377
9378 if test "$GCC" = yes; then
9379 case $host_os in aix4.[012]|aix4.[012].*)
9380 # We only want to do this on AIX 4.2 and lower, the check
9381 # below for broken collect2 doesn't work under 4.3+
9382 collect2name=`${CC} -print-prog-name=collect2`
9383 if test -f "$collect2name" &&
9384 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9385 then
9386 # We have reworked collect2
9387 :
9388 else
9389 # We have old collect2
9390 hardcode_direct=unsupported
9391 # It fails to find uninstalled libraries when the uninstalled
9392 # path is not listed in the libpath. Setting hardcode_minus_L
9393 # to unsupported forces relinking
9394 hardcode_minus_L=yes
9395 hardcode_libdir_flag_spec='-L$libdir'
9396 hardcode_libdir_separator=
9397 fi
9398 ;;
9399 esac
9400 shared_flag='-shared'
9401 if test "$aix_use_runtimelinking" = yes; then
9402 shared_flag="$shared_flag "'${wl}-G'
9403 fi
9404 else
9405 # not using gcc
9406 if test "$host_cpu" = ia64; then
9407 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9408 # chokes on -Wl,-G. The following line is correct:
9409 shared_flag='-G'
9410 else
9411 if test "$aix_use_runtimelinking" = yes; then
9412 shared_flag='${wl}-G'
9413 else
9414 shared_flag='${wl}-bM:SRE'
9415 fi
9416 fi
9417 fi
9418
9419 export_dynamic_flag_spec='${wl}-bexpall'
9420 # It seems that -bexpall does not export symbols beginning with
9421 # underscore (_), so it is better to generate a list of symbols to export.
9422 always_export_symbols=yes
9423 if test "$aix_use_runtimelinking" = yes; then
9424 # Warning - without using the other runtime loading flags (-brtl),
9425 # -berok will link without error, but may produce a broken library.
9426 allow_undefined_flag='-berok'
9427 # Determine the default libpath from the value encoded in an
9428 # empty executable.
9429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9430/* end confdefs.h. */
9431
9432int
9433main ()
9434{
9435
9436 ;
9437 return 0;
9438}
9439_ACEOF
9440if ac_fn_c_try_link "$LINENO"; then :
9441
9442lt_aix_libpath_sed='
9443 /Import File Strings/,/^$/ {
9444 /^0/ {
9445 s/^0 *\(.*\)$/\1/
9446 p
9447 }
9448 }'
9449aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9450# Check for a 64-bit object if we didn't find anything.
9451if test -z "$aix_libpath"; then
9452 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9453fi
9454fi
9455rm -f core conftest.err conftest.$ac_objext \
9456 conftest$ac_exeext conftest.$ac_ext
9457if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9458
9459 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9460 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9461 else
9462 if test "$host_cpu" = ia64; then
9463 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9464 allow_undefined_flag="-z nodefs"
9465 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"
9466 else
9467 # Determine the default libpath from the value encoded in an
9468 # empty executable.
9469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9470/* end confdefs.h. */
9471
9472int
9473main ()
9474{
9475
9476 ;
9477 return 0;
9478}
9479_ACEOF
9480if ac_fn_c_try_link "$LINENO"; then :
9481
9482lt_aix_libpath_sed='
9483 /Import File Strings/,/^$/ {
9484 /^0/ {
9485 s/^0 *\(.*\)$/\1/
9486 p
9487 }
9488 }'
9489aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9490# Check for a 64-bit object if we didn't find anything.
9491if test -z "$aix_libpath"; then
9492 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9493fi
9494fi
9495rm -f core conftest.err conftest.$ac_objext \
9496 conftest$ac_exeext conftest.$ac_ext
9497if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9498
9499 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9500 # Warning - without using the other run time loading flags,
9501 # -berok will link without error, but may produce a broken library.
9502 no_undefined_flag=' ${wl}-bernotok'
9503 allow_undefined_flag=' ${wl}-berok'
9504 # Exported symbols can be pulled into shared objects from archives
9505 whole_archive_flag_spec='$convenience'
9506 archive_cmds_need_lc=yes
9507 # This is similar to how AIX traditionally builds its shared libraries.
9508 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'
9509 fi
9510 fi
9511 ;;
9512
9513 amigaos*)
9514 case $host_cpu in
9515 powerpc)
9516 # see comment about AmigaOS4 .so support
9517 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9518 archive_expsym_cmds=''
9519 ;;
9520 m68k)
9521 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)'
9522 hardcode_libdir_flag_spec='-L$libdir'
9523 hardcode_minus_L=yes
9524 ;;
9525 esac
9526 ;;
9527
9528 bsdi[45]*)
9529 export_dynamic_flag_spec=-rdynamic
9530 ;;
9531
9532 cygwin* | mingw* | pw32* | cegcc*)
9533 # When not using gcc, we currently assume that we are using
9534 # Microsoft Visual C++.
9535 # hardcode_libdir_flag_spec is actually meaningless, as there is
9536 # no search path for DLLs.
9537 hardcode_libdir_flag_spec=' '
9538 allow_undefined_flag=unsupported
9539 # Tell ltmain to make .lib files, not .a files.
9540 libext=lib
9541 # Tell ltmain to make .dll files, not .so files.
9542 shrext_cmds=".dll"
9543 # FIXME: Setting linknames here is a bad hack.
9544 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
9545 # The linker will automatically build a .lib file if we build a DLL.
9546 old_archive_from_new_cmds='true'
9547 # FIXME: Should let the user specify the lib program.
9548 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9549 fix_srcfile_path='`cygpath -w "$srcfile"`'
9550 enable_shared_with_static_runtimes=yes
9551 ;;
9552
9553 darwin* | rhapsody*)
9554
9555
9556 archive_cmds_need_lc=no
9557 hardcode_direct=no
9558 hardcode_automatic=yes
9559 hardcode_shlibpath_var=unsupported
9560 whole_archive_flag_spec=''
9561 link_all_deplibs=yes
9562 allow_undefined_flag="$_lt_dar_allow_undefined"
9563 case $cc_basename in
9564 ifort*) _lt_dar_can_shared=yes ;;
9565 *) _lt_dar_can_shared=$GCC ;;
9566 esac
9567 if test "$_lt_dar_can_shared" = "yes"; then
9568 output_verbose_link_cmd=echo
9569 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9570 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9571 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}"
9572 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}"
9573
9574 else
9575 ld_shlibs=no
9576 fi
9577
9578 ;;
9579
9580 dgux*)
9581 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9582 hardcode_libdir_flag_spec='-L$libdir'
9583 hardcode_shlibpath_var=no
9584 ;;
9585
9586 freebsd1*)
9587 ld_shlibs=no
9588 ;;
9589
9590 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9591 # support. Future versions do this automatically, but an explicit c++rt0.o
9592 # does not break anything, and helps significantly (at the cost of a little
9593 # extra space).
9594 freebsd2.2*)
9595 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9596 hardcode_libdir_flag_spec='-R$libdir'
9597 hardcode_direct=yes
9598 hardcode_shlibpath_var=no
9599 ;;
9600
9601 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9602 freebsd2*)
9603 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9604 hardcode_direct=yes
9605 hardcode_minus_L=yes
9606 hardcode_shlibpath_var=no
9607 ;;
9608
9609 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9610 freebsd* | dragonfly*)
9611 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9612 hardcode_libdir_flag_spec='-R$libdir'
9613 hardcode_direct=yes
9614 hardcode_shlibpath_var=no
9615 ;;
9616
9617 hpux9*)
9618 if test "$GCC" = yes; then
9619 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'
9620 else
9621 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'
9622 fi
9623 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9624 hardcode_libdir_separator=:
9625 hardcode_direct=yes
9626
9627 # hardcode_minus_L: Not really in the search PATH,
9628 # but as the default location of the library.
9629 hardcode_minus_L=yes
9630 export_dynamic_flag_spec='${wl}-E'
9631 ;;
9632
9633 hpux10*)
9634 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9635 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9636 else
9637 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9638 fi
9639 if test "$with_gnu_ld" = no; then
9640 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9641 hardcode_libdir_flag_spec_ld='+b $libdir'
9642 hardcode_libdir_separator=:
9643 hardcode_direct=yes
9644 hardcode_direct_absolute=yes
9645 export_dynamic_flag_spec='${wl}-E'
9646 # hardcode_minus_L: Not really in the search PATH,
9647 # but as the default location of the library.
9648 hardcode_minus_L=yes
9649 fi
9650 ;;
9651
9652 hpux11*)
9653 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9654 case $host_cpu in
9655 hppa*64*)
9656 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9657 ;;
9658 ia64*)
9659 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9660 ;;
9661 *)
9662 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9663 ;;
9664 esac
9665 else
9666 case $host_cpu in
9667 hppa*64*)
9668 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9669 ;;
9670 ia64*)
9671 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9672 ;;
9673 *)
9674 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9675 ;;
9676 esac
9677 fi
9678 if test "$with_gnu_ld" = no; then
9679 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9680 hardcode_libdir_separator=:
9681
9682 case $host_cpu in
9683 hppa*64*|ia64*)
9684 hardcode_direct=no
9685 hardcode_shlibpath_var=no
9686 ;;
9687 *)
9688 hardcode_direct=yes
9689 hardcode_direct_absolute=yes
9690 export_dynamic_flag_spec='${wl}-E'
9691
9692 # hardcode_minus_L: Not really in the search PATH,
9693 # but as the default location of the library.
9694 hardcode_minus_L=yes
9695 ;;
9696 esac
9697 fi
9698 ;;
9699
9700 irix5* | irix6* | nonstopux*)
9701 if test "$GCC" = yes; then
9702 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9703 # Try to use the -exported_symbol ld option, if it does not
9704 # work, assume that -exports_file does not work either and
9705 # implicitly export all symbols.
9706 save_LDFLAGS="$LDFLAGS"
9707 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9709/* end confdefs.h. */
9710int foo(void) {}
9711_ACEOF
9712if ac_fn_c_try_link "$LINENO"; then :
9713 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9714
9715fi
9716rm -f core conftest.err conftest.$ac_objext \
9717 conftest$ac_exeext conftest.$ac_ext
9718 LDFLAGS="$save_LDFLAGS"
9719 else
9720 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9721 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9722 fi
9723 archive_cmds_need_lc='no'
9724 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9725 hardcode_libdir_separator=:
9726 inherit_rpath=yes
9727 link_all_deplibs=yes
9728 ;;
9729
9730 netbsd*)
9731 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9732 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9733 else
9734 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9735 fi
9736 hardcode_libdir_flag_spec='-R$libdir'
9737 hardcode_direct=yes
9738 hardcode_shlibpath_var=no
9739 ;;
9740
9741 newsos6)
9742 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9743 hardcode_direct=yes
9744 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9745 hardcode_libdir_separator=:
9746 hardcode_shlibpath_var=no
9747 ;;
9748
9749 *nto* | *qnx*)
9750 ;;
9751
9752 openbsd*)
9753 if test -f /usr/libexec/ld.so; then
9754 hardcode_direct=yes
9755 hardcode_shlibpath_var=no
9756 hardcode_direct_absolute=yes
9757 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9758 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9759 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9760 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9761 export_dynamic_flag_spec='${wl}-E'
9762 else
9763 case $host_os in
9764 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9765 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9766 hardcode_libdir_flag_spec='-R$libdir'
9767 ;;
9768 *)
9769 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9770 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9771 ;;
9772 esac
9773 fi
9774 else
9775 ld_shlibs=no
9776 fi
9777 ;;
9778
9779 os2*)
9780 hardcode_libdir_flag_spec='-L$libdir'
9781 hardcode_minus_L=yes
9782 allow_undefined_flag=unsupported
9783 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'
9784 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9785 ;;
9786
9787 osf3*)
9788 if test "$GCC" = yes; then
9789 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9790 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9791 else
9792 allow_undefined_flag=' -expect_unresolved \*'
9793 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9794 fi
9795 archive_cmds_need_lc='no'
9796 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9797 hardcode_libdir_separator=:
9798 ;;
9799
9800 osf4* | osf5*) # as osf3* with the addition of -msym flag
9801 if test "$GCC" = yes; then
9802 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9803 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9804 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9805 else
9806 allow_undefined_flag=' -expect_unresolved \*'
9807 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9808 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~
9809 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9810
9811 # Both c and cxx compiler support -rpath directly
9812 hardcode_libdir_flag_spec='-rpath $libdir'
9813 fi
9814 archive_cmds_need_lc='no'
9815 hardcode_libdir_separator=:
9816 ;;
9817
9818 solaris*)
9819 no_undefined_flag=' -z defs'
9820 if test "$GCC" = yes; then
9821 wlarc='${wl}'
9822 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9823 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9824 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9825 else
9826 case `$CC -V 2>&1` in
9827 *"Compilers 5.0"*)
9828 wlarc=''
9829 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9830 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9831 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9832 ;;
9833 *)
9834 wlarc='${wl}'
9835 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9836 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9837 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9838 ;;
9839 esac
9840 fi
9841 hardcode_libdir_flag_spec='-R$libdir'
9842 hardcode_shlibpath_var=no
9843 case $host_os in
9844 solaris2.[0-5] | solaris2.[0-5].*) ;;
9845 *)
9846 # The compiler driver will combine and reorder linker options,
9847 # but understands `-z linker_flag'. GCC discards it without `$wl',
9848 # but is careful enough not to reorder.
9849 # Supported since Solaris 2.6 (maybe 2.5.1?)
9850 if test "$GCC" = yes; then
9851 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9852 else
9853 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9854 fi
9855 ;;
9856 esac
9857 link_all_deplibs=yes
9858 ;;
9859
9860 sunos4*)
9861 if test "x$host_vendor" = xsequent; then
9862 # Use $CC to link under sequent, because it throws in some extra .o
9863 # files that make .init and .fini sections work.
9864 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9865 else
9866 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9867 fi
9868 hardcode_libdir_flag_spec='-L$libdir'
9869 hardcode_direct=yes
9870 hardcode_minus_L=yes
9871 hardcode_shlibpath_var=no
9872 ;;
9873
9874 sysv4)
9875 case $host_vendor in
9876 sni)
9877 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9878 hardcode_direct=yes # is this really true???
9879 ;;
9880 siemens)
9881 ## LD is ld it makes a PLAMLIB
9882 ## CC just makes a GrossModule.
9883 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9884 reload_cmds='$CC -r -o $output$reload_objs'
9885 hardcode_direct=no
9886 ;;
9887 motorola)
9888 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9889 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9890 ;;
9891 esac
9892 runpath_var='LD_RUN_PATH'
9893 hardcode_shlibpath_var=no
9894 ;;
9895
9896 sysv4.3*)
9897 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9898 hardcode_shlibpath_var=no
9899 export_dynamic_flag_spec='-Bexport'
9900 ;;
9901
9902 sysv4*MP*)
9903 if test -d /usr/nec; then
9904 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9905 hardcode_shlibpath_var=no
9906 runpath_var=LD_RUN_PATH
9907 hardcode_runpath_var=yes
9908 ld_shlibs=yes
9909 fi
9910 ;;
9911
9912 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9913 no_undefined_flag='${wl}-z,text'
9914 archive_cmds_need_lc=no
9915 hardcode_shlibpath_var=no
9916 runpath_var='LD_RUN_PATH'
9917
9918 if test "$GCC" = yes; then
9919 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9920 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9921 else
9922 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9923 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9924 fi
9925 ;;
9926
9927 sysv5* | sco3.2v5* | sco5v6*)
9928 # Note: We can NOT use -z defs as we might desire, because we do not
9929 # link with -lc, and that would cause any symbols used from libc to
9930 # always be unresolved, which means just about no library would
9931 # ever link correctly. If we're not using GNU ld we use -z text
9932 # though, which does catch some bad symbols but isn't as heavy-handed
9933 # as -z defs.
9934 no_undefined_flag='${wl}-z,text'
9935 allow_undefined_flag='${wl}-z,nodefs'
9936 archive_cmds_need_lc=no
9937 hardcode_shlibpath_var=no
9938 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9939 hardcode_libdir_separator=':'
9940 link_all_deplibs=yes
9941 export_dynamic_flag_spec='${wl}-Bexport'
9942 runpath_var='LD_RUN_PATH'
9943
9944 if test "$GCC" = yes; then
9945 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9946 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9947 else
9948 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9949 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9950 fi
9951 ;;
9952
9953 uts4*)
9954 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9955 hardcode_libdir_flag_spec='-L$libdir'
9956 hardcode_shlibpath_var=no
9957 ;;
9958
9959 *)
9960 ld_shlibs=no
9961 ;;
9962 esac
9963
9964 if test x$host_vendor = xsni; then
9965 case $host in
9966 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9967 export_dynamic_flag_spec='${wl}-Blargedynsym'
9968 ;;
9969 esac
9970 fi
9971 fi
9972
9973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9974$as_echo "$ld_shlibs" >&6; }
9975test "$ld_shlibs" = no && can_build_shared=no
9976
9977with_gnu_ld=$with_gnu_ld
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993#
9994# Do we need to explicitly link libc?
9995#
9996case "x$archive_cmds_need_lc" in
9997x|xyes)
9998 # Assume -lc should be added
9999 archive_cmds_need_lc=yes
10000
10001 if test "$enable_shared" = yes && test "$GCC" = yes; then
10002 case $archive_cmds in
10003 *'~'*)
10004 # FIXME: we may have to deal with multi-command sequences.
10005 ;;
10006 '$CC '*)
10007 # Test whether the compiler implicitly links with -lc since on some
10008 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10009 # to ld, don't add -lc before -lgcc.
10010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10011$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10012if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10013 $as_echo_n "(cached) " >&6
10014else
10015 $RM conftest*
10016 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10017
10018 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10019 (eval $ac_compile) 2>&5
10020 ac_status=$?
10021 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10022 test $ac_status = 0; } 2>conftest.err; then
10023 soname=conftest
10024 lib=conftest
10025 libobjs=conftest.$ac_objext
10026 deplibs=
10027 wl=$lt_prog_compiler_wl
10028 pic_flag=$lt_prog_compiler_pic
10029 compiler_flags=-v
10030 linker_flags=-v
10031 verstring=
10032 output_objdir=.
10033 libname=conftest
10034 lt_save_allow_undefined_flag=$allow_undefined_flag
10035 allow_undefined_flag=
10036 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10037 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10038 ac_status=$?
10039 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10040 test $ac_status = 0; }
10041 then
10042 lt_cv_archive_cmds_need_lc=no
10043 else
10044 lt_cv_archive_cmds_need_lc=yes
10045 fi
10046 allow_undefined_flag=$lt_save_allow_undefined_flag
10047 else
10048 cat conftest.err 1>&5
10049 fi
10050 $RM conftest*
10051
10052fi
10053{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10054$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10055 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10056 ;;
10057 esac
10058 fi
10059 ;;
10060esac
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10219$as_echo_n "checking dynamic linker characteristics... " >&6; }
10220
10221if test "$GCC" = yes; then
10222 case $host_os in
10223 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10224 *) lt_awk_arg="/^libraries:/" ;;
10225 esac
10226 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
10227 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
10228 # if the path contains ";" then we assume it to be the separator
10229 # otherwise default to the standard path separator (i.e. ":") - it is
10230 # assumed that no part of a normal pathname contains ";" but that should
10231 # okay in the real world where ";" in dirpaths is itself problematic.
10232 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
10233 else
10234 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10235 fi
10236 # Ok, now we have the path, separated by spaces, we can step through it
10237 # and add multilib dir if necessary.
10238 lt_tmp_lt_search_path_spec=
10239 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10240 for lt_sys_path in $lt_search_path_spec; do
10241 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10242 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10243 else
10244 test -d "$lt_sys_path" && \
10245 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10246 fi
10247 done
10248 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
10249BEGIN {RS=" "; FS="/|\n";} {
10250 lt_foo="";
10251 lt_count=0;
10252 for (lt_i = NF; lt_i > 0; lt_i--) {
10253 if ($lt_i != "" && $lt_i != ".") {
10254 if ($lt_i == "..") {
10255 lt_count++;
10256 } else {
10257 if (lt_count == 0) {
10258 lt_foo="/" $lt_i lt_foo;
10259 } else {
10260 lt_count--;
10261 }
10262 }
10263 }
10264 }
10265 if (lt_foo != "") { lt_freq[lt_foo]++; }
10266 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10267}'`
10268 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
10269else
10270 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10271fi
10272library_names_spec=
10273libname_spec='lib$name'
10274soname_spec=
10275shrext_cmds=".so"
10276postinstall_cmds=
10277postuninstall_cmds=
10278finish_cmds=
10279finish_eval=
10280shlibpath_var=
10281shlibpath_overrides_runpath=unknown
10282version_type=none
10283dynamic_linker="$host_os ld.so"
10284sys_lib_dlsearch_path_spec="/lib /usr/lib"
10285need_lib_prefix=unknown
10286hardcode_into_libs=no
10287
10288# when you set need_version to no, make sure it does not cause -set_version
10289# flags to be left without arguments
10290need_version=unknown
10291
10292case $host_os in
10293aix3*)
10294 version_type=linux
10295 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10296 shlibpath_var=LIBPATH
10297
10298 # AIX 3 has no versioning support, so we append a major version to the name.
10299 soname_spec='${libname}${release}${shared_ext}$major'
10300 ;;
10301
10302aix[4-9]*)
10303 version_type=linux
10304 need_lib_prefix=no
10305 need_version=no
10306 hardcode_into_libs=yes
10307 if test "$host_cpu" = ia64; then
10308 # AIX 5 supports IA64
10309 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10310 shlibpath_var=LD_LIBRARY_PATH
10311 else
10312 # With GCC up to 2.95.x, collect2 would create an import file
10313 # for dependence libraries. The import file would start with
10314 # the line `#! .'. This would cause the generated library to
10315 # depend on `.', always an invalid library. This was fixed in
10316 # development snapshots of GCC prior to 3.0.
10317 case $host_os in
10318 aix4 | aix4.[01] | aix4.[01].*)
10319 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10320 echo ' yes '
10321 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10322 :
10323 else
10324 can_build_shared=no
10325 fi
10326 ;;
10327 esac
10328 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10329 # soname into executable. Probably we can add versioning support to
10330 # collect2, so additional links can be useful in future.
10331 if test "$aix_use_runtimelinking" = yes; then
10332 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10333 # instead of lib<name>.a to let people know that these are not
10334 # typical AIX shared libraries.
10335 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10336 else
10337 # We preserve .a as extension for shared libraries through AIX4.2
10338 # and later when we are not doing run time linking.
10339 library_names_spec='${libname}${release}.a $libname.a'
10340 soname_spec='${libname}${release}${shared_ext}$major'
10341 fi
10342 shlibpath_var=LIBPATH
10343 fi
10344 ;;
10345
10346amigaos*)
10347 case $host_cpu in
10348 powerpc)
10349 # Since July 2007 AmigaOS4 officially supports .so libraries.
10350 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10351 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10352 ;;
10353 m68k)
10354 library_names_spec='$libname.ixlibrary $libname.a'
10355 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10356 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''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'
10357 ;;
10358 esac
10359 ;;
10360
10361beos*)
10362 library_names_spec='${libname}${shared_ext}'
10363 dynamic_linker="$host_os ld.so"
10364 shlibpath_var=LIBRARY_PATH
10365 ;;
10366
10367bsdi[45]*)
10368 version_type=linux
10369 need_version=no
10370 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10371 soname_spec='${libname}${release}${shared_ext}$major'
10372 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10373 shlibpath_var=LD_LIBRARY_PATH
10374 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10375 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10376 # the default ld.so.conf also contains /usr/contrib/lib and
10377 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10378 # libtool to hard-code these into programs
10379 ;;
10380
10381cygwin* | mingw* | pw32* | cegcc*)
10382 version_type=windows
10383 shrext_cmds=".dll"
10384 need_version=no
10385 need_lib_prefix=no
10386
10387 case $GCC,$host_os in
10388 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10389 library_names_spec='$libname.dll.a'
10390 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10391 postinstall_cmds='base_file=`basename \${file}`~
10392 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10393 dldir=$destdir/`dirname \$dlpath`~
10394 test -d \$dldir || mkdir -p \$dldir~
10395 $install_prog $dir/$dlname \$dldir/$dlname~
10396 chmod a+x \$dldir/$dlname~
10397 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10398 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10399 fi'
10400 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10401 dlpath=$dir/\$dldll~
10402 $RM \$dlpath'
10403 shlibpath_overrides_runpath=yes
10404
10405 case $host_os in
10406 cygwin*)
10407 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10408 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10409 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
10410 ;;
10411 mingw* | cegcc*)
10412 # MinGW DLLs use traditional 'lib' prefix
10413 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10414 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
10415 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10416 # It is most probably a Windows format PATH printed by
10417 # mingw gcc, but we are running on Cygwin. Gcc prints its search
10418 # path with ; separators, and with drive letters. We can handle the
10419 # drive letters (cygwin fileutils understands them), so leave them,
10420 # especially as we might pass files found there to a mingw objdump,
10421 # which wouldn't understand a cygwinified path. Ahh.
10422 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10423 else
10424 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10425 fi
10426 ;;
10427 pw32*)
10428 # pw32 DLLs use 'pw' prefix rather than 'lib'
10429 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10430 ;;
10431 esac
10432 ;;
10433
10434 *)
10435 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10436 ;;
10437 esac
10438 dynamic_linker='Win32 ld.exe'
10439 # FIXME: first we should search . and the directory the executable is in
10440 shlibpath_var=PATH
10441 ;;
10442
10443darwin* | rhapsody*)
10444 dynamic_linker="$host_os dyld"
10445 version_type=darwin
10446 need_lib_prefix=no
10447 need_version=no
10448 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10449 soname_spec='${libname}${release}${major}$shared_ext'
10450 shlibpath_overrides_runpath=yes
10451 shlibpath_var=DYLD_LIBRARY_PATH
10452 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10453
10454 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10455 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10456 ;;
10457
10458dgux*)
10459 version_type=linux
10460 need_lib_prefix=no
10461 need_version=no
10462 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10463 soname_spec='${libname}${release}${shared_ext}$major'
10464 shlibpath_var=LD_LIBRARY_PATH
10465 ;;
10466
10467freebsd1*)
10468 dynamic_linker=no
10469 ;;
10470
10471freebsd* | dragonfly*)
10472 # DragonFly does not have aout. When/if they implement a new
10473 # versioning mechanism, adjust this.
10474 if test -x /usr/bin/objformat; then
10475 objformat=`/usr/bin/objformat`
10476 else
10477 case $host_os in
10478 freebsd[123]*) objformat=aout ;;
10479 *) objformat=elf ;;
10480 esac
10481 fi
10482 version_type=freebsd-$objformat
10483 case $version_type in
10484 freebsd-elf*)
10485 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10486 need_version=no
10487 need_lib_prefix=no
10488 ;;
10489 freebsd-*)
10490 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10491 need_version=yes
10492 ;;
10493 esac
10494 shlibpath_var=LD_LIBRARY_PATH
10495 case $host_os in
10496 freebsd2*)
10497 shlibpath_overrides_runpath=yes
10498 ;;
10499 freebsd3.[01]* | freebsdelf3.[01]*)
10500 shlibpath_overrides_runpath=yes
10501 hardcode_into_libs=yes
10502 ;;
10503 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10504 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10505 shlibpath_overrides_runpath=no
10506 hardcode_into_libs=yes
10507 ;;
10508 *) # from 4.6 on, and DragonFly
10509 shlibpath_overrides_runpath=yes
10510 hardcode_into_libs=yes
10511 ;;
10512 esac
10513 ;;
10514
10515gnu*)
10516 version_type=linux
10517 need_lib_prefix=no
10518 need_version=no
10519 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10520 soname_spec='${libname}${release}${shared_ext}$major'
10521 shlibpath_var=LD_LIBRARY_PATH
10522 hardcode_into_libs=yes
10523 ;;
10524
10525hpux9* | hpux10* | hpux11*)
10526 # Give a soname corresponding to the major version so that dld.sl refuses to
10527 # link against other versions.
10528 version_type=sunos
10529 need_lib_prefix=no
10530 need_version=no
10531 case $host_cpu in
10532 ia64*)
10533 shrext_cmds='.so'
10534 hardcode_into_libs=yes
10535 dynamic_linker="$host_os dld.so"
10536 shlibpath_var=LD_LIBRARY_PATH
10537 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10538 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10539 soname_spec='${libname}${release}${shared_ext}$major'
10540 if test "X$HPUX_IA64_MODE" = X32; then
10541 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10542 else
10543 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10544 fi
10545 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10546 ;;
10547 hppa*64*)
10548 shrext_cmds='.sl'
10549 hardcode_into_libs=yes
10550 dynamic_linker="$host_os dld.sl"
10551 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10552 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10553 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10554 soname_spec='${libname}${release}${shared_ext}$major'
10555 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10556 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10557 ;;
10558 *)
10559 shrext_cmds='.sl'
10560 dynamic_linker="$host_os dld.sl"
10561 shlibpath_var=SHLIB_PATH
10562 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10563 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10564 soname_spec='${libname}${release}${shared_ext}$major'
10565 ;;
10566 esac
10567 # HP-UX runs *really* slowly unless shared libraries are mode 555.
10568 postinstall_cmds='chmod 555 $lib'
10569 ;;
10570
10571interix[3-9]*)
10572 version_type=linux
10573 need_lib_prefix=no
10574 need_version=no
10575 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10576 soname_spec='${libname}${release}${shared_ext}$major'
10577 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10578 shlibpath_var=LD_LIBRARY_PATH
10579 shlibpath_overrides_runpath=no
10580 hardcode_into_libs=yes
10581 ;;
10582
10583irix5* | irix6* | nonstopux*)
10584 case $host_os in
10585 nonstopux*) version_type=nonstopux ;;
10586 *)
10587 if test "$lt_cv_prog_gnu_ld" = yes; then
10588 version_type=linux
10589 else
10590 version_type=irix
10591 fi ;;
10592 esac
10593 need_lib_prefix=no
10594 need_version=no
10595 soname_spec='${libname}${release}${shared_ext}$major'
10596 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10597 case $host_os in
10598 irix5* | nonstopux*)
10599 libsuff= shlibsuff=
10600 ;;
10601 *)
10602 case $LD in # libtool.m4 will add one of these switches to LD
10603 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10604 libsuff= shlibsuff= libmagic=32-bit;;
10605 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10606 libsuff=32 shlibsuff=N32 libmagic=N32;;
10607 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10608 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10609 *) libsuff= shlibsuff= libmagic=never-match;;
10610 esac
10611 ;;
10612 esac
10613 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10614 shlibpath_overrides_runpath=no
10615 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10616 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10617 hardcode_into_libs=yes
10618 ;;
10619
10620# No shared lib support for Linux oldld, aout, or coff.
10621linux*oldld* | linux*aout* | linux*coff*)
10622 dynamic_linker=no
10623 ;;
10624
10625# This must be Linux ELF.
10626linux* | k*bsd*-gnu | kopensolaris*-gnu)
10627 version_type=linux
10628 need_lib_prefix=no
10629 need_version=no
10630 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10631 soname_spec='${libname}${release}${shared_ext}$major'
10632 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10633 shlibpath_var=LD_LIBRARY_PATH
10634 shlibpath_overrides_runpath=no
10635
10636 # Some binutils ld are patched to set DT_RUNPATH
10637 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10638 $as_echo_n "(cached) " >&6
10639else
10640 lt_cv_shlibpath_overrides_runpath=no
10641 save_LDFLAGS=$LDFLAGS
10642 save_libdir=$libdir
10643 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10644 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10646/* end confdefs.h. */
10647
10648int
10649main ()
10650{
10651
10652 ;
10653 return 0;
10654}
10655_ACEOF
10656if ac_fn_c_try_link "$LINENO"; then :
10657 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10658 lt_cv_shlibpath_overrides_runpath=yes
10659fi
10660fi
10661rm -f core conftest.err conftest.$ac_objext \
10662 conftest$ac_exeext conftest.$ac_ext
10663 LDFLAGS=$save_LDFLAGS
10664 libdir=$save_libdir
10665
10666fi
10667
10668 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10669
10670 # This implies no fast_install, which is unacceptable.
10671 # Some rework will be needed to allow for fast_install
10672 # before this can be enabled.
10673 hardcode_into_libs=yes
10674
10675 # Append ld.so.conf contents to the search path
10676 if test -f /etc/ld.so.conf; then
10677 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;/^$/d' | tr '\n' ' '`
10678 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10679 fi
10680
10681 # We used to test for /lib/ld.so.1 and disable shared libraries on
10682 # powerpc, because MkLinux only supported shared libraries with the
10683 # GNU dynamic linker. Since this was broken with cross compilers,
10684 # most powerpc-linux boxes support dynamic linking these days and
10685 # people can always --disable-shared, the test was removed, and we
10686 # assume the GNU/Linux dynamic linker is in use.
10687 dynamic_linker='GNU/Linux ld.so'
10688 ;;
10689
10690netbsd*)
10691 version_type=sunos
10692 need_lib_prefix=no
10693 need_version=no
10694 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10695 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10696 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10697 dynamic_linker='NetBSD (a.out) ld.so'
10698 else
10699 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10700 soname_spec='${libname}${release}${shared_ext}$major'
10701 dynamic_linker='NetBSD ld.elf_so'
10702 fi
10703 shlibpath_var=LD_LIBRARY_PATH
10704 shlibpath_overrides_runpath=yes
10705 hardcode_into_libs=yes
10706 ;;
10707
10708newsos6)
10709 version_type=linux
10710 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10711 shlibpath_var=LD_LIBRARY_PATH
10712 shlibpath_overrides_runpath=yes
10713 ;;
10714
10715*nto* | *qnx*)
10716 version_type=qnx
10717 need_lib_prefix=no
10718 need_version=no
10719 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10720 soname_spec='${libname}${release}${shared_ext}$major'
10721 shlibpath_var=LD_LIBRARY_PATH
10722 shlibpath_overrides_runpath=no
10723 hardcode_into_libs=yes
10724 dynamic_linker='ldqnx.so'
10725 ;;
10726
10727openbsd*)
10728 version_type=sunos
10729 sys_lib_dlsearch_path_spec="/usr/lib"
10730 need_lib_prefix=no
10731 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10732 case $host_os in
10733 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10734 *) need_version=no ;;
10735 esac
10736 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10737 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10738 shlibpath_var=LD_LIBRARY_PATH
10739 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10740 case $host_os in
10741 openbsd2.[89] | openbsd2.[89].*)
10742 shlibpath_overrides_runpath=no
10743 ;;
10744 *)
10745 shlibpath_overrides_runpath=yes
10746 ;;
10747 esac
10748 else
10749 shlibpath_overrides_runpath=yes
10750 fi
10751 ;;
10752
10753os2*)
10754 libname_spec='$name'
10755 shrext_cmds=".dll"
10756 need_lib_prefix=no
10757 library_names_spec='$libname${shared_ext} $libname.a'
10758 dynamic_linker='OS/2 ld.exe'
10759 shlibpath_var=LIBPATH
10760 ;;
10761
10762osf3* | osf4* | osf5*)
10763 version_type=osf
10764 need_lib_prefix=no
10765 need_version=no
10766 soname_spec='${libname}${release}${shared_ext}$major'
10767 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10768 shlibpath_var=LD_LIBRARY_PATH
10769 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10770 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10771 ;;
10772
10773rdos*)
10774 dynamic_linker=no
10775 ;;
10776
10777solaris*)
10778 version_type=linux
10779 need_lib_prefix=no
10780 need_version=no
10781 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10782 soname_spec='${libname}${release}${shared_ext}$major'
10783 shlibpath_var=LD_LIBRARY_PATH
10784 shlibpath_overrides_runpath=yes
10785 hardcode_into_libs=yes
10786 # ldd complains unless libraries are executable
10787 postinstall_cmds='chmod +x $lib'
10788 ;;
10789
10790sunos4*)
10791 version_type=sunos
10792 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10793 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10794 shlibpath_var=LD_LIBRARY_PATH
10795 shlibpath_overrides_runpath=yes
10796 if test "$with_gnu_ld" = yes; then
10797 need_lib_prefix=no
10798 fi
10799 need_version=yes
10800 ;;
10801
10802sysv4 | sysv4.3*)
10803 version_type=linux
10804 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10805 soname_spec='${libname}${release}${shared_ext}$major'
10806 shlibpath_var=LD_LIBRARY_PATH
10807 case $host_vendor in
10808 sni)
10809 shlibpath_overrides_runpath=no
10810 need_lib_prefix=no
10811 runpath_var=LD_RUN_PATH
10812 ;;
10813 siemens)
10814 need_lib_prefix=no
10815 ;;
10816 motorola)
10817 need_lib_prefix=no
10818 need_version=no
10819 shlibpath_overrides_runpath=no
10820 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10821 ;;
10822 esac
10823 ;;
10824
10825sysv4*MP*)
10826 if test -d /usr/nec ;then
10827 version_type=linux
10828 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10829 soname_spec='$libname${shared_ext}.$major'
10830 shlibpath_var=LD_LIBRARY_PATH
10831 fi
10832 ;;
10833
10834sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10835 version_type=freebsd-elf
10836 need_lib_prefix=no
10837 need_version=no
10838 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10839 soname_spec='${libname}${release}${shared_ext}$major'
10840 shlibpath_var=LD_LIBRARY_PATH
10841 shlibpath_overrides_runpath=yes
10842 hardcode_into_libs=yes
10843 if test "$with_gnu_ld" = yes; then
10844 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10845 else
10846 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10847 case $host_os in
10848 sco3.2v5*)
10849 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10850 ;;
10851 esac
10852 fi
10853 sys_lib_dlsearch_path_spec='/usr/lib'
10854 ;;
10855
10856tpf*)
10857 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10858 version_type=linux
10859 need_lib_prefix=no
10860 need_version=no
10861 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10862 shlibpath_var=LD_LIBRARY_PATH
10863 shlibpath_overrides_runpath=no
10864 hardcode_into_libs=yes
10865 ;;
10866
10867uts4*)
10868 version_type=linux
10869 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10870 soname_spec='${libname}${release}${shared_ext}$major'
10871 shlibpath_var=LD_LIBRARY_PATH
10872 ;;
10873
10874*)
10875 dynamic_linker=no
10876 ;;
10877esac
10878{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10879$as_echo "$dynamic_linker" >&6; }
10880test "$dynamic_linker" = no && can_build_shared=no
10881
10882variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10883if test "$GCC" = yes; then
10884 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10885fi
10886
10887if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10888 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10889fi
10890if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10891 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10892fi
10893
10894
10895
10896
10897
10898
10899
10900
10901
10902
10903
10904
10905
10906
10907
10908
10909
10910
10911
10912
10913
10914
10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
10946
10947
10948
10949
10950
10951
10952
10953
10954
10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10981$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10982hardcode_action=
10983if test -n "$hardcode_libdir_flag_spec" ||
10984 test -n "$runpath_var" ||
10985 test "X$hardcode_automatic" = "Xyes" ; then
10986
10987 # We can hardcode non-existent directories.
10988 if test "$hardcode_direct" != no &&
10989 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10990 # have to relink, otherwise we might link with an installed library
10991 # when we should be linking with a yet-to-be-installed one
10992 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10993 test "$hardcode_minus_L" != no; then
10994 # Linking always hardcodes the temporary library directory.
10995 hardcode_action=relink
10996 else
10997 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10998 hardcode_action=immediate
10999 fi
11000else
11001 # We cannot hardcode anything, or else we can only hardcode existing
11002 # directories.
11003 hardcode_action=unsupported
11004fi
11005{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11006$as_echo "$hardcode_action" >&6; }
11007
11008if test "$hardcode_action" = relink ||
11009 test "$inherit_rpath" = yes; then
11010 # Fast installation is not supported
11011 enable_fast_install=no
11012elif test "$shlibpath_overrides_runpath" = yes ||
11013 test "$enable_shared" = no; then
11014 # Fast installation is not necessary
11015 enable_fast_install=needless
11016fi
11017
11018
11019
11020
11021
11022
11023 if test "x$enable_dlopen" != xyes; then
11024 enable_dlopen=unknown
11025 enable_dlopen_self=unknown
11026 enable_dlopen_self_static=unknown
11027else
11028 lt_cv_dlopen=no
11029 lt_cv_dlopen_libs=
11030
11031 case $host_os in
11032 beos*)
11033 lt_cv_dlopen="load_add_on"
11034 lt_cv_dlopen_libs=
11035 lt_cv_dlopen_self=yes
11036 ;;
11037
11038 mingw* | pw32* | cegcc*)
11039 lt_cv_dlopen="LoadLibrary"
11040 lt_cv_dlopen_libs=
11041 ;;
11042
11043 cygwin*)
11044 lt_cv_dlopen="dlopen"
11045 lt_cv_dlopen_libs=
11046 ;;
11047
11048 darwin*)
11049 # if libdl is installed we need to link against it
11050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11051$as_echo_n "checking for dlopen in -ldl... " >&6; }
11052if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11053 $as_echo_n "(cached) " >&6
11054else
11055 ac_check_lib_save_LIBS=$LIBS
11056LIBS="-ldl $LIBS"
11057cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11058/* end confdefs.h. */
11059
11060/* Override any GCC internal prototype to avoid an error.
11061 Use char because int might match the return type of a GCC
11062 builtin and then its argument prototype would still apply. */
11063#ifdef __cplusplus
11064extern "C"
11065#endif
11066char dlopen ();
11067int
11068main ()
11069{
11070return dlopen ();
11071 ;
11072 return 0;
11073}
11074_ACEOF
11075if ac_fn_c_try_link "$LINENO"; then :
11076 ac_cv_lib_dl_dlopen=yes
11077else
11078 ac_cv_lib_dl_dlopen=no
11079fi
11080rm -f core conftest.err conftest.$ac_objext \
11081 conftest$ac_exeext conftest.$ac_ext
11082LIBS=$ac_check_lib_save_LIBS
11083fi
11084{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11085$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11086if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11087 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11088else
11089
11090 lt_cv_dlopen="dyld"
11091 lt_cv_dlopen_libs=
11092 lt_cv_dlopen_self=yes
11093
11094fi
11095
11096 ;;
11097
11098 *)
11099 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11100if test "x$ac_cv_func_shl_load" = x""yes; then :
11101 lt_cv_dlopen="shl_load"
11102else
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11104$as_echo_n "checking for shl_load in -ldld... " >&6; }
11105if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11106 $as_echo_n "(cached) " >&6
11107else
11108 ac_check_lib_save_LIBS=$LIBS
11109LIBS="-ldld $LIBS"
11110cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11111/* end confdefs.h. */
11112
11113/* Override any GCC internal prototype to avoid an error.
11114 Use char because int might match the return type of a GCC
11115 builtin and then its argument prototype would still apply. */
11116#ifdef __cplusplus
11117extern "C"
11118#endif
11119char shl_load ();
11120int
11121main ()
11122{
11123return shl_load ();
11124 ;
11125 return 0;
11126}
11127_ACEOF
11128if ac_fn_c_try_link "$LINENO"; then :
11129 ac_cv_lib_dld_shl_load=yes
11130else
11131 ac_cv_lib_dld_shl_load=no
11132fi
11133rm -f core conftest.err conftest.$ac_objext \
11134 conftest$ac_exeext conftest.$ac_ext
11135LIBS=$ac_check_lib_save_LIBS
11136fi
11137{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11138$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11139if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11140 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11141else
11142 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11143if test "x$ac_cv_func_dlopen" = x""yes; then :
11144 lt_cv_dlopen="dlopen"
11145else
11146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11147$as_echo_n "checking for dlopen in -ldl... " >&6; }
11148if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11149 $as_echo_n "(cached) " >&6
11150else
11151 ac_check_lib_save_LIBS=$LIBS
11152LIBS="-ldl $LIBS"
11153cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11154/* end confdefs.h. */
11155
11156/* Override any GCC internal prototype to avoid an error.
11157 Use char because int might match the return type of a GCC
11158 builtin and then its argument prototype would still apply. */
11159#ifdef __cplusplus
11160extern "C"
11161#endif
11162char dlopen ();
11163int
11164main ()
11165{
11166return dlopen ();
11167 ;
11168 return 0;
11169}
11170_ACEOF
11171if ac_fn_c_try_link "$LINENO"; then :
11172 ac_cv_lib_dl_dlopen=yes
11173else
11174 ac_cv_lib_dl_dlopen=no
11175fi
11176rm -f core conftest.err conftest.$ac_objext \
11177 conftest$ac_exeext conftest.$ac_ext
11178LIBS=$ac_check_lib_save_LIBS
11179fi
11180{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11181$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11182if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11183 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11184else
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11186$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11187if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11188 $as_echo_n "(cached) " >&6
11189else
11190 ac_check_lib_save_LIBS=$LIBS
11191LIBS="-lsvld $LIBS"
11192cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11193/* end confdefs.h. */
11194
11195/* Override any GCC internal prototype to avoid an error.
11196 Use char because int might match the return type of a GCC
11197 builtin and then its argument prototype would still apply. */
11198#ifdef __cplusplus
11199extern "C"
11200#endif
11201char dlopen ();
11202int
11203main ()
11204{
11205return dlopen ();
11206 ;
11207 return 0;
11208}
11209_ACEOF
11210if ac_fn_c_try_link "$LINENO"; then :
11211 ac_cv_lib_svld_dlopen=yes
11212else
11213 ac_cv_lib_svld_dlopen=no
11214fi
11215rm -f core conftest.err conftest.$ac_objext \
11216 conftest$ac_exeext conftest.$ac_ext
11217LIBS=$ac_check_lib_save_LIBS
11218fi
11219{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11220$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11221if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11222 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11223else
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11225$as_echo_n "checking for dld_link in -ldld... " >&6; }
11226if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11227 $as_echo_n "(cached) " >&6
11228else
11229 ac_check_lib_save_LIBS=$LIBS
11230LIBS="-ldld $LIBS"
11231cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11232/* end confdefs.h. */
11233
11234/* Override any GCC internal prototype to avoid an error.
11235 Use char because int might match the return type of a GCC
11236 builtin and then its argument prototype would still apply. */
11237#ifdef __cplusplus
11238extern "C"
11239#endif
11240char dld_link ();
11241int
11242main ()
11243{
11244return dld_link ();
11245 ;
11246 return 0;
11247}
11248_ACEOF
11249if ac_fn_c_try_link "$LINENO"; then :
11250 ac_cv_lib_dld_dld_link=yes
11251else
11252 ac_cv_lib_dld_dld_link=no
11253fi
11254rm -f core conftest.err conftest.$ac_objext \
11255 conftest$ac_exeext conftest.$ac_ext
11256LIBS=$ac_check_lib_save_LIBS
11257fi
11258{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11259$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11260if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11261 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11262fi
11263
11264
11265fi
11266
11267
11268fi
11269
11270
11271fi
11272
11273
11274fi
11275
11276
11277fi
11278
11279 ;;
11280 esac
11281
11282 if test "x$lt_cv_dlopen" != xno; then
11283 enable_dlopen=yes
11284 else
11285 enable_dlopen=no
11286 fi
11287
11288 case $lt_cv_dlopen in
11289 dlopen)
11290 save_CPPFLAGS="$CPPFLAGS"
11291 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11292
11293 save_LDFLAGS="$LDFLAGS"
11294 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11295
11296 save_LIBS="$LIBS"
11297 LIBS="$lt_cv_dlopen_libs $LIBS"
11298
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11300$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11301if test "${lt_cv_dlopen_self+set}" = set; then :
11302 $as_echo_n "(cached) " >&6
11303else
11304 if test "$cross_compiling" = yes; then :
11305 lt_cv_dlopen_self=cross
11306else
11307 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11308 lt_status=$lt_dlunknown
11309 cat > conftest.$ac_ext <<_LT_EOF
11310#line 11310 "configure"
11311#include "confdefs.h"
11312
11313#if HAVE_DLFCN_H
11314#include <dlfcn.h>
11315#endif
11316
11317#include <stdio.h>
11318
11319#ifdef RTLD_GLOBAL
11320# define LT_DLGLOBAL RTLD_GLOBAL
11321#else
11322# ifdef DL_GLOBAL
11323# define LT_DLGLOBAL DL_GLOBAL
11324# else
11325# define LT_DLGLOBAL 0
11326# endif
11327#endif
11328
11329/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11330 find out it does not work in some platform. */
11331#ifndef LT_DLLAZY_OR_NOW
11332# ifdef RTLD_LAZY
11333# define LT_DLLAZY_OR_NOW RTLD_LAZY
11334# else
11335# ifdef DL_LAZY
11336# define LT_DLLAZY_OR_NOW DL_LAZY
11337# else
11338# ifdef RTLD_NOW
11339# define LT_DLLAZY_OR_NOW RTLD_NOW
11340# else
11341# ifdef DL_NOW
11342# define LT_DLLAZY_OR_NOW DL_NOW
11343# else
11344# define LT_DLLAZY_OR_NOW 0
11345# endif
11346# endif
11347# endif
11348# endif
11349#endif
11350
11351void fnord() { int i=42;}
11352int main ()
11353{
11354 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11355 int status = $lt_dlunknown;
11356
11357 if (self)
11358 {
11359 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11360 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11361 /* dlclose (self); */
11362 }
11363 else
11364 puts (dlerror ());
11365
11366 return status;
11367}
11368_LT_EOF
11369 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11370 (eval $ac_link) 2>&5
11371 ac_status=$?
11372 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11373 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11374 (./conftest; exit; ) >&5 2>/dev/null
11375 lt_status=$?
11376 case x$lt_status in
11377 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11378 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11379 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11380 esac
11381 else :
11382 # compilation failed
11383 lt_cv_dlopen_self=no
11384 fi
11385fi
11386rm -fr conftest*
11387
11388
11389fi
11390{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11391$as_echo "$lt_cv_dlopen_self" >&6; }
11392
11393 if test "x$lt_cv_dlopen_self" = xyes; then
11394 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11396$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11397if test "${lt_cv_dlopen_self_static+set}" = set; then :
11398 $as_echo_n "(cached) " >&6
11399else
11400 if test "$cross_compiling" = yes; then :
11401 lt_cv_dlopen_self_static=cross
11402else
11403 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11404 lt_status=$lt_dlunknown
11405 cat > conftest.$ac_ext <<_LT_EOF
11406#line 11406 "configure"
11407#include "confdefs.h"
11408
11409#if HAVE_DLFCN_H
11410#include <dlfcn.h>
11411#endif
11412
11413#include <stdio.h>
11414
11415#ifdef RTLD_GLOBAL
11416# define LT_DLGLOBAL RTLD_GLOBAL
11417#else
11418# ifdef DL_GLOBAL
11419# define LT_DLGLOBAL DL_GLOBAL
11420# else
11421# define LT_DLGLOBAL 0
11422# endif
11423#endif
11424
11425/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11426 find out it does not work in some platform. */
11427#ifndef LT_DLLAZY_OR_NOW
11428# ifdef RTLD_LAZY
11429# define LT_DLLAZY_OR_NOW RTLD_LAZY
11430# else
11431# ifdef DL_LAZY
11432# define LT_DLLAZY_OR_NOW DL_LAZY
11433# else
11434# ifdef RTLD_NOW
11435# define LT_DLLAZY_OR_NOW RTLD_NOW
11436# else
11437# ifdef DL_NOW
11438# define LT_DLLAZY_OR_NOW DL_NOW
11439# else
11440# define LT_DLLAZY_OR_NOW 0
11441# endif
11442# endif
11443# endif
11444# endif
11445#endif
11446
11447void fnord() { int i=42;}
11448int main ()
11449{
11450 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11451 int status = $lt_dlunknown;
11452
11453 if (self)
11454 {
11455 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11456 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11457 /* dlclose (self); */
11458 }
11459 else
11460 puts (dlerror ());
11461
11462 return status;
11463}
11464_LT_EOF
11465 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11466 (eval $ac_link) 2>&5
11467 ac_status=$?
11468 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11469 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11470 (./conftest; exit; ) >&5 2>/dev/null
11471 lt_status=$?
11472 case x$lt_status in
11473 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11474 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11475 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11476 esac
11477 else :
11478 # compilation failed
11479 lt_cv_dlopen_self_static=no
11480 fi
11481fi
11482rm -fr conftest*
11483
11484
11485fi
11486{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11487$as_echo "$lt_cv_dlopen_self_static" >&6; }
11488 fi
11489
11490 CPPFLAGS="$save_CPPFLAGS"
11491 LDFLAGS="$save_LDFLAGS"
11492 LIBS="$save_LIBS"
11493 ;;
11494 esac
11495
11496 case $lt_cv_dlopen_self in
11497 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11498 *) enable_dlopen_self=unknown ;;
11499 esac
11500
11501 case $lt_cv_dlopen_self_static in
11502 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11503 *) enable_dlopen_self_static=unknown ;;
11504 esac
11505fi
11506
11507
11508
11509
11510
11511
11512
11513
11514
11515
11516
11517
11518
11519
11520
11521
11522
11523striplib=
11524old_striplib=
11525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11526$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11527if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11528 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11529 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11531$as_echo "yes" >&6; }
11532else
11533# FIXME - insert some real tests, host_os isn't really good enough
11534 case $host_os in
11535 darwin*)
11536 if test -n "$STRIP" ; then
11537 striplib="$STRIP -x"
11538 old_striplib="$STRIP -S"
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11540$as_echo "yes" >&6; }
11541 else
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11543$as_echo "no" >&6; }
11544 fi
11545 ;;
11546 *)
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11548$as_echo "no" >&6; }
11549 ;;
11550 esac
11551fi
11552
11553
11554
11555
11556
11557
11558
11559
11560
11561
11562
11563
11564 # Report which library types will actually be built
11565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11566$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11568$as_echo "$can_build_shared" >&6; }
11569
11570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11571$as_echo_n "checking whether to build shared libraries... " >&6; }
11572 test "$can_build_shared" = "no" && enable_shared=no
11573
11574 # On AIX, shared libraries and static libraries use the same namespace, and
11575 # are all built from PIC.
11576 case $host_os in
11577 aix3*)
11578 test "$enable_shared" = yes && enable_static=no
11579 if test -n "$RANLIB"; then
11580 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11581 postinstall_cmds='$RANLIB $lib'
11582 fi
11583 ;;
11584
11585 aix[4-9]*)
11586 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11587 test "$enable_shared" = yes && enable_static=no
11588 fi
11589 ;;
11590 esac
11591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11592$as_echo "$enable_shared" >&6; }
11593
11594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11595$as_echo_n "checking whether to build static libraries... " >&6; }
11596 # Make sure either enable_shared or enable_static is yes.
11597 test "$enable_shared" = yes || enable_static=yes
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11599$as_echo "$enable_static" >&6; }
11600
11601
11602
11603
11604fi
11605ac_ext=c
11606ac_cpp='$CPP $CPPFLAGS'
11607ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11608ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11609ac_compiler_gnu=$ac_cv_c_compiler_gnu
11610
11611CC="$lt_save_CC"
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625 ac_config_commands="$ac_config_commands libtool"
11626
11627
11628
11629
11630# Only expand once:
11631
11632
11633
11634# AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11635
11636# The tests for host and target for $enable_largefile require
11637# canonical names.
11638
11639
11640
11641# As the $enable_largefile decision depends on --enable-plugins we must set it
11642# even in directories otherwise not depending on the $plugins option.
11643
11644
11645# Check whether --enable-plugins was given.
11646if test "${enable_plugins+set}" = set; then :
11647 enableval=$enable_plugins; case "${enableval}" in
11648 yes | "") plugins=yes ;;
11649 no) plugins=no ;;
11650 *) plugins=yes ;;
11651 esac
11652else
11653 plugins=no
11654fi
11655
11656
11657
11658case "${host}" in
11659 sparc-*-solaris*|i[3-7]86-*-solaris*)
11660 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11661 # are mutually exclusive; and without procfs support, the bfd/ elf module
11662 # cannot provide certain routines such as elfcore_write_prpsinfo
11663 # or elfcore_write_prstatus. So unless the user explicitly requested
11664 # large-file support through the --enable-largefile switch, disable
11665 # large-file support in favor of procfs support.
11666 test "${target}" = "${host}" -a "x$plugins" = xno \
11667 && : ${enable_largefile="no"}
11668 ;;
11669esac
11670
11671# Check whether --enable-largefile was given.
11672if test "${enable_largefile+set}" = set; then :
11673 enableval=$enable_largefile;
11674fi
11675
11676if test "$enable_largefile" != no; then
11677
11678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11679$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11680if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11681 $as_echo_n "(cached) " >&6
11682else
11683 ac_cv_sys_largefile_CC=no
11684 if test "$GCC" != yes; then
11685 ac_save_CC=$CC
11686 while :; do
11687 # IRIX 6.2 and later do not support large files by default,
11688 # so use the C compiler's -n32 option if that helps.
11689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11690/* end confdefs.h. */
11691#include <sys/types.h>
11692 /* Check that off_t can represent 2**63 - 1 correctly.
11693 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11694 since some C++ compilers masquerading as C compilers
11695 incorrectly reject 9223372036854775807. */
11696#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11697 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11698 && LARGE_OFF_T % 2147483647 == 1)
11699 ? 1 : -1];
11700int
11701main ()
11702{
11703
11704 ;
11705 return 0;
11706}
11707_ACEOF
11708 if ac_fn_c_try_compile "$LINENO"; then :
11709 break
11710fi
11711rm -f core conftest.err conftest.$ac_objext
11712 CC="$CC -n32"
11713 if ac_fn_c_try_compile "$LINENO"; then :
11714 ac_cv_sys_largefile_CC=' -n32'; break
11715fi
11716rm -f core conftest.err conftest.$ac_objext
11717 break
11718 done
11719 CC=$ac_save_CC
11720 rm -f conftest.$ac_ext
11721 fi
11722fi
11723{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11724$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11725 if test "$ac_cv_sys_largefile_CC" != no; then
11726 CC=$CC$ac_cv_sys_largefile_CC
11727 fi
11728
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11730$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11731if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11732 $as_echo_n "(cached) " >&6
11733else
11734 while :; do
11735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11736/* end confdefs.h. */
11737#include <sys/types.h>
11738 /* Check that off_t can represent 2**63 - 1 correctly.
11739 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11740 since some C++ compilers masquerading as C compilers
11741 incorrectly reject 9223372036854775807. */
11742#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11743 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11744 && LARGE_OFF_T % 2147483647 == 1)
11745 ? 1 : -1];
11746int
11747main ()
11748{
11749
11750 ;
11751 return 0;
11752}
11753_ACEOF
11754if ac_fn_c_try_compile "$LINENO"; then :
11755 ac_cv_sys_file_offset_bits=no; break
11756fi
11757rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11759/* end confdefs.h. */
11760#define _FILE_OFFSET_BITS 64
11761#include <sys/types.h>
11762 /* Check that off_t can represent 2**63 - 1 correctly.
11763 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11764 since some C++ compilers masquerading as C compilers
11765 incorrectly reject 9223372036854775807. */
11766#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11767 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11768 && LARGE_OFF_T % 2147483647 == 1)
11769 ? 1 : -1];
11770int
11771main ()
11772{
11773
11774 ;
11775 return 0;
11776}
11777_ACEOF
11778if ac_fn_c_try_compile "$LINENO"; then :
11779 ac_cv_sys_file_offset_bits=64; break
11780fi
11781rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11782 ac_cv_sys_file_offset_bits=unknown
11783 break
11784done
11785fi
11786{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11787$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11788case $ac_cv_sys_file_offset_bits in #(
11789 no | unknown) ;;
11790 *)
11791cat >>confdefs.h <<_ACEOF
11792#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11793_ACEOF
11794;;
11795esac
11796rm -rf conftest*
11797 if test $ac_cv_sys_file_offset_bits = unknown; then
11798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11799$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11800if test "${ac_cv_sys_large_files+set}" = set; then :
11801 $as_echo_n "(cached) " >&6
11802else
11803 while :; do
11804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11805/* end confdefs.h. */
11806#include <sys/types.h>
11807 /* Check that off_t can represent 2**63 - 1 correctly.
11808 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11809 since some C++ compilers masquerading as C compilers
11810 incorrectly reject 9223372036854775807. */
11811#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11812 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11813 && LARGE_OFF_T % 2147483647 == 1)
11814 ? 1 : -1];
11815int
11816main ()
11817{
11818
11819 ;
11820 return 0;
11821}
11822_ACEOF
11823if ac_fn_c_try_compile "$LINENO"; then :
11824 ac_cv_sys_large_files=no; break
11825fi
11826rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11828/* end confdefs.h. */
11829#define _LARGE_FILES 1
11830#include <sys/types.h>
11831 /* Check that off_t can represent 2**63 - 1 correctly.
11832 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11833 since some C++ compilers masquerading as C compilers
11834 incorrectly reject 9223372036854775807. */
11835#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11836 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11837 && LARGE_OFF_T % 2147483647 == 1)
11838 ? 1 : -1];
11839int
11840main ()
11841{
11842
11843 ;
11844 return 0;
11845}
11846_ACEOF
11847if ac_fn_c_try_compile "$LINENO"; then :
11848 ac_cv_sys_large_files=1; break
11849fi
11850rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11851 ac_cv_sys_large_files=unknown
11852 break
11853done
11854fi
11855{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11856$as_echo "$ac_cv_sys_large_files" >&6; }
11857case $ac_cv_sys_large_files in #(
11858 no | unknown) ;;
11859 *)
11860cat >>confdefs.h <<_ACEOF
11861#define _LARGE_FILES $ac_cv_sys_large_files
11862_ACEOF
11863;;
11864esac
11865rm -rf conftest*
11866 fi
11867fi
11868
11869
11870
11871 if test "$plugins" = "yes"; then
11872 PLUGINS_TRUE=
11873 PLUGINS_FALSE='#'
11874else
11875 PLUGINS_TRUE='#'
11876 PLUGINS_FALSE=
11877fi
11878
11879
11880if test "$plugins" = "yes"; then
11881 if test "$enable_dlopen" != "yes" ; then
11882 as_fn_error "
11883 Building BFD with plugin support requires a host that supports -ldl." "$LINENO" 5
11884 fi
11885 enable_targets="$enable_targets plugin"
11886fi
11887
11888# Check whether --enable-64-bit-bfd was given.
11889if test "${enable_64_bit_bfd+set}" = set; then :
11890 enableval=$enable_64_bit_bfd; case "${enableval}" in
11891 yes) want64=true ;;
11892 no) want64=false ;;
11893 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
11894esac
11895else
11896 want64=false
11897fi
11898
11899# Check whether --enable-targets was given.
11900if test "${enable_targets+set}" = set; then :
11901 enableval=$enable_targets; case "${enableval}" in
11902 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11903 ;;
11904 no) enable_targets= ;;
11905 *) enable_targets=$enableval ;;
11906esac
11907fi
11908
11909
11910# Check whether --with-mmap was given.
11911if test "${with_mmap+set}" = set; then :
11912 withval=$with_mmap; case "${withval}" in
11913 yes) want_mmap=true ;;
11914 no) want_mmap=false ;;
11915 *) as_fn_error "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
11916esac
11917else
11918 want_mmap=false
11919fi
11920
11921# Check whether --enable-secureplt was given.
11922if test "${enable_secureplt+set}" = set; then :
11923 enableval=$enable_secureplt; case "${enableval}" in
11924 yes) use_secureplt=true ;;
11925 no) use_secureplt=false ;;
11926 *) as_fn_error "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
11927esac
11928else
11929 use_secureplt=false
11930fi
11931if test $use_secureplt = true; then
11932
11933$as_echo "#define USE_SECUREPLT 1" >>confdefs.h
11934
11935fi
11936
11937DEBUGDIR=${libdir}/debug
11938
11939# Check whether --with-separate-debug-dir was given.
11940if test "${with_separate_debug_dir+set}" = set; then :
11941 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
11942fi
11943
11944
11945
11946# Check to see if we should allow the generation of
11947# symbols with the ELF standard's STT_COMMON type.
11948# Check whether --enable-elf-stt-common was given.
11949if test "${enable_elf_stt_common+set}" = set; then :
11950 enableval=$enable_elf_stt_common; case "${enableval}" in
11951 yes) want_elf_stt_common=true ;;
11952 no) want_elf_stt_common=false ;;
11953 *) as_fn_error "bad value ${enableval} for ELF STT_COMMON option" "$LINENO" 5 ;;
11954 esac
11955else
11956 # We have to choose a default behaviour. For native builds we could
11957# test whether the loader supports the STT_COMMON type, but that would
11958# mean that built binaries could not be exported to older systems where
11959# the loader does not support it. So by default we always choose to
11960# disable this feature.
11961 want_elf_stt_common=false
11962fi
11963if test $want_elf_stt_common = true; then
11964
11965$as_echo "#define USE_STT_COMMON 1" >>confdefs.h
11966
11967fi
11968
11969
11970
11971# Check whether --with-pkgversion was given.
11972if test "${with_pkgversion+set}" = set; then :
11973 withval=$with_pkgversion; case "$withval" in
11974 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
11975 no) PKGVERSION= ;;
11976 *) PKGVERSION="($withval) " ;;
11977 esac
11978else
11979 PKGVERSION="(GNU Binutils) "
11980
11981fi
11982
11983
11984
11985
11986
11987# Check whether --with-bugurl was given.
11988if test "${with_bugurl+set}" = set; then :
11989 withval=$with_bugurl; case "$withval" in
11990 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
11991 no) BUGURL=
11992 ;;
11993 *) BUGURL="$withval"
11994 ;;
11995 esac
11996else
11997 BUGURL="http://www.sourceware.org/bugzilla/"
11998
11999fi
12000
12001 case ${BUGURL} in
12002 "")
12003 REPORT_BUGS_TO=
12004 REPORT_BUGS_TEXI=
12005 ;;
12006 *)
12007 REPORT_BUGS_TO="<$BUGURL>"
12008 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12009 ;;
12010 esac;
12011
12012
12013
12014
12015
12016GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow"
12017
12018# Check whether --enable-werror was given.
12019if test "${enable_werror+set}" = set; then :
12020 enableval=$enable_werror; case "${enableval}" in
12021 yes | y) ERROR_ON_WARNING="yes" ;;
12022 no | n) ERROR_ON_WARNING="no" ;;
12023 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12024 esac
12025fi
12026
12027
12028# Enable -Wno-format by default when using gcc on mingw
12029case "${host}" in
12030 *-*-mingw32*)
12031 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12032 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12033 fi
12034 ;;
12035 *) ;;
12036esac
12037
12038# Enable -Werror by default when using gcc
12039if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12040 ERROR_ON_WARNING=yes
12041fi
12042
12043NO_WERROR=
12044if test "${ERROR_ON_WARNING}" = yes ; then
12045 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12046 NO_WERROR="-Wno-error"
12047fi
12048
12049if test "${GCC}" = yes ; then
12050 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12051fi
12052
12053# Check whether --enable-build-warnings was given.
12054if test "${enable_build_warnings+set}" = set; then :
12055 enableval=$enable_build_warnings; case "${enableval}" in
12056 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
12057 no) if test "${GCC}" = yes ; then
12058 WARN_CFLAGS="-w"
12059 fi;;
12060 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12061 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12062 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12063 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12064 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12065esac
12066fi
12067
12068
12069if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12070 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12071fi
12072
12073
12074
12075
12076
12077ac_config_headers="$ac_config_headers config.h:config.in"
12078
12079
12080if test -z "$target" ; then
12081 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
12082fi
12083
12084
12085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12086$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12087 # Check whether --enable-maintainer-mode was given.
12088if test "${enable_maintainer_mode+set}" = set; then :
12089 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12090else
12091 USE_MAINTAINER_MODE=no
12092fi
12093
12094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12095$as_echo "$USE_MAINTAINER_MODE" >&6; }
12096 if test $USE_MAINTAINER_MODE = yes; then
12097 MAINTAINER_MODE_TRUE=
12098 MAINTAINER_MODE_FALSE='#'
12099else
12100 MAINTAINER_MODE_TRUE='#'
12101 MAINTAINER_MODE_FALSE=
12102fi
12103
12104 MAINT=$MAINTAINER_MODE_TRUE
12105
12106
12107 if false; then
12108 GENINSRC_NEVER_TRUE=
12109 GENINSRC_NEVER_FALSE='#'
12110else
12111 GENINSRC_NEVER_TRUE='#'
12112 GENINSRC_NEVER_FALSE=
12113fi
12114
12115 case ${build_alias} in
12116 "") build_noncanonical=${build} ;;
12117 *) build_noncanonical=${build_alias} ;;
12118esac
12119
12120 case ${host_alias} in
12121 "") host_noncanonical=${build_noncanonical} ;;
12122 *) host_noncanonical=${host_alias} ;;
12123esac
12124
12125 case ${target_alias} in
12126 "") target_noncanonical=${host_noncanonical} ;;
12127 *) target_noncanonical=${target_alias} ;;
12128esac
12129
12130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12131$as_echo_n "checking whether to install libbfd... " >&6; }
12132 # Check whether --enable-install-libbfd was given.
12133if test "${enable_install_libbfd+set}" = set; then :
12134 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12135else
12136 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12137 install_libbfd_p=yes
12138 else
12139 install_libbfd_p=no
12140 fi
12141fi
12142
12143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12144$as_echo "$install_libbfd_p" >&6; }
12145 if test $install_libbfd_p = yes; then
12146 INSTALL_LIBBFD_TRUE=
12147 INSTALL_LIBBFD_FALSE='#'
12148else
12149 INSTALL_LIBBFD_TRUE='#'
12150 INSTALL_LIBBFD_FALSE=
12151fi
12152
12153 # Need _noncanonical variables for this.
12154
12155
12156
12157
12158 # libbfd.a is a host library containing target dependent code
12159 bfdlibdir='$(libdir)'
12160 bfdincludedir='$(includedir)'
12161 if test "${host}" != "${target}"; then
12162 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12163 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12164 fi
12165
12166
12167
12168
12169
12170
12171
12172
12173host64=false
12174target64=false
12175bfd_default_target_size=32
12176
12177# host stuff:
12178
12179ALL_LINGUAS="fr tr ja es sv da zh_CN ro rw vi fi id ru"
12180# If we haven't got the data from the intl directory,
12181# assume NLS is disabled.
12182USE_NLS=no
12183LIBINTL=
12184LIBINTL_DEP=
12185INCINTL=
12186XGETTEXT=
12187GMSGFMT=
12188POSUB=
12189
12190if test -f ../intl/config.intl; then
12191 . ../intl/config.intl
12192fi
12193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12194$as_echo_n "checking whether NLS is requested... " >&6; }
12195if test x"$USE_NLS" != xyes; then
12196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12197$as_echo "no" >&6; }
12198else
12199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12200$as_echo "yes" >&6; }
12201
12202$as_echo "#define ENABLE_NLS 1" >>confdefs.h
12203
12204
12205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12206$as_echo_n "checking for catalogs to be installed... " >&6; }
12207 # Look for .po and .gmo files in the source directory.
12208 CATALOGS=
12209 XLINGUAS=
12210 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12211 # If there aren't any .gmo files the shell will give us the
12212 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12213 # weeded out.
12214 case "$cat" in *\**)
12215 continue;;
12216 esac
12217 # The quadruple backslash is collapsed to a double backslash
12218 # by the backticks, then collapsed again by the double quotes,
12219 # leaving us with one backslash in the sed expression (right
12220 # before the dot that mustn't act as a wildcard).
12221 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12222 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12223 # The user is allowed to set LINGUAS to a list of languages to
12224 # install catalogs for. If it's empty that means "all of them."
12225 if test "x$LINGUAS" = x; then
12226 CATALOGS="$CATALOGS $cat"
12227 XLINGUAS="$XLINGUAS $lang"
12228 else
12229 case "$LINGUAS" in *$lang*)
12230 CATALOGS="$CATALOGS $cat"
12231 XLINGUAS="$XLINGUAS $lang"
12232 ;;
12233 esac
12234 fi
12235 done
12236 LINGUAS="$XLINGUAS"
12237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12238$as_echo "$LINGUAS" >&6; }
12239
12240
12241 DATADIRNAME=share
12242
12243 INSTOBJEXT=.mo
12244
12245 GENCAT=gencat
12246
12247 CATOBJEXT=.gmo
12248
12249fi
12250
12251 MKINSTALLDIRS=
12252 if test -n "$ac_aux_dir"; then
12253 case "$ac_aux_dir" in
12254 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12255 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12256 esac
12257 fi
12258 if test -z "$MKINSTALLDIRS"; then
12259 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12260 fi
12261
12262
12263
12264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12265$as_echo_n "checking whether NLS is requested... " >&6; }
12266 # Check whether --enable-nls was given.
12267if test "${enable_nls+set}" = set; then :
12268 enableval=$enable_nls; USE_NLS=$enableval
12269else
12270 USE_NLS=yes
12271fi
12272
12273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12274$as_echo "$USE_NLS" >&6; }
12275
12276
12277
12278
12279
12280
12281# Prepare PATH_SEPARATOR.
12282# The user is always right.
12283if test "${PATH_SEPARATOR+set}" != set; then
12284 echo "#! /bin/sh" >conf$$.sh
12285 echo "exit 0" >>conf$$.sh
12286 chmod +x conf$$.sh
12287 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12288 PATH_SEPARATOR=';'
12289 else
12290 PATH_SEPARATOR=:
12291 fi
12292 rm -f conf$$.sh
12293fi
12294
12295# Find out how to test for executable files. Don't use a zero-byte file,
12296# as systems may use methods other than mode bits to determine executability.
12297cat >conf$$.file <<_ASEOF
12298#! /bin/sh
12299exit 0
12300_ASEOF
12301chmod +x conf$$.file
12302if test -x conf$$.file >/dev/null 2>&1; then
12303 ac_executable_p="test -x"
12304else
12305 ac_executable_p="test -f"
12306fi
12307rm -f conf$$.file
12308
12309# Extract the first word of "msgfmt", so it can be a program name with args.
12310set dummy msgfmt; ac_word=$2
12311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12312$as_echo_n "checking for $ac_word... " >&6; }
12313if test "${ac_cv_path_MSGFMT+set}" = set; then :
12314 $as_echo_n "(cached) " >&6
12315else
12316 case "$MSGFMT" in
12317 [\\/]* | ?:[\\/]*)
12318 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12319 ;;
12320 *)
12321 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12322 for ac_dir in $PATH; do
12323 IFS="$ac_save_IFS"
12324 test -z "$ac_dir" && ac_dir=.
12325 for ac_exec_ext in '' $ac_executable_extensions; do
12326 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12327 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12328 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12329 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12330 break 2
12331 fi
12332 fi
12333 done
12334 done
12335 IFS="$ac_save_IFS"
12336 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12337 ;;
12338esac
12339fi
12340MSGFMT="$ac_cv_path_MSGFMT"
12341if test "$MSGFMT" != ":"; then
12342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12343$as_echo "$MSGFMT" >&6; }
12344else
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12346$as_echo "no" >&6; }
12347fi
12348
12349 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12350set dummy gmsgfmt; ac_word=$2
12351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12352$as_echo_n "checking for $ac_word... " >&6; }
12353if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12354 $as_echo_n "(cached) " >&6
12355else
12356 case $GMSGFMT in
12357 [\\/]* | ?:[\\/]*)
12358 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12359 ;;
12360 *)
12361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12362for as_dir in $PATH
12363do
12364 IFS=$as_save_IFS
12365 test -z "$as_dir" && as_dir=.
12366 for ac_exec_ext in '' $ac_executable_extensions; do
12367 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12368 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12369 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12370 break 2
12371 fi
12372done
12373 done
12374IFS=$as_save_IFS
12375
12376 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12377 ;;
12378esac
12379fi
12380GMSGFMT=$ac_cv_path_GMSGFMT
12381if test -n "$GMSGFMT"; then
12382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12383$as_echo "$GMSGFMT" >&6; }
12384else
12385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12386$as_echo "no" >&6; }
12387fi
12388
12389
12390
12391
12392# Prepare PATH_SEPARATOR.
12393# The user is always right.
12394if test "${PATH_SEPARATOR+set}" != set; then
12395 echo "#! /bin/sh" >conf$$.sh
12396 echo "exit 0" >>conf$$.sh
12397 chmod +x conf$$.sh
12398 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12399 PATH_SEPARATOR=';'
12400 else
12401 PATH_SEPARATOR=:
12402 fi
12403 rm -f conf$$.sh
12404fi
12405
12406# Find out how to test for executable files. Don't use a zero-byte file,
12407# as systems may use methods other than mode bits to determine executability.
12408cat >conf$$.file <<_ASEOF
12409#! /bin/sh
12410exit 0
12411_ASEOF
12412chmod +x conf$$.file
12413if test -x conf$$.file >/dev/null 2>&1; then
12414 ac_executable_p="test -x"
12415else
12416 ac_executable_p="test -f"
12417fi
12418rm -f conf$$.file
12419
12420# Extract the first word of "xgettext", so it can be a program name with args.
12421set dummy xgettext; ac_word=$2
12422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12423$as_echo_n "checking for $ac_word... " >&6; }
12424if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12425 $as_echo_n "(cached) " >&6
12426else
12427 case "$XGETTEXT" in
12428 [\\/]* | ?:[\\/]*)
12429 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12430 ;;
12431 *)
12432 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12433 for ac_dir in $PATH; do
12434 IFS="$ac_save_IFS"
12435 test -z "$ac_dir" && ac_dir=.
12436 for ac_exec_ext in '' $ac_executable_extensions; do
12437 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12438 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12439 (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
12440 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12441 break 2
12442 fi
12443 fi
12444 done
12445 done
12446 IFS="$ac_save_IFS"
12447 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12448 ;;
12449esac
12450fi
12451XGETTEXT="$ac_cv_path_XGETTEXT"
12452if test "$XGETTEXT" != ":"; then
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12454$as_echo "$XGETTEXT" >&6; }
12455else
12456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12457$as_echo "no" >&6; }
12458fi
12459
12460 rm -f messages.po
12461
12462
12463# Prepare PATH_SEPARATOR.
12464# The user is always right.
12465if test "${PATH_SEPARATOR+set}" != set; then
12466 echo "#! /bin/sh" >conf$$.sh
12467 echo "exit 0" >>conf$$.sh
12468 chmod +x conf$$.sh
12469 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12470 PATH_SEPARATOR=';'
12471 else
12472 PATH_SEPARATOR=:
12473 fi
12474 rm -f conf$$.sh
12475fi
12476
12477# Find out how to test for executable files. Don't use a zero-byte file,
12478# as systems may use methods other than mode bits to determine executability.
12479cat >conf$$.file <<_ASEOF
12480#! /bin/sh
12481exit 0
12482_ASEOF
12483chmod +x conf$$.file
12484if test -x conf$$.file >/dev/null 2>&1; then
12485 ac_executable_p="test -x"
12486else
12487 ac_executable_p="test -f"
12488fi
12489rm -f conf$$.file
12490
12491# Extract the first word of "msgmerge", so it can be a program name with args.
12492set dummy msgmerge; ac_word=$2
12493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12494$as_echo_n "checking for $ac_word... " >&6; }
12495if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12496 $as_echo_n "(cached) " >&6
12497else
12498 case "$MSGMERGE" in
12499 [\\/]* | ?:[\\/]*)
12500 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12501 ;;
12502 *)
12503 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12504 for ac_dir in $PATH; do
12505 IFS="$ac_save_IFS"
12506 test -z "$ac_dir" && ac_dir=.
12507 for ac_exec_ext in '' $ac_executable_extensions; do
12508 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12509 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12510 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12511 break 2
12512 fi
12513 fi
12514 done
12515 done
12516 IFS="$ac_save_IFS"
12517 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12518 ;;
12519esac
12520fi
12521MSGMERGE="$ac_cv_path_MSGMERGE"
12522if test "$MSGMERGE" != ":"; then
12523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12524$as_echo "$MSGMERGE" >&6; }
12525else
12526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12527$as_echo "no" >&6; }
12528fi
12529
12530
12531 if test "$GMSGFMT" != ":"; then
12532 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12533 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12534 : ;
12535 else
12536 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12538$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12539 GMSGFMT=":"
12540 fi
12541 fi
12542
12543 if test "$XGETTEXT" != ":"; then
12544 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12545 (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
12546 : ;
12547 else
12548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12549$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12550 XGETTEXT=":"
12551 fi
12552 rm -f messages.po
12553 fi
12554
12555 ac_config_commands="$ac_config_commands default-1"
12556
12557
12558
12559# Permit host specific settings.
12560. ${srcdir}/configure.host
12561
12562
12563
12564
12565BFD_HOST_64BIT_LONG=0
12566BFD_HOST_64BIT_LONG_LONG=0
12567BFD_HOST_64_BIT_DEFINED=0
12568BFD_HOST_64_BIT=
12569BFD_HOST_U_64_BIT=
12570BFD_HOSTPTR_T="unsigned long"
12571
12572# The cast to long int works around a bug in the HP C Compiler
12573# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12574# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12575# This bug is HP SR number 8606223364.
12576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12577$as_echo_n "checking size of long long... " >&6; }
12578if test "${ac_cv_sizeof_long_long+set}" = set; then :
12579 $as_echo_n "(cached) " >&6
12580else
12581 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12582
12583else
12584 if test "$ac_cv_type_long_long" = yes; then
12585 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12586$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12587{ as_fn_set_status 77
12588as_fn_error "cannot compute sizeof (long long)
12589See \`config.log' for more details." "$LINENO" 5; }; }
12590 else
12591 ac_cv_sizeof_long_long=0
12592 fi
12593fi
12594
12595fi
12596{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12597$as_echo "$ac_cv_sizeof_long_long" >&6; }
12598
12599
12600
12601cat >>confdefs.h <<_ACEOF
12602#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12603_ACEOF
12604
12605
12606# The cast to long int works around a bug in the HP C Compiler
12607# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12608# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12609# This bug is HP SR number 8606223364.
12610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12611$as_echo_n "checking size of void *... " >&6; }
12612if test "${ac_cv_sizeof_void_p+set}" = set; then :
12613 $as_echo_n "(cached) " >&6
12614else
12615 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12616
12617else
12618 if test "$ac_cv_type_void_p" = yes; then
12619 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12620$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12621{ as_fn_set_status 77
12622as_fn_error "cannot compute sizeof (void *)
12623See \`config.log' for more details." "$LINENO" 5; }; }
12624 else
12625 ac_cv_sizeof_void_p=0
12626 fi
12627fi
12628
12629fi
12630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12631$as_echo "$ac_cv_sizeof_void_p" >&6; }
12632
12633
12634
12635cat >>confdefs.h <<_ACEOF
12636#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12637_ACEOF
12638
12639
12640# The cast to long int works around a bug in the HP C Compiler
12641# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12642# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12643# This bug is HP SR number 8606223364.
12644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12645$as_echo_n "checking size of long... " >&6; }
12646if test "${ac_cv_sizeof_long+set}" = set; then :
12647 $as_echo_n "(cached) " >&6
12648else
12649 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12650
12651else
12652 if test "$ac_cv_type_long" = yes; then
12653 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12654$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12655{ as_fn_set_status 77
12656as_fn_error "cannot compute sizeof (long)
12657See \`config.log' for more details." "$LINENO" 5; }; }
12658 else
12659 ac_cv_sizeof_long=0
12660 fi
12661fi
12662
12663fi
12664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12665$as_echo "$ac_cv_sizeof_long" >&6; }
12666
12667
12668
12669cat >>confdefs.h <<_ACEOF
12670#define SIZEOF_LONG $ac_cv_sizeof_long
12671_ACEOF
12672
12673
12674
12675if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12676 host64=true
12677fi
12678
12679if test "x${ac_cv_sizeof_long}" = "x8"; then
12680 BFD_HOST_64BIT_LONG=1
12681 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12682 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12683elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12684 BFD_HOST_64BIT_LONG_LONG=1
12685 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12686 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12687 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12688 BFD_HOSTPTR_T="unsigned long long"
12689 fi
12690fi
12691
12692if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12693 BFD_HOST_64_BIT_DEFINED=1
12694 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12695 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
12696fi
12697
12698
12699
12700
12701
12702
12703
12704
12705# Put a plausible default for CC_FOR_BUILD in Makefile.
12706if test -z "$CC_FOR_BUILD"; then
12707 if test "x$cross_compiling" = "xno"; then
12708 CC_FOR_BUILD='$(CC)'
12709 else
12710 CC_FOR_BUILD=gcc
12711 fi
12712fi
12713
12714# Also set EXEEXT_FOR_BUILD.
12715if test "x$cross_compiling" = "xno"; then
12716 EXEEXT_FOR_BUILD='$(EXEEXT)'
12717else
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12719$as_echo_n "checking for build system executable suffix... " >&6; }
12720if test "${bfd_cv_build_exeext+set}" = set; then :
12721 $as_echo_n "(cached) " >&6
12722else
12723 rm -f conftest*
12724 echo 'int main () { return 0; }' > conftest.c
12725 bfd_cv_build_exeext=
12726 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12727 for file in conftest.*; do
12728 case $file in
12729 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12730 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12731 esac
12732 done
12733 rm -f conftest*
12734 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12735fi
12736{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12737$as_echo "$bfd_cv_build_exeext" >&6; }
12738 EXEEXT_FOR_BUILD=""
12739 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12740fi
12741
12742
12743for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h
12744do :
12745 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12746ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12747eval as_val=\$$as_ac_Header
12748 if test "x$as_val" = x""yes; then :
12749 cat >>confdefs.h <<_ACEOF
12750#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12751_ACEOF
12752
12753fi
12754
12755done
12756
12757for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h
12758do :
12759 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12760ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12761eval as_val=\$$as_ac_Header
12762 if test "x$as_val" = x""yes; then :
12763 cat >>confdefs.h <<_ACEOF
12764#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12765_ACEOF
12766
12767fi
12768
12769done
12770
12771
12772
12773inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
12774
12775acx_cv_header_stdint=stddef.h
12776acx_cv_header_stdint_kind="(already complete)"
12777for i in stdint.h $inttype_headers; do
12778 unset ac_cv_type_uintptr_t
12779 unset ac_cv_type_uintmax_t
12780 unset ac_cv_type_int_least32_t
12781 unset ac_cv_type_int_fast32_t
12782 unset ac_cv_type_uint64_t
12783 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
12784 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
12785#include <$i>
12786"
12787if test "x$ac_cv_type_uintmax_t" = x""yes; then :
12788 acx_cv_header_stdint=$i
12789else
12790 continue
12791fi
12792
12793 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12794#include <$i>
12795"
12796if test "x$ac_cv_type_uintptr_t" = x""yes; then :
12797
12798else
12799 acx_cv_header_stdint_kind="(mostly complete)"
12800fi
12801
12802 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
12803#include <$i>
12804"
12805if test "x$ac_cv_type_int_least32_t" = x""yes; then :
12806
12807else
12808 acx_cv_header_stdint_kind="(mostly complete)"
12809fi
12810
12811 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
12812#include <$i>
12813"
12814if test "x$ac_cv_type_int_fast32_t" = x""yes; then :
12815
12816else
12817 acx_cv_header_stdint_kind="(mostly complete)"
12818fi
12819
12820 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12821#include <$i>
12822"
12823if test "x$ac_cv_type_uint64_t" = x""yes; then :
12824
12825else
12826 acx_cv_header_stdint_kind="(lacks uint64_t)"
12827fi
12828
12829 break
12830done
12831if test "$acx_cv_header_stdint" = stddef.h; then
12832 acx_cv_header_stdint_kind="(lacks uintmax_t)"
12833 for i in stdint.h $inttype_headers; do
12834 unset ac_cv_type_uintptr_t
12835 unset ac_cv_type_uint32_t
12836 unset ac_cv_type_uint64_t
12837 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
12838 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
12839#include <$i>
12840"
12841if test "x$ac_cv_type_uint32_t" = x""yes; then :
12842 acx_cv_header_stdint=$i
12843else
12844 continue
12845fi
12846
12847 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12848#include <$i>
12849"
12850if test "x$ac_cv_type_uint64_t" = x""yes; then :
12851
12852fi
12853
12854 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12855#include <$i>
12856"
12857if test "x$ac_cv_type_uintptr_t" = x""yes; then :
12858
12859fi
12860
12861 break
12862 done
12863fi
12864if test "$acx_cv_header_stdint" = stddef.h; then
12865 acx_cv_header_stdint_kind="(u_intXX_t style)"
12866 for i in sys/types.h $inttype_headers; do
12867 unset ac_cv_type_u_int32_t
12868 unset ac_cv_type_u_int64_t
12869 $as_echo_n "looking for u_intXX_t types in $i, " >&6
12870 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
12871#include <$i>
12872"
12873if test "x$ac_cv_type_u_int32_t" = x""yes; then :
12874 acx_cv_header_stdint=$i
12875else
12876 continue
12877fi
12878
12879 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
12880#include <$i>
12881"
12882if test "x$ac_cv_type_u_int64_t" = x""yes; then :
12883
12884fi
12885
12886 break
12887 done
12888fi
12889if test "$acx_cv_header_stdint" = stddef.h; then
12890 acx_cv_header_stdint_kind="(using manual detection)"
12891fi
12892
12893test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
12894test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
12895test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
12896test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
12897test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
12898
12899# ----------------- Summarize what we found so far
12900
12901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5
12902$as_echo_n "checking what to include in bfd_stdint.h... " >&6; }
12903
12904case `$as_basename -- bfd_stdint.h ||
12905$as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
12906 Xbfd_stdint.h : 'X\(//\)$' \| \
12907 Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null ||
12908$as_echo X/bfd_stdint.h |
12909 sed '/^.*\/\([^/][^/]*\)\/*$/{
12910 s//\1/
12911 q
12912 }
12913 /^X\/\(\/\/\)$/{
12914 s//\1/
12915 q
12916 }
12917 /^X\/\(\/\).*/{
12918 s//\1/
12919 q
12920 }
12921 s/.*/./; q'` in
12922 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
12923$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12924 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
12925$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12926 *) ;;
12927esac
12928
12929{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
12930$as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
12931
12932# ----------------- done included file, check C basic types --------
12933
12934# Lacking an uintptr_t? Test size of void *
12935case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
12936 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
12937# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12938# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12939# This bug is HP SR number 8606223364.
12940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12941$as_echo_n "checking size of void *... " >&6; }
12942if test "${ac_cv_sizeof_void_p+set}" = set; then :
12943 $as_echo_n "(cached) " >&6
12944else
12945 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12946
12947else
12948 if test "$ac_cv_type_void_p" = yes; then
12949 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12950$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12951{ as_fn_set_status 77
12952as_fn_error "cannot compute sizeof (void *)
12953See \`config.log' for more details." "$LINENO" 5; }; }
12954 else
12955 ac_cv_sizeof_void_p=0
12956 fi
12957fi
12958
12959fi
12960{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12961$as_echo "$ac_cv_sizeof_void_p" >&6; }
12962
12963
12964
12965cat >>confdefs.h <<_ACEOF
12966#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12967_ACEOF
12968
12969 ;;
12970esac
12971
12972# Lacking an uint64_t? Test size of long
12973case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
12974 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
12975# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12976# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12977# This bug is HP SR number 8606223364.
12978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12979$as_echo_n "checking size of long... " >&6; }
12980if test "${ac_cv_sizeof_long+set}" = set; then :
12981 $as_echo_n "(cached) " >&6
12982else
12983 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12984
12985else
12986 if test "$ac_cv_type_long" = yes; then
12987 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12988$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12989{ as_fn_set_status 77
12990as_fn_error "cannot compute sizeof (long)
12991See \`config.log' for more details." "$LINENO" 5; }; }
12992 else
12993 ac_cv_sizeof_long=0
12994 fi
12995fi
12996
12997fi
12998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12999$as_echo "$ac_cv_sizeof_long" >&6; }
13000
13001
13002
13003cat >>confdefs.h <<_ACEOF
13004#define SIZEOF_LONG $ac_cv_sizeof_long
13005_ACEOF
13006
13007 ;;
13008esac
13009
13010if test $acx_cv_header_stdint = stddef.h; then
13011 # Lacking a good header? Test size of everything and deduce all types.
13012 # The cast to long int works around a bug in the HP C Compiler
13013# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13014# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13015# This bug is HP SR number 8606223364.
13016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13017$as_echo_n "checking size of int... " >&6; }
13018if test "${ac_cv_sizeof_int+set}" = set; then :
13019 $as_echo_n "(cached) " >&6
13020else
13021 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
13022
13023else
13024 if test "$ac_cv_type_int" = yes; then
13025 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13026$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13027{ as_fn_set_status 77
13028as_fn_error "cannot compute sizeof (int)
13029See \`config.log' for more details." "$LINENO" 5; }; }
13030 else
13031 ac_cv_sizeof_int=0
13032 fi
13033fi
13034
13035fi
13036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13037$as_echo "$ac_cv_sizeof_int" >&6; }
13038
13039
13040
13041cat >>confdefs.h <<_ACEOF
13042#define SIZEOF_INT $ac_cv_sizeof_int
13043_ACEOF
13044
13045
13046 # The cast to long int works around a bug in the HP C Compiler
13047# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13048# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13049# This bug is HP SR number 8606223364.
13050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13051$as_echo_n "checking size of short... " >&6; }
13052if test "${ac_cv_sizeof_short+set}" = set; then :
13053 $as_echo_n "(cached) " >&6
13054else
13055 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
13056
13057else
13058 if test "$ac_cv_type_short" = yes; then
13059 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13060$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13061{ as_fn_set_status 77
13062as_fn_error "cannot compute sizeof (short)
13063See \`config.log' for more details." "$LINENO" 5; }; }
13064 else
13065 ac_cv_sizeof_short=0
13066 fi
13067fi
13068
13069fi
13070{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13071$as_echo "$ac_cv_sizeof_short" >&6; }
13072
13073
13074
13075cat >>confdefs.h <<_ACEOF
13076#define SIZEOF_SHORT $ac_cv_sizeof_short
13077_ACEOF
13078
13079
13080 # The cast to long int works around a bug in the HP C Compiler
13081# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13082# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13083# This bug is HP SR number 8606223364.
13084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
13085$as_echo_n "checking size of char... " >&6; }
13086if test "${ac_cv_sizeof_char+set}" = set; then :
13087 $as_echo_n "(cached) " >&6
13088else
13089 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
13090
13091else
13092 if test "$ac_cv_type_char" = yes; then
13093 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13094$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13095{ as_fn_set_status 77
13096as_fn_error "cannot compute sizeof (char)
13097See \`config.log' for more details." "$LINENO" 5; }; }
13098 else
13099 ac_cv_sizeof_char=0
13100 fi
13101fi
13102
13103fi
13104{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
13105$as_echo "$ac_cv_sizeof_char" >&6; }
13106
13107
13108
13109cat >>confdefs.h <<_ACEOF
13110#define SIZEOF_CHAR $ac_cv_sizeof_char
13111_ACEOF
13112
13113
13114
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
13116$as_echo_n "checking for type equivalent to int8_t... " >&6; }
13117 case "$ac_cv_sizeof_char" in
13118 1) acx_cv_type_int8_t=char ;;
13119 *) { as_fn_set_status please report a bug
13120as_fn_error "no 8-bit type" "$LINENO" 5; }
13121 esac
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
13123$as_echo "$acx_cv_type_int8_t" >&6; }
13124
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
13126$as_echo_n "checking for type equivalent to int16_t... " >&6; }
13127 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
13128 2:*) acx_cv_type_int16_t=int ;;
13129 *:2) acx_cv_type_int16_t=short ;;
13130 *) { as_fn_set_status please report a bug
13131as_fn_error "no 16-bit type" "$LINENO" 5; }
13132 esac
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
13134$as_echo "$acx_cv_type_int16_t" >&6; }
13135
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
13137$as_echo_n "checking for type equivalent to int32_t... " >&6; }
13138 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
13139 4:*) acx_cv_type_int32_t=int ;;
13140 *:4) acx_cv_type_int32_t=long ;;
13141 *) { as_fn_set_status please report a bug
13142as_fn_error "no 32-bit type" "$LINENO" 5; }
13143 esac
13144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
13145$as_echo "$acx_cv_type_int32_t" >&6; }
13146fi
13147
13148# These tests are here to make the output prettier
13149
13150if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
13151 case "$ac_cv_sizeof_long" in
13152 8) acx_cv_type_int64_t=long ;;
13153 esac
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
13155$as_echo_n "checking for type equivalent to int64_t... " >&6; }
13156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
13157$as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
13158fi
13159
13160# Now we can use the above types
13161
13162if test "$ac_cv_type_uintptr_t" != yes; then
13163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
13164$as_echo_n "checking for type equivalent to intptr_t... " >&6; }
13165 case $ac_cv_sizeof_void_p in
13166 2) acx_cv_type_intptr_t=int16_t ;;
13167 4) acx_cv_type_intptr_t=int32_t ;;
13168 8) acx_cv_type_intptr_t=int64_t ;;
13169 *) { as_fn_set_status please report a bug
13170as_fn_error "no equivalent for intptr_t" "$LINENO" 5; }
13171 esac
13172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
13173$as_echo "$acx_cv_type_intptr_t" >&6; }
13174fi
13175
13176# ----------------- done all checks, emit header -------------
13177ac_config_commands="$ac_config_commands bfd_stdint.h"
13178
13179
13180
13181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
13182$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
13183if test "${ac_cv_header_time+set}" = set; then :
13184 $as_echo_n "(cached) " >&6
13185else
13186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13187/* end confdefs.h. */
13188#include <sys/types.h>
13189#include <sys/time.h>
13190#include <time.h>
13191
13192int
13193main ()
13194{
13195if ((struct tm *) 0)
13196return 0;
13197 ;
13198 return 0;
13199}
13200_ACEOF
13201if ac_fn_c_try_compile "$LINENO"; then :
13202 ac_cv_header_time=yes
13203else
13204 ac_cv_header_time=no
13205fi
13206rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13207fi
13208{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
13209$as_echo "$ac_cv_header_time" >&6; }
13210if test $ac_cv_header_time = yes; then
13211
13212$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
13213
13214fi
13215
13216ac_header_dirent=no
13217for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
13218 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
13219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
13220$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
13221if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
13222 $as_echo_n "(cached) " >&6
13223else
13224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13225/* end confdefs.h. */
13226#include <sys/types.h>
13227#include <$ac_hdr>
13228
13229int
13230main ()
13231{
13232if ((DIR *) 0)
13233return 0;
13234 ;
13235 return 0;
13236}
13237_ACEOF
13238if ac_fn_c_try_compile "$LINENO"; then :
13239 eval "$as_ac_Header=yes"
13240else
13241 eval "$as_ac_Header=no"
13242fi
13243rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13244fi
13245eval ac_res=\$$as_ac_Header
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13247$as_echo "$ac_res" >&6; }
13248eval as_val=\$$as_ac_Header
13249 if test "x$as_val" = x""yes; then :
13250 cat >>confdefs.h <<_ACEOF
13251#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
13252_ACEOF
13253
13254ac_header_dirent=$ac_hdr; break
13255fi
13256
13257done
13258# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
13259if test $ac_header_dirent = dirent.h; then
13260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13261$as_echo_n "checking for library containing opendir... " >&6; }
13262if test "${ac_cv_search_opendir+set}" = set; then :
13263 $as_echo_n "(cached) " >&6
13264else
13265 ac_func_search_save_LIBS=$LIBS
13266cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13267/* end confdefs.h. */
13268
13269/* Override any GCC internal prototype to avoid an error.
13270 Use char because int might match the return type of a GCC
13271 builtin and then its argument prototype would still apply. */
13272#ifdef __cplusplus
13273extern "C"
13274#endif
13275char opendir ();
13276int
13277main ()
13278{
13279return opendir ();
13280 ;
13281 return 0;
13282}
13283_ACEOF
13284for ac_lib in '' dir; do
13285 if test -z "$ac_lib"; then
13286 ac_res="none required"
13287 else
13288 ac_res=-l$ac_lib
13289 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13290 fi
13291 if ac_fn_c_try_link "$LINENO"; then :
13292 ac_cv_search_opendir=$ac_res
13293fi
13294rm -f core conftest.err conftest.$ac_objext \
13295 conftest$ac_exeext
13296 if test "${ac_cv_search_opendir+set}" = set; then :
13297 break
13298fi
13299done
13300if test "${ac_cv_search_opendir+set}" = set; then :
13301
13302else
13303 ac_cv_search_opendir=no
13304fi
13305rm conftest.$ac_ext
13306LIBS=$ac_func_search_save_LIBS
13307fi
13308{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13309$as_echo "$ac_cv_search_opendir" >&6; }
13310ac_res=$ac_cv_search_opendir
13311if test "$ac_res" != no; then :
13312 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13313
13314fi
13315
13316else
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13318$as_echo_n "checking for library containing opendir... " >&6; }
13319if test "${ac_cv_search_opendir+set}" = set; then :
13320 $as_echo_n "(cached) " >&6
13321else
13322 ac_func_search_save_LIBS=$LIBS
13323cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13324/* end confdefs.h. */
13325
13326/* Override any GCC internal prototype to avoid an error.
13327 Use char because int might match the return type of a GCC
13328 builtin and then its argument prototype would still apply. */
13329#ifdef __cplusplus
13330extern "C"
13331#endif
13332char opendir ();
13333int
13334main ()
13335{
13336return opendir ();
13337 ;
13338 return 0;
13339}
13340_ACEOF
13341for ac_lib in '' x; do
13342 if test -z "$ac_lib"; then
13343 ac_res="none required"
13344 else
13345 ac_res=-l$ac_lib
13346 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13347 fi
13348 if ac_fn_c_try_link "$LINENO"; then :
13349 ac_cv_search_opendir=$ac_res
13350fi
13351rm -f core conftest.err conftest.$ac_objext \
13352 conftest$ac_exeext
13353 if test "${ac_cv_search_opendir+set}" = set; then :
13354 break
13355fi
13356done
13357if test "${ac_cv_search_opendir+set}" = set; then :
13358
13359else
13360 ac_cv_search_opendir=no
13361fi
13362rm conftest.$ac_ext
13363LIBS=$ac_func_search_save_LIBS
13364fi
13365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13366$as_echo "$ac_cv_search_opendir" >&6; }
13367ac_res=$ac_cv_search_opendir
13368if test "$ac_res" != no; then :
13369 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13370
13371fi
13372
13373fi
13374
13375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13376$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13377if test "${gcc_cv_header_string+set}" = set; then :
13378 $as_echo_n "(cached) " >&6
13379else
13380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13381/* end confdefs.h. */
13382#include <string.h>
13383#include <strings.h>
13384int
13385main ()
13386{
13387
13388 ;
13389 return 0;
13390}
13391_ACEOF
13392if ac_fn_c_try_compile "$LINENO"; then :
13393 gcc_cv_header_string=yes
13394else
13395 gcc_cv_header_string=no
13396fi
13397rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13398fi
13399{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13400$as_echo "$gcc_cv_header_string" >&6; }
13401if test $gcc_cv_header_string = yes; then
13402
13403$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13404
13405fi
13406
13407for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno
13408do :
13409 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13410ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13411eval as_val=\$$as_ac_var
13412 if test "x$as_val" = x""yes; then :
13413 cat >>confdefs.h <<_ACEOF
13414#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13415_ACEOF
13416
13417fi
13418done
13419
13420for ac_func in strtoull
13421do :
13422 ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull"
13423if test "x$ac_cv_func_strtoull" = x""yes; then :
13424 cat >>confdefs.h <<_ACEOF
13425#define HAVE_STRTOULL 1
13426_ACEOF
13427
13428fi
13429done
13430
13431
13432ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
13433if test "x$ac_cv_have_decl_basename" = x""yes; then :
13434 ac_have_decl=1
13435else
13436 ac_have_decl=0
13437fi
13438
13439cat >>confdefs.h <<_ACEOF
13440#define HAVE_DECL_BASENAME $ac_have_decl
13441_ACEOF
13442
13443ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
13444if test "x$ac_cv_have_decl_ftello" = x""yes; then :
13445 ac_have_decl=1
13446else
13447 ac_have_decl=0
13448fi
13449
13450cat >>confdefs.h <<_ACEOF
13451#define HAVE_DECL_FTELLO $ac_have_decl
13452_ACEOF
13453
13454ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
13455if test "x$ac_cv_have_decl_ftello64" = x""yes; then :
13456 ac_have_decl=1
13457else
13458 ac_have_decl=0
13459fi
13460
13461cat >>confdefs.h <<_ACEOF
13462#define HAVE_DECL_FTELLO64 $ac_have_decl
13463_ACEOF
13464
13465ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
13466if test "x$ac_cv_have_decl_fseeko" = x""yes; then :
13467 ac_have_decl=1
13468else
13469 ac_have_decl=0
13470fi
13471
13472cat >>confdefs.h <<_ACEOF
13473#define HAVE_DECL_FSEEKO $ac_have_decl
13474_ACEOF
13475
13476ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
13477if test "x$ac_cv_have_decl_fseeko64" = x""yes; then :
13478 ac_have_decl=1
13479else
13480 ac_have_decl=0
13481fi
13482
13483cat >>confdefs.h <<_ACEOF
13484#define HAVE_DECL_FSEEKO64 $ac_have_decl
13485_ACEOF
13486
13487
13488
13489case "${host}" in
13490*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13491
13492$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13493 ;;
13494esac
13495
13496ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
13497if test "x$ac_cv_have_decl_ffs" = x""yes; then :
13498 ac_have_decl=1
13499else
13500 ac_have_decl=0
13501fi
13502
13503cat >>confdefs.h <<_ACEOF
13504#define HAVE_DECL_FFS $ac_have_decl
13505_ACEOF
13506
13507ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
13508if test "x$ac_cv_have_decl_free" = x""yes; then :
13509 ac_have_decl=1
13510else
13511 ac_have_decl=0
13512fi
13513
13514cat >>confdefs.h <<_ACEOF
13515#define HAVE_DECL_FREE $ac_have_decl
13516_ACEOF
13517
13518ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13519if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13520 ac_have_decl=1
13521else
13522 ac_have_decl=0
13523fi
13524
13525cat >>confdefs.h <<_ACEOF
13526#define HAVE_DECL_GETENV $ac_have_decl
13527_ACEOF
13528
13529ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
13530if test "x$ac_cv_have_decl_malloc" = x""yes; then :
13531 ac_have_decl=1
13532else
13533 ac_have_decl=0
13534fi
13535
13536cat >>confdefs.h <<_ACEOF
13537#define HAVE_DECL_MALLOC $ac_have_decl
13538_ACEOF
13539
13540ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
13541if test "x$ac_cv_have_decl_realloc" = x""yes; then :
13542 ac_have_decl=1
13543else
13544 ac_have_decl=0
13545fi
13546
13547cat >>confdefs.h <<_ACEOF
13548#define HAVE_DECL_REALLOC $ac_have_decl
13549_ACEOF
13550
13551ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13552if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13553 ac_have_decl=1
13554else
13555 ac_have_decl=0
13556fi
13557
13558cat >>confdefs.h <<_ACEOF
13559#define HAVE_DECL_STPCPY $ac_have_decl
13560_ACEOF
13561
13562ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13563if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13564 ac_have_decl=1
13565else
13566 ac_have_decl=0
13567fi
13568
13569cat >>confdefs.h <<_ACEOF
13570#define HAVE_DECL_STRSTR $ac_have_decl
13571_ACEOF
13572
13573ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13574if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13575 ac_have_decl=1
13576else
13577 ac_have_decl=0
13578fi
13579
13580cat >>confdefs.h <<_ACEOF
13581#define HAVE_DECL_SNPRINTF $ac_have_decl
13582_ACEOF
13583
13584ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13585if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13586 ac_have_decl=1
13587else
13588 ac_have_decl=0
13589fi
13590
13591cat >>confdefs.h <<_ACEOF
13592#define HAVE_DECL_VSNPRINTF $ac_have_decl
13593_ACEOF
13594
13595
13596# Link in zlib if we can. This allows us to read compressed debug sections.
13597# This is used only by compress.c.
13598
13599 # See if the user specified whether he wants zlib support or not.
13600
13601# Check whether --with-zlib was given.
13602if test "${with_zlib+set}" = set; then :
13603 withval=$with_zlib;
13604else
13605 with_zlib=auto
13606fi
13607
13608
13609 if test "$with_zlib" != "no"; then
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
13611$as_echo_n "checking for library containing zlibVersion... " >&6; }
13612if test "${ac_cv_search_zlibVersion+set}" = set; then :
13613 $as_echo_n "(cached) " >&6
13614else
13615 ac_func_search_save_LIBS=$LIBS
13616cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13617/* end confdefs.h. */
13618
13619/* Override any GCC internal prototype to avoid an error.
13620 Use char because int might match the return type of a GCC
13621 builtin and then its argument prototype would still apply. */
13622#ifdef __cplusplus
13623extern "C"
13624#endif
13625char zlibVersion ();
13626int
13627main ()
13628{
13629return zlibVersion ();
13630 ;
13631 return 0;
13632}
13633_ACEOF
13634for ac_lib in '' z; do
13635 if test -z "$ac_lib"; then
13636 ac_res="none required"
13637 else
13638 ac_res=-l$ac_lib
13639 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13640 fi
13641 if ac_fn_c_try_link "$LINENO"; then :
13642 ac_cv_search_zlibVersion=$ac_res
13643fi
13644rm -f core conftest.err conftest.$ac_objext \
13645 conftest$ac_exeext
13646 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13647 break
13648fi
13649done
13650if test "${ac_cv_search_zlibVersion+set}" = set; then :
13651
13652else
13653 ac_cv_search_zlibVersion=no
13654fi
13655rm conftest.$ac_ext
13656LIBS=$ac_func_search_save_LIBS
13657fi
13658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
13659$as_echo "$ac_cv_search_zlibVersion" >&6; }
13660ac_res=$ac_cv_search_zlibVersion
13661if test "$ac_res" != no; then :
13662 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13663 for ac_header in zlib.h
13664do :
13665 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13666if test "x$ac_cv_header_zlib_h" = x""yes; then :
13667 cat >>confdefs.h <<_ACEOF
13668#define HAVE_ZLIB_H 1
13669_ACEOF
13670
13671fi
13672
13673done
13674
13675fi
13676
13677 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
13678 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
13679 fi
13680 fi
13681
13682
13683# If we are configured native, pick a core file support file.
13684COREFILE=
13685COREFLAG=
13686TRAD_HEADER=
13687if test "${target}" = "${host}"; then
13688 case "${host}" in
13689 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
13690 COREFILE=''
13691 ;;
13692 alpha*-*-linux-*)
13693 COREFILE=trad-core.lo
13694 TRAD_HEADER='"hosts/alphalinux.h"'
13695 ;;
13696 alpha*-*-netbsd* | alpha*-*-openbsd*)
13697 COREFILE=netbsd-core.lo
13698 ;;
13699 alpha*-*-*) COREFILE=osf-core.lo ;;
13700 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
13701 COREFILE='' ;;
13702 arm-*-netbsd* | arm-*-openbsd*)
13703 COREFILE=netbsd-core.lo
13704 ;;
13705 arm-*-riscix) COREFILE=trad-core.lo ;;
13706 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
13707 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
13708 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
13709 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
13710 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
13711 hppa*-*-netbsd* | hppa*-*-openbsd*)
13712 COREFILE=netbsd-core.lo
13713 ;;
13714
13715 i370-*-*)
13716 COREFILE=trad-core.lo
13717 TRAD_HEADER='"hosts/i370linux.h"'
13718 ;;
13719
13720 i[3-7]86-sequent-bsd*)
13721 COREFILE=trad-core.lo
13722 TRAD_HEADER='"hosts/symmetry.h"'
13723 ;;
13724 i[3-7]86-sequent-sysv4*) ;;
13725 i[3-7]86-sequent-sysv*)
13726 COREFILE=trad-core.lo
13727 TRAD_HEADER='"hosts/symmetry.h"'
13728 ;;
13729 i[3-7]86-*-bsdi)
13730 COREFILE=
13731 ;;
13732 i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*)
13733 COREFILE=trad-core.lo
13734 TRAD_HEADER='"hosts/i386bsd.h"'
13735 ;;
13736 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
13737 COREFILE=''
13738 TRAD_HEADER='"hosts/i386bsd.h"'
13739 ;;
13740 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
13741 COREFILE=netbsd-core.lo
13742 ;;
13743 i[3-7]86-esix-sysv3*)
13744 COREFILE=trad-core.lo
13745 TRAD_HEADER='"hosts/esix.h"'
13746 ;;
13747 i[3-7]86-*-sco3.2v5*)
13748 COREFILE=sco5-core.lo
13749 ;;
13750 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
13751 COREFILE=trad-core.lo
13752 TRAD_HEADER='"hosts/i386sco.h"'
13753 ;;
13754 i[3-7]86-*-mach3*)
13755 COREFILE=trad-core.lo
13756 TRAD_HEADER='"hosts/i386mach3.h"'
13757 ;;
13758 i[3-7]86-*-linux-*)
13759 COREFILE=trad-core.lo
13760 TRAD_HEADER='"hosts/i386linux.h"'
13761 ;;
13762 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
13763 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
13764 i860-*-mach3* | i860-*-osf1*)
13765 COREFILE=trad-core.lo
13766 TRAD_HEADER='"hosts/i860mach3.h"'
13767 ;;
13768 mips-*-netbsd* | mips*-*-openbsd*)
13769 COREFILE=netbsd-core.lo
13770 ;;
13771 mips-dec-*)
13772 COREFILE=trad-core.lo
13773 TRAD_HEADER='"hosts/decstation.h"'
13774 ;;
13775 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
13776 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
13777 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
13778 mips-*-sysv4*) ;;
13779 mips-*-sysv* | mips-*-riscos*)
13780 COREFILE=trad-core.lo
13781 TRAD_HEADER='"hosts/riscos.h"'
13782 ;;
13783 mips-sony-bsd*)
13784 COREFILE=trad-core.lo
13785 TRAD_HEADER='"hosts/news-mips.h"'
13786 ;;
13787 m68*-bull*-sysv*)
13788 COREFILE=trad-core.lo
13789 TRAD_HEADER='"hosts/dpx2.h"'
13790 ;;
13791 m68*-hp-hpux*) COREFILE=hpux-core.lo ;;
13792 m68*-hp-bsd*)
13793 COREFILE=trad-core.lo
13794 TRAD_HEADER='"hosts/hp300bsd.h"'
13795 ;;
13796 m68*-*-linux-*)
13797 COREFILE=trad-core.lo
13798 TRAD_HEADER='"hosts/m68klinux.h"'
13799 ;;
13800 m68*-motorola-sysv*)
13801 COREFILE=trad-core.lo
13802 TRAD_HEADER='"hosts/delta68.h"'
13803 ;;
13804 m68*-sony-*)
13805 COREFILE=trad-core.lo
13806 TRAD_HEADER='"hosts/news.h"'
13807 ;;
13808 m68*-*-netbsd* | m68*-*-openbsd*)
13809 COREFILE=netbsd-core.lo
13810 ;;
13811 m68*-apple-aux*)
13812 COREFILE=trad-core.lo
13813 TRAD_HEADER='"hosts/m68kaux.h"'
13814 ;;
13815 m88*-*-sysv4*)
13816 ;;
13817 m88*-motorola-sysv*)
13818 COREFILE=ptrace-core.lo
13819 ;;
13820 m88*-*-mach3*)
13821 COREFILE=trad-core.lo
13822 TRAD_HEADER='"hosts/m88kmach3.h"'
13823 ;;
13824 m88*-*-openbsd*)
13825 COREFILE=netbsd-core.lo
13826 ;;
13827 ns32k-pc532-mach)
13828 COREFILE=trad-core.lo
13829 TRAD_HEADER='"hosts/pc532mach.h"'
13830 ;;
13831 ns32k-*-netbsd* | ns32k-*-openbsd*)
13832 COREFILE=netbsd-core.lo
13833 ;;
13834 rs6000-*-lynx*)
13835 COREFILE=lynx-core.lo
13836 ;;
13837 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].*)
13838 COREFILE=rs6000-core.lo
13839 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
13840 ;;
13841 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
13842 COREFILE=rs6000-core.lo
13843 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
13844 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
13845 # have c_impl as a member of struct core_dumpx
13846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
13847$as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
13848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13849/* end confdefs.h. */
13850#include <core.h>
13851int
13852main ()
13853{
13854struct core_dumpx c; c.c_impl = 0;
13855 ;
13856 return 0;
13857}
13858_ACEOF
13859if ac_fn_c_try_compile "$LINENO"; then :
13860
13861$as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
13862
13863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13864$as_echo "yes" >&6; }
13865else
13866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13867$as_echo "no" >&6; }
13868fi
13869rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13870 ;;
13871 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
13872 rs6000-*-*) COREFILE=rs6000-core.lo ;;
13873 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
13874 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
13875 powerpc-*-beos*) ;;
13876 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
13877 COREFILE='' ;;
13878 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
13879 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
13880 s390*-*-*) COREFILE=trad-core.lo ;;
13881 sh*-*-netbsd* | sh*-*-openbsd*)
13882 COREFILE=netbsd-core.lo
13883 ;;
13884 sparc-*-netbsd* | sparc*-*-openbsd*)
13885 COREFILE=netbsd-core.lo
13886 ;;
13887 tahoe-*-*)
13888 COREFILE=trad-core.lo
13889 TRAD_HEADER='"hosts/tahoe.h"'
13890 ;;
13891 vax-*-netbsd* | vax-*-openbsd*)
13892 COREFILE=netbsd-core.lo
13893 ;;
13894 vax-*-ultrix2*)
13895 COREFILE=trad-core.lo
13896 TRAD_HEADER='"hosts/vaxult2.h"'
13897 ;;
13898 vax-*-ultrix*)
13899 COREFILE=trad-core.lo
13900 TRAD_HEADER='"hosts/vaxult2.h"'
13901 ;;
13902 vax-*-linux-*)
13903 COREFILE=trad-core.lo
13904 TRAD_HEADER='"hosts/vaxlinux.h"'
13905 ;;
13906 vax-*-*)
13907 COREFILE=trad-core.lo
13908 TRAD_HEADER='"hosts/vaxbsd.h"'
13909 ;;
13910 x86_64-*-netbsd* | x86_64-*-openbsd*)
13911 COREFILE=netbsd-core.lo
13912 ;;
13913 esac
13914
13915 case "$COREFILE" in
13916 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
13917 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
13918 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
13919 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
13920 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
13921 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
13922 osf-core.lo) COREFLAG=-DOSF_CORE ;;
13923 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
13924 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
13925 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
13926 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
13927 esac
13928
13929 # ELF corefile support has several flavors, but all of
13930 # them use something called <sys/procfs.h>
13931 for ac_header in sys/procfs.h
13932do :
13933 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
13934if test "x$ac_cv_header_sys_procfs_h" = x""yes; then :
13935 cat >>confdefs.h <<_ACEOF
13936#define HAVE_SYS_PROCFS_H 1
13937_ACEOF
13938
13939fi
13940
13941done
13942
13943 if test "$ac_cv_header_sys_procfs_h" = yes; then
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
13945$as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
13946 if test "${bfd_cv_have_sys_procfs_type_prstatus_t+set}" = set; then :
13947 $as_echo_n "(cached) " >&6
13948else
13949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13950/* end confdefs.h. */
13951
13952#define _SYSCALL32
13953/* Needed for new procfs interface on sparc-solaris. */
13954#define _STRUCTURED_PROC 1
13955#include <sys/procfs.h>
13956int
13957main ()
13958{
13959prstatus_t avar
13960 ;
13961 return 0;
13962}
13963_ACEOF
13964if ac_fn_c_try_compile "$LINENO"; then :
13965 bfd_cv_have_sys_procfs_type_prstatus_t=yes
13966else
13967 bfd_cv_have_sys_procfs_type_prstatus_t=no
13968
13969fi
13970rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13971fi
13972
13973 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
13974
13975$as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
13976
13977 fi
13978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
13979$as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
13980
13981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
13982$as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
13983 if test "${bfd_cv_have_sys_procfs_type_prstatus32_t+set}" = set; then :
13984 $as_echo_n "(cached) " >&6
13985else
13986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13987/* end confdefs.h. */
13988
13989#define _SYSCALL32
13990/* Needed for new procfs interface on sparc-solaris. */
13991#define _STRUCTURED_PROC 1
13992#include <sys/procfs.h>
13993int
13994main ()
13995{
13996prstatus32_t avar
13997 ;
13998 return 0;
13999}
14000_ACEOF
14001if ac_fn_c_try_compile "$LINENO"; then :
14002 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
14003else
14004 bfd_cv_have_sys_procfs_type_prstatus32_t=no
14005
14006fi
14007rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14008fi
14009
14010 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14011
14012$as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14013
14014 fi
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
14016$as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
14017
14018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
14019$as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
14020 if test "${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+set}" = set; then :
14021 $as_echo_n "(cached) " >&6
14022else
14023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14024/* end confdefs.h. */
14025
14026#define _SYSCALL32
14027/* Needed for new procfs interface on sparc-solaris. */
14028#define _STRUCTURED_PROC 1
14029#include <sys/procfs.h>
14030int
14031main ()
14032{
14033prstatus_t avar; void* aref = (void*) &avar.pr_who
14034 ;
14035 return 0;
14036}
14037_ACEOF
14038if ac_fn_c_try_compile "$LINENO"; then :
14039 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
14040else
14041 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
14042
14043fi
14044rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14045fi
14046
14047 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
14048
14049$as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
14050
14051 fi
14052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
14053$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
14054
14055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
14056$as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
14057 if test "${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+set}" = set; then :
14058 $as_echo_n "(cached) " >&6
14059else
14060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14061/* end confdefs.h. */
14062
14063#define _SYSCALL32
14064/* Needed for new procfs interface on sparc-solaris. */
14065#define _STRUCTURED_PROC 1
14066#include <sys/procfs.h>
14067int
14068main ()
14069{
14070prstatus32_t avar; void* aref = (void*) &avar.pr_who
14071 ;
14072 return 0;
14073}
14074_ACEOF
14075if ac_fn_c_try_compile "$LINENO"; then :
14076 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
14077else
14078 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
14079
14080fi
14081rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14082fi
14083
14084 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14085
14086$as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14087
14088 fi
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14090$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14091
14092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14093$as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14094 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then :
14095 $as_echo_n "(cached) " >&6
14096else
14097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14098/* end confdefs.h. */
14099
14100#define _SYSCALL32
14101/* Needed for new procfs interface on sparc-solaris. */
14102#define _STRUCTURED_PROC 1
14103#include <sys/procfs.h>
14104int
14105main ()
14106{
14107pstatus_t avar
14108 ;
14109 return 0;
14110}
14111_ACEOF
14112if ac_fn_c_try_compile "$LINENO"; then :
14113 bfd_cv_have_sys_procfs_type_pstatus_t=yes
14114else
14115 bfd_cv_have_sys_procfs_type_pstatus_t=no
14116
14117fi
14118rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14119fi
14120
14121 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14122
14123$as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14124
14125 fi
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14127$as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14128
14129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14130$as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14131 if test "${bfd_cv_have_sys_procfs_type_pxstatus_t+set}" = set; then :
14132 $as_echo_n "(cached) " >&6
14133else
14134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14135/* end confdefs.h. */
14136
14137#define _SYSCALL32
14138/* Needed for new procfs interface on sparc-solaris. */
14139#define _STRUCTURED_PROC 1
14140#include <sys/procfs.h>
14141int
14142main ()
14143{
14144pxstatus_t avar
14145 ;
14146 return 0;
14147}
14148_ACEOF
14149if ac_fn_c_try_compile "$LINENO"; then :
14150 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
14151else
14152 bfd_cv_have_sys_procfs_type_pxstatus_t=no
14153
14154fi
14155rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14156fi
14157
14158 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14159
14160$as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14161
14162 fi
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14164$as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14165
14166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14167$as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14168 if test "${bfd_cv_have_sys_procfs_type_pstatus32_t+set}" = set; then :
14169 $as_echo_n "(cached) " >&6
14170else
14171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14172/* end confdefs.h. */
14173
14174#define _SYSCALL32
14175/* Needed for new procfs interface on sparc-solaris. */
14176#define _STRUCTURED_PROC 1
14177#include <sys/procfs.h>
14178int
14179main ()
14180{
14181pstatus32_t avar
14182 ;
14183 return 0;
14184}
14185_ACEOF
14186if ac_fn_c_try_compile "$LINENO"; then :
14187 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
14188else
14189 bfd_cv_have_sys_procfs_type_pstatus32_t=no
14190
14191fi
14192rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14193fi
14194
14195 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14196
14197$as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14198
14199 fi
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14201$as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14202
14203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14204$as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14205 if test "${bfd_cv_have_sys_procfs_type_prpsinfo_t+set}" = set; then :
14206 $as_echo_n "(cached) " >&6
14207else
14208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14209/* end confdefs.h. */
14210
14211#define _SYSCALL32
14212/* Needed for new procfs interface on sparc-solaris. */
14213#define _STRUCTURED_PROC 1
14214#include <sys/procfs.h>
14215int
14216main ()
14217{
14218prpsinfo_t avar
14219 ;
14220 return 0;
14221}
14222_ACEOF
14223if ac_fn_c_try_compile "$LINENO"; then :
14224 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
14225else
14226 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
14227
14228fi
14229rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14230fi
14231
14232 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14233
14234$as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14235
14236 fi
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14238$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14239
14240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14241$as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14242 if test "${bfd_cv_have_sys_procfs_type_prpsinfo32_t+set}" = set; then :
14243 $as_echo_n "(cached) " >&6
14244else
14245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14246/* end confdefs.h. */
14247
14248#define _SYSCALL32
14249/* Needed for new procfs interface on sparc-solaris. */
14250#define _STRUCTURED_PROC 1
14251#include <sys/procfs.h>
14252int
14253main ()
14254{
14255prpsinfo32_t avar
14256 ;
14257 return 0;
14258}
14259_ACEOF
14260if ac_fn_c_try_compile "$LINENO"; then :
14261 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
14262else
14263 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
14264
14265fi
14266rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14267fi
14268
14269 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14270
14271$as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14272
14273 fi
14274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14275$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14276
14277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14278$as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14279 if test "${bfd_cv_have_sys_procfs_type_psinfo_t+set}" = set; then :
14280 $as_echo_n "(cached) " >&6
14281else
14282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14283/* end confdefs.h. */
14284
14285#define _SYSCALL32
14286/* Needed for new procfs interface on sparc-solaris. */
14287#define _STRUCTURED_PROC 1
14288#include <sys/procfs.h>
14289int
14290main ()
14291{
14292psinfo_t avar
14293 ;
14294 return 0;
14295}
14296_ACEOF
14297if ac_fn_c_try_compile "$LINENO"; then :
14298 bfd_cv_have_sys_procfs_type_psinfo_t=yes
14299else
14300 bfd_cv_have_sys_procfs_type_psinfo_t=no
14301
14302fi
14303rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14304fi
14305
14306 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14307
14308$as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14309
14310 fi
14311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14312$as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14313
14314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14315$as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14316 if test "${bfd_cv_have_sys_procfs_type_psinfo32_t+set}" = set; then :
14317 $as_echo_n "(cached) " >&6
14318else
14319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14320/* end confdefs.h. */
14321
14322#define _SYSCALL32
14323/* Needed for new procfs interface on sparc-solaris. */
14324#define _STRUCTURED_PROC 1
14325#include <sys/procfs.h>
14326int
14327main ()
14328{
14329psinfo32_t avar
14330 ;
14331 return 0;
14332}
14333_ACEOF
14334if ac_fn_c_try_compile "$LINENO"; then :
14335 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
14336else
14337 bfd_cv_have_sys_procfs_type_psinfo32_t=no
14338
14339fi
14340rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14341fi
14342
14343 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14344
14345$as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14346
14347 fi
14348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14349$as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14350
14351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
14352$as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
14353 if test "${bfd_cv_have_sys_procfs_type_lwpstatus_t+set}" = set; then :
14354 $as_echo_n "(cached) " >&6
14355else
14356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14357/* end confdefs.h. */
14358
14359#define _SYSCALL32
14360/* Needed for new procfs interface on sparc-solaris. */
14361#define _STRUCTURED_PROC 1
14362#include <sys/procfs.h>
14363int
14364main ()
14365{
14366lwpstatus_t avar
14367 ;
14368 return 0;
14369}
14370_ACEOF
14371if ac_fn_c_try_compile "$LINENO"; then :
14372 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
14373else
14374 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
14375
14376fi
14377rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14378fi
14379
14380 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14381
14382$as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14383
14384 fi
14385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14386$as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
14387
14388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
14389$as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
14390 if test "${bfd_cv_have_sys_procfs_type_lwpxstatus_t+set}" = set; then :
14391 $as_echo_n "(cached) " >&6
14392else
14393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14394/* end confdefs.h. */
14395
14396#define _SYSCALL32
14397/* Needed for new procfs interface on sparc-solaris. */
14398#define _STRUCTURED_PROC 1
14399#include <sys/procfs.h>
14400int
14401main ()
14402{
14403lwpxstatus_t avar
14404 ;
14405 return 0;
14406}
14407_ACEOF
14408if ac_fn_c_try_compile "$LINENO"; then :
14409 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
14410else
14411 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
14412
14413fi
14414rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14415fi
14416
14417 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
14418
14419$as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
14420
14421 fi
14422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
14423$as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
14424
14425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
14426$as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
14427 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+set}" = set; then :
14428 $as_echo_n "(cached) " >&6
14429else
14430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14431/* end confdefs.h. */
14432
14433#define _SYSCALL32
14434/* Needed for new procfs interface on sparc-solaris. */
14435#define _STRUCTURED_PROC 1
14436#include <sys/procfs.h>
14437int
14438main ()
14439{
14440lwpstatus_t avar; void* aref = (void*) &avar.pr_context
14441 ;
14442 return 0;
14443}
14444_ACEOF
14445if ac_fn_c_try_compile "$LINENO"; then :
14446 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
14447else
14448 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
14449
14450fi
14451rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14452fi
14453
14454 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
14455
14456$as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
14457
14458 fi
14459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
14460$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
14461
14462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
14463$as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
14464 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+set}" = set; then :
14465 $as_echo_n "(cached) " >&6
14466else
14467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14468/* end confdefs.h. */
14469
14470#define _SYSCALL32
14471/* Needed for new procfs interface on sparc-solaris. */
14472#define _STRUCTURED_PROC 1
14473#include <sys/procfs.h>
14474int
14475main ()
14476{
14477lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
14478 ;
14479 return 0;
14480}
14481_ACEOF
14482if ac_fn_c_try_compile "$LINENO"; then :
14483 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
14484else
14485 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
14486
14487fi
14488rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14489fi
14490
14491 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
14492
14493$as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
14494
14495 fi
14496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
14497$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
14498
14499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
14500$as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
14501 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+set}" = set; then :
14502 $as_echo_n "(cached) " >&6
14503else
14504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14505/* end confdefs.h. */
14506
14507#define _SYSCALL32
14508/* Needed for new procfs interface on sparc-solaris. */
14509#define _STRUCTURED_PROC 1
14510#include <sys/procfs.h>
14511int
14512main ()
14513{
14514lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
14515 ;
14516 return 0;
14517}
14518_ACEOF
14519if ac_fn_c_try_compile "$LINENO"; then :
14520 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
14521else
14522 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
14523
14524fi
14525rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14526fi
14527
14528 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
14529
14530$as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
14531
14532 fi
14533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
14534$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
14535
14536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
14537$as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
14538 if test "${bfd_cv_have_sys_procfs_type_win32_pstatus_t+set}" = set; then :
14539 $as_echo_n "(cached) " >&6
14540else
14541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14542/* end confdefs.h. */
14543
14544#define _SYSCALL32
14545/* Needed for new procfs interface on sparc-solaris. */
14546#define _STRUCTURED_PROC 1
14547#include <sys/procfs.h>
14548int
14549main ()
14550{
14551win32_pstatus_t avar
14552 ;
14553 return 0;
14554}
14555_ACEOF
14556if ac_fn_c_try_compile "$LINENO"; then :
14557 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
14558else
14559 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
14560
14561fi
14562rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14563fi
14564
14565 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
14566
14567$as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
14568
14569 fi
14570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
14571$as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
14572
14573 fi
14574fi
14575
14576
14577if test -n "$TRAD_HEADER"; then
14578
14579cat >>confdefs.h <<_ACEOF
14580#define TRAD_HEADER $TRAD_HEADER
14581_ACEOF
14582
14583fi
14584
14585# Check if linker supports --as-needed and --no-as-needed options
14586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
14587$as_echo_n "checking linker --as-needed support... " >&6; }
14588if test "${bfd_cv_ld_as_needed+set}" = set; then :
14589 $as_echo_n "(cached) " >&6
14590else
14591 bfd_cv_ld_as_needed=no
14592 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
14593 bfd_cv_ld_as_needed=yes
14594 fi
14595
14596fi
14597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
14598$as_echo "$bfd_cv_ld_as_needed" >&6; }
14599
14600LIBM=
14601case $host in
14602*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
14603 # These system don't have libm, or don't need it
14604 ;;
14605*-ncr-sysv4.3*)
14606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14607$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
14608if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
14609 $as_echo_n "(cached) " >&6
14610else
14611 ac_check_lib_save_LIBS=$LIBS
14612LIBS="-lmw $LIBS"
14613cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14614/* end confdefs.h. */
14615
14616/* Override any GCC internal prototype to avoid an error.
14617 Use char because int might match the return type of a GCC
14618 builtin and then its argument prototype would still apply. */
14619#ifdef __cplusplus
14620extern "C"
14621#endif
14622char _mwvalidcheckl ();
14623int
14624main ()
14625{
14626return _mwvalidcheckl ();
14627 ;
14628 return 0;
14629}
14630_ACEOF
14631if ac_fn_c_try_link "$LINENO"; then :
14632 ac_cv_lib_mw__mwvalidcheckl=yes
14633else
14634 ac_cv_lib_mw__mwvalidcheckl=no
14635fi
14636rm -f core conftest.err conftest.$ac_objext \
14637 conftest$ac_exeext conftest.$ac_ext
14638LIBS=$ac_check_lib_save_LIBS
14639fi
14640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14641$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
14642if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
14643 LIBM="-lmw"
14644fi
14645
14646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14647$as_echo_n "checking for cos in -lm... " >&6; }
14648if test "${ac_cv_lib_m_cos+set}" = set; then :
14649 $as_echo_n "(cached) " >&6
14650else
14651 ac_check_lib_save_LIBS=$LIBS
14652LIBS="-lm $LIBS"
14653cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14654/* end confdefs.h. */
14655
14656/* Override any GCC internal prototype to avoid an error.
14657 Use char because int might match the return type of a GCC
14658 builtin and then its argument prototype would still apply. */
14659#ifdef __cplusplus
14660extern "C"
14661#endif
14662char cos ();
14663int
14664main ()
14665{
14666return cos ();
14667 ;
14668 return 0;
14669}
14670_ACEOF
14671if ac_fn_c_try_link "$LINENO"; then :
14672 ac_cv_lib_m_cos=yes
14673else
14674 ac_cv_lib_m_cos=no
14675fi
14676rm -f core conftest.err conftest.$ac_objext \
14677 conftest$ac_exeext conftest.$ac_ext
14678LIBS=$ac_check_lib_save_LIBS
14679fi
14680{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14681$as_echo "$ac_cv_lib_m_cos" >&6; }
14682if test "x$ac_cv_lib_m_cos" = x""yes; then :
14683 LIBM="$LIBM -lm"
14684fi
14685
14686 ;;
14687*)
14688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14689$as_echo_n "checking for cos in -lm... " >&6; }
14690if test "${ac_cv_lib_m_cos+set}" = set; then :
14691 $as_echo_n "(cached) " >&6
14692else
14693 ac_check_lib_save_LIBS=$LIBS
14694LIBS="-lm $LIBS"
14695cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14696/* end confdefs.h. */
14697
14698/* Override any GCC internal prototype to avoid an error.
14699 Use char because int might match the return type of a GCC
14700 builtin and then its argument prototype would still apply. */
14701#ifdef __cplusplus
14702extern "C"
14703#endif
14704char cos ();
14705int
14706main ()
14707{
14708return cos ();
14709 ;
14710 return 0;
14711}
14712_ACEOF
14713if ac_fn_c_try_link "$LINENO"; then :
14714 ac_cv_lib_m_cos=yes
14715else
14716 ac_cv_lib_m_cos=no
14717fi
14718rm -f core conftest.err conftest.$ac_objext \
14719 conftest$ac_exeext conftest.$ac_ext
14720LIBS=$ac_check_lib_save_LIBS
14721fi
14722{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14723$as_echo "$ac_cv_lib_m_cos" >&6; }
14724if test "x$ac_cv_lib_m_cos" = x""yes; then :
14725 LIBM="-lm"
14726fi
14727
14728 ;;
14729esac
14730
14731
14732
14733# When building a shared libbfd, link against the pic version of libiberty
14734# so that apps that use libbfd won't need libiberty just to satisfy any
14735# libbfd references.
14736# We can't do that if a pic libiberty is unavailable since including non-pic
14737# code would insert text relocations into libbfd.
14738SHARED_LIBADD=
14739SHARED_LDFLAGS=
14740if test "$enable_shared" = "yes"; then
14741 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
14742 if test -n "$x"; then
14743 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
14744 fi
14745
14746# More hacks to build DLLs on Windows.
14747 case "${host}" in
14748 *-*-cygwin*)
14749 SHARED_LDFLAGS="-no-undefined"
14750 SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
14751 ;;
14752 esac
14753
14754 if test -n "$SHARED_LIBADD"; then
14755 if test -n "$LIBM"; then
14756 if test x"$bfd_cv_ld_as_needed" = xyes; then
14757 # Link against libm only when needed. Put -lc, -lm inside -Wl
14758 # to stop libtool reordering these options.
14759 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
14760 else
14761 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
14762 fi
14763 fi
14764 fi
14765fi
14766
14767
14768
14769# target stuff:
14770
14771# Canonicalize the secondary target names.
14772if test -n "$enable_targets" ; then
14773 for targ in `echo $enable_targets | sed 's/,/ /g'`
14774 do
14775 result=`$ac_config_sub $targ 2>/dev/null`
14776 if test -n "$result" ; then
14777 canon_targets="$canon_targets $result"
14778 else
14779 # Allow targets that config.sub doesn't recognize, like "all".
14780 canon_targets="$canon_targets $targ"
14781 fi
14782 done
14783fi
14784
14785all_targets=false
14786defvec=
14787selvecs=
14788assocvecs=
14789selarchs=
14790TDEFINES=
14791for targ in $target $canon_targets
14792do
14793 if test "x$targ" = "xall"; then
14794 all_targets=true
14795 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
14796 else
14797 . $srcdir/config.bfd
14798 if test "x$targ" = "x$target"; then
14799 defvec=$targ_defvec
14800 fi
14801 selvecs="$selvecs $targ_defvec $targ_selvecs"
14802 selarchs="$selarchs $targ_archs"
14803 TDEFINES="$TDEFINES $targ_cflags"
14804 fi
14805done
14806
14807
14808# This processing still needs to be done if we're to decide properly whether
14809# 64-bit support needs to be compiled in. Currently, it will be included if
14810# the default or any other explicitly requested target requires it; it
14811# will not be included on a 32-bit host if no 64-bit target is requested, and
14812# no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
14813# used.
14814
14815# uniq the default and selected vectors in all the configured targets.
14816f=""
14817for i in $selvecs ; do
14818 case " $f " in
14819 *" $i "*) ;;
14820 *) f="$f $i" ;;
14821 esac
14822done
14823selvecs="$f"
14824
14825
14826# uniq the associated vectors in all the configured targets.
14827f=""
14828for i in $assocvecs ; do
14829 case " $f " in
14830 *" $i "*) ;;
14831 *) f="$f $i" ;;
14832 esac
14833done
14834assocvecs="$f"
14835
14836
14837# uniq the architectures in all the configured targets.
14838f=""
14839for i in $selarchs ; do
14840 case " $f " in
14841 *" $i "*) ;;
14842 *) f="$f $i" ;;
14843 esac
14844done
14845selarchs="$f"
14846
14847# Target backend .o files.
14848tb=
14849
14850elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo
14851 elf-eh-frame.lo dwarf1.lo"
14852
14853for vec in $selvecs
14854do
14855 target_size=32
14856 case "$vec" in
14857 # This list is alphabetized to make it easy to compare
14858 # with the two vector lists in targets.c. For the same reason,
14859 # use one entry per line, even though this leads to long lines.
14860 a_out_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
14861 aix5coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
14862 aout0_big_vec) tb="$tb aout0.lo aout32.lo" ;;
14863 aout_arm_big_vec) tb="$tb aout-arm.lo aout32.lo" ;;
14864 aout_arm_little_vec) tb="$tb aout-arm.lo aout32.lo" ;;
14865 apollocoff_vec) tb="$tb coff-apollo.lo" ;;
14866 arm_epoc_pe_big_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
14867 arm_epoc_pe_little_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
14868 arm_epoc_pei_big_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
14869 arm_epoc_pei_little_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
14870 arm_wince_pe_big_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo cofflink.lo " ;;
14871 arm_wince_pe_little_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo cofflink.lo " ;;
14872 arm_wince_pei_big_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo cofflink.lo " ;;
14873 arm_wince_pei_little_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo cofflink.lo " ;;
14874 armcoff_big_vec) tb="$tb coff-arm.lo cofflink.lo " ;;
14875 armcoff_little_vec) tb="$tb coff-arm.lo cofflink.lo " ;;
14876 armnetbsd_vec) tb="$tb armnetbsd.lo aout32.lo" ;;
14877 armpe_big_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
14878 armpe_little_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
14879 armpei_big_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
14880 armpei_little_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
14881 b_out_vec_big_host) tb="$tb bout.lo aout32.lo" ;;
14882 b_out_vec_little_host) tb="$tb bout.lo aout32.lo" ;;
14883 bfd_pei_ia64_vec) tb="$tb pei-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
14884 bfd_elf32_am33lin_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
14885 bfd_elf32_avr_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
14886 bfd_elf32_bfin_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14887 bfd_elf32_bfinfdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14888 bfd_elf32_big_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14889 bfd_elf32_bigarc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14890 bfd_elf32_bigarm_vec) tb="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
14891 bfd_elf32_bigarm_symbian_vec)
14892 tb="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
14893 bfd_elf32_bigarm_vxworks_vec)
14894 tb="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
14895 bfd_elf32_bigmips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
14896 bfd_elf32_bigmips_vxworks_vec)
14897 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
14898 bfd_elf32_cr16_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
14899 bfd_elf32_cr16c_vec) tb="$tb elf32-cr16c.lo elf32.lo $elf" ;;
14900 bfd_elf32_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
14901 bfd_elf32_crx_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
14902 bfd_elf32_d10v_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
14903 bfd_elf32_d30v_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
14904 bfd_elf32_dlx_big_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
14905 bfd_elf32_fr30_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
14906 bfd_elf32_frv_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14907 bfd_elf32_frvfdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14908 bfd_elf32_moxie_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14909 bfd_elf32_h8300_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
14910 bfd_elf32_hppa_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14911 bfd_elf32_hppa_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14912 bfd_elf32_hppa_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14913 bfd_elf32_i370_vec) tb="$tb elf32-i370.lo elf32.lo $elf" ;;
14914 bfd_elf32_i386_dragonfly_vec)
14915 tb="$tb elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo $elf" ;;
14916 bfd_elf32_i386_freebsd_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo $elf" ;;
14917 bfd_elf32_i386_vxworks_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo $elf" ;;
14918 bfd_elf32_i386_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo $elf" ;;
14919 bfd_elf32_i860_little_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
14920 bfd_elf32_i860_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
14921 bfd_elf32_i960_vec) tb="$tb elf32-i960.lo elf32.lo $elf" ;;
14922 bfd_elf32_ia64_big_vec) tb="$tb elf32-ia64.lo elf32.lo $elf" ;;
14923 bfd_elf32_ia64_hpux_big_vec) tb="$tb elf32-ia64.lo elf32.lo $elf";;
14924 bfd_elf32_ip2k_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
14925 bfd_elf32_iq2000_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
14926 bfd_elf32_lm32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14927 bfd_elf32_lm32fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14928 bfd_elf32_little_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14929 bfd_elf32_littlearc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14930 bfd_elf32_littlearm_symbian_vec)
14931 tb="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
14932 bfd_elf32_littlearm_vxworks_vec)
14933 tb="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
14934 bfd_elf32_littlearm_vec) tb="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
14935 bfd_elf32_littlemips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
14936 bfd_elf32_littlemips_vxworks_vec)
14937 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
14938 bfd_elf32_m32c_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
14939 bfd_elf32_m32r_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14940 bfd_elf32_m32rle_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14941 bfd_elf32_m32rlin_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14942 bfd_elf32_m32rlelin_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14943 bfd_elf32_m68hc11_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14944 bfd_elf32_m68hc12_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14945 bfd_elf32_m68k_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
14946 bfd_elf32_m88k_vec) tb="$tb elf32-m88k.lo elf32.lo $elf" ;;
14947 bfd_elf32_mcore_big_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14948 bfd_elf32_mcore_little_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14949 bfd_elf32_mep_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14950 bfd_elf32_mep_little_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14951 bfd_elf32_microblaze_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
14952 bfd_elf32_mn10200_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
14953 bfd_elf32_mn10300_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
14954 bfd_elf32_mt_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
14955 bfd_elf32_msp430_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14956 bfd_elf32_nbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
14957 bfd_elf32_nlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
14958 bfd_elf32_ntradbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
14959 bfd_elf32_ntradlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
14960 bfd_elf32_openrisc_vec) tb="$tb elf32-openrisc.lo elf32.lo $elf" ;;
14961 bfd_elf32_or32_big_vec) tb="$tb elf32-or32.lo elf32.lo $elf" ;;
14962 bfd_elf32_pj_vec) tb="$tb elf32-pj.lo elf32.lo $elf";;
14963 bfd_elf32_pjl_vec) tb="$tb elf32-pj.lo elf32.lo $elf";;
14964 bfd_elf32_powerpc_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14965 bfd_elf32_powerpcle_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14966 bfd_elf32_powerpc_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14967 bfd_elf32_rx_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14968 bfd_elf32_rx_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14969 bfd_elf32_s390_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
14970 bfd_elf32_bigscore_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64;;
14971 bfd_elf32_littlescore_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64;;
14972 # FIXME: We include cofflink.lo not because it's needed for
14973 # bfd_elf32_sh64[l]_vec, but because we include bfd_elf32_sh[l]_vec
14974 # which needs it but does not list it. Should be fixed in right place.
14975 bfd_elf32_sh64_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
14976 bfd_elf32_sh64l_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
14977 bfd_elf32_sh64lin_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
14978 bfd_elf32_sh64blin_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
14979 bfd_elf32_sh64lnbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" ;;
14980 bfd_elf32_sh64nbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" ;;
14981 bfd_elf32_sh_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
14982 bfd_elf32_shblin_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
14983 bfd_elf32_shl_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
14984 bfd_elf32_shl_symbian_vec) tb="$tb elf32-sh-symbian.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
14985 bfd_elf32_shlin_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
14986 bfd_elf32_shlnbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
14987 bfd_elf32_shlvxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
14988 bfd_elf32_shnbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
14989 bfd_elf32_shvxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
14990 bfd_elf32_sparc_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14991 bfd_elf32_sparc_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14992 bfd_elf32_spu_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
14993 bfd_elf32_tradbigmips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
14994 bfd_elf32_tradlittlemips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
14995 bfd_elf32_us_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
14996 bfd_elf32_v850_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14997 bfd_elf32_vax_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
14998 bfd_elf32_xstormy16_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
14999 bfd_elf32_xc16x_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
15000 bfd_elf32_xtensa_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
15001 bfd_elf32_xtensa_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
15002 bfd_elf64_alpha_freebsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
15003 bfd_elf64_alpha_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
15004 bfd_elf64_big_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
15005 bfd_elf64_bigmips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15006 bfd_elf64_hppa_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
15007 bfd_elf64_hppa_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
15008 bfd_elf64_ia64_big_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
15009 bfd_elf64_ia64_hpux_big_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
15010 bfd_elf64_ia64_little_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
15011 bfd_elf64_ia64_vms_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
15012 bfd_elf64_little_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
15013 bfd_elf64_littlemips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15014 bfd_elf64_mmix_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
15015 bfd_elf64_powerpc_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
15016 bfd_elf64_powerpcle_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
15017 bfd_elf64_s390_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
15018 bfd_elf64_sh64_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15019 bfd_elf64_sh64l_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15020 bfd_elf64_sh64lin_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15021 bfd_elf64_sh64blin_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15022 bfd_elf64_sh64lnbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15023 bfd_elf64_sh64nbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15024 bfd_elf64_sparc_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
15025 bfd_elf64_sparc_freebsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
15026 bfd_elf64_tradbigmips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15027 bfd_elf64_tradlittlemips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15028 bfd_elf64_x86_64_freebsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15029 bfd_elf64_x86_64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15030 bfd_elf64_l1om_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15031 bfd_elf64_l1om_freebsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15032 bfd_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
15033 bfd_powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
15034 bfd_powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
15035 bfd_powerpcle_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
15036 bfd_powerpcle_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
15037 cris_aout_vec) tb="$tb aout-cris.lo" ;;
15038 demo_64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
15039 ecoff_big_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
15040 ecoff_biglittle_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
15041 ecoff_little_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
15042 ecoffalpha_little_vec) tb="$tb coff-alpha.lo ecoff.lo ecofflink.lo"; target_size=64 ;;
15043 go32coff_vec) tb="$tb coff-go32.lo cofflink.lo" ;;
15044 go32stubbedcoff_vec) tb="$tb coff-stgo32.lo cofflink.lo" ;;
15045 h8300coff_vec) tb="$tb coff-h8300.lo reloc16.lo" ;;
15046 h8500coff_vec) tb="$tb coff-h8500.lo reloc16.lo" ;;
15047 host_aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
15048 hp300bsd_vec) tb="$tb hp300bsd.lo aout32.lo" ;;
15049 hp300hpux_vec) tb="$tb hp300hpux.lo aout32.lo" ;;
15050 i386aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
15051 i386bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
15052 i386coff_vec) tb="$tb coff-i386.lo cofflink.lo" ;;
15053 x86_64coff_vec) tb="$tb coff-x86_64.lo cofflink.lo"; target_size=64 ;;
15054 i386dynix_vec) tb="$tb i386dynix.lo aout32.lo" ;;
15055 i386freebsd_vec) tb="$tb i386freebsd.lo aout32.lo" ;;
15056 i386linux_vec) tb="$tb i386linux.lo aout32.lo" ;;
15057 i386lynx_aout_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
15058 i386lynx_coff_vec) tb="$tb cf-i386lynx.lo cofflink.lo lynx-core.lo" ;;
15059 i386mach3_vec) tb="$tb i386mach3.lo aout32.lo" ;;
15060 i386msdos_vec) tb="$tb i386msdos.lo" ;;
15061 i386netbsd_vec) tb="$tb i386netbsd.lo aout32.lo" ;;
15062 i386os9k_vec) tb="$tb i386os9k.lo aout32.lo" ;;
15063 i386pe_vec) tb="$tb pe-i386.lo peigen.lo cofflink.lo" ;;
15064 i386pei_vec) tb="$tb pei-i386.lo peigen.lo cofflink.lo" ;;
15065 x86_64pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo cofflink.lo"; target_size=64 ;;
15066 x86_64pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo cofflink.lo"; target_size=64 ;;
15067 i860coff_vec) tb="$tb coff-i860.lo cofflink.lo" ;;
15068 icoff_big_vec) tb="$tb coff-i960.lo cofflink.lo" ;;
15069 icoff_little_vec) tb="$tb coff-i960.lo cofflink.lo" ;;
15070 ieee_vec) tb="$tb ieee.lo" ;;
15071 m68k4knetbsd_vec) tb="$tb m68k4knetbsd.lo aout32.lo" ;;
15072 m68kaux_coff_vec) tb="$tb coff-aux.lo coff-m68k.lo cofflink.lo" ;;
15073 m68kcoff_vec) tb="$tb coff-m68k.lo cofflink.lo" ;;
15074 m68kcoffun_vec) tb="$tb coff-u68k.lo coff-m68k.lo cofflink.lo" ;;
15075 m68klinux_vec) tb="$tb m68klinux.lo aout32.lo" ;;
15076 m68knetbsd_vec) tb="$tb m68knetbsd.lo aout32.lo" ;;
15077 m68ksysvcoff_vec) tb="$tb coff-svm68k.lo cofflink.lo" ;;
15078 m88kbcs_vec) tb="$tb coff-m88k.lo" ;;
15079 m88kmach3_vec) tb="$tb m88kmach3.lo aout32.lo" ;;
15080 m88kopenbsd_vec) tb="$tb m88kopenbsd.lo aout32.lo" ;;
15081 maxqcoff_vec) tb="$tb coff-maxq.lo" ;;
15082 mach_o_be_vec) tb="$tb mach-o.lo" ;;
15083 mach_o_le_vec) tb="$tb mach-o.lo" ;;
15084 mach_o_fat_vec) tb="$tb mach-o.lo" ;;
15085 mach_o_i386_vec) tb="$tb mach-o-i386.lo" ;;
15086 mcore_pe_big_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
15087 mcore_pe_little_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
15088 mcore_pei_big_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
15089 mcore_pei_little_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
15090 mipslpe_vec) tb="$tb pe-mips.lo peigen.lo cofflink.lo" ;;
15091 mipslpei_vec) tb="$tb pei-mips.lo peigen.lo cofflink.lo" ;;
15092 newsos3_vec) tb="$tb newsos3.lo aout32.lo" ;;
15093 nlm32_alpha_vec) tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;;
15094 nlm32_i386_vec) tb="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;;
15095 nlm32_powerpc_vec) tb="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
15096 nlm32_sparc_vec) tb="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;;
15097 or32coff_big_vec) tb="$tb coff-or32.lo cofflink.lo" ;;
15098 pc532machaout_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
15099 pc532netbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
15100 pef_vec) tb="$tb pef.lo" ;;
15101 pef_xlib_vec) tb="$tb pef.lo" ;;
15102 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
15103 plugin_vec) tb="$tb plugin.lo" ;;
15104 pmac_xcoff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
15105 ppcboot_vec) tb="$tb ppcboot.lo" ;;
15106 riscix_vec) tb="$tb aout32.lo riscix.lo" ;;
15107 rs6000coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
15108 rs6000coff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
15109 shcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15110 shcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15111 shlcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15112 shlcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15113 shlpe_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
15114 shlpei_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
15115 som_vec) tb="$tb som.lo" ;;
15116 sparccoff_vec) tb="$tb coff-sparc.lo" ;;
15117 sparcle_aout_vec) tb="$tb aout-sparcle.lo aout32.lo" ;;
15118 sparclinux_vec) tb="$tb sparclinux.lo aout32.lo" ;;
15119 sparclynx_aout_vec) tb="$tb sparclynx.lo lynx-core.lo aout32.lo" ;;
15120 sparclynx_coff_vec) tb="$tb cf-sparclynx.lo lynx-core.lo" ;;
15121 sparcnetbsd_vec) tb="$tb sparcnetbsd.lo aout32.lo" ;;
15122 sunos_big_vec) tb="$tb sunos.lo aout32.lo" ;;
15123 sym_vec) tb="$tb xsym.lo" ;;
15124 tic30_aout_vec) tb="$tb aout-tic30.lo" ;;
15125 tic30_coff_vec) tb="$tb coff-tic30.lo" ;;
15126 tic4x_coff0_vec) tb="$tb coff-tic4x.lo" ;;
15127 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo" ;;
15128 tic4x_coff1_vec) tb="$tb coff-tic4x.lo" ;;
15129 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo" ;;
15130 tic4x_coff2_vec) tb="$tb coff-tic4x.lo" ;;
15131 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo" ;;
15132 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo" ;;
15133 tic54x_coff0_vec) tb="$tb coff-tic54x.lo" ;;
15134 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo" ;;
15135 tic54x_coff1_vec) tb="$tb coff-tic54x.lo" ;;
15136 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo" ;;
15137 tic54x_coff2_vec) tb="$tb coff-tic54x.lo" ;;
15138 tic80coff_vec) tb="$tb coff-tic80.lo cofflink.lo" ;;
15139 vaxnetbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
15140 vax1knetbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
15141 vaxbsd_vec) tb="$tb vaxbsd.lo aout32.lo" ;;
15142 versados_vec) tb="$tb versados.lo" ;;
15143 vms_alpha_vec) tb="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo"; target_size=64 ;;
15144 vms_vax_vec) tb="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo" ;;
15145 w65_vec) tb="$tb coff-w65.lo reloc16.lo" ;;
15146 we32kcoff_vec) tb="$tb coff-we32k.lo" ;;
15147 z80coff_vec) tb="$tb coff-z80.lo reloc16.lo" ;;
15148 z8kcoff_vec) tb="$tb coff-z8k.lo reloc16.lo cofflink.lo" ;;
15149
15150 # These appear out of order in targets.c
15151 srec_vec) tb="$tb srec.lo" ;;
15152 symbolsrec_vec) tb="$tb srec.lo" ;;
15153 tekhex_vec) tb="$tb tekhex.lo" ;;
15154 cisco_core_big_vec) tb="$tb cisco-core.lo" ;;
15155 cisco_core_little_vec) tb="$tb cisco-core.lo" ;;
15156
15157 "") ;;
15158 *) as_fn_error "*** unknown target vector $vec" "$LINENO" 5 ;;
15159 esac
15160
15161 if test ${target_size} = 64; then
15162 target64=true
15163 fi
15164 if test x"${vec}" = x"${defvec}"; then
15165 bfd_default_target_size=${target_size}
15166 fi
15167done
15168
15169# Target architecture .o files.
15170# A couple of CPUs use shorter file names to avoid problems on DOS
15171# filesystems.
15172ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
15173
15174# Weed out duplicate .o files.
15175f=""
15176for i in $tb ; do
15177 case " $f " in
15178 *" $i "*) ;;
15179 *) f="$f $i" ;;
15180 esac
15181done
15182tb="$f"
15183
15184f=""
15185for i in $ta ; do
15186 case " $f " in
15187 *" $i "*) ;;
15188 *) f="$f $i" ;;
15189 esac
15190done
15191ta="$f"
15192
15193bfd_backends="$tb"
15194bfd_machines="$ta"
15195
15196if test x${all_targets} = xtrue ; then
15197 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
15198 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
15199 selvecs=
15200 havevecs=
15201 selarchs=
15202 test -n "$assocvecs" &&
15203 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15204else # all_targets is true
15205 # Only set these if they will be nonempty, for the clever echo.
15206 havevecs=
15207 assocvecs=
15208 test -n "$selvecs" &&
15209 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
15210 test -n "$selvecs" &&
15211 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15212 test -n "$selarchs" &&
15213 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15214fi # all_targets is true
15215
15216case ${host64}-${target64}-${want64} in
15217 *true*)
15218 wordsize=64
15219 bfd64_libs='$(BFD64_LIBS)'
15220 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
15221 if test $BFD_HOST_64_BIT_DEFINED = 0; then
15222 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
15223$as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
15224 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
15225$as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
15226 fi
15227 if test -n "$GCC" ; then
15228 bad_64bit_gcc=no;
15229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
15230$as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
15231 # Add more tests for gcc versions with non-working 64-bit support here.
15232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15233/* end confdefs.h. */
15234:__GNUC__:__GNUC_MINOR__:__i386__:
15235_ACEOF
15236if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15237 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
15238 bad_64bit_gcc=yes;
15239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
15240$as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
15241else
15242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15243$as_echo "no" >&6; }
15244fi
15245rm -f conftest*
15246
15247 if test $bad_64bit_gcc = yes ; then
15248 as_fn_error "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
15249 fi
15250 fi
15251 ;;
15252 false-false-false)
15253 wordsize=32
15254 all_backends='$(BFD32_BACKENDS)'
15255 ;;
15256esac
15257
15258
15259
15260
15261
15262
15263
15264
15265if test "$plugins" = "yes"; then
15266 supports_plugins=1
15267else
15268 supports_plugins=0
15269fi
15270
15271
15272# Determine the host dependant file_ptr a.k.a. off_t type. In order
15273# prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
15274# fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
15275# Hopefully a reasonable assumption since fseeko et.al. should be
15276# upward compatible.
15277for ac_func in ftello ftello64 fseeko fseeko64 fopen64
15278do :
15279 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15280ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15281eval as_val=\$$as_ac_var
15282 if test "x$as_val" = x""yes; then :
15283 cat >>confdefs.h <<_ACEOF
15284#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15285_ACEOF
15286
15287fi
15288done
15289
15290if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
15291 # The cast to long int works around a bug in the HP C Compiler
15292# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15293# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15294# This bug is HP SR number 8606223364.
15295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
15296$as_echo_n "checking size of off_t... " >&6; }
15297if test "${ac_cv_sizeof_off_t+set}" = set; then :
15298 $as_echo_n "(cached) " >&6
15299else
15300 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
15301
15302else
15303 if test "$ac_cv_type_off_t" = yes; then
15304 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15305$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15306{ as_fn_set_status 77
15307as_fn_error "cannot compute sizeof (off_t)
15308See \`config.log' for more details." "$LINENO" 5; }; }
15309 else
15310 ac_cv_sizeof_off_t=0
15311 fi
15312fi
15313
15314fi
15315{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
15316$as_echo "$ac_cv_sizeof_off_t" >&6; }
15317
15318
15319
15320cat >>confdefs.h <<_ACEOF
15321#define SIZEOF_OFF_T $ac_cv_sizeof_off_t
15322_ACEOF
15323
15324
15325fi
15326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
15327$as_echo_n "checking file_ptr type... " >&6; }
15328bfd_file_ptr="long"
15329bfd_ufile_ptr="unsigned long"
15330if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
15331 -o x"${ac_cv_sizeof_off_t}" = x8; then
15332 bfd_file_ptr=BFD_HOST_64_BIT
15333 bfd_ufile_ptr=BFD_HOST_U_64_BIT
15334fi
15335{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
15336$as_echo "$bfd_file_ptr" >&6; }
15337
15338
15339
15340
15341tdefaults=""
15342test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
15343test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
15344test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
15345test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
15346test -n "${havevecs}" && tdefaults="${tdefaults} ${havevecs}"
15347
15348
15349for ac_header in stdlib.h unistd.h
15350do :
15351 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15352ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15353eval as_val=\$$as_ac_Header
15354 if test "x$as_val" = x""yes; then :
15355 cat >>confdefs.h <<_ACEOF
15356#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15357_ACEOF
15358
15359fi
15360
15361done
15362
15363for ac_func in getpagesize
15364do :
15365 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
15366if test "x$ac_cv_func_getpagesize" = x""yes; then :
15367 cat >>confdefs.h <<_ACEOF
15368#define HAVE_GETPAGESIZE 1
15369_ACEOF
15370
15371fi
15372done
15373
15374{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
15375$as_echo_n "checking for working mmap... " >&6; }
15376if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
15377 $as_echo_n "(cached) " >&6
15378else
15379 if test "$cross_compiling" = yes; then :
15380 ac_cv_func_mmap_fixed_mapped=no
15381else
15382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15383/* end confdefs.h. */
15384$ac_includes_default
15385/* malloc might have been renamed as rpl_malloc. */
15386#undef malloc
15387
15388/* Thanks to Mike Haertel and Jim Avera for this test.
15389 Here is a matrix of mmap possibilities:
15390 mmap private not fixed
15391 mmap private fixed at somewhere currently unmapped
15392 mmap private fixed at somewhere already mapped
15393 mmap shared not fixed
15394 mmap shared fixed at somewhere currently unmapped
15395 mmap shared fixed at somewhere already mapped
15396 For private mappings, we should verify that changes cannot be read()
15397 back from the file, nor mmap's back from the file at a different
15398 address. (There have been systems where private was not correctly
15399 implemented like the infamous i386 svr4.0, and systems where the
15400 VM page cache was not coherent with the file system buffer cache
15401 like early versions of FreeBSD and possibly contemporary NetBSD.)
15402 For shared mappings, we should conversely verify that changes get
15403 propagated back to all the places they're supposed to be.
15404
15405 Grep wants private fixed already mapped.
15406 The main things grep needs to know about mmap are:
15407 * does it exist and is it safe to write into the mmap'd area
15408 * how to use it (BSD variants) */
15409
15410#include <fcntl.h>
15411#include <sys/mman.h>
15412
15413#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
15414char *malloc ();
15415#endif
15416
15417/* This mess was copied from the GNU getpagesize.h. */
15418#ifndef HAVE_GETPAGESIZE
15419/* Assume that all systems that can run configure have sys/param.h. */
15420# ifndef HAVE_SYS_PARAM_H
15421# define HAVE_SYS_PARAM_H 1
15422# endif
15423
15424# ifdef _SC_PAGESIZE
15425# define getpagesize() sysconf(_SC_PAGESIZE)
15426# else /* no _SC_PAGESIZE */
15427# ifdef HAVE_SYS_PARAM_H
15428# include <sys/param.h>
15429# ifdef EXEC_PAGESIZE
15430# define getpagesize() EXEC_PAGESIZE
15431# else /* no EXEC_PAGESIZE */
15432# ifdef NBPG
15433# define getpagesize() NBPG * CLSIZE
15434# ifndef CLSIZE
15435# define CLSIZE 1
15436# endif /* no CLSIZE */
15437# else /* no NBPG */
15438# ifdef NBPC
15439# define getpagesize() NBPC
15440# else /* no NBPC */
15441# ifdef PAGESIZE
15442# define getpagesize() PAGESIZE
15443# endif /* PAGESIZE */
15444# endif /* no NBPC */
15445# endif /* no NBPG */
15446# endif /* no EXEC_PAGESIZE */
15447# else /* no HAVE_SYS_PARAM_H */
15448# define getpagesize() 8192 /* punt totally */
15449# endif /* no HAVE_SYS_PARAM_H */
15450# endif /* no _SC_PAGESIZE */
15451
15452#endif /* no HAVE_GETPAGESIZE */
15453
15454int
15455main ()
15456{
15457 char *data, *data2, *data3;
15458 int i, pagesize;
15459 int fd;
15460
15461 pagesize = getpagesize ();
15462
15463 /* First, make a file with some known garbage in it. */
15464 data = (char *) malloc (pagesize);
15465 if (!data)
15466 return 1;
15467 for (i = 0; i < pagesize; ++i)
15468 *(data + i) = rand ();
15469 umask (0);
15470 fd = creat ("conftest.mmap", 0600);
15471 if (fd < 0)
15472 return 1;
15473 if (write (fd, data, pagesize) != pagesize)
15474 return 1;
15475 close (fd);
15476
15477 /* Next, try to mmap the file at a fixed address which already has
15478 something else allocated at it. If we can, also make sure that
15479 we see the same garbage. */
15480 fd = open ("conftest.mmap", O_RDWR);
15481 if (fd < 0)
15482 return 1;
15483 data2 = (char *) malloc (2 * pagesize);
15484 if (!data2)
15485 return 1;
15486 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
15487 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15488 MAP_PRIVATE | MAP_FIXED, fd, 0L))
15489 return 1;
15490 for (i = 0; i < pagesize; ++i)
15491 if (*(data + i) != *(data2 + i))
15492 return 1;
15493
15494 /* Finally, make sure that changes to the mapped area do not
15495 percolate back to the file as seen by read(). (This is a bug on
15496 some variants of i386 svr4.0.) */
15497 for (i = 0; i < pagesize; ++i)
15498 *(data2 + i) = *(data2 + i) + 1;
15499 data3 = (char *) malloc (pagesize);
15500 if (!data3)
15501 return 1;
15502 if (read (fd, data3, pagesize) != pagesize)
15503 return 1;
15504 for (i = 0; i < pagesize; ++i)
15505 if (*(data + i) != *(data3 + i))
15506 return 1;
15507 close (fd);
15508 return 0;
15509}
15510_ACEOF
15511if ac_fn_c_try_run "$LINENO"; then :
15512 ac_cv_func_mmap_fixed_mapped=yes
15513else
15514 ac_cv_func_mmap_fixed_mapped=no
15515fi
15516rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15517 conftest.$ac_objext conftest.beam conftest.$ac_ext
15518fi
15519
15520fi
15521{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15522$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
15523if test $ac_cv_func_mmap_fixed_mapped = yes; then
15524
15525$as_echo "#define HAVE_MMAP 1" >>confdefs.h
15526
15527fi
15528rm -f conftest.mmap
15529
15530for ac_func in madvise mprotect
15531do :
15532 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15533ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15534eval as_val=\$$as_ac_var
15535 if test "x$as_val" = x""yes; then :
15536 cat >>confdefs.h <<_ACEOF
15537#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15538_ACEOF
15539
15540fi
15541done
15542
15543case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15544 true+yes )
15545$as_echo "#define USE_MMAP 1" >>confdefs.h
15546 ;;
15547esac
15548
15549rm -f doc/config.status
15550ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
15551
15552
15553ac_config_commands="$ac_config_commands default"
15554
15555
15556
15557
15558
15559
15560
15561cat >confcache <<\_ACEOF
15562# This file is a shell script that caches the results of configure
15563# tests run on this system so they can be shared between configure
15564# scripts and configure runs, see configure's option --config-cache.
15565# It is not useful on other systems. If it contains results you don't
15566# want to keep, you may remove or edit it.
15567#
15568# config.status only pays attention to the cache file if you give it
15569# the --recheck option to rerun configure.
15570#
15571# `ac_cv_env_foo' variables (set or unset) will be overridden when
15572# loading this file, other *unset* `ac_cv_foo' will be assigned the
15573# following values.
15574
15575_ACEOF
15576
15577# The following way of writing the cache mishandles newlines in values,
15578# but we know of no workaround that is simple, portable, and efficient.
15579# So, we kill variables containing newlines.
15580# Ultrix sh set writes to stderr and can't be redirected directly,
15581# and sets the high bit in the cache file unless we assign to the vars.
15582(
15583 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15584 eval ac_val=\$$ac_var
15585 case $ac_val in #(
15586 *${as_nl}*)
15587 case $ac_var in #(
15588 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15589$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15590 esac
15591 case $ac_var in #(
15592 _ | IFS | as_nl) ;; #(
15593 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15594 *) { eval $ac_var=; unset $ac_var;} ;;
15595 esac ;;
15596 esac
15597 done
15598
15599 (set) 2>&1 |
15600 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15601 *${as_nl}ac_space=\ *)
15602 # `set' does not quote correctly, so add quotes: double-quote
15603 # substitution turns \\\\ into \\, and sed turns \\ into \.
15604 sed -n \
15605 "s/'/'\\\\''/g;
15606 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15607 ;; #(
15608 *)
15609 # `set' quotes correctly as required by POSIX, so do not add quotes.
15610 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15611 ;;
15612 esac |
15613 sort
15614) |
15615 sed '
15616 /^ac_cv_env_/b end
15617 t clear
15618 :clear
15619 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15620 t end
15621 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15622 :end' >>confcache
15623if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15624 if test -w "$cache_file"; then
15625 test "x$cache_file" != "x/dev/null" &&
15626 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15627$as_echo "$as_me: updating cache $cache_file" >&6;}
15628 cat confcache >$cache_file
15629 else
15630 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15631$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15632 fi
15633fi
15634rm -f confcache
15635
15636test "x$prefix" = xNONE && prefix=$ac_default_prefix
15637# Let make expand exec_prefix.
15638test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15639
15640DEFS=-DHAVE_CONFIG_H
15641
15642ac_libobjs=
15643ac_ltlibobjs=
15644for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15645 # 1. Remove the extension, and $U if already installed.
15646 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15647 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15648 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15649 # will be set to the directory where LIBOBJS objects are built.
15650 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15651 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15652done
15653LIBOBJS=$ac_libobjs
15654
15655LTLIBOBJS=$ac_ltlibobjs
15656
15657
15658if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15659 as_fn_error "conditional \"AMDEP\" was never defined.
15660Usually this means the macro was only invoked conditionally." "$LINENO" 5
15661fi
15662if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15663 as_fn_error "conditional \"am__fastdepCC\" was never defined.
15664Usually this means the macro was only invoked conditionally." "$LINENO" 5
15665fi
15666 if test -n "$EXEEXT"; then
15667 am__EXEEXT_TRUE=
15668 am__EXEEXT_FALSE='#'
15669else
15670 am__EXEEXT_TRUE='#'
15671 am__EXEEXT_FALSE=
15672fi
15673
15674if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
15675 as_fn_error "conditional \"PLUGINS\" was never defined.
15676Usually this means the macro was only invoked conditionally." "$LINENO" 5
15677fi
15678if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15679 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
15680Usually this means the macro was only invoked conditionally." "$LINENO" 5
15681fi
15682if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15683 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
15684Usually this means the macro was only invoked conditionally." "$LINENO" 5
15685fi
15686if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
15687 as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined.
15688Usually this means the macro was only invoked conditionally." "$LINENO" 5
15689fi
15690
15691: ${CONFIG_STATUS=./config.status}
15692ac_write_fail=0
15693ac_clean_files_save=$ac_clean_files
15694ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15695{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15696$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15697as_write_fail=0
15698cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15699#! $SHELL
15700# Generated by $as_me.
15701# Run this file to recreate the current configuration.
15702# Compiler output produced by configure, useful for debugging
15703# configure, is in config.log if it exists.
15704
15705debug=false
15706ac_cs_recheck=false
15707ac_cs_silent=false
15708
15709SHELL=\${CONFIG_SHELL-$SHELL}
15710export SHELL
15711_ASEOF
15712cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15713## -------------------- ##
15714## M4sh Initialization. ##
15715## -------------------- ##
15716
15717# Be more Bourne compatible
15718DUALCASE=1; export DUALCASE # for MKS sh
15719if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15720 emulate sh
15721 NULLCMD=:
15722 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15723 # is contrary to our usage. Disable this feature.
15724 alias -g '${1+"$@"}'='"$@"'
15725 setopt NO_GLOB_SUBST
15726else
15727 case `(set -o) 2>/dev/null` in #(
15728 *posix*) :
15729 set -o posix ;; #(
15730 *) :
15731 ;;
15732esac
15733fi
15734
15735
15736as_nl='
15737'
15738export as_nl
15739# Printing a long string crashes Solaris 7 /usr/bin/printf.
15740as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15741as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15742as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15743# Prefer a ksh shell builtin over an external printf program on Solaris,
15744# but without wasting forks for bash or zsh.
15745if test -z "$BASH_VERSION$ZSH_VERSION" \
15746 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15747 as_echo='print -r --'
15748 as_echo_n='print -rn --'
15749elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15750 as_echo='printf %s\n'
15751 as_echo_n='printf %s'
15752else
15753 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15754 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15755 as_echo_n='/usr/ucb/echo -n'
15756 else
15757 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15758 as_echo_n_body='eval
15759 arg=$1;
15760 case $arg in #(
15761 *"$as_nl"*)
15762 expr "X$arg" : "X\\(.*\\)$as_nl";
15763 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15764 esac;
15765 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15766 '
15767 export as_echo_n_body
15768 as_echo_n='sh -c $as_echo_n_body as_echo'
15769 fi
15770 export as_echo_body
15771 as_echo='sh -c $as_echo_body as_echo'
15772fi
15773
15774# The user is always right.
15775if test "${PATH_SEPARATOR+set}" != set; then
15776 PATH_SEPARATOR=:
15777 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15778 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15779 PATH_SEPARATOR=';'
15780 }
15781fi
15782
15783
15784# IFS
15785# We need space, tab and new line, in precisely that order. Quoting is
15786# there to prevent editors from complaining about space-tab.
15787# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15788# splitting by setting IFS to empty value.)
15789IFS=" "" $as_nl"
15790
15791# Find who we are. Look in the path if we contain no directory separator.
15792case $0 in #((
15793 *[\\/]* ) as_myself=$0 ;;
15794 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15795for as_dir in $PATH
15796do
15797 IFS=$as_save_IFS
15798 test -z "$as_dir" && as_dir=.
15799 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15800 done
15801IFS=$as_save_IFS
15802
15803 ;;
15804esac
15805# We did not find ourselves, most probably we were run as `sh COMMAND'
15806# in which case we are not to be found in the path.
15807if test "x$as_myself" = x; then
15808 as_myself=$0
15809fi
15810if test ! -f "$as_myself"; then
15811 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15812 exit 1
15813fi
15814
15815# Unset variables that we do not need and which cause bugs (e.g. in
15816# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15817# suppresses any "Segmentation fault" message there. '((' could
15818# trigger a bug in pdksh 5.2.14.
15819for as_var in BASH_ENV ENV MAIL MAILPATH
15820do eval test x\${$as_var+set} = xset \
15821 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15822done
15823PS1='$ '
15824PS2='> '
15825PS4='+ '
15826
15827# NLS nuisances.
15828LC_ALL=C
15829export LC_ALL
15830LANGUAGE=C
15831export LANGUAGE
15832
15833# CDPATH.
15834(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15835
15836
15837# as_fn_error ERROR [LINENO LOG_FD]
15838# ---------------------------------
15839# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15840# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15841# script with status $?, using 1 if that was 0.
15842as_fn_error ()
15843{
15844 as_status=$?; test $as_status -eq 0 && as_status=1
15845 if test "$3"; then
15846 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15847 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15848 fi
15849 $as_echo "$as_me: error: $1" >&2
15850 as_fn_exit $as_status
15851} # as_fn_error
15852
15853
15854# as_fn_set_status STATUS
15855# -----------------------
15856# Set $? to STATUS, without forking.
15857as_fn_set_status ()
15858{
15859 return $1
15860} # as_fn_set_status
15861
15862# as_fn_exit STATUS
15863# -----------------
15864# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15865as_fn_exit ()
15866{
15867 set +e
15868 as_fn_set_status $1
15869 exit $1
15870} # as_fn_exit
15871
15872# as_fn_unset VAR
15873# ---------------
15874# Portably unset VAR.
15875as_fn_unset ()
15876{
15877 { eval $1=; unset $1;}
15878}
15879as_unset=as_fn_unset
15880# as_fn_append VAR VALUE
15881# ----------------------
15882# Append the text in VALUE to the end of the definition contained in VAR. Take
15883# advantage of any shell optimizations that allow amortized linear growth over
15884# repeated appends, instead of the typical quadratic growth present in naive
15885# implementations.
15886if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15887 eval 'as_fn_append ()
15888 {
15889 eval $1+=\$2
15890 }'
15891else
15892 as_fn_append ()
15893 {
15894 eval $1=\$$1\$2
15895 }
15896fi # as_fn_append
15897
15898# as_fn_arith ARG...
15899# ------------------
15900# Perform arithmetic evaluation on the ARGs, and store the result in the
15901# global $as_val. Take advantage of shells that can avoid forks. The arguments
15902# must be portable across $(()) and expr.
15903if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15904 eval 'as_fn_arith ()
15905 {
15906 as_val=$(( $* ))
15907 }'
15908else
15909 as_fn_arith ()
15910 {
15911 as_val=`expr "$@" || test $? -eq 1`
15912 }
15913fi # as_fn_arith
15914
15915
15916if expr a : '\(a\)' >/dev/null 2>&1 &&
15917 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15918 as_expr=expr
15919else
15920 as_expr=false
15921fi
15922
15923if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15924 as_basename=basename
15925else
15926 as_basename=false
15927fi
15928
15929if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15930 as_dirname=dirname
15931else
15932 as_dirname=false
15933fi
15934
15935as_me=`$as_basename -- "$0" ||
15936$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15937 X"$0" : 'X\(//\)$' \| \
15938 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15939$as_echo X/"$0" |
15940 sed '/^.*\/\([^/][^/]*\)\/*$/{
15941 s//\1/
15942 q
15943 }
15944 /^X\/\(\/\/\)$/{
15945 s//\1/
15946 q
15947 }
15948 /^X\/\(\/\).*/{
15949 s//\1/
15950 q
15951 }
15952 s/.*/./; q'`
15953
15954# Avoid depending upon Character Ranges.
15955as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15956as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15957as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15958as_cr_digits='0123456789'
15959as_cr_alnum=$as_cr_Letters$as_cr_digits
15960
15961ECHO_C= ECHO_N= ECHO_T=
15962case `echo -n x` in #(((((
15963-n*)
15964 case `echo 'xy\c'` in
15965 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15966 xy) ECHO_C='\c';;
15967 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15968 ECHO_T=' ';;
15969 esac;;
15970*)
15971 ECHO_N='-n';;
15972esac
15973
15974rm -f conf$$ conf$$.exe conf$$.file
15975if test -d conf$$.dir; then
15976 rm -f conf$$.dir/conf$$.file
15977else
15978 rm -f conf$$.dir
15979 mkdir conf$$.dir 2>/dev/null
15980fi
15981if (echo >conf$$.file) 2>/dev/null; then
15982 if ln -s conf$$.file conf$$ 2>/dev/null; then
15983 as_ln_s='ln -s'
15984 # ... but there are two gotchas:
15985 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15986 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15987 # In both cases, we have to default to `cp -p'.
15988 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15989 as_ln_s='cp -p'
15990 elif ln conf$$.file conf$$ 2>/dev/null; then
15991 as_ln_s=ln
15992 else
15993 as_ln_s='cp -p'
15994 fi
15995else
15996 as_ln_s='cp -p'
15997fi
15998rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15999rmdir conf$$.dir 2>/dev/null
16000
16001
16002# as_fn_mkdir_p
16003# -------------
16004# Create "$as_dir" as a directory, including parents if necessary.
16005as_fn_mkdir_p ()
16006{
16007
16008 case $as_dir in #(
16009 -*) as_dir=./$as_dir;;
16010 esac
16011 test -d "$as_dir" || eval $as_mkdir_p || {
16012 as_dirs=
16013 while :; do
16014 case $as_dir in #(
16015 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16016 *) as_qdir=$as_dir;;
16017 esac
16018 as_dirs="'$as_qdir' $as_dirs"
16019 as_dir=`$as_dirname -- "$as_dir" ||
16020$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16021 X"$as_dir" : 'X\(//\)[^/]' \| \
16022 X"$as_dir" : 'X\(//\)$' \| \
16023 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16024$as_echo X"$as_dir" |
16025 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16026 s//\1/
16027 q
16028 }
16029 /^X\(\/\/\)[^/].*/{
16030 s//\1/
16031 q
16032 }
16033 /^X\(\/\/\)$/{
16034 s//\1/
16035 q
16036 }
16037 /^X\(\/\).*/{
16038 s//\1/
16039 q
16040 }
16041 s/.*/./; q'`
16042 test -d "$as_dir" && break
16043 done
16044 test -z "$as_dirs" || eval "mkdir $as_dirs"
16045 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
16046
16047
16048} # as_fn_mkdir_p
16049if mkdir -p . 2>/dev/null; then
16050 as_mkdir_p='mkdir -p "$as_dir"'
16051else
16052 test -d ./-p && rmdir ./-p
16053 as_mkdir_p=false
16054fi
16055
16056if test -x / >/dev/null 2>&1; then
16057 as_test_x='test -x'
16058else
16059 if ls -dL / >/dev/null 2>&1; then
16060 as_ls_L_option=L
16061 else
16062 as_ls_L_option=
16063 fi
16064 as_test_x='
16065 eval sh -c '\''
16066 if test -d "$1"; then
16067 test -d "$1/.";
16068 else
16069 case $1 in #(
16070 -*)set "./$1";;
16071 esac;
16072 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16073 ???[sx]*):;;*)false;;esac;fi
16074 '\'' sh
16075 '
16076fi
16077as_executable_p=$as_test_x
16078
16079# Sed expression to map a string onto a valid CPP name.
16080as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16081
16082# Sed expression to map a string onto a valid variable name.
16083as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16084
16085
16086exec 6>&1
16087## ----------------------------------- ##
16088## Main body of $CONFIG_STATUS script. ##
16089## ----------------------------------- ##
16090_ASEOF
16091test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16092
16093cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16094# Save the log message, to keep $0 and so on meaningful, and to
16095# report actual input values of CONFIG_FILES etc. instead of their
16096# values after options handling.
16097ac_log="
16098This file was extended by $as_me, which was
16099generated by GNU Autoconf 2.64. Invocation command line was
16100
16101 CONFIG_FILES = $CONFIG_FILES
16102 CONFIG_HEADERS = $CONFIG_HEADERS
16103 CONFIG_LINKS = $CONFIG_LINKS
16104 CONFIG_COMMANDS = $CONFIG_COMMANDS
16105 $ $0 $@
16106
16107on `(hostname || uname -n) 2>/dev/null | sed 1q`
16108"
16109
16110_ACEOF
16111
16112case $ac_config_files in *"
16113"*) set x $ac_config_files; shift; ac_config_files=$*;;
16114esac
16115
16116case $ac_config_headers in *"
16117"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16118esac
16119
16120
16121cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16122# Files that config.status was made for.
16123config_files="$ac_config_files"
16124config_headers="$ac_config_headers"
16125config_commands="$ac_config_commands"
16126
16127_ACEOF
16128
16129cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16130ac_cs_usage="\
16131\`$as_me' instantiates files and other configuration actions
16132from templates according to the current configuration. Unless the files
16133and actions are specified as TAGs, all are instantiated by default.
16134
16135Usage: $0 [OPTION]... [TAG]...
16136
16137 -h, --help print this help, then exit
16138 -V, --version print version number and configuration settings, then exit
16139 -q, --quiet, --silent
16140 do not print progress messages
16141 -d, --debug don't remove temporary files
16142 --recheck update $as_me by reconfiguring in the same conditions
16143 --file=FILE[:TEMPLATE]
16144 instantiate the configuration file FILE
16145 --header=FILE[:TEMPLATE]
16146 instantiate the configuration header FILE
16147
16148Configuration files:
16149$config_files
16150
16151Configuration headers:
16152$config_headers
16153
16154Configuration commands:
16155$config_commands
16156
16157Report bugs to the package provider."
16158
16159_ACEOF
16160cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16161ac_cs_version="\\
16162config.status
16163configured by $0, generated by GNU Autoconf 2.64,
16164 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
16165
16166Copyright (C) 2009 Free Software Foundation, Inc.
16167This config.status script is free software; the Free Software Foundation
16168gives unlimited permission to copy, distribute and modify it."
16169
16170ac_pwd='$ac_pwd'
16171srcdir='$srcdir'
16172INSTALL='$INSTALL'
16173MKDIR_P='$MKDIR_P'
16174AWK='$AWK'
16175test -n "\$AWK" || AWK=awk
16176_ACEOF
16177
16178cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16179# The default lists apply if the user does not specify any file.
16180ac_need_defaults=:
16181while test $# != 0
16182do
16183 case $1 in
16184 --*=*)
16185 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16186 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16187 ac_shift=:
16188 ;;
16189 *)
16190 ac_option=$1
16191 ac_optarg=$2
16192 ac_shift=shift
16193 ;;
16194 esac
16195
16196 case $ac_option in
16197 # Handling of the options.
16198 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16199 ac_cs_recheck=: ;;
16200 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16201 $as_echo "$ac_cs_version"; exit ;;
16202 --debug | --debu | --deb | --de | --d | -d )
16203 debug=: ;;
16204 --file | --fil | --fi | --f )
16205 $ac_shift
16206 case $ac_optarg in
16207 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16208 esac
16209 as_fn_append CONFIG_FILES " '$ac_optarg'"
16210 ac_need_defaults=false;;
16211 --header | --heade | --head | --hea )
16212 $ac_shift
16213 case $ac_optarg in
16214 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16215 esac
16216 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16217 ac_need_defaults=false;;
16218 --he | --h)
16219 # Conflict between --help and --header
16220 as_fn_error "ambiguous option: \`$1'
16221Try \`$0 --help' for more information.";;
16222 --help | --hel | -h )
16223 $as_echo "$ac_cs_usage"; exit ;;
16224 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16225 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16226 ac_cs_silent=: ;;
16227
16228 # This is an error.
16229 -*) as_fn_error "unrecognized option: \`$1'
16230Try \`$0 --help' for more information." ;;
16231
16232 *) as_fn_append ac_config_targets " $1"
16233 ac_need_defaults=false ;;
16234
16235 esac
16236 shift
16237done
16238
16239ac_configure_extra_args=
16240
16241if $ac_cs_silent; then
16242 exec 6>/dev/null
16243 ac_configure_extra_args="$ac_configure_extra_args --silent"
16244fi
16245
16246_ACEOF
16247cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16248if \$ac_cs_recheck; then
16249 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16250 shift
16251 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16252 CONFIG_SHELL='$SHELL'
16253 export CONFIG_SHELL
16254 exec "\$@"
16255fi
16256
16257_ACEOF
16258cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16259exec 5>>config.log
16260{
16261 echo
16262 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16263## Running $as_me. ##
16264_ASBOX
16265 $as_echo "$ac_log"
16266} >&5
16267
16268_ACEOF
16269cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16270#
16271# INIT-COMMANDS
16272#
16273AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16274
16275
16276# The HP-UX ksh and POSIX shell print the target directory to stdout
16277# if CDPATH is set.
16278(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16279
16280sed_quote_subst='$sed_quote_subst'
16281double_quote_subst='$double_quote_subst'
16282delay_variable_subst='$delay_variable_subst'
16283enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
16284macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
16285macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
16286enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
16287pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
16288enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
16289host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
16290host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
16291host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
16292build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
16293build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
16294build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
16295SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
16296Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
16297GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
16298EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
16299FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
16300LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
16301NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
16302LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
16303max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
16304ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
16305exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
16306lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
16307lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
16308lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
16309reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
16310reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16311OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
16312deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
16313file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
16314AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
16315AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
16316STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
16317RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
16318old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16319old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16320old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16321CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
16322CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
16323compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
16324GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
16325lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
16326lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
16327lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
16328lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
16329objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
16330SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
16331ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
16332MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
16333lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
16334lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
16335lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
16336lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
16337lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
16338need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
16339DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
16340NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
16341LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
16342OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
16343OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
16344libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
16345shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16346extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16347archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
16348enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
16349export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
16350whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
16351compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
16352old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16353old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16354archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16355archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16356module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16357module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16358with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
16359allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
16360no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
16361hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
16362hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
16363hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
16364hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
16365hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
16366hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
16367hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
16368hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
16369inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
16370link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
16371fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
16372always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
16373export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16374exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
16375include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
16376prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16377file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
16378variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
16379need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
16380need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
16381version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
16382runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
16383shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
16384shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
16385libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
16386library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
16387soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
16388postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16389postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16390finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
16391finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
16392hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
16393sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
16394sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
16395hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
16396enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
16397enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
16398enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
16399old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
16400striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
16401
16402LTCC='$LTCC'
16403LTCFLAGS='$LTCFLAGS'
16404compiler='$compiler_DEFAULT'
16405
16406# Quote evaled strings.
16407for var in SED \
16408GREP \
16409EGREP \
16410FGREP \
16411LD \
16412NM \
16413LN_S \
16414lt_SP2NL \
16415lt_NL2SP \
16416reload_flag \
16417OBJDUMP \
16418deplibs_check_method \
16419file_magic_cmd \
16420AR \
16421AR_FLAGS \
16422STRIP \
16423RANLIB \
16424CC \
16425CFLAGS \
16426compiler \
16427lt_cv_sys_global_symbol_pipe \
16428lt_cv_sys_global_symbol_to_cdecl \
16429lt_cv_sys_global_symbol_to_c_name_address \
16430lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16431SHELL \
16432ECHO \
16433lt_prog_compiler_no_builtin_flag \
16434lt_prog_compiler_wl \
16435lt_prog_compiler_pic \
16436lt_prog_compiler_static \
16437lt_cv_prog_compiler_c_o \
16438need_locks \
16439DSYMUTIL \
16440NMEDIT \
16441LIPO \
16442OTOOL \
16443OTOOL64 \
16444shrext_cmds \
16445export_dynamic_flag_spec \
16446whole_archive_flag_spec \
16447compiler_needs_object \
16448with_gnu_ld \
16449allow_undefined_flag \
16450no_undefined_flag \
16451hardcode_libdir_flag_spec \
16452hardcode_libdir_flag_spec_ld \
16453hardcode_libdir_separator \
16454fix_srcfile_path \
16455exclude_expsyms \
16456include_expsyms \
16457file_list_spec \
16458variables_saved_for_relink \
16459libname_spec \
16460library_names_spec \
16461soname_spec \
16462finish_eval \
16463old_striplib \
16464striplib; do
16465 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
16466 *[\\\\\\\`\\"\\\$]*)
16467 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16468 ;;
16469 *)
16470 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16471 ;;
16472 esac
16473done
16474
16475# Double-quote double-evaled strings.
16476for var in reload_cmds \
16477old_postinstall_cmds \
16478old_postuninstall_cmds \
16479old_archive_cmds \
16480extract_expsyms_cmds \
16481old_archive_from_new_cmds \
16482old_archive_from_expsyms_cmds \
16483archive_cmds \
16484archive_expsym_cmds \
16485module_cmds \
16486module_expsym_cmds \
16487export_symbols_cmds \
16488prelink_cmds \
16489postinstall_cmds \
16490postuninstall_cmds \
16491finish_cmds \
16492sys_lib_search_path_spec \
16493sys_lib_dlsearch_path_spec; do
16494 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
16495 *[\\\\\\\`\\"\\\$]*)
16496 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16497 ;;
16498 *)
16499 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16500 ;;
16501 esac
16502done
16503
16504# Fix-up fallback echo if it was mangled by the above quoting rules.
16505case \$lt_ECHO in
16506*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
16507 ;;
16508esac
16509
16510ac_aux_dir='$ac_aux_dir'
16511xsi_shell='$xsi_shell'
16512lt_shell_append='$lt_shell_append'
16513
16514# See if we are running on zsh, and set the options which allow our
16515# commands through without removal of \ escapes INIT.
16516if test -n "\${ZSH_VERSION+set}" ; then
16517 setopt NO_GLOB_SUBST
16518fi
16519
16520
16521 PACKAGE='$PACKAGE'
16522 VERSION='$VERSION'
16523 TIMESTAMP='$TIMESTAMP'
16524 RM='$RM'
16525 ofile='$ofile'
16526
16527
16528
16529# Capture the value of obsolete ALL_LINGUAS because we need it to compute
16530 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16531 # from automake.
16532 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16533 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16534 LINGUAS="${LINGUAS-%UNSET%}"
16535
16536
16537GCC="$GCC"
16538CC="$CC"
16539acx_cv_header_stdint="$acx_cv_header_stdint"
16540acx_cv_type_int8_t="$acx_cv_type_int8_t"
16541acx_cv_type_int16_t="$acx_cv_type_int16_t"
16542acx_cv_type_int32_t="$acx_cv_type_int32_t"
16543acx_cv_type_int64_t="$acx_cv_type_int64_t"
16544acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
16545ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
16546ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
16547ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
16548ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
16549ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
16550ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
16551ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
16552ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
16553
16554
16555
16556_ACEOF
16557
16558cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16559
16560# Handling of arguments.
16561for ac_config_target in $ac_config_targets
16562do
16563 case $ac_config_target in
16564 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16565 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16566 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16567 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16568 "bfd_stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS bfd_stdint.h" ;;
16569 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16570 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16571 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16572 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16573 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16574
16575 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16576 esac
16577done
16578
16579
16580# If the user did not use the arguments to specify the items to instantiate,
16581# then the envvar interface is used. Set only those that are not.
16582# We use the long form for the default assignment because of an extremely
16583# bizarre bug on SunOS 4.1.3.
16584if $ac_need_defaults; then
16585 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16586 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16587 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16588fi
16589
16590# Have a temporary directory for convenience. Make it in the build tree
16591# simply because there is no reason against having it here, and in addition,
16592# creating and moving files from /tmp can sometimes cause problems.
16593# Hook for its removal unless debugging.
16594# Note that there is a small window in which the directory will not be cleaned:
16595# after its creation but before its name has been assigned to `$tmp'.
16596$debug ||
16597{
16598 tmp=
16599 trap 'exit_status=$?
16600 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
16601' 0
16602 trap 'as_fn_exit 1' 1 2 13 15
16603}
16604# Create a (secure) tmp directory for tmp files.
16605
16606{
16607 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16608 test -n "$tmp" && test -d "$tmp"
16609} ||
16610{
16611 tmp=./conf$$-$RANDOM
16612 (umask 077 && mkdir "$tmp")
16613} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
16614
16615# Set up the scripts for CONFIG_FILES section.
16616# No need to generate them if there are no CONFIG_FILES.
16617# This happens for instance with `./config.status config.h'.
16618if test -n "$CONFIG_FILES"; then
16619
16620
16621ac_cr=`echo X | tr X '\015'`
16622# On cygwin, bash can eat \r inside `` if the user requested igncr.
16623# But we know of no other shell where ac_cr would be empty at this
16624# point, so we can use a bashism as a fallback.
16625if test "x$ac_cr" = x; then
16626 eval ac_cr=\$\'\\r\'
16627fi
16628ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16629if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16630 ac_cs_awk_cr='\r'
16631else
16632 ac_cs_awk_cr=$ac_cr
16633fi
16634
16635echo 'BEGIN {' >"$tmp/subs1.awk" &&
16636_ACEOF
16637
16638
16639{
16640 echo "cat >conf$$subs.awk <<_ACEOF" &&
16641 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16642 echo "_ACEOF"
16643} >conf$$subs.sh ||
16644 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16645ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
16646ac_delim='%!_!# '
16647for ac_last_try in false false false false false :; do
16648 . ./conf$$subs.sh ||
16649 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16650
16651 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16652 if test $ac_delim_n = $ac_delim_num; then
16653 break
16654 elif $ac_last_try; then
16655 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16656 else
16657 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16658 fi
16659done
16660rm -f conf$$subs.sh
16661
16662cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16663cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
16664_ACEOF
16665sed -n '
16666h
16667s/^/S["/; s/!.*/"]=/
16668p
16669g
16670s/^[^!]*!//
16671:repl
16672t repl
16673s/'"$ac_delim"'$//
16674t delim
16675:nl
16676h
16677s/\(.\{148\}\).*/\1/
16678t more1
16679s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16680p
16681n
16682b repl
16683:more1
16684s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16685p
16686g
16687s/.\{148\}//
16688t nl
16689:delim
16690h
16691s/\(.\{148\}\).*/\1/
16692t more2
16693s/["\\]/\\&/g; s/^/"/; s/$/"/
16694p
16695b
16696:more2
16697s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16698p
16699g
16700s/.\{148\}//
16701t delim
16702' <conf$$subs.awk | sed '
16703/^[^""]/{
16704 N
16705 s/\n//
16706}
16707' >>$CONFIG_STATUS || ac_write_fail=1
16708rm -f conf$$subs.awk
16709cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16710_ACAWK
16711cat >>"\$tmp/subs1.awk" <<_ACAWK &&
16712 for (key in S) S_is_set[key] = 1
16713 FS = "\a"
16714
16715}
16716{
16717 line = $ 0
16718 nfields = split(line, field, "@")
16719 substed = 0
16720 len = length(field[1])
16721 for (i = 2; i < nfields; i++) {
16722 key = field[i]
16723 keylen = length(key)
16724 if (S_is_set[key]) {
16725 value = S[key]
16726 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16727 len += length(value) + length(field[++i])
16728 substed = 1
16729 } else
16730 len += 1 + keylen
16731 }
16732
16733 print line
16734}
16735
16736_ACAWK
16737_ACEOF
16738cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16739if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16740 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16741else
16742 cat
16743fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
16744 || as_fn_error "could not setup config files machinery" "$LINENO" 5
16745_ACEOF
16746
16747# VPATH may cause trouble with some makes, so we remove $(srcdir),
16748# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
16749# trailing colons and then remove the whole line if VPATH becomes empty
16750# (actually we leave an empty line to preserve line numbers).
16751if test "x$srcdir" = x.; then
16752 ac_vpsub='/^[ ]*VPATH[ ]*=/{
16753s/:*\$(srcdir):*/:/
16754s/:*\${srcdir}:*/:/
16755s/:*@srcdir@:*/:/
16756s/^\([^=]*=[ ]*\):*/\1/
16757s/:*$//
16758s/^[^=]*=[ ]*$//
16759}'
16760fi
16761
16762cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16763fi # test -n "$CONFIG_FILES"
16764
16765# Set up the scripts for CONFIG_HEADERS section.
16766# No need to generate them if there are no CONFIG_HEADERS.
16767# This happens for instance with `./config.status Makefile'.
16768if test -n "$CONFIG_HEADERS"; then
16769cat >"$tmp/defines.awk" <<\_ACAWK ||
16770BEGIN {
16771_ACEOF
16772
16773# Transform confdefs.h into an awk script `defines.awk', embedded as
16774# here-document in config.status, that substitutes the proper values into
16775# config.h.in to produce config.h.
16776
16777# Create a delimiter string that does not exist in confdefs.h, to ease
16778# handling of long lines.
16779ac_delim='%!_!# '
16780for ac_last_try in false false :; do
16781 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
16782 if test -z "$ac_t"; then
16783 break
16784 elif $ac_last_try; then
16785 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
16786 else
16787 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16788 fi
16789done
16790
16791# For the awk script, D is an array of macro values keyed by name,
16792# likewise P contains macro parameters if any. Preserve backslash
16793# newline sequences.
16794
16795ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16796sed -n '
16797s/.\{148\}/&'"$ac_delim"'/g
16798t rset
16799:rset
16800s/^[ ]*#[ ]*define[ ][ ]*/ /
16801t def
16802d
16803:def
16804s/\\$//
16805t bsnl
16806s/["\\]/\\&/g
16807s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16808D["\1"]=" \3"/p
16809s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16810d
16811:bsnl
16812s/["\\]/\\&/g
16813s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16814D["\1"]=" \3\\\\\\n"\\/p
16815t cont
16816s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16817t cont
16818d
16819:cont
16820n
16821s/.\{148\}/&'"$ac_delim"'/g
16822t clear
16823:clear
16824s/\\$//
16825t bsnlc
16826s/["\\]/\\&/g; s/^/"/; s/$/"/p
16827d
16828:bsnlc
16829s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16830b cont
16831' <confdefs.h | sed '
16832s/'"$ac_delim"'/"\\\
16833"/g' >>$CONFIG_STATUS || ac_write_fail=1
16834
16835cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16836 for (key in D) D_is_set[key] = 1
16837 FS = "\a"
16838}
16839/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16840 line = \$ 0
16841 split(line, arg, " ")
16842 if (arg[1] == "#") {
16843 defundef = arg[2]
16844 mac1 = arg[3]
16845 } else {
16846 defundef = substr(arg[1], 2)
16847 mac1 = arg[2]
16848 }
16849 split(mac1, mac2, "(") #)
16850 macro = mac2[1]
16851 prefix = substr(line, 1, index(line, defundef) - 1)
16852 if (D_is_set[macro]) {
16853 # Preserve the white space surrounding the "#".
16854 print prefix "define", macro P[macro] D[macro]
16855 next
16856 } else {
16857 # Replace #undef with comments. This is necessary, for example,
16858 # in the case of _POSIX_SOURCE, which is predefined and required
16859 # on some systems where configure will not decide to define it.
16860 if (defundef == "undef") {
16861 print "/*", prefix defundef, macro, "*/"
16862 next
16863 }
16864 }
16865}
16866{ print }
16867_ACAWK
16868_ACEOF
16869cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16870 as_fn_error "could not setup config headers machinery" "$LINENO" 5
16871fi # test -n "$CONFIG_HEADERS"
16872
16873
16874eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16875shift
16876for ac_tag
16877do
16878 case $ac_tag in
16879 :[FHLC]) ac_mode=$ac_tag; continue;;
16880 esac
16881 case $ac_mode$ac_tag in
16882 :[FHL]*:*);;
16883 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
16884 :[FH]-) ac_tag=-:-;;
16885 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16886 esac
16887 ac_save_IFS=$IFS
16888 IFS=:
16889 set x $ac_tag
16890 IFS=$ac_save_IFS
16891 shift
16892 ac_file=$1
16893 shift
16894
16895 case $ac_mode in
16896 :L) ac_source=$1;;
16897 :[FH])
16898 ac_file_inputs=
16899 for ac_f
16900 do
16901 case $ac_f in
16902 -) ac_f="$tmp/stdin";;
16903 *) # Look for the file first in the build tree, then in the source tree
16904 # (if the path is not absolute). The absolute path cannot be DOS-style,
16905 # because $ac_f cannot contain `:'.
16906 test -f "$ac_f" ||
16907 case $ac_f in
16908 [\\/$]*) false;;
16909 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16910 esac ||
16911 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16912 esac
16913 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16914 as_fn_append ac_file_inputs " '$ac_f'"
16915 done
16916
16917 # Let's still pretend it is `configure' which instantiates (i.e., don't
16918 # use $as_me), people would be surprised to read:
16919 # /* config.h. Generated by config.status. */
16920 configure_input='Generated from '`
16921 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16922 `' by configure.'
16923 if test x"$ac_file" != x-; then
16924 configure_input="$ac_file. $configure_input"
16925 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16926$as_echo "$as_me: creating $ac_file" >&6;}
16927 fi
16928 # Neutralize special characters interpreted by sed in replacement strings.
16929 case $configure_input in #(
16930 *\&* | *\|* | *\\* )
16931 ac_sed_conf_input=`$as_echo "$configure_input" |
16932 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16933 *) ac_sed_conf_input=$configure_input;;
16934 esac
16935
16936 case $ac_tag in
16937 *:-:* | *:-) cat >"$tmp/stdin" \
16938 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16939 esac
16940 ;;
16941 esac
16942
16943 ac_dir=`$as_dirname -- "$ac_file" ||
16944$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16945 X"$ac_file" : 'X\(//\)[^/]' \| \
16946 X"$ac_file" : 'X\(//\)$' \| \
16947 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16948$as_echo X"$ac_file" |
16949 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16950 s//\1/
16951 q
16952 }
16953 /^X\(\/\/\)[^/].*/{
16954 s//\1/
16955 q
16956 }
16957 /^X\(\/\/\)$/{
16958 s//\1/
16959 q
16960 }
16961 /^X\(\/\).*/{
16962 s//\1/
16963 q
16964 }
16965 s/.*/./; q'`
16966 as_dir="$ac_dir"; as_fn_mkdir_p
16967 ac_builddir=.
16968
16969case "$ac_dir" in
16970.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16971*)
16972 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16973 # A ".." for each directory in $ac_dir_suffix.
16974 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16975 case $ac_top_builddir_sub in
16976 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16977 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16978 esac ;;
16979esac
16980ac_abs_top_builddir=$ac_pwd
16981ac_abs_builddir=$ac_pwd$ac_dir_suffix
16982# for backward compatibility:
16983ac_top_builddir=$ac_top_build_prefix
16984
16985case $srcdir in
16986 .) # We are building in place.
16987 ac_srcdir=.
16988 ac_top_srcdir=$ac_top_builddir_sub
16989 ac_abs_top_srcdir=$ac_pwd ;;
16990 [\\/]* | ?:[\\/]* ) # Absolute name.
16991 ac_srcdir=$srcdir$ac_dir_suffix;
16992 ac_top_srcdir=$srcdir
16993 ac_abs_top_srcdir=$srcdir ;;
16994 *) # Relative name.
16995 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16996 ac_top_srcdir=$ac_top_build_prefix$srcdir
16997 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16998esac
16999ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17000
17001
17002 case $ac_mode in
17003 :F)
17004 #
17005 # CONFIG_FILE
17006 #
17007
17008 case $INSTALL in
17009 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17010 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17011 esac
17012 ac_MKDIR_P=$MKDIR_P
17013 case $MKDIR_P in
17014 [\\/$]* | ?:[\\/]* ) ;;
17015 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17016 esac
17017_ACEOF
17018
17019cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17020# If the template does not know about datarootdir, expand it.
17021# FIXME: This hack should be removed a few years after 2.60.
17022ac_datarootdir_hack=; ac_datarootdir_seen=
17023ac_sed_dataroot='
17024/datarootdir/ {
17025 p
17026 q
17027}
17028/@datadir@/p
17029/@docdir@/p
17030/@infodir@/p
17031/@localedir@/p
17032/@mandir@/p'
17033case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17034*datarootdir*) ac_datarootdir_seen=yes;;
17035*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17036 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17037$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17038_ACEOF
17039cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17040 ac_datarootdir_hack='
17041 s&@datadir@&$datadir&g
17042 s&@docdir@&$docdir&g
17043 s&@infodir@&$infodir&g
17044 s&@localedir@&$localedir&g
17045 s&@mandir@&$mandir&g
17046 s&\\\${datarootdir}&$datarootdir&g' ;;
17047esac
17048_ACEOF
17049
17050# Neutralize VPATH when `$srcdir' = `.'.
17051# Shell code in configure.ac might set extrasub.
17052# FIXME: do we really want to maintain this feature?
17053cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17054ac_sed_extra="$ac_vpsub
17055$extrasub
17056_ACEOF
17057cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17058:t
17059/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17060s|@configure_input@|$ac_sed_conf_input|;t t
17061s&@top_builddir@&$ac_top_builddir_sub&;t t
17062s&@top_build_prefix@&$ac_top_build_prefix&;t t
17063s&@srcdir@&$ac_srcdir&;t t
17064s&@abs_srcdir@&$ac_abs_srcdir&;t t
17065s&@top_srcdir@&$ac_top_srcdir&;t t
17066s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17067s&@builddir@&$ac_builddir&;t t
17068s&@abs_builddir@&$ac_abs_builddir&;t t
17069s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17070s&@INSTALL@&$ac_INSTALL&;t t
17071s&@MKDIR_P@&$ac_MKDIR_P&;t t
17072$ac_datarootdir_hack
17073"
17074eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
17075 || as_fn_error "could not create $ac_file" "$LINENO" 5
17076
17077test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17078 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
17079 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
17080 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17081which seems to be undefined. Please make sure it is defined." >&5
17082$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17083which seems to be undefined. Please make sure it is defined." >&2;}
17084
17085 rm -f "$tmp/stdin"
17086 case $ac_file in
17087 -) cat "$tmp/out" && rm -f "$tmp/out";;
17088 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
17089 esac \
17090 || as_fn_error "could not create $ac_file" "$LINENO" 5
17091 ;;
17092 :H)
17093 #
17094 # CONFIG_HEADER
17095 #
17096 if test x"$ac_file" != x-; then
17097 {
17098 $as_echo "/* $configure_input */" \
17099 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
17100 } >"$tmp/config.h" \
17101 || as_fn_error "could not create $ac_file" "$LINENO" 5
17102 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
17103 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17104$as_echo "$as_me: $ac_file is unchanged" >&6;}
17105 else
17106 rm -f "$ac_file"
17107 mv "$tmp/config.h" "$ac_file" \
17108 || as_fn_error "could not create $ac_file" "$LINENO" 5
17109 fi
17110 else
17111 $as_echo "/* $configure_input */" \
17112 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
17113 || as_fn_error "could not create -" "$LINENO" 5
17114 fi
17115# Compute "$ac_file"'s index in $config_headers.
17116_am_arg="$ac_file"
17117_am_stamp_count=1
17118for _am_header in $config_headers :; do
17119 case $_am_header in
17120 $_am_arg | $_am_arg:* )
17121 break ;;
17122 * )
17123 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17124 esac
17125done
17126echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17127$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17128 X"$_am_arg" : 'X\(//\)[^/]' \| \
17129 X"$_am_arg" : 'X\(//\)$' \| \
17130 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17131$as_echo X"$_am_arg" |
17132 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17133 s//\1/
17134 q
17135 }
17136 /^X\(\/\/\)[^/].*/{
17137 s//\1/
17138 q
17139 }
17140 /^X\(\/\/\)$/{
17141 s//\1/
17142 q
17143 }
17144 /^X\(\/\).*/{
17145 s//\1/
17146 q
17147 }
17148 s/.*/./; q'`/stamp-h$_am_stamp_count
17149 ;;
17150
17151 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17152$as_echo "$as_me: executing $ac_file commands" >&6;}
17153 ;;
17154 esac
17155
17156
17157 case $ac_file$ac_mode in
17158 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17159 # Autoconf 2.62 quotes --file arguments for eval, but not when files
17160 # are listed without --file. Let's play safe and only enable the eval
17161 # if we detect the quoting.
17162 case $CONFIG_FILES in
17163 *\'*) eval set x "$CONFIG_FILES" ;;
17164 *) set x $CONFIG_FILES ;;
17165 esac
17166 shift
17167 for mf
17168 do
17169 # Strip MF so we end up with the name of the file.
17170 mf=`echo "$mf" | sed -e 's/:.*$//'`
17171 # Check whether this is an Automake generated Makefile or not.
17172 # We used to match only the files named `Makefile.in', but
17173 # some people rename them; so instead we look at the file content.
17174 # Grep'ing the first line is not enough: some people post-process
17175 # each Makefile.in and add a new line on top of each file to say so.
17176 # Grep'ing the whole file is not good either: AIX grep has a line
17177 # limit of 2048, but all sed's we know have understand at least 4000.
17178 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17179 dirpart=`$as_dirname -- "$mf" ||
17180$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17181 X"$mf" : 'X\(//\)[^/]' \| \
17182 X"$mf" : 'X\(//\)$' \| \
17183 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17184$as_echo X"$mf" |
17185 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17186 s//\1/
17187 q
17188 }
17189 /^X\(\/\/\)[^/].*/{
17190 s//\1/
17191 q
17192 }
17193 /^X\(\/\/\)$/{
17194 s//\1/
17195 q
17196 }
17197 /^X\(\/\).*/{
17198 s//\1/
17199 q
17200 }
17201 s/.*/./; q'`
17202 else
17203 continue
17204 fi
17205 # Extract the definition of DEPDIR, am__include, and am__quote
17206 # from the Makefile without running `make'.
17207 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17208 test -z "$DEPDIR" && continue
17209 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17210 test -z "am__include" && continue
17211 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17212 # When using ansi2knr, U may be empty or an underscore; expand it
17213 U=`sed -n 's/^U = //p' < "$mf"`
17214 # Find all dependency output files, they are included files with
17215 # $(DEPDIR) in their names. We invoke sed twice because it is the
17216 # simplest approach to changing $(DEPDIR) to its actual value in the
17217 # expansion.
17218 for file in `sed -n "
17219 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17220 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17221 # Make sure the directory exists.
17222 test -f "$dirpart/$file" && continue
17223 fdir=`$as_dirname -- "$file" ||
17224$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17225 X"$file" : 'X\(//\)[^/]' \| \
17226 X"$file" : 'X\(//\)$' \| \
17227 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17228$as_echo X"$file" |
17229 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17230 s//\1/
17231 q
17232 }
17233 /^X\(\/\/\)[^/].*/{
17234 s//\1/
17235 q
17236 }
17237 /^X\(\/\/\)$/{
17238 s//\1/
17239 q
17240 }
17241 /^X\(\/\).*/{
17242 s//\1/
17243 q
17244 }
17245 s/.*/./; q'`
17246 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17247 # echo "creating $dirpart/$file"
17248 echo '# dummy' > "$dirpart/$file"
17249 done
17250 done
17251}
17252 ;;
17253 "libtool":C)
17254
17255 # See if we are running on zsh, and set the options which allow our
17256 # commands through without removal of \ escapes.
17257 if test -n "${ZSH_VERSION+set}" ; then
17258 setopt NO_GLOB_SUBST
17259 fi
17260
17261 cfgfile="${ofile}T"
17262 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17263 $RM "$cfgfile"
17264
17265 cat <<_LT_EOF >> "$cfgfile"
17266#! $SHELL
17267
17268# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17269# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17270# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17271# NOTE: Changes made to this file will be lost: look at ltmain.sh.
17272#
17273# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17274# 2006, 2007, 2008 Free Software Foundation, Inc.
17275# Written by Gordon Matzigkeit, 1996
17276#
17277# This file is part of GNU Libtool.
17278#
17279# GNU Libtool is free software; you can redistribute it and/or
17280# modify it under the terms of the GNU General Public License as
17281# published by the Free Software Foundation; either version 2 of
17282# the License, or (at your option) any later version.
17283#
17284# As a special exception to the GNU General Public License,
17285# if you distribute this file as part of a program or library that
17286# is built using GNU Libtool, you may include this file under the
17287# same distribution terms that you use for the rest of that program.
17288#
17289# GNU Libtool is distributed in the hope that it will be useful,
17290# but WITHOUT ANY WARRANTY; without even the implied warranty of
17291# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17292# GNU General Public License for more details.
17293#
17294# You should have received a copy of the GNU General Public License
17295# along with GNU Libtool; see the file COPYING. If not, a copy
17296# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17297# obtained by writing to the Free Software Foundation, Inc.,
17298# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17299
17300
17301# The names of the tagged configurations supported by this script.
17302available_tags=""
17303
17304# ### BEGIN LIBTOOL CONFIG
17305
17306# Whether or not to build shared libraries.
17307build_libtool_libs=$enable_shared
17308
17309# Which release of libtool.m4 was used?
17310macro_version=$macro_version
17311macro_revision=$macro_revision
17312
17313# Whether or not to build static libraries.
17314build_old_libs=$enable_static
17315
17316# What type of objects to build.
17317pic_mode=$pic_mode
17318
17319# Whether or not to optimize for fast installation.
17320fast_install=$enable_fast_install
17321
17322# The host system.
17323host_alias=$host_alias
17324host=$host
17325host_os=$host_os
17326
17327# The build system.
17328build_alias=$build_alias
17329build=$build
17330build_os=$build_os
17331
17332# A sed program that does not truncate output.
17333SED=$lt_SED
17334
17335# Sed that helps us avoid accidentally triggering echo(1) options like -n.
17336Xsed="\$SED -e 1s/^X//"
17337
17338# A grep program that handles long lines.
17339GREP=$lt_GREP
17340
17341# An ERE matcher.
17342EGREP=$lt_EGREP
17343
17344# A literal string matcher.
17345FGREP=$lt_FGREP
17346
17347# A BSD- or MS-compatible name lister.
17348NM=$lt_NM
17349
17350# Whether we need soft or hard links.
17351LN_S=$lt_LN_S
17352
17353# What is the maximum length of a command?
17354max_cmd_len=$max_cmd_len
17355
17356# Object file suffix (normally "o").
17357objext=$ac_objext
17358
17359# Executable file suffix (normally "").
17360exeext=$exeext
17361
17362# whether the shell understands "unset".
17363lt_unset=$lt_unset
17364
17365# turn spaces into newlines.
17366SP2NL=$lt_lt_SP2NL
17367
17368# turn newlines into spaces.
17369NL2SP=$lt_lt_NL2SP
17370
17371# How to create reloadable object files.
17372reload_flag=$lt_reload_flag
17373reload_cmds=$lt_reload_cmds
17374
17375# An object symbol dumper.
17376OBJDUMP=$lt_OBJDUMP
17377
17378# Method to check whether dependent libraries are shared objects.
17379deplibs_check_method=$lt_deplibs_check_method
17380
17381# Command to use when deplibs_check_method == "file_magic".
17382file_magic_cmd=$lt_file_magic_cmd
17383
17384# The archiver.
17385AR=$lt_AR
17386AR_FLAGS=$lt_AR_FLAGS
17387
17388# A symbol stripping program.
17389STRIP=$lt_STRIP
17390
17391# Commands used to install an old-style archive.
17392RANLIB=$lt_RANLIB
17393old_postinstall_cmds=$lt_old_postinstall_cmds
17394old_postuninstall_cmds=$lt_old_postuninstall_cmds
17395
17396# A C compiler.
17397LTCC=$lt_CC
17398
17399# LTCC compiler flags.
17400LTCFLAGS=$lt_CFLAGS
17401
17402# Take the output of nm and produce a listing of raw symbols and C names.
17403global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17404
17405# Transform the output of nm in a proper C declaration.
17406global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17407
17408# Transform the output of nm in a C name address pair.
17409global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17410
17411# Transform the output of nm in a C name address pair when lib prefix is needed.
17412global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17413
17414# The name of the directory that contains temporary libtool files.
17415objdir=$objdir
17416
17417# Shell to use when invoking shell scripts.
17418SHELL=$lt_SHELL
17419
17420# An echo program that does not interpret backslashes.
17421ECHO=$lt_ECHO
17422
17423# Used to examine libraries when file_magic_cmd begins with "file".
17424MAGIC_CMD=$MAGIC_CMD
17425
17426# Must we lock files when doing compilation?
17427need_locks=$lt_need_locks
17428
17429# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17430DSYMUTIL=$lt_DSYMUTIL
17431
17432# Tool to change global to local symbols on Mac OS X.
17433NMEDIT=$lt_NMEDIT
17434
17435# Tool to manipulate fat objects and archives on Mac OS X.
17436LIPO=$lt_LIPO
17437
17438# ldd/readelf like tool for Mach-O binaries on Mac OS X.
17439OTOOL=$lt_OTOOL
17440
17441# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17442OTOOL64=$lt_OTOOL64
17443
17444# Old archive suffix (normally "a").
17445libext=$libext
17446
17447# Shared library suffix (normally ".so").
17448shrext_cmds=$lt_shrext_cmds
17449
17450# The commands to extract the exported symbol list from a shared archive.
17451extract_expsyms_cmds=$lt_extract_expsyms_cmds
17452
17453# Variables whose values should be saved in libtool wrapper scripts and
17454# restored at link time.
17455variables_saved_for_relink=$lt_variables_saved_for_relink
17456
17457# Do we need the "lib" prefix for modules?
17458need_lib_prefix=$need_lib_prefix
17459
17460# Do we need a version for libraries?
17461need_version=$need_version
17462
17463# Library versioning type.
17464version_type=$version_type
17465
17466# Shared library runtime path variable.
17467runpath_var=$runpath_var
17468
17469# Shared library path variable.
17470shlibpath_var=$shlibpath_var
17471
17472# Is shlibpath searched before the hard-coded library search path?
17473shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17474
17475# Format of library name prefix.
17476libname_spec=$lt_libname_spec
17477
17478# List of archive names. First name is the real one, the rest are links.
17479# The last name is the one that the linker finds with -lNAME
17480library_names_spec=$lt_library_names_spec
17481
17482# The coded name of the library, if different from the real name.
17483soname_spec=$lt_soname_spec
17484
17485# Command to use after installation of a shared archive.
17486postinstall_cmds=$lt_postinstall_cmds
17487
17488# Command to use after uninstallation of a shared archive.
17489postuninstall_cmds=$lt_postuninstall_cmds
17490
17491# Commands used to finish a libtool library installation in a directory.
17492finish_cmds=$lt_finish_cmds
17493
17494# As "finish_cmds", except a single script fragment to be evaled but
17495# not shown.
17496finish_eval=$lt_finish_eval
17497
17498# Whether we should hardcode library paths into libraries.
17499hardcode_into_libs=$hardcode_into_libs
17500
17501# Compile-time system search path for libraries.
17502sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17503
17504# Run-time system search path for libraries.
17505sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17506
17507# Whether dlopen is supported.
17508dlopen_support=$enable_dlopen
17509
17510# Whether dlopen of programs is supported.
17511dlopen_self=$enable_dlopen_self
17512
17513# Whether dlopen of statically linked programs is supported.
17514dlopen_self_static=$enable_dlopen_self_static
17515
17516# Commands to strip libraries.
17517old_striplib=$lt_old_striplib
17518striplib=$lt_striplib
17519
17520
17521# The linker used to build libraries.
17522LD=$lt_LD
17523
17524# Commands used to build an old-style archive.
17525old_archive_cmds=$lt_old_archive_cmds
17526
17527# A language specific compiler.
17528CC=$lt_compiler
17529
17530# Is the compiler the GNU compiler?
17531with_gcc=$GCC
17532
17533# Compiler flag to turn off builtin functions.
17534no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17535
17536# How to pass a linker flag through the compiler.
17537wl=$lt_lt_prog_compiler_wl
17538
17539# Additional compiler flags for building library objects.
17540pic_flag=$lt_lt_prog_compiler_pic
17541
17542# Compiler flag to prevent dynamic linking.
17543link_static_flag=$lt_lt_prog_compiler_static
17544
17545# Does compiler simultaneously support -c and -o options?
17546compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17547
17548# Whether or not to add -lc for building shared libraries.
17549build_libtool_need_lc=$archive_cmds_need_lc
17550
17551# Whether or not to disallow shared libs when runtime libs are static.
17552allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17553
17554# Compiler flag to allow reflexive dlopens.
17555export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17556
17557# Compiler flag to generate shared objects directly from archives.
17558whole_archive_flag_spec=$lt_whole_archive_flag_spec
17559
17560# Whether the compiler copes with passing no objects directly.
17561compiler_needs_object=$lt_compiler_needs_object
17562
17563# Create an old-style archive from a shared archive.
17564old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17565
17566# Create a temporary old-style archive to link instead of a shared archive.
17567old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17568
17569# Commands used to build a shared archive.
17570archive_cmds=$lt_archive_cmds
17571archive_expsym_cmds=$lt_archive_expsym_cmds
17572
17573# Commands used to build a loadable module if different from building
17574# a shared archive.
17575module_cmds=$lt_module_cmds
17576module_expsym_cmds=$lt_module_expsym_cmds
17577
17578# Whether we are building with GNU ld or not.
17579with_gnu_ld=$lt_with_gnu_ld
17580
17581# Flag that allows shared libraries with undefined symbols to be built.
17582allow_undefined_flag=$lt_allow_undefined_flag
17583
17584# Flag that enforces no undefined symbols.
17585no_undefined_flag=$lt_no_undefined_flag
17586
17587# Flag to hardcode \$libdir into a binary during linking.
17588# This must work even if \$libdir does not exist
17589hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17590
17591# If ld is used when linking, flag to hardcode \$libdir into a binary
17592# during linking. This must work even if \$libdir does not exist.
17593hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17594
17595# Whether we need a single "-rpath" flag with a separated argument.
17596hardcode_libdir_separator=$lt_hardcode_libdir_separator
17597
17598# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17599# DIR into the resulting binary.
17600hardcode_direct=$hardcode_direct
17601
17602# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17603# DIR into the resulting binary and the resulting library dependency is
17604# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17605# library is relocated.
17606hardcode_direct_absolute=$hardcode_direct_absolute
17607
17608# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17609# into the resulting binary.
17610hardcode_minus_L=$hardcode_minus_L
17611
17612# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17613# into the resulting binary.
17614hardcode_shlibpath_var=$hardcode_shlibpath_var
17615
17616# Set to "yes" if building a shared library automatically hardcodes DIR
17617# into the library and all subsequent libraries and executables linked
17618# against it.
17619hardcode_automatic=$hardcode_automatic
17620
17621# Set to yes if linker adds runtime paths of dependent libraries
17622# to runtime path list.
17623inherit_rpath=$inherit_rpath
17624
17625# Whether libtool must link a program against all its dependency libraries.
17626link_all_deplibs=$link_all_deplibs
17627
17628# Fix the shell variable \$srcfile for the compiler.
17629fix_srcfile_path=$lt_fix_srcfile_path
17630
17631# Set to "yes" if exported symbols are required.
17632always_export_symbols=$always_export_symbols
17633
17634# The commands to list exported symbols.
17635export_symbols_cmds=$lt_export_symbols_cmds
17636
17637# Symbols that should not be listed in the preloaded symbols.
17638exclude_expsyms=$lt_exclude_expsyms
17639
17640# Symbols that must always be exported.
17641include_expsyms=$lt_include_expsyms
17642
17643# Commands necessary for linking programs (against libraries) with templates.
17644prelink_cmds=$lt_prelink_cmds
17645
17646# Specify filename containing input files.
17647file_list_spec=$lt_file_list_spec
17648
17649# How to hardcode a shared library path into an executable.
17650hardcode_action=$hardcode_action
17651
17652# ### END LIBTOOL CONFIG
17653
17654_LT_EOF
17655
17656 case $host_os in
17657 aix3*)
17658 cat <<\_LT_EOF >> "$cfgfile"
17659# AIX sometimes has problems with the GCC collect2 program. For some
17660# reason, if we set the COLLECT_NAMES environment variable, the problems
17661# vanish in a puff of smoke.
17662if test "X${COLLECT_NAMES+set}" != Xset; then
17663 COLLECT_NAMES=
17664 export COLLECT_NAMES
17665fi
17666_LT_EOF
17667 ;;
17668 esac
17669
17670
17671ltmain="$ac_aux_dir/ltmain.sh"
17672
17673
17674 # We use sed instead of cat because bash on DJGPP gets confused if
17675 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17676 # text mode, it properly converts lines to CR/LF. This bash problem
17677 # is reportedly fixed, but why not run on old versions too?
17678 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17679 || (rm -f "$cfgfile"; exit 1)
17680
17681 case $xsi_shell in
17682 yes)
17683 cat << \_LT_EOF >> "$cfgfile"
17684
17685# func_dirname file append nondir_replacement
17686# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17687# otherwise set result to NONDIR_REPLACEMENT.
17688func_dirname ()
17689{
17690 case ${1} in
17691 */*) func_dirname_result="${1%/*}${2}" ;;
17692 * ) func_dirname_result="${3}" ;;
17693 esac
17694}
17695
17696# func_basename file
17697func_basename ()
17698{
17699 func_basename_result="${1##*/}"
17700}
17701
17702# func_dirname_and_basename file append nondir_replacement
17703# perform func_basename and func_dirname in a single function
17704# call:
17705# dirname: Compute the dirname of FILE. If nonempty,
17706# add APPEND to the result, otherwise set result
17707# to NONDIR_REPLACEMENT.
17708# value returned in "$func_dirname_result"
17709# basename: Compute filename of FILE.
17710# value retuned in "$func_basename_result"
17711# Implementation must be kept synchronized with func_dirname
17712# and func_basename. For efficiency, we do not delegate to
17713# those functions but instead duplicate the functionality here.
17714func_dirname_and_basename ()
17715{
17716 case ${1} in
17717 */*) func_dirname_result="${1%/*}${2}" ;;
17718 * ) func_dirname_result="${3}" ;;
17719 esac
17720 func_basename_result="${1##*/}"
17721}
17722
17723# func_stripname prefix suffix name
17724# strip PREFIX and SUFFIX off of NAME.
17725# PREFIX and SUFFIX must not contain globbing or regex special
17726# characters, hashes, percent signs, but SUFFIX may contain a leading
17727# dot (in which case that matches only a dot).
17728func_stripname ()
17729{
17730 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17731 # positional parameters, so assign one to ordinary parameter first.
17732 func_stripname_result=${3}
17733 func_stripname_result=${func_stripname_result#"${1}"}
17734 func_stripname_result=${func_stripname_result%"${2}"}
17735}
17736
17737# func_opt_split
17738func_opt_split ()
17739{
17740 func_opt_split_opt=${1%%=*}
17741 func_opt_split_arg=${1#*=}
17742}
17743
17744# func_lo2o object
17745func_lo2o ()
17746{
17747 case ${1} in
17748 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17749 *) func_lo2o_result=${1} ;;
17750 esac
17751}
17752
17753# func_xform libobj-or-source
17754func_xform ()
17755{
17756 func_xform_result=${1%.*}.lo
17757}
17758
17759# func_arith arithmetic-term...
17760func_arith ()
17761{
17762 func_arith_result=$(( $* ))
17763}
17764
17765# func_len string
17766# STRING may not start with a hyphen.
17767func_len ()
17768{
17769 func_len_result=${#1}
17770}
17771
17772_LT_EOF
17773 ;;
17774 *) # Bourne compatible functions.
17775 cat << \_LT_EOF >> "$cfgfile"
17776
17777# func_dirname file append nondir_replacement
17778# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17779# otherwise set result to NONDIR_REPLACEMENT.
17780func_dirname ()
17781{
17782 # Extract subdirectory from the argument.
17783 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
17784 if test "X$func_dirname_result" = "X${1}"; then
17785 func_dirname_result="${3}"
17786 else
17787 func_dirname_result="$func_dirname_result${2}"
17788 fi
17789}
17790
17791# func_basename file
17792func_basename ()
17793{
17794 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
17795}
17796
17797
17798# func_stripname prefix suffix name
17799# strip PREFIX and SUFFIX off of NAME.
17800# PREFIX and SUFFIX must not contain globbing or regex special
17801# characters, hashes, percent signs, but SUFFIX may contain a leading
17802# dot (in which case that matches only a dot).
17803# func_strip_suffix prefix name
17804func_stripname ()
17805{
17806 case ${2} in
17807 .*) func_stripname_result=`$ECHO "X${3}" \
17808 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
17809 *) func_stripname_result=`$ECHO "X${3}" \
17810 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
17811 esac
17812}
17813
17814# sed scripts:
17815my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17816my_sed_long_arg='1s/^-[^=]*=//'
17817
17818# func_opt_split
17819func_opt_split ()
17820{
17821 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
17822 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
17823}
17824
17825# func_lo2o object
17826func_lo2o ()
17827{
17828 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
17829}
17830
17831# func_xform libobj-or-source
17832func_xform ()
17833{
17834 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
17835}
17836
17837# func_arith arithmetic-term...
17838func_arith ()
17839{
17840 func_arith_result=`expr "$@"`
17841}
17842
17843# func_len string
17844# STRING may not start with a hyphen.
17845func_len ()
17846{
17847 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17848}
17849
17850_LT_EOF
17851esac
17852
17853case $lt_shell_append in
17854 yes)
17855 cat << \_LT_EOF >> "$cfgfile"
17856
17857# func_append var value
17858# Append VALUE to the end of shell variable VAR.
17859func_append ()
17860{
17861 eval "$1+=\$2"
17862}
17863_LT_EOF
17864 ;;
17865 *)
17866 cat << \_LT_EOF >> "$cfgfile"
17867
17868# func_append var value
17869# Append VALUE to the end of shell variable VAR.
17870func_append ()
17871{
17872 eval "$1=\$$1\$2"
17873}
17874
17875_LT_EOF
17876 ;;
17877 esac
17878
17879
17880 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17881 || (rm -f "$cfgfile"; exit 1)
17882
17883 mv -f "$cfgfile" "$ofile" ||
17884 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17885 chmod +x "$ofile"
17886
17887 ;;
17888 "default-1":C)
17889 for ac_file in $CONFIG_FILES; do
17890 # Support "outfile[:infile[:infile...]]"
17891 case "$ac_file" in
17892 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17893 esac
17894 # PO directories have a Makefile.in generated from Makefile.in.in.
17895 case "$ac_file" in */Makefile.in)
17896 # Adjust a relative srcdir.
17897 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17898 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
17899 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17900 # In autoconf-2.13 it is called $ac_given_srcdir.
17901 # In autoconf-2.50 it is called $srcdir.
17902 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17903 case "$ac_given_srcdir" in
17904 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17905 /*) top_srcdir="$ac_given_srcdir" ;;
17906 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17907 esac
17908 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17909 rm -f "$ac_dir/POTFILES"
17910 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17911 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17912 POMAKEFILEDEPS="POTFILES.in"
17913 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17914 # on $ac_dir but don't depend on user-specified configuration
17915 # parameters.
17916 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17917 # The LINGUAS file contains the set of available languages.
17918 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17919 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
17920 fi
17921 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17922 # Hide the ALL_LINGUAS assigment from automake.
17923 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17924 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17925 else
17926 # The set of available languages was given in configure.in.
17927 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17928 fi
17929 case "$ac_given_srcdir" in
17930 .) srcdirpre= ;;
17931 *) srcdirpre='$(srcdir)/' ;;
17932 esac
17933 POFILES=
17934 GMOFILES=
17935 UPDATEPOFILES=
17936 DUMMYPOFILES=
17937 for lang in $ALL_LINGUAS; do
17938 POFILES="$POFILES $srcdirpre$lang.po"
17939 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17940 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17941 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17942 done
17943 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17944 # environment variable.
17945 INST_LINGUAS=
17946 if test -n "$ALL_LINGUAS"; then
17947 for presentlang in $ALL_LINGUAS; do
17948 useit=no
17949 if test "%UNSET%" != "$LINGUAS"; then
17950 desiredlanguages="$LINGUAS"
17951 else
17952 desiredlanguages="$ALL_LINGUAS"
17953 fi
17954 for desiredlang in $desiredlanguages; do
17955 # Use the presentlang catalog if desiredlang is
17956 # a. equal to presentlang, or
17957 # b. a variant of presentlang (because in this case,
17958 # presentlang can be used as a fallback for messages
17959 # which are not translated in the desiredlang catalog).
17960 case "$desiredlang" in
17961 "$presentlang"*) useit=yes;;
17962 esac
17963 done
17964 if test $useit = yes; then
17965 INST_LINGUAS="$INST_LINGUAS $presentlang"
17966 fi
17967 done
17968 fi
17969 CATALOGS=
17970 if test -n "$INST_LINGUAS"; then
17971 for lang in $INST_LINGUAS; do
17972 CATALOGS="$CATALOGS $lang.gmo"
17973 done
17974 fi
17975 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17976 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"
17977 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17978 if test -f "$f"; then
17979 case "$f" in
17980 *.orig | *.bak | *~) ;;
17981 *) cat "$f" >> "$ac_dir/Makefile" ;;
17982 esac
17983 fi
17984 done
17985 fi
17986 ;;
17987 esac
17988 done ;;
17989 "bfd_stdint.h":C)
17990if test "$GCC" = yes; then
17991 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
17992else
17993 echo "/* generated for $CC */" > tmp-stdint.h
17994fi
17995
17996sed 's/^ *//' >> tmp-stdint.h <<EOF
17997
17998 #ifndef GCC_GENERATED_STDINT_H
17999 #define GCC_GENERATED_STDINT_H 1
18000
18001 #include <sys/types.h>
18002EOF
18003
18004if test "$acx_cv_header_stdint" != stdint.h; then
18005 echo "#include <stddef.h>" >> tmp-stdint.h
18006fi
18007if test "$acx_cv_header_stdint" != stddef.h; then
18008 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18009fi
18010
18011sed 's/^ *//' >> tmp-stdint.h <<EOF
18012 /* glibc uses these symbols as guards to prevent redefinitions. */
18013 #ifdef __int8_t_defined
18014 #define _INT8_T
18015 #define _INT16_T
18016 #define _INT32_T
18017 #endif
18018 #ifdef __uint32_t_defined
18019 #define _UINT32_T
18020 #endif
18021
18022EOF
18023
18024# ----------------- done header, emit basic int types -------------
18025if test "$acx_cv_header_stdint" = stddef.h; then
18026 sed 's/^ *//' >> tmp-stdint.h <<EOF
18027
18028 #ifndef _UINT8_T
18029 #define _UINT8_T
18030 #ifndef __uint8_t_defined
18031 #define __uint8_t_defined
18032 typedef unsigned $acx_cv_type_int8_t uint8_t;
18033 #endif
18034 #endif
18035
18036 #ifndef _UINT16_T
18037 #define _UINT16_T
18038 #ifndef __uint16_t_defined
18039 #define __uint16_t_defined
18040 typedef unsigned $acx_cv_type_int16_t uint16_t;
18041 #endif
18042 #endif
18043
18044 #ifndef _UINT32_T
18045 #define _UINT32_T
18046 #ifndef __uint32_t_defined
18047 #define __uint32_t_defined
18048 typedef unsigned $acx_cv_type_int32_t uint32_t;
18049 #endif
18050 #endif
18051
18052 #ifndef _INT8_T
18053 #define _INT8_T
18054 #ifndef __int8_t_defined
18055 #define __int8_t_defined
18056 typedef $acx_cv_type_int8_t int8_t;
18057 #endif
18058 #endif
18059
18060 #ifndef _INT16_T
18061 #define _INT16_T
18062 #ifndef __int16_t_defined
18063 #define __int16_t_defined
18064 typedef $acx_cv_type_int16_t int16_t;
18065 #endif
18066 #endif
18067
18068 #ifndef _INT32_T
18069 #define _INT32_T
18070 #ifndef __int32_t_defined
18071 #define __int32_t_defined
18072 typedef $acx_cv_type_int32_t int32_t;
18073 #endif
18074 #endif
18075EOF
18076elif test "$ac_cv_type_u_int32_t" = yes; then
18077 sed 's/^ *//' >> tmp-stdint.h <<EOF
18078
18079 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18080 #ifndef _INT8_T
18081 #define _INT8_T
18082 #endif
18083 #ifndef _INT16_T
18084 #define _INT16_T
18085 #endif
18086 #ifndef _INT32_T
18087 #define _INT32_T
18088 #endif
18089
18090 #ifndef _UINT8_T
18091 #define _UINT8_T
18092 #ifndef __uint8_t_defined
18093 #define __uint8_t_defined
18094 typedef u_int8_t uint8_t;
18095 #endif
18096 #endif
18097
18098 #ifndef _UINT16_T
18099 #define _UINT16_T
18100 #ifndef __uint16_t_defined
18101 #define __uint16_t_defined
18102 typedef u_int16_t uint16_t;
18103 #endif
18104 #endif
18105
18106 #ifndef _UINT32_T
18107 #define _UINT32_T
18108 #ifndef __uint32_t_defined
18109 #define __uint32_t_defined
18110 typedef u_int32_t uint32_t;
18111 #endif
18112 #endif
18113EOF
18114else
18115 sed 's/^ *//' >> tmp-stdint.h <<EOF
18116
18117 /* Some systems have guard macros to prevent redefinitions, define them. */
18118 #ifndef _INT8_T
18119 #define _INT8_T
18120 #endif
18121 #ifndef _INT16_T
18122 #define _INT16_T
18123 #endif
18124 #ifndef _INT32_T
18125 #define _INT32_T
18126 #endif
18127 #ifndef _UINT8_T
18128 #define _UINT8_T
18129 #endif
18130 #ifndef _UINT16_T
18131 #define _UINT16_T
18132 #endif
18133 #ifndef _UINT32_T
18134 #define _UINT32_T
18135 #endif
18136EOF
18137fi
18138
18139# ------------- done basic int types, emit int64_t types ------------
18140if test "$ac_cv_type_uint64_t" = yes; then
18141 sed 's/^ *//' >> tmp-stdint.h <<EOF
18142
18143 /* system headers have good uint64_t and int64_t */
18144 #ifndef _INT64_T
18145 #define _INT64_T
18146 #endif
18147 #ifndef _UINT64_T
18148 #define _UINT64_T
18149 #endif
18150EOF
18151elif test "$ac_cv_type_u_int64_t" = yes; then
18152 sed 's/^ *//' >> tmp-stdint.h <<EOF
18153
18154 /* system headers have an u_int64_t (and int64_t) */
18155 #ifndef _INT64_T
18156 #define _INT64_T
18157 #endif
18158 #ifndef _UINT64_T
18159 #define _UINT64_T
18160 #ifndef __uint64_t_defined
18161 #define __uint64_t_defined
18162 typedef u_int64_t uint64_t;
18163 #endif
18164 #endif
18165EOF
18166elif test -n "$acx_cv_type_int64_t"; then
18167 sed 's/^ *//' >> tmp-stdint.h <<EOF
18168
18169 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
18170 #ifndef _INT64_T
18171 #define _INT64_T
18172 typedef $acx_cv_type_int64_t int64_t;
18173 #endif
18174 #ifndef _UINT64_T
18175 #define _UINT64_T
18176 #ifndef __uint64_t_defined
18177 #define __uint64_t_defined
18178 typedef unsigned $acx_cv_type_int64_t uint64_t;
18179 #endif
18180 #endif
18181EOF
18182else
18183 sed 's/^ *//' >> tmp-stdint.h <<EOF
18184
18185 /* some common heuristics for int64_t, using compiler-specific tests */
18186 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
18187 #ifndef _INT64_T
18188 #define _INT64_T
18189 #ifndef __int64_t_defined
18190 typedef long long int64_t;
18191 #endif
18192 #endif
18193 #ifndef _UINT64_T
18194 #define _UINT64_T
18195 typedef unsigned long long uint64_t;
18196 #endif
18197
18198 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
18199 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
18200 does not implement __extension__. But that compiler doesn't define
18201 __GNUC_MINOR__. */
18202 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
18203 # define __extension__
18204 # endif
18205
18206 # ifndef _INT64_T
18207 # define _INT64_T
18208 __extension__ typedef long long int64_t;
18209 # endif
18210 # ifndef _UINT64_T
18211 # define _UINT64_T
18212 __extension__ typedef unsigned long long uint64_t;
18213 # endif
18214
18215 #elif !defined __STRICT_ANSI__
18216 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
18217
18218 # ifndef _INT64_T
18219 # define _INT64_T
18220 typedef __int64 int64_t;
18221 # endif
18222 # ifndef _UINT64_T
18223 # define _UINT64_T
18224 typedef unsigned __int64 uint64_t;
18225 # endif
18226 # endif /* compiler */
18227
18228 #endif /* ANSI version */
18229EOF
18230fi
18231
18232# ------------- done int64_t types, emit intptr types ------------
18233if test "$ac_cv_type_uintptr_t" != yes; then
18234 sed 's/^ *//' >> tmp-stdint.h <<EOF
18235
18236 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
18237 #ifndef __uintptr_t_defined
18238 typedef u$acx_cv_type_intptr_t uintptr_t;
18239 #endif
18240 #ifndef __intptr_t_defined
18241 typedef $acx_cv_type_intptr_t intptr_t;
18242 #endif
18243EOF
18244fi
18245
18246# ------------- done intptr types, emit int_least types ------------
18247if test "$ac_cv_type_int_least32_t" != yes; then
18248 sed 's/^ *//' >> tmp-stdint.h <<EOF
18249
18250 /* Define int_least types */
18251 typedef int8_t int_least8_t;
18252 typedef int16_t int_least16_t;
18253 typedef int32_t int_least32_t;
18254 #ifdef _INT64_T
18255 typedef int64_t int_least64_t;
18256 #endif
18257
18258 typedef uint8_t uint_least8_t;
18259 typedef uint16_t uint_least16_t;
18260 typedef uint32_t uint_least32_t;
18261 #ifdef _UINT64_T
18262 typedef uint64_t uint_least64_t;
18263 #endif
18264EOF
18265fi
18266
18267# ------------- done intptr types, emit int_fast types ------------
18268if test "$ac_cv_type_int_fast32_t" != yes; then
18269 sed 's/^ *//' >> tmp-stdint.h <<EOF
18270
18271 /* Define int_fast types. short is often slow */
18272 typedef int8_t int_fast8_t;
18273 typedef int int_fast16_t;
18274 typedef int32_t int_fast32_t;
18275 #ifdef _INT64_T
18276 typedef int64_t int_fast64_t;
18277 #endif
18278
18279 typedef uint8_t uint_fast8_t;
18280 typedef unsigned int uint_fast16_t;
18281 typedef uint32_t uint_fast32_t;
18282 #ifdef _UINT64_T
18283 typedef uint64_t uint_fast64_t;
18284 #endif
18285EOF
18286fi
18287
18288if test "$ac_cv_type_uintmax_t" != yes; then
18289 sed 's/^ *//' >> tmp-stdint.h <<EOF
18290
18291 /* Define intmax based on what we found */
18292 #ifdef _INT64_T
18293 typedef int64_t intmax_t;
18294 #else
18295 typedef long intmax_t;
18296 #endif
18297 #ifdef _UINT64_T
18298 typedef uint64_t uintmax_t;
18299 #else
18300 typedef unsigned long uintmax_t;
18301 #endif
18302EOF
18303fi
18304
18305sed 's/^ *//' >> tmp-stdint.h <<EOF
18306
18307 #endif /* GCC_GENERATED_STDINT_H */
18308EOF
18309
18310if test -r bfd_stdint.h && cmp -s tmp-stdint.h bfd_stdint.h; then
18311 rm -f tmp-stdint.h
18312else
18313 mv -f tmp-stdint.h bfd_stdint.h
18314fi
18315
18316 ;;
18317 "default":C)
18318case "$srcdir" in
18319 .) srcdirpre= ;;
18320 *) srcdirpre='$(srcdir)/' ;;
18321esac
18322POFILES=
18323GMOFILES=
18324for lang in dummy $OBSOLETE_ALL_LINGUAS; do
18325 if test $lang != dummy; then
18326 POFILES="$POFILES $srcdirpre$lang.po"
18327 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18328 fi
18329done
18330sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
18331 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
18332 -e "s,@POFILES@,$POFILES," \
18333 -e "s,@GMOFILES@,$GMOFILES," \
18334 po/Makefile.in > po/Makefile ;;
18335
18336 esac
18337done # for ac_tag
18338
18339
18340as_fn_exit 0
18341_ACEOF
18342ac_clean_files=$ac_clean_files_save
18343
18344test $ac_write_fail = 0 ||
18345 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
18346
18347
18348# configure is writing to config.log, and then calls config.status.
18349# config.status does its own redirection, appending to config.log.
18350# Unfortunately, on DOS this fails, as config.log is still kept open
18351# by configure, so config.status won't be able to write to it; its
18352# output is simply discarded. So we exec the FD to /dev/null,
18353# effectively closing config.log, so it can be properly (re)opened and
18354# appended to by config.status. When coming back to configure, we
18355# need to make the FD available again.
18356if test "$no_create" != yes; then
18357 ac_cs_success=:
18358 ac_config_status_args=
18359 test "$silent" = yes &&
18360 ac_config_status_args="$ac_config_status_args --quiet"
18361 exec 5>/dev/null
18362 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18363 exec 5>>config.log
18364 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18365 # would make configure fail if this is the last instruction.
18366 $ac_cs_success || as_fn_exit $?
18367fi
18368if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18369 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18370$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18371fi
18372
18373
This page took 0.119604 seconds and 4 git commands to generate.