dc0220f5e3b2dc51b082f2d306d5e8b29e633815
[external/binutils.git] / bfd / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for bfd 2.32.90.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18   emulate sh
19   NULLCMD=:
20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in #(
26   *posix*) :
27     set -o posix ;; #(
28   *) :
29      ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45   as_echo='print -r --'
46   as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48   as_echo='printf %s\n'
49   as_echo_n='printf %s'
50 else
51   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53     as_echo_n='/usr/ucb/echo -n'
54   else
55     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56     as_echo_n_body='eval
57       arg=$1;
58       case $arg in #(
59       *"$as_nl"*)
60         expr "X$arg" : "X\\(.*\\)$as_nl";
61         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62       esac;
63       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64     '
65     export as_echo_n_body
66     as_echo_n='sh -c $as_echo_n_body as_echo'
67   fi
68   export as_echo_body
69   as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74   PATH_SEPARATOR=:
75   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77       PATH_SEPARATOR=';'
78   }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order.  Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" ""        $as_nl"
88
89 # Find who we are.  Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92   *[\\/]* ) as_myself=$0 ;;
93   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96   IFS=$as_save_IFS
97   test -z "$as_dir" && as_dir=.
98     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99   done
100 IFS=$as_save_IFS
101
102      ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107   as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111   exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there.  '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136   # into an infinite loop, continuously re-executing ourselves.
137   if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138     _as_can_reexec=no; export _as_can_reexec;
139     # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147   *v*x* | *x*v* ) as_opts=-vx ;;
148   *v* ) as_opts=-v ;;
149   *x* ) as_opts=-x ;;
150   * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157   fi
158   # We don't want this to propagate to other subprocesses.
159           { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162   emulate sh
163   NULLCMD=:
164   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165   # is contrary to our usage.  Disable this feature.
166   alias -g '\${1+\"\$@\"}'='\"\$@\"'
167   setopt NO_GLOB_SUBST
168 else
169   case \`(set -o) 2>/dev/null\` in #(
170   *posix*) :
171     set -o posix ;; #(
172   *) :
173      ;;
174 esac
175 fi
176 "
177   as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191   exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201   test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202     ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205     PATH=/empty FPATH=/empty; export PATH FPATH
206     test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207       || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208   if (eval "$as_required") 2>/dev/null; then :
209   as_have_required=yes
210 else
211   as_have_required=no
212 fi
213   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220   IFS=$as_save_IFS
221   test -z "$as_dir" && as_dir=.
222   as_found=:
223   case $as_dir in #(
224          /*)
225            for as_base in sh bash ksh sh5; do
226              # Try only shells that exist, to save several forks.
227              as_shell=$as_dir/$as_base
228              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230   CONFIG_SHELL=$as_shell as_have_required=yes
231                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232   break 2
233 fi
234 fi
235            done;;
236        esac
237   as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241   CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246       if test "x$CONFIG_SHELL" != x; then :
247   export CONFIG_SHELL
248              # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256   *v*x* | *x*v* ) as_opts=-vx ;;
257   *v* ) as_opts=-v ;;
258   *x* ) as_opts=-x ;;
259   * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268     if test x$as_have_required = xno; then :
269   $as_echo "$0: This script requires a shell more modern than all"
270   $as_echo "$0: the shells that I found on your system."
271   if test x${ZSH_VERSION+set} = xset ; then
272     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274   else
275     $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279   fi
280   exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298   { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307   return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315   set +e
316   as_fn_set_status $1
317   exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326   case $as_dir in #(
327   -*) as_dir=./$as_dir;;
328   esac
329   test -d "$as_dir" || eval $as_mkdir_p || {
330     as_dirs=
331     while :; do
332       case $as_dir in #(
333       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334       *) as_qdir=$as_dir;;
335       esac
336       as_dirs="'$as_qdir' $as_dirs"
337       as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339          X"$as_dir" : 'X\(//\)[^/]' \| \
340          X"$as_dir" : 'X\(//\)$' \| \
341          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344             s//\1/
345             q
346           }
347           /^X\(\/\/\)[^/].*/{
348             s//\1/
349             q
350           }
351           /^X\(\/\/\)$/{
352             s//\1/
353             q
354           }
355           /^X\(\/\).*/{
356             s//\1/
357             q
358           }
359           s/.*/./; q'`
360       test -d "$as_dir" && break
361     done
362     test -z "$as_dirs" || eval "mkdir $as_dirs"
363   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373   test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382   eval 'as_fn_append ()
383   {
384     eval $1+=\$2
385   }'
386 else
387   as_fn_append ()
388   {
389     eval $1=\$$1\$2
390   }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399   eval 'as_fn_arith ()
400   {
401     as_val=$(( $* ))
402   }'
403 else
404   as_fn_arith ()
405   {
406     as_val=`expr "$@" || test $? -eq 1`
407   }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418   as_status=$1; test $as_status -eq 0 && as_status=1
419   if test "$4"; then
420     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422   fi
423   $as_echo "$as_me: error: $2" >&2
424   as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428    test "X`expr 00001 : '.*\(...\)'`" = X001; then
429   as_expr=expr
430 else
431   as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435   as_basename=basename
436 else
437   as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441   as_dirname=dirname
442 else
443   as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448          X"$0" : 'X\(//\)$' \| \
449          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451     sed '/^.*\/\([^/][^/]*\)\/*$/{
452             s//\1/
453             q
454           }
455           /^X\/\(\/\/\)$/{
456             s//\1/
457             q
458           }
459           /^X\/\(\/\).*/{
460             s//\1/
461             q
462           }
463           s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473   as_lineno_1=$LINENO as_lineno_1a=$LINENO
474   as_lineno_2=$LINENO as_lineno_2a=$LINENO
475   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
478   sed -n '
479     p
480     /[$]LINENO/=
481   ' <$as_myself |
482     sed '
483       s/[$]LINENO.*/&-/
484       t lineno
485       b
486       :lineno
487       N
488       :loop
489       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490       t loop
491       s/-\n.*//
492     ' >$as_me.lineno &&
493   chmod +x "$as_me.lineno" ||
494     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496   # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497   # already done that, so ensure we don't try to do so again and fall
498   # in an infinite loop.  This has already happened in practice.
499   _as_can_reexec=no; export _as_can_reexec
500   # Don't try to exec as it changes $[0], causing all sort of problems
501   # (the dirname of $[0] is not the place where we might find the
502   # original and so on.  Autoconf is especially sensitive to this).
503   . "./$as_me.lineno"
504   # Exit status is that of the last command.
505   exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511   case `echo 'xy\c'` in
512   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
513   xy)  ECHO_C='\c';;
514   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
515        ECHO_T=' ';;
516   esac;;
517 *)
518   ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523   rm -f conf$$.dir/conf$$.file
524 else
525   rm -f conf$$.dir
526   mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529   if ln -s conf$$.file conf$$ 2>/dev/null; then
530     as_ln_s='ln -s'
531     # ... but there are two gotchas:
532     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534     # In both cases, we have to default to `cp -pR'.
535     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536       as_ln_s='cp -pR'
537   elif ln conf$$.file conf$$ 2>/dev/null; then
538     as_ln_s=ln
539   else
540     as_ln_s='cp -pR'
541   fi
542 else
543   as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549   as_mkdir_p='mkdir -p "$as_dir"'
550 else
551   test -d ./-p && rmdir ./-p
552   as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME='bfd'
589 PACKAGE_TARNAME='bfd'
590 PACKAGE_VERSION='2.32.90'
591 PACKAGE_STRING='bfd 2.32.90'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
594
595 ac_unique_file="libbfd.c"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 #  include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 #  include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
631
632 ac_header_list=
633 ac_subst_vars='am__EXEEXT_FALSE
634 am__EXEEXT_TRUE
635 LTLIBOBJS
636 LIBOBJS
637 bfd_ufile_ptr
638 bfd_file_ptr
639 lt_cv_dlopen_libs
640 supports_plugins
641 COREFLAG
642 COREFILE
643 havevecs
644 tdefaults
645 bfd_default_target_size
646 bfd_machines
647 bfd_backends
648 all_backends
649 bfd64_libs
650 wordsize
651 TDEFINES
652 SHARED_LIBADD
653 SHARED_LDFLAGS
654 LIBM
655 zlibinc
656 zlibdir
657 EXEEXT_FOR_BUILD
658 CC_FOR_BUILD
659 BFD_HOSTPTR_T
660 BFD_HOST_U_64_BIT
661 BFD_HOST_64_BIT
662 BFD_HOST_64_BIT_DEFINED
663 BFD_HOST_64BIT_LONG_LONG
664 BFD_HOST_64BIT_LONG
665 HDEFINES
666 MSGMERGE
667 MSGFMT
668 MKINSTALLDIRS
669 CATOBJEXT
670 GENCAT
671 INSTOBJEXT
672 DATADIRNAME
673 CATALOGS
674 POSUB
675 GMSGFMT
676 XGETTEXT
677 INCINTL
678 LIBINTL_DEP
679 LIBINTL
680 USE_NLS
681 bfdincludedir
682 bfdlibdir
683 target_noncanonical
684 host_noncanonical
685 INSTALL_LIBBFD_FALSE
686 INSTALL_LIBBFD_TRUE
687 GENINSRC_NEVER_FALSE
688 GENINSRC_NEVER_TRUE
689 MAINT
690 MAINTAINER_MODE_FALSE
691 MAINTAINER_MODE_TRUE
692 WARN_WRITE_STRINGS
693 NO_WERROR
694 WARN_CFLAGS_FOR_BUILD
695 WARN_CFLAGS
696 REPORT_BUGS_TEXI
697 REPORT_BUGS_TO
698 PKGVERSION
699 DEBUGDIR
700 PLUGINS_FALSE
701 PLUGINS_TRUE
702 OTOOL64
703 OTOOL
704 LIPO
705 NMEDIT
706 DSYMUTIL
707 OBJDUMP
708 LN_S
709 NM
710 ac_ct_DUMPBIN
711 DUMPBIN
712 LD
713 FGREP
714 SED
715 LIBTOOL
716 EGREP
717 GREP
718 CPP
719 RANLIB
720 AR
721 AM_BACKSLASH
722 AM_DEFAULT_VERBOSITY
723 AM_DEFAULT_V
724 AM_V
725 am__fastdepCC_FALSE
726 am__fastdepCC_TRUE
727 CCDEPMODE
728 am__nodep
729 AMDEPBACKSLASH
730 AMDEP_FALSE
731 AMDEP_TRUE
732 am__quote
733 am__include
734 DEPDIR
735 am__untar
736 am__tar
737 AMTAR
738 am__leading_dot
739 SET_MAKE
740 AWK
741 mkdir_p
742 MKDIR_P
743 INSTALL_STRIP_PROGRAM
744 STRIP
745 install_sh
746 MAKEINFO
747 AUTOHEADER
748 AUTOMAKE
749 AUTOCONF
750 ACLOCAL
751 VERSION
752 PACKAGE
753 CYGPATH_W
754 am__isrc
755 INSTALL_DATA
756 INSTALL_SCRIPT
757 INSTALL_PROGRAM
758 OBJEXT
759 EXEEXT
760 ac_ct_CC
761 CPPFLAGS
762 LDFLAGS
763 CFLAGS
764 CC
765 target_os
766 target_vendor
767 target_cpu
768 target
769 host_os
770 host_vendor
771 host_cpu
772 host
773 build_os
774 build_vendor
775 build_cpu
776 build
777 target_alias
778 host_alias
779 build_alias
780 LIBS
781 ECHO_T
782 ECHO_N
783 ECHO_C
784 DEFS
785 mandir
786 localedir
787 libdir
788 psdir
789 pdfdir
790 dvidir
791 htmldir
792 infodir
793 docdir
794 oldincludedir
795 includedir
796 runstatedir
797 localstatedir
798 sharedstatedir
799 sysconfdir
800 datadir
801 datarootdir
802 libexecdir
803 sbindir
804 bindir
805 program_transform_name
806 prefix
807 exec_prefix
808 PACKAGE_URL
809 PACKAGE_BUGREPORT
810 PACKAGE_STRING
811 PACKAGE_VERSION
812 PACKAGE_TARNAME
813 PACKAGE_NAME
814 PATH_SEPARATOR
815 SHELL'
816 ac_subst_files=''
817 ac_user_opts='
818 enable_option_checking
819 enable_dependency_tracking
820 enable_silent_rules
821 enable_shared
822 enable_static
823 with_pic
824 enable_fast_install
825 with_gnu_ld
826 enable_libtool_lock
827 enable_plugins
828 enable_largefile
829 enable_64_bit_bfd
830 enable_targets
831 enable_64_bit_archive
832 with_mmap
833 enable_secureplt
834 enable_separate_code
835 enable_leading_mingw64_underscores
836 with_separate_debug_dir
837 with_pkgversion
838 with_bugurl
839 enable_werror
840 enable_build_warnings
841 enable_maintainer_mode
842 enable_install_libbfd
843 enable_nls
844 with_system_zlib
845 '
846       ac_precious_vars='build_alias
847 host_alias
848 target_alias
849 CC
850 CFLAGS
851 LDFLAGS
852 LIBS
853 CPPFLAGS
854 CPP'
855
856
857 # Initialize some variables set by options.
858 ac_init_help=
859 ac_init_version=false
860 ac_unrecognized_opts=
861 ac_unrecognized_sep=
862 # The variables have the same names as the options, with
863 # dashes changed to underlines.
864 cache_file=/dev/null
865 exec_prefix=NONE
866 no_create=
867 no_recursion=
868 prefix=NONE
869 program_prefix=NONE
870 program_suffix=NONE
871 program_transform_name=s,x,x,
872 silent=
873 site=
874 srcdir=
875 verbose=
876 x_includes=NONE
877 x_libraries=NONE
878
879 # Installation directory options.
880 # These are left unexpanded so users can "make install exec_prefix=/foo"
881 # and all the variables that are supposed to be based on exec_prefix
882 # by default will actually change.
883 # Use braces instead of parens because sh, perl, etc. also accept them.
884 # (The list follows the same order as the GNU Coding Standards.)
885 bindir='${exec_prefix}/bin'
886 sbindir='${exec_prefix}/sbin'
887 libexecdir='${exec_prefix}/libexec'
888 datarootdir='${prefix}/share'
889 datadir='${datarootdir}'
890 sysconfdir='${prefix}/etc'
891 sharedstatedir='${prefix}/com'
892 localstatedir='${prefix}/var'
893 runstatedir='${localstatedir}/run'
894 includedir='${prefix}/include'
895 oldincludedir='/usr/include'
896 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
897 infodir='${datarootdir}/info'
898 htmldir='${docdir}'
899 dvidir='${docdir}'
900 pdfdir='${docdir}'
901 psdir='${docdir}'
902 libdir='${exec_prefix}/lib'
903 localedir='${datarootdir}/locale'
904 mandir='${datarootdir}/man'
905
906 ac_prev=
907 ac_dashdash=
908 for ac_option
909 do
910   # If the previous option needs an argument, assign it.
911   if test -n "$ac_prev"; then
912     eval $ac_prev=\$ac_option
913     ac_prev=
914     continue
915   fi
916
917   case $ac_option in
918   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
919   *=)   ac_optarg= ;;
920   *)    ac_optarg=yes ;;
921   esac
922
923   # Accept the important Cygnus configure options, so we can diagnose typos.
924
925   case $ac_dashdash$ac_option in
926   --)
927     ac_dashdash=yes ;;
928
929   -bindir | --bindir | --bindi | --bind | --bin | --bi)
930     ac_prev=bindir ;;
931   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
932     bindir=$ac_optarg ;;
933
934   -build | --build | --buil | --bui | --bu)
935     ac_prev=build_alias ;;
936   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
937     build_alias=$ac_optarg ;;
938
939   -cache-file | --cache-file | --cache-fil | --cache-fi \
940   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
941     ac_prev=cache_file ;;
942   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
943   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
944     cache_file=$ac_optarg ;;
945
946   --config-cache | -C)
947     cache_file=config.cache ;;
948
949   -datadir | --datadir | --datadi | --datad)
950     ac_prev=datadir ;;
951   -datadir=* | --datadir=* | --datadi=* | --datad=*)
952     datadir=$ac_optarg ;;
953
954   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
955   | --dataroo | --dataro | --datar)
956     ac_prev=datarootdir ;;
957   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
958   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
959     datarootdir=$ac_optarg ;;
960
961   -disable-* | --disable-*)
962     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
963     # Reject names that are not valid shell variable names.
964     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
965       as_fn_error $? "invalid feature name: $ac_useropt"
966     ac_useropt_orig=$ac_useropt
967     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
968     case $ac_user_opts in
969       *"
970 "enable_$ac_useropt"
971 "*) ;;
972       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
973          ac_unrecognized_sep=', ';;
974     esac
975     eval enable_$ac_useropt=no ;;
976
977   -docdir | --docdir | --docdi | --doc | --do)
978     ac_prev=docdir ;;
979   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
980     docdir=$ac_optarg ;;
981
982   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
983     ac_prev=dvidir ;;
984   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
985     dvidir=$ac_optarg ;;
986
987   -enable-* | --enable-*)
988     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
989     # Reject names that are not valid shell variable names.
990     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
991       as_fn_error $? "invalid feature name: $ac_useropt"
992     ac_useropt_orig=$ac_useropt
993     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
994     case $ac_user_opts in
995       *"
996 "enable_$ac_useropt"
997 "*) ;;
998       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
999          ac_unrecognized_sep=', ';;
1000     esac
1001     eval enable_$ac_useropt=\$ac_optarg ;;
1002
1003   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1004   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1005   | --exec | --exe | --ex)
1006     ac_prev=exec_prefix ;;
1007   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1008   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1009   | --exec=* | --exe=* | --ex=*)
1010     exec_prefix=$ac_optarg ;;
1011
1012   -gas | --gas | --ga | --g)
1013     # Obsolete; use --with-gas.
1014     with_gas=yes ;;
1015
1016   -help | --help | --hel | --he | -h)
1017     ac_init_help=long ;;
1018   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1019     ac_init_help=recursive ;;
1020   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1021     ac_init_help=short ;;
1022
1023   -host | --host | --hos | --ho)
1024     ac_prev=host_alias ;;
1025   -host=* | --host=* | --hos=* | --ho=*)
1026     host_alias=$ac_optarg ;;
1027
1028   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1029     ac_prev=htmldir ;;
1030   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1031   | --ht=*)
1032     htmldir=$ac_optarg ;;
1033
1034   -includedir | --includedir | --includedi | --included | --include \
1035   | --includ | --inclu | --incl | --inc)
1036     ac_prev=includedir ;;
1037   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1038   | --includ=* | --inclu=* | --incl=* | --inc=*)
1039     includedir=$ac_optarg ;;
1040
1041   -infodir | --infodir | --infodi | --infod | --info | --inf)
1042     ac_prev=infodir ;;
1043   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1044     infodir=$ac_optarg ;;
1045
1046   -libdir | --libdir | --libdi | --libd)
1047     ac_prev=libdir ;;
1048   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1049     libdir=$ac_optarg ;;
1050
1051   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1052   | --libexe | --libex | --libe)
1053     ac_prev=libexecdir ;;
1054   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1055   | --libexe=* | --libex=* | --libe=*)
1056     libexecdir=$ac_optarg ;;
1057
1058   -localedir | --localedir | --localedi | --localed | --locale)
1059     ac_prev=localedir ;;
1060   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1061     localedir=$ac_optarg ;;
1062
1063   -localstatedir | --localstatedir | --localstatedi | --localstated \
1064   | --localstate | --localstat | --localsta | --localst | --locals)
1065     ac_prev=localstatedir ;;
1066   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1067   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1068     localstatedir=$ac_optarg ;;
1069
1070   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1071     ac_prev=mandir ;;
1072   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1073     mandir=$ac_optarg ;;
1074
1075   -nfp | --nfp | --nf)
1076     # Obsolete; use --without-fp.
1077     with_fp=no ;;
1078
1079   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1080   | --no-cr | --no-c | -n)
1081     no_create=yes ;;
1082
1083   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1084   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1085     no_recursion=yes ;;
1086
1087   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1088   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1089   | --oldin | --oldi | --old | --ol | --o)
1090     ac_prev=oldincludedir ;;
1091   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1092   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1093   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1094     oldincludedir=$ac_optarg ;;
1095
1096   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1097     ac_prev=prefix ;;
1098   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1099     prefix=$ac_optarg ;;
1100
1101   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1102   | --program-pre | --program-pr | --program-p)
1103     ac_prev=program_prefix ;;
1104   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1105   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1106     program_prefix=$ac_optarg ;;
1107
1108   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1109   | --program-suf | --program-su | --program-s)
1110     ac_prev=program_suffix ;;
1111   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1112   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1113     program_suffix=$ac_optarg ;;
1114
1115   -program-transform-name | --program-transform-name \
1116   | --program-transform-nam | --program-transform-na \
1117   | --program-transform-n | --program-transform- \
1118   | --program-transform | --program-transfor \
1119   | --program-transfo | --program-transf \
1120   | --program-trans | --program-tran \
1121   | --progr-tra | --program-tr | --program-t)
1122     ac_prev=program_transform_name ;;
1123   -program-transform-name=* | --program-transform-name=* \
1124   | --program-transform-nam=* | --program-transform-na=* \
1125   | --program-transform-n=* | --program-transform-=* \
1126   | --program-transform=* | --program-transfor=* \
1127   | --program-transfo=* | --program-transf=* \
1128   | --program-trans=* | --program-tran=* \
1129   | --progr-tra=* | --program-tr=* | --program-t=*)
1130     program_transform_name=$ac_optarg ;;
1131
1132   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1133     ac_prev=pdfdir ;;
1134   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1135     pdfdir=$ac_optarg ;;
1136
1137   -psdir | --psdir | --psdi | --psd | --ps)
1138     ac_prev=psdir ;;
1139   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1140     psdir=$ac_optarg ;;
1141
1142   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1143   | -silent | --silent | --silen | --sile | --sil)
1144     silent=yes ;;
1145
1146   -runstatedir | --runstatedir | --runstatedi | --runstated \
1147   | --runstate | --runstat | --runsta | --runst | --runs \
1148   | --run | --ru | --r)
1149     ac_prev=runstatedir ;;
1150   -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1151   | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1152   | --run=* | --ru=* | --r=*)
1153     runstatedir=$ac_optarg ;;
1154
1155   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1156     ac_prev=sbindir ;;
1157   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1158   | --sbi=* | --sb=*)
1159     sbindir=$ac_optarg ;;
1160
1161   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1162   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1163   | --sharedst | --shareds | --shared | --share | --shar \
1164   | --sha | --sh)
1165     ac_prev=sharedstatedir ;;
1166   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1167   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1168   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1169   | --sha=* | --sh=*)
1170     sharedstatedir=$ac_optarg ;;
1171
1172   -site | --site | --sit)
1173     ac_prev=site ;;
1174   -site=* | --site=* | --sit=*)
1175     site=$ac_optarg ;;
1176
1177   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1178     ac_prev=srcdir ;;
1179   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1180     srcdir=$ac_optarg ;;
1181
1182   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1183   | --syscon | --sysco | --sysc | --sys | --sy)
1184     ac_prev=sysconfdir ;;
1185   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1186   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1187     sysconfdir=$ac_optarg ;;
1188
1189   -target | --target | --targe | --targ | --tar | --ta | --t)
1190     ac_prev=target_alias ;;
1191   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1192     target_alias=$ac_optarg ;;
1193
1194   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1195     verbose=yes ;;
1196
1197   -version | --version | --versio | --versi | --vers | -V)
1198     ac_init_version=: ;;
1199
1200   -with-* | --with-*)
1201     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1202     # Reject names that are not valid shell variable names.
1203     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1204       as_fn_error $? "invalid package name: $ac_useropt"
1205     ac_useropt_orig=$ac_useropt
1206     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1207     case $ac_user_opts in
1208       *"
1209 "with_$ac_useropt"
1210 "*) ;;
1211       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1212          ac_unrecognized_sep=', ';;
1213     esac
1214     eval with_$ac_useropt=\$ac_optarg ;;
1215
1216   -without-* | --without-*)
1217     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1218     # Reject names that are not valid shell variable names.
1219     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1220       as_fn_error $? "invalid package name: $ac_useropt"
1221     ac_useropt_orig=$ac_useropt
1222     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1223     case $ac_user_opts in
1224       *"
1225 "with_$ac_useropt"
1226 "*) ;;
1227       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1228          ac_unrecognized_sep=', ';;
1229     esac
1230     eval with_$ac_useropt=no ;;
1231
1232   --x)
1233     # Obsolete; use --with-x.
1234     with_x=yes ;;
1235
1236   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1237   | --x-incl | --x-inc | --x-in | --x-i)
1238     ac_prev=x_includes ;;
1239   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1240   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1241     x_includes=$ac_optarg ;;
1242
1243   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1244   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1245     ac_prev=x_libraries ;;
1246   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1247   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1248     x_libraries=$ac_optarg ;;
1249
1250   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1251 Try \`$0 --help' for more information"
1252     ;;
1253
1254   *=*)
1255     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1256     # Reject names that are not valid shell variable names.
1257     case $ac_envvar in #(
1258       '' | [0-9]* | *[!_$as_cr_alnum]* )
1259       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1260     esac
1261     eval $ac_envvar=\$ac_optarg
1262     export $ac_envvar ;;
1263
1264   *)
1265     # FIXME: should be removed in autoconf 3.0.
1266     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1267     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1268       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1269     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1270     ;;
1271
1272   esac
1273 done
1274
1275 if test -n "$ac_prev"; then
1276   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1277   as_fn_error $? "missing argument to $ac_option"
1278 fi
1279
1280 if test -n "$ac_unrecognized_opts"; then
1281   case $enable_option_checking in
1282     no) ;;
1283     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1284     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1285   esac
1286 fi
1287
1288 # Check all directory arguments for consistency.
1289 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1290                 datadir sysconfdir sharedstatedir localstatedir includedir \
1291                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1292                 libdir localedir mandir runstatedir
1293 do
1294   eval ac_val=\$$ac_var
1295   # Remove trailing slashes.
1296   case $ac_val in
1297     */ )
1298       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1299       eval $ac_var=\$ac_val;;
1300   esac
1301   # Be sure to have absolute directory names.
1302   case $ac_val in
1303     [\\/$]* | ?:[\\/]* )  continue;;
1304     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1305   esac
1306   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1307 done
1308
1309 # There might be people who depend on the old broken behavior: `$host'
1310 # used to hold the argument of --host etc.
1311 # FIXME: To remove some day.
1312 build=$build_alias
1313 host=$host_alias
1314 target=$target_alias
1315
1316 # FIXME: To remove some day.
1317 if test "x$host_alias" != x; then
1318   if test "x$build_alias" = x; then
1319     cross_compiling=maybe
1320   elif test "x$build_alias" != "x$host_alias"; then
1321     cross_compiling=yes
1322   fi
1323 fi
1324
1325 ac_tool_prefix=
1326 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1327
1328 test "$silent" = yes && exec 6>/dev/null
1329
1330
1331 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1332 ac_ls_di=`ls -di .` &&
1333 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1334   as_fn_error $? "working directory cannot be determined"
1335 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1336   as_fn_error $? "pwd does not report name of working directory"
1337
1338
1339 # Find the source files, if location was not specified.
1340 if test -z "$srcdir"; then
1341   ac_srcdir_defaulted=yes
1342   # Try the directory containing this script, then the parent directory.
1343   ac_confdir=`$as_dirname -- "$as_myself" ||
1344 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1345          X"$as_myself" : 'X\(//\)[^/]' \| \
1346          X"$as_myself" : 'X\(//\)$' \| \
1347          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1348 $as_echo X"$as_myself" |
1349     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1350             s//\1/
1351             q
1352           }
1353           /^X\(\/\/\)[^/].*/{
1354             s//\1/
1355             q
1356           }
1357           /^X\(\/\/\)$/{
1358             s//\1/
1359             q
1360           }
1361           /^X\(\/\).*/{
1362             s//\1/
1363             q
1364           }
1365           s/.*/./; q'`
1366   srcdir=$ac_confdir
1367   if test ! -r "$srcdir/$ac_unique_file"; then
1368     srcdir=..
1369   fi
1370 else
1371   ac_srcdir_defaulted=no
1372 fi
1373 if test ! -r "$srcdir/$ac_unique_file"; then
1374   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1375   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1376 fi
1377 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1378 ac_abs_confdir=`(
1379         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1380         pwd)`
1381 # When building in place, set srcdir=.
1382 if test "$ac_abs_confdir" = "$ac_pwd"; then
1383   srcdir=.
1384 fi
1385 # Remove unnecessary trailing slashes from srcdir.
1386 # Double slashes in file names in object file debugging info
1387 # mess up M-x gdb in Emacs.
1388 case $srcdir in
1389 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1390 esac
1391 for ac_var in $ac_precious_vars; do
1392   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1393   eval ac_env_${ac_var}_value=\$${ac_var}
1394   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1395   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1396 done
1397
1398 #
1399 # Report the --help message.
1400 #
1401 if test "$ac_init_help" = "long"; then
1402   # Omit some internal or obsolete options to make the list less imposing.
1403   # This message is too long to be a string in the A/UX 3.1 sh.
1404   cat <<_ACEOF
1405 \`configure' configures bfd 2.32.90 to adapt to many kinds of systems.
1406
1407 Usage: $0 [OPTION]... [VAR=VALUE]...
1408
1409 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1410 VAR=VALUE.  See below for descriptions of some of the useful variables.
1411
1412 Defaults for the options are specified in brackets.
1413
1414 Configuration:
1415   -h, --help              display this help and exit
1416       --help=short        display options specific to this package
1417       --help=recursive    display the short help of all the included packages
1418   -V, --version           display version information and exit
1419   -q, --quiet, --silent   do not print \`checking ...' messages
1420       --cache-file=FILE   cache test results in FILE [disabled]
1421   -C, --config-cache      alias for \`--cache-file=config.cache'
1422   -n, --no-create         do not create output files
1423       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1424
1425 Installation directories:
1426   --prefix=PREFIX         install architecture-independent files in PREFIX
1427                           [$ac_default_prefix]
1428   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1429                           [PREFIX]
1430
1431 By default, \`make install' will install all the files in
1432 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1433 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1434 for instance \`--prefix=\$HOME'.
1435
1436 For better control, use the options below.
1437
1438 Fine tuning of the installation directories:
1439   --bindir=DIR            user executables [EPREFIX/bin]
1440   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1441   --libexecdir=DIR        program executables [EPREFIX/libexec]
1442   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1443   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1444   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1445   --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
1446   --libdir=DIR            object code libraries [EPREFIX/lib]
1447   --includedir=DIR        C header files [PREFIX/include]
1448   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1449   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1450   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1451   --infodir=DIR           info documentation [DATAROOTDIR/info]
1452   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1453   --mandir=DIR            man documentation [DATAROOTDIR/man]
1454   --docdir=DIR            documentation root [DATAROOTDIR/doc/bfd]
1455   --htmldir=DIR           html documentation [DOCDIR]
1456   --dvidir=DIR            dvi documentation [DOCDIR]
1457   --pdfdir=DIR            pdf documentation [DOCDIR]
1458   --psdir=DIR             ps documentation [DOCDIR]
1459 _ACEOF
1460
1461   cat <<\_ACEOF
1462
1463 Program names:
1464   --program-prefix=PREFIX            prepend PREFIX to installed program names
1465   --program-suffix=SUFFIX            append SUFFIX to installed program names
1466   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1467
1468 System types:
1469   --build=BUILD     configure for building on BUILD [guessed]
1470   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1471   --target=TARGET   configure for building compilers for TARGET [HOST]
1472 _ACEOF
1473 fi
1474
1475 if test -n "$ac_init_help"; then
1476   case $ac_init_help in
1477      short | recursive ) echo "Configuration of bfd 2.32.90:";;
1478    esac
1479   cat <<\_ACEOF
1480
1481 Optional Features:
1482   --disable-option-checking  ignore unrecognized --enable/--with options
1483   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1484   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1485   --enable-dependency-tracking
1486                           do not reject slow dependency extractors
1487   --disable-dependency-tracking
1488                           speeds up one-time build
1489   --enable-silent-rules   less verbose build output (undo: "make V=1")
1490   --disable-silent-rules  verbose build output (undo: "make V=0")
1491   --enable-shared[=PKGS]  build shared libraries [default=no]
1492   --enable-static[=PKGS]  build static libraries [default=yes]
1493   --enable-fast-install[=PKGS]
1494                           optimize for fast installation [default=yes]
1495   --disable-libtool-lock  avoid locking (might break parallel builds)
1496   --enable-plugins        Enable support for plugins
1497   --disable-largefile     omit support for large files
1498   --enable-64-bit-bfd     64-bit support (on hosts with narrower word sizes)
1499   --enable-targets        alternative target configurations
1500   --enable-64-bit-archive force 64-bit archives
1501   --enable-secureplt      Default to creating read-only plt entries
1502   --enable-separate-code  enable -z separate-code in ELF linker by default
1503   --enable-leading-mingw64-underscores
1504                           Enable leading underscores on 64 bit mingw targets
1505   --enable-werror         treat compile warnings as errors
1506   --enable-build-warnings enable build-time compiler warnings
1507   --enable-maintainer-mode
1508                           enable make rules and dependencies not useful (and
1509                           sometimes confusing) to the casual installer
1510   --enable-install-libbfd controls installation of libbfd and related headers
1511   --disable-nls           do not use Native Language Support
1512
1513 Optional Packages:
1514   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1515   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1516   --with-pic              try to use only PIC/non-PIC objects [default=use
1517                           both]
1518   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1519   --with-mmap             try using mmap for BFD input files if available
1520   --with-separate-debug-dir=DIR
1521                           Look for global separate debug info in DIR
1522                           [[default=LIBDIR/debug]]
1523   --with-pkgversion=PKG   Use PKG in the version string in place of "GNU
1524                           Binutils"
1525   --with-bugurl=URL       Direct users to URL to report a bug
1526   --with-system-zlib      use installed libz
1527
1528 Some influential environment variables:
1529   CC          C compiler command
1530   CFLAGS      C compiler flags
1531   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1532               nonstandard directory <lib dir>
1533   LIBS        libraries to pass to the linker, e.g. -l<library>
1534   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1535               you have headers in a nonstandard directory <include dir>
1536   CPP         C preprocessor
1537
1538 Use these variables to override the choices made by `configure' or to help
1539 it to find libraries and programs with nonstandard names/locations.
1540
1541 Report bugs to the package provider.
1542 _ACEOF
1543 ac_status=$?
1544 fi
1545
1546 if test "$ac_init_help" = "recursive"; then
1547   # If there are subdirs, report their specific --help.
1548   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1549     test -d "$ac_dir" ||
1550       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1551       continue
1552     ac_builddir=.
1553
1554 case "$ac_dir" in
1555 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1556 *)
1557   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1558   # A ".." for each directory in $ac_dir_suffix.
1559   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1560   case $ac_top_builddir_sub in
1561   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1562   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1563   esac ;;
1564 esac
1565 ac_abs_top_builddir=$ac_pwd
1566 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1567 # for backward compatibility:
1568 ac_top_builddir=$ac_top_build_prefix
1569
1570 case $srcdir in
1571   .)  # We are building in place.
1572     ac_srcdir=.
1573     ac_top_srcdir=$ac_top_builddir_sub
1574     ac_abs_top_srcdir=$ac_pwd ;;
1575   [\\/]* | ?:[\\/]* )  # Absolute name.
1576     ac_srcdir=$srcdir$ac_dir_suffix;
1577     ac_top_srcdir=$srcdir
1578     ac_abs_top_srcdir=$srcdir ;;
1579   *) # Relative name.
1580     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1581     ac_top_srcdir=$ac_top_build_prefix$srcdir
1582     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1583 esac
1584 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1585
1586     cd "$ac_dir" || { ac_status=$?; continue; }
1587     # Check for guested configure.
1588     if test -f "$ac_srcdir/configure.gnu"; then
1589       echo &&
1590       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1591     elif test -f "$ac_srcdir/configure"; then
1592       echo &&
1593       $SHELL "$ac_srcdir/configure" --help=recursive
1594     else
1595       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1596     fi || ac_status=$?
1597     cd "$ac_pwd" || { ac_status=$?; break; }
1598   done
1599 fi
1600
1601 test -n "$ac_init_help" && exit $ac_status
1602 if $ac_init_version; then
1603   cat <<\_ACEOF
1604 bfd configure 2.32.90
1605 generated by GNU Autoconf 2.69
1606
1607 Copyright (C) 2012 Free Software Foundation, Inc.
1608 This configure script is free software; the Free Software Foundation
1609 gives unlimited permission to copy, distribute and modify it.
1610 _ACEOF
1611   exit
1612 fi
1613
1614 ## ------------------------ ##
1615 ## Autoconf initialization. ##
1616 ## ------------------------ ##
1617
1618 # ac_fn_c_try_compile LINENO
1619 # --------------------------
1620 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1621 ac_fn_c_try_compile ()
1622 {
1623   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1624   rm -f conftest.$ac_objext
1625   if { { ac_try="$ac_compile"
1626 case "(($ac_try" in
1627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1628   *) ac_try_echo=$ac_try;;
1629 esac
1630 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1631 $as_echo "$ac_try_echo"; } >&5
1632   (eval "$ac_compile") 2>conftest.err
1633   ac_status=$?
1634   if test -s conftest.err; then
1635     grep -v '^ *+' conftest.err >conftest.er1
1636     cat conftest.er1 >&5
1637     mv -f conftest.er1 conftest.err
1638   fi
1639   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1640   test $ac_status = 0; } && {
1641          test -z "$ac_c_werror_flag" ||
1642          test ! -s conftest.err
1643        } && test -s conftest.$ac_objext; then :
1644   ac_retval=0
1645 else
1646   $as_echo "$as_me: failed program was:" >&5
1647 sed 's/^/| /' conftest.$ac_ext >&5
1648
1649         ac_retval=1
1650 fi
1651   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1652   as_fn_set_status $ac_retval
1653
1654 } # ac_fn_c_try_compile
1655
1656 # ac_fn_c_try_link LINENO
1657 # -----------------------
1658 # Try to link conftest.$ac_ext, and return whether this succeeded.
1659 ac_fn_c_try_link ()
1660 {
1661   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1662   rm -f conftest.$ac_objext conftest$ac_exeext
1663   if { { ac_try="$ac_link"
1664 case "(($ac_try" in
1665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1666   *) ac_try_echo=$ac_try;;
1667 esac
1668 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1669 $as_echo "$ac_try_echo"; } >&5
1670   (eval "$ac_link") 2>conftest.err
1671   ac_status=$?
1672   if test -s conftest.err; then
1673     grep -v '^ *+' conftest.err >conftest.er1
1674     cat conftest.er1 >&5
1675     mv -f conftest.er1 conftest.err
1676   fi
1677   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1678   test $ac_status = 0; } && {
1679          test -z "$ac_c_werror_flag" ||
1680          test ! -s conftest.err
1681        } && test -s conftest$ac_exeext && {
1682          test "$cross_compiling" = yes ||
1683          test -x conftest$ac_exeext
1684        }; then :
1685   ac_retval=0
1686 else
1687   $as_echo "$as_me: failed program was:" >&5
1688 sed 's/^/| /' conftest.$ac_ext >&5
1689
1690         ac_retval=1
1691 fi
1692   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1693   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1694   # interfere with the next link command; also delete a directory that is
1695   # left behind by Apple's compiler.  We do this before executing the actions.
1696   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1697   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1698   as_fn_set_status $ac_retval
1699
1700 } # ac_fn_c_try_link
1701
1702 # ac_fn_c_try_cpp LINENO
1703 # ----------------------
1704 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1705 ac_fn_c_try_cpp ()
1706 {
1707   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1708   if { { ac_try="$ac_cpp conftest.$ac_ext"
1709 case "(($ac_try" in
1710   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1711   *) ac_try_echo=$ac_try;;
1712 esac
1713 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1714 $as_echo "$ac_try_echo"; } >&5
1715   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1716   ac_status=$?
1717   if test -s conftest.err; then
1718     grep -v '^ *+' conftest.err >conftest.er1
1719     cat conftest.er1 >&5
1720     mv -f conftest.er1 conftest.err
1721   fi
1722   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1723   test $ac_status = 0; } > conftest.i && {
1724          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1725          test ! -s conftest.err
1726        }; then :
1727   ac_retval=0
1728 else
1729   $as_echo "$as_me: failed program was:" >&5
1730 sed 's/^/| /' conftest.$ac_ext >&5
1731
1732     ac_retval=1
1733 fi
1734   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1735   as_fn_set_status $ac_retval
1736
1737 } # ac_fn_c_try_cpp
1738
1739 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1740 # -------------------------------------------------------
1741 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1742 # the include files in INCLUDES and setting the cache variable VAR
1743 # accordingly.
1744 ac_fn_c_check_header_mongrel ()
1745 {
1746   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1747   if eval \${$3+:} false; then :
1748   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1749 $as_echo_n "checking for $2... " >&6; }
1750 if eval \${$3+:} false; then :
1751   $as_echo_n "(cached) " >&6
1752 fi
1753 eval ac_res=\$$3
1754                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1755 $as_echo "$ac_res" >&6; }
1756 else
1757   # Is the header compilable?
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1759 $as_echo_n "checking $2 usability... " >&6; }
1760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1761 /* end confdefs.h.  */
1762 $4
1763 #include <$2>
1764 _ACEOF
1765 if ac_fn_c_try_compile "$LINENO"; then :
1766   ac_header_compiler=yes
1767 else
1768   ac_header_compiler=no
1769 fi
1770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1772 $as_echo "$ac_header_compiler" >&6; }
1773
1774 # Is the header present?
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1776 $as_echo_n "checking $2 presence... " >&6; }
1777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1778 /* end confdefs.h.  */
1779 #include <$2>
1780 _ACEOF
1781 if ac_fn_c_try_cpp "$LINENO"; then :
1782   ac_header_preproc=yes
1783 else
1784   ac_header_preproc=no
1785 fi
1786 rm -f conftest.err conftest.i conftest.$ac_ext
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1788 $as_echo "$ac_header_preproc" >&6; }
1789
1790 # So?  What about this header?
1791 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1792   yes:no: )
1793     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1794 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1795     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1796 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1797     ;;
1798   no:yes:* )
1799     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1800 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1801     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1802 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1803     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1804 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1805     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1806 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1807     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1808 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1809     ;;
1810 esac
1811   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1812 $as_echo_n "checking for $2... " >&6; }
1813 if eval \${$3+:} false; then :
1814   $as_echo_n "(cached) " >&6
1815 else
1816   eval "$3=\$ac_header_compiler"
1817 fi
1818 eval ac_res=\$$3
1819                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1820 $as_echo "$ac_res" >&6; }
1821 fi
1822   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1823
1824 } # ac_fn_c_check_header_mongrel
1825
1826 # ac_fn_c_try_run LINENO
1827 # ----------------------
1828 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1829 # that executables *can* be run.
1830 ac_fn_c_try_run ()
1831 {
1832   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1833   if { { ac_try="$ac_link"
1834 case "(($ac_try" in
1835   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1836   *) ac_try_echo=$ac_try;;
1837 esac
1838 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1839 $as_echo "$ac_try_echo"; } >&5
1840   (eval "$ac_link") 2>&5
1841   ac_status=$?
1842   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1843   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1844   { { case "(($ac_try" in
1845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1846   *) ac_try_echo=$ac_try;;
1847 esac
1848 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1849 $as_echo "$ac_try_echo"; } >&5
1850   (eval "$ac_try") 2>&5
1851   ac_status=$?
1852   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1853   test $ac_status = 0; }; }; then :
1854   ac_retval=0
1855 else
1856   $as_echo "$as_me: program exited with status $ac_status" >&5
1857        $as_echo "$as_me: failed program was:" >&5
1858 sed 's/^/| /' conftest.$ac_ext >&5
1859
1860        ac_retval=$ac_status
1861 fi
1862   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1863   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1864   as_fn_set_status $ac_retval
1865
1866 } # ac_fn_c_try_run
1867
1868 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1869 # -------------------------------------------------------
1870 # Tests whether HEADER exists and can be compiled using the include files in
1871 # INCLUDES, setting the cache variable VAR accordingly.
1872 ac_fn_c_check_header_compile ()
1873 {
1874   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1875   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1876 $as_echo_n "checking for $2... " >&6; }
1877 if eval \${$3+:} false; then :
1878   $as_echo_n "(cached) " >&6
1879 else
1880   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1881 /* end confdefs.h.  */
1882 $4
1883 #include <$2>
1884 _ACEOF
1885 if ac_fn_c_try_compile "$LINENO"; then :
1886   eval "$3=yes"
1887 else
1888   eval "$3=no"
1889 fi
1890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1891 fi
1892 eval ac_res=\$$3
1893                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1894 $as_echo "$ac_res" >&6; }
1895   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1896
1897 } # ac_fn_c_check_header_compile
1898
1899 # ac_fn_c_check_func LINENO FUNC VAR
1900 # ----------------------------------
1901 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1902 ac_fn_c_check_func ()
1903 {
1904   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1905   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1906 $as_echo_n "checking for $2... " >&6; }
1907 if eval \${$3+:} false; then :
1908   $as_echo_n "(cached) " >&6
1909 else
1910   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1911 /* end confdefs.h.  */
1912 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1913    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1914 #define $2 innocuous_$2
1915
1916 /* System header to define __stub macros and hopefully few prototypes,
1917     which can conflict with char $2 (); below.
1918     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1919     <limits.h> exists even on freestanding compilers.  */
1920
1921 #ifdef __STDC__
1922 # include <limits.h>
1923 #else
1924 # include <assert.h>
1925 #endif
1926
1927 #undef $2
1928
1929 /* Override any GCC internal prototype to avoid an error.
1930    Use char because int might match the return type of a GCC
1931    builtin and then its argument prototype would still apply.  */
1932 #ifdef __cplusplus
1933 extern "C"
1934 #endif
1935 char $2 ();
1936 /* The GNU C library defines this for functions which it implements
1937     to always fail with ENOSYS.  Some functions are actually named
1938     something starting with __ and the normal name is an alias.  */
1939 #if defined __stub_$2 || defined __stub___$2
1940 choke me
1941 #endif
1942
1943 int
1944 main ()
1945 {
1946 return $2 ();
1947   ;
1948   return 0;
1949 }
1950 _ACEOF
1951 if ac_fn_c_try_link "$LINENO"; then :
1952   eval "$3=yes"
1953 else
1954   eval "$3=no"
1955 fi
1956 rm -f core conftest.err conftest.$ac_objext \
1957     conftest$ac_exeext conftest.$ac_ext
1958 fi
1959 eval ac_res=\$$3
1960                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1961 $as_echo "$ac_res" >&6; }
1962   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1963
1964 } # ac_fn_c_check_func
1965
1966 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1967 # -------------------------------------------
1968 # Tests whether TYPE exists after having included INCLUDES, setting cache
1969 # variable VAR accordingly.
1970 ac_fn_c_check_type ()
1971 {
1972   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1973   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1974 $as_echo_n "checking for $2... " >&6; }
1975 if eval \${$3+:} false; then :
1976   $as_echo_n "(cached) " >&6
1977 else
1978   eval "$3=no"
1979   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1980 /* end confdefs.h.  */
1981 $4
1982 int
1983 main ()
1984 {
1985 if (sizeof ($2))
1986          return 0;
1987   ;
1988   return 0;
1989 }
1990 _ACEOF
1991 if ac_fn_c_try_compile "$LINENO"; then :
1992   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1993 /* end confdefs.h.  */
1994 $4
1995 int
1996 main ()
1997 {
1998 if (sizeof (($2)))
1999             return 0;
2000   ;
2001   return 0;
2002 }
2003 _ACEOF
2004 if ac_fn_c_try_compile "$LINENO"; then :
2005
2006 else
2007   eval "$3=yes"
2008 fi
2009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2010 fi
2011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2012 fi
2013 eval ac_res=\$$3
2014                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2015 $as_echo "$ac_res" >&6; }
2016   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2017
2018 } # ac_fn_c_check_type
2019
2020 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2021 # --------------------------------------------
2022 # Tries to find the compile-time value of EXPR in a program that includes
2023 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2024 # computed
2025 ac_fn_c_compute_int ()
2026 {
2027   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2028   if test "$cross_compiling" = yes; then
2029     # Depending upon the size, compute the lo and hi bounds.
2030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2031 /* end confdefs.h.  */
2032 $4
2033 int
2034 main ()
2035 {
2036 static int test_array [1 - 2 * !(($2) >= 0)];
2037 test_array [0] = 0;
2038 return test_array [0];
2039
2040   ;
2041   return 0;
2042 }
2043 _ACEOF
2044 if ac_fn_c_try_compile "$LINENO"; then :
2045   ac_lo=0 ac_mid=0
2046   while :; do
2047     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2048 /* end confdefs.h.  */
2049 $4
2050 int
2051 main ()
2052 {
2053 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2054 test_array [0] = 0;
2055 return test_array [0];
2056
2057   ;
2058   return 0;
2059 }
2060 _ACEOF
2061 if ac_fn_c_try_compile "$LINENO"; then :
2062   ac_hi=$ac_mid; break
2063 else
2064   as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2065                         if test $ac_lo -le $ac_mid; then
2066                           ac_lo= ac_hi=
2067                           break
2068                         fi
2069                         as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2070 fi
2071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2072   done
2073 else
2074   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2075 /* end confdefs.h.  */
2076 $4
2077 int
2078 main ()
2079 {
2080 static int test_array [1 - 2 * !(($2) < 0)];
2081 test_array [0] = 0;
2082 return test_array [0];
2083
2084   ;
2085   return 0;
2086 }
2087 _ACEOF
2088 if ac_fn_c_try_compile "$LINENO"; then :
2089   ac_hi=-1 ac_mid=-1
2090   while :; do
2091     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2092 /* end confdefs.h.  */
2093 $4
2094 int
2095 main ()
2096 {
2097 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2098 test_array [0] = 0;
2099 return test_array [0];
2100
2101   ;
2102   return 0;
2103 }
2104 _ACEOF
2105 if ac_fn_c_try_compile "$LINENO"; then :
2106   ac_lo=$ac_mid; break
2107 else
2108   as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2109                         if test $ac_mid -le $ac_hi; then
2110                           ac_lo= ac_hi=
2111                           break
2112                         fi
2113                         as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2114 fi
2115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2116   done
2117 else
2118   ac_lo= ac_hi=
2119 fi
2120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2121 fi
2122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2123 # Binary search between lo and hi bounds.
2124 while test "x$ac_lo" != "x$ac_hi"; do
2125   as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2126   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2127 /* end confdefs.h.  */
2128 $4
2129 int
2130 main ()
2131 {
2132 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2133 test_array [0] = 0;
2134 return test_array [0];
2135
2136   ;
2137   return 0;
2138 }
2139 _ACEOF
2140 if ac_fn_c_try_compile "$LINENO"; then :
2141   ac_hi=$ac_mid
2142 else
2143   as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2144 fi
2145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2146 done
2147 case $ac_lo in #((
2148 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2149 '') ac_retval=1 ;;
2150 esac
2151   else
2152     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2153 /* end confdefs.h.  */
2154 $4
2155 static long int longval () { return $2; }
2156 static unsigned long int ulongval () { return $2; }
2157 #include <stdio.h>
2158 #include <stdlib.h>
2159 int
2160 main ()
2161 {
2162
2163   FILE *f = fopen ("conftest.val", "w");
2164   if (! f)
2165     return 1;
2166   if (($2) < 0)
2167     {
2168       long int i = longval ();
2169       if (i != ($2))
2170         return 1;
2171       fprintf (f, "%ld", i);
2172     }
2173   else
2174     {
2175       unsigned long int i = ulongval ();
2176       if (i != ($2))
2177         return 1;
2178       fprintf (f, "%lu", i);
2179     }
2180   /* Do not output a trailing newline, as this causes \r\n confusion
2181      on some platforms.  */
2182   return ferror (f) || fclose (f) != 0;
2183
2184   ;
2185   return 0;
2186 }
2187 _ACEOF
2188 if ac_fn_c_try_run "$LINENO"; then :
2189   echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2190 else
2191   ac_retval=1
2192 fi
2193 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2194   conftest.$ac_objext conftest.beam conftest.$ac_ext
2195 rm -f conftest.val
2196
2197   fi
2198   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2199   as_fn_set_status $ac_retval
2200
2201 } # ac_fn_c_compute_int
2202
2203 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2204 # ---------------------------------------------
2205 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2206 # accordingly.
2207 ac_fn_c_check_decl ()
2208 {
2209   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2210   as_decl_name=`echo $2|sed 's/ *(.*//'`
2211   as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2212   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2213 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2214 if eval \${$3+:} false; then :
2215   $as_echo_n "(cached) " >&6
2216 else
2217   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2218 /* end confdefs.h.  */
2219 $4
2220 int
2221 main ()
2222 {
2223 #ifndef $as_decl_name
2224 #ifdef __cplusplus
2225   (void) $as_decl_use;
2226 #else
2227   (void) $as_decl_name;
2228 #endif
2229 #endif
2230
2231   ;
2232   return 0;
2233 }
2234 _ACEOF
2235 if ac_fn_c_try_compile "$LINENO"; then :
2236   eval "$3=yes"
2237 else
2238   eval "$3=no"
2239 fi
2240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2241 fi
2242 eval ac_res=\$$3
2243                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2244 $as_echo "$ac_res" >&6; }
2245   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2246
2247 } # ac_fn_c_check_decl
2248 cat >config.log <<_ACEOF
2249 This file contains any messages produced by compilers while
2250 running configure, to aid debugging if configure makes a mistake.
2251
2252 It was created by bfd $as_me 2.32.90, which was
2253 generated by GNU Autoconf 2.69.  Invocation command line was
2254
2255   $ $0 $@
2256
2257 _ACEOF
2258 exec 5>>config.log
2259 {
2260 cat <<_ASUNAME
2261 ## --------- ##
2262 ## Platform. ##
2263 ## --------- ##
2264
2265 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2266 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2267 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2268 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2269 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2270
2271 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2272 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2273
2274 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2275 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2276 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2277 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2278 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2279 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2280 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2281
2282 _ASUNAME
2283
2284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2285 for as_dir in $PATH
2286 do
2287   IFS=$as_save_IFS
2288   test -z "$as_dir" && as_dir=.
2289     $as_echo "PATH: $as_dir"
2290   done
2291 IFS=$as_save_IFS
2292
2293 } >&5
2294
2295 cat >&5 <<_ACEOF
2296
2297
2298 ## ----------- ##
2299 ## Core tests. ##
2300 ## ----------- ##
2301
2302 _ACEOF
2303
2304
2305 # Keep a trace of the command line.
2306 # Strip out --no-create and --no-recursion so they do not pile up.
2307 # Strip out --silent because we don't want to record it for future runs.
2308 # Also quote any args containing shell meta-characters.
2309 # Make two passes to allow for proper duplicate-argument suppression.
2310 ac_configure_args=
2311 ac_configure_args0=
2312 ac_configure_args1=
2313 ac_must_keep_next=false
2314 for ac_pass in 1 2
2315 do
2316   for ac_arg
2317   do
2318     case $ac_arg in
2319     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2320     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2321     | -silent | --silent | --silen | --sile | --sil)
2322       continue ;;
2323     *\'*)
2324       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2325     esac
2326     case $ac_pass in
2327     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2328     2)
2329       as_fn_append ac_configure_args1 " '$ac_arg'"
2330       if test $ac_must_keep_next = true; then
2331         ac_must_keep_next=false # Got value, back to normal.
2332       else
2333         case $ac_arg in
2334           *=* | --config-cache | -C | -disable-* | --disable-* \
2335           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2336           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2337           | -with-* | --with-* | -without-* | --without-* | --x)
2338             case "$ac_configure_args0 " in
2339               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2340             esac
2341             ;;
2342           -* ) ac_must_keep_next=true ;;
2343         esac
2344       fi
2345       as_fn_append ac_configure_args " '$ac_arg'"
2346       ;;
2347     esac
2348   done
2349 done
2350 { ac_configure_args0=; unset ac_configure_args0;}
2351 { ac_configure_args1=; unset ac_configure_args1;}
2352
2353 # When interrupted or exit'd, cleanup temporary files, and complete
2354 # config.log.  We remove comments because anyway the quotes in there
2355 # would cause problems or look ugly.
2356 # WARNING: Use '\'' to represent an apostrophe within the trap.
2357 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2358 trap 'exit_status=$?
2359   # Save into config.log some information that might help in debugging.
2360   {
2361     echo
2362
2363     $as_echo "## ---------------- ##
2364 ## Cache variables. ##
2365 ## ---------------- ##"
2366     echo
2367     # The following way of writing the cache mishandles newlines in values,
2368 (
2369   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2370     eval ac_val=\$$ac_var
2371     case $ac_val in #(
2372     *${as_nl}*)
2373       case $ac_var in #(
2374       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2375 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2376       esac
2377       case $ac_var in #(
2378       _ | IFS | as_nl) ;; #(
2379       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2380       *) { eval $ac_var=; unset $ac_var;} ;;
2381       esac ;;
2382     esac
2383   done
2384   (set) 2>&1 |
2385     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2386     *${as_nl}ac_space=\ *)
2387       sed -n \
2388         "s/'\''/'\''\\\\'\'''\''/g;
2389           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2390       ;; #(
2391     *)
2392       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2393       ;;
2394     esac |
2395     sort
2396 )
2397     echo
2398
2399     $as_echo "## ----------------- ##
2400 ## Output variables. ##
2401 ## ----------------- ##"
2402     echo
2403     for ac_var in $ac_subst_vars
2404     do
2405       eval ac_val=\$$ac_var
2406       case $ac_val in
2407       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2408       esac
2409       $as_echo "$ac_var='\''$ac_val'\''"
2410     done | sort
2411     echo
2412
2413     if test -n "$ac_subst_files"; then
2414       $as_echo "## ------------------- ##
2415 ## File substitutions. ##
2416 ## ------------------- ##"
2417       echo
2418       for ac_var in $ac_subst_files
2419       do
2420         eval ac_val=\$$ac_var
2421         case $ac_val in
2422         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2423         esac
2424         $as_echo "$ac_var='\''$ac_val'\''"
2425       done | sort
2426       echo
2427     fi
2428
2429     if test -s confdefs.h; then
2430       $as_echo "## ----------- ##
2431 ## confdefs.h. ##
2432 ## ----------- ##"
2433       echo
2434       cat confdefs.h
2435       echo
2436     fi
2437     test "$ac_signal" != 0 &&
2438       $as_echo "$as_me: caught signal $ac_signal"
2439     $as_echo "$as_me: exit $exit_status"
2440   } >&5
2441   rm -f core *.core core.conftest.* &&
2442     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2443     exit $exit_status
2444 ' 0
2445 for ac_signal in 1 2 13 15; do
2446   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2447 done
2448 ac_signal=0
2449
2450 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2451 rm -f -r conftest* confdefs.h
2452
2453 $as_echo "/* confdefs.h */" > confdefs.h
2454
2455 # Predefined preprocessor variables.
2456
2457 cat >>confdefs.h <<_ACEOF
2458 #define PACKAGE_NAME "$PACKAGE_NAME"
2459 _ACEOF
2460
2461 cat >>confdefs.h <<_ACEOF
2462 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2463 _ACEOF
2464
2465 cat >>confdefs.h <<_ACEOF
2466 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2467 _ACEOF
2468
2469 cat >>confdefs.h <<_ACEOF
2470 #define PACKAGE_STRING "$PACKAGE_STRING"
2471 _ACEOF
2472
2473 cat >>confdefs.h <<_ACEOF
2474 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2475 _ACEOF
2476
2477 cat >>confdefs.h <<_ACEOF
2478 #define PACKAGE_URL "$PACKAGE_URL"
2479 _ACEOF
2480
2481
2482 # Let the site file select an alternate cache file if it wants to.
2483 # Prefer an explicitly selected file to automatically selected ones.
2484 ac_site_file1=NONE
2485 ac_site_file2=NONE
2486 if test -n "$CONFIG_SITE"; then
2487   # We do not want a PATH search for config.site.
2488   case $CONFIG_SITE in #((
2489     -*)  ac_site_file1=./$CONFIG_SITE;;
2490     */*) ac_site_file1=$CONFIG_SITE;;
2491     *)   ac_site_file1=./$CONFIG_SITE;;
2492   esac
2493 elif test "x$prefix" != xNONE; then
2494   ac_site_file1=$prefix/share/config.site
2495   ac_site_file2=$prefix/etc/config.site
2496 else
2497   ac_site_file1=$ac_default_prefix/share/config.site
2498   ac_site_file2=$ac_default_prefix/etc/config.site
2499 fi
2500 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2501 do
2502   test "x$ac_site_file" = xNONE && continue
2503   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2504     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2505 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2506     sed 's/^/| /' "$ac_site_file" >&5
2507     . "$ac_site_file" \
2508       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2509 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2510 as_fn_error $? "failed to load site script $ac_site_file
2511 See \`config.log' for more details" "$LINENO" 5; }
2512   fi
2513 done
2514
2515 if test -r "$cache_file"; then
2516   # Some versions of bash will fail to source /dev/null (special files
2517   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2518   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2519     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2520 $as_echo "$as_me: loading cache $cache_file" >&6;}
2521     case $cache_file in
2522       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2523       *)                      . "./$cache_file";;
2524     esac
2525   fi
2526 else
2527   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2528 $as_echo "$as_me: creating cache $cache_file" >&6;}
2529   >$cache_file
2530 fi
2531
2532 as_fn_append ac_header_list " stdlib.h"
2533 as_fn_append ac_header_list " unistd.h"
2534 as_fn_append ac_header_list " sys/param.h"
2535 # Check that the precious variables saved in the cache have kept the same
2536 # value.
2537 ac_cache_corrupted=false
2538 for ac_var in $ac_precious_vars; do
2539   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2540   eval ac_new_set=\$ac_env_${ac_var}_set
2541   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2542   eval ac_new_val=\$ac_env_${ac_var}_value
2543   case $ac_old_set,$ac_new_set in
2544     set,)
2545       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2546 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2547       ac_cache_corrupted=: ;;
2548     ,set)
2549       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2550 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2551       ac_cache_corrupted=: ;;
2552     ,);;
2553     *)
2554       if test "x$ac_old_val" != "x$ac_new_val"; then
2555         # differences in whitespace do not lead to failure.
2556         ac_old_val_w=`echo x $ac_old_val`
2557         ac_new_val_w=`echo x $ac_new_val`
2558         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2559           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2560 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2561           ac_cache_corrupted=:
2562         else
2563           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2564 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2565           eval $ac_var=\$ac_old_val
2566         fi
2567         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2568 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2569         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2570 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2571       fi;;
2572   esac
2573   # Pass precious variables to config.status.
2574   if test "$ac_new_set" = set; then
2575     case $ac_new_val in
2576     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2577     *) ac_arg=$ac_var=$ac_new_val ;;
2578     esac
2579     case " $ac_configure_args " in
2580       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2581       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2582     esac
2583   fi
2584 done
2585 if $ac_cache_corrupted; then
2586   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2587 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2588   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2589 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2590   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2591 fi
2592 ## -------------------- ##
2593 ## Main body of script. ##
2594 ## -------------------- ##
2595
2596 ac_ext=c
2597 ac_cpp='$CPP $CPPFLAGS'
2598 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2599 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2600 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2601
2602
2603
2604
2605
2606
2607
2608 ac_aux_dir=
2609 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2610   if test -f "$ac_dir/install-sh"; then
2611     ac_aux_dir=$ac_dir
2612     ac_install_sh="$ac_aux_dir/install-sh -c"
2613     break
2614   elif test -f "$ac_dir/install.sh"; then
2615     ac_aux_dir=$ac_dir
2616     ac_install_sh="$ac_aux_dir/install.sh -c"
2617     break
2618   elif test -f "$ac_dir/shtool"; then
2619     ac_aux_dir=$ac_dir
2620     ac_install_sh="$ac_aux_dir/shtool install -c"
2621     break
2622   fi
2623 done
2624 if test -z "$ac_aux_dir"; then
2625   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2626 fi
2627
2628 # These three variables are undocumented and unsupported,
2629 # and are intended to be withdrawn in a future Autoconf release.
2630 # They can cause serious problems if a builder's source tree is in a directory
2631 # whose full name contains unusual characters.
2632 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2633 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2634 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2635
2636
2637 # Make sure we can run config.sub.
2638 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2639   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2640
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2642 $as_echo_n "checking build system type... " >&6; }
2643 if ${ac_cv_build+:} false; then :
2644   $as_echo_n "(cached) " >&6
2645 else
2646   ac_build_alias=$build_alias
2647 test "x$ac_build_alias" = x &&
2648   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2649 test "x$ac_build_alias" = x &&
2650   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2651 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2652   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2653
2654 fi
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2656 $as_echo "$ac_cv_build" >&6; }
2657 case $ac_cv_build in
2658 *-*-*) ;;
2659 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2660 esac
2661 build=$ac_cv_build
2662 ac_save_IFS=$IFS; IFS='-'
2663 set x $ac_cv_build
2664 shift
2665 build_cpu=$1
2666 build_vendor=$2
2667 shift; shift
2668 # Remember, the first character of IFS is used to create $*,
2669 # except with old shells:
2670 build_os=$*
2671 IFS=$ac_save_IFS
2672 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2673
2674
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2676 $as_echo_n "checking host system type... " >&6; }
2677 if ${ac_cv_host+:} false; then :
2678   $as_echo_n "(cached) " >&6
2679 else
2680   if test "x$host_alias" = x; then
2681   ac_cv_host=$ac_cv_build
2682 else
2683   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2684     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2685 fi
2686
2687 fi
2688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2689 $as_echo "$ac_cv_host" >&6; }
2690 case $ac_cv_host in
2691 *-*-*) ;;
2692 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2693 esac
2694 host=$ac_cv_host
2695 ac_save_IFS=$IFS; IFS='-'
2696 set x $ac_cv_host
2697 shift
2698 host_cpu=$1
2699 host_vendor=$2
2700 shift; shift
2701 # Remember, the first character of IFS is used to create $*,
2702 # except with old shells:
2703 host_os=$*
2704 IFS=$ac_save_IFS
2705 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2706
2707
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2709 $as_echo_n "checking target system type... " >&6; }
2710 if ${ac_cv_target+:} false; then :
2711   $as_echo_n "(cached) " >&6
2712 else
2713   if test "x$target_alias" = x; then
2714   ac_cv_target=$ac_cv_host
2715 else
2716   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2717     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2718 fi
2719
2720 fi
2721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2722 $as_echo "$ac_cv_target" >&6; }
2723 case $ac_cv_target in
2724 *-*-*) ;;
2725 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2726 esac
2727 target=$ac_cv_target
2728 ac_save_IFS=$IFS; IFS='-'
2729 set x $ac_cv_target
2730 shift
2731 target_cpu=$1
2732 target_vendor=$2
2733 shift; shift
2734 # Remember, the first character of IFS is used to create $*,
2735 # except with old shells:
2736 target_os=$*
2737 IFS=$ac_save_IFS
2738 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2739
2740
2741 # The aliases save the names the user supplied, while $host etc.
2742 # will get canonicalized.
2743 test -n "$target_alias" &&
2744   test "$program_prefix$program_suffix$program_transform_name" = \
2745     NONENONEs,x,x, &&
2746   program_prefix=${target_alias}-
2747 # Expand $ac_aux_dir to an absolute path.
2748 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2749
2750 ac_ext=c
2751 ac_cpp='$CPP $CPPFLAGS'
2752 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2753 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2754 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2755 if test -n "$ac_tool_prefix"; then
2756   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2757 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2759 $as_echo_n "checking for $ac_word... " >&6; }
2760 if ${ac_cv_prog_CC+:} false; then :
2761   $as_echo_n "(cached) " >&6
2762 else
2763   if test -n "$CC"; then
2764   ac_cv_prog_CC="$CC" # Let the user override the test.
2765 else
2766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2767 for as_dir in $PATH
2768 do
2769   IFS=$as_save_IFS
2770   test -z "$as_dir" && as_dir=.
2771     for ac_exec_ext in '' $ac_executable_extensions; do
2772   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2773     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2774     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2775     break 2
2776   fi
2777 done
2778   done
2779 IFS=$as_save_IFS
2780
2781 fi
2782 fi
2783 CC=$ac_cv_prog_CC
2784 if test -n "$CC"; then
2785   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2786 $as_echo "$CC" >&6; }
2787 else
2788   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2789 $as_echo "no" >&6; }
2790 fi
2791
2792
2793 fi
2794 if test -z "$ac_cv_prog_CC"; then
2795   ac_ct_CC=$CC
2796   # Extract the first word of "gcc", so it can be a program name with args.
2797 set dummy gcc; ac_word=$2
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2799 $as_echo_n "checking for $ac_word... " >&6; }
2800 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2801   $as_echo_n "(cached) " >&6
2802 else
2803   if test -n "$ac_ct_CC"; then
2804   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2805 else
2806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2807 for as_dir in $PATH
2808 do
2809   IFS=$as_save_IFS
2810   test -z "$as_dir" && as_dir=.
2811     for ac_exec_ext in '' $ac_executable_extensions; do
2812   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2813     ac_cv_prog_ac_ct_CC="gcc"
2814     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2815     break 2
2816   fi
2817 done
2818   done
2819 IFS=$as_save_IFS
2820
2821 fi
2822 fi
2823 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2824 if test -n "$ac_ct_CC"; then
2825   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2826 $as_echo "$ac_ct_CC" >&6; }
2827 else
2828   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2829 $as_echo "no" >&6; }
2830 fi
2831
2832   if test "x$ac_ct_CC" = x; then
2833     CC=""
2834   else
2835     case $cross_compiling:$ac_tool_warned in
2836 yes:)
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2838 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2839 ac_tool_warned=yes ;;
2840 esac
2841     CC=$ac_ct_CC
2842   fi
2843 else
2844   CC="$ac_cv_prog_CC"
2845 fi
2846
2847 if test -z "$CC"; then
2848           if test -n "$ac_tool_prefix"; then
2849     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2850 set dummy ${ac_tool_prefix}cc; ac_word=$2
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2852 $as_echo_n "checking for $ac_word... " >&6; }
2853 if ${ac_cv_prog_CC+:} false; then :
2854   $as_echo_n "(cached) " >&6
2855 else
2856   if test -n "$CC"; then
2857   ac_cv_prog_CC="$CC" # Let the user override the test.
2858 else
2859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2860 for as_dir in $PATH
2861 do
2862   IFS=$as_save_IFS
2863   test -z "$as_dir" && as_dir=.
2864     for ac_exec_ext in '' $ac_executable_extensions; do
2865   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2866     ac_cv_prog_CC="${ac_tool_prefix}cc"
2867     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2868     break 2
2869   fi
2870 done
2871   done
2872 IFS=$as_save_IFS
2873
2874 fi
2875 fi
2876 CC=$ac_cv_prog_CC
2877 if test -n "$CC"; then
2878   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2879 $as_echo "$CC" >&6; }
2880 else
2881   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2882 $as_echo "no" >&6; }
2883 fi
2884
2885
2886   fi
2887 fi
2888 if test -z "$CC"; then
2889   # Extract the first word of "cc", so it can be a program name with args.
2890 set dummy cc; ac_word=$2
2891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2892 $as_echo_n "checking for $ac_word... " >&6; }
2893 if ${ac_cv_prog_CC+:} false; then :
2894   $as_echo_n "(cached) " >&6
2895 else
2896   if test -n "$CC"; then
2897   ac_cv_prog_CC="$CC" # Let the user override the test.
2898 else
2899   ac_prog_rejected=no
2900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2901 for as_dir in $PATH
2902 do
2903   IFS=$as_save_IFS
2904   test -z "$as_dir" && as_dir=.
2905     for ac_exec_ext in '' $ac_executable_extensions; do
2906   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2907     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2908        ac_prog_rejected=yes
2909        continue
2910      fi
2911     ac_cv_prog_CC="cc"
2912     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2913     break 2
2914   fi
2915 done
2916   done
2917 IFS=$as_save_IFS
2918
2919 if test $ac_prog_rejected = yes; then
2920   # We found a bogon in the path, so make sure we never use it.
2921   set dummy $ac_cv_prog_CC
2922   shift
2923   if test $# != 0; then
2924     # We chose a different compiler from the bogus one.
2925     # However, it has the same basename, so the bogon will be chosen
2926     # first if we set CC to just the basename; use the full file name.
2927     shift
2928     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2929   fi
2930 fi
2931 fi
2932 fi
2933 CC=$ac_cv_prog_CC
2934 if test -n "$CC"; then
2935   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2936 $as_echo "$CC" >&6; }
2937 else
2938   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2939 $as_echo "no" >&6; }
2940 fi
2941
2942
2943 fi
2944 if test -z "$CC"; then
2945   if test -n "$ac_tool_prefix"; then
2946   for ac_prog in cl.exe
2947   do
2948     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2949 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2951 $as_echo_n "checking for $ac_word... " >&6; }
2952 if ${ac_cv_prog_CC+:} false; then :
2953   $as_echo_n "(cached) " >&6
2954 else
2955   if test -n "$CC"; then
2956   ac_cv_prog_CC="$CC" # Let the user override the test.
2957 else
2958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2959 for as_dir in $PATH
2960 do
2961   IFS=$as_save_IFS
2962   test -z "$as_dir" && as_dir=.
2963     for ac_exec_ext in '' $ac_executable_extensions; do
2964   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2965     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2966     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2967     break 2
2968   fi
2969 done
2970   done
2971 IFS=$as_save_IFS
2972
2973 fi
2974 fi
2975 CC=$ac_cv_prog_CC
2976 if test -n "$CC"; then
2977   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2978 $as_echo "$CC" >&6; }
2979 else
2980   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2981 $as_echo "no" >&6; }
2982 fi
2983
2984
2985     test -n "$CC" && break
2986   done
2987 fi
2988 if test -z "$CC"; then
2989   ac_ct_CC=$CC
2990   for ac_prog in cl.exe
2991 do
2992   # Extract the first word of "$ac_prog", so it can be a program name with args.
2993 set dummy $ac_prog; ac_word=$2
2994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2995 $as_echo_n "checking for $ac_word... " >&6; }
2996 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2997   $as_echo_n "(cached) " >&6
2998 else
2999   if test -n "$ac_ct_CC"; then
3000   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3001 else
3002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3003 for as_dir in $PATH
3004 do
3005   IFS=$as_save_IFS
3006   test -z "$as_dir" && as_dir=.
3007     for ac_exec_ext in '' $ac_executable_extensions; do
3008   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3009     ac_cv_prog_ac_ct_CC="$ac_prog"
3010     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3011     break 2
3012   fi
3013 done
3014   done
3015 IFS=$as_save_IFS
3016
3017 fi
3018 fi
3019 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3020 if test -n "$ac_ct_CC"; then
3021   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3022 $as_echo "$ac_ct_CC" >&6; }
3023 else
3024   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3025 $as_echo "no" >&6; }
3026 fi
3027
3028
3029   test -n "$ac_ct_CC" && break
3030 done
3031
3032   if test "x$ac_ct_CC" = x; then
3033     CC=""
3034   else
3035     case $cross_compiling:$ac_tool_warned in
3036 yes:)
3037 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3038 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3039 ac_tool_warned=yes ;;
3040 esac
3041     CC=$ac_ct_CC
3042   fi
3043 fi
3044
3045 fi
3046
3047
3048 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3049 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3050 as_fn_error $? "no acceptable C compiler found in \$PATH
3051 See \`config.log' for more details" "$LINENO" 5; }
3052
3053 # Provide some information about the compiler.
3054 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3055 set X $ac_compile
3056 ac_compiler=$2
3057 for ac_option in --version -v -V -qversion; do
3058   { { ac_try="$ac_compiler $ac_option >&5"
3059 case "(($ac_try" in
3060   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3061   *) ac_try_echo=$ac_try;;
3062 esac
3063 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3064 $as_echo "$ac_try_echo"; } >&5
3065   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3066   ac_status=$?
3067   if test -s conftest.err; then
3068     sed '10a\
3069 ... rest of stderr output deleted ...
3070          10q' conftest.err >conftest.er1
3071     cat conftest.er1 >&5
3072   fi
3073   rm -f conftest.er1 conftest.err
3074   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3075   test $ac_status = 0; }
3076 done
3077
3078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3079 /* end confdefs.h.  */
3080
3081 int
3082 main ()
3083 {
3084
3085   ;
3086   return 0;
3087 }
3088 _ACEOF
3089 ac_clean_files_save=$ac_clean_files
3090 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3091 # Try to create an executable without -o first, disregard a.out.
3092 # It will help us diagnose broken compilers, and finding out an intuition
3093 # of exeext.
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3095 $as_echo_n "checking whether the C compiler works... " >&6; }
3096 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3097
3098 # The possible output files:
3099 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3100
3101 ac_rmfiles=
3102 for ac_file in $ac_files
3103 do
3104   case $ac_file in
3105     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3106     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3107   esac
3108 done
3109 rm -f $ac_rmfiles
3110
3111 if { { ac_try="$ac_link_default"
3112 case "(($ac_try" in
3113   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3114   *) ac_try_echo=$ac_try;;
3115 esac
3116 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3117 $as_echo "$ac_try_echo"; } >&5
3118   (eval "$ac_link_default") 2>&5
3119   ac_status=$?
3120   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3121   test $ac_status = 0; }; then :
3122   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3123 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3124 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3125 # so that the user can short-circuit this test for compilers unknown to
3126 # Autoconf.
3127 for ac_file in $ac_files ''
3128 do
3129   test -f "$ac_file" || continue
3130   case $ac_file in
3131     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3132         ;;
3133     [ab].out )
3134         # We found the default executable, but exeext='' is most
3135         # certainly right.
3136         break;;
3137     *.* )
3138         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3139         then :; else
3140            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3141         fi
3142         # We set ac_cv_exeext here because the later test for it is not
3143         # safe: cross compilers may not add the suffix if given an `-o'
3144         # argument, so we may need to know it at that point already.
3145         # Even if this section looks crufty: it has the advantage of
3146         # actually working.
3147         break;;
3148     * )
3149         break;;
3150   esac
3151 done
3152 test "$ac_cv_exeext" = no && ac_cv_exeext=
3153
3154 else
3155   ac_file=''
3156 fi
3157 if test -z "$ac_file"; then :
3158   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3159 $as_echo "no" >&6; }
3160 $as_echo "$as_me: failed program was:" >&5
3161 sed 's/^/| /' conftest.$ac_ext >&5
3162
3163 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3164 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3165 as_fn_error 77 "C compiler cannot create executables
3166 See \`config.log' for more details" "$LINENO" 5; }
3167 else
3168   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3169 $as_echo "yes" >&6; }
3170 fi
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3172 $as_echo_n "checking for C compiler default output file name... " >&6; }
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3174 $as_echo "$ac_file" >&6; }
3175 ac_exeext=$ac_cv_exeext
3176
3177 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3178 ac_clean_files=$ac_clean_files_save
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3180 $as_echo_n "checking for suffix of executables... " >&6; }
3181 if { { ac_try="$ac_link"
3182 case "(($ac_try" in
3183   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3184   *) ac_try_echo=$ac_try;;
3185 esac
3186 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3187 $as_echo "$ac_try_echo"; } >&5
3188   (eval "$ac_link") 2>&5
3189   ac_status=$?
3190   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3191   test $ac_status = 0; }; then :
3192   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3193 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3194 # work properly (i.e., refer to `conftest.exe'), while it won't with
3195 # `rm'.
3196 for ac_file in conftest.exe conftest conftest.*; do
3197   test -f "$ac_file" || continue
3198   case $ac_file in
3199     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3200     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3201           break;;
3202     * ) break;;
3203   esac
3204 done
3205 else
3206   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3207 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3208 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3209 See \`config.log' for more details" "$LINENO" 5; }
3210 fi
3211 rm -f conftest conftest$ac_cv_exeext
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3213 $as_echo "$ac_cv_exeext" >&6; }
3214
3215 rm -f conftest.$ac_ext
3216 EXEEXT=$ac_cv_exeext
3217 ac_exeext=$EXEEXT
3218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3219 /* end confdefs.h.  */
3220 #include <stdio.h>
3221 int
3222 main ()
3223 {
3224 FILE *f = fopen ("conftest.out", "w");
3225  return ferror (f) || fclose (f) != 0;
3226
3227   ;
3228   return 0;
3229 }
3230 _ACEOF
3231 ac_clean_files="$ac_clean_files conftest.out"
3232 # Check that the compiler produces executables we can run.  If not, either
3233 # the compiler is broken, or we cross compile.
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3235 $as_echo_n "checking whether we are cross compiling... " >&6; }
3236 if test "$cross_compiling" != yes; then
3237   { { ac_try="$ac_link"
3238 case "(($ac_try" in
3239   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3240   *) ac_try_echo=$ac_try;;
3241 esac
3242 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3243 $as_echo "$ac_try_echo"; } >&5
3244   (eval "$ac_link") 2>&5
3245   ac_status=$?
3246   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3247   test $ac_status = 0; }
3248   if { ac_try='./conftest$ac_cv_exeext'
3249   { { case "(($ac_try" in
3250   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3251   *) ac_try_echo=$ac_try;;
3252 esac
3253 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3254 $as_echo "$ac_try_echo"; } >&5
3255   (eval "$ac_try") 2>&5
3256   ac_status=$?
3257   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3258   test $ac_status = 0; }; }; then
3259     cross_compiling=no
3260   else
3261     if test "$cross_compiling" = maybe; then
3262         cross_compiling=yes
3263     else
3264         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3265 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3266 as_fn_error $? "cannot run C compiled programs.
3267 If you meant to cross compile, use \`--host'.
3268 See \`config.log' for more details" "$LINENO" 5; }
3269     fi
3270   fi
3271 fi
3272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3273 $as_echo "$cross_compiling" >&6; }
3274
3275 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3276 ac_clean_files=$ac_clean_files_save
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3278 $as_echo_n "checking for suffix of object files... " >&6; }
3279 if ${ac_cv_objext+:} false; then :
3280   $as_echo_n "(cached) " >&6
3281 else
3282   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3283 /* end confdefs.h.  */
3284
3285 int
3286 main ()
3287 {
3288
3289   ;
3290   return 0;
3291 }
3292 _ACEOF
3293 rm -f conftest.o conftest.obj
3294 if { { ac_try="$ac_compile"
3295 case "(($ac_try" in
3296   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3297   *) ac_try_echo=$ac_try;;
3298 esac
3299 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3300 $as_echo "$ac_try_echo"; } >&5
3301   (eval "$ac_compile") 2>&5
3302   ac_status=$?
3303   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3304   test $ac_status = 0; }; then :
3305   for ac_file in conftest.o conftest.obj conftest.*; do
3306   test -f "$ac_file" || continue;
3307   case $ac_file in
3308     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3309     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3310        break;;
3311   esac
3312 done
3313 else
3314   $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3316
3317 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3318 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3319 as_fn_error $? "cannot compute suffix of object files: cannot compile
3320 See \`config.log' for more details" "$LINENO" 5; }
3321 fi
3322 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3323 fi
3324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3325 $as_echo "$ac_cv_objext" >&6; }
3326 OBJEXT=$ac_cv_objext
3327 ac_objext=$OBJEXT
3328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3329 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3330 if ${ac_cv_c_compiler_gnu+:} false; then :
3331   $as_echo_n "(cached) " >&6
3332 else
3333   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3334 /* end confdefs.h.  */
3335
3336 int
3337 main ()
3338 {
3339 #ifndef __GNUC__
3340        choke me
3341 #endif
3342
3343   ;
3344   return 0;
3345 }
3346 _ACEOF
3347 if ac_fn_c_try_compile "$LINENO"; then :
3348   ac_compiler_gnu=yes
3349 else
3350   ac_compiler_gnu=no
3351 fi
3352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3353 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3354
3355 fi
3356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3357 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3358 if test $ac_compiler_gnu = yes; then
3359   GCC=yes
3360 else
3361   GCC=
3362 fi
3363 ac_test_CFLAGS=${CFLAGS+set}
3364 ac_save_CFLAGS=$CFLAGS
3365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3366 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3367 if ${ac_cv_prog_cc_g+:} false; then :
3368   $as_echo_n "(cached) " >&6
3369 else
3370   ac_save_c_werror_flag=$ac_c_werror_flag
3371    ac_c_werror_flag=yes
3372    ac_cv_prog_cc_g=no
3373    CFLAGS="-g"
3374    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3375 /* end confdefs.h.  */
3376
3377 int
3378 main ()
3379 {
3380
3381   ;
3382   return 0;
3383 }
3384 _ACEOF
3385 if ac_fn_c_try_compile "$LINENO"; then :
3386   ac_cv_prog_cc_g=yes
3387 else
3388   CFLAGS=""
3389       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3390 /* end confdefs.h.  */
3391
3392 int
3393 main ()
3394 {
3395
3396   ;
3397   return 0;
3398 }
3399 _ACEOF
3400 if ac_fn_c_try_compile "$LINENO"; then :
3401
3402 else
3403   ac_c_werror_flag=$ac_save_c_werror_flag
3404          CFLAGS="-g"
3405          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3406 /* end confdefs.h.  */
3407
3408 int
3409 main ()
3410 {
3411
3412   ;
3413   return 0;
3414 }
3415 _ACEOF
3416 if ac_fn_c_try_compile "$LINENO"; then :
3417   ac_cv_prog_cc_g=yes
3418 fi
3419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3420 fi
3421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3422 fi
3423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3424    ac_c_werror_flag=$ac_save_c_werror_flag
3425 fi
3426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3427 $as_echo "$ac_cv_prog_cc_g" >&6; }
3428 if test "$ac_test_CFLAGS" = set; then
3429   CFLAGS=$ac_save_CFLAGS
3430 elif test $ac_cv_prog_cc_g = yes; then
3431   if test "$GCC" = yes; then
3432     CFLAGS="-g -O2"
3433   else
3434     CFLAGS="-g"
3435   fi
3436 else
3437   if test "$GCC" = yes; then
3438     CFLAGS="-O2"
3439   else
3440     CFLAGS=
3441   fi
3442 fi
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3444 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3445 if ${ac_cv_prog_cc_c89+:} false; then :
3446   $as_echo_n "(cached) " >&6
3447 else
3448   ac_cv_prog_cc_c89=no
3449 ac_save_CC=$CC
3450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3451 /* end confdefs.h.  */
3452 #include <stdarg.h>
3453 #include <stdio.h>
3454 struct stat;
3455 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3456 struct buf { int x; };
3457 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3458 static char *e (p, i)
3459      char **p;
3460      int i;
3461 {
3462   return p[i];
3463 }
3464 static char *f (char * (*g) (char **, int), char **p, ...)
3465 {
3466   char *s;
3467   va_list v;
3468   va_start (v,p);
3469   s = g (p, va_arg (v,int));
3470   va_end (v);
3471   return s;
3472 }
3473
3474 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3475    function prototypes and stuff, but not '\xHH' hex character constants.
3476    These don't provoke an error unfortunately, instead are silently treated
3477    as 'x'.  The following induces an error, until -std is added to get
3478    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3479    array size at least.  It's necessary to write '\x00'==0 to get something
3480    that's true only with -std.  */
3481 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3482
3483 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3484    inside strings and character constants.  */
3485 #define FOO(x) 'x'
3486 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3487
3488 int test (int i, double x);
3489 struct s1 {int (*f) (int a);};
3490 struct s2 {int (*f) (double a);};
3491 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3492 int argc;
3493 char **argv;
3494 int
3495 main ()
3496 {
3497 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3498   ;
3499   return 0;
3500 }
3501 _ACEOF
3502 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3503         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3504 do
3505   CC="$ac_save_CC $ac_arg"
3506   if ac_fn_c_try_compile "$LINENO"; then :
3507   ac_cv_prog_cc_c89=$ac_arg
3508 fi
3509 rm -f core conftest.err conftest.$ac_objext
3510   test "x$ac_cv_prog_cc_c89" != "xno" && break
3511 done
3512 rm -f conftest.$ac_ext
3513 CC=$ac_save_CC
3514
3515 fi
3516 # AC_CACHE_VAL
3517 case "x$ac_cv_prog_cc_c89" in
3518   x)
3519     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3520 $as_echo "none needed" >&6; } ;;
3521   xno)
3522     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3523 $as_echo "unsupported" >&6; } ;;
3524   *)
3525     CC="$CC $ac_cv_prog_cc_c89"
3526     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3527 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3528 esac
3529 if test "x$ac_cv_prog_cc_c89" != xno; then :
3530
3531 fi
3532
3533 ac_ext=c
3534 ac_cpp='$CPP $CPPFLAGS'
3535 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3536 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3537 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3538
3539 ac_ext=c
3540 ac_cpp='$CPP $CPPFLAGS'
3541 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3542 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3543 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3545 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3546 if ${am_cv_prog_cc_c_o+:} false; then :
3547   $as_echo_n "(cached) " >&6
3548 else
3549   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3550 /* end confdefs.h.  */
3551
3552 int
3553 main ()
3554 {
3555
3556   ;
3557   return 0;
3558 }
3559 _ACEOF
3560   # Make sure it works both with $CC and with simple cc.
3561   # Following AC_PROG_CC_C_O, we do the test twice because some
3562   # compilers refuse to overwrite an existing .o file with -o,
3563   # though they will create one.
3564   am_cv_prog_cc_c_o=yes
3565   for am_i in 1 2; do
3566     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3567    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3568    ac_status=$?
3569    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3570    (exit $ac_status); } \
3571          && test -f conftest2.$ac_objext; then
3572       : OK
3573     else
3574       am_cv_prog_cc_c_o=no
3575       break
3576     fi
3577   done
3578   rm -f core conftest*
3579   unset am_i
3580 fi
3581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3582 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3583 if test "$am_cv_prog_cc_c_o" != yes; then
3584    # Losing compiler, so override with the script.
3585    # FIXME: It is wrong to rewrite CC.
3586    # But if we don't then we get into trouble of one sort or another.
3587    # A longer-term fix would be to have automake use am__CC in this case,
3588    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3589    CC="$am_aux_dir/compile $CC"
3590 fi
3591 ac_ext=c
3592 ac_cpp='$CPP $CPPFLAGS'
3593 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3594 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3595 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3596
3597
3598
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3600 $as_echo_n "checking for library containing strerror... " >&6; }
3601 if ${ac_cv_search_strerror+:} false; then :
3602   $as_echo_n "(cached) " >&6
3603 else
3604   ac_func_search_save_LIBS=$LIBS
3605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3606 /* end confdefs.h.  */
3607
3608 /* Override any GCC internal prototype to avoid an error.
3609    Use char because int might match the return type of a GCC
3610    builtin and then its argument prototype would still apply.  */
3611 #ifdef __cplusplus
3612 extern "C"
3613 #endif
3614 char strerror ();
3615 int
3616 main ()
3617 {
3618 return strerror ();
3619   ;
3620   return 0;
3621 }
3622 _ACEOF
3623 for ac_lib in '' cposix; do
3624   if test -z "$ac_lib"; then
3625     ac_res="none required"
3626   else
3627     ac_res=-l$ac_lib
3628     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
3629   fi
3630   if ac_fn_c_try_link "$LINENO"; then :
3631   ac_cv_search_strerror=$ac_res
3632 fi
3633 rm -f core conftest.err conftest.$ac_objext \
3634     conftest$ac_exeext
3635   if ${ac_cv_search_strerror+:} false; then :
3636   break
3637 fi
3638 done
3639 if ${ac_cv_search_strerror+:} false; then :
3640
3641 else
3642   ac_cv_search_strerror=no
3643 fi
3644 rm conftest.$ac_ext
3645 LIBS=$ac_func_search_save_LIBS
3646 fi
3647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3648 $as_echo "$ac_cv_search_strerror" >&6; }
3649 ac_res=$ac_cv_search_strerror
3650 if test "$ac_res" != no; then :
3651   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3652
3653 fi
3654
3655
3656 am__api_version='1.15'
3657
3658 # Find a good install program.  We prefer a C program (faster),
3659 # so one script is as good as another.  But avoid the broken or
3660 # incompatible versions:
3661 # SysV /etc/install, /usr/sbin/install
3662 # SunOS /usr/etc/install
3663 # IRIX /sbin/install
3664 # AIX /bin/install
3665 # AmigaOS /C/install, which installs bootblocks on floppy discs
3666 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3667 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3668 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3669 # OS/2's system install, which has a completely different semantic
3670 # ./install, which can be erroneously created by make from ./install.sh.
3671 # Reject install programs that cannot install multiple files.
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3673 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3674 if test -z "$INSTALL"; then
3675 if ${ac_cv_path_install+:} false; then :
3676   $as_echo_n "(cached) " >&6
3677 else
3678   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3679 for as_dir in $PATH
3680 do
3681   IFS=$as_save_IFS
3682   test -z "$as_dir" && as_dir=.
3683     # Account for people who put trailing slashes in PATH elements.
3684 case $as_dir/ in #((
3685   ./ | .// | /[cC]/* | \
3686   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3687   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3688   /usr/ucb/* ) ;;
3689   *)
3690     # OSF1 and SCO ODT 3.0 have their own names for install.
3691     # Don't use installbsd from OSF since it installs stuff as root
3692     # by default.
3693     for ac_prog in ginstall scoinst install; do
3694       for ac_exec_ext in '' $ac_executable_extensions; do
3695         if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3696           if test $ac_prog = install &&
3697             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3698             # AIX install.  It has an incompatible calling convention.
3699             :
3700           elif test $ac_prog = install &&
3701             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3702             # program-specific install script used by HP pwplus--don't use.
3703             :
3704           else
3705             rm -rf conftest.one conftest.two conftest.dir
3706             echo one > conftest.one
3707             echo two > conftest.two
3708             mkdir conftest.dir
3709             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3710               test -s conftest.one && test -s conftest.two &&
3711               test -s conftest.dir/conftest.one &&
3712               test -s conftest.dir/conftest.two
3713             then
3714               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3715               break 3
3716             fi
3717           fi
3718         fi
3719       done
3720     done
3721     ;;
3722 esac
3723
3724   done
3725 IFS=$as_save_IFS
3726
3727 rm -rf conftest.one conftest.two conftest.dir
3728
3729 fi
3730   if test "${ac_cv_path_install+set}" = set; then
3731     INSTALL=$ac_cv_path_install
3732   else
3733     # As a last resort, use the slow shell script.  Don't cache a
3734     # value for INSTALL within a source directory, because that will
3735     # break other packages using the cache if that directory is
3736     # removed, or if the value is a relative name.
3737     INSTALL=$ac_install_sh
3738   fi
3739 fi
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3741 $as_echo "$INSTALL" >&6; }
3742
3743 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3744 # It thinks the first close brace ends the variable substitution.
3745 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3746
3747 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3748
3749 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3750
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3752 $as_echo_n "checking whether build environment is sane... " >&6; }
3753 # Reject unsafe characters in $srcdir or the absolute working directory
3754 # name.  Accept space and tab only in the latter.
3755 am_lf='
3756 '
3757 case `pwd` in
3758   *[\\\"\#\$\&\'\`$am_lf]*)
3759     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3760 esac
3761 case $srcdir in
3762   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
3763     as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3764 esac
3765
3766 # Do 'set' in a subshell so we don't clobber the current shell's
3767 # arguments.  Must try -L first in case configure is actually a
3768 # symlink; some systems play weird games with the mod time of symlinks
3769 # (eg FreeBSD returns the mod time of the symlink's containing
3770 # directory).
3771 if (
3772    am_has_slept=no
3773    for am_try in 1 2; do
3774      echo "timestamp, slept: $am_has_slept" > conftest.file
3775      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3776      if test "$*" = "X"; then
3777         # -L didn't work.
3778         set X `ls -t "$srcdir/configure" conftest.file`
3779      fi
3780      if test "$*" != "X $srcdir/configure conftest.file" \
3781         && test "$*" != "X conftest.file $srcdir/configure"; then
3782
3783         # If neither matched, then we have a broken ls.  This can happen
3784         # if, for instance, CONFIG_SHELL is bash and it inherits a
3785         # broken ls alias from the environment.  This has actually
3786         # happened.  Such a system could not be considered "sane".
3787         as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
3788   alias in your environment" "$LINENO" 5
3789      fi
3790      if test "$2" = conftest.file || test $am_try -eq 2; then
3791        break
3792      fi
3793      # Just in case.
3794      sleep 1
3795      am_has_slept=yes
3796    done
3797    test "$2" = conftest.file
3798    )
3799 then
3800    # Ok.
3801    :
3802 else
3803    as_fn_error $? "newly created file is older than distributed files!
3804 Check your system clock" "$LINENO" 5
3805 fi
3806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3807 $as_echo "yes" >&6; }
3808 # If we didn't sleep, we still need to ensure time stamps of config.status and
3809 # generated files are strictly newer.
3810 am_sleep_pid=
3811 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3812   ( sleep 1 ) &
3813   am_sleep_pid=$!
3814 fi
3815
3816 rm -f conftest.file
3817
3818 test "$program_prefix" != NONE &&
3819   program_transform_name="s&^&$program_prefix&;$program_transform_name"
3820 # Use a double $ so make ignores it.
3821 test "$program_suffix" != NONE &&
3822   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3823 # Double any \ or $.
3824 # By default was `s,x,x', remove it if useless.
3825 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3826 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3827
3828 if test x"${MISSING+set}" != xset; then
3829   case $am_aux_dir in
3830   *\ * | *\     *)
3831     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3832   *)
3833     MISSING="\${SHELL} $am_aux_dir/missing" ;;
3834   esac
3835 fi
3836 # Use eval to expand $SHELL
3837 if eval "$MISSING --is-lightweight"; then
3838   am_missing_run="$MISSING "
3839 else
3840   am_missing_run=
3841   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3842 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3843 fi
3844
3845 if test x"${install_sh+set}" != xset; then
3846   case $am_aux_dir in
3847   *\ * | *\     *)
3848     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3849   *)
3850     install_sh="\${SHELL} $am_aux_dir/install-sh"
3851   esac
3852 fi
3853
3854 # Installed binaries are usually stripped using 'strip' when the user
3855 # run "make install-strip".  However 'strip' might not be the right
3856 # tool to use in cross-compilation environments, therefore Automake
3857 # will honor the 'STRIP' environment variable to overrule this program.
3858 if test "$cross_compiling" != no; then
3859   if test -n "$ac_tool_prefix"; then
3860   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3861 set dummy ${ac_tool_prefix}strip; ac_word=$2
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3863 $as_echo_n "checking for $ac_word... " >&6; }
3864 if ${ac_cv_prog_STRIP+:} false; then :
3865   $as_echo_n "(cached) " >&6
3866 else
3867   if test -n "$STRIP"; then
3868   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3869 else
3870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3871 for as_dir in $PATH
3872 do
3873   IFS=$as_save_IFS
3874   test -z "$as_dir" && as_dir=.
3875     for ac_exec_ext in '' $ac_executable_extensions; do
3876   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3877     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3878     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3879     break 2
3880   fi
3881 done
3882   done
3883 IFS=$as_save_IFS
3884
3885 fi
3886 fi
3887 STRIP=$ac_cv_prog_STRIP
3888 if test -n "$STRIP"; then
3889   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3890 $as_echo "$STRIP" >&6; }
3891 else
3892   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3893 $as_echo "no" >&6; }
3894 fi
3895
3896
3897 fi
3898 if test -z "$ac_cv_prog_STRIP"; then
3899   ac_ct_STRIP=$STRIP
3900   # Extract the first word of "strip", so it can be a program name with args.
3901 set dummy strip; ac_word=$2
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3903 $as_echo_n "checking for $ac_word... " >&6; }
3904 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3905   $as_echo_n "(cached) " >&6
3906 else
3907   if test -n "$ac_ct_STRIP"; then
3908   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3909 else
3910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3911 for as_dir in $PATH
3912 do
3913   IFS=$as_save_IFS
3914   test -z "$as_dir" && as_dir=.
3915     for ac_exec_ext in '' $ac_executable_extensions; do
3916   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3917     ac_cv_prog_ac_ct_STRIP="strip"
3918     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3919     break 2
3920   fi
3921 done
3922   done
3923 IFS=$as_save_IFS
3924
3925 fi
3926 fi
3927 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3928 if test -n "$ac_ct_STRIP"; then
3929   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3930 $as_echo "$ac_ct_STRIP" >&6; }
3931 else
3932   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3933 $as_echo "no" >&6; }
3934 fi
3935
3936   if test "x$ac_ct_STRIP" = x; then
3937     STRIP=":"
3938   else
3939     case $cross_compiling:$ac_tool_warned in
3940 yes:)
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3942 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3943 ac_tool_warned=yes ;;
3944 esac
3945     STRIP=$ac_ct_STRIP
3946   fi
3947 else
3948   STRIP="$ac_cv_prog_STRIP"
3949 fi
3950
3951 fi
3952 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3953
3954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3955 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3956 if test -z "$MKDIR_P"; then
3957   if ${ac_cv_path_mkdir+:} false; then :
3958   $as_echo_n "(cached) " >&6
3959 else
3960   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3961 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3962 do
3963   IFS=$as_save_IFS
3964   test -z "$as_dir" && as_dir=.
3965     for ac_prog in mkdir gmkdir; do
3966          for ac_exec_ext in '' $ac_executable_extensions; do
3967            as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3968            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3969              'mkdir (GNU coreutils) '* | \
3970              'mkdir (coreutils) '* | \
3971              'mkdir (fileutils) '4.1*)
3972                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3973                break 3;;
3974            esac
3975          done
3976        done
3977   done
3978 IFS=$as_save_IFS
3979
3980 fi
3981
3982   test -d ./--version && rmdir ./--version
3983   if test "${ac_cv_path_mkdir+set}" = set; then
3984     MKDIR_P="$ac_cv_path_mkdir -p"
3985   else
3986     # As a last resort, use the slow shell script.  Don't cache a
3987     # value for MKDIR_P within a source directory, because that will
3988     # break other packages using the cache if that directory is
3989     # removed, or if the value is a relative name.
3990     MKDIR_P="$ac_install_sh -d"
3991   fi
3992 fi
3993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3994 $as_echo "$MKDIR_P" >&6; }
3995
3996 for ac_prog in gawk mawk nawk awk
3997 do
3998   # Extract the first word of "$ac_prog", so it can be a program name with args.
3999 set dummy $ac_prog; ac_word=$2
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4001 $as_echo_n "checking for $ac_word... " >&6; }
4002 if ${ac_cv_prog_AWK+:} false; then :
4003   $as_echo_n "(cached) " >&6
4004 else
4005   if test -n "$AWK"; then
4006   ac_cv_prog_AWK="$AWK" # Let the user override the test.
4007 else
4008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4009 for as_dir in $PATH
4010 do
4011   IFS=$as_save_IFS
4012   test -z "$as_dir" && as_dir=.
4013     for ac_exec_ext in '' $ac_executable_extensions; do
4014   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4015     ac_cv_prog_AWK="$ac_prog"
4016     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4017     break 2
4018   fi
4019 done
4020   done
4021 IFS=$as_save_IFS
4022
4023 fi
4024 fi
4025 AWK=$ac_cv_prog_AWK
4026 if test -n "$AWK"; then
4027   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4028 $as_echo "$AWK" >&6; }
4029 else
4030   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4031 $as_echo "no" >&6; }
4032 fi
4033
4034
4035   test -n "$AWK" && break
4036 done
4037
4038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4039 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4040 set x ${MAKE-make}
4041 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4042 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4043   $as_echo_n "(cached) " >&6
4044 else
4045   cat >conftest.make <<\_ACEOF
4046 SHELL = /bin/sh
4047 all:
4048         @echo '@@@%%%=$(MAKE)=@@@%%%'
4049 _ACEOF
4050 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4051 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4052   *@@@%%%=?*=@@@%%%*)
4053     eval ac_cv_prog_make_${ac_make}_set=yes;;
4054   *)
4055     eval ac_cv_prog_make_${ac_make}_set=no;;
4056 esac
4057 rm -f conftest.make
4058 fi
4059 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4060   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4061 $as_echo "yes" >&6; }
4062   SET_MAKE=
4063 else
4064   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4065 $as_echo "no" >&6; }
4066   SET_MAKE="MAKE=${MAKE-make}"
4067 fi
4068
4069 rm -rf .tst 2>/dev/null
4070 mkdir .tst 2>/dev/null
4071 if test -d .tst; then
4072   am__leading_dot=.
4073 else
4074   am__leading_dot=_
4075 fi
4076 rmdir .tst 2>/dev/null
4077
4078 DEPDIR="${am__leading_dot}deps"
4079
4080 ac_config_commands="$ac_config_commands depfiles"
4081
4082
4083 am_make=${MAKE-make}
4084 cat > confinc << 'END'
4085 am__doit:
4086         @echo this is the am__doit target
4087 .PHONY: am__doit
4088 END
4089 # If we don't find an include directive, just comment out the code.
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4091 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4092 am__include="#"
4093 am__quote=
4094 _am_result=none
4095 # First try GNU make style include.
4096 echo "include confinc" > confmf
4097 # Ignore all kinds of additional output from 'make'.
4098 case `$am_make -s -f confmf 2> /dev/null` in #(
4099 *the\ am__doit\ target*)
4100   am__include=include
4101   am__quote=
4102   _am_result=GNU
4103   ;;
4104 esac
4105 # Now try BSD make style include.
4106 if test "$am__include" = "#"; then
4107    echo '.include "confinc"' > confmf
4108    case `$am_make -s -f confmf 2> /dev/null` in #(
4109    *the\ am__doit\ target*)
4110      am__include=.include
4111      am__quote="\""
4112      _am_result=BSD
4113      ;;
4114    esac
4115 fi
4116
4117
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4119 $as_echo "$_am_result" >&6; }
4120 rm -f confinc confmf
4121
4122 # Check whether --enable-dependency-tracking was given.
4123 if test "${enable_dependency_tracking+set}" = set; then :
4124   enableval=$enable_dependency_tracking;
4125 fi
4126
4127 if test "x$enable_dependency_tracking" != xno; then
4128   am_depcomp="$ac_aux_dir/depcomp"
4129   AMDEPBACKSLASH='\'
4130   am__nodep='_no'
4131 fi
4132  if test "x$enable_dependency_tracking" != xno; then
4133   AMDEP_TRUE=
4134   AMDEP_FALSE='#'
4135 else
4136   AMDEP_TRUE='#'
4137   AMDEP_FALSE=
4138 fi
4139
4140
4141 # Check whether --enable-silent-rules was given.
4142 if test "${enable_silent_rules+set}" = set; then :
4143   enableval=$enable_silent_rules;
4144 fi
4145
4146 case $enable_silent_rules in # (((
4147   yes) AM_DEFAULT_VERBOSITY=0;;
4148    no) AM_DEFAULT_VERBOSITY=1;;
4149     *) AM_DEFAULT_VERBOSITY=1;;
4150 esac
4151 am_make=${MAKE-make}
4152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4153 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4154 if ${am_cv_make_support_nested_variables+:} false; then :
4155   $as_echo_n "(cached) " >&6
4156 else
4157   if $as_echo 'TRUE=$(BAR$(V))
4158 BAR0=false
4159 BAR1=true
4160 V=1
4161 am__doit:
4162         @$(TRUE)
4163 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4164   am_cv_make_support_nested_variables=yes
4165 else
4166   am_cv_make_support_nested_variables=no
4167 fi
4168 fi
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4170 $as_echo "$am_cv_make_support_nested_variables" >&6; }
4171 if test $am_cv_make_support_nested_variables = yes; then
4172     AM_V='$(V)'
4173   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4174 else
4175   AM_V=$AM_DEFAULT_VERBOSITY
4176   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4177 fi
4178 AM_BACKSLASH='\'
4179
4180 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4181   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4182   # is not polluted with repeated "-I."
4183   am__isrc=' -I$(srcdir)'
4184   # test to see if srcdir already configured
4185   if test -f $srcdir/config.status; then
4186     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4187   fi
4188 fi
4189
4190 # test whether we have cygpath
4191 if test -z "$CYGPATH_W"; then
4192   if (cygpath --version) >/dev/null 2>/dev/null; then
4193     CYGPATH_W='cygpath -w'
4194   else
4195     CYGPATH_W=echo
4196   fi
4197 fi
4198
4199
4200 # Define the identity of the package.
4201  PACKAGE='bfd'
4202  VERSION='2.32.90'
4203
4204
4205 cat >>confdefs.h <<_ACEOF
4206 #define PACKAGE "$PACKAGE"
4207 _ACEOF
4208
4209
4210 cat >>confdefs.h <<_ACEOF
4211 #define VERSION "$VERSION"
4212 _ACEOF
4213
4214 # Some tools Automake needs.
4215
4216 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4217
4218
4219 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4220
4221
4222 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4223
4224
4225 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4226
4227
4228 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4229
4230 # For better backward compatibility.  To be removed once Automake 1.9.x
4231 # dies out for good.  For more background, see:
4232 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4233 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4234 mkdir_p='$(MKDIR_P)'
4235
4236 # We need awk for the "check" target (and possibly the TAP driver).  The
4237 # system "awk" is bad on some platforms.
4238 # Always define AMTAR for backward compatibility.  Yes, it's still used
4239 # in the wild :-(  We should find a proper way to deprecate it ...
4240 AMTAR='$${TAR-tar}'
4241
4242
4243 # We'll loop over all known methods to create a tar archive until one works.
4244 _am_tools='gnutar  pax cpio none'
4245
4246 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4247
4248
4249
4250
4251
4252 depcc="$CC"   am_compiler_list=
4253
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4255 $as_echo_n "checking dependency style of $depcc... " >&6; }
4256 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4257   $as_echo_n "(cached) " >&6
4258 else
4259   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4260   # We make a subdir and do the tests there.  Otherwise we can end up
4261   # making bogus files that we don't know about and never remove.  For
4262   # instance it was reported that on HP-UX the gcc test will end up
4263   # making a dummy file named 'D' -- because '-MD' means "put the output
4264   # in D".
4265   rm -rf conftest.dir
4266   mkdir conftest.dir
4267   # Copy depcomp to subdir because otherwise we won't find it if we're
4268   # using a relative directory.
4269   cp "$am_depcomp" conftest.dir
4270   cd conftest.dir
4271   # We will build objects and dependencies in a subdirectory because
4272   # it helps to detect inapplicable dependency modes.  For instance
4273   # both Tru64's cc and ICC support -MD to output dependencies as a
4274   # side effect of compilation, but ICC will put the dependencies in
4275   # the current directory while Tru64 will put them in the object
4276   # directory.
4277   mkdir sub
4278
4279   am_cv_CC_dependencies_compiler_type=none
4280   if test "$am_compiler_list" = ""; then
4281      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4282   fi
4283   am__universal=false
4284   case " $depcc " in #(
4285      *\ -arch\ *\ -arch\ *) am__universal=true ;;
4286      esac
4287
4288   for depmode in $am_compiler_list; do
4289     # Setup a source with many dependencies, because some compilers
4290     # like to wrap large dependency lists on column 80 (with \), and
4291     # we should not choose a depcomp mode which is confused by this.
4292     #
4293     # We need to recreate these files for each test, as the compiler may
4294     # overwrite some of them when testing with obscure command lines.
4295     # This happens at least with the AIX C compiler.
4296     : > sub/conftest.c
4297     for i in 1 2 3 4 5 6; do
4298       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4299       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4300       # Solaris 10 /bin/sh.
4301       echo '/* dummy */' > sub/conftst$i.h
4302     done
4303     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4304
4305     # We check with '-c' and '-o' for the sake of the "dashmstdout"
4306     # mode.  It turns out that the SunPro C++ compiler does not properly
4307     # handle '-M -o', and we need to detect this.  Also, some Intel
4308     # versions had trouble with output in subdirs.
4309     am__obj=sub/conftest.${OBJEXT-o}
4310     am__minus_obj="-o $am__obj"
4311     case $depmode in
4312     gcc)
4313       # This depmode causes a compiler race in universal mode.
4314       test "$am__universal" = false || continue
4315       ;;
4316     nosideeffect)
4317       # After this tag, mechanisms are not by side-effect, so they'll
4318       # only be used when explicitly requested.
4319       if test "x$enable_dependency_tracking" = xyes; then
4320         continue
4321       else
4322         break
4323       fi
4324       ;;
4325     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4326       # This compiler won't grok '-c -o', but also, the minuso test has
4327       # not run yet.  These depmodes are late enough in the game, and
4328       # so weak that their functioning should not be impacted.
4329       am__obj=conftest.${OBJEXT-o}
4330       am__minus_obj=
4331       ;;
4332     none) break ;;
4333     esac
4334     if depmode=$depmode \
4335        source=sub/conftest.c object=$am__obj \
4336        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4337        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4338          >/dev/null 2>conftest.err &&
4339        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4340        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4341        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4342        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4343       # icc doesn't choke on unknown options, it will just issue warnings
4344       # or remarks (even with -Werror).  So we grep stderr for any message
4345       # that says an option was ignored or not supported.
4346       # When given -MP, icc 7.0 and 7.1 complain thusly:
4347       #   icc: Command line warning: ignoring option '-M'; no argument required
4348       # The diagnosis changed in icc 8.0:
4349       #   icc: Command line remark: option '-MP' not supported
4350       if (grep 'ignoring option' conftest.err ||
4351           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4352         am_cv_CC_dependencies_compiler_type=$depmode
4353         break
4354       fi
4355     fi
4356   done
4357
4358   cd ..
4359   rm -rf conftest.dir
4360 else
4361   am_cv_CC_dependencies_compiler_type=none
4362 fi
4363
4364 fi
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4366 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4367 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4368
4369  if
4370   test "x$enable_dependency_tracking" != xno \
4371   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4372   am__fastdepCC_TRUE=
4373   am__fastdepCC_FALSE='#'
4374 else
4375   am__fastdepCC_TRUE='#'
4376   am__fastdepCC_FALSE=
4377 fi
4378
4379
4380
4381 # POSIX will say in a future version that running "rm -f" with no argument
4382 # is OK; and we want to be able to make that assumption in our Makefile
4383 # recipes.  So use an aggressive probe to check that the usage we want is
4384 # actually supported "in the wild" to an acceptable degree.
4385 # See automake bug#10828.
4386 # To make any issue more visible, cause the running configure to be aborted
4387 # by default if the 'rm' program in use doesn't match our expectations; the
4388 # user can still override this though.
4389 if rm -f && rm -fr && rm -rf; then : OK; else
4390   cat >&2 <<'END'
4391 Oops!
4392
4393 Your 'rm' program seems unable to run without file operands specified
4394 on the command line, even when the '-f' option is present.  This is contrary
4395 to the behaviour of most rm programs out there, and not conforming with
4396 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4397
4398 Please tell bug-automake@gnu.org about your system, including the value
4399 of your $PATH and any error possibly output before this message.  This
4400 can help us improve future automake versions.
4401
4402 END
4403   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4404     echo 'Configuration will proceed anyway, since you have set the' >&2
4405     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4406     echo >&2
4407   else
4408     cat >&2 <<'END'
4409 Aborting the configuration process, to ensure you take notice of the issue.
4410
4411 You can download and install GNU coreutils to get an 'rm' implementation
4412 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4413
4414 If you want to complete the configuration process using your problematic
4415 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4416 to "yes", and re-run configure.
4417
4418 END
4419     as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4420   fi
4421 fi
4422
4423
4424 if test -n "$ac_tool_prefix"; then
4425   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4426 set dummy ${ac_tool_prefix}ar; ac_word=$2
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4428 $as_echo_n "checking for $ac_word... " >&6; }
4429 if ${ac_cv_prog_AR+:} false; then :
4430   $as_echo_n "(cached) " >&6
4431 else
4432   if test -n "$AR"; then
4433   ac_cv_prog_AR="$AR" # Let the user override the test.
4434 else
4435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4436 for as_dir in $PATH
4437 do
4438   IFS=$as_save_IFS
4439   test -z "$as_dir" && as_dir=.
4440     for ac_exec_ext in '' $ac_executable_extensions; do
4441   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4442     ac_cv_prog_AR="${ac_tool_prefix}ar"
4443     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4444     break 2
4445   fi
4446 done
4447   done
4448 IFS=$as_save_IFS
4449
4450 fi
4451 fi
4452 AR=$ac_cv_prog_AR
4453 if test -n "$AR"; then
4454   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4455 $as_echo "$AR" >&6; }
4456 else
4457   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4458 $as_echo "no" >&6; }
4459 fi
4460
4461
4462 fi
4463 if test -z "$ac_cv_prog_AR"; then
4464   ac_ct_AR=$AR
4465   # Extract the first word of "ar", so it can be a program name with args.
4466 set dummy ar; ac_word=$2
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4468 $as_echo_n "checking for $ac_word... " >&6; }
4469 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4470   $as_echo_n "(cached) " >&6
4471 else
4472   if test -n "$ac_ct_AR"; then
4473   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4474 else
4475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4476 for as_dir in $PATH
4477 do
4478   IFS=$as_save_IFS
4479   test -z "$as_dir" && as_dir=.
4480     for ac_exec_ext in '' $ac_executable_extensions; do
4481   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4482     ac_cv_prog_ac_ct_AR="ar"
4483     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4484     break 2
4485   fi
4486 done
4487   done
4488 IFS=$as_save_IFS
4489
4490 fi
4491 fi
4492 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4493 if test -n "$ac_ct_AR"; then
4494   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4495 $as_echo "$ac_ct_AR" >&6; }
4496 else
4497   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4498 $as_echo "no" >&6; }
4499 fi
4500
4501   if test "x$ac_ct_AR" = x; then
4502     AR=""
4503   else
4504     case $cross_compiling:$ac_tool_warned in
4505 yes:)
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4507 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4508 ac_tool_warned=yes ;;
4509 esac
4510     AR=$ac_ct_AR
4511   fi
4512 else
4513   AR="$ac_cv_prog_AR"
4514 fi
4515
4516 if test -n "$ac_tool_prefix"; then
4517   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4518 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4520 $as_echo_n "checking for $ac_word... " >&6; }
4521 if ${ac_cv_prog_RANLIB+:} false; then :
4522   $as_echo_n "(cached) " >&6
4523 else
4524   if test -n "$RANLIB"; then
4525   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4526 else
4527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4528 for as_dir in $PATH
4529 do
4530   IFS=$as_save_IFS
4531   test -z "$as_dir" && as_dir=.
4532     for ac_exec_ext in '' $ac_executable_extensions; do
4533   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4534     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4535     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4536     break 2
4537   fi
4538 done
4539   done
4540 IFS=$as_save_IFS
4541
4542 fi
4543 fi
4544 RANLIB=$ac_cv_prog_RANLIB
4545 if test -n "$RANLIB"; then
4546   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4547 $as_echo "$RANLIB" >&6; }
4548 else
4549   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4550 $as_echo "no" >&6; }
4551 fi
4552
4553
4554 fi
4555 if test -z "$ac_cv_prog_RANLIB"; then
4556   ac_ct_RANLIB=$RANLIB
4557   # Extract the first word of "ranlib", so it can be a program name with args.
4558 set dummy ranlib; ac_word=$2
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4560 $as_echo_n "checking for $ac_word... " >&6; }
4561 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4562   $as_echo_n "(cached) " >&6
4563 else
4564   if test -n "$ac_ct_RANLIB"; then
4565   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4566 else
4567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4568 for as_dir in $PATH
4569 do
4570   IFS=$as_save_IFS
4571   test -z "$as_dir" && as_dir=.
4572     for ac_exec_ext in '' $ac_executable_extensions; do
4573   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4574     ac_cv_prog_ac_ct_RANLIB="ranlib"
4575     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4576     break 2
4577   fi
4578 done
4579   done
4580 IFS=$as_save_IFS
4581
4582 fi
4583 fi
4584 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4585 if test -n "$ac_ct_RANLIB"; then
4586   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4587 $as_echo "$ac_ct_RANLIB" >&6; }
4588 else
4589   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4590 $as_echo "no" >&6; }
4591 fi
4592
4593   if test "x$ac_ct_RANLIB" = x; then
4594     RANLIB=":"
4595   else
4596     case $cross_compiling:$ac_tool_warned in
4597 yes:)
4598 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4599 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4600 ac_tool_warned=yes ;;
4601 esac
4602     RANLIB=$ac_ct_RANLIB
4603   fi
4604 else
4605   RANLIB="$ac_cv_prog_RANLIB"
4606 fi
4607
4608
4609 # Check whether --enable-shared was given.
4610 if test "${enable_shared+set}" = set; then :
4611   enableval=$enable_shared; p=${PACKAGE-default}
4612     case $enableval in
4613     yes) enable_shared=yes ;;
4614     no) enable_shared=no ;;
4615     *)
4616       enable_shared=no
4617       # Look at the argument we got.  We use all the common list separators.
4618       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4619       for pkg in $enableval; do
4620         IFS="$lt_save_ifs"
4621         if test "X$pkg" = "X$p"; then
4622           enable_shared=yes
4623         fi
4624       done
4625       IFS="$lt_save_ifs"
4626       ;;
4627     esac
4628 else
4629   enable_shared=no
4630 fi
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641 ac_ext=c
4642 ac_cpp='$CPP $CPPFLAGS'
4643 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4644 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4645 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4646 if test -n "$ac_tool_prefix"; then
4647   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4648 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4650 $as_echo_n "checking for $ac_word... " >&6; }
4651 if ${ac_cv_prog_CC+:} false; then :
4652   $as_echo_n "(cached) " >&6
4653 else
4654   if test -n "$CC"; then
4655   ac_cv_prog_CC="$CC" # Let the user override the test.
4656 else
4657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4658 for as_dir in $PATH
4659 do
4660   IFS=$as_save_IFS
4661   test -z "$as_dir" && as_dir=.
4662     for ac_exec_ext in '' $ac_executable_extensions; do
4663   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4664     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4665     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4666     break 2
4667   fi
4668 done
4669   done
4670 IFS=$as_save_IFS
4671
4672 fi
4673 fi
4674 CC=$ac_cv_prog_CC
4675 if test -n "$CC"; then
4676   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4677 $as_echo "$CC" >&6; }
4678 else
4679   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4680 $as_echo "no" >&6; }
4681 fi
4682
4683
4684 fi
4685 if test -z "$ac_cv_prog_CC"; then
4686   ac_ct_CC=$CC
4687   # Extract the first word of "gcc", so it can be a program name with args.
4688 set dummy gcc; ac_word=$2
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4690 $as_echo_n "checking for $ac_word... " >&6; }
4691 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4692   $as_echo_n "(cached) " >&6
4693 else
4694   if test -n "$ac_ct_CC"; then
4695   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4696 else
4697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4698 for as_dir in $PATH
4699 do
4700   IFS=$as_save_IFS
4701   test -z "$as_dir" && as_dir=.
4702     for ac_exec_ext in '' $ac_executable_extensions; do
4703   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4704     ac_cv_prog_ac_ct_CC="gcc"
4705     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4706     break 2
4707   fi
4708 done
4709   done
4710 IFS=$as_save_IFS
4711
4712 fi
4713 fi
4714 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4715 if test -n "$ac_ct_CC"; then
4716   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4717 $as_echo "$ac_ct_CC" >&6; }
4718 else
4719   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4720 $as_echo "no" >&6; }
4721 fi
4722
4723   if test "x$ac_ct_CC" = x; then
4724     CC=""
4725   else
4726     case $cross_compiling:$ac_tool_warned in
4727 yes:)
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4729 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4730 ac_tool_warned=yes ;;
4731 esac
4732     CC=$ac_ct_CC
4733   fi
4734 else
4735   CC="$ac_cv_prog_CC"
4736 fi
4737
4738 if test -z "$CC"; then
4739           if test -n "$ac_tool_prefix"; then
4740     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4741 set dummy ${ac_tool_prefix}cc; ac_word=$2
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4743 $as_echo_n "checking for $ac_word... " >&6; }
4744 if ${ac_cv_prog_CC+:} false; then :
4745   $as_echo_n "(cached) " >&6
4746 else
4747   if test -n "$CC"; then
4748   ac_cv_prog_CC="$CC" # Let the user override the test.
4749 else
4750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4751 for as_dir in $PATH
4752 do
4753   IFS=$as_save_IFS
4754   test -z "$as_dir" && as_dir=.
4755     for ac_exec_ext in '' $ac_executable_extensions; do
4756   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4757     ac_cv_prog_CC="${ac_tool_prefix}cc"
4758     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4759     break 2
4760   fi
4761 done
4762   done
4763 IFS=$as_save_IFS
4764
4765 fi
4766 fi
4767 CC=$ac_cv_prog_CC
4768 if test -n "$CC"; then
4769   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4770 $as_echo "$CC" >&6; }
4771 else
4772   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4773 $as_echo "no" >&6; }
4774 fi
4775
4776
4777   fi
4778 fi
4779 if test -z "$CC"; then
4780   # Extract the first word of "cc", so it can be a program name with args.
4781 set dummy cc; ac_word=$2
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4783 $as_echo_n "checking for $ac_word... " >&6; }
4784 if ${ac_cv_prog_CC+:} false; then :
4785   $as_echo_n "(cached) " >&6
4786 else
4787   if test -n "$CC"; then
4788   ac_cv_prog_CC="$CC" # Let the user override the test.
4789 else
4790   ac_prog_rejected=no
4791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4792 for as_dir in $PATH
4793 do
4794   IFS=$as_save_IFS
4795   test -z "$as_dir" && as_dir=.
4796     for ac_exec_ext in '' $ac_executable_extensions; do
4797   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4798     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4799        ac_prog_rejected=yes
4800        continue
4801      fi
4802     ac_cv_prog_CC="cc"
4803     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4804     break 2
4805   fi
4806 done
4807   done
4808 IFS=$as_save_IFS
4809
4810 if test $ac_prog_rejected = yes; then
4811   # We found a bogon in the path, so make sure we never use it.
4812   set dummy $ac_cv_prog_CC
4813   shift
4814   if test $# != 0; then
4815     # We chose a different compiler from the bogus one.
4816     # However, it has the same basename, so the bogon will be chosen
4817     # first if we set CC to just the basename; use the full file name.
4818     shift
4819     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4820   fi
4821 fi
4822 fi
4823 fi
4824 CC=$ac_cv_prog_CC
4825 if test -n "$CC"; then
4826   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4827 $as_echo "$CC" >&6; }
4828 else
4829   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4830 $as_echo "no" >&6; }
4831 fi
4832
4833
4834 fi
4835 if test -z "$CC"; then
4836   if test -n "$ac_tool_prefix"; then
4837   for ac_prog in cl.exe
4838   do
4839     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4840 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4842 $as_echo_n "checking for $ac_word... " >&6; }
4843 if ${ac_cv_prog_CC+:} false; then :
4844   $as_echo_n "(cached) " >&6
4845 else
4846   if test -n "$CC"; then
4847   ac_cv_prog_CC="$CC" # Let the user override the test.
4848 else
4849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4850 for as_dir in $PATH
4851 do
4852   IFS=$as_save_IFS
4853   test -z "$as_dir" && as_dir=.
4854     for ac_exec_ext in '' $ac_executable_extensions; do
4855   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4856     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4857     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4858     break 2
4859   fi
4860 done
4861   done
4862 IFS=$as_save_IFS
4863
4864 fi
4865 fi
4866 CC=$ac_cv_prog_CC
4867 if test -n "$CC"; then
4868   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4869 $as_echo "$CC" >&6; }
4870 else
4871   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4872 $as_echo "no" >&6; }
4873 fi
4874
4875
4876     test -n "$CC" && break
4877   done
4878 fi
4879 if test -z "$CC"; then
4880   ac_ct_CC=$CC
4881   for ac_prog in cl.exe
4882 do
4883   # Extract the first word of "$ac_prog", so it can be a program name with args.
4884 set dummy $ac_prog; ac_word=$2
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4886 $as_echo_n "checking for $ac_word... " >&6; }
4887 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4888   $as_echo_n "(cached) " >&6
4889 else
4890   if test -n "$ac_ct_CC"; then
4891   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4892 else
4893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4894 for as_dir in $PATH
4895 do
4896   IFS=$as_save_IFS
4897   test -z "$as_dir" && as_dir=.
4898     for ac_exec_ext in '' $ac_executable_extensions; do
4899   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4900     ac_cv_prog_ac_ct_CC="$ac_prog"
4901     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4902     break 2
4903   fi
4904 done
4905   done
4906 IFS=$as_save_IFS
4907
4908 fi
4909 fi
4910 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4911 if test -n "$ac_ct_CC"; then
4912   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4913 $as_echo "$ac_ct_CC" >&6; }
4914 else
4915   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4916 $as_echo "no" >&6; }
4917 fi
4918
4919
4920   test -n "$ac_ct_CC" && break
4921 done
4922
4923   if test "x$ac_ct_CC" = x; then
4924     CC=""
4925   else
4926     case $cross_compiling:$ac_tool_warned in
4927 yes:)
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4929 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4930 ac_tool_warned=yes ;;
4931 esac
4932     CC=$ac_ct_CC
4933   fi
4934 fi
4935
4936 fi
4937
4938
4939 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4940 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4941 as_fn_error $? "no acceptable C compiler found in \$PATH
4942 See \`config.log' for more details" "$LINENO" 5; }
4943
4944 # Provide some information about the compiler.
4945 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4946 set X $ac_compile
4947 ac_compiler=$2
4948 for ac_option in --version -v -V -qversion; do
4949   { { ac_try="$ac_compiler $ac_option >&5"
4950 case "(($ac_try" in
4951   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4952   *) ac_try_echo=$ac_try;;
4953 esac
4954 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4955 $as_echo "$ac_try_echo"; } >&5
4956   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4957   ac_status=$?
4958   if test -s conftest.err; then
4959     sed '10a\
4960 ... rest of stderr output deleted ...
4961          10q' conftest.err >conftest.er1
4962     cat conftest.er1 >&5
4963   fi
4964   rm -f conftest.er1 conftest.err
4965   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4966   test $ac_status = 0; }
4967 done
4968
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4970 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4971 if ${ac_cv_c_compiler_gnu+:} false; then :
4972   $as_echo_n "(cached) " >&6
4973 else
4974   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4975 /* end confdefs.h.  */
4976
4977 int
4978 main ()
4979 {
4980 #ifndef __GNUC__
4981        choke me
4982 #endif
4983
4984   ;
4985   return 0;
4986 }
4987 _ACEOF
4988 if ac_fn_c_try_compile "$LINENO"; then :
4989   ac_compiler_gnu=yes
4990 else
4991   ac_compiler_gnu=no
4992 fi
4993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4994 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4995
4996 fi
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4998 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4999 if test $ac_compiler_gnu = yes; then
5000   GCC=yes
5001 else
5002   GCC=
5003 fi
5004 ac_test_CFLAGS=${CFLAGS+set}
5005 ac_save_CFLAGS=$CFLAGS
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5007 $as_echo_n "checking whether $CC accepts -g... " >&6; }
5008 if ${ac_cv_prog_cc_g+:} false; then :
5009   $as_echo_n "(cached) " >&6
5010 else
5011   ac_save_c_werror_flag=$ac_c_werror_flag
5012    ac_c_werror_flag=yes
5013    ac_cv_prog_cc_g=no
5014    CFLAGS="-g"
5015    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5016 /* end confdefs.h.  */
5017
5018 int
5019 main ()
5020 {
5021
5022   ;
5023   return 0;
5024 }
5025 _ACEOF
5026 if ac_fn_c_try_compile "$LINENO"; then :
5027   ac_cv_prog_cc_g=yes
5028 else
5029   CFLAGS=""
5030       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5031 /* end confdefs.h.  */
5032
5033 int
5034 main ()
5035 {
5036
5037   ;
5038   return 0;
5039 }
5040 _ACEOF
5041 if ac_fn_c_try_compile "$LINENO"; then :
5042
5043 else
5044   ac_c_werror_flag=$ac_save_c_werror_flag
5045          CFLAGS="-g"
5046          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5047 /* end confdefs.h.  */
5048
5049 int
5050 main ()
5051 {
5052
5053   ;
5054   return 0;
5055 }
5056 _ACEOF
5057 if ac_fn_c_try_compile "$LINENO"; then :
5058   ac_cv_prog_cc_g=yes
5059 fi
5060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5061 fi
5062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5063 fi
5064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5065    ac_c_werror_flag=$ac_save_c_werror_flag
5066 fi
5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5068 $as_echo "$ac_cv_prog_cc_g" >&6; }
5069 if test "$ac_test_CFLAGS" = set; then
5070   CFLAGS=$ac_save_CFLAGS
5071 elif test $ac_cv_prog_cc_g = yes; then
5072   if test "$GCC" = yes; then
5073     CFLAGS="-g -O2"
5074   else
5075     CFLAGS="-g"
5076   fi
5077 else
5078   if test "$GCC" = yes; then
5079     CFLAGS="-O2"
5080   else
5081     CFLAGS=
5082   fi
5083 fi
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5085 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5086 if ${ac_cv_prog_cc_c89+:} false; then :
5087   $as_echo_n "(cached) " >&6
5088 else
5089   ac_cv_prog_cc_c89=no
5090 ac_save_CC=$CC
5091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5092 /* end confdefs.h.  */
5093 #include <stdarg.h>
5094 #include <stdio.h>
5095 struct stat;
5096 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
5097 struct buf { int x; };
5098 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5099 static char *e (p, i)
5100      char **p;
5101      int i;
5102 {
5103   return p[i];
5104 }
5105 static char *f (char * (*g) (char **, int), char **p, ...)
5106 {
5107   char *s;
5108   va_list v;
5109   va_start (v,p);
5110   s = g (p, va_arg (v,int));
5111   va_end (v);
5112   return s;
5113 }
5114
5115 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
5116    function prototypes and stuff, but not '\xHH' hex character constants.
5117    These don't provoke an error unfortunately, instead are silently treated
5118    as 'x'.  The following induces an error, until -std is added to get
5119    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
5120    array size at least.  It's necessary to write '\x00'==0 to get something
5121    that's true only with -std.  */
5122 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5123
5124 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5125    inside strings and character constants.  */
5126 #define FOO(x) 'x'
5127 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5128
5129 int test (int i, double x);
5130 struct s1 {int (*f) (int a);};
5131 struct s2 {int (*f) (double a);};
5132 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5133 int argc;
5134 char **argv;
5135 int
5136 main ()
5137 {
5138 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
5139   ;
5140   return 0;
5141 }
5142 _ACEOF
5143 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5144         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5145 do
5146   CC="$ac_save_CC $ac_arg"
5147   if ac_fn_c_try_compile "$LINENO"; then :
5148   ac_cv_prog_cc_c89=$ac_arg
5149 fi
5150 rm -f core conftest.err conftest.$ac_objext
5151   test "x$ac_cv_prog_cc_c89" != "xno" && break
5152 done
5153 rm -f conftest.$ac_ext
5154 CC=$ac_save_CC
5155
5156 fi
5157 # AC_CACHE_VAL
5158 case "x$ac_cv_prog_cc_c89" in
5159   x)
5160     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5161 $as_echo "none needed" >&6; } ;;
5162   xno)
5163     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5164 $as_echo "unsupported" >&6; } ;;
5165   *)
5166     CC="$CC $ac_cv_prog_cc_c89"
5167     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5168 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5169 esac
5170 if test "x$ac_cv_prog_cc_c89" != xno; then :
5171
5172 fi
5173
5174 ac_ext=c
5175 ac_cpp='$CPP $CPPFLAGS'
5176 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5177 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5178 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5179
5180 ac_ext=c
5181 ac_cpp='$CPP $CPPFLAGS'
5182 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5183 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5184 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
5186 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
5187 if ${am_cv_prog_cc_c_o+:} false; then :
5188   $as_echo_n "(cached) " >&6
5189 else
5190   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5191 /* end confdefs.h.  */
5192
5193 int
5194 main ()
5195 {
5196
5197   ;
5198   return 0;
5199 }
5200 _ACEOF
5201   # Make sure it works both with $CC and with simple cc.
5202   # Following AC_PROG_CC_C_O, we do the test twice because some
5203   # compilers refuse to overwrite an existing .o file with -o,
5204   # though they will create one.
5205   am_cv_prog_cc_c_o=yes
5206   for am_i in 1 2; do
5207     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
5208    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
5209    ac_status=$?
5210    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5211    (exit $ac_status); } \
5212          && test -f conftest2.$ac_objext; then
5213       : OK
5214     else
5215       am_cv_prog_cc_c_o=no
5216       break
5217     fi
5218   done
5219   rm -f core conftest*
5220   unset am_i
5221 fi
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5223 $as_echo "$am_cv_prog_cc_c_o" >&6; }
5224 if test "$am_cv_prog_cc_c_o" != yes; then
5225    # Losing compiler, so override with the script.
5226    # FIXME: It is wrong to rewrite CC.
5227    # But if we don't then we get into trouble of one sort or another.
5228    # A longer-term fix would be to have automake use am__CC in this case,
5229    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5230    CC="$am_aux_dir/compile $CC"
5231 fi
5232 ac_ext=c
5233 ac_cpp='$CPP $CPPFLAGS'
5234 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5235 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5236 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5237
5238
5239 ac_ext=c
5240 ac_cpp='$CPP $CPPFLAGS'
5241 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5242 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5243 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5245 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5246 # On Suns, sometimes $CPP names a directory.
5247 if test -n "$CPP" && test -d "$CPP"; then
5248   CPP=
5249 fi
5250 if test -z "$CPP"; then
5251   if ${ac_cv_prog_CPP+:} false; then :
5252   $as_echo_n "(cached) " >&6
5253 else
5254       # Double quotes because CPP needs to be expanded
5255     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5256     do
5257       ac_preproc_ok=false
5258 for ac_c_preproc_warn_flag in '' yes
5259 do
5260   # Use a header file that comes with gcc, so configuring glibc
5261   # with a fresh cross-compiler works.
5262   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5263   # <limits.h> exists even on freestanding compilers.
5264   # On the NeXT, cc -E runs the code through the compiler's parser,
5265   # not just through cpp. "Syntax error" is here to catch this case.
5266   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5267 /* end confdefs.h.  */
5268 #ifdef __STDC__
5269 # include <limits.h>
5270 #else
5271 # include <assert.h>
5272 #endif
5273                      Syntax error
5274 _ACEOF
5275 if ac_fn_c_try_cpp "$LINENO"; then :
5276
5277 else
5278   # Broken: fails on valid input.
5279 continue
5280 fi
5281 rm -f conftest.err conftest.i conftest.$ac_ext
5282
5283   # OK, works on sane cases.  Now check whether nonexistent headers
5284   # can be detected and how.
5285   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5286 /* end confdefs.h.  */
5287 #include <ac_nonexistent.h>
5288 _ACEOF
5289 if ac_fn_c_try_cpp "$LINENO"; then :
5290   # Broken: success on invalid input.
5291 continue
5292 else
5293   # Passes both tests.
5294 ac_preproc_ok=:
5295 break
5296 fi
5297 rm -f conftest.err conftest.i conftest.$ac_ext
5298
5299 done
5300 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5301 rm -f conftest.i conftest.err conftest.$ac_ext
5302 if $ac_preproc_ok; then :
5303   break
5304 fi
5305
5306     done
5307     ac_cv_prog_CPP=$CPP
5308
5309 fi
5310   CPP=$ac_cv_prog_CPP
5311 else
5312   ac_cv_prog_CPP=$CPP
5313 fi
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5315 $as_echo "$CPP" >&6; }
5316 ac_preproc_ok=false
5317 for ac_c_preproc_warn_flag in '' yes
5318 do
5319   # Use a header file that comes with gcc, so configuring glibc
5320   # with a fresh cross-compiler works.
5321   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5322   # <limits.h> exists even on freestanding compilers.
5323   # On the NeXT, cc -E runs the code through the compiler's parser,
5324   # not just through cpp. "Syntax error" is here to catch this case.
5325   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5326 /* end confdefs.h.  */
5327 #ifdef __STDC__
5328 # include <limits.h>
5329 #else
5330 # include <assert.h>
5331 #endif
5332                      Syntax error
5333 _ACEOF
5334 if ac_fn_c_try_cpp "$LINENO"; then :
5335
5336 else
5337   # Broken: fails on valid input.
5338 continue
5339 fi
5340 rm -f conftest.err conftest.i conftest.$ac_ext
5341
5342   # OK, works on sane cases.  Now check whether nonexistent headers
5343   # can be detected and how.
5344   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5345 /* end confdefs.h.  */
5346 #include <ac_nonexistent.h>
5347 _ACEOF
5348 if ac_fn_c_try_cpp "$LINENO"; then :
5349   # Broken: success on invalid input.
5350 continue
5351 else
5352   # Passes both tests.
5353 ac_preproc_ok=:
5354 break
5355 fi
5356 rm -f conftest.err conftest.i conftest.$ac_ext
5357
5358 done
5359 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5360 rm -f conftest.i conftest.err conftest.$ac_ext
5361 if $ac_preproc_ok; then :
5362
5363 else
5364   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5365 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5366 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5367 See \`config.log' for more details" "$LINENO" 5; }
5368 fi
5369
5370 ac_ext=c
5371 ac_cpp='$CPP $CPPFLAGS'
5372 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5373 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5374 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5375
5376
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5378 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5379 if ${ac_cv_path_GREP+:} false; then :
5380   $as_echo_n "(cached) " >&6
5381 else
5382   if test -z "$GREP"; then
5383   ac_path_GREP_found=false
5384   # Loop through the user's path and test for each of PROGNAME-LIST
5385   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5386 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5387 do
5388   IFS=$as_save_IFS
5389   test -z "$as_dir" && as_dir=.
5390     for ac_prog in grep ggrep; do
5391     for ac_exec_ext in '' $ac_executable_extensions; do
5392       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5393       as_fn_executable_p "$ac_path_GREP" || continue
5394 # Check for GNU ac_path_GREP and select it if it is found.
5395   # Check for GNU $ac_path_GREP
5396 case `"$ac_path_GREP" --version 2>&1` in
5397 *GNU*)
5398   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5399 *)
5400   ac_count=0
5401   $as_echo_n 0123456789 >"conftest.in"
5402   while :
5403   do
5404     cat "conftest.in" "conftest.in" >"conftest.tmp"
5405     mv "conftest.tmp" "conftest.in"
5406     cp "conftest.in" "conftest.nl"
5407     $as_echo 'GREP' >> "conftest.nl"
5408     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5409     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5410     as_fn_arith $ac_count + 1 && ac_count=$as_val
5411     if test $ac_count -gt ${ac_path_GREP_max-0}; then
5412       # Best one so far, save it but keep looking for a better one
5413       ac_cv_path_GREP="$ac_path_GREP"
5414       ac_path_GREP_max=$ac_count
5415     fi
5416     # 10*(2^10) chars as input seems more than enough
5417     test $ac_count -gt 10 && break
5418   done
5419   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5420 esac
5421
5422       $ac_path_GREP_found && break 3
5423     done
5424   done
5425   done
5426 IFS=$as_save_IFS
5427   if test -z "$ac_cv_path_GREP"; then
5428     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5429   fi
5430 else
5431   ac_cv_path_GREP=$GREP
5432 fi
5433
5434 fi
5435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5436 $as_echo "$ac_cv_path_GREP" >&6; }
5437  GREP="$ac_cv_path_GREP"
5438
5439
5440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5441 $as_echo_n "checking for egrep... " >&6; }
5442 if ${ac_cv_path_EGREP+:} false; then :
5443   $as_echo_n "(cached) " >&6
5444 else
5445   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5446    then ac_cv_path_EGREP="$GREP -E"
5447    else
5448      if test -z "$EGREP"; then
5449   ac_path_EGREP_found=false
5450   # Loop through the user's path and test for each of PROGNAME-LIST
5451   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5452 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5453 do
5454   IFS=$as_save_IFS
5455   test -z "$as_dir" && as_dir=.
5456     for ac_prog in egrep; do
5457     for ac_exec_ext in '' $ac_executable_extensions; do
5458       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5459       as_fn_executable_p "$ac_path_EGREP" || continue
5460 # Check for GNU ac_path_EGREP and select it if it is found.
5461   # Check for GNU $ac_path_EGREP
5462 case `"$ac_path_EGREP" --version 2>&1` in
5463 *GNU*)
5464   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5465 *)
5466   ac_count=0
5467   $as_echo_n 0123456789 >"conftest.in"
5468   while :
5469   do
5470     cat "conftest.in" "conftest.in" >"conftest.tmp"
5471     mv "conftest.tmp" "conftest.in"
5472     cp "conftest.in" "conftest.nl"
5473     $as_echo 'EGREP' >> "conftest.nl"
5474     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5475     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5476     as_fn_arith $ac_count + 1 && ac_count=$as_val
5477     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5478       # Best one so far, save it but keep looking for a better one
5479       ac_cv_path_EGREP="$ac_path_EGREP"
5480       ac_path_EGREP_max=$ac_count
5481     fi
5482     # 10*(2^10) chars as input seems more than enough
5483     test $ac_count -gt 10 && break
5484   done
5485   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5486 esac
5487
5488       $ac_path_EGREP_found && break 3
5489     done
5490   done
5491   done
5492 IFS=$as_save_IFS
5493   if test -z "$ac_cv_path_EGREP"; then
5494     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5495   fi
5496 else
5497   ac_cv_path_EGREP=$EGREP
5498 fi
5499
5500    fi
5501 fi
5502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5503 $as_echo "$ac_cv_path_EGREP" >&6; }
5504  EGREP="$ac_cv_path_EGREP"
5505
5506
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5508 $as_echo_n "checking for ANSI C header files... " >&6; }
5509 if ${ac_cv_header_stdc+:} false; then :
5510   $as_echo_n "(cached) " >&6
5511 else
5512   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5513 /* end confdefs.h.  */
5514 #include <stdlib.h>
5515 #include <stdarg.h>
5516 #include <string.h>
5517 #include <float.h>
5518
5519 int
5520 main ()
5521 {
5522
5523   ;
5524   return 0;
5525 }
5526 _ACEOF
5527 if ac_fn_c_try_compile "$LINENO"; then :
5528   ac_cv_header_stdc=yes
5529 else
5530   ac_cv_header_stdc=no
5531 fi
5532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5533
5534 if test $ac_cv_header_stdc = yes; then
5535   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5536   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5537 /* end confdefs.h.  */
5538 #include <string.h>
5539
5540 _ACEOF
5541 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5542   $EGREP "memchr" >/dev/null 2>&1; then :
5543
5544 else
5545   ac_cv_header_stdc=no
5546 fi
5547 rm -f conftest*
5548
5549 fi
5550
5551 if test $ac_cv_header_stdc = yes; then
5552   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5553   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5554 /* end confdefs.h.  */
5555 #include <stdlib.h>
5556
5557 _ACEOF
5558 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5559   $EGREP "free" >/dev/null 2>&1; then :
5560
5561 else
5562   ac_cv_header_stdc=no
5563 fi
5564 rm -f conftest*
5565
5566 fi
5567
5568 if test $ac_cv_header_stdc = yes; then
5569   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5570   if test "$cross_compiling" = yes; then :
5571   :
5572 else
5573   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5574 /* end confdefs.h.  */
5575 #include <ctype.h>
5576 #include <stdlib.h>
5577 #if ((' ' & 0x0FF) == 0x020)
5578 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5579 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5580 #else
5581 # define ISLOWER(c) \
5582                    (('a' <= (c) && (c) <= 'i') \
5583                      || ('j' <= (c) && (c) <= 'r') \
5584                      || ('s' <= (c) && (c) <= 'z'))
5585 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5586 #endif
5587
5588 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5589 int
5590 main ()
5591 {
5592   int i;
5593   for (i = 0; i < 256; i++)
5594     if (XOR (islower (i), ISLOWER (i))
5595         || toupper (i) != TOUPPER (i))
5596       return 2;
5597   return 0;
5598 }
5599 _ACEOF
5600 if ac_fn_c_try_run "$LINENO"; then :
5601
5602 else
5603   ac_cv_header_stdc=no
5604 fi
5605 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5606   conftest.$ac_objext conftest.beam conftest.$ac_ext
5607 fi
5608
5609 fi
5610 fi
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5612 $as_echo "$ac_cv_header_stdc" >&6; }
5613 if test $ac_cv_header_stdc = yes; then
5614
5615 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5616
5617 fi
5618
5619 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5620 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5621                   inttypes.h stdint.h unistd.h
5622 do :
5623   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5624 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5625 "
5626 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5627   cat >>confdefs.h <<_ACEOF
5628 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5629 _ACEOF
5630
5631 fi
5632
5633 done
5634
5635
5636
5637   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5638 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5639   MINIX=yes
5640 else
5641   MINIX=
5642 fi
5643
5644
5645   if test "$MINIX" = yes; then
5646
5647 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5648
5649
5650 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5651
5652
5653 $as_echo "#define _MINIX 1" >>confdefs.h
5654
5655   fi
5656
5657
5658   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5659 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5660 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5661   $as_echo_n "(cached) " >&6
5662 else
5663   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5664 /* end confdefs.h.  */
5665
5666 #         define __EXTENSIONS__ 1
5667           $ac_includes_default
5668 int
5669 main ()
5670 {
5671
5672   ;
5673   return 0;
5674 }
5675 _ACEOF
5676 if ac_fn_c_try_compile "$LINENO"; then :
5677   ac_cv_safe_to_define___extensions__=yes
5678 else
5679   ac_cv_safe_to_define___extensions__=no
5680 fi
5681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5682 fi
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5684 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5685   test $ac_cv_safe_to_define___extensions__ = yes &&
5686     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5687
5688   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5689
5690   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5691
5692   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5693
5694   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5695
5696
5697
5698
5699
5700 case `pwd` in
5701   *\ * | *\     *)
5702     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5703 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5704 esac
5705
5706
5707
5708 macro_version='2.2.7a'
5709 macro_revision='1.3134'
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723 ltmain="$ac_aux_dir/ltmain.sh"
5724
5725 # Backslashify metacharacters that are still active within
5726 # double-quoted strings.
5727 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5728
5729 # Same as above, but do not quote variable references.
5730 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5731
5732 # Sed substitution to delay expansion of an escaped shell variable in a
5733 # double_quote_subst'ed string.
5734 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5735
5736 # Sed substitution to delay expansion of an escaped single quote.
5737 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5738
5739 # Sed substitution to avoid accidental globbing in evaled expressions
5740 no_glob_subst='s/\*/\\\*/g'
5741
5742 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5743 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5744 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5745
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5747 $as_echo_n "checking how to print strings... " >&6; }
5748 # Test print first, because it will be a builtin if present.
5749 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5750    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5751   ECHO='print -r --'
5752 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5753   ECHO='printf %s\n'
5754 else
5755   # Use this function as a fallback that always works.
5756   func_fallback_echo ()
5757   {
5758     eval 'cat <<_LTECHO_EOF
5759 $1
5760 _LTECHO_EOF'
5761   }
5762   ECHO='func_fallback_echo'
5763 fi
5764
5765 # func_echo_all arg...
5766 # Invoke $ECHO with all args, space-separated.
5767 func_echo_all ()
5768 {
5769     $ECHO ""
5770 }
5771
5772 case "$ECHO" in
5773   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5774 $as_echo "printf" >&6; } ;;
5775   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5776 $as_echo "print -r" >&6; } ;;
5777   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5778 $as_echo "cat" >&6; } ;;
5779 esac
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5795 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5796 if ${ac_cv_path_SED+:} false; then :
5797   $as_echo_n "(cached) " >&6
5798 else
5799             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5800      for ac_i in 1 2 3 4 5 6 7; do
5801        ac_script="$ac_script$as_nl$ac_script"
5802      done
5803      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5804      { ac_script=; unset ac_script;}
5805      if test -z "$SED"; then
5806   ac_path_SED_found=false
5807   # Loop through the user's path and test for each of PROGNAME-LIST
5808   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 for as_dir in $PATH
5810 do
5811   IFS=$as_save_IFS
5812   test -z "$as_dir" && as_dir=.
5813     for ac_prog in sed gsed; do
5814     for ac_exec_ext in '' $ac_executable_extensions; do
5815       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5816       as_fn_executable_p "$ac_path_SED" || continue
5817 # Check for GNU ac_path_SED and select it if it is found.
5818   # Check for GNU $ac_path_SED
5819 case `"$ac_path_SED" --version 2>&1` in
5820 *GNU*)
5821   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5822 *)
5823   ac_count=0
5824   $as_echo_n 0123456789 >"conftest.in"
5825   while :
5826   do
5827     cat "conftest.in" "conftest.in" >"conftest.tmp"
5828     mv "conftest.tmp" "conftest.in"
5829     cp "conftest.in" "conftest.nl"
5830     $as_echo '' >> "conftest.nl"
5831     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5832     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5833     as_fn_arith $ac_count + 1 && ac_count=$as_val
5834     if test $ac_count -gt ${ac_path_SED_max-0}; then
5835       # Best one so far, save it but keep looking for a better one
5836       ac_cv_path_SED="$ac_path_SED"
5837       ac_path_SED_max=$ac_count
5838     fi
5839     # 10*(2^10) chars as input seems more than enough
5840     test $ac_count -gt 10 && break
5841   done
5842   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5843 esac
5844
5845       $ac_path_SED_found && break 3
5846     done
5847   done
5848   done
5849 IFS=$as_save_IFS
5850   if test -z "$ac_cv_path_SED"; then
5851     as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5852   fi
5853 else
5854   ac_cv_path_SED=$SED
5855 fi
5856
5857 fi
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5859 $as_echo "$ac_cv_path_SED" >&6; }
5860  SED="$ac_cv_path_SED"
5861   rm -f conftest.sed
5862
5863 test -z "$SED" && SED=sed
5864 Xsed="$SED -e 1s/^X//"
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5877 $as_echo_n "checking for fgrep... " >&6; }
5878 if ${ac_cv_path_FGREP+:} false; then :
5879   $as_echo_n "(cached) " >&6
5880 else
5881   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5882    then ac_cv_path_FGREP="$GREP -F"
5883    else
5884      if test -z "$FGREP"; then
5885   ac_path_FGREP_found=false
5886   # Loop through the user's path and test for each of PROGNAME-LIST
5887   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5888 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5889 do
5890   IFS=$as_save_IFS
5891   test -z "$as_dir" && as_dir=.
5892     for ac_prog in fgrep; do
5893     for ac_exec_ext in '' $ac_executable_extensions; do
5894       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5895       as_fn_executable_p "$ac_path_FGREP" || continue
5896 # Check for GNU ac_path_FGREP and select it if it is found.
5897   # Check for GNU $ac_path_FGREP
5898 case `"$ac_path_FGREP" --version 2>&1` in
5899 *GNU*)
5900   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5901 *)
5902   ac_count=0
5903   $as_echo_n 0123456789 >"conftest.in"
5904   while :
5905   do
5906     cat "conftest.in" "conftest.in" >"conftest.tmp"
5907     mv "conftest.tmp" "conftest.in"
5908     cp "conftest.in" "conftest.nl"
5909     $as_echo 'FGREP' >> "conftest.nl"
5910     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5911     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5912     as_fn_arith $ac_count + 1 && ac_count=$as_val
5913     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5914       # Best one so far, save it but keep looking for a better one
5915       ac_cv_path_FGREP="$ac_path_FGREP"
5916       ac_path_FGREP_max=$ac_count
5917     fi
5918     # 10*(2^10) chars as input seems more than enough
5919     test $ac_count -gt 10 && break
5920   done
5921   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5922 esac
5923
5924       $ac_path_FGREP_found && break 3
5925     done
5926   done
5927   done
5928 IFS=$as_save_IFS
5929   if test -z "$ac_cv_path_FGREP"; then
5930     as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5931   fi
5932 else
5933   ac_cv_path_FGREP=$FGREP
5934 fi
5935
5936    fi
5937 fi
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5939 $as_echo "$ac_cv_path_FGREP" >&6; }
5940  FGREP="$ac_cv_path_FGREP"
5941
5942
5943 test -z "$GREP" && GREP=grep
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963 # Check whether --with-gnu-ld was given.
5964 if test "${with_gnu_ld+set}" = set; then :
5965   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5966 else
5967   with_gnu_ld=no
5968 fi
5969
5970 ac_prog=ld
5971 if test "$GCC" = yes; then
5972   # Check if gcc -print-prog-name=ld gives a path.
5973   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5974 $as_echo_n "checking for ld used by $CC... " >&6; }
5975   case $host in
5976   *-*-mingw*)
5977     # gcc leaves a trailing carriage return which upsets mingw
5978     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5979   *)
5980     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5981   esac
5982   case $ac_prog in
5983     # Accept absolute paths.
5984     [\\/]* | ?:[\\/]*)
5985       re_direlt='/[^/][^/]*/\.\./'
5986       # Canonicalize the pathname of ld
5987       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5988       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5989         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5990       done
5991       test -z "$LD" && LD="$ac_prog"
5992       ;;
5993   "")
5994     # If it fails, then pretend we aren't using GCC.
5995     ac_prog=ld
5996     ;;
5997   *)
5998     # If it is relative, then search for the first ld in PATH.
5999     with_gnu_ld=unknown
6000     ;;
6001   esac
6002 elif test "$with_gnu_ld" = yes; then
6003   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
6004 $as_echo_n "checking for GNU ld... " >&6; }
6005 else
6006   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6007 $as_echo_n "checking for non-GNU ld... " >&6; }
6008 fi
6009 if ${lt_cv_path_LD+:} false; then :
6010   $as_echo_n "(cached) " >&6
6011 else
6012   if test -z "$LD"; then
6013   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6014   for ac_dir in $PATH; do
6015     IFS="$lt_save_ifs"
6016     test -z "$ac_dir" && ac_dir=.
6017     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6018       lt_cv_path_LD="$ac_dir/$ac_prog"
6019       # Check to see if the program is GNU ld.  I'd rather use --version,
6020       # but apparently some variants of GNU ld only accept -v.
6021       # Break only if it was the GNU/non-GNU ld that we prefer.
6022       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6023       *GNU* | *'with BFD'*)
6024         test "$with_gnu_ld" != no && break
6025         ;;
6026       *)
6027         test "$with_gnu_ld" != yes && break
6028         ;;
6029       esac
6030     fi
6031   done
6032   IFS="$lt_save_ifs"
6033 else
6034   lt_cv_path_LD="$LD" # Let the user override the test with a path.
6035 fi
6036 fi
6037
6038 LD="$lt_cv_path_LD"
6039 if test -n "$LD"; then
6040   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6041 $as_echo "$LD" >&6; }
6042 else
6043   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6044 $as_echo "no" >&6; }
6045 fi
6046 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6048 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6049 if ${lt_cv_prog_gnu_ld+:} false; then :
6050   $as_echo_n "(cached) " >&6
6051 else
6052   # I'd rather use --version here, but apparently some GNU lds only accept -v.
6053 case `$LD -v 2>&1 </dev/null` in
6054 *GNU* | *'with BFD'*)
6055   lt_cv_prog_gnu_ld=yes
6056   ;;
6057 *)
6058   lt_cv_prog_gnu_ld=no
6059   ;;
6060 esac
6061 fi
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6063 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6064 with_gnu_ld=$lt_cv_prog_gnu_ld
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6075 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6076 if ${lt_cv_path_NM+:} false; then :
6077   $as_echo_n "(cached) " >&6
6078 else
6079   if test -n "$NM"; then
6080   # Let the user override the test.
6081   lt_cv_path_NM="$NM"
6082 else
6083   lt_nm_to_check="${ac_tool_prefix}nm"
6084   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6085     lt_nm_to_check="$lt_nm_to_check nm"
6086   fi
6087   for lt_tmp_nm in $lt_nm_to_check; do
6088     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6089     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6090       IFS="$lt_save_ifs"
6091       test -z "$ac_dir" && ac_dir=.
6092       tmp_nm="$ac_dir/$lt_tmp_nm"
6093       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6094         # Check to see if the nm accepts a BSD-compat flag.
6095         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6096         #   nm: unknown option "B" ignored
6097         # Tru64's nm complains that /dev/null is an invalid object file
6098         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6099         */dev/null* | *'Invalid file or object type'*)
6100           lt_cv_path_NM="$tmp_nm -B"
6101           break
6102           ;;
6103         *)
6104           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6105           */dev/null*)
6106             lt_cv_path_NM="$tmp_nm -p"
6107             break
6108             ;;
6109           *)
6110             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6111             continue # so that we can try to find one that supports BSD flags
6112             ;;
6113           esac
6114           ;;
6115         esac
6116       fi
6117     done
6118     IFS="$lt_save_ifs"
6119   done
6120   : ${lt_cv_path_NM=no}
6121 fi
6122 fi
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6124 $as_echo "$lt_cv_path_NM" >&6; }
6125 if test "$lt_cv_path_NM" != "no"; then
6126   NM="$lt_cv_path_NM"
6127 else
6128   # Didn't find any BSD compatible name lister, look for dumpbin.
6129   if test -n "$DUMPBIN"; then :
6130     # Let the user override the test.
6131   else
6132     if test -n "$ac_tool_prefix"; then
6133   for ac_prog in dumpbin "link -dump"
6134   do
6135     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6136 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6138 $as_echo_n "checking for $ac_word... " >&6; }
6139 if ${ac_cv_prog_DUMPBIN+:} false; then :
6140   $as_echo_n "(cached) " >&6
6141 else
6142   if test -n "$DUMPBIN"; then
6143   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6144 else
6145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6146 for as_dir in $PATH
6147 do
6148   IFS=$as_save_IFS
6149   test -z "$as_dir" && as_dir=.
6150     for ac_exec_ext in '' $ac_executable_extensions; do
6151   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6152     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6153     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6154     break 2
6155   fi
6156 done
6157   done
6158 IFS=$as_save_IFS
6159
6160 fi
6161 fi
6162 DUMPBIN=$ac_cv_prog_DUMPBIN
6163 if test -n "$DUMPBIN"; then
6164   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6165 $as_echo "$DUMPBIN" >&6; }
6166 else
6167   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6168 $as_echo "no" >&6; }
6169 fi
6170
6171
6172     test -n "$DUMPBIN" && break
6173   done
6174 fi
6175 if test -z "$DUMPBIN"; then
6176   ac_ct_DUMPBIN=$DUMPBIN
6177   for ac_prog in dumpbin "link -dump"
6178 do
6179   # Extract the first word of "$ac_prog", so it can be a program name with args.
6180 set dummy $ac_prog; ac_word=$2
6181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6182 $as_echo_n "checking for $ac_word... " >&6; }
6183 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6184   $as_echo_n "(cached) " >&6
6185 else
6186   if test -n "$ac_ct_DUMPBIN"; then
6187   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6188 else
6189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6190 for as_dir in $PATH
6191 do
6192   IFS=$as_save_IFS
6193   test -z "$as_dir" && as_dir=.
6194     for ac_exec_ext in '' $ac_executable_extensions; do
6195   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6196     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6197     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6198     break 2
6199   fi
6200 done
6201   done
6202 IFS=$as_save_IFS
6203
6204 fi
6205 fi
6206 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6207 if test -n "$ac_ct_DUMPBIN"; then
6208   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6209 $as_echo "$ac_ct_DUMPBIN" >&6; }
6210 else
6211   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6212 $as_echo "no" >&6; }
6213 fi
6214
6215
6216   test -n "$ac_ct_DUMPBIN" && break
6217 done
6218
6219   if test "x$ac_ct_DUMPBIN" = x; then
6220     DUMPBIN=":"
6221   else
6222     case $cross_compiling:$ac_tool_warned in
6223 yes:)
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6225 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6226 ac_tool_warned=yes ;;
6227 esac
6228     DUMPBIN=$ac_ct_DUMPBIN
6229   fi
6230 fi
6231
6232     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6233     *COFF*)
6234       DUMPBIN="$DUMPBIN -symbols"
6235       ;;
6236     *)
6237       DUMPBIN=:
6238       ;;
6239     esac
6240   fi
6241
6242   if test "$DUMPBIN" != ":"; then
6243     NM="$DUMPBIN"
6244   fi
6245 fi
6246 test -z "$NM" && NM=nm
6247
6248
6249
6250
6251
6252
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6254 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6255 if ${lt_cv_nm_interface+:} false; then :
6256   $as_echo_n "(cached) " >&6
6257 else
6258   lt_cv_nm_interface="BSD nm"
6259   echo "int some_variable = 0;" > conftest.$ac_ext
6260   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6261   (eval "$ac_compile" 2>conftest.err)
6262   cat conftest.err >&5
6263   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6264   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6265   cat conftest.err >&5
6266   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6267   cat conftest.out >&5
6268   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6269     lt_cv_nm_interface="MS dumpbin"
6270   fi
6271   rm -f conftest*
6272 fi
6273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6274 $as_echo "$lt_cv_nm_interface" >&6; }
6275
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6277 $as_echo_n "checking whether ln -s works... " >&6; }
6278 LN_S=$as_ln_s
6279 if test "$LN_S" = "ln -s"; then
6280   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6281 $as_echo "yes" >&6; }
6282 else
6283   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6284 $as_echo "no, using $LN_S" >&6; }
6285 fi
6286
6287 # find the maximum length of command line arguments
6288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6289 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6290 if ${lt_cv_sys_max_cmd_len+:} false; then :
6291   $as_echo_n "(cached) " >&6
6292 else
6293     i=0
6294   teststring="ABCD"
6295
6296   case $build_os in
6297   msdosdjgpp*)
6298     # On DJGPP, this test can blow up pretty badly due to problems in libc
6299     # (any single argument exceeding 2000 bytes causes a buffer overrun
6300     # during glob expansion).  Even if it were fixed, the result of this
6301     # check would be larger than it should be.
6302     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
6303     ;;
6304
6305   gnu*)
6306     # Under GNU Hurd, this test is not required because there is
6307     # no limit to the length of command line arguments.
6308     # Libtool will interpret -1 as no limit whatsoever
6309     lt_cv_sys_max_cmd_len=-1;
6310     ;;
6311
6312   cygwin* | mingw* | cegcc*)
6313     # On Win9x/ME, this test blows up -- it succeeds, but takes
6314     # about 5 minutes as the teststring grows exponentially.
6315     # Worse, since 9x/ME are not pre-emptively multitasking,
6316     # you end up with a "frozen" computer, even though with patience
6317     # the test eventually succeeds (with a max line length of 256k).
6318     # Instead, let's just punt: use the minimum linelength reported by
6319     # all of the supported platforms: 8192 (on NT/2K/XP).
6320     lt_cv_sys_max_cmd_len=8192;
6321     ;;
6322
6323   mint*)
6324     # On MiNT this can take a long time and run out of memory.
6325     lt_cv_sys_max_cmd_len=8192;
6326     ;;
6327
6328   amigaos*)
6329     # On AmigaOS with pdksh, this test takes hours, literally.
6330     # So we just punt and use a minimum line length of 8192.
6331     lt_cv_sys_max_cmd_len=8192;
6332     ;;
6333
6334   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6335     # This has been around since 386BSD, at least.  Likely further.
6336     if test -x /sbin/sysctl; then
6337       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6338     elif test -x /usr/sbin/sysctl; then
6339       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6340     else
6341       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
6342     fi
6343     # And add a safety zone
6344     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6345     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6346     ;;
6347
6348   interix*)
6349     # We know the value 262144 and hardcode it with a safety zone (like BSD)
6350     lt_cv_sys_max_cmd_len=196608
6351     ;;
6352
6353   osf*)
6354     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6355     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6356     # nice to cause kernel panics so lets avoid the loop below.
6357     # First set a reasonable default.
6358     lt_cv_sys_max_cmd_len=16384
6359     #
6360     if test -x /sbin/sysconfig; then
6361       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6362         *1*) lt_cv_sys_max_cmd_len=-1 ;;
6363       esac
6364     fi
6365     ;;
6366   sco3.2v5*)
6367     lt_cv_sys_max_cmd_len=102400
6368     ;;
6369   sysv5* | sco5v6* | sysv4.2uw2*)
6370     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6371     if test -n "$kargmax"; then
6372       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
6373     else
6374       lt_cv_sys_max_cmd_len=32768
6375     fi
6376     ;;
6377   *)
6378     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6379     if test -n "$lt_cv_sys_max_cmd_len"; then
6380       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6381       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6382     else
6383       # Make teststring a little bigger before we do anything with it.
6384       # a 1K string should be a reasonable start.
6385       for i in 1 2 3 4 5 6 7 8 ; do
6386         teststring=$teststring$teststring
6387       done
6388       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6389       # If test is not a shell built-in, we'll probably end up computing a
6390       # maximum length that is only half of the actual maximum length, but
6391       # we can't tell.
6392       while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6393                  = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6394               test $i != 17 # 1/2 MB should be enough
6395       do
6396         i=`expr $i + 1`
6397         teststring=$teststring$teststring
6398       done
6399       # Only check the string length outside the loop.
6400       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6401       teststring=
6402       # Add a significant safety factor because C++ compilers can tack on
6403       # massive amounts of additional arguments before passing them to the
6404       # linker.  It appears as though 1/2 is a usable value.
6405       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6406     fi
6407     ;;
6408   esac
6409
6410 fi
6411
6412 if test -n $lt_cv_sys_max_cmd_len ; then
6413   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6414 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6415 else
6416   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6417 $as_echo "none" >&6; }
6418 fi
6419 max_cmd_len=$lt_cv_sys_max_cmd_len
6420
6421
6422
6423
6424
6425
6426 : ${CP="cp -f"}
6427 : ${MV="mv -f"}
6428 : ${RM="rm -f"}
6429
6430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6431 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6432 # Try some XSI features
6433 xsi_shell=no
6434 ( _lt_dummy="a/b/c"
6435   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6436       = c,a/b,, \
6437     && eval 'test $(( 1 + 1 )) -eq 2 \
6438     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6439   && xsi_shell=yes
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6441 $as_echo "$xsi_shell" >&6; }
6442
6443
6444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6445 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6446 lt_shell_append=no
6447 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6448     >/dev/null 2>&1 \
6449   && lt_shell_append=yes
6450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6451 $as_echo "$lt_shell_append" >&6; }
6452
6453
6454 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6455   lt_unset=unset
6456 else
6457   lt_unset=false
6458 fi
6459
6460
6461
6462
6463
6464 # test EBCDIC or ASCII
6465 case `echo X|tr X '\101'` in
6466  A) # ASCII based system
6467     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6468   lt_SP2NL='tr \040 \012'
6469   lt_NL2SP='tr \015\012 \040\040'
6470   ;;
6471  *) # EBCDIC based system
6472   lt_SP2NL='tr \100 \n'
6473   lt_NL2SP='tr \r\n \100\100'
6474   ;;
6475 esac
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6486 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6487 if ${lt_cv_ld_reload_flag+:} false; then :
6488   $as_echo_n "(cached) " >&6
6489 else
6490   lt_cv_ld_reload_flag='-r'
6491 fi
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6493 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6494 reload_flag=$lt_cv_ld_reload_flag
6495 case $reload_flag in
6496 "" | " "*) ;;
6497 *) reload_flag=" $reload_flag" ;;
6498 esac
6499 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6500 case $host_os in
6501   darwin*)
6502     if test "$GCC" = yes; then
6503       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6504     else
6505       reload_cmds='$LD$reload_flag -o $output$reload_objs'
6506     fi
6507     ;;
6508 esac
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518 if test -n "$ac_tool_prefix"; then
6519   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6520 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6522 $as_echo_n "checking for $ac_word... " >&6; }
6523 if ${ac_cv_prog_OBJDUMP+:} false; then :
6524   $as_echo_n "(cached) " >&6
6525 else
6526   if test -n "$OBJDUMP"; then
6527   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6528 else
6529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6530 for as_dir in $PATH
6531 do
6532   IFS=$as_save_IFS
6533   test -z "$as_dir" && as_dir=.
6534     for ac_exec_ext in '' $ac_executable_extensions; do
6535   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6536     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6537     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6538     break 2
6539   fi
6540 done
6541   done
6542 IFS=$as_save_IFS
6543
6544 fi
6545 fi
6546 OBJDUMP=$ac_cv_prog_OBJDUMP
6547 if test -n "$OBJDUMP"; then
6548   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6549 $as_echo "$OBJDUMP" >&6; }
6550 else
6551   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6552 $as_echo "no" >&6; }
6553 fi
6554
6555
6556 fi
6557 if test -z "$ac_cv_prog_OBJDUMP"; then
6558   ac_ct_OBJDUMP=$OBJDUMP
6559   # Extract the first word of "objdump", so it can be a program name with args.
6560 set dummy objdump; ac_word=$2
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6562 $as_echo_n "checking for $ac_word... " >&6; }
6563 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6564   $as_echo_n "(cached) " >&6
6565 else
6566   if test -n "$ac_ct_OBJDUMP"; then
6567   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6568 else
6569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6570 for as_dir in $PATH
6571 do
6572   IFS=$as_save_IFS
6573   test -z "$as_dir" && as_dir=.
6574     for ac_exec_ext in '' $ac_executable_extensions; do
6575   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6576     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6577     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6578     break 2
6579   fi
6580 done
6581   done
6582 IFS=$as_save_IFS
6583
6584 fi
6585 fi
6586 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6587 if test -n "$ac_ct_OBJDUMP"; then
6588   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6589 $as_echo "$ac_ct_OBJDUMP" >&6; }
6590 else
6591   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6592 $as_echo "no" >&6; }
6593 fi
6594
6595   if test "x$ac_ct_OBJDUMP" = x; then
6596     OBJDUMP="false"
6597   else
6598     case $cross_compiling:$ac_tool_warned in
6599 yes:)
6600 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6601 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6602 ac_tool_warned=yes ;;
6603 esac
6604     OBJDUMP=$ac_ct_OBJDUMP
6605   fi
6606 else
6607   OBJDUMP="$ac_cv_prog_OBJDUMP"
6608 fi
6609
6610 test -z "$OBJDUMP" && OBJDUMP=objdump
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6621 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6622 if ${lt_cv_deplibs_check_method+:} false; then :
6623   $as_echo_n "(cached) " >&6
6624 else
6625   lt_cv_file_magic_cmd='$MAGIC_CMD'
6626 lt_cv_file_magic_test_file=
6627 lt_cv_deplibs_check_method='unknown'
6628 # Need to set the preceding variable on all platforms that support
6629 # interlibrary dependencies.
6630 # 'none' -- dependencies not supported.
6631 # `unknown' -- same as none, but documents that we really don't know.
6632 # 'pass_all' -- all dependencies passed with no checks.
6633 # 'test_compile' -- check by making test program.
6634 # 'file_magic [[regex]]' -- check by looking for files in library path
6635 # which responds to the $file_magic_cmd with a given extended regex.
6636 # If you have `file' or equivalent on your system and you're not sure
6637 # whether `pass_all' will *always* work, you probably want this one.
6638
6639 case $host_os in
6640 aix[4-9]*)
6641   lt_cv_deplibs_check_method=pass_all
6642   ;;
6643
6644 beos*)
6645   lt_cv_deplibs_check_method=pass_all
6646   ;;
6647
6648 bsdi[45]*)
6649   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6650   lt_cv_file_magic_cmd='/usr/bin/file -L'
6651   lt_cv_file_magic_test_file=/shlib/libc.so
6652   ;;
6653
6654 cygwin*)
6655   # func_win32_libid is a shell function defined in ltmain.sh
6656   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6657   lt_cv_file_magic_cmd='func_win32_libid'
6658   ;;
6659
6660 mingw* | pw32*)
6661   # Base MSYS/MinGW do not provide the 'file' command needed by
6662   # func_win32_libid shell function, so use a weaker test based on 'objdump',
6663   # unless we find 'file', for example because we are cross-compiling.
6664   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6665   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6666     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6667     lt_cv_file_magic_cmd='func_win32_libid'
6668   else
6669     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6670     lt_cv_file_magic_cmd='$OBJDUMP -f'
6671   fi
6672   ;;
6673
6674 cegcc*)
6675   # use the weaker test based on 'objdump'. See mingw*.
6676   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6677   lt_cv_file_magic_cmd='$OBJDUMP -f'
6678   ;;
6679
6680 darwin* | rhapsody*)
6681   lt_cv_deplibs_check_method=pass_all
6682   ;;
6683
6684 freebsd* | dragonfly*)
6685   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6686     case $host_cpu in
6687     i*86 )
6688       # Not sure whether the presence of OpenBSD here was a mistake.
6689       # Let's accept both of them until this is cleared up.
6690       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6691       lt_cv_file_magic_cmd=/usr/bin/file
6692       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6693       ;;
6694     esac
6695   else
6696     lt_cv_deplibs_check_method=pass_all
6697   fi
6698   ;;
6699
6700 gnu*)
6701   lt_cv_deplibs_check_method=pass_all
6702   ;;
6703
6704 haiku*)
6705   lt_cv_deplibs_check_method=pass_all
6706   ;;
6707
6708 hpux10.20* | hpux11*)
6709   lt_cv_file_magic_cmd=/usr/bin/file
6710   case $host_cpu in
6711   ia64*)
6712     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6713     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6714     ;;
6715   hppa*64*)
6716     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
6717     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6718     ;;
6719   *)
6720     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6721     lt_cv_file_magic_test_file=/usr/lib/libc.sl
6722     ;;
6723   esac
6724   ;;
6725
6726 interix[3-9]*)
6727   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6728   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6729   ;;
6730
6731 irix5* | irix6* | nonstopux*)
6732   case $LD in
6733   *-32|*"-32 ") libmagic=32-bit;;
6734   *-n32|*"-n32 ") libmagic=N32;;
6735   *-64|*"-64 ") libmagic=64-bit;;
6736   *) libmagic=never-match;;
6737   esac
6738   lt_cv_deplibs_check_method=pass_all
6739   ;;
6740
6741 # This must be Linux ELF.
6742 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6743   lt_cv_deplibs_check_method=pass_all
6744   ;;
6745
6746 netbsd*)
6747   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6748     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6749   else
6750     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6751   fi
6752   ;;
6753
6754 newos6*)
6755   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6756   lt_cv_file_magic_cmd=/usr/bin/file
6757   lt_cv_file_magic_test_file=/usr/lib/libnls.so
6758   ;;
6759
6760 *nto* | *qnx*)
6761   lt_cv_deplibs_check_method=pass_all
6762   ;;
6763
6764 openbsd*)
6765   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6766     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6767   else
6768     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6769   fi
6770   ;;
6771
6772 osf3* | osf4* | osf5*)
6773   lt_cv_deplibs_check_method=pass_all
6774   ;;
6775
6776 rdos*)
6777   lt_cv_deplibs_check_method=pass_all
6778   ;;
6779
6780 solaris*)
6781   lt_cv_deplibs_check_method=pass_all
6782   ;;
6783
6784 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6785   lt_cv_deplibs_check_method=pass_all
6786   ;;
6787
6788 sysv4 | sysv4.3*)
6789   case $host_vendor in
6790   motorola)
6791     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]'
6792     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6793     ;;
6794   ncr)
6795     lt_cv_deplibs_check_method=pass_all
6796     ;;
6797   sequent)
6798     lt_cv_file_magic_cmd='/bin/file'
6799     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6800     ;;
6801   sni)
6802     lt_cv_file_magic_cmd='/bin/file'
6803     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6804     lt_cv_file_magic_test_file=/lib/libc.so
6805     ;;
6806   siemens)
6807     lt_cv_deplibs_check_method=pass_all
6808     ;;
6809   pc)
6810     lt_cv_deplibs_check_method=pass_all
6811     ;;
6812   esac
6813   ;;
6814
6815 tpf*)
6816   lt_cv_deplibs_check_method=pass_all
6817   ;;
6818 esac
6819
6820 fi
6821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6822 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6823 file_magic_cmd=$lt_cv_file_magic_cmd
6824 deplibs_check_method=$lt_cv_deplibs_check_method
6825 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6826
6827
6828
6829
6830
6831
6832
6833
6834
6835
6836
6837
6838 if test -n "$ac_tool_prefix"; then
6839   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6840 set dummy ${ac_tool_prefix}ar; ac_word=$2
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6842 $as_echo_n "checking for $ac_word... " >&6; }
6843 if ${ac_cv_prog_AR+:} false; then :
6844   $as_echo_n "(cached) " >&6
6845 else
6846   if test -n "$AR"; then
6847   ac_cv_prog_AR="$AR" # Let the user override the test.
6848 else
6849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6850 for as_dir in $PATH
6851 do
6852   IFS=$as_save_IFS
6853   test -z "$as_dir" && as_dir=.
6854     for ac_exec_ext in '' $ac_executable_extensions; do
6855   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6856     ac_cv_prog_AR="${ac_tool_prefix}ar"
6857     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6858     break 2
6859   fi
6860 done
6861   done
6862 IFS=$as_save_IFS
6863
6864 fi
6865 fi
6866 AR=$ac_cv_prog_AR
6867 if test -n "$AR"; then
6868   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6869 $as_echo "$AR" >&6; }
6870 else
6871   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6872 $as_echo "no" >&6; }
6873 fi
6874
6875
6876 fi
6877 if test -z "$ac_cv_prog_AR"; then
6878   ac_ct_AR=$AR
6879   # Extract the first word of "ar", so it can be a program name with args.
6880 set dummy ar; ac_word=$2
6881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6882 $as_echo_n "checking for $ac_word... " >&6; }
6883 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6884   $as_echo_n "(cached) " >&6
6885 else
6886   if test -n "$ac_ct_AR"; then
6887   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6888 else
6889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6890 for as_dir in $PATH
6891 do
6892   IFS=$as_save_IFS
6893   test -z "$as_dir" && as_dir=.
6894     for ac_exec_ext in '' $ac_executable_extensions; do
6895   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6896     ac_cv_prog_ac_ct_AR="ar"
6897     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6898     break 2
6899   fi
6900 done
6901   done
6902 IFS=$as_save_IFS
6903
6904 fi
6905 fi
6906 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6907 if test -n "$ac_ct_AR"; then
6908   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6909 $as_echo "$ac_ct_AR" >&6; }
6910 else
6911   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6912 $as_echo "no" >&6; }
6913 fi
6914
6915   if test "x$ac_ct_AR" = x; then
6916     AR="false"
6917   else
6918     case $cross_compiling:$ac_tool_warned in
6919 yes:)
6920 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6921 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6922 ac_tool_warned=yes ;;
6923 esac
6924     AR=$ac_ct_AR
6925   fi
6926 else
6927   AR="$ac_cv_prog_AR"
6928 fi
6929
6930 test -z "$AR" && AR=ar
6931 test -z "$AR_FLAGS" && AR_FLAGS=cru
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
6943 if test -n "$ac_tool_prefix"; then
6944   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6945 set dummy ${ac_tool_prefix}strip; ac_word=$2
6946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6947 $as_echo_n "checking for $ac_word... " >&6; }
6948 if ${ac_cv_prog_STRIP+:} false; then :
6949   $as_echo_n "(cached) " >&6
6950 else
6951   if test -n "$STRIP"; then
6952   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6953 else
6954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6955 for as_dir in $PATH
6956 do
6957   IFS=$as_save_IFS
6958   test -z "$as_dir" && as_dir=.
6959     for ac_exec_ext in '' $ac_executable_extensions; do
6960   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6961     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6962     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6963     break 2
6964   fi
6965 done
6966   done
6967 IFS=$as_save_IFS
6968
6969 fi
6970 fi
6971 STRIP=$ac_cv_prog_STRIP
6972 if test -n "$STRIP"; then
6973   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6974 $as_echo "$STRIP" >&6; }
6975 else
6976   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6977 $as_echo "no" >&6; }
6978 fi
6979
6980
6981 fi
6982 if test -z "$ac_cv_prog_STRIP"; then
6983   ac_ct_STRIP=$STRIP
6984   # Extract the first word of "strip", so it can be a program name with args.
6985 set dummy strip; ac_word=$2
6986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6987 $as_echo_n "checking for $ac_word... " >&6; }
6988 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6989   $as_echo_n "(cached) " >&6
6990 else
6991   if test -n "$ac_ct_STRIP"; then
6992   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6993 else
6994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6995 for as_dir in $PATH
6996 do
6997   IFS=$as_save_IFS
6998   test -z "$as_dir" && as_dir=.
6999     for ac_exec_ext in '' $ac_executable_extensions; do
7000   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7001     ac_cv_prog_ac_ct_STRIP="strip"
7002     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7003     break 2
7004   fi
7005 done
7006   done
7007 IFS=$as_save_IFS
7008
7009 fi
7010 fi
7011 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7012 if test -n "$ac_ct_STRIP"; then
7013   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7014 $as_echo "$ac_ct_STRIP" >&6; }
7015 else
7016   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7017 $as_echo "no" >&6; }
7018 fi
7019
7020   if test "x$ac_ct_STRIP" = x; then
7021     STRIP=":"
7022   else
7023     case $cross_compiling:$ac_tool_warned in
7024 yes:)
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7026 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7027 ac_tool_warned=yes ;;
7028 esac
7029     STRIP=$ac_ct_STRIP
7030   fi
7031 else
7032   STRIP="$ac_cv_prog_STRIP"
7033 fi
7034
7035 test -z "$STRIP" && STRIP=:
7036
7037
7038
7039
7040
7041
7042 if test -n "$ac_tool_prefix"; then
7043   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7044 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7046 $as_echo_n "checking for $ac_word... " >&6; }
7047 if ${ac_cv_prog_RANLIB+:} false; then :
7048   $as_echo_n "(cached) " >&6
7049 else
7050   if test -n "$RANLIB"; then
7051   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7052 else
7053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7054 for as_dir in $PATH
7055 do
7056   IFS=$as_save_IFS
7057   test -z "$as_dir" && as_dir=.
7058     for ac_exec_ext in '' $ac_executable_extensions; do
7059   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7060     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7061     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7062     break 2
7063   fi
7064 done
7065   done
7066 IFS=$as_save_IFS
7067
7068 fi
7069 fi
7070 RANLIB=$ac_cv_prog_RANLIB
7071 if test -n "$RANLIB"; then
7072   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7073 $as_echo "$RANLIB" >&6; }
7074 else
7075   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7076 $as_echo "no" >&6; }
7077 fi
7078
7079
7080 fi
7081 if test -z "$ac_cv_prog_RANLIB"; then
7082   ac_ct_RANLIB=$RANLIB
7083   # Extract the first word of "ranlib", so it can be a program name with args.
7084 set dummy ranlib; ac_word=$2
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7086 $as_echo_n "checking for $ac_word... " >&6; }
7087 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
7088   $as_echo_n "(cached) " >&6
7089 else
7090   if test -n "$ac_ct_RANLIB"; then
7091   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7092 else
7093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7094 for as_dir in $PATH
7095 do
7096   IFS=$as_save_IFS
7097   test -z "$as_dir" && as_dir=.
7098     for ac_exec_ext in '' $ac_executable_extensions; do
7099   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7100     ac_cv_prog_ac_ct_RANLIB="ranlib"
7101     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7102     break 2
7103   fi
7104 done
7105   done
7106 IFS=$as_save_IFS
7107
7108 fi
7109 fi
7110 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7111 if test -n "$ac_ct_RANLIB"; then
7112   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7113 $as_echo "$ac_ct_RANLIB" >&6; }
7114 else
7115   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7116 $as_echo "no" >&6; }
7117 fi
7118
7119   if test "x$ac_ct_RANLIB" = x; then
7120     RANLIB=":"
7121   else
7122     case $cross_compiling:$ac_tool_warned in
7123 yes:)
7124 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7125 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7126 ac_tool_warned=yes ;;
7127 esac
7128     RANLIB=$ac_ct_RANLIB
7129   fi
7130 else
7131   RANLIB="$ac_cv_prog_RANLIB"
7132 fi
7133
7134 test -z "$RANLIB" && RANLIB=:
7135
7136
7137
7138
7139
7140
7141 # Determine commands to create old-style static archives.
7142 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7143 old_postinstall_cmds='chmod 644 $oldlib'
7144 old_postuninstall_cmds=
7145
7146 if test -n "$RANLIB"; then
7147   case $host_os in
7148   openbsd*)
7149     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7150     ;;
7151   *)
7152     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7153     ;;
7154   esac
7155   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7156 fi
7157
7158 case $host_os in
7159   darwin*)
7160     lock_old_archive_extraction=yes ;;
7161   *)
7162     lock_old_archive_extraction=no ;;
7163 esac
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203 # If no C compiler was specified, use CC.
7204 LTCC=${LTCC-"$CC"}
7205
7206 # If no C compiler flags were specified, use CFLAGS.
7207 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7208
7209 # Allow CC to be a program name with arguments.
7210 compiler=$CC
7211
7212
7213 # Check for command to grab the raw symbol name followed by C symbol from nm.
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7215 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7216 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7217   $as_echo_n "(cached) " >&6
7218 else
7219
7220 # These are sane defaults that work on at least a few old systems.
7221 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
7222
7223 # Character class describing NM global symbol codes.
7224 symcode='[BCDEGRST]'
7225
7226 # Regexp to match symbols that can be accessed directly from C.
7227 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7228
7229 # Define system-specific variables.
7230 case $host_os in
7231 aix*)
7232   symcode='[BCDT]'
7233   ;;
7234 cygwin* | mingw* | pw32* | cegcc*)
7235   symcode='[ABCDGISTW]'
7236   ;;
7237 hpux*)
7238   if test "$host_cpu" = ia64; then
7239     symcode='[ABCDEGRST]'
7240   fi
7241   ;;
7242 irix* | nonstopux*)
7243   symcode='[BCDEGRST]'
7244   ;;
7245 osf*)
7246   symcode='[BCDEGQRST]'
7247   ;;
7248 solaris*)
7249   symcode='[BDRT]'
7250   ;;
7251 sco3.2v5*)
7252   symcode='[DT]'
7253   ;;
7254 sysv4.2uw2*)
7255   symcode='[DT]'
7256   ;;
7257 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7258   symcode='[ABDT]'
7259   ;;
7260 sysv4)
7261   symcode='[DFNSTU]'
7262   ;;
7263 esac
7264
7265 # If we're using GNU nm, then use its standard symbol codes.
7266 case `$NM -V 2>&1` in
7267 *GNU* | *'with BFD'*)
7268   symcode='[ABCDGIRSTW]' ;;
7269 esac
7270
7271 # Transform an extracted symbol line into a proper C declaration.
7272 # Some systems (esp. on ia64) link data and code symbols differently,
7273 # so use this general approach.
7274 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7275
7276 # Transform an extracted symbol line into symbol name and symbol address
7277 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
7278 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
7279
7280 # Handle CRLF in mingw tool chain
7281 opt_cr=
7282 case $build_os in
7283 mingw*)
7284   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7285   ;;
7286 esac
7287
7288 # Try without a prefix underscore, then with it.
7289 for ac_symprfx in "" "_"; do
7290
7291   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7292   symxfrm="\\1 $ac_symprfx\\2 \\2"
7293
7294   # Write the raw and C identifiers.
7295   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7296     # Fake it for dumpbin and say T for any non-static function
7297     # and D for any global variable.
7298     # Also find C++ and __fastcall symbols from MSVC++,
7299     # which start with @ or ?.
7300     lt_cv_sys_global_symbol_pipe="$AWK '"\
7301 "     {last_section=section; section=\$ 3};"\
7302 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7303 "     \$ 0!~/External *\|/{next};"\
7304 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7305 "     {if(hide[section]) next};"\
7306 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7307 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7308 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
7309 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7310 "     ' prfx=^$ac_symprfx"
7311   else
7312     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7313   fi
7314
7315   # Check to see that the pipe works correctly.
7316   pipe_works=no
7317
7318   rm -f conftest*
7319   cat > conftest.$ac_ext <<_LT_EOF
7320 #ifdef __cplusplus
7321 extern "C" {
7322 #endif
7323 char nm_test_var;
7324 void nm_test_func(void);
7325 void nm_test_func(void){}
7326 #ifdef __cplusplus
7327 }
7328 #endif
7329 int main(){nm_test_var='a';nm_test_func();return(0);}
7330 _LT_EOF
7331
7332   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7333   (eval $ac_compile) 2>&5
7334   ac_status=$?
7335   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7336   test $ac_status = 0; }; then
7337     # Now try to grab the symbols.
7338     nlist=conftest.nm
7339     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7340   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7341   ac_status=$?
7342   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7343   test $ac_status = 0; } && test -s "$nlist"; then
7344       # Try sorting and uniquifying the output.
7345       if sort "$nlist" | uniq > "$nlist"T; then
7346         mv -f "$nlist"T "$nlist"
7347       else
7348         rm -f "$nlist"T
7349       fi
7350
7351       # Make sure that we snagged all the symbols we need.
7352       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7353         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7354           cat <<_LT_EOF > conftest.$ac_ext
7355 #ifdef __cplusplus
7356 extern "C" {
7357 #endif
7358
7359 _LT_EOF
7360           # Now generate the symbol file.
7361           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7362
7363           cat <<_LT_EOF >> conftest.$ac_ext
7364
7365 /* The mapping between symbol names and symbols.  */
7366 const struct {
7367   const char *name;
7368   void       *address;
7369 }
7370 lt__PROGRAM__LTX_preloaded_symbols[] =
7371 {
7372   { "@PROGRAM@", (void *) 0 },
7373 _LT_EOF
7374           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7375           cat <<\_LT_EOF >> conftest.$ac_ext
7376   {0, (void *) 0}
7377 };
7378
7379 /* This works around a problem in FreeBSD linker */
7380 #ifdef FREEBSD_WORKAROUND
7381 static const void *lt_preloaded_setup() {
7382   return lt__PROGRAM__LTX_preloaded_symbols;
7383 }
7384 #endif
7385
7386 #ifdef __cplusplus
7387 }
7388 #endif
7389 _LT_EOF
7390           # Now try linking the two files.
7391           mv conftest.$ac_objext conftstm.$ac_objext
7392           lt_save_LIBS="$LIBS"
7393           lt_save_CFLAGS="$CFLAGS"
7394           LIBS="conftstm.$ac_objext"
7395           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7396           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7397   (eval $ac_link) 2>&5
7398   ac_status=$?
7399   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7400   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7401             pipe_works=yes
7402           fi
7403           LIBS="$lt_save_LIBS"
7404           CFLAGS="$lt_save_CFLAGS"
7405         else
7406           echo "cannot find nm_test_func in $nlist" >&5
7407         fi
7408       else
7409         echo "cannot find nm_test_var in $nlist" >&5
7410       fi
7411     else
7412       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7413     fi
7414   else
7415     echo "$progname: failed program was:" >&5
7416     cat conftest.$ac_ext >&5
7417   fi
7418   rm -rf conftest* conftst*
7419
7420   # Do not use the global_symbol_pipe unless it works.
7421   if test "$pipe_works" = yes; then
7422     break
7423   else
7424     lt_cv_sys_global_symbol_pipe=
7425   fi
7426 done
7427
7428 fi
7429
7430 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7431   lt_cv_sys_global_symbol_to_cdecl=
7432 fi
7433 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7434   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7435 $as_echo "failed" >&6; }
7436 else
7437   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7438 $as_echo "ok" >&6; }
7439 fi
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462 # Check whether --enable-libtool-lock was given.
7463 if test "${enable_libtool_lock+set}" = set; then :
7464   enableval=$enable_libtool_lock;
7465 fi
7466
7467 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7468
7469 # Some flags need to be propagated to the compiler or linker for good
7470 # libtool support.
7471 case $host in
7472 ia64-*-hpux*)
7473   # Find out which ABI we are using.
7474   echo 'int i;' > conftest.$ac_ext
7475   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7476   (eval $ac_compile) 2>&5
7477   ac_status=$?
7478   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7479   test $ac_status = 0; }; then
7480     case `/usr/bin/file conftest.$ac_objext` in
7481       *ELF-32*)
7482         HPUX_IA64_MODE="32"
7483         ;;
7484       *ELF-64*)
7485         HPUX_IA64_MODE="64"
7486         ;;
7487     esac
7488   fi
7489   rm -rf conftest*
7490   ;;
7491 *-*-irix6*)
7492   # Find out which ABI we are using.
7493   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7494   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7495   (eval $ac_compile) 2>&5
7496   ac_status=$?
7497   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7498   test $ac_status = 0; }; then
7499     if test "$lt_cv_prog_gnu_ld" = yes; then
7500       case `/usr/bin/file conftest.$ac_objext` in
7501         *32-bit*)
7502           LD="${LD-ld} -melf32bsmip"
7503           ;;
7504         *N32*)
7505           LD="${LD-ld} -melf32bmipn32"
7506           ;;
7507         *64-bit*)
7508           LD="${LD-ld} -melf64bmip"
7509         ;;
7510       esac
7511     else
7512       case `/usr/bin/file conftest.$ac_objext` in
7513         *32-bit*)
7514           LD="${LD-ld} -32"
7515           ;;
7516         *N32*)
7517           LD="${LD-ld} -n32"
7518           ;;
7519         *64-bit*)
7520           LD="${LD-ld} -64"
7521           ;;
7522       esac
7523     fi
7524   fi
7525   rm -rf conftest*
7526   ;;
7527
7528 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7529 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7530   # Find out which ABI we are using.
7531   echo 'int i;' > conftest.$ac_ext
7532   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7533   (eval $ac_compile) 2>&5
7534   ac_status=$?
7535   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7536   test $ac_status = 0; }; then
7537     case `/usr/bin/file conftest.o` in
7538       *32-bit*)
7539         case $host in
7540           x86_64-*kfreebsd*-gnu)
7541             LD="${LD-ld} -m elf_i386_fbsd"
7542             ;;
7543           x86_64-*linux*)
7544             case `/usr/bin/file conftest.o` in
7545               *x86-64*)
7546                 LD="${LD-ld} -m elf32_x86_64"
7547                 ;;
7548               *)
7549                 LD="${LD-ld} -m elf_i386"
7550                 ;;
7551             esac
7552             ;;
7553           powerpc64le-*linux*)
7554             LD="${LD-ld} -m elf32lppclinux"
7555             ;;
7556           powerpc64-*linux*)
7557             LD="${LD-ld} -m elf32ppclinux"
7558             ;;
7559           s390x-*linux*)
7560             LD="${LD-ld} -m elf_s390"
7561             ;;
7562           sparc64-*linux*)
7563             LD="${LD-ld} -m elf32_sparc"
7564             ;;
7565         esac
7566         ;;
7567       *64-bit*)
7568         case $host in
7569           x86_64-*kfreebsd*-gnu)
7570             LD="${LD-ld} -m elf_x86_64_fbsd"
7571             ;;
7572           x86_64-*linux*)
7573             LD="${LD-ld} -m elf_x86_64"
7574             ;;
7575           powerpcle-*linux*)
7576             LD="${LD-ld} -m elf64lppc"
7577             ;;
7578           powerpc-*linux*)
7579             LD="${LD-ld} -m elf64ppc"
7580             ;;
7581           s390*-*linux*|s390*-*tpf*)
7582             LD="${LD-ld} -m elf64_s390"
7583             ;;
7584           sparc*-*linux*)
7585             LD="${LD-ld} -m elf64_sparc"
7586             ;;
7587         esac
7588         ;;
7589     esac
7590   fi
7591   rm -rf conftest*
7592   ;;
7593
7594 *-*-sco3.2v5*)
7595   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7596   SAVE_CFLAGS="$CFLAGS"
7597   CFLAGS="$CFLAGS -belf"
7598   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7599 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7600 if ${lt_cv_cc_needs_belf+:} false; then :
7601   $as_echo_n "(cached) " >&6
7602 else
7603   ac_ext=c
7604 ac_cpp='$CPP $CPPFLAGS'
7605 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7606 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7607 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7608
7609      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7610 /* end confdefs.h.  */
7611
7612 int
7613 main ()
7614 {
7615
7616   ;
7617   return 0;
7618 }
7619 _ACEOF
7620 if ac_fn_c_try_link "$LINENO"; then :
7621   lt_cv_cc_needs_belf=yes
7622 else
7623   lt_cv_cc_needs_belf=no
7624 fi
7625 rm -f core conftest.err conftest.$ac_objext \
7626     conftest$ac_exeext conftest.$ac_ext
7627      ac_ext=c
7628 ac_cpp='$CPP $CPPFLAGS'
7629 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7630 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7631 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7632
7633 fi
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7635 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7636   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7637     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7638     CFLAGS="$SAVE_CFLAGS"
7639   fi
7640   ;;
7641 sparc*-*solaris*)
7642   # Find out which ABI we are using.
7643   echo 'int i;' > conftest.$ac_ext
7644   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7645   (eval $ac_compile) 2>&5
7646   ac_status=$?
7647   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7648   test $ac_status = 0; }; then
7649     case `/usr/bin/file conftest.o` in
7650     *64-bit*)
7651       case $lt_cv_prog_gnu_ld in
7652       yes*) LD="${LD-ld} -m elf64_sparc" ;;
7653       *)
7654         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7655           LD="${LD-ld} -64"
7656         fi
7657         ;;
7658       esac
7659       ;;
7660     esac
7661   fi
7662   rm -rf conftest*
7663   ;;
7664 esac
7665
7666 need_locks="$enable_libtool_lock"
7667
7668
7669   case $host_os in
7670     rhapsody* | darwin*)
7671     if test -n "$ac_tool_prefix"; then
7672   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7673 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7675 $as_echo_n "checking for $ac_word... " >&6; }
7676 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7677   $as_echo_n "(cached) " >&6
7678 else
7679   if test -n "$DSYMUTIL"; then
7680   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7681 else
7682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7683 for as_dir in $PATH
7684 do
7685   IFS=$as_save_IFS
7686   test -z "$as_dir" && as_dir=.
7687     for ac_exec_ext in '' $ac_executable_extensions; do
7688   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7689     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7690     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7691     break 2
7692   fi
7693 done
7694   done
7695 IFS=$as_save_IFS
7696
7697 fi
7698 fi
7699 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7700 if test -n "$DSYMUTIL"; then
7701   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7702 $as_echo "$DSYMUTIL" >&6; }
7703 else
7704   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7705 $as_echo "no" >&6; }
7706 fi
7707
7708
7709 fi
7710 if test -z "$ac_cv_prog_DSYMUTIL"; then
7711   ac_ct_DSYMUTIL=$DSYMUTIL
7712   # Extract the first word of "dsymutil", so it can be a program name with args.
7713 set dummy dsymutil; ac_word=$2
7714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7715 $as_echo_n "checking for $ac_word... " >&6; }
7716 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7717   $as_echo_n "(cached) " >&6
7718 else
7719   if test -n "$ac_ct_DSYMUTIL"; then
7720   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7721 else
7722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7723 for as_dir in $PATH
7724 do
7725   IFS=$as_save_IFS
7726   test -z "$as_dir" && as_dir=.
7727     for ac_exec_ext in '' $ac_executable_extensions; do
7728   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7729     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7730     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7731     break 2
7732   fi
7733 done
7734   done
7735 IFS=$as_save_IFS
7736
7737 fi
7738 fi
7739 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7740 if test -n "$ac_ct_DSYMUTIL"; then
7741   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7742 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7743 else
7744   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7745 $as_echo "no" >&6; }
7746 fi
7747
7748   if test "x$ac_ct_DSYMUTIL" = x; then
7749     DSYMUTIL=":"
7750   else
7751     case $cross_compiling:$ac_tool_warned in
7752 yes:)
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7755 ac_tool_warned=yes ;;
7756 esac
7757     DSYMUTIL=$ac_ct_DSYMUTIL
7758   fi
7759 else
7760   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7761 fi
7762
7763     if test -n "$ac_tool_prefix"; then
7764   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7765 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7767 $as_echo_n "checking for $ac_word... " >&6; }
7768 if ${ac_cv_prog_NMEDIT+:} false; then :
7769   $as_echo_n "(cached) " >&6
7770 else
7771   if test -n "$NMEDIT"; then
7772   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7773 else
7774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7775 for as_dir in $PATH
7776 do
7777   IFS=$as_save_IFS
7778   test -z "$as_dir" && as_dir=.
7779     for ac_exec_ext in '' $ac_executable_extensions; do
7780   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7781     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7782     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7783     break 2
7784   fi
7785 done
7786   done
7787 IFS=$as_save_IFS
7788
7789 fi
7790 fi
7791 NMEDIT=$ac_cv_prog_NMEDIT
7792 if test -n "$NMEDIT"; then
7793   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7794 $as_echo "$NMEDIT" >&6; }
7795 else
7796   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7797 $as_echo "no" >&6; }
7798 fi
7799
7800
7801 fi
7802 if test -z "$ac_cv_prog_NMEDIT"; then
7803   ac_ct_NMEDIT=$NMEDIT
7804   # Extract the first word of "nmedit", so it can be a program name with args.
7805 set dummy nmedit; ac_word=$2
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7807 $as_echo_n "checking for $ac_word... " >&6; }
7808 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7809   $as_echo_n "(cached) " >&6
7810 else
7811   if test -n "$ac_ct_NMEDIT"; then
7812   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7813 else
7814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7815 for as_dir in $PATH
7816 do
7817   IFS=$as_save_IFS
7818   test -z "$as_dir" && as_dir=.
7819     for ac_exec_ext in '' $ac_executable_extensions; do
7820   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7821     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7822     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7823     break 2
7824   fi
7825 done
7826   done
7827 IFS=$as_save_IFS
7828
7829 fi
7830 fi
7831 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7832 if test -n "$ac_ct_NMEDIT"; then
7833   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7834 $as_echo "$ac_ct_NMEDIT" >&6; }
7835 else
7836   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7837 $as_echo "no" >&6; }
7838 fi
7839
7840   if test "x$ac_ct_NMEDIT" = x; then
7841     NMEDIT=":"
7842   else
7843     case $cross_compiling:$ac_tool_warned in
7844 yes:)
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7846 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7847 ac_tool_warned=yes ;;
7848 esac
7849     NMEDIT=$ac_ct_NMEDIT
7850   fi
7851 else
7852   NMEDIT="$ac_cv_prog_NMEDIT"
7853 fi
7854
7855     if test -n "$ac_tool_prefix"; then
7856   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7857 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7859 $as_echo_n "checking for $ac_word... " >&6; }
7860 if ${ac_cv_prog_LIPO+:} false; then :
7861   $as_echo_n "(cached) " >&6
7862 else
7863   if test -n "$LIPO"; then
7864   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7865 else
7866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7867 for as_dir in $PATH
7868 do
7869   IFS=$as_save_IFS
7870   test -z "$as_dir" && as_dir=.
7871     for ac_exec_ext in '' $ac_executable_extensions; do
7872   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7873     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7874     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7875     break 2
7876   fi
7877 done
7878   done
7879 IFS=$as_save_IFS
7880
7881 fi
7882 fi
7883 LIPO=$ac_cv_prog_LIPO
7884 if test -n "$LIPO"; then
7885   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7886 $as_echo "$LIPO" >&6; }
7887 else
7888   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7889 $as_echo "no" >&6; }
7890 fi
7891
7892
7893 fi
7894 if test -z "$ac_cv_prog_LIPO"; then
7895   ac_ct_LIPO=$LIPO
7896   # Extract the first word of "lipo", so it can be a program name with args.
7897 set dummy lipo; ac_word=$2
7898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7899 $as_echo_n "checking for $ac_word... " >&6; }
7900 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7901   $as_echo_n "(cached) " >&6
7902 else
7903   if test -n "$ac_ct_LIPO"; then
7904   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7905 else
7906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7907 for as_dir in $PATH
7908 do
7909   IFS=$as_save_IFS
7910   test -z "$as_dir" && as_dir=.
7911     for ac_exec_ext in '' $ac_executable_extensions; do
7912   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7913     ac_cv_prog_ac_ct_LIPO="lipo"
7914     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7915     break 2
7916   fi
7917 done
7918   done
7919 IFS=$as_save_IFS
7920
7921 fi
7922 fi
7923 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7924 if test -n "$ac_ct_LIPO"; then
7925   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7926 $as_echo "$ac_ct_LIPO" >&6; }
7927 else
7928   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7929 $as_echo "no" >&6; }
7930 fi
7931
7932   if test "x$ac_ct_LIPO" = x; then
7933     LIPO=":"
7934   else
7935     case $cross_compiling:$ac_tool_warned in
7936 yes:)
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7938 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7939 ac_tool_warned=yes ;;
7940 esac
7941     LIPO=$ac_ct_LIPO
7942   fi
7943 else
7944   LIPO="$ac_cv_prog_LIPO"
7945 fi
7946
7947     if test -n "$ac_tool_prefix"; then
7948   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7949 set dummy ${ac_tool_prefix}otool; ac_word=$2
7950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7951 $as_echo_n "checking for $ac_word... " >&6; }
7952 if ${ac_cv_prog_OTOOL+:} false; then :
7953   $as_echo_n "(cached) " >&6
7954 else
7955   if test -n "$OTOOL"; then
7956   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7957 else
7958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7959 for as_dir in $PATH
7960 do
7961   IFS=$as_save_IFS
7962   test -z "$as_dir" && as_dir=.
7963     for ac_exec_ext in '' $ac_executable_extensions; do
7964   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7965     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7966     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7967     break 2
7968   fi
7969 done
7970   done
7971 IFS=$as_save_IFS
7972
7973 fi
7974 fi
7975 OTOOL=$ac_cv_prog_OTOOL
7976 if test -n "$OTOOL"; then
7977   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7978 $as_echo "$OTOOL" >&6; }
7979 else
7980   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7981 $as_echo "no" >&6; }
7982 fi
7983
7984
7985 fi
7986 if test -z "$ac_cv_prog_OTOOL"; then
7987   ac_ct_OTOOL=$OTOOL
7988   # Extract the first word of "otool", so it can be a program name with args.
7989 set dummy otool; ac_word=$2
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7991 $as_echo_n "checking for $ac_word... " >&6; }
7992 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7993   $as_echo_n "(cached) " >&6
7994 else
7995   if test -n "$ac_ct_OTOOL"; then
7996   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7997 else
7998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7999 for as_dir in $PATH
8000 do
8001   IFS=$as_save_IFS
8002   test -z "$as_dir" && as_dir=.
8003     for ac_exec_ext in '' $ac_executable_extensions; do
8004   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8005     ac_cv_prog_ac_ct_OTOOL="otool"
8006     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8007     break 2
8008   fi
8009 done
8010   done
8011 IFS=$as_save_IFS
8012
8013 fi
8014 fi
8015 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8016 if test -n "$ac_ct_OTOOL"; then
8017   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8018 $as_echo "$ac_ct_OTOOL" >&6; }
8019 else
8020   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8021 $as_echo "no" >&6; }
8022 fi
8023
8024   if test "x$ac_ct_OTOOL" = x; then
8025     OTOOL=":"
8026   else
8027     case $cross_compiling:$ac_tool_warned in
8028 yes:)
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8030 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8031 ac_tool_warned=yes ;;
8032 esac
8033     OTOOL=$ac_ct_OTOOL
8034   fi
8035 else
8036   OTOOL="$ac_cv_prog_OTOOL"
8037 fi
8038
8039     if test -n "$ac_tool_prefix"; then
8040   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8041 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8043 $as_echo_n "checking for $ac_word... " >&6; }
8044 if ${ac_cv_prog_OTOOL64+:} false; then :
8045   $as_echo_n "(cached) " >&6
8046 else
8047   if test -n "$OTOOL64"; then
8048   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8049 else
8050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8051 for as_dir in $PATH
8052 do
8053   IFS=$as_save_IFS
8054   test -z "$as_dir" && as_dir=.
8055     for ac_exec_ext in '' $ac_executable_extensions; do
8056   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8057     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8058     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8059     break 2
8060   fi
8061 done
8062   done
8063 IFS=$as_save_IFS
8064
8065 fi
8066 fi
8067 OTOOL64=$ac_cv_prog_OTOOL64
8068 if test -n "$OTOOL64"; then
8069   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8070 $as_echo "$OTOOL64" >&6; }
8071 else
8072   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8073 $as_echo "no" >&6; }
8074 fi
8075
8076
8077 fi
8078 if test -z "$ac_cv_prog_OTOOL64"; then
8079   ac_ct_OTOOL64=$OTOOL64
8080   # Extract the first word of "otool64", so it can be a program name with args.
8081 set dummy otool64; ac_word=$2
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8083 $as_echo_n "checking for $ac_word... " >&6; }
8084 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
8085   $as_echo_n "(cached) " >&6
8086 else
8087   if test -n "$ac_ct_OTOOL64"; then
8088   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8089 else
8090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8091 for as_dir in $PATH
8092 do
8093   IFS=$as_save_IFS
8094   test -z "$as_dir" && as_dir=.
8095     for ac_exec_ext in '' $ac_executable_extensions; do
8096   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8097     ac_cv_prog_ac_ct_OTOOL64="otool64"
8098     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8099     break 2
8100   fi
8101 done
8102   done
8103 IFS=$as_save_IFS
8104
8105 fi
8106 fi
8107 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8108 if test -n "$ac_ct_OTOOL64"; then
8109   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8110 $as_echo "$ac_ct_OTOOL64" >&6; }
8111 else
8112   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8113 $as_echo "no" >&6; }
8114 fi
8115
8116   if test "x$ac_ct_OTOOL64" = x; then
8117     OTOOL64=":"
8118   else
8119     case $cross_compiling:$ac_tool_warned in
8120 yes:)
8121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8122 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8123 ac_tool_warned=yes ;;
8124 esac
8125     OTOOL64=$ac_ct_OTOOL64
8126   fi
8127 else
8128   OTOOL64="$ac_cv_prog_OTOOL64"
8129 fi
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8158 $as_echo_n "checking for -single_module linker flag... " >&6; }
8159 if ${lt_cv_apple_cc_single_mod+:} false; then :
8160   $as_echo_n "(cached) " >&6
8161 else
8162   lt_cv_apple_cc_single_mod=no
8163       if test -z "${LT_MULTI_MODULE}"; then
8164         # By default we will add the -single_module flag. You can override
8165         # by either setting the environment variable LT_MULTI_MODULE
8166         # non-empty at configure time, or by adding -multi_module to the
8167         # link flags.
8168         rm -rf libconftest.dylib*
8169         echo "int foo(void){return 1;}" > conftest.c
8170         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8171 -dynamiclib -Wl,-single_module conftest.c" >&5
8172         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8173           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8174         _lt_result=$?
8175         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8176           lt_cv_apple_cc_single_mod=yes
8177         else
8178           cat conftest.err >&5
8179         fi
8180         rm -rf libconftest.dylib*
8181         rm -f conftest.*
8182       fi
8183 fi
8184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8185 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8186     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8187 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8188 if ${lt_cv_ld_exported_symbols_list+:} false; then :
8189   $as_echo_n "(cached) " >&6
8190 else
8191   lt_cv_ld_exported_symbols_list=no
8192       save_LDFLAGS=$LDFLAGS
8193       echo "_main" > conftest.sym
8194       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8195       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8196 /* end confdefs.h.  */
8197
8198 int
8199 main ()
8200 {
8201
8202   ;
8203   return 0;
8204 }
8205 _ACEOF
8206 if ac_fn_c_try_link "$LINENO"; then :
8207   lt_cv_ld_exported_symbols_list=yes
8208 else
8209   lt_cv_ld_exported_symbols_list=no
8210 fi
8211 rm -f core conftest.err conftest.$ac_objext \
8212     conftest$ac_exeext conftest.$ac_ext
8213         LDFLAGS="$save_LDFLAGS"
8214
8215 fi
8216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8217 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8218     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8219 $as_echo_n "checking for -force_load linker flag... " >&6; }
8220 if ${lt_cv_ld_force_load+:} false; then :
8221   $as_echo_n "(cached) " >&6
8222 else
8223   lt_cv_ld_force_load=no
8224       cat > conftest.c << _LT_EOF
8225 int forced_loaded() { return 2;}
8226 _LT_EOF
8227       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8228       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8229       echo "$AR cru libconftest.a conftest.o" >&5
8230       $AR cru libconftest.a conftest.o 2>&5
8231       cat > conftest.c << _LT_EOF
8232 int main() { return 0;}
8233 _LT_EOF
8234       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8235       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8236       _lt_result=$?
8237       if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8238         lt_cv_ld_force_load=yes
8239       else
8240         cat conftest.err >&5
8241       fi
8242         rm -f conftest.err libconftest.a conftest conftest.c
8243         rm -rf conftest.dSYM
8244
8245 fi
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8247 $as_echo "$lt_cv_ld_force_load" >&6; }
8248     case $host_os in
8249     rhapsody* | darwin1.[012])
8250       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8251     darwin1.*)
8252       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8253     darwin*) # darwin 5.x on
8254       # if running on 10.5 or later, the deployment target defaults
8255       # to the OS version, if on x86, and 10.4, the deployment
8256       # target defaults to 10.4. Don't you love it?
8257       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8258         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8259           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8260         10.[012][,.]*)
8261           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8262         10.*)
8263           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8264       esac
8265     ;;
8266   esac
8267     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8268       _lt_dar_single_mod='$single_module'
8269     fi
8270     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8271       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8272     else
8273       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8274     fi
8275     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8276       _lt_dsymutil='~$DSYMUTIL $lib || :'
8277     else
8278       _lt_dsymutil=
8279     fi
8280     ;;
8281   esac
8282
8283 for ac_header in dlfcn.h
8284 do :
8285   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8286 "
8287 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8288   cat >>confdefs.h <<_ACEOF
8289 #define HAVE_DLFCN_H 1
8290 _ACEOF
8291
8292 fi
8293
8294 done
8295
8296
8297
8298
8299
8300 # Set options
8301 enable_dlopen=yes
8302
8303
8304
8305
8306   enable_win32_dll=no
8307
8308
8309
8310   # Check whether --enable-static was given.
8311 if test "${enable_static+set}" = set; then :
8312   enableval=$enable_static; p=${PACKAGE-default}
8313     case $enableval in
8314     yes) enable_static=yes ;;
8315     no) enable_static=no ;;
8316     *)
8317      enable_static=no
8318       # Look at the argument we got.  We use all the common list separators.
8319       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8320       for pkg in $enableval; do
8321         IFS="$lt_save_ifs"
8322         if test "X$pkg" = "X$p"; then
8323           enable_static=yes
8324         fi
8325       done
8326       IFS="$lt_save_ifs"
8327       ;;
8328     esac
8329 else
8330   enable_static=yes
8331 fi
8332
8333
8334
8335
8336
8337
8338
8339
8340
8341
8342 # Check whether --with-pic was given.
8343 if test "${with_pic+set}" = set; then :
8344   withval=$with_pic; pic_mode="$withval"
8345 else
8346   pic_mode=default
8347 fi
8348
8349
8350 test -z "$pic_mode" && pic_mode=default
8351
8352
8353
8354
8355
8356
8357
8358   # Check whether --enable-fast-install was given.
8359 if test "${enable_fast_install+set}" = set; then :
8360   enableval=$enable_fast_install; p=${PACKAGE-default}
8361     case $enableval in
8362     yes) enable_fast_install=yes ;;
8363     no) enable_fast_install=no ;;
8364     *)
8365       enable_fast_install=no
8366       # Look at the argument we got.  We use all the common list separators.
8367       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8368       for pkg in $enableval; do
8369         IFS="$lt_save_ifs"
8370         if test "X$pkg" = "X$p"; then
8371           enable_fast_install=yes
8372         fi
8373       done
8374       IFS="$lt_save_ifs"
8375       ;;
8376     esac
8377 else
8378   enable_fast_install=yes
8379 fi
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391 # This can be used to rebuild libtool when needed
8392 LIBTOOL_DEPS="$ltmain"
8393
8394 # Always use our own libtool.
8395 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
8418
8419
8420
8421
8422 test -z "$LN_S" && LN_S="ln -s"
8423
8424
8425
8426
8427
8428
8429
8430
8431
8432
8433
8434
8435
8436
8437 if test -n "${ZSH_VERSION+set}" ; then
8438    setopt NO_GLOB_SUBST
8439 fi
8440
8441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8442 $as_echo_n "checking for objdir... " >&6; }
8443 if ${lt_cv_objdir+:} false; then :
8444   $as_echo_n "(cached) " >&6
8445 else
8446   rm -f .libs 2>/dev/null
8447 mkdir .libs 2>/dev/null
8448 if test -d .libs; then
8449   lt_cv_objdir=.libs
8450 else
8451   # MS-DOS does not allow filenames that begin with a dot.
8452   lt_cv_objdir=_libs
8453 fi
8454 rmdir .libs 2>/dev/null
8455 fi
8456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8457 $as_echo "$lt_cv_objdir" >&6; }
8458 objdir=$lt_cv_objdir
8459
8460
8461
8462
8463
8464 cat >>confdefs.h <<_ACEOF
8465 #define LT_OBJDIR "$lt_cv_objdir/"
8466 _ACEOF
8467
8468
8469
8470
8471 case $host_os in
8472 aix3*)
8473   # AIX sometimes has problems with the GCC collect2 program.  For some
8474   # reason, if we set the COLLECT_NAMES environment variable, the problems
8475   # vanish in a puff of smoke.
8476   if test "X${COLLECT_NAMES+set}" != Xset; then
8477     COLLECT_NAMES=
8478     export COLLECT_NAMES
8479   fi
8480   ;;
8481 esac
8482
8483 # Global variables:
8484 ofile=libtool
8485 can_build_shared=yes
8486
8487 # All known linkers require a `.a' archive for static linking (except MSVC,
8488 # which needs '.lib').
8489 libext=a
8490
8491 with_gnu_ld="$lt_cv_prog_gnu_ld"
8492
8493 old_CC="$CC"
8494 old_CFLAGS="$CFLAGS"
8495
8496 # Set sane defaults for various variables
8497 test -z "$CC" && CC=cc
8498 test -z "$LTCC" && LTCC=$CC
8499 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8500 test -z "$LD" && LD=ld
8501 test -z "$ac_objext" && ac_objext=o
8502
8503 for cc_temp in $compiler""; do
8504   case $cc_temp in
8505     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8506     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8507     \-*) ;;
8508     *) break;;
8509   esac
8510 done
8511 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8512
8513
8514 # Only perform the check for file, if the check method requires it
8515 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8516 case $deplibs_check_method in
8517 file_magic*)
8518   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8519     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8520 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8521 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8522   $as_echo_n "(cached) " >&6
8523 else
8524   case $MAGIC_CMD in
8525 [\\/*] |  ?:[\\/]*)
8526   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8527   ;;
8528 *)
8529   lt_save_MAGIC_CMD="$MAGIC_CMD"
8530   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8531   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8532   for ac_dir in $ac_dummy; do
8533     IFS="$lt_save_ifs"
8534     test -z "$ac_dir" && ac_dir=.
8535     if test -f $ac_dir/${ac_tool_prefix}file; then
8536       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8537       if test -n "$file_magic_test_file"; then
8538         case $deplibs_check_method in
8539         "file_magic "*)
8540           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8541           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8542           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8543             $EGREP "$file_magic_regex" > /dev/null; then
8544             :
8545           else
8546             cat <<_LT_EOF 1>&2
8547
8548 *** Warning: the command libtool uses to detect shared libraries,
8549 *** $file_magic_cmd, produces output that libtool cannot recognize.
8550 *** The result is that libtool may fail to recognize shared libraries
8551 *** as such.  This will affect the creation of libtool libraries that
8552 *** depend on shared libraries, but programs linked with such libtool
8553 *** libraries will work regardless of this problem.  Nevertheless, you
8554 *** may want to report the problem to your system manager and/or to
8555 *** bug-libtool@gnu.org
8556
8557 _LT_EOF
8558           fi ;;
8559         esac
8560       fi
8561       break
8562     fi
8563   done
8564   IFS="$lt_save_ifs"
8565   MAGIC_CMD="$lt_save_MAGIC_CMD"
8566   ;;
8567 esac
8568 fi
8569
8570 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8571 if test -n "$MAGIC_CMD"; then
8572   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8573 $as_echo "$MAGIC_CMD" >&6; }
8574 else
8575   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8576 $as_echo "no" >&6; }
8577 fi
8578
8579
8580
8581
8582
8583 if test -z "$lt_cv_path_MAGIC_CMD"; then
8584   if test -n "$ac_tool_prefix"; then
8585     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8586 $as_echo_n "checking for file... " >&6; }
8587 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8588   $as_echo_n "(cached) " >&6
8589 else
8590   case $MAGIC_CMD in
8591 [\\/*] |  ?:[\\/]*)
8592   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8593   ;;
8594 *)
8595   lt_save_MAGIC_CMD="$MAGIC_CMD"
8596   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8597   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8598   for ac_dir in $ac_dummy; do
8599     IFS="$lt_save_ifs"
8600     test -z "$ac_dir" && ac_dir=.
8601     if test -f $ac_dir/file; then
8602       lt_cv_path_MAGIC_CMD="$ac_dir/file"
8603       if test -n "$file_magic_test_file"; then
8604         case $deplibs_check_method in
8605         "file_magic "*)
8606           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8607           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8608           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8609             $EGREP "$file_magic_regex" > /dev/null; then
8610             :
8611           else
8612             cat <<_LT_EOF 1>&2
8613
8614 *** Warning: the command libtool uses to detect shared libraries,
8615 *** $file_magic_cmd, produces output that libtool cannot recognize.
8616 *** The result is that libtool may fail to recognize shared libraries
8617 *** as such.  This will affect the creation of libtool libraries that
8618 *** depend on shared libraries, but programs linked with such libtool
8619 *** libraries will work regardless of this problem.  Nevertheless, you
8620 *** may want to report the problem to your system manager and/or to
8621 *** bug-libtool@gnu.org
8622
8623 _LT_EOF
8624           fi ;;
8625         esac
8626       fi
8627       break
8628     fi
8629   done
8630   IFS="$lt_save_ifs"
8631   MAGIC_CMD="$lt_save_MAGIC_CMD"
8632   ;;
8633 esac
8634 fi
8635
8636 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8637 if test -n "$MAGIC_CMD"; then
8638   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8639 $as_echo "$MAGIC_CMD" >&6; }
8640 else
8641   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8642 $as_echo "no" >&6; }
8643 fi
8644
8645
8646   else
8647     MAGIC_CMD=:
8648   fi
8649 fi
8650
8651   fi
8652   ;;
8653 esac
8654
8655 # Use C for the default configuration in the libtool script
8656
8657 lt_save_CC="$CC"
8658 ac_ext=c
8659 ac_cpp='$CPP $CPPFLAGS'
8660 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8661 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8662 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8663
8664
8665 # Source file extension for C test sources.
8666 ac_ext=c
8667
8668 # Object file extension for compiled C test sources.
8669 objext=o
8670 objext=$objext
8671
8672 # Code to be used in simple compile tests
8673 lt_simple_compile_test_code="int some_variable = 0;"
8674
8675 # Code to be used in simple link tests
8676 lt_simple_link_test_code='int main(){return(0);}'
8677
8678
8679
8680
8681
8682
8683
8684 # If no C compiler was specified, use CC.
8685 LTCC=${LTCC-"$CC"}
8686
8687 # If no C compiler flags were specified, use CFLAGS.
8688 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8689
8690 # Allow CC to be a program name with arguments.
8691 compiler=$CC
8692
8693 # Save the default compiler, since it gets overwritten when the other
8694 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8695 compiler_DEFAULT=$CC
8696
8697 # save warnings/boilerplate of simple test code
8698 ac_outfile=conftest.$ac_objext
8699 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8700 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8701 _lt_compiler_boilerplate=`cat conftest.err`
8702 $RM conftest*
8703
8704 ac_outfile=conftest.$ac_objext
8705 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8706 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8707 _lt_linker_boilerplate=`cat conftest.err`
8708 $RM -r conftest*
8709
8710
8711 ## CAVEAT EMPTOR:
8712 ## There is no encapsulation within the following macros, do not change
8713 ## the running order or otherwise move them around unless you know exactly
8714 ## what you are doing...
8715 if test -n "$compiler"; then
8716
8717 lt_prog_compiler_no_builtin_flag=
8718
8719 if test "$GCC" = yes; then
8720   case $cc_basename in
8721   nvcc*)
8722     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8723   *)
8724     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8725   esac
8726
8727   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8728 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8729 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8730   $as_echo_n "(cached) " >&6
8731 else
8732   lt_cv_prog_compiler_rtti_exceptions=no
8733    ac_outfile=conftest.$ac_objext
8734    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8735    lt_compiler_flag="-fno-rtti -fno-exceptions"
8736    # Insert the option either (1) after the last *FLAGS variable, or
8737    # (2) before a word containing "conftest.", or (3) at the end.
8738    # Note that $ac_compile itself does not contain backslashes and begins
8739    # with a dollar sign (not a hyphen), so the echo should work correctly.
8740    # The option is referenced via a variable to avoid confusing sed.
8741    lt_compile=`echo "$ac_compile" | $SED \
8742    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8743    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8744    -e 's:$: $lt_compiler_flag:'`
8745    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8746    (eval "$lt_compile" 2>conftest.err)
8747    ac_status=$?
8748    cat conftest.err >&5
8749    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8750    if (exit $ac_status) && test -s "$ac_outfile"; then
8751      # The compiler can only warn and ignore the option if not recognized
8752      # So say no if there are warnings other than the usual output.
8753      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8754      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8755      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8756        lt_cv_prog_compiler_rtti_exceptions=yes
8757      fi
8758    fi
8759    $RM conftest*
8760
8761 fi
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8763 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8764
8765 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8766     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8767 else
8768     :
8769 fi
8770
8771 fi
8772
8773
8774
8775
8776
8777
8778   lt_prog_compiler_wl=
8779 lt_prog_compiler_pic=
8780 lt_prog_compiler_static=
8781
8782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8783 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8784
8785   if test "$GCC" = yes; then
8786     lt_prog_compiler_wl='-Wl,'
8787     lt_prog_compiler_static='-static'
8788
8789     case $host_os in
8790       aix*)
8791       # All AIX code is PIC.
8792       if test "$host_cpu" = ia64; then
8793         # AIX 5 now supports IA64 processor
8794         lt_prog_compiler_static='-Bstatic'
8795       fi
8796       lt_prog_compiler_pic='-fPIC'
8797       ;;
8798
8799     amigaos*)
8800       case $host_cpu in
8801       powerpc)
8802             # see comment about AmigaOS4 .so support
8803             lt_prog_compiler_pic='-fPIC'
8804         ;;
8805       m68k)
8806             # FIXME: we need at least 68020 code to build shared libraries, but
8807             # adding the `-m68020' flag to GCC prevents building anything better,
8808             # like `-m68040'.
8809             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8810         ;;
8811       esac
8812       ;;
8813
8814     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8815       # PIC is the default for these OSes.
8816       ;;
8817
8818     mingw* | cygwin* | pw32* | os2* | cegcc*)
8819       # This hack is so that the source file can tell whether it is being
8820       # built for inclusion in a dll (and should export symbols for example).
8821       # Although the cygwin gcc ignores -fPIC, still need this for old-style
8822       # (--disable-auto-import) libraries
8823       lt_prog_compiler_pic='-DDLL_EXPORT'
8824       ;;
8825
8826     darwin* | rhapsody*)
8827       # PIC is the default on this platform
8828       # Common symbols not allowed in MH_DYLIB files
8829       lt_prog_compiler_pic='-fno-common'
8830       ;;
8831
8832     haiku*)
8833       # PIC is the default for Haiku.
8834       # The "-static" flag exists, but is broken.
8835       lt_prog_compiler_static=
8836       ;;
8837
8838     hpux*)
8839       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8840       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
8841       # sets the default TLS model and affects inlining.
8842       case $host_cpu in
8843       hppa*64*)
8844         # +Z the default
8845         ;;
8846       *)
8847         lt_prog_compiler_pic='-fPIC'
8848         ;;
8849       esac
8850       ;;
8851
8852     interix[3-9]*)
8853       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8854       # Instead, we relocate shared libraries at runtime.
8855       ;;
8856
8857     msdosdjgpp*)
8858       # Just because we use GCC doesn't mean we suddenly get shared libraries
8859       # on systems that don't support them.
8860       lt_prog_compiler_can_build_shared=no
8861       enable_shared=no
8862       ;;
8863
8864     *nto* | *qnx*)
8865       # QNX uses GNU C++, but need to define -shared option too, otherwise
8866       # it will coredump.
8867       lt_prog_compiler_pic='-fPIC -shared'
8868       ;;
8869
8870     sysv4*MP*)
8871       if test -d /usr/nec; then
8872         lt_prog_compiler_pic=-Kconform_pic
8873       fi
8874       ;;
8875
8876     *)
8877       lt_prog_compiler_pic='-fPIC'
8878       ;;
8879     esac
8880
8881     case $cc_basename in
8882     nvcc*) # Cuda Compiler Driver 2.2
8883       lt_prog_compiler_wl='-Xlinker '
8884       lt_prog_compiler_pic='-Xcompiler -fPIC'
8885       ;;
8886     esac
8887   else
8888     # PORTME Check for flag to pass linker flags through the system compiler.
8889     case $host_os in
8890     aix*)
8891       lt_prog_compiler_wl='-Wl,'
8892       if test "$host_cpu" = ia64; then
8893         # AIX 5 now supports IA64 processor
8894         lt_prog_compiler_static='-Bstatic'
8895       else
8896         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8897       fi
8898       ;;
8899
8900     mingw* | cygwin* | pw32* | os2* | cegcc*)
8901       # This hack is so that the source file can tell whether it is being
8902       # built for inclusion in a dll (and should export symbols for example).
8903       lt_prog_compiler_pic='-DDLL_EXPORT'
8904       ;;
8905
8906     hpux9* | hpux10* | hpux11*)
8907       lt_prog_compiler_wl='-Wl,'
8908       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8909       # not for PA HP-UX.
8910       case $host_cpu in
8911       hppa*64*|ia64*)
8912         # +Z the default
8913         ;;
8914       *)
8915         lt_prog_compiler_pic='+Z'
8916         ;;
8917       esac
8918       # Is there a better lt_prog_compiler_static that works with the bundled CC?
8919       lt_prog_compiler_static='${wl}-a ${wl}archive'
8920       ;;
8921
8922     irix5* | irix6* | nonstopux*)
8923       lt_prog_compiler_wl='-Wl,'
8924       # PIC (with -KPIC) is the default.
8925       lt_prog_compiler_static='-non_shared'
8926       ;;
8927
8928     linux* | k*bsd*-gnu | kopensolaris*-gnu)
8929       case $cc_basename in
8930       # old Intel for x86_64 which still supported -KPIC.
8931       ecc*)
8932         lt_prog_compiler_wl='-Wl,'
8933         lt_prog_compiler_pic='-KPIC'
8934         lt_prog_compiler_static='-static'
8935         ;;
8936       # icc used to be incompatible with GCC.
8937       # ICC 10 doesn't accept -KPIC any more.
8938       icc* | ifort*)
8939         lt_prog_compiler_wl='-Wl,'
8940         lt_prog_compiler_pic='-fPIC'
8941         lt_prog_compiler_static='-static'
8942         ;;
8943       # Lahey Fortran 8.1.
8944       lf95*)
8945         lt_prog_compiler_wl='-Wl,'
8946         lt_prog_compiler_pic='--shared'
8947         lt_prog_compiler_static='--static'
8948         ;;
8949       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8950         # Portland Group compilers (*not* the Pentium gcc compiler,
8951         # which looks to be a dead project)
8952         lt_prog_compiler_wl='-Wl,'
8953         lt_prog_compiler_pic='-fpic'
8954         lt_prog_compiler_static='-Bstatic'
8955         ;;
8956       ccc*)
8957         lt_prog_compiler_wl='-Wl,'
8958         # All Alpha code is PIC.
8959         lt_prog_compiler_static='-non_shared'
8960         ;;
8961       xl* | bgxl* | bgf* | mpixl*)
8962         # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8963         lt_prog_compiler_wl='-Wl,'
8964         lt_prog_compiler_pic='-qpic'
8965         lt_prog_compiler_static='-qstaticlink'
8966         ;;
8967       *)
8968         case `$CC -V 2>&1 | sed 5q` in
8969         *Sun\ F* | *Sun*Fortran*)
8970           # Sun Fortran 8.3 passes all unrecognized flags to the linker
8971           lt_prog_compiler_pic='-KPIC'
8972           lt_prog_compiler_static='-Bstatic'
8973           lt_prog_compiler_wl=''
8974           ;;
8975         *Sun\ C*)
8976           # Sun C 5.9
8977           lt_prog_compiler_pic='-KPIC'
8978           lt_prog_compiler_static='-Bstatic'
8979           lt_prog_compiler_wl='-Wl,'
8980           ;;
8981         esac
8982         ;;
8983       esac
8984       ;;
8985
8986     newsos6)
8987       lt_prog_compiler_pic='-KPIC'
8988       lt_prog_compiler_static='-Bstatic'
8989       ;;
8990
8991     *nto* | *qnx*)
8992       # QNX uses GNU C++, but need to define -shared option too, otherwise
8993       # it will coredump.
8994       lt_prog_compiler_pic='-fPIC -shared'
8995       ;;
8996
8997     osf3* | osf4* | osf5*)
8998       lt_prog_compiler_wl='-Wl,'
8999       # All OSF/1 code is PIC.
9000       lt_prog_compiler_static='-non_shared'
9001       ;;
9002
9003     rdos*)
9004       lt_prog_compiler_static='-non_shared'
9005       ;;
9006
9007     solaris*)
9008       lt_prog_compiler_pic='-KPIC'
9009       lt_prog_compiler_static='-Bstatic'
9010       case $cc_basename in
9011       f77* | f90* | f95*)
9012         lt_prog_compiler_wl='-Qoption ld ';;
9013       *)
9014         lt_prog_compiler_wl='-Wl,';;
9015       esac
9016       ;;
9017
9018     sunos4*)
9019       lt_prog_compiler_wl='-Qoption ld '
9020       lt_prog_compiler_pic='-PIC'
9021       lt_prog_compiler_static='-Bstatic'
9022       ;;
9023
9024     sysv4 | sysv4.2uw2* | sysv4.3*)
9025       lt_prog_compiler_wl='-Wl,'
9026       lt_prog_compiler_pic='-KPIC'
9027       lt_prog_compiler_static='-Bstatic'
9028       ;;
9029
9030     sysv4*MP*)
9031       if test -d /usr/nec ;then
9032         lt_prog_compiler_pic='-Kconform_pic'
9033         lt_prog_compiler_static='-Bstatic'
9034       fi
9035       ;;
9036
9037     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9038       lt_prog_compiler_wl='-Wl,'
9039       lt_prog_compiler_pic='-KPIC'
9040       lt_prog_compiler_static='-Bstatic'
9041       ;;
9042
9043     unicos*)
9044       lt_prog_compiler_wl='-Wl,'
9045       lt_prog_compiler_can_build_shared=no
9046       ;;
9047
9048     uts4*)
9049       lt_prog_compiler_pic='-pic'
9050       lt_prog_compiler_static='-Bstatic'
9051       ;;
9052
9053     *)
9054       lt_prog_compiler_can_build_shared=no
9055       ;;
9056     esac
9057   fi
9058
9059 case $host_os in
9060   # For platforms which do not support PIC, -DPIC is meaningless:
9061   *djgpp*)
9062     lt_prog_compiler_pic=
9063     ;;
9064   *)
9065     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9066     ;;
9067 esac
9068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9069 $as_echo "$lt_prog_compiler_pic" >&6; }
9070
9071
9072
9073
9074
9075
9076 #
9077 # Check to make sure the PIC flag actually works.
9078 #
9079 if test -n "$lt_prog_compiler_pic"; then
9080   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9081 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9082 if ${lt_cv_prog_compiler_pic_works+:} false; then :
9083   $as_echo_n "(cached) " >&6
9084 else
9085   lt_cv_prog_compiler_pic_works=no
9086    ac_outfile=conftest.$ac_objext
9087    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9088    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9089    # Insert the option either (1) after the last *FLAGS variable, or
9090    # (2) before a word containing "conftest.", or (3) at the end.
9091    # Note that $ac_compile itself does not contain backslashes and begins
9092    # with a dollar sign (not a hyphen), so the echo should work correctly.
9093    # The option is referenced via a variable to avoid confusing sed.
9094    lt_compile=`echo "$ac_compile" | $SED \
9095    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9096    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9097    -e 's:$: $lt_compiler_flag:'`
9098    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9099    (eval "$lt_compile" 2>conftest.err)
9100    ac_status=$?
9101    cat conftest.err >&5
9102    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9103    if (exit $ac_status) && test -s "$ac_outfile"; then
9104      # The compiler can only warn and ignore the option if not recognized
9105      # So say no if there are warnings other than the usual output.
9106      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9107      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9108      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9109        lt_cv_prog_compiler_pic_works=yes
9110      fi
9111    fi
9112    $RM conftest*
9113
9114 fi
9115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9116 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9117
9118 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9119     case $lt_prog_compiler_pic in
9120      "" | " "*) ;;
9121      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9122      esac
9123 else
9124     lt_prog_compiler_pic=
9125      lt_prog_compiler_can_build_shared=no
9126 fi
9127
9128 fi
9129
9130
9131
9132
9133
9134
9135 #
9136 # Check to make sure the static flag actually works.
9137 #
9138 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9140 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9141 if ${lt_cv_prog_compiler_static_works+:} false; then :
9142   $as_echo_n "(cached) " >&6
9143 else
9144   lt_cv_prog_compiler_static_works=no
9145    save_LDFLAGS="$LDFLAGS"
9146    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9147    echo "$lt_simple_link_test_code" > conftest.$ac_ext
9148    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9149      # The linker can only warn and ignore the option if not recognized
9150      # So say no if there are warnings
9151      if test -s conftest.err; then
9152        # Append any errors to the config.log.
9153        cat conftest.err 1>&5
9154        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9155        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9156        if diff conftest.exp conftest.er2 >/dev/null; then
9157          lt_cv_prog_compiler_static_works=yes
9158        fi
9159      else
9160        lt_cv_prog_compiler_static_works=yes
9161      fi
9162    fi
9163    $RM -r conftest*
9164    LDFLAGS="$save_LDFLAGS"
9165
9166 fi
9167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9168 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9169
9170 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9171     :
9172 else
9173     lt_prog_compiler_static=
9174 fi
9175
9176
9177
9178
9179
9180
9181
9182   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9183 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9184 if ${lt_cv_prog_compiler_c_o+:} false; then :
9185   $as_echo_n "(cached) " >&6
9186 else
9187   lt_cv_prog_compiler_c_o=no
9188    $RM -r conftest 2>/dev/null
9189    mkdir conftest
9190    cd conftest
9191    mkdir out
9192    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9193
9194    lt_compiler_flag="-o out/conftest2.$ac_objext"
9195    # Insert the option either (1) after the last *FLAGS variable, or
9196    # (2) before a word containing "conftest.", or (3) at the end.
9197    # Note that $ac_compile itself does not contain backslashes and begins
9198    # with a dollar sign (not a hyphen), so the echo should work correctly.
9199    lt_compile=`echo "$ac_compile" | $SED \
9200    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9201    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9202    -e 's:$: $lt_compiler_flag:'`
9203    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9204    (eval "$lt_compile" 2>out/conftest.err)
9205    ac_status=$?
9206    cat out/conftest.err >&5
9207    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208    if (exit $ac_status) && test -s out/conftest2.$ac_objext
9209    then
9210      # The compiler can only warn and ignore the option if not recognized
9211      # So say no if there are warnings
9212      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9213      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9214      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9215        lt_cv_prog_compiler_c_o=yes
9216      fi
9217    fi
9218    chmod u+w . 2>&5
9219    $RM conftest*
9220    # SGI C++ compiler will create directory out/ii_files/ for
9221    # template instantiation
9222    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9223    $RM out/* && rmdir out
9224    cd ..
9225    $RM -r conftest
9226    $RM conftest*
9227
9228 fi
9229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9230 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9231
9232
9233
9234
9235
9236
9237   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9238 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9239 if ${lt_cv_prog_compiler_c_o+:} false; then :
9240   $as_echo_n "(cached) " >&6
9241 else
9242   lt_cv_prog_compiler_c_o=no
9243    $RM -r conftest 2>/dev/null
9244    mkdir conftest
9245    cd conftest
9246    mkdir out
9247    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9248
9249    lt_compiler_flag="-o out/conftest2.$ac_objext"
9250    # Insert the option either (1) after the last *FLAGS variable, or
9251    # (2) before a word containing "conftest.", or (3) at the end.
9252    # Note that $ac_compile itself does not contain backslashes and begins
9253    # with a dollar sign (not a hyphen), so the echo should work correctly.
9254    lt_compile=`echo "$ac_compile" | $SED \
9255    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9256    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9257    -e 's:$: $lt_compiler_flag:'`
9258    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9259    (eval "$lt_compile" 2>out/conftest.err)
9260    ac_status=$?
9261    cat out/conftest.err >&5
9262    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9263    if (exit $ac_status) && test -s out/conftest2.$ac_objext
9264    then
9265      # The compiler can only warn and ignore the option if not recognized
9266      # So say no if there are warnings
9267      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9268      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9269      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9270        lt_cv_prog_compiler_c_o=yes
9271      fi
9272    fi
9273    chmod u+w . 2>&5
9274    $RM conftest*
9275    # SGI C++ compiler will create directory out/ii_files/ for
9276    # template instantiation
9277    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9278    $RM out/* && rmdir out
9279    cd ..
9280    $RM -r conftest
9281    $RM conftest*
9282
9283 fi
9284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9285 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9286
9287
9288
9289
9290 hard_links="nottested"
9291 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9292   # do not overwrite the value of need_locks provided by the user
9293   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9294 $as_echo_n "checking if we can lock with hard links... " >&6; }
9295   hard_links=yes
9296   $RM conftest*
9297   ln conftest.a conftest.b 2>/dev/null && hard_links=no
9298   touch conftest.a
9299   ln conftest.a conftest.b 2>&5 || hard_links=no
9300   ln conftest.a conftest.b 2>/dev/null && hard_links=no
9301   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9302 $as_echo "$hard_links" >&6; }
9303   if test "$hard_links" = no; then
9304     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9305 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9306     need_locks=warn
9307   fi
9308 else
9309   need_locks=no
9310 fi
9311
9312
9313
9314
9315
9316
9317   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9318 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9319
9320   runpath_var=
9321   allow_undefined_flag=
9322   always_export_symbols=no
9323   archive_cmds=
9324   archive_expsym_cmds=
9325   compiler_needs_object=no
9326   enable_shared_with_static_runtimes=no
9327   export_dynamic_flag_spec=
9328   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9329   hardcode_automatic=no
9330   hardcode_direct=no
9331   hardcode_direct_absolute=no
9332   hardcode_libdir_flag_spec=
9333   hardcode_libdir_flag_spec_ld=
9334   hardcode_libdir_separator=
9335   hardcode_minus_L=no
9336   hardcode_shlibpath_var=unsupported
9337   inherit_rpath=no
9338   link_all_deplibs=unknown
9339   module_cmds=
9340   module_expsym_cmds=
9341   old_archive_from_new_cmds=
9342   old_archive_from_expsyms_cmds=
9343   thread_safe_flag_spec=
9344   whole_archive_flag_spec=
9345   # include_expsyms should be a list of space-separated symbols to be *always*
9346   # included in the symbol list
9347   include_expsyms=
9348   # exclude_expsyms can be an extended regexp of symbols to exclude
9349   # it will be wrapped by ` (' and `)$', so one must not match beginning or
9350   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9351   # as well as any symbol that contains `d'.
9352   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9353   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9354   # platforms (ab)use it in PIC code, but their linkers get confused if
9355   # the symbol is explicitly referenced.  Since portable code cannot
9356   # rely on this symbol name, it's probably fine to never include it in
9357   # preloaded symbol tables.
9358   # Exclude shared library initialization/finalization symbols.
9359   extract_expsyms_cmds=
9360
9361   case $host_os in
9362   cygwin* | mingw* | pw32* | cegcc*)
9363     # FIXME: the MSVC++ port hasn't been tested in a loooong time
9364     # When not using gcc, we currently assume that we are using
9365     # Microsoft Visual C++.
9366     if test "$GCC" != yes; then
9367       with_gnu_ld=no
9368     fi
9369     ;;
9370   interix*)
9371     # we just hope/assume this is gcc and not c89 (= MSVC++)
9372     with_gnu_ld=yes
9373     ;;
9374   openbsd*)
9375     with_gnu_ld=no
9376     ;;
9377   esac
9378
9379   ld_shlibs=yes
9380
9381   # On some targets, GNU ld is compatible enough with the native linker
9382   # that we're better off using the native interface for both.
9383   lt_use_gnu_ld_interface=no
9384   if test "$with_gnu_ld" = yes; then
9385     case $host_os in
9386       aix*)
9387         # The AIX port of GNU ld has always aspired to compatibility
9388         # with the native linker.  However, as the warning in the GNU ld
9389         # block says, versions before 2.19.5* couldn't really create working
9390         # shared libraries, regardless of the interface used.
9391         case `$LD -v 2>&1` in
9392           *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9393           *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9394           *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9395           *)
9396             lt_use_gnu_ld_interface=yes
9397             ;;
9398         esac
9399         ;;
9400       *)
9401         lt_use_gnu_ld_interface=yes
9402         ;;
9403     esac
9404   fi
9405
9406   if test "$lt_use_gnu_ld_interface" = yes; then
9407     # If archive_cmds runs LD, not CC, wlarc should be empty
9408     wlarc='${wl}'
9409
9410     # Set some defaults for GNU ld with shared library support. These
9411     # are reset later if shared libraries are not supported. Putting them
9412     # here allows them to be overridden if necessary.
9413     runpath_var=LD_RUN_PATH
9414     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9415     export_dynamic_flag_spec='${wl}--export-dynamic'
9416     # ancient GNU ld didn't support --whole-archive et. al.
9417     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9418       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9419     else
9420       whole_archive_flag_spec=
9421     fi
9422     supports_anon_versioning=no
9423     case `$LD -v 2>&1` in
9424       *GNU\ gold*) supports_anon_versioning=yes ;;
9425       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9426       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9427       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9428       *\ 2.11.*) ;; # other 2.11 versions
9429       *) supports_anon_versioning=yes ;;
9430     esac
9431
9432     # See if GNU ld supports shared libraries.
9433     case $host_os in
9434     aix[3-9]*)
9435       # On AIX/PPC, the GNU linker is very broken
9436       if test "$host_cpu" != ia64; then
9437         ld_shlibs=no
9438         cat <<_LT_EOF 1>&2
9439
9440 *** Warning: the GNU linker, at least up to release 2.19, is reported
9441 *** to be unable to reliably create shared libraries on AIX.
9442 *** Therefore, libtool is disabling shared libraries support.  If you
9443 *** really care for shared libraries, you may want to install binutils
9444 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9445 *** You will then need to restart the configuration process.
9446
9447 _LT_EOF
9448       fi
9449       ;;
9450
9451     amigaos*)
9452       case $host_cpu in
9453       powerpc)
9454             # see comment about AmigaOS4 .so support
9455             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9456             archive_expsym_cmds=''
9457         ;;
9458       m68k)
9459             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)'
9460             hardcode_libdir_flag_spec='-L$libdir'
9461             hardcode_minus_L=yes
9462         ;;
9463       esac
9464       ;;
9465
9466     beos*)
9467       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9468         allow_undefined_flag=unsupported
9469         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9470         # support --undefined.  This deserves some investigation.  FIXME
9471         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9472       else
9473         ld_shlibs=no
9474       fi
9475       ;;
9476
9477     cygwin* | mingw* | pw32* | cegcc*)
9478       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9479       # as there is no search path for DLLs.
9480       hardcode_libdir_flag_spec='-L$libdir'
9481       export_dynamic_flag_spec='${wl}--export-all-symbols'
9482       allow_undefined_flag=unsupported
9483       always_export_symbols=no
9484       enable_shared_with_static_runtimes=yes
9485       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9486
9487       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9488         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9489         # If the export-symbols file already is a .def file (1st line
9490         # is EXPORTS), use it as is; otherwise, prepend...
9491         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9492           cp $export_symbols $output_objdir/$soname.def;
9493         else
9494           echo EXPORTS > $output_objdir/$soname.def;
9495           cat $export_symbols >> $output_objdir/$soname.def;
9496         fi~
9497         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9498       else
9499         ld_shlibs=no
9500       fi
9501       ;;
9502
9503     haiku*)
9504       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9505       link_all_deplibs=yes
9506       ;;
9507
9508     interix[3-9]*)
9509       hardcode_direct=no
9510       hardcode_shlibpath_var=no
9511       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9512       export_dynamic_flag_spec='${wl}-E'
9513       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9514       # Instead, shared libraries are loaded at an image base (0x10000000 by
9515       # default) and relocated if they conflict, which is a slow very memory
9516       # consuming and fragmenting process.  To avoid this, we pick a random,
9517       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9518       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
9519       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9520       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'
9521       ;;
9522
9523     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9524       tmp_diet=no
9525       if test "$host_os" = linux-dietlibc; then
9526         case $cc_basename in
9527           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
9528         esac
9529       fi
9530       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9531          && test "$tmp_diet" = no
9532       then
9533         tmp_addflag=' $pic_flag'
9534         tmp_sharedflag='-shared'
9535         case $cc_basename,$host_cpu in
9536         pgcc*)                          # Portland Group C compiler
9537           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9538           tmp_addflag=' $pic_flag'
9539           ;;
9540         pgf77* | pgf90* | pgf95* | pgfortran*)
9541                                         # Portland Group f77 and f90 compilers
9542           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9543           tmp_addflag=' $pic_flag -Mnomain' ;;
9544         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
9545           tmp_addflag=' -i_dynamic' ;;
9546         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
9547           tmp_addflag=' -i_dynamic -nofor_main' ;;
9548         ifc* | ifort*)                  # Intel Fortran compiler
9549           tmp_addflag=' -nofor_main' ;;
9550         lf95*)                          # Lahey Fortran 8.1
9551           whole_archive_flag_spec=
9552           tmp_sharedflag='--shared' ;;
9553         xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9554           tmp_sharedflag='-qmkshrobj'
9555           tmp_addflag= ;;
9556         nvcc*)  # Cuda Compiler Driver 2.2
9557           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9558           compiler_needs_object=yes
9559           ;;
9560         esac
9561         case `$CC -V 2>&1 | sed 5q` in
9562         *Sun\ C*)                       # Sun C 5.9
9563           whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9564           compiler_needs_object=yes
9565           tmp_sharedflag='-G' ;;
9566         *Sun\ F*)                       # Sun Fortran 8.3
9567           tmp_sharedflag='-G' ;;
9568         esac
9569         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9570
9571         if test "x$supports_anon_versioning" = xyes; then
9572           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9573             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9574             echo "local: *; };" >> $output_objdir/$libname.ver~
9575             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9576         fi
9577
9578         case $cc_basename in
9579         xlf* | bgf* | bgxlf* | mpixlf*)
9580           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9581           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9582           hardcode_libdir_flag_spec=
9583           hardcode_libdir_flag_spec_ld='-rpath $libdir'
9584           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9585           if test "x$supports_anon_versioning" = xyes; then
9586             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9587               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9588               echo "local: *; };" >> $output_objdir/$libname.ver~
9589               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9590           fi
9591           ;;
9592         esac
9593       else
9594         ld_shlibs=no
9595       fi
9596       ;;
9597
9598     netbsd*)
9599       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9600         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9601         wlarc=
9602       else
9603         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9604         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9605       fi
9606       ;;
9607
9608     solaris*)
9609       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9610         ld_shlibs=no
9611         cat <<_LT_EOF 1>&2
9612
9613 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9614 *** create shared libraries on Solaris systems.  Therefore, libtool
9615 *** is disabling shared libraries support.  We urge you to upgrade GNU
9616 *** binutils to release 2.9.1 or newer.  Another option is to modify
9617 *** your PATH or compiler configuration so that the native linker is
9618 *** used, and then restart.
9619
9620 _LT_EOF
9621       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9622         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9623         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9624       else
9625         ld_shlibs=no
9626       fi
9627       ;;
9628
9629     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9630       case `$LD -v 2>&1` in
9631         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9632         ld_shlibs=no
9633         cat <<_LT_EOF 1>&2
9634
9635 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9636 *** reliably create shared libraries on SCO systems.  Therefore, libtool
9637 *** is disabling shared libraries support.  We urge you to upgrade GNU
9638 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
9639 *** your PATH or compiler configuration so that the native linker is
9640 *** used, and then restart.
9641
9642 _LT_EOF
9643         ;;
9644         *)
9645           # For security reasons, it is highly recommended that you always
9646           # use absolute paths for naming shared libraries, and exclude the
9647           # DT_RUNPATH tag from executables and libraries.  But doing so
9648           # requires that you compile everything twice, which is a pain.
9649           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9650             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9651             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9652             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9653           else
9654             ld_shlibs=no
9655           fi
9656         ;;
9657       esac
9658       ;;
9659
9660     sunos4*)
9661       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9662       wlarc=
9663       hardcode_direct=yes
9664       hardcode_shlibpath_var=no
9665       ;;
9666
9667     *)
9668       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9669         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9670         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9671       else
9672         ld_shlibs=no
9673       fi
9674       ;;
9675     esac
9676
9677     if test "$ld_shlibs" = no; then
9678       runpath_var=
9679       hardcode_libdir_flag_spec=
9680       export_dynamic_flag_spec=
9681       whole_archive_flag_spec=
9682     fi
9683   else
9684     # PORTME fill in a description of your system's linker (not GNU ld)
9685     case $host_os in
9686     aix3*)
9687       allow_undefined_flag=unsupported
9688       always_export_symbols=yes
9689       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'
9690       # Note: this linker hardcodes the directories in LIBPATH if there
9691       # are no directories specified by -L.
9692       hardcode_minus_L=yes
9693       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9694         # Neither direct hardcoding nor static linking is supported with a
9695         # broken collect2.
9696         hardcode_direct=unsupported
9697       fi
9698       ;;
9699
9700     aix[4-9]*)
9701       if test "$host_cpu" = ia64; then
9702         # On IA64, the linker does run time linking by default, so we don't
9703         # have to do anything special.
9704         aix_use_runtimelinking=no
9705         exp_sym_flag='-Bexport'
9706         no_entry_flag=""
9707       else
9708         # If we're using GNU nm, then we don't want the "-C" option.
9709         # -C means demangle to AIX nm, but means don't demangle with GNU nm
9710         # Also, AIX nm treats weak defined symbols like other global
9711         # defined symbols, whereas GNU nm marks them as "W".
9712         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9713           export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9714         else
9715           export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9716         fi
9717         aix_use_runtimelinking=no
9718
9719         # Test if we are trying to use run time linking or normal
9720         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9721         # need to do runtime linking.
9722         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9723           for ld_flag in $LDFLAGS; do
9724           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9725             aix_use_runtimelinking=yes
9726             break
9727           fi
9728           done
9729           ;;
9730         esac
9731
9732         exp_sym_flag='-bexport'
9733         no_entry_flag='-bnoentry'
9734       fi
9735
9736       # When large executables or shared objects are built, AIX ld can
9737       # have problems creating the table of contents.  If linking a library
9738       # or program results in "error TOC overflow" add -mminimal-toc to
9739       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
9740       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9741
9742       archive_cmds=''
9743       hardcode_direct=yes
9744       hardcode_direct_absolute=yes
9745       hardcode_libdir_separator=':'
9746       link_all_deplibs=yes
9747       file_list_spec='${wl}-f,'
9748
9749       if test "$GCC" = yes; then
9750         case $host_os in aix4.[012]|aix4.[012].*)
9751         # We only want to do this on AIX 4.2 and lower, the check
9752         # below for broken collect2 doesn't work under 4.3+
9753           collect2name=`${CC} -print-prog-name=collect2`
9754           if test -f "$collect2name" &&
9755            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9756           then
9757           # We have reworked collect2
9758           :
9759           else
9760           # We have old collect2
9761           hardcode_direct=unsupported
9762           # It fails to find uninstalled libraries when the uninstalled
9763           # path is not listed in the libpath.  Setting hardcode_minus_L
9764           # to unsupported forces relinking
9765           hardcode_minus_L=yes
9766           hardcode_libdir_flag_spec='-L$libdir'
9767           hardcode_libdir_separator=
9768           fi
9769           ;;
9770         esac
9771         shared_flag='-shared'
9772         if test "$aix_use_runtimelinking" = yes; then
9773           shared_flag="$shared_flag "'${wl}-G'
9774         fi
9775       else
9776         # not using gcc
9777         if test "$host_cpu" = ia64; then
9778         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9779         # chokes on -Wl,-G. The following line is correct:
9780           shared_flag='-G'
9781         else
9782           if test "$aix_use_runtimelinking" = yes; then
9783             shared_flag='${wl}-G'
9784           else
9785             shared_flag='${wl}-bM:SRE'
9786           fi
9787         fi
9788       fi
9789
9790       export_dynamic_flag_spec='${wl}-bexpall'
9791       # It seems that -bexpall does not export symbols beginning with
9792       # underscore (_), so it is better to generate a list of symbols to export.
9793       always_export_symbols=yes
9794       if test "$aix_use_runtimelinking" = yes; then
9795         # Warning - without using the other runtime loading flags (-brtl),
9796         # -berok will link without error, but may produce a broken library.
9797         allow_undefined_flag='-berok'
9798         # Determine the default libpath from the value encoded in an
9799         # empty executable.
9800         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9801 /* end confdefs.h.  */
9802
9803 int
9804 main ()
9805 {
9806
9807   ;
9808   return 0;
9809 }
9810 _ACEOF
9811 if ac_fn_c_try_link "$LINENO"; then :
9812
9813 lt_aix_libpath_sed='
9814     /Import File Strings/,/^$/ {
9815         /^0/ {
9816             s/^0  *\(.*\)$/\1/
9817             p
9818         }
9819     }'
9820 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9821 # Check for a 64-bit object if we didn't find anything.
9822 if test -z "$aix_libpath"; then
9823   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9824 fi
9825 fi
9826 rm -f core conftest.err conftest.$ac_objext \
9827     conftest$ac_exeext conftest.$ac_ext
9828 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9829
9830         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9831         archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9832       else
9833         if test "$host_cpu" = ia64; then
9834           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9835           allow_undefined_flag="-z nodefs"
9836           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"
9837         else
9838          # Determine the default libpath from the value encoded in an
9839          # empty executable.
9840          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9841 /* end confdefs.h.  */
9842
9843 int
9844 main ()
9845 {
9846
9847   ;
9848   return 0;
9849 }
9850 _ACEOF
9851 if ac_fn_c_try_link "$LINENO"; then :
9852
9853 lt_aix_libpath_sed='
9854     /Import File Strings/,/^$/ {
9855         /^0/ {
9856             s/^0  *\(.*\)$/\1/
9857             p
9858         }
9859     }'
9860 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9861 # Check for a 64-bit object if we didn't find anything.
9862 if test -z "$aix_libpath"; then
9863   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9864 fi
9865 fi
9866 rm -f core conftest.err conftest.$ac_objext \
9867     conftest$ac_exeext conftest.$ac_ext
9868 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9869
9870          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9871           # Warning - without using the other run time loading flags,
9872           # -berok will link without error, but may produce a broken library.
9873           no_undefined_flag=' ${wl}-bernotok'
9874           allow_undefined_flag=' ${wl}-berok'
9875           if test "$with_gnu_ld" = yes; then
9876             # We only use this code for GNU lds that support --whole-archive.
9877             whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9878           else
9879             # Exported symbols can be pulled into shared objects from archives
9880             whole_archive_flag_spec='$convenience'
9881           fi
9882           archive_cmds_need_lc=yes
9883           # This is similar to how AIX traditionally builds its shared libraries.
9884           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'
9885         fi
9886       fi
9887       ;;
9888
9889     amigaos*)
9890       case $host_cpu in
9891       powerpc)
9892             # see comment about AmigaOS4 .so support
9893             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9894             archive_expsym_cmds=''
9895         ;;
9896       m68k)
9897             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)'
9898             hardcode_libdir_flag_spec='-L$libdir'
9899             hardcode_minus_L=yes
9900         ;;
9901       esac
9902       ;;
9903
9904     bsdi[45]*)
9905       export_dynamic_flag_spec=-rdynamic
9906       ;;
9907
9908     cygwin* | mingw* | pw32* | cegcc*)
9909       # When not using gcc, we currently assume that we are using
9910       # Microsoft Visual C++.
9911       # hardcode_libdir_flag_spec is actually meaningless, as there is
9912       # no search path for DLLs.
9913       hardcode_libdir_flag_spec=' '
9914       allow_undefined_flag=unsupported
9915       # Tell ltmain to make .lib files, not .a files.
9916       libext=lib
9917       # Tell ltmain to make .dll files, not .so files.
9918       shrext_cmds=".dll"
9919       # FIXME: Setting linknames here is a bad hack.
9920       archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9921       # The linker will automatically build a .lib file if we build a DLL.
9922       old_archive_from_new_cmds='true'
9923       # FIXME: Should let the user specify the lib program.
9924       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9925       fix_srcfile_path='`cygpath -w "$srcfile"`'
9926       enable_shared_with_static_runtimes=yes
9927       ;;
9928
9929     darwin* | rhapsody*)
9930
9931
9932   archive_cmds_need_lc=no
9933   hardcode_direct=no
9934   hardcode_automatic=yes
9935   hardcode_shlibpath_var=unsupported
9936   if test "$lt_cv_ld_force_load" = "yes"; then
9937     whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9938   else
9939     whole_archive_flag_spec=''
9940   fi
9941   link_all_deplibs=yes
9942   allow_undefined_flag="$_lt_dar_allow_undefined"
9943   case $cc_basename in
9944      ifort*) _lt_dar_can_shared=yes ;;
9945      *) _lt_dar_can_shared=$GCC ;;
9946   esac
9947   if test "$_lt_dar_can_shared" = "yes"; then
9948     output_verbose_link_cmd=func_echo_all
9949     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9950     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9951     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}"
9952     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}"
9953
9954   else
9955   ld_shlibs=no
9956   fi
9957
9958       ;;
9959
9960     dgux*)
9961       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9962       hardcode_libdir_flag_spec='-L$libdir'
9963       hardcode_shlibpath_var=no
9964       ;;
9965
9966     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9967     # support.  Future versions do this automatically, but an explicit c++rt0.o
9968     # does not break anything, and helps significantly (at the cost of a little
9969     # extra space).
9970     freebsd2.2*)
9971       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9972       hardcode_libdir_flag_spec='-R$libdir'
9973       hardcode_direct=yes
9974       hardcode_shlibpath_var=no
9975       ;;
9976
9977     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9978     freebsd2.*)
9979       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9980       hardcode_direct=yes
9981       hardcode_minus_L=yes
9982       hardcode_shlibpath_var=no
9983       ;;
9984
9985     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9986     freebsd* | dragonfly*)
9987       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9988       hardcode_libdir_flag_spec='-R$libdir'
9989       hardcode_direct=yes
9990       hardcode_shlibpath_var=no
9991       ;;
9992
9993     hpux9*)
9994       if test "$GCC" = yes; then
9995         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'
9996       else
9997         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'
9998       fi
9999       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10000       hardcode_libdir_separator=:
10001       hardcode_direct=yes
10002
10003       # hardcode_minus_L: Not really in the search PATH,
10004       # but as the default location of the library.
10005       hardcode_minus_L=yes
10006       export_dynamic_flag_spec='${wl}-E'
10007       ;;
10008
10009     hpux10*)
10010       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10011         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10012       else
10013         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10014       fi
10015       if test "$with_gnu_ld" = no; then
10016         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10017         hardcode_libdir_flag_spec_ld='+b $libdir'
10018         hardcode_libdir_separator=:
10019         hardcode_direct=yes
10020         hardcode_direct_absolute=yes
10021         export_dynamic_flag_spec='${wl}-E'
10022         # hardcode_minus_L: Not really in the search PATH,
10023         # but as the default location of the library.
10024         hardcode_minus_L=yes
10025       fi
10026       ;;
10027
10028     hpux11*)
10029       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10030         case $host_cpu in
10031         hppa*64*)
10032           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10033           ;;
10034         ia64*)
10035           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10036           ;;
10037         *)
10038           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10039           ;;
10040         esac
10041       else
10042         case $host_cpu in
10043         hppa*64*)
10044           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10045           ;;
10046         ia64*)
10047           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10048           ;;
10049         *)
10050
10051           # Older versions of the 11.00 compiler do not understand -b yet
10052           # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10053           { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10054 $as_echo_n "checking if $CC understands -b... " >&6; }
10055 if ${lt_cv_prog_compiler__b+:} false; then :
10056   $as_echo_n "(cached) " >&6
10057 else
10058   lt_cv_prog_compiler__b=no
10059    save_LDFLAGS="$LDFLAGS"
10060    LDFLAGS="$LDFLAGS -b"
10061    echo "$lt_simple_link_test_code" > conftest.$ac_ext
10062    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10063      # The linker can only warn and ignore the option if not recognized
10064      # So say no if there are warnings
10065      if test -s conftest.err; then
10066        # Append any errors to the config.log.
10067        cat conftest.err 1>&5
10068        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10069        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10070        if diff conftest.exp conftest.er2 >/dev/null; then
10071          lt_cv_prog_compiler__b=yes
10072        fi
10073      else
10074        lt_cv_prog_compiler__b=yes
10075      fi
10076    fi
10077    $RM -r conftest*
10078    LDFLAGS="$save_LDFLAGS"
10079
10080 fi
10081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10082 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10083
10084 if test x"$lt_cv_prog_compiler__b" = xyes; then
10085     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10086 else
10087     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10088 fi
10089
10090           ;;
10091         esac
10092       fi
10093       if test "$with_gnu_ld" = no; then
10094         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10095         hardcode_libdir_separator=:
10096
10097         case $host_cpu in
10098         hppa*64*|ia64*)
10099           hardcode_direct=no
10100           hardcode_shlibpath_var=no
10101           ;;
10102         *)
10103           hardcode_direct=yes
10104           hardcode_direct_absolute=yes
10105           export_dynamic_flag_spec='${wl}-E'
10106
10107           # hardcode_minus_L: Not really in the search PATH,
10108           # but as the default location of the library.
10109           hardcode_minus_L=yes
10110           ;;
10111         esac
10112       fi
10113       ;;
10114
10115     irix5* | irix6* | nonstopux*)
10116       if test "$GCC" = yes; then
10117         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10118         # Try to use the -exported_symbol ld option, if it does not
10119         # work, assume that -exports_file does not work either and
10120         # implicitly export all symbols.
10121         save_LDFLAGS="$LDFLAGS"
10122         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10123         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10124 /* end confdefs.h.  */
10125 int foo(void) {}
10126 _ACEOF
10127 if ac_fn_c_try_link "$LINENO"; then :
10128   archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
10129
10130 fi
10131 rm -f core conftest.err conftest.$ac_objext \
10132     conftest$ac_exeext conftest.$ac_ext
10133         LDFLAGS="$save_LDFLAGS"
10134       else
10135         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10136         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
10137       fi
10138       archive_cmds_need_lc='no'
10139       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10140       hardcode_libdir_separator=:
10141       inherit_rpath=yes
10142       link_all_deplibs=yes
10143       ;;
10144
10145     netbsd*)
10146       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10147         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
10148       else
10149         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
10150       fi
10151       hardcode_libdir_flag_spec='-R$libdir'
10152       hardcode_direct=yes
10153       hardcode_shlibpath_var=no
10154       ;;
10155
10156     newsos6)
10157       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10158       hardcode_direct=yes
10159       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10160       hardcode_libdir_separator=:
10161       hardcode_shlibpath_var=no
10162       ;;
10163
10164     *nto* | *qnx*)
10165       ;;
10166
10167     openbsd*)
10168       if test -f /usr/libexec/ld.so; then
10169         hardcode_direct=yes
10170         hardcode_shlibpath_var=no
10171         hardcode_direct_absolute=yes
10172         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10173           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10174           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10175           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10176           export_dynamic_flag_spec='${wl}-E'
10177         else
10178           case $host_os in
10179            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10180              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10181              hardcode_libdir_flag_spec='-R$libdir'
10182              ;;
10183            *)
10184              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10185              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10186              ;;
10187           esac
10188         fi
10189       else
10190         ld_shlibs=no
10191       fi
10192       ;;
10193
10194     os2*)
10195       hardcode_libdir_flag_spec='-L$libdir'
10196       hardcode_minus_L=yes
10197       allow_undefined_flag=unsupported
10198       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'
10199       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10200       ;;
10201
10202     osf3*)
10203       if test "$GCC" = yes; then
10204         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10205         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10206       else
10207         allow_undefined_flag=' -expect_unresolved \*'
10208         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10209       fi
10210       archive_cmds_need_lc='no'
10211       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10212       hardcode_libdir_separator=:
10213       ;;
10214
10215     osf4* | osf5*)      # as osf3* with the addition of -msym flag
10216       if test "$GCC" = yes; then
10217         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10218         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10219         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10220       else
10221         allow_undefined_flag=' -expect_unresolved \*'
10222         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10223         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~
10224         $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
10225
10226         # Both c and cxx compiler support -rpath directly
10227         hardcode_libdir_flag_spec='-rpath $libdir'
10228       fi
10229       archive_cmds_need_lc='no'
10230       hardcode_libdir_separator=:
10231       ;;
10232
10233     solaris*)
10234       no_undefined_flag=' -z defs'
10235       if test "$GCC" = yes; then
10236         wlarc='${wl}'
10237         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10238         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10239           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10240       else
10241         case `$CC -V 2>&1` in
10242         *"Compilers 5.0"*)
10243           wlarc=''
10244           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10245           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10246           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10247           ;;
10248         *)
10249           wlarc='${wl}'
10250           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10251           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10252           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10253           ;;
10254         esac
10255       fi
10256       hardcode_libdir_flag_spec='-R$libdir'
10257       hardcode_shlibpath_var=no
10258       case $host_os in
10259       solaris2.[0-5] | solaris2.[0-5].*) ;;
10260       *)
10261         # The compiler driver will combine and reorder linker options,
10262         # but understands `-z linker_flag'.  GCC discards it without `$wl',
10263         # but is careful enough not to reorder.
10264         # Supported since Solaris 2.6 (maybe 2.5.1?)
10265         if test "$GCC" = yes; then
10266           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10267         else
10268           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10269         fi
10270         ;;
10271       esac
10272       link_all_deplibs=yes
10273       ;;
10274
10275     sunos4*)
10276       if test "x$host_vendor" = xsequent; then
10277         # Use $CC to link under sequent, because it throws in some extra .o
10278         # files that make .init and .fini sections work.
10279         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10280       else
10281         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10282       fi
10283       hardcode_libdir_flag_spec='-L$libdir'
10284       hardcode_direct=yes
10285       hardcode_minus_L=yes
10286       hardcode_shlibpath_var=no
10287       ;;
10288
10289     sysv4)
10290       case $host_vendor in
10291         sni)
10292           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10293           hardcode_direct=yes # is this really true???
10294         ;;
10295         siemens)
10296           ## LD is ld it makes a PLAMLIB
10297           ## CC just makes a GrossModule.
10298           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10299           reload_cmds='$CC -r -o $output$reload_objs'
10300           hardcode_direct=no
10301         ;;
10302         motorola)
10303           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10304           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10305         ;;
10306       esac
10307       runpath_var='LD_RUN_PATH'
10308       hardcode_shlibpath_var=no
10309       ;;
10310
10311     sysv4.3*)
10312       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10313       hardcode_shlibpath_var=no
10314       export_dynamic_flag_spec='-Bexport'
10315       ;;
10316
10317     sysv4*MP*)
10318       if test -d /usr/nec; then
10319         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10320         hardcode_shlibpath_var=no
10321         runpath_var=LD_RUN_PATH
10322         hardcode_runpath_var=yes
10323         ld_shlibs=yes
10324       fi
10325       ;;
10326
10327     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10328       no_undefined_flag='${wl}-z,text'
10329       archive_cmds_need_lc=no
10330       hardcode_shlibpath_var=no
10331       runpath_var='LD_RUN_PATH'
10332
10333       if test "$GCC" = yes; then
10334         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10335         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10336       else
10337         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10338         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10339       fi
10340       ;;
10341
10342     sysv5* | sco3.2v5* | sco5v6*)
10343       # Note: We can NOT use -z defs as we might desire, because we do not
10344       # link with -lc, and that would cause any symbols used from libc to
10345       # always be unresolved, which means just about no library would
10346       # ever link correctly.  If we're not using GNU ld we use -z text
10347       # though, which does catch some bad symbols but isn't as heavy-handed
10348       # as -z defs.
10349       no_undefined_flag='${wl}-z,text'
10350       allow_undefined_flag='${wl}-z,nodefs'
10351       archive_cmds_need_lc=no
10352       hardcode_shlibpath_var=no
10353       hardcode_libdir_flag_spec='${wl}-R,$libdir'
10354       hardcode_libdir_separator=':'
10355       link_all_deplibs=yes
10356       export_dynamic_flag_spec='${wl}-Bexport'
10357       runpath_var='LD_RUN_PATH'
10358
10359       if test "$GCC" = yes; then
10360         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10361         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10362       else
10363         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10364         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10365       fi
10366       ;;
10367
10368     uts4*)
10369       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10370       hardcode_libdir_flag_spec='-L$libdir'
10371       hardcode_shlibpath_var=no
10372       ;;
10373
10374     *)
10375       ld_shlibs=no
10376       ;;
10377     esac
10378
10379     if test x$host_vendor = xsni; then
10380       case $host in
10381       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10382         export_dynamic_flag_spec='${wl}-Blargedynsym'
10383         ;;
10384       esac
10385     fi
10386   fi
10387
10388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10389 $as_echo "$ld_shlibs" >&6; }
10390 test "$ld_shlibs" = no && can_build_shared=no
10391
10392 with_gnu_ld=$with_gnu_ld
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408 #
10409 # Do we need to explicitly link libc?
10410 #
10411 case "x$archive_cmds_need_lc" in
10412 x|xyes)
10413   # Assume -lc should be added
10414   archive_cmds_need_lc=yes
10415
10416   if test "$enable_shared" = yes && test "$GCC" = yes; then
10417     case $archive_cmds in
10418     *'~'*)
10419       # FIXME: we may have to deal with multi-command sequences.
10420       ;;
10421     '$CC '*)
10422       # Test whether the compiler implicitly links with -lc since on some
10423       # systems, -lgcc has to come before -lc. If gcc already passes -lc
10424       # to ld, don't add -lc before -lgcc.
10425       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10426 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10427 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10428   $as_echo_n "(cached) " >&6
10429 else
10430   $RM conftest*
10431         echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10432
10433         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10434   (eval $ac_compile) 2>&5
10435   ac_status=$?
10436   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10437   test $ac_status = 0; } 2>conftest.err; then
10438           soname=conftest
10439           lib=conftest
10440           libobjs=conftest.$ac_objext
10441           deplibs=
10442           wl=$lt_prog_compiler_wl
10443           pic_flag=$lt_prog_compiler_pic
10444           compiler_flags=-v
10445           linker_flags=-v
10446           verstring=
10447           output_objdir=.
10448           libname=conftest
10449           lt_save_allow_undefined_flag=$allow_undefined_flag
10450           allow_undefined_flag=
10451           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10452   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10453   ac_status=$?
10454   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10455   test $ac_status = 0; }
10456           then
10457             lt_cv_archive_cmds_need_lc=no
10458           else
10459             lt_cv_archive_cmds_need_lc=yes
10460           fi
10461           allow_undefined_flag=$lt_save_allow_undefined_flag
10462         else
10463           cat conftest.err 1>&5
10464         fi
10465         $RM conftest*
10466
10467 fi
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10469 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10470       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10471       ;;
10472     esac
10473   fi
10474   ;;
10475 esac
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
10487
10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
10500
10501
10502
10503
10504
10505
10506
10507
10508
10509
10510
10511
10512
10513
10514
10515
10516
10517
10518
10519
10520
10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
10533
10534
10535
10536
10537
10538
10539
10540
10541
10542
10543
10544
10545
10546
10547
10548
10549
10550
10551
10552
10553
10554
10555
10556
10557
10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
10572
10573
10574
10575
10576
10577
10578
10579
10580
10581
10582
10583
10584
10585
10586
10587
10588
10589
10590
10591
10592
10593
10594
10595
10596
10597
10598
10599
10600
10601
10602
10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
10615
10616
10617
10618
10619
10620
10621
10622
10623
10624
10625
10626
10627
10628
10629
10630
10631
10632
10633   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10634 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10635
10636 if test "$GCC" = yes; then
10637   case $host_os in
10638     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10639     *) lt_awk_arg="/^libraries:/" ;;
10640   esac
10641   case $host_os in
10642     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10643     *) lt_sed_strip_eq="s,=/,/,g" ;;
10644   esac
10645   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10646   case $lt_search_path_spec in
10647   *\;*)
10648     # if the path contains ";" then we assume it to be the separator
10649     # otherwise default to the standard path separator (i.e. ":") - it is
10650     # assumed that no part of a normal pathname contains ";" but that should
10651     # okay in the real world where ";" in dirpaths is itself problematic.
10652     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10653     ;;
10654   *)
10655     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10656     ;;
10657   esac
10658   # Ok, now we have the path, separated by spaces, we can step through it
10659   # and add multilib dir if necessary.
10660   lt_tmp_lt_search_path_spec=
10661   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10662   for lt_sys_path in $lt_search_path_spec; do
10663     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10664       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10665     else
10666       test -d "$lt_sys_path" && \
10667         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10668     fi
10669   done
10670   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10671 BEGIN {RS=" "; FS="/|\n";} {
10672   lt_foo="";
10673   lt_count=0;
10674   for (lt_i = NF; lt_i > 0; lt_i--) {
10675     if ($lt_i != "" && $lt_i != ".") {
10676       if ($lt_i == "..") {
10677         lt_count++;
10678       } else {
10679         if (lt_count == 0) {
10680           lt_foo="/" $lt_i lt_foo;
10681         } else {
10682           lt_count--;
10683         }
10684       }
10685     }
10686   }
10687   if (lt_foo != "") { lt_freq[lt_foo]++; }
10688   if (lt_freq[lt_foo] == 1) { print lt_foo; }
10689 }'`
10690   # AWK program above erroneously prepends '/' to C:/dos/paths
10691   # for these hosts.
10692   case $host_os in
10693     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10694       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10695   esac
10696   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10697 else
10698   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10699 fi
10700 library_names_spec=
10701 libname_spec='lib$name'
10702 soname_spec=
10703 shrext_cmds=".so"
10704 postinstall_cmds=
10705 postuninstall_cmds=
10706 finish_cmds=
10707 finish_eval=
10708 shlibpath_var=
10709 shlibpath_overrides_runpath=unknown
10710 version_type=none
10711 dynamic_linker="$host_os ld.so"
10712 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10713 need_lib_prefix=unknown
10714 hardcode_into_libs=no
10715
10716 # when you set need_version to no, make sure it does not cause -set_version
10717 # flags to be left without arguments
10718 need_version=unknown
10719
10720 case $host_os in
10721 aix3*)
10722   version_type=linux
10723   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10724   shlibpath_var=LIBPATH
10725
10726   # AIX 3 has no versioning support, so we append a major version to the name.
10727   soname_spec='${libname}${release}${shared_ext}$major'
10728   ;;
10729
10730 aix[4-9]*)
10731   version_type=linux
10732   need_lib_prefix=no
10733   need_version=no
10734   hardcode_into_libs=yes
10735   if test "$host_cpu" = ia64; then
10736     # AIX 5 supports IA64
10737     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10738     shlibpath_var=LD_LIBRARY_PATH
10739   else
10740     # With GCC up to 2.95.x, collect2 would create an import file
10741     # for dependence libraries.  The import file would start with
10742     # the line `#! .'.  This would cause the generated library to
10743     # depend on `.', always an invalid library.  This was fixed in
10744     # development snapshots of GCC prior to 3.0.
10745     case $host_os in
10746       aix4 | aix4.[01] | aix4.[01].*)
10747       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10748            echo ' yes '
10749            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10750         :
10751       else
10752         can_build_shared=no
10753       fi
10754       ;;
10755     esac
10756     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10757     # soname into executable. Probably we can add versioning support to
10758     # collect2, so additional links can be useful in future.
10759     if test "$aix_use_runtimelinking" = yes; then
10760       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10761       # instead of lib<name>.a to let people know that these are not
10762       # typical AIX shared libraries.
10763       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10764     else
10765       # We preserve .a as extension for shared libraries through AIX4.2
10766       # and later when we are not doing run time linking.
10767       library_names_spec='${libname}${release}.a $libname.a'
10768       soname_spec='${libname}${release}${shared_ext}$major'
10769     fi
10770     shlibpath_var=LIBPATH
10771   fi
10772   ;;
10773
10774 amigaos*)
10775   case $host_cpu in
10776   powerpc)
10777     # Since July 2007 AmigaOS4 officially supports .so libraries.
10778     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10779     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10780     ;;
10781   m68k)
10782     library_names_spec='$libname.ixlibrary $libname.a'
10783     # Create ${libname}_ixlibrary.a entries in /sys/libs.
10784     finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
10785     ;;
10786   esac
10787   ;;
10788
10789 beos*)
10790   library_names_spec='${libname}${shared_ext}'
10791   dynamic_linker="$host_os ld.so"
10792   shlibpath_var=LIBRARY_PATH
10793   ;;
10794
10795 bsdi[45]*)
10796   version_type=linux
10797   need_version=no
10798   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10799   soname_spec='${libname}${release}${shared_ext}$major'
10800   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10801   shlibpath_var=LD_LIBRARY_PATH
10802   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10803   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10804   # the default ld.so.conf also contains /usr/contrib/lib and
10805   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10806   # libtool to hard-code these into programs
10807   ;;
10808
10809 cygwin* | mingw* | pw32* | cegcc*)
10810   version_type=windows
10811   shrext_cmds=".dll"
10812   need_version=no
10813   need_lib_prefix=no
10814
10815   case $GCC,$host_os in
10816   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10817     library_names_spec='$libname.dll.a'
10818     # DLL is installed to $(libdir)/../bin by postinstall_cmds
10819     postinstall_cmds='base_file=`basename \${file}`~
10820       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10821       dldir=$destdir/`dirname \$dlpath`~
10822       test -d \$dldir || mkdir -p \$dldir~
10823       $install_prog $dir/$dlname \$dldir/$dlname~
10824       chmod a+x \$dldir/$dlname~
10825       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10826         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10827       fi'
10828     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10829       dlpath=$dir/\$dldll~
10830        $RM \$dlpath'
10831     shlibpath_overrides_runpath=yes
10832
10833     case $host_os in
10834     cygwin*)
10835       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10836       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10837
10838       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10839       ;;
10840     mingw* | cegcc*)
10841       # MinGW DLLs use traditional 'lib' prefix
10842       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10843       ;;
10844     pw32*)
10845       # pw32 DLLs use 'pw' prefix rather than 'lib'
10846       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10847       ;;
10848     esac
10849     ;;
10850
10851   *)
10852     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10853     ;;
10854   esac
10855   dynamic_linker='Win32 ld.exe'
10856   # FIXME: first we should search . and the directory the executable is in
10857   shlibpath_var=PATH
10858   ;;
10859
10860 darwin* | rhapsody*)
10861   dynamic_linker="$host_os dyld"
10862   version_type=darwin
10863   need_lib_prefix=no
10864   need_version=no
10865   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10866   soname_spec='${libname}${release}${major}$shared_ext'
10867   shlibpath_overrides_runpath=yes
10868   shlibpath_var=DYLD_LIBRARY_PATH
10869   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10870
10871   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10872   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10873   ;;
10874
10875 dgux*)
10876   version_type=linux
10877   need_lib_prefix=no
10878   need_version=no
10879   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10880   soname_spec='${libname}${release}${shared_ext}$major'
10881   shlibpath_var=LD_LIBRARY_PATH
10882   ;;
10883
10884 freebsd* | dragonfly*)
10885   # DragonFly does not have aout.  When/if they implement a new
10886   # versioning mechanism, adjust this.
10887   if test -x /usr/bin/objformat; then
10888     objformat=`/usr/bin/objformat`
10889   else
10890     case $host_os in
10891     freebsd[23].*) objformat=aout ;;
10892     *) objformat=elf ;;
10893     esac
10894   fi
10895   version_type=freebsd-$objformat
10896   case $version_type in
10897     freebsd-elf*)
10898       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10899       need_version=no
10900       need_lib_prefix=no
10901       ;;
10902     freebsd-*)
10903       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10904       need_version=yes
10905       ;;
10906   esac
10907   shlibpath_var=LD_LIBRARY_PATH
10908   case $host_os in
10909   freebsd2.*)
10910     shlibpath_overrides_runpath=yes
10911     ;;
10912   freebsd3.[01]* | freebsdelf3.[01]*)
10913     shlibpath_overrides_runpath=yes
10914     hardcode_into_libs=yes
10915     ;;
10916   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10917   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10918     shlibpath_overrides_runpath=no
10919     hardcode_into_libs=yes
10920     ;;
10921   *) # from 4.6 on, and DragonFly
10922     shlibpath_overrides_runpath=yes
10923     hardcode_into_libs=yes
10924     ;;
10925   esac
10926   ;;
10927
10928 gnu*)
10929   version_type=linux
10930   need_lib_prefix=no
10931   need_version=no
10932   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10933   soname_spec='${libname}${release}${shared_ext}$major'
10934   shlibpath_var=LD_LIBRARY_PATH
10935   hardcode_into_libs=yes
10936   ;;
10937
10938 haiku*)
10939   version_type=linux
10940   need_lib_prefix=no
10941   need_version=no
10942   dynamic_linker="$host_os runtime_loader"
10943   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10944   soname_spec='${libname}${release}${shared_ext}$major'
10945   shlibpath_var=LIBRARY_PATH
10946   shlibpath_overrides_runpath=yes
10947   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10948   hardcode_into_libs=yes
10949   ;;
10950
10951 hpux9* | hpux10* | hpux11*)
10952   # Give a soname corresponding to the major version so that dld.sl refuses to
10953   # link against other versions.
10954   version_type=sunos
10955   need_lib_prefix=no
10956   need_version=no
10957   case $host_cpu in
10958   ia64*)
10959     shrext_cmds='.so'
10960     hardcode_into_libs=yes
10961     dynamic_linker="$host_os dld.so"
10962     shlibpath_var=LD_LIBRARY_PATH
10963     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10964     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10965     soname_spec='${libname}${release}${shared_ext}$major'
10966     if test "X$HPUX_IA64_MODE" = X32; then
10967       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10968     else
10969       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10970     fi
10971     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10972     ;;
10973   hppa*64*)
10974     shrext_cmds='.sl'
10975     hardcode_into_libs=yes
10976     dynamic_linker="$host_os dld.sl"
10977     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10978     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10979     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10980     soname_spec='${libname}${release}${shared_ext}$major'
10981     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10982     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10983     ;;
10984   *)
10985     shrext_cmds='.sl'
10986     dynamic_linker="$host_os dld.sl"
10987     shlibpath_var=SHLIB_PATH
10988     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10989     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10990     soname_spec='${libname}${release}${shared_ext}$major'
10991     ;;
10992   esac
10993   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10994   postinstall_cmds='chmod 555 $lib'
10995   # or fails outright, so override atomically:
10996   install_override_mode=555
10997   ;;
10998
10999 interix[3-9]*)
11000   version_type=linux
11001   need_lib_prefix=no
11002   need_version=no
11003   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11004   soname_spec='${libname}${release}${shared_ext}$major'
11005   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11006   shlibpath_var=LD_LIBRARY_PATH
11007   shlibpath_overrides_runpath=no
11008   hardcode_into_libs=yes
11009   ;;
11010
11011 irix5* | irix6* | nonstopux*)
11012   case $host_os in
11013     nonstopux*) version_type=nonstopux ;;
11014     *)
11015         if test "$lt_cv_prog_gnu_ld" = yes; then
11016                 version_type=linux
11017         else
11018                 version_type=irix
11019         fi ;;
11020   esac
11021   need_lib_prefix=no
11022   need_version=no
11023   soname_spec='${libname}${release}${shared_ext}$major'
11024   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11025   case $host_os in
11026   irix5* | nonstopux*)
11027     libsuff= shlibsuff=
11028     ;;
11029   *)
11030     case $LD in # libtool.m4 will add one of these switches to LD
11031     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11032       libsuff= shlibsuff= libmagic=32-bit;;
11033     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11034       libsuff=32 shlibsuff=N32 libmagic=N32;;
11035     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11036       libsuff=64 shlibsuff=64 libmagic=64-bit;;
11037     *) libsuff= shlibsuff= libmagic=never-match;;
11038     esac
11039     ;;
11040   esac
11041   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11042   shlibpath_overrides_runpath=no
11043   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11044   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11045   hardcode_into_libs=yes
11046   ;;
11047
11048 # No shared lib support for Linux oldld, aout, or coff.
11049 linux*oldld* | linux*aout* | linux*coff*)
11050   dynamic_linker=no
11051   ;;
11052
11053 # This must be Linux ELF.
11054 linux* | k*bsd*-gnu | kopensolaris*-gnu)
11055   version_type=linux
11056   need_lib_prefix=no
11057   need_version=no
11058   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11059   soname_spec='${libname}${release}${shared_ext}$major'
11060   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11061   shlibpath_var=LD_LIBRARY_PATH
11062   shlibpath_overrides_runpath=no
11063
11064   # Some binutils ld are patched to set DT_RUNPATH
11065   if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
11066   $as_echo_n "(cached) " >&6
11067 else
11068   lt_cv_shlibpath_overrides_runpath=no
11069     save_LDFLAGS=$LDFLAGS
11070     save_libdir=$libdir
11071     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11072          LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11073     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11074 /* end confdefs.h.  */
11075
11076 int
11077 main ()
11078 {
11079
11080   ;
11081   return 0;
11082 }
11083 _ACEOF
11084 if ac_fn_c_try_link "$LINENO"; then :
11085   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11086   lt_cv_shlibpath_overrides_runpath=yes
11087 fi
11088 fi
11089 rm -f core conftest.err conftest.$ac_objext \
11090     conftest$ac_exeext conftest.$ac_ext
11091     LDFLAGS=$save_LDFLAGS
11092     libdir=$save_libdir
11093
11094 fi
11095
11096   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11097
11098   # This implies no fast_install, which is unacceptable.
11099   # Some rework will be needed to allow for fast_install
11100   # before this can be enabled.
11101   hardcode_into_libs=yes
11102
11103   # Append ld.so.conf contents to the search path
11104   if test -f /etc/ld.so.conf; then
11105     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
11106     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11107   fi
11108
11109   # We used to test for /lib/ld.so.1 and disable shared libraries on
11110   # powerpc, because MkLinux only supported shared libraries with the
11111   # GNU dynamic linker.  Since this was broken with cross compilers,
11112   # most powerpc-linux boxes support dynamic linking these days and
11113   # people can always --disable-shared, the test was removed, and we
11114   # assume the GNU/Linux dynamic linker is in use.
11115   dynamic_linker='GNU/Linux ld.so'
11116   ;;
11117
11118 netbsd*)
11119   version_type=sunos
11120   need_lib_prefix=no
11121   need_version=no
11122   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11123     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11124     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11125     dynamic_linker='NetBSD (a.out) ld.so'
11126   else
11127     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11128     soname_spec='${libname}${release}${shared_ext}$major'
11129     dynamic_linker='NetBSD ld.elf_so'
11130   fi
11131   shlibpath_var=LD_LIBRARY_PATH
11132   shlibpath_overrides_runpath=yes
11133   hardcode_into_libs=yes
11134   ;;
11135
11136 newsos6)
11137   version_type=linux
11138   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11139   shlibpath_var=LD_LIBRARY_PATH
11140   shlibpath_overrides_runpath=yes
11141   ;;
11142
11143 *nto* | *qnx*)
11144   version_type=qnx
11145   need_lib_prefix=no
11146   need_version=no
11147   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11148   soname_spec='${libname}${release}${shared_ext}$major'
11149   shlibpath_var=LD_LIBRARY_PATH
11150   shlibpath_overrides_runpath=no
11151   hardcode_into_libs=yes
11152   dynamic_linker='ldqnx.so'
11153   ;;
11154
11155 openbsd*)
11156   version_type=sunos
11157   sys_lib_dlsearch_path_spec="/usr/lib"
11158   need_lib_prefix=no
11159   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11160   case $host_os in
11161     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
11162     *)                          need_version=no  ;;
11163   esac
11164   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11165   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11166   shlibpath_var=LD_LIBRARY_PATH
11167   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11168     case $host_os in
11169       openbsd2.[89] | openbsd2.[89].*)
11170         shlibpath_overrides_runpath=no
11171         ;;
11172       *)
11173         shlibpath_overrides_runpath=yes
11174         ;;
11175       esac
11176   else
11177     shlibpath_overrides_runpath=yes
11178   fi
11179   ;;
11180
11181 os2*)
11182   libname_spec='$name'
11183   shrext_cmds=".dll"
11184   need_lib_prefix=no
11185   library_names_spec='$libname${shared_ext} $libname.a'
11186   dynamic_linker='OS/2 ld.exe'
11187   shlibpath_var=LIBPATH
11188   ;;
11189
11190 osf3* | osf4* | osf5*)
11191   version_type=osf
11192   need_lib_prefix=no
11193   need_version=no
11194   soname_spec='${libname}${release}${shared_ext}$major'
11195   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11196   shlibpath_var=LD_LIBRARY_PATH
11197   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11198   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11199   ;;
11200
11201 rdos*)
11202   dynamic_linker=no
11203   ;;
11204
11205 solaris*)
11206   version_type=linux
11207   need_lib_prefix=no
11208   need_version=no
11209   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11210   soname_spec='${libname}${release}${shared_ext}$major'
11211   shlibpath_var=LD_LIBRARY_PATH
11212   shlibpath_overrides_runpath=yes
11213   hardcode_into_libs=yes
11214   # ldd complains unless libraries are executable
11215   postinstall_cmds='chmod +x $lib'
11216   ;;
11217
11218 sunos4*)
11219   version_type=sunos
11220   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11221   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11222   shlibpath_var=LD_LIBRARY_PATH
11223   shlibpath_overrides_runpath=yes
11224   if test "$with_gnu_ld" = yes; then
11225     need_lib_prefix=no
11226   fi
11227   need_version=yes
11228   ;;
11229
11230 sysv4 | sysv4.3*)
11231   version_type=linux
11232   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11233   soname_spec='${libname}${release}${shared_ext}$major'
11234   shlibpath_var=LD_LIBRARY_PATH
11235   case $host_vendor in
11236     sni)
11237       shlibpath_overrides_runpath=no
11238       need_lib_prefix=no
11239       runpath_var=LD_RUN_PATH
11240       ;;
11241     siemens)
11242       need_lib_prefix=no
11243       ;;
11244     motorola)
11245       need_lib_prefix=no
11246       need_version=no
11247       shlibpath_overrides_runpath=no
11248       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11249       ;;
11250   esac
11251   ;;
11252
11253 sysv4*MP*)
11254   if test -d /usr/nec ;then
11255     version_type=linux
11256     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11257     soname_spec='$libname${shared_ext}.$major'
11258     shlibpath_var=LD_LIBRARY_PATH
11259   fi
11260   ;;
11261
11262 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11263   version_type=freebsd-elf
11264   need_lib_prefix=no
11265   need_version=no
11266   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11267   soname_spec='${libname}${release}${shared_ext}$major'
11268   shlibpath_var=LD_LIBRARY_PATH
11269   shlibpath_overrides_runpath=yes
11270   hardcode_into_libs=yes
11271   if test "$with_gnu_ld" = yes; then
11272     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11273   else
11274     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11275     case $host_os in
11276       sco3.2v5*)
11277         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11278         ;;
11279     esac
11280   fi
11281   sys_lib_dlsearch_path_spec='/usr/lib'
11282   ;;
11283
11284 tpf*)
11285   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11286   version_type=linux
11287   need_lib_prefix=no
11288   need_version=no
11289   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11290   shlibpath_var=LD_LIBRARY_PATH
11291   shlibpath_overrides_runpath=no
11292   hardcode_into_libs=yes
11293   ;;
11294
11295 uts4*)
11296   version_type=linux
11297   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11298   soname_spec='${libname}${release}${shared_ext}$major'
11299   shlibpath_var=LD_LIBRARY_PATH
11300   ;;
11301
11302 *)
11303   dynamic_linker=no
11304   ;;
11305 esac
11306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11307 $as_echo "$dynamic_linker" >&6; }
11308 test "$dynamic_linker" = no && can_build_shared=no
11309
11310 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11311 if test "$GCC" = yes; then
11312   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11313 fi
11314
11315 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11316   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11317 fi
11318 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11319   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11320 fi
11321
11322
11323
11324
11325
11326
11327
11328
11329
11330
11331
11332
11333
11334
11335
11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
11346
11347
11348
11349
11350
11351
11352
11353
11354
11355
11356
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
11382
11383
11384
11385
11386
11387
11388
11389
11390
11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
11413   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11414 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11415 hardcode_action=
11416 if test -n "$hardcode_libdir_flag_spec" ||
11417    test -n "$runpath_var" ||
11418    test "X$hardcode_automatic" = "Xyes" ; then
11419
11420   # We can hardcode non-existent directories.
11421   if test "$hardcode_direct" != no &&
11422      # If the only mechanism to avoid hardcoding is shlibpath_var, we
11423      # have to relink, otherwise we might link with an installed library
11424      # when we should be linking with a yet-to-be-installed one
11425      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11426      test "$hardcode_minus_L" != no; then
11427     # Linking always hardcodes the temporary library directory.
11428     hardcode_action=relink
11429   else
11430     # We can link without hardcoding, and we can hardcode nonexisting dirs.
11431     hardcode_action=immediate
11432   fi
11433 else
11434   # We cannot hardcode anything, or else we can only hardcode existing
11435   # directories.
11436   hardcode_action=unsupported
11437 fi
11438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11439 $as_echo "$hardcode_action" >&6; }
11440
11441 if test "$hardcode_action" = relink ||
11442    test "$inherit_rpath" = yes; then
11443   # Fast installation is not supported
11444   enable_fast_install=no
11445 elif test "$shlibpath_overrides_runpath" = yes ||
11446      test "$enable_shared" = no; then
11447   # Fast installation is not necessary
11448   enable_fast_install=needless
11449 fi
11450
11451
11452
11453
11454
11455
11456   if test "x$enable_dlopen" != xyes; then
11457   enable_dlopen=unknown
11458   enable_dlopen_self=unknown
11459   enable_dlopen_self_static=unknown
11460 else
11461   lt_cv_dlopen=no
11462   lt_cv_dlopen_libs=
11463
11464   case $host_os in
11465   beos*)
11466     lt_cv_dlopen="load_add_on"
11467     lt_cv_dlopen_libs=
11468     lt_cv_dlopen_self=yes
11469     ;;
11470
11471   mingw* | pw32* | cegcc*)
11472     lt_cv_dlopen="LoadLibrary"
11473     lt_cv_dlopen_libs=
11474     ;;
11475
11476   cygwin*)
11477     lt_cv_dlopen="dlopen"
11478     lt_cv_dlopen_libs=
11479     ;;
11480
11481   darwin*)
11482   # if libdl is installed we need to link against it
11483     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11484 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11485 if ${ac_cv_lib_dl_dlopen+:} false; then :
11486   $as_echo_n "(cached) " >&6
11487 else
11488   ac_check_lib_save_LIBS=$LIBS
11489 LIBS="-ldl  $LIBS"
11490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11491 /* end confdefs.h.  */
11492
11493 /* Override any GCC internal prototype to avoid an error.
11494    Use char because int might match the return type of a GCC
11495    builtin and then its argument prototype would still apply.  */
11496 #ifdef __cplusplus
11497 extern "C"
11498 #endif
11499 char dlopen ();
11500 int
11501 main ()
11502 {
11503 return dlopen ();
11504   ;
11505   return 0;
11506 }
11507 _ACEOF
11508 if ac_fn_c_try_link "$LINENO"; then :
11509   ac_cv_lib_dl_dlopen=yes
11510 else
11511   ac_cv_lib_dl_dlopen=no
11512 fi
11513 rm -f core conftest.err conftest.$ac_objext \
11514     conftest$ac_exeext conftest.$ac_ext
11515 LIBS=$ac_check_lib_save_LIBS
11516 fi
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11518 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11519 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11520   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11521 else
11522
11523     lt_cv_dlopen="dyld"
11524     lt_cv_dlopen_libs=
11525     lt_cv_dlopen_self=yes
11526
11527 fi
11528
11529     ;;
11530
11531   *)
11532     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11533 if test "x$ac_cv_func_shl_load" = xyes; then :
11534   lt_cv_dlopen="shl_load"
11535 else
11536   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11537 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11538 if ${ac_cv_lib_dld_shl_load+:} false; then :
11539   $as_echo_n "(cached) " >&6
11540 else
11541   ac_check_lib_save_LIBS=$LIBS
11542 LIBS="-ldld  $LIBS"
11543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11544 /* end confdefs.h.  */
11545
11546 /* Override any GCC internal prototype to avoid an error.
11547    Use char because int might match the return type of a GCC
11548    builtin and then its argument prototype would still apply.  */
11549 #ifdef __cplusplus
11550 extern "C"
11551 #endif
11552 char shl_load ();
11553 int
11554 main ()
11555 {
11556 return shl_load ();
11557   ;
11558   return 0;
11559 }
11560 _ACEOF
11561 if ac_fn_c_try_link "$LINENO"; then :
11562   ac_cv_lib_dld_shl_load=yes
11563 else
11564   ac_cv_lib_dld_shl_load=no
11565 fi
11566 rm -f core conftest.err conftest.$ac_objext \
11567     conftest$ac_exeext conftest.$ac_ext
11568 LIBS=$ac_check_lib_save_LIBS
11569 fi
11570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11571 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11572 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11573   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11574 else
11575   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11576 if test "x$ac_cv_func_dlopen" = xyes; then :
11577   lt_cv_dlopen="dlopen"
11578 else
11579   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11580 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11581 if ${ac_cv_lib_dl_dlopen+:} false; then :
11582   $as_echo_n "(cached) " >&6
11583 else
11584   ac_check_lib_save_LIBS=$LIBS
11585 LIBS="-ldl  $LIBS"
11586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11587 /* end confdefs.h.  */
11588
11589 /* Override any GCC internal prototype to avoid an error.
11590    Use char because int might match the return type of a GCC
11591    builtin and then its argument prototype would still apply.  */
11592 #ifdef __cplusplus
11593 extern "C"
11594 #endif
11595 char dlopen ();
11596 int
11597 main ()
11598 {
11599 return dlopen ();
11600   ;
11601   return 0;
11602 }
11603 _ACEOF
11604 if ac_fn_c_try_link "$LINENO"; then :
11605   ac_cv_lib_dl_dlopen=yes
11606 else
11607   ac_cv_lib_dl_dlopen=no
11608 fi
11609 rm -f core conftest.err conftest.$ac_objext \
11610     conftest$ac_exeext conftest.$ac_ext
11611 LIBS=$ac_check_lib_save_LIBS
11612 fi
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11614 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11615 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11616   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11617 else
11618   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11619 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11620 if ${ac_cv_lib_svld_dlopen+:} false; then :
11621   $as_echo_n "(cached) " >&6
11622 else
11623   ac_check_lib_save_LIBS=$LIBS
11624 LIBS="-lsvld  $LIBS"
11625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11626 /* end confdefs.h.  */
11627
11628 /* Override any GCC internal prototype to avoid an error.
11629    Use char because int might match the return type of a GCC
11630    builtin and then its argument prototype would still apply.  */
11631 #ifdef __cplusplus
11632 extern "C"
11633 #endif
11634 char dlopen ();
11635 int
11636 main ()
11637 {
11638 return dlopen ();
11639   ;
11640   return 0;
11641 }
11642 _ACEOF
11643 if ac_fn_c_try_link "$LINENO"; then :
11644   ac_cv_lib_svld_dlopen=yes
11645 else
11646   ac_cv_lib_svld_dlopen=no
11647 fi
11648 rm -f core conftest.err conftest.$ac_objext \
11649     conftest$ac_exeext conftest.$ac_ext
11650 LIBS=$ac_check_lib_save_LIBS
11651 fi
11652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11653 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11654 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11655   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11656 else
11657   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11658 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11659 if ${ac_cv_lib_dld_dld_link+:} false; then :
11660   $as_echo_n "(cached) " >&6
11661 else
11662   ac_check_lib_save_LIBS=$LIBS
11663 LIBS="-ldld  $LIBS"
11664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11665 /* end confdefs.h.  */
11666
11667 /* Override any GCC internal prototype to avoid an error.
11668    Use char because int might match the return type of a GCC
11669    builtin and then its argument prototype would still apply.  */
11670 #ifdef __cplusplus
11671 extern "C"
11672 #endif
11673 char dld_link ();
11674 int
11675 main ()
11676 {
11677 return dld_link ();
11678   ;
11679   return 0;
11680 }
11681 _ACEOF
11682 if ac_fn_c_try_link "$LINENO"; then :
11683   ac_cv_lib_dld_dld_link=yes
11684 else
11685   ac_cv_lib_dld_dld_link=no
11686 fi
11687 rm -f core conftest.err conftest.$ac_objext \
11688     conftest$ac_exeext conftest.$ac_ext
11689 LIBS=$ac_check_lib_save_LIBS
11690 fi
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11692 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11693 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11694   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11695 fi
11696
11697
11698 fi
11699
11700
11701 fi
11702
11703
11704 fi
11705
11706
11707 fi
11708
11709
11710 fi
11711
11712     ;;
11713   esac
11714
11715   if test "x$lt_cv_dlopen" != xno; then
11716     enable_dlopen=yes
11717   else
11718     enable_dlopen=no
11719   fi
11720
11721   case $lt_cv_dlopen in
11722   dlopen)
11723     save_CPPFLAGS="$CPPFLAGS"
11724     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11725
11726     save_LDFLAGS="$LDFLAGS"
11727     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11728
11729     save_LIBS="$LIBS"
11730     LIBS="$lt_cv_dlopen_libs $LIBS"
11731
11732     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11733 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11734 if ${lt_cv_dlopen_self+:} false; then :
11735   $as_echo_n "(cached) " >&6
11736 else
11737           if test "$cross_compiling" = yes; then :
11738   lt_cv_dlopen_self=cross
11739 else
11740   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11741   lt_status=$lt_dlunknown
11742   cat > conftest.$ac_ext <<_LT_EOF
11743 #line 11743 "configure"
11744 #include "confdefs.h"
11745
11746 #if HAVE_DLFCN_H
11747 #include <dlfcn.h>
11748 #endif
11749
11750 #include <stdio.h>
11751
11752 #ifdef RTLD_GLOBAL
11753 #  define LT_DLGLOBAL           RTLD_GLOBAL
11754 #else
11755 #  ifdef DL_GLOBAL
11756 #    define LT_DLGLOBAL         DL_GLOBAL
11757 #  else
11758 #    define LT_DLGLOBAL         0
11759 #  endif
11760 #endif
11761
11762 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11763    find out it does not work in some platform. */
11764 #ifndef LT_DLLAZY_OR_NOW
11765 #  ifdef RTLD_LAZY
11766 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11767 #  else
11768 #    ifdef DL_LAZY
11769 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11770 #    else
11771 #      ifdef RTLD_NOW
11772 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11773 #      else
11774 #        ifdef DL_NOW
11775 #          define LT_DLLAZY_OR_NOW      DL_NOW
11776 #        else
11777 #          define LT_DLLAZY_OR_NOW      0
11778 #        endif
11779 #      endif
11780 #    endif
11781 #  endif
11782 #endif
11783
11784 /* When -fvisbility=hidden is used, assume the code has been annotated
11785    correspondingly for the symbols needed.  */
11786 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11787 void fnord () __attribute__((visibility("default")));
11788 #endif
11789
11790 void fnord () { int i=42; }
11791 int main ()
11792 {
11793   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11794   int status = $lt_dlunknown;
11795
11796   if (self)
11797     {
11798       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11799       else
11800         {
11801           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11802           else puts (dlerror ());
11803         }
11804       /* dlclose (self); */
11805     }
11806   else
11807     puts (dlerror ());
11808
11809   return status;
11810 }
11811 _LT_EOF
11812   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11813   (eval $ac_link) 2>&5
11814   ac_status=$?
11815   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11816   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11817     (./conftest; exit; ) >&5 2>/dev/null
11818     lt_status=$?
11819     case x$lt_status in
11820       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11821       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11822       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11823     esac
11824   else :
11825     # compilation failed
11826     lt_cv_dlopen_self=no
11827   fi
11828 fi
11829 rm -fr conftest*
11830
11831
11832 fi
11833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11834 $as_echo "$lt_cv_dlopen_self" >&6; }
11835
11836     if test "x$lt_cv_dlopen_self" = xyes; then
11837       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11838       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11839 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11840 if ${lt_cv_dlopen_self_static+:} false; then :
11841   $as_echo_n "(cached) " >&6
11842 else
11843           if test "$cross_compiling" = yes; then :
11844   lt_cv_dlopen_self_static=cross
11845 else
11846   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11847   lt_status=$lt_dlunknown
11848   cat > conftest.$ac_ext <<_LT_EOF
11849 #line 11849 "configure"
11850 #include "confdefs.h"
11851
11852 #if HAVE_DLFCN_H
11853 #include <dlfcn.h>
11854 #endif
11855
11856 #include <stdio.h>
11857
11858 #ifdef RTLD_GLOBAL
11859 #  define LT_DLGLOBAL           RTLD_GLOBAL
11860 #else
11861 #  ifdef DL_GLOBAL
11862 #    define LT_DLGLOBAL         DL_GLOBAL
11863 #  else
11864 #    define LT_DLGLOBAL         0
11865 #  endif
11866 #endif
11867
11868 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11869    find out it does not work in some platform. */
11870 #ifndef LT_DLLAZY_OR_NOW
11871 #  ifdef RTLD_LAZY
11872 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11873 #  else
11874 #    ifdef DL_LAZY
11875 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11876 #    else
11877 #      ifdef RTLD_NOW
11878 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11879 #      else
11880 #        ifdef DL_NOW
11881 #          define LT_DLLAZY_OR_NOW      DL_NOW
11882 #        else
11883 #          define LT_DLLAZY_OR_NOW      0
11884 #        endif
11885 #      endif
11886 #    endif
11887 #  endif
11888 #endif
11889
11890 /* When -fvisbility=hidden is used, assume the code has been annotated
11891    correspondingly for the symbols needed.  */
11892 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11893 void fnord () __attribute__((visibility("default")));
11894 #endif
11895
11896 void fnord () { int i=42; }
11897 int main ()
11898 {
11899   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11900   int status = $lt_dlunknown;
11901
11902   if (self)
11903     {
11904       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11905       else
11906         {
11907           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11908           else puts (dlerror ());
11909         }
11910       /* dlclose (self); */
11911     }
11912   else
11913     puts (dlerror ());
11914
11915   return status;
11916 }
11917 _LT_EOF
11918   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11919   (eval $ac_link) 2>&5
11920   ac_status=$?
11921   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11922   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11923     (./conftest; exit; ) >&5 2>/dev/null
11924     lt_status=$?
11925     case x$lt_status in
11926       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11927       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11928       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11929     esac
11930   else :
11931     # compilation failed
11932     lt_cv_dlopen_self_static=no
11933   fi
11934 fi
11935 rm -fr conftest*
11936
11937
11938 fi
11939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11940 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11941     fi
11942
11943     CPPFLAGS="$save_CPPFLAGS"
11944     LDFLAGS="$save_LDFLAGS"
11945     LIBS="$save_LIBS"
11946     ;;
11947   esac
11948
11949   case $lt_cv_dlopen_self in
11950   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11951   *) enable_dlopen_self=unknown ;;
11952   esac
11953
11954   case $lt_cv_dlopen_self_static in
11955   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11956   *) enable_dlopen_self_static=unknown ;;
11957   esac
11958 fi
11959
11960
11961
11962
11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976 striplib=
11977 old_striplib=
11978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11979 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11980 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11981   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11982   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11983   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11984 $as_echo "yes" >&6; }
11985 else
11986 # FIXME - insert some real tests, host_os isn't really good enough
11987   case $host_os in
11988   darwin*)
11989     if test -n "$STRIP" ; then
11990       striplib="$STRIP -x"
11991       old_striplib="$STRIP -S"
11992       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11993 $as_echo "yes" >&6; }
11994     else
11995       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11996 $as_echo "no" >&6; }
11997     fi
11998     ;;
11999   *)
12000     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12001 $as_echo "no" >&6; }
12002     ;;
12003   esac
12004 fi
12005
12006
12007
12008
12009
12010
12011
12012
12013
12014
12015
12016
12017   # Report which library types will actually be built
12018   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12019 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12020   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12021 $as_echo "$can_build_shared" >&6; }
12022
12023   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12024 $as_echo_n "checking whether to build shared libraries... " >&6; }
12025   test "$can_build_shared" = "no" && enable_shared=no
12026
12027   # On AIX, shared libraries and static libraries use the same namespace, and
12028   # are all built from PIC.
12029   case $host_os in
12030   aix3*)
12031     test "$enable_shared" = yes && enable_static=no
12032     if test -n "$RANLIB"; then
12033       archive_cmds="$archive_cmds~\$RANLIB \$lib"
12034       postinstall_cmds='$RANLIB $lib'
12035     fi
12036     ;;
12037
12038   aix[4-9]*)
12039     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12040       test "$enable_shared" = yes && enable_static=no
12041     fi
12042     ;;
12043   esac
12044   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12045 $as_echo "$enable_shared" >&6; }
12046
12047   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12048 $as_echo_n "checking whether to build static libraries... " >&6; }
12049   # Make sure either enable_shared or enable_static is yes.
12050   test "$enable_shared" = yes || enable_static=yes
12051   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12052 $as_echo "$enable_static" >&6; }
12053
12054
12055
12056
12057 fi
12058 ac_ext=c
12059 ac_cpp='$CPP $CPPFLAGS'
12060 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12061 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12062 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12063
12064 CC="$lt_save_CC"
12065
12066
12067
12068
12069
12070
12071
12072
12073
12074
12075
12076
12077
12078         ac_config_commands="$ac_config_commands libtool"
12079
12080
12081
12082
12083 # Only expand once:
12084
12085
12086
12087 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
12088
12089 # The tests for host and target for $enable_largefile require
12090 # canonical names.
12091
12092
12093
12094 # As the $enable_largefile decision depends on --enable-plugins we must set it
12095 # even in directories otherwise not depending on the $plugins option.
12096
12097
12098   maybe_plugins=no
12099   for ac_header in dlfcn.h
12100 do :
12101   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
12102 "
12103 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
12104   cat >>confdefs.h <<_ACEOF
12105 #define HAVE_DLFCN_H 1
12106 _ACEOF
12107  maybe_plugins=yes
12108 fi
12109
12110 done
12111
12112   for ac_header in windows.h
12113 do :
12114   ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
12115 "
12116 if test "x$ac_cv_header_windows_h" = xyes; then :
12117   cat >>confdefs.h <<_ACEOF
12118 #define HAVE_WINDOWS_H 1
12119 _ACEOF
12120  maybe_plugins=yes
12121 fi
12122
12123 done
12124
12125
12126   # Check whether --enable-plugins was given.
12127 if test "${enable_plugins+set}" = set; then :
12128   enableval=$enable_plugins; case "${enableval}" in
12129       no) plugins=no ;;
12130       *) plugins=yes
12131          if test "$maybe_plugins" != "yes" ; then
12132            as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
12133          fi ;;
12134      esac
12135 else
12136   plugins=$maybe_plugins
12137
12138 fi
12139
12140   if test "$plugins" = "yes"; then
12141     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
12142 $as_echo_n "checking for library containing dlsym... " >&6; }
12143 if ${ac_cv_search_dlsym+:} false; then :
12144   $as_echo_n "(cached) " >&6
12145 else
12146   ac_func_search_save_LIBS=$LIBS
12147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12148 /* end confdefs.h.  */
12149
12150 /* Override any GCC internal prototype to avoid an error.
12151    Use char because int might match the return type of a GCC
12152    builtin and then its argument prototype would still apply.  */
12153 #ifdef __cplusplus
12154 extern "C"
12155 #endif
12156 char dlsym ();
12157 int
12158 main ()
12159 {
12160 return dlsym ();
12161   ;
12162   return 0;
12163 }
12164 _ACEOF
12165 for ac_lib in '' dl; do
12166   if test -z "$ac_lib"; then
12167     ac_res="none required"
12168   else
12169     ac_res=-l$ac_lib
12170     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12171   fi
12172   if ac_fn_c_try_link "$LINENO"; then :
12173   ac_cv_search_dlsym=$ac_res
12174 fi
12175 rm -f core conftest.err conftest.$ac_objext \
12176     conftest$ac_exeext
12177   if ${ac_cv_search_dlsym+:} false; then :
12178   break
12179 fi
12180 done
12181 if ${ac_cv_search_dlsym+:} false; then :
12182
12183 else
12184   ac_cv_search_dlsym=no
12185 fi
12186 rm conftest.$ac_ext
12187 LIBS=$ac_func_search_save_LIBS
12188 fi
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
12190 $as_echo "$ac_cv_search_dlsym" >&6; }
12191 ac_res=$ac_cv_search_dlsym
12192 if test "$ac_res" != no; then :
12193   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12194
12195 fi
12196
12197   fi
12198
12199
12200 case "${host}" in
12201   sparc-*-solaris*|i[3-7]86-*-solaris*)
12202     # On native 32bit sparc and ia32 solaris, large-file and procfs support
12203     # are mutually exclusive; and without procfs support, the bfd/ elf module
12204     # cannot provide certain routines such as elfcore_write_prpsinfo
12205     # or elfcore_write_prstatus.  So unless the user explicitly requested
12206     # large-file support through the --enable-largefile switch, disable
12207     # large-file support in favor of procfs support.
12208     test "${target}" = "${host}" -a "x$plugins" = xno \
12209       && : ${enable_largefile="no"}
12210     ;;
12211 esac
12212
12213 # Check whether --enable-largefile was given.
12214 if test "${enable_largefile+set}" = set; then :
12215   enableval=$enable_largefile;
12216 fi
12217
12218 if test "$enable_largefile" != no; then
12219
12220   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
12221 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
12222 if ${ac_cv_sys_largefile_CC+:} false; then :
12223   $as_echo_n "(cached) " >&6
12224 else
12225   ac_cv_sys_largefile_CC=no
12226      if test "$GCC" != yes; then
12227        ac_save_CC=$CC
12228        while :; do
12229          # IRIX 6.2 and later do not support large files by default,
12230          # so use the C compiler's -n32 option if that helps.
12231          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12232 /* end confdefs.h.  */
12233 #include <sys/types.h>
12234  /* Check that off_t can represent 2**63 - 1 correctly.
12235     We can't simply define LARGE_OFF_T to be 9223372036854775807,
12236     since some C++ compilers masquerading as C compilers
12237     incorrectly reject 9223372036854775807.  */
12238 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
12239   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12240                        && LARGE_OFF_T % 2147483647 == 1)
12241                       ? 1 : -1];
12242 int
12243 main ()
12244 {
12245
12246   ;
12247   return 0;
12248 }
12249 _ACEOF
12250          if ac_fn_c_try_compile "$LINENO"; then :
12251   break
12252 fi
12253 rm -f core conftest.err conftest.$ac_objext
12254          CC="$CC -n32"
12255          if ac_fn_c_try_compile "$LINENO"; then :
12256   ac_cv_sys_largefile_CC=' -n32'; break
12257 fi
12258 rm -f core conftest.err conftest.$ac_objext
12259          break
12260        done
12261        CC=$ac_save_CC
12262        rm -f conftest.$ac_ext
12263     fi
12264 fi
12265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
12266 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
12267   if test "$ac_cv_sys_largefile_CC" != no; then
12268     CC=$CC$ac_cv_sys_largefile_CC
12269   fi
12270
12271   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
12272 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
12273 if ${ac_cv_sys_file_offset_bits+:} false; then :
12274   $as_echo_n "(cached) " >&6
12275 else
12276   while :; do
12277   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12278 /* end confdefs.h.  */
12279 #include <sys/types.h>
12280  /* Check that off_t can represent 2**63 - 1 correctly.
12281     We can't simply define LARGE_OFF_T to be 9223372036854775807,
12282     since some C++ compilers masquerading as C compilers
12283     incorrectly reject 9223372036854775807.  */
12284 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
12285   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12286                        && LARGE_OFF_T % 2147483647 == 1)
12287                       ? 1 : -1];
12288 int
12289 main ()
12290 {
12291
12292   ;
12293   return 0;
12294 }
12295 _ACEOF
12296 if ac_fn_c_try_compile "$LINENO"; then :
12297   ac_cv_sys_file_offset_bits=no; break
12298 fi
12299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12300   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12301 /* end confdefs.h.  */
12302 #define _FILE_OFFSET_BITS 64
12303 #include <sys/types.h>
12304  /* Check that off_t can represent 2**63 - 1 correctly.
12305     We can't simply define LARGE_OFF_T to be 9223372036854775807,
12306     since some C++ compilers masquerading as C compilers
12307     incorrectly reject 9223372036854775807.  */
12308 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
12309   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12310                        && LARGE_OFF_T % 2147483647 == 1)
12311                       ? 1 : -1];
12312 int
12313 main ()
12314 {
12315
12316   ;
12317   return 0;
12318 }
12319 _ACEOF
12320 if ac_fn_c_try_compile "$LINENO"; then :
12321   ac_cv_sys_file_offset_bits=64; break
12322 fi
12323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12324   ac_cv_sys_file_offset_bits=unknown
12325   break
12326 done
12327 fi
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12329 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12330 case $ac_cv_sys_file_offset_bits in #(
12331   no | unknown) ;;
12332   *)
12333 cat >>confdefs.h <<_ACEOF
12334 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12335 _ACEOF
12336 ;;
12337 esac
12338 rm -rf conftest*
12339   if test $ac_cv_sys_file_offset_bits = unknown; then
12340     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12341 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
12342 if ${ac_cv_sys_large_files+:} false; then :
12343   $as_echo_n "(cached) " >&6
12344 else
12345   while :; do
12346   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12347 /* end confdefs.h.  */
12348 #include <sys/types.h>
12349  /* Check that off_t can represent 2**63 - 1 correctly.
12350     We can't simply define LARGE_OFF_T to be 9223372036854775807,
12351     since some C++ compilers masquerading as C compilers
12352     incorrectly reject 9223372036854775807.  */
12353 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
12354   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12355                        && LARGE_OFF_T % 2147483647 == 1)
12356                       ? 1 : -1];
12357 int
12358 main ()
12359 {
12360
12361   ;
12362   return 0;
12363 }
12364 _ACEOF
12365 if ac_fn_c_try_compile "$LINENO"; then :
12366   ac_cv_sys_large_files=no; break
12367 fi
12368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12369   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12370 /* end confdefs.h.  */
12371 #define _LARGE_FILES 1
12372 #include <sys/types.h>
12373  /* Check that off_t can represent 2**63 - 1 correctly.
12374     We can't simply define LARGE_OFF_T to be 9223372036854775807,
12375     since some C++ compilers masquerading as C compilers
12376     incorrectly reject 9223372036854775807.  */
12377 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
12378   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12379                        && LARGE_OFF_T % 2147483647 == 1)
12380                       ? 1 : -1];
12381 int
12382 main ()
12383 {
12384
12385   ;
12386   return 0;
12387 }
12388 _ACEOF
12389 if ac_fn_c_try_compile "$LINENO"; then :
12390   ac_cv_sys_large_files=1; break
12391 fi
12392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12393   ac_cv_sys_large_files=unknown
12394   break
12395 done
12396 fi
12397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12398 $as_echo "$ac_cv_sys_large_files" >&6; }
12399 case $ac_cv_sys_large_files in #(
12400   no | unknown) ;;
12401   *)
12402 cat >>confdefs.h <<_ACEOF
12403 #define _LARGE_FILES $ac_cv_sys_large_files
12404 _ACEOF
12405 ;;
12406 esac
12407 rm -rf conftest*
12408   fi
12409
12410
12411 fi
12412
12413
12414
12415  if test "$plugins" = "yes"; then
12416   PLUGINS_TRUE=
12417   PLUGINS_FALSE='#'
12418 else
12419   PLUGINS_TRUE='#'
12420   PLUGINS_FALSE=
12421 fi
12422
12423
12424 # Check whether --enable-64-bit-bfd was given.
12425 if test "${enable_64_bit_bfd+set}" = set; then :
12426   enableval=$enable_64_bit_bfd; case "${enableval}" in
12427   yes)  want64=true  ;;
12428   no)   want64=false ;;
12429   *)    as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
12430 esac
12431 else
12432   want64=false
12433 fi
12434
12435 # Check whether --enable-targets was given.
12436 if test "${enable_targets+set}" = set; then :
12437   enableval=$enable_targets; case "${enableval}" in
12438   yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
12439             ;;
12440   no)       enable_targets= ;;
12441   *)        enable_targets=$enableval ;;
12442 esac
12443 fi
12444
12445 # Check whether --enable-64_bit_archive was given.
12446 if test "${enable_64_bit_archive+set}" = set; then :
12447   enableval=$enable_64_bit_archive; case "${enableval}" in
12448   yes)  want_64_bit_archive=true  ;;
12449   no)   want_64_bit_archive=false ;;
12450   *)    as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
12451 esac
12452 else
12453   want_64_bit_archive=unset
12454 fi
12455
12456
12457 # Check whether --with-mmap was given.
12458 if test "${with_mmap+set}" = set; then :
12459   withval=$with_mmap; case "${withval}" in
12460   yes)  want_mmap=true ;;
12461   no)   want_mmap=false ;;
12462   *)    as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
12463 esac
12464 else
12465   want_mmap=false
12466 fi
12467
12468 # Check whether --enable-secureplt was given.
12469 if test "${enable_secureplt+set}" = set; then :
12470   enableval=$enable_secureplt; case "${enableval}" in
12471   yes)  use_secureplt=true  ;;
12472   no)   use_secureplt=false ;;
12473   *)    as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
12474 esac
12475 else
12476   use_secureplt=true
12477 fi
12478 if test $use_secureplt = true; then
12479
12480 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
12481
12482 fi
12483
12484 # Decide if -z separate-code should be enabled in ELF linker by default.
12485 ac_default_ld_z_separate_code=unset
12486 # Check whether --enable-separate-code was given.
12487 if test "${enable_separate_code+set}" = set; then :
12488   enableval=$enable_separate_code; case "${enableval}" in
12489   yes) ac_default_ld_z_separate_code=1 ;;
12490   no) ac_default_ld_z_separate_code=0 ;;
12491 esac
12492 fi
12493
12494 # Enable -z separate-code by default for Linux/x86.
12495 case "${target}" in
12496 i[3-7]86-*-linux-* | x86_64-*-linux-*)
12497   if test ${ac_default_ld_z_separate_code} = unset; then
12498     ac_default_ld_z_separate_code=1
12499   fi
12500   ;;
12501 esac
12502 if test "${ac_default_ld_z_separate_code}" = unset; then
12503   ac_default_ld_z_separate_code=0
12504 fi
12505
12506 cat >>confdefs.h <<_ACEOF
12507 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
12508 _ACEOF
12509
12510
12511 # Check whether --enable-leading-mingw64-underscores was given.
12512 if test "${enable_leading_mingw64_underscores+set}" = set; then :
12513   enableval=$enable_leading_mingw64_underscores;
12514 fi
12515
12516 if  test x"$enable_leading_mingw64_underscores" = xyes ; then :
12517
12518 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12519
12520 fi
12521
12522 DEBUGDIR=${libdir}/debug
12523
12524 # Check whether --with-separate-debug-dir was given.
12525 if test "${with_separate_debug_dir+set}" = set; then :
12526   withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12527 fi
12528
12529
12530
12531
12532
12533 # Check whether --with-pkgversion was given.
12534 if test "${with_pkgversion+set}" = set; then :
12535   withval=$with_pkgversion; case "$withval" in
12536       yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
12537       no)  PKGVERSION= ;;
12538       *)   PKGVERSION="($withval) " ;;
12539      esac
12540 else
12541   PKGVERSION="(GNU Binutils) "
12542
12543 fi
12544
12545
12546
12547
12548
12549 # Check whether --with-bugurl was given.
12550 if test "${with_bugurl+set}" = set; then :
12551   withval=$with_bugurl; case "$withval" in
12552       yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
12553       no)  BUGURL=
12554            ;;
12555       *)   BUGURL="$withval"
12556            ;;
12557      esac
12558 else
12559   BUGURL="http://www.sourceware.org/bugzilla/"
12560
12561 fi
12562
12563   case ${BUGURL} in
12564   "")
12565     REPORT_BUGS_TO=
12566     REPORT_BUGS_TEXI=
12567     ;;
12568   *)
12569     REPORT_BUGS_TO="<$BUGURL>"
12570     REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12571     ;;
12572   esac;
12573
12574
12575
12576
12577
12578 # Set the 'development' global.
12579 . $srcdir/../bfd/development.sh
12580
12581 # Set acp_cpp_for_build variable
12582 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12583
12584 # Default set of GCC warnings to enable.
12585 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12586 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12587
12588 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12590 /* end confdefs.h.  */
12591 __GNUC__
12592 _ACEOF
12593 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12594   $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12595
12596 else
12597   GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12598 fi
12599 rm -f conftest*
12600
12601
12602 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12604 /* end confdefs.h.  */
12605 __GNUC__
12606 _ACEOF
12607 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12608   $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12609
12610 else
12611   GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12612 fi
12613 rm -f conftest*
12614
12615
12616 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12617 WARN_WRITE_STRINGS=""
12618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12619 /* end confdefs.h.  */
12620 __GNUC__
12621 _ACEOF
12622 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12623   $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12624
12625 else
12626   WARN_WRITE_STRINGS="-Wwrite-strings"
12627 fi
12628 rm -f conftest*
12629
12630
12631 # Verify CC_FOR_BUILD to be compatible with warning flags
12632
12633 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12635 /* end confdefs.h.  */
12636 __GNUC__
12637 _ACEOF
12638 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12639   $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12640
12641 else
12642   GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12643 fi
12644 rm -f conftest*
12645
12646
12647 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12649 /* end confdefs.h.  */
12650 __GNUC__
12651 _ACEOF
12652 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12653   $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12654
12655 else
12656   GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12657 fi
12658 rm -f conftest*
12659
12660
12661 # Check whether --enable-werror was given.
12662 if test "${enable_werror+set}" = set; then :
12663   enableval=$enable_werror; case "${enableval}" in
12664      yes | y) ERROR_ON_WARNING="yes" ;;
12665      no | n)  ERROR_ON_WARNING="no" ;;
12666      *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12667    esac
12668 fi
12669
12670
12671 # Disable -Wformat by default when using gcc on mingw
12672 case "${host}" in
12673   *-*-mingw32*)
12674     if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12675       GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12676       GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12677     fi
12678     ;;
12679   *) ;;
12680 esac
12681
12682 # Enable -Werror by default when using gcc.  Turn it off for releases.
12683 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12684     ERROR_ON_WARNING=yes
12685 fi
12686
12687 NO_WERROR=
12688 if test "${ERROR_ON_WARNING}" = yes ; then
12689     GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12690     GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12691     NO_WERROR="-Wno-error"
12692 fi
12693
12694 if test "${GCC}" = yes ; then
12695   WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12696   WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12697 fi
12698
12699 # Check whether --enable-build-warnings was given.
12700 if test "${enable_build_warnings+set}" = set; then :
12701   enableval=$enable_build_warnings; case "${enableval}" in
12702   yes)  WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12703         WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12704   no)   if test "${GCC}" = yes ; then
12705           WARN_CFLAGS="-w"
12706       WARN_CFLAGS_FOR_BUILD="-w"
12707         fi;;
12708   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
12709         WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12710         WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12711   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
12712         WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12713         WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12714   *)    WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12715         WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12716 esac
12717 fi
12718
12719
12720 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12721   echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12722 fi
12723
12724
12725
12726
12727
12728
12729
12730 ac_config_headers="$ac_config_headers config.h:config.in"
12731
12732
12733 # PR 14072
12734
12735
12736 if test -z "$target" ; then
12737     as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12738 fi
12739
12740
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12742 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12743     # Check whether --enable-maintainer-mode was given.
12744 if test "${enable_maintainer_mode+set}" = set; then :
12745   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12746 else
12747   USE_MAINTAINER_MODE=no
12748 fi
12749
12750   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12751 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12752    if test $USE_MAINTAINER_MODE = yes; then
12753   MAINTAINER_MODE_TRUE=
12754   MAINTAINER_MODE_FALSE='#'
12755 else
12756   MAINTAINER_MODE_TRUE='#'
12757   MAINTAINER_MODE_FALSE=
12758 fi
12759
12760   MAINT=$MAINTAINER_MODE_TRUE
12761
12762
12763  if false; then
12764   GENINSRC_NEVER_TRUE=
12765   GENINSRC_NEVER_FALSE='#'
12766 else
12767   GENINSRC_NEVER_TRUE='#'
12768   GENINSRC_NEVER_FALSE=
12769 fi
12770
12771  case ${build_alias} in
12772   "") build_noncanonical=${build} ;;
12773   *) build_noncanonical=${build_alias} ;;
12774 esac
12775
12776  case ${host_alias} in
12777   "") host_noncanonical=${build_noncanonical} ;;
12778   *) host_noncanonical=${host_alias} ;;
12779 esac
12780
12781  case ${target_alias} in
12782   "") target_noncanonical=${host_noncanonical} ;;
12783   *) target_noncanonical=${target_alias} ;;
12784 esac
12785
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12787 $as_echo_n "checking whether to install libbfd... " >&6; }
12788   # Check whether --enable-install-libbfd was given.
12789 if test "${enable_install_libbfd+set}" = set; then :
12790   enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12791 else
12792   if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12793         install_libbfd_p=yes
12794       else
12795         install_libbfd_p=no
12796       fi
12797 fi
12798
12799   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12800 $as_echo "$install_libbfd_p" >&6; }
12801    if test $install_libbfd_p = yes; then
12802   INSTALL_LIBBFD_TRUE=
12803   INSTALL_LIBBFD_FALSE='#'
12804 else
12805   INSTALL_LIBBFD_TRUE='#'
12806   INSTALL_LIBBFD_FALSE=
12807 fi
12808
12809   # Need _noncanonical variables for this.
12810
12811
12812
12813
12814   # libbfd.a is a host library containing target dependent code
12815   bfdlibdir='$(libdir)'
12816   bfdincludedir='$(includedir)'
12817   if test "${host}" != "${target}"; then
12818     bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12819     bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12820   fi
12821
12822
12823
12824
12825
12826
12827
12828
12829 host64=false
12830 target64=false
12831 bfd_default_target_size=32
12832
12833 # host stuff:
12834
12835 ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12836 # If we haven't got the data from the intl directory,
12837 # assume NLS is disabled.
12838 USE_NLS=no
12839 LIBINTL=
12840 LIBINTL_DEP=
12841 INCINTL=
12842 XGETTEXT=
12843 GMSGFMT=
12844 POSUB=
12845
12846 if test -f  ../intl/config.intl; then
12847   .  ../intl/config.intl
12848 fi
12849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12850 $as_echo_n "checking whether NLS is requested... " >&6; }
12851 if test x"$USE_NLS" != xyes; then
12852   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12853 $as_echo "no" >&6; }
12854 else
12855   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12856 $as_echo "yes" >&6; }
12857
12858 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12859
12860
12861   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12862 $as_echo_n "checking for catalogs to be installed... " >&6; }
12863   # Look for .po and .gmo files in the source directory.
12864   CATALOGS=
12865   XLINGUAS=
12866   for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12867     # If there aren't any .gmo files the shell will give us the
12868     # literal string "../path/to/srcdir/po/*.gmo" which has to be
12869     # weeded out.
12870     case "$cat" in *\**)
12871       continue;;
12872     esac
12873     # The quadruple backslash is collapsed to a double backslash
12874     # by the backticks, then collapsed again by the double quotes,
12875     # leaving us with one backslash in the sed expression (right
12876     # before the dot that mustn't act as a wildcard).
12877     cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12878     lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12879     # The user is allowed to set LINGUAS to a list of languages to
12880     # install catalogs for.  If it's empty that means "all of them."
12881     if test "x$LINGUAS" = x; then
12882       CATALOGS="$CATALOGS $cat"
12883       XLINGUAS="$XLINGUAS $lang"
12884     else
12885       case "$LINGUAS" in *$lang*)
12886         CATALOGS="$CATALOGS $cat"
12887         XLINGUAS="$XLINGUAS $lang"
12888         ;;
12889       esac
12890     fi
12891   done
12892   LINGUAS="$XLINGUAS"
12893   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12894 $as_echo "$LINGUAS" >&6; }
12895
12896
12897     DATADIRNAME=share
12898
12899   INSTOBJEXT=.mo
12900
12901   GENCAT=gencat
12902
12903   CATOBJEXT=.gmo
12904
12905 fi
12906
12907         MKINSTALLDIRS=
12908   if test -n "$ac_aux_dir"; then
12909     case "$ac_aux_dir" in
12910       /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12911       *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12912     esac
12913   fi
12914   if test -z "$MKINSTALLDIRS"; then
12915     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12916   fi
12917
12918
12919
12920   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12921 $as_echo_n "checking whether NLS is requested... " >&6; }
12922     # Check whether --enable-nls was given.
12923 if test "${enable_nls+set}" = set; then :
12924   enableval=$enable_nls; USE_NLS=$enableval
12925 else
12926   USE_NLS=yes
12927 fi
12928
12929   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12930 $as_echo "$USE_NLS" >&6; }
12931
12932
12933
12934
12935
12936
12937 # Prepare PATH_SEPARATOR.
12938 # The user is always right.
12939 if test "${PATH_SEPARATOR+set}" != set; then
12940   echo "#! /bin/sh" >conf$$.sh
12941   echo  "exit 0"   >>conf$$.sh
12942   chmod +x conf$$.sh
12943   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12944     PATH_SEPARATOR=';'
12945   else
12946     PATH_SEPARATOR=:
12947   fi
12948   rm -f conf$$.sh
12949 fi
12950
12951 # Find out how to test for executable files. Don't use a zero-byte file,
12952 # as systems may use methods other than mode bits to determine executability.
12953 cat >conf$$.file <<_ASEOF
12954 #! /bin/sh
12955 exit 0
12956 _ASEOF
12957 chmod +x conf$$.file
12958 if test -x conf$$.file >/dev/null 2>&1; then
12959   ac_executable_p="test -x"
12960 else
12961   ac_executable_p="test -f"
12962 fi
12963 rm -f conf$$.file
12964
12965 # Extract the first word of "msgfmt", so it can be a program name with args.
12966 set dummy msgfmt; ac_word=$2
12967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12968 $as_echo_n "checking for $ac_word... " >&6; }
12969 if ${ac_cv_path_MSGFMT+:} false; then :
12970   $as_echo_n "(cached) " >&6
12971 else
12972   case "$MSGFMT" in
12973   [\\/]* | ?:[\\/]*)
12974     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12975     ;;
12976   *)
12977     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12978     for ac_dir in $PATH; do
12979       IFS="$ac_save_IFS"
12980       test -z "$ac_dir" && ac_dir=.
12981       for ac_exec_ext in '' $ac_executable_extensions; do
12982         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12983           if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12984      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12985             ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12986             break 2
12987           fi
12988         fi
12989       done
12990     done
12991     IFS="$ac_save_IFS"
12992   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12993     ;;
12994 esac
12995 fi
12996 MSGFMT="$ac_cv_path_MSGFMT"
12997 if test "$MSGFMT" != ":"; then
12998   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12999 $as_echo "$MSGFMT" >&6; }
13000 else
13001   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13002 $as_echo "no" >&6; }
13003 fi
13004
13005   # Extract the first word of "gmsgfmt", so it can be a program name with args.
13006 set dummy gmsgfmt; ac_word=$2
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13008 $as_echo_n "checking for $ac_word... " >&6; }
13009 if ${ac_cv_path_GMSGFMT+:} false; then :
13010   $as_echo_n "(cached) " >&6
13011 else
13012   case $GMSGFMT in
13013   [\\/]* | ?:[\\/]*)
13014   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13015   ;;
13016   *)
13017   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13018 for as_dir in $PATH
13019 do
13020   IFS=$as_save_IFS
13021   test -z "$as_dir" && as_dir=.
13022     for ac_exec_ext in '' $ac_executable_extensions; do
13023   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13024     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13025     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13026     break 2
13027   fi
13028 done
13029   done
13030 IFS=$as_save_IFS
13031
13032   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13033   ;;
13034 esac
13035 fi
13036 GMSGFMT=$ac_cv_path_GMSGFMT
13037 if test -n "$GMSGFMT"; then
13038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13039 $as_echo "$GMSGFMT" >&6; }
13040 else
13041   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13042 $as_echo "no" >&6; }
13043 fi
13044
13045
13046
13047
13048 # Prepare PATH_SEPARATOR.
13049 # The user is always right.
13050 if test "${PATH_SEPARATOR+set}" != set; then
13051   echo "#! /bin/sh" >conf$$.sh
13052   echo  "exit 0"   >>conf$$.sh
13053   chmod +x conf$$.sh
13054   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13055     PATH_SEPARATOR=';'
13056   else
13057     PATH_SEPARATOR=:
13058   fi
13059   rm -f conf$$.sh
13060 fi
13061
13062 # Find out how to test for executable files. Don't use a zero-byte file,
13063 # as systems may use methods other than mode bits to determine executability.
13064 cat >conf$$.file <<_ASEOF
13065 #! /bin/sh
13066 exit 0
13067 _ASEOF
13068 chmod +x conf$$.file
13069 if test -x conf$$.file >/dev/null 2>&1; then
13070   ac_executable_p="test -x"
13071 else
13072   ac_executable_p="test -f"
13073 fi
13074 rm -f conf$$.file
13075
13076 # Extract the first word of "xgettext", so it can be a program name with args.
13077 set dummy xgettext; ac_word=$2
13078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13079 $as_echo_n "checking for $ac_word... " >&6; }
13080 if ${ac_cv_path_XGETTEXT+:} false; then :
13081   $as_echo_n "(cached) " >&6
13082 else
13083   case "$XGETTEXT" in
13084   [\\/]* | ?:[\\/]*)
13085     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13086     ;;
13087   *)
13088     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13089     for ac_dir in $PATH; do
13090       IFS="$ac_save_IFS"
13091       test -z "$ac_dir" && ac_dir=.
13092       for ac_exec_ext in '' $ac_executable_extensions; do
13093         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13094           if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13095      (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
13096             ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13097             break 2
13098           fi
13099         fi
13100       done
13101     done
13102     IFS="$ac_save_IFS"
13103   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13104     ;;
13105 esac
13106 fi
13107 XGETTEXT="$ac_cv_path_XGETTEXT"
13108 if test "$XGETTEXT" != ":"; then
13109   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13110 $as_echo "$XGETTEXT" >&6; }
13111 else
13112   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13113 $as_echo "no" >&6; }
13114 fi
13115
13116     rm -f messages.po
13117
13118
13119 # Prepare PATH_SEPARATOR.
13120 # The user is always right.
13121 if test "${PATH_SEPARATOR+set}" != set; then
13122   echo "#! /bin/sh" >conf$$.sh
13123   echo  "exit 0"   >>conf$$.sh
13124   chmod +x conf$$.sh
13125   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13126     PATH_SEPARATOR=';'
13127   else
13128     PATH_SEPARATOR=:
13129   fi
13130   rm -f conf$$.sh
13131 fi
13132
13133 # Find out how to test for executable files. Don't use a zero-byte file,
13134 # as systems may use methods other than mode bits to determine executability.
13135 cat >conf$$.file <<_ASEOF
13136 #! /bin/sh
13137 exit 0
13138 _ASEOF
13139 chmod +x conf$$.file
13140 if test -x conf$$.file >/dev/null 2>&1; then
13141   ac_executable_p="test -x"
13142 else
13143   ac_executable_p="test -f"
13144 fi
13145 rm -f conf$$.file
13146
13147 # Extract the first word of "msgmerge", so it can be a program name with args.
13148 set dummy msgmerge; ac_word=$2
13149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13150 $as_echo_n "checking for $ac_word... " >&6; }
13151 if ${ac_cv_path_MSGMERGE+:} false; then :
13152   $as_echo_n "(cached) " >&6
13153 else
13154   case "$MSGMERGE" in
13155   [\\/]* | ?:[\\/]*)
13156     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13157     ;;
13158   *)
13159     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13160     for ac_dir in $PATH; do
13161       IFS="$ac_save_IFS"
13162       test -z "$ac_dir" && ac_dir=.
13163       for ac_exec_ext in '' $ac_executable_extensions; do
13164         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13165           if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13166             ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13167             break 2
13168           fi
13169         fi
13170       done
13171     done
13172     IFS="$ac_save_IFS"
13173   test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13174     ;;
13175 esac
13176 fi
13177 MSGMERGE="$ac_cv_path_MSGMERGE"
13178 if test "$MSGMERGE" != ":"; then
13179   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13180 $as_echo "$MSGMERGE" >&6; }
13181 else
13182   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13183 $as_echo "no" >&6; }
13184 fi
13185
13186
13187       if test "$GMSGFMT" != ":"; then
13188             if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13189        (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13190       : ;
13191     else
13192       GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13193       { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13194 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13195       GMSGFMT=":"
13196     fi
13197   fi
13198
13199       if test "$XGETTEXT" != ":"; then
13200             if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13201        (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
13202       : ;
13203     else
13204       { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13205 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13206       XGETTEXT=":"
13207     fi
13208         rm -f messages.po
13209   fi
13210
13211   ac_config_commands="$ac_config_commands default-1"
13212
13213
13214
13215 # Permit host specific settings.
13216 . ${srcdir}/configure.host
13217
13218
13219
13220
13221 BFD_HOST_64BIT_LONG=0
13222 BFD_HOST_64BIT_LONG_LONG=0
13223 BFD_HOST_64_BIT_DEFINED=0
13224 BFD_HOST_64_BIT=
13225 BFD_HOST_U_64_BIT=
13226 BFD_HOSTPTR_T="unsigned long"
13227
13228
13229   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double" >&5
13230 $as_echo_n "checking for long double... " >&6; }
13231 if ${ac_cv_type_long_double+:} false; then :
13232   $as_echo_n "(cached) " >&6
13233 else
13234   if test "$GCC" = yes; then
13235        ac_cv_type_long_double=yes
13236      else
13237        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13238 /* end confdefs.h.  */
13239 /* The Stardent Vistra knows sizeof (long double), but does
13240                  not support it.  */
13241               long double foo = 0.0L;
13242 int
13243 main ()
13244 {
13245 static int test_array [1 - 2 * !(/* On Ultrix 4.3 cc, long double is 4 and double is 8.  */
13246               sizeof (double) <= sizeof (long double))];
13247 test_array [0] = 0;
13248 return test_array [0];
13249
13250   ;
13251   return 0;
13252 }
13253 _ACEOF
13254 if ac_fn_c_try_compile "$LINENO"; then :
13255   ac_cv_type_long_double=yes
13256 else
13257   ac_cv_type_long_double=no
13258 fi
13259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13260      fi
13261 fi
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_double" >&5
13263 $as_echo "$ac_cv_type_long_double" >&6; }
13264   if test $ac_cv_type_long_double = yes; then
13265
13266 $as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
13267
13268   fi
13269
13270 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13271 if test "x$ac_cv_type_long_long" = xyes; then :
13272
13273 cat >>confdefs.h <<_ACEOF
13274 #define HAVE_LONG_LONG 1
13275 _ACEOF
13276
13277 # The cast to long int works around a bug in the HP C Compiler
13278 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13279 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13280 # This bug is HP SR number 8606223364.
13281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13282 $as_echo_n "checking size of long long... " >&6; }
13283 if ${ac_cv_sizeof_long_long+:} false; then :
13284   $as_echo_n "(cached) " >&6
13285 else
13286   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
13287
13288 else
13289   if test "$ac_cv_type_long_long" = yes; then
13290      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13291 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13292 as_fn_error 77 "cannot compute sizeof (long long)
13293 See \`config.log' for more details" "$LINENO" 5; }
13294    else
13295      ac_cv_sizeof_long_long=0
13296    fi
13297 fi
13298
13299 fi
13300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13301 $as_echo "$ac_cv_sizeof_long_long" >&6; }
13302
13303
13304
13305 cat >>confdefs.h <<_ACEOF
13306 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13307 _ACEOF
13308
13309
13310 fi
13311
13312 # The cast to long int works around a bug in the HP C Compiler
13313 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13314 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13315 # This bug is HP SR number 8606223364.
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13317 $as_echo_n "checking size of void *... " >&6; }
13318 if ${ac_cv_sizeof_void_p+:} false; then :
13319   $as_echo_n "(cached) " >&6
13320 else
13321   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p"        "$ac_includes_default"; then :
13322
13323 else
13324   if test "$ac_cv_type_void_p" = yes; then
13325      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13326 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13327 as_fn_error 77 "cannot compute sizeof (void *)
13328 See \`config.log' for more details" "$LINENO" 5; }
13329    else
13330      ac_cv_sizeof_void_p=0
13331    fi
13332 fi
13333
13334 fi
13335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13336 $as_echo "$ac_cv_sizeof_void_p" >&6; }
13337
13338
13339
13340 cat >>confdefs.h <<_ACEOF
13341 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13342 _ACEOF
13343
13344
13345 # The cast to long int works around a bug in the HP C Compiler
13346 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13347 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13348 # This bug is HP SR number 8606223364.
13349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13350 $as_echo_n "checking size of long... " >&6; }
13351 if ${ac_cv_sizeof_long+:} false; then :
13352   $as_echo_n "(cached) " >&6
13353 else
13354   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
13355
13356 else
13357   if test "$ac_cv_type_long" = yes; then
13358      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13359 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13360 as_fn_error 77 "cannot compute sizeof (long)
13361 See \`config.log' for more details" "$LINENO" 5; }
13362    else
13363      ac_cv_sizeof_long=0
13364    fi
13365 fi
13366
13367 fi
13368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13369 $as_echo "$ac_cv_sizeof_long" >&6; }
13370
13371
13372
13373 cat >>confdefs.h <<_ACEOF
13374 #define SIZEOF_LONG $ac_cv_sizeof_long
13375 _ACEOF
13376
13377
13378 # The cast to long int works around a bug in the HP C Compiler
13379 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13380 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13381 # This bug is HP SR number 8606223364.
13382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13383 $as_echo_n "checking size of int... " >&6; }
13384 if ${ac_cv_sizeof_int+:} false; then :
13385   $as_echo_n "(cached) " >&6
13386 else
13387   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
13388
13389 else
13390   if test "$ac_cv_type_int" = yes; then
13391      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13392 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13393 as_fn_error 77 "cannot compute sizeof (int)
13394 See \`config.log' for more details" "$LINENO" 5; }
13395    else
13396      ac_cv_sizeof_int=0
13397    fi
13398 fi
13399
13400 fi
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13402 $as_echo "$ac_cv_sizeof_int" >&6; }
13403
13404
13405
13406 cat >>confdefs.h <<_ACEOF
13407 #define SIZEOF_INT $ac_cv_sizeof_int
13408 _ACEOF
13409
13410
13411
13412 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
13413   host64=true
13414 fi
13415
13416 if test "x${ac_cv_sizeof_long}" = "x8"; then
13417   BFD_HOST_64BIT_LONG=1
13418   test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
13419   test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
13420 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
13421   BFD_HOST_64BIT_LONG_LONG=1
13422   test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
13423   test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
13424   if test "x${ac_cv_sizeof_void_p}" = "x8"; then
13425     BFD_HOSTPTR_T="unsigned long long"
13426   fi
13427 fi
13428
13429 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
13430   BFD_HOST_64_BIT_DEFINED=1
13431   BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
13432   BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
13433 fi
13434
13435
13436
13437
13438
13439
13440
13441
13442 # Put a plausible default for CC_FOR_BUILD in Makefile.
13443 if test -z "$CC_FOR_BUILD"; then
13444   if test "x$cross_compiling" = "xno"; then
13445     CC_FOR_BUILD='$(CC)'
13446   else
13447     CC_FOR_BUILD=gcc
13448   fi
13449 fi
13450
13451 # Also set EXEEXT_FOR_BUILD.
13452 if test "x$cross_compiling" = "xno"; then
13453   EXEEXT_FOR_BUILD='$(EXEEXT)'
13454 else
13455   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13456 $as_echo_n "checking for build system executable suffix... " >&6; }
13457 if ${bfd_cv_build_exeext+:} false; then :
13458   $as_echo_n "(cached) " >&6
13459 else
13460   rm -f conftest*
13461      echo 'int main () { return 0; }' > conftest.c
13462      bfd_cv_build_exeext=
13463      ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13464      for file in conftest.*; do
13465        case $file in
13466        *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13467        *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13468        esac
13469      done
13470      rm -f conftest*
13471      test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
13472 fi
13473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13474 $as_echo "$bfd_cv_build_exeext" >&6; }
13475   EXEEXT_FOR_BUILD=""
13476   test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
13477 fi
13478
13479
13480 for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h wchar.h wctype.h
13481 do :
13482   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13483 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13484 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13485   cat >>confdefs.h <<_ACEOF
13486 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13487 _ACEOF
13488
13489 fi
13490
13491 done
13492
13493 for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h sys/resource.h
13494 do :
13495   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13496 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13497 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13498   cat >>confdefs.h <<_ACEOF
13499 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13500 _ACEOF
13501
13502 fi
13503
13504 done
13505
13506
13507
13508 inttype_headers=`echo inttypes.h sys/inttypes.h  | sed -e 's/,/ /g'`
13509
13510 acx_cv_header_stdint=stddef.h
13511 acx_cv_header_stdint_kind="(already complete)"
13512 for i in stdint.h $inttype_headers; do
13513   unset ac_cv_type_uintptr_t
13514   unset ac_cv_type_uintmax_t
13515   unset ac_cv_type_int_least32_t
13516   unset ac_cv_type_int_fast32_t
13517   unset ac_cv_type_uint64_t
13518   $as_echo_n "looking for a compliant stdint.h in $i, " >&6
13519   ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
13520 #include <$i>
13521 "
13522 if test "x$ac_cv_type_uintmax_t" = xyes; then :
13523   acx_cv_header_stdint=$i
13524 else
13525   continue
13526 fi
13527
13528   ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13529 #include <$i>
13530 "
13531 if test "x$ac_cv_type_uintptr_t" = xyes; then :
13532
13533 else
13534   acx_cv_header_stdint_kind="(mostly complete)"
13535 fi
13536
13537   ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
13538 #include <$i>
13539 "
13540 if test "x$ac_cv_type_int_least32_t" = xyes; then :
13541
13542 else
13543   acx_cv_header_stdint_kind="(mostly complete)"
13544 fi
13545
13546   ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
13547 #include <$i>
13548 "
13549 if test "x$ac_cv_type_int_fast32_t" = xyes; then :
13550
13551 else
13552   acx_cv_header_stdint_kind="(mostly complete)"
13553 fi
13554
13555   ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13556 #include <$i>
13557 "
13558 if test "x$ac_cv_type_uint64_t" = xyes; then :
13559
13560 else
13561   acx_cv_header_stdint_kind="(lacks uint64_t)"
13562 fi
13563
13564   break
13565 done
13566 if test "$acx_cv_header_stdint" = stddef.h; then
13567   acx_cv_header_stdint_kind="(lacks uintmax_t)"
13568   for i in stdint.h $inttype_headers; do
13569     unset ac_cv_type_uintptr_t
13570     unset ac_cv_type_uint32_t
13571     unset ac_cv_type_uint64_t
13572     $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
13573     ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
13574 #include <$i>
13575 "
13576 if test "x$ac_cv_type_uint32_t" = xyes; then :
13577   acx_cv_header_stdint=$i
13578 else
13579   continue
13580 fi
13581
13582     ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13583 #include <$i>
13584 "
13585 if test "x$ac_cv_type_uint64_t" = xyes; then :
13586
13587 fi
13588
13589     ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13590 #include <$i>
13591 "
13592 if test "x$ac_cv_type_uintptr_t" = xyes; then :
13593
13594 fi
13595
13596     break
13597   done
13598 fi
13599 if test "$acx_cv_header_stdint" = stddef.h; then
13600   acx_cv_header_stdint_kind="(u_intXX_t style)"
13601   for i in sys/types.h $inttype_headers; do
13602     unset ac_cv_type_u_int32_t
13603     unset ac_cv_type_u_int64_t
13604     $as_echo_n "looking for u_intXX_t types in $i, " >&6
13605     ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
13606 #include <$i>
13607 "
13608 if test "x$ac_cv_type_u_int32_t" = xyes; then :
13609   acx_cv_header_stdint=$i
13610 else
13611   continue
13612 fi
13613
13614     ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
13615 #include <$i>
13616 "
13617 if test "x$ac_cv_type_u_int64_t" = xyes; then :
13618
13619 fi
13620
13621     break
13622   done
13623 fi
13624 if test "$acx_cv_header_stdint" = stddef.h; then
13625   acx_cv_header_stdint_kind="(using manual detection)"
13626 fi
13627
13628 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
13629 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
13630 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
13631 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
13632 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
13633
13634 # ----------------- Summarize what we found so far
13635
13636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5
13637 $as_echo_n "checking what to include in bfd_stdint.h... " >&6; }
13638
13639 case `$as_basename -- bfd_stdint.h ||
13640 $as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
13641          Xbfd_stdint.h : 'X\(//\)$' \| \
13642          Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null ||
13643 $as_echo X/bfd_stdint.h |
13644     sed '/^.*\/\([^/][^/]*\)\/*$/{
13645             s//\1/
13646             q
13647           }
13648           /^X\/\(\/\/\)$/{
13649             s//\1/
13650             q
13651           }
13652           /^X\/\(\/\).*/{
13653             s//\1/
13654             q
13655           }
13656           s/.*/./; q'` in
13657   stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13658 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13659   inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13660 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13661   *) ;;
13662 esac
13663
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
13665 $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
13666
13667 # ----------------- done included file, check C basic types --------
13668
13669 # Lacking an uintptr_t?  Test size of void *
13670 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
13671   stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
13672 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13673 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13674 # This bug is HP SR number 8606223364.
13675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13676 $as_echo_n "checking size of void *... " >&6; }
13677 if ${ac_cv_sizeof_void_p+:} false; then :
13678   $as_echo_n "(cached) " >&6
13679 else
13680   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p"        "$ac_includes_default"; then :
13681
13682 else
13683   if test "$ac_cv_type_void_p" = yes; then
13684      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13685 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13686 as_fn_error 77 "cannot compute sizeof (void *)
13687 See \`config.log' for more details" "$LINENO" 5; }
13688    else
13689      ac_cv_sizeof_void_p=0
13690    fi
13691 fi
13692
13693 fi
13694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13695 $as_echo "$ac_cv_sizeof_void_p" >&6; }
13696
13697
13698
13699 cat >>confdefs.h <<_ACEOF
13700 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13701 _ACEOF
13702
13703  ;;
13704 esac
13705
13706 # Lacking an uint64_t?  Test size of long
13707 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
13708   stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
13709 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13710 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13711 # This bug is HP SR number 8606223364.
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13713 $as_echo_n "checking size of long... " >&6; }
13714 if ${ac_cv_sizeof_long+:} false; then :
13715   $as_echo_n "(cached) " >&6
13716 else
13717   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
13718
13719 else
13720   if test "$ac_cv_type_long" = yes; then
13721      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13722 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13723 as_fn_error 77 "cannot compute sizeof (long)
13724 See \`config.log' for more details" "$LINENO" 5; }
13725    else
13726      ac_cv_sizeof_long=0
13727    fi
13728 fi
13729
13730 fi
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13732 $as_echo "$ac_cv_sizeof_long" >&6; }
13733
13734
13735
13736 cat >>confdefs.h <<_ACEOF
13737 #define SIZEOF_LONG $ac_cv_sizeof_long
13738 _ACEOF
13739
13740  ;;
13741 esac
13742
13743 if test $acx_cv_header_stdint = stddef.h; then
13744   # Lacking a good header?  Test size of everything and deduce all types.
13745   # The cast to long int works around a bug in the HP C Compiler
13746 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13747 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13748 # This bug is HP SR number 8606223364.
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13750 $as_echo_n "checking size of int... " >&6; }
13751 if ${ac_cv_sizeof_int+:} false; then :
13752   $as_echo_n "(cached) " >&6
13753 else
13754   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
13755
13756 else
13757   if test "$ac_cv_type_int" = yes; then
13758      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13759 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13760 as_fn_error 77 "cannot compute sizeof (int)
13761 See \`config.log' for more details" "$LINENO" 5; }
13762    else
13763      ac_cv_sizeof_int=0
13764    fi
13765 fi
13766
13767 fi
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13769 $as_echo "$ac_cv_sizeof_int" >&6; }
13770
13771
13772
13773 cat >>confdefs.h <<_ACEOF
13774 #define SIZEOF_INT $ac_cv_sizeof_int
13775 _ACEOF
13776
13777
13778   # The cast to long int works around a bug in the HP C Compiler
13779 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13780 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13781 # This bug is HP SR number 8606223364.
13782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13783 $as_echo_n "checking size of short... " >&6; }
13784 if ${ac_cv_sizeof_short+:} false; then :
13785   $as_echo_n "(cached) " >&6
13786 else
13787   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short"        "$ac_includes_default"; then :
13788
13789 else
13790   if test "$ac_cv_type_short" = yes; then
13791      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13792 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13793 as_fn_error 77 "cannot compute sizeof (short)
13794 See \`config.log' for more details" "$LINENO" 5; }
13795    else
13796      ac_cv_sizeof_short=0
13797    fi
13798 fi
13799
13800 fi
13801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13802 $as_echo "$ac_cv_sizeof_short" >&6; }
13803
13804
13805
13806 cat >>confdefs.h <<_ACEOF
13807 #define SIZEOF_SHORT $ac_cv_sizeof_short
13808 _ACEOF
13809
13810
13811   # The cast to long int works around a bug in the HP C Compiler
13812 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13813 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13814 # This bug is HP SR number 8606223364.
13815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
13816 $as_echo_n "checking size of char... " >&6; }
13817 if ${ac_cv_sizeof_char+:} false; then :
13818   $as_echo_n "(cached) " >&6
13819 else
13820   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char"        "$ac_includes_default"; then :
13821
13822 else
13823   if test "$ac_cv_type_char" = yes; then
13824      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13825 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13826 as_fn_error 77 "cannot compute sizeof (char)
13827 See \`config.log' for more details" "$LINENO" 5; }
13828    else
13829      ac_cv_sizeof_char=0
13830    fi
13831 fi
13832
13833 fi
13834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
13835 $as_echo "$ac_cv_sizeof_char" >&6; }
13836
13837
13838
13839 cat >>confdefs.h <<_ACEOF
13840 #define SIZEOF_CHAR $ac_cv_sizeof_char
13841 _ACEOF
13842
13843
13844
13845   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
13846 $as_echo_n "checking for type equivalent to int8_t... " >&6; }
13847   case "$ac_cv_sizeof_char" in
13848     1) acx_cv_type_int8_t=char ;;
13849     *) as_fn_error $? "no 8-bit type, please report a bug" "$LINENO" 5
13850   esac
13851   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
13852 $as_echo "$acx_cv_type_int8_t" >&6; }
13853
13854   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
13855 $as_echo_n "checking for type equivalent to int16_t... " >&6; }
13856   case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
13857     2:*) acx_cv_type_int16_t=int ;;
13858     *:2) acx_cv_type_int16_t=short ;;
13859     *) as_fn_error $? "no 16-bit type, please report a bug" "$LINENO" 5
13860   esac
13861   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
13862 $as_echo "$acx_cv_type_int16_t" >&6; }
13863
13864   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
13865 $as_echo_n "checking for type equivalent to int32_t... " >&6; }
13866   case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
13867     4:*) acx_cv_type_int32_t=int ;;
13868     *:4) acx_cv_type_int32_t=long ;;
13869     *) as_fn_error $? "no 32-bit type, please report a bug" "$LINENO" 5
13870   esac
13871   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
13872 $as_echo "$acx_cv_type_int32_t" >&6; }
13873 fi
13874
13875 # These tests are here to make the output prettier
13876
13877 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
13878   case "$ac_cv_sizeof_long" in
13879     8) acx_cv_type_int64_t=long ;;
13880   esac
13881   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
13882 $as_echo_n "checking for type equivalent to int64_t... " >&6; }
13883   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
13884 $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
13885 fi
13886
13887 # Now we can use the above types
13888
13889 if test "$ac_cv_type_uintptr_t" != yes; then
13890   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
13891 $as_echo_n "checking for type equivalent to intptr_t... " >&6; }
13892   case $ac_cv_sizeof_void_p in
13893     2) acx_cv_type_intptr_t=int16_t ;;
13894     4) acx_cv_type_intptr_t=int32_t ;;
13895     8) acx_cv_type_intptr_t=int64_t ;;
13896     *) as_fn_error $? "no equivalent for intptr_t, please report a bug" "$LINENO" 5
13897   esac
13898   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
13899 $as_echo "$acx_cv_type_intptr_t" >&6; }
13900 fi
13901
13902 # ----------------- done all checks, emit header -------------
13903 ac_config_commands="$ac_config_commands bfd_stdint.h"
13904
13905
13906
13907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
13908 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
13909 if ${ac_cv_header_time+:} false; then :
13910   $as_echo_n "(cached) " >&6
13911 else
13912   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13913 /* end confdefs.h.  */
13914 #include <sys/types.h>
13915 #include <sys/time.h>
13916 #include <time.h>
13917
13918 int
13919 main ()
13920 {
13921 if ((struct tm *) 0)
13922 return 0;
13923   ;
13924   return 0;
13925 }
13926 _ACEOF
13927 if ac_fn_c_try_compile "$LINENO"; then :
13928   ac_cv_header_time=yes
13929 else
13930   ac_cv_header_time=no
13931 fi
13932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13933 fi
13934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
13935 $as_echo "$ac_cv_header_time" >&6; }
13936 if test $ac_cv_header_time = yes; then
13937
13938 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
13939
13940 fi
13941
13942 ac_header_dirent=no
13943 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
13944   as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
13945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
13946 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
13947 if eval \${$as_ac_Header+:} false; then :
13948   $as_echo_n "(cached) " >&6
13949 else
13950   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13951 /* end confdefs.h.  */
13952 #include <sys/types.h>
13953 #include <$ac_hdr>
13954
13955 int
13956 main ()
13957 {
13958 if ((DIR *) 0)
13959 return 0;
13960   ;
13961   return 0;
13962 }
13963 _ACEOF
13964 if ac_fn_c_try_compile "$LINENO"; then :
13965   eval "$as_ac_Header=yes"
13966 else
13967   eval "$as_ac_Header=no"
13968 fi
13969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13970 fi
13971 eval ac_res=\$$as_ac_Header
13972                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13973 $as_echo "$ac_res" >&6; }
13974 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13975   cat >>confdefs.h <<_ACEOF
13976 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
13977 _ACEOF
13978
13979 ac_header_dirent=$ac_hdr; break
13980 fi
13981
13982 done
13983 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
13984 if test $ac_header_dirent = dirent.h; then
13985   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13986 $as_echo_n "checking for library containing opendir... " >&6; }
13987 if ${ac_cv_search_opendir+:} false; then :
13988   $as_echo_n "(cached) " >&6
13989 else
13990   ac_func_search_save_LIBS=$LIBS
13991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13992 /* end confdefs.h.  */
13993
13994 /* Override any GCC internal prototype to avoid an error.
13995    Use char because int might match the return type of a GCC
13996    builtin and then its argument prototype would still apply.  */
13997 #ifdef __cplusplus
13998 extern "C"
13999 #endif
14000 char opendir ();
14001 int
14002 main ()
14003 {
14004 return opendir ();
14005   ;
14006   return 0;
14007 }
14008 _ACEOF
14009 for ac_lib in '' dir; do
14010   if test -z "$ac_lib"; then
14011     ac_res="none required"
14012   else
14013     ac_res=-l$ac_lib
14014     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
14015   fi
14016   if ac_fn_c_try_link "$LINENO"; then :
14017   ac_cv_search_opendir=$ac_res
14018 fi
14019 rm -f core conftest.err conftest.$ac_objext \
14020     conftest$ac_exeext
14021   if ${ac_cv_search_opendir+:} false; then :
14022   break
14023 fi
14024 done
14025 if ${ac_cv_search_opendir+:} false; then :
14026
14027 else
14028   ac_cv_search_opendir=no
14029 fi
14030 rm conftest.$ac_ext
14031 LIBS=$ac_func_search_save_LIBS
14032 fi
14033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
14034 $as_echo "$ac_cv_search_opendir" >&6; }
14035 ac_res=$ac_cv_search_opendir
14036 if test "$ac_res" != no; then :
14037   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14038
14039 fi
14040
14041 else
14042   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
14043 $as_echo_n "checking for library containing opendir... " >&6; }
14044 if ${ac_cv_search_opendir+:} false; then :
14045   $as_echo_n "(cached) " >&6
14046 else
14047   ac_func_search_save_LIBS=$LIBS
14048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14049 /* end confdefs.h.  */
14050
14051 /* Override any GCC internal prototype to avoid an error.
14052    Use char because int might match the return type of a GCC
14053    builtin and then its argument prototype would still apply.  */
14054 #ifdef __cplusplus
14055 extern "C"
14056 #endif
14057 char opendir ();
14058 int
14059 main ()
14060 {
14061 return opendir ();
14062   ;
14063   return 0;
14064 }
14065 _ACEOF
14066 for ac_lib in '' x; do
14067   if test -z "$ac_lib"; then
14068     ac_res="none required"
14069   else
14070     ac_res=-l$ac_lib
14071     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
14072   fi
14073   if ac_fn_c_try_link "$LINENO"; then :
14074   ac_cv_search_opendir=$ac_res
14075 fi
14076 rm -f core conftest.err conftest.$ac_objext \
14077     conftest$ac_exeext
14078   if ${ac_cv_search_opendir+:} false; then :
14079   break
14080 fi
14081 done
14082 if ${ac_cv_search_opendir+:} false; then :
14083
14084 else
14085   ac_cv_search_opendir=no
14086 fi
14087 rm conftest.$ac_ext
14088 LIBS=$ac_func_search_save_LIBS
14089 fi
14090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
14091 $as_echo "$ac_cv_search_opendir" >&6; }
14092 ac_res=$ac_cv_search_opendir
14093 if test "$ac_res" != no; then :
14094   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14095
14096 fi
14097
14098 fi
14099
14100
14101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
14102 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
14103 if ${gcc_cv_header_string+:} false; then :
14104   $as_echo_n "(cached) " >&6
14105 else
14106   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14107 /* end confdefs.h.  */
14108 #include <string.h>
14109 #include <strings.h>
14110 int
14111 main ()
14112 {
14113
14114   ;
14115   return 0;
14116 }
14117 _ACEOF
14118 if ac_fn_c_try_compile "$LINENO"; then :
14119   gcc_cv_header_string=yes
14120 else
14121   gcc_cv_header_string=no
14122 fi
14123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14124 fi
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
14126 $as_echo "$gcc_cv_header_string" >&6; }
14127 if test $gcc_cv_header_string = yes; then
14128
14129 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
14130
14131 fi
14132
14133 for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno fls
14134 do :
14135   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14136 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14137 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14138   cat >>confdefs.h <<_ACEOF
14139 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14140 _ACEOF
14141
14142 fi
14143 done
14144
14145 for ac_func in strtoull getrlimit
14146 do :
14147   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14148 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14149 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14150   cat >>confdefs.h <<_ACEOF
14151 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14152 _ACEOF
14153
14154 fi
14155 done
14156
14157
14158 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
14159 if test "x$ac_cv_have_decl_basename" = xyes; then :
14160   ac_have_decl=1
14161 else
14162   ac_have_decl=0
14163 fi
14164
14165 cat >>confdefs.h <<_ACEOF
14166 #define HAVE_DECL_BASENAME $ac_have_decl
14167 _ACEOF
14168
14169 ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
14170 if test "x$ac_cv_have_decl_ftello" = xyes; then :
14171   ac_have_decl=1
14172 else
14173   ac_have_decl=0
14174 fi
14175
14176 cat >>confdefs.h <<_ACEOF
14177 #define HAVE_DECL_FTELLO $ac_have_decl
14178 _ACEOF
14179
14180 ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
14181 if test "x$ac_cv_have_decl_ftello64" = xyes; then :
14182   ac_have_decl=1
14183 else
14184   ac_have_decl=0
14185 fi
14186
14187 cat >>confdefs.h <<_ACEOF
14188 #define HAVE_DECL_FTELLO64 $ac_have_decl
14189 _ACEOF
14190
14191 ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
14192 if test "x$ac_cv_have_decl_fseeko" = xyes; then :
14193   ac_have_decl=1
14194 else
14195   ac_have_decl=0
14196 fi
14197
14198 cat >>confdefs.h <<_ACEOF
14199 #define HAVE_DECL_FSEEKO $ac_have_decl
14200 _ACEOF
14201
14202 ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
14203 if test "x$ac_cv_have_decl_fseeko64" = xyes; then :
14204   ac_have_decl=1
14205 else
14206   ac_have_decl=0
14207 fi
14208
14209 cat >>confdefs.h <<_ACEOF
14210 #define HAVE_DECL_FSEEKO64 $ac_have_decl
14211 _ACEOF
14212
14213
14214
14215 case "${host}" in
14216 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14217
14218 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
14219  ;;
14220 esac
14221
14222 ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
14223 if test "x$ac_cv_have_decl_ffs" = xyes; then :
14224   ac_have_decl=1
14225 else
14226   ac_have_decl=0
14227 fi
14228
14229 cat >>confdefs.h <<_ACEOF
14230 #define HAVE_DECL_FFS $ac_have_decl
14231 _ACEOF
14232
14233 ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
14234 if test "x$ac_cv_have_decl_free" = xyes; then :
14235   ac_have_decl=1
14236 else
14237   ac_have_decl=0
14238 fi
14239
14240 cat >>confdefs.h <<_ACEOF
14241 #define HAVE_DECL_FREE $ac_have_decl
14242 _ACEOF
14243
14244 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14245 if test "x$ac_cv_have_decl_getenv" = xyes; then :
14246   ac_have_decl=1
14247 else
14248   ac_have_decl=0
14249 fi
14250
14251 cat >>confdefs.h <<_ACEOF
14252 #define HAVE_DECL_GETENV $ac_have_decl
14253 _ACEOF
14254
14255 ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
14256 if test "x$ac_cv_have_decl_malloc" = xyes; then :
14257   ac_have_decl=1
14258 else
14259   ac_have_decl=0
14260 fi
14261
14262 cat >>confdefs.h <<_ACEOF
14263 #define HAVE_DECL_MALLOC $ac_have_decl
14264 _ACEOF
14265
14266 ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
14267 if test "x$ac_cv_have_decl_realloc" = xyes; then :
14268   ac_have_decl=1
14269 else
14270   ac_have_decl=0
14271 fi
14272
14273 cat >>confdefs.h <<_ACEOF
14274 #define HAVE_DECL_REALLOC $ac_have_decl
14275 _ACEOF
14276
14277 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14278 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
14279   ac_have_decl=1
14280 else
14281   ac_have_decl=0
14282 fi
14283
14284 cat >>confdefs.h <<_ACEOF
14285 #define HAVE_DECL_STPCPY $ac_have_decl
14286 _ACEOF
14287
14288 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14289 if test "x$ac_cv_have_decl_strstr" = xyes; then :
14290   ac_have_decl=1
14291 else
14292   ac_have_decl=0
14293 fi
14294
14295 cat >>confdefs.h <<_ACEOF
14296 #define HAVE_DECL_STRSTR $ac_have_decl
14297 _ACEOF
14298
14299 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
14300 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
14301   ac_have_decl=1
14302 else
14303   ac_have_decl=0
14304 fi
14305
14306 cat >>confdefs.h <<_ACEOF
14307 #define HAVE_DECL_ASPRINTF $ac_have_decl
14308 _ACEOF
14309
14310 ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
14311 if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
14312   ac_have_decl=1
14313 else
14314   ac_have_decl=0
14315 fi
14316
14317 cat >>confdefs.h <<_ACEOF
14318 #define HAVE_DECL_VASPRINTF $ac_have_decl
14319 _ACEOF
14320
14321 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
14322 if test "x$ac_cv_have_decl_snprintf" = xyes; then :
14323   ac_have_decl=1
14324 else
14325   ac_have_decl=0
14326 fi
14327
14328 cat >>confdefs.h <<_ACEOF
14329 #define HAVE_DECL_SNPRINTF $ac_have_decl
14330 _ACEOF
14331
14332 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14333 if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
14334   ac_have_decl=1
14335 else
14336   ac_have_decl=0
14337 fi
14338
14339 cat >>confdefs.h <<_ACEOF
14340 #define HAVE_DECL_VSNPRINTF $ac_have_decl
14341 _ACEOF
14342
14343 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
14344 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
14345   ac_have_decl=1
14346 else
14347   ac_have_decl=0
14348 fi
14349
14350 cat >>confdefs.h <<_ACEOF
14351 #define HAVE_DECL_STRNLEN $ac_have_decl
14352 _ACEOF
14353
14354
14355 # Link in zlib if we can.  This allows us to read compressed debug sections.
14356 # This is used only by compress.c.
14357
14358   # Use the system's zlib library.
14359   zlibdir="-L\$(top_builddir)/../zlib"
14360   zlibinc="-I\$(top_srcdir)/../zlib"
14361
14362 # Check whether --with-system-zlib was given.
14363 if test "${with_system_zlib+set}" = set; then :
14364   withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14365     zlibdir=
14366     zlibinc=
14367   fi
14368
14369 fi
14370
14371
14372
14373
14374
14375 save_CFLAGS="$CFLAGS"
14376 CFLAGS="$CFLAGS -Werror"
14377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
14378 $as_echo_n "checking compiler support for hidden visibility... " >&6; }
14379 if ${bfd_cv_hidden+:} false; then :
14380   $as_echo_n "(cached) " >&6
14381 else
14382   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14383 /* end confdefs.h.  */
14384
14385 const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
14386 extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
14387 int
14388 main ()
14389 {
14390 print (hw);
14391   ;
14392   return 0;
14393 }
14394 _ACEOF
14395 if ac_fn_c_try_compile "$LINENO"; then :
14396   bfd_cv_hidden=yes
14397 else
14398   bfd_cv_hidden=no
14399 fi
14400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14401 fi
14402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
14403 $as_echo "$bfd_cv_hidden" >&6; }
14404 CFLAGS="$save_CFLAGS"
14405 if test $bfd_cv_hidden = yes; then
14406
14407 $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
14408
14409 fi
14410
14411 # Check if linker supports --as-needed and --no-as-needed options
14412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
14413 $as_echo_n "checking linker --as-needed support... " >&6; }
14414 if ${bfd_cv_ld_as_needed+:} false; then :
14415   $as_echo_n "(cached) " >&6
14416 else
14417   bfd_cv_ld_as_needed=no
14418         if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
14419                 bfd_cv_ld_as_needed=yes
14420         fi
14421
14422 fi
14423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
14424 $as_echo "$bfd_cv_ld_as_needed" >&6; }
14425
14426 LIBM=
14427 case $host in
14428 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
14429   # These system don't have libm, or don't need it
14430   ;;
14431 *-ncr-sysv4.3*)
14432   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14433 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
14434 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
14435   $as_echo_n "(cached) " >&6
14436 else
14437   ac_check_lib_save_LIBS=$LIBS
14438 LIBS="-lmw  $LIBS"
14439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14440 /* end confdefs.h.  */
14441
14442 /* Override any GCC internal prototype to avoid an error.
14443    Use char because int might match the return type of a GCC
14444    builtin and then its argument prototype would still apply.  */
14445 #ifdef __cplusplus
14446 extern "C"
14447 #endif
14448 char _mwvalidcheckl ();
14449 int
14450 main ()
14451 {
14452 return _mwvalidcheckl ();
14453   ;
14454   return 0;
14455 }
14456 _ACEOF
14457 if ac_fn_c_try_link "$LINENO"; then :
14458   ac_cv_lib_mw__mwvalidcheckl=yes
14459 else
14460   ac_cv_lib_mw__mwvalidcheckl=no
14461 fi
14462 rm -f core conftest.err conftest.$ac_objext \
14463     conftest$ac_exeext conftest.$ac_ext
14464 LIBS=$ac_check_lib_save_LIBS
14465 fi
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14467 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
14468 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
14469   LIBM="-lmw"
14470 fi
14471
14472   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14473 $as_echo_n "checking for cos in -lm... " >&6; }
14474 if ${ac_cv_lib_m_cos+:} false; then :
14475   $as_echo_n "(cached) " >&6
14476 else
14477   ac_check_lib_save_LIBS=$LIBS
14478 LIBS="-lm  $LIBS"
14479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14480 /* end confdefs.h.  */
14481
14482 /* Override any GCC internal prototype to avoid an error.
14483    Use char because int might match the return type of a GCC
14484    builtin and then its argument prototype would still apply.  */
14485 #ifdef __cplusplus
14486 extern "C"
14487 #endif
14488 char cos ();
14489 int
14490 main ()
14491 {
14492 return cos ();
14493   ;
14494   return 0;
14495 }
14496 _ACEOF
14497 if ac_fn_c_try_link "$LINENO"; then :
14498   ac_cv_lib_m_cos=yes
14499 else
14500   ac_cv_lib_m_cos=no
14501 fi
14502 rm -f core conftest.err conftest.$ac_objext \
14503     conftest$ac_exeext conftest.$ac_ext
14504 LIBS=$ac_check_lib_save_LIBS
14505 fi
14506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14507 $as_echo "$ac_cv_lib_m_cos" >&6; }
14508 if test "x$ac_cv_lib_m_cos" = xyes; then :
14509   LIBM="$LIBM -lm"
14510 fi
14511
14512   ;;
14513 *)
14514   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14515 $as_echo_n "checking for cos in -lm... " >&6; }
14516 if ${ac_cv_lib_m_cos+:} false; then :
14517   $as_echo_n "(cached) " >&6
14518 else
14519   ac_check_lib_save_LIBS=$LIBS
14520 LIBS="-lm  $LIBS"
14521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14522 /* end confdefs.h.  */
14523
14524 /* Override any GCC internal prototype to avoid an error.
14525    Use char because int might match the return type of a GCC
14526    builtin and then its argument prototype would still apply.  */
14527 #ifdef __cplusplus
14528 extern "C"
14529 #endif
14530 char cos ();
14531 int
14532 main ()
14533 {
14534 return cos ();
14535   ;
14536   return 0;
14537 }
14538 _ACEOF
14539 if ac_fn_c_try_link "$LINENO"; then :
14540   ac_cv_lib_m_cos=yes
14541 else
14542   ac_cv_lib_m_cos=no
14543 fi
14544 rm -f core conftest.err conftest.$ac_objext \
14545     conftest$ac_exeext conftest.$ac_ext
14546 LIBS=$ac_check_lib_save_LIBS
14547 fi
14548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14549 $as_echo "$ac_cv_lib_m_cos" >&6; }
14550 if test "x$ac_cv_lib_m_cos" = xyes; then :
14551   LIBM="-lm"
14552 fi
14553
14554   ;;
14555 esac
14556
14557
14558
14559 # When building a shared libbfd, link against the pic version of libiberty
14560 # so that apps that use libbfd won't need libiberty just to satisfy any
14561 # libbfd references.
14562 # We can't do that if a pic libiberty is unavailable since including non-pic
14563 # code would insert text relocations into libbfd.
14564 SHARED_LIBADD=
14565 SHARED_LDFLAGS=
14566 if test "$enable_shared" = "yes"; then
14567   x=`sed -n -e 's/^[    ]*PICFLAG[      ]*=[    ]*//p' < ../libiberty/Makefile | sed -n '$p'`
14568   if test -n "$x"; then
14569     SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
14570   fi
14571
14572   case "${host}" in
14573   # More hacks to build DLLs on Windows.
14574   *-*-cygwin*)
14575     SHARED_LDFLAGS="-no-undefined"
14576     SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
14577   ;;
14578
14579   # Use built-in libintl on macOS, since it is not provided by libc.
14580   *-*-darwin*)
14581     SHARED_LIBADD="-L`pwd`/../libiberty/pic -L`pwd`/../intl -liberty -lintl"
14582   ;;
14583   esac
14584
14585   if test -n "$SHARED_LIBADD"; then
14586     if test -n "$LIBM"; then
14587       if test x"$bfd_cv_ld_as_needed" = xyes; then
14588         # Link against libm only when needed.  Put -lc, -lm inside -Wl
14589         # to stop libtool reordering these options.
14590         SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
14591       else
14592         SHARED_LIBADD="$SHARED_LIBADD $LIBM"
14593       fi
14594     fi
14595   fi
14596 fi
14597
14598
14599
14600 # target stuff:
14601
14602 # Canonicalize the secondary target names.
14603 if test -n "$enable_targets" ; then
14604     for targ in `echo $enable_targets | sed 's/,/ /g'`
14605     do
14606         result=`$ac_config_sub $targ 2>/dev/null`
14607         if test -n "$result" ; then
14608             canon_targets="$canon_targets $result"
14609         else
14610             # Allow targets that config.sub doesn't recognize, like "all".
14611             canon_targets="$canon_targets $targ"
14612         fi
14613     done
14614 fi
14615
14616 all_targets=false
14617 defvec=
14618 selvecs=
14619 assocvecs=
14620 selarchs=
14621 TDEFINES=
14622 for targ in $target $canon_targets
14623 do
14624     if test $targ = all; then
14625         all_targets=true
14626         assocvecs="$assocvecs $targ_defvec $targ_selvecs"
14627     elif test $targ != plugin; then
14628         . $srcdir/config.bfd
14629         if test $targ = $target; then
14630             defvec=$targ_defvec
14631         fi
14632         selvecs="$selvecs $targ_defvec $targ_selvecs"
14633         selarchs="$selarchs $targ_archs"
14634         TDEFINES="$TDEFINES $targ_cflags"
14635     fi
14636 done
14637
14638
14639 # This processing still needs to be done if we're to decide properly whether
14640 # 64-bit support needs to be compiled in.  Currently, it will be included if
14641 # the default or any other explicitly requested target requires it; it
14642 # will not be included on a 32-bit host if no 64-bit target is requested, and
14643 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
14644 # used.
14645
14646 # uniq the default and selected vectors in all the configured targets.
14647 f=""
14648 for i in $selvecs ; do
14649     case " $f " in
14650     *" $i "*) ;;
14651     *) f="$f $i" ;;
14652     esac
14653 done
14654 selvecs="$f"
14655
14656
14657 # uniq the associated vectors in all the configured targets.
14658 f=""
14659 for i in $assocvecs ; do
14660     case " $f " in
14661     *" $i "*) ;;
14662     *) f="$f $i" ;;
14663     esac
14664 done
14665 assocvecs="$f"
14666
14667
14668 # uniq the architectures in all the configured targets.
14669 f=""
14670 for i in $selarchs ; do
14671     case " $f " in
14672     *" $i "*) ;;
14673     *) f="$f $i" ;;
14674     esac
14675 done
14676 selarchs="$f"
14677
14678 # Target backend .o files.
14679 tb=
14680
14681 elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
14682      dwarf1.lo dwarf2.lo"
14683 coffgen="coffgen.lo dwarf2.lo"
14684 coff="cofflink.lo $coffgen"
14685 ecoff="ecofflink.lo $coffgen"
14686 xcoff="xcofflink.lo $coffgen"
14687
14688 elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo"
14689 for vec in $selvecs
14690 do
14691     target_size=32
14692     case "$vec" in
14693     # This list is alphabetized to make it easy to compare
14694     # with the two vector lists in targets.c.  For the same reason,
14695     # use one entry per line, even though this leads to long lines.
14696     aarch64_elf32_be_vec)        tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14697     aarch64_elf32_le_vec)        tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14698     aarch64_elf64_be_vec)          tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14699     aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14700     aarch64_elf64_le_vec)          tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14701     aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
14702     aarch64_mach_o_vec)          tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
14703     alpha_ecoff_le_vec)          tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
14704     alpha_elf64_vec)             tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14705     alpha_elf64_fbsd_vec)        tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14706     alpha_vms_vec)               tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
14707     alpha_vms_lib_txt_vec)       tb="$tb vms-lib.lo vms-misc.lo" ;;
14708     am33_elf32_linux_vec)        tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
14709     aout0_be_vec)                tb="$tb aout0.lo aout32.lo" ;;
14710     aout64_vec)                  tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
14711     aout_vec)                    tb="$tb host-aout.lo aout32.lo" ;;
14712     arc_elf32_be_vec)            tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14713     arc_elf32_le_vec)            tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14714     arm_elf32_be_vec)            tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14715     arm_elf32_le_vec)            tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14716     arm_elf32_fdpic_be_vec)      tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14717     arm_elf32_fdpic_le_vec)      tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14718     arm_elf32_nacl_be_vec)       tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14719     arm_elf32_nacl_le_vec)       tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14720     arm_elf32_symbian_be_vec)    tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14721     arm_elf32_symbian_le_vec)    tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14722     arm_elf32_vxworks_be_vec)    tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14723     arm_elf32_vxworks_le_vec)    tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14724     arm_pe_be_vec)               tb="$tb pe-arm.lo peigen.lo $coff" ;;
14725     arm_pe_le_vec)               tb="$tb pe-arm.lo peigen.lo $coff" ;;
14726     arm_pe_wince_be_vec)         tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14727     arm_pe_wince_le_vec)         tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14728     arm_pei_be_vec)              tb="$tb pei-arm.lo peigen.lo $coff" ;;
14729     arm_pei_le_vec)              tb="$tb pei-arm.lo peigen.lo $coff" ;;
14730     arm_pei_wince_be_vec)        tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
14731     arm_pei_wince_le_vec)        tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
14732     arm_mach_o_vec)              tb="$tb mach-o-arm.lo" ;;
14733     avr_elf32_vec)               tb="$tb elf32-avr.lo elf32.lo $elf" ;;
14734     bfin_elf32_vec)              tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14735     bfin_elf32_fdpic_vec)        tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14736     cr16_elf32_vec)              tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
14737     cr16c_elf32_vec)             tb="$tb elf32-cr16c.lo elf32.lo $elf" ;;
14738     cris_aout_vec)               tb="$tb aout-cris.lo" ;;
14739     cris_elf32_vec)              tb="$tb elf32-cris.lo elf32.lo $elf" ;;
14740     cris_elf32_us_vec)           tb="$tb elf32-cris.lo elf32.lo $elf" ;;
14741     crx_elf32_vec)               tb="$tb elf32-crx.lo elf32.lo $elf" ;;
14742     csky_elf32_be_vec)           tb="$tb elf32-csky.lo elf32.lo $elf" ;;
14743     csky_elf32_le_vec)           tb="$tb elf32-csky.lo elf32.lo $elf" ;;
14744     d10v_elf32_vec)              tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
14745     d30v_elf32_vec)              tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
14746     dlx_elf32_be_vec)            tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
14747     elf32_be_vec)                tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14748     elf32_le_vec)                tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14749     elf64_be_vec)                tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14750     elf64_le_vec)                tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14751     bpf_elf64_le_vec)            tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;;
14752     bpf_elf64_be_vec)            tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;;
14753     epiphany_elf32_vec)          tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
14754     fr30_elf32_vec)              tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
14755     frv_elf32_vec)               tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14756     frv_elf32_fdpic_vec)         tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14757     h8300_elf32_vec)             tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
14758     h8300_elf32_linux_vec)       tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
14759     hppa_elf32_vec)              tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14760     hppa_elf32_linux_vec)        tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14761     hppa_elf32_nbsd_vec)         tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14762     hppa_elf64_vec)              tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14763     hppa_elf64_linux_vec)        tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14764     hppa_som_vec)                tb="$tb som.lo" ;;
14765     i386_aout_vec)               tb="$tb i386aout.lo aout32.lo" ;;
14766     i386_aout_bsd_vec)           tb="$tb i386bsd.lo aout32.lo" ;;
14767     i386_aout_lynx_vec)          tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
14768     i386_coff_vec)               tb="$tb coff-i386.lo $coff" ;;
14769     i386_coff_go32_vec)          tb="$tb coff-go32.lo $coff" ;;
14770     i386_coff_go32stubbed_vec)   tb="$tb coff-stgo32.lo $coff" ;;
14771     i386_coff_lynx_vec)          tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
14772     i386_elf32_vec)              tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14773     i386_elf32_fbsd_vec)         tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14774     i386_elf32_nacl_vec)         tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14775     i386_elf32_sol2_vec)         tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14776     i386_elf32_vxworks_vec)      tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14777     i386_mach_o_vec)             tb="$tb mach-o-i386.lo" ;;
14778     i386_msdos_vec)              tb="$tb i386msdos.lo" ;;
14779     i386_pe_vec)                 tb="$tb pe-i386.lo peigen.lo $coff" ;;
14780     i386_pei_vec)                tb="$tb pei-i386.lo peigen.lo $coff" ;;
14781     iamcu_elf32_vec)             tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14782     ia64_elf32_be_vec)           tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14783     ia64_elf32_hpux_be_vec)      tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14784     ia64_elf64_be_vec)           tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14785     ia64_elf64_le_vec)           tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14786     ia64_elf64_hpux_be_vec)      tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14787     ia64_elf64_vms_vec)          tb="$tb elf64-ia64-vms.lo elf64-ia64.lo elfxx-ia64.lo elf64.lo vms-lib.lo vms-misc.lo $elf"; target_size=64 ;;
14788     ia64_pei_vec)                tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
14789     ip2k_elf32_vec)              tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
14790     iq2000_elf32_vec)            tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
14791     k1om_elf64_vec)              tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14792     k1om_elf64_fbsd_vec)         tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14793     l1om_elf64_vec)              tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14794     l1om_elf64_fbsd_vec)         tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14795     lm32_elf32_vec)              tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14796     lm32_elf32_fdpic_vec)        tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14797     m32c_elf32_vec)              tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
14798     m32r_elf32_vec)              tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14799     m32r_elf32_le_vec)           tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14800     m32r_elf32_linux_vec)        tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14801     m32r_elf32_linux_le_vec)     tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14802     m68hc11_elf32_vec)           tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14803     m68hc12_elf32_vec)           tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14804     m68k_elf32_vec)              tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
14805     s12z_elf32_vec)              tb="$tb elf32-s12z.lo elf32.lo $elf" ;;
14806     mach_o_be_vec)               tb="$tb mach-o.lo dwarf2.lo" ;;
14807     mach_o_le_vec)               tb="$tb mach-o.lo dwarf2.lo" ;;
14808     mach_o_fat_vec)              tb="$tb mach-o.lo dwarf2.lo" ;;
14809     mcore_elf32_be_vec)          tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14810     mcore_elf32_le_vec)          tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14811     mcore_pe_be_vec)             tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14812     mcore_pe_le_vec)             tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14813     mcore_pei_be_vec)            tb="$tb pei-mcore.lo peigen.lo $coff" ;;
14814     mcore_pei_le_vec)            tb="$tb pei-mcore.lo peigen.lo $coff" ;;
14815     mep_elf32_vec)               tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14816     mep_elf32_le_vec)            tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14817     metag_elf32_vec)             tb="$tb elf32-metag.lo elf32.lo $elf" ;;
14818     microblaze_elf32_vec)        tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
14819     microblaze_elf32_le_vec)     tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
14820     mips_ecoff_be_vec)           tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14821     mips_ecoff_le_vec)           tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14822     mips_ecoff_bele_vec)         tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14823     mips_elf32_be_vec)           tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14824     mips_elf32_le_vec)           tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14825     mips_elf32_n_be_vec)         tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14826     mips_elf32_n_le_vec)         tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14827     mips_elf32_ntrad_be_vec)     tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14828     mips_elf32_ntrad_le_vec)     tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14829     mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14830     mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14831     mips_elf32_trad_be_vec)      tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14832     mips_elf32_trad_le_vec)      tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14833     mips_elf32_tradfbsd_be_vec)  tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14834     mips_elf32_tradfbsd_le_vec)  tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14835     mips_elf32_vxworks_be_vec)   tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14836     mips_elf32_vxworks_le_vec)   tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14837     mips_elf64_be_vec)           tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14838     mips_elf64_le_vec)           tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14839     mips_elf64_trad_be_vec)      tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14840     mips_elf64_trad_le_vec)      tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14841     mips_elf64_tradfbsd_be_vec)  tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14842     mips_elf64_tradfbsd_le_vec)  tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14843     mmix_elf64_vec)              tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
14844     mmix_mmo_vec)                        tb="$tb mmo.lo" target_size=64 ;;
14845     mn10200_elf32_vec)           tb="$tb elf-m10200.lo elf32.lo $elf" ;;
14846     mn10300_elf32_vec)           tb="$tb elf-m10300.lo elf32.lo $elf" ;;
14847     moxie_elf32_be_vec)          tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14848     moxie_elf32_le_vec)          tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14849     msp430_elf32_vec)            tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14850     msp430_elf32_ti_vec)         tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14851     mt_elf32_vec)                tb="$tb elf32-mt.lo elf32.lo $elf" ;;
14852     nds32_elf32_be_vec)          tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14853     nds32_elf32_le_vec)          tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14854     nds32_elf32_linux_be_vec)    tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14855     nds32_elf32_linux_le_vec)    tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14856     nfp_elf64_vec)               tb="$tb elf64-nfp.lo elf64.lo $elf" ;;
14857     nios2_elf32_be_vec)          tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14858     nios2_elf32_le_vec)          tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14859     ns32k_aout_pc532mach_vec)    tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
14860     ns32k_aout_pc532nbsd_vec)    tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
14861     or1k_elf32_vec)              tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
14862     pdp11_aout_vec)              tb="$tb pdp11.lo" ;;
14863     pef_vec)                     tb="$tb pef.lo" ;;
14864     pef_xlib_vec)                tb="$tb pef.lo" ;;
14865     pj_elf32_vec)                tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14866     pj_elf32_le_vec)             tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14867     powerpc_boot_vec)            tb="$tb ppcboot.lo" ;;
14868     powerpc_elf32_vec)           tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14869     powerpc_elf32_le_vec)        tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14870     powerpc_elf32_fbsd_vec)      tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14871     powerpc_elf32_vxworks_vec)   tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14872     powerpc_elf64_vec)           tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14873     powerpc_elf64_le_vec)        tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14874     powerpc_elf64_fbsd_vec)      tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14875     powerpc_pe_vec)              tb="$tb pe-ppc.lo peigen.lo $coff" ;;
14876     powerpc_pe_le_vec)           tb="$tb pe-ppc.lo peigen.lo $coff" ;;
14877     powerpc_pei_vec)             tb="$tb pei-ppc.lo peigen.lo $coff" ;;
14878     powerpc_pei_le_vec)          tb="$tb pei-ppc.lo peigen.lo $coff" ;;
14879     powerpc_xcoff_vec)           tb="$tb coff-rs6000.lo $xcoff" ;;
14880     pru_elf32_vec)               tb="$tb elf32-pru.lo elf32.lo $elf" ;;
14881     riscv_elf32_vec)             tb="$tb elf32-riscv.lo elfxx-riscv.lo elf32.lo $elf" ;;
14882     riscv_elf64_vec)             tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf32.lo $elf"; target_size=64 ;;
14883     rl78_elf32_vec)              tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
14884     rs6000_xcoff64_vec)          tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14885     rs6000_xcoff64_aix_vec)      tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14886     rs6000_xcoff_vec)            tb="$tb coff-rs6000.lo $xcoff" ;;
14887     rx_elf32_be_vec)             tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14888     rx_elf32_be_ns_vec)          tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14889     rx_elf32_le_vec)             tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14890     rx_elf32_linux_le_vec)       tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14891     s390_elf32_vec)              tb="$tb elf32-s390.lo elf32.lo $elf" ;;
14892     s390_elf64_vec)              tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
14893     score_elf32_be_vec)          tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;;
14894     score_elf32_le_vec)          tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;;
14895     sh_coff_vec)                 tb="$tb coff-sh.lo $coff" ;;
14896     sh_coff_le_vec)              tb="$tb coff-sh.lo $coff" ;;
14897     sh_coff_small_vec)           tb="$tb coff-sh.lo $coff" ;;
14898     sh_coff_small_le_vec)        tb="$tb coff-sh.lo $coff" ;;
14899     sh_elf32_vec)                tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14900     sh_elf32_le_vec)             tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14901     sh_elf32_fdpic_be_vec)       tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14902     sh_elf32_fdpic_le_vec)       tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14903     sh_elf32_linux_vec)          tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14904     sh_elf32_linux_be_vec)       tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14905     sh_elf32_nbsd_vec)           tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14906     sh_elf32_nbsd_le_vec)        tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14907     sh_elf32_vxworks_vec)        tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14908     sh_elf32_vxworks_le_vec)     tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14909     sh_pe_le_vec)                tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
14910     sh_pei_le_vec)               tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
14911     sparc_elf32_vec)             tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14912     sparc_elf32_sol2_vec)        tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14913     sparc_elf32_vxworks_vec)     tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14914     sparc_elf64_vec)             tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14915     sparc_elf64_fbsd_vec)        tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14916     sparc_elf64_sol2_vec)        tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14917     spu_elf32_vec)               tb="$tb elf32-spu.lo elf32.lo $elf" ;;
14918     sym_vec)                     tb="$tb xsym.lo" ;;
14919     tic30_aout_vec)              tb="$tb aout-tic30.lo" ;;
14920     tic30_coff_vec)              tb="$tb coff-tic30.lo $coffgen" ;;
14921     tic4x_coff0_vec)             tb="$tb coff-tic4x.lo $coffgen" ;;
14922     tic4x_coff0_beh_vec)         tb="$tb coff-tic4x.lo $coffgen" ;;
14923     tic4x_coff1_vec)             tb="$tb coff-tic4x.lo $coffgen" ;;
14924     tic4x_coff1_beh_vec)         tb="$tb coff-tic4x.lo $coffgen" ;;
14925     tic4x_coff2_vec)             tb="$tb coff-tic4x.lo $coffgen" ;;
14926     tic4x_coff2_beh_vec)         tb="$tb coff-tic4x.lo $coffgen" ;;
14927     tic54x_coff0_vec)            tb="$tb coff-tic54x.lo $coffgen" ;;
14928     tic54x_coff0_beh_vec)        tb="$tb coff-tic54x.lo $coffgen" ;;
14929     tic54x_coff1_vec)            tb="$tb coff-tic54x.lo $coffgen" ;;
14930     tic54x_coff1_beh_vec)        tb="$tb coff-tic54x.lo $coffgen" ;;
14931     tic54x_coff2_vec)            tb="$tb coff-tic54x.lo $coffgen" ;;
14932     tic54x_coff2_beh_vec)        tb="$tb coff-tic54x.lo $coffgen" ;;
14933     tic6x_elf32_be_vec)          tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14934     tic6x_elf32_le_vec)          tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14935     tic6x_elf32_c6000_be_vec)    tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14936     tic6x_elf32_c6000_le_vec)    tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14937     tic6x_elf32_linux_be_vec)    tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14938     tic6x_elf32_linux_le_vec)    tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14939     tic80_coff_vec)              tb="$tb coff-tic80.lo $coff" ;;
14940     tilegx_elf32_be_vec)         tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14941     tilegx_elf32_le_vec)         tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14942     tilegx_elf64_be_vec)         tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14943     tilegx_elf64_le_vec)         tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14944     tilepro_elf32_vec)           tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
14945     v800_elf32_vec)              tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14946     v850_elf32_vec)              tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14947     vax_aout_1knbsd_vec)         tb="$tb vax1knetbsd.lo aout32.lo" ;;
14948     vax_aout_nbsd_vec)           tb="$tb vaxnetbsd.lo aout32.lo" ;;
14949     vax_elf32_vec)               tb="$tb elf32-vax.lo elf32.lo $elf" ;;
14950     ft32_elf32_vec)              tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
14951     visium_elf32_vec)            tb="$tb elf32-visium.lo elf32.lo $elf" ;;
14952     wasm_vec)                    tb="$tb wasm-module.lo" ;;
14953     wasm32_elf32_vec)            tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
14954     x86_64_coff_vec)             tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
14955     x86_64_elf32_vec)            tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
14956     x86_64_elf32_nacl_vec)       tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
14957     x86_64_elf64_vec)            tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14958     x86_64_elf64_cloudabi_vec)   tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14959     x86_64_elf64_fbsd_vec)       tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14960     x86_64_elf64_nacl_vec)       tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14961     x86_64_elf64_sol2_vec)       tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14962     x86_64_mach_o_vec)           tb="$tb mach-o-x86-64.lo" ;;
14963     x86_64_pe_vec)               tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14964     x86_64_pe_be_vec)            tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14965     x86_64_pei_vec)              tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14966     xc16x_elf32_vec)             tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
14967     xgate_elf32_vec)             tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
14968     xstormy16_elf32_vec)         tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
14969     xtensa_elf32_be_vec)         tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14970     xtensa_elf32_le_vec)         tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14971     z80_coff_vec)                tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
14972     z8k_coff_vec)                tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
14973
14974     # These appear out of order in targets.c
14975     srec_vec)                    tb="$tb srec.lo" ;;
14976     symbolsrec_vec)              tb="$tb srec.lo" ;;
14977     tekhex_vec)                  tb="$tb tekhex.lo" ;;
14978     core_cisco_be_vec)           tb="$tb cisco-core.lo" ;;
14979     core_cisco_le_vec)           tb="$tb cisco-core.lo" ;;
14980
14981     "")                          ;;
14982     *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;;
14983     esac
14984
14985     if test ${target_size} = 64; then
14986         target64=true
14987     fi
14988     if test x"${vec}" = x"${defvec}"; then
14989         bfd_default_target_size=${target_size}
14990     fi
14991 done
14992
14993 if test "$plugins" = "yes"; then
14994      tb="$tb plugin.lo"
14995 fi
14996
14997 # Target architecture .o files.
14998 # A couple of CPUs use shorter file names to avoid problems on DOS
14999 # filesystems.
15000 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
15001
15002 # Weed out duplicate .o files.
15003 f=""
15004 for i in $tb ; do
15005     case " $f " in
15006     *" $i "*) ;;
15007     *) f="$f $i" ;;
15008     esac
15009 done
15010 tb="$f"
15011
15012 f=""
15013 for i in $ta ; do
15014     case " $f " in
15015     *" $i "*) ;;
15016     *) f="$f $i" ;;
15017     esac
15018 done
15019 ta="$f"
15020
15021 bfd_backends="$tb"
15022 bfd_machines="$ta"
15023
15024 if test x${all_targets} = xtrue ; then
15025   bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
15026   bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
15027   selvecs=
15028   havevecs=-DHAVE_all_vecs
15029   selarchs=
15030   test -n "$assocvecs" &&
15031     assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15032 else    # all_targets is true
15033   # Only set these if they will be nonempty, for the clever echo.
15034   havevecs=
15035   assocvecs=
15036   test -n "$selvecs" &&
15037     havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
15038   test -n "$selvecs" &&
15039     selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15040   test -n "$selarchs" &&
15041     selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15042 fi      # all_targets is true
15043
15044 # 64-bit archives need a 64-bit bfd_vma.
15045 if test "x$want_64_bit_archive" = xtrue; then
15046   want64=true
15047
15048 $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
15049
15050 fi
15051
15052 case ${host64}-${target64}-${want64} in
15053   *true*)
15054     wordsize=64
15055     bfd64_libs='$(BFD64_LIBS)'
15056     all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
15057     if test $BFD_HOST_64_BIT_DEFINED = 0; then
15058       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
15059 $as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
15060       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
15061 $as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
15062     fi
15063     if test -n "$GCC" ; then
15064        bad_64bit_gcc=no;
15065        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
15066 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
15067        # Add more tests for gcc versions with non-working 64-bit support here.
15068        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15069 /* end confdefs.h.  */
15070 :__GNUC__:__GNUC_MINOR__:__i386__:
15071 _ACEOF
15072 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15073   $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
15074   bad_64bit_gcc=yes;
15075                     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
15076 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
15077 else
15078   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15079 $as_echo "no" >&6; }
15080 fi
15081 rm -f conftest*
15082
15083        if test $bad_64bit_gcc = yes ; then
15084          as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
15085        fi
15086     fi
15087     ;;
15088   false-false-false)
15089     wordsize=32
15090     all_backends='$(BFD32_BACKENDS)'
15091     ;;
15092 esac
15093
15094 tdefaults=""
15095 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
15096 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
15097 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
15098 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
15099
15100
15101
15102
15103
15104
15105
15106
15107
15108
15109 # If we are configured native, pick a core file support file.
15110 COREFILE=
15111 COREFLAG=
15112 CORE_HEADER=
15113 TRAD_HEADER=
15114 if test "${target}" = "${host}"; then
15115   case "${host}" in
15116   alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
15117         COREFILE=''
15118         ;;
15119   alpha*-*-linux-*)
15120         COREFILE=trad-core.lo
15121         TRAD_HEADER='"hosts/alphalinux.h"'
15122         ;;
15123   alpha*-*-netbsd* | alpha*-*-openbsd*)
15124         COREFILE=netbsd-core.lo
15125         ;;
15126   alpha*-*-*)
15127         COREFILE=osf-core.lo
15128         ;;
15129   arm-*-freebsd* | arm-*-kfreebsd*-gnu)
15130         COREFILE='' ;;
15131   arm-*-netbsd* | arm-*-openbsd*)
15132         COREFILE=netbsd-core.lo
15133         ;;
15134   arm-*-riscix)         COREFILE=trad-core.lo ;;
15135   hppa*-*-hpux*)        COREFILE=hpux-core.lo ;;
15136   hppa*-*-hiux*)        COREFILE=hpux-core.lo ;;
15137   hppa*-*-mpeix*)       COREFILE=hpux-core.lo ;;
15138   hppa*-*-bsd*)         COREFILE="hpux-core.lo hppabsd-core.lo"
15139                         COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
15140   hppa*-*-netbsd* | hppa*-*-openbsd*)
15141         COREFILE=netbsd-core.lo
15142         ;;
15143
15144   i[3-7]86-sequent-bsd*)
15145         COREFILE=trad-core.lo
15146         TRAD_HEADER='"hosts/symmetry.h"'
15147         ;;
15148   i[3-7]86-sequent-sysv4*) ;;
15149   i[3-7]86-sequent-sysv*)
15150         COREFILE=trad-core.lo
15151         TRAD_HEADER='"hosts/symmetry.h"'
15152         ;;
15153   i[3-7]86-*-bsdi)
15154         COREFILE=
15155         ;;
15156   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*)
15157         COREFILE=trad-core.lo
15158         TRAD_HEADER='"hosts/i386bsd.h"'
15159         ;;
15160   i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
15161         COREFILE=''
15162         TRAD_HEADER='"hosts/i386bsd.h"'
15163         ;;
15164   i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
15165         COREFILE=netbsd-core.lo
15166         ;;
15167   i[3-7]86-esix-sysv3*)
15168         COREFILE=trad-core.lo
15169         TRAD_HEADER='"hosts/esix.h"'
15170         ;;
15171   i[3-7]86-*-sco3.2v5*)
15172         COREFILE=sco5-core.lo
15173         ;;
15174   i[3-7]86-*-sco* | i[3-7]86-*-isc*)
15175         COREFILE=trad-core.lo
15176         TRAD_HEADER='"hosts/i386sco.h"'
15177         ;;
15178   i[3-7]86-*-mach3*)
15179         COREFILE=trad-core.lo
15180         TRAD_HEADER='"hosts/i386mach3.h"'
15181         ;;
15182   i[3-7]86-*-linux-*)
15183         COREFILE=trad-core.lo
15184         TRAD_HEADER='"hosts/i386linux.h"'
15185         case "$enable_targets"-"$want64" in
15186         *x86_64-*linux*|*-true)
15187           CORE_HEADER='"hosts/x86-64linux.h"'
15188         esac
15189         ;;
15190   i[3-7]86-*-isc*)      COREFILE=trad-core.lo ;;
15191   i[3-7]86-*-aix*)      COREFILE=aix386-core.lo ;;
15192   mips-*-netbsd* | mips*-*-openbsd*)
15193         COREFILE=netbsd-core.lo
15194         ;;
15195   mips-sgi-irix4*)      COREFILE=irix-core.lo ;;
15196   mips-sgi-irix5*)      COREFILE=irix-core.lo ;;
15197   mips-sgi-irix6*)      COREFILE=irix-core.lo ;;
15198   m68*-*-linux-*)
15199         COREFILE=trad-core.lo
15200         TRAD_HEADER='"hosts/m68klinux.h"'
15201         ;;
15202   m68*-*-netbsd*)
15203         COREFILE=netbsd-core.lo
15204         ;;
15205   ns32k-pc532-mach)
15206         COREFILE=trad-core.lo
15207         TRAD_HEADER='"hosts/pc532mach.h"'
15208         ;;
15209   ns32k-*-netbsd* | ns32k-*-openbsd*)
15210         COREFILE=netbsd-core.lo
15211         ;;
15212   rs6000-*-lynx*)
15213         COREFILE=lynx-core.lo
15214         ;;
15215   rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
15216         COREFILE=rs6000-core.lo
15217         COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
15218         ;;
15219   rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
15220         COREFILE=rs6000-core.lo
15221         COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
15222         # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
15223         # have c_impl as a member of struct core_dumpx
15224         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
15225 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
15226         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15227 /* end confdefs.h.  */
15228 #include <core.h>
15229 int
15230 main ()
15231 {
15232 struct core_dumpx c; c.c_impl = 0;
15233   ;
15234   return 0;
15235 }
15236 _ACEOF
15237 if ac_fn_c_try_compile "$LINENO"; then :
15238
15239 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
15240
15241           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15242 $as_echo "yes" >&6; }
15243 else
15244   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15245 $as_echo "no" >&6; }
15246 fi
15247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15248         ;;
15249   rs6000-*-aix4*)       COREFILE=rs6000-core.lo ;;
15250   rs6000-*-*)           COREFILE=rs6000-core.lo ;;
15251   powerpc64-*-aix*)     COREFILE=rs6000-core.lo ;;
15252   powerpc-*-aix4*)      COREFILE=rs6000-core.lo ;;
15253   powerpc-*-aix*)       COREFILE=rs6000-core.lo ;;
15254   powerpc-*-beos*)      ;;
15255   powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
15256                         COREFILE='' ;;
15257   powerpc-*-netbsd*)    COREFILE=netbsd-core.lo ;;
15258   powerpc-*-*bsd*)      COREFILE=netbsd-core.lo ;;
15259   s390*-*-*)            COREFILE=trad-core.lo ;;
15260   sh*-*-netbsd* | sh*-*-openbsd*)
15261         COREFILE=netbsd-core.lo
15262         ;;
15263   sparc-*-netbsd* | sparc*-*-openbsd*)
15264         COREFILE=netbsd-core.lo
15265         ;;
15266   vax-*-netbsd* | vax-*-openbsd*)
15267         COREFILE=netbsd-core.lo
15268         ;;
15269   vax-*-ultrix2*)
15270         COREFILE=trad-core.lo
15271         TRAD_HEADER='"hosts/vaxult2.h"'
15272         ;;
15273   vax-*-ultrix*)
15274         COREFILE=trad-core.lo
15275         TRAD_HEADER='"hosts/vaxult2.h"'
15276         ;;
15277   vax-*-linux-*)
15278         COREFILE=trad-core.lo
15279         TRAD_HEADER='"hosts/vaxlinux.h"'
15280         ;;
15281   vax-*-*)
15282         COREFILE=trad-core.lo
15283         TRAD_HEADER='"hosts/vaxbsd.h"'
15284         ;;
15285   x86_64-*-linux*)
15286         CORE_HEADER='"hosts/x86-64linux.h"'
15287         ;;
15288   x86_64-*-netbsd* | x86_64-*-openbsd*)
15289         COREFILE=netbsd-core.lo
15290         ;;
15291   esac
15292
15293   case "$COREFILE" in
15294   aix386-core.lo)       COREFLAG=-DAIX386_CORE ;;
15295   hppabsd-core.lo)      COREFLAG=-DHPPABSD_CORE ;;
15296   hpux-core.lo)         COREFLAG=-DHPUX_CORE ;;
15297   irix-core.lo)         COREFLAG=-DIRIX_CORE ;;
15298   lynx-core.lo)         COREFLAG=-DLYNX_CORE ;;
15299   netbsd-core.lo)       COREFLAG=-DNETBSD_CORE ;;
15300   osf-core.lo)          COREFLAG=-DOSF_CORE ;;
15301   ptrace-core.lo)       COREFLAG=-DPTRACE_CORE ;;
15302   rs6000-core.lo)       COREFLAG="$COREFLAG -DAIX_CORE" ;;
15303   sco5-core.lo)         COREFLAG="$COREFLAG -DSCO5_CORE" ;;
15304   trad-core.lo)         COREFLAG="$COREFLAG -DTRAD_CORE" ;;
15305   esac
15306
15307   # ELF corefile support has several flavors, but all of
15308   # them use something called <sys/procfs.h>
15309   for ac_header in sys/procfs.h
15310 do :
15311   ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
15312 if test "x$ac_cv_header_sys_procfs_h" = xyes; then :
15313   cat >>confdefs.h <<_ACEOF
15314 #define HAVE_SYS_PROCFS_H 1
15315 _ACEOF
15316
15317 fi
15318
15319 done
15320
15321   if test "$ac_cv_header_sys_procfs_h" = yes; then
15322     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
15323 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
15324  if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then :
15325   $as_echo_n "(cached) " >&6
15326 else
15327   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15328 /* end confdefs.h.  */
15329
15330 #define _SYSCALL32
15331 /* Needed for new procfs interface on sparc-solaris.  */
15332 #define _STRUCTURED_PROC 1
15333 #include <sys/procfs.h>
15334 int
15335 main ()
15336 {
15337 prstatus_t avar
15338   ;
15339   return 0;
15340 }
15341 _ACEOF
15342 if ac_fn_c_try_compile "$LINENO"; then :
15343   bfd_cv_have_sys_procfs_type_prstatus_t=yes
15344 else
15345   bfd_cv_have_sys_procfs_type_prstatus_t=no
15346
15347 fi
15348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15349 fi
15350
15351  if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
15352
15353 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
15354
15355  fi
15356  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
15357 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
15358
15359     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
15360 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
15361  if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then :
15362   $as_echo_n "(cached) " >&6
15363 else
15364   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15365 /* end confdefs.h.  */
15366
15367 #define _SYSCALL32
15368 /* Needed for new procfs interface on sparc-solaris.  */
15369 #define _STRUCTURED_PROC 1
15370 #include <sys/procfs.h>
15371 int
15372 main ()
15373 {
15374 prstatus32_t avar
15375   ;
15376   return 0;
15377 }
15378 _ACEOF
15379 if ac_fn_c_try_compile "$LINENO"; then :
15380   bfd_cv_have_sys_procfs_type_prstatus32_t=yes
15381 else
15382   bfd_cv_have_sys_procfs_type_prstatus32_t=no
15383
15384 fi
15385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15386 fi
15387
15388  if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
15389
15390 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
15391
15392  fi
15393  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
15394 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
15395
15396     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
15397 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
15398  if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then :
15399   $as_echo_n "(cached) " >&6
15400 else
15401   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15402 /* end confdefs.h.  */
15403
15404 #define _SYSCALL32
15405 /* Needed for new procfs interface on sparc-solaris.  */
15406 #define _STRUCTURED_PROC 1
15407 #include <sys/procfs.h>
15408 int
15409 main ()
15410 {
15411 prstatus_t avar; void* aref = (void*) &avar.pr_who
15412   ;
15413   return 0;
15414 }
15415 _ACEOF
15416 if ac_fn_c_try_compile "$LINENO"; then :
15417   bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
15418 else
15419   bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
15420
15421 fi
15422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15423 fi
15424
15425  if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
15426
15427 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
15428
15429  fi
15430  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
15431 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
15432
15433     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
15434 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
15435  if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then :
15436   $as_echo_n "(cached) " >&6
15437 else
15438   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15439 /* end confdefs.h.  */
15440
15441 #define _SYSCALL32
15442 /* Needed for new procfs interface on sparc-solaris.  */
15443 #define _STRUCTURED_PROC 1
15444 #include <sys/procfs.h>
15445 int
15446 main ()
15447 {
15448 prstatus32_t avar; void* aref = (void*) &avar.pr_who
15449   ;
15450   return 0;
15451 }
15452 _ACEOF
15453 if ac_fn_c_try_compile "$LINENO"; then :
15454   bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
15455 else
15456   bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
15457
15458 fi
15459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15460 fi
15461
15462  if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
15463
15464 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
15465
15466  fi
15467  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
15468 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
15469
15470     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
15471 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
15472  if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then :
15473   $as_echo_n "(cached) " >&6
15474 else
15475   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15476 /* end confdefs.h.  */
15477
15478 #define _SYSCALL32
15479 /* Needed for new procfs interface on sparc-solaris.  */
15480 #define _STRUCTURED_PROC 1
15481 #include <sys/procfs.h>
15482 int
15483 main ()
15484 {
15485 pstatus_t avar
15486   ;
15487   return 0;
15488 }
15489 _ACEOF
15490 if ac_fn_c_try_compile "$LINENO"; then :
15491   bfd_cv_have_sys_procfs_type_pstatus_t=yes
15492 else
15493   bfd_cv_have_sys_procfs_type_pstatus_t=no
15494
15495 fi
15496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15497 fi
15498
15499  if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
15500
15501 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
15502
15503  fi
15504  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
15505 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
15506
15507     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
15508 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
15509  if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then :
15510   $as_echo_n "(cached) " >&6
15511 else
15512   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15513 /* end confdefs.h.  */
15514
15515 #define _SYSCALL32
15516 /* Needed for new procfs interface on sparc-solaris.  */
15517 #define _STRUCTURED_PROC 1
15518 #include <sys/procfs.h>
15519 int
15520 main ()
15521 {
15522 pxstatus_t avar
15523   ;
15524   return 0;
15525 }
15526 _ACEOF
15527 if ac_fn_c_try_compile "$LINENO"; then :
15528   bfd_cv_have_sys_procfs_type_pxstatus_t=yes
15529 else
15530   bfd_cv_have_sys_procfs_type_pxstatus_t=no
15531
15532 fi
15533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15534 fi
15535
15536  if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
15537
15538 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
15539
15540  fi
15541  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
15542 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
15543
15544     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
15545 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
15546  if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then :
15547   $as_echo_n "(cached) " >&6
15548 else
15549   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15550 /* end confdefs.h.  */
15551
15552 #define _SYSCALL32
15553 /* Needed for new procfs interface on sparc-solaris.  */
15554 #define _STRUCTURED_PROC 1
15555 #include <sys/procfs.h>
15556 int
15557 main ()
15558 {
15559 pstatus32_t avar
15560   ;
15561   return 0;
15562 }
15563 _ACEOF
15564 if ac_fn_c_try_compile "$LINENO"; then :
15565   bfd_cv_have_sys_procfs_type_pstatus32_t=yes
15566 else
15567   bfd_cv_have_sys_procfs_type_pstatus32_t=no
15568
15569 fi
15570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15571 fi
15572
15573  if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
15574
15575 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
15576
15577  fi
15578  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
15579 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
15580
15581     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
15582 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
15583  if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then :
15584   $as_echo_n "(cached) " >&6
15585 else
15586   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15587 /* end confdefs.h.  */
15588
15589 #define _SYSCALL32
15590 /* Needed for new procfs interface on sparc-solaris.  */
15591 #define _STRUCTURED_PROC 1
15592 #include <sys/procfs.h>
15593 int
15594 main ()
15595 {
15596 prpsinfo_t avar
15597   ;
15598   return 0;
15599 }
15600 _ACEOF
15601 if ac_fn_c_try_compile "$LINENO"; then :
15602   bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
15603 else
15604   bfd_cv_have_sys_procfs_type_prpsinfo_t=no
15605
15606 fi
15607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15608 fi
15609
15610  if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
15611
15612 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
15613
15614  fi
15615  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
15616 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
15617
15618     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
15619 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
15620  if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then :
15621   $as_echo_n "(cached) " >&6
15622 else
15623   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15624 /* end confdefs.h.  */
15625
15626 #define _SYSCALL32
15627 /* Needed for new procfs interface on sparc-solaris.  */
15628 #define _STRUCTURED_PROC 1
15629 #include <sys/procfs.h>
15630 int
15631 main ()
15632 {
15633 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
15634   ;
15635   return 0;
15636 }
15637 _ACEOF
15638 if ac_fn_c_try_compile "$LINENO"; then :
15639   bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
15640 else
15641   bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
15642
15643 fi
15644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15645 fi
15646
15647  if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
15648
15649 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
15650
15651  fi
15652  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
15653 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
15654
15655     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
15656 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
15657  if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then :
15658   $as_echo_n "(cached) " >&6
15659 else
15660   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15661 /* end confdefs.h.  */
15662
15663 #define _SYSCALL32
15664 /* Needed for new procfs interface on sparc-solaris.  */
15665 #define _STRUCTURED_PROC 1
15666 #include <sys/procfs.h>
15667 int
15668 main ()
15669 {
15670 prpsinfo32_t avar
15671   ;
15672   return 0;
15673 }
15674 _ACEOF
15675 if ac_fn_c_try_compile "$LINENO"; then :
15676   bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
15677 else
15678   bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
15679
15680 fi
15681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15682 fi
15683
15684  if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
15685
15686 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
15687
15688  fi
15689  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
15690 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
15691
15692     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
15693 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15694  if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then :
15695   $as_echo_n "(cached) " >&6
15696 else
15697   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15698 /* end confdefs.h.  */
15699
15700 #define _SYSCALL32
15701 /* Needed for new procfs interface on sparc-solaris.  */
15702 #define _STRUCTURED_PROC 1
15703 #include <sys/procfs.h>
15704 int
15705 main ()
15706 {
15707 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
15708   ;
15709   return 0;
15710 }
15711 _ACEOF
15712 if ac_fn_c_try_compile "$LINENO"; then :
15713   bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
15714 else
15715   bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
15716
15717 fi
15718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15719 fi
15720
15721  if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
15722
15723 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
15724
15725  fi
15726  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
15727 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
15728
15729     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
15730 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
15731  if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then :
15732   $as_echo_n "(cached) " >&6
15733 else
15734   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15735 /* end confdefs.h.  */
15736
15737 #define _SYSCALL32
15738 /* Needed for new procfs interface on sparc-solaris.  */
15739 #define _STRUCTURED_PROC 1
15740 #include <sys/procfs.h>
15741 int
15742 main ()
15743 {
15744 psinfo_t avar
15745   ;
15746   return 0;
15747 }
15748 _ACEOF
15749 if ac_fn_c_try_compile "$LINENO"; then :
15750   bfd_cv_have_sys_procfs_type_psinfo_t=yes
15751 else
15752   bfd_cv_have_sys_procfs_type_psinfo_t=no
15753
15754 fi
15755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15756 fi
15757
15758  if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
15759
15760 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
15761
15762  fi
15763  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
15764 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
15765
15766     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
15767 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
15768  if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then :
15769   $as_echo_n "(cached) " >&6
15770 else
15771   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15772 /* end confdefs.h.  */
15773
15774 #define _SYSCALL32
15775 /* Needed for new procfs interface on sparc-solaris.  */
15776 #define _STRUCTURED_PROC 1
15777 #include <sys/procfs.h>
15778 int
15779 main ()
15780 {
15781 psinfo_t avar; void* aref = (void*) &avar.pr_pid
15782   ;
15783   return 0;
15784 }
15785 _ACEOF
15786 if ac_fn_c_try_compile "$LINENO"; then :
15787   bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
15788 else
15789   bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
15790
15791 fi
15792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15793 fi
15794
15795  if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
15796
15797 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
15798
15799  fi
15800  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
15801 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
15802
15803     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
15804 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
15805  if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then :
15806   $as_echo_n "(cached) " >&6
15807 else
15808   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15809 /* end confdefs.h.  */
15810
15811 #define _SYSCALL32
15812 /* Needed for new procfs interface on sparc-solaris.  */
15813 #define _STRUCTURED_PROC 1
15814 #include <sys/procfs.h>
15815 int
15816 main ()
15817 {
15818 psinfo32_t avar
15819   ;
15820   return 0;
15821 }
15822 _ACEOF
15823 if ac_fn_c_try_compile "$LINENO"; then :
15824   bfd_cv_have_sys_procfs_type_psinfo32_t=yes
15825 else
15826   bfd_cv_have_sys_procfs_type_psinfo32_t=no
15827
15828 fi
15829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15830 fi
15831
15832  if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
15833
15834 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
15835
15836  fi
15837  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
15838 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
15839
15840     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
15841 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15842  if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then :
15843   $as_echo_n "(cached) " >&6
15844 else
15845   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15846 /* end confdefs.h.  */
15847
15848 #define _SYSCALL32
15849 /* Needed for new procfs interface on sparc-solaris.  */
15850 #define _STRUCTURED_PROC 1
15851 #include <sys/procfs.h>
15852 int
15853 main ()
15854 {
15855 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
15856   ;
15857   return 0;
15858 }
15859 _ACEOF
15860 if ac_fn_c_try_compile "$LINENO"; then :
15861   bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
15862 else
15863   bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
15864
15865 fi
15866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15867 fi
15868
15869  if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
15870
15871 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
15872
15873  fi
15874  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
15875 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
15876
15877     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
15878 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
15879  if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then :
15880   $as_echo_n "(cached) " >&6
15881 else
15882   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15883 /* end confdefs.h.  */
15884
15885 #define _SYSCALL32
15886 /* Needed for new procfs interface on sparc-solaris.  */
15887 #define _STRUCTURED_PROC 1
15888 #include <sys/procfs.h>
15889 int
15890 main ()
15891 {
15892 lwpstatus_t avar
15893   ;
15894   return 0;
15895 }
15896 _ACEOF
15897 if ac_fn_c_try_compile "$LINENO"; then :
15898   bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
15899 else
15900   bfd_cv_have_sys_procfs_type_lwpstatus_t=no
15901
15902 fi
15903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15904 fi
15905
15906  if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
15907
15908 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
15909
15910  fi
15911  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
15912 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
15913
15914     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
15915 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
15916  if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then :
15917   $as_echo_n "(cached) " >&6
15918 else
15919   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15920 /* end confdefs.h.  */
15921
15922 #define _SYSCALL32
15923 /* Needed for new procfs interface on sparc-solaris.  */
15924 #define _STRUCTURED_PROC 1
15925 #include <sys/procfs.h>
15926 int
15927 main ()
15928 {
15929 lwpxstatus_t avar
15930   ;
15931   return 0;
15932 }
15933 _ACEOF
15934 if ac_fn_c_try_compile "$LINENO"; then :
15935   bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
15936 else
15937   bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
15938
15939 fi
15940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15941 fi
15942
15943  if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
15944
15945 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
15946
15947  fi
15948  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
15949 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
15950
15951     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
15952 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
15953  if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then :
15954   $as_echo_n "(cached) " >&6
15955 else
15956   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15957 /* end confdefs.h.  */
15958
15959 #define _SYSCALL32
15960 /* Needed for new procfs interface on sparc-solaris.  */
15961 #define _STRUCTURED_PROC 1
15962 #include <sys/procfs.h>
15963 int
15964 main ()
15965 {
15966 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
15967   ;
15968   return 0;
15969 }
15970 _ACEOF
15971 if ac_fn_c_try_compile "$LINENO"; then :
15972   bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
15973 else
15974   bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
15975
15976 fi
15977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15978 fi
15979
15980  if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
15981
15982 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
15983
15984  fi
15985  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
15986 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
15987
15988     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
15989 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
15990  if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then :
15991   $as_echo_n "(cached) " >&6
15992 else
15993   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15994 /* end confdefs.h.  */
15995
15996 #define _SYSCALL32
15997 /* Needed for new procfs interface on sparc-solaris.  */
15998 #define _STRUCTURED_PROC 1
15999 #include <sys/procfs.h>
16000 int
16001 main ()
16002 {
16003 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
16004   ;
16005   return 0;
16006 }
16007 _ACEOF
16008 if ac_fn_c_try_compile "$LINENO"; then :
16009   bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
16010 else
16011   bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
16012
16013 fi
16014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16015 fi
16016
16017  if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
16018
16019 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
16020
16021  fi
16022  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
16023 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
16024
16025     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
16026 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
16027  if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then :
16028   $as_echo_n "(cached) " >&6
16029 else
16030   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16031 /* end confdefs.h.  */
16032
16033 #define _SYSCALL32
16034 /* Needed for new procfs interface on sparc-solaris.  */
16035 #define _STRUCTURED_PROC 1
16036 #include <sys/procfs.h>
16037 int
16038 main ()
16039 {
16040 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
16041   ;
16042   return 0;
16043 }
16044 _ACEOF
16045 if ac_fn_c_try_compile "$LINENO"; then :
16046   bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
16047 else
16048   bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
16049
16050 fi
16051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16052 fi
16053
16054  if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
16055
16056 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
16057
16058  fi
16059  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
16060 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
16061
16062     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
16063 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
16064  if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then :
16065   $as_echo_n "(cached) " >&6
16066 else
16067   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16068 /* end confdefs.h.  */
16069
16070 #define _SYSCALL32
16071 /* Needed for new procfs interface on sparc-solaris.  */
16072 #define _STRUCTURED_PROC 1
16073 #include <sys/procfs.h>
16074 int
16075 main ()
16076 {
16077 win32_pstatus_t avar
16078   ;
16079   return 0;
16080 }
16081 _ACEOF
16082 if ac_fn_c_try_compile "$LINENO"; then :
16083   bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
16084 else
16085   bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
16086
16087 fi
16088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16089 fi
16090
16091  if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
16092
16093 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
16094
16095  fi
16096  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
16097 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
16098
16099   fi
16100 fi
16101
16102
16103 if test -n "$CORE_HEADER"; then
16104
16105 cat >>confdefs.h <<_ACEOF
16106 #define CORE_HEADER $CORE_HEADER
16107 _ACEOF
16108
16109 fi
16110 if test -n "$TRAD_HEADER"; then
16111
16112 cat >>confdefs.h <<_ACEOF
16113 #define TRAD_HEADER $TRAD_HEADER
16114 _ACEOF
16115
16116 fi
16117
16118 if test "$plugins" = "yes"; then
16119   supports_plugins=1
16120 else
16121   supports_plugins=0
16122 fi
16123
16124
16125
16126 # Determine the host dependent file_ptr a.k.a. off_t type.  In order
16127 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
16128 # fseeko, long.  This assumes that sizeof off_t is .ge. sizeof long.
16129 # Hopefully a reasonable assumption since fseeko et.al. should be
16130 # upward compatible.
16131 for ac_func in ftello ftello64 fseeko fseeko64 fopen64
16132 do :
16133   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16134 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16135 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16136   cat >>confdefs.h <<_ACEOF
16137 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16138 _ACEOF
16139
16140 fi
16141 done
16142
16143 if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
16144     # The cast to long int works around a bug in the HP C Compiler
16145 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16146 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16147 # This bug is HP SR number 8606223364.
16148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
16149 $as_echo_n "checking size of off_t... " >&6; }
16150 if ${ac_cv_sizeof_off_t+:} false; then :
16151   $as_echo_n "(cached) " >&6
16152 else
16153   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t"        "$ac_includes_default"; then :
16154
16155 else
16156   if test "$ac_cv_type_off_t" = yes; then
16157      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16158 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16159 as_fn_error 77 "cannot compute sizeof (off_t)
16160 See \`config.log' for more details" "$LINENO" 5; }
16161    else
16162      ac_cv_sizeof_off_t=0
16163    fi
16164 fi
16165
16166 fi
16167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
16168 $as_echo "$ac_cv_sizeof_off_t" >&6; }
16169
16170
16171
16172 cat >>confdefs.h <<_ACEOF
16173 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
16174 _ACEOF
16175
16176
16177 fi
16178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
16179 $as_echo_n "checking file_ptr type... " >&6; }
16180 bfd_file_ptr="long"
16181 bfd_ufile_ptr="unsigned long"
16182 if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
16183         -o x"${ac_cv_sizeof_off_t}" = x8; then
16184     bfd_file_ptr=BFD_HOST_64_BIT
16185     bfd_ufile_ptr=BFD_HOST_U_64_BIT
16186 fi
16187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
16188 $as_echo "$bfd_file_ptr" >&6; }
16189
16190
16191
16192
16193
16194
16195   for ac_header in $ac_header_list
16196 do :
16197   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16198 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
16199 "
16200 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
16201   cat >>confdefs.h <<_ACEOF
16202 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16203 _ACEOF
16204
16205 fi
16206
16207 done
16208
16209
16210
16211
16212
16213
16214
16215
16216 for ac_func in getpagesize
16217 do :
16218   ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
16219 if test "x$ac_cv_func_getpagesize" = xyes; then :
16220   cat >>confdefs.h <<_ACEOF
16221 #define HAVE_GETPAGESIZE 1
16222 _ACEOF
16223
16224 fi
16225 done
16226
16227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
16228 $as_echo_n "checking for working mmap... " >&6; }
16229 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
16230   $as_echo_n "(cached) " >&6
16231 else
16232   if test "$cross_compiling" = yes; then :
16233   ac_cv_func_mmap_fixed_mapped=no
16234 else
16235   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16236 /* end confdefs.h.  */
16237 $ac_includes_default
16238 /* malloc might have been renamed as rpl_malloc. */
16239 #undef malloc
16240
16241 /* Thanks to Mike Haertel and Jim Avera for this test.
16242    Here is a matrix of mmap possibilities:
16243         mmap private not fixed
16244         mmap private fixed at somewhere currently unmapped
16245         mmap private fixed at somewhere already mapped
16246         mmap shared not fixed
16247         mmap shared fixed at somewhere currently unmapped
16248         mmap shared fixed at somewhere already mapped
16249    For private mappings, we should verify that changes cannot be read()
16250    back from the file, nor mmap's back from the file at a different
16251    address.  (There have been systems where private was not correctly
16252    implemented like the infamous i386 svr4.0, and systems where the
16253    VM page cache was not coherent with the file system buffer cache
16254    like early versions of FreeBSD and possibly contemporary NetBSD.)
16255    For shared mappings, we should conversely verify that changes get
16256    propagated back to all the places they're supposed to be.
16257
16258    Grep wants private fixed already mapped.
16259    The main things grep needs to know about mmap are:
16260    * does it exist and is it safe to write into the mmap'd area
16261    * how to use it (BSD variants)  */
16262
16263 #include <fcntl.h>
16264 #include <sys/mman.h>
16265
16266 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
16267 char *malloc ();
16268 #endif
16269
16270 /* This mess was copied from the GNU getpagesize.h.  */
16271 #ifndef HAVE_GETPAGESIZE
16272 # ifdef _SC_PAGESIZE
16273 #  define getpagesize() sysconf(_SC_PAGESIZE)
16274 # else /* no _SC_PAGESIZE */
16275 #  ifdef HAVE_SYS_PARAM_H
16276 #   include <sys/param.h>
16277 #   ifdef EXEC_PAGESIZE
16278 #    define getpagesize() EXEC_PAGESIZE
16279 #   else /* no EXEC_PAGESIZE */
16280 #    ifdef NBPG
16281 #     define getpagesize() NBPG * CLSIZE
16282 #     ifndef CLSIZE
16283 #      define CLSIZE 1
16284 #     endif /* no CLSIZE */
16285 #    else /* no NBPG */
16286 #     ifdef NBPC
16287 #      define getpagesize() NBPC
16288 #     else /* no NBPC */
16289 #      ifdef PAGESIZE
16290 #       define getpagesize() PAGESIZE
16291 #      endif /* PAGESIZE */
16292 #     endif /* no NBPC */
16293 #    endif /* no NBPG */
16294 #   endif /* no EXEC_PAGESIZE */
16295 #  else /* no HAVE_SYS_PARAM_H */
16296 #   define getpagesize() 8192   /* punt totally */
16297 #  endif /* no HAVE_SYS_PARAM_H */
16298 # endif /* no _SC_PAGESIZE */
16299
16300 #endif /* no HAVE_GETPAGESIZE */
16301
16302 int
16303 main ()
16304 {
16305   char *data, *data2, *data3;
16306   const char *cdata2;
16307   int i, pagesize;
16308   int fd, fd2;
16309
16310   pagesize = getpagesize ();
16311
16312   /* First, make a file with some known garbage in it. */
16313   data = (char *) malloc (pagesize);
16314   if (!data)
16315     return 1;
16316   for (i = 0; i < pagesize; ++i)
16317     *(data + i) = rand ();
16318   umask (0);
16319   fd = creat ("conftest.mmap", 0600);
16320   if (fd < 0)
16321     return 2;
16322   if (write (fd, data, pagesize) != pagesize)
16323     return 3;
16324   close (fd);
16325
16326   /* Next, check that the tail of a page is zero-filled.  File must have
16327      non-zero length, otherwise we risk SIGBUS for entire page.  */
16328   fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
16329   if (fd2 < 0)
16330     return 4;
16331   cdata2 = "";
16332   if (write (fd2, cdata2, 1) != 1)
16333     return 5;
16334   data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
16335   if (data2 == MAP_FAILED)
16336     return 6;
16337   for (i = 0; i < pagesize; ++i)
16338     if (*(data2 + i))
16339       return 7;
16340   close (fd2);
16341   if (munmap (data2, pagesize))
16342     return 8;
16343
16344   /* Next, try to mmap the file at a fixed address which already has
16345      something else allocated at it.  If we can, also make sure that
16346      we see the same garbage.  */
16347   fd = open ("conftest.mmap", O_RDWR);
16348   if (fd < 0)
16349     return 9;
16350   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
16351                      MAP_PRIVATE | MAP_FIXED, fd, 0L))
16352     return 10;
16353   for (i = 0; i < pagesize; ++i)
16354     if (*(data + i) != *(data2 + i))
16355       return 11;
16356
16357   /* Finally, make sure that changes to the mapped area do not
16358      percolate back to the file as seen by read().  (This is a bug on
16359      some variants of i386 svr4.0.)  */
16360   for (i = 0; i < pagesize; ++i)
16361     *(data2 + i) = *(data2 + i) + 1;
16362   data3 = (char *) malloc (pagesize);
16363   if (!data3)
16364     return 12;
16365   if (read (fd, data3, pagesize) != pagesize)
16366     return 13;
16367   for (i = 0; i < pagesize; ++i)
16368     if (*(data + i) != *(data3 + i))
16369       return 14;
16370   close (fd);
16371   free (data);
16372   free (data3);
16373   return 0;
16374 }
16375 _ACEOF
16376 if ac_fn_c_try_run "$LINENO"; then :
16377   ac_cv_func_mmap_fixed_mapped=yes
16378 else
16379   ac_cv_func_mmap_fixed_mapped=no
16380 fi
16381 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16382   conftest.$ac_objext conftest.beam conftest.$ac_ext
16383 fi
16384
16385 fi
16386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
16387 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
16388 if test $ac_cv_func_mmap_fixed_mapped = yes; then
16389
16390 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
16391
16392 fi
16393 rm -f conftest.mmap conftest.txt
16394
16395 for ac_func in madvise mprotect
16396 do :
16397   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16398 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16399 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16400   cat >>confdefs.h <<_ACEOF
16401 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16402 _ACEOF
16403
16404 fi
16405 done
16406
16407 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
16408   true+yes )
16409 $as_echo "#define USE_MMAP 1" >>confdefs.h
16410  ;;
16411 esac
16412
16413 rm -f doc/config.status
16414 ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
16415
16416
16417 ac_config_commands="$ac_config_commands default"
16418
16419
16420
16421
16422
16423
16424
16425 cat >confcache <<\_ACEOF
16426 # This file is a shell script that caches the results of configure
16427 # tests run on this system so they can be shared between configure
16428 # scripts and configure runs, see configure's option --config-cache.
16429 # It is not useful on other systems.  If it contains results you don't
16430 # want to keep, you may remove or edit it.
16431 #
16432 # config.status only pays attention to the cache file if you give it
16433 # the --recheck option to rerun configure.
16434 #
16435 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16436 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16437 # following values.
16438
16439 _ACEOF
16440
16441 # The following way of writing the cache mishandles newlines in values,
16442 # but we know of no workaround that is simple, portable, and efficient.
16443 # So, we kill variables containing newlines.
16444 # Ultrix sh set writes to stderr and can't be redirected directly,
16445 # and sets the high bit in the cache file unless we assign to the vars.
16446 (
16447   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16448     eval ac_val=\$$ac_var
16449     case $ac_val in #(
16450     *${as_nl}*)
16451       case $ac_var in #(
16452       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16453 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16454       esac
16455       case $ac_var in #(
16456       _ | IFS | as_nl) ;; #(
16457       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16458       *) { eval $ac_var=; unset $ac_var;} ;;
16459       esac ;;
16460     esac
16461   done
16462
16463   (set) 2>&1 |
16464     case $as_nl`(ac_space=' '; set) 2>&1` in #(
16465     *${as_nl}ac_space=\ *)
16466       # `set' does not quote correctly, so add quotes: double-quote
16467       # substitution turns \\\\ into \\, and sed turns \\ into \.
16468       sed -n \
16469         "s/'/'\\\\''/g;
16470           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16471       ;; #(
16472     *)
16473       # `set' quotes correctly as required by POSIX, so do not add quotes.
16474       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16475       ;;
16476     esac |
16477     sort
16478 ) |
16479   sed '
16480      /^ac_cv_env_/b end
16481      t clear
16482      :clear
16483      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16484      t end
16485      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16486      :end' >>confcache
16487 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16488   if test -w "$cache_file"; then
16489     if test "x$cache_file" != "x/dev/null"; then
16490       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16491 $as_echo "$as_me: updating cache $cache_file" >&6;}
16492       if test ! -f "$cache_file" || test -h "$cache_file"; then
16493         cat confcache >"$cache_file"
16494       else
16495         case $cache_file in #(
16496         */* | ?:*)
16497           mv -f confcache "$cache_file"$$ &&
16498           mv -f "$cache_file"$$ "$cache_file" ;; #(
16499         *)
16500           mv -f confcache "$cache_file" ;;
16501         esac
16502       fi
16503     fi
16504   else
16505     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16506 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16507   fi
16508 fi
16509 rm -f confcache
16510
16511 test "x$prefix" = xNONE && prefix=$ac_default_prefix
16512 # Let make expand exec_prefix.
16513 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16514
16515 DEFS=-DHAVE_CONFIG_H
16516
16517 ac_libobjs=
16518 ac_ltlibobjs=
16519 U=
16520 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16521   # 1. Remove the extension, and $U if already installed.
16522   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16523   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16524   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
16525   #    will be set to the directory where LIBOBJS objects are built.
16526   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16527   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
16528 done
16529 LIBOBJS=$ac_libobjs
16530
16531 LTLIBOBJS=$ac_ltlibobjs
16532
16533
16534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
16535 $as_echo_n "checking that generated files are newer than configure... " >&6; }
16536    if test -n "$am_sleep_pid"; then
16537      # Hide warnings about reused PIDs.
16538      wait $am_sleep_pid 2>/dev/null
16539    fi
16540    { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
16541 $as_echo "done" >&6; }
16542 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
16543   as_fn_error $? "conditional \"AMDEP\" was never defined.
16544 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16545 fi
16546 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
16547   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
16548 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16549 fi
16550  if test -n "$EXEEXT"; then
16551   am__EXEEXT_TRUE=
16552   am__EXEEXT_FALSE='#'
16553 else
16554   am__EXEEXT_TRUE='#'
16555   am__EXEEXT_FALSE=
16556 fi
16557
16558 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
16559   as_fn_error $? "conditional \"PLUGINS\" was never defined.
16560 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16561 fi
16562 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
16563   as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
16564 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16565 fi
16566 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
16567   as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
16568 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16569 fi
16570 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
16571   as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
16572 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16573 fi
16574
16575 : "${CONFIG_STATUS=./config.status}"
16576 ac_write_fail=0
16577 ac_clean_files_save=$ac_clean_files
16578 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16579 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16580 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16581 as_write_fail=0
16582 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16583 #! $SHELL
16584 # Generated by $as_me.
16585 # Run this file to recreate the current configuration.
16586 # Compiler output produced by configure, useful for debugging
16587 # configure, is in config.log if it exists.
16588
16589 debug=false
16590 ac_cs_recheck=false
16591 ac_cs_silent=false
16592
16593 SHELL=\${CONFIG_SHELL-$SHELL}
16594 export SHELL
16595 _ASEOF
16596 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16597 ## -------------------- ##
16598 ## M4sh Initialization. ##
16599 ## -------------------- ##
16600
16601 # Be more Bourne compatible
16602 DUALCASE=1; export DUALCASE # for MKS sh
16603 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
16604   emulate sh
16605   NULLCMD=:
16606   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16607   # is contrary to our usage.  Disable this feature.
16608   alias -g '${1+"$@"}'='"$@"'
16609   setopt NO_GLOB_SUBST
16610 else
16611   case `(set -o) 2>/dev/null` in #(
16612   *posix*) :
16613     set -o posix ;; #(
16614   *) :
16615      ;;
16616 esac
16617 fi
16618
16619
16620 as_nl='
16621 '
16622 export as_nl
16623 # Printing a long string crashes Solaris 7 /usr/bin/printf.
16624 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16625 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16626 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16627 # Prefer a ksh shell builtin over an external printf program on Solaris,
16628 # but without wasting forks for bash or zsh.
16629 if test -z "$BASH_VERSION$ZSH_VERSION" \
16630     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16631   as_echo='print -r --'
16632   as_echo_n='print -rn --'
16633 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16634   as_echo='printf %s\n'
16635   as_echo_n='printf %s'
16636 else
16637   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16638     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16639     as_echo_n='/usr/ucb/echo -n'
16640   else
16641     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16642     as_echo_n_body='eval
16643       arg=$1;
16644       case $arg in #(
16645       *"$as_nl"*)
16646         expr "X$arg" : "X\\(.*\\)$as_nl";
16647         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16648       esac;
16649       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16650     '
16651     export as_echo_n_body
16652     as_echo_n='sh -c $as_echo_n_body as_echo'
16653   fi
16654   export as_echo_body
16655   as_echo='sh -c $as_echo_body as_echo'
16656 fi
16657
16658 # The user is always right.
16659 if test "${PATH_SEPARATOR+set}" != set; then
16660   PATH_SEPARATOR=:
16661   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16662     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16663       PATH_SEPARATOR=';'
16664   }
16665 fi
16666
16667
16668 # IFS
16669 # We need space, tab and new line, in precisely that order.  Quoting is
16670 # there to prevent editors from complaining about space-tab.
16671 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16672 # splitting by setting IFS to empty value.)
16673 IFS=" ""        $as_nl"
16674
16675 # Find who we are.  Look in the path if we contain no directory separator.
16676 as_myself=
16677 case $0 in #((
16678   *[\\/]* ) as_myself=$0 ;;
16679   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16680 for as_dir in $PATH
16681 do
16682   IFS=$as_save_IFS
16683   test -z "$as_dir" && as_dir=.
16684     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16685   done
16686 IFS=$as_save_IFS
16687
16688      ;;
16689 esac
16690 # We did not find ourselves, most probably we were run as `sh COMMAND'
16691 # in which case we are not to be found in the path.
16692 if test "x$as_myself" = x; then
16693   as_myself=$0
16694 fi
16695 if test ! -f "$as_myself"; then
16696   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16697   exit 1
16698 fi
16699
16700 # Unset variables that we do not need and which cause bugs (e.g. in
16701 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
16702 # suppresses any "Segmentation fault" message there.  '((' could
16703 # trigger a bug in pdksh 5.2.14.
16704 for as_var in BASH_ENV ENV MAIL MAILPATH
16705 do eval test x\${$as_var+set} = xset \
16706   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16707 done
16708 PS1='$ '
16709 PS2='> '
16710 PS4='+ '
16711
16712 # NLS nuisances.
16713 LC_ALL=C
16714 export LC_ALL
16715 LANGUAGE=C
16716 export LANGUAGE
16717
16718 # CDPATH.
16719 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16720
16721
16722 # as_fn_error STATUS ERROR [LINENO LOG_FD]
16723 # ----------------------------------------
16724 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16725 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16726 # script with STATUS, using 1 if that was 0.
16727 as_fn_error ()
16728 {
16729   as_status=$1; test $as_status -eq 0 && as_status=1
16730   if test "$4"; then
16731     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16732     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
16733   fi
16734   $as_echo "$as_me: error: $2" >&2
16735   as_fn_exit $as_status
16736 } # as_fn_error
16737
16738
16739 # as_fn_set_status STATUS
16740 # -----------------------
16741 # Set $? to STATUS, without forking.
16742 as_fn_set_status ()
16743 {
16744   return $1
16745 } # as_fn_set_status
16746
16747 # as_fn_exit STATUS
16748 # -----------------
16749 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16750 as_fn_exit ()
16751 {
16752   set +e
16753   as_fn_set_status $1
16754   exit $1
16755 } # as_fn_exit
16756
16757 # as_fn_unset VAR
16758 # ---------------
16759 # Portably unset VAR.
16760 as_fn_unset ()
16761 {
16762   { eval $1=; unset $1;}
16763 }
16764 as_unset=as_fn_unset
16765 # as_fn_append VAR VALUE
16766 # ----------------------
16767 # Append the text in VALUE to the end of the definition contained in VAR. Take
16768 # advantage of any shell optimizations that allow amortized linear growth over
16769 # repeated appends, instead of the typical quadratic growth present in naive
16770 # implementations.
16771 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16772   eval 'as_fn_append ()
16773   {
16774     eval $1+=\$2
16775   }'
16776 else
16777   as_fn_append ()
16778   {
16779     eval $1=\$$1\$2
16780   }
16781 fi # as_fn_append
16782
16783 # as_fn_arith ARG...
16784 # ------------------
16785 # Perform arithmetic evaluation on the ARGs, and store the result in the
16786 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16787 # must be portable across $(()) and expr.
16788 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16789   eval 'as_fn_arith ()
16790   {
16791     as_val=$(( $* ))
16792   }'
16793 else
16794   as_fn_arith ()
16795   {
16796     as_val=`expr "$@" || test $? -eq 1`
16797   }
16798 fi # as_fn_arith
16799
16800
16801 if expr a : '\(a\)' >/dev/null 2>&1 &&
16802    test "X`expr 00001 : '.*\(...\)'`" = X001; then
16803   as_expr=expr
16804 else
16805   as_expr=false
16806 fi
16807
16808 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16809   as_basename=basename
16810 else
16811   as_basename=false
16812 fi
16813
16814 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16815   as_dirname=dirname
16816 else
16817   as_dirname=false
16818 fi
16819
16820 as_me=`$as_basename -- "$0" ||
16821 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16822          X"$0" : 'X\(//\)$' \| \
16823          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16824 $as_echo X/"$0" |
16825     sed '/^.*\/\([^/][^/]*\)\/*$/{
16826             s//\1/
16827             q
16828           }
16829           /^X\/\(\/\/\)$/{
16830             s//\1/
16831             q
16832           }
16833           /^X\/\(\/\).*/{
16834             s//\1/
16835             q
16836           }
16837           s/.*/./; q'`
16838
16839 # Avoid depending upon Character Ranges.
16840 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16841 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16842 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16843 as_cr_digits='0123456789'
16844 as_cr_alnum=$as_cr_Letters$as_cr_digits
16845
16846 ECHO_C= ECHO_N= ECHO_T=
16847 case `echo -n x` in #(((((
16848 -n*)
16849   case `echo 'xy\c'` in
16850   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
16851   xy)  ECHO_C='\c';;
16852   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
16853        ECHO_T=' ';;
16854   esac;;
16855 *)
16856   ECHO_N='-n';;
16857 esac
16858
16859 rm -f conf$$ conf$$.exe conf$$.file
16860 if test -d conf$$.dir; then
16861   rm -f conf$$.dir/conf$$.file
16862 else
16863   rm -f conf$$.dir
16864   mkdir conf$$.dir 2>/dev/null
16865 fi
16866 if (echo >conf$$.file) 2>/dev/null; then
16867   if ln -s conf$$.file conf$$ 2>/dev/null; then
16868     as_ln_s='ln -s'
16869     # ... but there are two gotchas:
16870     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16871     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16872     # In both cases, we have to default to `cp -pR'.
16873     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16874       as_ln_s='cp -pR'
16875   elif ln conf$$.file conf$$ 2>/dev/null; then
16876     as_ln_s=ln
16877   else
16878     as_ln_s='cp -pR'
16879   fi
16880 else
16881   as_ln_s='cp -pR'
16882 fi
16883 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16884 rmdir conf$$.dir 2>/dev/null
16885
16886
16887 # as_fn_mkdir_p
16888 # -------------
16889 # Create "$as_dir" as a directory, including parents if necessary.
16890 as_fn_mkdir_p ()
16891 {
16892
16893   case $as_dir in #(
16894   -*) as_dir=./$as_dir;;
16895   esac
16896   test -d "$as_dir" || eval $as_mkdir_p || {
16897     as_dirs=
16898     while :; do
16899       case $as_dir in #(
16900       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16901       *) as_qdir=$as_dir;;
16902       esac
16903       as_dirs="'$as_qdir' $as_dirs"
16904       as_dir=`$as_dirname -- "$as_dir" ||
16905 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16906          X"$as_dir" : 'X\(//\)[^/]' \| \
16907          X"$as_dir" : 'X\(//\)$' \| \
16908          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16909 $as_echo X"$as_dir" |
16910     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16911             s//\1/
16912             q
16913           }
16914           /^X\(\/\/\)[^/].*/{
16915             s//\1/
16916             q
16917           }
16918           /^X\(\/\/\)$/{
16919             s//\1/
16920             q
16921           }
16922           /^X\(\/\).*/{
16923             s//\1/
16924             q
16925           }
16926           s/.*/./; q'`
16927       test -d "$as_dir" && break
16928     done
16929     test -z "$as_dirs" || eval "mkdir $as_dirs"
16930   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16931
16932
16933 } # as_fn_mkdir_p
16934 if mkdir -p . 2>/dev/null; then
16935   as_mkdir_p='mkdir -p "$as_dir"'
16936 else
16937   test -d ./-p && rmdir ./-p
16938   as_mkdir_p=false
16939 fi
16940
16941
16942 # as_fn_executable_p FILE
16943 # -----------------------
16944 # Test if FILE is an executable regular file.
16945 as_fn_executable_p ()
16946 {
16947   test -f "$1" && test -x "$1"
16948 } # as_fn_executable_p
16949 as_test_x='test -x'
16950 as_executable_p=as_fn_executable_p
16951
16952 # Sed expression to map a string onto a valid CPP name.
16953 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16954
16955 # Sed expression to map a string onto a valid variable name.
16956 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16957
16958
16959 exec 6>&1
16960 ## ----------------------------------- ##
16961 ## Main body of $CONFIG_STATUS script. ##
16962 ## ----------------------------------- ##
16963 _ASEOF
16964 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16965
16966 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16967 # Save the log message, to keep $0 and so on meaningful, and to
16968 # report actual input values of CONFIG_FILES etc. instead of their
16969 # values after options handling.
16970 ac_log="
16971 This file was extended by bfd $as_me 2.32.90, which was
16972 generated by GNU Autoconf 2.69.  Invocation command line was
16973
16974   CONFIG_FILES    = $CONFIG_FILES
16975   CONFIG_HEADERS  = $CONFIG_HEADERS
16976   CONFIG_LINKS    = $CONFIG_LINKS
16977   CONFIG_COMMANDS = $CONFIG_COMMANDS
16978   $ $0 $@
16979
16980 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16981 "
16982
16983 _ACEOF
16984
16985 case $ac_config_files in *"
16986 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16987 esac
16988
16989 case $ac_config_headers in *"
16990 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16991 esac
16992
16993
16994 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16995 # Files that config.status was made for.
16996 config_files="$ac_config_files"
16997 config_headers="$ac_config_headers"
16998 config_commands="$ac_config_commands"
16999
17000 _ACEOF
17001
17002 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17003 ac_cs_usage="\
17004 \`$as_me' instantiates files and other configuration actions
17005 from templates according to the current configuration.  Unless the files
17006 and actions are specified as TAGs, all are instantiated by default.
17007
17008 Usage: $0 [OPTION]... [TAG]...
17009
17010   -h, --help       print this help, then exit
17011   -V, --version    print version number and configuration settings, then exit
17012       --config     print configuration, then exit
17013   -q, --quiet, --silent
17014                    do not print progress messages
17015   -d, --debug      don't remove temporary files
17016       --recheck    update $as_me by reconfiguring in the same conditions
17017       --file=FILE[:TEMPLATE]
17018                    instantiate the configuration file FILE
17019       --header=FILE[:TEMPLATE]
17020                    instantiate the configuration header FILE
17021
17022 Configuration files:
17023 $config_files
17024
17025 Configuration headers:
17026 $config_headers
17027
17028 Configuration commands:
17029 $config_commands
17030
17031 Report bugs to the package provider."
17032
17033 _ACEOF
17034 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17035 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17036 ac_cs_version="\\
17037 bfd config.status 2.32.90
17038 configured by $0, generated by GNU Autoconf 2.69,
17039   with options \\"\$ac_cs_config\\"
17040
17041 Copyright (C) 2012 Free Software Foundation, Inc.
17042 This config.status script is free software; the Free Software Foundation
17043 gives unlimited permission to copy, distribute and modify it."
17044
17045 ac_pwd='$ac_pwd'
17046 srcdir='$srcdir'
17047 INSTALL='$INSTALL'
17048 MKDIR_P='$MKDIR_P'
17049 AWK='$AWK'
17050 test -n "\$AWK" || AWK=awk
17051 _ACEOF
17052
17053 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17054 # The default lists apply if the user does not specify any file.
17055 ac_need_defaults=:
17056 while test $# != 0
17057 do
17058   case $1 in
17059   --*=?*)
17060     ac_option=`expr "X$1" : 'X\([^=]*\)='`
17061     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
17062     ac_shift=:
17063     ;;
17064   --*=)
17065     ac_option=`expr "X$1" : 'X\([^=]*\)='`
17066     ac_optarg=
17067     ac_shift=:
17068     ;;
17069   *)
17070     ac_option=$1
17071     ac_optarg=$2
17072     ac_shift=shift
17073     ;;
17074   esac
17075
17076   case $ac_option in
17077   # Handling of the options.
17078   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17079     ac_cs_recheck=: ;;
17080   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
17081     $as_echo "$ac_cs_version"; exit ;;
17082   --config | --confi | --conf | --con | --co | --c )
17083     $as_echo "$ac_cs_config"; exit ;;
17084   --debug | --debu | --deb | --de | --d | -d )
17085     debug=: ;;
17086   --file | --fil | --fi | --f )
17087     $ac_shift
17088     case $ac_optarg in
17089     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17090     '') as_fn_error $? "missing file argument" ;;
17091     esac
17092     as_fn_append CONFIG_FILES " '$ac_optarg'"
17093     ac_need_defaults=false;;
17094   --header | --heade | --head | --hea )
17095     $ac_shift
17096     case $ac_optarg in
17097     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17098     esac
17099     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
17100     ac_need_defaults=false;;
17101   --he | --h)
17102     # Conflict between --help and --header
17103     as_fn_error $? "ambiguous option: \`$1'
17104 Try \`$0 --help' for more information.";;
17105   --help | --hel | -h )
17106     $as_echo "$ac_cs_usage"; exit ;;
17107   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17108   | -silent | --silent | --silen | --sile | --sil | --si | --s)
17109     ac_cs_silent=: ;;
17110
17111   # This is an error.
17112   -*) as_fn_error $? "unrecognized option: \`$1'
17113 Try \`$0 --help' for more information." ;;
17114
17115   *) as_fn_append ac_config_targets " $1"
17116      ac_need_defaults=false ;;
17117
17118   esac
17119   shift
17120 done
17121
17122 ac_configure_extra_args=
17123
17124 if $ac_cs_silent; then
17125   exec 6>/dev/null
17126   ac_configure_extra_args="$ac_configure_extra_args --silent"
17127 fi
17128
17129 _ACEOF
17130 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17131 if \$ac_cs_recheck; then
17132   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17133   shift
17134   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17135   CONFIG_SHELL='$SHELL'
17136   export CONFIG_SHELL
17137   exec "\$@"
17138 fi
17139
17140 _ACEOF
17141 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17142 exec 5>>config.log
17143 {
17144   echo
17145   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17146 ## Running $as_me. ##
17147 _ASBOX
17148   $as_echo "$ac_log"
17149 } >&5
17150
17151 _ACEOF
17152 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17153 #
17154 # INIT-COMMANDS
17155 #
17156 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
17157
17158
17159 # The HP-UX ksh and POSIX shell print the target directory to stdout
17160 # if CDPATH is set.
17161 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17162
17163 sed_quote_subst='$sed_quote_subst'
17164 double_quote_subst='$double_quote_subst'
17165 delay_variable_subst='$delay_variable_subst'
17166 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
17167 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
17168 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
17169 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
17170 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
17171 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
17172 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
17173 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
17174 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
17175 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
17176 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
17177 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
17178 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
17179 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
17180 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
17181 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
17182 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
17183 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
17184 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
17185 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
17186 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
17187 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
17188 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
17189 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
17190 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
17191 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
17192 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
17193 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
17194 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
17195 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
17196 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
17197 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
17198 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
17199 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
17200 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
17201 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
17202 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
17203 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17204 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17205 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
17206 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
17207 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
17208 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
17209 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
17210 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
17211 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
17212 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
17213 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
17214 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
17215 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
17216 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
17217 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
17218 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
17219 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
17220 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
17221 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
17222 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
17223 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
17224 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
17225 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
17226 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
17227 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
17228 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
17229 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
17230 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17231 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
17232 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
17233 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
17234 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
17235 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
17236 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
17237 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17238 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
17239 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17240 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
17241 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17242 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
17243 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
17244 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
17245 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
17246 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
17247 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
17248 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
17249 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
17250 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
17251 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
17252 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
17253 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
17254 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
17255 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
17256 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
17257 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
17258 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
17259 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
17260 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
17261 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
17262 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
17263 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
17264 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
17265 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
17266 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
17267 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
17268 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
17269 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
17270 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
17271 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
17272 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
17273 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17274 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17275 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
17276 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
17277 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
17278 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
17279 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
17280 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
17281 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
17282 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
17283 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
17284 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
17285 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
17286
17287 LTCC='$LTCC'
17288 LTCFLAGS='$LTCFLAGS'
17289 compiler='$compiler_DEFAULT'
17290
17291 # A function that is used when there is no print builtin or printf.
17292 func_fallback_echo ()
17293 {
17294   eval 'cat <<_LTECHO_EOF
17295 \$1
17296 _LTECHO_EOF'
17297 }
17298
17299 # Quote evaled strings.
17300 for var in SHELL \
17301 ECHO \
17302 SED \
17303 GREP \
17304 EGREP \
17305 FGREP \
17306 LD \
17307 NM \
17308 LN_S \
17309 lt_SP2NL \
17310 lt_NL2SP \
17311 reload_flag \
17312 OBJDUMP \
17313 deplibs_check_method \
17314 file_magic_cmd \
17315 AR \
17316 AR_FLAGS \
17317 STRIP \
17318 RANLIB \
17319 CC \
17320 CFLAGS \
17321 compiler \
17322 lt_cv_sys_global_symbol_pipe \
17323 lt_cv_sys_global_symbol_to_cdecl \
17324 lt_cv_sys_global_symbol_to_c_name_address \
17325 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
17326 lt_prog_compiler_no_builtin_flag \
17327 lt_prog_compiler_wl \
17328 lt_prog_compiler_pic \
17329 lt_prog_compiler_static \
17330 lt_cv_prog_compiler_c_o \
17331 need_locks \
17332 DSYMUTIL \
17333 NMEDIT \
17334 LIPO \
17335 OTOOL \
17336 OTOOL64 \
17337 shrext_cmds \
17338 export_dynamic_flag_spec \
17339 whole_archive_flag_spec \
17340 compiler_needs_object \
17341 with_gnu_ld \
17342 allow_undefined_flag \
17343 no_undefined_flag \
17344 hardcode_libdir_flag_spec \
17345 hardcode_libdir_flag_spec_ld \
17346 hardcode_libdir_separator \
17347 fix_srcfile_path \
17348 exclude_expsyms \
17349 include_expsyms \
17350 file_list_spec \
17351 variables_saved_for_relink \
17352 libname_spec \
17353 library_names_spec \
17354 soname_spec \
17355 install_override_mode \
17356 finish_eval \
17357 old_striplib \
17358 striplib; do
17359     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
17360     *[\\\\\\\`\\"\\\$]*)
17361       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
17362       ;;
17363     *)
17364       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17365       ;;
17366     esac
17367 done
17368
17369 # Double-quote double-evaled strings.
17370 for var in reload_cmds \
17371 old_postinstall_cmds \
17372 old_postuninstall_cmds \
17373 old_archive_cmds \
17374 extract_expsyms_cmds \
17375 old_archive_from_new_cmds \
17376 old_archive_from_expsyms_cmds \
17377 archive_cmds \
17378 archive_expsym_cmds \
17379 module_cmds \
17380 module_expsym_cmds \
17381 export_symbols_cmds \
17382 prelink_cmds \
17383 postinstall_cmds \
17384 postuninstall_cmds \
17385 finish_cmds \
17386 sys_lib_search_path_spec \
17387 sys_lib_dlsearch_path_spec; do
17388     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
17389     *[\\\\\\\`\\"\\\$]*)
17390       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
17391       ;;
17392     *)
17393       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17394       ;;
17395     esac
17396 done
17397
17398 ac_aux_dir='$ac_aux_dir'
17399 xsi_shell='$xsi_shell'
17400 lt_shell_append='$lt_shell_append'
17401
17402 # See if we are running on zsh, and set the options which allow our
17403 # commands through without removal of \ escapes INIT.
17404 if test -n "\${ZSH_VERSION+set}" ; then
17405    setopt NO_GLOB_SUBST
17406 fi
17407
17408
17409     PACKAGE='$PACKAGE'
17410     VERSION='$VERSION'
17411     TIMESTAMP='$TIMESTAMP'
17412     RM='$RM'
17413     ofile='$ofile'
17414
17415
17416
17417 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
17418     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
17419     # from automake.
17420     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
17421     # Capture the value of LINGUAS because we need it to compute CATALOGS.
17422     LINGUAS="${LINGUAS-%UNSET%}"
17423
17424
17425 GCC="$GCC"
17426 CC="$CC"
17427 acx_cv_header_stdint="$acx_cv_header_stdint"
17428 acx_cv_type_int8_t="$acx_cv_type_int8_t"
17429 acx_cv_type_int16_t="$acx_cv_type_int16_t"
17430 acx_cv_type_int32_t="$acx_cv_type_int32_t"
17431 acx_cv_type_int64_t="$acx_cv_type_int64_t"
17432 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
17433 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
17434 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
17435 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
17436 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
17437 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
17438 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
17439 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
17440 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
17441
17442
17443
17444 _ACEOF
17445
17446 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17447
17448 # Handling of arguments.
17449 for ac_config_target in $ac_config_targets
17450 do
17451   case $ac_config_target in
17452     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
17453     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
17454     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
17455     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
17456     "bfd_stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS bfd_stdint.h" ;;
17457     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17458     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17459     "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
17460     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
17461     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
17462
17463   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
17464   esac
17465 done
17466
17467
17468 # If the user did not use the arguments to specify the items to instantiate,
17469 # then the envvar interface is used.  Set only those that are not.
17470 # We use the long form for the default assignment because of an extremely
17471 # bizarre bug on SunOS 4.1.3.
17472 if $ac_need_defaults; then
17473   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17474   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17475   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17476 fi
17477
17478 # Have a temporary directory for convenience.  Make it in the build tree
17479 # simply because there is no reason against having it here, and in addition,
17480 # creating and moving files from /tmp can sometimes cause problems.
17481 # Hook for its removal unless debugging.
17482 # Note that there is a small window in which the directory will not be cleaned:
17483 # after its creation but before its name has been assigned to `$tmp'.
17484 $debug ||
17485 {
17486   tmp= ac_tmp=
17487   trap 'exit_status=$?
17488   : "${ac_tmp:=$tmp}"
17489   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
17490 ' 0
17491   trap 'as_fn_exit 1' 1 2 13 15
17492 }
17493 # Create a (secure) tmp directory for tmp files.
17494
17495 {
17496   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
17497   test -d "$tmp"
17498 }  ||
17499 {
17500   tmp=./conf$$-$RANDOM
17501   (umask 077 && mkdir "$tmp")
17502 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
17503 ac_tmp=$tmp
17504
17505 # Set up the scripts for CONFIG_FILES section.
17506 # No need to generate them if there are no CONFIG_FILES.
17507 # This happens for instance with `./config.status config.h'.
17508 if test -n "$CONFIG_FILES"; then
17509
17510
17511 ac_cr=`echo X | tr X '\015'`
17512 # On cygwin, bash can eat \r inside `` if the user requested igncr.
17513 # But we know of no other shell where ac_cr would be empty at this
17514 # point, so we can use a bashism as a fallback.
17515 if test "x$ac_cr" = x; then
17516   eval ac_cr=\$\'\\r\'
17517 fi
17518 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17519 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17520   ac_cs_awk_cr='\\r'
17521 else
17522   ac_cs_awk_cr=$ac_cr
17523 fi
17524
17525 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
17526 _ACEOF
17527
17528
17529 {
17530   echo "cat >conf$$subs.awk <<_ACEOF" &&
17531   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17532   echo "_ACEOF"
17533 } >conf$$subs.sh ||
17534   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17535 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
17536 ac_delim='%!_!# '
17537 for ac_last_try in false false false false false :; do
17538   . ./conf$$subs.sh ||
17539     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17540
17541   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17542   if test $ac_delim_n = $ac_delim_num; then
17543     break
17544   elif $ac_last_try; then
17545     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17546   else
17547     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17548   fi
17549 done
17550 rm -f conf$$subs.sh
17551
17552 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17553 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
17554 _ACEOF
17555 sed -n '
17556 h
17557 s/^/S["/; s/!.*/"]=/
17558 p
17559 g
17560 s/^[^!]*!//
17561 :repl
17562 t repl
17563 s/'"$ac_delim"'$//
17564 t delim
17565 :nl
17566 h
17567 s/\(.\{148\}\)..*/\1/
17568 t more1
17569 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17570 p
17571 n
17572 b repl
17573 :more1
17574 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17575 p
17576 g
17577 s/.\{148\}//
17578 t nl
17579 :delim
17580 h
17581 s/\(.\{148\}\)..*/\1/
17582 t more2
17583 s/["\\]/\\&/g; s/^/"/; s/$/"/
17584 p
17585 b
17586 :more2
17587 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17588 p
17589 g
17590 s/.\{148\}//
17591 t delim
17592 ' <conf$$subs.awk | sed '
17593 /^[^""]/{
17594   N
17595   s/\n//
17596 }
17597 ' >>$CONFIG_STATUS || ac_write_fail=1
17598 rm -f conf$$subs.awk
17599 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17600 _ACAWK
17601 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
17602   for (key in S) S_is_set[key] = 1
17603   FS = "\a"
17604
17605 }
17606 {
17607   line = $ 0
17608   nfields = split(line, field, "@")
17609   substed = 0
17610   len = length(field[1])
17611   for (i = 2; i < nfields; i++) {
17612     key = field[i]
17613     keylen = length(key)
17614     if (S_is_set[key]) {
17615       value = S[key]
17616       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17617       len += length(value) + length(field[++i])
17618       substed = 1
17619     } else
17620       len += 1 + keylen
17621   }
17622
17623   print line
17624 }
17625
17626 _ACAWK
17627 _ACEOF
17628 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17629 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17630   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17631 else
17632   cat
17633 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
17634   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
17635 _ACEOF
17636
17637 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
17638 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
17639 # trailing colons and then remove the whole line if VPATH becomes empty
17640 # (actually we leave an empty line to preserve line numbers).
17641 if test "x$srcdir" = x.; then
17642   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
17643 h
17644 s///
17645 s/^/:/
17646 s/[      ]*$/:/
17647 s/:\$(srcdir):/:/g
17648 s/:\${srcdir}:/:/g
17649 s/:@srcdir@:/:/g
17650 s/^:*//
17651 s/:*$//
17652 x
17653 s/\(=[   ]*\).*/\1/
17654 G
17655 s/\n//
17656 s/^[^=]*=[       ]*$//
17657 }'
17658 fi
17659
17660 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17661 fi # test -n "$CONFIG_FILES"
17662
17663 # Set up the scripts for CONFIG_HEADERS section.
17664 # No need to generate them if there are no CONFIG_HEADERS.
17665 # This happens for instance with `./config.status Makefile'.
17666 if test -n "$CONFIG_HEADERS"; then
17667 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
17668 BEGIN {
17669 _ACEOF
17670
17671 # Transform confdefs.h into an awk script `defines.awk', embedded as
17672 # here-document in config.status, that substitutes the proper values into
17673 # config.h.in to produce config.h.
17674
17675 # Create a delimiter string that does not exist in confdefs.h, to ease
17676 # handling of long lines.
17677 ac_delim='%!_!# '
17678 for ac_last_try in false false :; do
17679   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
17680   if test -z "$ac_tt"; then
17681     break
17682   elif $ac_last_try; then
17683     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
17684   else
17685     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17686   fi
17687 done
17688
17689 # For the awk script, D is an array of macro values keyed by name,
17690 # likewise P contains macro parameters if any.  Preserve backslash
17691 # newline sequences.
17692
17693 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17694 sed -n '
17695 s/.\{148\}/&'"$ac_delim"'/g
17696 t rset
17697 :rset
17698 s/^[     ]*#[    ]*define[       ][      ]*/ /
17699 t def
17700 d
17701 :def
17702 s/\\$//
17703 t bsnl
17704 s/["\\]/\\&/g
17705 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
17706 D["\1"]=" \3"/p
17707 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
17708 d
17709 :bsnl
17710 s/["\\]/\\&/g
17711 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
17712 D["\1"]=" \3\\\\\\n"\\/p
17713 t cont
17714 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17715 t cont
17716 d
17717 :cont
17718 n
17719 s/.\{148\}/&'"$ac_delim"'/g
17720 t clear
17721 :clear
17722 s/\\$//
17723 t bsnlc
17724 s/["\\]/\\&/g; s/^/"/; s/$/"/p
17725 d
17726 :bsnlc
17727 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17728 b cont
17729 ' <confdefs.h | sed '
17730 s/'"$ac_delim"'/"\\\
17731 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17732
17733 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17734   for (key in D) D_is_set[key] = 1
17735   FS = "\a"
17736 }
17737 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17738   line = \$ 0
17739   split(line, arg, " ")
17740   if (arg[1] == "#") {
17741     defundef = arg[2]
17742     mac1 = arg[3]
17743   } else {
17744     defundef = substr(arg[1], 2)
17745     mac1 = arg[2]
17746   }
17747   split(mac1, mac2, "(") #)
17748   macro = mac2[1]
17749   prefix = substr(line, 1, index(line, defundef) - 1)
17750   if (D_is_set[macro]) {
17751     # Preserve the white space surrounding the "#".
17752     print prefix "define", macro P[macro] D[macro]
17753     next
17754   } else {
17755     # Replace #undef with comments.  This is necessary, for example,
17756     # in the case of _POSIX_SOURCE, which is predefined and required
17757     # on some systems where configure will not decide to define it.
17758     if (defundef == "undef") {
17759       print "/*", prefix defundef, macro, "*/"
17760       next
17761     }
17762   }
17763 }
17764 { print }
17765 _ACAWK
17766 _ACEOF
17767 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17768   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
17769 fi # test -n "$CONFIG_HEADERS"
17770
17771
17772 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
17773 shift
17774 for ac_tag
17775 do
17776   case $ac_tag in
17777   :[FHLC]) ac_mode=$ac_tag; continue;;
17778   esac
17779   case $ac_mode$ac_tag in
17780   :[FHL]*:*);;
17781   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
17782   :[FH]-) ac_tag=-:-;;
17783   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17784   esac
17785   ac_save_IFS=$IFS
17786   IFS=:
17787   set x $ac_tag
17788   IFS=$ac_save_IFS
17789   shift
17790   ac_file=$1
17791   shift
17792
17793   case $ac_mode in
17794   :L) ac_source=$1;;
17795   :[FH])
17796     ac_file_inputs=
17797     for ac_f
17798     do
17799       case $ac_f in
17800       -) ac_f="$ac_tmp/stdin";;
17801       *) # Look for the file first in the build tree, then in the source tree
17802          # (if the path is not absolute).  The absolute path cannot be DOS-style,
17803          # because $ac_f cannot contain `:'.
17804          test -f "$ac_f" ||
17805            case $ac_f in
17806            [\\/$]*) false;;
17807            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17808            esac ||
17809            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17810       esac
17811       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17812       as_fn_append ac_file_inputs " '$ac_f'"
17813     done
17814
17815     # Let's still pretend it is `configure' which instantiates (i.e., don't
17816     # use $as_me), people would be surprised to read:
17817     #    /* config.h.  Generated by config.status.  */
17818     configure_input='Generated from '`
17819           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17820         `' by configure.'
17821     if test x"$ac_file" != x-; then
17822       configure_input="$ac_file.  $configure_input"
17823       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17824 $as_echo "$as_me: creating $ac_file" >&6;}
17825     fi
17826     # Neutralize special characters interpreted by sed in replacement strings.
17827     case $configure_input in #(
17828     *\&* | *\|* | *\\* )
17829        ac_sed_conf_input=`$as_echo "$configure_input" |
17830        sed 's/[\\\\&|]/\\\\&/g'`;; #(
17831     *) ac_sed_conf_input=$configure_input;;
17832     esac
17833
17834     case $ac_tag in
17835     *:-:* | *:-) cat >"$ac_tmp/stdin" \
17836       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
17837     esac
17838     ;;
17839   esac
17840
17841   ac_dir=`$as_dirname -- "$ac_file" ||
17842 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17843          X"$ac_file" : 'X\(//\)[^/]' \| \
17844          X"$ac_file" : 'X\(//\)$' \| \
17845          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17846 $as_echo X"$ac_file" |
17847     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17848             s//\1/
17849             q
17850           }
17851           /^X\(\/\/\)[^/].*/{
17852             s//\1/
17853             q
17854           }
17855           /^X\(\/\/\)$/{
17856             s//\1/
17857             q
17858           }
17859           /^X\(\/\).*/{
17860             s//\1/
17861             q
17862           }
17863           s/.*/./; q'`
17864   as_dir="$ac_dir"; as_fn_mkdir_p
17865   ac_builddir=.
17866
17867 case "$ac_dir" in
17868 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17869 *)
17870   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17871   # A ".." for each directory in $ac_dir_suffix.
17872   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17873   case $ac_top_builddir_sub in
17874   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17875   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17876   esac ;;
17877 esac
17878 ac_abs_top_builddir=$ac_pwd
17879 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17880 # for backward compatibility:
17881 ac_top_builddir=$ac_top_build_prefix
17882
17883 case $srcdir in
17884   .)  # We are building in place.
17885     ac_srcdir=.
17886     ac_top_srcdir=$ac_top_builddir_sub
17887     ac_abs_top_srcdir=$ac_pwd ;;
17888   [\\/]* | ?:[\\/]* )  # Absolute name.
17889     ac_srcdir=$srcdir$ac_dir_suffix;
17890     ac_top_srcdir=$srcdir
17891     ac_abs_top_srcdir=$srcdir ;;
17892   *) # Relative name.
17893     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17894     ac_top_srcdir=$ac_top_build_prefix$srcdir
17895     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17896 esac
17897 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17898
17899
17900   case $ac_mode in
17901   :F)
17902   #
17903   # CONFIG_FILE
17904   #
17905
17906   case $INSTALL in
17907   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17908   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17909   esac
17910   ac_MKDIR_P=$MKDIR_P
17911   case $MKDIR_P in
17912   [\\/$]* | ?:[\\/]* ) ;;
17913   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17914   esac
17915 _ACEOF
17916
17917 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17918 # If the template does not know about datarootdir, expand it.
17919 # FIXME: This hack should be removed a few years after 2.60.
17920 ac_datarootdir_hack=; ac_datarootdir_seen=
17921 ac_sed_dataroot='
17922 /datarootdir/ {
17923   p
17924   q
17925 }
17926 /@datadir@/p
17927 /@docdir@/p
17928 /@infodir@/p
17929 /@localedir@/p
17930 /@mandir@/p'
17931 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17932 *datarootdir*) ac_datarootdir_seen=yes;;
17933 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17934   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17935 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17936 _ACEOF
17937 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17938   ac_datarootdir_hack='
17939   s&@datadir@&$datadir&g
17940   s&@docdir@&$docdir&g
17941   s&@infodir@&$infodir&g
17942   s&@localedir@&$localedir&g
17943   s&@mandir@&$mandir&g
17944   s&\\\${datarootdir}&$datarootdir&g' ;;
17945 esac
17946 _ACEOF
17947
17948 # Neutralize VPATH when `$srcdir' = `.'.
17949 # Shell code in configure.ac might set extrasub.
17950 # FIXME: do we really want to maintain this feature?
17951 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17952 ac_sed_extra="$ac_vpsub
17953 $extrasub
17954 _ACEOF
17955 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17956 :t
17957 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17958 s|@configure_input@|$ac_sed_conf_input|;t t
17959 s&@top_builddir@&$ac_top_builddir_sub&;t t
17960 s&@top_build_prefix@&$ac_top_build_prefix&;t t
17961 s&@srcdir@&$ac_srcdir&;t t
17962 s&@abs_srcdir@&$ac_abs_srcdir&;t t
17963 s&@top_srcdir@&$ac_top_srcdir&;t t
17964 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17965 s&@builddir@&$ac_builddir&;t t
17966 s&@abs_builddir@&$ac_abs_builddir&;t t
17967 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17968 s&@INSTALL@&$ac_INSTALL&;t t
17969 s&@MKDIR_P@&$ac_MKDIR_P&;t t
17970 $ac_datarootdir_hack
17971 "
17972 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17973   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17974
17975 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17976   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17977   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
17978       "$ac_tmp/out"`; test -z "$ac_out"; } &&
17979   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17980 which seems to be undefined.  Please make sure it is defined" >&5
17981 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17982 which seems to be undefined.  Please make sure it is defined" >&2;}
17983
17984   rm -f "$ac_tmp/stdin"
17985   case $ac_file in
17986   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17987   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17988   esac \
17989   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17990  ;;
17991   :H)
17992   #
17993   # CONFIG_HEADER
17994   #
17995   if test x"$ac_file" != x-; then
17996     {
17997       $as_echo "/* $configure_input  */" \
17998       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17999     } >"$ac_tmp/config.h" \
18000       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18001     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
18002       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18003 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18004     else
18005       rm -f "$ac_file"
18006       mv "$ac_tmp/config.h" "$ac_file" \
18007         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18008     fi
18009   else
18010     $as_echo "/* $configure_input  */" \
18011       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18012       || as_fn_error $? "could not create -" "$LINENO" 5
18013   fi
18014 # Compute "$ac_file"'s index in $config_headers.
18015 _am_arg="$ac_file"
18016 _am_stamp_count=1
18017 for _am_header in $config_headers :; do
18018   case $_am_header in
18019     $_am_arg | $_am_arg:* )
18020       break ;;
18021     * )
18022       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
18023   esac
18024 done
18025 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
18026 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18027          X"$_am_arg" : 'X\(//\)[^/]' \| \
18028          X"$_am_arg" : 'X\(//\)$' \| \
18029          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
18030 $as_echo X"$_am_arg" |
18031     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18032             s//\1/
18033             q
18034           }
18035           /^X\(\/\/\)[^/].*/{
18036             s//\1/
18037             q
18038           }
18039           /^X\(\/\/\)$/{
18040             s//\1/
18041             q
18042           }
18043           /^X\(\/\).*/{
18044             s//\1/
18045             q
18046           }
18047           s/.*/./; q'`/stamp-h$_am_stamp_count
18048  ;;
18049
18050   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18051 $as_echo "$as_me: executing $ac_file commands" >&6;}
18052  ;;
18053   esac
18054
18055
18056   case $ac_file$ac_mode in
18057     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
18058   # Older Autoconf quotes --file arguments for eval, but not when files
18059   # are listed without --file.  Let's play safe and only enable the eval
18060   # if we detect the quoting.
18061   case $CONFIG_FILES in
18062   *\'*) eval set x "$CONFIG_FILES" ;;
18063   *)   set x $CONFIG_FILES ;;
18064   esac
18065   shift
18066   for mf
18067   do
18068     # Strip MF so we end up with the name of the file.
18069     mf=`echo "$mf" | sed -e 's/:.*$//'`
18070     # Check whether this is an Automake generated Makefile or not.
18071     # We used to match only the files named 'Makefile.in', but
18072     # some people rename them; so instead we look at the file content.
18073     # Grep'ing the first line is not enough: some people post-process
18074     # each Makefile.in and add a new line on top of each file to say so.
18075     # Grep'ing the whole file is not good either: AIX grep has a line
18076     # limit of 2048, but all sed's we know have understand at least 4000.
18077     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
18078       dirpart=`$as_dirname -- "$mf" ||
18079 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18080          X"$mf" : 'X\(//\)[^/]' \| \
18081          X"$mf" : 'X\(//\)$' \| \
18082          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18083 $as_echo X"$mf" |
18084     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18085             s//\1/
18086             q
18087           }
18088           /^X\(\/\/\)[^/].*/{
18089             s//\1/
18090             q
18091           }
18092           /^X\(\/\/\)$/{
18093             s//\1/
18094             q
18095           }
18096           /^X\(\/\).*/{
18097             s//\1/
18098             q
18099           }
18100           s/.*/./; q'`
18101     else
18102       continue
18103     fi
18104     # Extract the definition of DEPDIR, am__include, and am__quote
18105     # from the Makefile without running 'make'.
18106     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
18107     test -z "$DEPDIR" && continue
18108     am__include=`sed -n 's/^am__include = //p' < "$mf"`
18109     test -z "$am__include" && continue
18110     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
18111     # Find all dependency output files, they are included files with
18112     # $(DEPDIR) in their names.  We invoke sed twice because it is the
18113     # simplest approach to changing $(DEPDIR) to its actual value in the
18114     # expansion.
18115     for file in `sed -n "
18116       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18117          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
18118       # Make sure the directory exists.
18119       test -f "$dirpart/$file" && continue
18120       fdir=`$as_dirname -- "$file" ||
18121 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18122          X"$file" : 'X\(//\)[^/]' \| \
18123          X"$file" : 'X\(//\)$' \| \
18124          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18125 $as_echo X"$file" |
18126     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18127             s//\1/
18128             q
18129           }
18130           /^X\(\/\/\)[^/].*/{
18131             s//\1/
18132             q
18133           }
18134           /^X\(\/\/\)$/{
18135             s//\1/
18136             q
18137           }
18138           /^X\(\/\).*/{
18139             s//\1/
18140             q
18141           }
18142           s/.*/./; q'`
18143       as_dir=$dirpart/$fdir; as_fn_mkdir_p
18144       # echo "creating $dirpart/$file"
18145       echo '# dummy' > "$dirpart/$file"
18146     done
18147   done
18148 }
18149  ;;
18150     "libtool":C)
18151
18152     # See if we are running on zsh, and set the options which allow our
18153     # commands through without removal of \ escapes.
18154     if test -n "${ZSH_VERSION+set}" ; then
18155       setopt NO_GLOB_SUBST
18156     fi
18157
18158     cfgfile="${ofile}T"
18159     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
18160     $RM "$cfgfile"
18161
18162     cat <<_LT_EOF >> "$cfgfile"
18163 #! $SHELL
18164
18165 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
18166 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
18167 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18168 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
18169 #
18170 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
18171 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
18172 #   Written by Gordon Matzigkeit, 1996
18173 #
18174 #   This file is part of GNU Libtool.
18175 #
18176 # GNU Libtool is free software; you can redistribute it and/or
18177 # modify it under the terms of the GNU General Public License as
18178 # published by the Free Software Foundation; either version 2 of
18179 # the License, or (at your option) any later version.
18180 #
18181 # As a special exception to the GNU General Public License,
18182 # if you distribute this file as part of a program or library that
18183 # is built using GNU Libtool, you may include this file under the
18184 # same distribution terms that you use for the rest of that program.
18185 #
18186 # GNU Libtool is distributed in the hope that it will be useful,
18187 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18188 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18189 # GNU General Public License for more details.
18190 #
18191 # You should have received a copy of the GNU General Public License
18192 # along with GNU Libtool; see the file COPYING.  If not, a copy
18193 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
18194 # obtained by writing to the Free Software Foundation, Inc.,
18195 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18196
18197
18198 # The names of the tagged configurations supported by this script.
18199 available_tags=""
18200
18201 # ### BEGIN LIBTOOL CONFIG
18202
18203 # Whether or not to build shared libraries.
18204 build_libtool_libs=$enable_shared
18205
18206 # Which release of libtool.m4 was used?
18207 macro_version=$macro_version
18208 macro_revision=$macro_revision
18209
18210 # Whether or not to build static libraries.
18211 build_old_libs=$enable_static
18212
18213 # What type of objects to build.
18214 pic_mode=$pic_mode
18215
18216 # Whether or not to optimize for fast installation.
18217 fast_install=$enable_fast_install
18218
18219 # Shell to use when invoking shell scripts.
18220 SHELL=$lt_SHELL
18221
18222 # An echo program that protects backslashes.
18223 ECHO=$lt_ECHO
18224
18225 # The host system.
18226 host_alias=$host_alias
18227 host=$host
18228 host_os=$host_os
18229
18230 # The build system.
18231 build_alias=$build_alias
18232 build=$build
18233 build_os=$build_os
18234
18235 # A sed program that does not truncate output.
18236 SED=$lt_SED
18237
18238 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
18239 Xsed="\$SED -e 1s/^X//"
18240
18241 # A grep program that handles long lines.
18242 GREP=$lt_GREP
18243
18244 # An ERE matcher.
18245 EGREP=$lt_EGREP
18246
18247 # A literal string matcher.
18248 FGREP=$lt_FGREP
18249
18250 # A BSD- or MS-compatible name lister.
18251 NM=$lt_NM
18252
18253 # Whether we need soft or hard links.
18254 LN_S=$lt_LN_S
18255
18256 # What is the maximum length of a command?
18257 max_cmd_len=$max_cmd_len
18258
18259 # Object file suffix (normally "o").
18260 objext=$ac_objext
18261
18262 # Executable file suffix (normally "").
18263 exeext=$exeext
18264
18265 # whether the shell understands "unset".
18266 lt_unset=$lt_unset
18267
18268 # turn spaces into newlines.
18269 SP2NL=$lt_lt_SP2NL
18270
18271 # turn newlines into spaces.
18272 NL2SP=$lt_lt_NL2SP
18273
18274 # An object symbol dumper.
18275 OBJDUMP=$lt_OBJDUMP
18276
18277 # Method to check whether dependent libraries are shared objects.
18278 deplibs_check_method=$lt_deplibs_check_method
18279
18280 # Command to use when deplibs_check_method == "file_magic".
18281 file_magic_cmd=$lt_file_magic_cmd
18282
18283 # The archiver.
18284 AR=$lt_AR
18285 AR_FLAGS=$lt_AR_FLAGS
18286
18287 # A symbol stripping program.
18288 STRIP=$lt_STRIP
18289
18290 # Commands used to install an old-style archive.
18291 RANLIB=$lt_RANLIB
18292 old_postinstall_cmds=$lt_old_postinstall_cmds
18293 old_postuninstall_cmds=$lt_old_postuninstall_cmds
18294
18295 # Whether to use a lock for old archive extraction.
18296 lock_old_archive_extraction=$lock_old_archive_extraction
18297
18298 # A C compiler.
18299 LTCC=$lt_CC
18300
18301 # LTCC compiler flags.
18302 LTCFLAGS=$lt_CFLAGS
18303
18304 # Take the output of nm and produce a listing of raw symbols and C names.
18305 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
18306
18307 # Transform the output of nm in a proper C declaration.
18308 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
18309
18310 # Transform the output of nm in a C name address pair.
18311 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
18312
18313 # Transform the output of nm in a C name address pair when lib prefix is needed.
18314 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
18315
18316 # The name of the directory that contains temporary libtool files.
18317 objdir=$objdir
18318
18319 # Used to examine libraries when file_magic_cmd begins with "file".
18320 MAGIC_CMD=$MAGIC_CMD
18321
18322 # Must we lock files when doing compilation?
18323 need_locks=$lt_need_locks
18324
18325 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
18326 DSYMUTIL=$lt_DSYMUTIL
18327
18328 # Tool to change global to local symbols on Mac OS X.
18329 NMEDIT=$lt_NMEDIT
18330
18331 # Tool to manipulate fat objects and archives on Mac OS X.
18332 LIPO=$lt_LIPO
18333
18334 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
18335 OTOOL=$lt_OTOOL
18336
18337 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
18338 OTOOL64=$lt_OTOOL64
18339
18340 # Old archive suffix (normally "a").
18341 libext=$libext
18342
18343 # Shared library suffix (normally ".so").
18344 shrext_cmds=$lt_shrext_cmds
18345
18346 # The commands to extract the exported symbol list from a shared archive.
18347 extract_expsyms_cmds=$lt_extract_expsyms_cmds
18348
18349 # Variables whose values should be saved in libtool wrapper scripts and
18350 # restored at link time.
18351 variables_saved_for_relink=$lt_variables_saved_for_relink
18352
18353 # Do we need the "lib" prefix for modules?
18354 need_lib_prefix=$need_lib_prefix
18355
18356 # Do we need a version for libraries?
18357 need_version=$need_version
18358
18359 # Library versioning type.
18360 version_type=$version_type
18361
18362 # Shared library runtime path variable.
18363 runpath_var=$runpath_var
18364
18365 # Shared library path variable.
18366 shlibpath_var=$shlibpath_var
18367
18368 # Is shlibpath searched before the hard-coded library search path?
18369 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
18370
18371 # Format of library name prefix.
18372 libname_spec=$lt_libname_spec
18373
18374 # List of archive names.  First name is the real one, the rest are links.
18375 # The last name is the one that the linker finds with -lNAME
18376 library_names_spec=$lt_library_names_spec
18377
18378 # The coded name of the library, if different from the real name.
18379 soname_spec=$lt_soname_spec
18380
18381 # Permission mode override for installation of shared libraries.
18382 install_override_mode=$lt_install_override_mode
18383
18384 # Command to use after installation of a shared archive.
18385 postinstall_cmds=$lt_postinstall_cmds
18386
18387 # Command to use after uninstallation of a shared archive.
18388 postuninstall_cmds=$lt_postuninstall_cmds
18389
18390 # Commands used to finish a libtool library installation in a directory.
18391 finish_cmds=$lt_finish_cmds
18392
18393 # As "finish_cmds", except a single script fragment to be evaled but
18394 # not shown.
18395 finish_eval=$lt_finish_eval
18396
18397 # Whether we should hardcode library paths into libraries.
18398 hardcode_into_libs=$hardcode_into_libs
18399
18400 # Compile-time system search path for libraries.
18401 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
18402
18403 # Run-time system search path for libraries.
18404 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
18405
18406 # Whether dlopen is supported.
18407 dlopen_support=$enable_dlopen
18408
18409 # Whether dlopen of programs is supported.
18410 dlopen_self=$enable_dlopen_self
18411
18412 # Whether dlopen of statically linked programs is supported.
18413 dlopen_self_static=$enable_dlopen_self_static
18414
18415 # Commands to strip libraries.
18416 old_striplib=$lt_old_striplib
18417 striplib=$lt_striplib
18418
18419
18420 # The linker used to build libraries.
18421 LD=$lt_LD
18422
18423 # How to create reloadable object files.
18424 reload_flag=$lt_reload_flag
18425 reload_cmds=$lt_reload_cmds
18426
18427 # Commands used to build an old-style archive.
18428 old_archive_cmds=$lt_old_archive_cmds
18429
18430 # A language specific compiler.
18431 CC=$lt_compiler
18432
18433 # Is the compiler the GNU compiler?
18434 with_gcc=$GCC
18435
18436 # Compiler flag to turn off builtin functions.
18437 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
18438
18439 # How to pass a linker flag through the compiler.
18440 wl=$lt_lt_prog_compiler_wl
18441
18442 # Additional compiler flags for building library objects.
18443 pic_flag=$lt_lt_prog_compiler_pic
18444
18445 # Compiler flag to prevent dynamic linking.
18446 link_static_flag=$lt_lt_prog_compiler_static
18447
18448 # Does compiler simultaneously support -c and -o options?
18449 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
18450
18451 # Whether or not to add -lc for building shared libraries.
18452 build_libtool_need_lc=$archive_cmds_need_lc
18453
18454 # Whether or not to disallow shared libs when runtime libs are static.
18455 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
18456
18457 # Compiler flag to allow reflexive dlopens.
18458 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
18459
18460 # Compiler flag to generate shared objects directly from archives.
18461 whole_archive_flag_spec=$lt_whole_archive_flag_spec
18462
18463 # Whether the compiler copes with passing no objects directly.
18464 compiler_needs_object=$lt_compiler_needs_object
18465
18466 # Create an old-style archive from a shared archive.
18467 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
18468
18469 # Create a temporary old-style archive to link instead of a shared archive.
18470 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
18471
18472 # Commands used to build a shared archive.
18473 archive_cmds=$lt_archive_cmds
18474 archive_expsym_cmds=$lt_archive_expsym_cmds
18475
18476 # Commands used to build a loadable module if different from building
18477 # a shared archive.
18478 module_cmds=$lt_module_cmds
18479 module_expsym_cmds=$lt_module_expsym_cmds
18480
18481 # Whether we are building with GNU ld or not.
18482 with_gnu_ld=$lt_with_gnu_ld
18483
18484 # Flag that allows shared libraries with undefined symbols to be built.
18485 allow_undefined_flag=$lt_allow_undefined_flag
18486
18487 # Flag that enforces no undefined symbols.
18488 no_undefined_flag=$lt_no_undefined_flag
18489
18490 # Flag to hardcode \$libdir into a binary during linking.
18491 # This must work even if \$libdir does not exist
18492 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
18493
18494 # If ld is used when linking, flag to hardcode \$libdir into a binary
18495 # during linking.  This must work even if \$libdir does not exist.
18496 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
18497
18498 # Whether we need a single "-rpath" flag with a separated argument.
18499 hardcode_libdir_separator=$lt_hardcode_libdir_separator
18500
18501 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18502 # DIR into the resulting binary.
18503 hardcode_direct=$hardcode_direct
18504
18505 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18506 # DIR into the resulting binary and the resulting library dependency is
18507 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
18508 # library is relocated.
18509 hardcode_direct_absolute=$hardcode_direct_absolute
18510
18511 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
18512 # into the resulting binary.
18513 hardcode_minus_L=$hardcode_minus_L
18514
18515 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
18516 # into the resulting binary.
18517 hardcode_shlibpath_var=$hardcode_shlibpath_var
18518
18519 # Set to "yes" if building a shared library automatically hardcodes DIR
18520 # into the library and all subsequent libraries and executables linked
18521 # against it.
18522 hardcode_automatic=$hardcode_automatic
18523
18524 # Set to yes if linker adds runtime paths of dependent libraries
18525 # to runtime path list.
18526 inherit_rpath=$inherit_rpath
18527
18528 # Whether libtool must link a program against all its dependency libraries.
18529 link_all_deplibs=$link_all_deplibs
18530
18531 # Fix the shell variable \$srcfile for the compiler.
18532 fix_srcfile_path=$lt_fix_srcfile_path
18533
18534 # Set to "yes" if exported symbols are required.
18535 always_export_symbols=$always_export_symbols
18536
18537 # The commands to list exported symbols.
18538 export_symbols_cmds=$lt_export_symbols_cmds
18539
18540 # Symbols that should not be listed in the preloaded symbols.
18541 exclude_expsyms=$lt_exclude_expsyms
18542
18543 # Symbols that must always be exported.
18544 include_expsyms=$lt_include_expsyms
18545
18546 # Commands necessary for linking programs (against libraries) with templates.
18547 prelink_cmds=$lt_prelink_cmds
18548
18549 # Specify filename containing input files.
18550 file_list_spec=$lt_file_list_spec
18551
18552 # How to hardcode a shared library path into an executable.
18553 hardcode_action=$hardcode_action
18554
18555 # ### END LIBTOOL CONFIG
18556
18557 _LT_EOF
18558
18559   case $host_os in
18560   aix3*)
18561     cat <<\_LT_EOF >> "$cfgfile"
18562 # AIX sometimes has problems with the GCC collect2 program.  For some
18563 # reason, if we set the COLLECT_NAMES environment variable, the problems
18564 # vanish in a puff of smoke.
18565 if test "X${COLLECT_NAMES+set}" != Xset; then
18566   COLLECT_NAMES=
18567   export COLLECT_NAMES
18568 fi
18569 _LT_EOF
18570     ;;
18571   esac
18572
18573
18574 ltmain="$ac_aux_dir/ltmain.sh"
18575
18576
18577   # We use sed instead of cat because bash on DJGPP gets confused if
18578   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
18579   # text mode, it properly converts lines to CR/LF.  This bash problem
18580   # is reportedly fixed, but why not run on old versions too?
18581   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
18582     || (rm -f "$cfgfile"; exit 1)
18583
18584   case $xsi_shell in
18585   yes)
18586     cat << \_LT_EOF >> "$cfgfile"
18587
18588 # func_dirname file append nondir_replacement
18589 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
18590 # otherwise set result to NONDIR_REPLACEMENT.
18591 func_dirname ()
18592 {
18593   case ${1} in
18594     */*) func_dirname_result="${1%/*}${2}" ;;
18595     *  ) func_dirname_result="${3}" ;;
18596   esac
18597 }
18598
18599 # func_basename file
18600 func_basename ()
18601 {
18602   func_basename_result="${1##*/}"
18603 }
18604
18605 # func_dirname_and_basename file append nondir_replacement
18606 # perform func_basename and func_dirname in a single function
18607 # call:
18608 #   dirname:  Compute the dirname of FILE.  If nonempty,
18609 #             add APPEND to the result, otherwise set result
18610 #             to NONDIR_REPLACEMENT.
18611 #             value returned in "$func_dirname_result"
18612 #   basename: Compute filename of FILE.
18613 #             value retuned in "$func_basename_result"
18614 # Implementation must be kept synchronized with func_dirname
18615 # and func_basename. For efficiency, we do not delegate to
18616 # those functions but instead duplicate the functionality here.
18617 func_dirname_and_basename ()
18618 {
18619   case ${1} in
18620     */*) func_dirname_result="${1%/*}${2}" ;;
18621     *  ) func_dirname_result="${3}" ;;
18622   esac
18623   func_basename_result="${1##*/}"
18624 }
18625
18626 # func_stripname prefix suffix name
18627 # strip PREFIX and SUFFIX off of NAME.
18628 # PREFIX and SUFFIX must not contain globbing or regex special
18629 # characters, hashes, percent signs, but SUFFIX may contain a leading
18630 # dot (in which case that matches only a dot).
18631 func_stripname ()
18632 {
18633   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
18634   # positional parameters, so assign one to ordinary parameter first.
18635   func_stripname_result=${3}
18636   func_stripname_result=${func_stripname_result#"${1}"}
18637   func_stripname_result=${func_stripname_result%"${2}"}
18638 }
18639
18640 # func_opt_split
18641 func_opt_split ()
18642 {
18643   func_opt_split_opt=${1%%=*}
18644   func_opt_split_arg=${1#*=}
18645 }
18646
18647 # func_lo2o object
18648 func_lo2o ()
18649 {
18650   case ${1} in
18651     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
18652     *)    func_lo2o_result=${1} ;;
18653   esac
18654 }
18655
18656 # func_xform libobj-or-source
18657 func_xform ()
18658 {
18659   func_xform_result=${1%.*}.lo
18660 }
18661
18662 # func_arith arithmetic-term...
18663 func_arith ()
18664 {
18665   func_arith_result=$(( $* ))
18666 }
18667
18668 # func_len string
18669 # STRING may not start with a hyphen.
18670 func_len ()
18671 {
18672   func_len_result=${#1}
18673 }
18674
18675 _LT_EOF
18676     ;;
18677   *) # Bourne compatible functions.
18678     cat << \_LT_EOF >> "$cfgfile"
18679
18680 # func_dirname file append nondir_replacement
18681 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
18682 # otherwise set result to NONDIR_REPLACEMENT.
18683 func_dirname ()
18684 {
18685   # Extract subdirectory from the argument.
18686   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
18687   if test "X$func_dirname_result" = "X${1}"; then
18688     func_dirname_result="${3}"
18689   else
18690     func_dirname_result="$func_dirname_result${2}"
18691   fi
18692 }
18693
18694 # func_basename file
18695 func_basename ()
18696 {
18697   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
18698 }
18699
18700
18701 # func_stripname prefix suffix name
18702 # strip PREFIX and SUFFIX off of NAME.
18703 # PREFIX and SUFFIX must not contain globbing or regex special
18704 # characters, hashes, percent signs, but SUFFIX may contain a leading
18705 # dot (in which case that matches only a dot).
18706 # func_strip_suffix prefix name
18707 func_stripname ()
18708 {
18709   case ${2} in
18710     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18711     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
18712   esac
18713 }
18714
18715 # sed scripts:
18716 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
18717 my_sed_long_arg='1s/^-[^=]*=//'
18718
18719 # func_opt_split
18720 func_opt_split ()
18721 {
18722   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18723   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
18724 }
18725
18726 # func_lo2o object
18727 func_lo2o ()
18728 {
18729   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
18730 }
18731
18732 # func_xform libobj-or-source
18733 func_xform ()
18734 {
18735   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
18736 }
18737
18738 # func_arith arithmetic-term...
18739 func_arith ()
18740 {
18741   func_arith_result=`expr "$@"`
18742 }
18743
18744 # func_len string
18745 # STRING may not start with a hyphen.
18746 func_len ()
18747 {
18748   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18749 }
18750
18751 _LT_EOF
18752 esac
18753
18754 case $lt_shell_append in
18755   yes)
18756     cat << \_LT_EOF >> "$cfgfile"
18757
18758 # func_append var value
18759 # Append VALUE to the end of shell variable VAR.
18760 func_append ()
18761 {
18762   eval "$1+=\$2"
18763 }
18764 _LT_EOF
18765     ;;
18766   *)
18767     cat << \_LT_EOF >> "$cfgfile"
18768
18769 # func_append var value
18770 # Append VALUE to the end of shell variable VAR.
18771 func_append ()
18772 {
18773   eval "$1=\$$1\$2"
18774 }
18775
18776 _LT_EOF
18777     ;;
18778   esac
18779
18780
18781   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18782     || (rm -f "$cfgfile"; exit 1)
18783
18784   mv -f "$cfgfile" "$ofile" ||
18785     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18786   chmod +x "$ofile"
18787
18788  ;;
18789     "default-1":C)
18790     for ac_file in $CONFIG_FILES; do
18791       # Support "outfile[:infile[:infile...]]"
18792       case "$ac_file" in
18793         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18794       esac
18795       # PO directories have a Makefile.in generated from Makefile.in.in.
18796       case "$ac_file" in */Makefile.in)
18797         # Adjust a relative srcdir.
18798         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
18799         ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
18800         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
18801         # In autoconf-2.13 it is called $ac_given_srcdir.
18802         # In autoconf-2.50 it is called $srcdir.
18803         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
18804         case "$ac_given_srcdir" in
18805           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
18806           /*) top_srcdir="$ac_given_srcdir" ;;
18807           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
18808         esac
18809         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
18810           rm -f "$ac_dir/POTFILES"
18811           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
18812           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
18813           POMAKEFILEDEPS="POTFILES.in"
18814           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
18815           # on $ac_dir but don't depend on user-specified configuration
18816           # parameters.
18817           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
18818             # The LINGUAS file contains the set of available languages.
18819             if test -n "$OBSOLETE_ALL_LINGUAS"; then
18820               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
18821             fi
18822             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
18823             # Hide the ALL_LINGUAS assigment from automake.
18824             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
18825             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
18826           else
18827             # The set of available languages was given in configure.ac.
18828             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
18829           fi
18830           case "$ac_given_srcdir" in
18831             .) srcdirpre= ;;
18832             *) srcdirpre='$(srcdir)/' ;;
18833           esac
18834           POFILES=
18835           GMOFILES=
18836           UPDATEPOFILES=
18837           DUMMYPOFILES=
18838           for lang in $ALL_LINGUAS; do
18839             POFILES="$POFILES $srcdirpre$lang.po"
18840             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18841             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
18842             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
18843           done
18844           # CATALOGS depends on both $ac_dir and the user's LINGUAS
18845           # environment variable.
18846           INST_LINGUAS=
18847           if test -n "$ALL_LINGUAS"; then
18848             for presentlang in $ALL_LINGUAS; do
18849               useit=no
18850               if test "%UNSET%" != "$LINGUAS"; then
18851                 desiredlanguages="$LINGUAS"
18852               else
18853                 desiredlanguages="$ALL_LINGUAS"
18854               fi
18855               for desiredlang in $desiredlanguages; do
18856                 # Use the presentlang catalog if desiredlang is
18857                 #   a. equal to presentlang, or
18858                 #   b. a variant of presentlang (because in this case,
18859                 #      presentlang can be used as a fallback for messages
18860                 #      which are not translated in the desiredlang catalog).
18861                 case "$desiredlang" in
18862                   "$presentlang"*) useit=yes;;
18863                 esac
18864               done
18865               if test $useit = yes; then
18866                 INST_LINGUAS="$INST_LINGUAS $presentlang"
18867               fi
18868             done
18869           fi
18870           CATALOGS=
18871           if test -n "$INST_LINGUAS"; then
18872             for lang in $INST_LINGUAS; do
18873               CATALOGS="$CATALOGS $lang.gmo"
18874             done
18875           fi
18876           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
18877           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"
18878           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
18879             if test -f "$f"; then
18880               case "$f" in
18881                 *.orig | *.bak | *~) ;;
18882                 *) cat "$f" >> "$ac_dir/Makefile" ;;
18883               esac
18884             fi
18885           done
18886         fi
18887         ;;
18888       esac
18889     done ;;
18890     "bfd_stdint.h":C)
18891 if test "$GCC" = yes; then
18892   echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18893 else
18894   echo "/* generated for $CC */" > tmp-stdint.h
18895 fi
18896
18897 sed 's/^ *//' >> tmp-stdint.h <<EOF
18898
18899   #ifndef GCC_GENERATED_STDINT_H
18900   #define GCC_GENERATED_STDINT_H 1
18901
18902   #include <sys/types.h>
18903 EOF
18904
18905 if test "$acx_cv_header_stdint" != stdint.h; then
18906   echo "#include <stddef.h>" >> tmp-stdint.h
18907 fi
18908 if test "$acx_cv_header_stdint" != stddef.h; then
18909   echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18910 fi
18911
18912 sed 's/^ *//' >> tmp-stdint.h <<EOF
18913   /* glibc uses these symbols as guards to prevent redefinitions.  */
18914   #ifdef __int8_t_defined
18915   #define _INT8_T
18916   #define _INT16_T
18917   #define _INT32_T
18918   #endif
18919   #ifdef __uint32_t_defined
18920   #define _UINT32_T
18921   #endif
18922
18923 EOF
18924
18925 # ----------------- done header, emit basic int types -------------
18926 if test "$acx_cv_header_stdint" = stddef.h; then
18927   sed 's/^ *//' >> tmp-stdint.h <<EOF
18928
18929     #ifndef _UINT8_T
18930     #define _UINT8_T
18931     #ifndef __uint8_t_defined
18932     #define __uint8_t_defined
18933     #ifndef uint8_t
18934     typedef unsigned $acx_cv_type_int8_t uint8_t;
18935     #endif
18936     #endif
18937     #endif
18938
18939     #ifndef _UINT16_T
18940     #define _UINT16_T
18941     #ifndef __uint16_t_defined
18942     #define __uint16_t_defined
18943     #ifndef uint16_t
18944     typedef unsigned $acx_cv_type_int16_t uint16_t;
18945     #endif
18946     #endif
18947     #endif
18948
18949     #ifndef _UINT32_T
18950     #define _UINT32_T
18951     #ifndef __uint32_t_defined
18952     #define __uint32_t_defined
18953     #ifndef uint32_t
18954     typedef unsigned $acx_cv_type_int32_t uint32_t;
18955     #endif
18956     #endif
18957     #endif
18958
18959     #ifndef _INT8_T
18960     #define _INT8_T
18961     #ifndef __int8_t_defined
18962     #define __int8_t_defined
18963     #ifndef int8_t
18964     typedef $acx_cv_type_int8_t int8_t;
18965     #endif
18966     #endif
18967     #endif
18968
18969     #ifndef _INT16_T
18970     #define _INT16_T
18971     #ifndef __int16_t_defined
18972     #define __int16_t_defined
18973     #ifndef int16_t
18974     typedef $acx_cv_type_int16_t int16_t;
18975     #endif
18976     #endif
18977     #endif
18978
18979     #ifndef _INT32_T
18980     #define _INT32_T
18981     #ifndef __int32_t_defined
18982     #define __int32_t_defined
18983     #ifndef int32_t
18984     typedef $acx_cv_type_int32_t int32_t;
18985     #endif
18986     #endif
18987     #endif
18988 EOF
18989 elif test "$ac_cv_type_u_int32_t" = yes; then
18990   sed 's/^ *//' >> tmp-stdint.h <<EOF
18991
18992     /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18993     #ifndef _INT8_T
18994     #define _INT8_T
18995     #endif
18996     #ifndef _INT16_T
18997     #define _INT16_T
18998     #endif
18999     #ifndef _INT32_T
19000     #define _INT32_T
19001     #endif
19002
19003     #ifndef _UINT8_T
19004     #define _UINT8_T
19005     #ifndef __uint8_t_defined
19006     #define __uint8_t_defined
19007     #ifndef uint8_t
19008     typedef u_int8_t uint8_t;
19009     #endif
19010     #endif
19011     #endif
19012
19013     #ifndef _UINT16_T
19014     #define _UINT16_T
19015     #ifndef __uint16_t_defined
19016     #define __uint16_t_defined
19017     #ifndef uint16_t
19018     typedef u_int16_t uint16_t;
19019     #endif
19020     #endif
19021     #endif
19022
19023     #ifndef _UINT32_T
19024     #define _UINT32_T
19025     #ifndef __uint32_t_defined
19026     #define __uint32_t_defined
19027     #ifndef uint32_t
19028     typedef u_int32_t uint32_t;
19029     #endif
19030     #endif
19031     #endif
19032 EOF
19033 else
19034   sed 's/^ *//' >> tmp-stdint.h <<EOF
19035
19036     /* Some systems have guard macros to prevent redefinitions, define them.  */
19037     #ifndef _INT8_T
19038     #define _INT8_T
19039     #endif
19040     #ifndef _INT16_T
19041     #define _INT16_T
19042     #endif
19043     #ifndef _INT32_T
19044     #define _INT32_T
19045     #endif
19046     #ifndef _UINT8_T
19047     #define _UINT8_T
19048     #endif
19049     #ifndef _UINT16_T
19050     #define _UINT16_T
19051     #endif
19052     #ifndef _UINT32_T
19053     #define _UINT32_T
19054     #endif
19055 EOF
19056 fi
19057
19058 # ------------- done basic int types, emit int64_t types ------------
19059 if test "$ac_cv_type_uint64_t" = yes; then
19060   sed 's/^ *//' >> tmp-stdint.h <<EOF
19061
19062     /* system headers have good uint64_t and int64_t */
19063     #ifndef _INT64_T
19064     #define _INT64_T
19065     #endif
19066     #ifndef _UINT64_T
19067     #define _UINT64_T
19068     #endif
19069 EOF
19070 elif test "$ac_cv_type_u_int64_t" = yes; then
19071   sed 's/^ *//' >> tmp-stdint.h <<EOF
19072
19073     /* system headers have an u_int64_t (and int64_t) */
19074     #ifndef _INT64_T
19075     #define _INT64_T
19076     #endif
19077     #ifndef _UINT64_T
19078     #define _UINT64_T
19079     #ifndef __uint64_t_defined
19080     #define __uint64_t_defined
19081     #ifndef uint64_t
19082     typedef u_int64_t uint64_t;
19083     #endif
19084     #endif
19085     #endif
19086 EOF
19087 elif test -n "$acx_cv_type_int64_t"; then
19088   sed 's/^ *//' >> tmp-stdint.h <<EOF
19089
19090     /* architecture has a 64-bit type, $acx_cv_type_int64_t */
19091     #ifndef _INT64_T
19092     #define _INT64_T
19093     #ifndef int64_t
19094     typedef $acx_cv_type_int64_t int64_t;
19095     #endif
19096     #endif
19097     #ifndef _UINT64_T
19098     #define _UINT64_T
19099     #ifndef __uint64_t_defined
19100     #define __uint64_t_defined
19101     #ifndef uint64_t
19102     typedef unsigned $acx_cv_type_int64_t uint64_t;
19103     #endif
19104     #endif
19105     #endif
19106 EOF
19107 else
19108   sed 's/^ *//' >> tmp-stdint.h <<EOF
19109
19110     /* some common heuristics for int64_t, using compiler-specific tests */
19111     #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
19112     #ifndef _INT64_T
19113     #define _INT64_T
19114     #ifndef __int64_t_defined
19115     #ifndef int64_t
19116     typedef long long int64_t;
19117     #endif
19118     #endif
19119     #endif
19120     #ifndef _UINT64_T
19121     #define _UINT64_T
19122     #ifndef uint64_t
19123     typedef unsigned long long uint64_t;
19124     #endif
19125     #endif
19126
19127     #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
19128     /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
19129        does not implement __extension__.  But that compiler doesn't define
19130        __GNUC_MINOR__.  */
19131     # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
19132     # define __extension__
19133     # endif
19134
19135     # ifndef _INT64_T
19136     # define _INT64_T
19137     # ifndef int64_t
19138     __extension__ typedef long long int64_t;
19139     # endif
19140     # endif
19141     # ifndef _UINT64_T
19142     # define _UINT64_T
19143     # ifndef uint64_t
19144     __extension__ typedef unsigned long long uint64_t;
19145     # endif
19146     # endif
19147
19148     #elif !defined __STRICT_ANSI__
19149     # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
19150
19151     #  ifndef _INT64_T
19152     #  define _INT64_T
19153     #  ifndef int64_t
19154     typedef __int64 int64_t;
19155     #  endif
19156     #  endif
19157     #  ifndef _UINT64_T
19158     #  define _UINT64_T
19159     #  ifndef uint64_t
19160     typedef unsigned __int64 uint64_t;
19161     #  endif
19162     #  endif
19163     # endif /* compiler */
19164
19165     #endif /* ANSI version */
19166 EOF
19167 fi
19168
19169 # ------------- done int64_t types, emit intptr types ------------
19170 if test "$ac_cv_type_uintptr_t" != yes; then
19171   sed 's/^ *//' >> tmp-stdint.h <<EOF
19172
19173     /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
19174     #ifndef __uintptr_t_defined
19175     #ifndef uintptr_t
19176     typedef u$acx_cv_type_intptr_t uintptr_t;
19177     #endif
19178     #endif
19179     #ifndef __intptr_t_defined
19180     #ifndef intptr_t
19181     typedef $acx_cv_type_intptr_t  intptr_t;
19182     #endif
19183     #endif
19184 EOF
19185 fi
19186
19187 # ------------- done intptr types, emit int_least types ------------
19188 if test "$ac_cv_type_int_least32_t" != yes; then
19189   sed 's/^ *//' >> tmp-stdint.h <<EOF
19190
19191     /* Define int_least types */
19192     typedef int8_t     int_least8_t;
19193     typedef int16_t    int_least16_t;
19194     typedef int32_t    int_least32_t;
19195     #ifdef _INT64_T
19196     typedef int64_t    int_least64_t;
19197     #endif
19198
19199     typedef uint8_t    uint_least8_t;
19200     typedef uint16_t   uint_least16_t;
19201     typedef uint32_t   uint_least32_t;
19202     #ifdef _UINT64_T
19203     typedef uint64_t   uint_least64_t;
19204     #endif
19205 EOF
19206 fi
19207
19208 # ------------- done intptr types, emit int_fast types ------------
19209 if test "$ac_cv_type_int_fast32_t" != yes; then
19210       sed 's/^ *//' >> tmp-stdint.h <<EOF
19211
19212     /* Define int_fast types.  short is often slow */
19213     typedef int8_t       int_fast8_t;
19214     typedef int          int_fast16_t;
19215     typedef int32_t      int_fast32_t;
19216     #ifdef _INT64_T
19217     typedef int64_t      int_fast64_t;
19218     #endif
19219
19220     typedef uint8_t      uint_fast8_t;
19221     typedef unsigned int uint_fast16_t;
19222     typedef uint32_t     uint_fast32_t;
19223     #ifdef _UINT64_T
19224     typedef uint64_t     uint_fast64_t;
19225     #endif
19226 EOF
19227 fi
19228
19229 if test "$ac_cv_type_uintmax_t" != yes; then
19230   sed 's/^ *//' >> tmp-stdint.h <<EOF
19231
19232     /* Define intmax based on what we found */
19233     #ifndef intmax_t
19234     #ifdef _INT64_T
19235     typedef int64_t       intmax_t;
19236     #else
19237     typedef long          intmax_t;
19238     #endif
19239     #endif
19240     #ifndef uintmax_t
19241     #ifdef _UINT64_T
19242     typedef uint64_t      uintmax_t;
19243     #else
19244     typedef unsigned long uintmax_t;
19245     #endif
19246     #endif
19247 EOF
19248 fi
19249
19250 sed 's/^ *//' >> tmp-stdint.h <<EOF
19251
19252   #endif /* GCC_GENERATED_STDINT_H */
19253 EOF
19254
19255 if test -r bfd_stdint.h && cmp -s tmp-stdint.h bfd_stdint.h; then
19256   rm -f tmp-stdint.h
19257 else
19258   mv -f tmp-stdint.h bfd_stdint.h
19259 fi
19260
19261  ;;
19262     "default":C)
19263 case "$srcdir" in
19264   .) srcdirpre= ;;
19265   *) srcdirpre='$(srcdir)/' ;;
19266 esac
19267 POFILES=
19268 GMOFILES=
19269 for lang in dummy $OBSOLETE_ALL_LINGUAS; do
19270   if test $lang != dummy; then
19271     POFILES="$POFILES $srcdirpre$lang.po"
19272     GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
19273   fi
19274 done
19275 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
19276     -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
19277     -e "s,@POFILES@,$POFILES," \
19278     -e "s,@GMOFILES@,$GMOFILES," \
19279     po/Makefile.in > po/Makefile ;;
19280
19281   esac
19282 done # for ac_tag
19283
19284
19285 as_fn_exit 0
19286 _ACEOF
19287 ac_clean_files=$ac_clean_files_save
19288
19289 test $ac_write_fail = 0 ||
19290   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19291
19292
19293 # configure is writing to config.log, and then calls config.status.
19294 # config.status does its own redirection, appending to config.log.
19295 # Unfortunately, on DOS this fails, as config.log is still kept open
19296 # by configure, so config.status won't be able to write to it; its
19297 # output is simply discarded.  So we exec the FD to /dev/null,
19298 # effectively closing config.log, so it can be properly (re)opened and
19299 # appended to by config.status.  When coming back to configure, we
19300 # need to make the FD available again.
19301 if test "$no_create" != yes; then
19302   ac_cs_success=:
19303   ac_config_status_args=
19304   test "$silent" = yes &&
19305     ac_config_status_args="$ac_config_status_args --quiet"
19306   exec 5>/dev/null
19307   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19308   exec 5>>config.log
19309   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19310   # would make configure fail if this is the last instruction.
19311   $ac_cs_success || as_fn_exit 1
19312 fi
19313 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19314   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19315 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19316 fi
19317